/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/* complexes */


body:has(.complexes_main) {
    background: #020408;

}

.complexes_main {
    padding-top: 200px;
    background: #020408;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.complexes_main-title {
    font-size: 70px;
    color: #fff;
    max-width: 704px;
    margin-bottom: 60px;
}

.complexes_main-title span {
    color: #E9B49D;
}


.complexes_main-option {
    font-weight: 500;
    font-size: 20px;
    max-width: 540px;
    line-height: 130%;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.complexes_main-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
}

.complexes_main-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    max-width: 225px;
}

.complexes_main-desc span {
    font-weight: 600;
}

.complexes_main-img {
    position: absolute;
    top: 140px;
    left: 0;
    display: flex;
    width: 100%;
    height: auto;
    z-index: -1;
}



.complexes_main-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.complexes_main-desc .date {
    display: inline;
}

.btn {
    background: #FF6B28;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
}

.complexes_main-btn {
    text-align: center;
    width: 330px;
    height: 75px;
    padding: 18px 60px;
}

.dreaming {
    position: relative;
    z-index: 2;
}

.custom_title {
    font-weight: 500;
    font-size: 44px;
    color: #fff;
    line-height: 110%;
    text-align: center;
    margin-bottom: 30px;
}

.custom_title span {
    color: #E8B69A;
}

.dreaming_subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.dreaming_items {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.dreaming_item {
    width: 310px;
    padding: 34px 20px 34px 140px;
    position: relative;
    background: #1C1D2280;
    border: 1px solid #FFFFFF1A;
    border-radius: 10px;
    font-weight: 300;
    line-height: 140%;
    color: #CACACA;
}

.dreaming_item img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dreaming_desc {
    padding: 85px 85px 85px;
    background-image: url(../img/dreaming_desc.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.dreaming_desc-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    padding-left: 40px;
    color: #fff;
    position: relative;
    margin-bottom: 22px;
}

.dreaming_desc-title::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/dreaming_desc-title.svg);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.dreaming_desc-text {
    font-weight: 300;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
    max-width: 400px;
}

.dreaming_desc-text span {
    font-weight: 600;
    color: #E8B69A;
}


.complexes_works {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.complexes_works::before {
    position: absolute;
    content: "";
    background-image: url(../img/complexes_works.jpg);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 1500px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.complexes_works-subtitle {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}

.complexes_works-img {
    height: 310px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;
}

.complexes_works-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.complexes_works-title {
    line-height: 140%;
    color: #CACACA;
}

.complexes_works-arrows {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.complexes_works-prev,
.complexes_works-next {
    cursor: pointer;
}

.complexes_catalog {
    position: relative;
    background-image: url(../img/complexes_catalog.jpg);
    background-size: cover;
    background-position: bottom;
    padding: 70px 0;
    overflow: hidden;
}

.complexes_catalog .custom_title {
    margin-bottom: 20px;
    color: #181818;
    text-align: left;
}

.complexes_catalog-inner {
    width: 360px;
}

.complexes_catalog-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 30px;
}

.complexes_catalog-wrapper {
    position: relative;
}

.complexes_catalog-img {
    position: absolute;
    display: flex;
    top: 40px;
    right: calc(50% - 900px);
    display: flex;
}

.assembly {
    margin: 70px 0;
}

.assembly .custom_title {
    text-align: left;
    margin-bottom: 0px;
}

.assembly_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: center;
}

.assembly_slide {
    display: flex;
    flex-direction: column;
    gap: 74px;
}

.assembly_slide.second_item {
    flex-direction: column-reverse;
}

.assembly_slide.second_item .assembly_slide-title {
    text-align: right;
}

.assembly_slide-title {
    font-size: 22px;
    line-height: 110%;
    color: #E8B69A;
    position: relative;
}

.assembly_slide-title::before {
    position: absolute;
    content: "";
    background-image: url(../img/assembly_slide1.svg);
    background-size: cover;
    right: 45px;
    width: 93px;
    height: 71px;
    top: 0;
}

.assembly_slide.second_item .assembly_slide-title::before {
    background-image: url(../img/assembly_slide2.svg);
    left: 172px;
    right: auto;
    width: 101px;
    height: 60px;
}

.assembly_slide-img {
    border-radius: 10px;
    height: 315px;
    position: relative;
    overflow: hidden;
    display: flex;
}

.assembly_slide-img::before {
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.assembly_slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.assembly_slider-arrows {
    display: flex;
    gap: 30px;
}

.assembly_slider-next,
.assembly_slider-prev {
    cursor: pointer;
}

.quiz {
    padding: 80px 0 85px;
    position: relative;
    z-index: 1;
    background-image: url(../img/quiz.jpg);
    background-position: center;
    background-size: cover;
}

.quiz .custom_title {
    margin-bottom: 40px;
}

.quiz_item {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}

.header_adres img {
    height: 16px;
    width: auto;
}

.header__download img {
    height: 22px;
    width: auto;
}

.why {
    padding: 80px 0;
    background-image: url(../img/why.jpg);
    background-position: center;
    background-size: cover;
}

.why_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.why_item:nth-child(2),
.why_item:nth-child(3),
.why_item:nth-child(5) {
    background-color: #1B1C20;
    border: 1px solid #FFFFFF1A;
}

.why_item {
    background: linear-gradient(131.71deg, #26252C 23.28%, #38373E 46.11%, #1F2025 75.8%);
    border: 1px solid #FFFFFF1A;
    border-radius: 20px;
    padding: 30px;
    background-repeat: no-repeat;
    width: calc(25% - 15px);
    height: 350px;
}

.why_item:nth-child(1) {
    width: 700px;
    padding-right: 418px;
    height: 280px;
    background-image: url(../img/why_item1.jpg);
    background-position: center;
    background-size: cover;
}

.why_item:nth-child(2) {
    width: 440px;
    padding-right: 212px;
    height: 280px;
    background-image: url(../img/why_item2.jpg);
    background-position: center;
    background-size: cover;
}

.why_item:nth-child(3) {
    background-image: url(../img/why_item3.jpg);
    background-position: center;
    background-size: cover;
}

.why_item:nth-child(4) {
    background-image: url(../img/why_item4.jpg);
    background-position: center;
    background-size: cover;
}

.why_item:nth-child(5) {
    padding-right: 10px;
}



.why_item-title {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 15px;
    color: #fff;
}

.why_item-text {
    font-weight: 300;
    line-height: 130%;
    color: #CACACA;
}

.why_item-icon {
    display: flex;
    margin-bottom: 50px;
}

.ready {
    padding-top: 80px;
    background-color: #16171C;
}

.ready_item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ready_item:last-child {
    margin-bottom: 0;
}

.ready_item-info {
    padding: 40px;
    width: 500px;
}

.ready_item-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 10px;
}

.ready_item-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 30px;
}

.ready_item-option {
    line-height: 110%;
    color: #8F8F8F;
    margin-bottom: 20px;
}

.ready_item-option span {
    font-weight: 500;
    display: block;
    color: #000000;
    line-height: 110%;
    margin-top: 10px;
}

.ready_item-price {
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 20px;
    color: #FF6B28;
}

.ready_item-btn {
    width: 320px;
    height: 75px;
}

.ready_slider {
    width: 600px;
}

.ready_slide {
    height: 527px;
    border-radius: 8px;
    overflow: hidden;
}

.ready_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ready_slider-prev,
.ready_slider-next {
    position: absolute;
    bottom: 20px;
    display: flex;
    z-index: 1;
    cursor: pointer;
}

.ready_slider-prev {
    right: 100px;
}

.ready_slider-next {
    right: 20px;
}

.want {
    padding: 100px 0 490px;
    background-image: url(../img/want.jpg);
    background-position: center;
    background-size: cover;
}

.want_subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.want_btn {
    width: 400px;
    height: 75px;
    margin: 0 auto;
}

.steps {
    padding: 80px 0;
    background: #ECECEC;
    position: relative;
    z-index: 4;
}

.steps_img {
    position: absolute;
    display: flex;
    bottom: 0;
    pointer-events: none;
    left: 0;
    z-index: -1;
}

.steps_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.steps .custom_title {
    width: calc(25% - 7.5px);
    color: #181818;
    text-align: left;
}

.steps_item {
    width: calc(25% - 7.5px);
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    min-height: 320px;
    z-index: 1;
}

.popup_video {
    border-radius: 20px;
    padding: 0 !important;
    height: 405px;
}

.popup_video iframe {
    max-width: 100%;
    height: 100%;
    display: flex;
}

.steps_item:nth-child(8) .steps_item-title,
.steps_item:nth-child(8) .steps_item-text {
    color: #fff;
}

.steps_item-img {
    position: absolute;
    display: flex;
    bottom: 0;
    z-index: -1;
    right: 50%;
    transform: translateX(50%);
}


.steps_item-number {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #E8B69A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
}

.steps_item-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #181818;
}

.steps_item-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    color: #181818;
}

.steps_item-btn {
    width: 190px;
    height: 40px;
    margin-top: 14px;
}

.custom_reviews {
    z-index: 1;
    padding: 70px 0;
    position: relative;
}

.custom_reviews::before {
    position: absolute;
    content: "";
    background-image: url(../img/reviews.jpg);
    background-size: cover;
    background-position: top center;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
    height: 1500px;
    z-index: -1;
}

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

.custom_reviews_info {
    width: 324px;
}

.custom_reviews_info .custom_title {
    margin-bottom: 70px;
    text-align: left;
}

.custom_reviews_text {
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    max-width: 240px;
    position: relative;
}

.custom_reviews_text::before {
    position: absolute;
    content: "";
    background-image: url(../img/custom_reviews_text.svg);
    background-size: cover;
    width: 105px;
    height: 84px;
    bottom: -116px;
    right: -56px;
}

.custom_reviews_text span {
    color: #E8B69A;
}

.custom_reviews_video {
    width: 800px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.custom_reviews_video::before {
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    width: 98px;
    height: 98px;
    bottom: 24px;
    left: 24px;
}

.custom_reviews_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_faq {
    padding-bottom: 150px;
    position: relative;
    background-color: #16171C;
}

.custom_faq .custom_title {
    position: relative;
    z-index: 2;
}

.custom_faq_items {
    position: relative;
    z-index: 2;
}

.custom_faq_item-title {
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    line-height: 120%;
    padding: 20px 0;
    padding-right: 30px;
    border-top: 1px solid #FFFFFF33;
    border-bottom: 1px solid #FFFFFF33;
    color: #fff;
    position: relative;
}

.custom_faq_item-title span {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.custom_faq_item-title span::before {
    position: absolute;
    content: "";
    background: #FFFFFF;
    border-radius: 2px;
    height: 2px;
    width: 100%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.custom_faq_item-title span::after {
    position: absolute;
    content: "";
    background: #FFFFFF;
    border-radius: 2px;
    height: 100%;
    width: 2px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: all 0.3s;
}

.custom_faq_item-title.active span::after {
    transform: translate(50%, -50%) rotate(90deg);
}

.custom_faq_item-content {
    font-weight: 300;
    line-height: 130%;
    padding: 10px 0 20px;
    color: #fff;
    display: none;
}

.custom_faq_item-content a {
    color: #fff;

}

.custom_order {
    padding: 80px 0;
    z-index: 1;
    position: relative;
    background: #212227;
}

.custom_order::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 860px;
    background-image: url(../img/custom_order-aft.png);
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    z-index: -1;
}

.custom_order::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1224px;
    background-image: url(../img/custom_order-bef.png);
    background-size: cover;
    background-position: center;
    right: 0;
    top: 0;
    z-index: -1;
}

.custom_order .custom_title {
    margin-bottom: 20px;
    text-align: left;
}

.custom_order-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 40px;
    color: #fff;
}

.custom_order-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 20px;
}

.custom_order-subtitle span {
    font-weight: 500;
    display: block;
}

.custom_order-options {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.custom_order-option {
    width: 250px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 300;
    line-height: 130%;
}

.custom_order-desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.custom_order-form {
    background: #1C1D2280;
    backdrop-filter: blur(25px);
    border: 1px solid #FFFFFF1A;
    padding: 30px;
    border-radius: 10px;
    max-width: 1070px;
}

.custom_order-form img,
.quiz_item img {
    max-width: 100%;
    height: auto;
}

.quiz_btn {
    display: none;
}

.mobile_title {
    display: none;
}

.custom_order-form {
    padding: 20px;
}

.ready_popup-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 10px;
}

.modal_order {
    border-radius: 12px !important;
    background: #FFF;
    border-radius: 10px;
    width: 460px;
}

.ready_popup {
    background: #FFF;
    border-radius: 10px;
    width: 460px;
}

@media (max-width: 1280px) {
    .container {
        max-width: 950px;
    }


    .complexes_main-img {
        top: 100px;
    }
    .header__rating{
        width: 160px;
    }
    .complexes_works-img {
        height: 162px;
    }

    .complexes_catalog-img {
        width: 500px;
    }

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

    .complexes_catalog-img {
        width: 760px;
    }

    .assembly_slide.second_item .assembly_slide-title::before {
        left: 90px;
    }

    .why_item:nth-child(2) {
        width: calc(50% - 10px);
        padding-right: 158px;
        height: 350px;

    }

    .why_item {
        width: calc(50% - 10px);

    }

    .why_item:nth-child(1) {
        width: 100%;
    }

    .ready_slider {
        height: 460px;
    }

    .ready_slide {
        height: 100%;
    }

    .steps_item:last-child .steps_item-img {
        width: 100%;
        height: 100%;
    }

    .steps_item:last-child .steps_item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom_reviews_video {
        width: 560px;
        height: 350px;
    }

    .custom_order::before {
        width: 863px;
        background-position: center left;
    }

    .custom_order::after {
        width: 860px;
    }
}

@media (max-width: 1000px) {
    .complexes_main {
        padding: 305px 0 80px;
    }

    .complexes_main-img {
        top: 68px;
    }

    .dreaming_desc {
        padding: 40px;
    }

    .complexes_catalog-img {
        width: 650px;
    }

    .assembly_slide-img {
        height: 204px;
    }

    .assembly_slide.second_item .assembly_slide-title::before {
        left: 20px;
    }

    .assembly_slide-title::before {
        right: 10px;
    }

    .assembly_slide-img::before {
        width: 70px;
        height: 70px;
    }

    .ready_item {
        flex-direction: column-reverse;
    }

    .ready_slider,
    .ready_item-info {
        width: 100%;
    }

    .steps .custom_title,
    .steps_item {
        overflow: hidden;
        width: calc(33.333% - 6.666px);
    }

    .custom_reviews_wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .custom_order::after {
        width: 660px;
    }

    .custom_order::before {
        width: 793px;
    }

    .custom_reviews_info .custom_title {
        margin-bottom: 30px;
    }

    .custom_reviews_text {
        max-width: 100%;
        padding-right: 90px;
    }

    .custom_reviews_info {
        width: 100%;
    }

    .custom_reviews_video {
        width: 100%;
        height: 410px;
    }

    .custom_reviews_text::before {
        bottom: 0;
        right: 0;
        transform: scalex(-1) rotate(152deg);
    }
}

@media (max-width: 767px) {
    .complexes_main-img {
        right: -60px;
        top: 77px;
        width: 725px;
        left: auto;
    }

    .complexes_main-title {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .complexes_main-option {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .complexes_main-inner {
        flex-direction: column;
        gap: 15px;
        align-items: center;
        margin-top: 20px;
    }

    .complexes_main-desc {
        font-size: 14px;
    }

    .btn {
        font-size: 12px;
    }

    .custom_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .dreaming_subtitle {
        margin-bottom: 15px;
        font-size: 16px;
        display: none;
    }

    .dreaming_items {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
        display: none;
        align-items: center;
    }

    .dreaming_item {
        width: 290px;
        padding: 30px 30px 30px 105px;
        font-size: 14px;
    }

    .dreaming_item img {
        height: 90px;
        width: auto;
    }

    .dreaming_desc {
        padding: 30px 40px 230px;
        text-align: center;
    }

    .dreaming_desc-text {
        font-size: 16px;
        line-height: 130%;
    }

    .dreaming_desc-title {
        font-size: 16px;
        width: max-content;
        margin: 0 auto 15px;
    }

    .dreaming {
        padding-bottom: 80px;
        position: relative;
        margin: 0;
        /* background-image: url(../img/dreaming.jpg); */
        background-size: cover;
        background-position: center bottom;
        background: none;
    }

    .dreaming_desc {
        background-image: url(../img/dreaming_desc2.jpg);
    }

    .complexes_works {
        padding: 0;
        margin: 70px 0;
        background: none;
    }

    .complexes_works-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .complexes_works-subtitle br {
        display: none;
    }

    .complexes_works-img {
        height: 274px;
    }

    .complexes_works-title {
        font-size: 14px;
        text-align: center;
    }

    .complexes_catalog {
        overflow: visible;
        padding: 205px 0 40px;
    }

    .complexes_catalog-text {
        font-size: 16px;
    }

    .complexes_catalog-img {
        width: 400px;
        top: -70px;
        right: 50%;
        transform: translateX(50%);
    }

    .assembly {
        margin: 70px 0 80px;
    }

    .assembly_top {
        margin-bottom: 30px;
    }

    .assembly_slide-title {
        font-size: 18px;
    }

    .assembly_slide-img {
        height: 260px;
    }

    .assembly_slide-title::before {
        width: 70px;
        height: 58px;
    }

    .assembly {
        position: relative;
        padding-bottom: 80px;
    }

    .assembly_slider-arrows {
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
    }

    .quiz {
        padding: 70px 0;
        background-image: url(../img/quiz2.jpg);
    }

    .quiz_item {
        display: none;
    }

    .quiz_btn {
        display: flex;
        width: 260px;
        height: 65px;
        margin: 0 auto;
    }

    .why {
        background-position: left bottom;
        padding: 70px 0 80px;
    }

    .why .custom_title {
        text-align: left;
        max-width: 300px;
    }

    .why .custom_title br {
        display: none;
    }

    .why_item {
        padding: 20px;
        width: 100%;
    }

    .why_item:nth-child(2) {
        width: 100%;
    }

    .why_item:nth-child(1),
    .why_item:nth-child(2) {
        height: auto;
        min-height: 220px;
    }

    .why_item:nth-child(1) {
        padding-right: 132px;
        background-image: url(../img/why_item1_2.jpg);
    }

    .why_item:nth-child(2) {
        padding-right: 144px;
        background-image: url(../img/why_item2_2.jpg);
    }

    .why_item:nth-child(3) {
        background-position: 100% 77%;
    }

    .why_item:nth-child(4) {
        background-position: 0% 81%;
    }

    .why_item:nth-child(5),
    .why_item:nth-child(6) {
        min-height: 1px;
        height: auto;
    }

    .ready {
        padding-top: 80px;
    }

    .ready_slider {
        height: 290px;
    }

    .ready_item-info {
        padding: 20px 15px;
    }

    .ready_item-title {
        font-size: 22px;
    }

    .ready_item-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .ready_item-price {
        font-size: 22px;
    }

    .ready_item-btn {
        width: 100%;
        height: 65px;
    }

    .ready_item {
        margin-bottom: 30px;
    }

    .want_subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .want_btn {
        width: 100%;
        height: 65px;
    }

    .want {
        padding: 100px 0 240px;
        background-position: right;
    }

    .steps_wrapper {
        width: calc(100% + 16px);
        overflow: auto;
        gap: 10px;
        padding-bottom: 20px;
        flex-wrap: nowrap;
        padding-right: 16px;
    }

    .steps_wrapper::-webkit-scrollbar {
        background: #CECECE;
        border-radius: 10px;
        height: 4px;
    }

    .steps_wrapper::-webkit-scrollbar-thumb {
        background: #E8B69A;
        border-radius: 10px;
    }

    .steps_item {
        width: 330px;
        min-width: 330px;
    }

    .steps_wrapper .custom_title {
        display: none;
    }

    .steps_img {
        width: 200px;
        height: auto;
    }

    .steps_img img {
        width: 100%;
        height: 100%;
    }

    .mobile_title {
        display: block;
        margin-bottom: 30px;
    }

    .custom_reviews {
        padding: 80px 0;
    }

    .custom_reviews_video {
        height: 220px;
    }

    .custom_reviews_text::before {
        width: 60px;
        height: 48px;
    }

    .custom_faq_item-title {
        font-size: 16px;
    }

    .custom_faq_item-content {
        font-size: 14px;
    }

    .custom_faq {
        padding-bottom: 80px;
    }

    .steps .custom_title {
        width: 100%;
    }

    .custom_order {
        padding: 260px 0 130px;
    }

    .custom_order-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .custom_order-subtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .custom_order::before {
        width: 100%;
        top: 0;
        background-position: center;
        background-image: url(../img/custom_order-bef2.png);
        height: 282px;
    }

    .custom_order::after {
        bottom: 0;
        width: 400px;
        height: 322px;
        top: auto;
    }

    .custom_order-options {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 30px;
    }

    .custom_order-option {
        width: 100%;
        font-size: 14px;
    }

    .custom_order-desc {
        font-size: 16px;
    }

    .custom_order::before {
        height: 340px;
    }

    .popup_video {
        border-radius: 10px;
        height: 54vw;
    }

    .complexes_works::before {
        display: none;
    }

    .complexes_catalog-inner {
        width: 100%;
    }

    .ready_popup {
        padding: 40px 20px !important;
    }

    .ready_popup-title {
        font-size: 24px;
    }
}

/* complexes */