* {
    color: #121111;
}

body {
    background: #fff;
}

/* container */
.header-main .container {
    padding: 15px 0px;
}

.header-main .container,
.header-nav .container,
.container {
    width: 1320px;
    margin: 0 auto;
}

.header-nav .container {
    padding: 0;
}

/* header */

p.margin-bottom-none.txt-small {
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
}

.header_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header-main-hamburger {
    display: none;
}

.header-search a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1B1B1B;
    font-size: 25px;
    line-height: 1;
    width: auto;
    height: auto;
}

.header-logo {
    width: 100%;
    max-width: 249px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

span.search-text {
    font-size: 12px;
    margin-left: 10px;
}

.header_right_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header_subscribe {
    margin-left: 30px;
    background: #c31000;
}

.header_subscribe a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    display: block;
    padding: 12px 30px;
}

.header-main-profile .button-red {
    background: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 7px 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0;
    border: 1px solid #C5C5C5;
}

span.text-user {
    margin-left: 5px;
    font-size: 12px;
    font-family: 'Merriweather', serif;
}

.header-main-profile .button-red .icon-user {
    font-size: 20px;
}

body .header-main-profile a:hover {
    background: #c31000;
    border-color: #c31000;
}

.header-main-profile a:hover span {
    color: #fff;
}

/* menu */

.header-nav {
    padding: 15px 0;
    border-bottom: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.header-menu>ul>li:after,
.header-menu>ul>li:before {
    display: none;
}

.header-menu-link {
    text-transform: uppercase;
    padding: 0;
}

.header-menu {
    @media (min-width:1400px) {
        width: 95% !important;
    }
    width: 100%;
    padding: 0;
}

.header-menu ul {
    align-items: center !important;
}

.header-menu__pmef {
    display: flex !important;
    align-items: center;
}

.header-menu-link__img {
    display: block;
    height: 22px;
    width: 50px;
    margin-left: 20px;
}

.header-menu-link__text {
    display: block;
}

.header-menu ul {
    margin: -10px -17.5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.details-link {
    width: 45px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    padding-left: 30px;
}

.header-menu>ul>li {
    padding: 0;
    margin: 10px 17.5px;
}

.details-link {
    height: 14px;
    line-height: 14px;
}

/* exchange */

.header_bottom_line {
    /* padding: 20px 0; */
    border-bottom: 1px solid #C5C5C5;
}

.header_bottom_line .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_stocks {
    padding: 10px 50px 10px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.header_stocks ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

li.marquee-item {
    padding: 0;
    font: normal 12px 'Merriweather' !important;
}

li.marquee-item:not(:last-child) {
    margin-right: 45px;
}

.stocks-num.changed {
    background: #e4eff9;
    /* Цвет для положительного изменения */
}

.stock_value_wrapper {
    margin-top: 5px;
}

.marquee-item>span {
    font-size: 12px;
    font: normal 12px 'Merriweather' !important;
}

span.stocks-num {
    font: normal 12px 'Merriweather' !important;
    width: 24%;
    text-align: right;
}

span.stocks-text {
    font: normal 12px 'Merriweather' !important;
    font-weight: 700 !important;
}

.stocks-time {
    color: #7A7A7A;
    margin-left: 2px;
}

.stocks-num {
    margin-right: 5px;
}

.marquee-item>span {
    padding: 0;
}

.announcement_header_description {
    font-family: 'Bodoni';
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0;
}

.announcement_header_number span {
    font-style: italic;
}

.announcement_header_number {
    font-family: 'Bodoni';
    letter-spacing: 0;
    font-size: 11px;
    line-height: 14px;
}

.announcement_header_text {
    background: #E6DBB8;
    padding: 4px;
    width: 90%;
    padding-left: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #C5C5C5;
}

.announcement_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.announcement_block {
    width: 35%;
}

.announcement_block.picture img {
    display: block;
    margin-left: auto;
    width: 400px;
}

.announcement_logo {
    position: absolute;
    width: 32%;
    top: -1px;
    left: -1px;
    padding: 0;
    z-index: 3;
}

.announcement_wrapper {
    position: relative;
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    overflow: hidden;
}

.announcement_logo img {
    width: 100%;
    display: block;
    height: auto;
}

.announcement_header_barcode {
    width: 20%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.announcement_header_barcode img {
    display: block;
    height: 32px;
    margin: auto;
}

.announcement_body img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    border-top: 1px solid #C5C5C5;
}

span.announcement_title {
    z-index: 3;
    position: relative;
    color: #fff;
    font-family: 'Bodoni';
    letter-spacing: 0;
    font-weight: 700;
    font-style: italic;
    display: block;
    line-height: 18px;
}

.announcement_body {
    padding: 10px 25px;
    font-size: 16px;
    position: relative;
}

.announcement_body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(305deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
    left: 0;
    top: 0;
    z-index: 2;
}

h1.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.section {
    margin-top: 35px;
}

div#section-left-news,
.section-left {
    padding: 0;
    border: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    margin-right: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    overflow: inherit;
}

.section-left-fix {
    padding: 0;
}

.section-title {
    padding: 0 0 0 10px;
    margin-bottom: 20px;
    font-family: 'Bodoni';
    letter-spacing: 0;
    font-size: 30px;
}

.section-title a {
    color: #1B1B1B;
}

/* .section-left-news .section-title {
    margin-bottom: 12px;
} */

.section-title:before,
.section-left-news .section-title:before {
    width: 3px;
    height: 100%;
    top: 0px;
    left: 0;
}

.section-news-list .news-item {
    padding: 8px 0;
    border-bottom: 1px solid #C5C5C5;
}

.section-news-list .news-item-title,
.section-news-list .news-item-title a {
    padding: 0;
    font-size: 12px;
    line-height: 18px;
}

.section-news-main .section-main,
.section-expert .section-main,
.section-media .section-main,
.section-main {
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.news-top-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}

.news-top-list-left {
    padding-right: 7px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-top-list-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 7px;
    margin-bottom: 20px;
}

.news-top-list-right .news-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.news-top-list-right .news-item:nth-child(1) {
    padding-right: 6px;
}

.news-top-list-right .news-item:nth-child(2) {
    padding-left: 6px;
}

.editor-list {
    position: relative;
    top: inherit;
    height: auto;
}

.editor-item {
    position: relative;
    right: inherit;
    left: inherit;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: inherit;
}

.editor-block {
    margin: 0;
    padding-left: 7px;
}

.editor-block-info {
    position: relative;
    left: inherit;
    top: inherit;
}

.editor-block-name {
    position: relative;
    bottom: inherit;
}

.editor-list .editor-item:last-child {
    position: relative;
    right: inherit;
    left: inherit;
    margin: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: #1B1B1B;
}	

.editor-block-left img {
    height: 43px;
    margin: 0;
    display: block;
    max-width: 70px;
}

.editor-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 15px;
}

.editor-block-left {
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 max-content;
    flex: 0 0 max-content;
}

.editor-block-left:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    width: 1px;
}

.editor-block-info-type {
    color: #fff;
    margin-bottom: 5px;
}

.editor-block-name {
    display: none;
}

.editor-block-info {
    padding: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.editor-block-info-title {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-family: "Bodoni";
    letter-spacing: 0;
    font-weight: 400;
}

.editor-block-bl {
    height: auto;
    padding: 0;
}

.news-bottom-list {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-bottom-list .news-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.section-main-box {
    padding: 0;
}

.section.section-news-main {
    padding-bottom: 35px;
    border-bottom: 1px solid #C5C5C5;
}

.section-left-fix .section-btn {
    padding: 0;
}

a.styler.show-all-button {
    border-color: #C5C5C5;
    font-family: 'Merriweather';
}

.tabs-box {
    padding-bottom: 0px;
}

.tabs-multi-height {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 34px);
    flex: 0 0 calc(100% - 34px);
}

.section.section-expert,
.section.section-media,
.section.section-popular {
    display: block;
    overflow: inherit;
    ;
}

.section.section-expert .section-mainpage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section.section-expert .section-main-right.section-main-right-media {
    display: none;
}

.section.section-expert .section-main-left {
    padding: 0;
}

.section.section-expert .news-item.news-item-vertical {
    padding: 0;
}

.section.section-expert .section-main-box:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 8px;
}

.section.section-expert .news-list .news-item-bl {
    position: relative;
    padding: 0;
}

.section.section-expert .news-list .news-item-bl:after {
    position: absolute;
    right: -7px;
    height: 112px;
    top: 0;
    bottom: 0;
    width: 14px;
    background-blend-mode: multiply;
    background: #C5242B;
    mix-blend-mode: multiply;
    content: "";
}

.section.section-expert .news-item.news-item-vertical:nth-child(1) {
    padding-right: 7px
}

.section.section-expert .news-item.news-item-vertical:nth-child(2) {
    padding-left: 7px
}

.section.section-expert .news-list {
    margin: 0
}

.section.section-expert .section-main-left {
    overflow: inherit;
}

.media-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.show-all-btn {
    display: block;
    margin-bottom: 20px;
}

.section-main-bottomPart {
    margin-bottom: 35px;
}

.section.section-popular {
    padding-bottom: 35px;
    border-bottom: 1px solid #C5C5C5;
}

.footer-main {
    background-color: #1B1B1B;
}

.footer-logo {
    width: 265px;
}

.footer-logo a {
    display: block;
    height: auto;
}

.footer-main .container {
    padding: 45px 0;
}

.footer-menu-col {
    padding: 0;
}

.footer-menu-title,
.footer-menu-text,
.footer-menu-link {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
    color: #ffffffcc;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 22px;
}

.footer-main-bot {
    text-align: center;
    font-size: 12px;
    font-family: 'Merriweather', serif;
    font-size: 12px;
    line-height: 20px;
    color: #ffffffcc;
    margin-top: 15px;
}

.footer-menu-title,
.footer-menu-title:hover,
a.footer-menu-link.footer-menu-link-main {
    font-family: 'Bodoni';
    letter-spacing: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.article .section-main.section-right-bl {
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.news-big .news-item-title a span {
    color: #fff;
}

.background-banner-img {
    display: none;
}

.background-banner {
    display: none;
}

.news-list.news-little-list.news-blog-list .news-item.news-big {
    padding-bottom: 20px;
}

.form-popup.form-subscription.show {
    padding: 0;
}

.subscription-type.checked span.txt-rub {
    color: #fff;
}

.profile_form_wrapper {
    padding: 50px 0;
}

.menu_lk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-right: 30px;
}

.menu_lk~div#section-right-bl {
    padding: 0;
}


label.month_item.checked .calendar_month_name span {
    color: #fff;
}

.bottom_fixed_menu a.footer-menu-link:hover {
    color: inherit;
    text-decoration: inherit;
}

.search-page {
    margin: 0 auto;
    padding: 35px 0;
}

.search-form .form-item {
    max-width: 100%;
}

h1 {
    font-family: 'Bodoni';
    letter-spacing: 0;
}

.personal_page .section-title.section-title-left {
    font-weight: 700;
}

.section-btn.section-back-btn {
    padding: 0;
}

input[type='button'].show-all-button, input[type='submit'].show-all-button, input[type='reset'].show-all-button, button.show-all-button, a.show-all-button, span.show-all-button {
    padding: 12px 20px;
}

.container.article .editors-choice .section-title {
    font-size: 24px;
    line-height: 32px;
}

.article-header .social-bl {
    margin-right: 1px;
}

/* announcement new */

.header_left_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.announcementNew_wrapper, .announcementNew_wrapper a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 15px;
}

.announcementNew_wrapper a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.announcementNew_wrapper picture {
    height: 80px;
    display: block;
    width: auto;
}

.announcementNew_wrapper picture img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

span.announcementNew_number {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
    font-weight: 600;
}

.announcementNew_info {
    margin-left: 5px;
}

.announcementNew_text {
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* font-weight: 600; */
    margin-top: 5px;
}

.announcementNew_text svg {
    margin-left: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
}

.announcementNew_mobile {
    display: none;
}

@media(max-width: 1399px) {

    .header-main .container,
    .header-nav .container,
    .container {
        width: 1140px;
    }

    span.stocks-text {
        width: 38%;
    }

    span.stocks-num {
        width: 23%;
    }

    .header_stocks ul::before {
        left: calc(33.33% - 17px);
    }

    .header_stocks ul::after {
        left: calc(66.66% - 13px);
    }

    .section.section-expert .news-item.news-big .news-img img {
        min-height: 400px;
    }
}

@media(max-width: 1199px) {
    .announcementNew_wrapper, .announcementNew_wrapper a {
        margin-left: 10px;
    }
    .announcementNew_text {
        width: 115px;
    }
    .header-main-profile .button-red {
        padding: 7px 10px;
    }

    .header_subscribe {
        margin-left: 20px;
    }

    .header_subscribe a {
        padding: 12px 20px;
    }

    li.marquee-item:not(:last-child) {
        margin-right: 25px;
    }

    .header-main .container,
    .header-nav .container,
    .container {
        width: 960px;
    }

    .header_stocks {
        padding-right: 20px;
    }

    .header_stocks ul::before {
        left: calc(33.33% - 8px);
    }

    .header_stocks ul::after {
        left: calc(66.66% - 4px);
    }

    .announcement_block.picture img {
        width: 100%;
    }

    .announcement_header_text {
        padding: 0px;
        padding-left: 34%;
    }

    .announcement_header_description,
    .announcement_header_number {
        font-size: 9px;
        line-height: 10px;
    }

    .announcement_header_barcode img {
        height: 28px;
    }

    .announcement_body {
        padding: 4px 10px;
        font-size: 14px;
    }

    div#section-left-news {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        margin-right: 20px;
    }

    .news-top-list-right .news-item .news-img {
        height: 140px;
    }

    body .news-big .news-item-title a {
        font-size: 18px;
        line-height: 22px;
    }

    body .news-big .news-info {
        padding: 15px 15px;
    }

    .news-top-list-left {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }

    .editor-block {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        padding: 0;
        margin-top: 14px;
    }

    .news-top-list-right {
        margin: 0;
    }

    .news-top-list-right .news-item .news-img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .news-item.news-item-horizontal .news-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    }

    .news-item.news-item-horizontal .news-img img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .menu_lk {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        margin-right: 30px;
    }

    .header_lk~.section .archive-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        width: 33.3333%;
    }

    .section.section-expert .section-mainpage {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
}

@media(max-width: 991px) {
    .header_left_wrapper {
        display: none;
    }

    body.open-menu .announcementNew_mobile {
        display: block;
        padding: 0 5%;
        margin-top: 15px;
    }

    .announcementNew_wrapper, .announcementNew_wrapper a {
        margin: 0;
    }

    .announcementNew_info {
        margin-left: 15px;
    }

    .announcementNew_text {
        width: auto;
    }

    .announcementNew_mobile .announcementNew_wrapper {
        background: #fff;
        padding: 5px 10px;
    }
    .header_subscribe {
        display: none;
    }

    .header-main .container,
    .header-nav .container,
    .container {
        width: 100%;
        padding: 0 5%;
    }

    body.open-menu .header-nav-mobile a.subscribe_btn {
        background: #c31000;
    }

    .header-main {
        min-height: auto;
        /* border-bottom: 1px solid #808080; */
    }

    .header-main .container {
        padding: 10px 5%;
    }

    .header-logo {
        max-width: 170px;
        width: auto;
    }

    .header-main-profile {
        right: inherit;
        position: relative;
    }

    .header-main-profile a.styler.button-red {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-search {
        display: none;
    }

    .header-main-hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    a.hamburger-link {
        display: block;
        padding: 25px 50px 25px 0;
    }

    body.open-menu a.hamburger-link {
        padding: 10px 50px 10px 0;
    }

    .header-main-hamburger .hamburger-item:before,
    .header-main-hamburger .hamburger-item:after {
        background-color: black;
    }

    .header-main-hamburger .hamburger-item:before,
    .header-main-hamburger .hamburger-item:after {
        background-color: black;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
    }

    .header-main-hamburger .hamburger-item:before {
        top: -8px;
    }

    .header-main-hamburger .hamburger-item:after {
        bottom: -8px;
    }

    body.open-menu .header-nav {
        border: none;
    }

    .header_wrapper span.text-user {
        display: none;
    }

    .header_bottom_line {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        position: relative;
    }

    body.open-menu .section-main-topPart {
        margin-top: 0;
    }

    body.open-menu .header-menu{
        padding-bottom: 100px;
    }

    body.open-menu .header_bottom_line {
        /* display: none; */
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        position: absolute;
        width: 100%;
    }

    .header-nav {
        display: block;
        padding: 0;
    }

    .header-menu {
        width: 100%;
        height: auto !important
    }

    .details-link {
        display: none;
    }

    .header-nav .container {
        padding: 0;
    }

    .header-menu ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        /* gap: 20px 25px; */
        padding: 15px 5%;
        margin: -10px -12.5px;
    }

    .header-menu ul::-webkit-scrollbar {
        display: none;
    }

    .header-menu ul li {
        display: inline-block;
        margin: 10px 12.5px;
    }

    body.open-menu .header-menu ul li {
        display: block;
    }

    .hamburger-item {
        width: 25px;
    }

    .header-menu-link {
        font-size: 12px;
    }

    .hamburger-link .cross-btn:hover:after,
    .hamburger-link .cross-btn:hover:before,
    .hamburger-link .cross-btn:after,
    .hamburger-link .cross-btn:before {
        background-color: #fff;
        height: 25px;
        margin: -12px 0 0 -8px;
    }

    .header_bottom_line .container {
        padding: 0px 5%;
    }

    .header_bottom_line .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header_stocks {
        width: 100%;
        padding: 0;
    }

    .editor-block {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        padding-left: 7px;
    }

    .news-top-list-left {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }

    .popular-news-left_wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-right: 10px;
    }

    .popular-news-right_wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding-left: 3px;
    }

    .header_stocks {
        width: 60%;
        padding: 0;
    }

    li.marquee-item:not(:last-child) {
        margin-right: 20px;
    }

    .announcement_block {
        width: 40%;
    }

    .section.section-central {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .section.section-central .central-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    div#section-left-news {
        display: none;
    }

    .section.section-news-main div#section-left-news {
        display: block;
    }

    .footer-main .container {
        padding: 45px 5%;
    }

    .header_stocks ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    li.marquee-item:not(:last-child) {
        margin-right: 0;
    }

    li.marquee-item {
        width: 33%;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    .header_stocks.full ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .header_stocks.full li.marquee-item {
        width: inherit;
    }

    .header_stocks {
        padding-top: 10px;
    }

    .article .section-main {
        padding: 0 0px 30px 0px;
    }

    .article .section-title {
        padding: 0 0 0 10px;
    }

    .article .section-title:before {
        left: 0;
    }
    body .section-news-list.slick-initialized.slick-slider .slick-slide:nth-child(3),
    body .section-news-list.slick-initialized.slick-slider .slick-slide:nth-child(10){
        display: none;
    }

    body .section.section-expert .news-item.news-big .news-img:after, body .section.section-expert .news-item.news-big .news-img:before {
        display: none;
    }
    .section.section-expert .news-item.news-big .news-img img {
        min-height: auto;
        height: auto;
    }
    
    body .section.section-expert .news-big .news-info {
        position: initial;
        padding: 12px 0 0;
    }
    
    body .section.section-expert  .news-big .news-item-title a {
        color: #121111;
        padding: 0;
        border: none;
    }
    
    body .section.section-expert  .news-item-theme {color: #A6A6A6;}
    
    body .section.section-expert  .news-item-text {color: #121111;}
    
    body .section.section-expert  .news-item-bl:before {
        display: none;
    }
}

@media(max-width: 900px) {

    .header_stocks,
    .announcement_block {
        width: 50%;
    }

    .header_stocks ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    li.marquee-item:not(:last-child) {
        margin-right: 0;
    }

    li.marquee-item {
        width: 33%;
        padding-bottom: 10px;
        padding-right: 10px;
    }

    .header_stocks {
        padding-top: 10px;
    }

    .form_header {
        display: block;
    }

    .form_header a {
        display: block;
        text-align: right;
    }
}

@media(max-width: 799px) {
    .news-top-list-left {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }

    .editor-block {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        padding-left: 0;
    }

    .news-top-list {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .news-top-list-left {
        padding: 0;
    }

    .news-item.news-big {
        padding: 0;
        width: 100%;
    }

    .news-item.news-big:after {
        right: -11px;
    }

    .section.section-news-main,
    .section-main {
        overflow: inherit;
    }

    .news-top-list-right {
        padding: 0;
        margin-top: 14px;
    }

    .news-top-list-right .news-item .news-img {
        height: 170px;
    }

    .news-bottom-list .news-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .news-bottom-list .news-item.news-item-horizontal:not(:last-child) {
        padding: 0px 0px 24px 0px !important;
        position: relative;
    }

    .news-bottom-list .news-item.news-item-horizontal .news-item-bl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .news-bottom-list .news-item.news-item-horizontal .news-img {
        height: 95px;
        margin: 0;
    }

    .news-bottom-list .news-info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .news-bottom-list .news-item.news-item-horizontal:not(:last-child):after {
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #c5c5c5;
        bottom: 12px;
    }

    .news-bottom-list .news-item.news-item-horizontal:last-child {
        padding: 0;
    }

    .news-bottom-list .news-info, .section-main-publications .news-item-vertical .news-info {
        padding-right: 10px;
    }

    .popular-news-left_wrapper,
    .popular-news-right_wrapper,
    .section.section-central .central-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .popular-news_wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section.section-news-main {
        padding-bottom: 12px;
    }

    .section.section-expert .section-main-box:first-child {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 14px;
    }

    .section.section-expert .section-mainpage {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-menu-title,
    .footer-menu-title:hover,
    a.footer-menu-link.footer-menu-link-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .progress-container {
        width: 100%;
        height: 2px;
        background-color: rgb(96 96 96 / 50%);
        margin: 35px auto 0;
        border-radius: 5px;
        overflow: hidden;
    }

    .progress-bar {
        height: 100%;
        background-color: #2D2D2D;
        width: 0;
        -webkit-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s;
    }

    .section.section-popular {
        padding: 0;
        border: none;
    }
}

@media(max-width: 768px) {

    .header_stocks,
    .announcement_block {
        width: 100%;
    }

    .announcement_block {
        margin-bottom: 10px;
    }

    .announcement_block.picture img {
        width: 400px;
        margin: auto;
    }

    li.marquee-item {
        width: 25%;
    }

    .announcement_wrapper {
        width: 320px;
        margin: auto;
    }

    li.marquee-item {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        line-height: 1;
    }

    li.marquee-item:not(:last-child) {
        margin-right: 30px;
    }

    .header_stocks ul {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        padding: 0px 5%;
        margin: 0 -5%;
    }

    .header_stocks ul::-webkit-scrollbar {
        display: none;
    }

    .news-item-bl:hover .news-img img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .news-item-title a:hover {
        color: inherit;
    }

    .news-media-bl:hover .news-media-img:before,
    .news-list-col .news-item-bl:hover .news-img:before,
    .news-big .news-item-bl:hover .news-img:before {
        opacity: 1;
    }

    .news-media-bl:hover .news-media-img:after,
    .news-list-col .news-item-bl:hover .news-img:after,
    .news-big .news-item-bl:hover .news-img:after {
        opacity: 0
    }

    .section.section-media .news-media-bl:hover .news-media-img:before {
        opacity: 1;
    }

    .news-media-bl:hover .news-media-img:after,
    .news-list-col .news-item-bl:hover .news-img:after,
    .news-big .news-item-bl:hover .news-img:after {
        opacity: 0;
    }

    .news-media-bl:hover .news-media-img:before,
    .news-list-col .news-item-bl:hover .news-img:before,
    .news-big .news-item-bl:hover .news-img:before {
        opacity: 1
    }

    .news-media-bl:hover .news-media-img:after,
    .news-list-col .news-item-bl:hover .news-img:after,
    .news-big .news-item-bl:hover .news-img:after {
        opacity: 0
    }

    .footer {
        padding-bottom: 70px;
    }
}

@media(max-width: 765px) {

    .article .section .section-main,
    .article .section:last-child .section-main {
        padding: 0px 0;
    }

    .news-list.news-little-list.list-slider {
        padding: 20px 0 10px;
    }

    .section-contacts h1,
    .section-contacts .tabs-box {
        padding: 0;
    }
}

@media(max-width: 646px) {

    body .section-news-list .news-item-title,
    body .section-news-list .news-item-title a {
        font-size: 15px;
    }

    body .section-news-list .news-item:not(.news-big) .news-info {
        width: calc(100% - 120px);
    }

    body .section-news-list .news-item:not(.news-big) .news-img {
        width: 120px;
        height: 90px;
    }

    .news-top-list-right .news-item .news-img {
        height: 120px;
    }

    .news-item.news-item-horizontal .news-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    }

    .section-main-publications .news-item.news-item-vertical .news-item-bl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        width: 100%;
    }

    body .section-main-publications .news-top-list-right .news-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 !important;
    }

    .section-main-publications .news-top-list-right .news-item .news-img {
        height: 95px;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    }

    .section-main-publications .news-item-vertical .news-info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
    }

    .section-main-publications .news-item.news-item-vertical:not(:last-child) {
        padding: 0px 0px 24px 0px !important;
        position: relative;
    }

    .section-main-publications .news-item.news-item-vertical:not(:last-child):after {
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 1px solid #c5c5c5;
        bottom: 12px;
    }

    .news-item.news-big:after {
        height: 150px;
    }

    .section.section-expert .news-list .news-item-bl:after {
        height: 90px;
    }
}

@media(max-width: 590px) {
    .news-middle-list .news-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }
}

@media (max-width: 499px){
    .announcement_block.picture img {
        width: 100%;
        margin: auto;
    }
}

@media(max-width: 450px) {

    .section-main-publications .news-top-list-right .news-item .news-img,
    .news-bottom-list .news-item.news-item-horizontal .news-img,
    .news-item.news-item-horizontal .news-img {
        height: 80px;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
        flex: 0 0 125px;
    }
}

@media(max-width: 400px) {
    .announcement_wrapper {
        width: 100%;
    }
}

.section-economics_photo {
    max-width: 75%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    margin-top: -25px;
}

.section-economics_photo picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-economics_photo img {
    width: 100%;
}

.section.section-economics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-economics_partner {
    background: #eee;
    max-height: 250px;
    max-width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

@media(max-width:1100px){
    .section.section-economics {
        overflow: inherit;
    }
}

@media(max-width:991px){
    .section-economics_photo {
        margin-top: 0;
    }

    .section-economics_photo img {
        width: 100%;
        height: 250px;
        -o-object-position: center;
           object-position: center;
        -o-object-fit: cover;
           object-fit: cover;
    }

}

@media(max-width:768px){
    .section.section-economics {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .section-economics_photo {
        max-width: 100%;
        width: 100%;
    }
    .section-economics_photo img {
        width: 100%;
        height: auto;
        -o-object-position: center;
           object-position: center;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .section-economics_partner {
        max-width: 300px;
    }
}

.item-list-elem__logo a > img {
    height: 22px;
    width: 50px;
}

.item-list-elem__logo {
    margin-top: 7px !important;
}

.news-item-theme a span > span {
    color: hsla(5, 100%, 38%, 1) !important;
    text-decoration: underline;
}

.news-item-bl__play-icon_small {
    z-index: 2 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 38px !important;
    height: 38px !important;
    margin: unset !important;

    @media (max-width: 768px) {
        width: 32px !important;
        height: 32px !important;
    }
}

.news-item-bl__play-icon_main{
    z-index: 2 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 38px !important;
    height: 38px !important;
    margin: unset !important;

    @media (max-width: 768px) {
        width: 32px !important;
        height: 32px !important;
    }
}
.banner-top {
   /* height: 220px;*/
    margin-block: 10px;
}

.banner-top.mobile_visibles {
    display: none;
}
.banner-top.desktop_visible  {
    padding-bottom: 10px;
}
@media (max-width: 726px) {
    .banner-top {
        display: none !important;
    }
}

@media (max-width: 720px) {
    .banner-top.mobile_visibles {
        display: block !important;
    }
}

.banner-top__container {
    height: 100% !important;
}

.banner-top__img {
    height: 100%;
    width: 100%;
}


.main-cont {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 5px;

    @media (max-width:1919px) {
        display: block;
    }
}

.main-cont__banner {
    margin-bottom: 35px;
    position: sticky;
    top: 30px;
    max-height: 862px;

    @media (max-width:1919px) {
        display: none;
    }
}

.main-cont__left-banner {
    margin-left: 10px;
}

.main-cont__right-banner {
    margin-right: 10px;
}

.main-cont__info {
    margin-inline: 18px;

    @media (max-width:1919px) {
        display: block;
        margin: 0 auto;
    }
}

.main-cont__img {
    height: 100%;
    width: 100%;
}

/*Слайдер для баннеров*/
.swiper-container {
    display: none;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 60px;
    height: 230px;

    @media (max-width: 1919px) {
        display: block;
    }
}

.swiper {
    width: 100%;
    overflow: visible;
    height: 200px;
}

.swiper-slide {
    width: 400px !important;
    height: 200px !important;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-next + .swiper-slide {
    opacity: 1;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev,
.swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 24px;
    height: 24px;
    stroke: #333;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.1);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

@media (max-width: 1400px) {
    .swiper-container {
        padding: 20px 50px;
    }
}

@media (max-width: 600px) {
    .swiper-slide {
        width: 300px;
        height: 150px;
    }

    .swiper-container {
        padding: 20px 40px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
        height: 40px;
    }
}