.liter-num {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: var(--color-orange);
    color: #fff;
    border-radius: 50%;
    pointer-events: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

/* */
.main-swiper .swiper-slide .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-slider-section__nav {
    left: auto;
    width: auto;
    right: 0;
}
.main-slider-section__btn {
    position: relative;
    z-index: 7;
    height: 48px;
    display: flex;
    align-items: center;
    margin-bottom: 95px;
}

.advantages-section__nav-btns {
    display: none;
}

.new-center-section__grid-features {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px;
}

.center-feature {
    padding: 24px;
    border-radius: 16px;
    background-color: var(--color-light);
}
.center-feature__header {
    display: flex;
    gap: 24px;
    align-items: center;
}
.center-feature__header img {
    width: 40px;
    height: 40px;
}
.center-feature p {
    margin-top: 24px;
}

@media (min-width: 767px) {
    .main-swiper .swiper-slide .h2,
    .main-swiper .swiper-slide .h1 {
        padding-bottom: 32px;
    }
    .main-slider-section__btn {
        margin-bottom: 40px;
    }

    .new-center-section__grid-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .center-feature {
        padding: 32px;
    }
    .center-feature__header {
        gap: 32px;
    }
    .center-feature__header img {
        width: 80px;
        height: 80px;
    }
    .center-feature p {
        margin-top: 32px;
    }
}
@media (min-width: 1439px) {
    body,
    .p1 {
        font-size: 16px;
    }
    .new-center-section__grid-features {
        grid-template-columns: repeat(3, 1fr);
    }
    .main-slider-section__btn {
        height: 56px;
    }
    .advantages-section__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .advantages-section__nav-btns {
        display: flex;
        gap: 16px;
    }

    .advantages-section__image {
        height: 525px;
    }
}
/* */

.main-swiper {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
@media (min-width: 1023px) {
    .main-swiper {
        height: calc(100vh - 88px);
    }
}

.main-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.main-swiper .swiper-slide .container {
    position: relative;
    z-index: 5;
    padding-top: 29.5vh;
}

.main-swiper .swiper-slide .h2,
.main-swiper .swiper-slide .h1 {
    max-width: 670px;
    padding-bottom: 24px;
}

.main-swiper .swiper-slide .text-subtitle {
    max-width: 440px;
}

.shadow-left {
    position: relative;
}

.shadow-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        245.72deg,
        rgba(0, 13, 47, 0) 32.4%,
        rgba(0, 13, 47, 0.358743) 51.44%,
        rgba(0, 13, 47, 0.5) 69.52%
    );
}
.shadow-map {
    position: relative;
}
.shadow-map::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        293.72deg,
        rgba(0, 0, 0, 0) 34.74%,
        rgba(0, 0, 0, 0.3) 76.19%
    );
}

.main-swiper__text .subtitle {
    margin-top: 32px;
}
.main-swiper__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 600px;
    margin-top: 24px;
}
.main-swiper-100vh {
    height: 100vh;
}

.orange {
    color: var(--color-orange);
}

.blue-text {
    color: var(--color-blue);
}

.grid-1,
.grid-2 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.grid-image {
    border-radius: 16px;
    overflow: hidden;
    height: 400px;
    position: relative;
}
.grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-image svg {
    width: 100%;
    height: 100%;
}

.svg-int-lnk {
}

.svg-int-lnk * {
    opacity: 0;
    transition: all 0.3s ease;
    fill: #ff3102;
}
.svg-int-lnk:hover * {
    opacity: 0.5;
}

/* */
.doma-section__info-wrapper .button-primary {
    margin-top: 32px;
    width: 100%;
    text-align: center;
}
.dom-info .h3 {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--color-grey);
}
.dom-info .blue-text + p {
    margin-top: 4px;
}
.dom-info p + .blue-text {
    margin-top: 24px;
}
.dom-info + .dom-info {
    margin-top: 32px;
}

.capreq-section__wrapper {
    position: relative;
    background-color: #cedfd7;
    padding-top: 348px;
    padding-bottom: 48px;
}
.capreq-section__wrapper--light {
    background-color: var(--color-light-grey);
}
.capreq-section__wrapper--light input[type="text"],
.capreq-section__wrapper--light input[type="number"],
.capreq-section__wrapper--light input[type="email"],
.capreq-section__wrapper--light input[type="tel"] {
    background-color: #fff;
}

.capreq-section__image {
    position: absolute;
    top: -60px;
    left: 50%;
    width: 550px;
    transform: translateX(-50%);
    pointer-events: none;
}

.capreq-section__image img {
    width: 100%;
    height: auto;
}

.capreq-section__content p {
    margin: 16px 0 32px;
}

.capreq-section__content input[type="tel"] {
    font-size: 16px !important;
}
.capreq-section__content input[type="tel"]::placeholder {
    font-size: 16px !important;
}

.capreq-section__content button {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.capreq-section__content input[type="tel"] {
    margin-bottom: 24px;
}

.capreq-section__content .info {
    color: var(--color-dark);
}

.benefits-text {
    padding: 24px;
    border-radius: 16px;
    background-color: var(--color-light-grey);
}

.benefits-text .subtitle {
    color: var(--color-orange);
    margin-bottom: 16px;
}

.emotions-section__header {
    display: grid;
    grid-template-columns: 100%;
    gap: 24px;
}

.doma-section__info-wrapper {
    background-color: var(--color-light-grey);
    border-radius: 16px;
    padding: 32px;
}

@media (min-width: 500px) {
    .capreq-section__wrapper {
        padding-top: 450px;
    }

    .capreq-section__image {
        top: -120px;
        width: 780px;
    }

    .rasreq-section__wrapper {
        padding-top: 550px;
    }

    .rasreq-section__image {
        width: 780px;
    }
}

@media (min-width: 767px) {
    .benefits-text {
        padding: 32px;
    }

    .dom-info + .dom-info {
        margin-top: 0;
    }
    .main-swiper__labels {
        margin-top: 32px;
    }

    .doma-section__info-wrapper {
        padding: 32px;
    }
    .doma-section__grid-info {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .doma-section__grid-info.row3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .dom-info .h3 {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }

    .capreq-section__wrapper {
        padding-top: 40px;
        padding-bottom: 45px;
    }

    .capreq-section .container {
        display: flex;
        justify-content: end;
    }

    .capreq-section__image {
        top: auto;
        bottom: 0;
        left: 0;
        width: 375px;
        transform: translateX(0);
    }

    .capreq-section__image img {
        height: 610px;
        object-fit: cover;
        object-position: top right;
    }

    .capreq-section__content {
        flex: 0 0 48%;
    }

    .grid-image {
        height: 500px;
    }

    .container {
        padding-left: 48px;
        padding-right: 48px;
    }

    .section-pt {
        padding-top: 130px;
    }

    .section-pt-1 {
        padding-top: 144px;
    }

    .section-pt-2 {
        padding-top: 128px;
    }

    .section-pt-3 {
        padding-top: 80px;
    }

    .joined-inputs .inp-left input[type="text"] {
        padding: 17px 32px 17px 44px;
    }

    .joined-inputs .inp-right input[type="text"] {
        padding: 17px 32px 17px 44px;
    }

    .input-with-range input[type="text"] {
        padding: 17px 32px 17px 44px;
    }

    [data-popup-wrapper] {
        padding: 64px;
    }

    [data-popup-close-btn] {
        top: 30px;
        right: 30px;
    }

    .popup-1 p {
        margin-bottom: 40px;
    }

    .popup-1 form input {
        margin-bottom: 24px;
    }

    .header__right {
        display: flex;
        align-items: center;
        gap: 32px;
    }

    .header__choose-floor {
        display: block;
    }

    .burger-menu .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .burger-menu__main-links {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 0;
        padding: 80px 0;
    }

    .burger-menu__footer {
        padding-top: 80px;
        display: grid;
        grid-template-columns: 24% 66%;
        justify-content: space-between;
    }

    .burger-menu__liters ul {
        gap: 16px 80px;
    }

    .footer {
        padding-bottom: 60px;
    }

    .footer__row--2 {
        gap: 24px;
    }
}

@media (min-width: 1023px) {
    .h1 {
        font-size: 48px;
    }

    .h2 {
        font-size: 32px;
    }

    .h3 {
        font-size: 24px;
    }

    .subtitle {
        font-size: 20px;
    }

    .f-num {
        font-size: 40px;
    }

    .section-pt-1 {
        padding-top: 70px;
    }

    .capreq-section__image {
        width: 880px;
        left: -400px;
    }

    .emotions-section__header {
        grid-template-columns: 1fr 50%;
        gap: 32px;
        justify-content: space-between;
    }

    .capreq-section__image img {
        height: 600px;
    }

    .capreq-section__content {
        flex: 0 0 35.8%;
    }

    .header__container {
        height: 76px;
    }

    .header__left {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .header__logo {
        width: 255px;
    }

    .header__right {
        gap: 64px;
    }

    .burger-open-btn img,
    .burger-close-btn img {
        height: 60px;
        width: 60px;
    }

    .burger-menu {
        top: 92px;
        height: calc(100vh - 92px);
    }

    .footer__row--2 {
        flex-direction: row-reverse;
        align-items: center;
    }

    .footer__row--2 .footer__link {
        margin: 0 auto;
    }

    .footer__address {
        display: flex;
        flex-direction: column;
        max-width: 385px;
    }

    input[type="text"],
    input[type="number"],
    input[type="email"],
    input[type="tel"] {
        font-size: 16px;
    }

    input[type="text"]::placeholder,
    input[type="number"]::placeholder,
    input[type="email"]::placeholder,
    input[type="tel"]::placeholder {
        font-size: 16px;
    }
}

.h-pb p {
    margin-top: 0;
}

@media (min-width: 1439px) {
    .grid-1 {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .grid-1 .grid-image {
        width: 58%;
        height: 700px;
    }
    .grid-2 {
        display: grid;
        grid-template-columns: 1fr 67%;
        align-items: center;
    }
    .grid-2 .grid-image {
        height: 600px;
    }

    .doma-section__grid {
        align-items: stretch;
    }
    .doma-section__info-wrapper {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .capreq-section__wrapper {
        padding: 80px 0;
    }

    .capreq-section__image {
        left: -140px;
    }

    .capreq-section__image img {
        height: 670px;
    }

    .capreq-section__content {
        flex: 0 0 31.7%;
    }

    .container {
        padding-left: 90px;
        padding-right: 90px;
    }

    .link-underline-light,
    .link-underline-white,
    .link-underline-dark {
        font-size: 16px;
    }

    .arrow-left::before,
    .arrow-right::before {
        width: 56px;
        height: 56px;
        background: url("../img/icons/arrow-left.svg") center no-repeat;
    }

    .main-slider-section__nav-btns .arrow-left,
    .main-slider-section__nav-btns .arrow-right {
        width: 56px;
        height: 56px;
    }

    .section-pt {
        padding-top: 160px;
    }

    .section-pt-sm {
        padding-top: 80px;
    }

    .section-pt-1 {
        padding-top: 206px;
    }

    .section-pt-2 {
        padding-top: 160px;
    }

    .section-pt-3 {
        padding-top: 130px;
    }

    .h-pb p {
        margin-top: 0;
    }

    .h-pb {
        margin-bottom: 48px;
    }

    .back-link {
        margin-top: 156px;
    }

    .joined-inputs .inp-left input[type="text"] {
        padding: 12px 28px 12px 46px;
    }
    .joined-inputs .inp-right input[type="text"] {
        padding: 12px 28px 12px 46px;
    }

    .input-with-range input[type="text"] {
        padding: 12px 32px 12px 46px;
    }

    .footer {
        padding-bottom: 80px;
    }
}

@media (min-width: 1600px) {
    .h1 {
        font-size: 64px;
    }

    .h2 {
        font-size: 48px;
    }

    .h3 {
        font-size: 32px;
    }
    .f-num {
        font-size: 70px;
    }

    .header__logo {
        width: 305px;
    }

    .section-pt {
        padding-top: 200px;
    }

    .capreq-section__wrapper {
        padding: 140px 0 130px;
    }
}

@media (min-width: 1700px) {
    .capreq-section__image {
        width: 1130px;
    }

    .capreq-section__image img {
        height: 760px;
    }
}

@media (min-width: 1830px) {
    .f-num {
        font-size: 90px;
    }
}

@media (max-width: 1023px) {
    .capreq-section {
        overflow: hidden;
    }
}

@media (max-width: 460px) {
    .f-num {
        font-size: clamp(1.0625rem, 0.3482rem + 3.5714vw, 1.375rem);
    }
    .h1 {
        font-size: clamp(1.625rem, 0.3484rem + 6.383vw, 2rem);
    }
    .h2 {
        font-size: clamp(1.25rem, -0.0266rem + 6.383vw, 1.625rem);
    }
    .h3 {
        font-size: clamp(1rem, -0.2766rem + 6.383vw, 1.375rem);
    }
}

.new-center-section__grid-features {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px;
}

.center-feature {
    padding: 24px;
    border-radius: 16px;
    background-color: var(--color-light-grey);
}
.center-feature__header {
    display: flex;
    gap: 24px;
    align-items: center;
}
.center-feature__header img {
    width: 40px;
    height: 40px;
}
.center-feature p {
    margin-top: 24px;
}

@media (min-width: 767px) {
    .main-swiper .swiper-slide .h2,
    .main-swiper .swiper-slide .h1 {
        padding-bottom: 32px;
    }
    .main-slider-section__btn {
        margin-bottom: 40px;
    }

    .new-center-section__grid-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .center-feature {
        padding: 32px;
    }
    .center-feature__header {
        gap: 32px;
    }
    .center-feature__header img {
        width: 80px;
        height: 80px;
    }
    .center-feature p {
        margin-top: 32px;
    }
}
@media (min-width: 1439px) {
    body,
    .p1 {
        font-size: 16px;
    }
    .new-center-section__grid-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-slider-section__btn {
        height: 56px;
    }
    .advantages-section__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .advantages-section__nav-btns {
        display: flex;
        gap: 16px;
    }

    .advantages-section__image {
        height: 525px;
    }
}

.label-grey {
    display: inline-block;
    background-color: var(--color-grey);
    border-radius: 60px;
    padding: 8px 32px;
    color: #fff;
}

@media (min-width: 1439px) {
    .h-pb p {
        margin-top: 24px;
    }
}

@media (min-width: 1439px) {
    .p1 {
        font-size: 20px;
    }
    .advantages-section__header .p1 {
        max-width: 70%;
    }
}
@media (min-width: 767px) {
    .p1 {
        font-size: 18px;
    }
}

.p1 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: initial;
}
