@keyframes launcherEnter {
    0% {
        transform: scale(0.8);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@media (prefers-reduced-motion:reduce) {}

.sf-hidden {
    display: none !important
}
.textSeo {
    margin-top: 50px;
    margin-bottom: 30px;
}
.textSeo p {
    line-height: 1.5;
    font-size: 16px;
}
.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 {
        margin-top: 30px;
    }
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
        line-height: 1.2;
    }

    .ui-header__menu .ui-header__item:nth-child(3) {
        display: none;
    }
    div[data-testid="head-lang"] {
        display: none;
    }
    .ui-header__menu {
        gap: 10px;
        margin-left: 10px;
    }
    .Ou99ApLO3StxxBvxE7Ni .ui-image-loader-wrapper__image {
        min-width: 80px!important;
    }
    .ui-header {
        gap: 10px;
    }
}