@font-face {
    font-family: 'Akrobat';
    src: url('../font/Akrobat/Akrobat-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../font/Akrobat/Akrobat-Bold.ttf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../font/Akrobat/Akrobat-SemiBold.ttf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../font/Akrobat/Akrobat-ExtraBold.ttf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../font/Akrobat/Akrobat-Black.ttf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

header {
    display: flex;
    justify-content: center;
    max-width: 1920px;
    position: fixed;
    z-index: 3;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    height: 104px;
    background: #fff;
}

.header {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
    width: 100%;
    padding: 16px 40px;
}

.selected {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000;
    display: flex;
    align-items: center;
}

.selected svg {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.header__logo {
    width: 210px;
    height: 72px;
}
.header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.header__menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}

.header__menu ul li a {
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    display: block;
    margin-right: 48px;
    text-decoration: inherit;
    transition: 0.5s;
}

@media (max-width: 4500.98px) and (min-width: 1199.98px) {
    .header__menu ul li a:hover {
        color: rgb(116, 186, 82);
    }
}

.header__menu ul li:last-child a {
    margin-right: 0;
}

.header__right {
    width: 238px;
    height: 48px;
    display: flex;
    justify-content: space-between;
}

.header__button {
    border-radius: 6px;
    padding: 12px 32px;
    width: 137px;
    height: 48px;
    background: #74ba52;
    margin-left: 32px;
    position: relative;
    font-weight: 900;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

@media (max-width: 4500.98px) and (min-width: 1199.98px) {
    .header__button:hover {
        background-color: #49aa19;
    }
    .open-popup:hover, .button-home:hover {
        cursor: pointer;
        background-color: #49aa19;
    }
}

.open-popup, .button-home {
    transition: 0.5s;
}

.header__language {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 32px;
}

.header__language:hover {
    cursor: pointer;
}

.header__button:before {
    position: absolute;
    top: 15px;
    left: -32px;
    width: 1px;
    height: 15px;
    background: rgba(0, 0, 0, 0.12);
    content: '';
}

body {
    font-family: 'Akrobat', sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    max-width: 1920px;
    margin: 0 auto;
}

.wrapper {
    max-width: 1920px;
    overflow: hidden;
    position: relative;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.main {
    padding-left: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-bottom: 40px;
    padding-top: 105px;
}

.main__top {
    display: flex;
}

.main__left {
    width: 491px;
}

.main__bottom .scrolling {
    margin-top: 0;
    padding-right: 28px;
}

.main__picture-block {
    width: 400px;
    position: relative;
}

.main__picture {
    width: 974px;
    height: 498px;
    position: absolute;
    left: 82px;
    top: 91px;
}

.main__bottom {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}

.main__text {
    width: 676px;
    margin-top: 229px;
}

.main__text h1 {
    font-weight: 800;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 18px;
}

.scroll-block {
    background: #74ba52;
    border-radius: 6px;
    padding: 12px 34px;
    display: block;
    font-weight: 900;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-decoration: inherit;
}

.scroll-block span {
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 900;
}

.main__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin-bottom: 24px;
}

.general__title {
    font-weight: 800;
    font-size: 56px;
    line-height: 114%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
}

.general__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: #000;
}
.general__small-title.new{
    margin-top: 16px;
}

.general__small-title {
    margin-bottom: 8px;
    border-radius: 32px;
    padding: 8px 16px;
    width: auto;
    background: rgba(116, 186, 82, 0.08);
    font-weight: 800;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #74ba52;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.advantages .general__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: #000;
}

.advantages__top {
    max-width: 423px;
    margin-bottom: 40px;
}

.advantages__text {
    max-width: 490px;
    margin-right: 134px;
}

.advantages__picture-block {
    position: relative;
    width: 400px;
}

.advantages__picture {
    position: absolute;
    top: 66px;
    left: -43px;
    width: 964px;
    height: 521px;
}

.advantages {
    display: flex;
    padding-left: 40px;
    padding-bottom: 58px;
    padding-top: 95px;
    position: relative;
}

.advantages__item {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 32px;
}

.advantages__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantages__number {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}

.advantages__name {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    width: auto;
    flex: 1;
}

.products__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

.card__photo {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-top: auto;
}

.products__top {
    max-width: 730px;
    margin: 0 auto 48px;
    text-align: center;
}

.products__top .general__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000;
}

.products {
    background: #f6fafd;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
}

.card__top {
    padding: 32px 32px 18px;
    background: #fff;
}

.card__photo {
    width: 100%;
    max-width: 325px;
    height: 255px;
}

.card__title {
    font-weight: 800;
    font-size: 38px;
    line-height: 116%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
}

.card__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}

.composition {
    background: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
}

.composition .general__subtitle {
    max-width: 482px;
    margin: 0 auto;
}

.composition__top {
    max-width: 690px;
    margin: 0 auto 48px;
    text-align: center;
}

.composition__left {
    max-width: 570px;
}

.composition__icon {
    position: absolute;
    top: 64px;
    left: 276px;
    width: 475px;
    height: 34px;
}

.composition__list {
    position: relative;
}

.composition__left .title {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 48px;
    max-width: 438px;
}

.composition__number {
    display: flex;
    margin-bottom: 14px;
}

.composition__number:hover, .layer__item:hover {
    cursor: pointer;
}

.composition__number-size {
    margin-right: 23px;
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #c6c6c6;
}

.composition__picture-second,
.composition__picture-third,
.composition__picture-fourth {
    display: none;
}

.composition__picture {
    top: -215px;
}

.composition__picture > div {
    display: none;
}

.composition__picture > .visible {
    display: block;
}

span {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #c6c6c6;
}

.composition__picture-block {
    width: 400px;
    position: absolute;
    top: 362px;
    left: 842px;
}

.composition__picture {
    width: 797px;
    height: 810px;
    position: absolute;
    top: -338px;
    left: -114px;
}

.composition__part {
    display: flex;
    padding-left: 155px;
}

.scrolling {
    display: flex;
    justify-content: flex-end;
    padding-right: 42px;
    margin-top: 60px;
}

.scrolling .text {
    font-weight: 900;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-right: 8px;
}

.option__list {
    display: flex;
    gap: 33px;
    margin-bottom: 48px;
}

.layer__title {
    display: flex;
    font-weight: 800;
    font-size: 41px;
    line-height: 134%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #ff6f00;
    margin-bottom: 24px;
}

.layer__title .number {
    font-weight: 800;
    font-size: 41px;
    line-height: 134%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #ff6f00;
    margin-right: 16px;
}

.layer__second .layer__title .number {
    color: #ed3831;
}

.layer .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 28px;
}

.layer .text {
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
}

.layer .text .text-left {
    width: 275px;
}

.layer .text .text-left p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin: 0;
}

.layer .text .text-left strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 0;
    color: #000;
    margin-bottom: 12px;
    display: block;
}

.layer__block {
    display: flex;
}

.layer__first {
    position: relative;
}

.layer__description {
    position: relative;
    max-width: 760px;
    padding-left: 155px;
}

.option__item {
    width: 150px;
}

.option {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
}

.option__icon {
    margin-bottom: 16px;
    width: 32px;
    height: 32px;
}

.option__title {
    font-weight: 800;
    font-size: 14px;
    line-height: 143%;
    text-transform: uppercase;
    color: #000;
}

.layer__description .arrow {
    position: absolute;
    left: 400px;
    top: 18px;
    width: 245px;
    height: 315px;
}

.layer__item {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #c6c6c6;
    display: flex;
    margin-bottom: 16px;
}

.layer__number {
    font-weight: 800;
    font-size: 32px;
    margin-right: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #c6c6c6;
}

.layer__picture-block {
    position: relative;
    width: 400px;
}

.layer__picture {
    position: absolute;
    width: 855px;
    height: 810px;
    top: -116px;
    left: -27px;
}

.layer__second .layer__title {
    color: #ed3831;
}

.step1 .option__icon svg path {
    stroke: #ff6f00;
}

.step2 .option__icon svg path {
    stroke: #ed3831;
}

.step2 .layer__second .arrow {
    position: absolute;
    left: 398px;
    top: 86px;
}

.layer__second .arrow svg path {
    stroke: #ed3831;
}

.step2 .layer__second {
    margin-top: -15px;
}

.step1 .scrolling, .step2 .scrolling, .step3 .scrolling {
    padding-right: 68px;
}

.layer__third .layer__title, .layer__third .layer__title .number {
    color: #74ba52;
}

.layer__third {
    margin-top: -17px;
}

.step2.step3 .layer__third .arrow {
    position: absolute;
    left: 584px;
    top: 153px;
}

.step2.step3 .option__icon svg path {
    stroke: #74ba52;
}

.step2.step3 .layer__second .arrow svg path {
    stroke: #74ba52;
}

.to-home {
    position: relative;
    width: 100%;
    height: 810px;
}

.to-home__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.to-home .general {
    position: relative;
    padding-top: 89px;
    text-align: center;
    z-index: 1;
    max-width: 570px;
    margin: 0 auto;
}

.to-home__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.to-home__buttons {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}

.button-home {
    border-radius: 6px;
    padding: 12px 24px;
    background: #74ba52;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.button-contact {
    border: 1px solid #e1e8ee;
    border-radius: 6px;
    padding: 12px 33px;
    background: #fff;
    font-weight: 900;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    transition: 0.5s;
}

.button-contact:hover {
    background: rgba(116, 186, 82, .1);
    border-color: #74ba52;
}

/* Попап */
#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(71, 71, 71, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 3;
}

#popup.active {
    display: flex;
}

#popupContent {
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    padding: 40px;
    width: 510px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.06), 0 4px 8px -2px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
    z-index: 3;
}

.popup .title {
    font-weight: 800;
    font-size: 56px;
    line-height: 114%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
}

.popup .subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: #000;
    margin-bottom: 16px;
}

.popup-buttons {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.closeBtn {
    border-radius: 4px;
    padding: 6px 24px;
    font-weight: 900;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #74ba52;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.closeBtn:hover{
    background-color: #49aa19;
}

.phones p {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.phones p a {
    font-weight: 800;
    font-size: 32px;
    display: block;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    margin-left: 24px;
}

#branchSelect {
    border: 1px solid #e1e8ee;
    border-radius: 6px;
    padding: 18px;
    width: 429px;
    height: 56px;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000;
    margin-bottom: 16px;
}

.phones{
    flex-wrap: wrap;
}
.phones p {
    margin: 6px 0;
    width: 100%;
}

.svg-wrapper {
    display: flex;
    justify-content: center;
    width: 1036px;
    height: 568px;
}

.advantages__picture svg path,
.advantages__picture svg line {
    stroke: #74BA52;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    animation-play-state: paused;
}

svg.animate path,
svg.animate line {
    animation: draw 0.5s linear forwards; /* Ускоряем до 0.5 секунды на линию */
    animation-play-state: running;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.composition .general {
    position: relative;
    height: 708px;
}

.composition__part-third .layer__description {
    margin-top: -12px;
}

.composition__part-third .layer__description .layer__second .arrow {
    position: absolute;
    left: 400px;
    top: 18px;
    width: 264px;
    height: 497px;
}

.composition__part-third .layer__second {
    margin-bottom: 25px;
}

.composition__part-third .option__list {
    margin-bottom: 40px;
}

.composition__part-third .layer__title {
    margin-bottom: 7px;
}

.composition__part-first,
.composition__part-second,
.composition__part-third,
.composition__part-fourth {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transform: translateY(100%); /* по умолчанию блоки вне экрана снизу */
}

.composition__part-fourth .layer__title {
    margin-bottom: 10px;
}

.composition__part-fourth .layer__third {
    margin-top: -5px;
    margin-bottom: 25px;
}

.composition__part-fourth .layer__description {
    max-width: 745px;
}

.composition__part-fourth .layer__third .arrow {
    left: 583px;
    top: 152px;
}

.composition__part-fourth .layer__second .arrow {
    top: 86px;
    width: 290px;
    left: 386px;
}


.js-anim {
    visibility: hidden;
}

.js-anim.animate__animated {
    visibility: visible;
}

/* активный блок */
.composition__part-first.show,
.composition__part-second.show,
.composition__part-third.show,
.composition__part-fourth.show {
    transform: translateY(0%);
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.composition__part-second .layer__description .arrow {
    opacity: 0;
    transition: opacity 0.4s ease;
    transition-delay: 0s; /* по умолчанию без задержки */
}

.composition__part-third .layer__first .arrow,
.composition__part-fourth .layer__first .arrow {
    opacity: 0;
    transition: opacity 0.4s ease;
    transition-delay: 0s; /* по умолчанию без задержки */
}

.composition__part-third .layer__second .arrow,
.composition__part-fourth .layer__second .arrow {
    opacity: 0;
    transition: opacity 0.4s ease;
    transition-delay: 1s; /* по умолчанию без задержки */
}

.composition__part-third.show .layer__first .arrow,
.composition__part-fourth.show .layer__first .arrow {
    opacity: 1;
    transition-delay: 0.6s; /* 👈 появится через 600ms */
}

.composition__part-third.show .layer__second .arrow,
.composition__part-fourth.show .layer__second .arrow {
    opacity: 1;
    transition-delay: 1s; /* 👈 появится через 600ms */
}

.composition__part-second.show .layer__description .arrow {
    opacity: 1;
    transition-delay: 0.6s; /* 👈 появится через 600ms */
}


/* блок уходит вверх */
.composition__part-first.hide-up,
.composition__part-second.hide-up,
.composition__part-third.hide-up {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

/* следующий блок — стартовая позиция сверху (заезжает вниз) */
.composition__part.from-top {
    transform: translateY(-100%);
}

.composition {
    position: relative;
    height: 880px;
    overflow: hidden;
}

.contact {
    background: #f6fafd;
    padding: 200px 155px 185px;
}

.contact__title {
    font-weight: 800;
    font-size: 56px;
    line-height: 114%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
}

.contact__subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    color: #000;
}

.contact__content {
    display: flex;
    justify-content: space-between;
}

.contact__right .custom-select .selected {
    width: 470px;
}

.contact__right .custom-select {
    width: 470px;
    margin-top: 24px;
}

.contact__right .custom-select .options {
    width: 470px;
}

.contact__right .phones {
    margin-top: 16px;
    flex-wrap: wrap;
}

.contact__right .phones p {
    margin: 6px 0 16px;
    width: 100%;
}

.contact__left {
    width: 440px;
}

.contact__right {
    padding: 0;
    width: 470px;
}

.seo__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
}

.seo__block {
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
    transition: 1s;
}

.seo-more {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 12px 16px 12px 20px;
    font-weight: 900;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.seo-more div{
    font-weight: 900;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    padding-top: 3px;
}
.seo-more.expanded  svg{
    transform: rotate(-180deg);
}
.seo-more:hover {
    background: rgba(116, 186, 82, .1);
    border-color: #74ba52;
}

.seo__block h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
    margin-top: 30px;
}

.seo__block h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 113%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 16px;
    margin-top: 40px;
}

.seo__block p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 16px;
}

.seo__block ul li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000;
    padding-left: 40px;
    margin-bottom: 16px;
}

.seo__block ul li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}

.seo-more:hover, .button-contact:hover {
    cursor: pointer;
}

.seo-more svg {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.seo__button {
    display: flex;
    justify-content: center;
}

.seo__content {
    max-width: 1130px;
    margin: 0 auto;
}

.seo {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.seo__top {
    width: 670px;
    margin: 0 auto 40px;
    text-align: center;
}

.footer {
    border-radius: 6px 6px 0 0;
    background: linear-gradient(45deg, #515151 0%, #737373 100%);
}

.footer__content {
    width: 1180px;
    margin: 0 auto;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-top: 1px solid #969695;
}

.footer__bottom p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.created {
    display: flex;
    align-items: center;
}

.created p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.created svg {
    margin-left: 4px;
}

.footer__left .logo {
    width: 153px;
    height: 66px;
    margin-bottom: 16px;
}

.footer__left .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}

.footer__left-buttons {
    display: flex;
    gap: 16px;
}

.footer__left-buttons .btn {
    border: 1px solid #74ba52;
    border-radius: 6px;
    width: 120px;
    height: 48px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #74ba52;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.footer__left-buttons .btn:hover {
    color: #49AA19;
    background-color: rgba(116, 186, 82, 0.1);
    border-color: #49AA19;
}


.footer__left {
    display: flex;
    width: calc(100% - 340px);
}

.footer__left ul li {
    display: flex;
    gap: 14px
}

.footer__top {
    padding: 24px 0 16px;
    display: flex;
}


.footer__left-col {
    width: 280px;
}

.footer__center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer__right p {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    padding: 0 44px;
}

.btn:hover {
    background-color: #49AA19;
    border: 1px solid #49AA19;
}

.footerMedia__link {
    width: 32px;
    height: 32px;
    margin: 0 16px 0 0;
    background-size: cover;
}

.footerMedia__links {
    display: flex;
    justify-content: center;
}


.footer__center .footerLinks__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 17px;
}

.footer__center ul, .footer__left ul {
    list-style-type: none;
}

.footer__center ul li {
    margin: 0 0 4px;
}

.footerHelpAndMedia {
    width: 340px;
}

.footer__center ul li a {
    color: #ffffff50;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
}
@media (max-width: 4500.98px) and (min-width: 1199.98px) {

    .footer__center ul li a:hover {
        color: #74ba52;
    }
}

.footer__center-col div {
    margin: 0 0 0 10px;
    width: 180px;
}

.footer__center-col div:first-child {
    margin: 0;
}

.footer__right {
    width: 340px;
    margin-top: 14px;
}

.footerOffer__title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    max-width: 150px;
}

.arrow-top {
    border-radius: 6px;
    padding: 12px;
    width: 48px;
    height: 48px;
    background: #74ba52;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 40px;
    z-index: 1;
    bottom: 100px;
    opacity: 0;
    transition: 0.5s;
}

.arrow-top:hover {
    cursor: pointer;
    background-color: #49aa19;
}

.custom-select {
    width: 429px;
    height: 56px;
    user-select: none;
    position: relative;
}

.custom-select .selected {
    border: 1px solid #e1e8ee;
    border-radius: 6px;
    padding: 18px;
    width: 429px;
    height: 56px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 16px;
    position: relative;
}

.custom-select__arrow {
    position: absolute;
    width: 10px;
    height: 20px;
    z-index: 2;
    right: 18px;
    top: 18px;
}

.custom-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 150px; /* ограничиваем высоту */
    overflow-y: auto; /* скролл если много опций */
    border: 1px solid #ccc;
    background: white;
    display: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 429px;
}

.custom-select .options li {
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000;
    cursor: pointer;
    padding: 5px 18px;
}


@media (max-width: 4500.98px) and (min-width: 1199.98px) {
    .custom-select .options li:hover {
        background-color: #e0e0e0;
    }

}
.custom-select.open .options {
    display: block;
}

.header-down {
    transform: translateY(-100%); /* скрыт */
}

.header-up {
    transform: translateY(0); /* показан */
}

header {
    transition: transform 0.3s ease-in-out; /* Плавный переход */
    will-change: transform; /* Оптимизация */
}

#accordion > *:first-child {
    margin-top: 0;
}

.seo__block h3:first-child {
    margin-top: 0;
}

.other-language {
    display: none;
    position: absolute;
    top: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    color: #000;
    align-items: center;
}

.other-language.active {
    display: block;
}

#accordion {
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

#accordion.expanded {
    max-height: 1000px; /* достаточно большое значение */
}

.cookies {
    border: 1px solid #e1e8ee;
    border-radius: 4px;
    padding: 12px 16px;
    width: 560px;
    height: 60px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.06), 0 4px 8px -2px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 9;
    background: #fff;
}

.cookies .text {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookies .text a {
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #74ba52;
    display: block;
    margin-left: 4px;
    margin-right: 30px;
}

.cookies .button {
    border-radius: 4px;
    padding: 6px 24px;
    background: #74ba52;
    font-weight: 900;
    font-size: 18px;
    line-height: 133%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.cookies .button:hover {
    cursor: pointer;
}

.icon-menu {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 8px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    display: none;
}

.outside-arrow.scrolltop_visible {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.header__menu .scroll-block {
    display: none;
}

.composition__arrows {
    display: flex;
    gap: 16px;
    position: absolute;
    z-index: 3;
    bottom: 17px;
    left: 155px;
}
.composition__arrows:hover{
    cursor: pointer;
}
.composition__arrow {
    opacity: 0.4;
    background: #74ba52;
    border-radius: 32px;
    padding: 16px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.composition__arrow.active {
    opacity: 1;
}


/* Медіа-запити, винесені окремо */
@media (max-width: 1600px) {
    .container {
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 1199.98px) {

    .footer__top {
        align-items: center;
        flex-direction: column-reverse;
        padding: 20px 0;
        width: 100%;
    }
    .footer__content{
        width: 100%;
        padding: 0 10px;
    }
    .footer__right {
        width: 100%;
    }

    .footer__left {
        margin: 32px 0 0;
        width: 100%;
    }
    .footerMedia__link {
        height: 40px;
        margin: 0 32px 0 0;
        width: 40px;
    }
    .footerMedia__link  svg{
        width: 40px;
        height: 40px;
    }

    .advantages__picture {
        top: 66px;
        left: 105px;
        width: 850px;
        height: 440px;
    }

    .composition__part-third.show .layer__second .arrow {
        left: 323px;
        top: 12px;
        width: 264px;
        height: 532px;
    }

    .composition__part-fourth .layer__third .arrow {
        left: 491px;
        top: 134px;
        width: 133px;
        height: 152px;
    }

    .composition__part-fourth.show .layer__second .arrow {
        top: 84px;
        left: 317px;
        width: 285px;
        height: 532px;
    }

    .composition__part-fourth .layer__description {
        max-width: 495px;
    }

    .layer__title, .layer__title .number {
        font-size: 40px;
        line-height: 50px;
    }

    .composition__picture {
        width: 641px;
        height: auto;
        position: absolute;
        top: -335px;
        left: -350px;
    }

    .layer__description {
        padding-left: 16px;
        max-width: 470px;
    }

    .layer__description .arrow {
        position: absolute;
        left: 334px;
        top: 18px;
        width: 223px;
        height: 315px;
    }

    .composition__icon {
        width: 300px;
    }

    .main__picture {
        width: 724px;
        height: auto;
        left: 25px;
        top: 90px;
    }

    .main__text {
        margin-top: 170px;
    }

    .main__text h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .general__title {
        font-size: 50px;
        line-height: 60px;
    }

    .advantages__text {
        margin-right: -40px;
        max-width: 400px;
    }

    .card__top {
        padding: 24px 24px 18px;
    }

    .card__photo {
        width: 100%;
        height: 255px;
    }

    .card__title {
        font-size: 28px;
        line-height: 32px;
    }

    .card__subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .composition__part {
        padding-left: 55px;
    }

    .contact {
        padding: 100px 50px 100px;
        position: relative;
        z-index: 1;
    }

    .contact__title {
        font-size: 50px;
        line-height: 60px;
    }

    .seo__content {
        padding: 0 20px;
    }
}
.seo__block{
    position: relative;
}


@media (max-width: 1023.98px) {
    .seo__block:before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    }
    .seo__block.expanded:before{
        height: 0;
    }
    .footer__left-col {
        width: 100%;
    }
    .footer__center {
        justify-content: flex-start;
    }
    .footer__left .logo {
        width: 100%;
        height: auto;
    }
    .footerOffer__title {
        max-width: 100%;
    }
    .footer__left {
        flex-direction: column;
    }
    .footer__left-buttons .btn {
        width: 100%;
    }
    .footer__center .footer__center-col {
        margin: 0 0 0 10px;
    }
    .footer__center .footer__center-col:first-child {
        margin: 0;
    }
    .footer__center-col div{
        width: 100%;
    }
    .footer__center-col{
        width: calc(50% - 5px);
    }

    .svg-wrapper {
        width: 625px;
        height: 500px;
    }

    .composition {
        height: 100%;
    }

    .composition__part-first, .composition__part-second, .composition__part-third, .composition__part-fourth {
        position: relative;
        top: inherit;
        left: inherit;
        opacity: 1;
        transform: inherit;
    }

    .layer__description {
        padding-left: 16px;
        max-width: 100%;
    }

    .composition__part-first.show, .composition__part-second.show, .composition__part-third.show, .composition__part-fourth.show {
        transform: inherit;
    }

    .header__logo {
        width: 120px;
        height: 52px;
    }

    .composition__part {
        padding-left: 30px;
        padding-right: 30px;
    }

    .composition__left .title, .composition__top {
        max-width: 100%;
    }

    .layer__description .arrow, .composition__part-third.show .layer__second .arrow, .composition__part-third.show .layer__second .arrow, .composition__part-second.show .layer__description .arrow, .composition__icon {
        display: none;
    }

    .composition__picture-second, .composition__picture-third, .composition__picture-fourth {
        display: block;
    }

    .header__button {
        padding: 12px 24px;
        margin-left: 32px;
    }

    .header__menu ul li a {
        font-size: 14px;;
        margin-right: 23px;
    }

    .composition__left, .composition__part-fourth .layer__description {
        max-width: 100%;
    }

    .composition__part-fourth.show .layer__second .arrow {
        display: none;
    }

    .composition__picture-wrapper {
        width: 700px;
        height: 500px;
        position: relative;
    }


    .main__picture {
        top: -25px;
    }

    .main__text {
        width: 450px;
        margin-top: 100px;
    }

    .main__text h1 {
        font-size: 41px;
        line-height: 51px;
    }

    .general__title {
        font-size: 40px;
        line-height: 120%;
    }

    .advantages__picture {
        top: 20px;
        left: 63px;
    }

    .advantages {
        padding-top: 55px;
    }

    .advantages__name {
        font-size: 20px;
        line-height: 28px;
    }

    .products {
        padding-top: 60px;
        padding-bottom: 64px;
    }

    .composition {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .to-home .general {
        padding-top: 60px;
    }

    .contact {
        padding: 64px 30px 64px;
    }

    .contact__title {
        font-size: 40px;
        line-height: 50px;
    }

    .contact__right .custom-select .selected {
        width: 350px;
    }

    .contact__right .custom-select {
        width: 350px;
    }

    .contact__right .custom-select .options {
        width: 350px;
    }

    .contact__right {
        width: 350px;
        padding-top: 20px;
    }

    .seo {
        padding-top: 64px;
        padding-bottom: 64px;
    }


    .composition__arrow.swiper-button-disabled svg path {
        stroke: rgba(0, 0, 0, 0.4);
    }

    .composition__arrow {
        opacity: 1;
    }

    .products__list {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .card {
        flex: 0 0 calc(50% - 10px);
        scroll-snap-align: start;
        box-sizing: border-box;
    }

    .card {
        flex: 0 0 325px;
    }

    .swiper-slide {
        overflow: hidden;
    }

    .composition__arrows {
        bottom: 85px;
        left: 50%;
        transform: translateX(-50%);
    }

    .composition__picture {
        position: absolute;
        top: -85px;
        left: 47px;
        width: 816px;
        height: 558px;
    }
    .composition__part-third.layer.show .layer__item, .composition__part-second.layer.show .layer__item {
        display: none;
    }
    .composition__part-third .layer__description {
        margin-top: 0;
    }
    .footerMedia__links .footerMedia__link:last-child{
        margin-right: 0;
    }
}


@media (max-width: 767.98px) {
    .cookies {
        width: 94%;
    }
    .custom-select .selected {
        padding: 18px 55px 18px 17px;
    }
    .seo__content{
        padding: 0 16px;
    }

    .footer__center .footerLinks__title {
        margin: 30px 0 10px;
    }

    .footer__top {
        padding: 20px 0 10px;
    }
    .footer__bottom p {
        text-align: left;
    }
    .footer__bottom {
        flex-direction: column;
        padding: 16px 0;
        justify-content: flex-start;
    }

    .created {
        margin: 20px 0 0;
    }

    .layer .text {
        display: block;
        gap: 0
    }

    .layer .text .text-left {
        width: 100%;
        margin-bottom: 34px;
    }

    .option__item {
        width: 47%;
    }

    .option__list {
        display: flex;
        gap: 16px;
        margin-bottom: 32px;
        flex-wrap: wrap;
    }


    .header__logo {
        width: 92px;
        height: 40px;
    }

    .header {
        padding: 18px 16px;
    }

    header {
        height: 72px;
    }

    .header__menu {
        display: none;
    }

    .icon-menu {
        display: flex;
    }

    .header__button {
        padding: 6px 24px;
        font-size: 18px;
        line-height: 133%;
        width: 121px;
        height: 36px;
        margin-left: 12px;
    }

    .header__button:before {
        display: none;
    }

    .header__language {
        margin-right: 0;
    }

    .header__right {
        width: 218px;
        height: 36px;
    }

    .main__text h1 {
        font-size: 48px;
        line-height: 117%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 16px;
    }
    .scroll-block{
        padding: 8px 26px;
    }
    .main {
        padding-top: 72px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .main__text {
        margin-top: 43px;
        width: 100%;
    }

    .main__top {
        display: block;
    }

    .main__subtitle {
        text-align: center;
    }

    .main__bottom {
        justify-content: center;
    }

    .main__picture-block {
        width: 100%;
        height: 260px;
    }

    .main__picture {
        width: 478px;
        height: 244px;
        top: 21px;
        left: 7px;
    }
    .main {
        padding-bottom: 82px;
    }
    .advantages {
        padding-top: 64px;
        padding-left: 16px;
        display: block;
        padding-right: 16px;
    }

    .advantages__top {
        max-width: 100%;
        margin-bottom: 32px;
    }

    .advantages__text {
        margin-right: 0;
        max-width: 100%;
        text-align: center;
    }

    .advantages__item {
        gap: 24px;
        margin-bottom: 24px;
    }

    .advantages__name {
        text-align: left;
    }

    .advantages__picture-block {
        height: 375px;
    }

    .advantages__picture {
        width: 400px;
        height: 375px;
    }

    .products {
        padding-top: 64px;
        padding-left: 16px;
        padding-right: 0;
    }

    .card {
        flex: 0 0 325px;
    }

    .products__top {
        padding-right: 16px;
    }

    .products__list {
        gap: 20px;
    }

    .composition {
        padding: 70px 0 0 16px;
        height: 100%;
        margin-bottom: -30px;
    }
    .contact__right .custom-select .selected, .contact__right .custom-select, .contact__right {
        width: 100%;
    }

    .composition__top, .composition__left-text {
        padding-right: 16px;
    }

    .composition__part {
        padding: 0;
    }

    .composition__arrows {
        bottom: 83px;
        left: 50%;
        transform: translateX(-50%);
    }

    .layer__description {
        padding-left: 0;
    }


    .composition__picture {
        position: absolute;
        top: -17px;
        left: 46px;
        width: 559px;
        height: 383px;
        transform: rotate(13deg);
    }

    #popupContent {
        width: 95%;
        padding: 24px;
    }

    .popup .title {
        font-size: 40px;
        line-height: 120%;
    }

    .arrow-top {
        right: 20px;
        bottom: 20px;

    }

    .custom-select .options, .custom-select, .custom-select .selected {
        width: 100%;
    }

    .phones p a {
        font-size: 24px;
        line-height: 133%;
    }

    .composition__picture-wrapper {
        width: 100%;
        height: 375px;
        overflow: hidden;
    }

    .contact {
        padding: 64px 16px 48px;
    }

    .contact__content {
        display: block;
        max-width: 350px;
        margin: 0 auto;
    }
    .to-home .general__subtitle{
        font-size: 18px;
        line-height: 144%;
    }
    .contact__left {
        width: 100%;
        text-align: center;
    }

    .contact__right {
        padding-top: 40px;
    }

    .to-home {
        padding: 64px 16px;

    }

    .to-home .general {
        padding-top: 0;
    }

    .button-contact, .button-home {
        padding: 7px 22px;
    }

    .to-home__buttons {
        gap: 16px;
    }

    .seo__top {
        width: 100%;
        text-align: center;
    }

    .seo {
        padding-bottom: 80px;
    }

    #accordion {
        max-height: 660px;
        margin-bottom: 40px;
    }

    .header__menu {
        position: fixed;
        top: 70px;
        left: -100%; /* изначально спрятано слева */
        width: 100vw;
        height: 100dvh;
        background: #fff;
        color: white;
        transition: left 0.3s ease;
        z-index: 9999;
        padding: 20px;
        overflow-y: auto;
        display: block;
    }

    .header__menu.open {
        left: 0;
    }

    .icon-menu__close {
        display: none;
    }

    .icon-menu.opened .icon-menu__open {
        display: none;
    }

    .icon-menu.opened .icon-menu__close {
        display: block;
    }

    .header__menu ul {
        display: block;
        padding-top: 148px;
        text-align: center;
        padding-bottom: 120px;
    }

    .header__menu ul li a {
        font-weight: 800;
        font-size: 32px;
        line-height: 125%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #000;
        display: block;
        margin-bottom: 48px;
        margin-right: 0;
    }

    .header__menu .scroll-block {
        display: block;
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 6px;
        padding: 16px 24px;
        width: calc(100% - 32px);
        font-weight: 900;
        font-size: 18px;
        line-height: 133%;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        height: 56px;
    }

    .header__menu .scroll.scroll-block {
        top: 425px;
    }
    .advantages__picture {
        left: -5px;
        top: 4px;
    }
    .svg-wrapper {
        width: 651px;
        height: 351px;
    }
    .advantages{
        padding-bottom: 8px;
    }
    .products__top{
        margin-bottom: 32px;
    }
    .card__title{
        font-size: 29px;
        line-height: 125%;
    }
    .layer__title, .layer__title .number {
        font-size: 36px;
        line-height: 48px;
    }

    .card__subtitle{
        font-size: 20px;
        line-height: 140%;
    }
    .general__subtitle{
        font-size: 16px;
        line-height: 150%;
    }
    .composition__top {
        margin: 0 auto 18px;
    }
    .layer__title{
        margin-bottom: 19px;
    }
    .option{
        font-size: 20px;
        line-height: 140%;
    }
    .layer .text .text-left:last-child{
        margin-bottom: 10px;
    }
    .option__list .option__item:last-child{
        width: 100%;
    }
    .to-home__buttons{
        margin-top: 20px;
    }
    .to-home {
        height: 700px;
    }
    .seo__title{
        font-size: 32px;
        line-height: 125%;
    }
    .seo__content .general__subtitle{
        font-size: 18px;
        line-height: 144%;
    }
    .other-language{
        top: 32px;
    }
    .composition__arrows {
        left: 50%;
        transform: translateX(-50%);
        transition: opacity 0.3s;
        z-index: 1000;
        border-radius: 120px;
        padding: 12px 24px;
        width: 160px;
        height: 76px;
        display: flex;
        position: absolute;
        bottom: 55px;
    }

    /*.composition__arrows.hover {*/
    /*    width: 160px;*/
    /*    box-shadow: inherit;*/
    /*    border: 1px solid transparent;*/
    /*    height: 76px;*/
    /*    background: inherit;*/
    /*}*/
}

@media (max-width: 520.98px) {
    .composition__picture {
        top: -27px;
        left: 9px;
        width: 650px;
        height: 404px;
    }

    .composition__part-fourth .composition__picture {
        height: 451px;
        top: -95px;
    }
}

.no-scroll {
    overflow: hidden;
    position: relative;
}

