

/* Start:/local/templates/vsestroy74.ru/components/luxar/super/top-about/style.css?17012368552994*/
.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: "Officina Serif", 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: "Officina Serif", 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/news/stati/style.css?1751278661591*/
.stati_activity {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.stati_activity span {
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 16px;
    color: #9AAFC3;
}

.stati_activity span b {
    font-weight: 500;
    color: #505E6A;
}

.stati_activity span img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    object-position: center;
}

@media screen and (max-width: 500px) {
    .stati_activity span {
        gap: 5px;
        font-size: 14px;
    }

    .stati_activity span img {
        width: 16px;
        height: 16px;
    }
}
/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?1751278813694*/
.aktsii-detail.container {
    padding: 20px 0;
}

.aktsii-detail.container .news-date-time {
    color: #a4a4a4;
}

.stati_short-list {
    padding-left: 30px;
    margin: 0 0 25px;
}

.stati_short-list_title {
    font-size: 25px;
    color: #505E6A;
    margin: 20px 0 10px;
}

.stati_short-list li {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #1963A8;
    cursor: pointer;
    transition: all .1s linear;
}

.stati_short-list li:hover {
    color: #DF9D19;
}

.stati_short-list li::marker {
    color: #505E6A;
}

@media screen and (max-width: 500px) {
    .stati_short-list_title {
        margin: 0 0 10px;
    }
}
/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/system.pagenavigation/js/style.css?17264713081469*/
body .ajax_load_btn {
  display: flex;
  margin-top: 10px;
}
body .ajax_load_btn__more {
  margin: 0 auto !important;
}
body .ajax_load_btn .ajax_load_btn__more span {
  font-size: 16px;
  line-height: 33px;
  font-family: "Officina Serif", Arial, sans-serif;
  color: #5DA8F0;
  font-weight: 500;
}
body .ajax_load_btn .ajax_load_btn__more span.icon {
  width: 9px;
  height: 6px;
}
body .ajax_load_btn__nav {
  padding-top: 2px;
  background: #fbfbfb;
  z-index: 10;
  display: flex;
  position: absolute;
  right: 0;
}
body .ajax_load_btn__nav a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 33px;
  color: #AEBAC5 !important;
  font-weight: 500 !important;
  margin: 0;
  padding: 0;
}
body .ajax_load_btn__nav a.num.current {
  border: 1px solid #6A7B89;
  color: #E48E00 !important;
}
@media (max-width: 768px) {
  body .ajax_load_btn__nav {
    position: relative;
  }
  body .ajax_load_btn {
    flex-direction: column;
    align-items: center;
    padding-top: 5px;
  }
  body .ajax_load_btn:before {
    top: 17px;
  }
  body .ajax_load_btn .ajax_load_btn__more span.icon {
    border: none;
    background-image: url(/local/templates/vsestroy74.ru/css/../images/loading_arrows.svg);
    transform: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

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

/* End */


/* Start:/local/templates/vsestroy74.ru/components/bitrix/news/stati/bitrix/news.list/recommended_stati/style.css?17513380721708*/
.recommended-articles {
    margin-bottom: 20px;
}

.recommended-articles h2 {
    font-family: "Officina Serif", Arial, sans-serif;
    font-size: 35px;
	color: #2C3842;
    margin-bottom: 30px;
}

.recommended-articles_content {
    padding: 30px 0 40px;
    background-color: #fff;
}

.recommended-articles_content .container {
    display: flex;
    justify-content: space-between;
    gap: 68px;
}

.recommended-articles_item {
    position: relative;
    max-width: 328px;
    width: 100%;
}

.recommended-articles_item a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

.recommended-articles_item h3 {
    font-family: "Officina Serif", Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #2C3842;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recommended-articles_item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 1279px) {
    .recommended-articles_content .container {
        gap: 20px;
    }
}

@media screen and (max-width: 992px) {
    .recommended-articles_content .container {
        flex-wrap: wrap;
        gap: 50px 20px;
    }

    .recommended-articles_item {
        max-width: none;
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .recommended-articles h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .recommended-articles_item h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .recommended-articles_item {
        width: 100%;
    }
}
/* 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.min.css?1644817903798*/
.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{flex-direction:row-reverse}.utp_list .utp_item .image{width:256px;transition:all .3s linear}.utp_list .utp_item:hover .image{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}
/* End */
/* /local/templates/vsestroy74.ru/components/luxar/super/top-about/style.css?17012368552994 */
/* /local/templates/vsestroy74.ru/components/bitrix/news/stati/style.css?1751278661591 */
/* /local/templates/vsestroy74.ru/components/bitrix/news/stati/bitrix/news.detail/.default/style.css?1751278813694 */
/* /local/templates/vsestroy74.ru/components/bitrix/system.pagenavigation/js/style.css?17264713081469 */
/* /local/templates/vsestroy74.ru/components/bitrix/news/stati/bitrix/news.list/recommended_stati/style.css?17513380721708 */
/* /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.min.css?1644817903798 */
