:root {
    --bg-site: #161924;
}
.vue-notification-group {
    display: block;
    position: fixed;
    z-index: 5000
}
.sf-hidden {
    display: none !important
}


.textSeo {
    margin: 100px 0 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;
}
@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;
    }
    .promo__slider {
        width: 100%!important;
        height: auto!important;
    }
    .promo__slider .swiper-slide {
        width: 100%!important;
    }
    .removeMobile {
        display: none;
    }
}