@keyframes rotateAnim {
    0% {
        transform: rotate(0deg);
        transform-origin: center
    }

    100% {
        transform: rotate(360deg);
        transform-origin: center
    }
}

.sf-hidden {
    display: none !important
}

.textSeo {
    background-color: #272d39;
    padding-bottom: 50px;
}
.textSeo .container {
    max-width: 1250px;
    margin: 0 auto;
}
.textSeo p {
    line-height: 1.6;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 40px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 767px) {
    .textSeo {
        margin: 0 -15px;
        padding: 0 15px;
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
@media (max-width: 575px) {
    .promoSlider .swiper-slide {
        width: 100%!important;
    }
}
@media (max-width: 460px) {
    .btnChangeMode {
        display: none;
    }
}