* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Onest", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #009A73;
}

li {
    list-style-type: none;
}

section {
    padding: 7rem 5rem;
}

.background-top {
    background: linear-gradient(138.27deg, #FBFBFB 40.47%, #E7E7E9 90.39%);
}

.section-bg {
    background-color: #F3F3F3;
}

.header {
    padding: 1rem 4rem 0.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 228px;
}

.header_nav {
    display: flex;
    gap: 2rem;
}

#menu {
    display: none;
}

.nav-img {
    width: 24px;
    cursor: pointer;
}

.modal_menu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFFFFF70;
    position: fixed;
    justify-content: space-between;
    z-index: 10;
    display: none;
    flex-direction: column;
}

.modal_menu-bg {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
    width: 100%;
    height: auto;
    padding: 1.5rem 4rem;
}

.modal_menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
    width: 100%;
}

.modal-btn-back {
    cursor: pointer;
}

.header_nav_text,
.header_nav_link {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.0px;
    color: #232323;
}

.btn_green {
    background-color: #3BAA34;
    border: 3px solid #3BAA34;
    padding: 0.625rem 1.5rem;
    border-radius: 2px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 150%;
    color: #FFFFFF;
    cursor: pointer;
}

.btn_green:hover {
    background-color: #FFFFFF;
    color: #009A73;
}

.hero {
    padding: 4.813rem 1.25rem 3.563rem 4.813rem;
    display: flex;
    justify-content: space-between;
    gap: 2.375rem;
}

.hero_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.75rem 0;
    justify-content: space-between;
    max-width: 605px;
    width: 49.5%;
}

.hero_over-title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 112%;
    text-align: center;
    letter-spacing: -0.6px;
    color: #232323;
}

.hero_container-text-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625rem;
}

.hero_container-text-group-btn {
    gap: 1.938rem;
}

.hero_title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 120%;
    letter-spacing: -2.6px;
    text-transform: uppercase;
    color: #404040;
}

.hero_under-title {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 150%;
    color: #232323;
    max-width: 585px;
}

.arrow-img {
    width: 36px;
}

.btn {
    background-color: initial;
    border: 3px solid #009A73;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    gap: 1.125rem;
    padding: 0.313rem;
    position: relative;
    justify-content: space-between;
}

.btn:hover .arrow-img {
    animation:
        .8s linear 0s infinite alternate move
}


@keyframes move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-8px);
    }
}



.btn a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.btn-text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 150%;
    color: #000000;
    padding-left: 1.25rem;
}

.hero_container-pics {
    max-width: 700px;
    width: 49.5%;
}

.hero-pic {
    width: 100%;
}

.goods {
    display: flex;
    gap: 5rem;
    flex-direction: column;
}

.goods_container-group {
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
}

.goods_text-container {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
}

.goods_title-container {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    align-items: flex-start;
}

.card_goods-name-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goods_title-over {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0%;
    color: #3BAA34;
    background-color: #FFFFFF;
    padding: 0.25rem 0.5rem;
    border-radius: 2px;
}

.goods_title-over-bg-gray {
    background-color: #E7E7E7;
}

.goods_title {
    color: #404040;
    font-weight: 700;
    font-size: 2.375rem;
    line-height: 120%;
    letter-spacing: -1px;
}

.text {
    color: #000000;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 145%;
}

.cards_goods {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    max-width: 840px;
}

.card_goods {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
    width: 47.6%;
}

.card_goods-img {
    border-radius: 4px;
}

.card_goods-name {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 140%;
    color: #232323;
}

.card_goods-price {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 150%;
    color: #232323;
}

.corners-green {
    --c: #3BAA34;
    /* цвет углов */
    --t: 2px;
    /* толщина линии */
    --l: 6px;
    /* длина плеча */

    display: inline-block;
    margin: 0;
    padding: 0.375rem;
    border-radius: 1px;

    /* 8 фоновых "полосок" = 4 угла */
    background:
        /* top-left */
        linear-gradient(var(--c), var(--c)) top left / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) top left / var(--t) var(--l) no-repeat,

        /* top-right */
        linear-gradient(var(--c), var(--c)) top right / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) top right / var(--t) var(--l) no-repeat,

        /* bottom-left */
        linear-gradient(var(--c), var(--c)) bottom left / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) bottom left / var(--t) var(--l) no-repeat,

        /* bottom-right */
        linear-gradient(var(--c), var(--c)) bottom right / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) bottom right / var(--t) var(--l) no-repeat;
}



.advantages {
    gap: 5rem;
    display: flex;
    background-color: #FFFFFF;
}

.advantages_container {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.advantages_title-container {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
}

.advantages_text {
    max-width: 840px;
    padding-top: 1rem;
}

.advantages_title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 104%;
    letter-spacing: -2%;
    color: #404040;
}

.advantages_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    gap: 28px 32px;
    align-items: stretch;
}

.advantages_card {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 4px;
    background: #F3F3F380;
    backdrop-filter: blur(4px);
    gap: 0.625rem;
}

/* раскладка 4 карточек */
.advantages_card:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.advantages_card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.advantages_card:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.advantages_card:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
}


.advantages_green-text {
    font-weight: 800;
    font-size: 2.875rem;
    line-height: 120%;
    letter-spacing: -0.6px;
    color: #88C784;
}

.horizontal-line {
    border: 2px solid #E4E4E4;
    width: 100%;
    height: 2px;
}

.text {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 150%;
    letter-spacing: 0.0px;
    color: #232323;
}

.patent {
    display: flex;
    flex-direction: column;
    gap: 5.313rem;
    padding: 3.875rem 5rem 7.188rem 5rem;
}

.patent-title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 112.00000000000001%;
    letter-spacing: -1.3px;
    color: #404040;
}

.patent-title-mob {
    display: none;
}

.patent-dash_img {
    width: 148px;
    border-radius: 80px;
}

.patent_container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background-color: #EEEEEE;
    border-radius: 6px;
    padding: 2.5rem;
}

.patent_cards {
    display: flex;
    flex-direction: column;
    gap: 0.938rem;
}

.patent_card {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.patent_card-img {
    width: 24px;
}

.patent_card-text {
    font-weight: 700;
    font-size: 2rem;
    line-height: 112.00000000000001%;
    letter-spacing: -0.3px;
    color: #000000;
}

.patent_container-img {
    position: relative;
    font-size: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.patent-img {
    width: 200px;
    border-radius: 4px;
    box-shadow: 0px 3px 3px 1px rgba(233, 233, 233, 0.4);
    cursor: pointer;
}

.patent-img1 {
    right: 0;
    z-index: 10;
    position: relative;
}

.patent-img2 {
    right: 36%;
    z-index: 8;
}

.patent-img3 {
    right: 72%;
    z-index: 6;
}

.patent-img4 {
    right: 108%;
    z-index: 4;
}

.patent-img5 {
    right: 144%;
    z-index: 2;
}


.sertification {
    padding: 0 5rem;
}

.sertification-bg {
    background-color: #EEEEEE;
}

.sertification-bg-ellipse {
    background-image: url("images/Ellipse.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sertification_title {
    font-weight: 700;
    font-size: 5.75rem;
    line-height: 82%;
    letter-spacing: -2%;
    text-align: center;
    color: #B3CDB1;
}

.sertification_container {
    padding: 3.375rem 0 0 0;
    position: relative;
}

.sertification_img {
    position: absolute;
    width: 429px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.sertification_btn-container {
    background: #FFFFFF1A;
    max-width: 225px;
    display: flex;
    gap: 0.438rem;
    align-items: center;
}

.sertification_btn-img {
    width: 24px;
}

.sertification_btn-text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 146%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.sertification_container-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10rem 2.5rem 16.063rem 2.5rem;
    position: relative;
}

.sertification_btn-container-corner {
    --c: #3BAA34;
    /* цвет углов */
    --t: 2px;
    /* толщина линии */
    --l: 12px;
    /* длина плеча */

    margin: 0;
    padding: 0.75rem 1.25rem;
    border-radius: 2px;
    position: absolute;
    width: 225px;
    bottom: 75px;
    right: 23%;
    transform: translateX(-50%);
    z-index: 5;
    backdrop-filter: blur(4px);

    /* 8 фоновых "полосок" = 4 угла */
    background:
        /* top-left */
        linear-gradient(var(--c), var(--c)) top left / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) top left / var(--t) var(--l) no-repeat,

        /* top-right */
        linear-gradient(var(--c), var(--c)) top right / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) top right / var(--t) var(--l) no-repeat,

        /* bottom-left */
        linear-gradient(var(--c), var(--c)) bottom left / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) bottom left / var(--t) var(--l) no-repeat,

        /* bottom-right */
        linear-gradient(var(--c), var(--c)) bottom right / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) bottom right / var(--t) var(--l) no-repeat;
}

.sertification_text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 146%;
    letter-spacing: 0%;
    text-align: center;
    color: #232323;
    max-width: 410px;
}

.gallery {
    padding: 5rem 5rem 0 5rem;
    overflow: hidden;
}

.gallery_container {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gallery_container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.gallery_img {
    width: 420px;
    max-width: 600px;
    height: auto;
    display: block;
    flex: 0 0 auto;
}




.information {
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding-bottom: 7.5rem;
}

.information_title-over {
    font-weight: 700;
    font-size: 2rem;
    line-height: 150%;
    letter-spacing: 0%;
    color: #404040;
}

.information-group {
    display: flex;
    gap: 0.625rem;
    flex-direction: column;
}

.information-group-img {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 630px;
}

.information_container-group {
    display: flex;
    gap: 1.25rem;
}

.information-img {
    width: 100%;
}

.information_container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    background-color: #EEEEEE;
    padding: 2.5rem 1.875rem;
    border-radius: 4px;
    max-width: 630px;
}

.info_title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 120%;
    letter-spacing: -0.8px;
    color: #232323;
}

.information_container-text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.information-text-bold {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 146%;
    letter-spacing: 0.0px;
    color: #3BAA34;
}

.information_cards {
    display: flex;
    gap: 2.125rem;
    justify-content: space-between;
}

.horizontal-line-info {
    border: 2px solid #FFFFFF;
    width: 100%;
}

.information_card {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    flex-direction: column;
}

.information_card-text {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 0%;
    color: #3BAA34;
}




.delivery {
    display: flex;
    gap: 5rem;
    background-color: #232323;
    background-image: url("images/bg-delivery.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.25rem 5rem 12.875rem 5rem;
}

.delivery_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
}

.delivery_info-text {
    flex-direction: column;
    max-width: 400px;
}

.delivery_info-title {
    font-size: 2.5rem;
    color: #3BAA34;
}

.text-delivery {
    color: #FFFFFF;
}

.delivery_img-container {
    display: flex;
    flex-direction: column;
    gap: 2.188rem;
}

.delivery_img-container img {
    filter: grayscale(1);
    transition: filter 0.2s ease;
}

.contacts_img-container-social {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.corners-green-width {
    --c: #3BAA34;
    /* цвет углов */
    --t: 2px;
    /* толщина линии */
    --l: 30px;
    /* длина плеча */

    margin: 0;
    padding: 1.5rem;
    border-radius: 2px;

    /* 8 фоновых "полосок" = 4 угла */
    background:
        /* top-left */
        linear-gradient(var(--c), var(--c)) top left / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) top left / var(--t) var(--l) no-repeat,

        /* top-right */
        linear-gradient(var(--c), var(--c)) top right / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) top right / var(--t) var(--l) no-repeat,

        /* bottom-left */
        linear-gradient(var(--c), var(--c)) bottom left / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) bottom left / var(--t) var(--l) no-repeat,

        /* bottom-right */
        linear-gradient(var(--c), var(--c)) bottom right / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) bottom right / var(--t) var(--l) no-repeat;
}

.delivery_img-container img:hover {
    filter: grayscale(0);
}

.horizontal-line-delivery {
    border: 2px solid #E4E4E44D;
    width: 100%;
}

.delivery_card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.625rem;
}

.delivery_card {
    padding: 1.5rem;
    background: #FFFFFF1A;
    backdrop-filter: blur(4px);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.delivery_card-text-underline {
    text-decoration: underline;
}

.delivery_card-img {
    width: 115px;
}

.delivery_card-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: #FFFFFF;
}

.delivery_card-text,
.delivery_card-text-bold,
.delivery_card-text-underline {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 140%;
    letter-spacing: 0.0px;
    color: #FFFFFF;
}

.delivery_card-text-bold {
    font-weight: 500;
}

.delivery_card-width {
    width: 400px;
    max-width: none;
}

.delivery_img-ozon {
    width: 105px;
}

.delivery_img-yandex {
    width: 234px;
}

.delivery_card-text-container {
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 4rem;
    row-gap: 0.5rem;
}

/* 1-й столбец */
.delivery_card-text-container> :nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.delivery_card-text-container> :nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

/* 2-й столбец */
.delivery_card-text-container> :nth-child(3) {
    grid-column: 2;
    grid-row: 1;
}

.delivery_card-text-container> :nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.delivery_img-container-mob {
    display: none;
}

.order {
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
}

.order_text-container {
    display: flex;
    gap: 1rem;
    max-width: 400px;
}

.order_title {
    font-weight: 700;
    font-size: 2.125rem;
    line-height: 112.00000000000001%;
    letter-spacing: -2%;
    color: #404040;
}

.order_text {
    width: 55%;
}

.order_form-container {
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
    max-width: 840px;
}

form {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.order_form-container-group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.input-container {
    width: 100%;
    display: flex;
    gap: 1.75rem;
}

.input-name,
.input-phone {
    border: 1px solid #EBEDF0;
    background-color: #EBEDF0;
    opacity: 1;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    width: 49.5%;
}

.input-name::placeholder,
.input-phone::placeholder {
    color: #232323;
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.0px;
}

.btn_order {
    font-size: 1rem;
    align-items: center;
    display: flex;
    background-color: #3BAA34;
    border: 3px solid #3BAA34;
    color: #FFFFFF;
    justify-content: center;
    font-weight: 700;
    padding: 0.625rem 0;
}

.check-container {
    display: flex;
    gap: 0.375rem;
}

.check-container input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    /* размер чекбокса */
    height: 20px;
    margin: 0;
    border: 0.5px solid #232323;
    background: #FFFFFF;
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.check-container input[type="checkbox"]::after {
    content: "";
    width: 9px;
    /* размер галочки */
    height: 5px;
    border: 2px solid #FFFFFF;
    /* белая галочка */
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg) scale(0);
    transform-origin: center;
    transition: transform 0.12s ease-in-out;
}

.check-container input[type="checkbox"]:checked {
    background: #3BAA34;
    /* зеленый фон при выборе */
    border-color: #3BAA34;
}

.check-container input[type="checkbox"]:checked::after {
    transform: rotate(-45deg) scale(1);
}

.check-container input[type="checkbox"]:focus-visible {
    outline: 2px solid #3BAA34;
    outline-offset: 2px;
}

.check-text,
.check-text_underline {
    font-weight: 300;
    font-size: 0.688rem;
    line-height: 112.00000000000001%;
    letter-spacing: 0.0px;
    color: #232323;
}

.check-text_underline {
    text-decoration: underline;
}

.corners-black {
    --c: #232323;
    /* цвет углов */
    --t: 2px;
    /* толщина линии */
    --l: 30px;
    /* длина плеча */

    margin: 0;
    padding: 1.25rem;
    border-radius: 2px;

    /* 8 фоновых "полосок" = 4 угла */
    background:
        /* top-left */
        linear-gradient(var(--c), var(--c)) top left / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) top left / var(--t) var(--l) no-repeat,

        /* top-right */
        linear-gradient(var(--c), var(--c)) top right / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) top right / var(--t) var(--l) no-repeat,

        /* bottom-left */
        linear-gradient(var(--c), var(--c)) bottom left / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) bottom left / var(--t) var(--l) no-repeat,

        /* bottom-right */
        linear-gradient(var(--c), var(--c)) bottom right / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) bottom right / var(--t) var(--l) no-repeat;
}





.reviews_container {
    display: flex;
    gap: 2.5rem;
}

.reviews-card {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    gap: 1.875rem;
}

.reviews-img {
    width: 100%;
}

.reviews-card-container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.reviews-rating-star-img {
    width: 20px;
}

.reviews-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    letter-spacing: 0%;
    color: #232323;
}

.reviews-rating-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 130%;
    letter-spacing: 0%;
    color: #232323;
}

.reviews-rating-stars {
    display: flex;
    gap: 0.25rem;
}

.reviews-link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: #232323;
}





.contacts {
    display: flex;
    gap: 2.5rem;
    background-color: #FFFFFF;
    align-items: flex-end;
}

.contacts_container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 5rem;
}

.contacts_info-text {
    flex-direction: column;
}

.contacts_title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 120%;
    letter-spacing: -1.0px;
    color: #404040;
}

.contacts_container-group {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contacts_info {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contacts_container-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-icon {
    width: 24px;
}

.contacts_text-bold {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0.0px;
}

.contacts_text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.0px;
    text-decoration: underline;
    color: #232323;
}

.contact-us_container {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.contact-us_phones {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-us_social {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    padding-left: 2.5rem;
}

.corner-green-social {
    --c: #3BAA34;
    /* цвет углов */
    --t: 2px;
    /* толщина линии */
    --l: 12px;
    /* длина плеча */

    margin: 0;
    padding: 0.438rem 0.469rem 0.438rem 0.406rem;
    border-radius: 2px;

    /* 8 фоновых "полосок" = 4 угла */
    background:
        /* top-left */
        linear-gradient(var(--c), var(--c)) top left / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) top left / var(--t) var(--l) no-repeat,

        /* top-right */
        linear-gradient(var(--c), var(--c)) top right / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) top right / var(--t) var(--l) no-repeat,

        /* bottom-left */
        linear-gradient(var(--c), var(--c)) bottom left / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) bottom left / var(--t) var(--l) no-repeat,

        /* bottom-right */
        linear-gradient(var(--c), var(--c)) bottom right / var(--l) var(--t) no-repeat,
        linear-gradient(var(--c), var(--c)) bottom right / var(--t) var(--l) no-repeat;
}

iframe {
    border-radius: 4px;
    max-width: 840px;
}




.partners {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    flex-direction: column;
}

.partners_img {
    display: flex;
    align-items: center;
    gap: 5rem;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-232px * 12));
        transform: translateX(calc(-232px * 6));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-232px * 12));
        transform: translateX(calc(-232px * 3));
    }
}

.ticker {
    overflow: hidden;
    width: 100%;
}

.clients_slider-track {
    display: flex;
    width: max-content;
    animation: marquee 14s linear infinite;
    gap: 5rem;
}

.clients__slide {
    flex: 0 0 auto;
    width: 173px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients__slide img {
    max-width: 100%;
    height: auto;
    display: block;
}


@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-33.3333%);
    }

    /* 1 из 3 наборов */
}

.footer-wrapper {
    background-color: #232323;
}

.footer {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding: 5rem;
}

.footer-container-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

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

.footer_contacts-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.text-white {
    color: #FFFFFF;
}

.footer_img-container {
    align-items: flex-end;
}

hr {
    border: 1px solid #FFFFFF;
}

.footer_info-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

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

.footer_info-text {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 150%;
    letter-spacing: 0.0px;
}

.footer_text-group {
    display: flex;
    align-items: flex-end;
    gap: 1.25rem;
}

.contacts-social-title {
    font-size: 1.25rem;
}


/******* сертификаты *******/


.popup-image {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(227, 227, 227, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.popup-hidden {
    display: none !important;
}

.popup-image-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}

.popup-image-wrapper #close-patent {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 4.5rem;
    cursor: pointer;
}

.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    width: 20%;
}

.arrow-svg {
    user-select: none;
    color: #333333 !important;
}

.popup-image-wrapper img {
    max-width: 75%;
}


/******* сертификаты *******/



/******* pop up *******/

.modal_menu-pop-up {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #FFFFFF70;
    position: fixed;
    z-index: 10;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal_menu-bg-pop-up {
    background-color: #EEEEEE;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
    width: 50%;
    height: auto;
    padding: 3.125rem;
    border-radius: 40px;
    position: relative;
}

.modal_menu-container-pop-up {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
}

.modal-btn-back-pop-up {
    cursor: pointer;
    position: absolute;
    top: 3%;
    right: 2%;
}

.popup-pic-wrapper {
    position: absolute;
    width: 100%;
    top: 93%;
    right: 1%;
}

.pop-up-pic {
    width: 100%;
}

.text-popup-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.title-popup {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 112.00000000000001%;
    letter-spacing: -0.7px;
    text-align: center;
}

.text-popup {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 146%;
    letter-spacing: 0.0px;
    text-align: center;
}

.contacts-popup-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    cursor: pointer;
}

.contacts_text-popup {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 150%;
    letter-spacing: 0.0px;
    text-decoration: underline;
}

.popup-delivery-container {
    display: flex;
    gap: 2.625rem;
    align-items: center;
}

.popup_img-ozon {
    width: 161px;
    cursor: pointer;
}

.popup_img-yandex {
    width: 280px;
    cursor: pointer;
}

.popup-delivery-container img {
    filter: grayscale(1);
    transition: filter 0.2s ease;
}

.modal_menu-pop-up-phone {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #FFFFFF70;
    position: fixed;
    z-index: 10;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal_menu-bg-pop-up-phone {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
    width: 50%;
    height: auto;
    padding: 3.125rem;
    border-radius: 40px;
    position: relative;
    border: #009A73 3px solid;
}

.modal_menu-container-pop-up-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
}

.modal-btn-back-pop-up-phone {
    cursor: pointer;
    position: absolute;
    top: 3%;
    right: 2%;
}




.reviews {
    display: flex;
    align-items: center;
}

.reviews-swiper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    position: relative;
    overflow-x: hidden;
}

.review-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.875rem;
    gap: 2rem;
    width: 100%;
}

div.swiper-wrapper {
    width: 90% !important;
}

.review-container-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.625rem 1.875rem;
    gap: 2rem;
    width: 100%;
}

.review-container-slider-group {
    display: flex;
    gap: 1.875rem;
    align-items: center;
}

.review-pic-wrapper img {
    width: 400px;
    border-radius: 20px;
}

.review-container-pics {
    display: flex;
    gap: 0.25rem;
}

.review-container-pics img {
    width: 20px;
}

.review-text {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 140%;
    color: #000000;
    text-align: center;
}

.review-wrapper-group {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.review-wrapper-group img {
    width: 56px;
}

.review-wrapper-group-text-bold {
    font-size: 1rem;
    font-weight: 700;
    line-height: 150%;
    color: #000000;
}

.review-wrapper-group-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #000000;
}

.swiper-container {
    display: flex;
    align-items: center;
}

.reviews-swiper .swiper-slide {
    width: 100% !important;
    height: unset !important;
}

.swiper-pagination-bullet-active {
    background-color: #000000 !important;
}

.btn-swiper {
    width: 40px;
    cursor: pointer;
}



@media (min-width: 1441px) {

    section,
    footer {
        max-width: 1440px;
        margin: auto;
    }

    .information_container {
        width: 100%;
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {

    /* .advantages-img,
    .information-img {
        width: 500px;
    } */
}

@media (max-width: 1280px) {

    body {
        background-size: cover;
    }

    .hero {
        flex-direction: column;
    }

    .hero_container {
        width: 100%;
        gap: 1rem;
    }

    .header_nav {
        display: none;
    }

    #menu {
        display: flex;
    }

    .hero_under-title {
        width: 100%;
    }

    .hero_container-pics {
        width: 100%;
    }

    .goods_container-group {
        flex-direction: column;
    }

    .card_goods {
        width: 46%;
    }

    .advantages_title-container {
        flex-direction: column;
    }

    .advantages_cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1.25rem;
    }

    /* на ≤1280 удобнее ровная сетка 2×2 */
    .advantages_card:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .advantages_card:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .advantages_card:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .advantages_card:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }

    .patent-dash_img {
        width: 116px;
    }

    .patent-title {
        font-size: 2rem;
    }

    .patent_container {
        flex-direction: column-reverse;
        align-items: unset;
        gap: 2rem;
    }

    .patent_card-text {
        font-size: 1rem;
    }

    .patent_card-img {
        width: 12px;
    }

    .patent_container-img {
        overflow-x: scroll;
        display: flex;
        gap: 2rem;
    }

    .patent_container-img {
        display: flex;
        align-items: flex-start;
        gap: 1.5rem;
        overflow-x: scroll;
        padding-bottom: 2.125rem;
        position: relative;
        cursor: pointer;
    }

    .patent_container-img::-webkit-scrollbar {
        height: 9px;
        background: #FFFFFF;
        border-radius: 10px;
    }


    .patent_container-img::-webkit-scrollbar-thumb:horizontal {
        background: #009A73;
        border-radius: 10px;
    }

    .patent_container-img::-webkit-scrollbar-thumb:hover {
        background: #009A73;
    }

    .patent {
        gap: 2.75rem;
    }

    .patent_cards {
        align-items: center;
    }

    .patent-img5,
    .patent-img2,
    .patent-img3,
    .patent-img4 {
        position: static;
    }

    .patent-img {
        width: 141px;
    }

    .sertification_title {
        font-size: 3.75rem;
    }

    .information-group {
        flex-direction: column-reverse;
    }

    .information-mob {
        flex-direction: column;
    }

    .delivery {
        flex-direction: column;
        gap: 2.25rem;
    }

    .delivery_info {
        width: 100%;
    }

    .delivery_card-container {
        width: 100%;
    }

    .delivery_img-container-desktop {
        display: none;
    }

    .delivery_img-container-mob {
        display: flex;
    }

    .order {
        flex-direction: column;
    }

    .order_text-container {
        width: 100%;
    }

    .check-container {
        width: 80%;
    }

    .contacts {
        flex-direction: column;
        align-items: flex-start;
    }


    .contacts_container,
    .partners {
        flex-direction: column;
        gap: 2.25rem;
    }

    .footer_container {
        flex-direction: column;
        gap: 3rem;
    }

    .footer_img-container {
        align-items: unset;
    }

    .modal_menu-bg-pop-up {
        width: 92%;
    }

    .review-container-slider {
        align-items: flex-start;
        padding: 0;
    }

    .review-container-slider-group {
        flex-direction: column;
    }

    .review-text {
        text-align: left;
    }

    .review-pic-wrapper {
        margin-bottom: 22px;
    }

    div.swiper-wrapper {
        width: 89% !important;
    }

    .reviews-swiper {
        align-items: flex-end;
    }

    .modal_menu-bg-pop-up-phone {
        width: 70%;
    }

    #a {
        order: 2;
    }

    #b {
        order: 3;
    }

    #c {
        order: 1;
    }

}


@media (max-width: 790px) {

    .hero,
    section,
    .patent,
    footer {
        padding: 3.75rem 0.625rem;
    }

    .sertification {
        padding: 0 0.625rem;
    }

    .hero_container {
        padding: 0 0.625rem 5.438rem;
        gap: 0.5rem;
    }

    .header {
        padding: 1rem 0.625rem 0.625rem;
    }

    .logo {
        width: 96px;
    }

    .btn_green {
        font-size: 0.75rem;
        padding: 0.375rem 1.063rem;
    }

    .hero_over-title {
        font-size: 1rem;
    }

    .hero_title {
        font-size: 2.25rem;
    }

    .hero_under-title {
        font-size: 0.75rem;
    }

    .btn-text {
        font-size: 1.125rem;
        padding-left: 1rem;
    }

    .arrow-img {
        width: 26px;
    }

    .btn-form {
        gap: 0.875rem;
        width: 80%;
    }

    .input-name,
    .input-phone {
        width: 80%;
    }

    .hero_container-pics {
        flex-direction: column;
    }

    .hero-pic-wrapper {
        width: 100%;
    }

    .goods_title-over {
        font-size: 0.625rem;
    }

    .goods_title {
        font-size: 2rem;
    }

    .goods_title-img {
        width: 16px;
    }

    .card_goods {
        width: 100%;
    }

    .text,
    .card_goods-name {
        font-size: 0.75rem;
    }

    .card_goods-price {
        font-size: 1rem;
    }

    .cards_goods {
        gap: 0.75rem;
    }

    .advantages_container {
        gap: 1rem;
    }

    .advantages_title {
        font-size: 2.5rem;
    }

    .advantages_title-container {
        gap: 1rem;
    }

    .advantages_cards {
        gap: 1rem 0.75rem;
    }

    .advantages_green-text {
        font-size: 1.5rem;
    }

    .text {
        font-size: 0.75rem;
    }

    .info_title {
        font-size: 1.313rem;
    }

    .information-text,
    .information-text-bold {
        font-size: 0.75rem;
    }

    .information_card-img {
        width: 12px;
    }

    .information_card-text {
        font-size: 0.875rem;
    }

    .information_card {
        gap: 0.25rem;
    }

    .delivery_info {
        width: 100%;
    }

    .delivery_card-img {
        display: none;
    }

    .delivery_card-width {
        width: 100%;
    }

    .delivery_card-title {
        font-size: 1.25rem;
    }

    .delivery_card {
        gap: 2rem;
    }

    .delivery_card-text,
    .delivery_card-text-bold {
        font-size: 0.875rem;
    }

    .patent-title-desktop {
        display: none;
    }

    .patent-title-mob {
        display: block;
    }

    .sertification_container-text {
        padding: 3.75rem 0.625rem;
        flex-direction: column;
        gap: 1rem;
    }

    .sertification_text {
        font-size: 0.8rem;
    }

    .sertification_btn-container-corner {
        bottom: 7px;
        right: 0;
        width: 158px;
    }

    .sertification_btn-img {
        width: 16px;
    }

    .sertification_btn-text {
        font-size: 0.6rem;
    }

    .sertification_img {
        display: none;
    }

    .sertification_title {
        font-size: 2rem;
    }

    .gallery {
        padding: 3.75rem 0.625rem 0;
    }

    form {
        flex-direction: column;
        width: 80%;
    }

    .delivery_img-ozon {
        width: 110px;
    }

    .delivery_img-yandex {
        width: 140px;
    }

    .contacts {
        gap: 2.25rem;
    }

    .contacts_title {
        font-size: 2rem;
    }

    .delivery_card-container {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .goods_text-container {
        gap: 0.375rem;
    }

    .reviews_container {
        flex-direction: column;
    }

    .contacts_container-text {
        gap: 0.375rem;
    }

    .footer_contacts-container {
        gap: 1.75rem;
    }

    .footer_contacts-container>img {
        width: 140px;
    }

    .footer-container-group {
        flex-direction: column;
    }

    .title-popup {
        font-size: 1.5rem;
    }

    .text-popup {
        font-size: 0.875rem;
    }

    .contacts_text-popup {
        font-size: 1.2rem;
    }

    .popup-delivery-container {
        flex-direction: column;
    }

    .modal_menu-bg-pop-up {
        padding: 2.125rem;
    }

    .modal_menu-container-pop-up,
    .popup-delivery-container {
        gap: 1.2rem;
    }

    .popup_img-ozon {
        width: 110px;
    }

    .popup_img-yandex {
        width: 180px;
    }

    .hero-pic,
    .information-img,
    iframe,
    .modal_menu-bg-pop-up,
    .advantages-img {
        border-radius: 20px;
    }

    .card_goods-img,
    .delivery_card-main,
    .delivery_card,
    .patent-img {
        border-radius: 10px;
    }

    .review-pic-wrapper img {
        width: 280px;
    }

    .modal_menu-bg-pop-up-phone {
        width: 93%;
    }

    .review-text {
        font-size: 0.8rem;
    }

    .button-prev,
    .button-next {
        display: none;
    }

    div.swiper-wrapper {
        width: 98% !important;
    }

    .review-container {
        padding: 0;
    }

}