.seo-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html {
    scroll-behavior: smooth;
}


* {
    margin: 0px;
}

:root {
    --link-color: #1652B0;
    --main-text: #FFFFFF;
    --sidelink-color: #383838;
}

a {
    text-decoration: none;
}

@media (min-width: 1440px) {
    h1 {
        font-size: 45px;
        font-family: 'Exo 2';
        font-style: Bold;
        line-height: 110%;
        font-weight: 700;
        color: var(--main-text);
    }

    h2 {
        font-size: 40px;
        font-family: 'Exo 2';
        font-style: Bold;
        line-height: 110%;
        font-weight: 600;
        color: var(--main-text);
    }

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

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

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

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

    p4 {
        font-size: 16px;
        font-family: 'Exo 2';
        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: var(--main-text);
        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;
        width: 402px;
        height: 50px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

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

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

    .zakazat-a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--link-color);
        border: 1px solid var(--link-color);
        border-radius: 40px;
        width: 200px;
        height: 50px;
    }

    .zakazat-a:hover {
        background: var(--link-color);
        color: var(--main-text);
        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;
    }

    .hero-img {
        display: flex;
        position: absolute;
        left: 0px;
        width: 100%;
        height: 613px;
        z-index: -2;
        object-fit: cover;
    }

    #h02 {
        height: 760px;
    }

    .success-message {
        display: none;
        position: absolute;
        background: white;
        color: rgba(22, 82, 176, 1);
        padding: 15px;
        border-radius: 50px;
        transform: translate(430px, -65px);
        text-align: center;
    }

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

    .img-overlay {
        display: flex;
        position: absolute;
        left: 0px;
        width: 100%;
        height: 613px;
        z-index: -1;
        background-color: rgba(22, 36, 62, 0.7);
    }

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

    .welcome h1 {
        color: var(--main-text);
        width: 880px;
        height: 150px;
        margin-bottom: 30px;
    }

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

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

    .welcome-link a {
        display: flex;
        width: 228px;
        height: 58px;
    }

    .detali {
        border: 1px solid rgba(22, 82, 176, 1);
        border-radius: 40px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: rgba(22, 82, 176, 1);
    }

    .detali:hover {
        background: none;
        transition: 0.5s;
        color: rgba(22, 82, 176, 1);
    }

    .konsultacia {
        border: 1px solid var(--main-text);
        border-radius: 40px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: none;
    }

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

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

    .about-us {
        display: flex;
        /* position: absolute; */
        flex-direction: column;
        width: 394px;
        height: 131px;
        padding: 20px;
        color: var(--main-text);
        border: 1px solid var(--main-text);
        border-radius: 5px;
        background-color: rgba(22, 82, 176, 0.3);
        /* transform: translate(800px, 200px); */
    }

    .about-us-cng3 {
        display: flex;
        width: 138px;
        border-radius: 50px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        cursor: pointer;
    }

    .cng-active {
        border: 2px solid rgba(255, 255, 255, 1);
    }

    .about-us p {
        margin-top: 10px;
        font-size: 14px;
        position: absolute;
        transform: translateY(10px);
        width: 400px;
    }

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

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

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

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

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

    .clapan-card {
        display: flex;
        width: 315px;
        height: 427px;
        flex-direction: column;
        margin-bottom: 20px;
    }

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

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

    .clapan-card a {
        display: flex;
        width: 58px;
        height: 43px;
        border: 1px solid rgba(56, 56, 56, 1);
        color: rgba(56, 56, 56, 1);
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        margin-top: 15px;
    }

    .clapan-card a:hover {
        background: rgba(22, 82, 176, 1);
        border: 1px solid rgba(22, 82, 176, 1);
        color: var(--main-text);
        transition: 0.5s;
    }

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

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

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

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

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

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

    .contact-us-micro-zagolovok {
        display: flex;
        align-items: center;
        width: 181px;
        height: 28px;
        justify-content: space-between;
        margin-bottom: 10px;
        color: var(--main-text);
    }

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

    .contact-us-form {
        display: flex;
        width: 692px;
        flex-direction: column;
    }

    .privacy {
        font-size: 12px !important;
        color: rgba(130, 128, 137, 1);
    }

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

    .desktop {
        display: flex !important;
    }

    .mobile {
        display: none !important;
    }

    input {
        outline: none;
        padding: 15px;
        background: none;
        border: none;
        border-bottom: 3px solid var(--main-text);
        color: var(--main-text);
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .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: 149px !important;
        width: 662px !important;
        outline: none;
        padding: 15px;
        background: none;
        border: none;
        border-bottom: 3px solid var(--main-text);
        color: var(--main-text);
        font-family: 'Exo 2';
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

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

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

    footer {
        display: flex;
        width: 100%;
        margin-top: 100px;
        background: rgba(36, 36, 36, 1);
        justify-content: center;
    }

    .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 rgba(255, 255, 255, 0.2);
        align-items: center;
    }

    .footer-logo {
        width: 190px;
    }

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

    .footer-conteiner p4 {
        width: 425px;
        color: rgba(255, 255, 255, 0.5);
    }

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

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

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

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

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

    .mail p4 {
        color: rgba(255, 255, 255, 0.5);
    }

    #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;
    }

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

    .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;
        flex-direction: column;
        width: 650px;
    }

    .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;
    }

    .disable {
        display: none;
    }

    .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;
        border: 1px solid rgba(56, 56, 56, 1);
        color: rgba(56, 56, 56, 1);
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        margin-top: 15px;
    }

    .card a:hover {
        background: rgba(22, 82, 176, 1);
        border: 1px solid rgba(22, 82, 176, 1);
        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;
    }

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

    .tovar-gallery-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(236, 236, 236, 1);
        width: 538px;
        height: 538px;
        margin-bottom: 20px;
    }

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

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

    .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;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.9);
        border: 2px solid rgba(186, 204, 232, 1);
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        color: #333;
        z-index: 10;
        transition: all 0.3s ease;
    }

    .scroll-btn:hover {
        background: rgba(22, 82, 176, 1);
        color: white;
        border-color: rgba(22, 82, 176, 1);
    }

    .scroll-btn p {
        color: rgba(22, 82, 176, 1);
        transform: translateY(-2px);
    }

    .scroll-btn:hover p {
        color: rgba(255, 255, 255, 1);
        transform: translateY(-2px);
    }

    .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: 'Exo 2';
    }

    .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: rgba(56, 56, 56, 1);
        text-decoration: underline;
    }
}

@media (max-width: 1439.9px) {
    h1 {
        font-size: 28px;
        font-family: 'Exo 2';
        font-style: Bold;
        line-height: 110%;
        font-weight: 700;
        color: var(--main-text);
    }

    h2 {
        font-size: 26px;
        font-family: 'Exo 2';
        font-style: Bold;
        line-height: 110%;
        font-weight: 600;
        color: var(--main-text);
    }

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

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

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

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

    p4 {
        font-size: 16px;
        font-family: 'Exo 2';
        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: var(--main-text);
        z-index: 999;
    }

    .wrap {
        display: flex;
        min-width: 335px;
        max-width: 1024px;
        width: 100%;
        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: translateY(-150px);
    }

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

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

    .zakazat-a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--link-color);
        border: 1px solid var(--link-color);
        border-radius: 40px;
        width: 200px;
        height: 50px;
        transform: translateX(-120px);
        margin-top: 20px;
    }

    .zakazat a:hover {
        background: var(--link-color);
        color: var(--main-text);
        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: var(--main-text);
        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;
        min-width: 335px;
        max-width: 1024px;
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 90px;
        margin: 90px 10px 0px 10px;
    }

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

    .hero-img {
        display: flex;
        position: absolute;
        left: 0px;
        width: 100%;
        z-index: -2;
        object-fit: cover;
    }

    #h01 {
        height: 938px;
    }

    #h02 {
        height: 1500px;
    }

    .success-message {
        display: none;
        /* position: absolute; */
        background: white;
        color: rgba(22, 82, 176, 1);
        padding: 15px;
        border-radius: 50px;
        justify-content: center;
        /* transform: translate(430px, -65px); */
        text-align: center;
        margin-top: 20px;
    }

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

    .img-overlay {
        display: flex;
        position: absolute;
        left: 0px;
        width: 100%;
        height: 938px;
        z-index: -1;
        background-color: rgba(22, 36, 62, 0.7);
    }

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

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

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

    .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: 50px;
    }

    .detali {
        border: 1px solid rgba(22, 82, 176, 1);
        border-radius: 40px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: rgba(22, 82, 176, 1);
    }

    .detali:hover {
        background: none;
        transition: 0.5s;
        color: rgba(22, 82, 176, 1);
    }

    .konsultacia {
        border: 1px solid var(--main-text);
        border-radius: 40px;
        justify-content: center;
        align-items: center;
        color: var(--main-text);
        background: none;
    }

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

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

    .desktop {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }

    .about-us {
        display: flex;
        flex-direction: column;
        width: 296px;
        height: 189px;
        padding: 20px;
        color: var(--main-text);
        border-radius: 50px;
        border: 1px solid var(--main-text);
        border-radius: 5px;
        background-color: rgba(22, 82, 176, 0.3);
    }

    .about-us-cng3 {
        display: flex;
        width: 104px;
        border-radius: 50px;
        border: 3px solid rgba(255, 255, 255, 0.3);
        cursor: pointer;
    }

    .cng-active {
        border: 3px solid rgba(255, 255, 255, 1);
    }

    .disable {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

    .clapan-card a:hover {
        background: rgba(22, 82, 176, 1);
        border: 1px solid rgba(22, 82, 176, 1);
        color: var(--main-text);
        transition: 0.5s;
    }

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

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

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

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

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

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

    .contact-us-micro-zagolovok {
        display: flex;
        align-items: center;
        width: 151px;
        height: 28px;
        justify-content: space-between;
        margin-bottom: 5px;
        color: var(--main-text);
    }

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

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

    .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 var(--main-text);
        color: var(--main-text);
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .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 var(--main-text);
        color: var(--main-text);
        font-family: 'Exo 2';
        -webkit-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

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

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

    #desktop {
        display: none !important;
    }

    #mobile {
        display: flex !important;
    }

    footer {
        display: flex;
        width: 100%;
        background: rgba(36, 36, 36, 1);
        justify-content: center;
        margin-top: 20px;
    }

    .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 rgba(255, 255, 255, 0.2);
        justify-content: space-between;
        margin-bottom: 20px;
    }

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

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

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

    .footer-conteiner p4 {
        width: 335px;
        color: rgba(255, 255, 255, 0.5);
    }

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

    .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: rgba(255, 255, 255, 0.5);
    }

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

    #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;
    }

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

    .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;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

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

    .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: 100%;
        height: 45px;
        border: 1px solid rgba(56, 56, 56, 1);
        color: rgba(56, 56, 56, 1);
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        margin-top: 15px;
    }

    .card a:hover {
        background: rgba(22, 82, 176, 1);
        border: 1px solid rgba(22, 82, 176, 1);
        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;
    }

    .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: rgba(236, 236, 236, 1);
        width: 92%;
        height: 92%;
        margin-bottom: 20px;
    }

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

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

    .privacy {
        font-size: 12px !important;
        color: rgba(130, 128, 137, 1);
    }

    .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;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.9);
        border: 2px solid rgba(22, 82, 176, 1);
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: bold;
        color: #333;
        z-index: 10;
        transition: all 0.3s ease;
    }

    .scroll-btn:hover {
        background: rgba(22, 82, 176, 1);
        color: white;
        border-color: rgba(22, 82, 176, 1);
    }

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

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

    .scroll-btn p {
        color: rgba(22, 82, 176, 1);
        transform: translateY(-2px);
    }

    .scroll-btn:hover p {
        color: rgba(255, 255, 255, 1);
        transform: translateY(-2px);
    }

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

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

    .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: rgba(56, 56, 56, 1);
        text-decoration: underline;
    }
}

