

/* Start:/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/style.css?174316854191577*/
#slider {
    margin-bottom: 20px;
}

* {
    box-sizing: border-box;
}

.btn2 {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 17px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    justify-content: center;
}

.btn_white {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFA500;
    height: 63px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    border: 2px solid #FFA500;
}

.btn_orange {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 63px;
    background: #FFA500;
    border-radius: 4px;
}

.btn_shadow:hover {
    box-shadow: 0px 0px 21px 8px rgba(159, 159, 159, 0.1), 0px 0px 10px rgba(118, 118, 118, 0.15);
    transition: box-shadow .2s ease-in-out;
    /* color: #FFFFFF; */
}

.cardflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardtitle_h1 {
    font-weight: 600;
    font-size: 50px;
    /*line-height: 61px;*/
    color: #353535;
}

.cardtitle_price {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: #FFA500;
}

.cardinfo {
    align-items: flex-start;
}

.cardinfo_img {
    width: 66%;
    /* flex-grow: 0; */
    /* display: flex; */
    position: relative;
    /* max-width: 776px; */
}

.cardinfo_img img {
    object-fit: cover;
    height: 650px;
    width: 100%;
    border-radius: 5px;
}

.cardinfo_img img.fp {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.cardinfo_img.full__heigth {
    height: 807px;
}

.cardinfo_img.full__heigth>a {
    display: block;
    width: 100%;
    height: 100%;
}

.cardinfo_img.full__heigth img {
    height: 100%;
    object-fit: cover;
}

.cardinfo_3d {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(4px);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FEFEFE;
    cursor: pointer;
}

.cardinfo_3d span {
    padding-left: 26px;
}

.cardinfo_param {
    width: 33%;
    flex-grow: 0;
    margin-left: 50px;
}

.cardtabs_selector {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.cardtabs_btn {
    list-style-type: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 23px 20px 22px;
    flex: 1 1;
    cursor: pointer;
    max-width: 33.333333%;
}

.cardtabs_btn.active {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}

.cardtabs_btn.first {
    color: #4D4D4D;
    background: #FFF2DC;
}

.cardtabs_btn.second {
    color: #4D4D4D;
    background: #FFCC70;
}

.cardtabs_btn.third {
    color: #FFFFFF;
    background: #FFA500;
}

.cardtabs_row {
    border-bottom: 1px solid #D4D4D4;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* height: 70px; */
    flex-direction: column;
}

.cardtabs_row_text,
.cardtabs_row_price {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #353535;
}

.cardtabs_row_size {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #858585;
}

.cardtabs_row_text .cardtabs_row_sub {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #787878;
    display: block;
}

.cardtabs_info {
    display: none;
}

.cardtabs_info.active {
    display: block;
}

.cardtabs_info_text {
    margin: 30px 0;
}

.cardtabs_total {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #353535;
    border-bottom: none;
}

.cardtabs_btns {
    border-bottom: none;
    margin-top: 20px;
}

.cardtabs_btns_show.btn_orange span {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: lowercase;
}

.cardparams {
    margin-top: 60px;
    align-items: flex-start;
}

.cardtech {
    width: 66.0956%;
    flex-grow: 0;
}

.cardgallery {
    width: 100%;
    flex-grow: 0;
    height: 120px;
}

.gallery__imgs {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.gallery__imgs img {
    margin-bottom: 20px;
    /* width: 100%; */
    height: auto;
}

.cardinfo_tech {
    margin-bottom: 40px;
    margin-top: 14px;
}

.cardinfo_tech .cardtabs_row:last-child {
    border-bottom: none;
}

.carddescr {
    margin-top: 40px;
}

.cardplans_title {
    margin: 70px 0 53px;
}

.cardplans_container {
    display: flex;
    justify-content: space-between;
}

.cardplans_item {
    width: calc(50% - 12.5px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.cardplans_item img {
    width: 100%;
    position: relative;
    display: block;
}

.cardplans_item_img {
    position: relative;
}


/*.cardplans_item_img::after {
content: '';
background: rgba(206, 226, 240, 0);
transition: background ease-in-out .2s;

}
.cardplans_item_img:hover::after {
	content: '';
background: rgba(206, 226, 240, 0.6);
transition: background ease-in-out .2s;
filter: blur(2px);
border-radius: 4px;
left: 0;
top: 0;
width: 100%;
height: 100%;
position: absolute;
}*/

.cardplans_item_img:hover {
    background: rgba(206, 226, 240, 0.6);
}

.cardplans_item_title {
    margin-top: 20px;
}

.carddesign_title {
    margin-top: 70px;
    color: #FFA500;
    /*line-height: 130%;*/
}

.carddesign_subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    color: #353535;
    margin-top: 2px;
}

.carddesign_img {
    margin-top: 46px;
}

.carddesign_img img {
    width: 100%;
    box-shadow: 0px 26px 10px rgba(0, 0, 0, 0.01), 0px 15px 9px rgba(0, 0, 0, 0.03), 0px 7px 7px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.carddesign_info {
    margin-top: 47px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.carddesign_btn {
    flex: 0 0 264px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardmark_text {
    margin-top: 30px;
}

.cardmark_container {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 80px;
}

.cardmark_item {
    width: calc(50% - 13.5px);
    box-shadow: 0px 26px 10px rgba(0, 0, 0, 0.01), 0px 15px 9px rgba(0, 0, 0, 0.03), 0px 7px 7px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 50px 33px 44px;
}

.cardmark_img {
    text-align: center;
}

.cardmark_img img {
    max-height: 300px;
    box-shadow: 0px 26px 10px rgba(0, 0, 0, 0.01), -10px 15px 9px rgba(0, 0, 0, 0.03), -5px 7px 7px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}

.cardmark_info {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.cardmark_btn {
    flex: 0 0 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}

.cardmark_type {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #7E7E7E;
}

.cardmark_name {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #353535;
}

.cardparts_container {
    position: relative;
    margin: 40px 0 70px;
}

.cardconstr_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cardconstr_subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    margin-top: 19px;
    font-family: "Exo 2", Arial, sans-serif!important;
    margin-bottom: 33px;
}

.cardconstr_subtitle span {
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    color: #FFA500;
}

.cardconstr_text {
    flex: 0 0 60%;
}

.cardconstr_img {
    flex: 0 0 40%;
}

.cardconstr_img img {
    width: 100%;
}

.carddocs_container {
    margin-bottom: 59px;
}

.carddocs_container h2,
.carddocs_container .h2 {
    margin-top: 59px;
    margin-bottom: 40px;
}

.carddocs_container .cardtabs_btn.first,
.carddocs_container .cardtabs_btn.second,
.carddocs_container .cardtabs_btn.third {
    background: #F3F3F3;
    color: #353535;
}

.carddocs_container .cardtabs_btn.active {
    background: #FFA500;
    color: #fff;
    box-shadow: inset 0px 2px 7px 2px rgba(0, 0, 0, 0.15);
}

.carddocs_container .cardtabs_row_size {
    flex: 1 0;
}

.carddocs_container .cardtabs_row_text {
    flex: 5 0;
}

.carddocs_container .cardtabs_row:last-child {
    border-bottom: none;
}

.cardvideo_container {
    position: relative;
    margin: 44px 0;
}

.card_callback {
    padding: 50px 0 222px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 21px 8px rgba(159, 159, 159, 0.1), 0px 0px 10px rgba(118, 118, 118, 0.15);
    background: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/images/callback.png');
    background-repeat: no-repeat;
    background-position-y: calc(100% - 56px);
    background-size: contain;
}

.card_callback_form {
    margin: 55px;
}

.card_callback_form .form-header {
    display: none;
}

.card_callback h2::before,
.card_callback .h2::before {
    content: none;
}

.blockcredit_title {
    line-height: 44px;
    text-transform: uppercase;
    color: #003262;
}

.blockcredit_text {
    margin-top: 27px;
    max-width: 500px;
    font-weight: 400;
    font-size: 16px;
    line-height: 144.4%;
    color: #252525;
}

.blockcredit_box {
    margin-top: 27px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.blockcredit_bank {
    background: #FFFFFF;
    box-shadow: 0px 26px 10px rgba(0, 0, 0, 0.01), 0px 15px 9px rgba(0, 0, 0, 0.03), 0px 7px 7px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    width: calc((100% - 50px) / 3);
    min-height: 300px;
}

.bank_title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 104.4%;
    text-align: center;
    text-transform: uppercase;
    color: #535353;
    margin: 15px 0 21px;
}

.bank_splitter {
    height: 0px;
    width: calc(100% - 50px);
    margin: 0 25px;
    border-bottom: 1px solid #FF8A00;
}

.bank_box {
    margin: 20px 25px 34px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.bank_text {
    max-height: 25px;
    transition: max-height .5s;
    overflow: hidden;
}

.bank_text.active {
    max-height: 420px;
}

.bank_text.active .bank_text_title,
.bank_text.active .bank_text_title::after {
    color: #FF8A00;
}

.bank_text_title {
    color: #535353;
    font-weight: 500;
    cursor: pointer;
    transition: color .5s;
}

.bank_text_title::after {
    content: '+';
    font-size: 18px;
    color: #000;
    float: right;
}

.active .bank_text_title::after {
    content: '–';
}

.bank_3 .bank_text_title {
    cursor: auto;
}

.bank_3 .bank_text_title::after {
    content: "";
}

.bank_text_descr {
    color: #ABABAB;
    padding-top: 8px;
    display: inline-block;
}

.bank_text table {
    margin: 34px 0;
}

.bank_text table tr {}

.bank_text table tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 144.4%;
    color: #535353;
    text-align: left;
}

.bank_text table tr th {
    font-weight: 500;
    font-size: 14px;
    line-height: 144.4%;
    color: #ABABAB;
    text-align: left;
}

.bank_text table tr th:first-child,
.bank_text table tr td:first-child {
    padding-right: 47px;
}

.s1_left_arrow_box,
.s1_right_arrow_box {
    position: absolute;
    float: left;
    height: 240px;
    line-height: 240px;
    width: 90px;
    display: inline-block;
    text-align: center;
    z-index: 10;
}

.s1_right_arrow_box {
    right: 0;
}

.slider_right_arrow,
.slider_left_arrow {
    cursor: pointer;
}

.slider_right_arrow::before,
.slider_left_arrow::before {
    content: "";
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    display: inline-block;
    height: 26px;
    width: 26px;
}

.slider_right_arrow svg {
    margin: 0 0 4px -16px;
}

.slider_left_arrow svg {
    margin: 0 0 4px -18px;
}

.slider_right_arrow.disabled,
.slider_left_arrow.disabled {
    cursor: auto;
}

.s1_right_arrow.disabled,
.s1_left_arrow.disabled {
    visibility: hidden;
}

.s1_container {
    margin: 0;
    display: inline-block;
}

.s1_box {
    height: 315px;
}

.slider_box {
    width: 100%;
    overflow: hidden;
}

.slider_slider {
    position: relative;
    transition: left .5s ease-in-out;
    display: flex;
}

.s1_item {
    margin: 1px 12px 15px 0;
    max-width: 375px;
    height: 240px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 15px 19px;
    box-shadow: 0px 18px 7px rgb(0 0 0 / 1%), 0px 10px 6px rgb(0 0 0 / 3%), 0px 5px 5px rgb(0 0 0 / 4%), 0px 1px 3px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 5%);
}

.slider_item {
    display: inline-block;
    text-align: center;
    flex: 0 0 40%;
}

.slider_img {
    width: calc(100% - 50px);
    height: 80%;
    object-fit: contain;
    position: relative;
    border-radius: 2px;
}

.s2_box {
    height: 224px;
}

.s2_item {
    height: 224px;
    margin-right: 21px;
}

.s2_item .slider_img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s2_slider {
    display: flex;
}

.s2_right_arrow_box,
.s2_left_arrow_box {
    float: left;
    position: relative;
}

.s2_left_arrow_box {
    margin: 0 9px 0 47px;
}

.s2_right_arrow {
    display: block;
    width: 54px;
    height: 32px;
    background: #003262;
    border-radius: 4px;
}

.s2_right_arrow.disabled {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #003262;
    border-radius: 4px;
}

.s2_right_arrow::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE3IiBmaWxsPSJub25lIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik0xIDFsNi45MjMgNy41TDEgMTYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
    position: absolute;
    left: 24px;
    top: 8px;
}

.s2_right_arrow.disabled::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE3IiBmaWxsPSJub25lIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik0xIDFsNi45MjMgNy41TDEgMTYiIHN0cm9rZT0iIzAwMzI2MiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
    position: absolute;
    left: 12px;
    top: 8px;
}

.s2_left_arrow {
    display: block;
    width: 54px;
    height: 32px;
    background: #003262;
    border: 1px solid #003262;
    border-radius: 4px;
}

.s2_left_arrow.disabled {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #003262;
    border-radius: 4px;
}

.s2_left_arrow::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE3IiBmaWxsPSJub25lIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik0xIDFsNi45MjMgNy41TDEgMTYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
    position: absolute;
    left: 22px;
    top: 4px;
    transform: rotate(-180deg);
}

.s2_left_arrow.disabled::after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE3IiBmaWxsPSJub25lIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik0xIDFsNi45MjMgNy41TDEgMTYiIHN0cm9rZT0iIzAwMzI2MiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
    position: absolute;
    left: 10px;
    top: 4px;
    transform: rotate(-180deg);
}

@media (max-width: 1024px) {
    h2,
    .h2 {
        position: relative;
        font-size: 24px;
        line-height: 29px;
    }
    .sidebar {
        display: none;
    }
    section {
        margin-left: 0;
    }
    .blocktop {
        height: 400px;
        background-position-y: bottom;
        background-position-x: right;
        position: relative;
    }
    .blocktop_text1 {
        position: inherit;
        width: 100%;
        height: auto;
        padding: 150px 0 90px 40px;
        font-size: 36px;
        left: auto;
        top: auto;
    }
    .blocktop_text2 {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        left: auto;
        top: auto;
    }
    .blocktop_text2 span {
        width: 80%;
        height: auto;
        margin: 0;
        padding: 20px 0 20px 40px;
    }
    .block4 {
        height: auto;
    }
    .block4_inner {
        width: 100%;
        height: auto;
    }
    .block4_inner1,
    .block4_inner2,
    .block4_inner3,
    .block4_inner4 {
        width: calc(50% - 1px);
        float: left;
    }
    .block4_inner_text {
        padding: 0 10%;
    }
    .block4_inner2+.block4_split {
        display: none;
    }
    .blockeffect_container {
        height: auto;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .blockeffect_box {
        display: flex;
        flex-direction: column-reverse;
    }
    .blockeffect_item {
        width: 49%;
    }
    .blockeffect_hover {
        width: 100%;
        height: auto;
        right: auto;
        top: auto;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(4px);
        position: relative;
    }
    .blockeffect_hover ul {
        padding: 0;
        margin: 30px 0 0;
    }
    .blockeffect_hover ul li {
        list-style-type: none;
        padding-bottom: 30px;
    }
    .blockeffect_hover_text {
        padding: 0 0 0 0;
    }
    .blockeffect {
        margin: 0 20px;
        width: calc(100% - 40px);
    }
    .blockeffect_btn {
        width: 150px;
    }
    .blockprocess {
        height: auto;
        margin: 30px 0 0;
        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    }
    .blockprocess_box {
        flex-wrap: wrap;
    }
    .blockprocess_item {
        width: 33.33333%;
        text-align: center;
        height: 93px;
        padding: 0 5px;
        margin: 13px 0;
    }
    .blockprocess_item:nth-child(3) {
        border-right: none;
    }
    .blockprocess_title {
        font-size: 10px;
        width: 100%;
        min-width: 100%;
    }
    .blockorange {
        margin: 0;
        flex-direction: column;
    }
    .blockorange_left {
        height: 241px;
        width: 100%;
    }
    .blockorange_left_title {
        line-height: 29px;
    }
    .blockorange_left_inner {
        padding: 30px 20px 26px;
        margin: 0;
        height: auto;
    }
    .blockorange_left_dots {
        display: none;
    }
    .blockorange_right {
        height: 200px;
        width: 100%;
    }
    .blockdocs {
        margin: 48px auto 0;
        width: 80%;
        flex-direction: column;
    }
    .blockdocs_item {
        padding: 0 30px 50px;
        width: 100%;
    }
    .blockdocs_item.item_1 .blockdocs_img img {
        margin-left: -10% !important;
    }
    /*.blockdocs_img {
	order: 1;
}
.blockdocs_title {
	order: 2;
    width: 80%;
}
.blockdocs_text {
	order: 4;
}
.blockdocs_btn {
	order: 3;
}
.blockdocs_btn a {
	width: 0;
}
.blockdocs_btn a::after {
	content: '>';
}*/
    .blockconstr {
        margin: 30px 0 0;
    }
    .blockconstr_inner {
        flex-direction: column;
        height: auto;
    }
    .blockeffect_header {
        margin-bottom: 30px;
        height: auto;
    }
    .blockconstr_text {
        width: 100%;
        order: 3;
        padding: 0 20px;
    }
    .blockconstr_header {
        padding: 0 20px;
    }
    .blockconstr_house {
        background-size: contain;
        width: 100%;
        height: 450px;
        overflow-x: hidden;
        margin: 20px 20px 30px;
        order: 1;
    }
    a.mobile .blockconstr_point_popup {
        opacity: 1;
        width: 150px;
        font-size: 12px;
    }
    a.mobile .blockconstr_point_inner {
        background: #FFF;
    }
    .blockconstr_point.point_1 {
        left: 60%;
        top: 47%;
    }
    .blockconstr_point.point_2 {
        left: 31%;
        top: 9%;
    }
    .blockconstr_point.point_3 {
        left: 58%;
        bottom: 5%;
    }
    .blockconstr_photo_box {
        order: 2;
        width: 100%;
        height: 170px;
        border-radius: 0;
        margin-bottom: 30px;
    }
    .blockconstr_photo_gallery .img_main {
        display: none;
    }
    .blockcta {
        margin-top: 50px;
    }
    .blockcta_left {
        position: inherit;
        top: auto;
        left: auto;
        max-width: 100%;
        width: 100%;
        padding: 20px;
        background: #003262;
        /* box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.25);*/
        /*  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9ImF1dG8iIHZpZXdCb3g9IjAgMCA0MTkuMSA2MS42NDgiIHhtbG5zOnY9Imh0dHBzOi8vdmVjdGEuaW8vbmFubyI+PGRlZnM+PGZpbHRlciBpZD0iQSIgeD0iMTE2OC44NyIgeT0iMzM1My4xOCIgd2lkdGg9IjkwNC4yNTciIGhlaWdodD0iMjIwLjg3MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiLz48ZmVCbGVuZCBpbj0iU291cmNlR3JhcGhpYyIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEzIi8+PC9maWx0ZXI+PGZpbHRlciBpZD0iQiIgeD0iMjgxIiB5PSIzMjYxIiB3aWR0aD0iMTYyMCIgaGVpZ2h0PSIyNjkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj48ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkEiLz48ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiLz48ZmVDb21wb3NpdGUgb3BlcmF0b3I9Im91dCIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yNSAwIi8+PGZlQmxlbmQgaW4yPSJBIi8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzEuMzY3IDMwLjI0KSI+PHBhdGggZmlsbD0iIzAwMzI2MiIgZD0iTTI5MS40NTkgMzI2Ny42MTloMTU4NHYyMzIuOTg1aC0xNTg0eiIgdHJhbnNmb3JtPSJtYXRyaXgoLjI2NDYgMCAwIC4yNjQ2IC0xMDguNDgyNiAtODk0Ljg1NjE4KSIgZmlsdGVyPSJ1cmwoI0IpIi8+PGcgc3R5bGU9Im1peC1ibGVuZC1tb2RlOm92ZXJsYXkiIGZpbHRlcj0idXJsKCNBKSIgdHJhbnNmb3JtPSJtYXRyaXgoLjI2NDYgMCAwIC4yNjQ2IC0xMDMuMDc0MDkgLTg5My42MzAyKSIgZmlsbD0iIzE5ZWJmNCIgZmlsbC1vcGFjaXR5PSIuODEzIj48cGF0aCBkPSJNMjAxOC4yNzQgMzQ4NC4yNTdjMCAyOS40My0xOTguNDkgNTMuMjgtNDQzLjMzIDUzLjI4LTI0NC44MyAwLTM4OC45My0yMy44NS0zODguOTMtNTMuMjhzMzA4LjczLTI4LjAyIDUxOS4xMy05NS41OWMyNDQuODQgMCAzMTMuMTMgNjYuMTYgMzEzLjEzIDk1LjU5eiIvPjwvZz48L2c+PC9zdmc+");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;*/
        box-shadow: 0px 6px 18px rgb(0 0 0 / 15%), 0px -6px 9px rgb(0 0 0 / 15%);
    }
    .blockcta_left_title {
        z-index: 1;
        position: inherit;
        margin: 0;
        font-size: 24px;
    }
    .blockcta_left_text {
        z-index: 1;
        position: inherit;
    }
    .blockcta_bg {
        display: none;
    }
    .cta_form_name {
        float: none;
        padding-right: 0;
        padding-bottom: 20px;
        width: 50%;
    }
    .cta_form_tel {
        float: none;
        padding-right: 0;
        padding-bottom: 20px;
        width: 50%;
    }
    .cta_form_btn {
        float: none;
        width: 50%;
    }
    .blockcta_right {
        position: absolute;
        right: -50px;
        top: 8%;
        height: 280px;
        width: 60%;
        background-size: 100%;
        display: none;
    }
    .blocktech {
        margin: 50px 20px 0;
        display: block;
        height: 550px;
    }
    .blocktech_left {
        width: calc(100% - 40px);
        display: block;
        margin-left: 0;
    }
    .blocktech_title {
        line-height: 29px;
    }
    .blocktech_text {
        margin-top: 27px;
        width: 100%;
    }
    .blocktech_right {
        width: 100%;
        margin: 10px 0px 0;
        display: none;
    }
    .blocktech_nav {
        display: none;
    }
    .blockfeatures {
        margin: 50px 20px 0;
    }
    .blockfeatures_feat {
        flex-direction: row;
    }
    .blockfeatures_feat_left {
        width: 40%;
    }
    .blockfeatures_feat_right {
        width: 60%;
        padding: 20px 0;
    }
    .blockinfo {
        margin: 30px 0 40px;
        box-shadow: 0px 26px 10px rgba(0, 0, 0, 0.01), 0px 15px 9px rgba(0, 0, 0, 0.03), 0px 7px 7px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    }
    .blockinfo_left {
        width: 100%;
        float: none;
        padding: 0 20px 11px;
    }
    .blockinfo_left_title {
        overflow-wrap: anywhere;
        line-height: 29px;
    }
    .blockinfo_left_title span {
        display: block;
    }
    .blockinfo_left_subtitle {
        font-size: 14px;
    }
    .blockinfo_right {
        width: 100%;
        float: none;
        padding: 11px 20px 20px;
    }
    .blockinfo_right_subtitle {
        height: 0;
        margin-top: 0;
    }
    .blockcredit {
        margin: 0 20px;
    }
    .blockcredit_text {
        max-width: 100%;
    }
    .blockcredit_box {
        flex-direction: column;
        align-items: center;
    }
    .blockcredit_bank {
        width: 90%;
        margin-bottom: 30px;
    }
    .blockportfolio,
    .blockvideo {
        margin: 50px 10px 0;
    }
    .blockportfolio_title,
    .blockvideo_title {
        margin: 0 10px;
    }
    .s1_left_arrow_box,
    .s1_right_arrow_box {
        width: 15px;
    }
    .s1_right_arrow_box {
        right: 5px;
    }
    .s1_left_arrow_box {
        left: 5px;
    }
    .s1_container {
        margin: 0 15px;
    }
    .s1_item {
        margin-right: 0;
    }
    .blockdelivery {
        margin: 50px 20px 0;
    }
    .blockdelivery_title span {
        display: block;
    }
    .blockdelivery_map {
        margin: 50px -10px 0;
    }
    .blockdelivery_contacts {
        left: 20px;
    }
    .blockfaq_title {
        margin: 0 20px 30px;
    }
    .blockfaq_box {
        margin: 0;
        width: 100%;
    }
    .faq_question {
        padding: 18px 25px 17px 61px;
    }
    .faq_question::before {
        left: 24px;
    }
    .blockreview {
        margin: 30px 0 0;
    }
    .blockreview_title {
        margin: 0 20px;
    }
    .blockreview_container {
        margin: 0;
    }
    .blockreview_container .s2_box {
        padding: 0 0 25px;
    }
    .review_item {
        width: 100%;
    }
    .review_text {
        max-height: 100%;
    }
    .s2_item {
        margin: 0;
        padding: 0 20px;
        width: 100%;
        min-width: 100%;
        box-shadow: none;
    }
    .review_item {
        background: #fff;
        box-shadow: 0px 26px 10px rgb(0 0 0 / 1%), 0px 15px 9px rgb(0 0 0 / 3%), 0px 7px 7px rgb(0 0 0 / 4%), 0px 2px 4px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 5%);
        border-radius: 2px;
    }
    .pagedocs {
        margin: 30px 20px;
    }
    .pagedocs_title {
        font-size: 24px;
    }
    .pagedocs_box {
        margin-top: 0;
        flex-direction: column;
    }
    .pagedocs_left,
    .pagedocs_right {
        width: 100%;
    }
    .pagedocs_selector {
        flex-direction: column;
        height: 91px;
        margin: 20px 0 15px;
    }
    .selector_types,
    .selector_models {
        width: 100%;
    }
    section {
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    .blocktop {
        height: 500px;
        background-positio n-y: 0;
        background-position-x: right;
        position: relative;
    }
    .block4_inner2+.block4_split {
        display: block;
    }
    .block4_inner1,
    .block4_inner2,
    .block4_inner3,
    .block4_inner4 {
        width: 50%;
        float: none;
    }
    .block4_split {
        width: 80%;
        height: 0;
        margin: 0 10%;
        border-bottom: 1px solid #FF8A00;
    }
    .blockeffect_box {
        display: flex;
        flex-direction: column;
    }
    .blockeffect_container {
        display: inline-flex;
        width: 80%;
    }
    .blockeffect_item {
        width: 100%;
        display: inline-block;
    }
    .blockprocess_item {
        width: 33%;
        height: auto;
        float: none;
        text-align: center;
    }
    .blockprocess_split {
        width: 100%;
        display: block;
        border-bottom: 1px solid #FF8A00;
    }
    .blockdocs_item.item_1 .blockdocs_img img {
        margin-left: -10% !important;
    }
    .blockconstr_house {
        background-size: 100%;
        width: calc(100% - 40px);
        height: 345px;
        overflow-x: hidden;
    }
    .blockconstr_point.point_1 {
        left: 61%;
        top: 46%;
    }
    .blockconstr_point.point_1 .blockconstr_point_popup {
        left: -150px;
    }
    .blockconstr_point.point_2 {
        left: 23%;
        top: 11%;
    }
    .blockconstr_point.point_3 {
        left: 53%;
        bottom: 8%;
    }
    .cta_form_name {
        float: none;
        padding-right: 0;
        padding-bottom: 8px;
        width: 100%;
    }
    .cta_form_tel {
        float: none;
        padding-right: 0;
        padding-bottom: 37px;
        width: 100%;
    }
    .cta_form_btn {
        float: none;
        width: 100%;
    }
    .blockcta_right {
        position: absolute;
        right: 0px;
        top: -20%;
        height: 280px;
        width: 60%;
        background-size: 100%;
        display: none;
    }
    .blockfeatures_feat {
        flex-direction: column;
    }
    .blockfeatures_feat_left {
        width: 100%;
    }
    .blockfeatures_feat_right {
        width: 100%;
        padding: 0 0 20px;
    }
}


/* tweaks */

.row.mt3 {
    display: none;
}

@media screen and (max-width: 1320px) {
    .cardwrapper .cardinfo_img img {
        object-fit: cover;
        height: auto;
    }
    .cardwrapper .cardtech {
        width: 100%;
    }
    .cardwrapper .cardinfo_param {
        width: 100%;
    }
    .cardwrapper .cardflex {
        flex-wrap: wrap;
    }
    .cardwrapper .cardinfo_img {
        width: 100%;
    }
    .cardwrapper .cardtech {
        width: 100%;
    }
    .cardwrapper .cardinfo_param {
        width: 100%;
    }
    .cardwrapper .gallery__imgs a {
        /* width: 46%; */
    }
    .cardwrapper .cardgallery {
        width: 100%;
    }
    .cardwrapper .gallery__imgs {
        margin-top: 40px;
        /*  display: flex;
        flex-direction: initial;
        overflow: hidden;
        flex-wrap: wrap;
        justify-content: space-around;*/
    }
    .cardwrapper .s1_left_arrow_box,
    .cardwrapper .s1_right_arrow_box {
        height: auto;
        line-height: 200px;
    }
}

@media screen and (max-width: 1000px) {
    .cardwrapper .s1_left_arrow_box,
    .cardwrapper .s1_right_arrow_box {
        height: auto;
        line-height: 100%;
    }
    .cardmark_item {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .s1_right_arrow_box {
        height: auto;
        line-height: 100%;
    }
    .cardmark_info {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .cardwrapper {
        height: auto;
        line-height: 100%;
    }
    .cardwrapper h2 {
        line-height: 100%;
    }
    .cardwrapper .cardtitle_price {
        font-size: 30px;
        line-height: 35px;
    }
    .cardwrapper .cardtitle_h1 {
        font-size: 40px;
        margin-top: 30px;
    }
    .cardwrapper .cardconstr_img {
        flex: 0 0 100%;
    }
    .cardwrapper .cardconstr_text {
        flex: 0 0 100%;
    }
    .cardwrapper .cardconstr_container {
        flex-wrap: wrap;
    }
    .cardwrapper .carddesign_info {
        margin-top: 47px;
        flex-wrap: wrap;
    }
    .cardmark_container {
        flex-wrap: wrap;
    }
    .cardwrapper .cardmark_item {
        width: 100%;
    }
    .cardmark_btn {
        flex: 0 0 100%;
        line-height: 17px;
    }
}

@media screen and (max-width:600px) {
    .carddescr {
        margin-top: 100px;
    }
    .cardtabs_selector {
        flex-wrap: wrap;
    }
    .cardtabs_btn {
        max-width: 100%;
    }
    .s1_right_arrow_box {
        right: 0px;
        top: 30%;
    }
    .s1_left_arrow_box {
        top: 30%;
    }
    .cardwrapper {
        margin: 0 15px 0 15px;
    }
    .cardtabs_btns_ask {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .cardtabs_row {
        flex-wrap: wrap;
    }
}

.carddescr {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #353535;
}

.colors-block {
    display: flex;
}

.color-block {
    width: 100px;
    height: 40px;
    border: 1px rgb(112, 112, 112) solid;
    margin: 0 5px;
}

.orange-block {
    background-color: #a25e15;
    background-image: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/images/zb.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.white-block {
    background-color: #f8f8f8;
}

.carddesign_img>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.carddesign_img {
    position: relative;
}

.blockcta_left_title {
    color: #FF8A00;
    font-weight: bold;
    font-size: 28px;
}

.colors-block.colors-block-on-img {
    position: absolute;
    bottom: 150px;
    right: 10px;
    z-index: 50;
}

.colors-block.colors-block-on-img a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 20px;
    overflow: hidden;
    opacity: 0.7;
}

.color-block-on-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.active.color-block-on-img {
    border: 2px solid #fff;
}

.price__summ--block-h {
    /* Стоимость от */
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #8F8D8D;
    margin-bottom: 10px;
}

.price__summ--block-summ,
.price__additional--block-price {
    cursor: pointer;
}

.price__summ--block-summ {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.price__summ--block-info {
    color: #8F8D8D;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.price__summ--block {
    position: relative;
    /* display: none; */
}

.right_info.new__all__prices--block {
    margin-left: 10px;
}

.price__additional--block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 20px;
    margin-top: 30px;
    max-width: 455px;
}

.price__additional--block-single {
    position: relative;
}


/* .price__additional--block-single .pop-open {
    top: 70px;
    left: -180px;
    width: 450px;
} */

.price__additional--block-price {
    color: #585858;
    font-size: 25px;
    font-weight: 500;
}

.price__additional--block-price.montag {
    font-weight: 700;
}

.price__additional--block-info {
    color: #8F8D8D;
    font-size: 15px;
    cursor: pointer;
}

.char__block {
    display: flex;
    border-top: 3px solid #ECECEC;
    margin-top: 40px;
    padding-top: 20px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 3px solid #ECECEC;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.char__block__single {
    display: block;
    position: relative;
    width: 50%;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #585858;
    font-size: 16px;
    font-weight: 500;
}

.char__block__single::before {
    content: '';
    display: block;
    width: 30px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.char__block__single.char__block__single--s::before {
    background: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/../catalog_new/images/icons/icon-s.png') no-repeat center;
}

.char__block__single.char__block__single--dim::before {
    background: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/../catalog_new/images/icons/icon-dim.png') no-repeat center;
}

.char__block__single.char__block__single--floor::before {
    background: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/../catalog_new/images/icons/icon-floor.png') no-repeat center;
}

.char__block__single.char__block__single--sleep::before {
    background: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/../catalog_new/images/icons/icon-sleep.png') no-repeat center;
}

.char__block__single.char__block__single--kitchen::before {
    background: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/../catalog_new/images/icons/icon-kitchen.png') no-repeat center;
}

.char__block__single.char__block__single--wc::before {
    background: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/../catalog_new/images/icons/icon-wc.png') no-repeat center;
}

.char__block__single.char__block__single--thickness::before {
    background: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/../catalog_new/images/icons/icon-thickness.png') no-repeat center;
}

.char__block__single.char__block__single--cars::before {
    background: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/../catalog_new/images/icons/icon-car.png') no-repeat center;
    background-size: contain;
    max-width: 26px;
}

.plan_3D-info {
    text-align: center;
    color: #8F8D8D;
    font-size: 14px;
    font-weight: 500;
}

.plan_3d--img {
    text-align: center;
}

h1:before,
h2:before,
.h2::before,
h3:before,
h4::before {
    display: none;
}

.bg__overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2999;
    opacity: 0.5;
    background: #000;
}

.pop-open {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    /* padding: 15px; */
    border-radius: 5px;
    box-shadow: 0 0 14px -1px #000;
    /* margin-top: 50%; */
    /* margin-left: 50%; */
    transform: translate(-50%, -50%);
    z-index: 5000;
    width: 1220px;
}

.xclose {
    position: absolute;
    top: -16px;
    right: 12px;
    font-size: 50px;
    cursor: pointer;
}

.pop-open-h {
    font-size: 22px;
    font-weight: 600;
    /* border-bottom: 1px solid #dedede; */
    /* padding: 15px; */
    margin-top: 12px;
}

.pop-open-h span {
    color: #FFA500;
}

.pop-open-txt {
    padding: 15px;
}

span.gray-star {
    color: #dedede;
}

.pop-open-txt * {
    color: #585858;
    font-weight: 500;
}

.plan_3D--block {
    height: 206px;
    /* display: flex; */
    /* align-items: baseline; */
    /* justify-content: space-between; */
}

.plan_3D--block img {
    height: 100%;
    width: auto;
    /* height: auto; */
    /* max-height: 200px; */
    max-width: 100%;
}

.plan_3d--img {
    height: 100%;
    max-height: 186px;
    /* max-height: 260px; */
    /* display: inline-block; */
    /* max-width: calc(100% - 100px); */
}

.plan_3D-download {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(16, 56, 97, 1);
    font-weight: 700;
    margin-top: 10px;
}

.plan_3D-download:before {
    display: block;
    /* position: absolute; */
    width: 30px;
    height: 40px;
    content: '';
    background: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/../catalog_new/images/icons/PDF.png') no-repeat center;
    /* top: 10px; */
    /* right: 31px; */
}

.plan_3D-download span {
    margin-left: 20px;
}

.new_container {
    max-width: 1200px;
    /* margin: 0 auto; */
}

.gallery__imgs {
    height: 180px;
}

.gallery__imgs.owl-carousel a.fancybox_ext img {
    max-width: 186px;
}

.pop-open-body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    align-items: stretch;
}

.left-gallery {
    width: 50%;
}

.left-gallery-big-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.left-gallery-big-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.left-gallery-thumbs {
    margin-top: 15px;
    height: 140px;
}

.left-gallery-thumbs a.fancybox_ext img {
    width: 100%;
    border-radius: 3px;
}

.right-info {
    width: 48%;
    margin-left: 30px;
}

.right-info-h {
    color: #585858;
    font-size: 35px;
    font-weight: 700;
}

.right-info-price {
    font-size: 25px;
    color: #003262;
    font-weight: 600;
}

.right-info-consult .cardtabs_btns_ask {
    max-width: 480px;
    margin-top: 20px;
}

.left-gallery-big-img {
    border-radius: 5px;
    overflow: hidden;
}

.left-gallery-big-img.full_heigth {
    height: 100%;
}

.left-gallery .fancybox_ext:before {
    display: none;
}

.pop-open-txt .i {
    font-style: italic;
}

@media (max-width:600px) {
    .cardinfo_param {
        margin-left: 0;
    }
    .price__summ--block-h {
        font-size: 16px;
    }
    .new__all__prices--block {
        margin-top: 40px;
    }
    .colors-block.colors-block-on-img {
        bottom: 190px;
    }
    .price__summ--block-summ {
        font-size: 22px;
    }
    .price__summ--block-info {
        margin-top: 15px;
    }
    .price__additional--block-info {
        margin-top: 15px;
    }
    .plan_3d--img img {
        max-width: 100%;
    }
}

.plan_3d--img {
    height: calc(100% - 40px);
    margin-top: 20px;
}

@media (min-width: 768px) {
    .pop-open {
        box-shadow: none;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }
    .question_frame.jqmWindow.jqm-init.show {
        width: 700px !important;
    }
    .question_frame.jqmWindow .form-body {
        width: 600px;
        margin: 0px auto;
    }
    .row.agrrement_row {
        order: 999;
        margin-top: 10px;
    }
    .form.popup .form-body {
        display: flex;
        flex-direction: column;
    }
    .form-body label {
        margin-bottom: 0px;
    }
}


/* updates 03-25 */

.main>.container>.maxwidth-theme {
    max-width: 100%;
}

.main>.container>.maxwidth-theme .col-md-12 {
    padding: 0px;
}

.cd-new-section-maxwidth {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1220px;
    width: 100%;
    padding: 0 15px;
}

.cd-new-section {
    padding: 60px 0px;
}

.cd-new-section.gray-cd-bg {
    background: #F5F5F5;
}

.cd-new-section h1,
.cd-new-section h2 {
    font-weight: 600 !important;
    font-size: 50px;
    line-height: 55px;
    vertical-align: middle;
    text-transform: none;
    font-family: "Roboto";
}

.cd-new-section.video-section .row.video.video-inner {
    margin: 0px -3px;
}

.cd-new-section.video-section .play {
    opacity: 0;
}

.materials-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.material-img {
    width: 332px;
    min-width: 332px;
    margin-right: 67px;
}

.material-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.materials-offer {}

.cd-new-section h1,
.cd-new-section h2 {
    margin-bottom: 30px;
}

.materials-offer {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #00396f;
}

.material-title {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 23.04px;
    vertical-align: middle;
    color: #00396F;
    margin-bottom: 36px;
}

.material-description li {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
    color: #00396F;
}

.material-description li:not(:last-child) {
    margin-bottom: 15px;
}

.cd-steps-offer {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 27px;
    color: #00396f;
}

.cd-steps-wr {
    display: flex;
    justify-content: space-between;
}

.cd-steps-item {
    width: 150px;
    max-width: 15%;
    min-height: 150px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    border-radius: 5px;
}

.cd-steps-item * {
    position: relative;
}

.cd-steps-number {
    font-family: Roboto;
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #D9D9D966;
    margin-bottom: 16px;
    margin-top: 16px;
}

.cd-steps-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #00396f;
}

.cd-steps-item:before {
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.cd-steps-item:nth-child(1):before {
    background: #f5f5f5;
    opacity: 0.2;
}

.cd-steps-item:nth-child(2):before {
    background: #f5f5f5;
    opacity: 0.4;
}

.cd-steps-item:nth-child(3):before {
    background: #f5f5f5;
    opacity: 0.6;
}

.cd-steps-item:nth-child(4):before {
    background: #f5f5f5;
    opacity: 0.8;
}

.cd-steps-item:nth-child(5):before {
    background: #f5f5f5;
    opacity: 1;
}

.cd-steps-item:last-child:before {
    background: #ECECEC;
}

.cd-steps-item:nth-child(1) .cd-steps-number {
    color: #D9D9D966;
}

.cd-steps-item:nth-child(2) .cd-steps-number {
    color: #CDCDCD80;
}

.cd-steps-item:nth-child(3) .cd-steps-number {
    color: #C9C9C999;
}

.cd-steps-item:nth-child(4) .cd-steps-number {
    color: #C5C5C5B2;
}

.cd-steps-item:nth-child(5) .cd-steps-number {
    color: #ACACACCC;
}

.cd-steps-item:last-child .cd-steps-number {
    color: #989898E5;
}

.cd-new-section h1 b,
.cd-new-section h2 b {
    color: #F7931D;
}

.cd-section-preim-wr {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.cd-section-preim-img {
    max-width: 50%;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 50%;
}

.cd-section-preim-img img {
    object-fit: cover;
    object-position: center;
}

.cd-section-preim-text-item-title {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #F7941D;
}

.cd-section-preim-text-item-offer {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    width: 424px;
    max-width: 100%;
}

.cd-section-preim-text {
    width: calc(50% - 30px);
}

.cd-section-hr {
    margin: 11px 0px;
    height: 2px;
    background: #f7931D;
    width: 100%;
    position: relative;
}

.cd-section-hr:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f7931d;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
}

.cd-advantages-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 37px;
}

.cd-advamtages-points {
    display: flex;
    justify-content: space-between;
}

.cd-advantages-point-item {
    width: 50%;
    display: flex;
    align-items: center;
}

.cd-advantages-point-item-img {
    display: flex;
    margin-right: 25px;
}

.cd-advantages-point-item-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #f7941D;
}

.cd-advantages-point-item-description {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000;
}

.add-options-item-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
}

.add-options-item {
    display: flex;
    align-items: center;
}

.add-options-item-img {
    display: flex;
    margin-right: 14px;
}

.cd-complex-wr {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.cd-complex-item {
    width: calc(50% - 15px);
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    padding: 9px 25px 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cd-complex-item-header {
    display: flex;
}

.cd-complex-item-header>div {
    width: 50%;
}

.cd-complex-item-header-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 36px;
    color: #F7941D;
}

.cd-complex-item-header-text li {
    font-family: Roboto;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

.cd-complex-item-header-right .cd-complex-item-header-title {
    padding-left: 26px;
}

.cd-complex-item-header-price {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    text-transform: lowercase;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.cd-complex-item-header-price b {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    vertical-align: middle;
    text-transform: lowercase;
    padding: 0 8px;
}

.cd-complex-item-footer-descr {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000;
    margin-top: 34px;
}

.cd-complex-item-footer-descr b {
    color: #FFA500;
    font-weight: 400;
}

.cd-complex-item-footer-descr-btn {
    margin-top: 24px;
}

.cd-complex-item-footer-descr-btn .btn_orange {
    border: 2px solid #00396F;
    height: 35px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.42px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #00396f;
    background: white;
    cursor: pointer;
}

.cd-design-project-wr {
    display: flex;
    justify-content: space-between;
}

.cd-design-project-left {
    margin-left: 35px;
    margin-right: 40px;
    min-width: 57%;
}

.cd-design-project-left a {
    position: relative;
}

.cd-design-project-left span {
    position: absolute;
    width: 39px;
    height: 39px;
    background: #FFA50080;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 5px;
    bottom: 12px;
}

.cd-design-project-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0%;
    color: #00396F;
    margin-bottom: 39px;
}

.cd-design-project-offer {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 51px;
    color: #00396F;
}

.cd-design-project-btn a {
    display: flex;
    align-items: center;
    width: fit-content;
}

.cd-design-project-btn svg {
    margin-right: 20px;
}

.cd-design-project-btn span {
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.42px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #00396F;
}

.cd-design-project-btn a:hover span {
    opacity: 0.75;
}

.cd-design-project-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cd-new-section.materials {
    padding-top: 0px;
}

.cd-new-top-bk-left {
    width: calc(100% - 335px);
}

.cd-new-top-bk-right {
    width: 310px;
}

.cd-new-top-bk {
    display: flex;
    justify-content: space-between;
}

.cd-new-top-bk-half {
    width: 50%;
}

.cd-new-top-bk-r-main {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 24px; */
}

.cd-new-top-bk-r-props-item {
    width: calc(50% - 4px);
    margin-bottom: 20px;
}

.cd-new-top-bk-mtitle {
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    color: #0000009E;
}

.cd-new-top-bk-mdescr {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
}

.cd-new-top-bk-r-props {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border-bottom: 1px solid #B1B2B3; */
    /* margin-bottom: 23px; */
    padding-top: 24px;
    border-top: 1px solid #B1B2B3;
}

.cd-new-top-bk-r-props-item {
    display: flex;
    align-items: center;
}

.cd-new-top-bk-r-props-value {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 22.5px;
    text-align: center;
    vertical-align: middle;
    margin-left: 16px;
    color: #000;
}

.cd-new-prices {
    text-align: right;
    padding-bottom: 13px;
    padding-top: 24px;
    border-top: 1px solid #B1B2B3;
}

.cd-new-prices-value {
    color: #222222;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    text-transform: lowercase;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.cd-new-prices-value b {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32px;
    line-height: 28px;
    vertical-align: middle;
    text-transform: lowercase;
    padding: 0 7px;
}

.cd-new-prices-offer {
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    text-transform: lowercase;
    color: #00396f;
    margin-top: 17px;
}

.cd-new-top-bk-r-props+.cd-new-prices {
    padding-top: 24px;
}

.cd-new-main-btns .btn_orange {
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.42px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #00396F;
    background: transparent;
    border: 2px solid #00396F;
    height: 58px;
    margin-bottom: 10px;
}

.cd-new-main-btns .btn_white {
    background: #00396F;
    border-color: #00396F;
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.42px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    height: 56px;
}

.cd-new-breadcrumbs .bx-breadcrumb {
    padding: 0px;
    margin: 0px;
}

.cd-new-top-bk-left .big__img {
    max-height: 475px;
    overflow: hidden;
}

.cd-new-top-bk-left .gallery__imgs {
    height: 94px;
    overflow: hidden;
    margin-top: 13px;
}

.cd-new-top-bk-left .gallery__imgs .owl-stage-outer {
    height: 100%;
}

.cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-stage {
    height: 100%;
}

.cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-item {
    height: 100%;
}

.cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-item a.fancybox.item.fancybox_ext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-item a.fancybox.item.fancybox_ext img {
    margin: 0px;
    object-fit: cover;
    object-position: center;
}

.cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-item a.fancybox.item.fancybox_ext:before {
    display: none;
}

.cd-new-top-bk-right {
    display: flex;
    flex-direction: column;
}

.cd-new-main-btns {
    margin-top: auto;
}

.cd-new-main-btns .btn_white {
    margin-bottom: 0px;
}

.cd-new-section.gray-cd-bg.consult-form-middle {
    text-align: center;
}

div#catalog_form.catalog-full-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 39px;
    align-items: center;
}

.catalog-full-form-left {
    min-width: 393px;
    width: 393px;
    max-width: 393px;
}

.catalog-full-form-title {
    font-family: Roboto;
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    color: #00396F;
}

.catalog-full-form-offer {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    margin-top: 12px;
}

.catalog-full-form-right {
    height: 485px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.catalog-full-form-right img {
    object-fit: cover;
    object-position: center;
}

div#catalog_form .form-control {
    text-transform: none !important;
}

.flex-h-catalog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 43px;
}

.flex-h-catalog span.btn.btn-default.btn-lg.animate-load {
    width: 206px;
    height: 36px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.42px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.flex-h-catalog h2 {
    margin-bottom: 0px;
}

.catalog-reviews-show-all {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.catalog-reviews-show-all a.btn.btn-default {
    width: 348px;
    max-width: 100%;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-color: #FFA500;
    color: #FFA500 !important;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.42px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.catalog-reviews-show-all a.btn.btn-default:hover,
.catalog-reviews-show-all a.btn.btn-default:focus {
    color: #fff !important;
    border-color: #00396F !important;
}

.cd-new-section.reviews {
    padding-bottom: 90px;
}

.cd-new-section.video-section {
    padding: 0px;
}

.catalog-cd {}

.catalog-cd .owl-stage {
    display: flex;
    align-items: stretch;
}

.catalog-projects-carousel-item {
    height: 100%;
}

.catalog-project-wr {
    height: 100%;
}

.catalog-project-wr .catalog-project-carousel-footer {
    height: calc(100% - 305px);
    min-height: 60px;
}

@media (max-width: 1023px) {
    .cd-new-section-maxwidth {
        max-width: 100%;
        padding: 0px 10px !important;
    }
    .cd-new-section h1,
    .cd-new-section h2 {
        font-size: 24px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 10px;
    }
    .cd-new-top-bk {
        flex-direction: column;
    }
    .cd-new-top-bk-left,
    .cd-new-top-bk-right {
        width: 100%;
    }
    .main>.container>.maxwidth-theme {
        padding: 0px;
    }
    .cd-new-top-bk-left {
        margin-bottom: 10px;
    }
    .cd-new-top-bk-mtitle {
        font-size: 15px;
    }
    .cd-new-top-bk-mdescr {
        font-size: 15px;
    }
    .cd-new-top-bk-r-props-img {
        width: 19px;
        min-width: 19px;
        display: flex;
    }
    .cd-new-top-bk-r-props-img svg {
        width: 100%;
        height: auto;
    }
    .cd-new-top-bk-r-props-value {
        margin-left: 9px;
        font-size: 20px;
        line-height: 22.5px;
    }
    .cd-new-prices-value {
        font-size: 15px;
    }
    .cd-new-prices-value b {
        font-size: 24px;
    }
    .cd-new-prices-offer {
        margin-top: 0px;
        font-size: 15px;
    }
    .cd-new-main-btns .btn_orange {
        height: 49px;
    }
    .cd-new-main-btns .btn_white {
        height: 47px;
    }
    .cd-new-section {
        padding: 20px 0px;
    }
    .cd-new-section h1,
    .cd-new-section h2 {
        margin-top: 0px !important;
        line-height: normal !important;
    }
    .cd-design-project-wr {
        flex-direction: column;
    }
    .cd-design-project-left {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 15px;
    }
    .cd-design-project-title {
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 10px;
    }
    .cd-design-project-offer {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 14px;
    }
    .cd-complex-wr {
        flex-direction: column;
    }
    .cd-complex-item {
        width: 100%;
        padding: 10px 10px 20px 10px;
    }
    .cd-complex-item:first-child {
        margin-bottom: 10px;
    }
    .cd-complex-item-header-title {
        font-size: 14px;
        line-height: 20px;
        white-space: nowrap;
        margin-bottom: 15px;
    }
    .cd-complex-item-header-price {
        font-size: 13px;
        color: от 950 000 руб;
    }
    .cd-complex-item-header-price b {
        font-size: 15px;
        padding: 0 4px;
    }
    .cd-complex-item-header-text li {
        font-size: 13px;
        line-height: 19px;
    }
    .cd-complex-item-header-right .cd-complex-item-header-title {
        margin-bottom: 15px;
        padding-left: 10px;
    }
    .cd-complex-item-footer-descr {
        margin-top: 22px;
        font-size: 15px;
        line-height: 22px;
    }
    .cd-complex-item-footer-descr b {
        display: block;
    }
    .cd-complex-item-footer-descr-btn {
        margin-top: 20px;
    }
    .cd-complex-item-footer-descr-btn .btn_orange {
        border-radius: 8px;
    }
    .add-options-item-text {
        font-size: 15px;
        line-height: 28px;
    }
    .cd-advantages-text {
        font-size: 15px;
        line-height: 28px;
    }
    .cd-new-section.cd-advantages h2 {
        margin-bottom: 10px;
    }
    .cd-advamtages-points {
        flex-direction: column;
    }
    .cd-advantages-point-item {
        width: 100%;
    }
    .cd-advantages-point-item-img svg {
        width: 42px;
        height: auto;
    }
    .cd-advantages-point-item-title {
        font-size: 16px;
        line-height: 28px;
    }
    .cd-advantages-point-item-description {
        font-size: 15px;
        line-height: 18px;
    }
    .cd-advantages-point-item-img {
        margin-right: 0px;
        min-width: 61px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 61px;
    }
    .cd-advantages-point-item:first-child {
        margin-bottom: 10px;
    }
    .cd-section-preim-wr {
        flex-direction: column;
        gap: 10px;
    }
    .cd-section-preim-img {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 233px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cd-section-preim-img img {
        max-width: 100%;
    }
    .cd-section-preim-text {
        width: 100%;
    }
    .cd-section-preim-text-item-offer {
        font-size: 15px;
        line-height: 25px;
    }
    .cd-section-hr:before {
        left: 0px;
    }
    .cd-steps-offer {
        font-size: 15px;
        line-height: 100%;
    }
    .cd-steps-wr {
        flex-wrap: wrap;
    }
    .cd-steps-item {
        width: calc(50% - 10px);
        height: 140px;
        min-height: 140px;
        max-width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .cd-steps-number {
        font-size: 50px;
        line-height: 1;
    }
    .cd-steps-text {
        font-size: 15px;
        line-height: 100%;
        width: 100px;
    }
    .materials-offer {
        font-size: 15px;
        line-height: 23px;
    }
    .materials-row {
        flex-direction: column;
        overflow: hidden;
    }
    .material-img {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0px auto;
    }
    .material-title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .material-description li {
        font-size: 15px;
        line-height: 18px;
    }
    .cd-new-section.gray-cd-bg.consult-form-middle h2 {
        text-align: center;
    }
    .consult-form-wr .form.contacts {
        padding: 0px;
    }
    #catalog_form .processing-block label:not(.error) {
        font-size: 10px !important;
        line-height: 16px;
    }
    .cd-new-section.completed-projects h2 {
        max-width: calc(100% - 100px);
    }
    .catalog-cd .owl-nav button {
        width: 18px;
        height: 18px;
        border-radius: 4px;
    }
    .catalog-cd .owl-nav button img {
        width: 8px;
    }
    .catalog-cd .owl-nav {
        width: 40px;
        top: 20px;
    }
    .catalog-projects-carousel-item {
        width: 320px !important;
    }
    .catalog-project-carousel-item-img {
        height: 173px;
    }
    .catalog-project-name {
        font-size: 20px;
        line-height: 140%;
    }
    .catalog-project-carousel-footer {
        padding: 5px;
    }
    .catalog-project-carousel-footer a {
        font-size: 15px;
    }
    .catalog-project-carousel-footer {
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
    }
    span.price_project {
        font-size: 15px;
    }
    .cd-new-section-maxwidth .form.contacts {
        padding: 0px;
    }
    .catalog-full-form-title {
        font-size: 25px;
        line-height: 30px;
    }
    .catalog-full-form-offer br {
        display: none;
    }
    .catalog-full-form-offer {
        font-size: 15px;
        line-height: 20px;
    }
    .catalog-full-form-left {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    div#catalog_form.catalog-full-form {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .catalog-full-form-right {
        height: fit-content;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        overflow: hidden;
    }
    .catalog-full-form-right img {
        max-width: 100%;
    }
    .flex-h-catalog {
        flex-direction: column;
        align-items: flex-start;
    }
    .flex-h-catalog span.btn.btn-default.btn-lg.animate-load {
        width: 121px;
        height: 29px;
        font-size: 10px;
        line-height: 20px;
        border-radius: 8px;
    }
    #video.catalog-cd .owl-nav {
        top: 10px !important;
    }
    .video-2 {
        width: 320px !important;
        margin: 0px !important;
        border-radius: 5px;
        overflow: hidden;
    }
    .catalog-project-wr .catalog-project-carousel-footer {
        height: calc(100% - 173px);
        min-height: 60px;
    }
}

.big__img.owl-carousel {
    position: relative;
}

.cd-new-top-bk-left .big__img {
    height: 475px;
}

.cd-new-top-bk-left {
    max-width: calc(100% - 335px);
}

.cd-new-top-bk-left .owl-carousel .owl-item img {
    width: 855px;
}

.cd-new-top-bk .owl-nav button {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F7931D !important;
    border-radius: 10px;
}

.cd-new-top-bk-left .owl-carousel .owl-item a.fancybox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cd-new-top-bk .owl-nav button.disabled {
    background: #D9D9D980 !important;
}

.cd-new-top-bk-left {
    position: relative;
}

.wrap_stickers {
    z-index: 2;
}

.big__img.owl-carousel {
    border-radius: 6px;
    overflow: hidden;
}

body .wrap_stickers .stickers>div {
    margin: 0px;
    line-height: 1;
}

body .wrap_stickers .stickers {
    margin: 11px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.42px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

body .wrap_stickers .stickers .sticker_hit {
    background: #F7931D;
}

.cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-item {
    border-radius: 6px;
    overflow: hidden;
}

.big__img.owl-carousel .owl-item {
    border-radius: 6px;
    overflow: hidden;
}

.video-2 {
    width: 420px;
}

@media (max-width: 1023px) {
    .cd-new-top-bk-left .big__img {
        height: 214px !important;
    }
    .cd-new-top-bk-left {
        max-width: 100%;
    }
    .cd-new-top-bk-left .owl-carousel .owl-item img {
        width: 100%;
        height: auto !important;
        max-width: 100% !important;
    }
    /* .cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-stage {
        display: flex;
        flex-wrap: nowrap;
    } */
    .cd-new-top-bk-left .owl-carousel .owl-item img {
        max-width: 100vw !important;
        height: auto !important;
        object-fit: cover;
        object-position: center;
    }
    .cd-new-top-bk-left .big__img .owl-stage-outer {
        height: 100% !important;
    }
    .cd-new-top-bk-left .big__img .owl-stage-outer .owl-stage {
        height: 100% !important;
    }
    .cd-new-top-bk-left .big__img .owl-stage-outer .owl-item {
        height: 100% !important;
    }
    .cd-new-top-bk-left .owl-carousel .owl-item a.fancybox {
        height: 100% !important;
    }
    body .cd-new-top-bk-left .gallery__imgs {
        height: 76px !important;
    }
    body .cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-item {
        height: 72px !important;
    }
    /* body .cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-item a.fancybox.item.fancybox_ext img {
        width: 97px !important;
    } */
    body .wrap_stickers .stickers>div {
        font-family: Roboto;
        font-weight: 600;
        font-size: 9px;
        line-height: 1;
        letter-spacing: 0.42px;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        padding: 3px 6px;
        border-radius: 6px;
    }
    body .wrap_stickers .stickers {
        margin: 8px !important;
        font-family: Roboto;
        font-weight: 600;
        font-size: 9px;
        line-height: 1;
    }
    /* .cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-item a.fancybox.item.fancybox_ext {
        min-width: fit-content !important;
    } */
    /* .cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-item a.fancybox.item.fancybox_ext img {
        width: 25.5vw;
    } */
    .cd-new-top-bk-left .gallery__imgs .owl-stage-outer .owl-item a.fancybox.item.fancybox_ext img {
        width: 106px;
    }
    .cd-new-top-bk-half {
        min-width: 50%;
    }
}

.cd-new-breadcrumbs+.cd-new-section {
    padding-top: 30px !important;
}

#catalog_form .form-group.animated-labels.captcha_input {
    justify-content: flex-start !important;
}

.review-slider {
    position: relative;
}

.review-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    z-index: 2;
}

.review-slider .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    display: block;
    box-shadow: 0px 1px 1px 0px #979EA1 inset;
    min-height: 8px;
    min-width: 8px;
    background: #B8C2C7;
    border-radius: 50%;
    margin: 0 2px;
}

.review-slider .owl-dots button.owl-dot.active {
    background: #FFA500;
    box-shadow: none;
}

@media (max-width: 768px) {
    /* div#cd-new,
    .cd-new-section.completed-projects,
    .cd-new-section.video-section,
    .cd-new-section.completed-projects,
    .cd-new-section.gray-cd-bg,
    .cd-new-section.reviews {
        zoom: var(--zoom-scale);
    } */
    /*      
    .catalog.detail {
        zoom: var(--zoom-scale);
    } */
    div.catalog.detail>div#cd-new .cd-new-breadcrumbs,
    div.catalog.detail>div#cd-new .cd-new-section:not(.consult-form-middle),
    .cd-new-section.completed-projects,
    .cd-new-section.video-section,
    .cd-new-section.reviews {
        zoom: var(--zoom-scale);
    }
    body .catalog-cd .owl-nav {
        width: 50px;
        top: 12px;
    }
    body .catalog-cd .owl-nav button {
        width: 24px;
        height: 24px;
    }
    body .catalog-cd .owl-nav button img {
        width: 12px;
    }
    body #video.catalog-cd .owl-nav {
        top: 4px !important;
        right: 12px;
    }
    body .cd-new-section.completed-projects .owl-nav {
        top: 32px;
    }
    body div#cd-new+.cd-new-section.completed-projects .owl-nav {
        top: 16px;
        right: 12px;
    }
    .cd-new-section.cd-advantages h2 {
        margin-top: 10px !important;
        margin-bottom: 30px !important;
    }
}

div.main {
    padding-top: 30px !important;
}

.cd-new-breadcrumbs+.cd-new-section {
    padding-top: 20px !important;
}

div#catalog_form .form-error.alert.alert-danger {
    display: none;
}

@media (max-width: 768px) {
    div.main {
        padding-top: 40px !important;
    }
    .cd-new-breadcrumbs+.cd-new-section {
        padding-top: 15px !important;
    }
    #catalog_form .form-group {
        margin-top: 0px !important;
    }
    div#catalog_form .row {
        margin-top: 17px !important;
    }
    body #catalog_form .form-group {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}


/*  */

.cd-new-top-bk-half {
    max-width: 50%;
    width: fit-content;
}

.cd-new-top-bk-mdescr {
    white-space: nowrap;
}

.cd-advantages-point-item-description span {
    color: #F7941D;
}

@media (max-width: 1024px) {
    .cd-advantages-text {
        margin-bottom: 10px !important;
    }
    .cd-new-section.cd-advantages h2 {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 525px) {
    .review-detail .bottom-block {
        padding: 0px 15px 5px !important;
    }
    .review-detail .bottom-block {
        max-height: calc(100vh - 50px);
        overflow-y: auto;
        padding-bottom: 20px !important;
    }
}

@media (min-width: 1024px) {
    .cd-new-top-bk-left .big__img.owl-carousel .owl-item a.fancybox img {
        min-width: 100%;
        max-height: unset;
        max-width: unset;
        vertical-align: unset;
    }
    .cd-new-top-bk-left .owl-carousel .owl-item a.fancybox {
        align-items: center;
        height: 475px;
    }
    .big__img.owl-carousel .owl-stage-outer .owl-stage {
        height: 100%;
    }
    .big__img.owl-carousel .owl-stage-outer .owl-stage {
        height: 475px;
    }
}

.cd-new-top-bk-left .big__img.owl-carousel .owl-item a.fancybox img {
    min-height: 100%;
}

@media (max-width: 992px) {
    .material-text {
        padding-right: 10px;
    }
}

.reviews.item-views.front .flexslider .slides li:first-child {
    margin-left: 0;
}

.reviews.item-views.front .flexslider .slides li {
    margin: 0 0 4px 30px;
    padding: 0!important;
}

.reviews.item-views.front .btn-default {
    right: 82px;
    /* top: -1px; */
    bottom: -22px;
    z-index: 9;
    top: inherit;
}

.reviews.item-views .flexslider .flex-direction-nav .flex-next,
.reviews.item-views .flexslider:hover .flex-direction-nav .flex-next {
    right: 1px;
}

.reviews.item-views .flexslider .flex-direction-nav .flex-prev,
.reviews.item-views .flexslider:hover .flex-direction-nav .flex-prev {
    left: inherit;
    right: 36px;
}

.reviews.front h3.title_block {
    display: inline-block;
}

.reviews.item-views.front .flexslider {
    box-shadow: none;
    margin: 0 -1px 90px;
}

.reviews.item-views.front .link-block-more .btn-default {
    position: static;
}

.reviews.item-views.front .item .it .text+.link-block-more {
    margin-top: 4px;
    margin-bottom: 30px;
    display: inline-block;
}

.reviews.item-views.front .item .title {
    color: #333;
}

.front .review .info .post {
    font-size: 13px;
    line-height: 19px;
}

.reviews.item-views.front .item {
    margin-bottom: 0;
}

.reviews.item-views.front .btn-default.no-slides {
    right: 0;
}

@media(max-width: 767px) {
    .reviews.item-views.front .btn-default {
        right: 0;
    }
    .reviews.item-views.front .flexslider {
        margin-bottom: 60px;
    }
}

.catalog-reviews {
    display: flex;
    justify-content: space-between;
}

.catalog-reviews-item {
    width: calc(50% - 11px);
    background: #F5F5F5;
    padding: 21px 9px;
    display: flex;
}

.item-views.front.reviews {}

.cd-new-section.reviews .item-views.front.reviews {
    padding: 0px;
}

.catalog-reviews-right {
    min-width: 210px;
    max-width: 210px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.catalog-reviews-right img {
    object-fit: cover;
    object-position: center;
}

.catalog-reviews-left .post {
    font-family: Roboto;
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 9px;
    color: #000;
}

.catalog-reviews-left .title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 20px;
}

.catalog-reviews-left {}

.catalog-reviews-left .text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 12px;
    padding-right: 38px;
}

.catalog-reviews-item span.btn.btn-default {
    margin-left: auto;
    margin-bottom: 0px;
    position: relative;
}

.catalog-reviews-item .link-block-more {
    display: flex;
    padding-right: 38px;
}

.reviews.item-views.front .flexslider .slides li:first-child {
    margin-left: 0;
}

.reviews.item-views.front .flexslider .slides li {
    margin: 0 0 4px 30px;
    padding: 0!important;
}

.reviews.item-views.front .btn-default {
    right: 82px;
    /* top: -1px; */
    bottom: -22px;
    z-index: 9;
    top: inherit;
}

.reviews.item-views .flexslider .flex-direction-nav .flex-next,
.reviews.item-views .flexslider:hover .flex-direction-nav .flex-next {
    right: 1px;
}

.reviews.item-views .flexslider .flex-direction-nav .flex-prev,
.reviews.item-views .flexslider:hover .flex-direction-nav .flex-prev {
    left: inherit;
    right: 36px;
}

.reviews.front h3.title_block {
    display: inline-block;
}

.reviews.item-views.front .flexslider {
    box-shadow: none;
    margin: 0 -1px 90px;
}

.reviews.item-views.front .link-block-more .btn-default {
    position: static;
    background: transparent;
    border: none;
    padding: 0px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0.42px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #00396F9C !important;
}

.reviews.item-views.front .item .it .text+.link-block-more {
    margin-top: 4px;
    margin-bottom: 30px;
    display: inline-block;
}

.reviews.item-views.front .item .title {
    color: #333;
}

.front .review .info .post {
    font-size: 13px;
    line-height: 19px;
}

.reviews.item-views.front .item {
    margin-bottom: 0;
}

.reviews.item-views.front .btn-default.no-slides {
    right: 0;
}

@media(max-width: 767px) {
    .reviews.item-views.front .btn-default {
        right: 0;
    }
    .reviews.item-views.front .flexslider {
        margin-bottom: 60px;
    }
}

.catalog-reviews-left .title {
    color: #333;
}

.reviews.item-views.front .link-block-more .btn-default svg {
    margin-left: 7px;
}

.catalog-cd .owl-nav {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 74px;
    display: flex;
    justify-content: space-between;
    left: unset;
}

.video-carousel-catalog {
    position: inherit !important;
}

.cd-new-section-maxwidth {
    position: relative;
}

.catalog-cd .owl-nav button {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFA500 !important;
    border-radius: 10px;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    position: relative !important;
    overflow: hidden;
}

.catalog-cd .owl-nav button span {
    width: 100%;
    height: 100%;
    background-position: center;
    font-size: 0px;
}

.catalog-cd .owl-nav button .disabled {
    background: #D9D9D980 !important;
}

.catalog-cd .owl-nav button.disabled {
    background-color: #D9D9D980 !important;
    cursor: default;
}

.catalog-cd .owl-nav button {
    background-image: url('/bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog_redesign/images/arrow-slide.svg') !important;
    background-size: contain !important;
}

.catalog-projects-carousel-item {
    width: 583px;
}

.catalog-project-carousel-item-img {
    height: 305px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.catalog-project-section_name {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    padding: 4px 10px;
    background: white;
    width: fit-content;
    border-radius: 6px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.catalog-project-carousel-footer {
    background: #F5F5F5;
    border-radius: 0px 0px 4px 4px;
    padding: 5px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-project-name {
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    align-items: center;
}

.catalog-project-carousel-footer a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 20.91px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #F7931D;
}

.catalog-projects-carousel {
    position: initial !important;
}

.catalog-projects-carousel .owl-stage-outer {
    position: initial !important;
}

.item-views.portfolio.front.catalog-cd {
    margin-bottom: 0px !important;
}

.item-views.portfolio.front.catalog-cd {
    position: initial !important;
}

body .item-views.portfolio.front.catalog-cd {
    position: initial !important;
}

.catalog-project-carousel-item-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog-project-carousel-footer {
    min-height: 60px;
}

span.price_project {
    font-family: Roboto;
    font-size: 20px;
    line-height: 20.91px;
    vertical-align: middle;
    color: #000000;
}

.cd-new-section.video-section {
    padding: 0px;
}

.catalog-cd .owl-stage {
    display: flex;
    align-items: stretch;
}

.catalog-projects-carousel-item {
    height: 100%;
}

.catalog-project-wr {
    height: 100%;
}

.catalog-project-wr .catalog-project-carousel-footer {
    height: calc(100% - 305px);
    min-height: 60px;
}

@media (max-width: 1023px) {
    .catalog-reviews {
        flex-direction: column;
    }
    .catalog-reviews-item {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }
    .catalog-reviews-item {
        flex-direction: column-reverse;
        padding: 0px;
        margin-bottom: 10px;
        border-radius: 5px;
        overflow: hidden;
    }
    .catalog-reviews-right {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
    }
    .catalog-reviews-right img {
        width: 100%;
    }
    .reviews.item-views.front .link-block-more .btn-default {
        margin-left: 0px;
        color: #00396F !important;
    }
    .catalog-reviews-left .title {
        margin-bottom: 10px;
    }
    .catalog-reviews-left .text {
        font-size: 16px;
        line-height: 22px;
    }
    .catalog-reviews-show-all {
        margin-top: 20px;
    }
    .catalog-reviews-left .text {
        padding-right: 0px;
    }
    .catalog-reviews-left {
        padding: 10px;
    }
}

@media (max-width: 1023px) {
    .cd-new-section-maxwidth {
        max-width: 100%;
        padding: 0px 7px;
    }
    .cd-new-section h1,
    .cd-new-section h2 {
        font-size: 24px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 10px;
    }
    .cd-new-top-bk {
        flex-direction: column;
    }
    .cd-new-top-bk-left,
    .cd-new-top-bk-right {
        width: 100%;
    }
    .main>.container>.maxwidth-theme {
        padding: 0px;
    }
    .cd-new-top-bk-left {
        margin-bottom: 10px;
    }
    .cd-new-top-bk-mtitle {
        font-size: 15px;
    }
    .cd-new-top-bk-mdescr {
        font-size: 15px;
    }
    .cd-new-top-bk-r-props-img {
        width: 19px;
        min-width: 19px;
        display: flex;
    }
    .cd-new-top-bk-r-props-img svg {
        width: 100%;
        height: auto;
    }
    .cd-new-top-bk-r-props-value {
        margin-left: 9px;
        font-size: 20px;
        line-height: 22.5px;
    }
    .cd-new-prices-value {
        font-size: 15px;
    }
    .cd-new-prices-value b {
        font-size: 24px;
    }
    .cd-new-prices-offer {
        margin-top: 0px;
        font-size: 15px;
    }
    .cd-new-main-btns .btn_orange {
        height: 49px;
    }
    .cd-new-main-btns .btn_white {
        height: 47px;
    }
    .cd-new-section {
        padding: 20px 0px;
    }
    .cd-new-section h1,
    .cd-new-section h2 {
        margin-top: 0px !important;
        line-height: normal !important;
    }
    .cd-design-project-wr {
        flex-direction: column;
    }
    .cd-design-project-left {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 15px;
    }
    .cd-design-project-title {
        font-size: 20px;
        line-height: 140%;
        margin-bottom: 10px;
    }
    .cd-design-project-offer {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 14px;
    }
    .cd-complex-wr {
        flex-direction: column;
    }
    .cd-complex-item {
        width: 100%;
        padding: 10px 10px 20px 10px;
    }
    .cd-complex-item:first-child {
        margin-bottom: 10px;
    }
    .cd-complex-item-header-title {
        font-size: 14px;
        line-height: 20px;
        white-space: nowrap;
        margin-bottom: 15px;
    }
    .cd-complex-item-header-price {
        font-size: 13px;
        color: от 950 000 руб;
    }
    .cd-complex-item-header-price b {
        font-size: 15px;
        padding: 0 4px;
    }
    .cd-complex-item-header-text li {
        font-size: 13px;
        line-height: 19px;
    }
    .cd-complex-item-header-right .cd-complex-item-header-title {
        margin-bottom: 15px;
        padding-left: 10px;
    }
    .cd-complex-item-footer-descr {
        margin-top: 22px;
        font-size: 15px;
        line-height: 22px;
    }
    .cd-complex-item-footer-descr b {
        display: block;
    }
    .cd-complex-item-footer-descr-btn {
        margin-top: 20px;
    }
    .cd-complex-item-footer-descr-btn .btn_orange {
        border-radius: 8px;
    }
    .add-options-item-text {
        font-size: 15px;
        line-height: 28px;
    }
    .cd-advantages-text {
        font-size: 15px;
        line-height: 28px;
    }
    .cd-new-section.cd-advantages h2 {
        margin-bottom: 10px;
    }
    .cd-advamtages-points {
        flex-direction: column;
    }
    .cd-advantages-point-item {
        width: 100%;
    }
    .cd-advantages-point-item-img svg {
        width: 42px;
        height: auto;
    }
    .cd-advantages-point-item-title {
        font-size: 16px;
        line-height: 28px;
    }
    .cd-advantages-point-item-description {
        font-size: 15px;
        line-height: 18px;
    }
    .cd-advantages-point-item-img {
        margin-right: 0px;
        min-width: 61px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 61px;
    }
    .cd-advantages-point-item:first-child {
        margin-bottom: 10px;
    }
    .cd-section-preim-wr {
        flex-direction: column;
        gap: 10px;
    }
    .cd-section-preim-img {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 233px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .cd-section-preim-img img {
        max-width: 100%;
    }
    .cd-section-preim-text {
        width: 100%;
    }
    .cd-section-preim-text-item-offer {
        font-size: 15px;
        line-height: 25px;
    }
    .cd-section-hr:before {
        left: 0px;
    }
    .cd-steps-offer {
        font-size: 15px;
        line-height: 100%;
    }
    .cd-steps-wr {
        flex-wrap: wrap;
    }
    .cd-steps-item {
        width: calc(50% - 10px);
        height: 140px;
        min-height: 140px;
        max-width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .cd-steps-number {
        font-size: 50px;
        line-height: 1;
    }
    .cd-steps-text {
        font-size: 15px;
        line-height: 100%;
        width: 100px;
    }
    .materials-offer {
        font-size: 15px;
        line-height: 23px;
    }
    .materials-row {
        flex-direction: column;
        overflow: hidden;
    }
    .material-img {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0px auto;
    }
    .material-title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .material-description li {
        font-size: 15px;
        line-height: 18px;
    }
    .cd-new-section.gray-cd-bg.consult-form-middle h2 {
        text-align: center;
    }
    .consult-form-wr .form.contacts {
        padding: 0px;
    }
    #catalog_form .processing-block label:not(.error) {
        font-size: 10px !important;
        line-height: 16px;
    }
    .cd-new-section.completed-projects h2 {
        max-width: calc(100% - 100px);
    }
    .catalog-cd .owl-nav button {
        width: 18px;
        height: 18px;
        border-radius: 4px;
    }
    .catalog-cd .owl-nav button img {
        width: 8px;
    }
    .catalog-cd .owl-nav {
        width: 40px;
        top: 20px;
    }
    .catalog-projects-carousel-item {
        width: 296px;
    }
    .catalog-project-carousel-item-img {
        height: 173px;
    }
    .catalog-project-name {
        font-size: 20px;
        line-height: 140%;
    }
    .catalog-project-carousel-footer {
        padding: 5px;
    }
    .catalog-project-carousel-footer a {
        font-size: 15px;
    }
    .catalog-project-carousel-footer {
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
    }
    span.price_project {
        font-size: 15px;
    }
    .cd-new-section-maxwidth .form.contacts {
        padding: 0px;
    }
    .catalog-full-form-title {
        font-size: 25px;
        line-height: 30px;
    }
    .catalog-full-form-offer br {
        display: none;
    }
    .catalog-full-form-offer {
        font-size: 15px;
        line-height: 20px;
    }
    .catalog-full-form-left {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    div#catalog_form.catalog-full-form {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .catalog-full-form-right {
        height: fit-content;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        overflow: hidden;
    }
    .catalog-full-form-right img {
        max-width: 100%;
    }
    .flex-h-catalog {
        flex-direction: column;
        align-items: flex-start;
    }
    .flex-h-catalog span.btn.btn-default.btn-lg.animate-load {
        width: 121px;
        height: 29px;
        font-size: 10px;
        line-height: 20px;
        border-radius: 8px;
    }
    #video.catalog-cd .owl-nav {
        top: 10px !important;
    }
    .video-2 {
        width: 293px;
        margin: 0px !important;
        border-radius: 5px;
        overflow: hidden;
    }
    .catalog-project-wr .catalog-project-carousel-footer {
        height: calc(100% - 173px);
        min-height: 60px;
    }
}

.catalog-cd .owl-nav {
    right: 0px !important;
}

@media (max-width: 768px) {
    .catalog.detail .maxwidth-theme {
        padding: 0 25px !important;
    }
    .catalog.detail .maxwidth-theme * {
        box-sizing: border-box;
    }
}
/* End */


/* Start:/bitrix/templates/aspro-stroy/components/bitrix/breadcrumb/bc_template/style.min.css?1634910946467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /bitrix/templates/aspro-stroy/components/bitrix/news.detail/catalog3/style.css?174316854191577 */
/* /bitrix/templates/aspro-stroy/components/bitrix/breadcrumb/bc_template/style.min.css?1634910946467 */
