@media (max-width: 1500px) {
    .st-experts .experts_index_wrap .item {
        margin-bottom: 10px;
    }

    .next-arrow {
        width: 20px;
    }

    .st-experts .experts_index_wrap .item {
        width: 84px;
    }

    #vertical_block_27 .experts_index_wrap {
        padding: 10px 0;
    }

    #vertical_block_27 .like_h2_main_page {
        padding: 0;
    }

    .experts_index_wrap .name .name {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    .menu-burger {
        display: block;
    }

    body {
        padding-top: 49px !important;
    }

    .inner-menu-burger {
        position: absolute;
        top: 24px;
        right: 17px;
    }

    .st-header__search_wrap {
        display: none;
    }

    .st-menu {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 10px;
        position: fixed;
        left: -100%;
        height: 100vh;
        overflow: auto;
        width: 100%;
        transition: .1s;
        top: 0;
        background: #1F2B38;
        flex-direction: column;
        z-index: 101;
    }

    .st-submenu a {
        white-space: inherit;
    }

    .st-menu.active {
        left: 0;
    }

    .st-header {
        padding: 7px 0;
    }

    .st-submenu {
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }

    .st-submenu .st-submenu {
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
    }

    .st-submenu .st-submenu {
        margin-left: 0;
    }

    .drop-arrow {
        display: none !important;
    }

    .dotted-menu {
        display: none !important;
    }

    .st-sidebar-left {
        display: none;
    }
}

@media (max-width: 992px) {
    .st-footer__row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .st-footer__item {
        border-right: none;
    }

    .st-sidebar-right {
        display: none;
    }

    .st-row-cats {
        grid-template-columns: 1fr;
    }

    .home-experts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .st-footer__row {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .st-footer__item {
        padding: 30px 0 20px;
    }

    .st-experts .horizont_line_cont {
        padding-left: 0;
        padding-right: 0;
    }

    .content-block {
        padding: 15px;
    }

    .st-mc-post {
        flex-direction: column;
    }

    .st-mc-post {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .last-news-sticky a {
        font-size: 15px;
    }

    .accent-bg {
        padding: 0;
    }

    .content-search svg {
        display: none;
    }

    .experts-team-wrap {
        justify-content: center;
    }

    .home-experts__title {
        margin-bottom: 25px;
        font-size: 19px;
        text-align: center;
    }

    .st-row-cats__title {
        font-size: 19px;
    }

    .tag-list {
        display: none !important;
    }

    article.vn-single h1 {
        font-size: 19px;
        line-height: 1.2;
    }

    .st-mc-thumb img,
    .st-mc-thumb {
        width: 100%;
    }

    .home-experts {
        display: none;
    }
}







