.social-share {
    display: flex;
    gap: 10px;
    padding-bottom: 24px;
}

.social-share__button {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.glide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.glide__slide {
    text-align: center;
    height: 150px;
    line-height: 150px;
    color: #fff;
    background: rgb(136, 133, 133);
    font-size: 1em;
    font-weight: 900;
}

body.page-post-view {
    background-color: var(--bg-elev);
}

body.page-post-view .main {
    background-color: var(--bg);
}

body.page-post-view .main .news__aside {
    background-color: var(--bg);
}

#progressBar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: var(--text);
    width: 0%;
    z-index: 100;
    transition: width 0.2s ease-in-out;
}

.post__list {
    width: 100%;
    height: auto;
    word-wrap: break-word;
    padding-left: 0 !important;
}

@media (min-width: 1700px) {
    .header, .main {
        width: 1250px !important;
    }
    .con {
        max-width: 1250px !important;
    }
}

@media (min-width: 1250px) {
    .main {
        box-shadow: none;
        -webkit-box-shadow: none;
        margin: 0 auto;
        border-radius: 0;
        width: 1230px;
        left: 0 !important;
    }

    .header {
        background: transparent;
        margin: 0 auto;
        left: 0 !important;
    }

    .nav {
        left: 0 !important;
        position: relative;
        margin: 0 auto;
    }
}

@media (min-width: 1601px) and (max-width: 1700px) {
    .main {
        width: 1100px;
    }
}

@media (min-width: 1501px) and (max-width: 1600px) {
    .main {
        width: 1250px;
    }

    .footer__nav a {
        font-size: 15px;
    }
}

@media (min-width: 1401px) and (max-width: 1500px) {
    .main {
        width: 1000px;
    }

    .footer__nav a {
        font-size: 14px;
        margin-left: 30px;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .main {
        width: 900px;
    }

    .footer__nav a {
        font-size: 15px;
    }

    .footer__nav li {
        padding: .4rem;
    }

    .footer ul {
        flex-direction: column !important;
        align-items: end;
    }
}

@media (min-width: 1250px) and (max-width: 1300px) {
    .main {
        width: 900px;
    }

    .footer__nav a {
        font-size: 14px;
    }

    .footer__nav li {
        padding: .3rem;
    }

    .footer ul {
        flex-direction: column !important;
        align-items: end;
    }
}

@media (min-width: 1250px) {
    .footer ul {
        display: flex;
        flex-direction: row;
        row-gap: 1px !important;
        padding: 0 !important;
    }
}

@media (min-width: 1150px) and (max-width: 1249px) {
    .header, .con, .main {
        width: 1000px !important;
    }

    .con {
        max-width: 1000px !important;
    }
}

@media (min-width: 768px) and (max-width: 1249px) {
    .main {
        margin: 0 auto !important;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-radius: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1149px) {
    .header, .con, .main {
        max-width: 900px !important;
    }

    .nav__box {
        justify-content: center !important;
    }

    .nav__left ul li {
        margin-right: 8px;
    }

    .nav__left ul li a {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .main {
        margin: 0 auto !important;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        max-width: 100% !important;
        border-radius: 0 !important;
    }
}

.anchor {
    display: block;
    visibility: hidden;
}

.table-of-contents-wrapper {
    background-color: var(--bg-elev);
    border-radius: 4px;
    padding-top: 0 !important;
    margin-top: 1rem;
    border: 1px solid var(--border);
}

.block-7jcb9b42wk4la-block[data-v-edd5bf5c] {
    border: none !important;
}

.ya-container {
    padding: 0 1em !important;
}

.slick-slide {
    height: auto !important;
}

.news__article .img img,
.article__content img {
    width: 100%;
    height: auto;
}
