.side_RIGHT .container_inner {
    flex-direction: row-reverse !important;
}

.head-block.top.with-tabs .item-link:not(:hover) {
    background: #fafafa;
    background: var(--light2_bg_black);
}

.select_head_wrap .menu_item_selected {
    position: relative;
    padding: 15px 55px 15px 25px;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #333;
    color: var(--white_text_black);
}

.select_head_wrap .menu_item_selected .svg.svg-inline-down {
    right: 15px;
    position: absolute;
    top: 50%;
}

@media (min-width: 768px) {
    .select_head_wrap .menu_item_selected + .head-block {
        display: block !important;
        margin: 0px 0 32px;
    }

    .head-block.top.with-tabs.srollbar-custom .mCSB_container {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .select_head_wrap {
        margin-bottom: 32px;
    }

    .select_head_wrap .head-block.top {
        margin-bottom: 0;
    }

    .select_head_wrap .head-block.top .item-link {
        display: block;
        float: none;
    }

    .select_head_wrap .menu_item_selected.opened .svg.svg-inline-down {
        transform: rotate(180deg);
    }

    .select_head_wrap .menu_item_selected + .head-block {
        display: none;
    }

    .select_head_wrap .head-block.top .item-link {
        border-bottom: 1px solid #eeeeee;
        border-color: var(--stroke_black);
    }

    .select_head_wrap .head-block.top .item-link:last-child {
        border-bottom: none;
    }

    .select_head_wrap .head-block.top:not(.with-tabs) .item-link {
        border-right: none;
    }

    .select_head_wrap .head-block .item-link .title span,
    .select_head_wrap .head-block.top .item-link .title .btn-inline {
        padding: 15px 55px 15px 25px;
    }

    .select_head_wrap .head-block.top.with-tabs .item-link {
        margin: 0;
        border: none;
        border-bottom: 1px solid #eeeeee;
        border-radius: 0;
        border-color: var(--stroke_black);
    }

    .select_head_wrap .head-block.top.with-tabs .item-link:last-child,
    .select_head_wrap .head-block.top.with-tabs .item-link.active:last-child:hover {
        border-bottom: none;
    }

    .select_head_wrap .head-block.top.with-tabs {
        border: 1px solid #eeeeee;
        border-color: var(--stroke_black);
    }

    .select_head_wrap .head-block.top.with-tabs .item-link:hover {
        box-shadow: none;
        transform: none;
    }

    .select_head_wrap .head-block.top.with-tabs .item-link.active:hover {
        border: none;
        border-bottom: 1px solid #eeeeee;
        border-color: var(--stroke_black);
    }

    .select_head_wrap .head-block.top.with-tabs .item-link.active .title span:before {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        left: -1px;
        top: 0;
        bottom: 0;
        right: auto;
        height: auto;
        width: 2px;
    }

    .select_head_wrap {
        position: relative;
    }

    .select_head_wrap .head-block.top {
        position: absolute;
        left: 0px;
        right: 0px;
        z-index: 110;
        max-height: 220px;
        overflow: hidden;
        background-color: #fff;
        background-color: var(--black_bg_black);
    }
}

/*categories*/
.categories_block .dropdown > li.has-child a .toggle_block {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    width: 35px;
    height: 100%;
    bottom: 0px;
}

.categories_block.menu_top_block li.v_bottom .dropdown {
    position: static;
    min-width: auto;
    width: auto;
}

.categories_block.menu_top_block .dropdown ul.child {
    margin: 0;
}

body .categories_block.menu_top_block .left_menu li.v_bottom > .dropdown {
    padding: 0px 0px 16px;
}

.categories_block.menu_top_block li.v_bottom.current .dropdown,
.categories_block.menu_top_block li.v_bottom:hover .dropdown {
    background: #fafafa;
    background-color: var(--black_bg_black);
}

.categories_block.menu_top_block .dropdown > li.v_bottom > .dropdown {
    width: auto;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    padding: 5px 0px 10px;
    border: 1px solid #ececec;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: var(--stroke_black);
}

.categories_block.menu_top_block .dropdown > li.has-child.v_bottom.opened > a {
    padding-bottom: 7px;
    border-bottom: none;
    line-height: 20px;
}

.categories_block.menu_top_block .item .child_container .child_wrapp {
    padding: 0;
}

.categories_block.menu_top_block .opened > a .svg {
    transform: rotate(180deg);
}

.categories_block.menu_top_block .dropdown > li.v_bottom > .dropdown li {
    float: none;
    display: block;
    width: auto;
    padding: 5px 16px 0px;
    vertical-align: top;
    line-height: 20px;
}

.categories_block.menu_top_block .dropdown > li.v_bottom > .dropdown li a {
    padding: 0px 10px 0px 0px;
    font-weight: normal;
    font-size: 12px;
    display: block;
    line-height: 20px;
}

.categories_block.menu_top_block .dropdown > li.v_bottom > .dropdown li:not(.current) a:not(:hover) {
    color: #333;
    color: var(--white_text_black);
}

.categories_block.menu_top_block li.has-child.v_bottom:last-child > .dropdown {
    border-bottom-width: 1px;
}

.categories_block.menu_top_block ul.left_menu li {
    line-height: 20px;
}

.categories_block.menu_top_block .categories_count {
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: normal;
}

/*with-dropdown*/
.categories_block.menu_top_block .has-child > a {
    padding-right: 56px;
}

.categories_block.menu_top_block .has-child .categories_count {
    right: 38px;
}

.categories_block.menu_top_block .has-child .svg {
    right: 11px;
    top: 19px;
}

/**/

.article-info__inner {
    display: flex;
    align-items: center;
}

.author-block__inner {
    display: flex;
    align-items: center;
}

.author-block-img {
    width: 47px;
    height: 47px;
    margin-right: 15px;
    display: flex;
}

.author-block-img img {
    max-width: 100%;
    height: auto;
}

.article-info__text-content {
    display: flex;
    gap: 5px;
}

.author-block__title {
    color: #777;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 4px;
}

.author-block__author {
    color: #333;
    font-size: 15px;
    font-weight: 300;
}

.article-info__text-item-inner {
    display: flex;
    align-items: center;
}

.article-info__text-item:not(:last-child) {
    margin-right: 48px;
}

.article-info__text {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.article-info__text-title,
.article-info__text-val {
    color: #777;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
}

.article-info__text-ico {
    margin-right: 8px;
    display: flex;
}

@media (max-width: 600px) {
    .article-info__text {
        flex-direction: column;
        gap: 10px;
    }

    .article-info__inner {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .author-block {
        margin-bottom: 20px;
    }

    .article-info__text-item:not(:last-child) {
        margin-right: 16px;
    }

    .author-block-img {
        width: 42px;
        height: 42px;
    }

    .author-block__author {
        font-size: 13px;
    }

    .author-block__title {
        font-size: 13px;
        line-height: 13px;
    }

    .article-info__text-title, .article-info__text-val {
        font-size: 14px;
    }

    .article-info__text {
        flex-direction: column;
        gap: 10px;
    }
}

.period_wrapper_inner, .with_left_block .detail-news1 .period_wrapper .share {
    margin-bottom: 20px !important;
}

.soderjanie {
    max-width: 100%;
    padding: 40px;
    border-radius: 0;
    border: 1px solid #ECECEC;
    background: #FAFAFA;
}

.detail-block .soderjanie {
    margin-bottom: 40px;
}

.soderjanie__title {
    color: #333;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 3px;
}

ul:not > li.soderjanie__item {
    list-style-type: none;
    position: relative;
}

ul.soderjanie__items {
    margin-bottom: 0px;
    margin-top: 30px;
}

ul.soderjanie__items > li.soderjanie__item a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

ul.soderjanie__items > li.soderjanie__item {
    margin-bottom: 20px;
}

ul.soderjanie__items > li.soderjanie__item:last-child {
    margin-bottom: 0;
}

ul.soderjanie__subitems > li.soderjanie__item a {
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

ul.soderjanie__subitems > li.soderjanie__item {
    list-style-type: none;
    position: relative;
}

ul.soderjanie__subitems > li.soderjanie__item:not(:last-child) {
    margin-bottom: 10px;
}

ul.soderjanie__items > li.soderjanie__item:before {
    display: none;
}

ul.soderjanie__items .soderjanie__subitems .soderjanie__item:before {
    content: "";
    position: relative;
    left: 0;
    top: 11px;
    background: #DC2F2F;
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border-radius: 50%;
}

ul.soderjanie__subitems {
    margin-top: 21px;
    margin-left: 30px;
}

ul.soderjanie__subitems:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .soderjanie {
        padding: 32px 21px 32px 32px;
    }

    .detail-block .soderjanie {
        margin: 32px 0;
    }
}

.menu-container {
    position: relative;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    overflow-y: auto;
}

#menuButton {
    background-color: #fff;
    color: #dc2f2f;
    width: 100%;
    margin-bottom: 20px;
    display: none;
}

#menuButton:hover {
    background-color: #dc2f2f;
    color: #fff;
}

body.menu-open {
    overflow: hidden;
}

body.menu-open .top-block-wrapper {
    display: none;
}

.menu-overlay.show {
    opacity: 1;
    visibility: visible;
}

.menu-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
    background: white;
    padding: 40px;
    overflow-y: auto;
    padding-top: 70px;
}

.close-button {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform 0.3s;
}

.close-button:hover {
    transform: rotate(90deg);
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #333;
    left: 0;
    top: 50%;
}

.close-button::before {
    transform: rotate(45deg);
}

.close-button::after {
    transform: rotate(-45deg);
}

@media (max-width: 991px) {
    #menuButton {
        display: block;
    }
}