:root {
    --bg-site: #f2f2f0
}

.vue-notification-group {
    display: block;
    position: fixed;
    z-index: 5000
}

.sf-hidden {
    display: none !important
}

.textSeo {
    margin: 50px 0;
}

.textSeo p {
    line-height: 1.5;
    font-size: 16px;
}

.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 30px;
}

.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}

.header__menu {
    display: flex;
    visibility: visible !important;
    transform: unset !important;
    opacity: 1 !important;
    max-width: 660px;
}

.header__logoMobile {
    display: none;
}

.promo__img {
    display: none;
}

.faq-section {
    margin: 70px 0 20px;
    font-family: Arial, sans-serif;
}

.faq-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

.faq-item {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
}

.faq-item.active .faq-question::after {
    content: "−";
}

.faq-answer {
    display: none;
    padding: 0 15px 15px 15px;
    font-size: 16px;
    line-height: 1.5;
}

.swiper-wrapper {
    display: flex;
}

@media (max-width: 1200px) {
    .sidebar {
        display: none;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    .header__menu {
        display: none;
    }

    .header__container {
        padding: 8px 0;
    }

    .header__logoMobile {
        display: flex;
        width: 36px;
    }
}

@media (max-width: 767px) {
    .textSeo {
        margin: 50px 0 0;
    }

    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .promo__video {
        display: none;
    }

    .promo__img {
        display: block;
        /* height: 204px; */
    }

    .promo__img {
        width: 100%;
        height: 100%;
    }
    .swiper-wrapper {
        height: auto!important;
    }

    .gridlist {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /* .promo__slider {
        width: 100%!important;
        height: auto!important;
    }
    .promo__slider .swiper-slide {
        width: 100%!important;
    } */
}