html {
    scroll-behavior: smooth;
}

p{
    white-space: pre-line;
}

* {
    margin: 0px;
}

:root {
    --link-color: #2F2F2F;
    --main-text: #1F1F1F;
    --sidelink-color: #2F2F2F80;
}

a {
    text-decoration: none;
    font-family: 'Montserrat';
}

body {
    background-color: #F4F5F6;
    overflow-x: hidden;
}

@media (min-width: 1440px) {
    h1 {
        font-size: 50px;
        font-family: 'Montserrat';
        font-style: Bold;
        line-height: 130%;
        font-weight: 800;
        color: var(--main-text);
        letter-spacing: -2%;

    }

    h2 {
        font-size: 30px;
        font-family: 'Montserrat';
        font-style: Bold;
        line-height: 110%;
        font-weight: 700;
        color: var(--main-text);
        letter-spacing: -2%;

    }

    h3 {
        font-size: 25px;
        font-family: 'Montserrat';
        font-style: Bold;
        line-height: 100%;
        font-weight: 700;
        color: var(--main-text);
        letter-spacing: -2%;
    }

    p {
        font-size: 16px;
        font-family: 'Montserrat';
        font-style: medium;
        line-height: 140%;
        font-weight: 400;
        color: var(--main-text);
    }

    p2 {
        font-size: 20px;
        font-family: 'Montserrat';
        font-style: SemiBold;
        line-height: 100%;
        font-weight: 500;
    }

    p3 {
        font-size: 16px;
        font-family: 'Montserrat';
        font-style: SemiBold;
        line-height: 100%;
        font-weight: 600;
        letter-spacing: -2%;
    }

    p4 {
        font-size: 16px;
        font-family: 'Montserrat';
        font-style: SemiBold;
        line-height: 100%;
        font-weight: 500;
    }

    .modal {
        display: none;
        height: 0px;
        box-sizing: border-box;
    }

    header {
        display: flex;
        position: absolute;
        justify-content: center;
        align-items: center;
        height: 90px;
        width: 100%;

        z-index: 999;
    }

    .wrap {
        display: flex;
        width: 1320px;
        height: 50px;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .wrap img {
        display: flex;
        height: 50px;
        width: 160px;
    }

    .wrap a {
        text-decoration: none;
    }

    .pages {
        display: flex;
        width: 264px;
        height: 19px;
        justify-content: space-between;
    }

    .pages p3 {
        color: var(--link-color);
    }

    .pages p4 {
        color: var(--sidelink-color);
    }

    .zakazat {
        display: flex;
        height: 50px;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
    }

    .zakazat-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 172px;
        color: #1F1F1F;
    }

    .zakazat img {
        width: 30px;
        height: 30px;
    }

    .zakazat-a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        border-radius: 10px;
        width: 226px;
        height: 50px;
        gap: 20px;
    }

    .zakazat-a1 {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #2F2F2F;
        border-radius: 10px;
        width: 226px;
        height: 50px;
        gap: 20px;
    }

    .zakazat-a:hover {
        transition: 0.5s;
    }

    .content {
        display: flex;
        justify-content: center;
        width: 100%;

    }

    .conteiner-content {
        display: flex;
        width: 1320px;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 90px;
    }

    .welcome {
        display: flex;
        height: 760px;
    }

    .D3 {
        display: flex;
        width: max-content;
        height: 50px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #FFFFFF33;
        border-radius: 15px;
        position: absolute;
        transform: translate(1138px, 710px);
        cursor: pointer;
        padding: 0px 5px 0px 10px;
    }

    .D3-img {
        background-color: #2F2F2F;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .D3-img1 {
        background-color: #2F2F2F;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(45px) !important;
    }

    .img3d {
        position: absolute;
        transform: translate(700px);
    }

    .img3d-bg {
        z-index: -1;
        background: linear-gradient(180deg, #404347, #292B30, #1F1F25, #1F1F25, #404048);
        width: 100%;
        transform: translate(900px, -90px);
        height: 900px;
        display: flex;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
    }

    .wtc3d {
        position: absolute;
        transform: translate(1050px, 660px);
        height: 77px;
        width: 88px;
    }

    .hero-img {
        display: flex;
        position: absolute;
        left: 0px;
        width: 100%;
        height: 760px;
        z-index: -2;
        object-fit: cover;
        border-radius: 0px 0px 50px 50px;
        background-image: url('img/hero.jpg');
        background-repeat: no-repeat;
        background-position: center;
    }

    #h02 {
        height: 760px;
    }

    .success-message {
        display: none;
        position: absolute;
        background: white;
        color: #F6B500;
        border: 1px solid #F6B500;
        padding: 15px;
        border-radius: 50px;
        transform: translate(0px, 492px);
        text-align: center;
        align-items: center;
        font-family: 'Montserrat';
        gap: 5px;
    }

    .success-message p {
        color: #F6B500;
    }

    .error {
        color: #e53e3e !important;
        font-family: 'Montserrat';
        font-size: 14px;
        margin-top: 5px;
        display: none;
    }

    .img-overlay {
        display: flex;
        position: absolute;
        transform: translateX(-60px);
        width: 1440px;
        height: 760px;
        z-index: -1;
        background-color: rgba(22, 36, 62, 0.7);
        border-radius: 0px 0px 50px 50px;
    }

    .welcome-conteiner {
        display: flex;
        width: 880px;
        height: 324px;
        flex-direction: column;
        margin-top: 90px;
    }

    .welcome-conteiner d1 {
        font-size: 55px;
    }


    .welcome h1 {
        color: var(--main-text);
        width: 800px;
        height: 195px;
        margin-bottom: 60px;
        flex-direction: column;
    }

    .welcome p2 {
        color: #1F1F1FCC;
        height: 24px;
        width: 880px;
        margin-bottom: 60px;
        line-height: 130%;
    }

    .welcome-link {
        display: flex;
        width: 630px;
        height: 60px;
        justify-content: space-between;
        gap: 30px;
    }

    .welcome-link a {
        display: flex;
        width: max-content;
        height: 60px;
        box-sizing: border-box;
        padding: 0px 5px 0px 10px;
    }

    .detali {
        border-radius: 15px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: #F6B500;
        box-shadow: 7px 7px 9.1px #00000012;
        gap: 10px;
    }

    .detali:hover {
        background: none;
        transition: 0.5s;
        background-color: #D99A00;
    }

    .welcome-link p3 {
        font-weight: 800;
        font-size: 18px !important;
    }

    .konsultacia {
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        color: #2F2F2F80;
        background: none;
        font-weight: 800;
        gap: 10px;
    }

    .konsultacia1 {
        border: 1px solid var(--main-text);
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: none;
        font-weight: 800;
    }

    /* .konsultacia:hover {
        background: var(--main-text);
        color: #1652B0;
        transition: 0.5s;
    } */

    .cls {
        display: flex;
        position: absolute;
        flex-direction: column;
        transform: translate(0px, 390px);
    }

    .about-us {
        display: flex;
        flex-direction: column;
        width: 681px;
        height: 195px;
        padding: 20px;
        color: #1F1F1FCC;
        border-radius: 5px;
        background-color: #FFFFFF80;
        box-sizing: border-box;
    }

    .about-us-cng3 {
        display: flex;
        width: 33%;
        border-radius: 50px;
        border: 2px solid #F6B50033;
        cursor: pointer;
        box-sizing: border-box;
    }

    .cng-active {
        border: 2px solid #D99A00;
    }

    .about-us p {
        margin-top: 10px;
        font-size: 14px;
        width: 590px;
        color: #1F1F1FCC !important;
    }

    .about-us p3 {
        letter-spacing: 0% !important;
    }

    .clapan {
        display: flex;
        width: 100%;
        margin-top: 100px;
        flex-direction: column;
    }

    .clapan-link {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column;
        gap: 40px;
    }

    #clapan-desktop {
        display: flex;
        width: 230px;
        height: 60px;
    }

    #clapan-mobile {
        display: none;
        width: 335px;
        height: 50px;
    }

    /* Анимации для блока клапанки */
    .clapan {
        opacity: 0;
        transform: translateY(150px);
        transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    }

    .clapan.visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* Анимация для карточек (выезжают снизу с задержкой) */
    .clapan-clapan-conteiner {
        opacity: 0;
        transform: translateY(100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-conteiner {
        opacity: 1;
        transform: translateY(0);
    }


    /* Анимация для кнопки "Смотреть все" (выезжает сверху) */
    .clapan-link {
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-link {
        opacity: 1;
        transform: translateY(0);
    }

    /* Анимация для заголовка */
    .clapan-link h2 {
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-link h2 {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.1s;
    }

    /* Анимация для кнопки "Смотреть все" */
    .clapan-link .konsultacia1 {
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-link .konsultacia1 {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.15s;
    }

    .clapan-conteiner {
        display: flex;
        gap: 20px;
        width: 100%;
        margin-top: 40px;
        flex-wrap: nowrap;
        margin-bottom: 100px;
    }

    .clapan-card {
        display: flex;
        width: 308px;
        height: 443px;
        flex-direction: column;
        margin-bottom: 20px;
        box-sizing: border-box;
        border-radius: 30px;
        box-shadow: 0px 4px 24.4px #0000001A;
        background-color: #FFFFFF;
        padding: 30px;
        justify-content: space-between;
    }

    .clapan-bg {
        display: flex;
        background: #FFFFFF;
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
        border-radius: 30px 30px 0px 0px;
    }

    .clapan-bg img {
        width: 216px;
        height: 216px;
    }

    .clapan-card a {
        display: flex;
        width: 58px;
        height: 43px;
        background-color: #F6B500;
        color: #1F1F1F;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        margin-top: 15px;
    }

    .clapan-card a:hover {
        background: #D99A00;
        color: var(--main-text);
        transition: 0.5s;
    }

    .clapan-card p2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
    }

    .name {
        color: rgba(22, 36, 62, 1);
    }

    #contact-us {
        width: 100%;
        justify-content: center;
    }

    /* Анимации для блока обратной связи */
    .contact-us {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .contact-us.visible {
        opacity: 1;
    }

    /* Левая часть (контакты) - выезжает слева */
    .contact-us .contact-us-content {
        opacity: 0;
        transform: translateX(-60px);
        transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    }

    .contact-us.visible .contact-us-content {
        opacity: 1;
        transform: translateX(0);
    }

    /* Правая часть (форма) - выезжает справа */
    .contact-us .contact-us-form {
        opacity: 0;
        transform: translateX(60px);
        transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    }

    .contact-us.visible .contact-us-form {
        opacity: 1;
        transform: translateX(0);
    }

    .contact-us-conteiner {
        display: flex;
        height: 569px;
        width: 1320px;
        margin-top: 100px;
        justify-content: space-between;
        align-items: center;
    }

    .contact-us-content {
        display: flex;
        width: 528px;
        height: 404px;
        flex-direction: column;
    }

    .contact-us-content h2 {
        margin-bottom: 30px;
    }

    .contact-us-content p {
        font-size: 15px !important;
        line-height: 150% !important;
        color: var(--main-text);
    }

    .contact-us-micro-zagolovok {
        display: flex;
        align-items: center;
        width: 486px;
        height: 60px;
        gap: 20px;
        margin-bottom: 10px;
        color: var(--main-text);
        box-sizing: border-box;
    }

    .contact-us-micro-zagolovok p2 {
        font-weight: 800;
    }

    .contact-us-micro-zagolovok img {
        width: 60px;
        height: 60px;
    }

    .contact-us-form {
        display: flex;
        width: 645px;
        flex-direction: column;
        background-color: #FFFFFF;
        border-radius: 30px;
        box-sizing: border-box;
        padding: 40px;
    }

    .contact-us-form h3 {
        margin-bottom: 20px;
    }

    .privacy {
        line-height: 130%;
        font-size: 14px !important;
        color: #1F1F1F4D;
        margin-top: 30px;
    }

    .name-form {
        display: flex;
        width: 100%;
        height: 50px;
        flex-direction: column;
    }

    .desktop {
        display: flex !important;
    }

    .mobile {
        display: none !important;
    }

    .tablet {
        display: none !important;
    }


    input {
        outline: none;
        padding: 15px;
        background: none;
        border: none;
        border-bottom: 1px solid #1F1F1F33;
        color: var(--main-text);
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 18px;
        font-family: 'Montserrat';
    }

    .red-star {
        position: absolute;
        transform: translate(0px, 13px);
        font-size: 18px;
        color: red;
        pointer-events: none;
    }

    input:valid+.red-star,
    input:focus+.red-star {
        opacity: 0;
        visibility: hidden;
    }

    .form-conteiner {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .form-conteiner-2 {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 30px;
    }

    .form-conteiner-2 textarea {
        height: 120px !important;
        width: 565px !important;
        outline: none;
        padding: 15px;
        background: none;
        border: none;
        border-bottom: 1px solid #1F1F1F33;
        color: var(--main-text);
        font-family: 'Montserrat';
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 18px;
    }

    .red-star1 {
        position: absolute;
        transform: translate(0px, 13px);
        font-size: 18px;
        color: red;
        pointer-events: none;
    }

    textarea:valid+.red-star1,
    textarea:focus+.red-star1 {
        opacity: 0;
        visibility: hidden;
    }

    .contact-us-form button {
        display: flex;
        height: 60px;
        width: 200px;
        margin-top: 20px;
        margin-bottom: 10px;
        border: none;
    }

    .contact-us-form p {
        font-size: 16px;
        line-height: 100%;
    }

    footer {
        display: flex;
        width: 100%;
        margin-top: 100px;
        background: #FFFFFF;
        justify-content: center;
        border-radius: 50px 50px 0px 0px;
    }

    .footer-wrap {
        display: flex;
        width: 1320px;
        height: 100px;
        padding: 30px 60px 30px 60px;
        align-items: center;
        justify-content: space-between;
    }

    .footer-content {
        display: flex;
    }

    .footer-logo {
        display: flex;
        width: 240px;
        height: 100px;
        border-right: 1px solid #1F1F1F4D;
        align-items: center;
    }

    .footer-conteiner {
        display: flex;
        flex-direction: column;
        margin-left: 30px;
    }

    .footer-conteiner p4 {
        width: 425px;
        color: #1F1F1F;
    }

    .p-in-footer {
        margin-top: 10px;
    }

    .footer-link {
        display: flex;
        width: 174px;
        height: 54px;
        flex-direction: column;
        justify-content: center;
    }

    .footer-link a {
        display: flex;
        align-items: center;
    }

    .messenger {
        display: flex;
        margin-bottom: 10px;
    }

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

    .mail p4 {
        color: #1F1F1F80;
    }

    #desktop {
        display: flex !important;
    }

    #mobile {
        display: none !important;
    }

    /* страница О Нас */

    #h11 {
        height: 194px;
    }

    .welcome-oth {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 194px;
    }

    .welcome-conteiner-oth {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: #FFFFFF;
    }

    .welcome-conteiner-oth h1 {
        margin-bottom: 10px;
        color: #FFFFFF;
    }

    .welcome-conteiner-oth p {
        color: #FFFFFF;
    }

    .about-us-conteiner {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 100px;
    }

    .about-us-conteiner h2 {
        color: rgba(0, 0, 0, 1);
        margin-bottom: 40px;
    }

    .about-us-conteiner p {
        color: rgba(56, 56, 56, 1);
        width: 650px;
    }

    .about-us-content {
        display: flex;
        width: 100%;
        flex-direction: row;
        margin-bottom: 100px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .about-us-div {
        display: flex;
        width: 100%;
        gap: 20px;
    }

    .about-us-div div {
        display: flex;
        align-items: center;
    }

    .about-us-div img {
        height: 300px;
        border-radius: 5px;
    }

    .about-us-div p {
        margin-bottom: 30px;
    }

    /* стпаница каталог */

    .catalog-conteiner {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 30px;
        flex-direction: column;
    }

    .catalog-conteiner2 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 60px;
    }

    .filter {
        display: flex;
        width: 315px;
        flex-direction: column;
    }

    .filter h3 {
        font-size: 24px;
        color: rgba(56, 56, 56, 1);
        margin-bottom: 60px;
    }

    .filter p3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    label {
        display: flex;
        margin-bottom: 10px;
        cursor: pointer;
        align-items: center;
    }

    .text {
        color: rgba(56, 56, 56, 1);
        margin-left: 5px;
    }

    label [type="checkbox"] {
        accent-color: rgba(22, 82, 176, 1);
    }

    label [type="checkbox"]:checked~.text {
        color: rgba(22, 82, 176, 1);
    }

    .catalog-content {
        display: flex;
        width: 100%;
    }

    .catalog-main {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .catalog-sortirovka {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .sort-by {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .strelka {
        transform: translateY(-2px);
    }

    .arrow {
        display: flex;
        position: absolute;
    }

    .sort-by select {
        display: flex;
        border: 1px solid rgba(56, 56, 56, 0.1);
        border-radius: 50px;
        padding: 10px 15px 10px 15px;
    }

    .catalog-sortirovka p {
        color: rgba(56, 56, 56, 1);
    }

    .activnij-filter {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .activnij-filter p {
        color: rgba(56, 56, 56, 1);
        margin-right: 10px;
    }

    .clear {
        text-decoration: underline;
        margin-left: 20px;
        color: rgba(22, 82, 176, 1) !important;
    }

    .span-filter {
        display: none;
        background: rgba(22, 82, 176, 1);
        padding: 8px 15px 8px 15px;
        border-radius: 50px;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .span-filter2 {
        display: none;
        background: rgba(22, 82, 176, 1);
        padding: 8px 15px 8px 15px;
        border-radius: 50px;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .span-filter3 {
        display: none;
        background: rgba(22, 82, 176, 1);
        padding: 8px 15px 8px 15px;
        border-radius: 50px;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .active {
        display: flex !important;
    }

    .disable {
        display: none !important;
    }

    .span-filter p {
        color: #FFFFFF;
        margin: 0px;
    }

    .span-filter2 p {
        color: #FFFFFF;
        margin: 0px;
    }

    .span-filter3 p {
        color: #FFFFFF;
        margin: 0px;
    }

    .close-filter {
        font-size: 18px;
        margin-left: 5px;
    }

    .card-conteiner {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 30px;
        height: max-content;
        gap: 20px;
    }

    .card {
        display: flex;
        width: 315px;
        height: 412px;
        flex-direction: column;
    }

    .card-bg {
        display: flex;
        background: rgba(236, 236, 236, 1);
        width: 100%;
        height: 315px;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .card-bg img {
        width: 100%;
        height: 100%;
    }

    .card a {
        display: flex;
        width: 58px;
        height: 43px;
        background-color: #F6B500;
        color: #1F1F1F;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        margin-top: 15px;
    }

    .card a:hover {
        background: #D99A00;
        color: var(--main-text);
        transition: 0.5s;
    }

    .name-card {
        color: rgba(56, 56, 56, 1);
    }

    /* паганация */
    .pagination {
        display: flex;
        list-style: none;
        overflow: hidden;
        width: 100%;
        justify-content: center;
    }


    .pagination li:last-child {
        border-right: none;
    }

    .pagination a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        text-decoration: none;
        border-radius: 20px;
        color: rgba(22, 82, 176, 1);
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .pagination a:hover {
        background: #f8f9fa;
    }

    .pagination a.active {
        background: #3498db;
        color: white;
    }

    .pagination a.disabled {
        color: #ccc;
        pointer-events: none;
    }

    .dots {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 45px;
        height: 45px;
        color: #95a5a6;
    }

    /* страница товара */

    .tovar-conteiner {
        display: flex;
        gap: 40px;
        width: 100%;
        margin-bottom: 100px;
        margin-top: 50px;
    }

    .tovar-gallery {
        display: flex;
        height: 678px;
        width: 538px;
        flex-direction: column;
    }

    .tovar-gallery-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        width: 538px;
        height: 538px;
        margin-bottom: 20px;
        border-radius: 30px;
        box-shadow: 0 4 24.4 #0000001A;
    }

    .tovar-gallery-bg img {
        width: 454px;
        height: 454px;
    }

    .thumbnails {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 20px;
    }

    .thumbnails-container {
        position: relative;
        width: 100%;
    }

    .thumbnail {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        width: 100px;
        padding: 10px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        border: 1px solid rgba(236, 236, 236, 1);
    }

    .thumbnail img {
        width: 97px;
        height: 97px;
    }

    .thumbnail.active {
        border-color: rgba(22, 82, 176, 1);
    }

    .scroll-btn {
        position: absolute;
        transform: translateY(-300px);
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        color: #F6B500;
        z-index: 10;
        transition: all 0.3s ease;
    }

    .scroll-btn:hover {
        background: #F6B500;
        color: #1F1F1F;
    }

    .scroll-btn p {
        font-size: 25px;
        color: #F6B500;
        transform: translateY(-2px);
    }

    .scroll-btn:hover svg path {
        fill: #2F2F2F;
    }

    .scroll-btn.prev {
        left: 20px;
    }

    .scroll-btn.next {
        right: 20px;
    }

    .tovar-info {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .tovar-info .detali {
        display: flex;
        width: 230px;
        height: 60px;
        font-family: 'Montserrat';
    }

    .tovar-info h2 {
        color: rgba(56, 56, 56, 1);
    }

    .tovar-info p {
        color: rgba(56, 56, 56, 1);
    }

    .characteristics {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

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

    .princip p3 {
        width: 200px;
        transform: translateX(40px);
        color: #F6B500;
        text-decoration: underline;
    }

    .char {
        display: flex;
        width: 100%;
        height: 100px;
        position: absolute;
        transform: translateY(800px);
        left: 0px;
        justify-content: center;
        align-items: center;
        gap: 520px;
    }

    .char div {
        display: flex;
        height: 100px;
        align-items: center;
    }

    .char p2 {
        cursor: pointer;
    }

    .char-act {
        color: #F6B500;
    }

    .char-dis {
        color: #2F2F2F80;
    }

    .char-b-a {
        border: 3px solid #F6B500;
        width: 56px;
        border-radius: 10px;
        transform: translate(340px, 71px);
        transition: 0.5s;

    }

    .char-b-a2 {
        transform: translate(976px, 71px) !important;
    }

    .characteristic {
        width: 100%;
        height: max-content;
        display: flex;
        margin-bottom: 100px;
        transform: translateY(100px);
        justify-content: center;
    }

    .tab {
        display: flex;
        width: 1096px;
        border-radius: 30px;
        overflow: hidden;
        flex-direction: column;
        box-shadow: 0px 4px 24.4px #0000001A;
    }

    .tab div {
        box-sizing: border-box;
    }

    .tab p {
        width: 290px;
        word-break: normal;
        word-wrap: break-word;
    }

    .tab k {
        width: 728px;
    }

    .tab k p {
        width: 100% !important;
    }

    .hed {
        width: 100%;
        display: flex;
        padding: 0px 30px;
        align-items: center;
        background: #F6B500;
        height: 79px;
        gap: 460px;
        justify-content: center;
    }

    .hed p {
        font-weight: 600;
        font-size: 18px;
    }

    .tb1 {
        width: 100%;
        display: flex;
        padding: 20px 30px;
        justify-content: space-between;
        background-color: #FFFFFF;
        gap: 20px;
    }

    .tb1 div {
        display: flex;
        padding: 0px !important;
        gap: 20px;
        flex-direction: row;
    }

    .tb2 {
        width: 100%;
        display: flex;
        padding: 20px 30px;
        justify-content: space-between;
        gap: 20px;
        background-color: #F4F5F6CC;
    }

    .tb-column {
        flex-direction: column;
    }

    .zg {
        width: 1000px !important;
    }

    .tb2 div {
        display: flex;
        padding: 0px !important;
        flex-direction: column;
        gap: 20px;
        flex-direction: row;
    }

    .cheme-ctn {
        width: 100%;
        height: max-content;
        display: flex;
        margin-bottom: 100px;
        transform: translateY(100px);
        justify-content: center;
    }

    .cheme {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
        flex-direction: column;
    }

    .cheme img {
        width: 1320px;
    }

    g {
        display: flex;
        align-items: center;
    }

    d {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .image-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 9999;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .image-modal.active {
        display: flex;
    }

    .modal-image-container {
        position: relative;
        width: 90%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background-color: #F4F5F6;
        cursor: grab;
    }

    .modal-image {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
        cursor: grab;
    }

    .modal-image.zoomed {
        cursor: grab;
    }

    .close-modal {
        position: absolute;
        top: 20px;
        right: 40px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10000;
        transition: 0.3s;
    }

    .close-modal:hover {
        color: #F6B500;
    }

    .zoom-controls {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 20px;
        border-radius: 50px;
        z-index: 10000;
    }

    .zoom-btn {
        background: #F6B500;
        color: #1F1F1F;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zoom-btn:hover {
        background: #D99A00;
        transform: scale(1.1);
    }

    .reset-zoom {
        background: #2F2F2F;
        color: white;
    }

    .reset-zoom:hover {
        background: #1F1F1F;
    }

    .image-counter {
        color: white;
        font-family: 'Montserrat';
        margin: 0 15px;
        display: flex;
        align-items: center;
    }

    .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 24px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .nav-btn:hover {
        background: #F6B500;
        color: #1F1F1F;
    }

    .prev-btn {
        left: 20px;
    }

    .next-btn {
        right: 20px;
    }

}

@media (max-width: 768px) {
    h1 {
        font-size: 27px;
        font-family: 'Montserrat';
        font-style: Bold;
        line-height: 130%;
        font-weight: 800;
        color: var(--main-text);
        letter-spacing: -2%;
    }

    h2 {
        font-size: 25px;
        font-family: 'Montserrat';
        font-style: Bold;
        line-height: 110%;
        font-weight: 700;
        color: var(--main-text);
        letter-spacing: -2%;
    }

    h3 {
        font-size: 20px;
        font-family: 'Montserrat';
        font-style: Bold;
        line-height: 110%;
        font-weight: 800;
        color: var(--main-text);
    }

    p {
        font-size: 14px;
        font-family: 'Montserrat';
        font-style: medium;
        line-height: 140%;
        font-weight: 400;
        color: var(--main-text);
    }

    p2 {
        font-size: 15px;
        font-family: 'Montserrat';
        font-style: SemiBold;
        line-height: 100%;
        font-weight: 500;
    }

    p3 {
        font-size: 16px;
        font-family: 'Montserrat';
        font-style: SemiBold;
        line-height: 100%;
        font-weight: 600;
    }

    p4 {
        font-size: 16px;
        font-family: 'Montserrat';
        font-style: SemiBold;
        line-height: 100%;
        font-weight: 500;
    }

    header {
        display: flex;
        position: fixed;
        justify-content: center;
        align-items: center;
        height: 90px;
        width: 100%;
        background: #FFFFFF;
        z-index: 999;
    }

    .wrap {
        display: flex;
        width: 335px;
        margin: 0px 10px 0px 10px;
        height: 37.7px;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .wrap img {
        display: flex;
        height: 37px;
        width: 120px;
    }

    .wrap a {
        text-decoration: none;
    }

    .pages {
        display: none;
        justify-content: space-between;
        width: 335px;
    }

    .pages p3 {
        color: var(--link-color);
    }

    .pages p4 {
        color: var(--sidelink-color);
    }

    .zakazat {
        display: none;
        flex-direction: column;
        transform: translate(-10px, -150px);
    }

    .zakazat-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 172px;
        color: #1F1F1F;
        transform: translateX(-100px);
    }

    .zakazat img {
        width: 30px;
        height: 30px;
    }

    .zakazat-a {
        display: flex;
        width: 200px;
        height: 50px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: #F6B500;
        box-shadow: 7px 7px 9.1px #00000012;
        transform: translateX(-120px);
        margin-top: 20px;
    }

    .zakazat-a:hover {
        background-color: #D99A00;
        transition: 0.5s;
    }

    .menu {
        display: flex;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }

    .menu img {
        width: 30px;
        height: 30px;
    }

    .modal {
        display: flex;
        position: fixed;
        margin-top: 90px;
        right: 0px;
        width: 266px;
        height: 100%;
        background: #FFFFFF;
        flex-direction: row-reverse;
        justify-content: space-between;
        z-index: 999;
        transform: translateX(266px);
        transition: 0.5s;
    }

    .modal-active {
        transform: translateX(0px);
    }

    .modal-wrap {
        display: flex;
        flex-direction: column;
        width: 100px;
        text-align: right;
        justify-content: space-between;
    }

    .modal-pages {
        display: flex;
        width: 62px;
        flex-direction: column;
        gap: 20px;
    }


    .modal-pages p3 {
        color: var(--link-color);
    }

    .modal-pages p4 {
        color: var(--sidelink-color);
    }

    .content {
        display: flex;
        justify-content: center;
        width: 100%;

    }

    .conteiner-content {
        display: flex;
        width: 375px;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 90px;
        margin: 90px 10px 0px 10px;
    }

    .welcome {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 760px;
    }

    .D3 {
        display: flex;
        width: 335px;
        height: 50px;
        align-items: center;
        justify-content: space-around;
        gap: 10px;
        background-color: #FFFFFF33;
        border-radius: 15px;
        position: absolute;
        transform: translate(0px, 770px);
        cursor: pointer;
        padding: 0px 5px 0px 10px;
    }

    .D3-img {
        background-color: #2F2F2F;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translate(35px);
    }

    .D3-img1 {
        background-color: #2F2F2F;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(45px) !important;
    }

    .img3d {
        position: absolute;
        transform: translate(0px, 370px);
        width: 313px;
    }

    .img3d-bg {
        z-index: -1;
        background: linear-gradient(180deg, #404347, #292B30, #1F1F25, #1F1F25, #404048);
        width: 100%;
        transform: translate(0px, 430px);
        height: 400px;
        display: flex;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
    }

    .wtc3d {
        position: absolute;
        transform: translate(1050px, 660px);
        height: 77px;
        width: 88px;
    }

    .hero-img {
        display: flex;
        position: absolute;
        left: 0px;
        width: 100%;
        z-index: -2;
        object-fit: cover;
        border-radius: 0px 0px 50px 50px;
        background-image: url('img/hero 1.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    #h01 {
        height: 760px;
    }

    #h02 {
        height: 1500px;
    }

    .success-message {
        display: none;
        /* position: absolute; */
        background: white;
        padding: 15px;
        color: #F6B500;
        border: 1px solid #F6B500;
        border-radius: 50px;
        justify-content: center;
        /* transform: translate(430px, -65px); */
        text-align: center;
        margin-top: 20px;
        text-align: center;
        align-items: center;
        font-family: 'Montserrat';
        gap: 5px;
    }

    .success-message p {
        color: #F6B500;
    }

    .error {
        color: #e53e3e;
        font-size: 14px;
        margin-top: 5px;
        display: none;
        font-family: 'Montserrat';
    }

    .img-overlay {
        display: flex;
        position: absolute;
        width: 375px;
        height: 760px;
        z-index: -1;
        background-color: rgba(22, 36, 62, 0.7);
        border-radius: 0px 0px 20px 20px;
    }

    .welcome-conteiner {
        display: flex;
        width: 335px;
        height: 324px;
        flex-direction: column;
        margin-top: 50px;
    }

    .welcome h1 {
        color: var(--main-text);
        width: 344px;
        height: 216px;
        margin-bottom: 20px;
        text-align: center;
        flex-direction: column;
    }

    .welcome p2 {
        color: var(--main-text);
        height: 46px;
        width: 336px;
        margin-bottom: 30px;
        text-align: center;
    }

    .welcome-link {
        display: flex;
        width: 335px;
        height: 120px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #d01 {
        margin-bottom: 20px;
    }

    .welcome-link a {
        display: flex;
        width: 335px;
        height: 60px;
    }

    .detali {
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: #F6B500;
        box-shadow: 7px 7px 9.1px #00000012;
    }

    .detali:hover {
        background: none;
        transition: 0.5s;
        background-color: #D99A00;
    }

    .konsultacia {
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        color: #2F2F2F80;
        background: none;
        font-weight: 800;
        gap: 10px;
    }

    .konsultacia1 {
        border: 1px solid var(--main-text);
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: none;
        font-weight: 800;
    }

    /* .konsultacia:hover {
        background: var(--main-text);
        color: #1652B0;
        transition: 0.5s;
    } */

    .cls {
        display: flex;
        position: absolute;
        flex-direction: column;
        transform: translateY(830px);
        width: 335px;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }

    .tablet {
        display: none !important;
    }

    .about-us {
        display: flex;
        flex-direction: column;
        width: 335px;
        height: 308px;
        padding: 20px;
        color: #1F1F1FCC;
        border-radius: 5px;
        background-color: #FFFFFF80;
        box-sizing: border-box;
    }

    .about-us-cng3 {
        display: flex;
        width: 104px;
        border-radius: 50px;
        border: 3px solid #F6B50033;
        cursor: pointer;
    }

    .cng-active {
        border: 3px solid #D99A00;
    }

    .disable {
        display: none !important;
    }

    .about-us p {
        margin-top: 10px;
        font-size: 14px;
        width: 250spx;
    }

    .clapan {
        display: flex;
        width: 100%;
        margin-top: 500px;
        flex-direction: column;
    }

    .clapan-link {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    #clapan-desktop {
        display: none;
        width: 230px;
        height: 60px;
    }

    #clapan-mobile {
        display: flex;
        width: 335px;
        height: 50px;
        margin-bottom: 60px;
    }

    /* Анимации для блока клапанки */
    .clapan {
        opacity: 0;
        transform: translateY(150px);
        transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    }

    .clapan.visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* Анимация для карточек (выезжают снизу с задержкой) */
    .clapan-clapan-conteiner {
        opacity: 0;
        transform: translateY(100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-conteiner {
        opacity: 1;
        transform: translateY(0);
    }


    /* Анимация для кнопки "Смотреть все" (выезжает сверху) */
    .clapan-link {
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-link {
        opacity: 1;
        transform: translateY(0);
    }

    /* Анимация для заголовка */
    .clapan-link h2 {
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-link h2 {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.1s;
    }

    /* Анимация для кнопки "Смотреть все" */
    .clapan-link .konsultacia1 {
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-link .konsultacia1 {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.15s;
    }

    .clapan-conteiner {
        display: flex;
        gap: 25px;
        width: 100%;
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .clapan-card {
        display: flex;
        width: 308px;
        height: 443px;
        flex-direction: column;
        margin-bottom: 20px;
        box-sizing: border-box;
        border-radius: 30px;
        box-shadow: 0px 4px 24.4px #0000001A;
        background-color: #FFFFFF;
        padding: 30px;
        justify-content: space-between;
    }

    .clapan-bg {
        display: flex;
        background: #FFFFFF;
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
        border-radius: 30px 30px 0px 0px;
    }

    .clapan-bg img {
        width: 216px;
        height: 216px;
    }

    .clapan-card a {
        display: flex;
        width: 100%;
        height: 43px;
        background-color: #F6B500;
        color: #1F1F1F;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        margin-top: 15px;
    }

    .clapan-card a:hover {
        background: #D99A00;
        color: var(--main-text);
        transition: 0.5s;
    }

    .clapan-card p2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
    }

    .name {
        color: rgba(22, 36, 62, 1);
    }

    #contact-us1 {
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .contact-us-conteiner {
        display: flex;
        width: 335px;
        margin-top: 60px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    /* Анимации для блока обратной связи */
    .contact-us {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .contact-us.visible {
        opacity: 1;
    }

    /* Левая часть (контакты) - выезжает слева */
    .contact-us .contact-us-content {
        opacity: 0;
        transform: translateX(-60px);
        transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    }

    .contact-us.visible .contact-us-content {
        opacity: 1;
        transform: translateX(0);
    }

    /* Правая часть (форма) - выезжает справа */
    .contact-us .contact-us-form {
        opacity: 0;
        transform: translateX(60px);
        transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    }

    .contact-us.visible .contact-us-form {
        opacity: 1;
        transform: translateX(0);
    }

    .contact-us-content {
        display: flex;
        width: 335px;
        height: 220px;
        flex-direction: column;
        margin-bottom: 60px;
    }

    .contact-us h2 {
        margin-bottom: 20px;
    }

    .contact-us-content p {
        font-size: 15px !important;
        line-height: 130% !important;
        color: var(--main-text);
    }

    .contact-us-micro-zagolovok {
        display: flex;
        align-items: center;
        width: 335px;
        height: 50px;
        gap: 20px;
        margin-bottom: 5px;
        color: var(--main-text);
    }

    .contact-us-micro-zagolovok p2 {
        font-weight: 800;
    }

    .contact-us-micro-zagolovok img {
        width: 50px;
        height: 50px;
    }

    .contact-us-form {
        display: flex;
        width: 335px;
        flex-direction: column;
        margin-bottom: 60px;
        background-color: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0px 4px 24.4px #0000001A;
        padding: 30px 20px;
        box-sizing: border-box;
    }


    .name-form {
        display: flex;
        width: 335px;
        height: 69px;
        flex-direction: column;
        margin-bottom: 40px;
    }

    input {
        outline: none;
        padding: 15px;
        background: none;
        border: none;
        border-bottom: 3px solid #1F1F1F33;
        color: var(--main-text);
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        font-family: 'Montserrat';
    }

    .red-star {
        position: absolute;
        transform: translate(0px, 13px);
        font-size: 18px;
        color: red;
        pointer-events: none;
    }

    input:valid+.red-star,
    input:focus+.red-star {
        opacity: 0;
        visibility: hidden;
    }

    .form-conteiner {
        display: flex;
        width: 100%;
        gap: 40px;
        flex-wrap: wrap;
    }

    .form-conteiner-2 {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 40px;
    }

    .form-conteiner-2 textarea {
        height: 129px;
        outline: none;
        padding: 15px;
        background: none;
        border: none;
        border-bottom: 3px solid #1F1F1F33;
        color: var(--main-text);
        font-family: 'Montserrat';
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .red-star1 {
        position: absolute;
        transform: translate(0px, 13px);
        font-size: 18px;
        color: red;
        pointer-events: none;
    }

    textarea:valid+.red-star1,
    textarea:focus+.red-star1 {
        opacity: 0;
        visibility: hidden;
    }

    .contact-us-form button {
        display: flex;
        height: 50px;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 10px;
        border: none;
    }

    .contact-us-form p {
        font-size: 16px;
        line-height: 100%;
    }

    #desktop {
        display: none !important;
    }

    #mobile {
        display: flex !important;
    }

    footer {
        display: flex;
        width: 100%;
        background: #FFFFFF;
        justify-content: center;
        margin-top: 20px;
        border-radius: 30px 30px 0px 0px;
    }

    .footer-wrap {
        display: flex;
        width: 335px;
        height: 260px;
        padding: 30px 20px 30px 20px;
        align-items: center;
        flex-direction: column;
    }

    .footer-content {
        display: flex;
    }

    .footer-logo {
        display: flex;
        width: 335px;
        height: 60px;
        border-bottom: 1px solid #1F1F1F4D;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer-logo img {
        height: 26px;
    }

    .footer-logo a {
        height: 40px;
    }

    .footer-conteiner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-conteiner p4 {
        width: 335px;
        color: #1F1F1F;
    }

    .p-in-footer {
        margin-top: 10px;
        text-align: center;
    }

    .footer-link {
        display: flex;
        width: 149px;
        height: 18px;
        flex-direction: column;
        margin: 40px 0px 40px 0px;
    }

    .footer-link a {
        display: flex;
        align-items: center;
    }

    .messenger {
        display: flex;
    }

    .messenger img {
        width: 35px;
        height: 35px;
    }

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

    .mail p4 {
        color: #1F1F1F;
    }

    /* страница О Нас */

    #h11 {
        height: 194px;
    }

    .welcome-oth {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 194px;
    }

    .welcome-conteiner-oth {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: #FFFFFF;

    }

    .welcome-conteiner-oth h1 {
        margin-bottom: 10px;
        color: #FFFFFF;
    }

    .welcome-conteiner-oth p {
        color: #FFFFFF;
    }

    .about-us-conteiner {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 60px;
    }

    .about-us-conteiner h2 {
        color: rgba(0, 0, 0, 1);
        margin-bottom: 40px;
        width: 335px;
    }

    .about-us-conteiner p {
        color: rgba(56, 56, 56, 1);
        width: 335px;
    }

    .about-us-content {
        display: flex;
        width: 100%;
        flex-direction: row;
        margin-bottom: 100px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .about-us-div {
        display: flex;
        flex-direction: column;
        width: 335px;
    }

    .about-us-div img {
        width: 100%;
        border-radius: 5px;
    }

    .about-us-div p {
        margin-bottom: 30px;
    }

    /* стпаница каталог */

    .catalog-conteiner {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 30px;
        flex-direction: column;
    }

    .catalog-conteiner2 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 30px;
    }

    .filter {
        display: flex;
        width: 315px;
        flex-direction: column;
    }

    .filter h3 {
        font-size: 24px;
        color: rgba(56, 56, 56, 1);
        margin-bottom: 60px;
    }

    .filter p3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    label {
        display: flex;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .text {
        color: rgba(56, 56, 56, 1);
        margin-left: 5px;
    }

    label [type="checkbox"] {
        accent-color: rgba(22, 82, 176, 1);
    }

    #clapan-fire:checked~text {
        color: rgba(22, 82, 176, 1);
    }

    .catalog-content {
        display: flex;
        width: 985px;
    }

    .catalog-main {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .catalog-sortirovka {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        align-items: center;
    }

    .sort-by {
        display: flex;
        align-items: center;
    }

    .arrow {
        display: flex;
        position: absolute;
    }

    .sort-by select {
        display: flex;
        border: 1px solid rgba(56, 56, 56, 0.1);
        border-radius: 50px;
        padding: 10px 15px 10px 15px;
    }

    .catalog-sortirovka p {
        color: rgba(56, 56, 56, 1);
    }

    .activnij-filter {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        height: max-content;
        gap: 10px;
    }

    .filter-btn {
        display: flex;
        height: 20px;
    }

    .activnij-filter p {
        color: rgba(56, 56, 56, 1);
        margin-right: 10px;
    }

    .activnij-filter a {
        text-decoration: underline;
        margin-left: 20px;
    }

    .span-filter {
        display: none;
        background: rgba(22, 82, 176, 1);
        padding: 8px 15px 8px 15px;
        border-radius: 50px;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .span-filter2 {
        display: none;
        background: rgba(22, 82, 176, 1);
        padding: 8px 15px 8px 15px;
        border-radius: 50px;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .span-filter3 {
        display: none;
        background: rgba(22, 82, 176, 1);
        padding: 8px 15px 8px 15px;
        border-radius: 50px;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .active {
        display: flex;
    }

    .span-filter p {
        color: #FFFFFF;
        margin: 0px;
    }

    #close-filter {
        font-size: 18px;
        margin-left: 5px;
    }

    .card-conteiner {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 30px;
        justify-content: center;
        height: max-content;
        gap: 20px;
    }

    .card {
        display: flex;
        width: 158px;
        height: 257px;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .card-bg {
        display: flex;
        background: rgba(236, 236, 236, 1);
        width: 100%;
        height: 158px;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .card-bg img {
        width: 100%;
        height: 100%;
    }

    .card a {
        display: flex;
        width: 100%;
        height: 45px;
        background-color: #F6B500;
        color: rgba(56, 56, 56, 1);
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        margin-top: 15px;
    }

    .card a:hover {
        background: #D99A00;
        color: var(--main-text);
        transition: 0.5s;
    }

    .name-card {
        color: rgba(56, 56, 56, 1);
    }


    /* паганация */
    .pagination {
        display: flex;
        list-style: none;
        overflow: hidden;
        width: 100%;
        justify-content: center;
    }


    .pagination li:last-child {
        border-right: none;
    }

    .pagination a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        text-decoration: none;
        border-radius: 20px;
        color: rgba(22, 82, 176, 1);
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .pagination a:hover {
        background: #f8f9fa;
    }

    .pagination a.active {
        background: #3498db;
        color: white;
    }

    .pagination a.disabled {
        color: #ccc;
        pointer-events: none;
    }

    .dots {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 45px;
        height: 45px;
        color: #95a5a6;
    }

    .filter-modal {
        display: flex;
        position: fixed;
        margin-top: 90px;
        right: 0px;
        width: 100%;
        height: 100%;
        background: var(--main-text);
        flex-direction: row-reverse;
        justify-content: center;
        z-index: 999;
        transform: translateX(100%);
        transition: 0.5s;
    }

    .filter-active {
        transform: translateX(0px);
    }

    .filter-wrap {
        display: flex;
        flex-direction: column;
        width: 335px;
        text-align: left;
    }

    .filter-wrap img {
        margin-bottom: 10px;
        height: 20px;
    }

    .filter-wrap p3 {
        margin-bottom: 20px;
    }

    .accept {
        display: flex;
        width: 100%;
        background: rgba(22, 82, 176, 1);
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
    }

    /* страница товара */

    .tovar-conteiner {
        display: flex;
        gap: 40px;
        width: 100%;
        justify-content: center;
        margin-bottom: 100px;
        flex-wrap: wrap;
        margin-top: 20px;

    }

    .tovar-gallery {
        display: flex;
        height: fit-content;
        width: 92%;
        align-items: center;
        flex-direction: column;
    }

    .tovar-gallery-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        width: 375px;
        height: 375px;
        margin-bottom: 20px;
        border-radius: 30px;
        box-shadow: 0 4 24.4 #0000001A;
    }

    .tovar-gallery-bg img {
        width: 320px;
        height: 320px;
    }

    .thumbnails {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 20px;
    }

    .privacy {
        font-size: 13px !important;
        color: #1F1F1F4D;
        line-height: 130%;
        font-weight: 400;
        text-align: center;
        margin-top: 20px;
    }

    .thumbnails-container {
        position: relative;
        width: 100%;
    }

    .thumbnail {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        width: 80px;
        padding: 10px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        border: 1px solid rgba(236, 236, 236, 1);
    }

    .thumbnail img {
        width: 80px;
        height: 80px;
    }

    .thumbnail.active {
        border-color: rgba(22, 82, 176, 1);
    }

    .scroll-btn {
        position: absolute;
        transform: translateY(-250px);
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        color: #F6B500;
        z-index: 10;
        transition: all 0.3s ease;
    }

    .scroll-btn:hover {
        background: #F6B500;
        color: #1F1F1F;
    }

    .scroll-btn p {
        font-size: 25px;
        color: #F6B500;
        transform: translateY(-2px);
    }

    .scroll-btn:hover svg path {
        fill: #2F2F2F;
    }

    .scroll-btn.prev {
        left: 20px;
    }

    .scroll-btn.next {
        right: 20px;
    }

    .tovar-info {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .tovar-info .detali {
        display: flex;
        width: 100%;
        height: 60px;
        font-family: 'Montserrat';
    }

    .tovar-info h2 {
        color: rgba(56, 56, 56, 1);
    }

    .tovar-info p {
        color: rgba(56, 56, 56, 1);
    }

    .characteristics {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

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

    .princip p3 {
        width: 200px;
        transform: translateX(40px);
        color: #F6B500;
        text-decoration: underline;
    }

    .char {
        display: flex;
        width: 100%;
        height: 100px;
        position: relative;
        transform: translateY(64px);
        left: 0px;
        justify-content: center;
        align-items: center;
        gap: 80px;
    }

    .char div {
        display: flex;
        height: 100px;
        align-items: center;
    }

    .char p2 {
        cursor: pointer;
    }

    .char-act {
        color: #F6B500;
    }

    .char-dis {
        color: #2F2F2F80;
    }

    .char-b-a {
        border: 3px solid #F6B500;
        width: 56px;
        border-radius: 10px;
        transform: translate(90px, 60px);
        transition: 0.5s;

    }

    .char-b-a2 {
        transform: translate(265px, 60px) !important;
    }

    .characteristic {
        width: 100%;
        height: max-content;
        display: flex;
        margin-bottom: 180px;
        transform: translateY(100px);
        justify-content: center;
    }

    .tab {
        display: flex;
        border-radius: 30px;
        width: 335px;
        overflow: hidden;
        flex-direction: column;
        box-shadow: 0px 4px 24.4px #0000001A;
    }

    .tab k {
        width: 190px;
    }

    .tab k p {
        width: 100% !important;
    }

    .tab div {
        box-sizing: border-box;
        padding: 10px 20px;
    }

    .tab p {
        width: 188px;
        word-break: normal;
        word-wrap: break-word;
    }

    .hed {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 79px;
        gap: 30px;
        background-color: #F6B500;
    }

    .hed p {
        font-weight: 600;
        font-size: 15px;
    }

    .tb1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #FFFFFF;
        gap: 10px;
    }

    .tb1 div {
        display: flex;
        padding: 0px !important;
        flex-direction: column;
        gap: 30px;
        flex-direction: row;
    }

    .tb2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        background-color: #F4F5F6CC;
    }

    .zg {
        width: 305px !important;
        font-weight: 500 !important;
    }

    .tb2 div {
        display: flex;
        padding: 0px !important;
        flex-direction: column;
        gap: 30px;
        flex-direction: row;
    }

    .cheme-ctn {
        width: 100%;
        height: max-content;
        display: flex;
        margin-bottom: 180px;
        transform: translateY(100px);
        justify-content: center;
    }

    .cheme {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
        flex-direction: column;
    }

    .cheme img {
        width: 330px;
    }

    g {
        display: flex;
        align-items: center;
    }

    d {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }



     .image-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 9999;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .image-modal.active {
        display: flex;
    }

    .modal-image-container {
        position: relative;
        width: 90%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background-color: #F4F5F6;
        cursor: grab;
    }

    .modal-image {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
        cursor: grab;
    }

    .modal-image.zoomed {
        cursor: grab;
    }

    .close-modal {
        position: absolute;
        top: 20px;
        right: 40px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10000;
        transition: 0.3s;
    }
    .close-modal svg path{
        fill:#2F2F2F;
    }

    .close-modal:hover {
        color: #F6B500;
    }

    .zoom-controls {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 20px;
        border-radius: 50px;
        z-index: 10000;
    }

    .zoom-btn {
        background: #F6B500;
        color: #1F1F1F;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zoom-btn:hover {
        background: #D99A00;
        transform: scale(1.1);
    }

    .reset-zoom {
        background: #2F2F2F;
        color: white;
    }

    .reset-zoom:hover {
        background: #1F1F1F;
    }

    .image-counter {
        color: white;
        font-family: 'Montserrat';
        margin: 0 15px;
        display: flex;
        align-items: center;
        width: 40px;
    }

    .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 24px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .nav-btn:hover {
        background: #F6B500;
        color: #1F1F1F;
    }

    .prev-btn {
        left: 20px;
    }

    .next-btn {
        right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1439.9px) {
    h1 {
        font-size: 28px;
        font-family: 'Montserrat';
        font-style: Bold;
        line-height: 130%;
        font-weight: 800;
        color: var(--main-text);
        letter-spacing: -2%;
    }

    h2 {
        font-size: 25px;
        font-family: 'Montserrat';
        font-style: Bold;
        line-height: 130%;
        font-weight: 800;
        color: var(--main-text);
    }

    h3 {
        font-size: 20px;
        font-family: 'Montserrat';
        font-style: Bold;
        line-height: 130%;
        font-weight: 800;
        color: var(--main-text);
    }

    p {
        font-size: 14px;
        font-family: 'Montserrat';
        font-style: medium;
        line-height: 140%;
        font-weight: 400;
        color: var(--main-text);
    }

    p2 {
        font-size: 15px;
        font-family: 'Montserrat';
        font-style: SemiBold;
        line-height: 100%;
        font-weight: 500;
    }

    p3 {
        font-size: 16px;
        font-family: 'Montserrat';
        font-style: SemiBold;
        line-height: 100%;
        font-weight: 600;
    }

    p4 {
        font-size: 16px;
        font-family: 'Montserrat';
        font-style: SemiBold;
        line-height: 100%;
        font-weight: 500;
    }

    header {
        display: flex;
        position: fixed;
        justify-content: center;
        align-items: center;
        height: 90px;
        width: 100%;
        background: #FFFFFF;
        z-index: 999;
    }

    .wrap {
        display: flex;
        width: 768px;
        margin: 0px 10px 0px 10px;
        height: 37.7px;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .wrap img {
        display: flex;
        height: 37px;
        width: 120px;
    }

    .wrap a {
        text-decoration: none;
    }

    .pages {
        display: none;
        justify-content: space-between;
        width: 335px;
    }

    .pages p3 {
        color: var(--link-color);
    }

    .pages p4 {
        color: var(--sidelink-color);
    }

    .zakazat {
        display: none;
        flex-direction: column;
        transform: translate(-10px, -150px);
    }

    .zakazat-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 172px;
        color: #1F1F1F;
        transform: translateX(-100px);
    }

    .zakazat img {
        width: 30px;
        height: 30px;
    }

    .zakazat-a {
        display: flex;
        width: 200px;
        height: 50px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: #F6B500;
        box-shadow: 7px 7px 9.1px #00000012;
        transform: translateX(-120px);
        margin-top: 20px;
    }

    .zakazat-a:hover {
        background-color: #D99A00;
        transition: 0.5s;
    }



    .menu {
        display: flex;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }

    .menu img {
        width: 30px;
        height: 30px;
    }

    .modal {
        display: flex;
        position: fixed;
        margin-top: 90px;
        right: 0px;
        width: 266px;
        height: 100%;
        background: #FFFFFF;
        flex-direction: row-reverse;
        justify-content: space-between;
        z-index: 999;
        transform: translateX(266px);
        transition: 0.5s;
    }

    .modal-active {
        transform: translateX(0px);
    }

    .modal-wrap {
        display: flex;
        flex-direction: column;
        width: 100px;
        text-align: right;
        justify-content: space-between;
    }

    .modal-pages {
        display: flex;
        width: 62px;
        flex-direction: column;
        gap: 20px;
    }


    .modal-pages p3 {
        color: var(--link-color);
    }

    .modal-pages p4 {
        color: var(--sidelink-color);
    }

    .content {
        display: flex;
        justify-content: center;
        width: 100%;

    }

    .conteiner-content {
        display: flex;
        width: 768px;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 90px;
        margin: 90px 10px 0px 10px;
    }

    .welcome {
        display: flex;
        flex-wrap: wrap;
        height: 760px;
    }

    .hero-img {
        display: flex;
        position: absolute;
        left: 0px;
        width: 100%;
        z-index: -2;
        object-fit: cover;
        border-radius: 0px 0px 50px 50px;
        background-image: url('img/hero 2.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    #h01 {
        height: 760px;
    }

    #h02 {
        height: 1500px;
    }

    .success-message {
        display: none;
        /* position: absolute; */
        background: white;
        color: #F6B500;
        border: 1px solid #F6B500;
        padding: 15px;
        border-radius: 50px;
        justify-content: center;
        /* transform: translate(430px, -65px); */
        text-align: center;
        margin-top: 20px;
        align-items: center;
        font-family: 'Montserrat';
        gap: 5px;
    }

    .success-message p {
        color: #F6B500;
    }

    .error {
        color: #e53e3e;
        font-size: 14px;
        margin-top: 5px;
        display: none;
        font-family: 'Montserrat';
    }

    .img-overlay {
        display: flex;
        position: absolute;
        width: 768px;
        height: 760px;
        z-index: -1;
        background-color: rgba(22, 36, 62, 0.7);
        border-radius: 0px 0px 30px 30px;
    }

    .D3 {
        display: flex;
        width: max-content;
        height: 50px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #FFFFFF33;
        border-radius: 15px;
        position: absolute;
        transform: translate(550px, 610px);
        cursor: pointer;
        padding: 0px 5px 0px 10px;
    }

    .D3-img {
        background-color: #2F2F2F;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .D3-img1 {
        background-color: #2F2F2F;
        width: 50px;
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(45px) !important;
    }

    .img3d {
        position: absolute;
        transform: translate(400px, 100px);
        width: 350px;
    }

    .img3d-bg {
        z-index: -1;
        background: linear-gradient(180deg, #404347, #292B30, #1F1F25, #1F1F25, #404048);
        width: 100%;
        transform: translate(500px, 0px);
        height: 700px;
        display: flex;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
    }

    .wtc3d {
        position: absolute;
        transform: translate(1050px, 660px);
        height: 77px;
        width: 88px;
    }

    .welcome-conteiner {
        display: flex;
        width: 702px;
        height: 324px;
        flex-direction: column;
        margin-top: 50px;
    }

    .welcome h1 {
        color: var(--main-text);
        width: 400px;
        height: 216px;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .welcome p2 {
        color: var(--main-text);
        height: 46px;
        width: 400px;
        margin-bottom: 60px;
    }

    .welcome-link {
        display: flex;
        width: 335px;
        height: 120px;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
    }

    #d01 {
        margin-bottom: 20px;
    }

    .welcome-link a {
        display: flex;
        width: 300px;
        height: 60px;
    }

    .detali {
        border-radius: 15px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: #F6B500;
        box-shadow: 7px 7px 9.1px #00000012;
        gap: 10px;
    }

    .detali:hover {
        background: none;
        transition: 0.5s;
        background-color: #D99A00;
    }

    .konsultacia {
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: none;
        font-weight: 800;
        gap: 10px;
    }

    .konsultacia1 {
        border: 1px solid var(--main-text);
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: none;
        font-weight: 800;
    }

    /* .konsultacia:hover {
        background: var(--main-text);
        color: #1652B0;
        transition: 0.5s;
    } */

    .cls {
        display: flex;
        position: absolute;
        width: 335px;
        flex-direction: column;
        transform: translateY(360px);
        box-sizing: border-box;
    }

    .desktop {
        display: none !important;
    }

    .tablet {
        display: flex !important;
    }

    .mobile {
        display: none !important;
    }

    .about-us {
        display: flex;
        flex-direction: column;
        width: 335px;
        height: 305px;
        padding: 20px;
        color: #1F1F1FCC;
        border-radius: 5px;
        background-color: #FFFFFF80;
        box-sizing: border-box;
    }

    .about-us-cng3 {
        display: flex;
        width: 104px;
        border-radius: 50px;
        border: 3px solid #F6B50033;
        cursor: pointer;
    }

    .cng-active {
        border: 3px solid #D99A00;
    }

    .disable {
        display: none !important;
    }

    .about-us p {
        margin-top: 10px;
        font-size: 14px;
        width: 250spx;
    }

    .clapan {
        display: flex;
        width: 100%;
        margin-top: 60px;
        flex-direction: column;
    }

    .clapan-link {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    #clapan-desktop {
        display: none;
        width: 230px;
        height: 60px;
    }

    #clapan-mobile {
        display: flex;
        width: 335px;
        height: 50px;
        margin-bottom: 60px;
    }

    /* Анимации для блока клапанки */
    .clapan {
        opacity: 0;
        transform: translateY(150px);
        transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    }

    .clapan.visible {
        opacity: 1;
        transform: translateY(0);
    }

    /* Анимация для карточек (выезжают снизу с задержкой) */
    .clapan-clapan-conteiner {
        opacity: 0;
        transform: translateY(100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-conteiner {
        opacity: 1;
        transform: translateY(0);
    }


    /* Анимация для кнопки "Смотреть все" (выезжает сверху) */
    .clapan-link {
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-link {
        opacity: 1;
        transform: translateY(0);
    }

    /* Анимация для заголовка */
    .clapan-link h2 {
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-link h2 {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.1s;
    }

    /* Анимация для кнопки "Смотреть все" */
    .clapan-link .konsultacia1 {
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    .clapan.visible .clapan-link .konsultacia1 {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.15s;
    }

    .clapan-conteiner {
        display: flex;
        gap: 25px;
        width: 100%;
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    ..clapan-card {
        display: flex;
        width: 308px;
        height: 443px;
        flex-direction: column;
        margin-bottom: 20px;
        box-sizing: border-box;
        border-radius: 30px;
        box-shadow: 0px 4px 24.4px #0000001A;
        background-color: #FFFFFF;
        padding: 30px;
        justify-content: space-between;
    }

    .clapan-bg {
        display: flex;
        background: #FFFFFF;
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
        border-radius: 30px 30px 0px 0px;
    }

    .clapan-bg img {
        width: 216px;
        height: 216px;
    }

    .clapan-card a {
        display: flex;
        width: 58px;
        height: 43px;
        background-color: #F6B500;
        color: #1F1F1F;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        margin-top: 15px;
    }

    .clapan-card a:hover {
        background: #D99A00;
        color: var(--main-text);
        transition: 0.5s;
    }

    .clapan-card p2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
    }

    .clapan-card {
        display: flex;
        width: 308px;
        height: 443px;
        flex-direction: column;
        margin-bottom: 20px;
        box-sizing: border-box;
        border-radius: 30px;
        box-shadow: 0px 4px 24.4px #0000001A;
        background-color: #FFFFFF;
        padding: 30px;
        justify-content: space-between;
    }

    .clapan-bg {
        display: flex;
        background: #FFFFFF;
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
        border-radius: 30px 30px 0px 0px;
    }

    .clapan-bg img {
        width: 216px;
        height: 216px;
    }

    .clapan-card a {
        display: flex;
        width: 100%;
        height: 43px;
        background-color: #F6B500;
        color: #1F1F1F;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        margin-top: 15px;
    }

    .clapan-card a:hover {
        background: #D99A00;
        color: var(--main-text);
        transition: 0.5s;
    }

    .clapan-card p2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
    }

    .name {
        color: rgba(22, 36, 62, 1);
    }

    #contact-us1 {
        width: 100%;
        justify-content: center;
    }

    /* Анимации для блока обратной связи */
    .contact-us {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .contact-us.visible {
        opacity: 1;
    }

    /* Левая часть (контакты) - выезжает слева */
    .contact-us .contact-us-content {
        opacity: 0;
        transform: translateX(-60px);
        transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    }

    .contact-us.visible .contact-us-content {
        opacity: 1;
        transform: translateX(0);
    }

    /* Правая часть (форма) - выезжает справа */
    .contact-us .contact-us-form {
        opacity: 0;
        transform: translateX(60px);
        transition: opacity 0.7s ease-out, transform 0.7s ease-out;
    }

    .contact-us.visible .contact-us-form {
        opacity: 1;
        transform: translateX(0);
    }

    .contact-us-conteiner {
        display: flex;
        width: 768px;
        margin-top: 60px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 50px;
    }

    .contact-us-content {
        display: flex;
        width: 335px;
        height: 400px;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 60px;
    }

    .contact-us h2 {
        margin-bottom: 20px;
        font-weight: 800;
        text-align: center;
    }

    .contact-us-content p {
        font-size: 15px !important;
        line-height: 130% !important;
        margin-bottom: 20px;
        color: var(--main-text);
    }

    .contact-us-micro-zagolovok {
        display: flex;
        align-items: center;
        width: 375px;
        height: 50px;
        gap: 20px;
        margin-bottom: 5px;
        color: var(--main-text);
    }

    .contact-us-micro-zagolovok p2 {
        font-weight: 800;
    }

    .contact-us-micro-zagolovok img {
        width: 50px;
        height: 50px;
    }

    .contact-us-form {
        display: flex;
        width: 375px;
        flex-direction: column;
        margin-bottom: 60px;
        background-color: #FFFFFF;
        padding: 30px 20px 30px 20px;
        box-sizing: border-box;
        border-radius: 30px;
    }

    .contact-us-form h3 {
        margin-bottom: 10px;
    }

    .name-form {
        display: flex;
        width: 335px;
        height: 69px;
        flex-direction: column;
    }

    input {
        outline: none;
        padding: 15px;
        background: none;
        border: none;
        border-bottom: 1px solid #1F1F1F33;
        color: var(--main-text);
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        font-family: 'Montserrat';
    }

    .red-star {
        position: absolute;
        transform: translate(-20px, 13px);
        font-size: 18px;
        color: red;
        pointer-events: none;
    }

    input:valid+.red-star,
    input:focus+.red-star {
        opacity: 0;
        visibility: hidden;
    }

    .form-conteiner {
        display: flex;
        width: 100%;
        gap: 40px;
        flex-wrap: wrap;
    }

    .form-conteiner-2 {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .form-conteiner-2 textarea {
        height: 100px !important;
        width: 305px !important;
        outline: none;
        padding: 15px;
        background: none;
        border: none;
        border-bottom: 1px solid #1F1F1F33;
        color: var(--main-text);
        font-family: 'Montserrat';
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        font-size: 14px;
    }

    .red-star1 {
        position: absolute;
        transform: translate(-20px, 13px);
        font-size: 18px;
        color: red;
        pointer-events: none;
    }

    textarea:valid+.red-star1,
    textarea:focus+.red-star1 {
        opacity: 0;
        visibility: hidden;
    }

    .contact-us-form button {
        display: flex;
        height: 50px;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 10px;
        border: none;
    }

    .contact-us-form p {
        font-size: 16px;
        line-height: 100%;
    }

    #desktop {
        display: none !important;
    }

    #mobile {
        display: flex !important;
    }

    footer {
        display: flex;
        width: 100%;
        background: #FFFFFF;
        justify-content: center;
        margin-top: 20px;
        border-radius: 30px 30px 0px 0px;
    }

    .footer-wrap {
        display: flex;
        width: 335px;
        height: 260px;
        padding: 30px 20px 30px 20px;
        align-items: center;
        flex-direction: column;
    }

    .footer-content {
        display: flex;
    }

    .footer-logo {
        display: flex;
        width: 335px;
        height: 60px;
        border-bottom: 1px solid #1F1F1F4D;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer-logo img {
        height: 26px;
    }

    .footer-logo a {
        height: 40px;
    }

    .footer-conteiner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-conteiner p4 {
        width: 335px;
        color: #1F1F1F;
    }

    .p-in-footer {
        margin-top: 10px;
        text-align: center;
    }

    .footer-link {
        display: flex;
        width: 149px;
        height: 18px;
        flex-direction: column;
        margin: 40px 0px 40px 0px;
    }

    .footer-link a {
        display: flex;
        align-items: center;
    }

    .messenger {
        display: flex;
    }

    .messenger img {
        width: 35px;
        height: 35px;
    }

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

    .mail p4 {
        color: #1F1F1F;
    }

    /* страница О Нас */

    #h11 {
        height: 194px;
    }

    .welcome-oth {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 194px;
    }

    .welcome-conteiner-oth {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        color: #FFFFFF;

    }

    .welcome-conteiner-oth h1 {
        margin-bottom: 10px;
        color: #FFFFFF;
    }

    .welcome-conteiner-oth p {
        color: #FFFFFF;
    }

    .about-us-conteiner {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 60px;
    }

    .about-us-conteiner h2 {
        color: rgba(0, 0, 0, 1);
        margin-bottom: 40px;
    }

    .about-us-conteiner p {
        color: rgba(56, 56, 56, 1);
        width: 335px;
    }

    .about-us-content {
        display: flex;
        width: 100%;
        flex-direction: row;
        margin-bottom: 100px;
        flex-wrap: wrap;

    }

    .about-us-div {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 20px;
        align-items: center;
    }

    .about-us-div img {
        height: 150px;
        border-radius: 5px;
    }

    .about-us-div p {
        margin-bottom: 30px;
    }

    /* стпаница каталог */

    .catalog-conteiner {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 30px;
        flex-direction: column;
    }

    .catalog-conteiner2 {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 30px;
    }

    .filter {
        display: flex;
        width: 315px;
        flex-direction: column;
    }

    .filter h3 {
        font-size: 24px;
        color: rgba(56, 56, 56, 1);
        margin-bottom: 60px;
    }

    .filter p3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    label {
        display: flex;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .text {
        color: rgba(56, 56, 56, 1);
        margin-left: 5px;
    }

    label [type="checkbox"] {
        accent-color: rgba(22, 82, 176, 1);
    }

    #clapan-fire:checked~text {
        color: rgba(22, 82, 176, 1);
    }

    .catalog-content {
        display: flex;
        width: 985px;
    }

    .catalog-main {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .catalog-sortirovka {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        align-items: center;
    }

    .sort-by {
        display: flex;
        align-items: center;
    }

    .arrow {
        display: flex;
        position: absolute;
    }

    .sort-by select {
        display: flex;
        border: 1px solid rgba(56, 56, 56, 0.1);
        border-radius: 50px;
        padding: 10px 15px 10px 15px;
    }

    .catalog-sortirovka p {
        color: rgba(56, 56, 56, 1);
    }

    .activnij-filter {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        height: max-content;
        gap: 10px;
    }

    .filter-btn {
        display: flex;
        height: 20px;
    }

    .activnij-filter p {
        color: rgba(56, 56, 56, 1);
        margin-right: 10px;
    }

    .activnij-filter a {
        text-decoration: underline;
        margin-left: 20px;
    }

    .span-filter {
        display: none;
        background: rgba(22, 82, 176, 1);
        padding: 8px 15px 8px 15px;
        border-radius: 50px;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .span-filter2 {
        display: none;
        background: rgba(22, 82, 176, 1);
        padding: 8px 15px 8px 15px;
        border-radius: 50px;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .span-filter3 {
        display: none;
        background: rgba(22, 82, 176, 1);
        padding: 8px 15px 8px 15px;
        border-radius: 50px;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
    }

    .active {
        display: flex;
    }

    .span-filter p {
        color: #FFFFFF;
        margin: 0px;
    }

    #close-filter {
        font-size: 18px;
        margin-left: 5px;
    }

    .card-conteiner {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 30px;
        justify-content: center;
        height: max-content;
        gap: 20px;
    }

    .card {
        display: flex;
        width: 158px;
        height: 257px;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .card-bg {
        display: flex;
        background: rgba(236, 236, 236, 1);
        width: 100%;
        height: 158px;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .card-bg img {
        width: 100%;
        height: 100%;
    }

    .card a {
        display: flex;
        width: 58px;
        height: 43px;
        background-color: #F6B500;
        color: #1F1F1F;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        margin-top: 15px;
    }

    .card a:hover {
        background: #D99A00;
        color: var(--main-text);
        transition: 0.5s;
    }

    .name-card {
        color: rgba(56, 56, 56, 1);
    }


    /* паганация */
    .pagination {
        display: flex;
        list-style: none;
        overflow: hidden;
        width: 100%;
        justify-content: center;
    }


    .pagination li:last-child {
        border-right: none;
    }

    .pagination a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        text-decoration: none;
        border-radius: 20px;
        color: rgba(22, 82, 176, 1);
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .pagination a:hover {
        background: #f8f9fa;
    }

    .pagination a.active {
        background: #3498db;
        color: white;
    }

    .pagination a.disabled {
        color: #ccc;
        pointer-events: none;
    }

    .dots {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 45px;
        height: 45px;
        color: #95a5a6;
    }

    .filter-modal {
        display: flex;
        position: fixed;
        margin-top: 90px;
        right: 0px;
        width: 100%;
        height: 100%;
        background: var(--main-text);
        flex-direction: row-reverse;
        justify-content: center;
        z-index: 999;
        transform: translateX(100%);
        transition: 0.5s;
    }

    .filter-active {
        transform: translateX(0px);
    }

    .filter-wrap {
        display: flex;
        flex-direction: column;
        width: 335px;
        text-align: left;
    }

    .filter-wrap img {
        margin-bottom: 10px;
        height: 20px;
    }

    .filter-wrap p3 {
        margin-bottom: 20px;
    }

    .accept {
        display: flex;
        width: 100%;
        background: rgba(22, 82, 176, 1);
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
    }

    /* страница товара */

    .tovar-conteiner {
        display: flex;
        gap: 40px;
        width: 100%;
        justify-content: center;
        margin-bottom: 100px;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .tovar-gallery {
        display: flex;
        height: fit-content;
        width: 92%;
        align-items: center;
        flex-direction: column;
    }

    .tovar-gallery-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        width: 768px;
        height: 768px;
        margin-bottom: 20px;
        border-radius: 30px;
        box-shadow: 0 4 24.4 #0000001A;
    }

    .tovar-gallery-bg img {
        width: 560px;
        height: 560px;
    }

    .thumbnails {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 20px;
    }

    .privacy {
        font-size: 13px !important;
        color: #1F1F1F4D;
        line-height: 130%;
        font-weight: 400;
        text-align: center;
        margin-top: 20px;
    }

    .thumbnails-container {
        position: relative;
        width: 100%;
    }

    .thumbnail {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        width: 80px;
        padding: 10px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        border: 1px solid rgba(236, 236, 236, 1);
    }

    .thumbnail img {
        width: 80px;
        height: 80px;
    }

    .thumbnail.active {
        border-color: rgba(22, 82, 176, 1);
    }

    .scroll-btn {
        position: absolute;
        transform: translateY(-430px);
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        color: #F6B500;
        z-index: 10;
        transition: all 0.3s ease;
    }

    .scroll-btn:hover {
        background: #F6B500;
        color: #1F1F1F;
    }

    .scroll-btn p {
        font-size: 25px;
        color: #F6B500;
        transform: translateY(-2px);
    }

    .scroll-btn:hover svg path {
        fill: #2F2F2F;
    }

    .scroll-btn.prev {
        left: 20px;
    }

    .scroll-btn.next {
        right: 20px;
    }

    .tovar-info {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .tovar-info .detali {
        display: flex;
        width: 100%;
        height: 60px;
        font-family: 'Montserrat';
    }

    .tovar-info h2 {
        color: rgba(56, 56, 56, 1);
    }

    .tovar-info p {
        color: rgba(56, 56, 56, 1);
    }

    .characteristics {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

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

    .princip p3 {
        width: 200px;
        transform: translateX(40px);
        color: #F6B500;
        text-decoration: underline;
    }

    .characteristics {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }


    .char {
        display: flex;
        width: 100%;
        height: 100px;
        position: relative;
        transform: translateY(15px);
        left: 0px;
        justify-content: center;
        align-items: center;
        gap: 270px;
    }

    .char div {
        display: flex;
        height: 100px;
        align-items: center;
    }

    .char p2 {
        cursor: pointer;
    }

    .char-act {
        color: #F6B500;
    }

    .char-dis {
        color: #2F2F2F80;
    }

    .char-b-a {
        border: 3px solid #F6B500;
        width: 56px;
        border-radius: 10px;
        transform: translate(190px, 13px);
        transition: 0.5s;

    }

    .char-b-a2 {
        transform: translate(555px, 13px) !important;
    }

    .characteristic {
        width: 100%;
        height: max-content;
        display: flex;
        margin-bottom: 180px;
        transform: translateY(100px);
        justify-content: center;
    }

    .tab {
        display: flex;
        border-radius: 30px;
        width: 760px;
        overflow: hidden;
        flex-direction: column;
        box-shadow: 0px 4px 24.4px #0000001A;
    }

    .tab k {
        width: 835px;
    }

    .tab k p {
        width: 100% !important;
    }

    .tab div {
        box-sizing: border-box;
        padding: 10px 80px;
    }

    .tab p {
        width: 288px;
        word-break: normal;
        word-wrap: break-word;
    }

    .hed {
        width: 100%;
        display: flex;
        align-items: center;
        height: 79px;
        gap: 300px;
        background-color: #F6B500;
        justify-content: center;
    }

    .hed p {
        font-weight: 600;
        font-size: 18px;
    }

    .tb1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #FFFFFF;
        gap: 10px;
    }

    .tb1 div {
        display: flex;
        padding: 0px !important;
        flex-direction: column;
        gap: 20px;
        flex-direction: row;
    }

    .tb2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 10px;
        background-color: #F4F5F6CC;
    }

    .zg {
        width: 550px !important;
    }

    .tb2 div {
        display: flex;
        padding: 0px !important;
        flex-direction: column;
        gap: 20px;
        flex-direction: row !important;
    }

    .cheme-ctn {
        width: 100%;
        height: max-content;
        display: flex;
        margin-bottom: 180px;
        transform: translateY(100px);
        justify-content: center;
    }

    .cheme {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
        flex-direction: column;
    }

    .cheme img {
        width: 330px;
    }

    g {
        display: flex;
        align-items: center;
    }

    d {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .image-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 9999;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .image-modal.active {
        display: flex;
    }

    .modal-image-container {
        position: relative;
        width: 90%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background-color: #F4F5F6;
        cursor: grab;
    }

    .modal-image {
        max-width: 90%;
        max-height: 90%;
        object-fit: contain;
        cursor: grab;
    }

    .modal-image.zoomed {
        cursor: grab;
    }

    .close-modal {
        position: absolute;
        top: 20px;
        right: 40px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10000;
        transition: 0.3s;
    }
    .close-modal svg path{
        fill:#2F2F2F;
    }

    .close-modal:hover {
        color: #F6B500;
    }

    .zoom-controls {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 15px;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 20px;
        border-radius: 50px;
        z-index: 10000;
    }

    .zoom-btn {
        background: #F6B500;
        color: #1F1F1F;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zoom-btn:hover {
        background: #D99A00;
        transform: scale(1.1);
    }

    .reset-zoom {
        background: #2F2F2F;
        color: white;
    }

    .reset-zoom:hover {
        background: #1F1F1F;
    }

    .image-counter {
        color: white;
        font-family: 'Montserrat';
        margin: 0 15px;
        display: flex;
        align-items: center;
        width: 40px;
    }

    .nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 24px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .nav-btn:hover {
        background: #F6B500;
        color: #1F1F1F;
    }

    .prev-btn {
        left: 20px;
    }

    .next-btn {
        right: 20px;
    }

}