.textSeo {
    margin: 50px 0;
}
.textSeo p {
    line-height: 1.4;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 30px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 767px) {
    .textSeo {
        /* padding: 0 20px!important; */
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .header-menu__tabs-container {
        display: none
    }
    .headerBurger {
        display: none
    }
    .header-wrapper {
        padding: 0 20px;
    }
    .header-menu__right-content {
        gap: 10px;
    }
    .header-menu__item {
        margin: 0;
    }
}
@media (max-width: 460px) {
    .ui-header__item:nth-child(1) {
        display: none
    }
    .footer-payment-slider {
        display: none
    }
}