/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

ul.type-projects__list:not(.flickity-enabled),
ul.our-production__list:not(.flickity-enabled),
ul.our-projects__list:not(.flickity-enabled),
ul.our-production__list:not(.flickity-enabled),
ul.reviews__slider:not(.flickity-enabled){
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1200px) {
    ul.our-production__list .our-production__item-pic {
        display: block;
        height: 424px;
    }
    ul.reviews__slider a{
        display: block;
        height: 283px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    ul.our-production__list .our-production__item-pic {
        display: block;
        height: 330px;
    }
    ul.reviews__slider a{
        display: block;
        height: 283px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.our-production__list .our-production__item-pic {
        display: block;
        height: 292px;
    }
    ul.reviews__slider a{
        display: block;
        height: 292px;
    }
}

@media (max-width: 767px) {
    /*    #md-order-call{
            top: calc(50% + 60px);
            padding: 40px 40px 50px;
        }*/
    body.page-index .overlay:before{
        top: 20px;
        right: 5px;
    }
    body.page-index .overlay:after{
        top: 55px;
        right: 40px;
    }
}


/* 2025 */

body{
    overflow-x: hidden;
    background: #FAFAFA;
}

.container {
    width: 1444px;
}

@media (min-width: 480px) {
    .container {
        width: calc(100% - 32px);
    }
}

@media (min-width: 768px) {
    .container {
        width: calc(100% - 32px);
    }
}

@media (min-width: 992px) {
    .container {
        width: 920px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1390px;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1444px;
    }
}

@media (max-width: 480px) {
    .container {
        width: calc(100% - 32px);
    }
}

.md-visible {
    display: none !important;
}

.sm-visible {
    display: block !important;
}

.sm-hide {
    display: none !important;
}

.md-hide {
    display: block !important;
}

@media (min-width: 992px) {
    .md-visible {
        display: block !important;
    }

    .md-hide {
        display: none !important;
    }

    .sm-visible {
        display: none !important;
    }

    .sm-hide {
        display: block !important;
    }
}

.full-container{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 50px;
}

body.page-index .overlay:after,
body.page-index .overlay:before{
    content: none!important;
}


/* ui kit 25 */

body.page-index .button{
    border-bottom: 3px solid #F4B918;
    background: #F4B918;
}

body.page-index .button:hover{
    border-bottom: 3px solid #F4B918;
    background: #F4B918;
    -webkit-box-shadow: 4px 4px 4px rgba(30, 30, 30, 0.1);
    box-shadow: 4px 4px 4px rgba(30, 30, 30, 0.1);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

body.style-25 input[type="text"],
body.style-25 input[type="tel"]{
    width: 100%;
    padding: 15px 33px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 24px;
    background: transparent;
}

body.style-25 input[type="text"]::-webkit-input-placeholder, body.style-25 input[type="tel"]::-webkit-input-placeholder{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 24px;
    color: #B6B6B6;
}

body.style-25 input[type="text"]::-moz-placeholder, body.style-25 input[type="tel"]::-moz-placeholder{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 24px;
    color: #B6B6B6;
}

body.style-25 input[type="text"]:-ms-input-placeholder, body.style-25 input[type="tel"]:-ms-input-placeholder{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 24px;
    color: #B6B6B6;
}

body.style-25 input[type="text"]::-ms-input-placeholder, body.style-25 input[type="tel"]::-ms-input-placeholder{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 24px;
    color: #B6B6B6;
}

body.style-25 input[type="text"]::placeholder,
body.style-25 input[type="tel"]::placeholder{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 24px;
    color: #B6B6B6;
}

body.style-25 input[type="text"]:focus,
body.style-25 input[type="tel"]:focus{
    border: 1px solid #F4B918;
}

body.style-25 input[type="text"]:focus::-webkit-input-placeholder, body.style-25 input[type="tel"]:focus::-webkit-input-placeholder{
    color: #F4B918;
}

body.style-25 input[type="text"]:focus::-moz-placeholder, body.style-25 input[type="tel"]:focus::-moz-placeholder{
    color: #F4B918;
}

body.style-25 input[type="text"]:focus:-ms-input-placeholder, body.style-25 input[type="tel"]:focus:-ms-input-placeholder{
    color: #F4B918;
}

body.style-25 input[type="text"]:focus::-ms-input-placeholder, body.style-25 input[type="tel"]:focus::-ms-input-placeholder{
    color: #F4B918;
}

body.style-25 input[type="text"]:focus::placeholder,
body.style-25 input[type="tel"]:focus::placeholder{
    color: #F4B918;
}

body.style-25 .text-field.form-25-text-field.text-field--tel{
    position: relative;
}

body.style-25 .text-field.form-25-text-field.text-field--tel input[type="tel"]{
    padding-left: 63px;
}

body.style-25 .text-field.form-25-text-field.text-field--tel::before{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.592 13.833C16.2652 14.7016 14.7403 15.5701 13.9779 15.6787C13.3243 15.7873 12.453 15.7873 11.5816 15.5701C11.037 15.353 10.2745 15.1358 9.40312 14.7016C5.4819 13.073 2.97668 9.16451 2.75884 8.8388C2.54099 8.62166 1.125 6.77598 1.125 4.82173C1.125 2.86747 2.1053 1.99892 2.43207 1.56464C2.75884 1.13036 3.19453 1.13036 3.52129 1.13036C3.73914 1.13036 4.0659 1.13036 4.28375 1.13036C4.5016 1.13036 4.82837 1.02179 5.15513 1.78178C5.4819 2.54177 6.24436 4.49602 6.35328 4.60459C6.4622 4.82173 6.4622 5.03887 6.35328 5.25601C6.24436 5.47315 6.13544 5.69028 5.91759 5.90742C5.69974 6.12456 5.4819 6.45027 5.37298 6.55884C5.15513 6.77598 4.93729 6.99312 5.15513 7.31883C5.37298 7.7531 6.13544 8.94737 7.33359 10.0331C8.85851 11.3359 10.0567 11.7702 10.4923 11.9873C10.928 12.2045 11.1459 12.0959 11.3637 11.8787C11.5816 11.6616 12.344 10.7931 12.5619 10.3588C12.7797 9.9245 13.1065 10.0331 13.4333 10.1416C13.76 10.2502 15.7206 11.2273 16.0474 11.4445C16.4831 11.6616 16.7009 11.7702 16.8099 11.8787C16.9188 12.2045 16.9188 12.9644 16.592 13.833Z' fill='%23B6B6B6'/%3E%3C/svg%3E%0A");
}

body.style-25 .text-field.form-25-text-field.text-field--tel:has(input:focus)::before{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.592 13.833C16.2652 14.7016 14.7403 15.5701 13.9779 15.6787C13.3243 15.7873 12.453 15.7873 11.5816 15.5701C11.037 15.353 10.2745 15.1358 9.40312 14.7016C5.4819 13.073 2.97668 9.16451 2.75884 8.8388C2.54099 8.62166 1.125 6.77598 1.125 4.82173C1.125 2.86747 2.1053 1.99892 2.43207 1.56464C2.75884 1.13036 3.19453 1.13036 3.52129 1.13036C3.73914 1.13036 4.0659 1.13036 4.28375 1.13036C4.5016 1.13036 4.82837 1.02179 5.15513 1.78178C5.4819 2.54177 6.24436 4.49602 6.35328 4.60459C6.4622 4.82173 6.4622 5.03887 6.35328 5.25601C6.24436 5.47315 6.13544 5.69028 5.91759 5.90742C5.69974 6.12456 5.4819 6.45027 5.37298 6.55884C5.15513 6.77598 4.93729 6.99312 5.15513 7.31883C5.37298 7.7531 6.13544 8.94737 7.33359 10.0331C8.85851 11.3359 10.0567 11.7702 10.4923 11.9873C10.928 12.2045 11.1459 12.0959 11.3637 11.8787C11.5816 11.6616 12.344 10.7931 12.5619 10.3588C12.7797 9.9245 13.1065 10.0331 13.4333 10.1416C13.76 10.2502 15.7206 11.2273 16.0474 11.4445C16.4831 11.6616 16.7009 11.7702 16.8099 11.8787C16.9188 12.2045 16.9188 12.9644 16.592 13.833Z' fill='%23F4B918'/%3E%3C/svg%3E%0A");
}

body.style-25 input[type="checkbox"],
body.style-25 input[type="radio"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #B6B6B6;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
}

body.style-25 input[type="checkbox"]:checked,
body.style-25 input[type="radio"]:checked {
    border-color: #F4B918;
}

body.style-25 input[type="checkbox"]:checked::after,
body.style-25 input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 4px;
    top: 4px;
    background: #F4B918;
    border-radius: 8px;
}

body.style-25 .form-25-privacy-policy input[type="checkbox"],
body.style-25 .form-25-sales-adress input[type="radio"]{
    width: 18px;
    height: 18px;
}

body.style-25 .form-25-privacy-policy input[type="checkbox"]:checked::after,
body.style-25 .form-25-sales-adress input[type="radio"]:checked::after{
    left: 1px;
    top: 1px;
}

.icon-arrow-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.icon-arrow-button-text{
    height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 12px 16px;*/
    padding: 20px 60px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 58px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4286rem;
    line-height: 24px;
    text-align: center;
    color: #1E1E1E;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.icon-arrow-button-icon{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border: 2px solid #FFFFFF;
    border-radius: 32px;
    background: transparent;
}

.icon-arrow-button-icon svg{
    display: block;
}

.icon-arrow-button:hover .icon-arrow-button-icon,
.icon-arrow-button:active .icon-arrow-button-icon{
    background: #F4B918;
    border: 2px solid #F4B918;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.icon-arrow-button:hover .icon-arrow-button-icon svg path,
.icon-arrow-button:active .icon-arrow-button-icon svg path{
    fill: #1E1E1E;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.icon-arrow-button:active .icon-arrow-button-text{
    background: #F4B918;
    border: 1px solid #F4B918;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.icon-arrow-button-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    cursor: pointer;
    padding: 10px 10px 10px 80px;
    background: transparent;
    border: 2px solid #F4B918;
    border-radius: 40px;
    gap: 108px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.icon-arrow-button-2-text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4286rem;
    line-height: 24px;
    text-align: center;
    color: #1E1E1E;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.icon-arrow-button-2-icon{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: transparent;
    border: 1px solid #1E1E1E;
    border-radius: 26px;
}

.icon-arrow-button-2-icon svg{
    display: block;
}

.icon-arrow-button-2:hover .icon-arrow-button-2-icon,
.icon-arrow-button-2:active .icon-arrow-button-2-icon{
    background: #F4B918;
    border: 2px solid #F4B918;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.examples__item-button.active .icon-arrow-button-2-icon svg{
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.back-link{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.back-link-text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.0rem;
    line-height: 20px;
    color: #B6B6B6;
}

.back-link-icon{
    padding: 5px 15px;
    border: 1px solid #B6B6B6;
    border-radius: 24px;
}

.back-link-icon svg{
    display: block;
}

.back-link:hover .back-link-text{
    color: #F4B918;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.back-link:hover .back-link-icon{
    border: 1px solid #F4B918;
}

.back-link:hover .back-link-icon svg path{
    fill: #F4B918;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

body.page-examples #examples .back-link{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 36px;
}

body.style-25 .block-title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5714rem;
    line-height: 120%;
    color: #1E1E1E;
}

.block-sb-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px;
    margin-top: 40px;
    margin-bottom: 38px;
}

.block-sb-title-text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.7143rem;
    line-height: 20px;
    color: #1E1E1E;
}

.block-sb-title-line{
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    position: relative;
}

.block-sb-title-line::before{
    content: '';
    position: absolute;
    width: 239px;
    height: 5px;
    top: -2px;
    left: 0;
    background: #F4B918;
    border-radius: 2px;
}


/* modal form 25 */
body.style-25 .modal-window .modal-close.form-25-close{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    top: 12px;
    right: 12px;
}

body.style-25 .modal-window .modal-close.form-25-close:hover svg path{
    fill: #F4B918;
}

body.style-25 .modal-window.form-25-modal-window{
    max-width: 644px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 10px rgba(30, 30, 30, 0.1);
    box-shadow: 0 0 10px rgba(30, 30, 30, 0.1);
    border-radius: 16px;
    padding: 50px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body.style-25 .block-title.form-25-title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8571rem;
    line-height: 32px;
    text-align: center;
    color: #1E1E1E;
    margin-bottom: 23px;
}

body.style-25 .modal-window__dscr.form-25-dscr {
    margin: 0 auto 40px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 26px;
    text-align: center;
    color: #1E1E1E;
}

body.style-25 .form-25-text-fields{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

body.style-25 .text-field.form-25-text-field{
    border: none;
    margin: 0;
    border-radius: 0;
}

body.style-25 .form-25-bottom-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
}

body.style-25 .form-25-bottom-wrapper .modal-window__submit{
    background: transparent;
    border: 1px solid #1E1E1E;
    border-radius: 58px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2857rem;
    line-height: 22px;
    text-align: center;
    color: #1E1E1E;
    padding: 13px 61px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
    margin-top: 0;
    letter-spacing: inherit;
}

body.style-25 .form-25-bottom-wrapper .modal-window__submit:hover{
    border: 1px solid #F4B918;
}

body.style-25 .form-25-bottom-wrapper .modal-window__submit:active{
    color: #F4B918;
    border: 1px solid #F4B918;
}

body.style-25 .form-25-bottom-text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9286rem;
    line-height: 18px;
    color: #F4B918;
}

body.style-25 .site-footer__privacy-policy.form-25-privacy-policy{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

body.style-25 .modal-window.form-25-modal-window .site-footer__privacy-policy.form-25-privacy-policy,
body.style-25 .modal-window.form-25-modal-window .site-footer__privacy-policy.form-25-privacy-policy a{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9286rem;
    line-height: 18px;
    color: #1E1E1E;
    text-decoration: none;
}

body.style-25 .modal-window.form-25-modal-window .sales-adress{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 10px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px 0 20px;
}

body.style-25 .modal-window.form-25-modal-window .sales-adress p{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.0rem;
    line-height: 17px;
    color: #B6B6B6;
}

body.style-25 .modal-window.form-25-modal-window .sales-adress ul{
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

body.style-25 .modal-window.form-25-modal-window .sales-adress li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

body.style-25 .modal-window.form-25-modal-window .sales-adress li label{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 20px;
    color: #1E1E1E;
    padding: 0;
}

.modal-plans__complection,
body.page-examples #examples .modal-plans__description,
body.page-examples #examples .modal-plans__price{
    font-family: "Montserrat", sans-serif;
}

body.page-examples #examples .modal-plans__price{
    color: #1E1E1E;
}


/* header 25 */
header{
    position: relative;
}

.header-top{
    background: #1F1F1F;
    padding: 10px 0 13px;
}

.header-bottom{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2;
}

.header-top-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top-address-wrapper{
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.header-top-address{
    flex: 0 0 auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9286rem;
    line-height: 16px;
    color: #B6B6B6;
}

.header-top-address span{
    display: inline-block;
    font-weight: 700;
    margin-right: 12px;
}

.header-top-social-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.header-top-social a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top-social svg{
    display: block;
    width: 32px;
    height: 32px;
}

.header-top-social.call-request a{
    /*width: 152px;*/
    width: auto;
    height: 26px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid #6A6A6A;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 5px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding-right: 11px;
}

.header-top-social.call-request a svg{
    margin-top: -1px;
    margin-left: -1px;
    margin-bottom: -1px;
}

.header-top-social.call-request a span{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9286rem;
    line-height: 20px;
    color: #6A6A6A;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.header-top-social.call-request a:hover{
    border: 1px solid #FFFFFF;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.header-top-social.call-request a:active{
    background: #6199E3;
    border: 1px solid #6199E3;
}

.header-top-social.call-request a:hover span,
.header-top-social.call-request a:active span{
    color: #FFFFFF;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.header-bottom .header-bottom-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    gap: 15px;
}

.header-bottom .header-bottom-wrapper .site-header__telephone{
    width: 245px;
    padding-top: 11px;
}

.header-bottom .header-bottom-wrapper .site-header__telephone .site-header__phone-number-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.header-bottom .header-bottom-wrapper .site-header__phone-number{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.7143rem;
    line-height: 24px;
    color: #FFFFFF;
    text-align: left;
    position: relative;
    padding-left: 25px;
}

.header-bottom .header-bottom-wrapper .site-header__phone-number:hover{
    color: #F4B918;
}

.header-bottom .header-bottom-wrapper .site-header__phone-number:before{
    content: '';
    width: 16px;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4744 13.7391C15.0217 14.6087 14.4784 15.3043 13.573 15.7391C13.3013 15.8261 13.0297 15.913 12.7581 16C12.3959 15.913 12.1243 15.8261 11.8527 15.7391C8.95526 14.6087 6.23896 13.0435 4.06592 10.7826C2.88885 9.47826 1.89287 8 1.07798 6.43478C0.715807 5.65217 0.353635 4.95652 0.082005 4.17391C-0.189625 3.47826 0.263089 2.78261 0.715806 2.26087C1.16852 1.73913 1.71179 1.3913 2.34559 1.13043C2.79831 0.869565 3.25103 1.04348 3.6132 1.3913C4.33755 2.26087 5.06189 3.13043 5.60515 4.08696C5.96733 4.69565 5.87678 5.3913 5.24298 5.82609C5.06189 5.91304 4.97135 6 4.79026 6.17391C4.69972 6.26087 4.51863 6.34782 4.42809 6.52174C4.247 6.78261 4.247 7.04348 4.33754 7.30435C5.06189 9.30435 6.42004 10.8696 8.50254 11.7391C8.86472 11.913 9.13635 12 9.58907 12C10.2229 11.913 10.4945 11.2174 10.9472 10.8696C11.3999 10.5217 11.9432 10.5217 12.4865 10.7826C12.9392 11.0435 13.3919 11.3913 13.9351 11.7391C14.3879 12.087 14.8406 12.3478 15.2933 12.6957C15.5649 12.8696 15.6555 13.3043 15.4744 13.7391ZM11.6716 7.21739C11.4905 7.21739 11.581 7.21739 11.6716 7.21739C11.3094 7.21739 11.2188 7.04348 11.1283 6.78261C11.1283 6.6087 11.1283 6.34783 11.0378 6.17391C10.9472 5.82609 10.7661 5.47826 10.404 5.21739C10.2229 5.13043 10.0418 5.04348 9.86069 4.95652C9.58906 4.86956 9.40798 4.86957 9.13635 4.86957C8.86472 4.78261 8.77418 4.6087 8.77418 4.34783C8.77418 4.17391 9.04581 4 9.22689 4C10.6756 4.08696 11.7621 4.86956 11.9432 6.52174C11.9432 6.60869 11.9432 6.78261 11.9432 6.86956C11.9432 7.04348 11.8526 7.21739 11.6716 7.21739ZM10.7661 3.3913C10.3134 3.21739 9.86069 3.04348 9.31743 2.95652C9.13635 2.95652 8.86472 2.86956 8.68363 2.86956C8.412 2.86956 8.23091 2.69565 8.32146 2.43478C8.32146 2.17391 8.50255 2 8.77418 2.08696C9.67961 2.17391 10.4945 2.34783 11.3094 2.69565C12.9392 3.47826 13.8446 4.78261 14.1162 6.52174C14.1162 6.60869 14.1162 6.69565 14.1162 6.78261C14.1162 6.95652 14.1162 7.13043 14.1162 7.3913C14.1162 7.47826 14.1162 7.56522 14.1162 7.65217C14.0257 8 13.3919 8.08696 13.3013 7.65217C13.3013 7.56522 13.2108 7.3913 13.2108 7.30435C13.2108 6.52174 13.0297 5.73913 12.6675 5.04348C12.1243 4.26087 11.4905 3.73913 10.7661 3.3913ZM15.6555 8.6087C15.3838 8.6087 15.2028 8.34783 15.2028 8.08696C15.2028 7.56522 15.1122 7.04348 15.0217 6.52174C14.6595 3.73913 12.3054 1.47826 9.49853 1.04348C9.04581 0.956521 8.59309 0.956522 8.23092 0.869565C7.95929 0.869565 7.59711 0.869566 7.50657 0.521739C7.41602 0.26087 7.68765 0 7.95928 0C8.04983 0 8.14037 0 8.14037 0C8.32146 0 11.8527 0.0869565 8.14037 0C11.9432 0.0869565 15.1122 2.52174 15.746 6.17391C15.8366 6.78261 15.9271 7.39131 15.9271 8.08696C16.1082 8.34783 15.9271 8.6087 15.6555 8.6087Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

.header-bottom .header-bottom-wrapper .site-header__phone-number:hover:before{
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4744 13.7391C15.0217 14.6087 14.4784 15.3043 13.573 15.7391C13.3013 15.8261 13.0297 15.913 12.7581 16C12.3959 15.913 12.1243 15.8261 11.8527 15.7391C8.95526 14.6087 6.23896 13.0435 4.06592 10.7826C2.88885 9.47826 1.89287 8 1.07798 6.43478C0.715807 5.65217 0.353635 4.95652 0.082005 4.17391C-0.189625 3.47826 0.263089 2.78261 0.715806 2.26087C1.16852 1.73913 1.71179 1.3913 2.34559 1.13043C2.79831 0.869565 3.25103 1.04348 3.6132 1.3913C4.33755 2.26087 5.06189 3.13043 5.60515 4.08696C5.96733 4.69565 5.87678 5.3913 5.24298 5.82609C5.06189 5.91304 4.97135 6 4.79026 6.17391C4.69972 6.26087 4.51863 6.34782 4.42809 6.52174C4.247 6.78261 4.247 7.04348 4.33754 7.30435C5.06189 9.30435 6.42004 10.8696 8.50254 11.7391C8.86472 11.913 9.13635 12 9.58907 12C10.2229 11.913 10.4945 11.2174 10.9472 10.8696C11.3999 10.5217 11.9432 10.5217 12.4865 10.7826C12.9392 11.0435 13.3919 11.3913 13.9351 11.7391C14.3879 12.087 14.8406 12.3478 15.2933 12.6957C15.5649 12.8696 15.6555 13.3043 15.4744 13.7391ZM11.6716 7.21739C11.581 7.21739 11.4905 7.21739 11.6716 7.21739C11.3094 7.21739 11.2188 7.04348 11.1283 6.78261C11.1283 6.6087 11.1283 6.34783 11.0378 6.17391C10.9472 5.82609 10.7661 5.47826 10.404 5.21739C10.2229 5.13043 10.0418 5.04348 9.86069 4.95652C9.58906 4.86956 9.40798 4.86957 9.13635 4.86957C8.86472 4.78261 8.77418 4.6087 8.77418 4.34783C8.77418 4.17391 9.04581 4 9.22689 4C10.6756 4.08696 11.7621 4.86956 11.9432 6.52174C11.9432 6.60869 11.9432 6.78261 11.9432 6.86956C11.9432 7.04348 11.8526 7.21739 11.6716 7.21739ZM10.7661 3.3913C10.3134 3.21739 9.8607 3.04348 9.31743 2.95652C9.13635 2.95652 8.86472 2.86956 8.68363 2.86956C8.412 2.86956 8.23091 2.69565 8.32146 2.43478C8.32146 2.17391 8.50255 2 8.77418 2.08696C9.67961 2.17391 10.4945 2.34783 11.3094 2.69565C12.9392 3.47826 13.8446 4.78261 14.1162 6.52174C14.1162 6.60869 14.1162 6.69565 14.1162 6.78261C14.1162 6.95652 14.1162 7.13043 14.1162 7.3913C14.1162 7.47826 14.1162 7.56522 14.1162 7.65217C14.0257 8 13.3919 8.08696 13.3013 7.65217C13.3013 7.56522 13.2108 7.3913 13.2108 7.30435C13.2108 6.52174 13.0297 5.73913 12.6675 5.04348C12.1243 4.26087 11.4905 3.73913 10.7661 3.3913ZM15.6555 8.6087C15.3838 8.6087 15.2028 8.34783 15.2028 8.08696C15.2028 7.56522 15.1122 7.04348 15.0217 6.52174C14.6595 3.73913 12.3054 1.47826 9.49853 1.04348C9.04581 0.956521 8.59309 0.956522 8.23092 0.869565C7.95929 0.869565 7.59711 0.869566 7.50657 0.521739C7.41602 0.26087 7.68765 0 7.95928 0C8.04983 0 8.14037 0 8.14037 0C8.32146 0 11.8527 0.0869565 8.14037 0C11.9432 0.0869565 15.1122 2.52174 15.746 6.17391C15.8366 6.78261 15.9271 7.39131 15.9271 8.08696C16.1082 8.34783 15.9271 8.6087 15.6555 8.6087Z' fill='%23F4B918'/%3E%3C/svg%3E%0A");
}

.header-bottom .header-bottom-wrapper .navigation {
    margin-top: 15px;
}

.header-bottom .header-bottom-wrapper .navigation nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 50px;
    gap: 60px;
    border: 1px solid #B6B6B6;
    border-radius: 30px;
}

.header-bottom .header-bottom-wrapper .navigation nav ul li a{
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4286rem;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 7px 22px;
    text-transform: none;
    letter-spacing: inherit;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.header-bottom .header-bottom-wrapper .navigation nav ul li.active a
.header-bottom .header-bottom-wrapper .navigation nav ul li:active a,
.header-bottom .header-bottom-wrapper .navigation nav ul li:hover a{
    font-weight: 600;
    color: #1E1E1E;
    background: #FFFFFF;
    padding: 7px 22px;
}


/* index 25 */

body.style-25 .firest-screen{
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    overflow: hidden;
}

body.style-25 .firest-screen-wrapper{
    background-position: center bottom;
    background-repeat: no-repeat;
    /*padding-top: 186px;*/
    padding-top: 200px;
    background-size: cover;
    background-color: rgba(31, 31, 31, 0.85);
}

body.style-25 .firest-screen--examples .firest-screen-wrapper{
    background-color: transparent;
    padding-bottom: 138px;
}

body.style-25 .firest-screen__welcome{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 6.4286rem;
    line-height: 100%;
    color: #F4B918;
    margin-top: 0;
}

body.style-25 .firest-screen__welcome span{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 4.2857rem;
    line-height: 110%;
    color: #FFFFFF;
}

body.style-25 .firest-screen--examples .firest-screen__welcome{
    font-weight: 600;
    font-size: 5.4286rem;
    line-height: 100%;
}

body.style-25 .firest-screen--examples .firest-screen__welcome span{
    font-weight: 600;
    font-size: 5.4286rem;
    line-height: 100%;
}

body.style-25 .firest-screen-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*padding-bottom: 214px;*/
    padding-bottom: 220px;
}

body.style-25 .firest-screen--examples .firest-screen-inner{
    padding-bottom: 140px;
}

body.style-25 .firest-screen-right-inner{
    background: rgba(217, 217, 217, 0.2);
    border: 1px solid rgba(217, 217, 217, 0.5);
    border-radius: 16px;
    padding: 40px 30px 50px;
    position: relative;
    margin-top: 20px;
}

body.style-25 .firest-screen-right__title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
    padding: 0 13px;
}

body.style-25 .firest-screen-right__list ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}

body.style-25 .firest-screen-right__list ul li{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4286rem;
    line-height: 120%;
    color: #FFFFFF;
    position: relative;
    padding-left: 32px;
}

body.style-25 .firest-screen-right__list ul li:before{
    content: '';
    width: 12px;
    height: 12px;
    background: #F4B918;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}

body.style-25 .firest-screen-right__bnr{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    /*font-family: 'Petrov Sans-Trial';*/
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1429rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #1F1F1F;
    background: #FFC526;
    border-radius: 30px;
    padding: 10px 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* calc-form 25 */

.calc-form__wrap{
    background: transparent;
}

body.style-25 .calc-form-section{
    background: #3F3F3F;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
}

body.style-25 .calc-form-section-house-banners{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 23px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.style-25 .calc-form-section-house-banner{
    padding: 6px 7px 7px;
    background: rgba(217, 217, 217, 0.2);
    border: 1px solid #B6B6B6;
    border-radius: 16px;
}

body.style-25 .calc-form-section-house-banner:hover{
    border: 1px solid #F4B918;
}

body.style-25 .calc-form-section-house-banner img{
    width: 100%;
    height: auto;
}

body.style-25 .calc-form-section-house-banner-inner{
    border-radius: 16px;
    overflow: hidden;
}

.firest-screen-to-calc-button{
    margin-top: 60px;
}

body.style-25 .calc-form-section-bottom-decor{
    position: absolute;
    bottom: -1px;
    left: -240px;
}

body.style-25 .calc-form-section-bottom-decor img{
    display: block;
}



body.style-25 .calc-form__title.block-title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5714rem;
    line-height: 120%;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 50px;
}

body.style-25 .calc-form--items__question{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -5px;
    bottom: 86px;
}

body.style-25 .calc-form--items__question-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 50%;
}

body.style-25 .calc-form--items__question-text{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 30px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2857rem;
    line-height: 22px;
    color: #1E1E1E;
    text-transform: none;
}

body.style-25 .calc-form--items__title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.7143rem;
    line-height: 120%;
    color: #FFFFFF;
    text-align: left;
}

.calc-form--item__wrap li label{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2857rem;
    line-height: 22px;
    color: #FFFFFF;
}

#nextBtn{
    /*width: 292px;*/
    height: 44px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2857rem;
    line-height: 22px;
    color: #FFFFFF;
    border: 1px solid #F4B918;
    border-radius: 58px;
    background: transparent;
    position: relative;
    padding: 12px 50px;
}

#nextBtn::before{
    content: '';
    position: absolute;
    top: 0;
    right: -44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F4B918;
    border: 1px solid #F4B918;
    border-radius: 22px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1086 4.02143L12.1848 3.93507C12.5153 3.60463 13.0352 3.57921 13.3948 3.85882L13.4812 3.93507L19.8979 10.3517L19.9358 10.392L19.9864 10.4542L20.0521 10.5562L20.1011 10.6595L20.1335 10.7561L20.16 10.8917L20.1663 10.9999L20.1638 11.0689L20.1478 11.1839L20.1207 11.286L20.0805 11.3879L20.0325 11.4772L19.965 11.5732L19.8979 11.6481L13.4812 18.0648C13.1232 18.4227 12.5428 18.4227 12.1848 18.0648C11.8544 17.7343 11.829 17.2144 12.1086 16.8548L12.1848 16.7684L17.035 11.9166H2.74967C2.24341 11.9166 1.83301 11.5062 1.83301 10.9999C1.83301 10.4937 2.24341 10.0833 2.74967 10.0833L17.0368 10.0833L12.1848 5.23143C11.8544 4.90099 11.829 4.38103 12.1086 4.02143L12.1848 3.93507L12.1086 4.02143Z' fill='white'/%3E%3C/svg%3E%0A");
}

#nextBtn:hover{
    background-color: #F4B918;
}

#nextBtn:active{
    background-color: #F4B918;
    color: #1E1E1E;
}

#nextBtn:active::before{
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1086 4.02143L12.1848 3.93507C12.5153 3.60463 13.0352 3.57921 13.3948 3.85882L13.4812 3.93507L19.8979 10.3517L19.9358 10.392L19.9864 10.4542L20.0521 10.5562L20.1011 10.6595L20.1335 10.7561L20.16 10.8917L20.1663 10.9999L20.1638 11.0689L20.1478 11.1839L20.1207 11.286L20.0805 11.3879L20.0325 11.4772L19.965 11.5732L19.8979 11.6481L13.4812 18.0648C13.1232 18.4227 12.5428 18.4227 12.1848 18.0648C11.8544 17.7343 11.829 17.2144 12.1086 16.8548L12.1848 16.7684L17.035 11.9166H2.74967C2.24341 11.9166 1.83301 11.5062 1.83301 10.9999C1.83301 10.4937 2.24341 10.0833 2.74967 10.0833L17.0368 10.0833L12.1848 5.23143C11.8544 4.90099 11.829 4.38103 12.1086 4.02143L12.1848 3.93507L12.1086 4.02143Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
}


/* footer 25 */
body .bx-site-footer.site-footer.footer-25{
    background: #1E1E1E;
    padding: 57px 0 39px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4286rem;
    line-height: 24px;
    color: #FFFFFF;
}

.footer-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-top-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 159px;
}

.footer-top-menu-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 159px;
    padding-top: 28px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: calc((24px * 3) + (20px * 2));
}

.footer-top-menu-menu-item{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4286rem;
    line-height: 24px;
    color: #FFFFFF;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.footer-top-menu-menu-item:hover,
.footer-top-menu-menu-item:active{
    color: #F4B918;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.footer-top-social{
    padding-top: 19px;
}

.footer-top-social-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.footer-top-social a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-top-social svg{
    display: block;
    width: 30px;
    height: 30px;
}

.footer-bottom{
    /*margin-top: 212px;*/
    margin-top: 112px;
}

.footer-bottom-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.footer-bottom-copyrigths{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8571rem;
    line-height: 15px;
    color: #B3B3B3;
}

.block-title-25{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5714rem;
    line-height: 120%;
    color: #1E1E1E;
}

.block-title-25--center{
    text-align: center;
}

/* reviews */
.reviews-25{
    margin-bottom: 120px;
}

.reviews-25-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
}

.reviews-25 .block-title-25{
    max-width: 288px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.reviews-25 .reviews-block{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.button-25-type-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.button-25-type-1-body{
    padding: 20px 50px;
    border: 1px solid #1E1E1E;
    border-radius: 58px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4286rem;
    line-height: 24px;
    text-align: center;
    color: #1E1E1E;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.button-25-type-1:hover .button-25-type-1-body{
    border: 1px solid #F4B918;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.button-25-type-1:active .button-25-type-1-body{
    background: #F4B918;
    border: 1px solid #F4B918;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

body.style-25 .seven-reasons__item:before{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 48px;
    height: 89px;
    /*background-color: #E8EAEB;*/
    background-color: transparent;
    border-radius: 23.4322px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5691rem;
    line-height: 140%;
    color: #000000;
    content: counter(a);
    padding: 14px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("/bitrix/templates/dommaster34/img/2025/seven-reasons-arrow-new.svg");
    background-position: bottom 5px center;
    background-repeat: no-repeat;
    margin: 0;
    border: 0.732258px solid #1E1E1E;
}

body.style-25 .seven-reasons__list:before,
body.style-25 .seven-reasons__item:after{
    content: none!important;
}

body.style-25 .seven-reasons__pic-wrap{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

body.style-25 .seven-reasons__item:nth-child(2) .seven-reasons__pic-wrap,
body.style-25 .seven-reasons__item:first-child .seven-reasons__pic-wrap{
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

body.style-25 .seven-reasons__pic-wrap img{
    display: block;
}

body.style-25 .seven-reasons__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*height: 244px!important;*/
    padding: 10px 0 10px 90px;
    gap: 140px;
}


body.style-25 .seven-reasons__item:nth-child(2n+2){
    padding: 10px 0;
}

body.style-25 .seven-reasons__text-side{
    width: calc(50% - 70px);
}

body.style-25 .seven-reasons__item:nth-child(2n+2) .seven-reasons__pic-wrap{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

/* 555 */
body.style-25 .dreams-home{
    background: none;
}

/* */

body.style-25 .firest-screen__plan{
    margin-top: 0;
    padding-top: 130px;
}

/* examples */

body.page-examples #examples{
    margin-top: 0;
    background-color: #FAFAFA;
    padding: 20px 0 100px;
}

body.page-examples #examples .examples{
    margin-top: 0;
}

.examples__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
}

.examples__item-title-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.examples__item-title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8571rem;
    line-height: 120%;
    color: #1E1E1E;
}

.examples__item-price{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5714rem;
    line-height: 120%;
    color: #1E1E1E;
}

.examples__item-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.examples__item-image{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 956px;
    width: 67.12%;
}

.examples__item-image img{
    width: 100%;
    height: auto;
}

.examples__item-image-inner{
    border-radius: 16px;
    overflow: hidden;
    /*background-color: rgba(31, 31, 31, 0.85);*/
    background-color: #fff;
    border: 1px solid #D9D9D9;
    /*max-height: 478px;*/
}

.examples__item-image-inner a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.examples__item-content-right{
    max-width: 468px;
    width: 32.88%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding-bottom: 80px;
}

.examples__item-sizes{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.examples__item-size{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 50px;
    /*width: 224px;*/
    width: calc(50% - 11px);
    height: 88px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    /*font-size: 2.5714rem;*/
    font-size: 1.8571rem;
    line-height: 44px;
    color: #1E1E1E;
    cursor: pointer;
}

.examples__item-size:hover{
    border: 1px solid #B6B6B6;
    -webkit-box-shadow: 4px 4px 4px rgba(30, 30, 30, 0.1);
    box-shadow: 4px 4px 4px rgba(30, 30, 30, 0.1);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.examples__item-size:active{
    background: #EEEEEE;
    border: 1px solid #D9D9D9;
    -webkit-box-shadow: inset 4px 4px 4px rgba(30, 30, 30, 0.1);
    box-shadow: inset 4px 4px 4px rgba(30, 30, 30, 0.1);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.examples__item-button{
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.examples__item-image{
    position: relative;
}

.dotted-line{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: -30px;
    gap: 15px;
}

.dotted-line-el{
    display: block;
    width: 33px;
    height: 5px;
    background: #B6B6B6;
    border-radius: 2px;
}

.dotted-line-el.dotted-line-first{
    width: 102px;
    height: 5px;
    background: #B6B6B6;
    border-radius: 2px;
}

/* mobile menu 25 */
#mobile-menu {
    position: fixed;
    top: 0;
    left: -110vw;
    width: 100vw;
    max-width: 500px;
    height: 100%;
    background: #333;
    color: white;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px;
    overflow-y: auto;
}

#mobile-menu .hamburger_nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
}

#mobile-menu a {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2857rem;
    line-height: 22px;
    color: #FFFFFF;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.hamburger_nav li{
    position: relative;
}

#mobile-menu .hamburger_nav li:first-child a{
    font-weight: 600;
}

#mobile-menu .hamburger_nav li:first-child::before{
    content: '';
    position: absolute;
    width: 48px;
    height: 28px;
    right: 0;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='28' viewBox='0 0 48 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='27.5' width='27' height='47' rx='13.5' transform='rotate(-90 0.5 27.5)' stroke='%23B6B6B6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7258 10.1935L24.7757 10.1464C24.992 9.96612 25.3324 9.95226 25.5677 10.1048L25.6243 10.1464L29.8243 13.6464L29.8491 13.6683L29.8822 13.7023L29.9252 13.7579L29.9573 13.8142L29.9785 13.8669L29.9959 13.9409L30 13.9999L29.9983 14.0375L29.9879 14.1003L29.9702 14.156L29.9438 14.2115L29.9124 14.2603L29.8682 14.3126L29.8243 14.3535L25.6243 17.8535C25.3899 18.0487 25.0101 18.0487 24.7757 17.8535C24.5594 17.6732 24.5428 17.3896 24.7258 17.1935L24.7757 17.1464L27.9504 14.4999H18.6C18.2686 14.4999 18 14.2761 18 13.9999C18 13.7238 18.2686 13.4999 18.6 13.4999H27.9516L24.7757 10.8535C24.5594 10.6732 24.5428 10.3896 24.7258 10.1935L24.7757 10.1464L24.7258 10.1935Z' fill='%23B6B6B6'/%3E%3C/svg%3E%0A");
}

#mobile-menu a:hover {
    color: #F4B918;
}

#mobile-menu .hamburger_nav li:first-child:hover::before,
#mobile-menu .hamburger_nav li:first-child:active::before{
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='28' viewBox='0 0 48 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='27.5' width='27' height='47' rx='13.5' transform='rotate(-90 0.5 27.5)' stroke='%23F4B918'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7258 10.1935L24.7757 10.1464C24.992 9.96612 25.3324 9.95226 25.5677 10.1048L25.6243 10.1464L29.8243 13.6464L29.8491 13.6683L29.8822 13.7023L29.9252 13.7579L29.9573 13.8142L29.9785 13.8669L29.9959 13.9409L30 13.9999L29.9983 14.0375L29.9879 14.1003L29.9702 14.156L29.9438 14.2115L29.9124 14.2603L29.8682 14.3126L29.8243 14.3535L25.6243 17.8535C25.3899 18.0487 25.0101 18.0487 24.7757 17.8535C24.5594 17.6732 24.5428 17.3896 24.7258 17.1935L24.7757 17.1464L27.9504 14.4999H18.6C18.2686 14.4999 18 14.2761 18 13.9999C18 13.7238 18.2686 13.4999 18.6 13.4999H27.9516L24.7757 10.8535C24.5594 10.6732 24.5428 10.3896 24.7258 10.1935L24.7757 10.1464L24.7258 10.1935Z' fill='%23F4B918'/%3E%3C/svg%3E%0A");
}

#overlay {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.header-logo--mobile-menu-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#menu-toggle{
    all: unset;
    display: none;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#menu-toggle svg{
    display: block;
}

#menu-toggle:hover svg path,
#menu-toggle:active svg path{
    fill: #F4B918;
}

#close-menu{
    all: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    margin-bottom: 30px;
}

#close-menu svg{
    display: block;
}

#close-menu:hover,
#close-menu:active{
    border: 1px solid #F4B918;
}

#close-menu:hover svg path,
#close-menu:active svg path{
    fill: #F4B918;
}

.header-top-mobile-phone{
    display: none;
}

.mobile-menu-nav-wrapper{
    margin-bottom: 60px;
}

.mobile-menu-address-wrapper{
    max-width: 268px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.mobile-menu-address-city{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.0714rem;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.mobile-menu-address-street{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.0714rem;
    line-height: 20px;
    color: #FFFFFF;
}

#mobile-menu .header-top-social-wrapper{
    margin-top: 30px;
    gap: 25px;
}

#mobile-menu .header-top-social a svg{
    width: 50px;
    height: 50px;
}

.mobile-menu-telephone .site-header__phone-number-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

#mobile-menu .mobile-menu-telephone{
    margin-top: 60px;
}

#mobile-menu .mobile-menu-telephone a{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5714rem;
    line-height: 19px;
    color: #FFFFFF;
    padding-left: 34px;
}

#mobile-menu .mobile-menu-telephone .site-header__phone-number::before {
    content: '';
    width: 18px;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4087 15.9565C16.8994 16.9348 16.2882 17.7174 15.2696 18.2065C14.964 18.3043 14.6584 18.4022 14.3528 18.5C13.9454 18.4022 13.6398 18.3043 13.3342 18.2065C10.0747 16.9348 7.01883 15.1739 4.57416 12.6304C3.24996 11.163 2.12948 9.5 1.21273 7.73913C0.805283 6.8587 0.39784 6.07609 0.0922557 5.19565C-0.213329 4.41304 0.295975 3.63044 0.805282 3.04348C1.31459 2.45652 1.92576 2.06522 2.63879 1.77174C3.1481 1.47826 3.65741 1.67391 4.06485 2.06522C4.87974 3.04348 5.69463 4.02174 6.3058 5.09783C6.71324 5.78261 6.61138 6.56522 5.89835 7.05435C5.69463 7.15217 5.59277 7.25 5.38904 7.44565C5.28718 7.54348 5.08346 7.6413 4.9816 7.83695C4.77787 8.13043 4.77788 8.42391 4.87974 8.71739C5.69463 10.9674 7.22255 12.7283 9.56536 13.7065C9.97281 13.9022 10.2784 14 10.7877 14C11.5007 13.9022 11.8063 13.1196 12.3156 12.7283C12.8249 12.337 13.4361 12.337 14.0473 12.6304C14.5566 12.9239 15.0659 13.3152 15.677 13.7065C16.1863 14.0978 16.6957 14.3913 17.205 14.7826C17.5105 14.9783 17.6124 15.4674 17.4087 15.9565ZM13.1305 8.61957C12.9268 8.61957 13.0286 8.61957 13.1305 8.61957C12.7231 8.61957 12.6212 8.42391 12.5193 8.13044C12.5193 7.93478 12.5193 7.6413 12.4175 7.44565C12.3156 7.05435 12.1119 6.66304 11.7045 6.36957C11.5007 6.27174 11.297 6.17391 11.0933 6.07609C10.7877 5.97826 10.584 5.97826 10.2784 5.97826C9.97281 5.88043 9.87095 5.68478 9.87095 5.3913C9.87095 5.19565 10.1765 5 10.3803 5C12.01 5.09783 13.2324 5.97826 13.4361 7.83695C13.4361 7.93478 13.4361 8.13043 13.4361 8.22826C13.4361 8.42391 13.3342 8.61957 13.1305 8.61957ZM12.1119 4.31522C11.6026 4.11957 11.0933 3.92391 10.4821 3.82609C10.2784 3.82609 9.97281 3.72826 9.76909 3.72826C9.4635 3.72826 9.25978 3.53261 9.36164 3.23913C9.36164 2.94565 9.56536 2.75 9.87095 2.84783C10.8896 2.94565 11.8063 3.1413 12.7231 3.53261C14.5566 4.41304 15.5752 5.88043 15.8808 7.83695C15.8808 7.93478 15.8808 8.03261 15.8808 8.13044C15.8808 8.32609 15.8808 8.52174 15.8808 8.81522C15.8808 8.91304 15.8808 9.01087 15.8808 9.1087C15.7789 9.5 15.0659 9.59783 14.964 9.1087C14.964 9.01087 14.8622 8.81522 14.8622 8.71739C14.8622 7.83696 14.6584 6.95652 14.251 6.17391C13.6398 5.29348 12.9268 4.70652 12.1119 4.31522ZM17.6124 10.1848C17.3068 10.1848 17.1031 9.8913 17.1031 9.59783C17.1031 9.01087 17.0012 8.42391 16.8994 7.83695C16.4919 4.70652 13.8435 2.16304 10.6858 1.67391C10.1765 1.57609 9.66723 1.57609 9.25978 1.47826C8.9542 1.47826 8.54675 1.47826 8.44489 1.08696C8.34303 0.793479 8.64861 0.5 8.95419 0.5C9.05606 0.5 9.15792 0.5 9.15792 0.5C9.36164 0.5 13.3342 0.597826 9.15792 0.5C13.4361 0.597826 17.0012 3.33696 17.7143 7.44565C17.8161 8.13043 17.918 8.81522 17.918 9.59783C18.1217 9.8913 17.918 10.1848 17.6124 10.1848Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}

#mobile-menu .mobile-menu-telephone a:hover,
#mobile-menu .mobile-menu-telephone a:active{
    color: #F4B918;
}

#mobile-menu .mobile-menu-telephone .site-header__phone-number:hover::before,
#mobile-menu .mobile-menu-telephone .site-header__phone-number:active::before{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4087 15.9565C16.8994 16.9348 16.2882 17.7174 15.2696 18.2065C14.964 18.3043 14.6584 18.4022 14.3528 18.5C13.9454 18.4022 13.6398 18.3043 13.3342 18.2065C10.0747 16.9348 7.01883 15.1739 4.57416 12.6304C3.24996 11.163 2.12948 9.5 1.21273 7.73913C0.805283 6.8587 0.39784 6.07609 0.0922557 5.19565C-0.213329 4.41304 0.295975 3.63044 0.805282 3.04348C1.31459 2.45652 1.92576 2.06522 2.63879 1.77174C3.1481 1.47826 3.65741 1.67391 4.06485 2.06522C4.87974 3.04348 5.69463 4.02174 6.3058 5.09783C6.71324 5.78261 6.61138 6.56522 5.89835 7.05435C5.69463 7.15217 5.59277 7.25 5.38904 7.44565C5.28718 7.54348 5.08346 7.6413 4.9816 7.83695C4.77787 8.13043 4.77788 8.42391 4.87974 8.71739C5.69463 10.9674 7.22255 12.7283 9.56536 13.7065C9.97281 13.9022 10.2784 14 10.7877 14C11.5007 13.9022 11.8063 13.1196 12.3156 12.7283C12.8249 12.337 13.4361 12.337 14.0473 12.6304C14.5566 12.9239 15.0659 13.3152 15.677 13.7065C16.1863 14.0978 16.6957 14.3913 17.205 14.7826C17.5105 14.9783 17.6124 15.4674 17.4087 15.9565ZM13.1305 8.61957C12.9268 8.61957 13.0286 8.61957 13.1305 8.61957C12.7231 8.61957 12.6212 8.42391 12.5193 8.13044C12.5193 7.93478 12.5193 7.6413 12.4175 7.44565C12.3156 7.05435 12.1119 6.66304 11.7045 6.36957C11.5007 6.27174 11.297 6.17391 11.0933 6.07609C10.7877 5.97826 10.584 5.97826 10.2784 5.97826C9.97281 5.88043 9.87095 5.68478 9.87095 5.3913C9.87095 5.19565 10.1765 5 10.3803 5C12.01 5.09783 13.2324 5.97826 13.4361 7.83695C13.4361 7.93478 13.4361 8.13043 13.4361 8.22826C13.4361 8.42391 13.3342 8.61957 13.1305 8.61957ZM12.1119 4.31522C11.6026 4.11957 11.0933 3.92391 10.4821 3.82609C10.2784 3.82609 9.97281 3.72826 9.76909 3.72826C9.4635 3.72826 9.25978 3.53261 9.36164 3.23913C9.36164 2.94565 9.56536 2.75 9.87095 2.84783C10.8896 2.94565 11.8063 3.1413 12.7231 3.53261C14.5566 4.41304 15.5752 5.88043 15.8808 7.83695C15.8808 7.93478 15.8808 8.03261 15.8808 8.13044C15.8808 8.32609 15.8808 8.52174 15.8808 8.81522C15.8808 8.91304 15.8808 9.01087 15.8808 9.1087C15.7789 9.5 15.0659 9.59783 14.964 9.1087C14.964 9.01087 14.8622 8.81522 14.8622 8.71739C14.8622 7.83696 14.6584 6.95652 14.251 6.17391C13.6398 5.29348 12.9268 4.70652 12.1119 4.31522ZM17.6124 10.1848C17.3068 10.1848 17.1031 9.8913 17.1031 9.59783C17.1031 9.01087 17.0012 8.42391 16.8994 7.83695C16.4919 4.70652 13.8435 2.16304 10.6858 1.67391C10.1765 1.57609 9.66723 1.57609 9.25978 1.47826C8.9542 1.47826 8.54675 1.47826 8.44489 1.08696C8.34303 0.793479 8.64861 0.5 8.95419 0.5C9.05606 0.5 9.15792 0.5 9.15792 0.5C9.36164 0.5 13.3342 0.597826 9.15792 0.5C13.4361 0.597826 17.0012 3.33696 17.7143 7.44565C17.8161 8.13043 17.918 8.81522 17.918 9.59783C18.1217 9.8913 17.918 10.1848 17.6124 10.1848Z' fill='%23F4B918'/%3E%3C/svg%3E%0A");
}

body.page-thanks{
    background-color: #FAFAFA;
}

body.page-thanks .header-bottom,
body.page-calculation .header-bottom{
    position: relative;
    background-color: #3F3F3F;
    padding-bottom: 30px;
}

body.page-calculation .logo_wrap p,
body.page-thanks .logo_wrap p{
    font-family: "Montserrat", sans-serif;
}

body.page-calculation h1,
body.page-thanks h1{
    font-family: "Montserrat", sans-serif;
}

body.page-thanks .promo_link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid #F4B918;
    background: #F4B918;
    font-family: "Montserrat", sans-serif;
    padding: 30px 40px;
}

body.page-calculation .review-title,
body.page-calculation .review-cost,
body.page-calculation .review-description{
    font-family: "Montserrat", sans-serif;
}

body.page-calculation .calculation-box .checkbox-unit__input+.checkbox-unit__label:before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #B6B6B6;
    border-radius: 8px;
    background: transparent;
}

body.page-calculation .calculation-box .checkbox-unit__input:checked+.checkbox-unit__label:before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -1px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #F4B918;
    border-radius: 8px;
    background: transparent;
}

body.page-calculation .calculation-box .checkbox-unit__input:checked+.checkbox-unit__label:after{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 14px;
    height: 14px;
    background: #F4B918;
    border-radius: 8px;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

body.page-calculation .checkbox-unit__label{
    padding-left: 35px;
    font-family: "Montserrat", sans-serif;
}

body.page-calculation .calculation-box .steps .title{
    font-family: "Montserrat", sans-serif;
}

body.page-calculation .calculation-box .steps .title .selected-value{
    font-family: "Montserrat", sans-serif;
}

body.page-index .header-top-social-wrapper .call-request,
body.page-index .footer-top-social .call-request{
    width: auto;
    padding: 0;
}

.footer-bottom-developer svg{
    display: block;
}

.calculator-title,
.payment-item__price,
.calculator-description__text,
.payment-item__label,
.payment-item__outcome-value,
.calculator-form__item label{
    font-family: "Montserrat", sans-serif;
}

body.page-calculation .back-link{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none;
    margin: 0 0 36px !important;
}

.examples-catalog{
    padding-top: 68px;
    padding-bottom: 75px;
}

.examples__item-home-configuration{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    background: #FFFFFF;
    border-radius: 16px;
    max-height: 0;
    overflow: hidden;
}

.examples__item-home-configuration.open {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 500px;
    padding: 30px;
    margin-top: 70px;
    border: 1px solid #D9D9D9;
    -webkit-transition: max-height 0.6s ease;
    -o-transition: max-height 0.6s ease;
    transition: max-height 0.6s ease;
}

.examples__item-home-configuration-title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8571rem;
    line-height: 140%;
    color: #000000;
}

.examples__item-home-configuration-content{
    width: 1043px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    /*font-size: 1.1429rem;*/
    font-size: 1.2857rem;
    line-height: 200%;
    color: #000000;
}

.sections-grid-container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(200px, auto);
    gap: 30px 20px;
    margin-top: 50px;
}

#select-foundation,
#warm-walls,
#roof{
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

#window-systems{
    -ms-grid-row-span: 2;
    grid-row: span 2;
}

body.page-index .select-foundation__title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8571rem;
    line-height: 120%;
    color: #1E1E1E;
}

#constructive{
    /*overflow: hidden;*/
}

.constructive-title{
    margin: 0;
}

.select-foundation-section-top{
    padding: 22px 50px;
    background: #EAEAEA;
    border-radius: 16px;
}

.constructive-section-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.constructive-sub-title__icon{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    background: #1E1E1E;
    border-radius: 6px;
}

.constructive-section-title__text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8571rem;
    line-height: 110%;
    color: #1E1E1E;
}

body.page-index .select-foundation__wrap{
    padding: 36px 50px 56px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
}

body.page-index .select-foundation__selectors{
    padding-bottom: 12px;
    border-bottom: 1px solid #D9D9D9;
}

body.page-index .select-foundation__selector{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 20px;
    color: #1E1E1E;
    position: relative;
}

body.page-index .select-foundation__selector--active{
    font-weight: 600;
}

body.page-index .select-foundation__selector--active:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #A7F0C3;
    border-radius: 2px;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 10px));
    -ms-transform: translateY(calc(100% + 10px));
    transform: translateY(calc(100% + 10px));
}

body.page-index .select-foundation__dscr{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 170%;
    color: #1E1E1E;
}

body.page-index .select-foundation__picture{
    display: block;
}

.select-foundation__bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


body.page-index .select-foundation__contens {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
}

body.page-index .select-foundation__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px;
}

body.page-index .select-foundation__price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em;
}

body.page-index .select-foundation__price-from,
body.page-index .select-foundation__price-amount{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4286rem;
    line-height: 32px;
    color: #1E1E1E;
}

@media (min-width: 992px) {
    .select-foundation__bottom{
        gap: 40px;
        justify-content: flex-start;
    }
    body.page-index .select-foundation__price{
        margin-left: 118px;
    }
}

body.page-index .select-foundation__details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.0rem;
    line-height: 17px;
    text-align: center;
    color: #B6B6B6;
    padding: 14px 0;
}

body.page-index .select-foundation__details-wrap.active .house-types-additional__data{
    bottom: 70px;
}

body.page-index .house-types-additional__data-wrap{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 170%;
    color: #1E1E1E;
}

body.page-index .select-foundation__order{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid #1E1E1E;
    border-radius: 58px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2857rem;
    line-height: 22px;
    text-align: center;
    color: #1E1E1E;
    background: none!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: none;
}

body.page-index .select-foundation__order:hover{
    border: 1px solid #F4B918;
}

body.page-index .select-foundation__order:active{
    border: 1px solid #F4B918;
    color: #F4B918;
}

.select-foundation__pic-wrap{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 180px;
    height: 120px;
    margin-left: 30px;
}

.select-foundation__pic-wrap img{
    width: auto;
    height: 100%;
}

.select-foundation__info{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#termal-systems{
    position: relative;
    background: #EAEAEA;
    border-radius: 16px;
    padding: 54px 50px;
    overflow: hidden;
}

#termal-systems .block-text__list{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 54px;
}

#termal-systems .block-text__list .block-text__list-text{
    font-style: normal;
    font-weight: 500;
    font-size: 1.0rem;
    line-height: 140%;
    color: #1E1E1E;
}

#termal-systems .decor{
    position: absolute;
    right: 0;
    bottom: 0;
}

#termal-systems .decor img{
    display: block;
    mix-blend-mode: multiply;
}

#termal-systems .decor .economy{
    position: absolute;
    right: 20px;
    bottom: 30px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 11px 13px 14px 17px;
}

#termal-systems .decor .economy .economy-line1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #1E1E1E;
}

#termal-systems .decor .economy .economy-line2{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 9.71156px;
    line-height: 120%;
    color: #1E1E1E;
}

#termal-systems .decor .economy .economy-pre{
    font-size: 9.71156px;
    line-height: 120%;
}

#termal-systems .decor .economy .economy-percent{
    font-weight: 400;
    font-size: 20.9204px;
    line-height: 120%;
}

#window-systems{
    position: relative;
    background: #EAEAEA;
    border-radius: 16px;
    padding: 56px 50px;
    overflow: hidden;
}

#window-systems .decor{
    position: absolute;
    right: 0;
    bottom: 0;
}

#window-systems .decor img{
    width: 100%;
    height: auto;
    display: block;
    mix-blend-mode: multiply;
}

#window-systems .block-text__text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 180%;
    color: #1E1E1E;
    margin-top: 54px;
    position: relative;
}

#window-systems .block-text__list{
    max-width: 273px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin-top: 30px;
    position: relative;
}

#window-systems .block-text__list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
}

#window-systems .block-text__list li .block-text__list-text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 0.8571rem;
    line-height: 120%;
    text-align: center;
    color: #1E1E1E;
}

#warm-walls{
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    overflow: hidden;
}

#warm-walls .constructive-section-title{
    border-bottom: 1px solid #D9D9D9;
    padding: 22px 50px;
}

#warm-walls .block-text__text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 170%;
    color: #1E1E1E;
}

#warm-walls .block-text__rounds-title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1429rem;
    line-height: 20px;
    color: #000000;
}

#warm-walls .block-text-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 70px;
    padding: 26px 50px 33px;
}

#warm-walls .block-text-image{
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#warm-walls .block-text__rounds{
    margin-bottom: 40px;
}

#warm-walls .block-text-content{
    padding-top: 22px;
}

#warm-walls .block-text__rounds-list{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 25px;
    gap: 26px;
    margin-top: 30px;
}

#warm-walls .block-text__rounds-list li{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.1429rem;
    line-height: 20px;
    color: #1E1E1E;
    padding: 10px 40px;
}

#warm-walls .block-text__rounds-list li:first-child{
    padding-right: 0;
}

#warm-walls .block-text__rounds-list li:last-child{
    padding-left: 0;
}

#warm-walls .block-text__rounds-list li.center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px;
    border: 1px solid #D9DDE0;
    border-radius: 25px;
}

#roof .constructive-section-title{
    padding: 22px 50px;
    background: #EAEAEA;
    border-radius: 16px;
    margin-bottom: 17px;
}

#roof .roof-types-list{
    gap: 20px;
}

#roof .roof-types-list li{
    width: calc((100% - 60px) / 4);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
}

#roof .roof-types-list__image{
    display: block;
}

#roof .roof-types-list__title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1429rem;
    line-height: 20px;
    text-align: center;
    color: #1E1E1E;
    padding: 10px 20px 5px;
}

#roof .roof-types-list__description {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.9286rem;
    line-height: 16px;
    text-align: center;
    color: #6A6A6A;
    padding: 5px 20px 10px;
}

#calc-form .calc-form__wrap{
    position: relative;
    /*padding: 192px 152px 70px;*/
    padding: 0 152px 70px;
}

#calc-form .calc-form-content{
    max-width: 710px;
    min-height: 388px;
    margin-left: auto;
}

#calc-form .calc-form--items__title,
#calc-form .calc-form--item__wrap{
    position: relative;
}

#calc-form .calc-form--item__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    padding-left: 40px;
}

#calc-form ul.calc-form--item__wrap.calc-form--item__wrap--m2{
    gap: 14px;
}

#calc-form .calc-form--item__wrap li{
    margin: 0;
}

#calc-form .calc-form--button__wrap{
    position: relative;
    text-align: left;
    margin-top: 68px;
}

#calc-form .calc-form--item__wrap li label{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2857rem;
    line-height: 24px;
    color: #FFFFFF;
}

.calc-form input[type=checkbox]:checked+label:before,
.calc-form input[type=checkbox]:not(:checked)+label:before,
.calc-form input[type=radio]:checked+label:before,
.calc-form input[type=radio]:not(:checked)+label:before{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid #B6B6B6;
    border-radius: 8px;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.calc-form input[type=checkbox]:hover+label:before,
.calc-form input[type=radio]:hover+label:before,
.calc-form input[type=checkbox]:active+label:before,
.calc-form input[type=radio]:active+label:before,
.calc-form input[type=checkbox]:checked+label:before,
.calc-form input[type=radio]:checked+label:before,
.calc-form input[type=checkbox]:focus:checked+label:before,
.calc-form input[type=checkbox]:focus:not(:checked)+label:before,
.calc-form input[type=radio]:focus:checked+label:before,
.calc-form input[type=radio]:focus:not(:checked)+label:before{
    border: 1px solid #F4B918;
}

.calc-form input[type=checkbox]:checked+label:after,
.calc-form input[type=checkbox]:not(:checked)+label:after,
.calc-form input[type=radio]:checked+label:after,
.calc-form input[type=radio]:not(:checked)+label:after{
    left: 5px;
    top: calc(50% + 5px);
    -webkit-transform: translateY(calc(-50% - 5px));
    -ms-transform: translateY(calc(-50% - 5px));
    transform: translateY(calc(-50% - 5px));
    width: 14px;
    height: 14px;
    background: #F4B918;
    border-radius: 8px;
    border: none;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.calc-form input[type=checkbox]:checked+label:after,
.calc-form input[type=radio]:checked+label:after{
    opacity: 1;
}

#calc-form ul.calc-form--item__wrap.calc-form--item__wrap-city{
    width: auto;
    margin-bottom: 40px;
}

#calc-form li.site-footer__privacy-policy{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2857rem;
    line-height: 24px;
    color: #FFFFFF;
    gap: 0.5em;
}

#calc-form li.site-footer__privacy-policy a{
    display: inline;
}

#calc-form button#calc-form--button{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 58px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4286rem;
    line-height: 24px;
    text-align: center;
    color: #1E1E1E;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#calc-form button#calc-form--button:hover,
#calc-form button#calc-form--button:active{
    background: #F4B918;
    border: 1px solid #F4B918;
    border-radius: 58px;
}

body.style-25 #calc-form  input[type="text"],
body.style-25 #calc-form  input[type="tel"]{
    border: none;
}

#type-projects{
    position: relative;
}

#type-projects .type-projects-all-link{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 26px;
    border: 1px solid #B6B6B6;
    border-radius: 40px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1429rem;
    line-height: 20px;
    text-align: center;
    color: #1E1E1E;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#type-projects .type-projects-all-link:hover,
#type-projects .type-projects-all-link:active{
    border: 1px solid #F4B918;
}

#type-projects .type-projects-title-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#type-projects .type-projects-list-wrap{
    margin-top: 50px;
}

#type-projects .type-projects-item-pic{
    width: 100%;
    height: 440px;
    min-height: 440px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#type-projects .type-projects-item-pic img{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

#type-projects .type-projects-item-text{
    position: absolute;
    left: 40px;
    bottom: 30px;
}

#type-projects .type-projects-item-title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4286rem;
    line-height: 110%;
    color: #FFFFFF;
}

#type-projects .type-projects-item-subtitle{
    height: 0;
    opacity: 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.0rem;
    line-height: 110%;
    color: #FFFFFF;
    margin-top: 4px;
}

#type-projects .type-projects-item-hit-star{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 28px;
    background: rgba(30, 30, 30, 0.4);
    border-radius: 10px;
    z-index: 3;
}

#type-projects .swiper {
    /*overflow: visible;*/
}

.projects-slider .swiper-slide {
    min-height: 440px;
    border-radius: 16px;
    overflow: hidden;
    width: calc(25% - ((20px * 3)/ 4));
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.projects-slider.swiper.swiper-initialized .swiper-slide:not(.active-second){
    margin-bottom: 80px;
}

#type-projects .swiper:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-slide.active-second {
    height: 520px;
    z-index: 10;
    background: #ccc;
    position: relative;
}

#type-projects .swiper-slide.active-second .type-projects-item-subtitle {
    height: auto;
    opacity: 1;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#type-projects .swiper-slide.active-second .type-projects-item-pic{
    height: 100%;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.slider-wrapper {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    bottom: 0;
    top: auto;
    background-color: transparent;
    color: #fff;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    width: 48px;
    height: 48px;
    border: 1px solid #1E1E1E;
    border-radius: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2904 4.3871L11.2072 4.29289C10.8467 3.93241 10.2795 3.90468 9.88722 4.20971L9.79302 4.29289L2.79301 11.2929L2.75162 11.3369L2.69646 11.4047L2.62479 11.5159L2.57135 11.6287L2.53597 11.734L2.50703 11.8819L2.50012 12L2.50291 12.0752L2.52036 12.2007L2.54986 12.3121L2.5938 12.4232L2.64612 12.5207L2.71981 12.6254L2.79301 12.7071L9.79302 19.7071C10.1835 20.0976 10.8167 20.0976 11.2072 19.7071C11.5677 19.3466 11.5954 18.7794 11.2904 18.3871L11.2072 18.2929L5.91612 13H21.5001C22.0524 13 22.5001 12.5523 22.5001 12C22.5001 11.4477 22.0524 11 21.5001 11L5.91412 11L11.2072 5.70711C11.5677 5.34662 11.5954 4.77939 11.2904 4.3871L11.2072 4.29289L11.2904 4.3871Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    border: 1px solid #F4B918;
}
.swiper-button-next:active,
.swiper-button-prev:active {
    background-color: #F4B918;
    border: 1px solid #F4B918;
}

.swiper-button-next {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.swiper-button-prev.visible,
.swiper-button-next.visible {
    opacity: 1;
    pointer-events: auto;
}

.swiper-button-next {
    right: auto;
}

.swiper-button-prev {
    left: auto;
}

.swiper-button-next:after, .swiper-button-prev:after{
    content: none;
}

#type-projects .type-projects-item-pic-shadow{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(31, 31, 31, 0.4);
    mix-blend-mode: multiply;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#type-projects a:hover .type-projects-item-pic-shadow{
    opacity: 0.65;
}

#type-projects .type-projects-item-pic-shadow2{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(31, 31, 31, 0.2);
    opacity: 0;
    mix-blend-mode: multiply;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#type-projects .swiper-slide.active-second .type-projects-item-pic-shadow2{
    opacity: 1;
}

.examples__item-image .examples__item-image-inner{
    max-width: 100%;
    /*max-height: 478px;*/
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.examples__item-image .dotted-line{
    z-index: 0;
}

.examples__item-image .slick-initialized .slick-slide{
    /*max-height: 478px;*/
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.examples__item-image .examples__item-image-inner img{
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    /*max-height: 478px;*/
    /*max-height: 100%;*/
    max-height: 578px;
}

.examples__item-image .slick-initialized .slick-prev,
.examples__item-image .slick-initialized .slick-next{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 64px;
    height: 64px;
    background-color: #F4B918;
    border: 2px solid #F4B918;
    border-radius: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6123 5.84943L17.7232 5.72382C18.2039 5.24317 18.9602 5.2062 19.4832 5.6129L19.6088 5.72382L28.9422 15.0572L28.9974 15.1158L29.0709 15.2062L29.1665 15.3545L29.2377 15.5048L29.2849 15.6453L29.3235 15.8425L29.3327 16L29.329 16.1003L29.3057 16.2676L29.2664 16.4162L29.2078 16.5643L29.138 16.6942L29.0398 16.8339L28.9422 16.9428L19.6088 26.2761C19.0881 26.7968 18.2439 26.7968 17.7232 26.2761C17.2426 25.7955 17.2056 25.0391 17.6123 24.5161L17.7232 24.3905L24.778 17.3333H3.99935C3.26297 17.3333 2.66602 16.7363 2.66602 16C2.66602 15.2636 3.26297 14.6666 3.99935 14.6666L24.7807 14.6666L17.7232 7.60944C17.2426 7.12879 17.2056 6.37248 17.6123 5.84943L17.7232 5.72382L17.6123 5.84943Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    z-index: 5;
}

.examples__item-image .slick-initialized .slick-prev:before,
.examples__item-image .slick-initialized .slick-next:before{
    content: none;
}

.examples__item-image .slick-initialized .slick-prev{
    left: 30px;
    -webkit-transform: scaleX(-1) translateY(-50%);
    -ms-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
}

.examples__item-image .slick-initialized .slick-prev:hover,
.examples__item-image .slick-initialized .slick-next:hover {
    border: 2px solid #F4B918;
}

.examples__item-image .slick-initialized .slick-prev:active,
.examples__item-image .slick-initialized .slick-next:active{
    border: 2px solid #F4B918;
    background-color: #F4B918;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6128 5.8494L17.7237 5.72379C18.2043 5.24314 18.9606 5.20617 19.4837 5.61287L19.6093 5.72379L28.9426 15.0571L28.9978 15.1157L29.0714 15.2062L29.1669 15.3545L29.2382 15.5048L29.2854 15.6453L29.324 15.8425L29.3332 15.9999L29.3295 16.1002L29.3062 16.2676L29.2669 16.4161L29.2083 16.5642L29.1385 16.6942L29.0403 16.8339L28.9426 16.9427L19.6093 26.2761C19.0886 26.7968 18.2444 26.7968 17.7237 26.2761C17.2431 25.7954 17.2061 25.0391 17.6128 24.5161L17.7237 24.3905L24.7785 17.3333H3.99984C3.26346 17.3333 2.6665 16.7363 2.6665 15.9999C2.6665 15.2635 3.26346 14.6666 3.99984 14.6666L24.7812 14.6666L17.7237 7.60941C17.2431 7.12876 17.2061 6.37245 17.6128 5.8494L17.7237 5.72379L17.6128 5.8494Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
}

#save-warm{
    margin-top: 120px;
    margin-bottom: 120px;
    background: #FFF5D3;
    padding: 72px 0 87px;
}

#save-warm .block-text__title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5714rem;
    line-height: 121%;
    color: #1E1E1E;
}

#save-warm .block-text__text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4286rem;
    line-height: 170%;
    color: #1E1E1E;
    margin-top: 20px;
}

#save-warm .block-text__list{
    margin-top: 40px;
    padding-left: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
}

#save-warm .save-warm.block-text__text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4286rem;
    line-height: 24px;
    color: #1E1E1E;
    margin: 0;
    padding-bottom: 8px;
}

#save-warm .block-text__list li{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: 2px solid #F4B918;
    border-radius: 16px;
    padding: 12px 30px;
}

#save-warm .block-text__list li .block-text__list-text{
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 20px;
    color: #1E1E1E;
}

#save-warm .block-text{
    max-width: 615px;
}

#save-warm .block-image__popovers .save-warm--popover__wrap .save-warm--popover{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 433px;
    height: 60px;
    background: none;
    border-radius: 0;
}

#save-warm .block-image__popovers .my_house{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 90px;
    height: 60px;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 10px rgba(30, 30, 30, 0.1);
    box-shadow: 4px 4px 10px rgba(30, 30, 30, 0.1);
    border-radius: 16px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    /*font-size: 1.1429rem;*/
    font-size: 1.2857rem;
    line-height: 20px;
    text-align: center;
    color: #1E1E1E;
}

#save-warm .block-image__popovers .save-warm--popover-text{
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    left: auto;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    background: #F4B918;
    border-radius: 16px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    /*font-size: 1.1429rem;*/
    font-size: 1.2857rem;
    line-height: 20px;
    color: #1E1E1E;
}

body.page-index .section-two-columns .block-image__popovers .block-image__popover.is-active .block-image__popover-opener svg{
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body.page-index .section-two-columns .block-image__popovers .block-image__popover.is-active .block-image__popover-opener svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#save-warm .block-image__popover-text.has-fixed-width{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;

    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 10px rgba(30, 30, 30, 0.1);
    box-shadow: 4px 4px 10px rgba(30, 30, 30, 0.1);
    border-radius: 16px;

    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    /*font-size: 0.9286rem;*/
    font-size: 1.0714rem;
    line-height: 16px;
    color: #1E1E1E;
}

#save-warm .block-image__popover-text.has-fixed-width:before {
    content: none;
}

#save-warm .block-image__popovers .block-image__popover{
    height: 36px;
}

#save-warm .block-image__popovers .block-image__popover-opener{
    width: 36px;
    height: 36px;
}

#save-warm .block-image{
    margin-top: 7px;
    margin-right: 98px;
}

#save-warm  .block-image__popovers .block-image__popover-text.has-fixed-width{
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 345px;
}

#building-stages .building-stages__title.block-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*gap: 40px;*/
    margin-bottom: 56px;
}

#building-stages .building-stages__title.block-title span {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 3.5714rem;
    line-height: 120%;
    text-align: center;
    color: #1E1E1E;
}

#building-stages .building-stages__title.block-title svg{
    margin-left: 40px;
}

#building-stages .building-stages__wrap{
    border-radius: 16px;
    padding: 50px;
    border: 1px solid #D9D9D9;
}

#building-stages .building-stages__selector{
    background: none;
    width: auto;
    height: auto;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 20px;
    border-radius: 0;
    border: none;
    color: #1E1E1E;
    position: relative;
}

#building-stages .building-stages__selector.building-stages__selector--selected{
    font-weight: 600;
}

#building-stages .building-stages__selector.building-stages__selector--selected:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #F4B918;
    border-radius: 2px;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(calc(100% + 8px));
    -ms-transform: translateY(calc(100% + 8px));
    transform: translateY(calc(100% + 8px));
}

#building-stages  .building-stages__selection{
    margin: 0;
}

#building-stages .building-stages__selection:after{
    top: auto;
    bottom: -11px;
}

#building-stages .block-description{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5714rem;
    line-height: 20px;
    color: #000000;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
}

#building-stages .building-stages__description{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*align-items: flex-start;*/
    padding-top: 61px;
}

#building-stages .building-stages__stage-title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8571rem;
    line-height: 170%;
    color: #1E1E1E;
}

#building-stages .building-stages__stage-dscr{
    padding-bottom: 50px;
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 170%;
    color: #1E1E1E;
}

#building-stages .building-stages__stage-main{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8571rem;
    line-height: 170%;
    color: #1E1E1E;
    margin-bottom: 25px;
}

#building-stages .building-stages__stage-number{
    opacity: 0;
    height: 0;
}

#building-stages .building-stages__data-unit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 40px;
}

#building-stages .building-stages__data-unit:before{
    content: none;
}

#building-stages .building-stages__du-title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4286rem;
    line-height: 170%;
    color: #1E1E1E;
}

#building-stages .building-stages__du-text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4286rem;
    line-height: 170%;
    color: #1E1E1E;
}

#building-stages .building-stages__data-unit--price{
    display: none;
}

#building-stages .building-stages__pic-side{
    width: 240px;
    height: 240px;
    padding-right: 150px;
}

#building-stages .building-stages__text-side{
    width: 592px;
}

#building-stages{
    padding-top: 0;
    padding-bottom: 120px;
    overflow: hidden;
}

.building-stages-to-calc-button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}

.building-stages-to-calc-button .icon-arrow-button-text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4286rem;
    line-height: 24px;
    text-align: center;
    color: #1E1E1E;
    padding: 20px 50px;
    border: 1px solid #1E1E1E;
    border-radius: 58px;
    background-color: transparent;
}

.building-stages-to-calc-button:hover .icon-arrow-button-text{
    border: 1px solid #F4B918;
}

.building-stages-to-calc-button:active .icon-arrow-button-text{
    border: 1px solid #F4B918;
    background-color: #F4B918;
}

.building-stages-to-calc-button .icon-arrow-button-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #F4B918;
    border-radius: 32px;
    border: 1px solid #F4B918;
}

#our-production{
    padding: 0;
    background: none;
    overflow: hidden;
}

#our-production .our-production-text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.0rem;
    line-height: 170%;
    color: #1E1E1E;
    margin-top: 30px;
    margin-bottom: 84px;
    padding-right: 100px;
}

.our-production-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.our-production-text-content{
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 468px;
    position: relative;
}

.our-production-slider-block{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.our-production__list-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
    padding-bottom: 66px;
}


#our-production .main-slider{
    width: 100%;
    height: auto;
    aspect-ratio: 712 / 534;
    max-width: 712px;
    max-height: 534px;
    border-radius: 16px;
    overflow: hidden;
    /*position: relative;*/
}

#our-production .thumb-slider{
    max-width: 224px;
    max-height: 534px;
    overflow: hidden;
}

#our-production .swiper-slide{
    max-height: 534px;
}

#our-production .main-slider .swiper-slide{
    width: 100%;
    height: auto;
    aspect-ratio: 712 / 534;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#our-production .main-slider .swiper-slide a{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#our-production .main-slider .swiper-slide img{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

#our-production .thumb-slider .swiper-slide{
    width: 100%;
    height: auto;
    aspect-ratio: 224 / 167;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

#our-production .thumb-slider .swiper-slide:after{
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(31, 31, 31, 0.8);
    mix-blend-mode: multiply;
}

#our-production .thumb-slider .swiper-slide:hover:after{
    background: rgba(31, 31, 31, 0.65);
}

#our-production .thumb-slider .swiper-slide img{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

#our-production .swiper-button-next,
#our-production .swiper-button-prev{
    position: absolute;
    right: 0;
    bottom: 2px;
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
}

#our-production .swiper-button-prev{
    right: 64px;
}

.our-production-text-img{
    width: 100%;
    height: 348px;
    border-radius: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}

.our-production-text-img img{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

.our-production-text-img a{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.our-production-text-img a:after{
    display: block;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(31, 31, 31, 0.8);
    mix-blend-mode: multiply;
}

.our-production-text-img:hover a:after{
    background: rgba(31, 31, 31, 0.65);
}

#dreams-home{
    padding-top: 120px;
    overflow: hidden;
}

#dreams-home .dreams-home--item__img{
    width: 324px;
    height: 324px;
    background: #B6B6B6;
    border-radius: 200px;
    overflow: hidden;
}

#dreams-home .dreams-home--list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 75px 0;
}

#dreams-home .dreams-home--item{
    max-width: 360px;
}

#dreams-home .dreams-home--item__btn{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8571rem;
    line-height: 170%;
    text-align: center;
    color: #1E1E1E;
    margin-top: 30px;
}

#dreams-home .dreams-home--item__text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 140%;
    text-align: center;
    color: #1E1E1E;
    margin-top: 10px;
}

#dreams-home .dreams-home--item__btn-to-form{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 50px;
    background: #F4B918;
    border-radius: 58px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8571rem;
    line-height: 120%;
    color: #1E1E1E;
    cursor: pointer;
}

#dreams-home .dreams-home--item__btn-to-form:hover{
    color: #FFFFFF;
}

#dreams-home .dreams-home--item__btn-to-form-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#seven-reasons{
    padding-top: 120px;
    padding-bottom: 120px;
}

#seven-reasons .seven-reasons__list{
    margin-top: 50px;
    padding-bottom: 60px;
    position: relative;
}

#seven-reasons .seven-reasons__item:first-child{
    border-top: 1px solid #D9D9D9;
}

#seven-reasons .seven-reasons__item{
    position: relative;
    padding-left: 120px;
    border-bottom:  1px solid #D9D9D9;
    padding-top: 10px;
    padding-bottom: 10px;
}

#seven-reasons .seven-reasons__item:last-child{
    border-bottom: none;
    border-bottom:  1px solid #D9D9D9;
}

#seven-reasons .seven-reasons__pic-wrap{
    width: 468px;
    height: 244px;
    background: #B6B6B6;
    border-radius: 10px;
    overflow: hidden;
}

#seven-reasons .seven-reasons__reason-title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    /*font-size: 1.8571rem;*/
    font-size: 1.7143rem;
    line-height: 170%;
    color: #1E1E1E;
    text-align: left;
}

#seven-reasons .seven-reasons__reason-dscr{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    /*font-size: 1.4286rem;*/
    font-size: 1.1429rem;
    line-height: 140%;
    color: #1E1E1E;
    text-align: left;
    margin-top: 13px;
}

#seven-reasons .seven-reasons__item:nth-child(odd) {
    padding-right: 226px;
}

#our-projects{
    background: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 120px;
}

#our-projects .our-projects__list-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    gap: 20px;
}

#our-projects .our-projects-slider {
    width: 100%;
    overflow-y: visible;
}

#our-projects .swiper-slide {
    /*    width: 346px;
        height: 480px;*/
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
    transition: width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-transform 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#our-projects .our-projects-bottom .swiper-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 346 / 480;
    max-height: 482px;
}

#our-projects .our-projects-top-slider .swiper-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 712 / 482;
    max-height: 482px;
}

/*#our-projects .swiper-slide--large {
    width: 712px !important;
    height: 482px !important;
    z-index: 2;
}*/

#our-projects .slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(31, 31, 31, 0.4);
    mix-blend-mode: multiply;
    z-index: 1;
}

#our-projects .swiper-slide--large:hover .slide-overlay {
    background: rgba(31, 31, 31, 0.7);
    mix-blend-mode: multiply;
}

#our-projects .slide-content{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*position: relative;*/
    z-index: 2;
    color: #fff;
    padding: 45px 30px;
    width: 100%;
}

#our-projects .swiper-slide--large .slide-content {
    padding: 45px 50px;
}

#our-projects .project-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.4286rem;
    line-height: 170%;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

#our-projects .swiper-slide{
    position: relative;
}

#our-projects  .our-projects-top-slider .swiper-slide:hover .project-title {
    position: absolute;
    top: 54px;
    left: 30px;
    font-weight: 600;
    font-size: 1.8571rem;
    line-height: 170%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#our-projects  .our-projects-top-slider .swiper-slide:hover .project-title {
    left: 50px;
}

#our-projects .project-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    position: relative;
    z-index: 2;
}

#our-projects .swiper-slide:hover .project-info{
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#our-projects .project-info-line{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.1429rem;
    line-height: 140%;
    color: #FFFFFF;
}

#our-projects .project-info-line span{
    font-weight: 600;
}

#our-projects .our-projects-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#our-projects .our-projects-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    height: 50px;
}

#our-projects .swiper-button-next,
#our-projects .swiper-button-prev{
    position: relative;
    opacity: 1;
    pointer-events: auto;
    margin: 0;
}

#our-projects .our-projects-slider:not(.swiper-initialized) .swiper-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

#reviews {
    position: relative;
    max-width: 100%;
}

#reviews .reviews__slider-wrapper {
    position: relative;
}

#reviews .reviews-swiper {
    width: 957px;
    height: 457px;
    margin: 0 0 0 auto;
}

#reviews .swiper-slide {
    width: 468px;
    height: 457px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 12.6103px;
}

#reviews .swiper-slide a{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

#reviews .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    margin: -40% -25% -25%;
}

#reviews .reviews-swiper-prev,
#reviews .reviews-swiper-next {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

#reviews .reviews-swiper-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    position: absolute;
    left: 0;
    bottom: 58px;
}

.reviews-25 .block-title-25{
    padding-top: 35px;
}

#reviews .review-content{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 82px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    padding: 36px 38px 5px;
}

#reviews .review-content-title{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20.4918px;
    line-height: 110%;
    color: #1E1E1E;
    margin-bottom: 8px;
}

#reviews .review-content-text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12.6103px;
    line-height: 110%;
    color: #6A6A6A;
}

.sections-grid-container section{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.our-projects-top-slider,
.our-projects-bottom{
    width: calc(50% - 10px);
    max-width: 712px;
}

#our-projects .our-projects-bottom .swiper-slide .thumb{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.house-types-additional__data-close{
    position: absolute;
    right: 5px;
    top: 5px;
}

body.page-calculation .calculation-description{
    font-size: 1.1429rem;
}

.firest-screen-top{
    background-position: center;
    background-size: cover;
}

@media (min-width: 1999px) {
    body.style-25 .firest-screen-wrapper{
        background-size: 100%;
    }
}

@media (max-width: 1899px) {
    .header-bottom .header-bottom-wrapper .navigation{
        max-width: 1223px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header-bottom .header-bottom-wrapper .navigation nav ul{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 5px;
    }
    .header-bottom .header-bottom-wrapper .navigation nav ul li{
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (max-width: 1699px) {
    .header-bottom .header-bottom-wrapper .navigation nav ul{
        padding: 3px 25px;
    }
    .header-bottom .header-bottom-wrapper .navigation nav ul li a{
        font-size: 1.2857rem;
    }
}

@media (max-width: 1599px) {
    .header-bottom .header-bottom-wrapper .site-header__phone-number{
        font-size: 1.5714rem;
    }
    .header-top-address-wrapper{
        /*max-width: 98%;*/
    }
    .header-top-address:nth-child(2) {
        max-width: 155px;
    }
    .header-top-address:nth-child(3){
        max-width: 120px;
    }
    .header-bottom .header-bottom-wrapper .navigation nav ul li a {
        font-size: 1.1429rem;
    }
    .header-top-address span{
        display: block;
        font-size: 1.0714rem;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    .reviews-25 .reviews-block{
        width: calc(100% - 288px - 50px);
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .reviews-25 .block-title-25{
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    #reviews .reviews-swiper{
        width: 100%;
        height: auto;
    }
    #reviews .swiper-slide img{
        margin: -42% -25% -2px;
    }
    .our-production-text-img{
        display: none;
    }
    #our-production .our-production-text{
        margin-top: 20px;
        margin-bottom: 30px;
        padding-right: 0;
    }
    #our-production .main-slider{
        width: 100%;
        height: auto;
        aspect-ratio: 343/257.25;
        max-width: none;
        max-height: none;
    }
    #our-production .main-slider .swiper-slide{
        width: 100%;
        height: auto;
        max-width: none;
        max-height: none;
    }
    .our-production__list-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    #our-production .thumb-slider{
        width: 100%;
        max-width: 100%;
        max-height: none;
        height: auto;
    }
    #our-production .thumb-slider:not(.swiper-initialized) .swiper-wrapper{
        gap: 10px;
    }
    #our-production .thumb-slider .swiper-slide{
        width: auto;
        height: auto;
        aspect-ratio: 107.52/80.18;
        max-width: 33%;
    }
    #our-production .swiper-button-next, #our-production .swiper-button-prev{
        top: -67px;
        left: 0;
        right: auto;
        bottom: auto;
    }
    #our-production .swiper-button-next{
        left: 64px;
    }
    .our-production__list-wrap{
        margin-top: 0;
    }
    .our-production-text-content{
        max-width: none;
    }
    .our-production-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #dreams-home .dreams-home--list{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 50px;
    }
    #building-stages .building-stages__title.block-title span:first-child {
        width: 100%;
    }
    .sections-grid-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #roof,
    #warm-walls,
    #select-foundation{
        width: 100%;
    }
    #termal-systems{
        width: 450px;
    }
    #window-systems{
        width: calc(100% - 450px - 20px);
    }
    body.page-index #save-warm .block-image{
        margin-top: 90px;
        margin-right: 52px
    }

    #save-warm .block-image__popovers .save-warm--popover__wrap .save-warm--popover{
        gap: 10px;
    }

/*    #save-warm .block-image__popovers .my_house{
        width: 48px;
        height: 32px;
        font-style: normal;
        font-weight: 600;
        font-size: 0.6429rem;
        line-height: 11px;
        border-radius: 8.50853px;
    }

    #save-warm .block-image__popovers .save-warm--popover-text{
        max-width: 174px;
        font-style: normal;
        font-weight: 400;
        font-size: 0.6429rem;
        line-height: 11px;
        padding: 5px 10px;
    }*/
    #save-warm .block-image__popovers .block-image__popover-opener {
        width: 20px;
        height: 20px;
    }

/*    #save-warm .block-image__popover-text.has-fixed-width{
        padding: 5px 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 0.6429rem;
        line-height: 11px;
        max-width: 168px;
        left: 18px;
    }*/

    body.page-index .section-two-columns .block-image__popovers{
        min-height: 200px;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(2){
        top: 10%!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(2) .block-image__popover-text{
        width: 168px!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(3){
        top: 29%!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(3) .block-image__popover-text{
        width: 103px!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(4){
        top: 48%!important;
    }


    body.page-index .section-two-columns .block-image__popovers li:nth-child(4) .block-image__popover-text{
        width: 87px!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(5){
        top: 68%!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(5) .block-image__popover-text{
        width: 91px!important;
        left: 10px!important;
        bottom: -45px;
    }
    body.page-index .section-two-columns .container {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .header-bottom .header-bottom-wrapper{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-bottom .header-bottom-wrapper .navigation{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%;
    }
    body.style-25 .firest-screen__welcome{
        font-size: 4.6429rem;
    }
    body.style-25 .firest-screen-wrapper{
        padding-top: 236px;
    }
    body.style-25 .calc-form-section-bottom-decor{
        left: -400px;
    }
    .dotted-line{
        bottom: 85px;
    }
}

@media (max-width: 1199px) {
    .header-top-address{
        max-width: 270px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-bottom .header-bottom-wrapper{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-bottom .header-bottom-wrapper .navigation{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    body.page-index .site-header__logo img{
        width: auto;
    }
    .header-bottom .header-bottom-wrapper .navigation nav ul li a {
        font-size: 1.1429rem;
    }
    .footer-top-menu-nav{
        gap: 20px 50px;
    }
    .footer-top{
        gap: 15px;
    }
    body.style-25 .firest-screen__welcome{
        font-size: 4.6429rem;
    }
    body.style-25 .firest-screen-wrapper{
        padding-top: 236px;
    }
    body.style-25 .calc-form-section-house-banner{
        width: calc(33% - ((23px * 2) / 3));
    }
    body.style-25 .calc-form-section-bottom-decor{
        left: -400px;
    }
    #calc-form .calc-form__wrap{
        padding: 0 0 70px 252px;
    }
    #calc-form .calc-form__wrap{
        position: static;
    }
    body.style-25 .calc-form--items__question{
        left: 15px;
    }
    #reviews .swiper-slide img {
        margin: -32% -25% -2px;
    }
    #reviews .review-content{
        padding: 36px 38px 40px;
    }
    #seven-reasons .seven-reasons__pic-wrap{
        width: auto;
        height: auto;
        aspect-ratio: 468 / 244;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }
    #seven-reasons .seven-reasons__pic-wrap img{
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
    }
    #seven-reasons .seven-reasons__item:nth-child(odd) {
        padding-right: 0;
    }
    .examples__item-title-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 16px;
        margin-bottom: 20px;
    }
    .examples__item-title{
        font-style: normal;
        font-weight: 600;
        font-size: 1.5714rem;
        line-height: 130%;
    }
    .examples__item-price{
        font-style: normal;
        font-weight: 600;
        font-size: 1.8571rem;
        line-height: 120%;
    }
    .examples__item-content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 55px;
        overflow: hidden;
    }
    .examples__item-content-right{
        width: 100%;
        padding-bottom: 40px;
    }
    .examples__item-sizes{
        gap: 6px 10px;
    }
    .examples__item-size{
        width: calc(50% - 5px);
        height: auto;
        aspect-ratio: 167 / 60;
        font-style: normal;
        font-weight: 400;
        font-size: 1.8571rem;
        line-height: 32px;
        padding: 14px 50px;
        border-radius: 20px;
    }
    .examples__item-button{
        position: static;
        margin-top: -10px;
    }
    .icon-arrow-button-2{
        border-radius: 40px;
        height: 64px;
        padding: 6px 6px 6px 40px;
    }
    .icon-arrow-button-2-text{
        font-style: normal;
        font-weight: 600;
        font-size: 1.2857rem;
        line-height: 22px;
        text-align: left;
    }
    .icon-arrow-button-2-icon{
        position: absolute;
        top: 6px;
        right: 6px;
    }
    .examples__item-image .examples__item-image-inner{
        width: 100%;
        height: auto;
        /*aspect-ratio: 343 / 172;*/
    }
    .examples__item-image .examples__item-image-inner>div a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*max-height: 100%;*/
    }
    .examples__item-image .examples__item-image-inner>div>div>div,
    .examples__item-image .examples__item-image-inner>div>div,
    .examples__item-image .examples__item-image-inner>div{
        width: 100%;
        /*height: 100%;*/
        height: auto;
        /*max-height: 100%;*/
    }
    .examples__item-home-configuration.open{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        width: 100%;
        height: auto;
        max-height: none;
        margin-top: 40px;
    }
    .examples__item-home-configuration-title{
        font-style: normal;
        font-weight: 600;
        font-size: 1.0714rem;
        line-height: 140%;
    }
    .examples__item-home-configuration-content{
        width: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1.0714rem;
        line-height: 200%;
    }
    .examples__item-image {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
    }
    .examples__item-image .slick-initialized .slick-slide{
        max-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .examples__item-image .slick-initialized .slick-slide > div,
    .examples__item-image .slick-initialized .slick-slide > div > div{
        width: 100%;
        /*height: 100%;*/
        height: auto;
        /*max-height: 100%;*/
    }
    .examples__item-image .slick-initialized .slick-prev, .examples__item-image .slick-initialized .slick-next{
        width: 38px;
        height: 38px;
        background-size: 13px 16px;
    }
    .examples__item-image .slick-initialized .slick-next{
        right: 12px;
    }
    .examples__item-image .slick-initialized .slick-prev{
        left: 12px;
    }
}

@media (min-width: 992px) {
    /*    .our-projects-top-slider,
        .our-projects-bottom {
            display: none;
        }*/

    .our-projects-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

    .our-projects-slider .swiper-slide {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 12px;
        overflow: hidden;
        position: relative;
        background-size: cover;
        background-position: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .our-projects-slider .swiper-slide:nth-child(1n) {
        width: 66.6%;
        height: 300px;
    }

    .our-projects-slider .swiper-slide:nth-child(2),
    .our-projects-slider .swiper-slide:nth-child(3) {
        width: 33.3%;
        height: 140px;
    }
}

@media (max-width: 991px) {
    .block-title-25{
        font-style: normal;
        font-weight: 600;
        font-size: 1.5714rem;
        line-height: 120%;
    }
    .full-container{
        padding: 0 15px;
    }
    .header-bottom .header-bottom-wrapper .navigation,
    .header-bottom .header-bottom-wrapper .site-header__telephone{
        display: none;
    }
    .header-logo--mobile-menu-button{
        width: 100%;
    }
    body.page-index .site-header__logo img{
        width: 180px;
    }
    #menu-toggle{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 10px;
    }
    .header-top-address-wrapper,
    .header-top-social.call-request a span{
        display: none;
    }
    .header-top-social.call-request a{
        padding: 0;
    }
    .header-top-mobile-phone{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 9px;
    }
    .header-top-mobile-phone a{
        display: block;
    }
    .header-top-mobile-phone:hover a,
    .header-top-mobile-phone:active a{
        color: #F4B918;
    }
    .header-top-mobile-phone:hover svg path,
    .header-top-mobile-phone:active svg path{
        fill: #F4B918;
    }
    .header-top-social-wrapper{
        gap: 14px;
    }
    body.page-index .site-header__logo{
        margin-top: 0;
    }
    #mobile-menu .header-top-social.call-request a{
        width: 50px;
    }
    .header-top-social.call-request a,
    .header-top-social.call-request a:hover{
        border: none;
    }
    body.page-thanks .header-bottom, body.page-calculation .header-bottom{
        padding-bottom: 10px;
    }
    .footer-top{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-top-menu-nav{
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: auto;
        gap: 20px;
        padding-top: 70px;
    }
    body .bx-site-footer.site-footer.footer-25{
        padding: 37px 0 23px;
    }
    .footer-top-social {
        padding-top: 70px;
    }
    .footer-top-social svg {
        display: block;
        width: 50px;
        height: 50px;
    }
    .footer-top-social-wrapper{
        gap: 20px;
    }
    body.style-25 .firest-screen-wrapper{
        padding-top: 114px;
    }
    body.style-25 .firest-screen-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
        padding-bottom: 100px;
        padding-bottom: 26.35vw;
    }
    body.style-25 .firest-screen__welcome{
        font-style: normal;
        font-weight: 600;
        font-size: 2.5714rem;
        line-height: 110%;
    }
    body.style-25 .firest-screen__welcome br:first-child{
        display: none;
    }
    body.style-25 .firest-screen__welcome span{
        font-style: normal;
        font-weight: 600;
        font-size: 1.8571rem;
        line-height: 110%;
        color: #FFFFFF;
    }
    .firest-screen-to-calc-button{
        margin-top: 20px;
    }
    .icon-arrow-button-text{
        height: 40px;
        font-style: normal;
        font-weight: 600;
        font-size: 1.1429rem;
        line-height: 20px;
        padding: 10px 36px;
    }
    .icon-arrow-button-icon{
        width: 40px;
        height: 40px;
    }
    .icon-arrow-button-icon svg{
        width: 20px;
        height: 20px;
    }
    body.style-25 .firest-screen-right-inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 18px;
        padding: 20px 14px 30px;
        max-width: 450px;
        margin: 0 auto;
    }
    body.style-25 .firest-screen-right__title{
        max-width: 123px;
        font-style: normal;
        font-weight: 600;
        font-size: 0.8571rem;
        line-height: 160%;
        text-align: center;
        padding: 0;
        margin-bottom: 0;
    }
    body.style-25 .firest-screen-right__list ul{
        gap: 6px;
    }
    body.style-25 .firest-screen-right__list ul li{
        font-style: normal;
        font-weight: 500;
        font-size: 0.8571rem;
        line-height: 120%;
        padding-left: 13px;
    }
    body.style-25 .firest-screen-right__list ul li:before{
        width: 5px;
        height: 5px;
        top: 3px;
    }
    body.style-25 .firest-screen-right__bnr{
        padding: 6px 30px;
        font-style: normal;
        font-weight: 600;
        font-size: 1.0rem;
        line-height: 140%;
        text-transform: uppercase;
    }
    body.style-25 .calc-form-section-house-banner{
        width: calc(50% - 5px);
        padding: 5px;
    }
    body.style-25 .calc-form-section-house-banner:nth-child(n + 3) {
        display: none;
    }
    body.style-25 .calc-form-section-house-banners{
        gap: 10px;
    }
    #calc-form .calc-form__wrap{
        padding: 0;
        position: static;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    body.style-25 .calc-form__title.block-title{
        font-style: normal;
        font-weight: 600;
        font-size: 1.5714rem;
        line-height: 140%;
        margin-top: 10px;
        margin-bottom: 16px;
    }
    body.style-25 .calc-form--items__title{
        font-style: normal;
        font-weight: 600;
        font-size: 1.2857rem;
        line-height: 160%;
    }
    body.style-25 .calc-form-section{
        padding-bottom: 104px;
        padding-bottom: 27.6vw;
    }
    body.style-25 .calc-form-section-bottom-decor{
        width: 100%;
        left: -16px;
        bottom: 0;
    }
    body.style-25 .calc-form-section-bottom-decor img{
        max-width: 100%;
        height: auto;
    }
    #calc-form{
        /*overflow: hidden;*/
        padding-bottom: 0;
    }
    #calc-form .calc-form--button__wrap{
        margin-top: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 34px;
    }
    #calc-form .calc-form--item__wrap{
        padding: 0 10px 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 20px;
    }
    #calc-form .calc-form--item__wrap li label{
        font-weight: 400;
        font-size: 1.0714rem;
        line-height: 18px;
        padding-left: 38px;
    }
    .calc-form input[type=checkbox]:checked+label:before, .calc-form input[type=checkbox]:not(:checked)+label:before, .calc-form input[type=radio]:checked+label:before, .calc-form input[type=radio]:not(:checked)+label:before{
        width: 26px;
        height: 26px;
    }
    .calc-form input[type=checkbox]:checked+label:after, .calc-form input[type=checkbox]:not(:checked)+label:after, .calc-form input[type=radio]:checked+label:after, .calc-form input[type=radio]:not(:checked)+label:after{
        width: 16px;
        height: 16px;
    }
    body.style-25 .calc-form--items__question{
        left: 16px;
        bottom: 20px;
    }
    body.style-25 .calc-form--items__question-text{
        height: 27px;
        padding: 6px 16px;
        font-style: normal;
        font-weight: 600;
        font-size: 0.8571rem;
        line-height: 15px;
    }
    body.style-25 .calc-form--items__question-icon{
        width: 24px;
        height: 24px;
    }
    body.style-25 .calc-form--items__question-icon svg{
        width: 9px;
        height: 17px;
    }
    .icon-arrow-button{
        gap: 6px;
    }
    body.style-25 .block-title{
        font-style: normal;
        font-weight: 600;
        font-size: 1.5714rem;
        line-height: 120%;
    }
    .our-production-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .our-production-slider-block{
        width: 100%;
        /*overflow: hidden;*/
    }
    body.page-index #reviews{
        overflow: hidden;
        padding-top: 0;
    }
    #nextBtn{
        height: 34px;
        padding: 8px 20px;
        font-style: normal;
        font-weight: 600;
        font-size: 1.0714rem;
        line-height: 18px;
    }
    #nextBtn::before{
        width: 34px;
        height: 34px;
        right: -34px;
        background-size: 18px 19px;
    }
    #type-projects .swiper-button-next,
    #type-projects .swiper-button-prev{
        display: none!important;
    }
    #type-projects{
        padding-top: 70px;
        padding-bottom: 0;
        margin-bottom: 70px;
    }
    #type-projects .container{
        position: relative;
    }
    #type-projects .type-projects-all-link{
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 5;
    }
    #type-projects .type-projects-all-link{
        padding: 6px 16px;
        font-style: normal;
        font-weight: 600;
        font-size: 0.8571rem;
        line-height: 15px;
    }
    .projects-slider .swiper-slide{
        width: calc(50% - 5px);
        height: 212px;
        min-height: 212px;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }
    .projects-slider .swiper-slide.active-second{
        height: 250px;
        z-index: 8;
    }
    #type-projects .type-projects-item-pic{
        height: 212px;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }
    #type-projects .type-projects-item-text{
        left: 14px;
        bottom: 14px;
    }
    #type-projects .type-projects-item-title{
        font-style: normal;
        font-weight: 600;
        font-size: 0.8571rem;
        line-height: 110%;
    }
    #type-projects .type-projects-item-subtitle{
        font-style: normal;
        font-weight: 500;
        font-size: 0.5714rem;
        line-height: 110%;
        margin-top: 4px;
    }
    .projects-slider.swiper.swiper-initialized .swiper-slide:not(.active-second) {
        margin-bottom: 38px;
    }
    #type-projects .type-projects-list-wrap{
        position: relative;
        margin-top: 30px;
    }
    #type-projects .swiper:not(.swiper-initialized) .swiper-wrapper{
        gap: 10px;
    }
    .sections-grid-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 28px;
    }

    body.page-index .select-foundation {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .constructive-section-title__text{
        font-style: normal;
        font-weight: 600;
        font-size: 1.2857rem;
        line-height: 120%;
    }
    .constructive-section-title{
        gap: 10px;
    }
    .select-foundation-section-top{
        padding: 14px 20px;
    }
    .constructive-sub-title__icon{
        width: 30px;
        height: 30px;
        padding: 6px;
    }
    .constructive-sub-title__icon svg{
        width: 18px;
        height: 18px;
    }
    body.page-index .select-foundation__wrap{
        padding: 20px;
    }
    body.page-index .select-foundation__scroll {
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }
    body.page-index .select-foundation__selectors{
        position: relative;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        overflow-x: auto;
        overflow-y: visible;
        gap: 25px;
        border-bottom: none;
    }

    body.page-index .select-foundation__selector{
        margin: 0 0 4px 0;
        padding: 20px 0 0;
    }

    body.page-index .select-foundation__selectors:before{
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 3px;
        background:  #D9D9D9;
    }

    body.page-index .select-foundation__top,
    .select-foundation__bottom{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body.page-index .select-foundation__contens{
        width: 100%;
        position: relative;
    }

    body.page-index .select-foundation__dscr{
        font-style: normal;
        font-weight: 400;
        font-size: 1.0714rem;
        line-height: 170%;
    }

    body.page-index .select-foundation__top{
        gap: 30px;
    }

    body.page-index .select-foundation__pic-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
    }

    body.page-index .select-foundation__order{
        padding: 12px 70px;
        font-style: normal;
        font-weight: 600;
        font-size: 1.2857rem;
        line-height: 22px;
    }

    .select-foundation__actions{
        margin-top: 20px;
    }

    body.page-index .select-foundation__price{
        font-weight: 600;
        font-size: 1.5714rem;
        line-height: 32px;
    }

    body.page-index .select-foundation__details-wrap{
        position: absolute;
        right: 10px;
        top: 144px;
    }

    body.page-index .select-foundation__details{
        font-style: normal;
        font-weight: 500;
        font-size: 0.8571rem;
        line-height: 15px;
    }

    body.page-index .select-foundation__details-wrap.active .house-types-additional__data{
        width: 300px;
        bottom: 40px;
        right: -30px;
        left: auto;
        padding: 5px 15px 5px 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #D9D9D9;
    }

    body.page-index .house-types-additional__data-wrap{
        padding: 0;
    }

    body.page-index .select-foundation__details-wrap.active .house-types-additional__data:before{
        content: none;
    }

    #calc-form li.site-footer__privacy-policy{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #select-foundation, #warm-walls, #roof{
        grid-column: auto;
    }

    .sections-grid-container section{
        width: 100%;
    }
    #termal-systems{
        padding: 40px 40px 126px 20px;
    }
    #termal-systems .block-text__list{
        margin-top: 30px;
        gap: 20px;
    }
    #termal-systems .decor{
        right: -45px;
        bottom: -130px;
    }
    #termal-systems .decor .economy{
        right: 65px;
        bottom: 150px;
        padding: 19px;
    }
    #window-systems .constructive-section-title br,
    #termal-systems .constructive-section-title__text br{
        display: none;
    }

    #termal-systems .decor .economy .economy-pre{
        font-style: normal;
        font-weight: 600;
        font-size: 11.1775px;
        line-height: 120%;
    }

    #termal-systems .decor .economy .economy-percent{
        font-style: normal;
        font-weight: 600;
        font-size: 26.2873px;
        line-height: 120%;
    }

    #termal-systems .decor .economy .economy-line1{
        gap: 10px;
    }

    #termal-systems .decor .economy .economy-line2{
        font-style: normal;
        font-weight: 600;
        font-size: 11.1775px;
        line-height: 120%;
    }

    #window-systems{
        padding: 40px 20px 102px;
    }

    #window-systems .block-text__text{
        font-style: normal;
        font-weight: 400;
        font-size: 1.0714rem;
        line-height: 180%;
        margin-top: 30px;
    }

    #window-systems .block-text__list{
        max-width: 108px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    #window-systems .block-text__list li .block-text__list-text{
        font-style: normal;
        font-weight: 500;
        font-size: 1.0rem;
        line-height: 120%;
    }
    #window-systems .decor{
        max-width: 250px;
        bottom: -15px;
    }

    #warm-walls .constructive-section-title{
        padding: 14px 20px;
    }

    #warm-walls .block-text-inner{
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 28px 20px 16px;
    }

    #warm-walls .block-text__rounds-title{

        font-style: normal;
        font-weight: 600;
        font-size: 1.2857rem;
        line-height: 20px;
    }

    #warm-walls .block-text__rounds-list{
        width: 100%;
        margin-top: 20px;
        gap: 20px;
    }

    #warm-walls .block-text__rounds-list li{
        font-style: normal;
        font-weight: 500;
        font-size: 1.0714rem;
        line-height: 20px;
        padding: 10px 30px;
    }

    #warm-walls .block-text__rounds-list li.center{
        padding: 10px 22px;
    }

    #warm-walls .block-text__rounds {
        margin-bottom: 30px;
    }

    #warm-walls .block-text__text{
        font-style: normal;
        font-weight: 400;
        font-size: 1.0714rem;
        line-height: 170%;
    }

    #warm-walls .block-text-image svg{
        width: 100%;
        height: auto;
    }
    body.page-index #roof {
        padding: 0;
    }

    #roof .constructive-section-title{
        padding: 14px 22px;
        margin-bottom: 0;
    }

    #roof .roof-types-list{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
        gap: 10px;
    }

    #roof .roof-types-list li {
        width: calc(50% - 7px);
    }

    body.page-index #roof .roof-types-list__image{
        height: 190px;
    }

    #roof .roof-types-list__title{
        font-style: normal;
        font-weight: 600;
        font-size: 1.0714rem;
        line-height: 18px;
        padding: 10px 20px 2px;
    }

    #roof .roof-types-list__description{
        font-style: normal;
        font-weight: 400;
        font-size: 0.8571rem;
        line-height: 14px;
        padding: 2px 10px 10px;
    }

    #save-warm{
        padding: 40px 16px;
        margin-top: 70px;
        margin-bottom: 70px;
    }

    #save-warm .block-text__title{
        font-style: normal;
        font-weight: 600;
        font-size: 1.5714rem;
        line-height: 121%;
    }

    #save-warm .block-text__text{
        font-style: normal;
        font-weight: 400;
        font-size: 1.0714rem;
        line-height: 170%;
        margin-top: 20px;
    }

    #save-warm .block-text__list{
        margin-top: 30px;
        padding: 0;
    }

    #save-warm .save-warm.block-text__text{
        font-style: normal;
        font-weight: 600;
        font-size: 1.2857rem;
        line-height: 22px;
    }

    #save-warm .block-text__list li{
        padding: 12px 27px 12px 12px;
    }

    #save-warm .container{
        width: 100%;
        margin: 0;
    }

    #save-warm .block-text__list li .block-text__list-text{
        font-style: normal;
        font-weight: 400;
        font-size: 1.0rem;
        line-height: 17px;
    }

    body.page-index #save-warm .block-image{
        margin-top: 60px;
        margin-right: 52px
    }

    #save-warm .block-image__popovers .save-warm--popover__wrap .save-warm--popover{
        gap: 10px;
    }

    #save-warm .block-image__popovers .my_house{
        width: 48px;
        height: 32px;
        font-style: normal;
        font-weight: 600;
        font-size: 0.6429rem;
        line-height: 11px;
        border-radius: 8.50853px;
    }

    #save-warm .block-image__popovers .save-warm--popover-text{
        max-width: 174px;
        font-style: normal;
        font-weight: 400;
        font-size: 0.6429rem;
        line-height: 11px;
        padding: 5px 10px;
    }
    #save-warm .block-image__popovers .block-image__popover-opener {
        width: 20px;
        height: 20px;
    }

    #save-warm .block-image__popover-text.has-fixed-width{
        padding: 5px 10px;
        font-style: normal;
        font-weight: 400;
        font-size: 0.6429rem;
        line-height: 11px;
        max-width: 168px;
        left: 18px;
    }

    body.page-index .section-two-columns .block-image__popovers{
        min-height: 200px;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(2){
        top: 10%!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(2) .block-image__popover-text{
        width: 168px!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(3){
        top: 29%!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(3) .block-image__popover-text{
        width: 103px!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(4){
        top: 48%!important;
    }


    body.page-index .section-two-columns .block-image__popovers li:nth-child(4) .block-image__popover-text{
        width: 87px!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(5){
        top: 68%!important;
    }

    body.page-index .section-two-columns .block-image__popovers li:nth-child(5) .block-image__popover-text{
        width: 91px!important;
        left: -10px!important;
        bottom: -45px;
    }
    #building-stages .building-stages__title.block-title span{
        font-style: normal;
        font-weight: 600;
        font-size: 1.7143rem;
        line-height: 140%;
    }

    #building-stages .building-stages__title.block-title{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        margin-bottom: 21px;
    }

    #building-stages .building-stages__title.block-title span:first-child{
        width: 100%;
    }

    #building-stages .building-stages__title.block-title svg{
        margin-left: 12px;
        width: 82px;
        height: 44.61px;
    }

    #building-stages .building-stages__wrap{
        padding: 40px 20px;
    }

    #building-stages .block-description{
        font-style: normal;
        font-weight: 600;
        font-size: 1.5714rem;
        line-height: 27px;
    }

    #building-stages .building-stages__scroll{
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
    }

    #building-stages .building-stages__selection{
        position: relative;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 25px;
        border-bottom: none;
        padding-bottom: 12px;
    }

    #building-stages .building-stages__selectors:before {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 3px;
        background: #D9D9D9;
    }

    #building-stages .building-stages__selector {
        margin: 0 0 4px 0;
        padding: 20px 0 0;
    }

    .reviews-25 .reviews-block{
        max-width: 100%;
        padding-left: 16px;
    }

    #reviews .reviews__slider-wrapper{
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #reviews .reviews-swiper{
        width: 100%;
        height: auto;
    }

    #reviews .swiper-slide {
        aspect-ratio: 284 / 277;
        /*width: 85vw;*/;
        max-width: 284px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: auto;
        height: auto;
    }

    #reviews .container{
        width: 100%;
    }

    #reviews .block-title-25{
        font-style: normal;
        font-weight: 600;
        font-size: 1.5714rem;
        line-height: 140%;
        color: #1E1E1E;
        max-width: 100%;
        padding: 35px 16px 0;
    }

    #reviews .block-title-25 br{
        display: none;
    }

    #reviews .reviews-swiper-nav{
        height: 50px;
        position: relative;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 16px;
        left: auto;
        bottom: auto;
        padding-top: 20px;
    }
    #reviews{
        padding: 70px 0 50px;
        margin-bottom: 0;
    }

    .reviews-25-wrapper{
        gap: 30px;
    }

    /* === Общие стили для слайдов === */
    #our-projects .swiper-slide {
        background-size: cover;
        background-position: center;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        color: white;
    }

    #our-projects .slide-overlay {
        position: absolute;
        inset: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(60%, transparent));
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent 60%);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
    }

    #our-projects .slide-content {
        /*position: relative;*/
        padding: 10px;
        z-index: 1;
    }

    .project-title {
        font-size: 1.2857rem;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .project-info-line {
        font-size: 1.0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        line-height: 1.4;
    }

    .our-projects-top-slider .swiper-slide {
        height: 220px;
    }

    .our-projects-bottom .swiper-slide {
        height: 100px;
    }

    .our-projects-bottom .thumb {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 8px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 10px;
        color: white;
        font-size: 0.8571rem;
    }

    .our-projects-bottom .project-title {
        font-size: 1.0rem;
        font-weight: bold;
    }

    .our-projects-top-slider,
    .our-projects-bottom {
        width: 100%;
    }

    .our-projects-bottom:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
    }

    .our-projects-top-slider .swiper-wrapper {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    #our-projects .swiper-slide {
        /*        position: absolute;
                top: 0;
                left: 0;
                width: 100%;*/
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

    #our-projects .swiper-slide-active {
        position: relative;
        opacity: 1;
        z-index: 2;
    }
    #our-projects .swiper-slide {
        opacity: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #our-projects .swiper-slide {
        width: 100%;
    }
    #our-projects .our-projects-top-slider .swiper-slide{
        aspect-ratio: 343 / 231;
        max-height: none;
    }
    #our-projects .our-projects-bottom .swiper-slide {
        width: calc(50% - 5px);
        aspect-ratio: 166 / 231;
        max-height: none;
    }
    #reviews .reviews__slider-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #our-projects .our-projects__list-wrap{
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }
    .our-projects-top-slider,
    .our-projects-bottom{
        max-width: 100%;
    }
    #our-projects{
        position: relative;
        margin-bottom: 150px;
    }
    #our-projects .our-projects-nav{
        position: absolute;
        bottom: -80px;
        left: 16px;
    }
    #seven-reasons .seven-reasons__item:nth-child(odd) .seven-reasons__text-side{
        display: none;
    }
    #seven-reasons .seven-reasons__item:nth-child(even) .seven-reasons__pic-wrap{
        display: none;
    }
    #seven-reasons .seven-reasons__item:nth-child(even){
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #seven-reasons .seven-reasons__item{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 5px 0 5px 70px!important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 150px;
    }
    body.style-25 .seven-reasons__text-side{
        width: auto;
        padding-left: 0;
    }
    #seven-reasons .seven-reasons__pic-wrap{
        /*width: calc(100% - 70px);*/
        height: auto;
        border-radius: 6px;
        aspect-ratio: 269 / 140;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }
    #seven-reasons .seven-reasons__pic-wrap img{
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
    }
    body.style-25 .seven-reasons__item:before{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 9px 9px 9px 15px;
        width: 36.72px;
        height: 67.46px;
        border-radius: 18.3609px;
        font-style: normal;
        font-weight: 600;
        font-size: 1.4286rem;
        line-height: 140%;
        text-align: center;
        background-size: 16px 16px;
        background-position: bottom 11px center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #seven-reasons .seven-reasons__reason-title{
        font-style: normal;
        font-weight: 600;
        font-size: 1.2857rem;
        line-height: 170%;
    }
    #seven-reasons .seven-reasons__reason-dscr{
        font-style: normal;
        font-weight: 400;
        font-size: 1.0714rem;
        line-height: 140%;
        margin-top: 6px;
    }
    .button-25-type-1-body{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 24px;
        border-radius: 58px;
        font-style: normal;
        font-weight: 600;
        font-size: 1.2857rem;
        line-height: 22px;
    }
    .button-25-type-1-body span{
        display: none;
    }
    .button-25-type-1{
        gap: 12px;
    }
    .button-25-type-1-icon{
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 42px;
        height: 42px;
    }
    .button-25-type-1-icon svg{
        width: 100%;
        height: auto;
    }
    #seven-reasons .seven-reasons__list{
        padding-bottom: 30px;
    }
    #seven-reasons{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #dreams-home .dreams-home--list{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 0;
    }
    #dreams-home .dreams-home--item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px;
        margin-bottom: 30px;
    }
    #dreams-home .dreams-home--item:last-child{
        margin-bottom: 0;
    }
    #dreams-home .dreams-home--item__img{
        width: 180px;
        height: 180px;
        border-radius: 123.457px;
    }
    #dreams-home .dreams-home--item__btn{
        font-style: normal;
        font-weight: 600;
        font-size: 1.2857rem;
        line-height: 170%;
        margin-top: 6px;
    }
    #dreams-home .dreams-home--item__text{
        font-style: normal;
        font-weight: 400;
        font-size: 1.0714rem;
        line-height: 160%;
        margin-top: 0;
    }
    #dreams-home .dreams-home--item__btn-to-form{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 12px 40px;
        border-radius: 58px;
        font-style: normal;
        font-weight: 600;
        font-size: 1.0714rem;
        line-height: 120%;
    }
    body.style-25 .modal-window.form-25-modal-window{
        width: 100vw;
        max-width: calc(100vw - 10px);
        top: 50%!important;
        padding: 30px 20px 40px;
    }
    body.style-25 .modal-window.form-25-modal-window .sales-adress ul{
        gap: 10px;
    }
    body.style-25 .form-25-bottom-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    body.style-25 .site-footer__privacy-policy.form-25-privacy-policy{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .our-production-text-img{
        display: none;
    }
    #our-production .our-production-text{
        margin-top: 20px;
        margin-bottom: 30px;
        padding-right: 0;
    }
    #our-production .main-slider{
        width: 100%;
        height: auto;
        aspect-ratio: 343/257.25;
        max-width: none;
        max-height: none;
    }
    #our-production .main-slider .swiper-slide{
        width: 100%;
        height: auto;
        max-width: none;
        max-height: none;
    }
    .our-production__list-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    #our-production .thumb-slider{
        width: 100%;
        max-width: 100%;
        max-height: none;
        height: auto;
    }
    #our-production .thumb-slider:not(.swiper-initialized) .swiper-wrapper{
        gap: 10px;
    }
    #our-production .thumb-slider .swiper-slide{
        width: auto;
        height: auto;
        aspect-ratio: 107.52/80.18;
        max-width: 33%;
    }
    #our-production .swiper-button-next, #our-production .swiper-button-prev{
        top: -67px;
        left: 0;
        right: auto;
        bottom: auto;
    }
    #our-production .swiper-button-next{
        left: 64px;
    }
    .our-production__list-wrap{
        margin-top: 0;
    }
    #dreams-home{
        padding-top: 0;
    }
    .our-production-text-content{
        max-width: none;
    }
    #calc-form .calc-form-content{
        max-width: none;
        padding-bottom: 35vw;
        margin-top: -7vw;
    }
    #building-stages .building-stages__selection:after{
        bottom: 4px;
    }
    .building-stages-to-calc-button .icon-arrow-button-icon{
        width: 42px;
        height: 42px;
    }
    body.style-25 .firest-screen--examples .firest-screen__welcome span,
    body.style-25 .firest-screen--examples .firest-screen__welcome{
        font-style: normal;
        font-weight: 600;
        font-size: 2.5714rem;
        line-height: 110%;
    }
    .block-sb-title-text{
        font-style: normal;
        font-weight: 400;
        font-size: 1.0714rem;
        line-height: 20px;
    }
    .block-sb-title{
        margin-top: 20px;
        margin-bottom: 34px;
    }
    .block-sb-title-line::before{
        width: 152px;
    }
    .examples__item-title-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 16px;
        margin-bottom: 20px;
    }
    .examples__item-title{
        font-style: normal;
        font-weight: 600;
        font-size: 1.5714rem;
        line-height: 130%;
    }
    .examples__item-price{
        font-style: normal;
        font-weight: 600;
        font-size: 1.8571rem;
        line-height: 120%;
    }
    .examples__item-content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 55px;
        overflow: hidden;
    }
    .examples__item-content-right{
        width: 100%;
        max-width: 100%;
        padding-bottom: 40px;
    }
    .examples__item-sizes{
        gap: 6px 10px;
    }
    .examples__item-size{
        width: calc(50% - 5px);
        height: auto;
        aspect-ratio: 167 / 60;
        font-style: normal;
        font-weight: 400;
        font-size: 1.8571rem;
        line-height: 32px;
        padding: 14px 50px;
        border-radius: 20px;
    }
    .examples__item-button{
        position: static;
        margin-top: -10px;
    }
    .icon-arrow-button-2{
        border-radius: 40px;
        height: 64px;
        padding: 6px 6px 6px 40px;
    }
    .icon-arrow-button-2-text{
        font-style: normal;
        font-weight: 600;
        font-size: 1.2857rem;
        line-height: 22px;
        text-align: left;
    }
    .icon-arrow-button-2-icon{
        position: absolute;
        top: 6px;
        right: 6px;
    }
    .examples__item-image .examples__item-image-inner{
        width: 100%;
        height: auto;
        /*aspect-ratio: 343 / 172;*/
    }
    .examples__item-image .examples__item-image-inner>div a {
        width: 100%;
        /*height: 100%;*/
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*max-height: 100%;*/
    }
    .examples__item-image .examples__item-image-inner>div>div>div,
    .examples__item-image .examples__item-image-inner>div>div,
    .examples__item-image .examples__item-image-inner>div{
        width: 100%;
        /*height: 100%;*/
        height: auto;
        /*max-height: 100%;*/
    }
    .examples__item-home-configuration.open{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        width: 100%;
        height: auto;
        max-height: none;
        margin-top: 40px;
    }
    .examples__item-home-configuration-title{
        font-style: normal;
        font-weight: 600;
        font-size: 1.0714rem;
        line-height: 140%;
    }
    .examples__item-home-configuration-content{
        width: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1.0714rem;
        line-height: 200%;
    }
    .examples__item-image {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: 100%;
        width: 100%;
    }
    .examples__item-image .slick-initialized .slick-slide{
        /*max-height: 100%;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .examples__item-image .slick-initialized .slick-slide > div,
    .examples__item-image .slick-initialized .slick-slide > div > div{
        width: 100%;
        /*height: 100%;*/
        height: auto;
        /*max-height: 100%;*/
    }
    .examples__item-image .slick-initialized .slick-prev, .examples__item-image .slick-initialized .slick-next{
        width: 38px;
        height: 38px;
        background-size: 13px 16px;
    }
    .examples__item-image .slick-initialized .slick-next{
        right: 12px;
    }
    .examples__item-image .slick-initialized .slick-prev{
        left: 12px;
    }
    #building-stages .building-stages__pic-side{
        padding-right: 0;
    }
    .building-stages-to-calc-button .icon-arrow-button-text{
        height: 40px;
        font-style: normal;
        font-weight: 600;
        font-size: 1.1429rem;
        line-height: 20px;
        padding: 10px 36px;
    }
    .building-stages-to-calc-button .icon-arrow-button-text span{
        display: none;
    }
    #our-projects .project-title{
        font-style: normal;
        font-weight: 600;
        font-size: 0.8571rem;
        line-height: 15px;
    }
    #our-projects .swiper-slide--large .slide-content{
        padding: 20px;
    }
    #our-projects .our-projects-top-slider .swiper-slide:hover .project-title{
        font-style: normal;
        font-weight: 600;
        font-size: 1.0714rem;
        line-height: 18px;
        top: 20px;
        left: 20px;
    }
    #our-projects .project-info-line{
        font-style: normal;
        font-weight: 400;
        font-size: 0.8571rem;
        line-height: 140%;
    }
    #our-projects .project-info{
        gap: 0;
    }
    #reviews .swiper-slide a{
        min-width: 284px;
        min-height: 277px;
    }
}