@charset "UTF-8";
@font-face {
    font-family: IBMPlexSans-Regular;
    src: url(../libs/fonts/IBMPlexSans.woff2) format('woff2'),
         url(../libs/fonts/IBMPlexSans-Regular.woff) format('woff');
    font-display: swap;
}

/* @font-face {
    font-family: IBMPlexSans-Light;
    src: url(../libs/fonts/IBMPlexSans-Light.woff2) format('woff2'),
         url(../libs/fonts/IBMPlexSans-Light.woff) format('woff');
    font-display: swap;
} */

/* @font-face {
    font-family: IBMPlexSans-Medium;
    src: url(../libs/fonts/IBMPlexSans-Medium.woff2) format('woff2'),
         url(../libs/fonts/IBMPlexSans-Medium.woff) format('woff');
    font-display: swap;
} */

@font-face {
    font-family: IBMPlexSans-Bold;
    src: url(../libs/fonts/IBMPlexSans-Bold.woff2) format('woff2'),
         url(../libs/fonts/IBMPlexSans-Bold.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: IBMPlexSans-SemiBold;
    src: url(../libs/fonts/IBMPlexSans-SemiBold.woff2) format('woff2'),
         url(../libs/fonts/IBMPlexSans-SemiBold.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: IBMPlexSans-SemiBoldItalic;
    src: url(../libs/fonts/IBMPlexSans-SemiBoldItalic.woff2) format('woff2'),
         url(../libs/fonts/IBMPlexSans-SemiBoldItalic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: IBMPlexSans-Italic;
    src: url(../libs/fonts/IBMPlexSans-Italic.woff2) format('woff2'),
         url(../libs/fonts/IBMPlexSans-Italic.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(../libs/fonts/Roboto.woff) format('woff');
    font-display: swap;
}

/* @font-face {
    font-family: Vollkorn-Regular;
    src: url(../libs/fonts/Vollkorn-Regular.woff2) format('woff2'),
         url(../libs/fonts/Vollkorn-Regular.woff) format('woff');
    font-display: swap;
} */

/* @font-face {
    font-family: Vollkorn-Semibold;
    src: url(../libs/fonts/Vollkorn-SemiBold.woff2) format('woff2'),
         url(../libs/fonts/Vollkorn-Semibold.woff) format('woff');
    font-display: swap;
} */

/* @font-face {
    font-family: Vollkorn-SemiboldItalic;
    src: url(../libs/fonts/Vollkorn-SemiBoldItalic.woff2) format('woff2'),
         url(../libs/fonts/Vollkorn-SemiboldItalic.woff) format('woff');
    font-display: swap;
} */

@font-face {
    font-family: CourierPrime-Regular;
    src: url(../libs/fonts/CourierPrime-Regular.woff2) format('woff2'),
         url(../libs/fonts/CourierPrime-Regular.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family: CourierNew;
    src: url(../libs/fonts/CourierNew.ttf) format('truetype');
    font-display: swap;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

html {
    overflow-x: hidden
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    max-width: 1270px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1100px) {
    .container {
        max-width: 1270px
    }
}

body {
    font-family: IBMPlexSans-Regular, sans-serif;
    color: #1b1c1c;
    font-size: 15px;
    background-color: #fff;
    position: relative
}

a {
    color: #1b1c1c;
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none
}

h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px
}

h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px
}

h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: IBMPlexSans-Bold, sans-serif
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 25px
}

h6 {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px
}

@media (max-width: 567px) {
    h1 {
        font-size: 26px;
        line-height: 32px
    }

    h2 {
        font-size: 18px;
        line-height: 30px
    }

    h3 {
        font-size: 18px;
        line-height: 30px
    }

    h4 {
        font-size: 18px;
        line-height: 30px
    }

    h5 {
        font-size: 14px
    }

    h6 {
        font-size: 14px
    }
}

.container-wrap {
    padding: 0 15px
}

.bv_ul_inner li {
    padding: 0 16px 0 10px !important
}

#selectbox1 + div > ul {
    bottom: 58px
}

#menu__show {
    opacity: .5;
    color: #1b1c1c
}

.header__top .header__archive {
    margin-right: 0
}

.header.header-top {
    top: 0
}

#admixer_top_main {
    height: auto
}

.header.header-top + .container > .content {
    padding-top: 79px
}

.header__search.active {
    position: absolute;
    right: -15px;
    width: 50%;
    background: #fff;
    max-width: 94%;
    padding: 0 15px;
    height: 82%;
    z-index: 9
}

.header__menu__hidden {
    top: 42px !important
}

.header__menu__hidden .header__menu__item:before {
    content: none !important
}

.header__menu__hidden .header__menu__item a:hover {
    color: #f70
}

#menu__show {
    padding-right: 5px
}

.header .header__lang .bv_atual {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 17px;
    font-family: IBMPlexSans-Regular, sans-serif
}

.header .header__lang .bv_ul_inner li:hover {
    background-color: #fff;
    color: grey
}

#selectbox1 + div + div > ul {
    bottom: 58px
}

.subscribe.subscribe--grey a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.subscribe.subscribe--grey span {
    margin-right: 0
}

.header__mobil__item.chronicle {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header__mobil__item.chronicle:before {
    margin-right: 10px;
    content: '';
    width: 9px;
    height: 8px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    background-image: url(/../user/img/left-arrow-m.svg)
}

.header__top.culture ~ .header__menu .header__back, .header__top.culture ~ .header__menu .header__search {
    margin-top: -23px;
    padding: 0 15px;
    margin-right: -5px
}

.header__top.culture ~ .header__menu .header__search-btn {
    margin-top: 0
}

.header__top.culture ~ .header__menu .header__search {
    margin-right: 63px
}

.header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 2
}

.header .header__social {
    margin-right: 0
}

.header .container {
    position: relative
}

.header__menu__box {
    background: #fff
}

.header__title-top {
    margin-right: 164px;
    margin-top: -14px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 32px;
    color: #1b1c1c;
    font-family: IBMPlexSans-Bold, sans-serif;
    text-transform: initial
}

.header__back img {
    width: 14px;
    margin-right: 5px
}

.header__mobil.active {
    display: block !important
}

.header__mobil {
    position: absolute;
    background: #fff;
    z-index: 9999999;
    width: 100%
}

.header__mobil .header__social {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 174px;
    width: 100%;
    margin: 0
}

.header__mobil .header__social a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.header__mobil .header__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__mobil .header__lang {
    display: block !important;
    padding: 15px 0
}

.header__mobil__rubric {
    color: #1b1c1c;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    margin-bottom: 12px;
    width: 100%;
    font-size: 18px
}

.header__mobil__item.about a {
    opacity: .5;
    color: #1b1c1c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: initial;
    font-family: IBMPlexSans-Regular, sans-serif
}

.header__mobil__item {
    padding: 30px 25px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #f0f1f2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__mobil__item:last-child {
    padding: 5px 25px 5px
}

.header__mobil__item ul:last-child {
    padding-right: 0
}

.header__mobil__item ul {
    width: 50%;
    padding-right: 20px
}

.header__mobil__item ul li a.active {
    border-bottom: 4px solid #f70
}

.header__mobil__item ul li {
    margin-bottom: 15px;
    list-style-type: none
}

.header__mobil__item ul li a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    padding-bottom: 3px;
    font-family: IBMPlexSans-Medium, sans-serif;
    color: #1b1c1c
}

.header__menu {
    padding-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__menu__hidden.active {
    display: block
}

.header__menu__hidden {
    position: absolute;
    right: 0;
    top: 65px;
    background: #fff;
    border: 2px solid #f70;
    padding: 0 30px 20px;
    display: none
}

.header__menu__hidden:before {
    content: '';
    position: absolute;
    right: 10px;
    top: -22px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f70
}

.header__menu__hidden .header__menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none
}

.header__menu__hidden .header__menu__item {
    padding: 20px 0 0
}

.header__menu__hidden .header__menu__item:last-child .header__menu__link {
    opacity: 1
}

.header__menu__item {
    line-height: 15px
}

.header__menu__item:last-child .header__menu__link {
    opacity: .5
}

.header__menu__link {
    color: #1b1c1c;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px
}

.header__archive {
    width: 106px
}

.header__old-link {
    width: 148px
}

.header__archive, .header__back, .header__old-link {
    border: 1px solid #f0f1f2;
    margin-top: -14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: inherit;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    padding: 5px 5px;
    font-family: IBMPlexSans-Regular, sans-serif
}

.header__archive:hover, .header__back:hover, .header__old-link:hover {
    border: 1px solid #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header__lang label {
    border: 1px solid #f0f1f2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__lang label:hover {
    border: 1px solid #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header__search.active {
    position: absolute;
    right: 40px;
    width: 100% !important;
    background: #fff;
    max-width: 50%;
    padding: 0 15px;
    height: 100%
}

.header__search.active input {
    outline: 0;
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    height: 55%
}

.header__search-btn {
    cursor: pointer
}

.header__search-btn span {
    margin-left: 50px;
    margin-top: 3px
}

.header__search.active-desctop {
    position: absolute;
    right: -15px;
    width: 50%;
    background: #fff;
    max-width: 94%;
    padding: 0 15px;
    height: 100%;
    z-index: 9
}

.header__search.active-desctop .header__search-btn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.header__search.active-desctop input {
    outline: 0;
    max-width: 100%;
    width: 100%;
    height: 55%;
    border-bottom: 1px solid #96979b
}

.header__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px
}

.header__search button {
    outline: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__search span {
    outline: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__search input {
    border: 0 solid #fff;
    outline: 0;
    max-width: 80%;
    padding: 0;
    width: 0%;
    font-family: Vollkorn-Regular, sans-serif
}

.header__search span {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: right;
    margin-top: 0;
    margin-left: 47px;
    color: #96979b;
    text-transform: initial
}

.header__search span:hover {
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header__social {
    margin-left: 32px;
    margin-right: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 105px;
    height: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__social a {
    width: 16px;
    height: 16px
}

.header__social a img {
    width: 100%;
    height: 100%
}

.header__social a.instagram {
    background: url(/../user/img/social/instagram.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain
}

.header__social a.youtube {
    background: url(/../user/img/social/youtube.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 25px !important;
    height: 25px !important;
    margin-top: 1px
}

.header__social a.youtube:hover {
    background: url(/../user/img/social/youtube-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__social a.google {
    background: url(/../user/img/social/google.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain
}

.header__social a.google:hover {
    background: url(/../user/img/social/google-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__social a.vk {
    background: url(/../user/img/vk.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 22px !important;
    height: 22px !important
}

.header__social a.vk:hover {
    background: url(/../user/img/vk-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__social a.odnoklassniki {
    background: url(/../user/img/odnoklassniki-logo.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain
}

.header__social a.odnoklassniki:hover {
    background: url(/../user/img/odnoklassniki-logo-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__social a.twitter {
    background: url(/../user/img/social/twitter.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 4px
}

.header__social a.facebook {
    background: url(/../user/img/social/facebook.svg) no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: -1px
}

.header__social a.telegram {
    background: url(/../user/img/social/telegram.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain
}

.header__social a.instagram:hover {
    background: url(/../user/img/social/instagram-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__social a.twitter:hover {
    background: url(/../user/img/social/twitter-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__social a.facebook:hover {
    background: url(/../user/img/social/facebook-hover.svg) no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__social a.telegram:hover {
    background: url(/../user/img/social/telegram-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__social a.email {
    background: url(/../user/img/social/mail.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__social .fa {
    font-size: 17px
}

.header__social .fa:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.header__social.bl {
    width: 117px
}

.header__social.bl a.youtube {
    width: 20px !important;
    height: 16px !important
}

.header__logo {
    max-width: 130px;
    width: 100%;
    height: 46px;
    margin: -32px 30px 0 -4px
}

.header__logo img {
    width: 100%
}

.header__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 81px
}

.header__top__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__top__item .header__social {
    margin-right: 27px;
    margin-top: -10px
}

.header-menu {
    background: #f5f9f5;
    width: 100%
}

.header__basket {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__basket .header__item {
    display: none
}

.header__basket input {
    display: none
}

.header__basket label {
    position: relative
}

.header__basket label span {
    position: absolute;
    top: -5px;
    right: -9px;
    background: #ed1c24;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding-top: 2px
}

.header__basket label i {
    font-size: 18px
}

.header__menu {
    width: 100%
}

.header__search {
    padding: 20px 11px;
    margin-right: 6px;
    margin-top: -15px
}

.header__search a img {
    margin-right: 5px;
    margin-bottom: -2px
}

.header__lang {
    margin-top: -14px;
    border: none
}

.header__lang i {
    background: url(/../user/img/arrow-leng.png);
    width: 11px;
    height: 3px;
    -webkit-background-size: contain;
    background-size: contain;
    border: none;
    margin-top: 8px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    display: inline-block;
    padding: 0
}

.header__lang i.up {
    -webkit-transform: rotate(-175deg);
    -ms-transform: rotate(-175deg);
    transform: rotate(-175deg)
}

.header__lang .bv_atual {
    padding: 5px;
    border: 1px solid #f0f1f2
}

.header__lang .bv_ul_inner {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .06);
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.header__lang select {
    border: 1px solid #f0f1f2;
    padding: 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.header__lang img {
    margin-bottom: -2px;
    margin-right: 5px
}

.header__menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #1b1c1c
}

.header__menu__box {
    width: 100%
}

.header__menu__orders {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__menu__link {
    display: block
}

.header__menu__item.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 4px;
    background: #f70
}

.header__menu__item {
    list-style-type: none;
    margin-top: -8px;
    padding: 0 0 18px 2px;
    cursor: pointer;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.header__menu__item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
    width: 0%;
    height: 4px;
    background: #f70
}

.header__menu__item:hover:before {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header-info {
    -webkit-box-shadow: -1px 7px 2px -8px rgba(0, 0, 0, .75);
    box-shadow: -1px 7px 2px -8px rgba(0, 0, 0, .75)
}

.header-info__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 124px;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-info__logo {
    width: 25%;
    position: relative
}

.header-info__logo img {
    width: 100%
}

.header-info__logo:hover {
    -webkit-box-shadow: 2px 7px 34px -26px #4ec254;
    box-shadow: 2px 7px 34px -26px #4ec254
}

.header-info__search {
    width: 40%;
    position: relative
}

.header-info__search input {
    width: 100%;
    height: 42px;
    padding: 15px;
    position: relative;
    outline: 0;
    border: none;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .4);
    margin: 12px 0
}

.header-info__search input[placeholder] {
    font-family: SegoeUI-Italic, sans-serif;
    font-size: 16px
}

.header-info__search-icon {
    position: absolute;
    right: 10px;
    top: 18px;
    width: 30px;
    height: 30px;
    outline: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center
}

.header-info__search-icon:hover {
    background: #b2b2b2
}

.header-info__search-icon:hover .fa-search {
    color: #fff
}

.header-info__search-icon .fa-search {
    width: 20px;
    height: 20px;
    color: green;
    margin-top: 7px
}

.header-info__example {
    font-size: 14px
}

.header-info__example a {
    color: #e30613;
    font-size: 14px;
    text-transform: none;
    border-bottom: 1px dashed #e30613
}

.header-info__example a:hover {
    border-bottom: 1px solid #e30613
}

.header-info__contact {
    width: 20%
}

.info-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info-social a {
    width: 25px;
    height: 25px;
    background: #b2b2b2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.info-social a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.info-social a i {
    color: #fff
}

.info-social--bgc a {
    background: #6f6f6f
}

.header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-trigger {
    text-align: right;
    margin-top: 20px;
    color: #fff;
    display: none
}

.slider-box {
    overflow: hidden
}

.slider-block {
    position: relative;
    background-position-x: center;
    padding: 5% 0 6%;
    height: auto
}

.slider-block img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.slider-block__info {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 115px
}

.slider-block__info h2, .slider-block__info span {
    font-family: 'Gochi Hand', cursive
}

.slider-block__info h1 span {
    color: #e30613;
    font-size: 72px;
    margin-bottom: 5px;
    line-height: 85px;
    display: block;
    position: relative
}

.slider-block__info h1 span:after, .slider-block__info h1 span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100px;
    height: 100px;
    background-image: -webkit-radial-gradient(white, rgba(255, 255, 255, 0) 30%), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, .4) 50%, rgba(0, 0, 0, 0) 51%), -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, .4) 50%, rgba(0, 0, 0, 0) 51%);
    background-image: -o-radial-gradient(white, rgba(255, 255, 255, 0) 30%), -o-linear-gradient(45deg, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, .4) 50%, rgba(0, 0, 0, 0) 51%), -o-linear-gradient(315deg, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, .4) 50%, rgba(0, 0, 0, 0) 51%);
    background-image: radial-gradient(white, rgba(255, 255, 255, 0) 30%), linear-gradient(45deg, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, .4) 50%, rgba(0, 0, 0, 0) 51%), linear-gradient(135deg, rgba(0, 0, 0, 0) 49%, rgba(255, 255, 255, .4) 50%, rgba(0, 0, 0, 0) 51%);
    -webkit-animation: blink6 10s linear infinite;
    animation: blink6 10s linear infinite;
    -webkit-transform: scale(0, 0) rotate(0);
    -ms-transform: scale(0, 0) rotate(0);
    transform: scale(0, 0) rotate(0)
}

.slider-block__info h1 span:before {
    top: -30%;
    right: 0;
    left: auto;
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.slider-block__info h2 span {
    font-size: 48px;
    color: #3cad00;
    margin-bottom: 10px
}

.slider-block__info h3 {
    font-family: "Segoe UI Semibold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 15px
}

.culture .header__top__item .header__search {
    display: none
}

.menu-mob {
    display: none
}

.header__menu__mobil {
    display: none
}

.header__menu__list .header__search {
    margin-right: 0;
    padding: 0
}

.header__menu__list .header__search.active-desctop {
    right: 0;
    width: 100%;
    max-width: 100%
}

.culture .header__logo {
    margin-top: -19px;
    width: 130px
}

.header__logo-mob {
    display: none
}

.header__search-btn {
    background: #fff;
    background-image: url(/../user/img/misc/search.svg);
    -webkit-background-size: cover;
    background-size: cover;
    width: 16px;
    height: 16px
}

.header__search.active input, .header__search.active-desctop input {
    margin-right: -27px;
    padding-left: 10px
}

.header__search-btn.active, .header__search-btn.active-desctop {
    background-image: url(/../user/img/close_.svg);
    -webkit-background-size: cover;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.header__search-btn.active span, .header__search-btn.active-desctop span {
    display: none
}

.header__search.active .header__search-btn {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.header__search.active input {
    outline: 0;
    max-width: 100%;
    width: 100%;
    height: 55%;
    border-bottom: 1px solid #96979b
}

@media screen and (max-width: 1200px) {
    .header__search {
        margin-right: 0
    }

    .header__search.active {
        right: -15px
    }

    .header__search.active-desctop {
        right: -15px
    }

    .header__title-top {
        font-size: 18px;
        font-weight: 700;
        white-space: nowrap;
        margin-right: 10px;
        margin-left: 10px;
        letter-spacing: 0;
        line-height: 32px
    }
}

@media screen and (max-width: 991px) {
    .header__menu {
        display: none
    }

    .header__search.active {
        width: 70% !important
    }

    .header__mobil__item:last-child {
        padding: 20px 25px 20px
    }

    .header__mobil.active {
        display: block !important;
        max-height: 91vh;
        overflow-y: auto;
        width: 100vw;
        height: auto;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .header__top.culture {
        padding-top: 15px
    }

    .header__top.culture .menu-mob {
        margin-top: -15px
    }

    .header__search.active-desctop {
        width: 70%
    }

    .culture .header__logo {
        margin-top: -32px
    }

    .header__search button {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .header__search-btn {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .header__top {
        height: 75px
    }

    .header__search {
        padding: 15px 20px 5px
    }

    .header__mobil {
        width: 98%
    }

    .culture .header__top__item .header__search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px;
        width: 45px
    }

    .header__lang #check2 + .header__item {
        top: -100px
    }

    .header__lang #check2 + .header__item:before {
        top: auto;
        bottom: -9px;
        -webkit-transform: rotate(-76deg);
        -ms-transform: rotate(-76deg);
        transform: rotate(-76deg)
    }

    .header__social a {
        width: 20px;
        height: 20px
    }

    .header__search input {
        width: 0
    }

    .header__top {
        border-bottom: 1px solid #f0f1f2
    }

    .header__mobil {
        display: block
    }

    .menu-mob {
        display: block
    }

    .header__old-link {
        display: none
    }

    .header__search span {
        display: none
    }

    .header__archive {
        display: none
    }

    .header .header__social {
        display: none
    }

    .header__lang {
        display: none
    }

    .header__search.active input {
        border: none;
        border-bottom: 1px solid
    }
}

@media screen and (max-width: 767px) {
    .header__mobil {
        left: 0
    }

    .header__mobil {
        width: 100%
    }

    .header__mobil__item.chronicle {
        width: 96%;
        margin-left: 15px;
        padding-left: 15px
    }
}

@media screen and (max-width: 567px) {
    .culture .header__logo {
        display: none
    }

    .header__logo img {
        margin-left: -19px
    }

    .header__search.active {
        padding: 15px 15px 0
    }

    .header__search {
        padding: 20px 20px 5px
    }

    .header__search-btn {
        width: 20px;
        height: 20px
    }

    .content__news__box.hidden-mobile.full-width {
        padding: 0 20px
    }

    .header__top {
        height: 60px
    }

    .header__logo {
        max-width: 90px;
        margin: -32px 30px 0 15px
    }

    .header__mobil__item.chronicle {
        width: 90%;
        margin-left: 30px;
        padding-left: 5px
    }

    .header__mobil.active {
        display: block !important;
        max-height: 92vh;
        overflow-y: auto;
        width: 100vw;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .header__mobil {
        height: 800px;
        overflow-y: scroll
    }

    .header__search.active {
        width: 90%;
        max-width: 75%
    }

    .culture .header__logo-mob {
        display: block
    }

    .header__title-top {
        font-size: 18px;
        white-space: normal;
        line-height: 23px
    }
}

@media screen and (max-width: 400px) {
    .header__top.culture .header__logo-mob img {
        width: 100%
    }
}

@media screen and (max-width: 376px) {
    .header__mobil .header__social {
        width: 125px
    }
}

ul li {
    line-height: 30px;
    text-transform: initial;
    text-align: left;
    font-size: 18px;
    position: relative
}

.describe-box__list li {
    letter-spacing: normal;
    margin-bottom: 15px
}

.header .bv_atual {
    text-transform: inherit;
    line-height: 16px;
    padding-left: 10px;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500
}

.footer__design__img-desc {
    width: 30px;
    height: 46px;
    margin-top: -15px
}

.footer__design__img-mob {
    display: none
}

.footer.margin {
    margin-top: 0
}

.footer .container {
    padding-top: 65px
}

.footer {
    position: relative
}

.footer__email span, .footer__soc span {
    color: #1b1c1c;
    font-family: IBMPlexSans-Bold, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    position: relative
}

.footer__email span:after, .footer__soc span:after {
    content: '';
    height: 3px;
    width: 40px;
    background-color: #f70;
    position: absolute;
    bottom: -14px;
    left: 0
}

.footer__send {
    width: 100%;
    position: absolute;
    bottom: 65px;
    left: 0;
    max-width: 420px;
    background-color: #fff;
    -webkit-box-shadow: -18px 2px 62px 0 rgba(0, 0, 0, .05);
    box-shadow: -18px 2px 62px 0 rgba(0, 0, 0, .05);
    padding: 50px;
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9
}

.footer__send a.email {
    background: url(/../user/img/social/mail.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 5px;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    width: 24px !important;
    height: 17px !important
}

.footer__send a.email:hover {
    background: url(/../user/img/social/mail-hover.svg) no-repeat left top;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.footer__send .header__social {
    margin-top: 35px !important;
    margin-left: 0 !important;
    width: 50px !important
}

.footer__send .header__social a {
    width: 16px;
    height: 14px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.footer__send.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer .header__social {
    margin-right: 0;
    margin-top: 10px
}

.footer__contact {
    display: none
}

.footer__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 29px;
    padding-bottom: 10px
}

.footer__box:first-child {
    border-top: 1px solid #1b1c1c
}

.footer__box:last-child {
    padding-top: 0
}

.footer__design {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.footer__design span {
    margin-right: 10px;
    opacity: .3;
    color: #484848;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px
}

.footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.footer__info span {
    margin-bottom: 8px;
    opacity: .3;
    color: #484848;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px
}

.footer__menu nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer__menu nav ul li {
    margin-right: 50px;
    position: relative;
    padding-bottom: 10px
}

.footer__menu nav ul li:hover:before {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.footer__menu nav ul li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #f70
}

.footer__menu nav ul li a {
    color: #1b1c1c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: initial;
    position: relative;
    text-align: center
}

.footer__menu nav ul li:last-child {
    margin-right: 0
}

@media screen and (max-width: 991px) {
    .footer__send {
        max-width: 350px;
        padding: 30px
    }

    .footer__send .header__social {
        margin-bottom: 0 !important
    }

    .footer__box:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__box:first-child .header__social {
        width: 160px;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .footer__box:first-child .footer__menu {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (max-width: 567px) {
    .footer__design__img-desc {
        display: none
    }

    .footer__design__img-mob {
        display: block
    }

    .footer .header__social a.youtube {
        background: url(/../user/img/social/567/youtube.svg) no-repeat left top;
        -webkit-background-size: cover;
        background-size: cover;
        width: 23px !important
    }

    .footer {
        margin-top: 0;
        padding-top: 0;
        background-color: #1b1c1c;
        overflow: hidden
    }

    .footer .container {
        background: 0 0
    }

    .footer__contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 30px
    }

    .footer__contact a {
        color: #fff;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
        text-transform: inherit
    }

    .footer__contact a:first-child {
        position: relative;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__contact a:first-child:after {
        content: '';
        height: 2px;
        width: 18px;
        opacity: .1;
        background-color: #fff;
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px
    }

    .footer .header__social {
        margin-top: 40px
    }

    .footer__box {
        padding: 0 15px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer .footer__menu {
        display: none
    }

    .footer__info span {
        opacity: .3;
        color: #fff;
        display: inline;
        margin-bottom: 15px
    }

    .footer__design span {
        opacity: .3;
        color: #fff;
        margin-bottom: 30px
    }

    .footer__design img {
        width: 30px;
        height: 46px;
        margin-top: -15px
    }

    .footer .header__social .fa:before {
        color: #fff;
        font-size: 18px
    }

    .footer .header__social a.instagram {
        background: url(/../user/img/social/567/instagram.svg) no-repeat left top;
        -webkit-background-size: contain;
        background-size: contain
    }

    .footer .header__social a.twitter {
        background: url(/../user/img/social/567/twitter.svg) no-repeat left top;
        -webkit-background-size: contain;
        background-size: contain
    }

    .footer .header__social a.facebook {
        background: url(/../user/img/social/567/facebok-foter.png) no-repeat left top;
        -webkit-background-size: contain;
        background-size: contain;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        width: 13px
    }

    .footer .header__social a.telegram {
        background: url(/../user/img/social/567/telegram.svg) no-repeat left top;
        -webkit-background-size: contain;
        background-size: contain
    }
}

@media screen and (max-width: 767px) {
    .footer__send {
        display: none !important
    }
}

.pagination a:hover {
    background: #f70;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.about__author .opinion__item {
    border-bottom: none !important
}

.tabs__caption .active {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border: 1px solid #44b749
}

.pagination {
    margin: 0 auto;
    text-align: right
}

.pagination a {
    padding: 7px 0;
    color: #282828;
    font-size: 18px;
    text-transform: none;
    margin-right: 10px;
    font-weight: 700;
    min-width: 30px;
    text-align: center
}

.pagination .active {
    background-color: #f70;
    color: #fff
}

.pagination .active-color {
    color: #ddd
}

.tabs__content {
    display: none
}

.tabs .active {
    display: block
}

.tabs-arrows {
    display: none
}

@media screen and (max-width: 576px) {
    .about-box__right {
        width: 100% !important
    }

    .author-box__item {
        width: 48% !important
    }

    .tabs__caption {
        display: none !important
    }

    .error__404 {
        font-size: 130px
    }

    .error span {
        font-size: 26px
    }
}

@media screen and (max-width: 460px) {
    .error span {
        font-size: 22px
    }

    .author-box__list {
        width: 100% !important
    }
}

.tabs {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.tabs-gallery {
    text-align: left
}

.tabs > input[type=radio] {
    display: none
}

.tabs > input[type=radio]:checked + label:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #f70;
    position: absolute;
    bottom: 0;
    left: 0
}

.сaptcha-bl {
    width: 100%;
    margin: 0 auto 20px 0
}

.tabs > div {
    display: none;
    border-top: 1px solid
}

#tab-btn-10:checked ~ #content-10, #tab-btn-11:checked ~ #content-11, #tab-btn-12:checked ~ #content-12, #tab-btn-1:checked ~ #content-1, #tab-btn-2:checked ~ #content-2, #tab-btn-3:checked ~ #content-3, #tab-btn-4:checked ~ #content-4, #tab-btn-5:checked ~ #content-5, #tab-btn-6:checked ~ #content-6, #tab-btn-7:checked ~ #content-7, #tab-btn-8:checked ~ #content-8, #tab-btn-9:checked ~ #content-9 {
    display: block;
    text-align: left
}

.tabs__box {
    padding-top: 50px;
    border-top: 1px solid
}

.tabs > label {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 15px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    margin-left: 6px;
    cursor: pointer;
    margin-bottom: -1px;
    color: #1b1c1c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase
}

.tabs > label:first-of-type {
    margin-left: 0
}

.no-slides {
    margin: 0 auto;
    padding: 0 15px
}

.big-text {
    font-size: 21px;
    padding-bottom: 8px;
    line-height: initial;
    display: inline-block
}

.branding-coll .branding-baner3__item2.height247 {
    height: 247px;
    background-color: #f4f4f4
}

.branding-coll .branding-baner3__item2.height247 .branding-sp {
    color: #4e4e4e;
    opacity: .3
}

.branding-box .brands272174 {
    display: none
}

.branding-box .brands272174 ~ div {
    display: none
}

.branding-coll .branding-baner3__item2.height168 {
    height: 168px;
    background-color: #f4f4f4
}

.branding-coll .branding-baner3__item2.height168 .branding-sp {
    color: #4e4e4e;
    opacity: .3
}

.container {
    position: relative
}

.content__news__box.scroll .js-append-news.height {
    max-height: 945px
}

.subscribe span a {
    border-bottom: 1px dashed grey;
    font-family: inherit;
    font-size: inherit;
    text-transform: inherit
}

.content__main.rubric .news__block.margin .content__box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__main.rubric .news__block.margin .content__box .content__tile {
    margin-right: 0
}

.content__main.rubric .news__block.margin .content__box .mob_project_banner {
    display: none
}

#tabOne .author-box, #tabTwo .author-box {
    display: grid;
    grid-column-gap: 3%;
    grid-template-columns:repeat(auto-fit, minmax(15%, 1fr))
}

#tabOne .author-box .author-box__item, #tabTwo .author-box .author-box__item {
    width: 100% !important
}

.content__notice .content__author:nth-child(5) ~ .content__author-info {
    display: block;
    width: 100%;
    margin-top: 10px
}

.h2-old {
    font-size: 18px;
    margin-top: 15px !important;
    font-family: Vollkorn-Semibold, sans-serif !important
}

.tabs__box .opinion__news {
    display: grid;
    grid-column-gap: 5%;
    grid-template-columns:repeat(auto-fit, minmax(30%, 0fr))
}

.tabs__box .opinion__news .opinion__news__item {
    width: 100%
}

.tabs__box .opinion__news.font {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 0
}

.tabs__box .opinion__news.font .opinion__news__item {
    width: 30%
}

iframe {
    min-width: 285px !important
}

.content__base blockquote {
    min-width: 300px !important
}

.content__news__title {
    right: auto !important;
    bottom: auto !important
}

.content__picture .swiper-wrapper + .swiper-notification {
    position: relative;
    min-height: 85px;
    display: block
}

.comments__out {
    right: 30px;
    position: absolute;
    background-color: #a9a9a9;
    outline: 0;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    padding: 5px 10px;
    opacity: .5
}

.archive__img img {
    height: 307px;
    -o-object-fit: cover;
    object-fit: cover
}

.date-start {
    padding-right: 5px
}

.bv_atual, .date-end, .date-start {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.date-start.dline ~ .date-end {
    padding-right: 0
}

.date-start.dline {
    position: relative;
    margin-right: 25px
}

.date-start.dline:after {
    content: '';
    width: 2px;
    height: 42px;
    display: block;
    background: #fff;
    position: absolute;
    top: -12px;
    right: -7px
}

.news .picture {
    max-height: 472px;
    overflow: hidden
}

.news .picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.calendar-button {
    outline: 0;
    background: 0 0;
    width: 35px;
    border: none;
    cursor: pointer
}

.calendar-button:nth-of-type(1) {
    margin-right: 40px;
    position: relative
}

.calendar-button:nth-of-type(1):after {
    content: '';
    width: 2px;
    height: 42px;
    display: block;
    background: #fff;
    position: absolute;
    top: -12px;
    right: -18px
}

.calendar-button img {
    width: 100%
}

.dinactive {
    background: #fff0e3;
    color: #f70 !important;
    pointer-events: none;
    margin-left: -18px;
    padding-left: 14px;
    width: 100% !important;
    opacity: .2;
    font-family: IBMPlexSans-Bold, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center
}

.bv_mainselect.change-select-st .bv_atual input:first-child + div:after {
    content: '';
    position: absolute;
    width: 2px;
    background: #fff;
    height: 43px;
    top: -15px;
    right: -17px;
    display: block
}

.bv_mainselect.change-select-st .bv_atual input:first-child {
    margin-right: 20px
}

.bv_mainselect.change-select-st .bv_atual input:first-child + div {
    left: -30px
}

.arrowq {
    border: solid grey;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    float: right
}

.select-tab .bv_mainselect .arrowq {
    right: 28px;
    top: 19px;
    background: url(/../user/img/arh-ar.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 13px;
    height: 7px;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-width: 0
}

.calendar-grid .dselected {
    background: #fff0e3;
    color: #f70 !important;
    margin-left: -18px;
    padding-left: 14px;
    width: 100%;
    font-weight: 700
}

.calendar-grid .dselected:last-child {
    width: 150%;
    padding-right: 26px
}

.calendar-grid .today {
    background-color: #f70 !important;
    color: #fff !important
}

.select-tab .arrowq {
    margin-left: 10px;
    border-width: 0 2px 2px 0;
    margin-top: 5px;
    position: absolute;
    top: 15px;
    right: 25px
}

.date-end, .date-start {
    padding-right: 14px
}

.bv_mainselect.change-select-st .bv_atual {
    padding: 0 18px 0 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px
}

.bv_mainselect.change-select-st .bv_atual .arrowq {
    display: none
}

.bv_mainselect.change-select-st .bv_atual input[type=text] {
    font-family: IBMPlexSans-Bold, sans-serif;
    width: 90px !important
}

.bv_mainselect.change-select-st .bv_atual input {
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    border: none;
    background: 0 0
}

.bv_mainselect.change-select-st .bv_atual input + div {
    position: relative;
    display: inline;
    left: auto;
    top: auto;
    right: 10px
}

.to_normal_style_h1 {
    display: inline
}

.press_body_block {
    margin-top: 20px
}

.btn-disabled {
    cursor: auto !important;
    opacity: .5
}

.materials.archive .materials__rubric + div {
    margin-top: 15px;
    margin-bottom: 5px
}

.materials.archive .materials__title {
    display: inline
}

.materials.archive .materials__text {
    display: block
}

.chronicle .content__box.politics.ch-height .content__tile-top + div {
    margin: 10px 0 5px 0
}

.chronicle .content__tile-title_ {
    display: initial
}

.chronicle .content__tile-title_ + .js-edit {
    color: #fff
}

.chronicle .content__box.economics.two .content__tile-top {
    margin-bottom: 0
}

.chronicle .content__box.economics.two .content__tile-top + div {
    margin: 10px 0 5px 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.content__tile-title-box {
    margin-top: 10px;
    margin-bottom: 5px
}

table {
    width: auto
}

.img-container img {
    width: 100%
}

.content__tile-info .content__tile-top {
    margin-bottom: 10px
}

.content__tile-link_ + .js-edit {
    color: #fff;
    display: inline
}

.opinion__about.direction {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

main .content__box.economics {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.js-append-news .content__news__item.bgc .content__news__link:before {
    left: -2px;
    width: 2px
}

.content__base.content-two.chronicle .js-append-news .content__news__item:first-child {
    margin-top: 0
}

.header__top.culture ~ .header__menu .header__search.active-desctop {
    margin-right: 0;
    height: 50px
}

.header__top.culture ~ .header__menu .header__search.active-desctop input {
    font-size: 18px
}

.opinion__describe .opinion__name, .opinion__describe .opinion__soname {
    text-transform: lowercase
}

.opinion__describe .opinion__name:first-letter, .opinion__describe .opinion__soname:first-letter {
    text-transform: uppercase
}

.content__question {
    text-align: justify
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

.news__block.news h2 {
    text-align: inherit !important
}

.content__news__item.date {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: .5px;
    line-height: 15px;
    margin-right: 4px;
    padding-bottom: 12px;
    color: #f70;
    border-bottom: 1px solid #f70;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.content__news__box.scroll .js-append-news {
    max-height: 680px;
    height: auto;
    overflow-y: scroll
}

.content__news__box.scroll .js-append-news::-webkit-scrollbar {
    width: 0
}

.content__news__box.scroll .js-append-news {
    scrollbar-width: none
}

.opinion__about.change .opinion__name.line.desc {
    display: inline
}

.opinion__name.line.desc h1 {
    line-height: 21px;
    padding: 5px 3px 0 1px;
    font-family: Vollkorn-Regular, sans-serif;
    display: inline;
    height: auto;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0;
    background: #f70;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: capitalize
}

.opinion__name {
    margin-right: -4px
}

.opinion__name.hide, .opinion__soname.hide {
    display: none
}

.news__block.news ul li {
    text-align: inherit !important
}

.agreements-list ol li ol > li:before {
    margin-left: -30px
}

.header__menu__item.active:before {
    width: 100%
}

.materials.full.archive-bl-s .materials__rubric.hide {
    display: none
}

.slider-for-g .slider-photos-desc {
    display: none
}

.eye.show-mob:before {
    background: url("/../user/img/article stats/view dark.svg");
    -webkit-background-size: cover;
    background-size: cover
}

.counter img, .eye img {
    display: none
}

.counter:before, .eye:before {
    content: '';
    width: 14px;
    height: 9px;
    margin-right: 5px;
    margin-bottom: -.5px;
    display: inline-block;
    background: url("/../user/img/article stats/view-light.svg")
}

.opinion__about .header__social a.email {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    margin-top: 3px;
    margin-right: 2px
}

.slider-photos-desc {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-family: IBMPlexSans-Light, sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 13px;
    padding: 5px;
    background-color: rgba(0, 0, 0, .3);
    text-transform: initial;
    opacity: .5
}

.news__block.news p {
    text-align: inherit !important
}

.content-two .content__news .content__time {
    max-width: 36px;
    text-align: center
}

.content__tile-full.live-height:after {
    content: none
}

.news__block.gallery .content__gallery-link {
    padding: 28px 0 0
}

.content__gallery-link a {
    padding-bottom: 18px
}

.content__gallery-link a.active {
    position: relative
}

.content__gallery-link a.active:before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #f70;
    position: absolute;
    bottom: -1px;
    left: 0
}

#input-search::-webkit-clear-button, #input-search::-webkit-inner-spin-button, #input-search::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#input-search::-ms-clear {
    display: none
}

.slider__box_.video {
    margin-bottom: 0;
    background: 0 0
}

.slider__box_.video .slider-for-g {
    max-height: 500px
}

.slider__box_.video .picture__slider__describe {
    display: none
}

.brands272174 {
    display: none
}

.news__block.question .news-social.fixed {
    display: none
}

.content__video-box .photo-describe {
    display: none
}

.baner300250, .baner346236, .baners320 {
    display: none
}

.reklama300100 {
    display: none
}

.reklama300250 {
    display: none
}

.content__news.rubric.mobil-show.active {
    display: none
}

.content__news.hidden-deskktop {
    display: none
}

.about-box__right.mob {
    display: none
}

.archive-calendar {
    width: 50px;
    min-width: 50px;
    margin-right: 2px
}

.archive-calendar-btn {
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    background-color: #f7f7f8;
    padding-top: 5px;
    cursor: pointer
}

.archive-calendar-btn img {
    width: 70%
}

.two-picture .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.two-picture .swiper-slide img {
    width: 50% !important
}

.two-pictures {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.two-pictures img {
    width: 43% !important
}

.pagination .active {
    display: inline-block !important
}

.tabs > a.tabs-link {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 20px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    margin-left: 6px;
    cursor: pointer;
    margin-bottom: -1px;
    color: #1b1c1c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    margin-right: 34px;
    font-family: IBMPlexSans-Medium, sans-serif !important
}

.tabs > a.tabs-link:first-of-type {
    margin-left: 0;
    margin-right: 27px
}

.tabs > a.tabs-link ~ div {
    display: block
}

.tabs > a.tabs-link.active:before {
    height: 4px;
    bottom: -1px;
    content: '';
    width: 100%;
    background-color: #f70;
    position: absolute;
    left: -1px
}

.archive__select.search .select-tab .bv_ul_inner {
    top: 0;
    right: 0
}

.archive__select.search .select-tab .bv_ul_inner {
    top: 0;
    right: auto;
    left: 0;
    overflow-x: hidden
}

.search-box #selectbox4 + .bv_mainselect .bv_ul_inner {
    width: auto !important
}

.search-box #selectbox4 + .bv_mainselect .bv_ul_inner li {
    white-space: nowrap
}

.search-box #selectbox6 + .bv_mainselect .bv_ul_inner li:nth-of-type(1) {
    color: #1b1c1c
}

#select-fixed.archive__select.search .select-tab #selectbox6 + .bv_mainselect {
    width: auto !important
}

.content__box.politics.change .content__tile .mark {
    display: none
}

.img-container a {
    display: inherit
}

.article-photo {
    font-size: 15px !important;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 30px;
    margin-bottom: 15px
}

.article-photo sub, .article-photo sub strong {
    font-size: 15px !important;
    text-align: center;
    line-height: 24px;
    display: block;
    font-weight: 500
}

.news__block.news p > strong {
    font-weight: 600
}

.news__block.news h2:last-of-type {
    color: #1b1c1c;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 35px
}

.comments-box-item .comments-box__text {
    display: inline
}

.content__notice a.content__author span {
    margin-right: 30px
}

.empty-img {
    background: url(/user/img/camera_news.svg) no-repeat;
    background-position: center
}

.news__block.news h2 {
    font-weight: 500;
    color: #1b1c1c;
    font-family: Vollkorn-Regular, sans-serif;
    margin-top: 60px;
    margin-bottom: 25px
}

.news__block.news p ~ h2 {
    margin-bottom: 15px;
    font-weight: 500;
    color: #1b1c1c;
    font-family: Vollkorn-Regular, sans-serif;
    margin-top: 60px;
    margin-bottom: 25px
}

.news__block.news p ~ h2 a {
    color: #1b1c1c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    display: inline;
    text-transform: initial;
    border-bottom: 1px dashed grey
}

.news__block.gallery- {
    margin-bottom: 0
}

.news__block.gallery- .content__box.gallery {
    margin-bottom: 0
}

.news__block.gallery {
    margin-bottom: 0
}

.news__block.gallery .pagination {
    margin-bottom: 30px
}

.news__block.gallery .content__box.gallery {
    margin-bottom: 0
}

.question .subscribe .header__social a.facebook {
    margin-left: 2px;
    height: 18.5px
}

.question .subscribe .header__social a.odnoklassniki {
    height: 17px;
    margin-right: -4px;
    margin-left: 4px
}

.question .subscribe .header__social a.twitter {
    margin-left: 4px;
    margin-right: -5px;
    margin-top: 2px;
    width: 16px
}

.question .subscribe .header__social a.vk {
    margin-left: 10px;
    margin-right: -9px;
    margin-top: -2px
}

.img-container {
    margin: 0 10px
}

.content__picture .swiper-button-prev:after, .content__picture .swiper-container-rtl .swiper-button-next:after {
    content: url("/../user/img/misc/arrow left.svg")
}

.content__picture .swiper-button-next:after, .content__picture .swiper-container-rtl .swiper-button-prev:after {
    content: url("/../user/img/misc/arrow right.svg")
}

.content__news__full {
    width: 100%;
    height: 180px;
    margin-top: 20px
}

.content__news__full img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.content__notice.theme {
    margin-top: 20px;
    margin-bottom: 46px
}

.tabs.tabs-gallery label:before {
    left: -1px !important
}

.slider-arh .tabs__box {
    border: none
}

.vanilla-calendar-header {
    border-bottom: 1px solid #efeff0;
    padding-top: 3px !important;
    padding-bottom: 19px !important
}

.search #selectbox3 + .bv_mainselect {
    width: 205px
}

.search #selectbox5 + .bv_mainselect {
    width: 239px
}

.search #selectbox6 + .bv_mainselect {
    width: 172px
}

.about-padding .content__time {
    padding-top: 0 !important
}

.archive-block #selectbox3 + .bv_mainselect .bv_ul_inner {
    display: none !important
}

.content__base.content-two.news__hidden .content__news__box.margin {
    margin-top: 0
}

.content__news__box.opinion .content__news__item:last-child {
    margin-top: 30px
}

.content__news__box.press .content__news__item {
    margin-top: 20px
}

aside .content__news__box.bord .content__news__item {
    margin-top: 20px;
    margin-bottom: 20px
}

aside .content__news__box.bord .content__news__item.change {
    padding-bottom: 19px;
    display: block;
    border-bottom: 1px solid #f7f7f8
}

aside .content__news__box.bord .content__news__item.change .content__news__link {
    padding-bottom: 0;
    border: none
}

.content-two .content__news .content__news__item.bgc {
    margin-top: 24px;
    margin-bottom: -3px
}

.content-two .content__news .content__news__item.bold {
    margin-bottom: 22px
}

.about__author.archive-block .arrow {
    border: 1px solid #1b1c1c
}

.about__author.archive-block .select-tab.select-flex #selectbox4 + div > .bv_atual {
    padding: 18px 72px 18px 28px;
    width: 173px !important
}

.about__author.archive-block .select-tab.select-flex #selectbox4 + div > .bv_atual .arrows_bv {
    right: 28px;
    top: 18px;
    background: url(/../user/img/arh-ar.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 13px;
    height: 7px;
    border: none;
    border-width: 0
}

.about__author.archive-block .select-tab.select-flex #selectbox3 + div > .bv_atual {
    width: 100px !important
}

.about__author.archive-block .select-tab.select-flex #selectbox3 + div > .bv_atual .arrow {
    right: 28px;
    top: 18px;
    background: url(/../user/img/arh-ar.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 13px;
    height: 7px;
    border: none;
    border-width: 0
}

.about__author.archive-block .select-tab.select-flex #selectbox5 + div > .bv_atual {
    width: 120px !important
}

.about__author.archive-block .select-tab.select-flex #selectbox5 + div > .bv_atual .arrow {
    right: 28px;
    top: 18px;
    background: url(/../user/img/arh-ar.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 13px;
    height: 7px;
    border: none;
    border-width: 0
}

.about__author.archive-block .select-tab.select-flex .arrow {
    margin-left: -5px;
    border-width: 0 1px 1px 0;
    margin-top: 6px;
    position: absolute;
    top: 17px;
    right: 40px
}

.about__author.archive-block .select-tab.select-flex .bv_atual {
    padding: 18px 62px 18px 28px
}

.select-tab .bv_mainselect .arrow {
    right: 28px;
    top: 19px;
    background: url(/../user/img/arh-ar.png);
    -webkit-background-size: cover;
    background-size: cover;
    width: 13px;
    height: 7px;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-width: 0
}

.archive.bgc .archive__slider-top .swiper-button-next, .archive.bgc .archive__slider-top .swiper-button-prev {
    top: 10%
}

.archive__slider-top .slider-nav-ar, .archive__slider-top_ .slider-nav-ar {
    margin-bottom: 6px !important
}

.content__base.content-two.chronicle .bgc .content__news__link {
    line-height: 20px
}

.content__base.content-two.chronicle .bgc .content__news__link:before {
    left: -4px
}

.subscribe.subscribe--grey.active {
    display: none
}

.opinion__news__item .content__tile-date {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px
}

.picture.without .content__notice_.width {
    margin-top: 0
}

.picture.question {
    margin-bottom: 70px
}

.branding__watch strong a {
    font-family: IBMPlexSans-SemiBold, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px
}

.content__news .banner1 {
    margin-top: 0
}

.contacts .advertising__item {
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.inside .opinion__email {
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.about-box__download .about-box__title {
    font-family: IBMPlexSans-SemiBold, sans-serif;
    margin-bottom: 18px
}

.gallery .content__tile-date {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px
}

.chronicle .content__tile-date {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px
}

.reference .reference__img span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px !important;
    font-family: IBMPlexSans-SemiBold, sans-serif !important
}

.news-comments.active {
    display: block
}

.comments__review__form.top-form .comments__img, .comments__review__form.top-form .comments__review__top, .comments__review__form.top-form textarea {
    padding: 0 50px
}

.comments__review__form.top-form {
    padding-left: 0;
    display: none
}

.comments__insert {
    background: #fcfcfc;
    padding-left: 50px
}

.news-comments {
    width: 545px;
    position: fixed;
    border: 1px solid rgba(0, 0, 0, .06);
    right: 0;
    top: 0;
    z-index: 99999999999;
    display: none;
    background: #fff;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden
}

.news-comments .subscribe .header__social a.facebook {
    width: 9px;
    height: 16px
}

.news-comments .subscribe .header__social a.odnoklassniki {
    width: 14.6px;
    height: 16px
}

.news-comments .subscribe .header__social a.twitter {
    width: 16px;
    height: 14px;
    margin-top: 1px
}

.news-comments .subscribe .header__social .a.odnoklassniki {
    width: 9.6px;
    height: 16px
}

.news-comments .subscribe .header__social a.vk {
    width: 22px;
    height: 13px;
    margin-top: -3px
}

.news-comments .subscribe.subscribe--grey span {
    margin-right: -12px
}

.news-comments .comments .comments__review__form {
    margin-left: -50px;
    margin-right: -20px;
    padding-left: 0
}

.news-comments .comments .comments__review__form .content__news__title {
    padding: 0 50px
}

.news-comments .comments .comments__review__form .content__news__title:after {
    left: 50px
}

.news-comments .comments .comments__review__form .comments__img, .news-comments .comments .comments__review__form .comments__review__top, .news-comments .comments .comments__review__form textarea {
    padding: 0 50px
}

.news-comments .comments .comments__review__form .content__news__cancel {
    right: 27px
}

.news-comments .subscribe {
    border: none
}

.news-comments .comments {
    border: none
}

.news-comments .comments__review__reply {
    margin-bottom: -3px;
    width: 240px;
    height: 51px;
    margin-top: -14px;
    margin-left: 2px
}

.news-comments .comments__review__form .content__news__title {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px
}

.news-comments__close {
    width: 20px;
    height: 20px;
    display: inline-block !important;
    right: 50px;
    position: absolute;
    cursor: pointer
}

.news-comments__close img {
    width: 100%
}

.news-comments .subscribe--grey {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.news-comments .subscribe--grey span {
    margin-bottom: 10px
}

.news-comments .content__news__title {
    margin-top: 49px;
    margin-left: 50px;
    margin-bottom: 20px
}

.news-comments .news-comments__close {
    width: 15px;
    right: 82px
}

.news-comments .comments__review__text {
    margin-bottom: 8px
}

.news-comments .comments__review__top {
    margin-bottom: 5px
}

.news-comments .comments__review__negative {
    margin-left: 22px
}

.news-comments .comments__review.feedback {
    padding-top: 4px;
    padding-bottom: 7px !important;
    padding-left: 95px !important;
    margin-left: 0
}

.news-comments .comments__review.feedback .comments__review__form {
    margin-left: -95px;
    padding-left: 0
}

.news-comments .comments.active .comments__review:hover {
    background: #f7f7f8
}

.news-comments .comments {
    padding: 45px 0 50px 0
}

.news-comments .comments .comments__review {
    padding: 10px 20px 0 50px
}

.news-comments .comments .comments__review:hover {
    margin: 0
}

.news-comments .comments .comments__review.feedback:before {
    left: 50px
}

.news-comments .comments .comments__review.feedback:hover {
    margin-left: 0;
    padding: 10px 20px 0 95px
}

.news-comments .subscribe {
    padding: 32px 50px 25px 33px
}

.news-comments .subscribe .header__social {
    width: 150px;
    margin-left: 67px;
    overflow: hidden
}

.news-comments .subscribe .header__social .facebook, .news-comments .subscribe .header__social .google {
    margin-right: 0
}

.news-comments .subscribe .header__social .odnoklassniki {
    margin-right: -3px
}

.news-comments .subscribe .header__social .vk {
    margin-top: -2px
}

.news-comments .subscribe .header__social a {
    width: 16px
}

.content.content__flex.chronic {
    padding-top: 180px
}

.content.content__flex.chronic .news__block {
    margin-bottom: 58px
}

.content.content__flex.chronic .content__news__box .content__news__title {
    margin-bottom: 20px
}

.content.content__flex.chronic .content__box.live.ch-height .content__news__title {
    margin-bottom: 10px;
    margin-top: 20px
}

.content.content__flex.chronic .content__news__title {
    margin-bottom: 37px
}

.content.content__flex.chronic .content__box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content.content__flex.chronic .content__box .content__tile-img {
    margin-bottom: 10px
}

.content.content__flex.chronic .content__box .content__tile {
    margin-bottom: 20px
}

.content.content__flex.chronic .content__news {
    margin-top: 0
}

.news__block.gallery- .content__title {
    margin-bottom: 5px
}

.news__block.gallery- .content__tile {
    width: 47.5%
}

.news__block.gallery- .tabs__box {
    padding-top: 40px
}

.news__block.gallery- .tabs.tabs-gallery {
    margin-top: 59px
}

.news__block.gallery- .tabs.tabs-gallery label {
    margin-right: 27px
}

.news__block.brand ul li {
    margin-bottom: 15px
}

.content__main.search-box .about__author {
    margin-top: 14px
}

.content__main.search-box .materials__name {
    margin-right: 28px
}

.content__main.rubric.tegs .picture {
    margin-bottom: 43px !important
}

.content__main.rubric.tegs .news__block.shadow {
    margin-bottom: 28px
}

.content__main.rubric.tegs .tabs > label:first-of-type {
    margin-right: 27px
}

.news__block.question .subscribe .header__social {
    width: 150px
}

.news__block.question .picture.without .content__notice_.width {
    width: 100%;
    padding: 30px 30px 30px;
    margin-bottom: 50px
}

.news__block.question .comments__position {
    margin-bottom: 15px
}

.news__block.question .comments {
    padding: 45px 45px 14px 45px
}

.news__block.question .google {
    width: 15px;
    height: 15px;
    margin-left: 6px;
    margin-top: 2px
}

.news__block.question .content__notice_ {
    width: 87.8%;
    top: 87%;
    padding: 35px 35px 30px
}

.news__block.question .content__title {
    margin-bottom: 23px
}

.news__block.opinion {
    margin-bottom: 0
}

.news__block.opinion .content__title {
    margin-bottom: 6px
}

.news__block.opinion .opinion__text {
    margin-bottom: 30px
}

.news__block.opinion .opinion__item {
    padding-bottom: 5px;
    margin-bottom: 30px
}

.news__block.opinion .opinion__news.font .content__tile-top {
    margin-top: 10px
}

.news__block.opinion .opinion__describe {
    margin-bottom: 40px
}

.news__block.opinion .opinion__news .content__tile {
    margin-bottom: 55px
}

.news__block.opinion .opinion__box.inside .opinion__item {
    margin-bottom: 55px
}

.news__block.opinion .pagination.margin {
    margin-top: 16px;
    margin-bottom: 45px
}

.news__block.opinion .header__social {
    margin-bottom: 35px
}

.news__block.opinion .opinion__position {
    margin-top: 7px;
    margin-bottom: 30px
}

.news__block.opinion .tabs__box.padding {
    padding-top: 55px
}

.news__block.opinion .tabs > label:first-of-type {
    margin-right: 35px
}

.news__block.opinion .pagination {
    margin-bottom: 45px
}

.news__block.opinion .article__item {
    margin-bottom: 40px
}

.news__block.opinion .article__item:last-child {
    margin-bottom: 54px
}

.comments-box-item {
    width: 48.5%
}

.slider__box_.full-slider {
    margin-bottom: 50px
}

.slider__box_.full-slider ~ .content__notice {
    margin-bottom: 58px
}

.content__base.content-full .tabs__box {
    padding-top: 50px
}

.content__news.hide.gallery {
    margin-top: 0
}

.content__title {
    margin-bottom: 5px
}

.content__box.economics.gallery .content__tile-img {
    width: 100%;
    margin-bottom: 18px
}

.content__box.economics.gallery .content__tile.full ~ .content__tile {
    width: 47.5%;
    margin-bottom: 44px
}

.content__box.economics.gallery .content__tile.full ~ .content__tile .content__tile-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__news.hide.error-box {
    margin-top: 7px
}

.tabs-tegs label {
    font-family: IBMPlexSans-Medium, sans-serif !important
}

.about-branding h3 {
    font-size: 26px;
    line-height: 30px
}

.news__block.archive-nm {
    margin-bottom: 135px
}

.tabs.tabs-gallery.archiv-num {
    margin-top: 33px
}

.tabs.tabs-gallery.archiv-num label {
    font-family: IBMPlexSans-Medium, sans-serif;
    font-weight: 500
}

.tabs.tabs-gallery.archiv-num .tabs__box {
    padding-top: 41px
}

.archive__buttons {
    margin-top: -19px
}

.content__base.content-two.news__hidden .content__news__box {
    margin-top: -9px
}

.about-box .content__title h3 {
    font-size: 26px;
    line-height: 30px
}

.branding-baner3__item2.height168 {
    height: 168px
}

.branding-baner3__item2.height320 {
    height: 320px;
    margin-top: 22px
}

.branding-baner3__item2.height247 {
    height: 247px
}

.news__block ~ .content__box.politics .content__tile .content__tile-img {
    margin-bottom: 25px
}

.news__block ~ .content__box.politics.change {
    margin-bottom: 10px
}

.fl-right {
    width: 300px;
    float: right;
    margin-top: -37px
}

.fl-right .content__news__link {
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.picture.picture-news {
    margin-bottom: 52px
}

.content__notice .content__author {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    font-family: IBMPlexSans-Regular, sans-serif
}

.content__box.politics.hidden-desktop.bgc-mobile .content__tile-img {
    height: 180px;
    margin-bottom: 0
}

.content__box.politics.hidden-desktop.bgc-mobile .content__tile {
    margin-bottom: 40px
}

.content__news__box.bord.bgc-mobile .content__news__item {
    margin-top: 20px
}

.content__box.politics.change {
    margin-bottom: 26px
}

.obn-news {
    color: #96979b;
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-transform: initial
}

.content__news__flex .content__news__box.bord .content__news__link {
    padding-bottom: 19px
}

.picture.without {
    height: auto !important;
    margin-bottom: 50px !important
}

.tabs-tegs {
    text-align: left
}

.tabs-tegs__item {
    padding-top: 40px
}

.tabs-tegs label {
    margin-right: 34px
}

.tabs-tegs label:last-child {
    margin-right: 0
}

.tabs-tegs .tab-btn-last {
    margin-right: 0
}

.news__block.shadow {
    margin-bottom: 35px
}

.zoom {
    width: 50px;
    height: 150px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .08);
    position: fixed;
    top: 530px;
    left: auto;
    margin-left: -91px
}

.zoom__decrease, .zoom__increase, .zoom__percent {
    height: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1b1c1c
}

.zoom__decrease, .zoom__increase {
    color: #1b1c1c;
    font-size: 28px;
    cursor: pointer
}

.zoom__percent {
    background: #f7f7f8;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 17px;
    text-align: center
}

.dc-disable {
    opacity: .3
}

.agreements-list ol li ol > li:before {
    position: absolute;
    margin-left: -40px
}

.agreements-list ol li ol ol li:before {
    position: absolute;
    margin-left: -50px
}

.advertising.contacts {
    padding: 45px 33px 40px 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0 52px
}

.about-branding {
    margin-top: 51px
}

.slider__box_.full-slider .slider-nav-g {
    margin-bottom: -20px
}

.rubric .tabs > div, .tabs-gallery.archiv-num .tabs__box {
    border-top: 1px solid #f0f1f2
}

.rubric .tabs > label:first-of-type {
    margin-right: 40px
}

.content__picture .swiper.picture__slider.home .swiper-container.gallery-thumbs + .swiper-button-next {
    top: -7%;
    right: 10%;
    z-index: 0
}

.content__picture .swiper.picture__slider.home .swiper-container.gallery-thumbs + .swiper-button-next:after {
    color: #000;
    content: url("/../user/img/misc/arrow up.svg")
}

.content__picture .swiper.picture__slider.home .swiper-container.gallery-thumbs + .swiper-button-next + .swiper-button-prev {
    bottom: 7%;
    top: auto;
    right: 10%;
    left: auto;
    z-index: 0
}

.content__picture .swiper.picture__slider.home .swiper-container.gallery-thumbs + .swiper-button-next + .swiper-button-prev:after {
    content: url("/../user/img/misc/arrow down.svg")
}

.opinion__news.font .content__tile-title {
    font-family: IBMPlexSans-SemiBold, sans-serif;
    font-size: 16px;
    line-height: 24px
}

.swiper-slide a {
    width: 100%
}

.hidden-slider-desc {
    display: none !important
}

.opinion__all {
    display: none
}

.article__item .article__img.desc {
    width: 280px;
    margin-left: 43px
}

.opinion__box.inside .opinion__item {
    border-bottom: 1px solid #000
}

.opinion__about .header__social .facebook {
    width: 7px
}

.content__title.date h1 {
    display: inline
}

.content__title.date span {
    color: #96979b;
    font-size: 13px;
    line-height: 17px;
    margin-left: 10px;
    font-family: IBMPlexSans-Light, sans-serif
}

.slider__box_.full-slider .picture-photo-n {
    display: none
}

.slider__box_ .slider-for-g .swiper-button-next, .slider__box_ .slider-for-g .swiper-button-prev {
    display: none
}

.content__main.padding .branding-baner3__item2:last-child {
    margin-bottom: 35px
}

.content__notice.theme.padding {
    margin-top: 34px
}

.picture-photo-n {
    height: 24px;
    padding: 0 5px;
    color: #fff;
    opacity: .4;
    background-color: #000;
    position: absolute;
    font-size: 11px;
    line-height: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0
}

.bgc-block {
    background: #f7f7f8;
    padding: 40px 15px 0
}

.news__block.news {
    margin-bottom: 60px
}

.news__block.news ~ .content__box.politics.change {
    margin-bottom: 33px
}

.news__block.news .subscribe {
    padding: 27px 29px
}

.news__block.news .content__notice.theme {
    margin-bottom: 45px
}

.news__block.news .text-box.width {
    margin-bottom: 23px
}

.news__block.news .text-box.width .text-box__item:first-child {
    width: 71%
}

.news__block.news .text-box.width .content__news__link {
    padding-bottom: 20px
}

.news__block.news .text-box__title {
    margin-bottom: 28px
}

.news__block.news .text-box__title h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.news__block.news .content__news__title:after {
    bottom: 4px
}

.news__block.news ol {
    margin-bottom: 50px
}

.news__block.news ol li {
    margin-bottom: 15px
}

.news__block.news ul {
    margin-bottom: 45px
}

.news__block.news ul li {
    margin-bottom: 15px
}

.about-branding__title {
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    font-family: IBMPlexSans-Medium, sans-serif
}

.content__transform.padding ~ .content__title h2 {
    margin-bottom: 45px
}

.content__transform.padding {
    padding: 50px 0 20px 45px;
    margin-top: 45px;
    margin-bottom: 81px
}

.content__transform.padding .gallery-thumbs {
    opacity: .8
}

.content__transform.padding .content__news__title {
    margin-left: 0
}

.content__transform.padding .swiper-button-next, .content__transform.padding .swiper-button-prev {
    top: 40%
}

.content__transform.padding .swiper-button-next:after, .content__transform.padding .swiper-button-prev:after {
    color: #000
}

.content__transform.padding .swiper-button-prev {
    left: -35px
}

.content__transform.padding .swiper-button-next {
    right: 25%
}

.content__transform.padding .picture__slider .gallery-top {
    max-width: 605px;
    margin-right: 5px
}

.content__transform.padding .picture__slider .photo-pagination {
    right: 115px
}

.melody-news, .melody-news.active, .paper-clip, .paper-clip.active, .photo-news, .photo-news.active, .youtube-news, .youtube-news.active {
    width: 15px;
    height: 13px;
    margin-right: 10px;
    background-image: url("/../user/img/article stats/video.svg");
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-left: 7px;
    margin-bottom: -1px
}

.melody-news.active:hover, .melody-news:hover, .paper-clip.active:hover, .paper-clip:hover, .photo-news.active:hover, .photo-news:hover, .youtube-news.active:hover, .youtube-news:hover {
    background-image: url("/../user/img/article stats/video-hover.svg")
}

.youtube-news {
    width: 14px;
    height: 12px
}

.youtube-news.active {
    background-image: url(/../user/img/youtube_news-hover.svg)
}

.paper-clip, .paper-clip.active {
    width: 9px;
    -webkit-background-size: contain;
    background-size: contain;
    height: 14px;
    background-image: url("/../user/img/article stats/file.svg")
}

.paper-clip.active:hover, .paper-clip:hover {
    background-image: url("/../user/img/article stats/file-hover.svg")
}

.melody-news, .melody-news.active {
    width: 14px;
    height: 15px;
    background-image: url("/../user/img/article stats/audio.svg")
}

.melody-news.active:hover, .melody-news:hover {
    background-image: url("/../user/img/article stats/audio-hover.svg")
}

.melody-news.active {
    background-image: url(/../user/img/melody_news-hover.svg)
}

.photo-news, .photo-news.active {
    background-image: url("/../user/img/article stats/photo.svg");
    height: 12px;
    width: 15px;
    margin-top: -3px
}

.photo-news.active:hover, .photo-news:hover {
    background-image: url("/../user/img/article stats/photo-hover.svg")
}

#tabTwo .archive__slider-top .swiper-slide img {
    width: 92%
}

.agreements-list > ol {
    padding-left: 0
}

.about__author {
    margin-top: 28px
}

.gallery .content__tile-title {
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.about__author .archive__select {
    margin-bottom: 25px
}

.content__box.politics.hidden-desktop .content__tile-title {
    font-family: IBMPlexSans-SemiBold, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px
}

.slider-arh .tabsNavBtn.tabsActive {
    border-bottom: 4px solid #f70 !important
}

.agreements-list .content__title {
    font-size: 26px;
    line-height: 30px
}

.content__news__titles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.content__news__titles .change {
    display: none;
    color: #96979b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    margin-left: 30px
}

.subscribe.subscribe--grey span {
    color: #1b1c1c;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-family: IBMPlexSans-Regular, sans-serif;
    font-weight: 400
}

.content__news__box.press .content__news__link + div {
    margin: 14px 0 0 35px;
    position: relative
}

.content__news__box.press .content__news__link + div .js-edit {
    display: inline
}

.content__news__box.press .content__news__link + div .content__news__before {
    display: inline;
    margin-left: 0
}

.content__news__box.press .content__news__link + div .content__news__before:before {
    display: none
}

.content__news__box.press .content__news__link + div:before {
    content: '';
    background-image: url(/../user/img/misc/quote.svg);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -35px;
    width: 20px;
    height: 14px;
    top: 1px
}

.materials.full .materials__rubric {
    color: #1b1c1c;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .73px;
    line-height: 13px;
    display: inline-block
}

.materials.full .materials__title {
    margin-top: 15px;
    margin-bottom: 0
}

.materials.full .materials__text {
    margin-bottom: 15px
}

.content__icons {
    display: none;
    width: 100%;
    margin-bottom: 10px
}

.content__tile-photo {
    color: #96979b;
    font-family: IBMPlexSans-Regular, sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: initial
}

.content__base.content-two.chronicle .content__block-text {
    line-height: 24px
}

.content__base.content-two.chronicle .bgc .content__news__link {
    line-height: 24px
}

.content__base.content-two.chronicle .bgc .content__news__link span {
    line-height: 24px
}

.content__base.content-two.chronicle .content__tile.video .content__tile-img:before {
    width: 80px;
    height: 80px
}

.content__base.content-two.chronicle .content__tile.video .content__tile-img:after {
    width: 19px;
    height: 20px;
    margin-top: -28px;
    margin-right: 10px
}

.content__tile-full.live-height .content__tile-inside .content__tile-date {
    color: #fff
}

.content__base.content-two.chronicle .content__tile-info.order .content__tile-top {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.content__base.content-two.chronicle .content__tile-info.order .content__tile-title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.content__tile-full.live-height .content__tile-inside p {
    opacity: .6;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 10px;
    font-family: IBMPlexSans-Regular, sans-serif
}

.slider__box_ .slider-nav-g .swiper-slide {
    opacity: .7
}

.news-social.fixed {
    position: fixed;
    margin-left: 938px;
    margin-top: 180px;
    top: -6px;
    right: auto;
    left: auto;
    z-index: 20
}

.news-social.fixed a.vk {
    margin-bottom: 12px
}

.news-social.fixed-full {
    margin-left: 1260px
}

.photo-d {
    display: block;
    margin-top: 5px;
    color: grey;
    font-size: 10px !important;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 13px !important
}

.filter-btn {
    display: none
}

.content__box.desktop .mark {
    display: none
}

.content__tile-full .mark {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .87px;
    line-height: 15px;
    color: #fff;
    height: 21px;
    position: absolute;
    top: 0;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    z-index: 5;
    left: 0;
    display: none;
    padding: 3px;
    background-color: #f70
}

.filter-item {
    height: 34px;
    padding: 7px 12px;
    background-color: #f7f7f8;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    display: none
}

.filter-item img {
    width: 10px;
    height: 10px;
    margin-left: 10px
}

.filter-item.active {
    display: none
}

.slider__box_.full-slider .slider-for-g .swiper-button-next, .slider__box_.full-slider .slider-for-g .swiper-button-prev {
    opacity: 0;
    background: 0 0
}

.filter-popup {
    display: none;
    position: fixed;
    width: 94%;
    height: 100%;
    background: #fff;
    top: 75px;
    left: 15px;
    right: 10px;
    bottom: 0;
    z-index: 99
}

.mobil__download {
    width: 50px;
    height: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .08)
}

.mobil__download img {
    width: 15px;
    text-align: center;
    margin-left: 18px;
    margin-top: 11px
}

.icons-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-social__img {
    position: relative
}

.news-social {
    z-index: 2
}

.news-social__back {
    display: none
}

.news-social__link.active {
    display: block
}

.plyr__video-embed {
    display: none;
    width: 100%;
    height: 480px
}

.plyr__video-embed.active {
    display: block
}

.plyr__video-embed.active iframe {
    width: 100%;
    height: 100%
}

.pagination.hidden-desk {
    display: none
}

.content__base.content-two.chronicle .subscribe {
    display: none
}

.pagination a {
    margin-right: 1px;
    width: 36px;
    height: 36px
}

.pagination-info {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    color: #96979b;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center
}

body.branding {
    background-image: url(https://images.wallpaperscraft.ru/image/poselok_zdaniia_ozero_193423_1920x1080.jpg);
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed
}

body.branding .header {
    background: 0 0
}

.article__img-name {
    display: none
}

.article__img-box.mobil {
    display: none
}

.article__img.mobil {
    display: none
}

.article__date {
    display: block;
    color: #96979b;
    font-family: IBMPlexSans-Light, sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
    margin-top: 10px
}

.opinion__button.mobil {
    display: none
}

.select-tab.hidden {
    display: none !important
}

.archiv-num .select-tab {
    margin-right: 30px
}

.branding-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.container {
    background: #fff;
    z-index: 1
}

.branding__watch {
    margin-bottom: 30px !important
}

.branding__watch ~ ul {
    margin-bottom: 50px !important
}

.branding__watch ~ ul:last-child {
    margin-bottom: 85px !important
}

.branding .height247 {
    height: 247px
}

.branding .height320 {
    height: 320px
}

.branding .height168 {
    height: 168px
}

.branding__title {
    font-family: IBMPlexSans-Medium, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-top: 50px
}

.branding-box {
    padding-top: 60px;
    border-top: 1px solid
}

.branding-baner1 {
    max-width: 960px;
    height: 180px;
    width: 100%;
    background-color: #f4f4f4;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px
}

.branding-sp {
    opacity: .3;
    color: #4e4e4e;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center
}

.branding-coll:first-child {
    width: 300px;
    margin-right: 20px
}

.branding-coll:last-child {
    width: 670px
}

.branding-baner3 {
    max-width: 1012px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 68px
}

.branding-baner3__item1, .branding-baner3__item2 {
    height: 600px;
    max-width: 300px;
    width: 100%;
    background-color: #f4f4f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px
}

.branding-baner3__item2 {
    max-width: 670px;
    width: 100%;
    height: 398px
}

.branding-baner2 {
    max-width: 900px;
    height: 174px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 61px
}

.branding-baner2__item {
    background-color: #f4f4f4;
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-branding__box {
    border-top: 1px solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 42px;
    margin-bottom: 33px
}

.about-branding__item {
    width: 48.5%;
    margin-bottom: 35px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.about-branding__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__news.mobil-show {
    display: none
}

.comments__describe span {
    display: inline-block
}

.content__news__load.hidden {
    display: none
}

.article__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px
}

.article__item .content__tile-full {
    width: 67% !important;
    margin-bottom: 0
}

.article__item .article__img {
    width: 22%;
    position: relative
}

.article__item .article__img__name, .article__item .article__img__soname {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: auto;
    color: #fff;
    font-family: Vollkorn-Semibold, sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 22px;
    background: #f70;
    text-transform: initial;
    display: inline
}

.article__item .article__img__name {
    bottom: 61px
}

.article__item .article__img__soname {
    bottom: 33px
}

.article__item .article__img img {
    width: 100%
}

.advertising {
    padding: 40px;
    border: 3px solid #f70;
    width: 100%;
    margin: 10px 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.advertising__item {
    width: 31%
}

.advertising__item span {
    display: block;
    color: #1b1c1c;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 8px
}

.advertising__download {
    height: 50px;
    width: 182px;
    border: 1px solid #f70;
    background-color: #fff;
    color: #1b1c1c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .9px;
    line-height: 15px;
    text-align: center;
    font-family: IBMPlexSans-Medium, sans-serif
}

.advertising__download:hover {
    color: #f70
}

.advertising__download img {
    width: 15px;
    margin-right: 8px
}

.advertising__email, .advertising__tel {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
    background: #f70;
    margin-bottom: 5px;
    display: inline-block;
    padding: 0 1px;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.advertising__email {
    padding: 0 5px
}

.banner-block {
    padding: 50px 40px;
    background-color: #f7f7f8;
    margin-bottom: 18px
}

.banner-block span {
    width: 65%;
    text-align: left;
    display: inline-block;
    color: #1b1c1c;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    font-family: CourierPrime-Regular, sans-serif
}

.banner-block span p {
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

.error {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .06);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 23px 0 140px 50px;
    text-align: left
}

.error__box {
    max-width: 465px;
    width: 100%
}

.error__title {
    color: #f70;
    font-family: Vollkorn-Regular, sans-serif;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 17px;
    text-align: left
}

.error__info {
    color: #fff !important;
    font-family: Vollkorn-Regular, sans-serif;
    font-size: 36px !important;
    letter-spacing: 0;
    line-height: 50px;
    background: #f70;
    display: inline-block;
    margin-bottom: 123px;
    text-align: left;
    font-weight: 500 !important;
    padding: 0 10px
}

.error__describe {
    color: #1b1c1c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 50px;
    text-align: left
}

.error__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.error__back, .error__main {
    height: 50px;
    width: 182px;
    font-family: IBMPlexSans-Medium, sans-serif
}

.error__main {
    border: 1px solid #f70;
    background-color: #fff;
    color: #1b1c1c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .9px;
    line-height: 15px;
    text-align: center;
    margin-right: 10px
}

.error__main:hover {
    color: #f70
}

.error__back {
    border: 1px solid #f0f1f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1b1c1c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .9px;
    line-height: 15px;
    text-align: center
}

.error__back:hover {
    border: 1px solid #f70;
    color: #f70
}

.opinion-last {
    display: none
}

.opinion-last.active {
    display: inline
}

.breadcrumb li.opinion-in:after {
    display: none
}

.breadcrumb li.opinion-in.active:after {
    display: inline-block
}

.pagination {
    margin-left: auto !important;
    margin-right: 0;
    margin-bottom: 50px
}

.pagination a {
    font-family: IBMPlexSans-SemiBold, sans-serif;
    font-size: 16px !important;
    line-height: 20px;
    color: #1b1c1c
}

.pagination a .active {
    height: 36px;
    width: 36px;
    display: inline-block !important
}

.materials__item.hidden {
    display: none
}

.about__author-t {
    border-bottom: 1px solid;
    margin-bottom: 20px
}

.about__author-t span {
    color: #1b1c1c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    padding-bottom: 20px;
    display: inline-block;
    font-family: IBMPlexSans-Medium, sans-serif;
    text-transform: uppercase
}

.photo-describe {
    color: grey;
    font-size: 10px;
    line-height: 13px;
    font-family: IBMPlexSans-Light, sans-serif
}

.archive__slider-top .swiper-slide {
    width: 25%;
    height: 100%
}

.archive__slider-top .swiper-slide, .archive__slider-top_ .swiper-slide {
    width: 25%
}

.archive__slider-top .swiper-slide img, .archive__slider-top_ .swiper-slide img {
    width: 115px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 10px;
    background: #fff
}

.archive__slider-top .swiper-slide img {
    width: 93%
}

.archive__slider-top .swiper-slide-thumb-active, .archive__slider-top_ .swiper-slide-thumb-active {
    opacity: 1;
    overflow: visible;
    border: 3px solid #f70
}

.archive__slider-top .swiper-slide-thumb-active {
    opacity: 1
}

.content__box.economics.gallery .content__tile-img:after {
    display: none
}

.content__tile.video .content__tile-img {
    position: relative
}

.content__tile.video .content__tile-img:before {
    content: '';
    background-image: url(/../user/img/video-before.png);
    width: 50px;
    top: 0;
    right: 0;
    -webkit-background-size: cover;
    background-size: cover;
    white-space: nowrap;
    height: 50px;
    position: absolute;
    bottom: 25px;
    padding: 2px 5px;
    z-index: 5;
    opacity: .8;
    background-color: #fff
}

.content__tile.video .content__tile-gall {
    display: none
}

.content__tile-full:hover .content__tile-img img, .content__tile-full:hover .content__tile-link img, .content__tile:hover .content__tile-img img, .content__tile:hover .content__tile-link img {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    -webkit-filter: brightness(.7);
    filter: brightness(.7)
}

.content__tile-img img, .content__tile-link img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.content__tile-link {
    overflow: hidden
}

.content__tile-img {
    overflow: hidden;
    position: relative
}

.content__tile-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 2
}

.content__box.economics.gallery .content__tile.full {
    margin-bottom: 50px
}

.photo-date {
    font-size: 13px !important;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px !important;
    font-family: IBMPlexSans-Light, sans-serif !important;
    top: 20px;
    bottom: auto
}

.content__news__title span {
    color: #f70;
    margin-left: 7px;
    display: inline
}

.materials.author .materials__name {
    color: inherit
}

.advertising__email {
    text-transform: lowercase
}

.appraisal {
    margin: 80px 0
}

.appraisal .content__title h4 {
    margin-bottom: 23px
}

.picture__slider {
    position: relative
}

.picture__slider .photo-pagination {
    position: absolute;
    right: 150px;
    top: 86%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.picture__slider .photo-pagination__time {
    margin-left: 5px;
    color: #96979b;
    font-size: 12px
}

.picture__slider .photo-pagination__date {
    color: #96979b;
    font-size: 12px;
    line-height: 15px;
    font-family: IBMPlexSans-Light, sans-serif
}

.picture__slider .photo-pagination .swiper-container-horizontal > .swiper-pagination-bullets, .picture__slider .photo-pagination .swiper-pagination-custom, .picture__slider .photo-pagination .swiper-pagination-fraction {
    bottom: auto;
    left: auto;
    width: auto;
    right: 0;
    position: relative;
    top: auto;
    margin-bottom: 15px;
    font-size: 12px
}

.picture__slider__describe.change {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0
}

.news-social__link {
    padding: 26px 15px 0 15px !important
}

.news-social__link a {
    width: 18px;
    height: 19px
}

.news-social__link .vk {
    background: url(/../user/img/social/vkontakte.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 18px
}

.news-social__link .vk:hover {
    background: url(/../user/img/social/vkontakte-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-social__link .facebook {
    background: url(/../user/img/social/facebook.svg) no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 0;
    width: 11px
}

.news-social__link .facebook:hover {
    background: url(/../user/img/social/facebook-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-social__link .twitter {
    background: url(/../user/img/social/twitter.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16px
}

.news-social__link .twitter:hover {
    background: url(/../user/img/social/twitter-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-social__link .instagram {
    background: url(/../user/img/social/instagram.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16px
}

.news-social__link .instagram:hover {
    background: url(/../user/img/social/instagram-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-social__link .youtube {
    background: url(/../user/img/social/youtube.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 18px
}

.news-social__link .youtube:hover {
    background: url(/../user/img/social/youtube-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-social__link .telegram {
    background: url(/../user/img/social/telegram.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    width: 16px
}

.news-social__link .telegram:hover {
    background: url(/../user/img/social/telegram-hover.svg) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-social__link .odnoklassniki {
    background: url(/../user/img/social/odnoklassniki.svg) no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    margin-bottom: 22px;
    width: 10px
}

.news-social__link .odnoklassniki:hover {
    background: url(/../user/img/social/odnoklassniki-hover.svg) no-repeat center top;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.breadcrumb {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content__tile-full span {
    z-index: 3
}

.text-hidden.active {
    display: block
}

.pagination-arrow img {
    width: 12px
}

.content__picture .picture__slider__describe {
    margin-top: 30px;
    margin-bottom: 30px
}

.show-mobile {
    display: none
}

.content__flex {
    z-index: 1
}

.picture__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.picture__slider .gallery-top {
    max-width: 650px;
    margin-left: 0
}

.picture__slider .gallery-top .swiper-slide img {
    height: 380px
}

.picture__slider .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.picture__slider .gallery-thumbs {
    max-width: 210px;
    height: auto;
    max-height: 380px;
    margin-right: 0
}

.picture__slider .gallery-thumbs .swiper-wrapper {
    height: 200px
}

.picture__slider .gallery-thumbs .swiper-slide {
    width: 210px;
    height: 123px !important
}

.content__picture.content__transform.padding .gallery-thumbs .swiper-slide {
    height: 117px !important
}

.counter, .eye {
    position: absolute !important;
    bottom: 10px !important;
    right: 12px !important;
    left: auto !important;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-size: 11px !important;
    line-height: 14px !important;
    z-index: 3;
    color: #fff
}

.counter img, .eye img {
    width: 14px !important;
    height: 9px !important;
    margin-right: 5px;
    margin-bottom: -1px
}

.show-mob {
    display: none
}

.content {
    padding-top: 169px
}

.content__block-text {
    margin-top: -3px;
    padding-left: 5px;
    line-height: 20px;
    margin-bottom: 7px
}

.content__block-text .content__news__link {
    padding: 0
}

.content__top-box {
    display: none;
    margin-bottom: 20px
}

.incident .content__tile-link_ {
    font-size: 20px;
    line-height: 28px
}

.slider-arh {
    text-align: center !important
}

.tabs-select {
    width: 120px;
    height: 55px;
    background-color: #f7f7f8;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    padding: 17px 25px;
    font-size: 18px;
    border: none;
    margin-right: 30px
}

.tabs-gallery a.tabs-link, .tabs-gallery label {
    margin-right: 18px;
    font-family: IBMPlexSans-Medium, sans-serif !important
}

.tabs-gallery a.tabs-link:first-of-type, .tabs-gallery label:first-of-type {
    margin-left: 0
}

.content__box.economics.gallery .content__tile .content__tile-img {
    height: 243px;
    position: relative
}

.content__box.economics.gallery .content__tile .content__tile-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__box.economics.gallery .content__tile.full .content__tile-img {
    height: 503px
}

.archive__buttons .advertising__download {
    margin-right: 20px
}

.download-btn, .subscription-btn, .subscription-btn_ {
    padding: 18px 33px;
    height: 50px;
    border: 1px solid #f70;
    background-color: #fff;
    color: #1b1c1c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .9px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: IBMPlexSans-Medium, sans-serif
}

.download-btn:hover, .subscription-btn:hover, .subscription-btn_:hover {
    background: #fff;
    color: #f70;
    border: 1px solid #f70
}

.download-btn {
    text-transform: uppercase;
    max-width: 220px
}

.download-btn, .subscription-btn_ {
    background-color: #f70;
    color: #fff;
    margin-left: 10px
}

.subscription-btn_ {
    text-transform: uppercase
}

.archiv-num .tabs__box .archive {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.archiv-num .tabs__box .archive .archive__bl {
    margin-right: 5%
}

.archiv-num .tabs__box .archive .archive__bl:nth-child(4n+4) {
    margin-right: 0
}

.archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.archive__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 37px 0 23px
}

.archive__arrows__left, .archive__arrows__right {
    color: #1b1c1c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    position: relative;
    text-transform: uppercase;
    font-family: IBMPlexSans-Medium, sans-serif
}

.archive__arrows__left:hover, .archive__arrows__right:hover {
    color: #f70
}

.archive__arrows__left {
    margin-left: 25px
}

.archive__arrows__left:before {
    content: '';
    background: url("/../user/img/newspaper preview/prev issue.svg");
    width: 15px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    left: -25px
}

.archive__arrows__right {
    margin-right: 25px
}

.archive__arrows__right:after {
    content: '';
    background: url("/../user/img/newspaper preview/next issue.svg");
    width: 16px;
    height: 14px;
    margin-left: 5px;
    display: inline-block;
    position: absolute;
    right: -25px
}

.archive .slider-nav-ar- .picture__item {
    max-width: 260px
}

.archive .picture__slider__full img {
    max-width: 100%
}

.archive__slider-bottom {
    width: 100%
}

.archive__slider-top {
    background-color: #f7f7f8;
    padding: 40px;
    width: 100%;
    height: 260px;
    margin-bottom: 30px
}

.archive .picture__item {
    margin-right: 30px
}

.archive__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%
}

.archive__read {
    border: 1px solid #f70;
    height: 35px;
    color: #1b1c1c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .9px;
    line-height: 15px;
    text-align: center;
    font-family: IBMPlexSans-Medium, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85px;
    margin: 9px auto;
    opacity: 0
}

.archive__read:hover {
    background: #f70;
    color: #fff
}

.archive__read:hover .archive__read {
    margin: 10px 0
}

.archive__bl {
    width: 21%;
    height: 422px;
    margin-bottom: 50px
}

.archive__bl:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    padding-top: 42px
}

.archive__bl:hover .archive__top {
    display: none
}

.archive__item {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 26px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 26px 0 rgba(0, 0, 0, .07);
    width: 100%;
    padding: 36px 16px 4px 24px;
    margin-bottom: 45px
}

.archive__item:hover .archive__read {
    opacity: 1
}

.archive__top {
    width: 100%;
    text-align: center;
    padding-top: 10px
}

.archive__date, .archive__number {
    color: #96979b;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center
}

.archive__img {
    width: 100%
}

.archive__img img {
    width: 100%
}

#select-fixed.archive__select.active {
    background: #fff;
    z-index: 9999;
    width: 899px
}

.archive__select {
    border-bottom: 1px solid;
    margin-bottom: 0
}

.archive__select select {
    height: 50px;
    padding: 0 20px;
    background: #f7f7f8;
    border: none;
    outline: 0;
    position: relative
}

.archive__select select:hover:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #f70
}

.form__search {
    margin-bottom: 40px;
    margin-top: -3px
}

.form__search p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.form__search p input:first-child {
    height: 50px;
    border: 1px solid #f0f1f2;
    color: #1b1c1c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    padding-left: 20px;
    width: 82%
}

.form__search p input:first-child::-webkit-input-placeholder {
    color: #1b1c1c;
    text-transform: lowercase
}

.form__search p input:first-child::-moz-placeholder {
    color: #1b1c1c;
    text-transform: lowercase
}

.form__search p input:first-child:-ms-input-placeholder {
    color: #1b1c1c;
    text-transform: lowercase
}

.form__search p input:first-child::-ms-input-placeholder {
    color: #1b1c1c;
    text-transform: lowercase
}

.form__search p input:first-child::placeholder {
    color: #1b1c1c;
    text-transform: lowercase
}

.form__search p button {
    height: 50px;
    width: 18%;
    background-color: #f70;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .9px;
    line-height: 15px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    border: none;
    cursor: pointer
}

.form__search p button img {
    width: 20px;
    height: 20px;
    display: none
}

.form__search p button span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .9px;
    font-family: IBMPlexSans-Medium, sans-serif
}

.tabs.tabs-tegs label:before {
    left: -1px !important
}

.content__main.rubric.tegs .pagination {
    margin-bottom: 30px
}

.archive__select.search .select-tab #selectbox5 + .bv_mainselect {
    max-width: 200px !important;
    width: auto !important
}

.archive__select.search .select-tab #selectbox4 + .bv_mainselect {
    min-width: 185px
}

.archive__select.search .select-tab #selectbox3 ~ .vanilla-calendar {
    left: 390px
}

.archive__select.search .select-tab #selectbox3 + .bv_mainselect {
    width: auto !important
}

.archive__select.search .select-tab #selectbox3 + .bv_mainselect .bv_ul_inner {
    display: none !important
}

.archive__select.search .select-tab #selectbox6 + .bv_mainselect {
    width: 172px !important
}

.materials.full .materials__title {
    margin-bottom: 5px
}

.materials.full .materials__info {
    width: 100%
}

.materials.full .materials__info p {
    color: #1b1c1c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px
}

.materials {
    margin-bottom: 40px
}

.materials__time {
    display: none
}

.materials__times {
    display: none
}

.materials__text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    color: #1b1c1c;
    display: inline-block;
    font-family: IBMPlexSans-Regular, sans-serif;
    margin-bottom: 20px
}

.materials__op {
    width: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.materials__op span {
    margin-left: 5px;
    color: #f70;
    font-size: 12px
}

.materials__op img {
    width: 100%
}

.materials__rubric {
    font-size: 10px;
    color: inherit;
    margin-top: 10px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: .73px;
    font-family: IBMPlexSans-Medium, sans-serif
}

.materials__rubric:hover {
    opacity: .8
}

.materials__item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 19px;
    border-bottom: 1px solid #f0f1f2;
    margin-bottom: 20px
}

.materials__info {
    width: 60%
}

.materials__img {
    width: 272px;
    height: 174px;
    margin-left: 10px;
    position: relative
}

.materials__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.materials__name {
    font-size: 14px;
    color: #96979b;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: inherit;
    margin-right: 10px
}

.materials__name:hover {
    opacity: .8
}

.materials__date {
    color: #96979b;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0;
    font-family: IBMPlexSans-Light, sans-serif
}

.materials__title {
    color: #1b1c1c;
    font-family: Vollkorn-Regular, sans-serif;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 35px;
    margin-bottom: 23px;
    text-transform: initial
}

.materials__title:hover {
    opacity: .8
}

.materials__title span {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    color: #1b1c1c;
    display: inline-block
}

.author-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 19px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.author-box__list {
    width: 25%;
    margin-top: 67px;
    margin-bottom: -3px
}

.author-box__list:nth-of-type(3) {
    padding-left: 18px
}

.author-box__list:nth-of-type(4) {
    padding-left: 36px
}

.author-box__list:nth-of-type(5) {
    padding-left: 55px
}

.author-box__list a {
    color: #1b1c1c;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 12px;
    margin-left: 60px;
    text-transform: capitalize
}

.author-box__list a:hover {
    opacity: .8
}

.author-box__list a span {
    font-weight: 600;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.author-box__list__link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 88px
}

.author-box__list-large {
    color: #f70;
    font-family: Vollkorn-Regular, sans-serif;
    font-size: 60px;
    letter-spacing: 5px;
    line-height: 83px;
    position: absolute;
    top: -66px;
    left: 0
}

.author-box__item {
    margin-bottom: 35px;
    margin-right: 35px;
    width: 17.7%
}

.author-box__item:nth-child(5n+5) {
    margin-right: 0
}

.author-box__title_ {
    color: #1b1c1c;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    margin-bottom: 7px;
    text-transform: initial;
    display: inherit;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.author-box__title_:hover {
    opacity: .8
}

.author-box__position {
    color: #96979b;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center
}

.author-box__img {
    margin-bottom: 23px;
    width: 100%;
    max-width: 220px;
    height: auto
}

.author-box__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.author-box__title {
    color: #1b1c1c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    padding-bottom: 17px;
    width: 100%;
    border-bottom: 1px solid;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: IBMPlexSans-Medium, sans-serif
}

.author-box__title h1 {
    color: #1b1c1c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px
}

.about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 72px
}

.about-box .content__title {
    margin-top: 75px
}

.about-box .content__title h3 {
    margin-bottom: 20px
}

.about-box__title {
    color: #1b1c1c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 10px;
    text-align: left
}

.about-box__link {
    background-color: #f70;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .9px;
    line-height: 15px;
    text-align: center;
    font-family: IBMPlexSans-Medium, sans-serif
}

.about-box__text {
    width: 100%
}

.about-box__right {
    width: 35%;
    margin: 50px 0 50px auto
}

.about-box__right.hidden {
    display: block
}

.about-box__download {
    width: 100%;
    background-color: #f7f7f8;
    padding: 45px 45px 26px;
    margin-bottom: 0;
    text-align: center
}

.about-box__download .about-box__title {
    text-align: center
}

.about-box__download img {
    width: 151px;
    height: 203px
}

.picture.question {
    width: 100%
}

.picture.question img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.opinion__box .opinion__text {
    margin-bottom: 45px
}

.opinion__box.inside .opinion__button {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none;
    letter-spacing: 1px
}

.opinion__box.inside .opinion__button:hover {
    color: #f70
}

.opinion__box.inside .opinion__describe {
    margin-bottom: 0;
    overflow: hidden
}

.opinion__box.inside .opinion__item {
    padding-bottom: 0
}

.opinion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.opinion__text {
    color: #1b1c1c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 15px
}

.opinion__text.hidden {
    display: none
}

.opinion__news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.opinion__news__item {
    width: 30%;
    margin-right: 3%
}

.opinion__news__item .content__tile {
    width: 100%
}

.opinion__news__title {
    color: #1b1c1c;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px
}

.opinion__news__date {
    color: #96979b;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px
}

.opinion__button {
    color: #1b1c1c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .9px;
    line-height: 15px;
    text-align: center;
    font-family: IBMPlexSans-Medium, sans-serif;
    width: 220px;
    border: 1px solid #f70;
    background-color: #fff;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.opinion__name, .opinion__soname {
    color: #fff;
    font-family: Vollkorn-Semibold, sans-serif;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 35px;
    background: #f70;
    padding: 0 1px 0 0;
    margin-bottom: 5px;
    display: inline-block;
    height: 30px
}

.opinion__name {
    padding-right: 7px
}

.opinion__name.line {
    line-height: 32px;
    font-family: Vollkorn-Regular, sans-serif;
    display: inline-block;
    padding: 0 3px 0 1px
}

.opinion__email {
    color: #1b1c1c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: inherit;
    font-family: IBMPlexSans-Bold, sans-serif
}

.opinion__email:hover {
    color: #f70
}

.opinion__position {
    color: #96979b;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 33px
}

.opinion__item {
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #f7f7f8;
    margin-bottom: 17px
}

.opinion__describe {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

.opinion__about {
    width: 65%
}

.opinion__img {
    width: 272px;
    margin-right: 40px;
    min-width: 130px;
    max-height: 300px
}

.opinion__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.pagination-arrow:hover {
    background: #fff !important
}

.opinion__about .header__social {
    max-width: 141px;
    width: 100%;
    margin-bottom: 45px;
    margin-left: 0;
    margin-right: 0
}

.opinion__about .header__social .fa {
    font-size: 20px;
    margin-right: 23px
}

.opinion__about .header__social a.facebook {
    width: 9.75px;
    height: 18.5px;
    -webkit-background-size: cover;
    background-size: cover
}

.opinion__about .header__social a.telegram {
    width: 20px;
    height: 17.5px
}

.opinion__about .header__social a.instagram {
    width: 19.2px;
    height: 19.2px
}

.opinion__about .header__social a.twitter {
    width: 20px;
    height: 17.5px
}

.opinion__news.font .content__tile-top {
    margin-top: 5px
}

.reference__img-name {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px !important;
    font-family: IBMPlexSans-SemiBold, sans-serif !important;
    bottom: 39px;
    left: 125px;
    margin-top: 7px;
    display: inline-block;
    background: #f70;
    color: #fff !important;
    position: absolute;
    padding: 0 5px
}

.picture {
    width: 100%;
    margin-bottom: 55px !important;
    position: relative
}

.picture-photo-desc {
    background-color: rgba(0, 0, 0, .2);
    padding: 5px 11px 5px 7px;
    color: #fff;
    font-family: IBMPlexSans-Regular, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 2px;
    right: 0
}

.picture-photo-desc span {
    opacity: .8;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 14px;
    text-align: right
}

.picture-photo-desc.margin {
    right: 10px;
    padding: 5px 11px 5px 10px
}

.picture__item {
    cursor: pointer
}

.picture__inside.left {
    float: left;
    margin: 0 3em 1em 0
}

.picture__inside.right {
    float: right;
    margin: 0 0 1em 3em
}

.picture__inside.right img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.picture__inside {
    width: 50%;
    margin-bottom: 20px
}

.picture__inside img {
    width: 100%
}

.picture img {
    width: 100%
}

.reference {
    background-color: #f7f7f8;
    padding: 30px 40px;
    margin-top: 125px;
    margin-bottom: 64px
}

.reference--mg {
    margin-top: 43px;
    clear: both
}

.reference__img {
    width: 160px;
    height: 160px;
    margin-top: -100px;
    position: relative;
    margin-left: -10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.reference__img span {
    position: absolute;
    bottom: 35px;
    right: -80px;
    line-height: 20px !important;
    display: inline;
    padding: 0 5px;
    font-size: 15px;
    letter-spacing: 0;
    background: #f70;
    color: #fff !important;
    font-family: Vollkorn-Regular, sans-serif !important
}

.reference__img img {
    width: 100%
}

.reference__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.reference__box .content__news__title {
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.02px;
    line-height: 18px;
    font-family: IBMPlexSans-Medium, sans-serif
}

.reference span {
    color: #1b1c1c;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    bottom: 39px;
    right: -78px;
    margin-top: 7px;
    display: inline-block;
    font-family: IBMPlexSans-Italic, sans-serif
}

.text-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.text-box__title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    background: #f70;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px
}

.text-box__notice {
    border: 3px solid #f70;
    padding: 30px;
    color: #1b1c1c;
    font-family: Vollkorn-Semibold, sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    position: relative;
    max-width: 374px
}

.text-box__notice:before {
    content: url(/../user/img/misc/quote.svg);
    background: #fff;
    position: absolute;
    top: -19px;
    left: 28px;
    padding: 8px 7px 8px 9px
}

.text-box__item:first-child {
    width: 50%
}

.text-box__item:last-child {
    width: 43.5%;
    margin-left: 20px
}

.text-box__item:last-child .text-box__notice {
    max-width: 390px;
    width: 100%;
    font-size: 20px;
    line-height: 30px
}

.news__block.news .text-box.ar-left .text-box__item:first-child {
    width: 43.5%;
    margin-right: 20px
}

.news__block.news .text-box.ar-left .text-box__item:last-child {
    width: 71%;
    padding-left: 0
}

.read-button {
    height: 50px;
    width: 182px;
    font-family: IBMPlexSans-Medium, sans-serif;
    border: 1px solid #f70;
    background-color: #fff;
    color: #1b1c1c;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .9px;
    line-height: 15px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 20px 0
}

.content ul, ol {
    padding-left: 50px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-family: IBMPlexSans-Regular, sans-serif
}

.content ul li, ol li {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 20px;
    padding-left: 10px
}

.content ul li::marker, ol li::marker {
    font-family: Vollkorn-Semibold, sans-serif;
    padding-right: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 12px
}

.content ol {
    list-style-type: none;
    counter-reset: item
}

.content ol li:before {
    content: counter(item) " ";
    counter-increment: item;
    position: absolute;
    left: 27px;
    font-family: Vollkorn-Semibold, sans-serif
}

.content ul li::marker {
    font-size: 26px;
    line-height: 20px
}

.agreements-list ol li a, .agreements-list ul li a {
    text-transform: initial;
    border-bottom: 1px dashed #000;
    line-height: normal;
    margin-bottom: 0
}

.agreements-list ol li a:hover, .agreements-list ul li a:hover {
    opacity: .8
}

.agreements-list ol a, .agreements-list ul a {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 20px
}

.news-social {
    position: absolute;
    right: -10%;
    width: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .08);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.news-social__img {
    width: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer
}

.news-social__img span {
    position: absolute;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    right: -14px;
    bottom: 10px;
    padding-top: 2px;
    text-align: center;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .08);
    color: #1b1c1c;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 14px
}

.news-social__img img {
    width: 18px;
    margin-left: 2px
}

.news-social__link {
    padding: 25px 15px 0 15px;
    border-bottom: 1px solid #f0f1f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.news-social .fa {
    font-size: 18px
}

.news-social a {
    margin-bottom: 18px
}

.subscribe {
    padding: 29px;
    width: 100%;
    border: 3px solid #f70;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.subscribe .facebook {
    margin-right: -15px
}

.subscribe--grey {
    margin-top: 28px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .06);
    border: none
}

.subscribe span {
    margin-left: 32px;
    color: #1b1c1c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.subscribe .header__social .fa {
    font-size: 22px
}

.subscribe .header__social {
    width: 200px;
    margin-top: 3px
}

.subscribe .header__social a {
    width: 19px;
    height: 19px
}

.subscribe .header__social a.facebook {
    width: 9.75px;
    height: 20.5px;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: 7px;
    margin-right: -3px
}

.subscribe .header__social a.telegram {
    width: 20px;
    height: 17.5px
}

.subscribe .header__social a.instagram {
    margin-left: 1px;
    width: 20px;
    height: 20px
}

.subscribe .header__social a.twitter {
    margin-left: -1px;
    width: 20px;
    height: 17.5px
}

.subscribe .header__social a.youtube {
    margin-right: 5px
}

.news__block {
    margin-bottom: 62px;
    position: relative
}

.news__block .content__news__before {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    margin-left: 60px;
    margin-bottom: 20px;
    padding-top: 10px;
    font-family: Vollkorn-Semibold, sans-serif
}

.news__block .content__news__before:before {
    left: -55px
}

.news__block p {
    color: #1b1c1c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 15px
}

.news__block p a {
    color: #1b1c1c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: initial;
    display: inline;
    border-bottom: 1px dashed #96979b
}

.content__box.gallery {
    margin-bottom: 50px
}

.content__box.gallery .content__tile-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px
}

.content__tile.full {
    width: 100%
}

.content__tile.full .content__tile-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px
}

.slider__box_ {
    margin-bottom: 25px;
    background: #f7f7f8
}

.slider__box_ .picture__slider__describe {
    margin-bottom: 20px !important
}

.slider__box_ .picture__slider__describe p {
    width: 80%
}

.slider__box_ .swiper-button-prev {
    background: #f7f7f8;
    padding: 20px;
    left: 0;
    height: 106%;
    top: 15px
}

.slider__box_ .swiper-button-prev:after {
    color: #000;
    content: url("/../user/img/misc/arrow left.svg");
    font-size: 18px
}

.slider__box_ .swiper-button-next {
    background: #f7f7f8;
    padding: 20px;
    right: 0;
    height: 106%;
    top: 15px
}

.slider__box_ .swiper-button-next:after {
    color: #000;
    font-size: 18px;
    content: url("/../user/img/misc/arrow right.svg")
}

.slider__box_ .slider-nav-g {
    position: relative;
    overflow: hidden
}

.slider__box_ .swiper-pagination {
    position: relative;
    display: inline;
    width: auto;
    top: auto;
    bottom: auto
}

.slider__box_ .slider-for-g {
    height: 500px;
    overflow: hidden;
    position: relative
}

.slider__box_ .picture__slider__full {
    height: 500px
}

.slider__box_ .picture__slider__full img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider__box_ .picture__item {
    height: 118px;
    margin-bottom: 5px;
    margin-right: 5px
}

.slider__box_ .picture__slider__full img {
    max-width: 100%;
    margin-bottom: 30px
}

.slider__box_ .slider-nav-g {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 118px
}

.slider__box_ .slider-nav-g .slick-track {
    width: 100%
}

.slider__box_ .slider-nav-g .slick-list.draggable {
    height: 125px
}

.picture__slider__describe a, .picture__slider__describe p {
    color: #1b1c1c;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: initial;
    margin-bottom: 10px
}

.about-box__right {
    float: right;
    margin: 00px 0 50px auto
}

.about-box__right .about-box__link {
    border-bottom: none
}

.about-box__right .about-box__link:hover {
    background: #fff;
    border: 1px solid #f70;
    color: #f70
}

.full-slider {
    background: #f7f7f8
}

.full-slider .swiper-button-prev {
    background: #f7f7f8
}

.full-slider .swiper-button-next {
    background: #f7f7f8
}

.full-slider .picture__slider__full {
    height: 690px
}

.full-slider .slider-for-g {
    height: 690px
}

.full-slider .picture__slider__describe {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.full-slider .picture__slider__describe p {
    width: 100%;
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    color: #1b1c1c
}

.full-slider .picture__slider__describe span {
    display: block;
    font-size: 10px;
    line-height: 13px;
    margin-top: -4px
}

.camera_box, .youtube_box {
    position: relative;
    cursor: pointer
}

.camera_box img, .youtube_box img {
    position: absolute;
    top: 0;
    width: 25px;
    z-index: 0
}

.camera_box input, .youtube_box input {
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.youtube_box {
    margin-left: 22px
}

.camera_ {
    height: 17px;
    width: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.camera_ img {
    width: 100%
}

.youtube_ {
    height: 19px;
    width: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.youtube_ img {
    width: 100%
}

.content__news__cancel {
    background: 0 0;
    outline: 0;
    border: none;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer
}

.content__news__cancel img {
    width: 100%
}

.comments__review__form.no-active {
    display: none
}

.comments__review.active .comments__review__form.no-active {
    display: block
}

.comments__review__form.active {
    display: block;
    margin-left: auto;
    padding-top: 40px
}

.comments__review__form.active textarea {
    margin-top: 15px;
    margin-bottom: 20px
}

.comments__describe .comments__review__likes {
    pointer-events: auto
}

.comments {
    border: 1px solid #f0f1f2;
    padding: 40px;
    margin-bottom: 50px
}

.comments__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative
}

.comments__img.no-active {
    display: none
}

.comments__img.img-bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.comments__img-cl {
    background: #fff;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .08);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    outline: 0;
    border: none;
    left: 87px;
    top: 37px;
    cursor: pointer
}

.comments__img-cl img {
    width: 12.2px;
    height: 12.2px
}

.comments__img-bl {
    width: 50px;
    height: 50px;
    margin-right: 20px
}

.comments__img-bl img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.comments__img-text {
    color: #1b1c1c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    margin-right: 10px;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.comments__img-weight {
    color: #96979b;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px
}

.comments__insert {
    height: 50px;
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.comments__insert a {
    margin: 0 10px
}

.comments__send {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f7f7f8
}

.comments__send .about-box__link {
    width: 30%;
    outline: 0;
    border: none;
    cursor: pointer;
    text-transform: uppercase
}

.comments__send .about-box__link img {
    width: 20px;
    height: 17px;
    margin-right: 5px
}

.comments-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.comments-box__text {
    color: #1b1c1c;
    font-family: Vollkorn-SemiboldItalic, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: inherit
}

.comments-box__text:hover {
    opacity: .8
}

.comments-box__date {
    color: #1b1c1c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    font-family: IBMPlexSans-Medium, sans-serif;
    margin-right: 23px;
    font-weight: 500
}

.comments-box__answer {
    color: #f70;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    position: relative;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    margin-left: 20px
}

.comments-box__answer:before {
    content: '';
    background: url(/../user/img/not.png) no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
    width: 18px;
    height: 18px;
    margin-right: 15px;
    display: inline-block;
    position: absolute;
    left: -23px;
    top: -2px
}

.comments-box__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px
}

.comments-box__item {
    width: 100%;
    padding: 32px 40px;
    background-color: #f7f7f8;
    margin-bottom: 30px
}

.comments__review.feedback {
    margin-left: 45px;
    position: relative;
    padding-top: 5px
}

.comments__review.feedback:hover {
    margin-left: 38px;
    padding-left: 10px
}

.comments__review.feedback:hover:before {
    left: -38px
}

.comments__review.feedback:before {
    content: '';
    background: url(/../user/img/comments/reply.svg);
    width: 20px;
    height: 16px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 7px;
    left: -45px
}

.comments__review {
    padding-top: 3px;
    padding-left: 3px
}

.comments__review__form {
    background: #fff;
    background-color: #fff;
    padding-left: 10px;
    padding-top: 30px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .06)
}

.comments__review__form textarea {
    opacity: .4;
    color: #1b1c1c;
    font-family: IBMPlexSans-Regular, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    border: none;
    width: 100%
}

.comments__review__form .content__news__title {
    margin-bottom: 30px;
    padding-top: 10px
}

.comments__review:hover {
    margin-left: -37px;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: -40px;
    padding-bottom: 0
}

.comments__review:hover .comments__review__reply {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.comments__review__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.comments__review__likes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.comments__review__reply.no-active {
    display: none
}

.comments__review__left {
    width: 54%;
    border-right: 1px solid #f0f1f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.comments__review__left .comments__review__back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px
}

.comments__review__left .comments__review__back:before {
    margin-top: -5px
}

.comments__review__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46%
}

.comments__review__right .comments__review__negative, .comments__review__right .comments__review__positive {
    width: 22px;
    height: 20px;
    cursor: pointer;
    margin-left: 0
}

.comments__review__right .comments__review__negative img, .comments__review__right .comments__review__positive img {
    width: 100%
}

.comments__review__right .comments__review__negative:before, .comments__review__right .comments__review__positive:before {
    display: none
}

.comments__review__right .comments__review__negative {
    margin-left: 5px;
    padding-top: 3px
}

.comments__review__reply {
    background-color: #fff;
    width: auto;
    opacity: 0;
    pointer-events: none;
    margin-top: -10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .08)
}

.comments__review__reply .comments__review__positive {
    margin-right: 10px
}

.comments__review__positive {
    cursor: pointer;
    color: #f70;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    position: relative;
    margin-left: 25px;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    margin-right: 20px
}

.comments__review__positive:before {
    content: '';
    background: url(/../user/img/like.png);
    width: 18px;
    height: 16px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: -25px;
    top: -1px
}

.comments__review__negative {
    cursor: pointer;
    color: #1b1c1c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    position: relative;
    margin-left: 20px;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.comments__review__negative:before {
    content: '';
    background: url(/../user/img/dlike.png);
    width: 18px;
    height: 17px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: -23px;
    top: 2px
}

.comments__review__back {
    cursor: pointer;
    color: #1b1c1c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    position: relative;
    margin-right: 10px
}

.comments__review__back:before {
    content: '';
    background: url(/../user/img/ar.png);
    width: 25px;
    height: 23px;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    margin-right: 5px
}

.comments__review__text {
    color: #1b1c1c;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 10px
}

.comments__review__text:hover + .comments__review__reply {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.comments__review__img {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.comments__review__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.comments__review__title {
    color: #1b1c1c;
    font-family: Vollkorn-Semibold, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    margin-right: 20px
}

.comments__review__date {
    color: #96979b;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
    font-family: IBMPlexSans-Light, sans-serif
}

.comments__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.comments__photo-box {
    position: relative
}

.comments__photo-box span {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 70px;
    right: 0
}

.comments__photo-box span img {
    width: 30px;
    height: 30px
}

.comments__photo {
    max-width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.comments__photo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.comments__name {
    color: #fff;
    font-family: Vollkorn-Semibold, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 23px;
    background-color: #f70;
    margin-bottom: 5px;
    display: inline-block;
    padding: 3px 3px 0 3px
}

.comments__position {
    color: #96979b;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 10px;
    display: block !important
}

.comments__text {
    color: #1b1c1c;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.comments__describe.hidden {
    display: none
}

.comments__describe {
    width: 80%;
    margin-left: 30px
}

.comments__describe .comments__review__likes {
    margin-top: 10px
}

.comments.active .comments__review:hover .comments__review__reply {
    opacity: 1;
    pointer-events: auto
}

.comments.active .comments__review:hover .comments__review__likes {
    opacity: 0
}

.content__notice_.width {
    position: relative;
    width: 100%
}

.content__box.desktop {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__box.desktop .content__tile-full {
    height: 320px
}

.content__box.desktop .content__tile-full img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__box.desktop .content__tile .content__tile-img {
    height: 174px
}

.content__box.desktop .content__tile .content__tile-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__box.politics .content__tile {
    margin-right: 38px
}

.content__box.politics .content__tile:nth-child(3n+1) {
    margin-right: 0
}

.content__box.politics .content__tile .content__tile-img {
    height: 174px;
    margin-bottom: 13px
}

.content__box.politics .content__tile .content__tile-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__box.incident {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__box.economics.gallery {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__date.notice, .content__time.notice {
    position: relative
}

.content__date.notice:before, .content__time.notice:before {
    content: url("/../user/img/article stats/impoortant article.svg");
    position: absolute;
    width: 15px;
    height: 9px;
    top: 20px;
    left: 5px;
    display: block
}

.content__notice_ {
    margin-left: auto;
    padding: 40px;
    border: 3px solid #f70;
    background-color: #fff;
    color: #1b1c1c;
    font-family: Vollkorn-SemiboldItalic, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 38px;
    width: 86%;
    position: relative;
    margin-top: -7.2%;
    top: 88%;
    right: 0;
    margin-bottom: 74px
}

.content-full {
    width: 100% !important
}

.content-full .content__tile {
    width: 31%;
    margin-bottom: 67px
}

.content-full .content__main {
    width: 100% !important
}

.content__gallery-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid;
    padding: 28px 0 18px;
    margin-bottom: 47px
}

.content__gallery-link a {
    color: #1b1c1c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    margin-right: 40px;
    font-family: IBMPlexSans-Medium, sans-serif
}

.content__tile .mark {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .87px;
    line-height: 15px;
    color: #fff;
    height: 21px;
    position: absolute;
    top: 0;
    display: none;
    z-index: 2;
    left: 0;
    padding: 3px 5px;
    background-color: #f70
}

.content__tile-link {
    width: 100%;
    height: 100%
}

.content__tile-gall {
    color: #96979b;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
    font-family: IBMPlexSans-Light, sans-serif;
    text-transform: initial
}

.content__tile-inside {
    position: absolute;
    bottom: 45px;
    left: 50px;
    right: 40px
}

.content__tile-title_ {
    color: #fff;
    font-family: Vollkorn-Regular, sans-serif;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 5px;
    text-transform: initial
}

.content__tile-title {
    margin-top: 10px !important
}

.content__tile-describe {
    opacity: .6;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    display: inline-block;
    margin-bottom: 15px
}

.content__tile-date {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0
}

.content__table {
    width: 100%;
    margin-bottom: 40px;
    overflow-x: auto
}

.content__table table {
    width: 100%
}

.content__table table th {
    text-align: left;
    opacity: .6;
    color: #484848;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 37px;
    font-family: IBMPlexSans-Light, sans-serif
}

.content__table table th:nth-of-type(2) {
    padding: 0 0 0 20px
}

.content__table table th:nth-of-type(3) {
    padding: 0 15px
}

.content__table table th:nth-of-type(4) {
    padding: 0 22px 0 0
}

.content__table table th:nth-of-type(5) {
    padding: 0 27px 0 0
}

.content__table table tr {
    border-bottom: 1px solid #f0f1f2
}

.content__table table tr:first-child {
    border-bottom: 3px solid #1b1c1c;
    padding: 0
}

.content__table table tr td:first-child {
    font-weight: 400;
    padding: 0
}

.content__table table tr td:nth-of-type(2) {
    padding: 0 0 0 20px
}

.content__table table tr td:nth-of-type(2) {
    padding: 0 0 0 16px
}

.content__table table tr td:nth-of-type(4) {
    padding: 0 22px 0 0
}

.content__table table tr td:nth-of-type(5) {
    padding: 0 27px 0 0
}

.content__table table tr td {
    white-space: nowrap;
    padding: 0 10px;
    color: #1b1c1c;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 700
}

.content__video {
    width: 100%;
    position: relative;
    height: 505px;
    cursor: pointer
}

.content__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__video-box {
    margin: 50px 0
}

.content__video-box p {
    font-size: 15px !important;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 30px
}

.content__video:after {
    content: '';
    background-image: url(/../user/img/right-arrow-black-triangle.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -14px;
    width: 30px;
    height: 30px;
    -webkit-background-size: cover;
    background-size: cover
}

.content__video:before {
    content: '';
    background: #fff;
    opacity: .7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px
}

.content__video img {
    width: 100%
}

.content__views {
    position: relative
}

.content__views:before {
    content: '';
    width: 18px;
    height: 11px;
    background-image: url("/../user/img/article stats/view dark.svg");
    display: inline-block;
    -webkit-background-size: contain;
    background-size: contain;
    padding-right: 5px;
    margin-right: 5px;
    margin-bottom: -1px
}

.content__notice.theme a, .content__notice.theme span {
    color: #1b1c1c;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    text-transform: initial;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    margin-right: 14px
}

.content__notice.theme a {
    margin-right: 15px
}

.content__notice.theme a.active {
    color: #f70
}

.content__notice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content__notice span {
    color: #96979b;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 17px;
    margin-right: 30px;
    font-family: IBMPlexSans-Light, sans-serif
}

.content__notice span:last-child {
    margin-right: 0
}

.content__title {
    color: #1b1c1c;
    font-family: Vollkorn-Regular, sans-serif;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 16px
}

.content__title h1 {
    color: #1b1c1c;
    font-family: Vollkorn-Regular, sans-serif;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 50px;
    font-weight: 500
}

.content__title h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 25px
}

.content__title h3 {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500
}

.content__title h4 {
    font-family: IBMPlexSans-SemiBold, sans-serif;
    font-size: 20px;
    line-height: 30px
}

.content__flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content__info {
    width: 100%
}

.content__release {
    background-color: #f1f1f1;
    padding: 35px 50px;
    width: 100%;
    margin-top: 27px
}

.content__release__img {
    max-width: 100%;
    text-align: center;
    width: 100%;
    height: 276px;
    margin-top: 10px
}

.content__release__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__release__title {
    color: #1b1c1c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 4px;
    text-transform: initial;
    display: block;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.content__release span {
    color: #96979b;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 100
}

.content__picture {
    padding: 30px 0;
    background-color: #f7f7f8;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 61px
}

.content__picture__slider__full {
    max-width: 650px;
    width: 100%
}

.content__picture__slider__full p {
    color: #1b1c1c;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px
}

.content__picture__slider__full img {
    width: 100%
}

.content__picture .content__news__title {
    margin-left: 41px;
    width: 90%;
    height: auto;
    line-height: 23px;
    margin-bottom: 25px
}

.content__picture .content__news__title:after {
    display: none
}

.content__choice {
    padding: 40px 0 10px 40px;
    background-color: #f7f7f8;
    width: 100%;
    margin: 33px 0 74px 0
}

.content__choice .content__choice__item > div, .content__choice__describe {
    color: #1b1c1c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    max-width: 220px;
    display: inline;
    font-family: Vollkorn-Regular, sans-serif;
    width: 100%;
    text-transform: initial
}

.content__choice .content__choice__item > div + .js-edit, .content__choice__describe + .js-edit {
    display: inline
}

.content__choice__title {
    color: #1b1c1c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    display: block;
    margin-bottom: 40px;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.content__choice__img {
    max-width: 160px;
    width: 100%;
    height: 120px;
    overflow: hidden;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.content__choice__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__choice__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content__choice__item {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.content__choice__item:hover .content__choice__img img {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    -webkit-filter: brightness(.7);
    filter: brightness(.7)
}

.content__choice__item:hover .content__choice__describe {
    opacity: .8
}

.content__question {
    border: 3px solid #f70;
    padding: 36px 37px 32px;
    color: #1b1c1c;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 38px;
    position: relative;
    margin: 44px 0 60px;
    font-family: Vollkorn-SemiboldItalic, sans-serif
}

.content__question a {
    height: 50px;
    width: 154px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .9px;
    line-height: 15px;
    font-family: IBMPlexSans-Medium, sans-serif;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f70;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -3px;
    right: -3px;
    font-style: initial
}

.content__question a img {
    width: 24px;
    margin-right: 7px
}

.content__question span {
    color: #1b1c1c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    display: block;
    margin-bottom: 12px;
    font-style: initial;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.content__base {
    width: 72.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content__base blockquote {
    width: 100%
}

.content__base .content__news {
    width: 30.5%;
    margin-right: 20px
}

.content__base .content__main {
    width: 65%
}

.content__tile {
    position: relative;
    width: 46.5%;
    margin-bottom: 34px;
    overflow: hidden
}

.content__tile-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content__tile-date {
    color: #96979b;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 15px;
    font-family: IBMPlexSans-Light, sans-serif
}

.content__tile-type {
    color: #1b1c1c;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .73px;
    line-height: 13px;
    font-family: IBMPlexSans-Medium, sans-serif
}

.content__tile-type:hover {
    opacity: .8
}

.content__tile-title {
    display: inline;
    color: #1b1c1c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    font-family: Vollkorn-Regular, sans-serif;
    text-transform: inherit;
    margin-top: 10px
}

.content__tile-title:hover {
    opacity: .8
}

.content__tile-img {
    width: 100%;
    margin-bottom: 24px
}

.content__tile-img img {
    width: 100%
}

.content__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content__date, .content__time {
    color: #1b1c1c;
    font-size: 12px;
    font-weight: 600;
    margin-top: 1px;
    letter-spacing: .5px;
    line-height: 15px;
    margin-right: 4px;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.content__time {
    margin-right: 10px
}

.content__main {
    width: 47%
}

.content__tile-full {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    font-family: Vollkorn-Regular, sans-serif
}

.content__tile-full:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 2
}

.content__tile-full:hover .content__tile-link_ {
    opacity: .8
}

.content__tile-full span {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0;
    position: absolute;
    bottom: 23px;
    left: 30px;
    right: 30px;
    text-transform: initial
}

.content__tile-full img {
    width: 100%
}

.content__news {
    color: #1b1c1c;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    position: relative;
    width: 24.2%
}

.content__news__centre {
    width: 200px;
    height: 286px;
    margin: 22px auto
}

.content__news .content__tile {
    width: 100% !important
}

.content__news .content__tile-img {
    margin-bottom: 5px
}

.content__news .content__tile-title {
    font-weight: 100
}

.content__news__author {
    color: #1b1c1c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px
}

.content__news__position {
    color: #96979b;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 100
}

.content__news__link.video:after {
    content: '';
    background-image: url(../img/after.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px
}

.content__news__before {
    color: #1b1c1c;
    position: relative;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    margin-left: 35px;
    text-transform: inherit;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    margin-top: 14px
}

.content__news__before:before {
    content: '';
    background-image: url(/../user/img/misc/quote.svg);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -35px;
    width: 20px;
    height: 14px;
    top: 1px
}

.content__news__press {
    color: #1b1c1c;
    font-size: 10px;
    letter-spacing: .73px;
    line-height: 13px;
    margin-bottom: 12px;
    margin-top: 5px;
    width: 100%;
    font-family: IBMPlexSans-Medium, sans-serif;
    text-transform: uppercase
}

.content__news__box.bord {
    margin-bottom: 50px
}

.content__news__box.bord .content__news__link {
    padding-bottom: 23px;
    border-bottom: 1px solid #f7f7f8
}

.content__news__box.bord .content__news__link img {
    margin-top: 5px;
    width: 100%
}

.content__news__box.press {
    margin-bottom: 43px;
    overflow: hidden
}

.content__news__box.press .content__news__load {
    margin: 20px 0
}

.content__news__box.press .content__news__load:last-child {
    margin: 20px 0
}

.content__news__box.press .content__news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content__news__box.press .content__news__item:last-child {
    margin-top: 0
}

.content__news__box.press .video .content__news__link:before {
    content: '';
    background-image: url("/../user/img/misc/video preview.svg");
    width: 50px;
    top: 0;
    right: 0;
    -webkit-background-size: cover;
    background-size: cover;
    white-space: nowrap;
    height: 50px;
    position: absolute;
    bottom: 25px;
    padding: 2px 5px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    color: #fff;
    z-index: 5
}

.content__news__box.press .press-name {
    width: auto;
    white-space: nowrap;
    height: 23px;
    position: absolute;
    bottom: 7px;
    padding: 1px 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    color: #fff;
    z-index: 5;
    left: 0;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    background: #f70
}

.content__news__box.press .content__news__link {
    position: relative;
    overflow: hidden;
    padding: 0
}

.content__news__box.opinion {
    margin-bottom: 78px
}

.content__news__box.opinion .content__news__item {
    border-bottom: 1px solid #f0f1f2;
    margin-top: 23px
}

.content__news__box.opinion .content__news__left {
    width: 75%;
    margin-bottom: 25px
}

.content__news__box.opinion .content__news__author {
    text-transform: initial;
    font-family: Vollkorn-Semibold, sans-serif;
    display: block
}

.content__news__box.opinion .content__news__author:hover {
    opacity: .8
}

.content__news__box.opinion .content__news__right {
    width: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 156px
}

.content__news__box.opinion .content__news__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__news__box.opinion .content__news__link {
    padding: 0;
    color: #1b1c1c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 8px;
    display: inline
}

.content__news__box.opinion .content__news__link:hover {
    opacity: .8
}

.content__news__load {
    width: 100%;
    height: 50px;
    color: #1b1c1c;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: IBMPlexSans-Medium, sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: .9px;
    line-height: 15px;
    margin: 16px 0;
    cursor: pointer;
    outline: 0;
    background: 0 0;
    text-align: center;
    border: 1px solid #f0f1f2;
    text-transform: uppercase
}

.content__news__load:hover {
    border: 1px solid #000;
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.content__news__link {
    color: #1b1c1c;
    text-transform: inherit;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    display: inline;
    font-family: IBMPlexSans-Regular, sans-serif
}

.content__news__link:hover {
    opacity: .8
}

.content__news__link img {
    width: 100%
}

.content__news__link img img {
    width: 100%
}

.content__news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 16px
}

.content__news__item.bold .content__news__link {
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.content__news__item.bgc .content__time {
    padding-top: 0;
    margin-top: 0
}

.content__news__item.bgc .content__news__link {
    background-color: #f70;
    color: #fff;
    display: inline;
    position: relative;
    padding: 2px 0;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.content__news__item.bgc .content__news__link span {
    position: relative;
    left: -2px;
    line-height: 20px
}

.content__news__item.bgc .content__news__link:before {
    position: absolute;
    content: '';
    background-color: #f70;
    left: -6px;
    top: 0;
    display: block;
    width: 7px;
    height: 100%
}

.content__news__item.bgc .content__news__link:hover {
    background-color: #96979b;
    color: #fff
}

.content__news__item.bgc .content__news__link:hover:before {
    background-color: #96979b
}

.content__news__item.bgc .content__news__link p {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff
}

.content__news__title {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    color: #1b1c1c;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    text-transform: initial
}

.content__news__title a {
    color: #96979b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    margin-left: 30px;
    display: none
}

.content__news__title:after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #f70;
    position: absolute;
    bottom: 0;
    left: 0
}

.content__tile-link_ {
    color: #fff;
    display: inline;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: initial
}

.content-two .content__news__item.bgc .content__time {
    margin-top: -1px
}

.content__box.incident.order .content__tile-full {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.content__box.incident.order .content__tile {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.live-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.live-box__item {
    width: 48%
}

.content__base.content-two.chronicle {
    margin-bottom: -10px
}

.content__base.content-two.chronicle .content__tile-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content__base.content-two.chronicle .content__tile-link_ {
    font-size: 22px;
    line-height: 32px
}

.content__base.content-two.chronicle .full-date {
    left: 0 !important;
    font-size: 13px !important;
    font-weight: 300;
    line-height: 17px !important;
    margin-bottom: 10px
}

.content__base.content-two.chronicle .content__news .content__news__title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.content__base.content-two.chronicle .content__news .content__news__title:after {
    display: block
}

.content__base.content-two.chronicle .content__news__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content__base.content-two.chronicle .content__news__title:after {
    display: none
}

.content__base.content-two.chronicle .content__news__title span {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    display: inline;
    text-align: center;
    position: relative;
    color: #1b1c1c;
    font-family: Vollkorn-Semibold, sans-serif
}

.content__base.content-two.chronicle .content__news__title span:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #f70;
    position: absolute;
    bottom: 0;
    left: 0
}

.content__base.content-two.chronicle .content__news__link {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.content__base.content-two.chronicle .content__tile-type {
    display: none
}

.content__base.content-two.chronicle .content__tile-top {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.content__base.content-two.chronicle .content__tile-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px
}

.content__base.content-two.chronicle .content__news {
    width: 30%
}

.content__base.content-two.chronicle .content__news .content__news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.content__base.content-two.chronicle .content__news .content__news__item .content__news__link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    margin-bottom: 10px
}

.content__base.content-two.chronicle .content__news .content__news__item .content__date {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-weight: 100;
    color: #96979b
}

.content__base.content-two.chronicle .content__news .content__news__item .content__date span {
    margin-right: 5px
}

.content__base.content-two.chronicle .content__main {
    width: 65.5%
}

.text-hidden {
    display: none
}

.hidden-btn, .show-btn {
    color: #f70;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    outline: 0;
    border: none;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    font-family: IBMPlexSans-Regular, sans-serif;
    border-bottom: 1px dashed #f70
}

.materials.archive.archive-bl .materials__rubric {
    display: block
}

.hidden-mobile {
    display: none
}

.agreements-list ol li ol > li:before {
    margin-top: 2px
}

.news__block.agreements {
    margin-bottom: 70px
}

.news__block.agreements ~ .subscribe {
    padding: 26px;
    margin-bottom: 12px
}

.news__block.agreements .content__title {
    margin-bottom: 4px
}

.news__block.agreements .agreements-margin {
    margin-bottom: -21px
}

.news__block.agreements .content__notice {
    margin-bottom: 52px
}

.news__block.agreements .content__title {
    padding-left: 0
}

.news__block.agreements ol {
    margin-top: 27px;
    margin-left: 0
}

.news__block.agreements ol > li {
    margin-bottom: 15px
}

.news__block.agreements ol > li ol {
    margin-bottom: 51px
}

.news__block.agreements ol > li ol > li {
    margin-left: 9px;
    padding-right: 5px
}

.news__block.agreements ol > li ol > li ol > li {
    margin-left: -12px
}

.content__main.rubric .content__title {
    margin-bottom: 26px
}

.content-two {
    width: 100%;
    margin-bottom: 25px
}

.content-two .content__news {
    width: 24.5%;
    margin-top: -8px
}

.content-two .content__news .content__time {
    margin-right: 15px;
    padding-top: 1px
}

.content-two .content__news .content__news__item {
    margin-top: 18px;
    margin-bottom: 23px
}

.content-two .content__news .content__block-text {
    margin-top: -1px;
    padding-left: 0
}

.content-two .content__news .content__news__load {
    margin: 26px 0
}

.content-two .content__main {
    width: 72.5%
}

.archive-block {
    margin-top: 46px
}

.archive-block .select-tab .bv_mainselect {
    margin-right: 2px
}

.archive-block .archive__select {
    margin-bottom: 15px
}

.archive-block .materials__title {
    margin-top: 15px;
    margin-bottom: 4px
}

.archive-block .materials__text {
    margin-bottom: 15px
}

.news__block.margin {
    margin-bottom: 0
}

.content__main.rubric .tabs .content__box.politics.change {
    margin-bottom: 0
}

.content__main.rubric .tabs .content__box.politics .content__tile-img {
    margin-bottom: 24px
}

.content__main.rubric .tabs .content__box.politics .content__tile {
    margin-bottom: 60px
}

.content__main.rubric .content__box.incident.change .content__tile-full, .content__main.rubric .content__box.incident.change-first .content__tile-full {
    height: 270px;
    margin-bottom: 93px
}

.content__main.rubric .content__box.incident.change .content__tile-img, .content__main.rubric .content__box.incident.change-first .content__tile-img {
    margin-bottom: 24px
}

.content__main.rubric .content__box.content__box--date .content__tile {
    margin-bottom: 39px
}

.content__main.rubric .content__box .content__tile {
    width: 30.3%;
    margin-bottom: 53px
}

.content__main.rubric .content__box .content__tile .content__tile-type {
    display: none
}

.slider__box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.slider-for {
    width: 100%;
    max-width: 650px;
    margin-right: 40px
}

.slider-for_ {
    width: 100%;
    max-width: 650px;
    margin-right: 40px
}

.content__news__text {
    color: #1b1c1c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 30px;
    display: block
}

.info-block.top-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.info-block.top-block__box {
    width: 70%
}

.info-block.top-block .info-block__static {
    line-height: 18px
}

.info-block.top-block .info-block__item {
    margin-right: 55px;
    margin-bottom: 0
}

.info-block.top-block .info-block__item:last-child {
    margin-right: 0
}

.info-block.top-block .info-block__box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.info-block.top-block .info-block__item:first-child .info-block__number {
    font-size: 27px
}

.info-block.top-block .info-block__item:first-child .info-block__number span {
    font-size: 17px
}

.info-block {
    padding: 23px 18px;
    width: 100%;
    border: 2px solid #f70;
    background-color: rgba(255, 119, 0, .05);
    margin-bottom: 40px
}

.info-block__more_ {
    width: 52%
}

.info-block__more_ .info-block__title {
    margin-bottom: 0
}

.info-block__more_ .info-block__title:before {
    display: none
}

.info-block__more_ .info-block__more {
    margin-top: 10px
}

.info-block__more {
    color: #f70;
    font-family: IBMPlexSans-Medium, sans-serif;
    margin-top: 15px;
    position: relative
}

.info-block__more:after {
    content: url("/../user/img/misc/arrow more.svg");
    height: 3px;
    width: 17px;
    display: inline-block;
    position: absolute;
    right: -28px;
    top: 2px
}

.info-block__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.info-block__item:nth-child(2) {
    margin-right: 30px
}

.info-block__item:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px
}

.info-block__item:first-child .info-block__number {
    font-size: 32px;
    line-height: 42px;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    margin-bottom: -5px
}

.info-block__item:first-child .info-block__number span {
    font-size: 18px;
    line-height: 26px;
    margin-left: 10px;
    font-family: IBMPlexSans-Medium, sans-serif
}

.info-block__number {
    color: #1b1c1c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: -3px;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.info-block__number span {
    color: #f70;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    margin-left: 5px;
    font-family: IBMPlexSans-Medium, sans-serif
}

.info-block__static {
    color: #1b1c1c;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    font-family: IBMPlexSans-Regular, sans-serif
}

.info-block__title {
    margin-bottom: 33px;
    color: #1b1c1c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    width: 100%;
    text-transform: initial;
    position: relative
}

.info-block__title:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #f70;
    position: absolute;
    bottom: -17px;
    left: 0
}

.info-block__title:after {
    content: url("/../user/img/misc/arrow more.svg");
    height: 3px;
    width: 17px;
    position: absolute;
    right: 0;
    top: 2px;
    display: none
}

.photo__item {
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px
}

.photo__item a {
    width: 100%
}

.photo__item a p, .photo__item a span {
    position: absolute;
    bottom: 45px;
    left: 10px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    color: #fff;
    padding-right: 10px;
    text-transform: initial
}

.photo__item img {
    width: 100%
}

.hidden-slider {
    display: none;
    width: 100%
}

.slider-nav .slick-prev, .slider-nav_ .slick-prev {
    left: 40%;
    top: auto;
    bottom: 10%;
    background-image: url(../img/arrrow.png);
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 21px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-nav .slick-next, .slider-nav_ .slick-next {
    bottom: 10%;
    left: 40%;
    background-image: url(../img/arrrow.png);
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 21px;
    top: -7%
}

.picture {
    position: relative
}

.picture-in {
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 14px;
    text-align: right;
    color: #fff;
    height: 24px;
    width: 81px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    opacity: .3
}

.picture__slider__describe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 94% !important;
    margin-left: 40px;
    margin-bottom: 0 !important
}

.picture__slider__describe span {
    color: grey;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    white-space: nowrap;
    font-weight: 100;
    font-family: IBMPlexSans-Light, sans-serif;
    margin-top: 5px
}

.picture__slider__full {
    width: 100%
}

.picture__slider__full p {
    padding: 0 40px 0 40px;
    color: #1b1c1c;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px
}

.picture__slider__full img {
    width: 100% !important;
    max-width: 650px;
    margin-bottom: 30px
}

.content__news__item {
    position: relative
}

.picture__item {
    margin-bottom: 5px
}

.picture__item img {
    width: 100%
}

.politics .content__tile {
    width: 30.5%
}

.politics .content__news__title {
    margin-bottom: 20px
}

.incident .content__tile-full {
    width: 65.2%;
    height: 300px
}

.incident .content__tile {
    width: 30.2%
}

.incident .content__news__title {
    margin-bottom: 20px
}

.content__title h1 {
    display: inline
}

.materials.author.change .materials__title-box {
    margin: 35px 0 23px 0
}

.materials.author.change .materials__title-box .materials__title {
    display: inline
}

.news__block.news .updated {
    font-family: IBMPlexSans-Regular, sans-serif;
    color: #96979b;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    margin-left: 5px
}

.banner1, banner2 {
    width: 100%;
    max-width: 300px;
    max-height: 1200px;
    background-color: #f4f4f4;
    margin-bottom: 70px;
    margin-top: 10px
}

.banner2 {
    display: none;
    height: 250px;
    margin: 0 auto
}

.economics .content__tile-full {
    width: 47.8%
}

.economics .content__tile-full span {
    bottom: 20px
}

.economics .content__tile-link_ {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px
}

.economics .content__news__title {
    margin-bottom: 20px
}

.incident .content__tile-link_ {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px
}

.content__news__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.content__box.mobil {
    display: none
}

.content__box.mobil .content__tile-full {
    position: relative
}

.content__box.mobil .content__tile-full img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__box.mobil .content__tile-full:before {
    display: none;
    content: 'ПОЛИТИКА';
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    padding: 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .73px;
    line-height: 13px;
    z-index: 3;
    background-color: #f70
}

.content__box.mobil .content__tile-full:last-child {
    margin-bottom: 0
}

.breadcrumb {
    display: block
}

.breadcrumb-box .breadcrumb {
    width: 35%
}

.breadcrumb {
    margin-top: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0 !important;
    padding-left: 0 !important
}

.breadcrumb-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.breadcrumb li:last-child:after {
    display: none
}

.breadcrumb li {
    list-style-type: none;
    margin-right: 8px;
    letter-spacing: .73px;
    position: relative;
    padding-left: 0 !important;
    line-height: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important
}

.breadcrumb li:after {
    content: '';
    width: 11px;
    height: 2px;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    background-color: #f70;
    display: inline-block;
    margin-left: 3px;
    margin-bottom: 3px
}

.breadcrumb li a {
    color: #1b1c1c;
    font-size: 10px;
    font-weight: 500;
    font-family: IBMPlexSans-Medium, sans-serif;
    letter-spacing: .73px;
    line-height: 13px;
    margin-right: 5px
}

.swiper-container.archive__slider-top, .swiper-container.archive__slider-top_ {
    margin-bottom: 50px;
    width: 90%
}

.content__box.incident .content__tile-full {
    height: 300px;
    margin-bottom: 62px
}

.content__box.incident .content__tile-full img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.content__box.incident .content__tile-img {
    height: 174px;
    margin-bottom: 13px
}

.content__box.incident .content__tile-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__box.economics .content__tile-full {
    height: 270px
}

.content__box.economics .content__tile-full img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__news__box.press .content__news__link {
    height: 180px
}

.content__news__box.press .content__news__link img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__box.politics.hidden-desktop {
    padding-right: 2px
}

.content__box.politics.hidden-desktop .content__tile {
    margin-right: 0
}

.content__news__box.hidden-slider .photo-slider .photo__item {
    height: 300px
}

.content__news__box.hidden-slider .photo-slider .photo__item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.photo-slider .photo__item {
    height: 300px !important
}

.photo-slider .photo__item span {
    position: absolute;
    bottom: 30px;
    color: #fff;
    text-transform: initial;
    left: 20px;
    text-align: left
}

.content__main.rubric .content__tile-full:first-child {
    height: 470px
}

.content__main.rubric .content__tile-full:first-child img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__main.rubric .content__box.economics .content__tile:nth-child(3n+3) {
    margin-right: 0
}

.content__main.rubric .content__box.economics .content__tile:nth-child(3n+1) {
    margin-right: 40px
}

.content__main.rubric .content__tile-img {
    height: 174px
}

.content__main.rubric .content__tile-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__main.rubric .content__tile {
    margin-right: 40px
}

.content__main.rubric .content__tile:nth-child(3n+1) {
    margin-right: 0
}

.content__main.rubric .incident .content__tile {
    margin-right: 0
}

.content__base.chronicle .content__box.economics .content__tile-img {
    height: 340px
}

.content__base.chronicle .content__box.economics .content__tile-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__base.chronicle .news__block .content__tile-full {
    height: 450px
}

.content__base.chronicle .news__block .content__tile-full img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__base.chronicle .news__block .content__tile {
    margin-right: 30px
}

.content__base.chronicle .news__block .content__tile:nth-child(2n+1) {
    margin-right: 0
}

.content__base.chronicle .news__block .content__tile .content__tile-img {
    height: 250px
}

.content__base.chronicle .news__block .content__tile .content__tile-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__box.economics.ch-height .content__tile-full {
    height: 400px
}

.content__box.politics.ch-height .content__tile-img {
    height: 250px
}

.content__box.politics.ch-height .content__tile-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.live-box .content__tile-full.live-height {
    height: 850px;
    margin-bottom: 0
}

.live-box .content__tile-full.live-height .content__tile-date {
    bottom: 0
}

.live-box .content__tile-full.live-height img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.live-box .content__tile-full {
    height: 400px
}

.live-box .content__tile-full img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.article__item .content__tile-full {
    height: 300px
}

.article__item .content__tile-full img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.article__item .article__img {
    height: 300px
}

.article__item .article__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.article__img__soname, .article__item .article__img__name {
    padding: 0 3px
}

.modal {
    display: none;
    position: fixed;
    padding-top: 10%;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, .9)), color-stop(1810%, #000));
    background: -webkit-linear-gradient(rgba(30, 30, 30, .9), #000 1810%);
    background: -o-linear-gradient(rgba(30, 30, 30, .9), #000 1810%);
    background: linear-gradient(rgba(30, 30, 30, .9), #000 1810%)
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 50%
}

.close {
    color: #fff;
    position: absolute;
    top: 95px;
    right: 125px;
    font-size: 35px;
    font-weight: 700
}

.close:focus, .close:hover {
    color: #999;
    text-decoration: none;
    cursor: pointer
}

.mySlides {
    display: none;
    height: 500px
}

.mySlides img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.next, .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.next {
    right: 0;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.next:hover, .prev:hover {
    background-color: rgba(0, 0, 0, .8)
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.caption-container {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff
}

img.demo {
    opacity: .6
}

.active, .demo:hover {
    opacity: 1
}

img.hover-shadow {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hover-shadow:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.slider__box_ {
    overflow: hidden
}

.author-hidden {
    display: none
}

.tabs-select option {
    border: 2px solid #00f
}

.archive__select .cont_heg_50 {
    position: absolute;
    height: 50%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fd7b52
}

.archive__select .icon_select_mate {
    position: absolute;
    top: 14px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    -webkit-transition: all 275ms;
    -o-transition: all 275ms;
    transition: all 275ms
}

.archive__select .select_mate {
    min-width: 195px;
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 35px;
    padding-left: 15px;
    height: 50px;
    color: #777;
    font-weight: 300;
    background: #f7f7f8;
    -webkit-box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, .3);
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, .3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 375ms ease-in-out;
    -o-transition: all 375ms ease-in-out;
    transition: all 375ms ease-in-out
}

.archive__select .select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0;
    opacity: 0;
    z-index: -1
}

.archive__select .cont_list_select_mate {
    position: relative;
    width: 100%;
    margin-left: -15px;
    margin-top: -10px
}

.archive__select .cont_select_int {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0 !important;
    z-index: 999;
    overflow: hidden;
    height: 0;
    width: 136%;
    padding: 0 10px !important;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all 375ms ease-in-out;
    -o-transition: all 375ms ease-in-out;
    transition: all 375ms ease-in-out;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .06)
}

.archive__select .cont_select_int li {
    position: relative;
    float: left;
    width: 96%;
    font-size: 14px !important;
    line-height: inherit !important;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0 !important;
    -webkit-transition: all 275ms ease-in-out;
    -o-transition: all 275ms ease-in-out;
    transition: all 275ms ease-in-out;
    display: block;
    font-weight: 700;
    color: #1b1c1c;
    cursor: pointer
}

.archive__select .cont_select_int li:first-child {
    padding-top: 19px
}

.archive__select .cont_select_int li:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 0
}

.archive__select .cont_select_int li:hover {
    color: #f70
}

.archive__select .cont_select_int .active {
    color: #f70
}

.archive__select .selecionado_opcion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
    cursor: pointer;
    font-size: 14px !important
}

.archive-news .select_mate {
    min-width: 140px
}

.archive-news .cont_select_int {
    width: 154%
}

.select-tab.select-margin {
    margin-right: 40px
}

.select-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.select-tab {
    border: none !important;
    position: relative
}

.select-tab .vanilla-calendar {
    display: none
}

.select-tab .vanilla-calendar.active {
    display: block
}

.select-tab .vanilla-calendar .vanilla-calendar-header {
    padding: 0
}

.select-tab .vanilla-calendar-body {
    padding-bottom: 0 !important
}

.select-tab .vanilla-calendar.calendar- {
    padding: 19px 0 24px
}

.select-tab .vanilla-calendar {
    position: absolute;
    background: #fff;
    z-index: 9;
    top: 55px
}

.select-tab .bv_atual {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto !important;
    background-color: #f7f7f8;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 18px 52px 18px 28px;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap
}

.select-tab .select-tab .bv_atual {
    width: auto !important;
    color: #1b1c1c;
    font-family: IBMPlexSans-Regular, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: lowercase
}

.select-tab .bv_ul_inner {
    margin: auto !important;
    padding: 0 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .06);
    border: none;
    bottom: auto !important;
    position: absolute !important;
    top: 1px;
    right: 1px;
    z-index: 10
}

.select-tab .bv_ul_inner li.active {
    color: #f70
}

.select-tab .bv_ul_inner .nofocus.active {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0
}

.select-tab .bv_ul_inner li:nth-of-type(1) {
    color: #f70
}

.select-tab .bv_ul_inner li {
    font-size: 15px !important;
    margin-bottom: 15px !important;
    line-height: 19px !important;
    font-weight: 700;
    font-family: IBMPlexSans-Bold, sans-serif;
    letter-spacing: 1px;
    margin-left: 20px;
    color: #1b1c1c;
    padding: 0 16px 0 10px !important;
    text-transform: lowercase
}

.select-tab .bv_ul_inner li:first-child {
    margin-top: 9px
}

.select-tab .bv_ul_inner li:hover {
    background-color: #fff
}

.select-tab .bv_mainselect {
    padding: 0;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    margin-bottom: 2px
}

.select-tab .arrow {
    margin-left: 10px;
    border-width: 0 2px 2px 0;
    margin-top: 5px;
    position: absolute;
    top: 15px;
    right: 25px
}

.select-tab .bv_ul_mobile li {
    padding: 5px 10px !important
}

.agreements-list ol {
    list-style: none;
    counter-reset: li
}

.agreements-list li:before {
    counter-increment: li !important;
    content: counters(li, ".") "   " "   " !important;
    font-family: Vollkorn-Semibold, sans-serif !important;
    font-weight: 600 !important;
    margin-right: 5px !important;
    position: relative !important;
    left: auto !important
}

.archive.bgc {
    background: #f7f7f8;
    margin-top: -50px;
    position: relative
}

.archive.bgc .slider-nav-ar .swiper-button-next, .archive.bgc .slider-nav-ar .swiper-button-prev {
    top: 10px
}

.archive.bgc .swiper-button-next, .archive.bgc .swiper-button-prev {
    top: 125px
}

.archive.bgc .swiper-button-next:after, .archive.bgc .swiper-button-prev:after {
    color: #000;
    font-size: 22px
}

.archive.bgc .archive__slider-bottom, .archive.bgc .archive__slider-bottom_ {
    background: #fff;
    padding-top: 10px;
    -webkit-box-shadow: 0 10px 26px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 26px 0 rgba(0, 0, 0, .07)
}

.archive.bgc .swiper-container.archive__slider-top, .archive.bgc .swiper-container.archive__slider-top_ {
    margin-bottom: 40px;
    margin-top: 40px;
    width: 92%
}

.slider-arh .tabs__box .swiper-button-prev::after {
    content: url("/../user/img/newspaper preview/prev page.svg")
}

.slider-arh .tabs__box .swiper-button-next::after {
    content: url("/../user/img/newspaper preview/next page.svg")
}

.slider-arh .tabsNavBtn {
    color: #1b1c1c;
    font-family: IBMPlexSans-Medium, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 15px;
    outline: 0;
    background: 0 0;
    border: none;
    text-transform: uppercase;
    padding-bottom: 15px;
    cursor: pointer
}

.slider-arh .tabsNavBtn.tabsActive {
    border-bottom: 3px solid #f70
}

.tabsItem1 {
    display: none
}

.tabsItem1.tabsActive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important
}

.archive-bl .materials__info, .archive-bl .materials__text {
    width: 100%
}

.archive__slider-bottom_ {
    -webkit-box-shadow: 0 10px 26px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 10px 26px 0 rgba(0, 0, 0, .07)
}

.advertising__download.hidden-desk {
    display: none
}

.gallery-thumbs .swiper-slide {
    cursor: pointer
}

.picture__slider .gallery-thumbs {
    cursor: -webkit-grab;
    cursor: grab
}

.content__base.content-two.chronicle .content__news .content__news__box .content__news__link {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.content__base.content-two.chronicle .content__news .content__news__box .content__time {
    color: #96979b;
    font-size: 13px;
    font-weight: 300;
    min-width: 100%;
    text-align: left;
    letter-spacing: 0;
    line-height: 17px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-family: IBMPlexSans-Light, sans-serif
}

.content__base.content-two.chronicle .content__news .content__news__box .content__news__link {
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.content__base.content-two.chronicle .news__block .content__tile-full span .content__tile-link_ {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 50px
}

.content__base.content-two.chronicle .content__box.economics.ch-height .content__tile-date, .content__base.content-two.chronicle .live-box .content__tile-date {
    position: relative;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
    left: 0;
    margin-top: 17px;
    bottom: 10px;
    display: block;
    opacity: .8
}

.content__base.content-two.chronicle .content__box.economics.ch-height .content__tile-link, .content__base.content-two.chronicle .live-box .content__tile-link {
    -webkit-filter: brightness(.8);
    filter: brightness(.8)
}

.content__picture-link {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    color: #fff;
    font-family: IBMPlexSans-SemiBold, sans-serif;
    text-transform: initial
}

.content__time span {
    margin-right: 5px
}

.content__picture-day {
    display: none
}

.content__picture-day .content__tile-img:after {
    display: none
}

.content__picture-day.video {
    position: relative
}

.content__picture-day.video:before {
    content: '';
    background-image: url(/../user/img/video-before.png);
    width: 50px;
    top: 0;
    right: -17px;
    -webkit-background-size: cover;
    background-size: cover;
    white-space: nowrap;
    height: 50px;
    position: absolute;
    bottom: 25px;
    padding: 2px 5px;
    z-index: 5
}

.content__picture-top {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    position: relative;
    font-family: IBMPlexSans-SemiBold, sans-serif
}

.content__picture-top:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0
}

.content__picture-about {
    width: 100%;
    background: rgba(255, 119, 0, .8);
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.content__picture-day {
    width: 100%
}

.content__picture-day .content__tile {
    height: 440px
}

.content__picture-day .content__tile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.content__box.economics.two .content__tile {
    width: 47.9%
}

.subscribe .header__social.chronicle {
    width: 112px;
    margin: 0;
    height: 100%
}

.subscribe .header__social.chronicle a {
    width: 50px;
    height: 50px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.subscribe .header__social.chronicle .telegram {
    background: url(/../user/img/telegr-bgc.png) no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover
}

.subscribe .header__social.chronicle .instagram {
    background: url(/../user/img/insta-bgc.png) no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover
}

.quote {
    display: none
}

.news__block.question .comments__review {
    margin-left: -45px;
    padding-left: 50px;
    padding-right: 45px;
    margin-right: -45px;
    padding-bottom: 0;
    margin-bottom: 10px
}

.news__block.question .comments.active .comments__review:hover {
    background: #f7f7f8
}

.news__block.question .comments__review.feedback {
    padding-left: 98px
}

.news__block.question .comments__review.feedback:before {
    left: 45px
}

.news__block.question .comments__review.feedback .comments__review__form {
    margin-left: -97px
}

.news__block.question .comments__review__form {
    margin-left: -50px;
    margin-right: -45px;
    padding-left: 50px;
    margin-bottom: 30px
}

.news__block.question .comments__img-cl {
    left: 37px
}

.news__block.question .comments__send {
    margin-left: -50px
}

.comments__review__reply {
    margin-bottom: -3px;
    width: 240px;
    height: 51px;
    margin-top: -14px;
    margin-left: 2px
}

@media screen and (max-width: 1500px) {
    .news-social.fixed {
        right: 5px
    }

    .zoom {
        left: 15px;
        margin-left: 0;
        z-index: 9
    }
}

@media screen and (max-width: 1360px) {
    .content__main.padding .politics .content__tile {
        width: 30%
    }

    .content__transform.padding .picture__slider .gallery-top {
        max-width: 570px
    }

    .content__transform.padding .swiper-button-next {
        right: 26%
    }
}

@media screen and (max-width: 1300px) {
    .slider__box_ .swiper-button-prev {
        top: 22px
    }

    .slider__box_ .swiper-button-next {
        top: 22px
    }
}

@media screen and (max-width: 1265px) {
    #select-fixed.archive__select.active {
        width: 70.5%
    }
}

@media (max-width: 1200px) {
    .vanilla-calendar {
        width: 386px !important
    }
}

@media screen and (max-width: 1100px) {
    .opinion + .banner3 {
        display: none
    }
}

@media screen and (max-width: 1100px) and (min-width: 701px) {
    .main-page .politics {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-page .politics .content__tile {
        width: 30.5% !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 992px) and (min-width: 701px) {
    .content__main.rubric .content__box {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .content__main.rubric .content__box .content__tile {
        width: 30.5% !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 1270px) and (min-width: 1100px) {
    .politics .content__tile {
        width: 30%
    }

    .content__main.rubric .content__box .content__tile {
        width: 29.5%
    }
}

@media screen and (max-width: 1250px) {
    .author-box__item {
        width: 17.3%
    }
}

@media screen and (max-width: 1100px) {
    .content__base {
        width: 100%;
        float: none
    }

    .content__news__box.press .content__news__item:last-child {
        margin-top: 20px
    }

    .archive__img img {
        height: 250px
    }

    .header__top.culture ~ .header__menu .header__search {
        margin-right: 0
    }

    .archive__select.search .select-tab #selectbox3 ~ .vanilla-calendar {
        left: 0
    }

    .archive__select.search .select-tab #selectbox5 + .bv_mainselect {
        width: auto !important
    }

    #select-fixed.archive__select.active {
        width: 675px
    }

    .author-box__item {
        width: 18.5%
    }

    .content__transform.padding .swiper-button-prev {
        left: 0
    }

    .content__transform.padding .swiper-button-prev:after {
        color: #fff
    }

    .content__transform.padding .swiper-button-next {
        right: 34%
    }

    .content__transform.padding .swiper-button-next:after {
        color: #fff
    }

    .content__transform.padding {
        padding: 40px 0
    }

    .comments__describe.hidden {
        display: block;
        width: auto;
        margin-left: 20px
    }

    .comments__describe.hidden ~ .comments__describe .comments__name, .comments__describe.hidden ~ .comments__describe .comments__position {
        display: none !important
    }

    .comments__describe {
        width: 100%;
        margin-left: 0;
        margin-top: 15px
    }

    .content__base.content-two.chronicle .content__tile.video .content__tile-img:before {
        width: 50px;
        height: 50px
    }

    .content__base.content-two.chronicle .content__tile.video .content__tile-img:after {
        margin-right: 2px
    }

    .news-social.fixed {
        margin-left: auto;
        right: 15px
    }

    .news-social.fixed-full {
        margin-left: 880px
    }

    .archiv-num a.tabs-link, .archiv-num label {
        display: none
    }

    .select-tab.hidden {
        display: inline-block !important
    }

    .archiv-num .select-tab {
        margin-right: 0
    }

    .content__release__img {
        height: auto
    }

    .slider-arh .archive.bgc .swiper-button-next, .slider-arh .archive.bgc .swiper-button-prev {
        top: 7%
    }

    .archive__select .select_mate {
        width: 49%
    }

    .archive__select .cont_select_int {
        width: 117%
    }

    .content__box.politics.change .content__tile {
        width: 29%
    }

    .author-box__item {
        margin-right: 15px
    }

    .content__base.chronicle .news__block .content__tile {
        margin-right: 24px
    }

    .content__main.rubric .content__box .content__tile {
        width: 29%
    }

    .content__notice_ {
        font-size: 22px;
        line-height: 30px
    }

    .content__news__flex .content__box, .content__news__flex .content__release {
        width: 49%
    }

    .content__news__flex .content__news__box.bord {
        width: 100%
    }

    .content__news__flex .content__news__box.bord .content__news__link {
        width: 100%
    }

    .content__news__flex .content__news__box.opinion, .content__news__flex .content__news__box.press {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }

    .content__news__flex .content__news__box.opinion .content__news__item, .content__news__flex .content__news__box.press .content__news__item {
        width: 47%
    }

    .content__base.chronicle .content__box.economics .content__tile-img {
        height: 250px !important
    }

    .content__picture.news .slider__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content__picture.news .picture__item {
        height: 125px
    }

    .content__news {
        float: none;
        width: 100%
    }

    .banner2 {
        display: block;
        background-color: #f4f4f4;
        margin-bottom: 70px;
        max-width: 300px
    }

    .banner1 {
        display: none
    }

    .archive.bgc .archive__slider-top ~ .swiper-button-next, .archive.bgc .archive__slider-top ~ .swiper-button-prev {
        top: 14%
    }
}

@media screen and (max-width: 1050px) {
    .news-social {
        right: 0
    }
}

@media screen and (max-width: 992px) {
    .content__choice__img {
        margin-left: 5px
    }

    #tabOne .author-box, #tabTwo .author-box {
        grid-template-columns:repeat(auto-fit, minmax(20%, 1fr))
    }

    .content__picture .swiper-wrapper + .swiper-notification {
        position: absolute;
        min-height: auto;
        display: inline
    }

    .archive__img img {
        height: 550px
    }

    .archiv-num .tabs__box .archive .archive__bl:nth-child(4n+4) {
        margin-right: 5%
    }

    .content__news.hide.error-box {
        margin-top: 40px
    }

    .content ol li:before {
        left: 5px
    }

    #select-fixed.archive__select.active {
        width: 96%
    }

    .author-box__item {
        width: 23.6%
    }

    .content.content__flex.chronic {
        padding-top: 130px
    }

    .author-box__item {
        margin-right: 10px
    }

    .author-box__item:nth-child(4n+4), .author-box__item:nth-child(5n+5) {
        margin-right: 10px
    }

    .about-box__right {
        margin-top: 0
    }

    .content__transform.padding .swiper-button-next, .content__transform.padding .swiper-button-prev {
        display: none
    }

    .hidden-slider-mob {
        display: none
    }

    .content__transform.padding .picture__slider .photo-pagination {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px 20px 0
    }

    .content__picture.content__transform .picture__slider__describe.hidden-slider-desc {
        display: block !important;
        margin-left: 20px;
        margin-top: 0;
        margin-bottom: 0 !important
    }

    .content__picture.content__transform .picture__slider__describe.hidden-slider-desc .photo-describe {
        font-size: 13px;
        line-height: 17px
    }

    .info-block__more_ {
        width: 100%
    }

    .info-block.top-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .info-block__item:first-child .info-block__number {
        font-size: 22px
    }

    .info-block__item:first-child .info-block__number span {
        font-size: 12px
    }

    .opinion__about .header__social a {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .content__base.content-two.chronicle .content__tile.video .content__tile-img:after {
        margin-top: -21px
    }

    .news-social.fixed-full {
        margin-left: 640px
    }

    .news-social.fixed {
        top: -80px
    }

    .content__base.content-two.chronicle .content__news .content__news__box .content__news__link {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 5px;
        margin-bottom: 0
    }

    .content-sub {
        width: 50px;
        height: 50px;
        margin-right: -15px;
        background: #f70;
        padding: 10px 10px 10px 16px
    }

    .content__top-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .content__top-box .content__title {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .breadcrumb-box.hide {
        display: none
    }

    .breadcrumb-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .breadcrumb-box .breadcrumb {
        width: 100%
    }

    .breadcrumb-box .subscription-btn_ {
        margin-left: 0;
        margin-bottom: 20px
    }

    .breadcrumb-box .archive__buttons {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .slider-arh .archive.bgc .swiper-button-next, .slider-arh .archive.bgc .swiper-button-prev {
        display: none
    }

    .advertising {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .advertising__item {
        width: auto
    }

    .advertising__email, .advertising__tel {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 20px
    }

    .picture__slider .gallery-top {
        margin-bottom: 30px
    }

    .content__picture .picture__slider__describe {
        margin-left: 30px
    }

    .content__tile.video .content__tile-img:after {
        top: 35px;
        right: 12px;
        left: auto
    }

    .slider__box_ .swiper-button-next, .slider__box_ .swiper-button-prev {
        top: 22px
    }

    .slider__box_ .picture__slider__full {
        height: 400px
    }

    .slider__box_ .slider-for-g {
        height: 400px
    }

    .modal-content {
        width: 65%
    }

    .mySlides {
        height: 300px
    }

    .close {
        right: 40px
    }

    .content__box.politics .content__tile {
        margin-right: 30px
    }

    .comments__describe {
        width: 100%
    }

    .content__picture.content__transform {
        display: block
    }

    .content__picture.content__transform .swiper.picture__slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content__picture.content__transform .picture__slider .gallery-top {
        max-width: 100%
    }

    .content__picture.content__transform .picture__slider .gallery-thumbs {
        max-width: 100%
    }

    .content {
        padding-top: 130px
    }

    .archive__bl {
        width: 49%;
        height: auto
    }

    .tabs.tabs-gallery.archiv-num .select-tab {
        margin-right: 0
    }

    .content__tile-title_ {
        font-size: 22px;
        line-height: 31px
    }

    .content__base.content-two.chronicle .content__main {
        width: 100%
    }

    .content__base.content-two.chronicle .content__news {
        width: 100%
    }

    .content-two .content__news__item {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .content ul li, ol li {
        margin-bottom: 5px
    }

    .content ul, ol {
        padding-left: 22px
    }

    .hidden-slider {
        display: block
    }

    .content__picture {
        display: none
    }

    .content-two .content__main {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .content-two .content__news {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .about-box__text {
        width: 100%
    }

    .about-box__right {
        width: 50%
    }

    .author-box__list {
        width: 50%
    }

    .error {
        margin-bottom: 30px
    }

    .archive__bl {
        width: 47%
    }

    .archiv-num .tabs__box .archive .archive__bl:nth-child(2) {
        margin-right: 0
    }
}

@media screen and (max-width: 850px) {
    .archive__img img {
        height: 490px
    }
}

@media screen and (max-width: 768px) {
    .footer__box:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header {
        z-index: 9
    }

    .container {
        z-index: 8
    }

    #tabOne .author-box, #tabTwo .author-box {
        grid-template-columns:repeat(auto-fit, minmax(25%, 1fr))
    }

    .advertising__download.hidden-desk {
        text-align: center;
        margin: 30px auto
    }

    .archive__img img {
        height: 420px
    }

    .materials.author.change .materials__title-box {
        margin: 0 0 23px 0
    }

    .reference__img-name {
        bottom: 16px;
        left: 58px
    }

    .news__block.news .text-box.width .text-box__item:last-child {
        padding-left: 0;
        margin-left: 0
    }

    .news__block.news .text-box.width .text-box__item:first-child {
        width: 100%
    }

    .politics .content__tile {
        width: 29.5%
    }

    .author-box__item {
        width: 47% !important
    }

    .author-box__item .author-box__img {
        margin-bottom: 23px;
        width: 100%;
        max-width: 100%
    }

    .author-box__item {
        margin-right: 20px
    }

    .author-box__item:nth-child(3n+3), .author-box__item:nth-child(4n+4), .author-box__item:nth-child(5n+5) {
        margin-right: 20px
    }

    .author-box__item:nth-child(2n+2) {
        margin-right: 0
    }

    .zoom {
        display: none
    }

    .news-social.fixed {
        margin-left: 0;
        right: 15px
    }

    .advertising__download.hidden-desk {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .reference {
        padding: 15px
    }

    .picture__inside {
        width: 100%
    }

    .reference__img {
        width: 100px;
        height: 100px;
        margin-top: -57px
    }

    .reference__img span {
        bottom: 11px;
        font-size: 13px
    }

    .text-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .text-box .text-box__item {
        width: 100%
    }

    .text-box .text-box__notice {
        max-width: 100%
    }

    .materials__title {
        margin-top: 0
    }
}

@media screen and (max-width: 700px) {
    .content__base .content__news {
        width: 100%;
        margin-right: 0
    }

    .content__main.rubric .news__block.margin .content__box .mob_project_banner {
        display: block
    }

    .tabs__box .opinion__news.font .opinion__news__item {
        width: 100%
    }

    .tabs__box .opinion__news {
        grid-template-columns:repeat(auto-fit, minmax(100%, 1fr))
    }

    .main-page .content__box .content__tile-top {
        display: none
    }

    .chronicle .content__box.politics.ch-height.chronicle .content__tile-top + div .js-edit {
        color: #000
    }

    .content__news__box.press .content__news__item:last-child {
        margin-top: 0
    }

    .main-page .content__tile .content__tile-img {
        margin-bottom: 0 !important
    }

    .iframe-container iframe {
        width: 100%
    }

    .content__base.content-two .content__tile {
        margin-bottom: 20px !important
    }

    .content__tile-title + .js-edit {
        color: #fff;
        display: inline
    }

    .chronicle .news__block .content__tile-title + .js-edit {
        color: #000
    }

    .picture.without {
        width: 100%;
        left: auto
    }

    .about__author.archive-block .select-tab.select-flex .arrow {
        right: 27px
    }

    .about-box__right.mob {
        display: block;
        float: left;
        width: 70%
    }

    .about-box__right.hidden {
        display: none
    }

    .content__box.economics.gallery .counter {
        left: 0 !important
    }

    .comments__send .about-box__link {
        width: 40%
    }

    .content__tile-info .content__tile-title {
        margin-top: 0 !important
    }

    .news__block p iframe {
        width: 100%
    }

    .content__tile-full .mark {
        display: block
    }

    .news__block.news table table {
        width: 100%
    }

    .news__block.news table table img {
        width: 100%
    }

    .content__main.padding {
        padding-right: 0
    }

    .materials__item .show-mob {
        display: none
    }

    .advertising.contacts {
        padding: 35px 40px
    }

    .advertising__email {
        margin-bottom: 0
    }

    .slider__box_.full-slider .picture-photo-n {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
        top: auto
    }

    .slider__box_ .slider-for-g .swiper-button-next, .slider__box_ .slider-for-g .swiper-button-prev {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: 0 0
    }

    .slider__box_ .slider-for-g .swiper-button-next:after, .slider__box_ .slider-for-g .swiper-button-prev:after {
        color: #fff
    }

    .slider__box_.full-slider .picture__slider__describe span {
        display: none
    }

    .slider__box_.full-slider .picture__slider__describe p {
        font-size: 18px;
        line-height: 26px
    }

    .content__notice.slider__box_for .content__photo {
        display: none
    }

    .slider__box_for ~ .slider__box_ {
        background: 0 0
    }

    .slider__box_for ~ .slider__box_ .photo-d {
        display: none
    }

    .rubric .content__tile-link_ {
        font-size: 22px;
        line-height: 31px
    }

    .politics .content__news__title {
        margin-top: 20px
    }

    .materials.archive.archive-bl .counter, .materials.archive.archive-bl .eye {
        color: #ccc;
        top: 4px !important;
        font-size: 13px;
        line-height: 17px
    }

    .info-block__item:last-child {
        margin-right: 0
    }

    .content__tile-inside {
        left: 30px;
        right: 30px;
        bottom: 33px
    }

    .content__base .content__picture-day .content__tile {
        position: relative;
        width: 100vw !important;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .content__tile-full.live-height .content__tile-inside p {
        display: none
    }

    .counter, .eye {
        top: 7px !important
    }

    .chronicle .eye {
        top: auto !important;
        bottom: 10px !important
    }

    .chronicle .ch-height .content__tile-full .counter, .chronicle .ch-height .content__tile-full .eye {
        bottom: 25px !important;
        right: 35px !important
    }

    .chronicle .content__tile-full.live-height .counter, .chronicle .content__tile-full.live-height .eye {
        top: auto !important;
        bottom: 40px !important;
        right: 60px !important
    }

    .show-mob {
        display: block
    }

    .info-block.top-block .info-block__title {
        margin-bottom: 15px
    }

    .info-block.top-block .info-block__item {
        margin-right: 15px
    }

    .info-block__title:before {
        display: none
    }

    .info-block__title:after {
        display: inline-block
    }

    .info-block__item:first-child .info-block__number {
        font-size: 22px;
        line-height: 29px;
        margin-top: -4px
    }

    .info-block__item {
        margin-right: 15px
    }

    .info-block__item:nth-child(2) {
        margin-right: 15px
    }

    .info-block__title {
        margin-bottom: 15px
    }

    .info-block__item:first-child .info-block__number span {
        margin-left: 5px;
        font-size: 12px
    }

    .info-block__number span {
        font-family: IBMPlexSans-Light, sans-serif
    }

    .info-block__more {
        display: none
    }

    .appraisal {
        margin: 40px 0
    }

    .reference {
        margin-top: 80px;
        margin-bottom: 40px
    }

    .content__news__item {
        margin-top: 15px
    }

    .content__base.chronicle .news__block .content__tile .content__tile-img {
        margin-bottom: 0
    }

    .content__base.content-two.chronicle .content__box {
        margin-bottom: 0
    }

    .content__box.politics.change .content__tile-type {
        display: none
    }

    .content__news__titles .change {
        display: block
    }

    .content__news__titles .change:after {
        display: none
    }

    .content__news__titles a {
        display: inline;
        width: auto;
        white-space: nowrap
    }

    .pagination.hidden-desk {
        display: block;
        text-align: center;
        background-color: #f7f7f8;
        padding: 22px;
        margin-bottom: 0
    }

    .content__box.desktop .content__tile .content__tile-img, .desktop .content__tile, .desktop .content__tile-full {
        height: 300px
    }

    .content__box.desktop .content__tile .content__tile-img .content__tile-type, .desktop .content__tile .content__tile-type, .desktop .content__tile-full .content__tile-type {
        display: none
    }

    .content__box.desktop .content__tile .content__tile-img .content__tile-date, .desktop .content__tile .content__tile-date, .desktop .content__tile-full .content__tile-date {
        display: none
    }

    .picture-in {
        bottom: 0
    }

    .slider__box_ {
        position: relative;
        width: 100vw;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .slider__box_.full-slider {
        position: relative;
        width: 100vw;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .hidden-slider {
        background-color: #f7f7f8;
        padding-top: 20px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 50px
    }

    .hidden-slider .photo-slider {
        margin-bottom: 0
    }

    .mobil-hidden {
        display: none
    }

    .slider__box_.full-slider .slider-for-g .swiper-button-next, .slider__box_.full-slider .slider-for-g .swiper-button-prev {
        opacity: 1
    }

    .slider__box_.full-slider .slider-for-g .swiper-button-next:after, .slider__box_.full-slider .slider-for-g .swiper-button-prev:after {
        color: #fff
    }

    .news-social__link {
        display: none
    }

    .news-social__back {
        display: block;
        width: 50px;
        height: 50px
    }

    .news-social__back img {
        width: 100%
    }

    .quote {
        display: block;
        width: 100%;
        margin-bottom: 70px;
        padding: 40px 22px 48px 58px;
        background-color: #f70
    }

    .quote__text {
        color: #fff;
        font-size: 22px;
        font-style: italic;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: block;
        position: relative;
        font-family: Vollkorn-SemiboldItalic, sans-serif
    }

    .quote__text:before {
        content: '';
        background-image: url(../user/img/misc/quote-white.svg);
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        left: -35px;
        width: 20px;
        height: 14px;
        top: 6px
    }

    .quote__name {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 23px;
        font-family: IBMPlexSans-SemiBold, sans-serif
    }

    .content__base.chronicle .content__box.ch-height .content__picture-day .content__tile-img {
        height: 440px !important
    }

    .content__base.content-two.chronicle .content__box.politics.ch-height.chronicle .content__tile-info .content__tile-title {
        font-size: 18px;
        line-height: 26px
    }

    .content__base.content-two.chronicle .subscribe {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .content__picture-day {
        display: block
    }

    .content__base.content-two.chronicle .content__box.politics.ch-height.chronicle .content__tile-info, .content__base.content-two.chronicle .news__block .content__tile-info {
        position: relative;
        z-index: 8;
        bottom: auto;
        left: auto;
        right: auto;
        color: #000
    }

    .content__base.content-two.chronicle .content__box.politics.ch-height.chronicle .content__tile-info .content__tile-title, .content__base.content-two.chronicle .news__block .content__tile-title {
        color: #1b1c1c;
        font-size: 20px;
        line-height: 30px
    }

    .content__base.content-two.chronicle .content__tile-title_ {
        font-size: 24px;
        line-height: 32px
    }

    .content__base.content-two.chronicle .content__box.politics.ch-height.chronicle .content__tile-img {
        height: 208px !important
    }

    .content__base.content-two.chronicle .news__block .content__tile-full span .content__tile-link_ {
        font-size: 24px;
        line-height: 32px
    }

    .content__base.content-two.chronicle .news__block .content__tile-full {
        height: 400px
    }

    .content__news.hide {
        display: none
    }

    .content__tile .mark {
        display: block
    }

    .content__question.show-mobile {
        display: block;
        margin: 0 0 30px
    }

    .content__article {
        display: none !important
    }

    .archive.bgc .swiper-container.archive__slider-top, .archive.bgc .swiper-container.archive__slider-top_ {
        display: none
    }

    .slider-arh .archive.bgc .swiper-button-next, .slider-arh .archive.bgc .swiper-button-prev {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        top: 50%;
        width: 40px;
        background: #fff
    }

    .incident .content__tile-link_ {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px
    }

    .economics .content__tile-link_ {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px
    }

    .news__hidden .content__news {
        display: none
    }

    .content__news__flex .content__news__box.opinion, .content__news__flex .content__news__box.press {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content__news__flex .content__news__box.opinion .content__news__item, .content__news__flex .content__news__box.press .content__news__item {
        width: 100%;
        margin-bottom: 25px
    }

    .content__news__flex .content__news__box.opinion .content__news__item:first-child, .content__news__flex .content__news__box.press .content__news__item:first-child {
        margin-top: 12px
    }

    .content__tile-date {
        font-size: 13px
    }

    .picture, .picture.question {
        width: 100vw;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .picture img, .picture.question img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .content__notice_ {
        padding: 10px
    }

    .opinion__box .opinion__describe {
        margin-bottom: 10px
    }

    .opinion__news__item .content__tile-info {
        position: relative;
        z-index: 8;
        bottom: auto;
        left: auto;
        right: auto
    }

    .opinion__news__item .content__tile-title {
        color: inherit;
        font-size: 18px;
        line-height: 26px
    }

    .opinion__news__item .content__tile-date {
        color: #96979b !important
    }

    .tabs-gallery .content__box.economics.gallery .content__tile-img {
        height: 243px
    }

    .slider__box_ .slider-for-g {
        margin-bottom: 30px;
        height: 480px
    }

    .slider__box_ .picture__slider__full {
        height: 480px
    }

    .slider__box_ .picture__slider__describe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .slider__box_ .picture__slider__describe p {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px;
        width: 100%
    }

    .content__notice.slider__box_for {
        position: absolute;
        z-index: 2;
        margin-top: 20px;
        margin-left: 10px
    }

    .content__notice.slider__box_for span {
        color: #fff
    }

    .content__box.economics.gallery .content__tile-info {
        position: relative;
        z-index: 0;
        bottom: auto;
        left: auto;
        right: auto
    }

    .content__box.economics.gallery .content__tile-top {
        position: absolute;
        top: -50px;
        left: 10px;
        right: 10px;
        width: 96%
    }

    .content__box.economics.gallery .content__tile-date {
        color: #fff !important;
        z-index: 1
    }

    .content__box.economics.gallery .content__tile-gall {
        color: #fff !important;
        z-index: 1
    }

    .content__box.economics.gallery .content__tile-title {
        color: inherit
    }

    .opinion__news__item {
        width: 100%
    }

    .opinion__news {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .live-box .content__tile-full.live-height {
        height: 400px;
        margin-bottom: 50px
    }

    .content__base.chronicle .content__box.ch-height .content__tile-img {
        height: 400px !important
    }

    .content__base.chronicle .news__block .content__tile {
        margin-right: 0
    }

    .news__block {
        margin-bottom: 30px
    }

    .content__main.rubric .content__box.economics .content__tile {
        margin-right: 0 !important
    }

    .content__main.rubric .tabs__box .content__tile:nth-child(3n+1) {
        margin-right: 0
    }

    .pagination {
        text-align: center
    }

    .content__main.rubric .content__tile-full {
        height: 400px
    }

    .content__main.rubric .content__box .content__tile {
        margin-right: 0
    }

    .content__main.rubric .content__box .content__tile .content__tile-img {
        height: 300px;
        margin-bottom: 0 !important
    }

    .hidden-desktop {
        display: none
    }

    .hidden-mobile {
        display: block
    }

    .content__news__box.press .content__news__link {
        height: 300px;
        width: 100%
    }

    .content__tile .content__tile-img {
        height: 300px
    }

    .content__tile .content__tile-img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .content__tile-full:after {
        bottom: 1px
    }

    .content__box.economics .content__tile-full {
        height: 300px
    }

    .content__box.incident .content__tile-img {
        height: 300px
    }

    .content__box.mobil .content__tile-full {
        height: 300px
    }

    .content__box.politics .content__tile {
        margin-right: 0
    }

    .content__box.politics .content__tile .content__tile-img {
        height: 300px
    }

    .comments-box__item {
        width: 100%;
        margin-bottom: 10px
    }

    .comments-box {
        margin-bottom: 50px
    }

    .content__box.change-first .content__tile-full {
        display: none
    }

    .content__box.change-first .show-mobile {
        display: block
    }

    .slider-nav-g {
        display: none
    }

    .live-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .live-box__item {
        width: 100%
    }

    .content-two .content__tile-date {
        color: #fff
    }

    .content__tile-info {
        position: absolute;
        z-index: 8;
        bottom: 25px;
        left: 20px;
        right: 20px
    }

    .content__tile-title {
        color: #fff;
        font-size: 24px;
        line-height: 30px
    }

    .content__question {
        font-size: 22px;
        line-height: 30px
    }

    .content__base.content-two.chronicle .content__tile-link_, .content__tile-link_ {
        font-size: 24px;
        line-height: 30px;
        left: 23px;
        right: 23px
    }

    .content__box.mobil {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .content__box.desktop {
        display: none
    }

    .content__news__item {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .content__base .content__main {
        width: 100%
    }

    .content__news__title a {
        display: inline;
        text-transform: initial
    }

    .content__news__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content__news__flex .content__box, .content__news__flex .content__news__box, .content__news__flex .content__release {
        width: 100%
    }

    .content__choice__item {
        width: 100%
    }

    .content__choice .content__choice__item > div, .content__choice__describe {
        max-width: 100%;
        font-size: 20px;
        line-height: 28px
    }

    .content__news__box.opinion .content__news__left {
        width: 80%
    }

    .content__tile, .content__tile-full {
        width: 100% !important;
        margin-bottom: 20px
    }

    .content__box.incident .content__tile-full {
        margin-bottom: 20px
    }

    .content__release {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .content__release__img {
        max-width: 80%;
        height: 600px
    }

    .content__tile-img {
        position: relative
    }

    .content__tile-img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 1px;
        background: rgba(0, 0, 0, .2);
        z-index: 2
    }

    .content__box.economics.gallery .counter {
        left: 10px !important
    }

    .content__tile-info .content__tile-title {
        margin-top: 10px !important
    }

    .content__box.politics.change .content__tile-title {
        margin-top: 0 !important
    }
}

@media screen and (max-width: 650px) {
    .archive__img img {
        height: 350px
    }
}

@media screen and (max-width: 600px) {
    .news-comments {
        width: 100%
    }
}

@media screen and (max-width: 567px) {
    .materials__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news__block.news p ~ h2 {
        font-size: 25px !important
    }

    .big-text {
        font-size: 20px
    }

    .no-slides p {
        font-size: 16px
    }

    .content__tile-full:hover .content__tile-img img, .content__tile-full:hover .content__tile-link img, .content__tile:hover .content__tile-img img, .content__tile:hover .content__tile-link img {
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s;
        -webkit-filter: none;
        filter: none
    }

    .content__tile-full:hover .content__tile-img:after, .content__tile:hover .content__tile-img:after {
        background: rgba(0, 0, 0, .1)
    }

    .content__tile-full:hover:after, .content__tile:hover:after {
        background: rgba(0, 0, 0, .1)
    }

    .content__tile-full:after {
        background: rgba(0, 0, 0, .4)
    }

    .culture .header__title-top {
        max-width: 160px
    }

    .slider__box_ .slider-for-g {
        height: auto
    }

    .slider__box_ .picture__slider__full {
        height: auto
    }

    .header {
        z-index: 9
    }

    .container {
        z-index: 8
    }

    .footer .container {
        padding-top: 0
    }

    body.branding {
        background: 0 0
    }

    #tabOne .author-box, #tabTwo .author-box {
        grid-template-columns:repeat(auto-fit, minmax(45%, 1fr))
    }

    .content__box.politics.change .content__tile-title {
        margin-bottom: 0;
        display: block;
        padding-bottom: 10px
    }

    .archive__img img {
        height: auto
    }

    .sbody .container .select-inside .bv_mainselect .bv_ul_inner {
        width: 165% !important
    }

    .filter-item.active[data-filter=dend], .filter-item.active[data-filter=dstart] {
        width: 140px;
        padding: 7px 5px
    }

    .select-tab.select-flex .vanilla-calendar {
        width: 100% !important;
        max-width: 386px
    }

    .bv_mainselect.change-select-st {
        width: -webkit-max-content !important;
        width: -moz-max-content !important;
        width: max-content !important
    }

    .content__news__box.press .content__news__link + div {
        position: absolute;
        bottom: 28%;
        margin-left: 55px;
        color: #fff;
        z-index: 8;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .content__news__box.press .content__news__link + div .content__news__before {
        position: relative
    }

    .materials.author.change .materials__title-box {
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .content__news__box.opinion .content__news__left {
        margin-bottom: 12px
    }

    .opinion__about.change .opinion__name.line.desc {
        padding: 0
    }

    .opinion__name.line.desc h1 {
        font-size: 24px;
        line-height: 32px
    }

    .chronicle .content__box.ch-height .content__tile {
        margin-bottom: 10px !important
    }

    .chronicle .content__box.ch-height .content__tile-img {
        margin-bottom: 0 !important
    }

    .chronicle .content__box.ch-height .subscribe {
        margin: 40px 0 10px 0
    }

    .live-box {
        margin-top: 17px
    }

    .content__base.content-two.chronicle .content__box {
        margin-bottom: 20px
    }

    .culture .header__title-top {
        position: absolute;
        left: 70px
    }

    .culture .header__logo-mob {
        width: 65px;
        margin-top: -5px
    }

    .culture .header__logo-mob img {
        width: 100%
    }

    .show-btn {
        display: block;
        margin-top: -10px
    }

    .appraisal .content__title h4 {
        margin-bottom: 7px
    }

    .news__block.news .reference {
        margin-bottom: 50px
    }

    .news__block.news .content__title + .content__notice {
        margin-bottom: 25px
    }

    .news__block.news .picture {
        height: 260px
    }

    .slider-arh .archive.bgc .swiper-button-next {
        width: 50px;
        right: 0
    }

    .slider-arh .archive.bgc .swiper-button-prev {
        width: 50px;
        left: 0
    }

    .content__top-box.archive-sl .pagination-info {
        margin-bottom: 8px
    }

    .content__top-box.archive-sl .content__title {
        margin-bottom: 20px
    }

    .news__block.archive-nm .content-sub {
        margin-right: -17px;
        margin-top: -10px
    }

    .archive-block .materials__title {
        margin-bottom: 0
    }

    .materials.archive.archive-bl .materials__item:first-child {
        margin-top: 10px
    }

    .content__news__flex .content__news__box.bord .content__news__link {
        padding-bottom: 15px
    }

    .news__block.question .picture.without .content__notice_.width {
        padding: 27px
    }

    .news__block.list .news-social.fixed {
        top: 75px
    }

    .opinion__name.line h1 {
        line-height: 30px;
        height: auto;
        display: inline;
        margin-top: 30px;
        font-size: 24px
    }

    .photo-slider .photo__item span {
        font-size: 18px;
        line-height: 26px
    }

    .content__box.incident.change .content__news__title {
        margin-bottom: 10px !important
    }

    .content__tile.show-mobile .content__tile-title {
        margin-top: 0 !important
    }

    .picture.picture-news.hide {
        display: none
    }

    .error__info {
        padding: 0 3px
    }

    .pagination.hidden-desk {
        padding: 15px 22px 22px
    }

    .content__top-box.archive-sl .icons-nav {
        margin-top: -14px
    }

    .content__news.hide.error-box .content__news__item {
        margin-bottom: 15px
    }

    .content__news.hide.error-box .content__block-text {
        margin-bottom: 0
    }

    .content__top-box.archive-sl {
        margin-bottom: -5px
    }

    .materials.archive.archive-bl {
        margin-bottom: 10px
    }

    .about__author.archive-block.ch ~ .content__news__load {
        margin: 0 0 70px 0
    }

    .content__choice__item {
        margin-bottom: 21px
    }

    .content__news__box.hidden-slider .content__news__text {
        margin-top: 21px
    }

    .content__base.content-two.chronicle .content__box.politics.ch-height.chronicle .content__tile-info .content__tile-title {
        font-family: IBMPlexSans-SemiBold, sans-serif
    }

    .content__base.chronicle .content__box.economics .content__tile-img img {
        -webkit-filter: brightness(.9);
        filter: brightness(.9)
    }

    .content__base.chronicle .content__box.economics .content__tile-img:after {
        content: none
    }

    .chronicle .content__box.ch-height .content__tile-full img {
        -webkit-filter: brightness(.9);
        filter: brightness(.9)
    }

    .chronicle .content__box.ch-height .content__tile-full:after {
        content: none
    }

    .chronicle .quote {
        display: block;
        margin-bottom: 70px;
        padding: 40px 22px 48px 58px;
        background-color: #f70;
        position: relative;
        width: 100vw !important;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%);
        margin-right: -35px
    }

    .chronicle .ch-height .content__tile-full.live-height .counter {
        bottom: 44px !important
    }

    .news__block.opinion .opinion__text.hidden {
        margin-bottom: 35px
    }

    .content.content__flex.chronic .news__block .content__box .content__tile-link img {
        -webkit-filter: brightness(.9);
        filter: brightness(.9)
    }

    .content.content__flex.chronic .news__block .content__box .content__tile-img img {
        -webkit-filter: brightness(.9);
        filter: brightness(.9)
    }

    .content.content__flex.chronic .news__block .content__box .counter {
        top: auto !important;
        bottom: 10px !important
    }

    .content.content__flex.chronic .news__block .content__box .content__tile .content__tile-img:after, .content.content__flex.chronic .news__block .content__box .content__tile-full:after {
        content: none
    }

    .content.content__flex.chronic .news__block .content__box .content__tile-img {
        height: 208px
    }

    .content.content__flex.chronic .news__block .content__box .content__tile-title {
        font-size: 24px
    }

    .content.content__flex.chronic .news__block .content__box .content__tile-top {
        display: none
    }

    .slider-arh {
        width: 100vw;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%);
        max-width: 100vw;
        margin-left: -20px
    }

    .tabs.tabs-gallery.archiv-num {
        margin-top: 10px
    }

    .news__block.archive-nm .content__top-box {
        margin-bottom: 0
    }

    .news__block.archive-nm .content__title {
        margin-bottom: 10px
    }

    .content__main.rubric .content__box.content__box--date {
        margin-bottom: 20px
    }

    .content__main.rubric .tabs .content__time {
        padding-top: 0
    }

    .agreements-list ol li ol > li:before {
        margin-left: -30px
    }

    .author-tabs ~ .content__news__load.hidden {
        margin-top: -30px
    }

    .author-tabs #tabOne {
        padding-top: 0
    }

    .chronicle .subscribe span {
        font-size: 16px;
        line-height: 20px
    }

    .slider__box_ .swiper-button-next:after {
        content: url("/../user/img/misc/arrow right-white.svg")
    }

    .slider__box_ .swiper-button-prev:after {
        content: url("/../user/img/misc/arrow left-white.svg")
    }

    .content__box.economics.two .content__tile-info {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto
    }

    .content__box.economics.two .content__tile-info .content__tile-date {
        color: #96979b
    }

    .content__box.economics.two .content__tile-info .content__tile-title {
        color: inherit
    }

    .js-mobile-filter {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .filter-item.active {
        font-size: 15px;
        display: inline;
        margin-right: 3px;
        line-height: 19px;
        font-family: IBMPlexSans-Bold, sans-serif
    }

    .news__block.question .comments__position {
        margin-bottom: 5px
    }

    .opinion__news__item.hide {
        display: none
    }

    .news__block.opinion .content__title {
        margin-bottom: -5px
    }

    .news__block.opinion .tabs > label {
        padding: 18px 0
    }

    .content__box.economics.gallery .content__tile-top {
        left: 20px;
        right: 20px;
        width: 89%
    }

    .appraisal {
        margin: 40px 0 120px;
        position: relative
    }

    .appraisal:after {
        content: '';
        background: #1b1c1c;
        height: 6px;
        width: 154px;
        display: block;
        opacity: .1;
        position: absolute;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        bottom: -20px
    }

    #tabOne {
        padding-top: 50px
    }

    .news__block.gallery- .tabs__box {
        padding-top: 30px
    }

    .materials.archive.archive-bl .counter, .materials.archive.archive-bl .eye {
        font-size: 13px !important;
        line-height: 17px !important;
        right: 0 !important;
        top: 0 !important
    }

    .error__info {
        line-height: 37px
    }

    .mobil__download {
        height: 50px
    }

    .mobil__download img {
        margin-top: 17px;
        width: auto
    }

    .pagination-info {
        margin-bottom: 10px
    }

    .photo-slider .photo__item span {
        bottom: 20px;
        font-family: IBMPlexSans-SemiBold, sans-serif
    }

    .content__box.economics.two .counter, .content__box.economics.two .eye {
        left: 7px !important
    }

    .content__main.search-box .form__search {
        margin-bottom: 20px
    }

    .materials.full.archive-bl-s .materials__rubric.hide {
        display: inline-block;
        margin-left: 30px;
        font-size: 12px;
        line-height: 15px
    }

    .materials.full.archive-bl-s .materials__name {
        display: none
    }

    .comments-box.full-width {
        margin-bottom: 30px
    }

    .content__gallery-link {
        margin-bottom: 30px
    }

    .content__base.content-full .tabs__box {
        padding-top: 30px
    }

    .slider-for-g .slider-photos-desc {
        display: block
    }

    .content__news.hide.error-box {
        margin-top: 0
    }

    .content__news.mobil-show {
        margin-top: 30px !important
    }

    .content__box.content__box--date .content__tile:last-child {
        display: none
    }

    .content__tile-info {
        bottom: 20px
    }

    .content__news.mobil-show {
        margin-top: 50px
    }

    .content__main.rubric .content__box {
        margin-bottom: 50px
    }

    .content__main.rubric .content__question.show-mobile {
        margin: 50px 0 30px
    }

    .content__main.rubric .content__box.politics.change .content__tile-title {
        font-size: 20px;
        line-height: 28px
    }

    .content__main.rubric .content__box.politics.change {
        margin-bottom: 40px !important
    }

    .content__main.rubric .content__tile-title {
        font-size: 24px;
        line-height: 30px
    }

    .content__main.rubric .content__tile-full {
        height: 400px !important
    }

    .content__main.rubric .content__tile.hide {
        display: none
    }

    .about-box__right.mob {
        margin: 0 0 35px auto
    }

    .about-box__download {
        display: none
    }

    .news__block.agreements {
        margin-bottom: 60px
    }

    .news__block.agreements ~ .subscribe {
        display: none
    }

    .content__date.notice:before, .content__time.notice:before {
        left: 15px
    }

    .bgc-mobile .photo-slider .swiper-button-next:after, .hidden-mobile .photo-slider .swiper-button-next:after, .hidden-slider .photo-slider .swiper-button-next:after {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        overflow: hidden;
        display: inline-block;
        content: '';
        height: 18px;
        width: 10px;
        -webkit-background-size: cover;
        background-size: cover;
        background: url("/../user/img/misc/arrow right-white.svg") center
    }

    .bgc-mobile .photo-slider .swiper-button-prev:after, .hidden-mobile .photo-slider .swiper-button-prev:after, .hidden-slider .photo-slider .swiper-button-prev:after {
        content: '';
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        overflow: hidden;
        display: inline-block;
        height: 18px;
        width: 10px;
        -webkit-background-size: cover;
        background-size: cover;
        background: url("/../user/img/misc/arrow left-white.svg") center
    }

    .content__box.economics.gallery .content__tile.full .content__tile-img {
        height: 245px
    }

    .archiv-num .tabs__box .archive .archive__bl {
        margin-right: 0
    }

    .archiv-num .tabs__box .archive {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slider__box_.video .slider-for-g {
        height: 350px !important
    }

    .content__main.rubric.tegs .picture {
        margin-bottom: 30px !important;
        width: 100%;
        left: auto;
        height: 400px
    }

    .select-tab .bv_ul_mobile li {
        margin-left: 0 !important
    }

    .materials.full.archive-bl-s .materials__title {
        margin-top: 0
    }

    .materials.full.archive-bl-s .materials__item:first-child {
        margin-top: 20px
    }

    .branding-baner1 {
        margin-bottom: 20px
    }

    .brands272174 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .brands272174 .brand272174 {
        height: 78px;
        width: 30%;
        background: #f4f4f4
    }

    .branding-baner3 {
        display: none
    }

    .news__block.brand .branding-box {
        padding-top: 23px
    }

    .about-branding__item {
        margin-bottom: 20px
    }

    .advertising.contacts {
        margin: 15px 0 40px
    }

    .advertising.contacts .advertising__tel {
        margin-bottom: 5px
    }

    .advertising.contacts .advertising__item:nth-of-type(2) {
        margin-top: 20px
    }

    .news__block.question .content__notice_.width {
        top: 87%
    }

    .news__block.question .comments__review {
        text-align: left
    }

    .news__block.question .picture.question img {
        height: 390px
    }

    .news__block.question .news-social.fixed {
        top: -95px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        right: 0
    }

    .opinion__about {
        margin-bottom: 15px
    }

    .baners236 {
        margin-top: 50px;
        margin-bottom: 30px
    }

    .picture-photo-desc.margin {
        right: 0
    }

    .content__video-box p {
        padding: 0 20px;
        margin-bottom: 5px
    }

    .content__video-box .photo-describe {
        padding: 0 20px;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 17px;
        display: block
    }

    .baner300250 {
        display: block;
        width: 100%;
        max-width: 320px;
        height: 250px;
        margin: 20px auto 30px;
        background: #f4f4f4
    }

    .baners320 {
        display: block;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .baner320100 {
        width: 100%;
        max-width: 320px;
        height: 100px;
        margin: 0 auto 15px;
        background: #f4f4f4
    }

    .baner320480 {
        width: 100%;
        max-width: 320px;
        height: 480px;
        margin: 0 auto 15px;
        background: #f4f4f4
    }

    .baner346236 {
        width: 100%;
        max-width: 346px;
        height: 236px;
        background: #f4f4f4;
        display: block;
        margin: 0 auto 10px
    }

    .baner346236:first-child {
        margin-top: 50px
    }

    .branding-baner2, .branding-baner3__item2 {
        display: none
    }

    .news__block.opinion .article__item:last-child {
        margin-bottom: 40px
    }

    .news__block.opinion .pagination {
        margin-bottom: 70px
    }

    .news__block.opinion .tabs__box {
        padding-top: 25px
    }

    .news__block.opinion .article__item {
        margin-bottom: 25px
    }

    .news__block.news .content__transform.padding .picture__slider .photo-pagination {
        padding: 25px 20px 0;
        height: 47px
    }

    .news__block.news .content__transform.padding {
        margin-bottom: 55px
    }

    .news__block.news .updated {
        display: none
    }

    .news__block.news .news-social.fixed {
        top: 50px;
        right: 0
    }

    .news__block.news .picture {
        margin-bottom: 38px !important
    }

    .news__block.news .content__news__before {
        padding-top: 0;
        margin-top: 28px
    }

    .news__block.news .content__news__before:before {
        width: 27px;
        height: 19px;
        top: 6px
    }

    .archive__read {
        display: none
    }

    .archive__item {
        margin-bottom: 30px;
        padding: 20px 15px 20px 15px
    }

    .content__notice.theme a, .content__notice.theme span {
        margin-bottom: 8px
    }

    .slider__box_.full-slider.full-slider--bgc {
        background: #fff;
        margin-bottom: 0
    }

    .slider__box_.full-slider.full-slider--bgc .picture-photo-n {
        font-size: 10px;
        line-height: 13px;
        text-transform: capitalize
    }

    .slider__box_.full-slider.full-slider--bgc ~ .content__notice.theme {
        margin-bottom: 50px
    }

    .slider__box_.full-slider.full-slider--bgc ~ .tabs.tabs-gallery {
        margin-bottom: 80px
    }

    .news__block.gallery- .slider__box_ .slider-for-g {
        margin-bottom: 15px
    }

    .news__block.gallery- .slider__box_ {
        margin-bottom: 0
    }

    .news__block.gallery- .pagination {
        margin-bottom: 80px
    }

    .news__block.gallery- .tabs.tabs-gallery {
        margin-top: 40px
    }

    .news__block.gallery- .picture__slider__describe {
        margin-bottom: 10px !important
    }

    .news__block.gallery- .picture__slider__describe p + div {
        text-align: center
    }

    .news__block.gallery- .news-social.fixed {
        top: -13px;
        right: 0 !important
    }

    .news__block.gallery- .content__title h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 25px
    }

    .content__box.economics.gallery ~ .pagination {
        margin-bottom: 80px
    }

    .content__box.economics.gallery .content__tile-title {
        margin-top: 0 !important
    }

    .content__box.economics.gallery .content__tile {
        margin-bottom: 40px !important
    }

    .archive__top {
        margin-bottom: 15px
    }

    .select-tab .vanilla-calendar {
        top: 57px
    }

    .reklama300100, .reklama300250 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 300px;
        height: 100px;
        background: #f4f4f4;
        margin: 10px auto 50px auto;
        text-align: center;
        font-size: 14px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .reklama300100 span, .reklama300250 span {
        opacity: .3;
        color: #4e4e4e
    }

    .reklama300250 {
        height: 250px
    }

    .archive-block .materials__title {
        margin-top: 0
    }

    .content__news.hidden-deskktop {
        display: block
    }

    .content__release {
        margin-top: 0
    }

    .content__release__title {
        margin-bottom: 0
    }

    .footer .header__social {
        margin-left: 0
    }

    .content__news__flex .content__news__box.opinion .content__news__item {
        margin-bottom: 0
    }

    .content__news__box.bord.bgc-mobile .content__news__centre {
        display: none
    }

    .content__news__flex .content__news__box.bord .content__news__link {
        border: none
    }

    .content__news__box.opinion .content__news__item:last-child {
        margin-top: 20px
    }

    .content__box.politics.change {
        margin-bottom: 0 !important
    }

    aside .content__news__box.bord .content__news__item:last-child {
        margin-bottom: 0
    }

    .content__box.incident .content__tile-img, .content__box.politics .content__tile .content__tile-img {
        margin-bottom: 10px
    }

    .content__choice {
        margin: 30px 0 50px 0;
        padding: 37px 10px 0 10px !important
    }

    .content__box.economics, .content__box.incident {
        margin-bottom: 30px
    }

    .content__box.incident .content__tile-full {
        margin-bottom: 20px
    }

    .info-block {
        margin-bottom: 30px
    }

    .info-block ~ .content__news__load {
        margin-bottom: 54px
    }

    .opinion .tabs__box .article .content__tile-full:after {
        display: none
    }

    .content__title {
        font-size: 26px;
        line-height: 32px
    }

    .materials__title {
        font-size: 20px;
        line-height: 28px
    }

    .materials__item:first-child {
        margin-top: 15px
    }

    .materials.author .materials__date.active {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
        color: #1b1c1c;
        font-family: IBMPlexSans-SemiBold, sans-serif
    }

    .obn-news {
        font-size: 16px;
        line-height: 20px
    }

    .content__news__box.press .press-name {
        font-size: 16px
    }

    .content__news__press {
        font-size: 12px;
        letter-spacing: .87px;
        line-height: 15px
    }

    .content__news__text {
        font-size: 15px;
        line-height: 24px
    }

    .opinion__box.inside .opinion__about {
        margin-top: 0
    }

    .opinion__name.line {
        line-height: 30px;
        height: auto;
        display: inline;
        margin-top: 30px
    }

    .author-box__list:nth-of-type(3), .author-box__list:nth-of-type(4), .author-box__list:nth-of-type(5) {
        padding-left: 0
    }

    .materials.archive.archive-bl .materials__rubric {
        display: none
    }

    .content__main.rubric .tabs .content__box.politics .content__tile-img {
        margin-bottom: 0
    }

    .comments-box-item {
        width: 100%
    }

    .news-comments .comments .comments__review {
        padding: 10px 20px 0 20px
    }

    .comments__review__form.top-form .comments__img, .comments__review__form.top-form .comments__review__top, .comments__review__form.top-form textarea {
        padding: 0 20px
    }

    .news-comments .content__news__title {
        margin-left: 20px
    }

    .comments__insert {
        padding-left: 50px
    }

    .materials__item .show-mob {
        display: block
    }

    .materials__item .counter {
        display: none
    }

    .news__block.question .comments {
        padding: 40px 0 0
    }

    .news__block.opinion .opinion__describe {
        margin-bottom: 0
    }

    .news__block.opinion .opinion__news .content__tile {
        margin-bottom: 20px !important
    }

    .news__block.opinion .tabs__box.padding .opinion__news__item:last-child {
        display: none
    }

    .pagination.left {
        margin-left: 0 !important
    }

    .text-box__item:last-child {
        margin-left: 0
    }

    .news__block.news .text-box__title h5 {
        font-size: 18px
    }

    .appraisal {
        font-size: 18px;
        line-height: 30px
    }

    .content__transform.padding {
        margin-bottom: 40px
    }

    .content__video-box p {
        font-size: 16px;
        line-height: 24px;
        text-align: left
    }

    .news__block.news .content__title h2, .news__block.news .content__title h3 {
        font-family: IBMPlexSans-SemiBold, sans-serif;
        margin-bottom: 25px
    }

    .error {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 70px 0 0 0
    }

    .slider__box_ {
        margin-bottom: 10px
    }

    .content__news__box.bord.fl-right {
        float: none;
        margin-top: 30px;
        width: 100%;
        margin-bottom: 30px
    }

    .content__news__box.bord.fl-right .content__news__link {
        padding-bottom: 10px
    }

    .content__notice.theme.padding {
        margin-bottom: 30px
    }

    .error__info {
        font-size: 30px !important;
        margin-bottom: 60px
    }

    .error__describe {
        margin-bottom: 40px
    }

    .error__buttons {
        margin-bottom: 110px
    }

    .content__news.hide.error-box {
        display: block;
        margin-bottom: 40px
    }

    .content__news.hide.error-box .content__news__title a {
        display: none
    }

    .archive__bl {
        margin-bottom: 20px
    }

    .materials__item.hidden {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .author-box__title_ {
        font-size: 18px;
        line-height: 23px
    }

    .opinion__text {
        line-height: 26px
    }

    .opinion__position {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px
    }

    .author-box__position {
        font-size: 14px;
        line-height: 18px
    }

    .author-box__list a {
        font-size: 18px;
        line-height: 23px
    }

    .content__title.author-hidden h2 {
        font-size: 30px;
        letter-spacing: 0;
        line-height: 40px
    }

    .content__news__box.opinion .content__news__author {
        font-size: 20px;
        line-height: 28px
    }

    .content__news__box.opinion .content__news__position {
        font-size: 14px;
        line-height: 20px
    }

    .content__date, .content__time {
        font-size: 14px;
        line-height: 18px
    }

    .tabs-tegs .content__tile-img {
        margin-bottom: 0
    }

    .tabs-tegs .content__tile-info {
        bottom: 16px
    }

    .comments__review.feedback {
        margin-left: 35px
    }

    .comments__review.feedback:before {
        top: 15px;
        left: -35px
    }

    .comments__review:hover .comments__review__likes {
        opacity: 1
    }

    .comments__review:hover .comments__review__reply {
        margin-top: 0
    }

    .comments__review:hover {
        background: 0 0
    }

    .content__transform.padding .content__news__title {
        margin-left: 15px;
        margin-bottom: 16px
    }

    .filter-item.active {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .content__transform.padding .picture__slider .gallery-top {
        margin-right: 0
    }

    .opinion__news.font .content__tile-title {
        font-family: IBMPlexSans-Bold, sans-serif;
        font-size: 20px;
        line-height: 30px;
        display: block
    }

    .article__img-box.mobil .article__img.mobil + div {
        margin-top: 15px
    }

    .content__news__box.opinion {
        margin-bottom: 45px
    }

    .content__picture.content__transform .picture__slider__describe.hidden-slider-desc {
        margin-bottom: 20px !important
    }

    .picture__slider .gallery-top {
        margin-bottom: 5px
    }

    .bgc-mobile {
        background: #f1f1f1;
        padding: 40px 20px 0;
        position: relative;
        width: 100vw !important;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%);
        margin-bottom: 0 !important
    }

    .bgc-mobile .photo-slider {
        position: relative;
        width: 100vw !important;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%);
        margin-bottom: 10px
    }

    .hidden-slider .photo-slider {
        position: relative;
        width: 100vw;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .content__block-text {
        padding-left: 0
    }

    .content__icons {
        display: block
    }

    .opinion__all {
        display: block;
        padding-bottom: 10px;
        color: #1b1c1c;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 15px;
        text-transform: uppercase;
        font-family: IBMPlexSans-Medium, sans-serif
    }

    .opinion__position {
        font-size: 14px
    }

    .opinion__news .content__tile-title {
        font-size: 20px;
        font-family: IBMPlexSans-Regular, sans-serif;
        margin-bottom: 10px
    }

    .article__img-box.mobil {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .comments__review {
        text-align: right
    }

    .comments__review__text, .comments__text {
        font-size: 18px;
        line-height: 26px;
        text-align: left
    }

    .comments__review__form {
        text-align: left
    }

    .comments-box__text {
        line-height: 26px
    }

    .comments__review__title {
        font-size: 20px;
        line-height: 28px
    }

    .full-width {
        position: relative;
        width: 100vw !important;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .full-width .content__news__link {
        padding: 0
    }

    .full-width .photo-slider {
        position: relative;
        width: 100vw !important;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .picture__inside.right {
        margin: 40px 0 40px;
        float: none
    }

    .reference span {
        font-size: 18px
    }

    .content__transform.padding {
        padding: 28px 0 0
    }

    .content__transform {
        position: relative;
        width: 100vw;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%);
        padding: 40px 0 0
    }

    .content__transform .picture__slider__describe p {
        font-size: 16px
    }

    .content__icons span {
        opacity: .8;
        color: #96979b;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px
    }

    .content__icons a {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
        margin-right: 8px
    }

    .content__choice, .content__choice__box {
        position: relative;
        width: 100vw;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .content__tile-full {
        margin-bottom: 20px
    }

    .content__tile {
        margin-bottom: 10px
    }

    .content__choice .content__choice__box {
        padding: 0 20px
    }

    .content__choice .content__choice__title {
        padding: 0 10px;
        position: relative;
        margin-bottom: 40px
    }

    .content__choice .content__choice__title:after {
        content: '';
        width: 40px;
        height: 3px;
        background-color: #f70;
        position: absolute;
        bottom: -15px;
        left: 10px
    }

    .materials.author.change {
        margin-top: -20px
    }

    .materials.author.change .materials__img {
        display: none
    }

    .materials.author.change .counter, .materials.author.change .eye {
        color: #ccc;
        font-size: 13px !important;
        line-height: 17px !important;
        top: 20px !important
    }

    .materials.author.change .materials__times {
        display: inline-block;
        width: 10%;
        margin-bottom: 10px;
        color: #1b1c1c;
        font-family: IBMPlexSans-Bold, sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .58px;
        line-height: 18px
    }

    .materials.author.change .materials__info {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%
    }

    .materials.author.change .materials__title {
        color: inherit;
        font-size: 20px;
        line-height: 28px
    }

    .branding-baner3__item2 {
        height: 270px
    }

    .branding-baner2 {
        height: 130px
    }

    .content ul li, ol li {
        line-height: 26px
    }

    .content__news__box.press .press-name {
        top: 0
    }

    .content__video:after {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }

    .content__video-box {
        position: relative;
        width: 100vw;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .content__news__box.hidden-slider {
        position: relative;
        width: 100vw;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%);
        padding: 40px 20px 0 20px;
        margin-bottom: 30px
    }

    .slider__box_ .picture__slider__describe {
        margin-left: 20px;
        width: 90% !important
    }

    .materials.author .materials__info {
        position: absolute;
        bottom: 25px;
        left: 20px;
        right: 20px;
        width: 88%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .materials.author .materials__date {
        display: none
    }

    .materials.author .materials__name {
        color: #fff;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 15px
    }

    .materials.author .materials__title {
        color: #fff;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 30px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .materials.author .materials__img {
        height: 250px
    }

    .about-box__text p {
        font-size: 18px;
        line-height: 26px
    }

    .content__news__box.opinion .content__news__link {
        font-size: 16px;
        line-height: 24px
    }

    .filter-popup.active {
        display: block
    }

    .filter-popup.active .archive__select {
        border: none
    }

    .filter-popup.active .filter-top {
        position: relative;
        padding-top: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f0f1f2;
        margin-bottom: 40px;
        color: #1b1c1c;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 23px
    }

    .filter-popup.active .filter-top button {
        position: absolute;
        right: 0;
        outline: 0;
        border: none;
        background: 0 0;
        width: 30px;
        height: 30px
    }

    .filter-popup.active .filter-top button img {
        width: 100%
    }

    .filter-popup.active .apply {
        height: 50px;
        width: 100%;
        background-color: #f70;
        outline: 0;
        border: none;
        color: #fff;
        bottom: 115px;
        position: absolute
    }

    .filter-popup.active .bv_mainselect {
        width: 100%;
        margin-bottom: 20px
    }

    .filter-popup.active .select-tab .bv_atual {
        width: 100% !important
    }

    .form__search p button span {
        display: none
    }

    .hidden-mob .select-tab {
        display: none
    }

    .filter-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 45px;
        width: 171px;
        background-color: #f7f7f8;
        outline: 0;
        border: none;
        color: #1b1c1c;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 19px
    }

    .filter-btn img {
        width: 19px;
        height: 18px;
        margin-right: 5px
    }

    .form__search p button img {
        display: block
    }

    .materials.full.archive-bl-s .materials__rubric {
        display: none
    }

    .materials.full.archive-bl-s .materials__text {
        display: none
    }

    .form__search p button {
        width: 50px;
        min-width: 50px
    }

    .select-tab .bv_atual {
        padding: 18px 46px 18px 15px !important
    }

    .select-tab .arrow {
        right: 8px
    }

    .content__video, .plyr__video-embed {
        height: 370px
    }

    .pagination a {
        min-width: 22px
    }

    .archive-bl .materials__text {
        display: none
    }

    .archive-bl .materials__date, .archive-bl .materials__name, .archive-bl .materials__rubric {
        display: none
    }

    .archive-bl .materials__time {
        display: block;
        margin-bottom: 10px;
        color: #1b1c1c;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .58px;
        line-height: 18px
    }

    .breadcrumb {
        display: none
    }

    .article__img-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .advertising__download.hidden-desk {
        text-align: center;
        margin: 30px auto
    }

    .slider-arh .tabsNavBtn {
        display: none
    }

    .slider-arh .tabs__box {
        border: none
    }

    .opinion__item .content__tile-title {
        font-weight: 600
    }

    .article__img-name {
        color: #fff;
        font-family: Vollkorn-Regular, sans-serif;
        font-size: 22px;
        font-weight: 100;
        letter-spacing: 0;
        line-height: 28px;
        background: #f70;
        text-transform: initial;
        display: inline;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 1px 3px 0 1px;
        margin-top: 15px
    }

    .article__item {
        margin-bottom: 20px
    }

    .opinion__about .opinion__button {
        width: auto
    }

    .article__item .article__img.mobil {
        display: block;
        width: 82px;
        height: 82px;
        margin-top: 0;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 15px;
        border: 1px solid rgba(0, 0, 0, .1)
    }

    .article__img.desc {
        display: none
    }

    .article__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #f7f7f8
    }

    .article__item .content__tile-full {
        width: 100%;
        height: auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .article__item .content__tile-full span {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto
    }

    .article__item .content__tile-full .content__tile-link {
        display: none
    }

    .article__item .content__tile-full .content__tile-link_ {
        color: #000;
        font-weight: 600;
        font-family: IBMPlexSans-Bold, sans-serif
    }

    .opinion__box.inside + .opinion__news .content__tile .content__tile-img {
        display: none
    }

    .opinion__box.inside + .opinion__news .content__tile .content__tile-title {
        font-weight: 600;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        line-height: 26px;
        font-family: IBMPlexSans-SemiBold, sans-serif
    }

    .opinion__box.inside + .opinion__news .content__tile .content__tile-top {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .opinion__box.inside + .opinion__news .content__tile .content__tile-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .opinion__box.inside + .opinion__news .content__tile .content__tile-type {
        display: none
    }

    .opinion__button.mobil {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    .opinion__name, .opinion__soname {
        font-size: 24px;
        line-height: 34px
    }

    .news__block.opinion .opinion__box.inside .opinion__item {
        margin-bottom: 20px
    }

    .opinion__box.inside + .opinion__news .content__tile .content__tile-title {
        margin-top: 0 !important
    }

    .opinion__button {
        display: none
    }

    .opinion__email {
        display: none
    }

    .opinion__button.desc {
        display: none
    }

    .about-branding__item {
        width: 100%
    }

    .opinion__img {
        height: 236px
    }

    .advertising {
        padding: 20px
    }

    .advertising__item a {
        margin-right: 0
    }

    .advertising__item:last-child {
        display: none
    }

    .content__news.mobil-show {
        display: block
    }

    .pagination {
        text-align: left
    }

    .comments {
        margin-bottom: 0;
        padding: 40px 0 0;
        border: none;
        overflow: hidden
    }

    .comments-box__item {
        padding: 18px 14px;
        margin-bottom: 2px
    }

    .reklama300600 {
        width: 300px;
        height: 600px;
        background: #f4f4f4;
        text-align: center;
        margin: 0 auto 80px;
        margin-top: 20px
    }

    .subscribe.subscribe--grey span {
        font-size: 15px;
        line-height: 24px;
        font-weight: 100;
        margin-right: 0;
        font-family: IBMPlexSans-SemiBold, sans-serif
    }

    .content__news.hide {
        display: none
    }

    .pagination-arrow {
        display: inline-block;
        width: auto;
        margin-left: auto;
        margin-right: 0 !important;
        margin-bottom: auto;
        margin-top: auto
    }

    .news__block + .subscribe {
        display: none
    }

    .content__news__load.hidden {
        display: block;
        margin-top: -10px;
        margin-bottom: 60px
    }

    .agreements-list .content__title {
        font-size: 22px;
        letter-spacing: 0;
        line-height: 30px
    }

    .agreements-list ol li {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 26px
    }

    .form__search p input:last-child {
        display: none
    }

    .form__search p input:first-child {
        width: 100%
    }

    .author-box.letters {
        margin-top: 60px
    }

    .author-box__title {
        display: none
    }

    .author-mobil {
        display: none
    }

    .author-mobil.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .tabsItem {
        display: none
    }

    .tabsItem.tabsActive {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .content__title.author-hidden {
        margin-bottom: -12px
    }

    .author-hidden {
        display: block;
        margin-bottom: 30px;
        margin-top: 25px
    }

    .author-hidden a {
        text-transform: inherit;
        margin-right: 10px;
        padding-bottom: 8px;
        margin-bottom: -10px
    }

    .author-hidden span {
        margin-right: 10px;
        padding-bottom: 15px;
        margin-bottom: -10px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 15px;
        cursor: pointer;
        text-transform: uppercase
    }

    .author-hidden a.tabsActive {
        border-bottom: 3px solid #f70
    }

    .author-hidden span.tabsActive {
        border-bottom: 3px solid #f70
    }

    .about-box p {
        margin-bottom: 12px !important
    }

    .about-box {
        margin-bottom: 20px
    }

    .about-box__right {
        display: none
    }

    .about-box__right.hidden {
        width: 100%;
        margin-bottom: 30px
    }

    .picture__slider .gallery-thumbs .swiper-slide {
        height: 82px !important
    }

    .picture__slider .gallery-thumbs {
        height: 82px
    }

    .picture__slider .gallery-top .swiper-slide img {
        height: 260px
    }

    .article__item .article__img {
        height: 250px;
        width: 35%
    }

    .opinion__img {
        margin-bottom: 30px
    }

    .opinion__about .opinion__text {
        display: none
    }

    .opinion__text.hidden {
        display: block
    }

    .content__main.rubric .content__box .content__tile .content__tile-img {
        height: 250px
    }

    .content__release__img {
        height: 414px
    }

    .content__news__box.press .content__news__link {
        height: 250px
    }

    .content__tile .content__tile-img {
        height: 250px
    }

    .content__news__box.hidden-slider .photo-slider .photo__item {
        height: 300px !important
    }

    .content__box.economics .content__tile-full {
        height: 250px
    }

    .content__box.incident .content__tile-full {
        height: 250px
    }

    .content__box.incident .content__tile-img {
        height: 250px
    }

    .content__box.mobil .content__tile-full {
        height: 250px
    }

    .content__box.politics .content__tile {
        margin-right: 0
    }

    .content__box.politics .content__tile .content__tile-img {
        height: 250px
    }

    .content__news__box.press {
        margin-bottom: 0
    }

    .content__release {
        padding: 45px 35px 0 35px;
        position: relative;
        width: 100vw !important;
        left: -webkit-calc(-50vw + 50%);
        left: calc(-50vw + 50%)
    }

    .content__news__before {
        position: absolute;
        bottom: 28%;
        margin-left: 55px;
        color: #fff;
        z-index: 8;
        font-size: 16px;
        line-height: 22px
    }

    .content__news__box.press .content__news__link:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .3);
        z-index: 2
    }

    .content {
        padding-top: 110px
    }

    .news__block {
        margin-bottom: 10px
    }

    .content__tile-img {
        position: relative
    }

    .content__tile-img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .3);
        z-index: 2
    }

    .content__news__box.bord.hidden-mobile .content__news__link {
        border-bottom: 1px solid #f0f1f2;
        padding-bottom: 10px
    }

    .change .content__tile-img {
        display: none
    }

    .change .content__tile-full {
        display: none
    }

    .change .show-mobile {
        display: block
    }

    .change .content__tile-info {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #f0f1f2
    }

    .change .content__tile {
        margin-bottom: 10px
    }

    .change .content__tile:last-child {
        margin-bottom: 50px
    }

    .change .content__tile-top {
        display: none
    }

    .change .content__tile-title {
        color: inherit;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 28px
    }

    .hidden-mobile .content__news__link {
        font-size: 20px;
        line-height: 28px;
        font-family: Vollkorn-Regular, sans-serif
    }

    .content__news__item .content__news__link {
        font-size: 18px;
        line-height: 26px;
        font-family: inherit
    }

    .content__news__titles .change {
        font-size: 16px
    }

    .content__news__box.bord .content__news__link {
        font-size: 20px;
        line-height: 28px;
        font-family: Vollkorn-Regular, sans-serif
    }

    .content__base.content-two .content__box--date .content__tile-top {
        display: none
    }

    .content__base.content-two .content__box--date .content__tile-title {
        font-size: 24px;
        line-height: 30px
    }

    .container {
        width: 99%
    }

    .content__news__box.hidden-mobile .photo-slider .photo__item a img {
        width: 113%
    }

    .archive__bl {
        width: 100%
    }

    .materials__info {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .materials__img {
        width: 100%;
        height: 250px;
        margin-left: 0;
        margin-bottom: 10px
    }

    .content__base.content-two .content__box.gallery .content__tile-img {
        display: block
    }

    .content__base.content-two .content__box.gallery .content__tile-info {
        left: 0;
        right: 0
    }

    .content__base.content-two .content__box.gallery .content__tile-title {
        border-bottom: none
    }

    .content__base.content-two .content__box.gallery .content__tile-date {
        color: #96979b
    }

    .news__block p {
        font-size: 18px;
        line-height: 26px
    }

    .content__notice span {
        font-size: 13px;
        margin-right: 15px;
        opacity: .8
    }

    .content__title h1 {
        font-size: 30px;
        letter-spacing: 0;
        line-height: 40px
    }

    .news__block.news .content__title h1 {
        font-size: 26px;
        line-height: 32px
    }

    .content__title h2, .content__title h3 {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 15px
    }

    .content__release__img {
        max-width: 80%
    }

    .subscribe {
        padding: 35px 15px
    }

    .content__base.content-two .content__tile {
        margin-bottom: 20px !important
    }

    .subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .subscribe span {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
        margin-left: 0
    }

    .content__choice {
        padding: 20px 10px 0 10px
    }

    .hidden-desktop {
        display: none
    }

    .hidden-mobile {
        display: block
    }

    .hidden-mobile .content__tile {
        margin-bottom: 0
    }

    .news__block .content__news__before {
        position: relative;
        bottom: 35%;
        color: inherit;
        z-index: 8;
        margin-left: 45px;
        font-size: 20px;
        line-height: 28px
    }

    .news__block .content__news__before:before {
        left: -43px
    }

    .content__video:before {
        margin-top: -30px;
        margin-left: -30px;
        width: 60px;
        height: 60px
    }

    .content__table table tr td {
        font-size: 18px;
        padding: 0 45px 0 0
    }

    .reference__img span {
        bottom: 32px;
        padding: 2px 7px
    }

    .reference__img {
        width: 140px;
        height: 140px
    }

    .content__table table tr {
        border-bottom: 1px solid #f0f1f2
    }

    .content__news__load.absolute {
        position: absolute;
        bottom: 0;
        border: 1px solid #fff;
        color: #fff;
        z-index: 5;
        left: 20px;
        width: 92%
    }

    .content__news__box.press .content__news__link:before {
        bottom: auto
    }

    .content__question {
        margin-top: 50px;
        margin-bottom: 30px;
        padding: 25px
    }

    .content__release {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .content__choice__img {
        display: none
    }

    .content__base .content__tile {
        width: 100% !important
    }

    .content__base .content__tile-full {
        width: 100% !important
    }

    .content__base.content-two.chronicle .content__news__item {
        display: none
    }

    .content__base.content-two.chronicle .ch-height .content__tile-full {
        height: 400px
    }

    .content__base.content-two.chronicle .ch-height .content__tile-full img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .content__base.content-two.chronicle .content__news__item:nth-of-type(5) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .content__base.content-two.chronicle .content__news__item:nth-of-type(2) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .content__base.content-two.chronicle .content__news__item:nth-of-type(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .content__base.content-two.chronicle .content__news__item:nth-of-type(4) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .author-box__item {
        width: 46% !important
    }

    .author-box__item .author-box__img {
        margin-bottom: 23px;
        width: 100%
    }

    .materials.archive .materials__img {
        display: none
    }

    .materials.archive .materials__rubric {
        margin-bottom: 10px
    }

    .content__tile-full span {
        left: 22px;
        right: 22px;
        bottom: 20px
    }

    .archiv-num .archive {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .archiv-num .archive__bl {
        width: 78%
    }

    .archive__date, .archive__number {
        font-size: 16px;
        line-height: 20px
    }

    .content__video {
        height: 260px
    }

    .materials.author.change .materials__times.hide {
        display: none
    }

    .footer__contact {
        margin-bottom: 25px
    }

    .footer__info span {
        margin-bottom: 12px
    }

    .footer__info {
        margin-bottom: 27px
    }

    .footer__design {
        margin-top: 0
    }

    .about-box-hide-mob {
        display: none
    }

    .about-box {
        margin-bottom: 10px;
        margin-top: -5px
    }

    .author-tabs ~ .content__news__load.hidden {
        margin-bottom: 88px
    }

    .about__author {
        margin-top: 15px
    }

    .opinion__box.inside .opinion__about {
        margin-top: 30px
    }

    .opinion__position {
        margin-bottom: 18px
    }

    .opinion__box .opinion__text {
        margin-bottom: 30px
    }

    .materials.author.change .materials__name {
        display: none
    }

    .materials.author.change .materials__title {
        margin-bottom: 0
    }

    .materials.author.change .eye {
        top: 0 !important;
        right: 0 !important
    }

    .materials.author.change .materials__item:first-child {
        margin-top: 40px
    }

    .about__author ~ .pagination {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .about__author ~ .pagination-arrow {
        margin-left: 0
    }

    .content {
        padding-top: 130px
    }

    .news__block.agreements ol {
        margin-top: 15px
    }

    .news__block.agreements .content__notice {
        margin-bottom: 35px
    }

    .news__block.agreements ol > li ol {
        margin-bottom: 35px
    }

    .content__main.rubric .content__title {
        margin-bottom: 20px
    }

    .pagination {
        max-width: 310px;
        margin-left: 0 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pagination-arrow {
        margin-left: 0
    }

    .content__main.rubric .pagination {
        margin-bottom: 60px !important
    }

    .content__base.content-two .rubric .content__tile:last-child {
        margin-bottom: 50px !important
    }

    .content__base.content-two .content__date {
        margin-right: 7px
    }

    .content__base.content-two .content__date:before {
        left: 15px
    }

    .content-two .content__news .content__news__item:last-child {
        margin-bottom: 15px
    }

    .content__news.rubric.mobil-show .content__news__load {
        margin-top: 15px;
        margin-bottom: 45px
    }

    .content__flex .content__main.rubric .content__box.incident.change-first {
        margin-bottom: 50px
    }

    .content__flex .content__main.rubric .content__news.rubric.mobil-show ~ .tabs {
        margin-bottom: 100px
    }

    .content__flex .content__main.rubric .content__box.incident.change {
        margin-bottom: 50px
    }

    .content__flex .content__main.rubric .content__box.incident.change .content__tile-title {
        font-size: 20px;
        line-height: 28px
    }

    .content__flex .content__main.rubric .content__news__box.hidden-mobile {
        padding: 48px 20px 0 20px;
        margin-bottom: 30px
    }

    .content__flex .content__main.rubric .content__news__box.hidden-mobile .photo-slider {
        margin-bottom: 30px;
        margin-top: 20px
    }

    .content__flex .content__main.rubric .content__news__box.hidden-mobile + .content__box.politics.change {
        margin-top: 50px
    }

    .content__flex .content__main.rubric .content__box.politics.change .content__news__title {
        margin-top: 0
    }

    .content__flex .content__main.rubric .tabs__box {
        padding-top: 40px
    }

    .content__flex .content__main.rubric .content__tile-img {
        margin-bottom: 0 !important
    }

    .content__news__item .content__news__link {
        margin-top: -3px
    }

    .archive__bl {
        margin-bottom: 0
    }

    .tabs.tabs-gallery.archiv-num .arrow {
        right: 15px
    }

    .tabs.tabs-gallery.archiv-num .bv_atual {
        padding: 18px 46px 18px 20px !important
    }

    .tabs.tabs-gallery.archiv-num .select-tab.hidden {
        min-width: 151px;
        margin-left: -3px
    }

    .tabs.tabs-gallery.archiv-num .select-tab.hidden .bv_mainselect {
        width: 100%
    }

    .tabs.tabs-gallery.archiv-num .bv_atual {
        padding: 13px 40px 13px 20px !important
    }

    .tabs-gallery.archiv-num .tabs__box {
        border-top: 1px solid #1b1c1c
    }

    .slider-arh .pagination {
        max-width: 100%
    }

    .archive__arrows {
        width: 82%;
        margin: 10px 0 27px
    }

    .icons-nav {
        margin-bottom: -40px;
        margin-right: -17px
    }

    .pagination-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .news__block.news .content__title h2, .news__block.news .content__title h3 {
        margin-bottom: 15px
    }

    .news__block.news ul {
        margin-bottom: 25px
    }

    .news__block.news .reference {
        padding: 30px 15px 30px 15px
    }

    .reference__img {
        margin-top: -69px
    }

    .content__video-box {
        margin: 40px 0 30px 0
    }

    .content__video-box p {
        margin-top: 18px
    }

    .news__block.news .text-box__item .content__news__box.bord {
        margin-top: 40px;
        margin-bottom: 20px
    }

    .reference__img-name {
        left: 90px
    }

    .text-box__item:last-child .text-box__notice {
        margin: 40px 0 30px
    }

    .reference.reference--mg.full-width {
        margin-top: 40px
    }

    .news__block.news {
        margin-bottom: 40px
    }

    .branding-baner2 {
        margin-bottom: 25px
    }

    .content__main.padding .branding-baner3__item2:last-child {
        margin-bottom: 20px
    }

    .news__block.opinion .opinion__text {
        margin-bottom: 20px
    }

    .news__block.opinion .opinion__news.font .content__tile-top {
        margin-top: -5px
    }

    .opinion__button.mobil {
        margin-top: 20px
    }

    .news__block.question .content__notice_ {
        padding: 27px
    }

    .news__block.question .content__notice_ {
        margin-top: 0;
        top: -120px;
        margin-bottom: -80px
    }

    .picture.question {
        margin-bottom: -35px !important
    }

    .news__block.question .comments__item {
        padding-bottom: 25px;
        border-bottom: 1px solid #f0f1f2
    }

    .news__block.question .comments__item + .comments__review {
        padding-top: 0
    }

    .news__block.question .comments__review {
        border-bottom: 1px solid #f0f1f2;
        padding-top: 25px
    }

    .news__block.question .comments__review:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .news__block.opinion .tabs__box.padding {
        padding-top: 25px
    }

    .comments__insert {
        width: 51%
    }

    .comments__review:hover .comments__review__reply {
        margin-top: -14px
    }

    .question .subscribe .header__social a.odnoklassniki {
        margin-left: 12px;
        -webkit-background-size: contain;
        background-size: contain;
        height: 16px
    }

    .news__block.question .subscribe .header__social {
        width: 225px;
        height: 18px;
        overflow: hidden
    }

    .news__block.question .subscribe .header__social a.facebook {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .news__block.question .subscribe .header__social a {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .news__block.question .comments__name {
        padding: 2px 1px 0 2px
    }

    .content__base.content-two.chronicle .content__tile-title {
        font-size: 20px;
        line-height: 28px
    }

    .content.content__flex.chronic .content__news__title {
        margin-bottom: 30px
    }

    .content__base.content-two .rubric .content__tile:last-child {
        margin-bottom: 0 !important
    }

    .chronicle .ch-height .content__tile-full .counter, .chronicle .ch-height .content__tile-full .eye {
        bottom: 32px !important;
        top: auto !important;
        right: 32px !important
    }

    .content.content__flex.chronic {
        padding-top: 85px
    }

    .content.content__flex.chronic .quote {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .content.content__flex.chronic .content__picture-day {
        margin-top: 40px
    }

    .content.content__flex.chronic .content__box.live .content__picture-day {
        margin-bottom: 20px
    }

    .content.content__flex.chronic .live-box .content__tile-full.live-height {
        margin-bottom: 20px
    }

    .content.content__flex.chronic .content__news__load {
        margin: 26px 0 54px
    }

    .content.content__flex.chronic .content__main .content__tile, .content.content__flex.chronic .content__main .content__tile-full {
        margin-bottom: 30px
    }

    .content.content__flex.chronic .news__block {
        margin-bottom: 35px
    }

    .content__tile-img:after {
        background: rgba(0, 0, 0, .4)
    }
}

@media screen and (max-width: 480px) {
    .content__news__box.scroll .js-append-news.height {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .tabs > a.tabs-link {
        margin-right: 25px !important
    }

    .rubric .tabs > label:first-of-type {
        margin-right: 0
    }

    .opinion__name.hide, .opinion__soname.hide {
        display: inline
    }

    .opinion__name.hide, .opinion__soname.hide {
        padding: 2px 3px 0 1px;
        margin-right: -4px
    }

    .opinion__name.line.desc {
        display: none
    }

    .tabs-tegs label {
        margin-right: 30px !important
    }

    .author-box__list {
        width: 100%
    }

    .author-box__list__link.tabsActive a {
        display: block
    }

    .author-box__list-large.tabsActive {
        color: #f70;
        font-size: 60px;
        letter-spacing: 5px;
        line-height: 83px
    }

    .author-box__list-large {
        cursor: pointer
    }

    .author-box.letters {
        padding-left: 30px
    }

    .author-box.letters {
        margin-top: 30px
    }

    .author-box__list a {
        margin-left: 70px
    }

    .author-box__list__link {
        margin-bottom: 60px
    }

    .author-box__list-large {
        color: #f70;
        font-size: 60px;
        letter-spacing: 5px;
        line-height: 83px
    }

    .pagination a {
        font-size: 15px;
        margin-right: 5px;
        min-width: 26px
    }

    .content__video, .plyr__video-embed {
        height: 310px
    }

    .content__news__box.hidden-mobile .photo-slider .photo__item a img {
        width: 116%
    }
}

@media screen and (max-width: 460px) {
    .filter-popup.active {
        width: 93%
    }
}

@media screen and (max-width: 440px) {
    .select-tab .bv_mainselect .arrow {
        top: 14px
    }

    #myCalendar1.vanilla-calendar .calendar-grid {
        padding: 20px 0 0 0 !important;
        margin-left: 10px !important
    }

    #myCalendar1 .current.today ~ div {
        margin-left: -12px !important
    }

    #myCalendar1.vanilla-calendar {
        width: 100%
    }

    .about__author.archive-block .select-tab.select-flex #selectbox3 + div > .bv_atual {
        width: 83px !important;
        padding: 13px 60px 13px 23px
    }

    .about__author.archive-block .select-tab.select-flex #selectbox3 + div > .bv_atual .arrow {
        right: 15px;
        top: 16px
    }

    .about__author.archive-block .select-tab.select-flex #selectbox3 + div > .bv_atual, .about__author.archive-block .select-tab.select-flex #selectbox4 + div > .bv_atual, .about__author.archive-block .select-tab.select-flex #selectbox5 + div > .bv_atual {
        padding: 13px 40px 13px 20px !important;
        width: auto !important
    }

    .select-tab .bv_ul_inner li:first-child {
        margin-top: 2px
    }

    .select-tab .bv_ul_inner li {
        margin-bottom: 10px !important
    }

    .about__author.archive-block .select-tab.select-flex .arrow {
        right: 27px
    }

    .about__author.archive-block .select-tab.select-flex #selectbox4 + div > .bv_atual .arrows_bv {
        right: 15px;
        top: 16px
    }

    .select-tab .bv_ul_inner li {
        margin-left: 10px
    }

    .about__author.archive-block .select-tab.select-flex #selectbox5 + div > .bv_atual {
        width: auto !important;
        padding: 13px 22px 13px 17px
    }

    .about__author.archive-block .select-tab.select-flex #selectbox5 + div > .bv_atual .arrow {
        right: 15px;
        top: 16px
    }

    .opinion__img {
        height: 220px;
        margin-right: 20px
    }

    .archive__select .select_mate {
        width: 100%
    }

    .archive__select .cont_select_int {
        width: 117%
    }

    .content__choice__describe {
        font-size: 20px;
        line-height: 24px
    }

    .content__news__load.absolute {
        width: 88%
    }

    .materials__img {
        height: 180px
    }

    .content__base.chronicle .news__block .content__tile .content__tile-img {
        height: 208px
    }

    .content__base.chronicle .content__box.economics .content__tile-img {
        height: 208px
    }

    .content__question a {
        width: 139px
    }
}

@media screen and (max-width: 412px) {
    .content__question {
        text-align: inherit
    }
}

@media screen and (max-width: 400px) {
    .calendar-grid .dselected {
        margin-left: 0;
        padding-left: 0
    }

    .container .calendar-day {
        width: auto !important
    }

    .vanilla-calendar .calendar-grid {
        margin-left: 10px !important
    }

    .dinactive {
        margin-left: 0;
        padding-left: 0
    }

    .calendar-grid div {
        width: auto !important
    }

    .dselected.current.today {
        max-width: initial !important
    }

    .dselected.current.today:before {
        display: none !important
    }

    .tabs > a.tabs-link {
        margin-right: 15px !important
    }

    .tabs-tegs label {
        margin-right: 15px !important
    }

    .content__release__img {
        max-width: 100%
    }

    .content__video, .plyr__video-embed {
        height: 280px
    }

    .breadcrumb-box .archive__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .breadcrumb-box .archive__buttons .download-btn {
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px
    }

    .breadcrumb-box .archive__buttons a, .breadcrumb-box .archive__buttons buttons {
        width: 100%;
        max-width: 100%
    }

    .article__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .article .article__item .content__tile-full {
        width: 100% !important
    }

    .article__item .article__img {
        width: 100%;
        margin-top: 20px
    }
}

@media screen and (max-width: 390px) {
    .filter-popup.active {
        width: 92%
    }
}

@media screen and (max-width: 350px) {
    .filter-popup.active {
        width: 91%
    }

    .news__block.brand .advertising.contacts {
        padding: 20px
    }
}

@media screen and (max-width: 367px) {
    .tabs-tegs label {
        margin-right: 10px !important
    }

    .content__box.economics .content__tile-title {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        max-height: 150px
    }

    .culture .header__title-top {
        font-size: 17px
    }

    .about-box__right.mob {
        width: 100% !important
    }

    .tabs > a.tabs-link {
        margin-right: 10px !important
    }

    .content__video, .plyr__video-embed {
        height: 250px
    }

    .advertising {
        padding: 10px
    }

    .archive__select select {
        padding: 0 15px
    }

    .content__news__title a {
        margin-left: 20px
    }

    .content__news__box.hidden-mobile .photo-slider .photo__item a img {
        width: 119%
    }
}

.lg {
    display: inline;
    color: #999;
    padding: .5em;
    position: relative;
    cursor: pointer;
    border: 1px solid grey;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.lg:before {
    content: "\25BC";
    color: #999;
    display: inline-block;
    width: 1em;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.lg:hover, .lg:hover:before {
    color: #000
}

.popover {
    position: absolute;
    opacity: 0;
    z-index: 100;
    -webkit-transform: scale(.8) translateX(-50%);
    -ms-transform: scale(.8) translateX(-50%);
    transform: scale(.8) translateX(-50%);
    left: 50%;
    top: 110%;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: .4s cubic-bezier(.3, 0, 0, 1.3);
    -o-transition: .4s cubic-bezier(.3, 0, 0, 1.3);
    transition: .4s cubic-bezier(.3, 0, 0, 1.3);
    pointer-events: none;
    white-space: nowrap
}

.popover.visible {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    pointer-events: auto
}

.popover {
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 13px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    color: #fff
}

.popover ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.popover:after, .popover:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.popover:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px
}

.popover:before {
    border-color: transparent;
    border-width: 9px;
    margin-left: -9px
}

.popover li:first-child {
    border-top: 0
}

.popover a {
    text-decoration: none;
    display: block;
    padding: .5em .8em;
    text-align: center
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper {
    width: 100%
}

.gallery-top {
    height: 80%;
    width: 100%;
    margin-left: 0;
    margin-right: 40px
}

.gallery-thumbs {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0
}

.gallery-thumbs .swiper-slide {
    height: 100%
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: .7
}

.photo-slider {
    margin-bottom: 50px;
    margin-top: 25px
}

.photo-slider .photo__item {
    margin-top: 0;
    margin-bottom: 0
}

.photo-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.photo-slider .swiper-slide a {
    width: 100%
}

.show-btn.active {
    display: none
}

.hamburger {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

.hamburger.active .bar1, .hamburger.active .bar4 {
    background: #000
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #f70;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute
}

.bar1 {
    top: 0
}

.bar2, .bar3 {
    top: 13.5px
}

.bar3 {
    width: 35px !important
}

.bar4 {
    bottom: 0;
    width: 20px !important
}

.checkbox1:checked + label > .hamburger1 > .bar1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 5%;
    -ms-transform-origin: 5%;
    transform-origin: 5%;
    width: 41px !important
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    background-color: transparent
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    background-color: transparent
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
    -webkit-transform-origin: 5%;
    -ms-transform-origin: 5%;
    transform-origin: 5%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 41px !important
}

.menu-mob input {
    display: none
}

.menu-mob label {
    width: 100%;
    height: 100%
}

.vanilla-calendar.calendar- {
    padding: 25px
}

.vanilla-calendar.calendar- .vanilla-calendar-week {
    background-color: #fff !important
}

.vanilla-calendar.calendar- .vanilla-calendar-week span {
    color: #1b1c1c;
    font-size: 12px;
    text-transform: lowercase;
    letter-spacing: .8px;
    line-height: 15px;
    text-align: center;
    opacity: .2
}

.vanilla-calendar.calendar- .vanilla-calendar-date {
    height: 30px;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 3px
}

.vanilla-calendar.calendar- .vanilla-calendar-date--today {
    background: 0 0
}

.vanilla-calendar.calendar- .vanilla-calendar-date--selected {
    background-color: #f70
}

.vanilla-calendar.calendar- .vanilla-calendar-date--selected span {
    color: #fff !important
}

.vanilla-calendar.calendar- .vanilla-calendar-date--selected ~ .vanilla-calendar-date--active {
    background: #fff0e3
}

.vanilla-calendar.calendar- .vanilla-calendar-date--selected ~ .vanilla-calendar-date--active span {
    color: #f70
}

.vanilla-calendar.calendar- .vanilla-calendar-date span {
    color: #1b1c1c;
    font-size: 15px;
    font-family: IBMPlexSans-Bold, sans-serif;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px
}

.download-btn, .subscription-btn_ {
    background-color: #f70
}

.slider-arh .tabsNavBtn:first-child {
    margin-right: 35px
}

.tabs > div {
    border-top: 1px solid #f0f1f2
}

.rubric .tabs > div, .tabs-gallery .tabs__box {
    border-top: 1px solid
}

.tabs > label {
    font-family: IBMPlexSans-Medium, sans-serif
}

.shadow {
    position: relative
}

.shadow:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    border-bottom: 10px solid #fff;
    pointer-events: none
}

.hidden-btn {
    margin-top: 10px
}

.tabs-gallery .content__tile-link_ {
    font-size: 20px;
    line-height: 28px
}

[data-app=calendar-app] {
    margin: 20px
}

.container .vanilla-calendar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3px 28px 19px !important
}

.container .vanilla-calendar-header div {
    color: #1b1c1c;
    font-family: IBMPlexSans-Bold, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: lowercase
}

.container .vanilla-calendar-header button {
    outline: 0;
    border: none;
    background: #fff
}

.container .calendar-day {
    height: 19px;
    padding-bottom: 19px;
    width: 30px;
    opacity: .2;
    color: #1b1c1c;
    font-family: IBMPlexSans-Regular, sans-serif;
    font-size: 12px;
    letter-spacing: .8px;
    line-height: 15px;
    text-align: center;
    text-transform: lowercase
}

.vanilla-calendar {
    padding: 24px 0 24px
}

.vanilla-calendar .calendar-grid {
    padding: 20px 10px 0 0;
    overflow: hidden;
    margin-left: 30px
}

.vanilla-calendar .calendar-day, .vanilla-calendar .nexts, .vanilla-calendar .prevs {
    pointer-events: none
}

.calendar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    min-height: 60px
}

.calendar-nav * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    text-align: center
}

.calendar-nav button {
    height: 50px;
    background: 0 0;
    border: none;
    color: transparent
}

.calendar-btn:first-child::before {
    content: '';
    background: url("/../user/img/newspaper preview/prev issue-kal.svg");
    color: #000;
    width: 17px;
    height: 14px;
    display: block
}

.container .select-inside .bv_mainselect {
    color: #1b1c1c !important;
    font-family: IBMPlexSans-Bold, sans-serif;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    line-height: 19px !important;
    text-transform: lowercase !important;
    background: 0 0 !important;
    cursor: pointer;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    font-weight: 700;
    padding-right: 20px;
    margin-right: 15px
}

.container .select-inside .bv_mainselect .bv_ul_inner {
    width: auto !important;
    overflow-x: hidden;
    top: 20px;
    left: -14px
}

.container .select-inside .bv_mainselect .bv_ul_inner li {
    margin-left: 5px
}

.container .select-inside .bv_mainselect .arrows_bv {
    top: 0 !important;
    right: -20px !important
}

.container .select-inside .bv_mainselect > div {
    background: 0 0 !important;
    padding: 0 !important
}

.calendar-btn:last-child::after {
    content: '';
    background: url("/../user/img/newspaper preview/next issue-kal.svg");
    color: #000;
    width: 17px;
    height: 14px;
    display: block
}

.calendar-btn {
    cursor: pointer
}

.calendar-grid {
    display: grid;
    grid-template-columns:repeat(7, 1fr);
    gap: 3px 0;
    text-align: center
}

.calendar-grid div {
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.today {
    background-color: #f70;
    color: #fff !important;
    width: 30px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    position: relative
}

.dselected.current.today {
    background-color: #f70;
    color: #fff !important;
    width: 100% !important;
    max-width: 30px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    position: relative;
    z-index: 2
}

.dselected.current.today:before {
    content: '';
    display: block;
    width: 18px;
    left: -18px;
    height: 30px;
    background: #fff0e3;
    position: absolute
}

.nexts, .prevs {
    height: 19px;
    width: auto;
    opacity: .2;
    color: #1b1c1c;
    font-family: IBMPlexSans-Bold, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center
}

.current {
    color: #1b1c1c;
    font-family: IBMPlexSans-Bold, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center
}

.current.active {
    color: #f70
}

.select-inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.select-inside ul div {
    display: none
}

.select-inside ul div:after {
    display: none
}

.select-inside ul {
    cursor: pointer;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    color: #1b1c1c;
    font-family: IBMPlexSans-Bold, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    position: relative;
    margin-right: 30px
}

.select-inside ul span.active + div {
    display: block;
    position: absolute;
    background: #fff;
    padding: 0 10px;
    z-index: 9;
    left: -10px;
    top: 20px;
    height: 210px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .08)
}

.select-inside ul span.active + div li.active {
    color: #f70 !important
}

.select-inside ul span.active + div li {
    list-style-type: none;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 19px;
    margin-bottom: 10px;
    padding-left: 0
}

.select-inside ul span.active + div li:first-child {
    color: #f70
}

.select-inside ul span.active + div li::marker {
    display: none
}

.select-inside ul:after {
    background: url(/../user/img/misc/arrow-filter.svg);
    content: '';
    display: block;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 7px;
    right: -20px
}

.select-inside ul li:first-child {
    margin-top: 10px
}

.select-inside ul span.active + div {
    width: 100px
}

.select-inside #select-year span.active + div {
    width: 70px
}

.bv_ul_inner, .select-inside ul span.active + div {
    max-height: 290px;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    border-right: 5px solid #fff !important;
    border-top: 7px solid #fff !important
}

.bv_ul_inner::-webkit-scrollbar, .select-inside ul span.active + div::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    border-right: 6px solid #fff
}

.bv_ul_inner::-webkit-scrollbar-thumb, .select-inside ul span.active + div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #f7f7f8
}

.popup-likes {
    display: none
}

.popup-likes.active {
    display: block
}

.b-container {
    width: 200px;
    height: 150px;
    background-color: #ccc;
    margin: 0 auto;
    padding: 10px;
    font-size: 30px;
    color: #fff
}

.b-popup {
    width: 100%;
    height: 2000px;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
    position: fixed;
    z-index: 9999999999;
    top: 0
}

.b-popup-title {
    display: block;
    font-size: 30px;
    margin-bottom: 15px
}

.b-popup-closed {
    width: 15px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 10px
}

.b-popup .b-popup-content {
    margin: 40vh auto 0 auto;
    width: 100%;
    height: auto;
    max-width: 500px;
    padding: 10px;
    background-color: #c5c5c5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.tabs > input[type=radio]:checked + label:before {
    height: 4px;
    bottom: -1px
}

.tabs-gallery .empty-img {
    position: relative
}

.tabs-gallery .empty-img:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.tabs-gallery .empty-img:after {
    content: '';
    position: absolute;
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 2
}

.fls-slide .swiper-slide img {
    margin: 0 auto 30px
}

.slider-nav-ar .swiper-slide img {
    margin: 0 auto
}

.branding-baner3__item2.height168, .branding-baner3__item2.height247 {
    height: auto;
    background-color: #fff
}

.branding-baner3__item2.height168 .branding-sp, .branding-baner3__item2.height247 .branding-sp {
    opacity: 1
}

.content__base.content-two .content__news__box.scroll .js-append-news {
    max-height: 450px
}

.content__base.content-two.chronicle .content__news__box.scroll .js-append-news {
    max-height: 680px
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}