.main-section .container {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}

.main-slider {
    position: relative;
}

.main-slider .embla__viewport {
    border-radius: 30px;
    overflow: hidden;
}

.main-slider .embla__container {
    height: 500px;
    min-height: 500px;
    height: calc(100vh - var(--header-height) - 135px);
    height: calc(100dvh - var(--header-height) - 135px);
}

.main-slider .embla__slide {
    height: 100%;
}

.main-slider .controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 5;
}

.main-slider .swipe-icon {
    position: absolute;
    z-index: 5;
    bottom: 24px;
    right: 16px;
}

.main-slide {
    position: relative;
}

.main-slide__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-slide__content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 16px 78px 20px;
    color: var(--color-white);
    text-wrap: balance;
}

.start-vigoda {
    position: absolute;
    z-index: 5;
    left: 20px;
    top: 20px;
    background-color: var(--color-green);
    border-radius: 16px;
    padding-left: 9px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.start-vigoda__wrap {
    border-radius: 16px;
    background-color: var(--color-white);
    padding: 16px 24px;
    text-align: left;
}

.start-vigoda .subtitle {
    color: var(--color-main);
}

.start-vigoda .btn-text-arrow {
    margin-top: 8px;
}

.start-vigoda:hover .btn-text-arrow {
    color: var(--color-green);
}

.start-vigoda:hover .btn-text-arrow svg {
    translate: 0.375rem 0;
}

.akcii-slider-block {
    background-color: var(--color-light);
    padding: 48px;
    border-radius: 30px;
}

.akcii-slider {
    position: relative;
    overflow: hidden;
}

.akcii-slider .controls {
    display: none;
    margin: 0 auto;
}

.akcia-slide {
    /* border-radius: 30px; */
    display: flex;
    align-items: center;
    gap: 17px;
    background-color: var(--color-light);
    justify-content: space-between;
    /* padding-left: 20px; */
}

.akcia-slide + .akcia-slide {
    margin-left: 20px;
}

.akcia-slide .subtitle {
    color: var(--color-main);
    margin: 0 auto;
    text-align: center;
}

.akcia-slide__img {
    height: 86px;
    width: 86px;
    flex: 0 0 86px;
    border-radius: 30px;
    object-fit: cover;
}

.akcia-link {
    margin-top: 20px;
    width: 100%;
}

.links-slider {
    display: flex;
    gap: 6px;
    scrollbar-width: none;
    overflow-x: auto;
    scroll-behavior: smooth;
    margin: 0 calc(var(--container-padding-x) * -1);
    padding: 0 var(--container-padding-x);
    margin-top: 30px;
}

.circle-link {
    flex: 0 0 105px;
    width: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circle-link span {
    display: block;
    width: 100%;
    margin-top: 4px;
    text-wrap: wrap;
    text-align: center;
    word-wrap: break-word;
}

.circle-link:hover {
    text-decoration: underline;
}

.about-grid {
    display: grid;
    grid-template-columns: 100%;
    gap: 24px;
}

.about-image {
    position: relative;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}

.about-image .label-blur {
    position: absolute;
    top: 20px;
    left: 20px;
}

.about-image__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.about-content__btn {
    margin-top: 20px;
    width: 100%;
}

.about-items-grid {
    display: flex;
    gap: 48px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    margin-top: 20px;
}

.about-item {
    display: flex;
    gap: 24px;
    align-items: center;
}

.about-item___text .subtitle {
    color: var(--color-main);
}

.about-item___text span {
    color: var(--color-grey);
}

.about-map {
    margin-top: 20px;
    padding: 24px;
    background-color: var(--color-light);
    border-radius: 30px;
}

.about-map__btn {
    margin-top: 16px;
    width: 100%;
}

.arch-section .section-title p {
    max-width: 745px;
}

.arch-slider {
    margin-top: 24px;
}

.arch-slide {
    position: relative;
    height: 500px;
    padding: 32px;
    border-radius: 30px;
    flex: 0 0 333px;
    background-color: var(--card-color);
    transition: background-color 0.25s ease-out;
}

.arch-slide + .arch-slide {
    margin-left: 16px;
}

.arch-slide h3 {
    color: var(--color-white);
    transition: color 0.25s ease-out;
}

.arch-slide p {
    margin-top: 20px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
}

.arch-slide__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    transition: opacity 0.25s ease-out;
}

.arch-slide svg {
    width: 100%;
    height: auto;
}

.arch-slide__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    right: -16.6%;
    bottom: -65px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
}

.arch-slide__img img {
    height: auto;
}

.arch-slide--1 {
    --card-color: var(--color-blue);
}

.arch-slide--1 .arch-slide__icon {
    width: 81.8%;
}

.arch-slide--2 {
    --card-color: var(--color-green);
}

.arch-slide--2 .arch-slide__icon {
    width: 74.86%;
}

.arch-slide--3 {
    --card-color: var(--color-pink);
}

.arch-slide--3 .arch-slide__icon {
    width: 61.9%;
}

.arch-slide--3 .arch-slide__img {
    rotate: 5.33deg;
}

.arch-slide:hover {
    background-color: var(--color-light);
}

.arch-slide:hover h3 {
    color: var(--card-color);
}

.arch-slide:hover p {
    opacity: 1;
}

.arch-slide:hover .arch-slide__icon {
    opacity: 0;
}

.arch-slide:hover .arch-slide__img {
    opacity: 1;
}

.genplan-section {
    position: relative;
}

.genplan-section .section-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.genplan-section .section-title a {
    width: 100%;
}

.genplan-section__swipe {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid var(--color-white);
}

.genplan {
    overflow-x: auto;
    scrollbar-width: none;
}

.genplan__wrapper {
    position: relative;
    min-width: 1440px;
}

.plan-p {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Crect%20width%3D%2222.463%22%20height%3D%2222.463%22%20x%3D%22.768%22%20y%3D%22.768%22%20fill%3D%22%23fff%22%20stroke%3D%22%23009943%22%20stroke-width%3D%221.537%22%20rx%3D%221.633%22%2F%3E%3Cpath%20fill%3D%22%23009943%22%20d%3D%22M8.424%206.4h3.632c2.832%200%204.816.64%204.816%203.504%200%202.88-1.984%203.504-4.816%203.504h-2V18H8.424zm3.76%201.376h-2.128v4.208h2.128c1.712%200%203.024-.176%203.024-2.08%200-1.888-1.312-2.128-3.024-2.128%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
}

.plan-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

/* .plan-icon::before {
    content: "";
    display: block;
    position: relative;
    z-index: 5;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-color: var(--color-white);
    border-radius: 50px;
    background-size: 100%;
} */

.plan-icon .info {
    position: absolute;
    pointer-events: none;
    padding: 8px 16px;
    background-color: var(--color-white);
    color: var(--color-green);
    border-radius: 10px;
    left: 56px;
    top: 50%;
    transform: translate(-48px, -50%);
    overflow: hidden;
    transition: width 0.3s ease, height 0.3s ease, transform 0.35s ease;
    transform-origin: 0 center;
    opacity: 0;
    white-space: nowrap;
    text-wrap: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    opacity: 0 !important;
}

.plan-icon span {
    display: inline-block;
}

.plan-icon:hover {
    z-index: 10;
}

.plan-icon:hover .info {
    transform: translate(0, -50%);
    opacity: 1 !important;
}

/* .plan-icon--child::before {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22none%22%20viewBox%3D%220%200%2048%2048%22%3E%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23fff%22%20rx%3D%2224%22%2F%3E%3Cpath%20stroke%3D%22%23009943%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M22%2028c.5.3%201.2.5%202%20.5s1.5-.2%202-.5m1-4h.01m4.37-5.187A9%209%200%200%201%2032.8%2022.2a2.001%202.001%200%200%201%200%203.6%209%209%200%200%201-17.6%200%202.001%202.001%200%200%201%200-3.6A9%209%200%200%201%2024%2015c2%200%203.5%201.1%203.5%202.5s-.9%202.5-2%202.5c-.8%200-1.5-.4-1.5-1m-3%205h.01%22%2F%3E%3C%2Fsvg%3E");
}

.plan-icon--park::before {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22none%22%20viewBox%3D%220%200%2048%2048%22%3E%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23fff%22%20rx%3D%2224%22%2F%3E%3Cpath%20stroke%3D%22%23009943%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M19%2028v6m6-3v3m-1-3h8.3a1%201%200%200%200%20.7-1.7L30%2026h.3a1%201%200%200%200%20.7-1.7L28%2021h.2a1%201%200%200%200%20.8-1.7L25%2015l-1.4%201.5M22%2022v.2a3%203%200%200%201-1.1%205.8H17a3%203%200%200%201-1-5.8V22a3%203%200%200%201%206%200%22%2F%3E%3C%2Fsvg%3E");
}

.plan-icon--ball::before {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22none%22%20viewBox%3D%220%200%2048%2048%22%3E%3Crect%20width%3D%2248%22%20height%3D%2248%22%20fill%3D%22%23fff%22%20rx%3D%2224%22%2F%3E%3Cpath%20stroke%3D%22%23009943%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M23.1%2019.1a16.55%2016.55%200%200%201%2010.9%204M24%2024a12.6%2012.6%200%200%201-8.7%205m8.7-5a12.8%2012.8%200%200%201%208.7%205M24%2024a13.3%2013.3%200%200%201%200-10m4.8%2011.6a16.55%2016.55%200%200%201-9%207.5M24%2014c-5.523%200-10%204.477-10%2010s4.477%2010%2010%2010%2010-4.477%2010-10-4.477-10-10-10m-5.7%201.8a16.55%2016.55%200%200%200%201.9%2011.5%22%2F%3E%3C%2Fsvg%3E");
} */

.plan-liter {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: var(--color-white);
    color: var(--color-green);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    transition: color 0.15s ease-out;
}

.plan-liter .info {
    display: block;
    padding: 4px 8px;
    border-radius: 5px;
    background-color: var(--color-green);
    color: var(--color-white);
    margin-top: 8px;
}

.plan-liter::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
}

.plan-liter:hover {
    color: var(--color-orange);
}

.eco-slide {
    --eco-slide-height: 250px;
    position: relative;
    height: var(--eco-slide-height);
}

.eco-slide__icon {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    z-index: 3;
    top: 24px;
    left: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20fill%3D%22none%22%20viewBox%3D%220%200%2056%2056%22%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2228%22%20r%3D%2228%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20fill%3D%22%23009943%22%20d%3D%22M28.055%2019.142a15.08%2015.08%200%200%200%208.911%208.911%2015.08%2015.08%200%200%200-8.91%208.91%2015.08%2015.08%200%200%200-8.911-8.91%2015.08%2015.08%200%200%200%208.91-8.91%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19%2019h18v18H19z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.eco-slide::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    inset: 0;
    border-radius: 30px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 71.23%
    );
}

.eco-slide::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    inset: -1px;
    border-radius: 30px;
    background-color: #f9f7f2;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.eco-slide + .eco-slide {
    margin-left: 16px;
}

.eco-slide img {
    border-radius: 30px;
}

.eco-slide h3 {
    position: absolute;
    z-index: 5;
    top: 100%;
    translate: 0 -100%;
    left: 0;
    right: 0;
    color: var(--color-white);
    transition-duration: 0.45s;
    transition-timing-function: ease-out;
    transition-property: color, translate;
    padding: 24px;
}

.eco-slide p {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 24px;
    transition: opacity 0.4s ease-out;
}

.plans-slider {
    padding: 0 var(--container-padding-x);
}

.plans-slider .embla__viewport {
    margin-top: 24px;
}

.plan-slide__head {
    display: flex;
}

.plan-slide__head span + span {
    position: relative;
    display: flex;
    align-items: center;
}

.plan-slide__head span + span::before {
    content: "";
    display: inline-block;
    margin: 0 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--color-green);
}

.plan-slide__img {
    object-fit: contain;
}

.usi-section__img {
    margin-top: 20px;
    height: 400px;
    border-radius: 30px;
}

.usi-section__btn {
    margin-top: 20px;
    width: 100%;
}

.usi-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}

.usi-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.usi-item__icon {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2257%22%20fill%3D%22none%22%20viewBox%3D%220%200%2060%2057%22%3E%3Cpath%20fill%3D%22%239747ff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M58.817%2027.56v4.08c0%2013.913-11.278%2025.19-25.19%2025.19h-8.16C11.554%2056.83.276%2045.553.276%2031.64v-6.056c0-13.912%2011.278-25.19%2025.19-25.19h8.16c13.912%200%2025.19%2011.278%2025.19%2025.19zm-11.308%201.052c-10.39-3.106-17.962-12.737-17.962-24.137%200%2011.4-7.573%2021.031-17.962%2024.137C21.975%2031.72%2029.547%2041.35%2029.547%2052.75c0-11.4%207.573-21.031%2017.962-24.138%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.usi-item__content .subtitle {
    color: var(--color-dark);
}

.usi-item__content span {
    color: var(--color-grey);
}

.calc-wrapper {
    display: grid;
    grid-template-columns: 100%;
    gap: 24px;
}

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

.calc__ranges {
    display: grid;
    grid-template-columns: 100%;
    margin-top: 20px;
    gap: 21px 16px;
}

.calc__ranges .sr .info {
    margin-bottom: 8px;
    color: var(--color-grey);
}

.calc__btn {
    margin-top: 21px;
    width: 100%;
}

.calc-item {
    padding: 20px;
    background-color: var(--color-light);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.calc-item__head {
    display: flex;
    align-items: center;
    gap: 16px;
}

.calc-item__icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

.calc-item__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.calc-item__col .info {
    color: var(--color-grey);
    margin-top: 2px;
}

.calc-res-wrapper {
    height: 360px;
}

.calc-res-wrapper .mobile-scrollbar__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 767px) {
    .main-slider {
        order: 1;
    }

    .main-slider .embla__container {
        height: 550px;
        min-height: 550px;
        height: calc(100vh - var(--header-height) - 20px);
        height: calc(100dvh - var(--header-height) - 20px);
    }

    .main-slider .controls {
        left: 32px;
        bottom: 32px;
    }

    .main-slider .swipe-icon {
        bottom: 32px;
        right: 32px;
    }

    .main-slide__content {
        padding: 0 32px 90px;
    }

    .start-vigoda {
        top: 32px;
        left: 32px;
    }

    .akcii-slider-block {
        order: 2;
    }

    .akcii-slider .embla__viewport {
        overflow: hidden;
    }

    .akcii-slider .controls {
        display: flex;
        /* position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: 40px; */
    }

    .akcia-slide {
        flex-direction: column;
        align-items: start;
        gap: 24px;
        padding: 0 0 16px;
    }

    .akcia-slide__img {
        width: 100%;
        height: 230px;
        flex: 0 0 auto;
    }

    .links-slider {
        order: 3;
        gap: 8px;
    }

    .about-grid {
        gap: 32px;
    }

    .about-image .label-blur {
        top: 32px;
        left: 32px;
    }

    .about-content__btn {
        margin-top: 32px;
    }

    .about-items-grid {
        margin-top: 32px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 42px;
        overflow: visible;
    }

    .arch-slider {
        margin-top: 32px;
    }

    .arch-slide + .arch-slide {
        margin-left: 20px;
    }

    .genplan-section .section-title {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .genplan-section .section-title a {
        width: auto;
    }

    .genplan-section__swipe {
        display: none;
    }

    .eco-slider .mobile-controls {
        display: none;
    }

    .eco-slide {
        --eco-slide-height: 300px;
        flex: 0 0 calc(50% - 10px);
    }

    .eco-slide + .eco-slide {
        margin-left: 20px;
    }

    .eco-slide h3 {
        padding: 32px;
    }

    .eco-slide p {
        padding: 32px;
    }

    .plans-slider {
        padding: 0;
    }

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

    .plans-slider .embla__slide {
        flex: 0 0 450px;
    }

    .plans-slider .embla__container {
        align-items: center;
        height: 550px;
    }

    .plan-slide__head span + span::before {
        margin: 0 16px;
    }

    .plan-slide h3 {
        color: var(--color-dark);
    }

    .plan-slide .embla__slide-wrapper {
        padding: 32px;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: transparent;
        transition: background-color 0.2s ease-out;
    }

    .plan-slide__head {
        margin-top: 16px;
    }

    .plan-slide__img {
        width: auto;
        margin-top: 16px;
        height: 200px;
    }

    .plan-slide__cost {
        margin-top: 24px;
    }

    .plan-slide__info {
        margin-top: 8px;
        margin-bottom: 24px;
    }

    .plan-slide__btn {
        width: 100%;
        height: 0;
        transition: height 0.3s ease;
    }

    .plan-slide__btn .button-primary {
        width: 100%;
        opacity: 0;
        transition: opacity 0.2s ease-out, background-color 0.2s ease-out,
            color 0.2s ease-out;
    }

    .plan-slide.is-snapped .embla__slide-wrapper {
        background-color: var(--color-light);
    }

    .plan-slide.is-snapped .plan-slide__btn {
        height: 54px;
    }

    .plan-slide.is-snapped .plan-slide__btn .button-primary {
        opacity: 1;
    }

    .plan-preview {
        display: none;
    }

    .usi-section__btn {
        margin-top: 45px;
    }

    .usi-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 32px;
        gap: 32px;
    }

    .usi-item {
        gap: 24px;
    }

    .calc .select {
        margin-top: 32px;
    }

    .calc .select ul {
        position: static;
        border: none;
        flex-wrap: wrap;
        padding: 0;
    }

    .calc .select li.active {
        font-weight: 400;
    }

    .calc__ranges {
        margin-top: 32px;
        grid-template-columns: repeat(2, 1fr);
    }

    .calc-item {
        padding: 23px 32px;
        flex-direction: row;
        justify-content: space-between;
    }

    .calc-item__wrap {
        flex-direction: row;
        gap: 30px;
    }

    .calc-res-wrapper {
        height: auto;
    }
}

@media (min-width: 767px) and (min-width: 1400px) {
    .plans-slider .embla__container {
        height: 650px;
    }
}

@media (min-width: 1023px) {
    .main-section .container {
        grid-template-columns: 61.95% 36%;
        justify-content: space-between;
    }

    .main-slider .embla__container {
        height: 550px;
    }

    .akcii-slider-block {
        display: flex;
        flex-direction: column;
    }

    .akcii-slider {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        border-radius: 30px;
        overflow: visible;
    }

    .akcii-slider .embla__viewport {
        height: 100%;
    }

    .akcii-slider .embla__container {
        height: 100%;
    }

    .akcia-slide__img {
        flex-grow: 1;
    }

    .links-slider {
        margin: 0;
        margin-top: 30px;
        padding: 0;
        grid-column: span 2;
        justify-content: center;
    }

    .about-items-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .arch-slider .mobile-controls {
        display: none;
    }

    .arch-slide p {
        margin-top: 30px;
    }

    .eco-slide {
        --eco-slide-height: 400px;
    }

    .plans-slider .embla__slide {
        flex: 0 0 490px;
    }

    .plans-slider .mobile-controls {
        display: none;
    }

    .plan-slide__img {
        height: 240px;
    }

    .calc-item__wrap {
        gap: 42px;
    }
}

@media (min-width: 1150px) {
    .arch-slide {
        flex: 0 0 calc(33.33% - 13.33px);
    }
}

@media (min-width: 1400px) {
    .main-section .container {
        grid-template-columns: 66.12% 32.3%;
        gap: 48px 20px;
    }

    .main-slider .embla__container {
        height: 600px;
        min-height: 600px;
        max-height: 800px;
        height: calc(100vh - var(--header-height) - 30px);
        height: calc(100dvh - var(--header-height) - 30px);
    }

    .main-slider .controls {
        left: auto;
        bottom: 48px;
        right: 48px;
    }

    .main-slide__content {
        bottom: 48px;
        left: 48px;
        padding: 0;
        max-width: 514px;
    }

    .start-vigoda {
        top: 48px;
        left: 48px;
    }

    .akcii-slider .controls {
        bottom: 20px;
    }

    .akcia-slide {
        padding: 0 0 23px;
        gap: 32px;
    }

    .circle-link {
        flex: 0 0 120.5px;
    }

    .about-grid {
        grid-template-columns: 40.7% 49.2%;
        justify-content: space-between;
    }

    .about-image {
        height: auto;
    }

    .about-items-grid {
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        gap: 20px;
    }

    .arch-slider {
        margin-top: 48px;
    }

    .arch-slide {
        height: 700px;
        padding: 48px;
    }

    .arch-slide__img {
        bottom: -80px;
    }

    .eco-slide {
        flex: 0 0 calc(33% - 13.33px);
    }

    .plans-slider .embla__slide {
        flex: 0 0 520px;
    }

    .plan-slide__img {
        height: 320px;
    }

    .usi-section .container {
        display: grid;
        grid-template-columns: 1fr 41%;
        gap: 0 126px;
        justify-content: space-between;
    }

    .usi-section__img {
        margin: 0;
        height: 100%;
        grid-row: 1/3;
        grid-column: 2;
    }

    .calc-wrapper {
        grid-template-columns: 32.25% 1fr;
        gap: 32px;
    }

    .calc__ranges {
        grid-template-columns: 100%;
    }

    .calc-item {
        padding: 32px;
        flex: 1 1 16.66%;
        max-height: 110px;
    }

    .calc-res-wrapper .mobile-scrollbar__content {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 1550px) {
    .main-slide__content {
        max-width: 605px;
    }
}

@media (min-width: 1860px) {
    .main-section .container {
        grid-template-columns: 66.28% 32.5%;
        gap: 60px 20px;
    }

    .main-slider .embla__container {
        height: 700px;
        min-height: 700px;
        max-height: 800px;
        height: calc(100vh - var(--header-height) - 30px);
        height: calc(100dvh - var(--header-height) - 30px);
    }

    .main-slide__content {
        max-width: 705px;
    }

    .circle-link {
        flex: 0 0 130px;
    }

    .about-grid {
        grid-template-columns: 51% 42%;
    }

    .about-content__btn {
        margin-top: 48px;
    }

    .arch-slide {
        height: 800px;
    }

    .arch-slide__img {
        bottom: -100px;
    }

    .plans-slider .embla__slide {
        flex: 0 0 570px;
    }

    .usi-section .container {
        grid-template-columns: 44.9% 49.3%;
    }

    .calc-wrapper {
        grid-template-columns: 32.5% 1fr;
    }

    .calc-item {
        padding: 28px 32px;
    }
}

@media (max-width: 1399px) {
    .plan-p,
    .plan-icon,
    .plan-liter {
        scale: 0.9;
    }
}

@media (max-width: 766px) {
    .plans-slider .embla__viewport {
        overflow: hidden;
    }

    .plans-slider .embla__container {
        flex-direction: column;
        height: 280px;
    }

    .plans-slider .embla__slide {
        flex: 0 0 calc(33.33% - 13.33px);
    }

    .plans-slider .embla__slide + .embla__slide {
        margin-top: 10px;
    }

    .plans-slider .embla__slide-wrapper {
        transform: scale(1) !important;
    }

    .plans-slider .mobile-controls {
        display: none;
    }

    .plan-slide {
        position: relative;
        padding: 20px;
        background-color: var(--color-light);
        border-radius: 30px;
    }

    .plan-slide__img {
        position: absolute;
        top: 50%;
        right: 0;
        translate: 0 -50%;
        height: 62px;
        width: 62px;
    }

    .plan-slide h3 {
        font-size: 18px;
        color: var(--color-green);
    }

    .plan-slide__head {
        margin-top: 6px;
        font-size: 12px;
    }

    .plan-slide__cost,
    .plan-slide__info,
    .plan-slide__btn {
        display: none;
    }

    .plan-preview {
        margin-top: 24px;
    }

    .plan-preview__head {
        display: flex;
    }

    .plan-preview__head span + span {
        position: relative;
        display: flex;
        align-items: center;
    }

    .plan-preview__head span + span::before {
        content: "";
        display: inline-block;
        margin: 0 12px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: var(--color-green);
    }

    .plan-preview__img {
        object-fit: contain;
    }

    .plan-preview h3 {
        color: var(--color-green);
    }

    .plan-preview .embla__slide-wrapper {
        padding: 32px;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: transparent;
        transition: background-color 0.2s ease-out;
        background-color: var(--color-light);
    }

    .plan-preview__head {
        margin-top: 16px;
    }

    .plan-preview__img {
        width: auto;
        margin-top: 16px;
        height: 200px;
    }

    .plan-preview__cost {
        margin-top: 24px;
    }

    .plan-preview__info {
        margin-top: 8px;
        margin-bottom: 24px;
    }

    .plan-preview__btn {
        width: 100%;
    }

    .plan-preview__btn .button-primary {
        width: 100%;
    }
}

@media (max-width: 766px) and (min-width: 767px) {
    .plan-preview__head span + span::before {
        margin: 0 16px;
    }
}

@media (max-width: 766px) and (min-width: 1023px) {
    .plan-preview__img {
        height: 240px;
    }
}

@media (max-width: 766px) and (min-width: 1400px) {
    .plan-preview__img {
        height: 320px;
    }
}

.main-section {
    background-image: url(../img/fl-bg-l.svg);
    background-repeat: no-repeat;
    background-position: 0 83%;
}

.arch-section {
    background-image: url(../img/fl-bg-r.svg);
    background-repeat: no-repeat;
    background-position: 100% 89%;
    padding-bottom: var(--section-gap);
    background-size: 21% auto;
}

.ecology-section {
    background-image: url(../img/fl-bg-l.svg);
    background-repeat: no-repeat;
    background-position: 0 35%;
    background-size: 21% auto;
}

.usi-section {
    background-image: url(../img/usi-bg.svg);
    background-repeat: no-repeat;
    background-position: -4% -120px;
}

.slider-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (min-width: 1024px) {
    .slider-title {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* Карта модальное */

[data-popup-main-wrapper] {
  height: 97%;
  max-width: 100%;
  overflow: auto;
}

.map-switcher-container {
    position: relative;
    z-index: 50;
    padding-bottom: 16px;
}

.map-switcher {
    width: 100%;
    background-color: #a9a9a9;
    border-radius: 100px;
    display: flex;
    gap: 4px;
    padding: 4px;
}

.map-switcher button {
    flex: 0 1 50%;
    display: block;
    padding: 14px 0;
    color: #fff;
    border-radius: 60px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.map-switcher button._active {
    background-color: #fff;
    color: var(--color-dark);
}

.map-switcher__office span:first-child {
    display: block;
}
.map-switcher__office span:last-child {
    display: none;
}
@media (max-width: 400px) {
    .map-switcher button {
        flex: 1 1 auto;
    }
    .map-switcher__office span:first-child {
        display: none;
    }
    .map-switcher__office span:last-child {
        display: block;
    }
}

.ymap-section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ymap-section__info {
    /* background-color: var(--color-light); */
    /* border-radius: 16px; */
    /* padding: 24px; */
}

.ymap-section__info h2 {
    margin-bottom: 24px;
}
.ymap-section__info .map-switcher {
    position: static;
    width: 100%;
}

.ymap-section__item .p1 {
    color: var(--color-orange);
}

.ymap-section__item .subtitle {
    margin-top: 8px;
}

.ymap-section__items {
    margin-top: 24px;
}
.ymap-section__item + .ymap-section__item {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #cedfd7;
}

.ymap-section__map {
    border-radius: 16px;
    overflow: hidden;
    height: 500px;
    background-color: var(--color-light);
}

/*  */
.ymap-section__links-select .custom-select {
    margin: 16px 0;
}
.ymap-section__links-select .button-primary {
    width: 100%;
}
.links-list {
    display: none;
}
.map-links-list li {
    position: relative;
}
.map-links-list li img {
    width: auto;
    height: auto;
}
.map-links-list input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.custom-select {
    position: relative;
    z-index: 11;
    border-radius: 30px;
}

.custom-select button {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: 48px;
    background-color: #fff;
    border-radius: 60px;
    padding: 0 16px;
}

.custom-select button img {
    width: auto;
    height: auto;
}

.custom-select button::after {
    content: "";
    transform: rotate(0deg);
    background: url("../img/icons/select-arrow-down.svg") center no-repeat;
    width: 24px;
    height: 24px;
    margin-left: auto;
}

.custom-select.active button::after,
.custom-select button[aria-expanded="true"]::after {
    transform: rotate(-180deg);
}

.custom-select ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 61px;
    border-radius: 15px;
    max-height: 400px;
    overflow-y: auto;
    list-style-type: none;
    padding: 8px 0;
    opacity: 0;
    background-color: #fff;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.custom-select ul.top {
    transform: translateY(10px);
    top: -380px;
}

.custom-select ul li + li {
    border-top: 1px solid var(--color-light);
}

.custom-select ul li {
    padding: 8px 0;
    margin: 0 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.custom-select ul li span {
    display: flex;
    align-items: center;
    gap: 16px;
}

.custom-select ul a {
    display: block;
}

.custom-select.active ul,
.custom-select ul.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.custom-select--dark [data-dropdown-button] {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.custom-select--dark ul {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
}

.ymap-section__info [data-tab-content-wrapper] {
    background-color: var(--color-light);
    padding: 24px;
    margin-top: 24px;
    border-radius: 16px;
}

/*  */

@media (min-width: 767px) {
    .ymap-section__info {
        /* padding: 32px; */
    }

    .ymap-section__info h2 {
        /* margin-bottom: 32px; */
    }
    .ymap-section__items {
        margin-top: 32px;
    }
    .ymap-section__info [data-tab-content-wrapper] {
        padding: 32px;
        margin-top: 30px;
    }
    .ymap-section__links-select .custom-select {
        margin: 24px 0;
    }
}

@media (min-width: 1439px) {
    .map-switcher-container {
        margin-bottom: 0;
    }

    .map-switcher {
        position: absolute;
        top: 48px;
        width: auto;
    }

    .map-switcher button {
        padding: 15px 32px;
        flex: 1 1 auto;
    }

    .ymap-section__info {
        flex-grow: 1;
    }
    .ymap-section__links-select {
        display: none;
    }
    .ymap-section__info {
        display: flex;
        flex-direction: column;
    }
    .ymap-section__info [data-tab-content-wrapper] {
        flex-grow: 1;
    }

    .links-list {
        display: block;
    }
    .links-list ul {
        background-color: #fff;
        padding: 8px 16px;
        border-radius: 16px;
        margin: 24px 0;
    }

    .links-list li + li {
        border-top: 1px solid var(--color-light);
    }

    .links-list li {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 8px 0;
        border-radius: 10px;
    }

    .links-list__count {
        margin-left: auto;
        color: var(--color-orange);
    }

    .links-list__button {
        padding: 0 10px;
    }

    .links-list .button-primary {
        width: 100%;
    }

    .ymap-section__wrapper {
        flex-direction: row;
    }

    .ymap-section__map {
        height: 800px;
        flex: 0 0 57%;
    }
}

@media (min-width: 1600px) {
    .ymap-section__info {
        /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    }

    .ymap-section__map {
        height: 800px;
        flex: 0 0 64.5%;
    }
}

@media (min-width: 2000px) {
    .map-section__maps-wrapper {
        height: 1200px;
    }
}
