.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: 25px;
    margin-top: 40px;
    line-height: 1;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
.header__logo{
    display: none;
}
@media (max-width: 1600px) {
    .sidebar {
        display: none;
    }
    .header__logo {
        display: block;
        width: 56px;
        height: auto;
        aspect-ratio: 1;
        flex: none;
    }
    .header__logo img {
        width: 100%;
    }
    .header__container {
        align-items: center;
    }
    
}
@media (max-width: 1200px) {
    .header {
        width: 100%;
        left: 0;
        top: 0;
    }
    .header__logo {
        width: 46px;
        padding: 10px 0;
    }
}
@media (max-width: 767px) {
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
@media (max-width: 575px) {
    .gridlist {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
}