

/* Start:/local/templates/whool/components/bitrix/news.line/slider/style.css?17804906082004*/
.slider_big {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .slider_big {
    height: 200px;
  }
}

ul#slider {
  list-style: none;
  padding: 0;
}
ul#slider li a {
  display: block;
  width: 100%;
  height: 450px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}
@media screen and (max-width: 768px) {
  ul#slider li a {
    height: 200px;
  }
}

span.controls {
  position: relative;
  width: 100%;
  z-index: 100;
  display: block;
}
span.controls a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 19px;
  line-height: 31px;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
  border: 2px #fff solid;
  top: -250px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}
@media screen and (max-width: 1200px) {
  span.controls a {
    top: -190px;
  }
}
@media screen and (max-width: 992px) {
  span.controls a {
    top: -150px;
  }
}
span.controls a.prevBtn {
  left: 10px;
  position: absolute;
}
span.controls a.nextBtn {
  right: 10px;
  position: absolute;
}
span.controls a:hover {
  border: 2px #222 solid;
  text-decoration: none;
}

ol.numericControls {
  position: relative;
  z-index: 100;
  list-style: none;
  text-align: center;
  top: -50px;
  margin: 0;
  padding: 0;
}
ol.numericControls li {
  display: inline-block;
}
ol.numericControls li a {
  width: 15px;
  display: block;
  height: 15px;
  text-decoration: none;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
  margin: 0px 4px;
  border: 2px #222 solid;
}
@media screen and (max-width: 736px) {
  ol.numericControls li a {
    display: none;
  }
}
ol.numericControls li.current a {
  background: #222;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/whool/components/bitrix/news.line/profits_100/style.css?17804906091473*/
.profits {
  background: #F1F3F5;
  padding: 50px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  .profits {
    padding: 20px 0px 20px 0px;
  }
  .profits .col-xs-6 {
    padding: 0px 10px 0px 10px;
  }
}
.profits a {
  display: block;
  color: #222;
  text-decoration: none;
  border-radius: 3px;
  background: #fff;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  box-shadow: 0px 0px 1px #888;
  padding: 40px 0px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .profits a {
    padding: 10px 0px;
  }
}
@media screen and (max-width: 768px) {
  .profits a {
    margin-bottom: 20px;
  }
}
.profits a:hover {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.1);
}
.profits a span {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .profits a span {
    width: 70px;
    height: 50px;
  }
}
.profits a strong {
  display: block;
  text-align: center;
  font-weight: 400;
  padding-top: 30px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .profits a strong {
    padding-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/whool/components/bitrix/news.list/stories/style.css?17804906092712*/
@charset "UTF-8";
.stories_line {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0px;
  justify-content: center;
}
.stories_line a {
  width: 140px;
  margin: 15px 15px 30px 15px;
  position: relative;
  height: 200px;
  border-radius: 5px;
  border: 2px #F1F3F5 solid;
}
@media (max-width: 768px) {
  .stories_line a {
    width: 100px;
    height: 100px;
    margin: 10px 5px;
  }
}
.stories_line a small {
  position: absolute;
  display: block;
  bottom: -20px;
  color: #222;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .stories_line a small {
    font-size: 12px;
    line-height: 15px;
  }
}

.portfolio_carusel_container {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .portfolio_carusel_container {
    display: flex;
    flex-wrap: wrap;
    overflow-x: scroll;
    padding-bottom: 15px;
    /* хром, сафари */
  }
  .portfolio_carusel_container::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
}
.portfolio_carusel_items {
  width: 100000px;
  position: relative;
  display: flex;
  margin-left: -5px;
}
.portfolio_carusel_item {
  width: 190px;
  margin: 0px 20px;
}
@media (max-width: 768px) {
  .portfolio_carusel_item {
    width: 70px;
    margin: 0px 5px;
    overflow: hidden;
  }
  .portfolio_carusel_item span {
    width: 70px !important;
    overflow: hidden;
    height: 70px !important;
    border-radius: 100% !important;
  }
}
.portfolio_carusel_item span {
  display: block;
  width: 100%;
  border: 3px #fff solid;
  box-shadow: 0px 0px 2px #555;
  height: 190px;
  border-radius: 100%;
}
.portfolio_carusel_item small {
  font-size: 13px;
  line-height: 18px;
  display: block;
  margin-top: 5px;
  text-align: center;
  text-wrap: avoid;
}
.portfolio_carusel_right {
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  border: 1px var(--c0) solid;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 44%;
}
@media (max-width: 768px) {
  .portfolio_carusel_right {
    display: none;
  }
}
.portfolio_carusel_right svg {
  width: 20px;
  height: 20px;
}
.portfolio_carusel_left {
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  border: 1px var(--c0) solid;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 44%;
}
@media (max-width: 768px) {
  .portfolio_carusel_left {
    display: none;
  }
}
.portfolio_carusel_left svg {
  width: 20px;
  height: 20px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/whool/components/bitrix/catalog.section.list/.default/style.css?17804906093327*/
.main_page_lists {
  margin: 30px 0px;
}
.main_page_lists .list_main {
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main_page_lists .list_main {
    height: 410px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .main_page_lists .list_main {
    height: 300px;
  }
}
@media screen and (max-width: 483px) {
  .main_page_lists .list_main {
    height: 200px;
  }
}
.main_page_lists .list_main .coller6 {
  width: 66.6666666666%;
  padding: 15px;
  float: left;
}
@media screen and (max-width: 483px) {
  .main_page_lists .list_main .coller6 {
    padding: 5px;
  }
}
.main_page_lists .list_main .coller6 span.coller6_title {
  background: #fff;
  color: #222;
  padding: 0px;
  margin: 0;
  display: block;
}
.main_page_lists .list_main .coller6 span.coller6_title a {
  display: block;
  border: 3px #222 solid;
  padding: 20px 0px;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 800;
  color: #222;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}
@media screen and (max-width: 483px) {
  .main_page_lists .list_main .coller6 span.coller6_title a {
    font-size: 20px;
    padding: 10px 0px;
  }
}
.main_page_lists .list_main .coller6 span.coller6_title a:hover {
  background: #222;
  color: #ffffff;
  text-decoration: none;
}
.main_page_lists .list_main .coller4 {
  width: 33.3333333333%;
  float: left;
  padding: 15px;
  top: -530px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_page_lists .list_main .coller4 {
    top: -300px;
  }
}
@media screen and (max-width: 600px) {
  .main_page_lists .list_main .coller4 {
    top: -210px;
  }
}
@media screen and (max-width: 483px) {
  .main_page_lists .list_main .coller4 {
    top: -145px;
    padding: 5px;
  }
}
.main_page_lists .list_main .coller4 a {
  display: block;
  text-decoration: none;
  height: 382px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}
.main_page_lists .list_main .coller4 a:hover {
  box-shadow: 0px 0px 15px #999;
}
@media screen and (max-width: 768px) {
  .main_page_lists .list_main .coller4 a {
    height: 270px;
  }
}
@media screen and (max-width: 600px) {
  .main_page_lists .list_main .coller4 a {
    height: 163px;
  }
}
@media screen and (max-width: 483px) {
  .main_page_lists .list_main .coller4 a {
    height: 120px;
  }
}
.main_page_lists .list_main .coller4:nth-child(2) {
  top: 0;
  position: relative;
}
.main_page_lists .list_main .coller4:nth-child(2) a {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .main_page_lists .list_main .coller4:nth-child(2) a {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .main_page_lists .list_main .coller4:nth-child(2) a {
    height: 300px;
  }
}
@media screen and (max-width: 483px) {
  .main_page_lists .list_main .coller4:nth-child(2) a {
    height: 210px;
  }
}
.main_page_lists .list_main:nth-child(2) .coller6 {
  float: right;
}
.main_page_lists .list_main:nth-child(2) .coller4 {
  float: right;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/whool/components/bitrix/news.line/foto_carusel/style.css?17804906102272*/
.list_carousel {
  background: #F1F3F5;
  padding: 20px 0px 80px 0px;
}
@media screen and (max-width: 768px) {
  .list_carousel {
    padding: 20px 0px 0px 0px;
  }
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_carousel ul li {
  float: left;
}
.list_carousel ul li a {
  display: block;
  width: 100%;
  height: 256px;
}
.list_carousel ul li span {
  display: block;
  width: 100%;
  height: 256px;
}
.list_carousel a.prev, .list_carousel a.next {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 19px;
  line-height: 31px;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
  border: 2px #222 solid;
  position: relative;
  top: -140px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}
.list_carousel a.prev:hover, .list_carousel a.next:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .list_carousel a.prev, .list_carousel a.next {
    display: none;
  }
}
.list_carousel a.next {
  float: right;
}

.we_insta {
  background: #F1F3F5;
  margin-top: 40px;
}
.we_insta span.we_insta_title {
  font-size: 35px;
  font-weight: 200;
  display: block;
  margin: 0;
  padding: 100px 0px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .we_insta span.we_insta_title {
    padding: 40px 0px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  .we_insta span.we_insta_title {
    font-size: 27px;
  }
}
.we_insta span.insta_ico {
  display: block;
  width: 50px;
  height: 50px;
  margin: 90px auto 0px auto;
  background: url("/local/templates/whool/components/bitrix/news.line/foto_carusel/inst_wh.svg"), #222;
  background-size: contain;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .we_insta span.insta_ico {
    margin: 0px auto 0px auto;
  }
}
.we_insta a.inst_link {
  display: block;
  font-size: 35px;
  font-weight: 800;
  padding: 100px 0px;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .we_insta a.inst_link {
    padding: 25px 0px 40px 0px;
  }
}
@media screen and (max-width: 768px) {
  .we_insta a.inst_link {
    font-size: 27px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/whool/components/bitrix/news.line/slider/style.css?17804906082004 */
/* /local/templates/whool/components/bitrix/news.line/profits_100/style.css?17804906091473 */
/* /local/templates/whool/components/bitrix/news.list/stories/style.css?17804906092712 */
/* /local/templates/whool/components/bitrix/catalog.section.list/.default/style.css?17804906093327 */
/* /local/templates/whool/components/bitrix/news.line/foto_carusel/style.css?17804906102272 */
