

/* Start:/local/templates/vsestroy74.ru/components/luxar/super/top-about/style.css?17683006312988*/
.top-about {
    background-color: #424244;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 310px;
    padding-top: 15px;
}

.top-about #breadcrumb_container {
    margin-bottom: 40px;
}

.top-about +  .about-house {
    margin-bottom: 0;
}

ul.top-about__nav {
    padding: 0;
    margin: 0 0 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

ul.top-about__nav li {
    margin-right: 30px;
}

ul.top-about__nav li:last-child {
    margin-right: 0;
}

ul.top-about__nav li a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 2px;
    font-weight: bold;
}

ul.top-about__nav li a:hover,
ul.top-about__nav li.selected a {
    border-bottom: 2px solid #ff9c00;
}

.top-about__title {
    font-size: 48px;
    font-family: "Roboto Slab", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.top-about__title span {
    color: #ff9c00;
}


.text-block {
    background-image: url("/local/templates/vsestroy74.ru/components/luxar/super/top-about/img/text-block-bg.jpg");
    font-size: 20px;
    color: #111c1e;
    padding: 50px 0;
}

.text-block a {
    color: #1963a8;
}

.text-block h2 {
    color: #072c29;
    font-size: 48px;
    font-family: "Roboto Slab", Arial, sans-serif;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-align: center;
}

.text-block h2 span {
    color: #fcae00;
}

.top-about.top-about_best {
    height: 317px;
}

.top-about.top-about_best .top-about__title {
    font-weight: 500;
}

.top-about.top-about_best #breadcrumb_container {
    margin-bottom: 80px;
}


@media (max-width: 768px) {

    .top-about.top-about_best {
        background-position: calc(100% + 200px) 100%;
    }

    .top-about.top-about_best #breadcrumb_container {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 500px) {

    .top-about.top-about_best .top-about__title {
        font-size: 28px;
        margin-top: auto;
        margin-bottom: 0;
    }

    .top-about.top-about_best {
        height: 310px;
    }

    .top-about.top-about_best .container {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .text-block {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .top-about {
        min-height: auto;
        padding-bottom: 30px;
    }

    ul.top-about__nav li {
        margin-bottom: 10px;
    }

    .top-about__title,
    .text-block h2 {
        font-size: 35px;
    }

    .top-about #breadcrumb_container .breadcrumbs {
        display: block;
    }

    .top-about #breadcrumb_container {
        margin-bottom: 20px;
    }

    ul.top-about__nav {
        margin: 0 0 30px 0;
    }
}
/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/catalog.section.list/video/style.css?17683006321448*/
.section-video {
  font-family: "Roboto Slab", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ebeff3;
  margin-bottom: 100px;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .section-video {
    margin-bottom: 30px;
    border-bottom: none;
  }
}
.section-video a {
  position: relative;
  display: inline-block;
  color: #6d6d6d;
  text-decoration: none;
  padding-bottom: 13px;
  transition: 0.2s all linear;
  margin-right: 50px;
}
.section-video a span {
  color: #6ba8e1;
}
@media (max-width: 767px) {
  .section-video a {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
}
.section-video a:last-child {
  margin-right: 0;
}
.section-video a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -1px;
  background: #c0c5cb;
  transform: scale(0);
  transition: 0.2s transform linear;
}
.section-video a.select {
  color: #000000;
}
.section-video a.select:before {
  transform: scale(1);
  background: #f2a100;
}
.section-video a:hover:before {
  transform: scale(1);
  background-color: #c0c5cb;
}

h2.video-section-title {
  font-family: "Roboto Slab", Arial, sans-serif;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
}
h2.video-section-title span {
  font-weight: 500;
  font-size: 20px;
  color: #96a6b4;
  text-transform: none;
}

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

/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/news.list/video/style.css?17683006334028*/
.video-title {
  font-size: 48px;
  font-weight: 700;
  font-family: "Roboto Slab", Arial, sans-serif;
  line-height: 1em;
  text-align: center;
  margin-bottom: 30px;
}

.video-title span {
  color: #f2a100;
}

.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}
.video-wrap {
  margin-bottom: 30px;
}
.video-wrap-main {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .video-wrap-main {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .video-wrap-main {
    margin-bottom: 30px;
  }
}
.video-item {
  margin: 15px;
  width: calc(33.3333333333% - 30px);
  aspect-ratio: 16/9;
  max-height: none;
  height: auto;
}
.video-item iframe {
  width: 100%;
  height: 284px;
}
.video-item img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video-container {
  position: relative;
}
.video-container span {
  position: absolute;
  pointer-events: none;
}
.video-container span.play {
  display: block;
  background: url(/local/templates/vsestroy74.ru/components/bitrix/news.list/video/images/play.png) no-repeat 0 0;
  width: 60px;
  height: 60px;
  opacity: 0.6;
  left: 50%;
  top: 50%;
  margin: -43px 0 0 -43px;
  background-size: cover;
}
.video-container span.title {
  padding: 0 !important;
  position: initial;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-container .title__container {
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  background-color: #000;
  opacity: 0;
  transition: all 0.3s linear;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .video-container .title__container {
    padding: 8px 15px;
    opacity: 1;
  }
}
.video-container:hover span.play {
  opacity: 1;
}
.video-container:hover .title__container {
  opacity: 1;
}
.video .slick-dots {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  z-index: 10;
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.video .slick-dots li {
  font-size: 0;
  width: calc(16.6666666667% - 4px);
  margin-right: 4px;
  margin-bottom: 4px;
}
.video .slick-dots li:nth-child(6n) {
  margin-right: 0;
}
.video .slick-dots li.slick-active button {
  background-color: #f9ab00;
}
.video .slick-dots li button {
  font-size: 0;
  border: none;
  height: 4px;
  background-color: rgb(214, 225, 238);
  width: 100%;
  outline: none;
}

.video-wrap .more {
  text-align: center;
}
.video-wrap .more span {
  padding-left: 30px;
  position: relative;
}
.video-wrap .more span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  border: 5px solid #52a4f0;
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
  top: 2px;
}
.video-wrap .more a {
  color: #52a4f0;
  font-size: 24px;
  font-weight: normal;
  font-family: "Roboto Slab", Arial, sans-serif;
  text-decoration: none;
  border-bottom: 1px solid #52a4f0;
  position: relative;
}

@media screen and (max-width: 500px) {
  .video-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .video-item {
    width: 100%;
    margin: 0;
  }
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: transparent;
}

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

/* End */


/* Start:/local/templates/vsestroy74.ru/components/luxar/super/hochu_order_new/style.min.css?16448179052879*/
.hochu_block{margin:20px 0;width:100vw;margin-left:calc((100vw - 1024px) / 2 * -1)}.hochu_block .mobile_title{display:none}.hochu_block .uzor{margin-bottom:20px}.hochu_container{background:url(/local/templates/vsestroy74.ru/components/luxar/super/hochu_order_new/images/bcg.jpg) no-repeat center 0;position:relative}.hochu_container .page_container{height:424px}.hochu_form{position:relative;z-index:10;padding:16px 0 0 542px}.hochu_form .title{text-transform:uppercase;color:#feaf32;font-size:60px;line-height:1em}.hochu_form div{margin-bottom:20px}.hochu_form input[type="text"]{line-height:53px;padding:0 20px 0 20px;color:#b7b7b7;font-size:36px;border:1px solid #fff;width:400px;text-transform:uppercase;background:transparent;font-family:Akrobat,sans-serif}.hochu_form input[type="text"].input-error{background-color:rgba(255,0,0,.7) !important;color:#fff;border:1px solid #c4c8cd !important}.hochu_form input::-webkit-input-placeholder,.hochu_form textarea::-webkit-input-placeholder{color:#b7b7b7}.hochu_form input:-moz-placeholder,.hochu_form textarea:-moz-placeholder{color:#b7b7b7}.hochu_form input.input-error::-webkit-input-placeholder,.hochu_form textarea.input-error::-webkit-input-placeholder{color:#b7b7b7}.hochu_form input.input-error:-moz-placeholder,.hochu_form textarea.input-error:-moz-placeholder{color:#b7b7b7}.hochu_form a.btn:link,.hochu_form a.btn:visited{transition:visibility .3s linear;background:#52a4f0;color:#fff;border:0;text-shadow:none;margin-top:0}.hochu_form a.btn:hover{background-color:#ffac03}.hochu_form a.btn span{background:none !important}.hochu_form div label{display:block;text-align:left;font-family:Akrobat,sans-serif;color:#c2c7cc;font-size:16px;line-height:1em;width:500px;margin:10px auto 0 auto}.hochu_form div label a:link,.hochu_form div label a:visited{color:#c2c7cc}.hochu_form input[type="checkbox"]{display:none}.hochu_form input[type="checkbox"]+label::before{content:"";display:inline-block;height:18px;width:18px;margin:0 8px -4px 0;background-image:url(/local/templates/vsestroy74.ru/components/luxar/super/hochu_order_new/images/checkbox.png);background-repeat:no-repeat}.hochu_form input[type="checkbox"]+label::before{background-position:0 0}.hochu_form input[type="checkbox"]:checked+label::before{background-position:-18px 0}.hochu_block .utp_container{margin-top:-40px}.hochu_block .hochu_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:43px 0}.hochu_block .hochu_buttons a.button:link,.hochu_block .hochu_buttons a.button:visited{background:#fff;border:1px solid #52a4f0;color:#fff;text-transform:uppercase;font-size:36px;font-weight:300;min-width:310px;text-align:center;padding:0}.hochu_block .hochu_buttons a.button span{display:inline-block;margin:4px;background:#52a4f0;line-height:49px;width:calc(100% - 8px)}.hochu_block .hochu_buttons a.button:hover{border-color:#ffac03}.hochu_block .hochu_buttons a.button:hover span{background-color:#ffac03}
/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/news.list/utp_order_new/style.css?17683006313175*/
.utp_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
}
.utp_list .utp_item {
    display: -webkit-box;display: -ms-flexbox;display: flex;
    width: 50%;

}
.utp_list .utp_item.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.utp_list .utp_item .image {
    width: 256px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.utp_list .utp_item:hover .image {
    -webkit-transform: rotate(-5deg) translate(0,-10px);
    -ms-transform: rotate(-5deg) translate(0,-10px);
    transform: rotate(-5deg) translate(0,-10px);
}
.utp_list .utp_item .image img {
    display: block;
}
.utp_list .utp_item .text {
    width: calc(100% - 256px - (19px * 2));
    padding: 31px 19px 0 19px;
}
.utp_list .utp_item .text .title {
    text-transform: uppercase;
    font-size: 22px;
    color: #52a4f0;
    line-height: 1.2em;
    margin-bottom: 5px;
}
.utp_list .utp_item .text .title span {
    display: block;
    color: #353535;
}
.utp_list .utp_item .text .description {
    color: #989898;
    font-size: 16px;
    line-height: 1.2em;
}

.utp_container.ipoteka {
    padding: 30px 0;
    background-color: #ffffff;
}

.utp_container.ipoteka h2 {
    font-family: "Roboto Slab", Arial, sans-serif;
    font-size: 48px;
    color: #313645;
    margin-top: 0;
}

.utp_container.ipoteka span {
    color: #fcae00;
}

.utp_container.ipoteka .utp_list .utp_item .image {
    position: relative;
    overflow: hidden;
}


.utp_container.ipoteka .utp_list .utp_item:nth-child(3) .image:before,
.utp_container.ipoteka .utp_list .utp_item:nth-child(4) .image:before {
    left: -52px;
}

.utp_container.ipoteka .utp_list .utp_item:nth-child(1) .image:before,
.utp_container.ipoteka .utp_list .utp_item:nth-child(2) .image:before {
    right: -10px;
}

.utp_container.ipoteka .utp_list .utp_item .image:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 500px) {

    .utp_container.ipoteka .utp_list .utp_item .text .description,
    .utp_list .utp_item .text .description,
    .utp_container.ipoteka .utp_list .utp_item .text,
    .utp_list .utp_item .text {
        width: 100%;
    }

    .utp_container.ipoteka .utp_list .utp_item .text,
    .utp_list .utp_item .text {
        padding: 10px 10px 0 10px;
    }

    .utp_container.ipoteka .utp_list .utp_item,
    .utp_list .utp_item {
        margin-bottom: 20px;
    }

    .utp_container.ipoteka .utp_list .utp_item:last-child,
    .utp_list .utp_item:last-child {
        margin-bottom: 0;
    }

    .utp_container.ipoteka h2 {
        line-height: 1em;
        font-size: 30px;
    }
}
/* End */
/* /local/templates/vsestroy74.ru/components/luxar/super/top-about/style.css?17683006312988 */
/* /local/templates/vsestroy74.ru/components/bitrix/catalog.section.list/video/style.css?17683006321448 */
/* /local/templates/vsestroy74.ru/components/bitrix/news.list/video/style.css?17683006334028 */
/* /local/templates/vsestroy74.ru/components/luxar/super/hochu_order_new/style.min.css?16448179052879 */
/* /local/templates/vsestroy74.ru/components/bitrix/news.list/utp_order_new/style.css?17683006313175 */
