/* http://meyerweb.com/eric/tools/css/reset/
   v3.0 | 20180413
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }
/*==========================================================================
    Custom fonts
==========================================================================*/
@font-face {
    /* Super Modern Browsers */
    /* Pretty Modern Browsers */
    font-family: RobotoRegular;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/RobotoRegular.woff2") format("woff2"), url("../fonts/RobotoRegular.woff") format("woff"); }

@font-face {
    /* Super Modern Browsers */
    /* Pretty Modern Browsers */
    font-family: RobotoLight;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/RobotoLight.woff2") format("woff2"), url("../fonts/RobotoLight.woff") format("woff"); }

@font-face {
    /* Super Modern Browsers */
    /* Pretty Modern Browsers */
    font-family: RobotoMedium;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/RobotoMedium.woff2") format("woff2"), url("../fonts/RobotoMedium.woff") format("woff"); }

@font-face {
    /* Super Modern Browsers */
    /* Pretty Modern Browsers */
    font-family: RobotoSemiBold;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/RobotoSemiBold.woff2") format("woff2"), url("../fonts/RobotoSemiBold.woff") format("woff"); }

@font-face {
    /* Super Modern Browsers */
    /* Pretty Modern Browsers */
    font-family: RobotoBold;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff"); }

@font-face {
    /* Super Modern Browsers */
    /* Pretty Modern Browsers */
    font-family: AkrobatRegular;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/AkrobatRegular.woff2") format("woff2"), url("../fonts/AkrobatRegular.woff") format("woff"); }

@font-face {
    /* Super Modern Browsers */
    /* Pretty Modern Browsers */
    font-family: AkrobatLight;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/AkrobatLight.woff2") format("woff2"), url("../fonts/AkrobatLight.woff") format("woff"); }

@font-face {
    /* Super Modern Browsers */
    /* Pretty Modern Browsers */
    font-family: AkrobatSemiBold;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/AkrobatSemiBold.woff2") format("woff2"), url("../fonts/AkrobatSemiBold.woff") format("woff"); }

@font-face {
    /* Super Modern Browsers */
    /* Pretty Modern Browsers */
    font-family: AkrobatBold;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/AkrobatBold.woff2") format("woff2"), url("../fonts/AkrobatBold.woff") format("woff"); }

@font-face {
    /* Pretty Modern Browsers */
    font-family: GeorgiaItalic;
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/GeorgiaItalic.woff") format("woff"); }

/*==========================================================================
    HTML, BODY styles
==========================================================================*/
html {
    height: 100%; }

body {
    background-color: #eff0f2;
    color: #333;
    height: 100%;
    line-height: 1.2;
    min-width: 1320px;
    width: 100%; }

body.is-fixed {
    overflow: hidden; }

/*==========================================================================
    ruble sign
==========================================================================*/
@supports (-moz-osx-font-smoothing: auto) {
    /* Detect Mac Firefox 25 or newer */
    font-family: "Helvetica Neue"; }

/*==========================================================================
   layout / grid
==========================================================================*/
.container {
    min-height: 100%;
    min-width: 320px;
    overflow: hidden; }

.visually-hidden {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 1px; }

div:focus,
span:focus,
input:focus,
button:focus {
    outline: none; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header-search {
    display: block;
    height: 20px;
    width: 20px; }
    .header-search::before {
        -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
        background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
        content: '';
        display: block;
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: height 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s;
        width: 0%;
        z-index: -2; }
    .header-search.is-active::before {
        height: 100%;
        opacity: 1;
        transition: height 0s ease 0s, opacity 0.3s ease, width 0s ease 0s;
        width: 100%; }
    .header-search__open-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        outline: none;
        padding: 0;
        position: relative;
        transition: opacity 0.3s ease;
        width: 100%; }
    .header-search__open-button:hover {
        opacity: 0.5; }
    .header-search__open-button::before, .header-search__open-button::after {
        background-color: #ccc;
        bottom: 0;
        content: '';
        display: none;
        height: 3px;
        left: 1px;
        margin: auto 0;
        position: absolute;
        right: 1px;
        top: 0;
        transform-origin: 50% 50%; }
    .header-search__open-button::before {
        transform: rotate(45deg); }
    .header-search__open-button::after {
        transform: rotate(-45deg); }
    .header-search.is-active .header-search__open-button::before,
    .header-search.is-active .header-search__open-button::after {
        display: block; }
    .header-search__open-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search.is-active .header-search__open-button-icon {
        display: none; }
    .header-search__form {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        left: 0;
        opacity: 0;
        padding: 0 60px;
        position: absolute;
        top: -100px;
        transition: opacity 0.3s ease, top 0s ease 0.3s;
        width: 100%;
        z-index: -2; }
    .header-search__form::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -2; }
    .header-search.is-active .header-search__form {
        opacity: 1;
        top: 100%;
        transition: opacity 0.3s ease, top 0s ease 0s; }
    .header-search__input {
        background: none;
        border: none;
        color: #333;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 18px;
        height: 50px;
        outline: none; }
        .header-search__input::-webkit-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-ms-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-moz-placeholder {
            /* Firefox 18- */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input::-moz-placeholder {
            /* Firefox 19+ */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
    .header-search__input:focus::-webkit-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-ms-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .header-search__input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
    .header-search__submit-button {
        background: none;
        border: none;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 0;
        transition: opacity 0.3s ease;
        width: 20px; }
    .header-search__submit-button:hover {
        opacity: 0.5; }
    .header-search__submit-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search__form-warning {
        color: #999;
        display: none;
        font-family: RobotoRegular;
        font-size: 13px;
        left: 60px;
        padding-left: 26px;
        position: absolute;
        top: 10px; }
    .header-search__form.not-valid .header-search__form-warning {
        display: block; }
    .header-search__form-warning-icon {
        bottom: 0;
        display: block;
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 16px; }

.header-menu {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }
    .header-menu__wrapper {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .header-menu__wrapper::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header-menu__wrapper.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10; }
    .header-menu__body {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 60px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 60px;
        position: relative; }
    .header-menu__logo {
        display: none;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 50px;
        position: relative;
        z-index: 1; }
    .is-fixed .header-menu__logo {
        display: block; }
    .header-menu__logo-icon {
        display: block;
        height: 30px;
        width: 30px; }
    .header-menu__top-nav {
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    .is-fixed .header-menu__top-nav {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 40px;
        -ms-flex-order: 1;
            order: 1;
        position: static;
        width: auto; }
    .is-fixed .header-menu__top-nav-body {
        box-sizing: border-box;
        display: none;
        margin-top: -18px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 100%; }
    .is-fixed .header-menu__top-nav:hover .header-menu__top-nav-body {
        display: block; }
    .header-menu__bottom-nav {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-menu__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px; }
    .is-fixed .header-menu__burger-button {
        display: block; }
    .header-menu__burger-button-body {
        border-bottom: 3px solid currentColor;
        border-top: 3px solid currentColor;
        bottom: 0;
        box-sizing: border-box;
        color: #0070c0;
        height: 17px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .header-menu__top-nav:hover .header-menu__burger-button-body {
        color: #ccc; }
    .header-menu__burger-button-body::before {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .header-menu__search {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 62px;
        -ms-flex-order: 1;
            order: 1; }
    .is-fixed .header-menu__search {
        margin-left: 30px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header {
    margin-bottom: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4; }
    .header:before {
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
        content: '';
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header__body {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 30px 40px; }
    .header__logo {
        display: block;
        height: 80px;
        margin: 0 auto;
        width: 265px; }
    .header__logo-icon {
        display: block;
        height: 100%;
        width: 100%; }

.social-links {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .social-links__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .social-links__item + .social-links__item {
        margin-left: 10px; }
    .social-links__link {
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        transition: opacity 0.3s ease;
        width: 30px; }
    .social-links__link:hover {
        opacity: 0.75; }
    .social-links__link_facebook {
        background-color: #4267b2; }
    .social-links__link_vkontakte {
        background-color: #4a76a8; }
    .social-links__link_youtube {
        background-color: #dd2c28; }
    .social-links__link_telegram {
        background-color: #40a7e3; }
    .social-links__logo {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 16px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px; }

.button-scroll-top {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 100px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 50px;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: max-height 0s ease 0.5s, max-width 0s ease 0.5s, opacity 0.5s ease;
    width: 50px;
    z-index: 2; }
    .button-scroll-top:hover {
        opacity: 0.5; }
    .button-scroll-top__icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }

.button-scroll-top_visible {
    max-height: 999px;
    max-width: 999px;
    opacity: 1;
    transition: max-height 0s ease 0s, max-width 0s ease 0s, opacity 0.5s ease; }

.footer {
    background-color: #202540;
    color: #fff; }
    .footer__body {
        -ms-flex-align: start;
            align-items: flex-start;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 400px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 28px 60px 0;
        position: relative; }
    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 18px;
        margin-bottom: 22px;
        width: 100%; }
    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 340px; }
    .footer__contact {
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoRegular;
        font-size: 14px; }
    .footer__contact_not-first {
        margin-top: 5px; }
    .footer__contact-name {
        width: 80px; }
    .footer__contact-link {
        color: #fff;
        text-decoration: none; }
    .footer__contact-link:hover {
        opacity: 0.5; }
    .footer__social-links {
        margin-top: 32px; }
    .footer__terms {
        margin-top: 14px; }
    .footer__terms-link {
        color: #fff;
        font-family: RobotoRegular;
        font-size: 13px;
        text-decoration: none; }
    .footer__terms-link:hover {
        opacity: 0.5; }
    .footer__text {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 40px;
        max-width: 680px;
        width: calc(100% - 380px); }
    .footer__logos {
        -ms-flex-align: center;
            align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        font-weight: 400;
        height: 120px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        line-height: 21px;
        margin-top: 40px;
        position: relative;
        width: 100%; }
    .footer__logos::before {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        content: "";
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0; }
    .footer__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .footer__logo_russian-world {
        padding-left: 66px; }
    .footer__logo_runet {
        padding-left: 62px; }
    .footer__logo_nologostudio {
        padding: 0 68px 0 40px; }
    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.25;
        position: absolute;
        top: 0; }
    .footer__logo-icon_russian-world {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo-icon_runet {
        height: 40px;
        width: 46px; }
    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer__logo-link:hover ~ .footer__logo-icon_russian-world {
        opacity: 0.5; }
    .footer__logo-link:hover ~ .footer__logo-icon_nologostudio {
        opacity: 0.75; }
    .footer__logo-link {
        color: #fff;
        text-decoration: none; }
    .footer__logo-link:hover {
        color: rgba(255, 255, 255, 0.5); }
    .footer__logo-link:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .footer__logo_russian-world .footer__logo-link:before {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo_runet .footer__logo-link:before {
        height: 40px;
        width: 46px; }
    .footer__logo_nologostudio .footer__logo-link:before {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer .mylinks {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        max-width: 1320px;
        padding: 16px 60px; }
    .footer .mylinks a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: color 0.3s ease; }
    .footer .mylinks a:hover {
        color: #fff; }

.news-short-preview__time {
    font-family: RobotoMedium;
    font-size: 12px;
    color: #c00000; }

.news-short-preview__date {
    color: #999;
    font-family: RobotoRegular;
    padding-left: 4px; }

.news-short-preview__title {
    font-family: RobotoRegular;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    max-height: 6.4em;
    overflow: hidden; }

.news-short-preview__title-link {
    color: #333;
    text-decoration: none; }

.news-short-preview__title-link:hover {
    color: #0070c0; }

.news-short-previews {
    background-color: #fff;
    padding: 30px 20px; }
    .news-short-previews__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase; }
    .news-short-previews__list {
        margin: 20px 0 30px; }
    .news-short-previews__item_not-first {
        border-top: 1px solid #e5e5e5;
        margin-top: 18px;
        padding-top: 20px; }
    .news-short-previews__all-link {
        color: #0070c0;
        font-family: RobotoMedium;
        font-size: 13px;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-transform: uppercase; }
    .news-short-previews__all-link:hover {
        color: #333; }

.event-short-preview__date {
    color: #c00000;
    font-family: RobotoMedium;
    font-size: 12px; }

.event-short-preview__text {
    font-family: RobotoRegular;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px; }

.event-short-preview__text-link {
    color: #333;
    text-decoration: none; }

.event-short-preview__text-link:hover {
    color: #0070c0; }

.events-short-previews {
    background-color: #fff;
    padding: 30px 20px; }
    .events-short-previews__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase; }
    .events-short-previews__list {
        margin: 20px 0 30px; }
    .events-short-previews__item_not-first {
        border-top: 1px solid #e5e5e5;
        margin-top: 18px;
        padding-top: 20px; }
    .events-short-previews__all-link {
        color: #0070c0;
        font-family: RobotoMedium;
        font-size: 13px;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-transform: uppercase; }
    .events-short-previews__all-link:hover {
        color: #333; }

.project-preview {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    height: 200px;
    padding: 26px 0; }
    .project-preview__logo {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        text-align: center; }
    .project-preview__logo-image {
        display: inline-block;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: auto;
        margin: auto;
        max-width: 100%; }
    .project-preview__title {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-top: 20px;
        text-align: center; }
    .project-preview__title-link {
        color: #333;
        font-family: AkrobatRegular;
        font-size: 16px;
        line-height: 1.2;
        text-decoration: none; }
    .project-preview__title-link:hover {
        color: #0070c0; }

.projects-previews {
    background-color: #fff;
    padding: 0 20px; }
    .projects-previews__item_not-first {
        border-top: 1px solid #e5e5e5; }

.book-preview-compact {
    position: relative; }
    .book-preview-compact__cover {
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.25);
        display: block;
        height: 230px;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        width: 160px; }
    .book-preview-compact__cover_size-m {
        box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
        height: 270px;
        width: 180px; }
    .book-preview-compact__cover_logo {
        background-color: #f7f8fa;
        transition: background-color 0.3s ease; }
    .book-preview-compact__cover_logo:hover {
        background-color: #eff0f2; }
    .book-preview-compact__cover_image:before {
        background-color: #fff;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .book-preview-compact__cover_image:hover:before {
        opacity: 0.25; }
    .book-preview-compact__cover-logo {
        bottom: 0;
        display: block;
        height: 110px;
        left: -10px;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 140px; }
    .book-preview-compact__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }
    .book-preview-compact__title {
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 18px;
        max-height: 4.8em;
        overflow: hidden; }
    .book-preview-compact__title_size-m {
        font-family: AkrobatSemiBold;
        font-size: 16px;
        line-height: 1.44;
        max-height: 4.32em; }
    .book-preview-compact__title-link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .book-preview-compact__title-link:before {
        background-color: #fff;
        content: "";
        height: 230px;
        left: 0;
        max-width: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 160px; }
    .book-preview-compact__cover_size-m ~ .book-preview-compact__title .book-preview-compact__title-link:before {
        height: 270px;
        width: 180px; }
    .book-preview-compact__title-link:hover {
        color: #0070c0; }
    .book-preview-compact__title-link:hover:before {
        opacity: 0.25; }

.library {
    background-color: #fff;
    padding: 30px 20px; }
    .library__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase; }
    .library__list-wrapper {
        box-sizing: border-box;
        height: 300px;
        margin: 20px 0 30px -20px;
        overflow: hidden;
        padding-left: 20px;
        position: relative; }
    .library__list {
        width: 190px; }
    .library__item {
        height: 300px; }
    .library__navigation {
        display: block;
        left: 190px;
        position: absolute;
        top: 0;
        width: 30px; }
    .library__button {
        background-color: #32324b;
        border-radius: 50%;
        box-sizing: border-box;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        position: relative;
        width: 30px; }
    .library__button_next {
        transform: scaleY(-1); }
    .library__button:hover {
        background-color: #656578; }
    .library__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .library__fraction {
        color: #999;
        font-family: AkrobatSemiBold;
        font-size: 14px;
        height: 60px;
        line-height: 60px;
        margin: 0 -5px;
        text-align: center; }
    .library__all-link {
        color: #0070c0;
        font-family: RobotoMedium;
        font-size: 13px;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-transform: uppercase; }
    .library__all-link:hover {
        color: #333; }

.article-preview-topic {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 600px;
    -ms-flex-pack: end;
        justify-content: flex-end;
    position: relative; }
    .article-preview-topic__cover {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .article-preview-topic__cover::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .article-preview-topic__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }
    .article-preview-topic__tag {
        font-family: RobotoBold;
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 1.6;
        padding: 0 20px;
        position: relative;
        text-transform: uppercase; }
    .article-preview-topic__tag-link {
        color: #fff;
        text-decoration: none; }
    .article-preview-topic__tag-link:hover {
        opacity: 0.6; }
    .article-preview-topic__title {
        font-family: AkrobatBold;
        font-size: 40px;
        line-height: 1.18;
        margin-top: 4px;
        padding: 0 20px;
        position: relative; }
    .article-preview-topic__title-link {
        color: #fff;
        text-decoration: none; }
    .article-preview-topic__title-link:hover {
        opacity: 0.6; }
    .article-preview-topic__subtitle {
        font-family: RobotoRegular;
        font-size: 18px;
        line-height: 1.4;
        margin-top: 4px;
        padding: 0 20px;
        position: relative; }
    .article-preview-topic__content {
        background-size: 0;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 200px;
        margin-top: 10px;
        overflow: hidden;
        padding: 20px;
        position: relative;
        z-index: 1; }
    .article-preview-topic__content::before {
        background-image: inherit;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        -webkit-filter: blur(5px);
                filter: blur(5px);
        height: calc(100% + 5px);
        left: -2px;
        position: absolute;
        right: -2px;
        top: -5px;
        transform: scale(1, -1);
        z-index: -2; }
    .article-preview-topic__content::after {
        background-color: rgba(0, 0, 0, 0.75);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .article-preview-topic__announce {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 17px;
        max-height: 8em;
        overflow: hidden;
        width: 100%; }
    .article-preview-topic__date {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 12px; }
    .article-preview-topic__author {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview-topic__author::before {
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.5);
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview-topic__author-link {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none; }
    .article-preview-topic__author-link:hover {
        color: #fff; }

.article-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 200px;
    padding-left: 220px;
    position: relative; }
    .article-preview__cover {
        background-color: #f7f8fa;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        transition: background 0.3s ease;
        width: 200px; }
    .article-preview__cover_no-image:hover {
        background: linear-gradient(0deg, #eff0f2, #eff0f2), #f7f8fa; }
    .article-preview__cover_image::after {
        background-color: #202540;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .article-preview__cover_image:hover::after {
        opacity: 0.25; }
    .article-preview__cover-logo {
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0; }
    .article-preview__cover-logo_picture {
        height: 100px;
        margin: auto;
        top: 0;
        width: 100px; }
    .article-preview__cover-logo_avatar {
        height: 180px;
        margin: 0 auto;
        width: 180px; }
    .article-preview__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }
    .article-preview__cover_gray .article-preview__cover-image {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    .article-preview__tags {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 1.6;
        margin-bottom: 12px;
        text-transform: uppercase;
        width: 100%; }
    .article-preview__tags_compact {
        margin-bottom: 4px; }
    .article-preview__tag {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        text-decoration: none; }
    .article-preview__tag:hover {
        text-decoration: underline; }
    .article-preview__tag_not-first {
        margin-left: 10px; }
    .article-preview__tag_not-first::before {
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.25);
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__tag_red {
        color: #c00000; }
    .article-preview__tag_blue {
        color: #0070c0; }
    .article-preview__tag_gray {
        color: #666; }
    .article-preview__title {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        width: 100%; }
    .article-preview__title-link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .article-preview__title-link:hover {
        color: #0070c0; }
    .article-preview__announce {
        color: #666;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        max-height: 6.4em;
        overflow: hidden;
        width: 100%; }
    .article-preview__info {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-top: auto;
        width: 100%; }
    .article-preview__date {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px; }
    .article-preview__date_highlighted {
        color: #c00000; }
    .article-preview__time {
        color: #333;
        font-family: RobotoRegular;
        padding-right: 10px; }
    .article-preview__author {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__author::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__author-link {
        color: #999;
        text-decoration: none; }
    .article-preview__author-link:hover {
        color: #0070c0; }
    .article-preview__place {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__place::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }

.articles-previews__item {
    box-sizing: border-box;
    height: 260px;
    padding: 20px 20px 40px; }

.articles-previews__item_not-first {
    position: relative; }

.articles-previews__item_not-first::before {
    border-top: 1px solid #e5e5e5;
    content: '';
    left: 20px;
    position: absolute;
    right: 20px;
    top: 0; }

.expert-comment__date {
    color: #999;
    font-family: RobotoRegular;
    font-size: 12px; }

.expert-comment__announce {
    box-sizing: border-box;
    font-family: GeorgiaItalic;
    font-size: 17px;
    font-style: italic;
    line-height: 1.35;
    margin: 2px -5px 0;
    max-height: 5.4em;
    overflow: hidden;
    padding: 0 5px; }

.expert-comment__announce-link {
    color: #333;
    text-decoration: none; }

.expert-comment__announce-link:hover {
    color: #0070c0; }

.expert-comment__author {
    -ms-flex-align: center;
        align-items: center;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    min-height: 50px;
    padding-left: 64px;
    position: relative;
    text-decoration: none; }

.expert-comment__avatar {
    background-color: #f7f8fa;
    border-radius: 50%;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px; }

.expert-comment__avatar::after {
    background-color: #202540;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.expert-comment__avatar:hover::after {
    opacity: 0.25; }

.expert-comment__avatar-logo {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    height: 44px;
    margin: 0 auto;
    width: 44px; }

.expert-comment__avatar-image {
    display: block;
    height: auto;
    width: 100%; }

.expert-comment__author-name {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatBold;
    font-size: 16px; }

.expert-comment__author-name:hover {
    color: #0070c0; }

.experts-comments {
    background-color: #fff;
    padding: 30px 20px; }
    .experts-comments__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase; }
    .experts-comments__list {
        margin: 20px 0 30px; }
    .experts-comments__item_not-first {
        border-top: 1px solid #e5e5e5;
        margin-top: 18px;
        padding-top: 20px; }
    .experts-comments__all-link {
        color: #0070c0;
        font-family: RobotoMedium;
        font-size: 13px;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-transform: uppercase; }
    .experts-comments__all-link:hover {
        color: #333; }

.partners-slider {
    box-sizing: border-box;
    height: 300px;
    padding: 70px 50px 50px;
    position: relative; }
    .partners-slider__body {
        overflow: hidden; }
    .partners-slider__list {
        display: -ms-flexbox;
        display: flex;
        height: 120px; }
    .partners-slider__item {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 100%; }
    .partners-slider__item-content {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: auto;
        max-width: 100%;
        transition: -webkit-filter 0.3s ease;
        transition: filter 0.3s ease;
        transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
    .partners-slider__item-content:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .partners-slider__logo {
        display: block;
        height: auto;
        max-width: 100%; }
    .partners-slider__button {
        background-color: #32324b;
        border-radius: 50%;
        bottom: 40px;
        height: 30px;
        margin: auto 0;
        opacity: 0.25;
        position: absolute;
        top: 0;
        width: 30px; }
    .partners-slider__button_prev {
        left: 0; }
    .partners-slider__button_next {
        right: 0;
        transform: scaleX(-1); }
    .partners-slider__button:hover {
        opacity: 0.5; }
    .partners-slider__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .partners-slider__pagination {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 48px; }
    .partners-slider__pagination-item {
        border-radius: 50%;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 12px;
        overflow: hidden;
        position: relative;
        width: 12px; }
    .partners-slider__pagination-item + .partners-slider__pagination-item {
        margin-left: 2px; }
    .partners-slider__pagination-item::before {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        bottom: 0;
        content: "";
        height: 8px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.3s ease;
        width: 8px; }
    .partners-slider__pagination-item::after {
        border-radius: 50%;
        border: 3px solid #32324b;
        box-sizing: border-box;
        content: "";
        height: 100%;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .partners-slider__pagination-item.is-active::before {
        opacity: 0; }
    .partners-slider__pagination-item.is-active::after {
        opacity: 1; }

.media-widget-item {
    box-sizing: border-box;
    height: 400px;
    padding-top: 200px;
    position: relative; }
    .media-widget-item__cover {
        background-size: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::before {
        background-image: inherit;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: '';
        -webkit-filter: blur(5px);
                filter: blur(5px);
        height: 200px;
        left: 0;
        position: absolute;
        transform: scale(1, -1);
        width: 100%; }
    .media-widget-item__cover-body {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::after {
        background-color: #202540;
        content: "";
        height: 200px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover_video::after {
        opacity: 0.5; }
    .media-widget-item__cover:hover::after {
        opacity: 0.5; }
    .media-widget-item__cover_video:hover::after {
        opacity: 0.75; }
    .media-widget-item__video-button {
        border-radius: 50%;
        border: 2px solid #fff;
        bottom: 200px;
        box-sizing: border-box;
        height: 60px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        z-index: 1; }
    .media-widget-item__video-button-icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 3px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .media-widget-item__content {
        background-color: rgba(0, 0, 0, 0.75);
        box-sizing: border-box;
        color: #fff;
        height: 200px;
        padding: 20px 20px 0;
        position: relative; }
    .media-widget-item__type {
        font-family: AkrobatBold;
        font-size: 20px;
        text-transform: uppercase; }
    .media-widget-item__announce {
        font-family: RobotoRegular;
        font-size: 14px;
        height: 69px;
        line-height: 23px;
        margin-top: 12px;
        overflow: hidden; }
    .media-widget-item__announce-link {
        color: #fff;
        text-decoration: none; }
    .media-widget-item__announce-link:hover {
        opacity: 0.6; }

.media-widget {
    overflow: hidden;
    position: relative; }
    .media-widget__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .media-widget__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; }
    .media-widget__item.swiper-slide-active {
        z-index: 1; }
    .media-widget__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        position: absolute; }
    .media-widget__button {
        border-radius: 50%;
        border: 2px solid #fff;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        position: relative;
        z-index: 2;
        width: 30px; }
    .media-widget__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .media-widget__button:hover {
        opacity: 0.6; }
    .media-widget__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 12px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px; }

.main-page {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .main-page__sidebar {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 300px; }
    .main-page__main-content {
        background-color: #fff;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: 0 20px;
        width: calc(100% - 640px); }
    .main-page__events-short-previews {
        margin-top: 20px; }
    .main-page__projects-previews {
        margin-top: 20px; }
    .main-page__library {
        margin-top: 20px; }
    .main-page__articles {
        margin-top: 10px;
        padding-bottom: 30px; }
    .main-page__articles-link-all {
        background-color: #202540;
        border-radius: 25px;
        color: #fff;
        display: block;
        font-family: Roboto;
        font-size: 12px;
        font-weight: 700;
        height: 50px;
        letter-spacing: 0.02em;
        line-height: 48px;
        margin: 0 auto;
        padding: 0 15px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 180px; }
    .main-page__articles-link-all:hover {
        background-color: rgba(32, 37, 64, 0.8); }
    .main-page__video {
        margin-top: 20px; }
    .main-page__special-projects {
        margin-top: 20px; }
    .main-page__photo {
        margin-top: 20px; }
    .main-page__partners {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: 50px 0;
        padding: 0 20px;
        width: 100%; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header-search {
    display: block;
    height: 20px;
    width: 20px; }
    .header-search::before {
        -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
        background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
        content: '';
        display: block;
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: height 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s;
        width: 0%;
        z-index: -2; }
    .header-search.is-active::before {
        height: 100%;
        opacity: 1;
        transition: height 0s ease 0s, opacity 0.3s ease, width 0s ease 0s;
        width: 100%; }
    .header-search__open-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        outline: none;
        padding: 0;
        position: relative;
        transition: opacity 0.3s ease;
        width: 100%; }
    .header-search__open-button:hover {
        opacity: 0.5; }
    .header-search__open-button::before, .header-search__open-button::after {
        background-color: #ccc;
        bottom: 0;
        content: '';
        display: none;
        height: 3px;
        left: 1px;
        margin: auto 0;
        position: absolute;
        right: 1px;
        top: 0;
        transform-origin: 50% 50%; }
    .header-search__open-button::before {
        transform: rotate(45deg); }
    .header-search__open-button::after {
        transform: rotate(-45deg); }
    .header-search.is-active .header-search__open-button::before,
    .header-search.is-active .header-search__open-button::after {
        display: block; }
    .header-search__open-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search.is-active .header-search__open-button-icon {
        display: none; }
    .header-search__form {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        left: 0;
        opacity: 0;
        padding: 0 60px;
        position: absolute;
        top: -100px;
        transition: opacity 0.3s ease, top 0s ease 0.3s;
        width: 100%;
        z-index: -2; }
    .header-search__form::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -2; }
    .header-search.is-active .header-search__form {
        opacity: 1;
        top: 100%;
        transition: opacity 0.3s ease, top 0s ease 0s; }
    .header-search__input {
        background: none;
        border: none;
        color: #333;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 18px;
        height: 50px;
        outline: none; }
        .header-search__input::-webkit-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-ms-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-moz-placeholder {
            /* Firefox 18- */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input::-moz-placeholder {
            /* Firefox 19+ */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
    .header-search__input:focus::-webkit-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-ms-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .header-search__input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
    .header-search__submit-button {
        background: none;
        border: none;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 0;
        transition: opacity 0.3s ease;
        width: 20px; }
    .header-search__submit-button:hover {
        opacity: 0.5; }
    .header-search__submit-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search__form-warning {
        color: #999;
        display: none;
        font-family: RobotoRegular;
        font-size: 13px;
        left: 60px;
        padding-left: 26px;
        position: absolute;
        top: 10px; }
    .header-search__form.not-valid .header-search__form-warning {
        display: block; }
    .header-search__form-warning-icon {
        bottom: 0;
        display: block;
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 16px; }

.header-menu {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }
    .header-menu__wrapper {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .header-menu__wrapper::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header-menu__wrapper.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10; }
    .header-menu__body {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 60px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 60px;
        position: relative; }
    .header-menu__logo {
        display: none;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 50px;
        position: relative;
        z-index: 1; }
    .is-fixed .header-menu__logo {
        display: block; }
    .header-menu__logo-icon {
        display: block;
        height: 30px;
        width: 30px; }
    .header-menu__top-nav {
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    .is-fixed .header-menu__top-nav {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 40px;
        -ms-flex-order: 1;
            order: 1;
        position: static;
        width: auto; }
    .is-fixed .header-menu__top-nav-body {
        box-sizing: border-box;
        display: none;
        margin-top: -18px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 100%; }
    .is-fixed .header-menu__top-nav:hover .header-menu__top-nav-body {
        display: block; }
    .header-menu__bottom-nav {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-menu__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px; }
    .is-fixed .header-menu__burger-button {
        display: block; }
    .header-menu__burger-button-body {
        border-bottom: 3px solid currentColor;
        border-top: 3px solid currentColor;
        bottom: 0;
        box-sizing: border-box;
        color: #0070c0;
        height: 17px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .header-menu__top-nav:hover .header-menu__burger-button-body {
        color: #ccc; }
    .header-menu__burger-button-body::before {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .header-menu__search {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 62px;
        -ms-flex-order: 1;
            order: 1; }
    .is-fixed .header-menu__search {
        margin-left: 30px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header {
    margin-bottom: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4; }
    .header:before {
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
        content: '';
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header__body {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 30px 40px; }
    .header__logo {
        display: block;
        height: 80px;
        margin: 0 auto;
        width: 265px; }
    .header__logo-icon {
        display: block;
        height: 100%;
        width: 100%; }

.social-links {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .social-links__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .social-links__item + .social-links__item {
        margin-left: 10px; }
    .social-links__link {
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        transition: opacity 0.3s ease;
        width: 30px; }
    .social-links__link:hover {
        opacity: 0.75; }
    .social-links__link_facebook {
        background-color: #4267b2; }
    .social-links__link_vkontakte {
        background-color: #4a76a8; }
    .social-links__link_youtube {
        background-color: #dd2c28; }
    .social-links__link_telegram {
        background-color: #40a7e3; }
    .social-links__logo {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 16px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px; }

.button-scroll-top {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 100px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 50px;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: max-height 0s ease 0.5s, max-width 0s ease 0.5s, opacity 0.5s ease;
    width: 50px;
    z-index: 2; }
    .button-scroll-top:hover {
        opacity: 0.5; }
    .button-scroll-top__icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }

.button-scroll-top_visible {
    max-height: 999px;
    max-width: 999px;
    opacity: 1;
    transition: max-height 0s ease 0s, max-width 0s ease 0s, opacity 0.5s ease; }

.footer {
    background-color: #202540;
    color: #fff; }
    .footer__body {
        -ms-flex-align: start;
            align-items: flex-start;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 400px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 28px 60px 0;
        position: relative; }
    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 18px;
        margin-bottom: 22px;
        width: 100%; }
    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 340px; }
    .footer__contact {
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoRegular;
        font-size: 14px; }
    .footer__contact_not-first {
        margin-top: 5px; }
    .footer__contact-name {
        width: 80px; }
    .footer__contact-link {
        color: #fff;
        text-decoration: none; }
    .footer__contact-link:hover {
        opacity: 0.5; }
    .footer__social-links {
        margin-top: 32px; }
    .footer__terms {
        margin-top: 14px; }
    .footer__terms-link {
        color: #fff;
        font-family: RobotoRegular;
        font-size: 13px;
        text-decoration: none; }
    .footer__terms-link:hover {
        opacity: 0.5; }
    .footer__text {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 40px;
        max-width: 680px;
        width: calc(100% - 380px); }
    .footer__logos {
        -ms-flex-align: center;
            align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        font-weight: 400;
        height: 120px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        line-height: 21px;
        margin-top: 40px;
        position: relative;
        width: 100%; }
    .footer__logos::before {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        content: "";
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0; }
    .footer__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .footer__logo_russian-world {
        padding-left: 66px; }
    .footer__logo_runet {
        padding-left: 62px; }
    .footer__logo_nologostudio {
        padding: 0 68px 0 40px; }
    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.25;
        position: absolute;
        top: 0; }
    .footer__logo-icon_russian-world {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo-icon_runet {
        height: 40px;
        width: 46px; }
    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer__logo-link:hover ~ .footer__logo-icon_russian-world {
        opacity: 0.5; }
    .footer__logo-link:hover ~ .footer__logo-icon_nologostudio {
        opacity: 0.75; }
    .footer__logo-link {
        color: #fff;
        text-decoration: none; }
    .footer__logo-link:hover {
        color: rgba(255, 255, 255, 0.5); }
    .footer__logo-link:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .footer__logo_russian-world .footer__logo-link:before {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo_runet .footer__logo-link:before {
        height: 40px;
        width: 46px; }
    .footer__logo_nologostudio .footer__logo-link:before {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer .mylinks {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        max-width: 1320px;
        padding: 16px 60px; }
    .footer .mylinks a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: color 0.3s ease; }
    .footer .mylinks a:hover {
        color: #fff; }

.breadcrumbs {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoRegular;
    font-size: 14px; }
    .breadcrumbs__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        white-space: nowrap; }
    .breadcrumbs__item_not-first {
        margin-left: 12px; }
    .breadcrumbs__item_last {
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    .breadcrumbs__item_not-first::before {
        background-color: #ccc;
        border-radius: 50%;
        bottom: 3px;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 12px;
        position: relative;
        width: 4px; }
    .breadcrumbs__link {
        color: #999;
        text-decoration: none; }
    .breadcrumbs__link_active {
        color: rgba(0, 112, 192, 0.75); }
    .breadcrumbs__link_active:hover {
        color: #333; }

.article-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 200px;
    padding-left: 220px;
    position: relative; }
    .article-preview__cover {
        background-color: #f7f8fa;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        transition: background 0.3s ease;
        width: 200px; }
    .article-preview__cover_no-image:hover {
        background: linear-gradient(0deg, #eff0f2, #eff0f2), #f7f8fa; }
    .article-preview__cover_image::after {
        background-color: #202540;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .article-preview__cover_image:hover::after {
        opacity: 0.25; }
    .article-preview__cover-logo {
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0; }
    .article-preview__cover-logo_picture {
        height: 100px;
        margin: auto;
        top: 0;
        width: 100px; }
    .article-preview__cover-logo_avatar {
        height: 180px;
        margin: 0 auto;
        width: 180px; }
    .article-preview__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }
    .article-preview__cover_gray .article-preview__cover-image {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    .article-preview__tags {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 1.6;
        margin-bottom: 12px;
        text-transform: uppercase;
        width: 100%; }
    .article-preview__tags_compact {
        margin-bottom: 4px; }
    .article-preview__tag {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        text-decoration: none; }
    .article-preview__tag:hover {
        text-decoration: underline; }
    .article-preview__tag_not-first {
        margin-left: 10px; }
    .article-preview__tag_not-first::before {
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.25);
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__tag_red {
        color: #c00000; }
    .article-preview__tag_blue {
        color: #0070c0; }
    .article-preview__tag_gray {
        color: #666; }
    .article-preview__title {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        width: 100%; }
    .article-preview__title-link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .article-preview__title-link:hover {
        color: #0070c0; }
    .article-preview__announce {
        color: #666;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        max-height: 6.4em;
        overflow: hidden;
        width: 100%; }
    .article-preview__info {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-top: auto;
        width: 100%; }
    .article-preview__date {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px; }
    .article-preview__date_highlighted {
        color: #c00000; }
    .article-preview__time {
        color: #333;
        font-family: RobotoRegular;
        padding-right: 10px; }
    .article-preview__author {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__author::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__author-link {
        color: #999;
        text-decoration: none; }
    .article-preview__author-link:hover {
        color: #0070c0; }
    .article-preview__place {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__place::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }

.articles-previews__item {
    box-sizing: border-box;
    height: 260px;
    padding: 20px 20px 40px; }

.articles-previews__item_not-first {
    position: relative; }

.articles-previews__item_not-first::before {
    border-top: 1px solid #e5e5e5;
    content: '';
    left: 20px;
    position: absolute;
    right: 20px;
    top: 0; }

.expert-comment__date {
    color: #999;
    font-family: RobotoRegular;
    font-size: 12px; }

.expert-comment__announce {
    box-sizing: border-box;
    font-family: GeorgiaItalic;
    font-size: 17px;
    font-style: italic;
    line-height: 1.35;
    margin: 2px -5px 0;
    max-height: 5.4em;
    overflow: hidden;
    padding: 0 5px; }

.expert-comment__announce-link {
    color: #333;
    text-decoration: none; }

.expert-comment__announce-link:hover {
    color: #0070c0; }

.expert-comment__author {
    -ms-flex-align: center;
        align-items: center;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    min-height: 50px;
    padding-left: 64px;
    position: relative;
    text-decoration: none; }

.expert-comment__avatar {
    background-color: #f7f8fa;
    border-radius: 50%;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px; }

.expert-comment__avatar::after {
    background-color: #202540;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.expert-comment__avatar:hover::after {
    opacity: 0.25; }

.expert-comment__avatar-logo {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    height: 44px;
    margin: 0 auto;
    width: 44px; }

.expert-comment__avatar-image {
    display: block;
    height: auto;
    width: 100%; }

.expert-comment__author-name {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatBold;
    font-size: 16px; }

.expert-comment__author-name:hover {
    color: #0070c0; }

.experts-comments {
    background-color: #fff;
    padding: 30px 20px; }
    .experts-comments__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase; }
    .experts-comments__list {
        margin: 20px 0 30px; }
    .experts-comments__item_not-first {
        border-top: 1px solid #e5e5e5;
        margin-top: 18px;
        padding-top: 20px; }
    .experts-comments__all-link {
        color: #0070c0;
        font-family: RobotoMedium;
        font-size: 13px;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-transform: uppercase; }
    .experts-comments__all-link:hover {
        color: #333; }

.partners-slider {
    box-sizing: border-box;
    height: 300px;
    padding: 70px 50px 50px;
    position: relative; }
    .partners-slider__body {
        overflow: hidden; }
    .partners-slider__list {
        display: -ms-flexbox;
        display: flex;
        height: 120px; }
    .partners-slider__item {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 100%; }
    .partners-slider__item-content {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: auto;
        max-width: 100%;
        transition: -webkit-filter 0.3s ease;
        transition: filter 0.3s ease;
        transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
    .partners-slider__item-content:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .partners-slider__logo {
        display: block;
        height: auto;
        max-width: 100%; }
    .partners-slider__button {
        background-color: #32324b;
        border-radius: 50%;
        bottom: 40px;
        height: 30px;
        margin: auto 0;
        opacity: 0.25;
        position: absolute;
        top: 0;
        width: 30px; }
    .partners-slider__button_prev {
        left: 0; }
    .partners-slider__button_next {
        right: 0;
        transform: scaleX(-1); }
    .partners-slider__button:hover {
        opacity: 0.5; }
    .partners-slider__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .partners-slider__pagination {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 48px; }
    .partners-slider__pagination-item {
        border-radius: 50%;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 12px;
        overflow: hidden;
        position: relative;
        width: 12px; }
    .partners-slider__pagination-item + .partners-slider__pagination-item {
        margin-left: 2px; }
    .partners-slider__pagination-item::before {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        bottom: 0;
        content: "";
        height: 8px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.3s ease;
        width: 8px; }
    .partners-slider__pagination-item::after {
        border-radius: 50%;
        border: 3px solid #32324b;
        box-sizing: border-box;
        content: "";
        height: 100%;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .partners-slider__pagination-item.is-active::before {
        opacity: 0; }
    .partners-slider__pagination-item.is-active::after {
        opacity: 1; }

.media-widget-item {
    box-sizing: border-box;
    height: 400px;
    padding-top: 200px;
    position: relative; }
    .media-widget-item__cover {
        background-size: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::before {
        background-image: inherit;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: '';
        -webkit-filter: blur(5px);
                filter: blur(5px);
        height: 200px;
        left: 0;
        position: absolute;
        transform: scale(1, -1);
        width: 100%; }
    .media-widget-item__cover-body {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::after {
        background-color: #202540;
        content: "";
        height: 200px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover_video::after {
        opacity: 0.5; }
    .media-widget-item__cover:hover::after {
        opacity: 0.5; }
    .media-widget-item__cover_video:hover::after {
        opacity: 0.75; }
    .media-widget-item__video-button {
        border-radius: 50%;
        border: 2px solid #fff;
        bottom: 200px;
        box-sizing: border-box;
        height: 60px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        z-index: 1; }
    .media-widget-item__video-button-icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 3px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .media-widget-item__content {
        background-color: rgba(0, 0, 0, 0.75);
        box-sizing: border-box;
        color: #fff;
        height: 200px;
        padding: 20px 20px 0;
        position: relative; }
    .media-widget-item__type {
        font-family: AkrobatBold;
        font-size: 20px;
        text-transform: uppercase; }
    .media-widget-item__announce {
        font-family: RobotoRegular;
        font-size: 14px;
        height: 69px;
        line-height: 23px;
        margin-top: 12px;
        overflow: hidden; }
    .media-widget-item__announce-link {
        color: #fff;
        text-decoration: none; }
    .media-widget-item__announce-link:hover {
        opacity: 0.6; }

.media-widget {
    overflow: hidden;
    position: relative; }
    .media-widget__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .media-widget__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; }
    .media-widget__item.swiper-slide-active {
        z-index: 1; }
    .media-widget__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        position: absolute; }
    .media-widget__button {
        border-radius: 50%;
        border: 2px solid #fff;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        position: relative;
        z-index: 2;
        width: 30px; }
    .media-widget__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .media-widget__button:hover {
        opacity: 0.6; }
    .media-widget__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 12px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px; }

.select {
    font-family: RobotoRegular;
    font-size: 14px;
    height: 50px;
    position: relative;
    width: 240px; }
    .select_theme-search-results {
        width: 300px; }
    .select::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -2; }
    .select::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: -1; }
    .select__native {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        border-radius: 25px;
        border: none;
        color: #202540;
        height: 100%;
        left: 0;
        padding: 0 40px 0 30px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container {
        background-color: #eff0f2;
        border-radius: 25px;
        height: 100%;
        left: 0;
        outline: none;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open {
        z-index: 3; }
    .select__container::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: background-color 0.3s ease;
        width: 100%;
        z-index: 1; }
    .select__container:hover::before {
        background-color: rgba(32, 37, 64, 0.1); }
    .select__container.is-open::before {
        background-color: #eff0f2;
        border-radius: 25px 25px 0 0; }
    .select__container::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: 1; }
    .select__container.is-open::after {
        transform: rotate(180deg); }
    .select__label {
        position: relative;
        z-index: 1; }
    .select__item {
        box-sizing: border-box;
        color: #666;
        cursor: default;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .select__label .select__item {
        line-height: 50px;
        padding: 0 40px 0 30px; }
    .select__dropdown-item {
        line-height: 46px;
        padding: 0 30px;
        position: relative;
        width: 240px; }
    .select_theme-search-results .select__dropdown-item {
        width: 300px; }
    .select__dropdown-item.is-highlighted, .select__dropdown-item:hover {
        color: #0070c0; }
    .select__dropdown {
        box-sizing: border-box;
        display: none;
        left: 0;
        padding: 50px 0 25px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__dropdown::before {
        background-color: #fff;
        border-bottom: 1px solid #eff0f2;
        border-left: 1px solid #eff0f2;
        border-radius: 25px;
        border-right: 1px solid #eff0f2;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open .select__dropdown {
        display: block; }
    .select__dropdown-body {
        overflow: hidden; }
    .select__dropdown .select__list {
        max-height: 460px;
        overflow-y: auto; }
    .select__scrolltrack {
        bottom: 25px;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 50px;
        width: 3px; }
    .select__dropdown_scrolling .select__scrolltrack {
        opacity: 1; }
    .select__scrollbar {
        background-color: #0070c0;
        border-radius: 2px;
        position: relative;
        width: 100%; }
    .select__input-search {
        border-radius: 20px;
        border: 2px solid rgba(0, 112, 192, 0.5);
        box-sizing: border-box;
        color: #333;
        display: block;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 40px;
        margin: 9px 0 0 10px;
        padding: 0 18px;
        position: relative;
        width: calc(100% - 20px); }

.pagination {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoMedium;
    font-size: 12px;
    -ms-flex-pack: center;
        justify-content: center; }
    .pagination__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .pagination__item_not-first {
        margin-left: 15px; }
    .pagination__arrow {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 30px; }
    .pagination__arrow:hover {
        background-color: rgba(50, 50, 75, 0.5); }
    .pagination__arrow-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .pagination__arrow-icon_right {
        transform-origin: 50% 50%;
        transform: scaleX(-1); }
    .pagination__link {
        color: #999;
        text-decoration: none;
        display: block;
        height: 30px;
        line-height: 30px;
        min-width: 30px;
        padding: 0 5px;
        text-align: center; }
    .pagination__link:hover {
        color: #0070c0; }
    .pagination__link_active, .pagination__link_active:hover {
        color: #333; }

.articles-previews-block__header {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    margin: -20px 0 18px;
    padding: 0 20px; }

.articles-previews-block__title {
    font-family: AkrobatBold;
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 20px;
    padding: 0 20px;
    text-transform: uppercase; }

.articles-previews-block__header .articles-previews-block__title {
    margin-bottom: 0;
    padding: 0; }

.articles-previews-block__quantity {
    color: #ccc;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatSemiBold;
    font-size: 30px;
    line-height: 1.17;
    margin-left: 10px; }

.articles-previews-block__select {
    bottom: -16px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: auto;
    position: relative; }

.articles-previews-block__types {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoMedium;
    font-size: 12px;
    margin-left: 40px;
    text-transform: uppercase; }

.articles-previews-block__type-button-input {
    display: none; }

.articles-previews-block__type-button {
    color: #202540;
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    opacity: 0.5;
    text-decoration: none; }

.articles-previews-block__type-button:hover {
    color: #0070c0;
    opacity: 1; }

.articles-previews-block__type-button_active, .articles-previews-block__type-button_active:hover,
.articles-previews-block__type-button-input:checked + .articles-previews-block__type-button {
    color: #202540;
    cursor: text;
    opacity: 1; }

.articles-previews-block__type-button ~ .articles-previews-block__type-button {
    margin-left: 20px; }

.articles-previews-block__compact-items {
    padding-top: 20px; }

.articles-previews-block__pagination {
    margin-top: 40px;
    padding: 0 20px; }

.news-page {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .news-page__sidebar {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 300px; }
    .news-page__main-content {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 20px;
        padding: 30px 20px 40px;
        width: calc(100% - 320px); }
    .news-page__breadcrumbs {
        padding: 0 20px; }
    .news-page__articles {
        margin-top: 40px; }
    .news-page__video {
        margin-top: 20px; }
    .news-page__special-projects {
        margin-top: 20px; }
    .news-page__photo {
        margin-top: 20px; }
    .news-page__news-short-previews {
        margin-top: 20px; }
    .news-page__partners {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        padding: 50px 0;
        width: 100%; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header-search {
    display: block;
    height: 20px;
    width: 20px; }
    .header-search::before {
        -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
        background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
        content: '';
        display: block;
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: height 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s;
        width: 0%;
        z-index: -2; }
    .header-search.is-active::before {
        height: 100%;
        opacity: 1;
        transition: height 0s ease 0s, opacity 0.3s ease, width 0s ease 0s;
        width: 100%; }
    .header-search__open-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        outline: none;
        padding: 0;
        position: relative;
        transition: opacity 0.3s ease;
        width: 100%; }
    .header-search__open-button:hover {
        opacity: 0.5; }
    .header-search__open-button::before, .header-search__open-button::after {
        background-color: #ccc;
        bottom: 0;
        content: '';
        display: none;
        height: 3px;
        left: 1px;
        margin: auto 0;
        position: absolute;
        right: 1px;
        top: 0;
        transform-origin: 50% 50%; }
    .header-search__open-button::before {
        transform: rotate(45deg); }
    .header-search__open-button::after {
        transform: rotate(-45deg); }
    .header-search.is-active .header-search__open-button::before,
    .header-search.is-active .header-search__open-button::after {
        display: block; }
    .header-search__open-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search.is-active .header-search__open-button-icon {
        display: none; }
    .header-search__form {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        left: 0;
        opacity: 0;
        padding: 0 60px;
        position: absolute;
        top: -100px;
        transition: opacity 0.3s ease, top 0s ease 0.3s;
        width: 100%;
        z-index: -2; }
    .header-search__form::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -2; }
    .header-search.is-active .header-search__form {
        opacity: 1;
        top: 100%;
        transition: opacity 0.3s ease, top 0s ease 0s; }
    .header-search__input {
        background: none;
        border: none;
        color: #333;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 18px;
        height: 50px;
        outline: none; }
        .header-search__input::-webkit-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-ms-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-moz-placeholder {
            /* Firefox 18- */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input::-moz-placeholder {
            /* Firefox 19+ */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
    .header-search__input:focus::-webkit-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-ms-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .header-search__input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
    .header-search__submit-button {
        background: none;
        border: none;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 0;
        transition: opacity 0.3s ease;
        width: 20px; }
    .header-search__submit-button:hover {
        opacity: 0.5; }
    .header-search__submit-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search__form-warning {
        color: #999;
        display: none;
        font-family: RobotoRegular;
        font-size: 13px;
        left: 60px;
        padding-left: 26px;
        position: absolute;
        top: 10px; }
    .header-search__form.not-valid .header-search__form-warning {
        display: block; }
    .header-search__form-warning-icon {
        bottom: 0;
        display: block;
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 16px; }

.header-menu {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }
    .header-menu__wrapper {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .header-menu__wrapper::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header-menu__wrapper.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10; }
    .header-menu__body {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 60px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 60px;
        position: relative; }
    .header-menu__logo {
        display: none;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 50px;
        position: relative;
        z-index: 1; }
    .is-fixed .header-menu__logo {
        display: block; }
    .header-menu__logo-icon {
        display: block;
        height: 30px;
        width: 30px; }
    .header-menu__top-nav {
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    .is-fixed .header-menu__top-nav {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 40px;
        -ms-flex-order: 1;
            order: 1;
        position: static;
        width: auto; }
    .is-fixed .header-menu__top-nav-body {
        box-sizing: border-box;
        display: none;
        margin-top: -18px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 100%; }
    .is-fixed .header-menu__top-nav:hover .header-menu__top-nav-body {
        display: block; }
    .header-menu__bottom-nav {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-menu__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px; }
    .is-fixed .header-menu__burger-button {
        display: block; }
    .header-menu__burger-button-body {
        border-bottom: 3px solid currentColor;
        border-top: 3px solid currentColor;
        bottom: 0;
        box-sizing: border-box;
        color: #0070c0;
        height: 17px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .header-menu__top-nav:hover .header-menu__burger-button-body {
        color: #ccc; }
    .header-menu__burger-button-body::before {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .header-menu__search {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 62px;
        -ms-flex-order: 1;
            order: 1; }
    .is-fixed .header-menu__search {
        margin-left: 30px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header {
    margin-bottom: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4; }
    .header:before {
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
        content: '';
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header__body {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 30px 40px; }
    .header__logo {
        display: block;
        height: 80px;
        margin: 0 auto;
        width: 265px; }
    .header__logo-icon {
        display: block;
        height: 100%;
        width: 100%; }

.social-links {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .social-links__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .social-links__item + .social-links__item {
        margin-left: 10px; }
    .social-links__link {
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        transition: opacity 0.3s ease;
        width: 30px; }
    .social-links__link:hover {
        opacity: 0.75; }
    .social-links__link_facebook {
        background-color: #4267b2; }
    .social-links__link_vkontakte {
        background-color: #4a76a8; }
    .social-links__link_youtube {
        background-color: #dd2c28; }
    .social-links__link_telegram {
        background-color: #40a7e3; }
    .social-links__logo {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 16px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px; }

.button-scroll-top {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 100px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 50px;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: max-height 0s ease 0.5s, max-width 0s ease 0.5s, opacity 0.5s ease;
    width: 50px;
    z-index: 2; }
    .button-scroll-top:hover {
        opacity: 0.5; }
    .button-scroll-top__icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }

.button-scroll-top_visible {
    max-height: 999px;
    max-width: 999px;
    opacity: 1;
    transition: max-height 0s ease 0s, max-width 0s ease 0s, opacity 0.5s ease; }

.footer {
    background-color: #202540;
    color: #fff; }
    .footer__body {
        -ms-flex-align: start;
            align-items: flex-start;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 400px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 28px 60px 0;
        position: relative; }
    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 18px;
        margin-bottom: 22px;
        width: 100%; }
    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 340px; }
    .footer__contact {
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoRegular;
        font-size: 14px; }
    .footer__contact_not-first {
        margin-top: 5px; }
    .footer__contact-name {
        width: 80px; }
    .footer__contact-link {
        color: #fff;
        text-decoration: none; }
    .footer__contact-link:hover {
        opacity: 0.5; }
    .footer__social-links {
        margin-top: 32px; }
    .footer__terms {
        margin-top: 14px; }
    .footer__terms-link {
        color: #fff;
        font-family: RobotoRegular;
        font-size: 13px;
        text-decoration: none; }
    .footer__terms-link:hover {
        opacity: 0.5; }
    .footer__text {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 40px;
        max-width: 680px;
        width: calc(100% - 380px); }
    .footer__logos {
        -ms-flex-align: center;
            align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        font-weight: 400;
        height: 120px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        line-height: 21px;
        margin-top: 40px;
        position: relative;
        width: 100%; }
    .footer__logos::before {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        content: "";
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0; }
    .footer__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .footer__logo_russian-world {
        padding-left: 66px; }
    .footer__logo_runet {
        padding-left: 62px; }
    .footer__logo_nologostudio {
        padding: 0 68px 0 40px; }
    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.25;
        position: absolute;
        top: 0; }
    .footer__logo-icon_russian-world {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo-icon_runet {
        height: 40px;
        width: 46px; }
    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer__logo-link:hover ~ .footer__logo-icon_russian-world {
        opacity: 0.5; }
    .footer__logo-link:hover ~ .footer__logo-icon_nologostudio {
        opacity: 0.75; }
    .footer__logo-link {
        color: #fff;
        text-decoration: none; }
    .footer__logo-link:hover {
        color: rgba(255, 255, 255, 0.5); }
    .footer__logo-link:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .footer__logo_russian-world .footer__logo-link:before {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo_runet .footer__logo-link:before {
        height: 40px;
        width: 46px; }
    .footer__logo_nologostudio .footer__logo-link:before {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer .mylinks {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        max-width: 1320px;
        padding: 16px 60px; }
    .footer .mylinks a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: color 0.3s ease; }
    .footer .mylinks a:hover {
        color: #fff; }

.breadcrumbs {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoRegular;
    font-size: 14px; }
    .breadcrumbs__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        white-space: nowrap; }
    .breadcrumbs__item_not-first {
        margin-left: 12px; }
    .breadcrumbs__item_last {
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    .breadcrumbs__item_not-first::before {
        background-color: #ccc;
        border-radius: 50%;
        bottom: 3px;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 12px;
        position: relative;
        width: 4px; }
    .breadcrumbs__link {
        color: #999;
        text-decoration: none; }
    .breadcrumbs__link_active {
        color: rgba(0, 112, 192, 0.75); }
    .breadcrumbs__link_active:hover {
        color: #333; }

.article-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 200px;
    padding-left: 220px;
    position: relative; }
    .article-preview__cover {
        background-color: #f7f8fa;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        transition: background 0.3s ease;
        width: 200px; }
    .article-preview__cover_no-image:hover {
        background: linear-gradient(0deg, #eff0f2, #eff0f2), #f7f8fa; }
    .article-preview__cover_image::after {
        background-color: #202540;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .article-preview__cover_image:hover::after {
        opacity: 0.25; }
    .article-preview__cover-logo {
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0; }
    .article-preview__cover-logo_picture {
        height: 100px;
        margin: auto;
        top: 0;
        width: 100px; }
    .article-preview__cover-logo_avatar {
        height: 180px;
        margin: 0 auto;
        width: 180px; }
    .article-preview__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }
    .article-preview__cover_gray .article-preview__cover-image {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    .article-preview__tags {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 1.6;
        margin-bottom: 12px;
        text-transform: uppercase;
        width: 100%; }
    .article-preview__tags_compact {
        margin-bottom: 4px; }
    .article-preview__tag {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        text-decoration: none; }
    .article-preview__tag:hover {
        text-decoration: underline; }
    .article-preview__tag_not-first {
        margin-left: 10px; }
    .article-preview__tag_not-first::before {
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.25);
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__tag_red {
        color: #c00000; }
    .article-preview__tag_blue {
        color: #0070c0; }
    .article-preview__tag_gray {
        color: #666; }
    .article-preview__title {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        width: 100%; }
    .article-preview__title-link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .article-preview__title-link:hover {
        color: #0070c0; }
    .article-preview__announce {
        color: #666;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        max-height: 6.4em;
        overflow: hidden;
        width: 100%; }
    .article-preview__info {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-top: auto;
        width: 100%; }
    .article-preview__date {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px; }
    .article-preview__date_highlighted {
        color: #c00000; }
    .article-preview__time {
        color: #333;
        font-family: RobotoRegular;
        padding-right: 10px; }
    .article-preview__author {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__author::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__author-link {
        color: #999;
        text-decoration: none; }
    .article-preview__author-link:hover {
        color: #0070c0; }
    .article-preview__place {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__place::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }

.articles-previews__item {
    box-sizing: border-box;
    height: 260px;
    padding: 20px 20px 40px; }

.articles-previews__item_not-first {
    position: relative; }

.articles-previews__item_not-first::before {
    border-top: 1px solid #e5e5e5;
    content: '';
    left: 20px;
    position: absolute;
    right: 20px;
    top: 0; }

.expert-comment__date {
    color: #999;
    font-family: RobotoRegular;
    font-size: 12px; }

.expert-comment__announce {
    box-sizing: border-box;
    font-family: GeorgiaItalic;
    font-size: 17px;
    font-style: italic;
    line-height: 1.35;
    margin: 2px -5px 0;
    max-height: 5.4em;
    overflow: hidden;
    padding: 0 5px; }

.expert-comment__announce-link {
    color: #333;
    text-decoration: none; }

.expert-comment__announce-link:hover {
    color: #0070c0; }

.expert-comment__author {
    -ms-flex-align: center;
        align-items: center;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    min-height: 50px;
    padding-left: 64px;
    position: relative;
    text-decoration: none; }

.expert-comment__avatar {
    background-color: #f7f8fa;
    border-radius: 50%;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px; }

.expert-comment__avatar::after {
    background-color: #202540;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.expert-comment__avatar:hover::after {
    opacity: 0.25; }

.expert-comment__avatar-logo {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    height: 44px;
    margin: 0 auto;
    width: 44px; }

.expert-comment__avatar-image {
    display: block;
    height: auto;
    width: 100%; }

.expert-comment__author-name {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatBold;
    font-size: 16px; }

.expert-comment__author-name:hover {
    color: #0070c0; }

.experts-comments {
    background-color: #fff;
    padding: 30px 20px; }
    .experts-comments__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase; }
    .experts-comments__list {
        margin: 20px 0 30px; }
    .experts-comments__item_not-first {
        border-top: 1px solid #e5e5e5;
        margin-top: 18px;
        padding-top: 20px; }
    .experts-comments__all-link {
        color: #0070c0;
        font-family: RobotoMedium;
        font-size: 13px;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-transform: uppercase; }
    .experts-comments__all-link:hover {
        color: #333; }

.partners-slider {
    box-sizing: border-box;
    height: 300px;
    padding: 70px 50px 50px;
    position: relative; }
    .partners-slider__body {
        overflow: hidden; }
    .partners-slider__list {
        display: -ms-flexbox;
        display: flex;
        height: 120px; }
    .partners-slider__item {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 100%; }
    .partners-slider__item-content {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: auto;
        max-width: 100%;
        transition: -webkit-filter 0.3s ease;
        transition: filter 0.3s ease;
        transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
    .partners-slider__item-content:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .partners-slider__logo {
        display: block;
        height: auto;
        max-width: 100%; }
    .partners-slider__button {
        background-color: #32324b;
        border-radius: 50%;
        bottom: 40px;
        height: 30px;
        margin: auto 0;
        opacity: 0.25;
        position: absolute;
        top: 0;
        width: 30px; }
    .partners-slider__button_prev {
        left: 0; }
    .partners-slider__button_next {
        right: 0;
        transform: scaleX(-1); }
    .partners-slider__button:hover {
        opacity: 0.5; }
    .partners-slider__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .partners-slider__pagination {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 48px; }
    .partners-slider__pagination-item {
        border-radius: 50%;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 12px;
        overflow: hidden;
        position: relative;
        width: 12px; }
    .partners-slider__pagination-item + .partners-slider__pagination-item {
        margin-left: 2px; }
    .partners-slider__pagination-item::before {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        bottom: 0;
        content: "";
        height: 8px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.3s ease;
        width: 8px; }
    .partners-slider__pagination-item::after {
        border-radius: 50%;
        border: 3px solid #32324b;
        box-sizing: border-box;
        content: "";
        height: 100%;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .partners-slider__pagination-item.is-active::before {
        opacity: 0; }
    .partners-slider__pagination-item.is-active::after {
        opacity: 1; }

.media-widget-item {
    box-sizing: border-box;
    height: 400px;
    padding-top: 200px;
    position: relative; }
    .media-widget-item__cover {
        background-size: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::before {
        background-image: inherit;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: '';
        -webkit-filter: blur(5px);
                filter: blur(5px);
        height: 200px;
        left: 0;
        position: absolute;
        transform: scale(1, -1);
        width: 100%; }
    .media-widget-item__cover-body {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::after {
        background-color: #202540;
        content: "";
        height: 200px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover_video::after {
        opacity: 0.5; }
    .media-widget-item__cover:hover::after {
        opacity: 0.5; }
    .media-widget-item__cover_video:hover::after {
        opacity: 0.75; }
    .media-widget-item__video-button {
        border-radius: 50%;
        border: 2px solid #fff;
        bottom: 200px;
        box-sizing: border-box;
        height: 60px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        z-index: 1; }
    .media-widget-item__video-button-icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 3px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .media-widget-item__content {
        background-color: rgba(0, 0, 0, 0.75);
        box-sizing: border-box;
        color: #fff;
        height: 200px;
        padding: 20px 20px 0;
        position: relative; }
    .media-widget-item__type {
        font-family: AkrobatBold;
        font-size: 20px;
        text-transform: uppercase; }
    .media-widget-item__announce {
        font-family: RobotoRegular;
        font-size: 14px;
        height: 69px;
        line-height: 23px;
        margin-top: 12px;
        overflow: hidden; }
    .media-widget-item__announce-link {
        color: #fff;
        text-decoration: none; }
    .media-widget-item__announce-link:hover {
        opacity: 0.6; }

.media-widget {
    overflow: hidden;
    position: relative; }
    .media-widget__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .media-widget__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; }
    .media-widget__item.swiper-slide-active {
        z-index: 1; }
    .media-widget__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        position: absolute; }
    .media-widget__button {
        border-radius: 50%;
        border: 2px solid #fff;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        position: relative;
        z-index: 2;
        width: 30px; }
    .media-widget__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .media-widget__button:hover {
        opacity: 0.6; }
    .media-widget__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 12px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px; }

.select {
    font-family: RobotoRegular;
    font-size: 14px;
    height: 50px;
    position: relative;
    width: 240px; }
    .select_theme-search-results {
        width: 300px; }
    .select::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -2; }
    .select::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: -1; }
    .select__native {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        border-radius: 25px;
        border: none;
        color: #202540;
        height: 100%;
        left: 0;
        padding: 0 40px 0 30px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container {
        background-color: #eff0f2;
        border-radius: 25px;
        height: 100%;
        left: 0;
        outline: none;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open {
        z-index: 3; }
    .select__container::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: background-color 0.3s ease;
        width: 100%;
        z-index: 1; }
    .select__container:hover::before {
        background-color: rgba(32, 37, 64, 0.1); }
    .select__container.is-open::before {
        background-color: #eff0f2;
        border-radius: 25px 25px 0 0; }
    .select__container::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: 1; }
    .select__container.is-open::after {
        transform: rotate(180deg); }
    .select__label {
        position: relative;
        z-index: 1; }
    .select__item {
        box-sizing: border-box;
        color: #666;
        cursor: default;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .select__label .select__item {
        line-height: 50px;
        padding: 0 40px 0 30px; }
    .select__dropdown-item {
        line-height: 46px;
        padding: 0 30px;
        position: relative;
        width: 240px; }
    .select_theme-search-results .select__dropdown-item {
        width: 300px; }
    .select__dropdown-item.is-highlighted, .select__dropdown-item:hover {
        color: #0070c0; }
    .select__dropdown {
        box-sizing: border-box;
        display: none;
        left: 0;
        padding: 50px 0 25px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__dropdown::before {
        background-color: #fff;
        border-bottom: 1px solid #eff0f2;
        border-left: 1px solid #eff0f2;
        border-radius: 25px;
        border-right: 1px solid #eff0f2;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open .select__dropdown {
        display: block; }
    .select__dropdown-body {
        overflow: hidden; }
    .select__dropdown .select__list {
        max-height: 460px;
        overflow-y: auto; }
    .select__scrolltrack {
        bottom: 25px;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 50px;
        width: 3px; }
    .select__dropdown_scrolling .select__scrolltrack {
        opacity: 1; }
    .select__scrollbar {
        background-color: #0070c0;
        border-radius: 2px;
        position: relative;
        width: 100%; }
    .select__input-search {
        border-radius: 20px;
        border: 2px solid rgba(0, 112, 192, 0.5);
        box-sizing: border-box;
        color: #333;
        display: block;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 40px;
        margin: 9px 0 0 10px;
        padding: 0 18px;
        position: relative;
        width: calc(100% - 20px); }

.pagination {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoMedium;
    font-size: 12px;
    -ms-flex-pack: center;
        justify-content: center; }
    .pagination__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .pagination__item_not-first {
        margin-left: 15px; }
    .pagination__arrow {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 30px; }
    .pagination__arrow:hover {
        background-color: rgba(50, 50, 75, 0.5); }
    .pagination__arrow-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .pagination__arrow-icon_right {
        transform-origin: 50% 50%;
        transform: scaleX(-1); }
    .pagination__link {
        color: #999;
        text-decoration: none;
        display: block;
        height: 30px;
        line-height: 30px;
        min-width: 30px;
        padding: 0 5px;
        text-align: center; }
    .pagination__link:hover {
        color: #0070c0; }
    .pagination__link_active, .pagination__link_active:hover {
        color: #333; }

.articles-previews-block__header {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    margin: -20px 0 18px;
    padding: 0 20px; }

.articles-previews-block__title {
    font-family: AkrobatBold;
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 20px;
    padding: 0 20px;
    text-transform: uppercase; }

.articles-previews-block__header .articles-previews-block__title {
    margin-bottom: 0;
    padding: 0; }

.articles-previews-block__quantity {
    color: #ccc;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatSemiBold;
    font-size: 30px;
    line-height: 1.17;
    margin-left: 10px; }

.articles-previews-block__select {
    bottom: -16px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: auto;
    position: relative; }

.articles-previews-block__types {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoMedium;
    font-size: 12px;
    margin-left: 40px;
    text-transform: uppercase; }

.articles-previews-block__type-button-input {
    display: none; }

.articles-previews-block__type-button {
    color: #202540;
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    opacity: 0.5;
    text-decoration: none; }

.articles-previews-block__type-button:hover {
    color: #0070c0;
    opacity: 1; }

.articles-previews-block__type-button_active, .articles-previews-block__type-button_active:hover,
.articles-previews-block__type-button-input:checked + .articles-previews-block__type-button {
    color: #202540;
    cursor: text;
    opacity: 1; }

.articles-previews-block__type-button ~ .articles-previews-block__type-button {
    margin-left: 20px; }

.articles-previews-block__compact-items {
    padding-top: 20px; }

.articles-previews-block__pagination {
    margin-top: 40px;
    padding: 0 20px; }

.articles-page {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .articles-page__sidebar {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 300px; }
    .articles-page__main-content {
        background-color: #fff;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 20px;
        padding: 30px 20px 40px;
        width: calc(100% - 320px); }
    .articles-page__breadcrumbs {
        padding: 0 20px; }
    .articles-page__articles {
        margin-top: 40px; }
    .articles-page__video {
        margin-top: 20px; }
    .articles-page__photo {
        margin-top: 20px; }
    .articles-page__partners {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-top: 50px;
        width: 100%; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header-search {
    display: block;
    height: 20px;
    width: 20px; }
    .header-search::before {
        -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
        background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
        content: '';
        display: block;
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: height 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s;
        width: 0%;
        z-index: -2; }
    .header-search.is-active::before {
        height: 100%;
        opacity: 1;
        transition: height 0s ease 0s, opacity 0.3s ease, width 0s ease 0s;
        width: 100%; }
    .header-search__open-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        outline: none;
        padding: 0;
        position: relative;
        transition: opacity 0.3s ease;
        width: 100%; }
    .header-search__open-button:hover {
        opacity: 0.5; }
    .header-search__open-button::before, .header-search__open-button::after {
        background-color: #ccc;
        bottom: 0;
        content: '';
        display: none;
        height: 3px;
        left: 1px;
        margin: auto 0;
        position: absolute;
        right: 1px;
        top: 0;
        transform-origin: 50% 50%; }
    .header-search__open-button::before {
        transform: rotate(45deg); }
    .header-search__open-button::after {
        transform: rotate(-45deg); }
    .header-search.is-active .header-search__open-button::before,
    .header-search.is-active .header-search__open-button::after {
        display: block; }
    .header-search__open-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search.is-active .header-search__open-button-icon {
        display: none; }
    .header-search__form {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        left: 0;
        opacity: 0;
        padding: 0 60px;
        position: absolute;
        top: -100px;
        transition: opacity 0.3s ease, top 0s ease 0.3s;
        width: 100%;
        z-index: -2; }
    .header-search__form::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -2; }
    .header-search.is-active .header-search__form {
        opacity: 1;
        top: 100%;
        transition: opacity 0.3s ease, top 0s ease 0s; }
    .header-search__input {
        background: none;
        border: none;
        color: #333;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 18px;
        height: 50px;
        outline: none; }
        .header-search__input::-webkit-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-ms-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-moz-placeholder {
            /* Firefox 18- */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input::-moz-placeholder {
            /* Firefox 19+ */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
    .header-search__input:focus::-webkit-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-ms-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .header-search__input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
    .header-search__submit-button {
        background: none;
        border: none;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 0;
        transition: opacity 0.3s ease;
        width: 20px; }
    .header-search__submit-button:hover {
        opacity: 0.5; }
    .header-search__submit-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search__form-warning {
        color: #999;
        display: none;
        font-family: RobotoRegular;
        font-size: 13px;
        left: 60px;
        padding-left: 26px;
        position: absolute;
        top: 10px; }
    .header-search__form.not-valid .header-search__form-warning {
        display: block; }
    .header-search__form-warning-icon {
        bottom: 0;
        display: block;
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 16px; }

.header-menu {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }
    .header-menu__wrapper {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .header-menu__wrapper::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header-menu__wrapper.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10; }
    .header-menu__body {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 60px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 60px;
        position: relative; }
    .header-menu__logo {
        display: none;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 50px;
        position: relative;
        z-index: 1; }
    .is-fixed .header-menu__logo {
        display: block; }
    .header-menu__logo-icon {
        display: block;
        height: 30px;
        width: 30px; }
    .header-menu__top-nav {
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    .is-fixed .header-menu__top-nav {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 40px;
        -ms-flex-order: 1;
            order: 1;
        position: static;
        width: auto; }
    .is-fixed .header-menu__top-nav-body {
        box-sizing: border-box;
        display: none;
        margin-top: -18px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 100%; }
    .is-fixed .header-menu__top-nav:hover .header-menu__top-nav-body {
        display: block; }
    .header-menu__bottom-nav {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-menu__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px; }
    .is-fixed .header-menu__burger-button {
        display: block; }
    .header-menu__burger-button-body {
        border-bottom: 3px solid currentColor;
        border-top: 3px solid currentColor;
        bottom: 0;
        box-sizing: border-box;
        color: #0070c0;
        height: 17px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .header-menu__top-nav:hover .header-menu__burger-button-body {
        color: #ccc; }
    .header-menu__burger-button-body::before {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .header-menu__search {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 62px;
        -ms-flex-order: 1;
            order: 1; }
    .is-fixed .header-menu__search {
        margin-left: 30px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header {
    margin-bottom: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4; }
    .header:before {
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
        content: '';
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header__body {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 30px 40px; }
    .header__logo {
        display: block;
        height: 80px;
        margin: 0 auto;
        width: 265px; }
    .header__logo-icon {
        display: block;
        height: 100%;
        width: 100%; }

.social-links {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .social-links__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .social-links__item + .social-links__item {
        margin-left: 10px; }
    .social-links__link {
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        transition: opacity 0.3s ease;
        width: 30px; }
    .social-links__link:hover {
        opacity: 0.75; }
    .social-links__link_facebook {
        background-color: #4267b2; }
    .social-links__link_vkontakte {
        background-color: #4a76a8; }
    .social-links__link_youtube {
        background-color: #dd2c28; }
    .social-links__link_telegram {
        background-color: #40a7e3; }
    .social-links__logo {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 16px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px; }

.button-scroll-top {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 100px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 50px;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: max-height 0s ease 0.5s, max-width 0s ease 0.5s, opacity 0.5s ease;
    width: 50px;
    z-index: 2; }
    .button-scroll-top:hover {
        opacity: 0.5; }
    .button-scroll-top__icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }

.button-scroll-top_visible {
    max-height: 999px;
    max-width: 999px;
    opacity: 1;
    transition: max-height 0s ease 0s, max-width 0s ease 0s, opacity 0.5s ease; }

.footer {
    background-color: #202540;
    color: #fff; }
    .footer__body {
        -ms-flex-align: start;
            align-items: flex-start;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 400px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 28px 60px 0;
        position: relative; }
    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 18px;
        margin-bottom: 22px;
        width: 100%; }
    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 340px; }
    .footer__contact {
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoRegular;
        font-size: 14px; }
    .footer__contact_not-first {
        margin-top: 5px; }
    .footer__contact-name {
        width: 80px; }
    .footer__contact-link {
        color: #fff;
        text-decoration: none; }
    .footer__contact-link:hover {
        opacity: 0.5; }
    .footer__social-links {
        margin-top: 32px; }
    .footer__terms {
        margin-top: 14px; }
    .footer__terms-link {
        color: #fff;
        font-family: RobotoRegular;
        font-size: 13px;
        text-decoration: none; }
    .footer__terms-link:hover {
        opacity: 0.5; }
    .footer__text {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 40px;
        max-width: 680px;
        width: calc(100% - 380px); }
    .footer__logos {
        -ms-flex-align: center;
            align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        font-weight: 400;
        height: 120px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        line-height: 21px;
        margin-top: 40px;
        position: relative;
        width: 100%; }
    .footer__logos::before {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        content: "";
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0; }
    .footer__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .footer__logo_russian-world {
        padding-left: 66px; }
    .footer__logo_runet {
        padding-left: 62px; }
    .footer__logo_nologostudio {
        padding: 0 68px 0 40px; }
    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.25;
        position: absolute;
        top: 0; }
    .footer__logo-icon_russian-world {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo-icon_runet {
        height: 40px;
        width: 46px; }
    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer__logo-link:hover ~ .footer__logo-icon_russian-world {
        opacity: 0.5; }
    .footer__logo-link:hover ~ .footer__logo-icon_nologostudio {
        opacity: 0.75; }
    .footer__logo-link {
        color: #fff;
        text-decoration: none; }
    .footer__logo-link:hover {
        color: rgba(255, 255, 255, 0.5); }
    .footer__logo-link:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .footer__logo_russian-world .footer__logo-link:before {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo_runet .footer__logo-link:before {
        height: 40px;
        width: 46px; }
    .footer__logo_nologostudio .footer__logo-link:before {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer .mylinks {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        max-width: 1320px;
        padding: 16px 60px; }
    .footer .mylinks a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: color 0.3s ease; }
    .footer .mylinks a:hover {
        color: #fff; }

.breadcrumbs {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoRegular;
    font-size: 14px; }
    .breadcrumbs__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        white-space: nowrap; }
    .breadcrumbs__item_not-first {
        margin-left: 12px; }
    .breadcrumbs__item_last {
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    .breadcrumbs__item_not-first::before {
        background-color: #ccc;
        border-radius: 50%;
        bottom: 3px;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 12px;
        position: relative;
        width: 4px; }
    .breadcrumbs__link {
        color: #999;
        text-decoration: none; }
    .breadcrumbs__link_active {
        color: rgba(0, 112, 192, 0.75); }
    .breadcrumbs__link_active:hover {
        color: #333; }

.article-sharing {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .article-sharing__icon {
        display: block;
        fill: #ccc;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-right: 20px;
        width: 17px; }
    .article-sharing__content {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 50px; }
    .article-sharing .ya-share2__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .article-sharing .ya-share2__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .article-sharing .ya-share2__item + .ya-share2__item::before {
        background-color: #eff0f2;
        bottom: 0;
        content: '';
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 1px; }
    .article-sharing .ya-share2__link {
        display: block;
        font-size: 0;
        height: 50px;
        position: relative;
        transition: opacity 0.3s ease;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 50px; }
    .article-sharing .ya-share2__link:hover {
        opacity: 0.75; }
    .article-sharing .ya-share2__badge {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: '';
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0; }
    .article-sharing .ya-share2__item_service_facebook .ya-share2__badge {
        background-image: url(../img/svg-icons/facebook.svg);
        height: 16px;
        width: 16px; }
    .article-sharing .ya-share2__item_service_vkontakte .ya-share2__badge {
        background-image: url(../img/svg-icons/vkontakte.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_odnoklassniki .ya-share2__badge {
        background-image: url(../img/svg-icons/odnoklassniki.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_twitter .ya-share2__badge {
        background-image: url(../img/svg-icons/twitter.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_telegram .ya-share2__badge {
        background-image: url(../img/svg-icons/telegram.svg);
        height: 18px;
        width: 18px; }

.article-preview-compact__cover {
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 180px;
    margin-bottom: 20px;
    position: relative; }

.article-preview-compact_size-m .article-preview-compact__cover {
    height: 300px; }

.article-preview-compact__cover_image::after, .article-preview-compact__cover_video::after {
    background-color: #202540;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%; }

.article-preview-compact__cover_image:hover::after {
    opacity: 0.25; }

.article-preview-compact__cover_video::after {
    opacity: 0.5; }

.article-preview-compact__cover_video:hover::after {
    opacity: 0.75; }

.article-preview-compact__cover_no-image::before {
    background: linear-gradient(0deg, #eff0f2, #eff0f2), #f7f8fa;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%; }

.article-preview-compact__cover_no-image:hover::before {
    opacity: 1; }

.article-preview-compact__cover-logo {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1; }

.article-preview-compact__cover-logo_picture {
    height: 100px;
    margin: auto;
    top: 0;
    width: 100px; }

.article-preview-compact__cover-logo_avatar {
    height: 162px;
    margin: 0 auto;
    width: 162px; }

.article-preview-compact__cover-image {
    display: block;
    height: 100%;
    opacity: 0;
    width: 100%; }

.article-preview-compact__video-button {
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 0;
    box-sizing: border-box;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 1; }

.article-preview-compact_size-m .article-preview-compact__video-button {
    height: 80px;
    width: 80px; }

.article-preview-compact__video-button-icon {
    bottom: 0;
    display: block;
    fill: #fff;
    height: 20px;
    left: 3px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }

.article-preview-compact_size-m .article-preview-compact__video-button-icon {
    height: 28px;
    width: 28px; }

.article-preview-compact__info {
    -ms-flex-align: baseline;
        align-items: baseline;
    color: #999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 12px;
    width: 100%; }

.article-preview-compact__date {
    color: #999;
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 12px; }

.article-preview-compact__date_highlighted {
    color: #c00000; }

.article-preview-compact__title + .article-preview-compact__date {
    margin-top: 10px; }

.article-preview-compact__time {
    color: #333;
    padding-right: 10px; }

.article-preview-compact__author {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.article-preview-compact__author-link {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease; }

.article-preview-compact__author-link:hover {
    color: #0070c0; }

.article-preview-compact__title {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatSemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    margin-top: 10px;
    max-height: 4.32em;
    overflow: hidden; }

.article-preview-compact_size-m .article-preview-compact__title {
    font-family: AkrobatBold;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28; }

.article-preview-compact__title-link {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease; }

.article-preview-compact__title-link:hover {
    color: #0070c0; }

.articles-previews-slider {
    overflow: hidden; }
    .articles-previews-slider__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .articles-previews-slider__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 320px;
        margin-right: 30px;
        width: 260px; }
    .articles-previews-slider__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        margin-top: 20px; }
    .articles-previews-slider__button {
        border-radius: 50%;
        border: 2px solid currentColor;
        box-sizing: border-box;
        color: rgba(32, 37, 64, 0.25);
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        outline: none;
        position: relative;
        width: 30px;
        z-index: 2; }
    .articles-previews-slider__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .articles-previews-slider__button:hover {
        color: rgba(32, 37, 64, 0.5); }
    .articles-previews-slider__button-icon {
        bottom: 0;
        color: currentColor;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }

.text-editor {
    color: #666;
    font-family: RobotoRegular;
    font-size: 16px;
    line-height: 1.625; }
    .text-editor b {
        font-family: RobotoBold;
        font-weight: 700; }
    .text-editor h4 {
        color: #333;
        font-family: RobotoMedium;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 1.67;
        margin: 1.67em 0; }
    .text-editor p {
        margin: 1.8em 0; }
    .text-editor blockquote {
        color: #333;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 1.67;
        margin: 2em 0;
        padding-left: 40px;
        position: relative; }
    .text-editor blockquote::before {
        background-color: #c00000;
        bottom: 3px;
        content: '';
        left: 0;
        position: absolute;
        top: 4px;
        width: 5px; }
    .text-editor .insertion {
        box-sizing: border-box;
        color: #333;
        font-family: GeorgiaItalic;
        font-size: 18px;
        font-style: italic;
        line-height: 1.6;
        margin: 50px 0 50px 40px;
        max-width: 100%;
        padding-left: 80px;
        position: relative;
        width: 690px; }
    .text-editor .insertion-icon {
        display: block;
        fill: #e5e5e5;
        height: 26px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 36px; }
    .text-editor img {
        margin: 0 40px 40px 0;
        vertical-align: top; }
    .text-editor img.wide {
        height: auto;
        margin: 20px 0;
        width: 100%; }
    .text-editor figure {
        margin: 0 40px 40px 0;
        display: -ms-flexbox; 
     /*   display: flex; */
        -ms-flex-pack: center;
            justify-content: center; }
    .text-editor figure div {
        display: inline-block;
        max-width: 100%; }
    .text-editor figure img {
        display: block;
        margin: 0;
        vertical-align: top; }
    .text-editor figcaption {
        color: #999;
        font-family: RobotoRegular;
        font-style: italic;
        font-size: 14px;
        line-height: 23px;
        margin-top: 18px; }
    .text-editor ul {
        margin: 1.8em 0; }
    .text-editor ul li {
        display: -ms-flexbox;
        display: flex;
        padding-left: 20px;
        position: relative; }
    .text-editor ul li::before {
        background-color: currentColor;
        border-radius: 50%;
        bottom: 4px;
        color: inherit;
        content: '';
        height: 4px;
        left: 0;
        position: absolute;
        top: 11px;
        width: 4px; }
    .text-editor iframe {
        margin: 1.8em 0;
        width: 100% !important; }
    .text-editor a {
        color: #0070c0;
        text-decoration: none; }
    .text-editor .expert-preview {
        font-style: normal;
        margin-top: 20px; }
    .text-editor .expert-preview__name-link {
        color: #333; }
    .text-editor .expert-preview__description {
        color: #999; }
    .text-editor .spoiler + .spoiler {
        border-top: 1px solid #e5e5e5; }
    .text-editor .spoiler__open-input {
        display: none; }
    .text-editor .spoiler__header {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        color: #333;
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoMedium;
        font-size: 16px;
        height: 79px;
        padding-right: 60px;
        position: relative; }
    .text-editor .spoiler__quantity {
        color: #666;
        padding-left: 4px; }
    .text-editor .spoiler__open-button {
        background: none;
        color: #0070c0;
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: color 0.3s ease;
        width: 100%; }
    .text-editor .spoiler__open-button:hover,
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button {
        color: rgba(32, 37, 64, 0.5); }
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button:hover {
        color: #0070c0; }
    .text-editor .spoiler__open-button-body {
        border-radius: 50%;
        border: 2px solid currentColor;
        bottom: 0;
        display: block;
        height: 30px;
        margin: auto 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px; }
    .text-editor .spoiler__open-button-body::before,
    .text-editor .spoiler__open-button-body::after {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .text-editor .spoiler__open-button-body::after {
        transform-origin: 50% 50%;
        transform: rotate(90.01deg); }
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button-body::after {
        display: none; }
    .text-editor .spoiler__content {
        display: none; }
    .text-editor .spoiler__open-input:checked ~ .spoiler__content {
        display: block; }
    .text-editor .organisation {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin: 50px 0 50px 60px; }
    .text-editor .organisation__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 36px; }
    .text-editor .organisation__description {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        font-style: italic;
        line-height: 23px;
        max-width: 400px; }

.article-detailed__cover {
    float: left;
    margin: 0 40px 50px 0;
    width: 400px; }

.article-detailed__cover-image {
    display: block;
    height: auto;
    width: 100%; }

.article-detailed__cover-caption {
    color: #999;
    font-family: RobotoRegular;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 23px;
    margin-top: 20px; }

.article-detailed__cover-caption a {
    color: #0070c0;
    text-decoration: none; }

.article-detailed__tags {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoMedium;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 12px;
    text-transform: uppercase; }

.article-detailed__tags-item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.article-detailed__tags-item_not-first {
    margin-left: 10px; }

.article-detailed__tags-item_not-first::before {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    bottom: 2px;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 4px;
    margin-right: 9px;
    position: relative;
    width: 4px; }

.article-detailed__tag {
    text-decoration: none; }

.article-detailed__tag_red {
    color: #c00000; }

.article-detailed__tag_blue {
    color: #0070c0; }

.article-detailed__tag_gray {
    color: #666; }

.article-detailed__tag:hover {
    text-decoration: underline; }

.article-detailed__info {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }

.article-detailed__date {
    color: #999;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 12px; }

.article-detailed__date_highlighted {
    color: #c00000; }

.article-detailed__time {
    color: #333;
    padding-right: 10px; }

.article-detailed__author {
    color: #999;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 12px;
    margin-left: 10px; }

.article-detailed__author::before {
    border-radius: 50%;
    border: 1px solid #999;
    bottom: 2px;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 4px;
    margin-right: 9px;
    position: relative;
    width: 4px; }

.article-detailed__title {
    color: #333;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatBold;
    font-size: 24px;
    line-height: 1.42;
    margin-bottom: 28px; }

.article-detailed__content::after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden; }

.article-detailed__buttons {
    -ms-flex-align: center;
        align-items: center;
    border-top: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding-top: 20px; }

.article-detailed__share {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.article-detailed__print-button {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 14px;
    line-height: 50px;
    margin-left: auto;
    padding: 0 0 0 30px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease; }

.article-detailed__print-button:hover {
    color: #0070c0; }

.article-detailed__print-button-icon {
    bottom: 0;
    height: 20px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 20px;
    display: block; }

.article-detailed__comments {
    margin-top: 50px; }

.article-detailed__similar {
    background-color: #f6f7f9;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin: 60px -40px 0;
    padding: 40px; }

.article-detailed__similar-title {
    font-family: AkrobatBold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 24px;
    text-transform: uppercase; }

.article-sharing {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .article-sharing__icon {
        display: block;
        fill: #ccc;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-right: 20px;
        width: 17px; }
    .article-sharing__content {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 50px; }
    .article-sharing .ya-share2__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .article-sharing .ya-share2__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .article-sharing .ya-share2__item + .ya-share2__item::before {
        background-color: #eff0f2;
        bottom: 0;
        content: '';
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 1px; }
    .article-sharing .ya-share2__link {
        display: block;
        font-size: 0;
        height: 50px;
        position: relative;
        transition: opacity 0.3s ease;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 50px; }
    .article-sharing .ya-share2__link:hover {
        opacity: 0.75; }
    .article-sharing .ya-share2__badge {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: '';
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0; }
    .article-sharing .ya-share2__item_service_facebook .ya-share2__badge {
        background-image: url(../img/svg-icons/facebook.svg);
        height: 16px;
        width: 16px; }
    .article-sharing .ya-share2__item_service_vkontakte .ya-share2__badge {
        background-image: url(../img/svg-icons/vkontakte.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_odnoklassniki .ya-share2__badge {
        background-image: url(../img/svg-icons/odnoklassniki.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_twitter .ya-share2__badge {
        background-image: url(../img/svg-icons/twitter.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_telegram .ya-share2__badge {
        background-image: url(../img/svg-icons/telegram.svg);
        height: 18px;
        width: 18px; }

.book-preview-compact {
    position: relative; }
    .book-preview-compact__cover {
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.25);
        display: block;
        height: 230px;
        max-width: 100%;
        overflow: hidden;
        position: relative;
        width: 160px; }
    .book-preview-compact__cover_size-m {
        box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
        height: 270px;
        width: 180px; }
    .book-preview-compact__cover_logo {
        background-color: #f7f8fa;
        transition: background-color 0.3s ease; }
    .book-preview-compact__cover_logo:hover {
        background-color: #eff0f2; }
    .book-preview-compact__cover_image:before {
        background-color: #fff;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .book-preview-compact__cover_image:hover:before {
        opacity: 0.25; }
    .book-preview-compact__cover-logo {
        bottom: 0;
        display: block;
        height: 110px;
        left: -10px;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 140px; }
    .book-preview-compact__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }
    .book-preview-compact__title {
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 18px;
        max-height: 4.8em;
        overflow: hidden; }
    .book-preview-compact__title_size-m {
        font-family: AkrobatSemiBold;
        font-size: 16px;
        line-height: 1.44;
        max-height: 4.32em; }
    .book-preview-compact__title-link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .book-preview-compact__title-link:before {
        background-color: #fff;
        content: "";
        height: 230px;
        left: 0;
        max-width: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 160px; }
    .book-preview-compact__cover_size-m ~ .book-preview-compact__title .book-preview-compact__title-link:before {
        height: 270px;
        width: 180px; }
    .book-preview-compact__title-link:hover {
        color: #0070c0; }
    .book-preview-compact__title-link:hover:before {
        opacity: 0.25; }

.books-previews-slider {
    overflow: hidden; }
    .books-previews-slider__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .books-previews-slider__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 360px;
        margin-right: 40px;
        width: calc(25% - 30px); }
    .books-previews-slider__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        margin-top: 20px; }
    .books-previews-slider__button {
        border-radius: 50%;
        border: 2px solid currentColor;
        box-sizing: border-box;
        color: rgba(32, 37, 64, 0.25);
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        outline: none;
        position: relative;
        transition: color 0.3s ease;
        width: 30px;
        z-index: 2; }
    .books-previews-slider__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .books-previews-slider__button:hover {
        color: rgba(32, 37, 64, 0.5); }
    .books-previews-slider__button-icon {
        bottom: 0;
        color: currentColor;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }

.text-editor {
    color: #666;
    font-family: RobotoRegular;
    font-size: 16px;
    line-height: 1.625; }
    .text-editor b {
        font-family: RobotoBold;
        font-weight: 700; }
    .text-editor h4 {
        color: #333;
        font-family: RobotoMedium;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 1.67;
        margin: 1.67em 0; }
    .text-editor p {
        margin: 1.8em 0; }
    .text-editor blockquote {
        color: #333;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 1.67;
        margin: 2em 0;
        padding-left: 40px;
        position: relative; }
    .text-editor blockquote::before {
        background-color: #c00000;
        bottom: 3px;
        content: '';
        left: 0;
        position: absolute;
        top: 4px;
        width: 5px; }
    .text-editor .insertion {
        box-sizing: border-box;
        color: #333;
        font-family: GeorgiaItalic;
        font-size: 18px;
        font-style: italic;
        line-height: 1.6;
        margin: 50px 0 50px 40px;
        max-width: 100%;
        padding-left: 80px;
        position: relative;
        width: 690px; }
    .text-editor .insertion-icon {
        display: block;
        fill: #e5e5e5;
        height: 26px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 36px; }
    .text-editor img {
        margin: 0 40px 40px 0;
        vertical-align: top; }
    .text-editor img.wide {
        height: auto;
        margin: 20px 0;
        width: 100%; }
    .text-editor figure {
        margin: 0 40px 40px 0;
        display: -ms-flexbox;
      /*  display: flex; */
        -ms-flex-pack: center;
            justify-content: center; }
    .text-editor figure div {
        display: inline-block;
        max-width: 100%; }
    .text-editor figure img {
        display: block;
        margin: 0;
        vertical-align: top; }
    .text-editor figcaption {
        color: #999;
        font-family: RobotoRegular;
        font-style: italic;
        font-size: 14px;
        line-height: 23px;
        margin-top: 18px; }
    .text-editor ul {
        margin: 1.8em 0; }
    .text-editor ul li {
        display: -ms-flexbox;
        display: flex; 
        padding-left: 20px;
        position: relative; }
    .text-editor ul li::before {
        background-color: currentColor;
        border-radius: 50%;
        bottom: 4px;
        color: inherit;
        content: '';
        height: 4px;
        left: 0;
        position: absolute;
        top: 11px;
        width: 4px; }
    .text-editor iframe {
        margin: 1.8em 0;
        width: 100% !important; }
    .text-editor a {
        color: #0070c0;
        text-decoration: none; }
    .text-editor .expert-preview {
        font-style: normal;
        margin-top: 20px; }
    .text-editor .expert-preview__name-link {
        color: #333; }
    .text-editor .expert-preview__description {
        color: #999; }
    .text-editor .spoiler + .spoiler {
        border-top: 1px solid #e5e5e5; }
    .text-editor .spoiler__open-input {
        display: none; }
    .text-editor .spoiler__header {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        color: #333;
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoMedium;
        font-size: 16px;
        height: 79px;
        padding-right: 60px;
        position: relative; }
    .text-editor .spoiler__quantity {
        color: #666;
        padding-left: 4px; }
    .text-editor .spoiler__open-button {
        background: none;
        color: #0070c0;
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: color 0.3s ease;
        width: 100%; }
    .text-editor .spoiler__open-button:hover,
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button {
        color: rgba(32, 37, 64, 0.5); }
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button:hover {
        color: #0070c0; }
    .text-editor .spoiler__open-button-body {
        border-radius: 50%;
        border: 2px solid currentColor;
        bottom: 0;
        display: block;
        height: 30px;
        margin: auto 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px; }
    .text-editor .spoiler__open-button-body::before,
    .text-editor .spoiler__open-button-body::after {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .text-editor .spoiler__open-button-body::after {
        transform-origin: 50% 50%;
        transform: rotate(90.01deg); }
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button-body::after {
        display: none; }
    .text-editor .spoiler__content {
        display: none; }
    .text-editor .spoiler__open-input:checked ~ .spoiler__content {
        display: block; }
    .text-editor .organisation {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin: 50px 0 50px 60px; }
    .text-editor .organisation__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 36px; }
    .text-editor .organisation__description {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        font-style: italic;
        line-height: 23px;
        max-width: 400px; }

.book-detailed__cover {
    background-color: #f7f8fa;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
    float: left;
    margin: 0 40px 50px 0;
    position: relative;
    width: 300px; }

.book-detailed__cover-image {
    display: block;
    height: auto;
    width: 100%; }

.book-detailed__cover-logo {
    bottom: 0;
    display: block;
    height: 225px;
    left: -20px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 280px; }

.book-detailed__info {
    color: #999;
    font-family: RobotoRegular;
    font-size: 14px;
    line-height: 1.43; }

.book-detailed__info-item {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex; }

.book-detailed__info-item + .book-detailed__info-item {
    margin-top: 20px; }

.book-detailed__info-item-name {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 110px; }

.book-detailed__info-item-value {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    padding-left: 20px; }

.book-detailed__author-link {
    color: #999;
    text-decoration: none; }

.book-detailed__title {
    color: #333;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatBold;
    font-size: 24px;
    line-height: 1.42;
    margin-bottom: 23px;
    position: relative;
    top: -5px; }

.book-detailed__download-button {
    background-color: #202540;
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: RobotoBold;
    font-size: 12px;
    height: 40px;
    letter-spacing: 0.02em;
    line-height: 40px;
    margin-top: 30px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    width: 140px; }

.book-detailed__content {
    margin-top: 50px; }

.book-detailed__content::after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden; }

.book-detailed__buttons {
    -ms-flex-align: center;
        align-items: center;
    border-top: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding-top: 20px; }

.book-detailed__share {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.book-detailed__print-button {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 14px;
    line-height: 50px;
    margin-left: auto;
    padding: 0 0 0 30px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease; }

.book-detailed__print-button:hover {
    color: #0070c0; }

.book-detailed__print-button-icon {
    bottom: 0;
    height: 20px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 20px;
    display: block; }

.book-detailed__comments {
    margin-top: 50px; }

.book-detailed__similar {
    background-color: #f6f7f9;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin: 60px -40px 0;
    padding: 40px; }

.book-detailed__similar-title {
    font-family: AkrobatBold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 24px;
    text-transform: uppercase; }

.article-sharing {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .article-sharing__icon {
        display: block;
        fill: #ccc;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-right: 20px;
        width: 17px; }
    .article-sharing__content {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 50px; }
    .article-sharing .ya-share2__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .article-sharing .ya-share2__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .article-sharing .ya-share2__item + .ya-share2__item::before {
        background-color: #eff0f2;
        bottom: 0;
        content: '';
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 1px; }
    .article-sharing .ya-share2__link {
        display: block;
        font-size: 0;
        height: 50px;
        position: relative;
        transition: opacity 0.3s ease;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 50px; }
    .article-sharing .ya-share2__link:hover {
        opacity: 0.75; }
    .article-sharing .ya-share2__badge {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: '';
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0; }
    .article-sharing .ya-share2__item_service_facebook .ya-share2__badge {
        background-image: url(../img/svg-icons/facebook.svg);
        height: 16px;
        width: 16px; }
    .article-sharing .ya-share2__item_service_vkontakte .ya-share2__badge {
        background-image: url(../img/svg-icons/vkontakte.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_odnoklassniki .ya-share2__badge {
        background-image: url(../img/svg-icons/odnoklassniki.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_twitter .ya-share2__badge {
        background-image: url(../img/svg-icons/twitter.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_telegram .ya-share2__badge {
        background-image: url(../img/svg-icons/telegram.svg);
        height: 18px;
        width: 18px; }

.text-editor {
    color: #666;
    font-family: RobotoRegular;
    font-size: 16px;
    line-height: 1.625; }
    .text-editor b {
        font-family: RobotoBold;
        font-weight: 700; }
    .text-editor h4 {
        color: #333;
        font-family: RobotoMedium;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 1.67;
        margin: 1.67em 0; }
    .text-editor p {
        margin: 1.8em 0; }
    .text-editor blockquote {
        color: #333;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 1.67;
        margin: 2em 0;
        padding-left: 40px;
        position: relative; }
    .text-editor blockquote::before {
        background-color: #c00000;
        bottom: 3px;
        content: '';
        left: 0;
        position: absolute;
        top: 4px;
        width: 5px; }
    .text-editor .insertion {
        box-sizing: border-box;
        color: #333;
        font-family: GeorgiaItalic;
        font-size: 18px;
        font-style: italic;
        line-height: 1.6;
        margin: 50px 0 50px 40px;
        max-width: 100%;
        padding-left: 80px;
        position: relative;
        width: 690px; }
    .text-editor .insertion-icon {
        display: block;
        fill: #e5e5e5;
        height: 26px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 36px; }
    .text-editor img {
        margin: 0 40px 40px 0;
        vertical-align: top; }
    .text-editor img.wide {
        height: auto;
        margin: 20px 0;
        width: 100%; }
    .text-editor figure {
        margin: 0 40px 40px 0;
        display: -ms-flexbox;
     /*   display: flex; */
        -ms-flex-pack: center;
            justify-content: center; }
    .text-editor figure div {
        display: inline-block;
        max-width: 100%; }
    .text-editor figure img {
        display: block;
        margin: 0;
        vertical-align: top; }
    .text-editor figcaption {
        color: #999;
        font-family: RobotoRegular;
        font-style: italic;
        font-size: 14px;
        line-height: 23px;
        margin-top: 18px; }
    .text-editor ul {
        margin: 1.8em 0; }
    .text-editor ul li {
        display: -ms-flexbox;
        display: flex; 
        padding-left: 20px;
        position: relative; }
    .text-editor ul li::before {
        background-color: currentColor;
        border-radius: 50%;
        bottom: 4px;
        color: inherit;
        content: '';
        height: 4px;
        left: 0;
        position: absolute;
        top: 11px;
        width: 4px; }
    .text-editor iframe {
        margin: 1.8em 0;
        width: 100% !important; }
    .text-editor a {
        color: #0070c0;
        text-decoration: none; }
    .text-editor .expert-preview {
        font-style: normal;
        margin-top: 20px; }
    .text-editor .expert-preview__name-link {
        color: #333; }
    .text-editor .expert-preview__description {
        color: #999; }
    .text-editor .spoiler + .spoiler {
        border-top: 1px solid #e5e5e5; }
    .text-editor .spoiler__open-input {
        display: none; }
    .text-editor .spoiler__header {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        color: #333;
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoMedium;
        font-size: 16px;
        height: 79px;
        padding-right: 60px;
        position: relative; }
    .text-editor .spoiler__quantity {
        color: #666;
        padding-left: 4px; }
    .text-editor .spoiler__open-button {
        background: none;
        color: #0070c0;
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: color 0.3s ease;
        width: 100%; }
    .text-editor .spoiler__open-button:hover,
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button {
        color: rgba(32, 37, 64, 0.5); }
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button:hover {
        color: #0070c0; }
    .text-editor .spoiler__open-button-body {
        border-radius: 50%;
        border: 2px solid currentColor;
        bottom: 0;
        display: block;
        height: 30px;
        margin: auto 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px; }
    .text-editor .spoiler__open-button-body::before,
    .text-editor .spoiler__open-button-body::after {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .text-editor .spoiler__open-button-body::after {
        transform-origin: 50% 50%;
        transform: rotate(90.01deg); }
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button-body::after {
        display: none; }
    .text-editor .spoiler__content {
        display: none; }
    .text-editor .spoiler__open-input:checked ~ .spoiler__content {
        display: block; }
    .text-editor .organisation {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin: 50px 0 50px 60px; }
    .text-editor .organisation__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 36px; }
    .text-editor .organisation__description {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        font-style: italic;
        line-height: 23px;
        max-width: 400px; }

.special-project-detailed {
    padding-bottom: 40px; }
    .special-project-detailed__articles {
        margin: 50px -20px 0; }
    .special-project-detailed__articles-header {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
        padding: 0 20px; }
    .special-project-detailed__articles-title {
        color: #333;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 30px;
        line-height: 1.17; }
    .special-project-detailed__articles-quantity {
        color: #ccc;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 30px;
        line-height: 1.17;
        margin-left: 10px; }
    .special-project-detailed__articles-types {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px;
        margin-left: auto;
        padding-left: 20px;
        text-transform: uppercase; }
    .special-project-detailed__articles-type-button {
        color: #202540;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        opacity: 0.5;
        text-decoration: none; }
    .special-project-detailed__articles-type-button_active {
        cursor: text;
        opacity: 1; }
    .special-project-detailed__articles-type-button + .special-project-detailed__articles-type-button {
        margin-left: 20px; }

.media-slider {
    height: 100%;
    overflow: hidden; }
    .media-slider__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        height: 100%; }
    .media-slider__item {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 100%;
        width: 100%; }
    .media-slider__image-wrapper {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        box-sizing: border-box;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        padding: 0 50px;
        position: relative;
        width: 100%; }
    .media-slider__image {
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-slider__description {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        height: 3.2em;
        line-height: 1.6;
        overflow: hidden;
        padding: 18px 0 10px;
        width: 100%; }

.media-slider-thumbnails {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .media-slider-thumbnails__item {
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 80px; }
    .media-slider-thumbnails__item.is-active {
        cursor: default; }
    .media-slider-thumbnails__image {
        display: block;
        height: 100%;
        opacity: 0.5;
        outline: 1px solid transparent;
        transition: opacity 0.3s ease;
        width: auto; }
    .media-slider-thumbnails__item:hover .media-slider-thumbnails__image,
    .media-slider-thumbnails__item.is-active .media-slider-thumbnails__image {
        opacity: 1; }

.media-gallery-popup {
    background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10; }
    .media-gallery-popup.is-active {
        display: block; }
    .media-gallery-popup__body {
        height: 100%;
        position: relative; }
    .media-gallery-popup__slider {
        box-sizing: border-box;
        height: calc(100% - 80px);
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-gallery-popup__thumbnails {
        bottom: 0;
        display: block;
        height: 80px;
        left: 0;
        overflow: hidden;
        position: absolute;
        width: 100%; }
    .media-gallery-popup__slider-button {
        border-radius: 50%;
        border: 2px solid #202540;
        bottom: 30px;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        margin: auto 0;
        opacity: 0.25;
        outline: none;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 30px;
        z-index: 2; }
    .media-gallery-popup__slider-button_previous {
        left: 0; }
    .media-gallery-popup__slider-button_next {
        right: 0;
        transform: scaleX(-1); }
    .media-gallery-popup__slider-button:hover {
        opacity: 0.5; }
    .media-gallery-popup__slider-button-icon {
        bottom: 0;
        color: #202540;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .media-gallery-popup__close-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 36px;
        outline: none;
        padding: 0;
        position: absolute;
        right: -10px;
        top: -10px;
        width: 36px; }
    .media-gallery-popup__close-button::before, .media-gallery-popup__close-button::after {
        background-color: #c00000;
        border-radius: 2px;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transform-origin: 50% 50%;
        width: 20px; }
    .media-gallery-popup__close-button::before {
        transform: rotate(-45deg); }
    .media-gallery-popup__close-button::after {
        transform: rotate(45deg); }

.media-slider {
    height: 100%;
    overflow: hidden; }
    .media-slider__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        height: 100%; }
    .media-slider__item {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 100%;
        width: 100%; }
    .media-slider__image-wrapper {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        box-sizing: border-box;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        padding: 0 50px;
        position: relative;
        width: 100%; }
    .media-slider__image {
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-slider__description {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        height: 3.2em;
        line-height: 1.6;
        overflow: hidden;
        padding: 18px 0 10px;
        width: 100%; }

.media-slider-thumbnails {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .media-slider-thumbnails__item {
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 80px; }
    .media-slider-thumbnails__item.is-active {
        cursor: default; }
    .media-slider-thumbnails__image {
        display: block;
        height: 100%;
        opacity: 0.5;
        outline: 1px solid transparent;
        transition: opacity 0.3s ease;
        width: auto; }
    .media-slider-thumbnails__item:hover .media-slider-thumbnails__image,
    .media-slider-thumbnails__item.is-active .media-slider-thumbnails__image {
        opacity: 1; }

.media-slider-navigation {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .media-slider-navigation__fraction {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 14px;
        line-height: 30px;
        overflow: hidden;
        text-align: center;
        width: 100px; }
    .media-slider-navigation__fraction .swiper-pagination-current {
        color: #333; }
    .media-slider-navigation__button {
        border-radius: 50%;
        border: 2px solid #202540;
        box-sizing: border-box;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        opacity: 0.25;
        outline: none;
        position: relative;
        transition: opacity 0.3s ease;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 30px;
        z-index: 2; }
    .media-slider-navigation__button_next {
        transform: scaleX(-1); }
    .media-slider-navigation__button:hover {
        opacity: 0.5; }
    .media-slider-navigation__button-icon {
        bottom: 0;
        color: #202540;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }

.media-gallery {
    overflow: hidden;
    padding-bottom: 50px;
    position: relative; }
    .media-gallery__thumbnails {
        display: block;
        margin-bottom: 20px; }
    .media-gallery__slider {
        height: 560px; }
    .media-gallery__controls {
        bottom: 0;
        box-sizing: border-box;
        display: block;
        height: 30px;
        left: 0;
        padding: 0 60px;
        position: absolute;
        width: 100%; }
    .media-gallery__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        position: absolute; }
    .media-gallery__increase-button {
        background: none;
        border: none;
        cursor: pointer;
        fill: #202540;
        height: 30px;
        outline: none;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.25;
        transition: opacity 0.3s ease;
        width: 30px; }
    .media-gallery__increase-button:hover {
        opacity: 0.6; }
    .media-gallery__increase-button-icon {
        display: block;
        height: 100%;
        width: 100%; }

.article-sharing {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .article-sharing__icon {
        display: block;
        fill: #ccc;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-right: 20px;
        width: 17px; }
    .article-sharing__content {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 50px; }
    .article-sharing .ya-share2__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .article-sharing .ya-share2__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .article-sharing .ya-share2__item + .ya-share2__item::before {
        background-color: #eff0f2;
        bottom: 0;
        content: '';
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 1px; }
    .article-sharing .ya-share2__link {
        display: block;
        font-size: 0;
        height: 50px;
        position: relative;
        transition: opacity 0.3s ease;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 50px; }
    .article-sharing .ya-share2__link:hover {
        opacity: 0.75; }
    .article-sharing .ya-share2__badge {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: '';
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0; }
    .article-sharing .ya-share2__item_service_facebook .ya-share2__badge {
        background-image: url(../img/svg-icons/facebook.svg);
        height: 16px;
        width: 16px; }
    .article-sharing .ya-share2__item_service_vkontakte .ya-share2__badge {
        background-image: url(../img/svg-icons/vkontakte.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_odnoklassniki .ya-share2__badge {
        background-image: url(../img/svg-icons/odnoklassniki.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_twitter .ya-share2__badge {
        background-image: url(../img/svg-icons/twitter.svg);
        height: 20px;
        width: 20px; }
    .article-sharing .ya-share2__item_service_telegram .ya-share2__badge {
        background-image: url(../img/svg-icons/telegram.svg);
        height: 18px;
        width: 18px; }

.article-preview-compact__cover {
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 180px;
    margin-bottom: 20px;
    position: relative; }

.article-preview-compact_size-m .article-preview-compact__cover {
    height: 300px; }

.article-preview-compact__cover_image::after, .article-preview-compact__cover_video::after {
    background-color: #202540;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%; }

.article-preview-compact__cover_image:hover::after {
    opacity: 0.25; }

.article-preview-compact__cover_video::after {
    opacity: 0.5; }

.article-preview-compact__cover_video:hover::after {
    opacity: 0.75; }

.article-preview-compact__cover_no-image::before {
    background: linear-gradient(0deg, #eff0f2, #eff0f2), #f7f8fa;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%; }

.article-preview-compact__cover_no-image:hover::before {
    opacity: 1; }

.article-preview-compact__cover-logo {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1; }

.article-preview-compact__cover-logo_picture {
    height: 100px;
    margin: auto;
    top: 0;
    width: 100px; }

.article-preview-compact__cover-logo_avatar {
    height: 162px;
    margin: 0 auto;
    width: 162px; }

.article-preview-compact__cover-image {
    display: block;
    height: 100%;
    opacity: 0;
    width: 100%; }

.article-preview-compact__video-button {
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 0;
    box-sizing: border-box;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 1; }

.article-preview-compact_size-m .article-preview-compact__video-button {
    height: 80px;
    width: 80px; }

.article-preview-compact__video-button-icon {
    bottom: 0;
    display: block;
    fill: #fff;
    height: 20px;
    left: 3px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }

.article-preview-compact_size-m .article-preview-compact__video-button-icon {
    height: 28px;
    width: 28px; }

.article-preview-compact__info {
    -ms-flex-align: baseline;
        align-items: baseline;
    color: #999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 12px;
    width: 100%; }

.article-preview-compact__date {
    color: #999;
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 12px; }

.article-preview-compact__date_highlighted {
    color: #c00000; }

.article-preview-compact__title + .article-preview-compact__date {
    margin-top: 10px; }

.article-preview-compact__time {
    color: #333;
    padding-right: 10px; }

.article-preview-compact__author {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.article-preview-compact__author-link {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease; }

.article-preview-compact__author-link:hover {
    color: #0070c0; }

.article-preview-compact__title {
	
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatSemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    margin-top: 10px;
    max-height: 4.32em;
    overflow: hidden; }

.article-preview-compact_size-m .article-preview-compact__title {
    font-family: AkrobatBold;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28; }

.article-preview-compact__title-link {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease; }

.article-preview-compact__title-link:hover {
    color: #0070c0; }

.articles-previews-slider {
    overflow: hidden; }
    .articles-previews-slider__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .articles-previews-slider__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 320px;
        margin-right: 30px;
        width: 260px; }
    .articles-previews-slider__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        height: 30px;
        margin-top: 20px; }
    .articles-previews-slider__button {
        border-radius: 50%;
        border: 2px solid currentColor;
        box-sizing: border-box;
        color: rgba(32, 37, 64, 0.25);
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        outline: none;
        position: relative;
        width: 30px;
        z-index: 2; }
    .articles-previews-slider__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .articles-previews-slider__button:hover {
        color: rgba(32, 37, 64, 0.5); }
    .articles-previews-slider__button-icon {
        bottom: 0;
        color: currentColor;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }

.text-editor {
    color: #666;
    font-family: RobotoRegular;
    font-size: 16px;
    line-height: 1.625; }
    .text-editor b {
        font-family: RobotoBold;
        font-weight: 700; }
    .text-editor h4 {
        color: #333;
        font-family: RobotoMedium;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 1.67;
        margin: 1.67em 0; }
    .text-editor p {
        margin: 1.8em 0; }
    .text-editor blockquote {
        color: #333;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 1.67;
        margin: 2em 0;
        padding-left: 40px;
        position: relative; }
    .text-editor blockquote::before {
        background-color: #c00000;
        bottom: 3px;
        content: '';
        left: 0;
        position: absolute;
        top: 4px;
        width: 5px; }
    .text-editor .insertion {
        box-sizing: border-box;
        color: #333;
        font-family: GeorgiaItalic;
        font-size: 18px;
        font-style: italic;
        line-height: 1.6;
        margin: 50px 0 50px 40px;
        max-width: 100%;
        padding-left: 80px;
        position: relative;
        width: 690px; }
    .text-editor .insertion-icon {
        display: block;
        fill: #e5e5e5;
        height: 26px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 36px; }
    .text-editor img {
        margin: 0 40px 40px 0;
        vertical-align: top; }
    .text-editor img.wide {
        height: auto;
        margin: 20px 0;
        width: 100%; }
    .text-editor figure {
        margin: 0 40px 40px 0;
        display: -ms-flexbox;
    /*    display: flex; */
        -ms-flex-pack: center;
            justify-content: center; }
    .text-editor figure div {
        display: inline-block;
        max-width: 100%; }
    .text-editor figure img {
        display: block;
        margin: 0;
        vertical-align: top; }
    .text-editor figcaption {
        color: #999;
        font-family: RobotoRegular;
        font-style: italic;
        font-size: 14px;
        line-height: 23px;
        margin-top: 18px; }
    .text-editor ul {
        margin: 1.8em 0; }
    .text-editor ul li {
        display: -ms-flexbox;
        display: flex;
        padding-left: 20px;
        position: relative; }
    .text-editor ul li::before {
        background-color: currentColor;
        border-radius: 50%;
        bottom: 4px;
        color: inherit;
        content: '';
        height: 4px;
        left: 0;
        position: absolute;
        top: 11px;
        width: 4px; }
    .text-editor iframe {
        margin: 1.8em 0;
        width: 100% !important; }
    .text-editor a {
        color: #0070c0;
        text-decoration: none; }
    .text-editor .expert-preview {
        font-style: normal;
        margin-top: 20px; }
    .text-editor .expert-preview__name-link {
        color: #333; }
    .text-editor .expert-preview__description {
        color: #999; }
    .text-editor .spoiler + .spoiler {
        border-top: 1px solid #e5e5e5; }
    .text-editor .spoiler__open-input {
        display: none; }
    .text-editor .spoiler__header {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        color: #333;
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoMedium;
        font-size: 16px;
        height: 79px;
        padding-right: 60px;
        position: relative; }
    .text-editor .spoiler__quantity {
        color: #666;
        padding-left: 4px; }
    .text-editor .spoiler__open-button {
        background: none;
        color: #0070c0;
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: color 0.3s ease;
        width: 100%; }
    .text-editor .spoiler__open-button:hover,
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button {
        color: rgba(32, 37, 64, 0.5); }
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button:hover {
        color: #0070c0; }
    .text-editor .spoiler__open-button-body {
        border-radius: 50%;
        border: 2px solid currentColor;
        bottom: 0;
        display: block;
        height: 30px;
        margin: auto 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px; }
    .text-editor .spoiler__open-button-body::before,
    .text-editor .spoiler__open-button-body::after {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .text-editor .spoiler__open-button-body::after {
        transform-origin: 50% 50%;
        transform: rotate(90.01deg); }
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button-body::after {
        display: none; }
    .text-editor .spoiler__content {
        display: none; }
    .text-editor .spoiler__open-input:checked ~ .spoiler__content {
        display: block; }
    .text-editor .organisation {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin: 50px 0 50px 60px; }
    .text-editor .organisation__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 36px; }
    .text-editor .organisation__description {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        font-style: italic;
        line-height: 23px;
        max-width: 400px; }

.media-detailed__cover {
    float: left;
    margin: 0 40px 50px 0;
    width: 400px; }

.media-detailed__cover-image {
    display: block;
    height: auto;
    width: 100%; }

.media-detailed__cover-caption {
    color: #999;
    font-family: RobotoRegular;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 23px;
    margin-top: 20px; }

.media-detailed__cover-caption a {
    color: #0070c0;
    text-decoration: none; }

.media-detailed__tags {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoMedium;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 12px;
    text-transform: uppercase; }

.media-detailed__tags-item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.media-detailed__tags-item_not-first {
    margin-left: 10px; }

.media-detailed__tags-item_not-first::before {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    bottom: 2px;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 4px;
    margin-right: 9px;
    position: relative;
    width: 4px; }

.media-detailed__tag {
    text-decoration: none; }

.media-detailed__tag_red {
    color: #c00000; }

.media-detailed__tag_blue {
    color: #0070c0; }

.media-detailed__tag_gray {
    color: #666; }

.media-detailed__tag:hover {
    text-decoration: underline; }

.media-detailed__info {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }

.media-detailed__date {
    color: #999;
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 12px;
    margin-bottom: 30px; }

.media-detailed__date_highlighted {
    color: #c00000; }

.media-detailed__time {
    color: #333;
    padding-right: 10px; }

.media-detailed__author {
    color: #999;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 12px;
    margin-left: 10px; }

.media-detailed__author::before {
    border-radius: 50%;
    border: 1px solid #999;
    bottom: 2px;
    box-sizing: border-box;
    content: '';
    display: inline-block;
    height: 4px;
    margin-right: 9px;
    position: relative;
    width: 4px; }

.media-detailed__title {
    color: #333;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatBold;
    font-size: 24px;
    line-height: 1.42;
    margin-bottom: 28px; }

.media-detailed__video iframe {
    height: 470px !important;
    width: 100% !important; }

.media-detailed__content::after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden; }

.media-detailed__buttons {
    -ms-flex-align: center;
        align-items: center;
    border-top: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding-top: 20px; }

.media-detailed__share {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.media-detailed__print-button {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 14px;
    line-height: 50px;
    margin-left: auto;
    padding: 0 0 0 30px;
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease; }

.media-detailed__print-button:hover {
    color: #0070c0; }

.media-detailed__print-button-icon {
    bottom: 0;
    height: 20px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 20px;
    display: block; }

.media-detailed__comments {
    margin-top: 50px; }

.media-detailed__similar {
    background-color: #f6f7f9;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin: 60px -40px 0;
    padding: 40px; }

.media-detailed__similar-title {
    font-family: AkrobatBold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 24px;
    text-transform: uppercase; }

.article-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 200px;
    padding-left: 220px;
    position: relative; }
    .article-preview__cover {
        background-color: #f7f8fa;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        transition: background 0.3s ease;
        width: 200px; }
    .article-preview__cover_no-image:hover {
        background: linear-gradient(0deg, #eff0f2, #eff0f2), #f7f8fa; }
    .article-preview__cover_image::after {
        background-color: #202540;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .article-preview__cover_image:hover::after {
        opacity: 0.25; }
    .article-preview__cover-logo {
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0; }
    .article-preview__cover-logo_picture {
        height: 100px;
        margin: auto;
        top: 0;
        width: 100px; }
    .article-preview__cover-logo_avatar {
        height: 180px;
        margin: 0 auto;
        width: 180px; }
    .article-preview__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }
    .article-preview__cover_gray .article-preview__cover-image {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    .article-preview__tags {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 1.6;
        margin-bottom: 12px;
        text-transform: uppercase;
        width: 100%; }
    .article-preview__tags_compact {
        margin-bottom: 4px; }
    .article-preview__tag {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        text-decoration: none; }
    .article-preview__tag:hover {
        text-decoration: underline; }
    .article-preview__tag_not-first {
        margin-left: 10px; }
    .article-preview__tag_not-first::before {
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.25);
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__tag_red {
        color: #c00000; }
    .article-preview__tag_blue {
        color: #0070c0; }
    .article-preview__tag_gray {
        color: #666; }
    .article-preview__title {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        width: 100%; }
    .article-preview__title-link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .article-preview__title-link:hover {
        color: #0070c0; }
    .article-preview__announce {
        color: #666;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        max-height: 6.4em;
        overflow: hidden;
        width: 100%; }
    .article-preview__info {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-top: auto;
        width: 100%; }
    .article-preview__date {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px; }
    .article-preview__date_highlighted {
        color: #c00000; }
    .article-preview__time {
        color: #333;
        font-family: RobotoRegular;
        padding-right: 10px; }
    .article-preview__author {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__author::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__author-link {
        color: #999;
        text-decoration: none; }
    .article-preview__author-link:hover {
        color: #0070c0; }
    .article-preview__place {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__place::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }

.articles-previews__item {
    box-sizing: border-box;
    height: 260px;
    padding: 20px 20px 40px; }

.articles-previews__item_not-first {
    position: relative; }

.articles-previews__item_not-first::before {
    border-top: 1px solid #e5e5e5;
    content: '';
    left: 20px;
    position: absolute;
    right: 20px;
    top: 0; }

.article-preview-compact__cover {
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 180px;
    margin-bottom: 20px;
    position: relative; }

.article-preview-compact_size-m .article-preview-compact__cover {
    height: 300px; }

.article-preview-compact__cover_image::after, .article-preview-compact__cover_video::after {
    background-color: #202540;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%; }

.article-preview-compact__cover_image:hover::after {
    opacity: 0.25; }

.article-preview-compact__cover_video::after {
    opacity: 0.5; }

.article-preview-compact__cover_video:hover::after {
    opacity: 0.75; }

.article-preview-compact__cover_no-image::before {
    background: linear-gradient(0deg, #eff0f2, #eff0f2), #f7f8fa;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%; }

.article-preview-compact__cover_no-image:hover::before {
    opacity: 1; }

.article-preview-compact__cover-logo {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1; }

.article-preview-compact__cover-logo_picture {
    height: 100px;
    margin: auto;
    top: 0;
    width: 100px; }

.article-preview-compact__cover-logo_avatar {
    height: 162px;
    margin: 0 auto;
    width: 162px; }

.article-preview-compact__cover-image {
    display: block;
    height: 100%;
    opacity: 0;
    width: 100%; }

.article-preview-compact__video-button {
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 0;
    box-sizing: border-box;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 1; }

.article-preview-compact_size-m .article-preview-compact__video-button {
    height: 80px;
    width: 80px; }

.article-preview-compact__video-button-icon {
    bottom: 0;
    display: block;
    fill: #fff;
    height: 20px;
    left: 3px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }

.article-preview-compact_size-m .article-preview-compact__video-button-icon {
    height: 28px;
    width: 28px; }

.article-preview-compact__info {
    -ms-flex-align: baseline;
        align-items: baseline;
    color: #999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 12px;
    width: 100%; }

.article-preview-compact__date {
    color: #999;
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 12px; }

.article-preview-compact__date_highlighted {
    color: #c00000; }

.article-preview-compact__title + .article-preview-compact__date {
    margin-top: 10px; }

.article-preview-compact__time {
    color: #333;
    padding-right: 10px; }

.article-preview-compact__author {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.article-preview-compact__author-link {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease; }

.article-preview-compact__author-link:hover {
    color: #0070c0; }

.article-preview-compact__title {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatSemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    margin-top: 10px;
    max-height: 4.32em;
    overflow: hidden; }

.article-preview-compact_size-m .article-preview-compact__title {
    font-family: AkrobatBold;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.28; }

.article-preview-compact__title-link {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease; }

.article-preview-compact__title-link:hover {
    color: #0070c0; }

.articles-previews-compact {
    -ms-flex-align: start;
        align-items: flex-start;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -30px 0 0 -40px;
    padding: 0 20px; }
    .articles-previews-compact__item {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: 30px 0 0 40px;
        min-height: 420px;
        width: calc(50% - 40px); }

.expert-comment__date {
    color: #999;
    font-family: RobotoRegular;
    font-size: 12px; }

.expert-comment__announce {
    box-sizing: border-box;
    font-family: GeorgiaItalic;
    font-size: 17px;
    font-style: italic;
    line-height: 1.35;
    margin: 2px -5px 0;
    max-height: 5.4em;
    overflow: hidden;
    padding: 0 5px; }

.expert-comment__announce-link {
    color: #333;
    text-decoration: none; }

.expert-comment__announce-link:hover {
    color: #0070c0; }

.expert-comment__author {
    -ms-flex-align: center;
        align-items: center;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    min-height: 50px;
    padding-left: 64px;
    position: relative;
    text-decoration: none; }

.expert-comment__avatar {
    background-color: #f7f8fa;
    border-radius: 50%;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px; }

.expert-comment__avatar::after {
    background-color: #202540;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.expert-comment__avatar:hover::after {
    opacity: 0.25; }

.expert-comment__avatar-logo {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    height: 44px;
    margin: 0 auto;
    width: 44px; }

.expert-comment__avatar-image {
    display: block;
    height: auto;
    width: 100%; }

.expert-comment__author-name {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatBold;
    font-size: 16px; }

.expert-comment__author-name:hover {
    color: #0070c0; }

.experts-comments {
    background-color: #fff;
    padding: 30px 20px; }
    .experts-comments__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase; }
    .experts-comments__list {
        margin: 20px 0 30px; }
    .experts-comments__item_not-first {
        border-top: 1px solid #e5e5e5;
        margin-top: 18px;
        padding-top: 20px; }
    .experts-comments__all-link {
        color: #0070c0;
        font-family: RobotoMedium;
        font-size: 13px;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-transform: uppercase; }
    .experts-comments__all-link:hover {
        color: #333; }

.partners-slider {
    box-sizing: border-box;
    height: 300px;
    padding: 70px 50px 50px;
    position: relative; }
    .partners-slider__body {
        overflow: hidden; }
    .partners-slider__list {
        display: -ms-flexbox;
        display: flex;
        height: 120px; }
    .partners-slider__item {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 100%; }
    .partners-slider__item-content {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: auto;
        max-width: 100%;
        transition: -webkit-filter 0.3s ease;
        transition: filter 0.3s ease;
        transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
    .partners-slider__item-content:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .partners-slider__logo {
        display: block;
        height: auto;
        max-width: 100%; }
    .partners-slider__button {
        background-color: #32324b;
        border-radius: 50%;
        bottom: 40px;
        height: 30px;
        margin: auto 0;
        opacity: 0.25;
        position: absolute;
        top: 0;
        width: 30px; }
    .partners-slider__button_prev {
        left: 0; }
    .partners-slider__button_next {
        right: 0;
        transform: scaleX(-1); }
    .partners-slider__button:hover {
        opacity: 0.5; }
    .partners-slider__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .partners-slider__pagination {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 48px; }
    .partners-slider__pagination-item {
        border-radius: 50%;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 12px;
        overflow: hidden;
        position: relative;
        width: 12px; }
    .partners-slider__pagination-item + .partners-slider__pagination-item {
        margin-left: 2px; }
    .partners-slider__pagination-item::before {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        bottom: 0;
        content: "";
        height: 8px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.3s ease;
        width: 8px; }
    .partners-slider__pagination-item::after {
        border-radius: 50%;
        border: 3px solid #32324b;
        box-sizing: border-box;
        content: "";
        height: 100%;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .partners-slider__pagination-item.is-active::before {
        opacity: 0; }
    .partners-slider__pagination-item.is-active::after {
        opacity: 1; }

.media-widget-item {
    box-sizing: border-box;
    height: 400px;
    padding-top: 200px;
    position: relative; }
    .media-widget-item__cover {
        background-size: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::before {
        background-image: inherit;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: '';
        -webkit-filter: blur(5px);
                filter: blur(5px);
        height: 200px;
        left: 0;
        position: absolute;
        transform: scale(1, -1);
        width: 100%; }
    .media-widget-item__cover-body {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::after {
        background-color: #202540;
        content: "";
        height: 200px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover_video::after {
        opacity: 0.5; }
    .media-widget-item__cover:hover::after {
        opacity: 0.5; }
    .media-widget-item__cover_video:hover::after {
        opacity: 0.75; }
    .media-widget-item__video-button {
        border-radius: 50%;
        border: 2px solid #fff;
        bottom: 200px;
        box-sizing: border-box;
        height: 60px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        z-index: 1; }
    .media-widget-item__video-button-icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 3px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .media-widget-item__content {
        background-color: rgba(0, 0, 0, 0.75);
        box-sizing: border-box;
        color: #fff;
        height: 200px;
        padding: 20px 20px 0;
        position: relative; }
    .media-widget-item__type {
        font-family: AkrobatBold;
        font-size: 20px;
        text-transform: uppercase; }
    .media-widget-item__announce {
        font-family: RobotoRegular;
        font-size: 14px;
        height: 69px;
        line-height: 23px;
        margin-top: 12px;
        overflow: hidden; }
    .media-widget-item__announce-link {
        color: #fff;
        text-decoration: none; }
    .media-widget-item__announce-link:hover {
        opacity: 0.6; }

.media-widget {
    overflow: hidden;
    position: relative; }
    .media-widget__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .media-widget__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; }
    .media-widget__item.swiper-slide-active {
        z-index: 1; }
    .media-widget__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        position: absolute; }
    .media-widget__button {
        border-radius: 50%;
        border: 2px solid #fff;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        position: relative;
        z-index: 2;
        width: 30px; }
    .media-widget__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .media-widget__button:hover {
        opacity: 0.6; }
    .media-widget__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 12px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px; }

.select {
    font-family: RobotoRegular;
    font-size: 14px;
    height: 50px;
    position: relative;
    width: 240px; }
    .select_theme-search-results {
        width: 300px; }
    .select::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -2; }
    .select::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: -1; }
    .select__native {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        border-radius: 25px;
        border: none;
        color: #202540;
        height: 100%;
        left: 0;
        padding: 0 40px 0 30px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container {
        background-color: #eff0f2;
        border-radius: 25px;
        height: 100%;
        left: 0;
        outline: none;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open {
        z-index: 3; }
    .select__container::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: background-color 0.3s ease;
        width: 100%;
        z-index: 1; }
    .select__container:hover::before {
        background-color: rgba(32, 37, 64, 0.1); }
    .select__container.is-open::before {
        background-color: #eff0f2;
        border-radius: 25px 25px 0 0; }
    .select__container::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: 1; }
    .select__container.is-open::after {
        transform: rotate(180deg); }
    .select__label {
        position: relative;
        z-index: 1; }
    .select__item {
        box-sizing: border-box;
        color: #666;
        cursor: default;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .select__label .select__item {
        line-height: 50px;
        padding: 0 40px 0 30px; }
    .select__dropdown-item {
        line-height: 46px;
        padding: 0 30px;
        position: relative;
        width: 240px; }
    .select_theme-search-results .select__dropdown-item {
        width: 300px; }
    .select__dropdown-item.is-highlighted, .select__dropdown-item:hover {
        color: #0070c0; }
    .select__dropdown {
        box-sizing: border-box;
        display: none;
        left: 0;
        padding: 50px 0 25px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__dropdown::before {
        background-color: #fff;
        border-bottom: 1px solid #eff0f2;
        border-left: 1px solid #eff0f2;
        border-radius: 25px;
        border-right: 1px solid #eff0f2;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open .select__dropdown {
        display: block; }
    .select__dropdown-body {
        overflow: hidden; }
    .select__dropdown .select__list {
        max-height: 460px;
        overflow-y: auto; }
    .select__scrolltrack {
        bottom: 25px;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 50px;
        width: 3px; }
    .select__dropdown_scrolling .select__scrolltrack {
        opacity: 1; }
    .select__scrollbar {
        background-color: #0070c0;
        border-radius: 2px;
        position: relative;
        width: 100%; }
    .select__input-search {
        border-radius: 20px;
        border: 2px solid rgba(0, 112, 192, 0.5);
        box-sizing: border-box;
        color: #333;
        display: block;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 40px;
        margin: 9px 0 0 10px;
        padding: 0 18px;
        position: relative;
        width: calc(100% - 20px); }

.pagination {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoMedium;
    font-size: 12px;
    -ms-flex-pack: center;
        justify-content: center; }
    .pagination__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .pagination__item_not-first {
        margin-left: 15px; }
    .pagination__arrow {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 30px; }
    .pagination__arrow:hover {
        background-color: rgba(50, 50, 75, 0.5); }
    .pagination__arrow-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .pagination__arrow-icon_right {
        transform-origin: 50% 50%;
        transform: scaleX(-1); }
    .pagination__link {
        color: #999;
        text-decoration: none;
        display: block;
        height: 30px;
        line-height: 30px;
        min-width: 30px;
        padding: 0 5px;
        text-align: center; }
    .pagination__link:hover {
        color: #0070c0; }
    .pagination__link_active, .pagination__link_active:hover {
        color: #333; }

.articles-previews-block__header {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    margin: -20px 0 18px;
    padding: 0 20px; }

.articles-previews-block__title {
    font-family: AkrobatBold;
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 20px;
    padding: 0 20px;
    text-transform: uppercase; }

.articles-previews-block__header .articles-previews-block__title {
    margin-bottom: 0;
    padding: 0; }

.articles-previews-block__quantity {
    color: #ccc;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatSemiBold;
    font-size: 30px;
    line-height: 1.17;
    margin-left: 10px; }

.articles-previews-block__select {
    bottom: -16px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: auto;
    position: relative; }

.articles-previews-block__types {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoMedium;
    font-size: 12px;
    margin-left: 40px;
    text-transform: uppercase; }

.articles-previews-block__type-button-input {
    display: none; }

.articles-previews-block__type-button {
    color: #202540;
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    opacity: 0.5;
    text-decoration: none; }

.articles-previews-block__type-button:hover {
    color: #0070c0;
    opacity: 1; }

.articles-previews-block__type-button_active, .articles-previews-block__type-button_active:hover,
.articles-previews-block__type-button-input:checked + .articles-previews-block__type-button {
    color: #202540;
    cursor: text;
    opacity: 1; }

.articles-previews-block__type-button ~ .articles-previews-block__type-button {
    margin-left: 20px; }

.articles-previews-block__compact-items {
    padding-top: 20px; }

.articles-previews-block__pagination {
    margin-top: 40px;
    padding: 0 20px; }

.article-page {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .article-page__sidebar {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 300px; }
    .article-page__main-content {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 20px;
        padding: 30px 40px 0;
        width: calc(100% - 320px); }
    .article-page__breadcrumbs {
        margin-bottom: 40px; }
    .article-page__title {
        font-family: AkrobatBold;
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 40px;
        text-transform: uppercase; }
    .article-page__text-editor {
        padding-bottom: 60px; }
    .article-page__book-detailed {
        margin-top: 40px; }
    .article-page__news-short-previews {
        margin-top: 20px; }
    .article-page__video:not(:first-child) {
        margin-top: 20px; }
    .article-page__photo {
        margin-top: 20px; }
    .article-page__library {
        margin-top: 20px; }
    .article-page__partners {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        padding: 50px 0;
        width: 100%; }
    .article-page__text-editor .article-page__about-cover {
        display: block;
        height: auto;
        margin: 40px auto;
        width: 600px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header-search {
    display: block;
    height: 20px;
    width: 20px; }
    .header-search::before {
        -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
        background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
        content: '';
        display: block;
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: height 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s;
        width: 0%;
        z-index: -2; }
    .header-search.is-active::before {
        height: 100%;
        opacity: 1;
        transition: height 0s ease 0s, opacity 0.3s ease, width 0s ease 0s;
        width: 100%; }
    .header-search__open-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        outline: none;
        padding: 0;
        position: relative;
        transition: opacity 0.3s ease;
        width: 100%; }
    .header-search__open-button:hover {
        opacity: 0.5; }
    .header-search__open-button::before, .header-search__open-button::after {
        background-color: #ccc;
        bottom: 0;
        content: '';
        display: none;
        height: 3px;
        left: 1px;
        margin: auto 0;
        position: absolute;
        right: 1px;
        top: 0;
        transform-origin: 50% 50%; }
    .header-search__open-button::before {
        transform: rotate(45deg); }
    .header-search__open-button::after {
        transform: rotate(-45deg); }
    .header-search.is-active .header-search__open-button::before,
    .header-search.is-active .header-search__open-button::after {
        display: block; }
    .header-search__open-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search.is-active .header-search__open-button-icon {
        display: none; }
    .header-search__form {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        left: 0;
        opacity: 0;
        padding: 0 60px;
        position: absolute;
        top: -100px;
        transition: opacity 0.3s ease, top 0s ease 0.3s;
        width: 100%;
        z-index: -2; }
    .header-search__form::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -2; }
    .header-search.is-active .header-search__form {
        opacity: 1;
        top: 100%;
        transition: opacity 0.3s ease, top 0s ease 0s; }
    .header-search__input {
        background: none;
        border: none;
        color: #333;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 18px;
        height: 50px;
        outline: none; }
        .header-search__input::-webkit-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-ms-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-moz-placeholder {
            /* Firefox 18- */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input::-moz-placeholder {
            /* Firefox 19+ */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
    .header-search__input:focus::-webkit-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-ms-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .header-search__input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
    .header-search__submit-button {
        background: none;
        border: none;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 0;
        transition: opacity 0.3s ease;
        width: 20px; }
    .header-search__submit-button:hover {
        opacity: 0.5; }
    .header-search__submit-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search__form-warning {
        color: #999;
        display: none;
        font-family: RobotoRegular;
        font-size: 13px;
        left: 60px;
        padding-left: 26px;
        position: absolute;
        top: 10px; }
    .header-search__form.not-valid .header-search__form-warning {
        display: block; }
    .header-search__form-warning-icon {
        bottom: 0;
        display: block;
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 16px; }

.header-menu {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }
    .header-menu__wrapper {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .header-menu__wrapper::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header-menu__wrapper.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10; }
    .header-menu__body {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 60px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 60px;
        position: relative; }
    .header-menu__logo {
        display: none;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 50px;
        position: relative;
        z-index: 1; }
    .is-fixed .header-menu__logo {
        display: block; }
    .header-menu__logo-icon {
        display: block;
        height: 30px;
        width: 30px; }
    .header-menu__top-nav {
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    .is-fixed .header-menu__top-nav {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 40px;
        -ms-flex-order: 1;
            order: 1;
        position: static;
        width: auto; }
    .is-fixed .header-menu__top-nav-body {
        box-sizing: border-box;
        display: none;
        margin-top: -18px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 100%; }
    .is-fixed .header-menu__top-nav:hover .header-menu__top-nav-body {
        display: block; }
    .header-menu__bottom-nav {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-menu__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px; }
    .is-fixed .header-menu__burger-button {
        display: block; }
    .header-menu__burger-button-body {
        border-bottom: 3px solid currentColor;
        border-top: 3px solid currentColor;
        bottom: 0;
        box-sizing: border-box;
        color: #0070c0;
        height: 17px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .header-menu__top-nav:hover .header-menu__burger-button-body {
        color: #ccc; }
    .header-menu__burger-button-body::before {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .header-menu__search {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 62px;
        -ms-flex-order: 1;
            order: 1; }
    .is-fixed .header-menu__search {
        margin-left: 30px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header {
    margin-bottom: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4; }
    .header:before {
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
        content: '';
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header__body {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 30px 40px; }
    .header__logo {
        display: block;
        height: 80px;
        margin: 0 auto;
        width: 265px; }
    .header__logo-icon {
        display: block;
        height: 100%;
        width: 100%; }

.social-links {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .social-links__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .social-links__item + .social-links__item {
        margin-left: 10px; }
    .social-links__link {
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        transition: opacity 0.3s ease;
        width: 30px; }
    .social-links__link:hover {
        opacity: 0.75; }
    .social-links__link_facebook {
        background-color: #4267b2; }
    .social-links__link_vkontakte {
        background-color: #4a76a8; }
    .social-links__link_youtube {
        background-color: #dd2c28; }
    .social-links__link_telegram {
        background-color: #40a7e3; }
    .social-links__logo {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 16px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px; }

.button-scroll-top {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 100px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 50px;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: max-height 0s ease 0.5s, max-width 0s ease 0.5s, opacity 0.5s ease;
    width: 50px;
    z-index: 2; }
    .button-scroll-top:hover {
        opacity: 0.5; }
    .button-scroll-top__icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }

.button-scroll-top_visible {
    max-height: 999px;
    max-width: 999px;
    opacity: 1;
    transition: max-height 0s ease 0s, max-width 0s ease 0s, opacity 0.5s ease; }

.footer {
    background-color: #202540;
    color: #fff; }
    .footer__body {
        -ms-flex-align: start;
            align-items: flex-start;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 400px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 28px 60px 0;
        position: relative; }
    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 18px;
        margin-bottom: 22px;
        width: 100%; }
    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 340px; }
    .footer__contact {
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoRegular;
        font-size: 14px; }
    .footer__contact_not-first {
        margin-top: 5px; }
    .footer__contact-name {
        width: 80px; }
    .footer__contact-link {
        color: #fff;
        text-decoration: none; }
    .footer__contact-link:hover {
        opacity: 0.5; }
    .footer__social-links {
        margin-top: 32px; }
    .footer__terms {
        margin-top: 14px; }
    .footer__terms-link {
        color: #fff;
        font-family: RobotoRegular;
        font-size: 13px;
        text-decoration: none; }
    .footer__terms-link:hover {
        opacity: 0.5; }
    .footer__text {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 40px;
        max-width: 680px;
        width: calc(100% - 380px); }
    .footer__logos {
        -ms-flex-align: center;
            align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        font-weight: 400;
        height: 120px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        line-height: 21px;
        margin-top: 40px;
        position: relative;
        width: 100%; }
    .footer__logos::before {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        content: "";
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0; }
    .footer__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .footer__logo_russian-world {
        padding-left: 66px; }
    .footer__logo_runet {
        padding-left: 62px; }
    .footer__logo_nologostudio {
        padding: 0 68px 0 40px; }
    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.25;
        position: absolute;
        top: 0; }
    .footer__logo-icon_russian-world {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo-icon_runet {
        height: 40px;
        width: 46px; }
    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer__logo-link:hover ~ .footer__logo-icon_russian-world {
        opacity: 0.5; }
    .footer__logo-link:hover ~ .footer__logo-icon_nologostudio {
        opacity: 0.75; }
    .footer__logo-link {
        color: #fff;
        text-decoration: none; }
    .footer__logo-link:hover {
        color: rgba(255, 255, 255, 0.5); }
    .footer__logo-link:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .footer__logo_russian-world .footer__logo-link:before {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo_runet .footer__logo-link:before {
        height: 40px;
        width: 46px; }
    .footer__logo_nologostudio .footer__logo-link:before {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer .mylinks {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        max-width: 1320px;
        padding: 16px 60px; }
    .footer .mylinks a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: color 0.3s ease; }
    .footer .mylinks a:hover {
        color: #fff; }

.breadcrumbs {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoRegular;
    font-size: 14px; }
    .breadcrumbs__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        white-space: nowrap; }
    .breadcrumbs__item_not-first {
        margin-left: 12px; }
    .breadcrumbs__item_last {
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    .breadcrumbs__item_not-first::before {
        background-color: #ccc;
        border-radius: 50%;
        bottom: 3px;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 12px;
        position: relative;
        width: 4px; }
    .breadcrumbs__link {
        color: #999;
        text-decoration: none; }
    .breadcrumbs__link_active {
        color: rgba(0, 112, 192, 0.75); }
    .breadcrumbs__link_active:hover {
        color: #333; }

.article-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 200px;
    padding-left: 220px;
    position: relative; }
    .article-preview__cover {
        background-color: #f7f8fa;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        transition: background 0.3s ease;
        width: 200px; }
    .article-preview__cover_no-image:hover {
        background: linear-gradient(0deg, #eff0f2, #eff0f2), #f7f8fa; }
    .article-preview__cover_image::after {
        background-color: #202540;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .article-preview__cover_image:hover::after {
        opacity: 0.25; }
    .article-preview__cover-logo {
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0; }
    .article-preview__cover-logo_picture {
        height: 100px;
        margin: auto;
        top: 0;
        width: 100px; }
    .article-preview__cover-logo_avatar {
        height: 180px;
        margin: 0 auto;
        width: 180px; }
    .article-preview__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }
    .article-preview__cover_gray .article-preview__cover-image {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    .article-preview__tags {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 1.6;
        margin-bottom: 12px;
        text-transform: uppercase;
        width: 100%; }
    .article-preview__tags_compact {
        margin-bottom: 4px; }
    .article-preview__tag {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        text-decoration: none; }
    .article-preview__tag:hover {
        text-decoration: underline; }
    .article-preview__tag_not-first {
        margin-left: 10px; }
    .article-preview__tag_not-first::before {
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.25);
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__tag_red {
        color: #c00000; }
    .article-preview__tag_blue {
        color: #0070c0; }
    .article-preview__tag_gray {
        color: #666; }
    .article-preview__title {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        width: 100%; }
    .article-preview__title-link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .article-preview__title-link:hover {
        color: #0070c0; }
    .article-preview__announce {
        color: #666;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        max-height: 6.4em;
        overflow: hidden;
        width: 100%; }
    .article-preview__info {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-top: auto;
        width: 100%; }
    .article-preview__date {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px; }
    .article-preview__date_highlighted {
        color: #c00000; }
    .article-preview__time {
        color: #333;
        font-family: RobotoRegular;
        padding-right: 10px; }
    .article-preview__author {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__author::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__author-link {
        color: #999;
        text-decoration: none; }
    .article-preview__author-link:hover {
        color: #0070c0; }
    .article-preview__place {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__place::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }

.articles-previews__item {
    box-sizing: border-box;
    height: 260px;
    padding: 20px 20px 40px; }

.articles-previews__item_not-first {
    position: relative; }

.articles-previews__item_not-first::before {
    border-top: 1px solid #e5e5e5;
    content: '';
    left: 20px;
    position: absolute;
    right: 20px;
    top: 0; }

.expert-comment__date {
    color: #999;
    font-family: RobotoRegular;
    font-size: 12px; }

.expert-comment__announce {
    box-sizing: border-box;
    font-family: GeorgiaItalic;
    font-size: 17px;
    font-style: italic;
    line-height: 1.35;
    margin: 2px -5px 0;
    max-height: 5.4em;
    overflow: hidden;
    padding: 0 5px; }

.expert-comment__announce-link {
    color: #333;
    text-decoration: none; }

.expert-comment__announce-link:hover {
    color: #0070c0; }

.expert-comment__author {
    -ms-flex-align: center;
        align-items: center;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    min-height: 50px;
    padding-left: 64px;
    position: relative;
    text-decoration: none; }

.expert-comment__avatar {
    background-color: #f7f8fa;
    border-radius: 50%;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px; }

.expert-comment__avatar::after {
    background-color: #202540;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.expert-comment__avatar:hover::after {
    opacity: 0.25; }

.expert-comment__avatar-logo {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    height: 44px;
    margin: 0 auto;
    width: 44px; }

.expert-comment__avatar-image {
    display: block;
    height: auto;
    width: 100%; }

.expert-comment__author-name {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatBold;
    font-size: 16px; }

.expert-comment__author-name:hover {
    color: #0070c0; }

.experts-comments {
    background-color: #fff;
    padding: 30px 20px; }
    .experts-comments__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase; }
    .experts-comments__list {
        margin: 20px 0 30px; }
    .experts-comments__item_not-first {
        border-top: 1px solid #e5e5e5;
        margin-top: 18px;
        padding-top: 20px; }
    .experts-comments__all-link {
        color: #0070c0;
        font-family: RobotoMedium;
        font-size: 13px;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-transform: uppercase; }
    .experts-comments__all-link:hover {
        color: #333; }

.partners-slider {
    box-sizing: border-box;
    height: 300px;
    padding: 70px 50px 50px;
    position: relative; }
    .partners-slider__body {
        overflow: hidden; }
    .partners-slider__list {
        display: -ms-flexbox;
        display: flex;
        height: 120px; }
    .partners-slider__item {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 100%; }
    .partners-slider__item-content {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: auto;
        max-width: 100%;
        transition: -webkit-filter 0.3s ease;
        transition: filter 0.3s ease;
        transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
    .partners-slider__item-content:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .partners-slider__logo {
        display: block;
        height: auto;
        max-width: 100%; }
    .partners-slider__button {
        background-color: #32324b;
        border-radius: 50%;
        bottom: 40px;
        height: 30px;
        margin: auto 0;
        opacity: 0.25;
        position: absolute;
        top: 0;
        width: 30px; }
    .partners-slider__button_prev {
        left: 0; }
    .partners-slider__button_next {
        right: 0;
        transform: scaleX(-1); }
    .partners-slider__button:hover {
        opacity: 0.5; }
    .partners-slider__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .partners-slider__pagination {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 48px; }
    .partners-slider__pagination-item {
        border-radius: 50%;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 12px;
        overflow: hidden;
        position: relative;
        width: 12px; }
    .partners-slider__pagination-item + .partners-slider__pagination-item {
        margin-left: 2px; }
    .partners-slider__pagination-item::before {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        bottom: 0;
        content: "";
        height: 8px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.3s ease;
        width: 8px; }
    .partners-slider__pagination-item::after {
        border-radius: 50%;
        border: 3px solid #32324b;
        box-sizing: border-box;
        content: "";
        height: 100%;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .partners-slider__pagination-item.is-active::before {
        opacity: 0; }
    .partners-slider__pagination-item.is-active::after {
        opacity: 1; }

.media-widget-item {
    box-sizing: border-box;
    height: 400px;
    padding-top: 200px;
    position: relative; }
    .media-widget-item__cover {
        background-size: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::before {
        background-image: inherit;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: '';
        -webkit-filter: blur(5px);
                filter: blur(5px);
        height: 200px;
        left: 0;
        position: absolute;
        transform: scale(1, -1);
        width: 100%; }
    .media-widget-item__cover-body {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::after {
        background-color: #202540;
        content: "";
        height: 200px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover_video::after {
        opacity: 0.5; }
    .media-widget-item__cover:hover::after {
        opacity: 0.5; }
    .media-widget-item__cover_video:hover::after {
        opacity: 0.75; }
    .media-widget-item__video-button {
        border-radius: 50%;
        border: 2px solid #fff;
        bottom: 200px;
        box-sizing: border-box;
        height: 60px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        z-index: 1; }
    .media-widget-item__video-button-icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 3px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .media-widget-item__content {
        background-color: rgba(0, 0, 0, 0.75);
        box-sizing: border-box;
        color: #fff;
        height: 200px;
        padding: 20px 20px 0;
        position: relative; }
    .media-widget-item__type {
        font-family: AkrobatBold;
        font-size: 20px;
        text-transform: uppercase; }
    .media-widget-item__announce {
        font-family: RobotoRegular;
        font-size: 14px;
        height: 69px;
        line-height: 23px;
        margin-top: 12px;
        overflow: hidden; }
    .media-widget-item__announce-link {
        color: #fff;
        text-decoration: none; }
    .media-widget-item__announce-link:hover {
        opacity: 0.6; }

.media-widget {
    overflow: hidden;
    position: relative; }
    .media-widget__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .media-widget__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; }
    .media-widget__item.swiper-slide-active {
        z-index: 1; }
    .media-widget__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        position: absolute; }
    .media-widget__button {
        border-radius: 50%;
        border: 2px solid #fff;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        position: relative;
        z-index: 2;
        width: 30px; }
    .media-widget__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .media-widget__button:hover {
        opacity: 0.6; }
    .media-widget__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 12px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px; }

.select {
    font-family: RobotoRegular;
    font-size: 14px;
    height: 50px;
    position: relative;
    width: 240px; }
    .select_theme-search-results {
        width: 300px; }
    .select::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -2; }
    .select::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: -1; }
    .select__native {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        border-radius: 25px;
        border: none;
        color: #202540;
        height: 100%;
        left: 0;
        padding: 0 40px 0 30px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container {
        background-color: #eff0f2;
        border-radius: 25px;
        height: 100%;
        left: 0;
        outline: none;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open {
        z-index: 3; }
    .select__container::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: background-color 0.3s ease;
        width: 100%;
        z-index: 1; }
    .select__container:hover::before {
        background-color: rgba(32, 37, 64, 0.1); }
    .select__container.is-open::before {
        background-color: #eff0f2;
        border-radius: 25px 25px 0 0; }
    .select__container::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: 1; }
    .select__container.is-open::after {
        transform: rotate(180deg); }
    .select__label {
        position: relative;
        z-index: 1; }
    .select__item {
        box-sizing: border-box;
        color: #666;
        cursor: default;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .select__label .select__item {
        line-height: 50px;
        padding: 0 40px 0 30px; }
    .select__dropdown-item {
        line-height: 46px;
        padding: 0 30px;
        position: relative;
        width: 240px; }
    .select_theme-search-results .select__dropdown-item {
        width: 300px; }
    .select__dropdown-item.is-highlighted, .select__dropdown-item:hover {
        color: #0070c0; }
    .select__dropdown {
        box-sizing: border-box;
        display: none;
        left: 0;
        padding: 50px 0 25px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__dropdown::before {
        background-color: #fff;
        border-bottom: 1px solid #eff0f2;
        border-left: 1px solid #eff0f2;
        border-radius: 25px;
        border-right: 1px solid #eff0f2;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open .select__dropdown {
        display: block; }
    .select__dropdown-body {
        overflow: hidden; }
    .select__dropdown .select__list {
        max-height: 460px;
        overflow-y: auto; }
    .select__scrolltrack {
        bottom: 25px;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 50px;
        width: 3px; }
    .select__dropdown_scrolling .select__scrolltrack {
        opacity: 1; }
    .select__scrollbar {
        background-color: #0070c0;
        border-radius: 2px;
        position: relative;
        width: 100%; }
    .select__input-search {
        border-radius: 20px;
        border: 2px solid rgba(0, 112, 192, 0.5);
        box-sizing: border-box;
        color: #333;
        display: block;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 40px;
        margin: 9px 0 0 10px;
        padding: 0 18px;
        position: relative;
        width: calc(100% - 20px); }

.pagination {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoMedium;
    font-size: 12px;
    -ms-flex-pack: center;
        justify-content: center; }
    .pagination__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .pagination__item_not-first {
        margin-left: 15px; }
    .pagination__arrow {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 30px; }
    .pagination__arrow:hover {
        background-color: rgba(50, 50, 75, 0.5); }
    .pagination__arrow-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .pagination__arrow-icon_right {
        transform-origin: 50% 50%;
        transform: scaleX(-1); }
    .pagination__link {
        color: #999;
        text-decoration: none;
        display: block;
        height: 30px;
        line-height: 30px;
        min-width: 30px;
        padding: 0 5px;
        text-align: center; }
    .pagination__link:hover {
        color: #0070c0; }
    .pagination__link_active, .pagination__link_active:hover {
        color: #333; }

.articles-previews-block__header {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    margin: -20px 0 18px;
    padding: 0 20px; }

.articles-previews-block__title {
    font-family: AkrobatBold;
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 20px;
    padding: 0 20px;
    text-transform: uppercase; }

.articles-previews-block__header .articles-previews-block__title {
    margin-bottom: 0;
    padding: 0; }

.articles-previews-block__quantity {
    color: #ccc;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatSemiBold;
    font-size: 30px;
    line-height: 1.17;
    margin-left: 10px; }

.articles-previews-block__select {
    bottom: -16px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: auto;
    position: relative; }

.articles-previews-block__types {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoMedium;
    font-size: 12px;
    margin-left: 40px;
    text-transform: uppercase; }

.articles-previews-block__type-button-input {
    display: none; }

.articles-previews-block__type-button {
    color: #202540;
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    opacity: 0.5;
    text-decoration: none; }

.articles-previews-block__type-button:hover {
    color: #0070c0;
    opacity: 1; }

.articles-previews-block__type-button_active, .articles-previews-block__type-button_active:hover,
.articles-previews-block__type-button-input:checked + .articles-previews-block__type-button {
    color: #202540;
    cursor: text;
    opacity: 1; }

.articles-previews-block__type-button ~ .articles-previews-block__type-button {
    margin-left: 20px; }

.articles-previews-block__compact-items {
    padding-top: 20px; }

.articles-previews-block__pagination {
    margin-top: 40px;
    padding: 0 20px; }

.experts-comments-page {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .experts-comments-page__sidebar {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 300px; }
    .experts-comments-page__main-content {
        background-color: #fff;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 20px;
        padding: 40px 20px;
        width: calc(100% - 320px); }
    .experts-comments-page__breadcrumbs {
        padding: 0 20px; }
    .experts-comments-page__articles {
        margin-top: 26px; }
    .experts-comments-page__video {
        margin-top: 20px; }
    .experts-comments-page__photo {
        margin-top: 20px; }
    .experts-comments-page__partners {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-top: 50px;
        width: 100%; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header-search {
    display: block;
    height: 20px;
    width: 20px; }
    .header-search::before {
        -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
        background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
        content: '';
        display: block;
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: height 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s;
        width: 0%;
        z-index: -2; }
    .header-search.is-active::before {
        height: 100%;
        opacity: 1;
        transition: height 0s ease 0s, opacity 0.3s ease, width 0s ease 0s;
        width: 100%; }
    .header-search__open-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        outline: none;
        padding: 0;
        position: relative;
        transition: opacity 0.3s ease;
        width: 100%; }
    .header-search__open-button:hover {
        opacity: 0.5; }
    .header-search__open-button::before, .header-search__open-button::after {
        background-color: #ccc;
        bottom: 0;
        content: '';
        display: none;
        height: 3px;
        left: 1px;
        margin: auto 0;
        position: absolute;
        right: 1px;
        top: 0;
        transform-origin: 50% 50%; }
    .header-search__open-button::before {
        transform: rotate(45deg); }
    .header-search__open-button::after {
        transform: rotate(-45deg); }
    .header-search.is-active .header-search__open-button::before,
    .header-search.is-active .header-search__open-button::after {
        display: block; }
    .header-search__open-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search.is-active .header-search__open-button-icon {
        display: none; }
    .header-search__form {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        left: 0;
        opacity: 0;
        padding: 0 60px;
        position: absolute;
        top: -100px;
        transition: opacity 0.3s ease, top 0s ease 0.3s;
        width: 100%;
        z-index: -2; }
    .header-search__form::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -2; }
    .header-search.is-active .header-search__form {
        opacity: 1;
        top: 100%;
        transition: opacity 0.3s ease, top 0s ease 0s; }
    .header-search__input {
        background: none;
        border: none;
        color: #333;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 18px;
        height: 50px;
        outline: none; }
        .header-search__input::-webkit-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-ms-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-moz-placeholder {
            /* Firefox 18- */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input::-moz-placeholder {
            /* Firefox 19+ */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
    .header-search__input:focus::-webkit-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-ms-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .header-search__input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
    .header-search__submit-button {
        background: none;
        border: none;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 0;
        transition: opacity 0.3s ease;
        width: 20px; }
    .header-search__submit-button:hover {
        opacity: 0.5; }
    .header-search__submit-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search__form-warning {
        color: #999;
        display: none;
        font-family: RobotoRegular;
        font-size: 13px;
        left: 60px;
        padding-left: 26px;
        position: absolute;
        top: 10px; }
    .header-search__form.not-valid .header-search__form-warning {
        display: block; }
    .header-search__form-warning-icon {
        bottom: 0;
        display: block;
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 16px; }

.header-menu {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }
    .header-menu__wrapper {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .header-menu__wrapper::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header-menu__wrapper.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10; }
    .header-menu__body {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 60px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 60px;
        position: relative; }
    .header-menu__logo {
        display: none;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 50px;
        position: relative;
        z-index: 1; }
    .is-fixed .header-menu__logo {
        display: block; }
    .header-menu__logo-icon {
        display: block;
        height: 30px;
        width: 30px; }
    .header-menu__top-nav {
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    .is-fixed .header-menu__top-nav {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 40px;
        -ms-flex-order: 1;
            order: 1;
        position: static;
        width: auto; }
    .is-fixed .header-menu__top-nav-body {
        box-sizing: border-box;
        display: none;
        margin-top: -18px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 100%; }
    .is-fixed .header-menu__top-nav:hover .header-menu__top-nav-body {
        display: block; }
    .header-menu__bottom-nav {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-menu__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px; }
    .is-fixed .header-menu__burger-button {
        display: block; }
    .header-menu__burger-button-body {
        border-bottom: 3px solid currentColor;
        border-top: 3px solid currentColor;
        bottom: 0;
        box-sizing: border-box;
        color: #0070c0;
        height: 17px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .header-menu__top-nav:hover .header-menu__burger-button-body {
        color: #ccc; }
    .header-menu__burger-button-body::before {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .header-menu__search {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 62px;
        -ms-flex-order: 1;
            order: 1; }
    .is-fixed .header-menu__search {
        margin-left: 30px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header {
    margin-bottom: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4; }
    .header:before {
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
        content: '';
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header__body {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 30px 40px; }
    .header__logo {
        display: block;
        height: 80px;
        margin: 0 auto;
        width: 265px; }
    .header__logo-icon {
        display: block;
        height: 100%;
        width: 100%; }

.social-links {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .social-links__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .social-links__item + .social-links__item {
        margin-left: 10px; }
    .social-links__link {
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        transition: opacity 0.3s ease;
        width: 30px; }
    .social-links__link:hover {
        opacity: 0.75; }
    .social-links__link_facebook {
        background-color: #4267b2; }
    .social-links__link_vkontakte {
        background-color: #4a76a8; }
    .social-links__link_youtube {
        background-color: #dd2c28; }
    .social-links__link_telegram {
        background-color: #40a7e3; }
    .social-links__logo {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 16px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px; }

.button-scroll-top {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 100px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 50px;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: max-height 0s ease 0.5s, max-width 0s ease 0.5s, opacity 0.5s ease;
    width: 50px;
    z-index: 2; }
    .button-scroll-top:hover {
        opacity: 0.5; }
    .button-scroll-top__icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }

.button-scroll-top_visible {
    max-height: 999px;
    max-width: 999px;
    opacity: 1;
    transition: max-height 0s ease 0s, max-width 0s ease 0s, opacity 0.5s ease; }

.footer {
    background-color: #202540;
    color: #fff; }
    .footer__body {
        -ms-flex-align: start;
            align-items: flex-start;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 400px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 28px 60px 0;
        position: relative; }
    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 18px;
        margin-bottom: 22px;
        width: 100%; }
    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 340px; }
    .footer__contact {
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoRegular;
        font-size: 14px; }
    .footer__contact_not-first {
        margin-top: 5px; }
    .footer__contact-name {
        width: 80px; }
    .footer__contact-link {
        color: #fff;
        text-decoration: none; }
    .footer__contact-link:hover {
        opacity: 0.5; }
    .footer__social-links {
        margin-top: 32px; }
    .footer__terms {
        margin-top: 14px; }
    .footer__terms-link {
        color: #fff;
        font-family: RobotoRegular;
        font-size: 13px;
        text-decoration: none; }
    .footer__terms-link:hover {
        opacity: 0.5; }
    .footer__text {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 40px;
        max-width: 680px;
        width: calc(100% - 380px); }
    .footer__logos {
        -ms-flex-align: center;
            align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        font-weight: 400;
        height: 120px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        line-height: 21px;
        margin-top: 40px;
        position: relative;
        width: 100%; }
    .footer__logos::before {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        content: "";
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0; }
    .footer__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .footer__logo_russian-world {
        padding-left: 66px; }
    .footer__logo_runet {
        padding-left: 62px; }
    .footer__logo_nologostudio {
        padding: 0 68px 0 40px; }
    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.25;
        position: absolute;
        top: 0; }
    .footer__logo-icon_russian-world {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo-icon_runet {
        height: 40px;
        width: 46px; }
    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer__logo-link:hover ~ .footer__logo-icon_russian-world {
        opacity: 0.5; }
    .footer__logo-link:hover ~ .footer__logo-icon_nologostudio {
        opacity: 0.75; }
    .footer__logo-link {
        color: #fff;
        text-decoration: none; }
    .footer__logo-link:hover {
        color: rgba(255, 255, 255, 0.5); }
    .footer__logo-link:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .footer__logo_russian-world .footer__logo-link:before {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo_runet .footer__logo-link:before {
        height: 40px;
        width: 46px; }
    .footer__logo_nologostudio .footer__logo-link:before {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer .mylinks {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        max-width: 1320px;
        padding: 16px 60px; }
    .footer .mylinks a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: color 0.3s ease; }
    .footer .mylinks a:hover {
        color: #fff; }

.breadcrumbs {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoRegular;
    font-size: 14px; }
    .breadcrumbs__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        white-space: nowrap; }
    .breadcrumbs__item_not-first {
        margin-left: 12px; }
    .breadcrumbs__item_last {
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    .breadcrumbs__item_not-first::before {
        background-color: #ccc;
        border-radius: 50%;
        bottom: 3px;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 12px;
        position: relative;
        width: 4px; }
    .breadcrumbs__link {
        color: #999;
        text-decoration: none; }
    .breadcrumbs__link_active {
        color: rgba(0, 112, 192, 0.75); }
    .breadcrumbs__link_active:hover {
        color: #333; }

.expert-comment__date {
    color: #999;
    font-family: RobotoRegular;
    font-size: 12px; }

.expert-comment__announce {
    box-sizing: border-box;
    font-family: GeorgiaItalic;
    font-size: 17px;
    font-style: italic;
    line-height: 1.35;
    margin: 2px -5px 0;
    max-height: 5.4em;
    overflow: hidden;
    padding: 0 5px; }

.expert-comment__announce-link {
    color: #333;
    text-decoration: none; }

.expert-comment__announce-link:hover {
    color: #0070c0; }

.expert-comment__author {
    -ms-flex-align: center;
        align-items: center;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    min-height: 50px;
    padding-left: 64px;
    position: relative;
    text-decoration: none; }

.expert-comment__avatar {
    background-color: #f7f8fa;
    border-radius: 50%;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px; }

.expert-comment__avatar::after {
    background-color: #202540;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.expert-comment__avatar:hover::after {
    opacity: 0.25; }

.expert-comment__avatar-logo {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    height: 44px;
    margin: 0 auto;
    width: 44px; }

.expert-comment__avatar-image {
    display: block;
    height: auto;
    width: 100%; }

.expert-comment__author-name {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatBold;
    font-size: 16px; }

.expert-comment__author-name:hover {
    color: #0070c0; }

.experts-comments {
    background-color: #fff;
    padding: 30px 20px; }
    .experts-comments__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase; }
    .experts-comments__list {
        margin: 20px 0 30px; }
    .experts-comments__item_not-first {
        border-top: 1px solid #e5e5e5;
        margin-top: 18px;
        padding-top: 20px; }
    .experts-comments__all-link {
        color: #0070c0;
        font-family: RobotoMedium;
        font-size: 13px;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-transform: uppercase; }
    .experts-comments__all-link:hover {
        color: #333; }

.partners-slider {
    box-sizing: border-box;
    height: 300px;
    padding: 70px 50px 50px;
    position: relative; }
    .partners-slider__body {
        overflow: hidden; }
    .partners-slider__list {
        display: -ms-flexbox;
        display: flex;
        height: 120px; }
    .partners-slider__item {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 100%; }
    .partners-slider__item-content {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: auto;
        max-width: 100%;
        transition: -webkit-filter 0.3s ease;
        transition: filter 0.3s ease;
        transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
    .partners-slider__item-content:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .partners-slider__logo {
        display: block;
        height: auto;
        max-width: 100%; }
    .partners-slider__button {
        background-color: #32324b;
        border-radius: 50%;
        bottom: 40px;
        height: 30px;
        margin: auto 0;
        opacity: 0.25;
        position: absolute;
        top: 0;
        width: 30px; }
    .partners-slider__button_prev {
        left: 0; }
    .partners-slider__button_next {
        right: 0;
        transform: scaleX(-1); }
    .partners-slider__button:hover {
        opacity: 0.5; }
    .partners-slider__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .partners-slider__pagination {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 48px; }
    .partners-slider__pagination-item {
        border-radius: 50%;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 12px;
        overflow: hidden;
        position: relative;
        width: 12px; }
    .partners-slider__pagination-item + .partners-slider__pagination-item {
        margin-left: 2px; }
    .partners-slider__pagination-item::before {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        bottom: 0;
        content: "";
        height: 8px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.3s ease;
        width: 8px; }
    .partners-slider__pagination-item::after {
        border-radius: 50%;
        border: 3px solid #32324b;
        box-sizing: border-box;
        content: "";
        height: 100%;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .partners-slider__pagination-item.is-active::before {
        opacity: 0; }
    .partners-slider__pagination-item.is-active::after {
        opacity: 1; }

.media-widget-item {
    box-sizing: border-box;
    height: 400px;
    padding-top: 200px;
    position: relative; }
    .media-widget-item__cover {
        background-size: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::before {
        background-image: inherit;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: '';
        -webkit-filter: blur(5px);
                filter: blur(5px);
        height: 200px;
        left: 0;
        position: absolute;
        transform: scale(1, -1);
        width: 100%; }
    .media-widget-item__cover-body {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::after {
        background-color: #202540;
        content: "";
        height: 200px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover_video::after {
        opacity: 0.5; }
    .media-widget-item__cover:hover::after {
        opacity: 0.5; }
    .media-widget-item__cover_video:hover::after {
        opacity: 0.75; }
    .media-widget-item__video-button {
        border-radius: 50%;
        border: 2px solid #fff;
        bottom: 200px;
        box-sizing: border-box;
        height: 60px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        z-index: 1; }
    .media-widget-item__video-button-icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 3px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .media-widget-item__content {
        background-color: rgba(0, 0, 0, 0.75);
        box-sizing: border-box;
        color: #fff;
        height: 200px;
        padding: 20px 20px 0;
        position: relative; }
    .media-widget-item__type {
        font-family: AkrobatBold;
        font-size: 20px;
        text-transform: uppercase; }
    .media-widget-item__announce {
        font-family: RobotoRegular;
        font-size: 14px;
        height: 69px;
        line-height: 23px;
        margin-top: 12px;
        overflow: hidden; }
    .media-widget-item__announce-link {
        color: #fff;
        text-decoration: none; }
    .media-widget-item__announce-link:hover {
        opacity: 0.6; }

.media-widget {
    overflow: hidden;
    position: relative; }
    .media-widget__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .media-widget__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; }
    .media-widget__item.swiper-slide-active {
        z-index: 1; }
    .media-widget__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        position: absolute; }
    .media-widget__button {
        border-radius: 50%;
        border: 2px solid #fff;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        position: relative;
        z-index: 2;
        width: 30px; }
    .media-widget__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .media-widget__button:hover {
        opacity: 0.6; }
    .media-widget__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 12px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px; }

.expert-preview {
    box-sizing: border-box;
    padding-left: 120px;
    position: relative; }
    .expert-preview_theme-compact {
        padding-left: 66px; }
    .expert-preview__cover {
        background-color: #f7f8fa;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50%;
        height: 100px;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100px; }
    .expert-preview_theme-compact .expert-preview__cover {
        height: 50px;
        width: 50px; }
    .expert-preview__cover_no-image:hover {
        background-color: #eff0f2; }
    .expert-preview__cover:after {
        background-color: #202540;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .expert-preview__cover_image:hover:after {
        opacity: 0.25; }
    .expert-preview__cover-logo {
        bottom: 0;
        display: block;
        height: 90%;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 90%; }
    .expert-preview__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }
    .expert-preview__country {
        color: #999;
        font-family: RobotoRegular;
        font-size: 12px;
        margin-bottom: 7px; }
    .expert-preview__name {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15; }
    .expert-preview_theme-compact .expert-preview__name {
        font-family: RobotoMedium;
        font-size: 15px;
        padding-top: 2px; }
    .expert-preview__name-link {
        color: #333;
        text-decoration: none; }
    .expert-preview__name-link:hover {
        color: #0070c0; }
    .expert-preview__description {
        color: #666;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        max-height: 4.8em;
        overflow: hidden; }
    .expert-preview_theme-compact .expert-preview__description {
        margin-top: 4px; }

.experts-previews {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .experts-previews__item {
        box-sizing: border-box;
        height: 200px;
        padding: 20px 20px 20px 0;
        width: 50%; }

.experts-alphabet-section__header {
    -ms-flex-align: baseline;
        align-items: baseline;
    box-sizing: border-box;
    color: #999;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoBold;
    font-size: 30px;
    padding-right: 40px;
    text-transform: uppercase; }

.experts-alphabet-section__header::after {
    background-color: #e5e5e5;
    content: '';
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    height: 1px; }

.experts-alphabet-section__name {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 40px; }

.experts-alphabet-section__items {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px; }

.experts-alphabet-section__item {
    box-sizing: border-box;
    color: #333;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 14px;
    line-height: 23px;
    padding: 6px 18px 7px 0;
    width: calc(100% / 3); }

.experts-alphabet-section__item-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease; }

.experts-alphabet-section__item-link:hover {
    color: #0070c0; }

.experts-alphabet-anchors {
    font-family: RobotoMedium;
    font-size: 14px;
    line-height: 34px;
    text-align: center; }
    .experts-alphabet-anchors__link {
        text-decoration: none;
        transition: color 0.3s ease; }
    .experts-alphabet-anchors__link_enabled {
        color: #0070c0; }
    .experts-alphabet-anchors__link_disabled {
        color: #999; }
    .experts-alphabet-anchors__link_enabled:hover {
        color: #333; }

.experts-alphabet {
    display: -ms-flexbox;
    display: flex;
    min-height: 952px; }
    .experts-alphabet__sections {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        padding-bottom: 40px;
        width: 100%; }
    .experts-alphabet__section + .experts-alphabet__section {
        margin-top: 20px; }
    .experts-alphabet__anchors {
        background-color: #f6f7f9;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-top: 29px;
        overflow: hidden;
        position: relative;
        width: 40px; }
    .experts-alphabet__anchors-body {
        left: 0;
        position: absolute;
        top: 0;
        width: 40px; }
    .experts-alphabet__anchors-body_fixed-top {
        position: fixed;
        top: 60px;
        width: 40px; }
    .experts-alphabet__anchors-body_fixed-bottom {
        bottom: 0;
        top: auto; }

.special-project-preview {
    -ms-flex-align: start;
        align-items: flex-start;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .special-project-preview_theme-compact {
        height: 300px;
        padding: 20px; }
    .special-project-preview_theme-big {
        height: 400px;
        padding: 40px; }
    .special-project-preview::before {
        content: '';
        height: 100%;
        left: 0;
        mix-blend-mode: soft-light;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .special-project-preview_theme-compact::before {
        background: linear-gradient(0deg, #596080, #596080); }
    .special-project-preview_theme-big::before {
        background: linear-gradient(0deg, #596080, #596080), linear-gradient(0deg, #406080, #406080), #cc9966; }
    .special-project-preview_theme-big::after {
        background-color: #202540;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%;
        z-index: -1; }
    .special-project-preview_hovering.special-project-preview_theme-big:hover::after {
        opacity: 0.25; }
    .special-project-preview__cover {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale(1);
        transition: transform 0.3s ease;
        width: 100%;
        z-index: -2; }
    .special-project-preview_hovering.special-project-preview_theme-compact:hover .special-project-preview__cover {
        transform: scale(1.1); }
    .special-project-preview__badge {
        color: #fff;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoBold;
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        margin-top: auto;
        padding: 0 8px;
        text-transform: uppercase;
        white-space: nowrap; }
    .special-project-preview__badge_common {
        background-color: #c00000;
        box-shadow: 2px 2px 0px #000; }
    .special-project-preview__badge_special {
        background-color: #000;
        box-shadow: 2px 2px 0px #c00000; }
    .special-project-preview__title {
        color: #fff;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        margin-top: 10px;
        max-height: 5.75em;
        min-height: 2.3em;
        overflow: hidden;
        width: 100%; }
    .special-project-preview_theme-big .special-project-preview__title {
        font-family: AkrobatSemiBold;
        font-size: 30px;
        line-height: 1.17;
        min-height: 0; }
    .special-project-preview__link {
        color: #fff;
        text-decoration: none; }
    .special-project-preview__link::before {
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0; }

.special-project-previews-list__item + .special-project-previews-list__item {
    margin-top: 20px; }

.special-project-previews-list_theme-big .special-project-previews-list__item + .special-project-previews-list__item {
    margin-top: 40px; }

.experts-page {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .experts-page__sidebar {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 300px; }
    .experts-page__main-content {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 20px;
        padding: 30px 40px 0;
        width: calc(100% - 320px); }
    .experts-page__title {
        font-family: AkrobatBold;
        font-size: 30px;
        line-height: 1.15;
        margin: 40px 0 20px;
        text-transform: uppercase; }
    .experts-page__all-items {
        margin-top: 60px; }
    .experts-page__all-items-title {
        color: #333;
        font-family: AkrobatSemiBold;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px; }
    .experts-page__video {
        margin-top: 20px; }
    .experts-page__special-projects {
        margin-top: 20px; }
    .experts-page__photo {
        margin-top: 20px; }
    .experts-page__partners {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        padding: 50px 0;
        width: 100%; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
 /*   display: flex; */
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header-search {
    display: block;
    height: 20px;
    width: 20px; }
    .header-search::before {
        -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
        background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
        content: '';
        display: block;
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: height 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s;
        width: 0%;
        z-index: -2; }
    .header-search.is-active::before {
        height: 100%;
        opacity: 1;
        transition: height 0s ease 0s, opacity 0.3s ease, width 0s ease 0s;
        width: 100%; }
    .header-search__open-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        outline: none;
        padding: 0;
        position: relative;
        transition: opacity 0.3s ease;
        width: 100%; }
    .header-search__open-button:hover {
        opacity: 0.5; }
    .header-search__open-button::before, .header-search__open-button::after {
        background-color: #ccc;
        bottom: 0;
        content: '';
        display: none;
        height: 3px;
        left: 1px;
        margin: auto 0;
        position: absolute;
        right: 1px;
        top: 0;
        transform-origin: 50% 50%; }
    .header-search__open-button::before {
        transform: rotate(45deg); }
    .header-search__open-button::after {
        transform: rotate(-45deg); }
    .header-search.is-active .header-search__open-button::before,
    .header-search.is-active .header-search__open-button::after {
        display: block; }
    .header-search__open-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search.is-active .header-search__open-button-icon {
        display: none; }
    .header-search__form {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        left: 0;
        opacity: 0;
        padding: 0 60px;
        position: absolute;
        top: -100px;
        transition: opacity 0.3s ease, top 0s ease 0.3s;
        width: 100%;
        z-index: -2; }
    .header-search__form::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -2; }
    .header-search.is-active .header-search__form {
        opacity: 1;
        top: 100%;
        transition: opacity 0.3s ease, top 0s ease 0s; }
    .header-search__input {
        background: none;
        border: none;
        color: #333;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 18px;
        height: 50px;
        outline: none; }
        .header-search__input::-webkit-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-ms-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-moz-placeholder {
            /* Firefox 18- */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input::-moz-placeholder {
            /* Firefox 19+ */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
    .header-search__input:focus::-webkit-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-ms-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .header-search__input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
    .header-search__submit-button {
        background: none;
        border: none;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 0;
        transition: opacity 0.3s ease;
        width: 20px; }
    .header-search__submit-button:hover {
        opacity: 0.5; }
    .header-search__submit-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search__form-warning {
        color: #999;
        display: none;
        font-family: RobotoRegular;
        font-size: 13px;
        left: 60px;
        padding-left: 26px;
        position: absolute;
        top: 10px; }
    .header-search__form.not-valid .header-search__form-warning {
        display: block; }
    .header-search__form-warning-icon {
        bottom: 0;
        display: block;
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 16px; }

.header-menu {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }
    .header-menu__wrapper {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .header-menu__wrapper::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header-menu__wrapper.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10; }
    .header-menu__body {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 60px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 60px;
        position: relative; }
    .header-menu__logo {
        display: none;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 50px;
        position: relative;
        z-index: 1; }
    .is-fixed .header-menu__logo {
        display: block; }
    .header-menu__logo-icon {
        display: block;
        height: 30px;
        width: 30px; }
    .header-menu__top-nav {
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    .is-fixed .header-menu__top-nav {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 40px;
        -ms-flex-order: 1;
            order: 1;
        position: static;
        width: auto; }
    .is-fixed .header-menu__top-nav-body {
        box-sizing: border-box;
        display: none;
        margin-top: -18px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 100%; }
    .is-fixed .header-menu__top-nav:hover .header-menu__top-nav-body {
        display: block; }
    .header-menu__bottom-nav {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-menu__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px; }
    .is-fixed .header-menu__burger-button {
        display: block; }
    .header-menu__burger-button-body {
        border-bottom: 3px solid currentColor;
        border-top: 3px solid currentColor;
        bottom: 0;
        box-sizing: border-box;
        color: #0070c0;
        height: 17px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .header-menu__top-nav:hover .header-menu__burger-button-body {
        color: #ccc; }
    .header-menu__burger-button-body::before {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .header-menu__search {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 62px;
        -ms-flex-order: 1;
            order: 1; }
    .is-fixed .header-menu__search {
        margin-left: 30px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header {
    margin-bottom: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4; }
    .header:before {
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
        content: '';
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header__body {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 30px 40px; }
    .header__logo {
        display: block;
        height: 80px;
        margin: 0 auto;
        width: 265px; }
    .header__logo-icon {
        display: block;
        height: 100%;
        width: 100%; }

.social-links {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .social-links__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .social-links__item + .social-links__item {
        margin-left: 10px; }
    .social-links__link {
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        transition: opacity 0.3s ease;
        width: 30px; }
    .social-links__link:hover {
        opacity: 0.75; }
    .social-links__link_facebook {
        background-color: #4267b2; }
    .social-links__link_vkontakte {
        background-color: #4a76a8; }
    .social-links__link_youtube {
        background-color: #dd2c28; }
    .social-links__link_telegram {
        background-color: #40a7e3; }
    .social-links__logo {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 16px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px; }

.button-scroll-top {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 100px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 50px;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: max-height 0s ease 0.5s, max-width 0s ease 0.5s, opacity 0.5s ease;
    width: 50px;
    z-index: 2; }
    .button-scroll-top:hover {
        opacity: 0.5; }
    .button-scroll-top__icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }

.button-scroll-top_visible {
    max-height: 999px;
    max-width: 999px;
    opacity: 1;
    transition: max-height 0s ease 0s, max-width 0s ease 0s, opacity 0.5s ease; }

.footer {
    background-color: #202540;
    color: #fff; }
    .footer__body {
        -ms-flex-align: start;
            align-items: flex-start;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 400px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 28px 60px 0;
        position: relative; }
    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 18px;
        margin-bottom: 22px;
        width: 100%; }
    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 340px; }
    .footer__contact {
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoRegular;
        font-size: 14px; }
    .footer__contact_not-first {
        margin-top: 5px; }
    .footer__contact-name {
        width: 80px; }
    .footer__contact-link {
        color: #fff;
        text-decoration: none; }
    .footer__contact-link:hover {
        opacity: 0.5; }
    .footer__social-links {
        margin-top: 32px; }
    .footer__terms {
        margin-top: 14px; }
    .footer__terms-link {
        color: #fff;
        font-family: RobotoRegular;
        font-size: 13px;
        text-decoration: none; }
    .footer__terms-link:hover {
        opacity: 0.5; }
    .footer__text {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 40px;
        max-width: 680px;
        width: calc(100% - 380px); }
    .footer__logos {
        -ms-flex-align: center;
            align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        font-weight: 400;
        height: 120px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        line-height: 21px;
        margin-top: 40px;
        position: relative;
        width: 100%; }
    .footer__logos::before {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        content: "";
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0; }
    .footer__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .footer__logo_russian-world {
        padding-left: 66px; }
    .footer__logo_runet {
        padding-left: 62px; }
    .footer__logo_nologostudio {
        padding: 0 68px 0 40px; }
    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.25;
        position: absolute;
        top: 0; }
    .footer__logo-icon_russian-world {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo-icon_runet {
        height: 40px;
        width: 46px; }
    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer__logo-link:hover ~ .footer__logo-icon_russian-world {
        opacity: 0.5; }
    .footer__logo-link:hover ~ .footer__logo-icon_nologostudio {
        opacity: 0.75; }
    .footer__logo-link {
        color: #fff;
        text-decoration: none; }
    .footer__logo-link:hover {
        color: rgba(255, 255, 255, 0.5); }
    .footer__logo-link:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .footer__logo_russian-world .footer__logo-link:before {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo_runet .footer__logo-link:before {
        height: 40px;
        width: 46px; }
    .footer__logo_nologostudio .footer__logo-link:before {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer .mylinks {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        max-width: 1320px;
        padding: 16px 60px; }
    .footer .mylinks a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: color 0.3s ease; }
    .footer .mylinks a:hover {
        color: #fff; }

.breadcrumbs {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoRegular;
    font-size: 14px; }
    .breadcrumbs__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        white-space: nowrap; }
    .breadcrumbs__item_not-first {
        margin-left: 12px; }
    .breadcrumbs__item_last {
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    .breadcrumbs__item_not-first::before {
        background-color: #ccc;
        border-radius: 50%;
        bottom: 3px;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 12px;
        position: relative;
        width: 4px; }
    .breadcrumbs__link {
        color: #999;
        text-decoration: none; }
    .breadcrumbs__link_active {
        color: rgba(0, 112, 192, 0.75); }
    .breadcrumbs__link_active:hover {
        color: #333; }

.text-editor {
    color: #666;
    font-family: RobotoRegular;
    font-size: 16px;
    line-height: 1.625; }
    .text-editor b {
        font-family: RobotoBold;
        font-weight: 700; }
    .text-editor h4 {
        color: #333;
        font-family: RobotoMedium;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 1.67;
        margin: 1.67em 0; }
    .text-editor p {
        margin: 1.8em 0; }
    .text-editor blockquote {
        color: #333;
        font-size: 18px;
        letter-spacing: -0.02em;
        line-height: 1.67;
        margin: 2em 0;
        padding-left: 40px;
        position: relative; }
    .text-editor blockquote::before {
        background-color: #c00000;
        bottom: 3px;
        content: '';
        left: 0;
        position: absolute;
        top: 4px;
        width: 5px; }
    .text-editor .insertion {
        box-sizing: border-box;
        color: #333;
        font-family: GeorgiaItalic;
        font-size: 18px;
        font-style: italic;
        line-height: 1.6;
        margin: 50px 0 50px 40px;
        max-width: 100%;
        padding-left: 80px;
        position: relative;
        width: 690px; }
    .text-editor .insertion-icon {
        display: block;
        fill: #e5e5e5;
        height: 26px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 36px; }
    .text-editor img {
        margin: 0 40px 40px 0;
        vertical-align: top; }
    .text-editor img.wide {
        height: auto;
        margin: 20px 0;
        width: 100%; }
    .text-editor figure {
        margin: 0 40px 40px 0;
        display: -ms-flexbox;
     /*   display: flex; */
        -ms-flex-pack: center;
            justify-content: center; }
    .text-editor figure div {
        display: inline-block;
        max-width: 100%; }
    .text-editor figure img {
        display: block;
        margin: 0;
        vertical-align: top; }
    .text-editor figcaption {
        color: #999;
        font-family: RobotoRegular;
        font-style: italic;
        font-size: 14px;
        line-height: 23px;
        margin-top: 18px; }
    .text-editor ul {
        margin: 1.8em 0; }
    .text-editor ul li {
        display: -ms-flexbox;
        display: flex;
        padding-left: 20px;
        position: relative; }
    .text-editor ul li::before {
        background-color: currentColor;
        border-radius: 50%;
        bottom: 4px;
        color: inherit;
        content: '';
        height: 4px;
        left: 0;
        position: absolute;
        top: 11px;
        width: 4px; }
    .text-editor iframe {
        margin: 1.8em 0;
        width: 100% !important; }
    .text-editor a {
        color: #0070c0;
        text-decoration: none; }
    .text-editor .expert-preview {
        font-style: normal;
        margin-top: 20px; }
    .text-editor .expert-preview__name-link {
        color: #333; }
    .text-editor .expert-preview__description {
        color: #999; }
    .text-editor .spoiler + .spoiler {
        border-top: 1px solid #e5e5e5; }
    .text-editor .spoiler__open-input {
        display: none; }
    .text-editor .spoiler__header {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        color: #333;
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoMedium;
        font-size: 16px;
        height: 79px;
        padding-right: 60px;
        position: relative; }
    .text-editor .spoiler__quantity {
        color: #666;
        padding-left: 4px; }
    .text-editor .spoiler__open-button {
        background: none;
        color: #0070c0;
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: color 0.3s ease;
        width: 100%; }
    .text-editor .spoiler__open-button:hover,
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button {
        color: rgba(32, 37, 64, 0.5); }
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button:hover {
        color: #0070c0; }
    .text-editor .spoiler__open-button-body {
        border-radius: 50%;
        border: 2px solid currentColor;
        bottom: 0;
        display: block;
        height: 30px;
        margin: auto 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px; }
    .text-editor .spoiler__open-button-body::before,
    .text-editor .spoiler__open-button-body::after {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .text-editor .spoiler__open-button-body::after {
        transform-origin: 50% 50%;
        transform: rotate(90.01deg); }
    .text-editor .spoiler__open-input:checked + .spoiler__header .spoiler__open-button-body::after {
        display: none; }
    .text-editor .spoiler__content {
        display: none; }
    .text-editor .spoiler__open-input:checked ~ .spoiler__content {
        display: block; }
    .text-editor .organisation {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin: 50px 0 50px 60px; }
    .text-editor .organisation__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 36px; }
    .text-editor .organisation__description {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        font-style: italic;
        line-height: 23px;
        max-width: 400px; }

.expert-detailed__cover {
    background-color: #f7f8fa;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    float: left;
    height: 200px;
    margin: 0 40px 26px 0;
    overflow: hidden;
    position: relative;
    width: 200px; }

.expert-detailed__cover-image {
    display: block;
    height: 100%;
    opacity: 0;
    width: 100%; }

.expert-detailed__cover-logo {
    bottom: 0;
    display: block;
    height: 180px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 180px; }

.expert-detailed__cover-caption {
    color: #999;
    font-family: RobotoRegular;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 23px;
    margin-top: 20px; }

.expert-detailed__country {
    color: #999;
    font-family: RobotoRegular;
    font-size: 12px;
    margin-bottom: 12px; }

.expert-detailed__title {
    color: #333;
    font-family: AkrobatSemiBold;
    font-size: 30px;
    line-height: 1.17;
    margin-bottom: 20px; }

.expert-detailed__articles {
    margin: 50px -20px 0; }

.expert-detailed__articles-header {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 20px; }

.expert-detailed__articles-title {
    color: #333;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatSemiBold;
    font-size: 30px;
    line-height: 1.17; }

.expert-detailed__articles-quantity {
    color: #ccc;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatSemiBold;
    font-size: 30px;
    line-height: 1.17;
    margin-left: 10px; }

.expert-detailed__articles-types {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoMedium;
    font-size: 12px;
    margin-left: auto;
    padding-left: 20px;
    text-transform: uppercase; }

.expert-detailed__articles-type-button {
    color: #202540;
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    opacity: 0.5;
    text-decoration: none; }

.expert-detailed__articles-type-button_active {
    cursor: text;
    opacity: 1; }

.expert-detailed__articles-type-button + .expert-detailed__articles-type-button {
    margin-left: 20px; }

.article-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 200px;
    padding-left: 220px;
    position: relative; }
    .article-preview__cover {
        background-color: #f7f8fa;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        transition: background 0.3s ease;
        width: 200px; }
    .article-preview__cover_no-image:hover {
        background: linear-gradient(0deg, #eff0f2, #eff0f2), #f7f8fa; }
    .article-preview__cover_image::after {
        background-color: #202540;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .article-preview__cover_image:hover::after {
        opacity: 0.25; }
    .article-preview__cover-logo {
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0; }
    .article-preview__cover-logo_picture {
        height: 100px;
        margin: auto;
        top: 0;
        width: 100px; }
    .article-preview__cover-logo_avatar {
        height: 180px;
        margin: 0 auto;
        width: 180px; }
    .article-preview__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }
    .article-preview__cover_gray .article-preview__cover-image {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    .article-preview__tags {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 10px;
        letter-spacing: 0.05em;
        line-height: 1.6;
        margin-bottom: 12px;
        text-transform: uppercase;
        width: 100%; }
    .article-preview__tags_compact {
        margin-bottom: 4px; }
    .article-preview__tag {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        text-decoration: none; }
    .article-preview__tag:hover {
        text-decoration: underline; }
    .article-preview__tag_not-first {
        margin-left: 10px; }
    .article-preview__tag_not-first::before {
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.25);
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__tag_red {
        color: #c00000; }
    .article-preview__tag_blue {
        color: #0070c0; }
    .article-preview__tag_gray {
        color: #666; }
    .article-preview__title {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        width: 100%; }
    .article-preview__title-link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .article-preview__title-link:hover {
        color: #0070c0; }
    .article-preview__announce {
        color: #666;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        max-height: 6.4em;
        overflow: hidden;
        width: 100%; }
    .article-preview__info {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-top: auto;
        width: 100%; }
    .article-preview__date {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px; }
    .article-preview__date_highlighted {
        color: #c00000; }
    .article-preview__time {
        color: #333;
        font-family: RobotoRegular;
        padding-right: 10px; }
    .article-preview__author {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__author::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .article-preview__author-link {
        color: #999;
        text-decoration: none; }
    .article-preview__author-link:hover {
        color: #0070c0; }
    .article-preview__place {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 12px;
        margin-left: 10px; }
    .article-preview__place::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }

.articles-previews__item {
    box-sizing: border-box;
    height: 260px;
    padding: 20px 20px 40px; }

.articles-previews__item_not-first {
    position: relative; }

.articles-previews__item_not-first::before {
    border-top: 1px solid #e5e5e5;
    content: '';
    left: 20px;
    position: absolute;
    right: 20px;
    top: 0; }

.expert-comment__date {
    color: #999;
    font-family: RobotoRegular;
    font-size: 12px; }

.expert-comment__announce {
    box-sizing: border-box;
    font-family: GeorgiaItalic;
    font-size: 17px;
    font-style: italic;
    line-height: 1.35;
    margin: 2px -5px 0;
    max-height: 5.4em;
    overflow: hidden;
    padding: 0 5px; }

.expert-comment__announce-link {
    color: #333;
    text-decoration: none; }

.expert-comment__announce-link:hover {
    color: #0070c0; }

.expert-comment__author {
    -ms-flex-align: center;
        align-items: center;
    color: #333;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    min-height: 50px;
    padding-left: 64px;
    position: relative;
    text-decoration: none; }

.expert-comment__avatar {
    background-color: #f7f8fa;
    border-radius: 50%;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px; }

.expert-comment__avatar::after {
    background-color: #202540;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.expert-comment__avatar:hover::after {
    opacity: 0.25; }

.expert-comment__avatar-logo {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    height: 44px;
    margin: 0 auto;
    width: 44px; }

.expert-comment__avatar-image {
    display: block;
    height: auto;
    width: 100%; }

.expert-comment__author-name {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatBold;
    font-size: 16px; }

.expert-comment__author-name:hover {
    color: #0070c0; }

.experts-comments {
    background-color: #fff;
    padding: 30px 20px; }
    .experts-comments__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase; }
    .experts-comments__list {
        margin: 20px 0 30px; }
    .experts-comments__item_not-first {
        border-top: 1px solid #e5e5e5;
        margin-top: 18px;
        padding-top: 20px; }
    .experts-comments__all-link {
        color: #0070c0;
        font-family: RobotoMedium;
        font-size: 13px;
        letter-spacing: 0.02em;
        text-decoration: none;
        text-transform: uppercase; }
    .experts-comments__all-link:hover {
        color: #333; }

.partners-slider {
    box-sizing: border-box;
    height: 300px;
    padding: 70px 50px 50px;
    position: relative; }
    .partners-slider__body {
        overflow: hidden; }
    .partners-slider__list {
        display: -ms-flexbox;
        display: flex;
        height: 120px; }
    .partners-slider__item {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 100%; }
    .partners-slider__item-content {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: auto;
        max-width: 100%;
        transition: -webkit-filter 0.3s ease;
        transition: filter 0.3s ease;
        transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
    .partners-slider__item-content:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .partners-slider__logo {
        display: block;
        height: auto;
        max-width: 100%; }
    .partners-slider__button {
        background-color: #32324b;
        border-radius: 50%;
        bottom: 40px;
        height: 30px;
        margin: auto 0;
        opacity: 0.25;
        position: absolute;
        top: 0;
        width: 30px; }
    .partners-slider__button_prev {
        left: 0; }
    .partners-slider__button_next {
        right: 0;
        transform: scaleX(-1); }
    .partners-slider__button:hover {
        opacity: 0.5; }
    .partners-slider__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .partners-slider__pagination {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 48px; }
    .partners-slider__pagination-item {
        border-radius: 50%;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 12px;
        overflow: hidden;
        position: relative;
        width: 12px; }
    .partners-slider__pagination-item + .partners-slider__pagination-item {
        margin-left: 2px; }
    .partners-slider__pagination-item::before {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        bottom: 0;
        content: "";
        height: 8px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.3s ease;
        width: 8px; }
    .partners-slider__pagination-item::after {
        border-radius: 50%;
        border: 3px solid #32324b;
        box-sizing: border-box;
        content: "";
        height: 100%;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .partners-slider__pagination-item.is-active::before {
        opacity: 0; }
    .partners-slider__pagination-item.is-active::after {
        opacity: 1; }

.media-widget-item {
    box-sizing: border-box;
    height: 400px;
    padding-top: 200px;
    position: relative; }
    .media-widget-item__cover {
        background-size: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::before {
        background-image: inherit;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: '';
        -webkit-filter: blur(5px);
                filter: blur(5px);
        height: 200px;
        left: 0;
        position: absolute;
        transform: scale(1, -1);
        width: 100%; }
    .media-widget-item__cover-body {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::after {
        background-color: #202540;
        content: "";
        height: 200px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover_video::after {
        opacity: 0.5; }
    .media-widget-item__cover:hover::after {
        opacity: 0.5; }
    .media-widget-item__cover_video:hover::after {
        opacity: 0.75; }
    .media-widget-item__video-button {
        border-radius: 50%;
        border: 2px solid #fff;
        bottom: 200px;
        box-sizing: border-box;
        height: 60px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        z-index: 1; }
    .media-widget-item__video-button-icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 3px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .media-widget-item__content {
        background-color: rgba(0, 0, 0, 0.75);
        box-sizing: border-box;
        color: #fff;
        height: 200px;
        padding: 20px 20px 0;
        position: relative; }
    .media-widget-item__type {
        font-family: AkrobatBold;
        font-size: 20px;
        text-transform: uppercase; }
    .media-widget-item__announce {
        font-family: RobotoRegular;
        font-size: 14px;
        height: 69px;
        line-height: 23px;
        margin-top: 12px;
        overflow: hidden; }
    .media-widget-item__announce-link {
        color: #fff;
        text-decoration: none; }
    .media-widget-item__announce-link:hover {
        opacity: 0.6; }

.media-widget {
    overflow: hidden;
    position: relative; }
    .media-widget__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .media-widget__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; }
    .media-widget__item.swiper-slide-active {
        z-index: 1; }
    .media-widget__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        position: absolute; }
    .media-widget__button {
        border-radius: 50%;
        border: 2px solid #fff;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        position: relative;
        z-index: 2;
        width: 30px; }
    .media-widget__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .media-widget__button:hover {
        opacity: 0.6; }
    .media-widget__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 12px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px; }

.select {
    font-family: RobotoRegular;
    font-size: 14px;
    height: 50px;
    position: relative;
    width: 240px; }
    .select_theme-search-results {
        width: 300px; }
    .select::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -2; }
    .select::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: -1; }
    .select__native {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        border-radius: 25px;
        border: none;
        color: #202540;
        height: 100%;
        left: 0;
        padding: 0 40px 0 30px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container {
        background-color: #eff0f2;
        border-radius: 25px;
        height: 100%;
        left: 0;
        outline: none;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open {
        z-index: 3; }
    .select__container::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: background-color 0.3s ease;
        width: 100%;
        z-index: 1; }
    .select__container:hover::before {
        background-color: rgba(32, 37, 64, 0.1); }
    .select__container.is-open::before {
        background-color: #eff0f2;
        border-radius: 25px 25px 0 0; }
    .select__container::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: 1; }
    .select__container.is-open::after {
        transform: rotate(180deg); }
    .select__label {
        position: relative;
        z-index: 1; }
    .select__item {
        box-sizing: border-box;
        color: #666;
        cursor: default;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .select__label .select__item {
        line-height: 50px;
        padding: 0 40px 0 30px; }
    .select__dropdown-item {
        line-height: 46px;
        padding: 0 30px;
        position: relative;
        width: 240px; }
    .select_theme-search-results .select__dropdown-item {
        width: 300px; }
    .select__dropdown-item.is-highlighted, .select__dropdown-item:hover {
        color: #0070c0; }
    .select__dropdown {
        box-sizing: border-box;
        display: none;
        left: 0;
        padding: 50px 0 25px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__dropdown::before {
        background-color: #fff;
        border-bottom: 1px solid #eff0f2;
        border-left: 1px solid #eff0f2;
        border-radius: 25px;
        border-right: 1px solid #eff0f2;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open .select__dropdown {
        display: block; }
    .select__dropdown-body {
        overflow: hidden; }
    .select__dropdown .select__list {
        max-height: 460px;
        overflow-y: auto; }
    .select__scrolltrack {
        bottom: 25px;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 50px;
        width: 3px; }
    .select__dropdown_scrolling .select__scrolltrack {
        opacity: 1; }
    .select__scrollbar {
        background-color: #0070c0;
        border-radius: 2px;
        position: relative;
        width: 100%; }
    .select__input-search {
        border-radius: 20px;
        border: 2px solid rgba(0, 112, 192, 0.5);
        box-sizing: border-box;
        color: #333;
        display: block;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 40px;
        margin: 9px 0 0 10px;
        padding: 0 18px;
        position: relative;
        width: calc(100% - 20px); }

.pagination {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoMedium;
    font-size: 12px;
    -ms-flex-pack: center;
        justify-content: center; }
    .pagination__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .pagination__item_not-first {
        margin-left: 15px; }
    .pagination__arrow {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 30px; }
    .pagination__arrow:hover {
        background-color: rgba(50, 50, 75, 0.5); }
    .pagination__arrow-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .pagination__arrow-icon_right {
        transform-origin: 50% 50%;
        transform: scaleX(-1); }
    .pagination__link {
        color: #999;
        text-decoration: none;
        display: block;
        height: 30px;
        line-height: 30px;
        min-width: 30px;
        padding: 0 5px;
        text-align: center; }
    .pagination__link:hover {
        color: #0070c0; }
    .pagination__link_active, .pagination__link_active:hover {
        color: #333; }

.articles-previews-block__header {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    margin: -20px 0 18px;
    padding: 0 20px; }

.articles-previews-block__title {
    font-family: AkrobatBold;
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 20px;
    padding: 0 20px;
    text-transform: uppercase; }

.articles-previews-block__header .articles-previews-block__title {
    margin-bottom: 0;
    padding: 0; }

.articles-previews-block__quantity {
    color: #ccc;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatSemiBold;
    font-size: 30px;
    line-height: 1.17;
    margin-left: 10px; }

.articles-previews-block__select {
    bottom: -16px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: auto;
    position: relative; }

.articles-previews-block__types {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoMedium;
    font-size: 12px;
    margin-left: 40px;
    text-transform: uppercase; }

.articles-previews-block__type-button-input {
    display: none; }

.articles-previews-block__type-button {
    color: #202540;
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    opacity: 0.5;
    text-decoration: none; }

.articles-previews-block__type-button:hover {
    color: #0070c0;
    opacity: 1; }

.articles-previews-block__type-button_active, .articles-previews-block__type-button_active:hover,
.articles-previews-block__type-button-input:checked + .articles-previews-block__type-button {
    color: #202540;
    cursor: text;
    opacity: 1; }

.articles-previews-block__type-button ~ .articles-previews-block__type-button {
    margin-left: 20px; }

.articles-previews-block__compact-items {
    padding-top: 20px; }

.articles-previews-block__pagination {
    margin-top: 40px;
    padding: 0 20px; }

.expert-page {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .expert-page__sidebar {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 300px; }
    .expert-page__main-content {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 20px;
        padding: 30px 40px 40px;
        width: calc(100% - 320px); }
    .expert-page__breadcrumbs {
        margin-bottom: 40px; }
    .expert-page__title {
        font-family: AkrobatBold;
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 40px;
        text-transform: uppercase; }
    .expert-page__news-short-previews {
        margin-top: 20px; }
    .expert-page__video {
        margin-top: 20px; }
    .expert-page__photo {
        margin-top: 20px; }
    .expert-page__partners {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        padding: 50px 0;
        width: 100%; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header-search {
    display: block;
    height: 20px;
    width: 20px; }
    .header-search::before {
        -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
        background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
        content: '';
        display: block;
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: height 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s;
        width: 0%;
        z-index: -2; }
    .header-search.is-active::before {
        height: 100%;
        opacity: 1;
        transition: height 0s ease 0s, opacity 0.3s ease, width 0s ease 0s;
        width: 100%; }
    .header-search__open-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        outline: none;
        padding: 0;
        position: relative;
        transition: opacity 0.3s ease;
        width: 100%; }
    .header-search__open-button:hover {
        opacity: 0.5; }
    .header-search__open-button::before, .header-search__open-button::after {
        background-color: #ccc;
        bottom: 0;
        content: '';
        display: none;
        height: 3px;
        left: 1px;
        margin: auto 0;
        position: absolute;
        right: 1px;
        top: 0;
        transform-origin: 50% 50%; }
    .header-search__open-button::before {
        transform: rotate(45deg); }
    .header-search__open-button::after {
        transform: rotate(-45deg); }
    .header-search.is-active .header-search__open-button::before,
    .header-search.is-active .header-search__open-button::after {
        display: block; }
    .header-search__open-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search.is-active .header-search__open-button-icon {
        display: none; }
    .header-search__form {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        left: 0;
        opacity: 0;
        padding: 0 60px;
        position: absolute;
        top: -100px;
        transition: opacity 0.3s ease, top 0s ease 0.3s;
        width: 100%;
        z-index: -2; }
    .header-search__form::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -2; }
    .header-search.is-active .header-search__form {
        opacity: 1;
        top: 100%;
        transition: opacity 0.3s ease, top 0s ease 0s; }
    .header-search__input {
        background: none;
        border: none;
        color: #333;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 18px;
        height: 50px;
        outline: none; }
        .header-search__input::-webkit-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-ms-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-moz-placeholder {
            /* Firefox 18- */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input::-moz-placeholder {
            /* Firefox 19+ */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
    .header-search__input:focus::-webkit-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-ms-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .header-search__input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
    .header-search__submit-button {
        background: none;
        border: none;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 0;
        transition: opacity 0.3s ease;
        width: 20px; }
    .header-search__submit-button:hover {
        opacity: 0.5; }
    .header-search__submit-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search__form-warning {
        color: #999;
        display: none;
        font-family: RobotoRegular;
        font-size: 13px;
        left: 60px;
        padding-left: 26px;
        position: absolute;
        top: 10px; }
    .header-search__form.not-valid .header-search__form-warning {
        display: block; }
    .header-search__form-warning-icon {
        bottom: 0;
        display: block;
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 16px; }

.header-menu {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }
    .header-menu__wrapper {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .header-menu__wrapper::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header-menu__wrapper.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10; }
    .header-menu__body {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 60px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 60px;
        position: relative; }
    .header-menu__logo {
        display: none;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 50px;
        position: relative;
        z-index: 1; }
    .is-fixed .header-menu__logo {
        display: block; }
    .header-menu__logo-icon {
        display: block;
        height: 30px;
        width: 30px; }
    .header-menu__top-nav {
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    .is-fixed .header-menu__top-nav {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 40px;
        -ms-flex-order: 1;
            order: 1;
        position: static;
        width: auto; }
    .is-fixed .header-menu__top-nav-body {
        box-sizing: border-box;
        display: none;
        margin-top: -18px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 100%; }
    .is-fixed .header-menu__top-nav:hover .header-menu__top-nav-body {
        display: block; }
    .header-menu__bottom-nav {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-menu__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px; }
    .is-fixed .header-menu__burger-button {
        display: block; }
    .header-menu__burger-button-body {
        border-bottom: 3px solid currentColor;
        border-top: 3px solid currentColor;
        bottom: 0;
        box-sizing: border-box;
        color: #0070c0;
        height: 17px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .header-menu__top-nav:hover .header-menu__burger-button-body {
        color: #ccc; }
    .header-menu__burger-button-body::before {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .header-menu__search {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 62px;
        -ms-flex-order: 1;
            order: 1; }
    .is-fixed .header-menu__search {
        margin-left: 30px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header {
    margin-bottom: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4; }
    .header:before {
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
        content: '';
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header__body {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 30px 40px; }
    .header__logo {
        display: block;
        height: 80px;
        margin: 0 auto;
        width: 265px; }
    .header__logo-icon {
        display: block;
        height: 100%;
        width: 100%; }

.social-links {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .social-links__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .social-links__item + .social-links__item {
        margin-left: 10px; }
    .social-links__link {
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        transition: opacity 0.3s ease;
        width: 30px; }
    .social-links__link:hover {
        opacity: 0.75; }
    .social-links__link_facebook {
        background-color: #4267b2; }
    .social-links__link_vkontakte {
        background-color: #4a76a8; }
    .social-links__link_youtube {
        background-color: #dd2c28; }
    .social-links__link_telegram {
        background-color: #40a7e3; }
    .social-links__logo {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 16px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px; }

.button-scroll-top {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 100px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 50px;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: max-height 0s ease 0.5s, max-width 0s ease 0.5s, opacity 0.5s ease;
    width: 50px;
    z-index: 2; }
    .button-scroll-top:hover {
        opacity: 0.5; }
    .button-scroll-top__icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }

.button-scroll-top_visible {
    max-height: 999px;
    max-width: 999px;
    opacity: 1;
    transition: max-height 0s ease 0s, max-width 0s ease 0s, opacity 0.5s ease; }

.footer {
    background-color: #202540;
    color: #fff; }
    .footer__body {
        -ms-flex-align: start;
            align-items: flex-start;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 400px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 28px 60px 0;
        position: relative; }
    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 18px;
        margin-bottom: 22px;
        width: 100%; }
    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 340px; }
    .footer__contact {
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoRegular;
        font-size: 14px; }
    .footer__contact_not-first {
        margin-top: 5px; }
    .footer__contact-name {
        width: 80px; }
    .footer__contact-link {
        color: #fff;
        text-decoration: none; }
    .footer__contact-link:hover {
        opacity: 0.5; }
    .footer__social-links {
        margin-top: 32px; }
    .footer__terms {
        margin-top: 14px; }
    .footer__terms-link {
        color: #fff;
        font-family: RobotoRegular;
        font-size: 13px;
        text-decoration: none; }
    .footer__terms-link:hover {
        opacity: 0.5; }
    .footer__text {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 40px;
        max-width: 680px;
        width: calc(100% - 380px); }
    .footer__logos {
        -ms-flex-align: center;
            align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        font-weight: 400;
        height: 120px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        line-height: 21px;
        margin-top: 40px;
        position: relative;
        width: 100%; }
    .footer__logos::before {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        content: "";
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0; }
    .footer__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .footer__logo_russian-world {
        padding-left: 66px; }
    .footer__logo_runet {
        padding-left: 62px; }
    .footer__logo_nologostudio {
        padding: 0 68px 0 40px; }
    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.25;
        position: absolute;
        top: 0; }
    .footer__logo-icon_russian-world {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo-icon_runet {
        height: 40px;
        width: 46px; }
    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer__logo-link:hover ~ .footer__logo-icon_russian-world {
        opacity: 0.5; }
    .footer__logo-link:hover ~ .footer__logo-icon_nologostudio {
        opacity: 0.75; }
    .footer__logo-link {
        color: #fff;
        text-decoration: none; }
    .footer__logo-link:hover {
        color: rgba(255, 255, 255, 0.5); }
    .footer__logo-link:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .footer__logo_russian-world .footer__logo-link:before {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo_runet .footer__logo-link:before {
        height: 40px;
        width: 46px; }
    .footer__logo_nologostudio .footer__logo-link:before {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer .mylinks {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        max-width: 1320px;
        padding: 16px 60px; }
    .footer .mylinks a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: color 0.3s ease; }
    .footer .mylinks a:hover {
        color: #fff; }

.breadcrumbs {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoRegular;
    font-size: 14px; }
    .breadcrumbs__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        white-space: nowrap; }
    .breadcrumbs__item_not-first {
        margin-left: 12px; }
    .breadcrumbs__item_last {
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    .breadcrumbs__item_not-first::before {
        background-color: #ccc;
        border-radius: 50%;
        bottom: 3px;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 12px;
        position: relative;
        width: 4px; }
    .breadcrumbs__link {
        color: #999;
        text-decoration: none; }
    .breadcrumbs__link_active {
        color: rgba(0, 112, 192, 0.75); }
    .breadcrumbs__link_active:hover {
        color: #333; }

.book-preview {
    box-sizing: border-box;
    min-height: 300px;
    padding-left: 220px;
    position: relative; }
    .book-preview__cover {
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
        display: block;
        height: 300px;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        transition: background-color 0.3s ease;
        width: 200px; }
    .book-preview__cover_logo {
        background-color: #f7f8fa; }
    .book-preview__cover_logo:hover {
        background-color: #eff0f2; }
    .book-preview__cover_image:before {
        background-color: #fff;
        content: '';
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .book-preview__cover_image:hover:before {
        opacity: 0.25; }
    .book-preview__cover-logo {
        bottom: 0;
        display: block;
        height: 150px;
        left: -10px;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 185px; }
    .book-preview__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }
    .book-preview__title-link {
        color: #333;
        font-size: 18px;
        font-family: AkrobatBold;
        line-height: 1.28;
        text-decoration: none;
        transition: color 0.3s ease; }
    .book-preview__title-link:hover {
        color: #0070c0; }
    .book-preview__authors {
        color: #999;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.43;
        margin-top: 16px; }
    .book-preview__author-link {
        color: #999;
        text-decoration: none;
        transition: color 0.3s ease; }
    .book-preview__author-link:hover {
        color: #0070c0; }

.books-previews {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -50px 0 0 -40px; }
    .books-previews__item {
        box-sizing: border-box;
        margin: 50px 0 0 40px;
        width: calc(50% - 40px); }

.partners-slider {
    box-sizing: border-box;
    height: 300px;
    padding: 70px 50px 50px;
    position: relative; }
    .partners-slider__body {
        overflow: hidden; }
    .partners-slider__list {
        display: -ms-flexbox;
        display: flex;
        height: 120px; }
    .partners-slider__item {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 100%; }
    .partners-slider__item-content {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: auto;
        max-width: 100%;
        transition: -webkit-filter 0.3s ease;
        transition: filter 0.3s ease;
        transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
    .partners-slider__item-content:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .partners-slider__logo {
        display: block;
        height: auto;
        max-width: 100%; }
    .partners-slider__button {
        background-color: #32324b;
        border-radius: 50%;
        bottom: 40px;
        height: 30px;
        margin: auto 0;
        opacity: 0.25;
        position: absolute;
        top: 0;
        width: 30px; }
    .partners-slider__button_prev {
        left: 0; }
    .partners-slider__button_next {
        right: 0;
        transform: scaleX(-1); }
    .partners-slider__button:hover {
        opacity: 0.5; }
    .partners-slider__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .partners-slider__pagination {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 48px; }
    .partners-slider__pagination-item {
        border-radius: 50%;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 12px;
        overflow: hidden;
        position: relative;
        width: 12px; }
    .partners-slider__pagination-item + .partners-slider__pagination-item {
        margin-left: 2px; }
    .partners-slider__pagination-item::before {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        bottom: 0;
        content: "";
        height: 8px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.3s ease;
        width: 8px; }
    .partners-slider__pagination-item::after {
        border-radius: 50%;
        border: 3px solid #32324b;
        box-sizing: border-box;
        content: "";
        height: 100%;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .partners-slider__pagination-item.is-active::before {
        opacity: 0; }
    .partners-slider__pagination-item.is-active::after {
        opacity: 1; }

.media-widget-item {
    box-sizing: border-box;
    height: 400px;
    padding-top: 200px;
    position: relative; }
    .media-widget-item__cover {
        background-size: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::before {
        background-image: inherit;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: '';
        -webkit-filter: blur(5px);
                filter: blur(5px);
        height: 200px;
        left: 0;
        position: absolute;
        transform: scale(1, -1);
        width: 100%; }
    .media-widget-item__cover-body {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::after {
        background-color: #202540;
        content: "";
        height: 200px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover_video::after {
        opacity: 0.5; }
    .media-widget-item__cover:hover::after {
        opacity: 0.5; }
    .media-widget-item__cover_video:hover::after {
        opacity: 0.75; }
    .media-widget-item__video-button {
        border-radius: 50%;
        border: 2px solid #fff;
        bottom: 200px;
        box-sizing: border-box;
        height: 60px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        z-index: 1; }
    .media-widget-item__video-button-icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 3px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .media-widget-item__content {
        background-color: rgba(0, 0, 0, 0.75);
        box-sizing: border-box;
        color: #fff;
        height: 200px;
        padding: 20px 20px 0;
        position: relative; }
    .media-widget-item__type {
        font-family: AkrobatBold;
        font-size: 20px;
        text-transform: uppercase; }
    .media-widget-item__announce {
        font-family: RobotoRegular;
        font-size: 14px;
        height: 69px;
        line-height: 23px;
        margin-top: 12px;
        overflow: hidden; }
    .media-widget-item__announce-link {
        color: #fff;
        text-decoration: none; }
    .media-widget-item__announce-link:hover {
        opacity: 0.6; }

.media-widget {
    overflow: hidden;
    position: relative; }
    .media-widget__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .media-widget__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; }
    .media-widget__item.swiper-slide-active {
        z-index: 1; }
    .media-widget__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        position: absolute; }
    .media-widget__button {
        border-radius: 50%;
        border: 2px solid #fff;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        position: relative;
        z-index: 2;
        width: 30px; }
    .media-widget__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .media-widget__button:hover {
        opacity: 0.6; }
    .media-widget__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 12px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px; }

.select {
    font-family: RobotoRegular;
    font-size: 14px;
    height: 50px;
    position: relative;
    width: 240px; }
    .select_theme-search-results {
        width: 300px; }
    .select::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -2; }
    .select::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: -1; }
    .select__native {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        border-radius: 25px;
        border: none;
        color: #202540;
        height: 100%;
        left: 0;
        padding: 0 40px 0 30px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container {
        background-color: #eff0f2;
        border-radius: 25px;
        height: 100%;
        left: 0;
        outline: none;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open {
        z-index: 3; }
    .select__container::before {
        background-color: #eff0f2;
        border-radius: 25px;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: background-color 0.3s ease;
        width: 100%;
        z-index: 1; }
    .select__container:hover::before {
        background-color: rgba(32, 37, 64, 0.1); }
    .select__container.is-open::before {
        background-color: #eff0f2;
        border-radius: 25px 25px 0 0; }
    .select__container::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid rgba(32, 37, 64, 0.35);
        bottom: 0;
        content: '';
        height: 0;
        margin: auto 0;
        position: absolute;
        right: 20px;
        top: 2px;
        width: 0;
        z-index: 1; }
    .select__container.is-open::after {
        transform: rotate(180deg); }
    .select__label {
        position: relative;
        z-index: 1; }
    .select__item {
        box-sizing: border-box;
        color: #666;
        cursor: default;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .select__label .select__item {
        line-height: 50px;
        padding: 0 40px 0 30px; }
    .select__dropdown-item {
        line-height: 46px;
        padding: 0 30px;
        position: relative;
        width: 240px; }
    .select_theme-search-results .select__dropdown-item {
        width: 300px; }
    .select__dropdown-item.is-highlighted, .select__dropdown-item:hover {
        color: #0070c0; }
    .select__dropdown {
        box-sizing: border-box;
        display: none;
        left: 0;
        padding: 50px 0 25px;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__dropdown::before {
        background-color: #fff;
        border-bottom: 1px solid #eff0f2;
        border-left: 1px solid #eff0f2;
        border-radius: 25px;
        border-right: 1px solid #eff0f2;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
        box-sizing: border-box;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .select__container.is-open .select__dropdown {
        display: block; }
    .select__dropdown-body {
        overflow: hidden; }
    .select__dropdown .select__list {
        max-height: 460px;
        overflow-y: auto; }
    .select__scrolltrack {
        bottom: 25px;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 50px;
        width: 3px; }
    .select__dropdown_scrolling .select__scrolltrack {
        opacity: 1; }
    .select__scrollbar {
        background-color: #0070c0;
        border-radius: 2px;
        position: relative;
        width: 100%; }
    .select__input-search {
        border-radius: 20px;
        border: 2px solid rgba(0, 112, 192, 0.5);
        box-sizing: border-box;
        color: #333;
        display: block;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 40px;
        margin: 9px 0 0 10px;
        padding: 0 18px;
        position: relative;
        width: calc(100% - 20px); }

.pagination {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoMedium;
    font-size: 12px;
    -ms-flex-pack: center;
        justify-content: center; }
    .pagination__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .pagination__item_not-first {
        margin-left: 15px; }
    .pagination__arrow {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 30px; }
    .pagination__arrow:hover {
        background-color: rgba(50, 50, 75, 0.5); }
    .pagination__arrow-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .pagination__arrow-icon_right {
        transform-origin: 50% 50%;
        transform: scaleX(-1); }
    .pagination__link {
        color: #999;
        text-decoration: none;
        display: block;
        height: 30px;
        line-height: 30px;
        min-width: 30px;
        padding: 0 5px;
        text-align: center; }
    .pagination__link:hover {
        color: #0070c0; }
    .pagination__link_active, .pagination__link_active:hover {
        color: #333; }

.articles-previews-block__header {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    margin: -20px 0 18px;
    padding: 0 20px; }

.articles-previews-block__title {
    font-family: AkrobatBold;
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 20px;
    padding: 0 20px;
    text-transform: uppercase; }

.articles-previews-block__header .articles-previews-block__title {
    margin-bottom: 0;
    padding: 0; }

.articles-previews-block__quantity {
    color: #ccc;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatSemiBold;
    font-size: 30px;
    line-height: 1.17;
    margin-left: 10px; }

.articles-previews-block__select {
    bottom: -16px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-left: auto;
    position: relative; }

.articles-previews-block__types {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoMedium;
    font-size: 12px;
    margin-left: 40px;
    text-transform: uppercase; }

.articles-previews-block__type-button-input {
    display: none; }

.articles-previews-block__type-button {
    color: #202540;
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    opacity: 0.5;
    text-decoration: none; }

.articles-previews-block__type-button:hover {
    color: #0070c0;
    opacity: 1; }

.articles-previews-block__type-button_active, .articles-previews-block__type-button_active:hover,
.articles-previews-block__type-button-input:checked + .articles-previews-block__type-button {
    color: #202540;
    cursor: text;
    opacity: 1; }

.articles-previews-block__type-button ~ .articles-previews-block__type-button {
    margin-left: 20px; }

.articles-previews-block__compact-items {
    padding-top: 20px; }

.articles-previews-block__pagination {
    margin-top: 40px;
    padding: 0 20px; }

.library-page {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .library-page__sidebar {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 300px; }
    .library-page__main-content {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 20px;
        padding: 30px 20px 40px;
        width: calc(100% - 320px); }
    .library-page__breadcrumbs {
        padding: 0 20px; }
    .library-page__books {
        margin-top: 40px;
        padding: 0 20px; }
    .library-page__books-title {
        font-family: AkrobatBold;
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 40px;
        text-transform: uppercase; }
    .library-page__books-pagination {
        margin-top: 50px; }
    .library-page__photo {
        margin-top: 20px; }
    .library-page__partners {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        padding: 50px 0;
        width: 100%; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header-search {
    display: block;
    height: 20px;
    width: 20px; }
    .header-search::before {
        -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
        background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
        content: '';
        display: block;
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: height 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s;
        width: 0%;
        z-index: -2; }
    .header-search.is-active::before {
        height: 100%;
        opacity: 1;
        transition: height 0s ease 0s, opacity 0.3s ease, width 0s ease 0s;
        width: 100%; }
    .header-search__open-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        outline: none;
        padding: 0;
        position: relative;
        transition: opacity 0.3s ease;
        width: 100%; }
    .header-search__open-button:hover {
        opacity: 0.5; }
    .header-search__open-button::before, .header-search__open-button::after {
        background-color: #ccc;
        bottom: 0;
        content: '';
        display: none;
        height: 3px;
        left: 1px;
        margin: auto 0;
        position: absolute;
        right: 1px;
        top: 0;
        transform-origin: 50% 50%; }
    .header-search__open-button::before {
        transform: rotate(45deg); }
    .header-search__open-button::after {
        transform: rotate(-45deg); }
    .header-search.is-active .header-search__open-button::before,
    .header-search.is-active .header-search__open-button::after {
        display: block; }
    .header-search__open-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search.is-active .header-search__open-button-icon {
        display: none; }
    .header-search__form {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        left: 0;
        opacity: 0;
        padding: 0 60px;
        position: absolute;
        top: -100px;
        transition: opacity 0.3s ease, top 0s ease 0.3s;
        width: 100%;
        z-index: -2; }
    .header-search__form::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -2; }
    .header-search.is-active .header-search__form {
        opacity: 1;
        top: 100%;
        transition: opacity 0.3s ease, top 0s ease 0s; }
    .header-search__input {
        background: none;
        border: none;
        color: #333;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 18px;
        height: 50px;
        outline: none; }
        .header-search__input::-webkit-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-ms-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-moz-placeholder {
            /* Firefox 18- */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input::-moz-placeholder {
            /* Firefox 19+ */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
    .header-search__input:focus::-webkit-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-ms-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .header-search__input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
    .header-search__submit-button {
        background: none;
        border: none;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 0;
        transition: opacity 0.3s ease;
        width: 20px; }
    .header-search__submit-button:hover {
        opacity: 0.5; }
    .header-search__submit-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search__form-warning {
        color: #999;
        display: none;
        font-family: RobotoRegular;
        font-size: 13px;
        left: 60px;
        padding-left: 26px;
        position: absolute;
        top: 10px; }
    .header-search__form.not-valid .header-search__form-warning {
        display: block; }
    .header-search__form-warning-icon {
        bottom: 0;
        display: block;
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 16px; }

.header-menu {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }
    .header-menu__wrapper {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .header-menu__wrapper::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header-menu__wrapper.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10; }
    .header-menu__body {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 60px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 60px;
        position: relative; }
    .header-menu__logo {
        display: none;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 50px;
        position: relative;
        z-index: 1; }
    .is-fixed .header-menu__logo {
        display: block; }
    .header-menu__logo-icon {
        display: block;
        height: 30px;
        width: 30px; }
    .header-menu__top-nav {
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    .is-fixed .header-menu__top-nav {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 40px;
        -ms-flex-order: 1;
            order: 1;
        position: static;
        width: auto; }
    .is-fixed .header-menu__top-nav-body {
        box-sizing: border-box;
        display: none;
        margin-top: -18px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 100%; }
    .is-fixed .header-menu__top-nav:hover .header-menu__top-nav-body {
        display: block; }
    .header-menu__bottom-nav {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-menu__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px; }
    .is-fixed .header-menu__burger-button {
        display: block; }
    .header-menu__burger-button-body {
        border-bottom: 3px solid currentColor;
        border-top: 3px solid currentColor;
        bottom: 0;
        box-sizing: border-box;
        color: #0070c0;
        height: 17px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .header-menu__top-nav:hover .header-menu__burger-button-body {
        color: #ccc; }
    .header-menu__burger-button-body::before {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .header-menu__search {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 62px;
        -ms-flex-order: 1;
            order: 1; }
    .is-fixed .header-menu__search {
        margin-left: 30px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header {
    margin-bottom: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4; }
    .header:before {
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
        content: '';
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header__body {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 30px 40px; }
    .header__logo {
        display: block;
        height: 80px;
        margin: 0 auto;
        width: 265px; }
    .header__logo-icon {
        display: block;
        height: 100%;
        width: 100%; }

.social-links {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .social-links__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .social-links__item + .social-links__item {
        margin-left: 10px; }
    .social-links__link {
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        transition: opacity 0.3s ease;
        width: 30px; }
    .social-links__link:hover {
        opacity: 0.75; }
    .social-links__link_facebook {
        background-color: #4267b2; }
    .social-links__link_vkontakte {
        background-color: #4a76a8; }
    .social-links__link_youtube {
        background-color: #dd2c28; }
    .social-links__link_telegram {
        background-color: #40a7e3; }
    .social-links__logo {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 16px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px; }

.button-scroll-top {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 100px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 50px;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: max-height 0s ease 0.5s, max-width 0s ease 0.5s, opacity 0.5s ease;
    width: 50px;
    z-index: 2; }
    .button-scroll-top:hover {
        opacity: 0.5; }
    .button-scroll-top__icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }

.button-scroll-top_visible {
    max-height: 999px;
    max-width: 999px;
    opacity: 1;
    transition: max-height 0s ease 0s, max-width 0s ease 0s, opacity 0.5s ease; }

.footer {
    background-color: #202540;
    color: #fff; }
    .footer__body {
        -ms-flex-align: start;
            align-items: flex-start;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 400px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 28px 60px 0;
        position: relative; }
    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 18px;
        margin-bottom: 22px;
        width: 100%; }
    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 340px; }
    .footer__contact {
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoRegular;
        font-size: 14px; }
    .footer__contact_not-first {
        margin-top: 5px; }
    .footer__contact-name {
        width: 80px; }
    .footer__contact-link {
        color: #fff;
        text-decoration: none; }
    .footer__contact-link:hover {
        opacity: 0.5; }
    .footer__social-links {
        margin-top: 32px; }
    .footer__terms {
        margin-top: 14px; }
    .footer__terms-link {
        color: #fff;
        font-family: RobotoRegular;
        font-size: 13px;
        text-decoration: none; }
    .footer__terms-link:hover {
        opacity: 0.5; }
    .footer__text {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 40px;
        max-width: 680px;
        width: calc(100% - 380px); }
    .footer__logos {
        -ms-flex-align: center;
            align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        font-weight: 400;
        height: 120px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        line-height: 21px;
        margin-top: 40px;
        position: relative;
        width: 100%; }
    .footer__logos::before {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        content: "";
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0; }
    .footer__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .footer__logo_russian-world {
        padding-left: 66px; }
    .footer__logo_runet {
        padding-left: 62px; }
    .footer__logo_nologostudio {
        padding: 0 68px 0 40px; }
    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.25;
        position: absolute;
        top: 0; }
    .footer__logo-icon_russian-world {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo-icon_runet {
        height: 40px;
        width: 46px; }
    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer__logo-link:hover ~ .footer__logo-icon_russian-world {
        opacity: 0.5; }
    .footer__logo-link:hover ~ .footer__logo-icon_nologostudio {
        opacity: 0.75; }
    .footer__logo-link {
        color: #fff;
        text-decoration: none; }
    .footer__logo-link:hover {
        color: rgba(255, 255, 255, 0.5); }
    .footer__logo-link:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .footer__logo_russian-world .footer__logo-link:before {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo_runet .footer__logo-link:before {
        height: 40px;
        width: 46px; }
    .footer__logo_nologostudio .footer__logo-link:before {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer .mylinks {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        max-width: 1320px;
        padding: 16px 60px; }
    .footer .mylinks a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: color 0.3s ease; }
    .footer .mylinks a:hover {
        color: #fff; }

.breadcrumbs {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoRegular;
    font-size: 14px; }
    .breadcrumbs__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        white-space: nowrap; }
    .breadcrumbs__item_not-first {
        margin-left: 12px; }
    .breadcrumbs__item_last {
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    .breadcrumbs__item_not-first::before {
        background-color: #ccc;
        border-radius: 50%;
        bottom: 3px;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 12px;
        position: relative;
        width: 4px; }
    .breadcrumbs__link {
        color: #999;
        text-decoration: none; }
    .breadcrumbs__link_active {
        color: rgba(0, 112, 192, 0.75); }
    .breadcrumbs__link_active:hover {
        color: #333; }

.partners-slider {
    box-sizing: border-box;
    height: 300px;
    padding: 70px 50px 50px;
    position: relative; }
    .partners-slider__body {
        overflow: hidden; }
    .partners-slider__list {
        display: -ms-flexbox;
        display: flex;
        height: 120px; }
    .partners-slider__item {
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 100%; }
    .partners-slider__item-content {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: auto;
        max-width: 100%;
        transition: -webkit-filter 0.3s ease;
        transition: filter 0.3s ease;
        transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
    .partners-slider__item-content:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
    .partners-slider__logo {
        display: block;
        height: auto;
        max-width: 100%; }
    .partners-slider__button {
        background-color: #32324b;
        border-radius: 50%;
        bottom: 40px;
        height: 30px;
        margin: auto 0;
        opacity: 0.25;
        position: absolute;
        top: 0;
        width: 30px; }
    .partners-slider__button_prev {
        left: 0; }
    .partners-slider__button_next {
        right: 0;
        transform: scaleX(-1); }
    .partners-slider__button:hover {
        opacity: 0.5; }
    .partners-slider__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 10px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .partners-slider__pagination {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin-top: 48px; }
    .partners-slider__pagination-item {
        border-radius: 50%;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 12px;
        overflow: hidden;
        position: relative;
        width: 12px; }
    .partners-slider__pagination-item + .partners-slider__pagination-item {
        margin-left: 2px; }
    .partners-slider__pagination-item::before {
        background-color: rgba(50, 50, 75, 0.25);
        border-radius: 50%;
        bottom: 0;
        content: "";
        height: 8px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        transition: opacity 0.3s ease;
        width: 8px; }
    .partners-slider__pagination-item::after {
        border-radius: 50%;
        border: 3px solid #32324b;
        box-sizing: border-box;
        content: "";
        height: 100%;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.3s ease;
        width: 100%; }
    .partners-slider__pagination-item.is-active::before {
        opacity: 0; }
    .partners-slider__pagination-item.is-active::after {
        opacity: 1; }

.media-widget-item {
    box-sizing: border-box;
    height: 400px;
    padding-top: 200px;
    position: relative; }
    .media-widget-item__cover {
        background-size: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::before {
        background-image: inherit;
        background-position: 50% 0%;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: '';
        -webkit-filter: blur(5px);
                filter: blur(5px);
        height: 200px;
        left: 0;
        position: absolute;
        transform: scale(1, -1);
        width: 100%; }
    .media-widget-item__cover-body {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover::after {
        background-color: #202540;
        content: "";
        height: 200px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .media-widget-item__cover_video::after {
        opacity: 0.5; }
    .media-widget-item__cover:hover::after {
        opacity: 0.5; }
    .media-widget-item__cover_video:hover::after {
        opacity: 0.75; }
    .media-widget-item__video-button {
        border-radius: 50%;
        border: 2px solid #fff;
        bottom: 200px;
        box-sizing: border-box;
        height: 60px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        z-index: 1; }
    .media-widget-item__video-button-icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 3px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .media-widget-item__content {
        background-color: rgba(0, 0, 0, 0.75);
        box-sizing: border-box;
        color: #fff;
        height: 200px;
        padding: 20px 20px 0;
        position: relative; }
    .media-widget-item__type {
        font-family: AkrobatBold;
        font-size: 20px;
        text-transform: uppercase; }
    .media-widget-item__announce {
        font-family: RobotoRegular;
        font-size: 14px;
        height: 69px;
        line-height: 23px;
        margin-top: 12px;
        overflow: hidden; }
    .media-widget-item__announce-link {
        color: #fff;
        text-decoration: none; }
    .media-widget-item__announce-link:hover {
        opacity: 0.6; }

.media-widget {
    overflow: hidden;
    position: relative; }
    .media-widget__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex; }
    .media-widget__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; }
    .media-widget__item.swiper-slide-active {
        z-index: 1; }
    .media-widget__navigation {
        -ms-flex-align: start;
            align-items: flex-start;
        bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        left: 20px;
        position: absolute; }
    .media-widget__button {
        border-radius: 50%;
        border: 2px solid #fff;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 30px;
        position: relative;
        z-index: 2;
        width: 30px; }
    .media-widget__button_next {
        margin-left: 10px;
        transform: scaleX(-1); }
    .media-widget__button:hover {
        opacity: 0.6; }
    .media-widget__button-icon {
        bottom: 0;
        color: #fff;
        display: block;
        height: 12px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px; }

.special-projects-page {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .special-projects-page__sidebar {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 300px; }
    .special-projects-page__main-content {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 20px;
        padding: 40px 20px;
        width: calc(100% - 320px); }
    .special-projects-page__breadcrumbs {
        margin-bottom: 30px;
        padding: 0 20px; }
    .special-projects-page__title {
        color: #333;
        font-family: AkrobatBold;
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 40px;
        text-transform: uppercase; }
    .special-projects-page__items {
        padding: 0 20px; }
    .special-projects-page__photo {
        margin-top: 20px; }
    .special-projects-page__partners {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        padding: 50px 0;
        width: 100%; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header-search {
    display: block;
    height: 20px;
    width: 20px; }
    .header-search::before {
        -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
        background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
        content: '';
        display: block;
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: height 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s;
        width: 0%;
        z-index: -2; }
    .header-search.is-active::before {
        height: 100%;
        opacity: 1;
        transition: height 0s ease 0s, opacity 0.3s ease, width 0s ease 0s;
        width: 100%; }
    .header-search__open-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        outline: none;
        padding: 0;
        position: relative;
        transition: opacity 0.3s ease;
        width: 100%; }
    .header-search__open-button:hover {
        opacity: 0.5; }
    .header-search__open-button::before, .header-search__open-button::after {
        background-color: #ccc;
        bottom: 0;
        content: '';
        display: none;
        height: 3px;
        left: 1px;
        margin: auto 0;
        position: absolute;
        right: 1px;
        top: 0;
        transform-origin: 50% 50%; }
    .header-search__open-button::before {
        transform: rotate(45deg); }
    .header-search__open-button::after {
        transform: rotate(-45deg); }
    .header-search.is-active .header-search__open-button::before,
    .header-search.is-active .header-search__open-button::after {
        display: block; }
    .header-search__open-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search.is-active .header-search__open-button-icon {
        display: none; }
    .header-search__form {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        left: 0;
        opacity: 0;
        padding: 0 60px;
        position: absolute;
        top: -100px;
        transition: opacity 0.3s ease, top 0s ease 0.3s;
        width: 100%;
        z-index: -2; }
    .header-search__form::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -2; }
    .header-search.is-active .header-search__form {
        opacity: 1;
        top: 100%;
        transition: opacity 0.3s ease, top 0s ease 0s; }
    .header-search__input {
        background: none;
        border: none;
        color: #333;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 18px;
        height: 50px;
        outline: none; }
        .header-search__input::-webkit-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-ms-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-moz-placeholder {
            /* Firefox 18- */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input::-moz-placeholder {
            /* Firefox 19+ */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
    .header-search__input:focus::-webkit-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-ms-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .header-search__input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
    .header-search__submit-button {
        background: none;
        border: none;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 0;
        transition: opacity 0.3s ease;
        width: 20px; }
    .header-search__submit-button:hover {
        opacity: 0.5; }
    .header-search__submit-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search__form-warning {
        color: #999;
        display: none;
        font-family: RobotoRegular;
        font-size: 13px;
        left: 60px;
        padding-left: 26px;
        position: absolute;
        top: 10px; }
    .header-search__form.not-valid .header-search__form-warning {
        display: block; }
    .header-search__form-warning-icon {
        bottom: 0;
        display: block;
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 16px; }

.header-menu {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }
    .header-menu__wrapper {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .header-menu__wrapper::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header-menu__wrapper.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10; }
    .header-menu__body {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 60px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 60px;
        position: relative; }
    .header-menu__logo {
        display: none;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 50px;
        position: relative;
        z-index: 1; }
    .is-fixed .header-menu__logo {
        display: block; }
    .header-menu__logo-icon {
        display: block;
        height: 30px;
        width: 30px; }
    .header-menu__top-nav {
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    .is-fixed .header-menu__top-nav {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 40px;
        -ms-flex-order: 1;
            order: 1;
        position: static;
        width: auto; }
    .is-fixed .header-menu__top-nav-body {
        box-sizing: border-box;
        display: none;
        margin-top: -18px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 100%; }
    .is-fixed .header-menu__top-nav:hover .header-menu__top-nav-body {
        display: block; }
    .header-menu__bottom-nav {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-menu__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px; }
    .is-fixed .header-menu__burger-button {
        display: block; }
    .header-menu__burger-button-body {
        border-bottom: 3px solid currentColor;
        border-top: 3px solid currentColor;
        bottom: 0;
        box-sizing: border-box;
        color: #0070c0;
        height: 17px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .header-menu__top-nav:hover .header-menu__burger-button-body {
        color: #ccc; }
    .header-menu__burger-button-body::before {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .header-menu__search {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 62px;
        -ms-flex-order: 1;
            order: 1; }
    .is-fixed .header-menu__search {
        margin-left: 30px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header {
    margin-bottom: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4; }
    .header:before {
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
        content: '';
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header__body {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 30px 40px; }
    .header__logo {
        display: block;
        height: 80px;
        margin: 0 auto;
        width: 265px; }
    .header__logo-icon {
        display: block;
        height: 100%;
        width: 100%; }

.social-links {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .social-links__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .social-links__item + .social-links__item {
        margin-left: 10px; }
    .social-links__link {
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        transition: opacity 0.3s ease;
        width: 30px; }
    .social-links__link:hover {
        opacity: 0.75; }
    .social-links__link_facebook {
        background-color: #4267b2; }
    .social-links__link_vkontakte {
        background-color: #4a76a8; }
    .social-links__link_youtube {
        background-color: #dd2c28; }
    .social-links__link_telegram {
        background-color: #40a7e3; }
    .social-links__logo {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 16px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px; }

.button-scroll-top {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 100px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 50px;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: max-height 0s ease 0.5s, max-width 0s ease 0.5s, opacity 0.5s ease;
    width: 50px;
    z-index: 2; }
    .button-scroll-top:hover {
        opacity: 0.5; }
    .button-scroll-top__icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }

.button-scroll-top_visible {
    max-height: 999px;
    max-width: 999px;
    opacity: 1;
    transition: max-height 0s ease 0s, max-width 0s ease 0s, opacity 0.5s ease; }

.footer {
    background-color: #202540;
    color: #fff; }
    .footer__body {
        -ms-flex-align: start;
            align-items: flex-start;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 400px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 28px 60px 0;
        position: relative; }
    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 18px;
        margin-bottom: 22px;
        width: 100%; }
    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 340px; }
    .footer__contact {
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoRegular;
        font-size: 14px; }
    .footer__contact_not-first {
        margin-top: 5px; }
    .footer__contact-name {
        width: 80px; }
    .footer__contact-link {
        color: #fff;
        text-decoration: none; }
    .footer__contact-link:hover {
        opacity: 0.5; }
    .footer__social-links {
        margin-top: 32px; }
    .footer__terms {
        margin-top: 14px; }
    .footer__terms-link {
        color: #fff;
        font-family: RobotoRegular;
        font-size: 13px;
        text-decoration: none; }
    .footer__terms-link:hover {
        opacity: 0.5; }
    .footer__text {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 40px;
        max-width: 680px;
        width: calc(100% - 380px); }
    .footer__logos {
        -ms-flex-align: center;
            align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        font-weight: 400;
        height: 120px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        line-height: 21px;
        margin-top: 40px;
        position: relative;
        width: 100%; }
    .footer__logos::before {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        content: "";
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0; }
    .footer__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .footer__logo_russian-world {
        padding-left: 66px; }
    .footer__logo_runet {
        padding-left: 62px; }
    .footer__logo_nologostudio {
        padding: 0 68px 0 40px; }
    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.25;
        position: absolute;
        top: 0; }
    .footer__logo-icon_russian-world {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo-icon_runet {
        height: 40px;
        width: 46px; }
    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer__logo-link:hover ~ .footer__logo-icon_russian-world {
        opacity: 0.5; }
    .footer__logo-link:hover ~ .footer__logo-icon_nologostudio {
        opacity: 0.75; }
    .footer__logo-link {
        color: #fff;
        text-decoration: none; }
    .footer__logo-link:hover {
        color: rgba(255, 255, 255, 0.5); }
    .footer__logo-link:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .footer__logo_russian-world .footer__logo-link:before {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo_runet .footer__logo-link:before {
        height: 40px;
        width: 46px; }
    .footer__logo_nologostudio .footer__logo-link:before {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer .mylinks {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        max-width: 1320px;
        padding: 16px 60px; }
    .footer .mylinks a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: color 0.3s ease; }
    .footer .mylinks a:hover {
        color: #fff; }

.breadcrumbs {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoRegular;
    font-size: 14px; }
    .breadcrumbs__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        white-space: nowrap; }
    .breadcrumbs__item_not-first {
        margin-left: 12px; }
    .breadcrumbs__item_last {
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    .breadcrumbs__item_not-first::before {
        background-color: #ccc;
        border-radius: 50%;
        bottom: 3px;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 12px;
        position: relative;
        width: 4px; }
    .breadcrumbs__link {
        color: #999;
        text-decoration: none; }
    .breadcrumbs__link_active {
        color: rgba(0, 112, 192, 0.75); }
    .breadcrumbs__link_active:hover {
        color: #333; }

.search-results-form__select + .search-results-form__select {
    margin-top: 20px; }

.search-results-form__period {
    margin-top: 30px; }

.search-results-form__period-title {
    color: #666;
    font-family: RobotoRegular;
    font-size: 14px;
    padding-left: 30px;
    position: relative; }

.search-results-form__period-icon {
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 16px; }

.search-results-form__period-fields {
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 310px;
    position: relative; }

.search-results-form__period-fields::before {
    background-color: #999;
    content: '';
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    height: 1px;
    width: 9px; }

.search-results-form__period-fields .flatpickr-wrapper {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 130px; }

.search-results-form__period-fields .flatpickr-wrapper:first-child {
    -ms-flex-order: -1;
        order: -1; }

.search-results-form__period-fields .flatpickr-calendar {
    position: absolute;
    left: 0;
    bottom: 0; }

.search-results-form__period-field {
    border-radius: 25px;
    border: 1px solid rgba(32, 37, 64, 0.25);
    box-sizing: border-box;
    color: #333;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 14px;
    height: 50px;
    outline: none;
    text-align: center;
    width: 130px; }

.search-results-form__period-field_first {
    -ms-flex-order: -1;
        order: -1; }

.search-results-form__field {
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 360px); }

.search-results-form__field-input {
    border-radius: 25px;
    border: 1px solid rgba(32, 37, 64, 0.25);
    box-sizing: border-box;
    color: #333;
    display: block;
    font-family: RobotoRegular;
    font-size: 16px;
    height: 100%;
    outline: none;
    padding: 0 80px 0 30px;
    width: 100%; }

.search-results-form__field-input:focus {
    border-color: rgba(32, 37, 64, 0.5); }
    .search-results-form__field-input:focus::-webkit-input-placeholder {
        color: transparent; }
    .search-results-form__field-input:focus:-ms-input-placeholder {
        color: transparent; }
    .search-results-form__field-input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .search-results-form__field-input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }

.search-results-form__submit-button {
    background: none;
    border: none;
    bottom: 0;
    cursor: pointer;
    height: 40px;
    margin: auto 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0;
    transition: opacity 0.3s ease;
    width: 40px; }

.search-results-form__submit-button:hover {
    opacity: 0.5; }

.search-results-form__submit-button-icon {
    bottom: 0;
    display: block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }

.flatpickr-calendar {
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #eff0f2;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    display: none;
    height: 300px;
    padding: 14px 0;
    width: 300px; }

.flatpickr-calendar.open {
    display: block; }

.flatpickr-months {
    -ms-flex-align: start;
        align-items: flex-start;
    box-sizing: border-box;
    color: #0070c0;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 0 6px;
    text-align: center; }

.flatpickr-months svg {
    display: none; }

.flatpickr-prev-month {
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    height: 30px;
    width: 40px; }

.flatpickr-next-month {
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    height: 30px;
    width: 40px; }

.flatpickr-month {
    color: #333;
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    font-family: RobotoMedium;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    text-align: center; }

.flatpickr-month::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.flatpickr-month .numInputWrapper {
    display: inline; }

.flatpickr-month .numInput {
    border: none;
    color: #333;
    cursor: default;
    display: inline;
    font-family: inherit;
    font-size: 15px;
    line-height: 30px;
    padding: 0;
    width: 40px; }

.flatpickr-weekdaycontainer {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 6px; }

.flatpickr-weekday {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoMedium;
    font-size: 12px;
    color: #333;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 40px; }

.flatpickr-weekday:nth-child(n+6) {
    color: #c00000; }

.flatpickr-days .dayContainer {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 6px; }

.flatpickr-day {
    color: #333;
    cursor: pointer;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: RobotoRegular;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 1px;
    text-align: center;
    width: 40px; }

.flatpickr-day.today {
    position: relative; }

.flatpickr-day.today:before {
    background-color: #c00000;
    border-radius: 50%;
    content: '';
    height: 4px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 4px; }

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    color: #ccc; }

.flatpickr-day:hover {
    background-color: rgba(0, 112, 192, 0.1);
    color: #0070c0; }

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background-color: #0070c0;
    color: #fff; }

.search-results-item {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .search-results-item__number {
        box-sizing: border-box;
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 16px;
        padding-right: 20px;
        padding-top: 4px;
        width: 100px; }
    .search-results-item__content {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: calc(100% - 100px); }
    .search-results-item__title {
        color: #333;
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 26px; }
    .search-results-item__title-link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .search-results-item__title-link:hover {
        color: #0070c0; }
    .search-results-item__announce {
        color: #666;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        max-height: 4.8em;
        overflow: hidden; }
    .search-results-item__info {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px; }
    .search-results-item__datetime {
        color: #999;
        display: block;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 12px; }
    .search-results-item__time {
        color: #333;
        padding-right: 6px; }
    .search-results-item__daterange {
        color: #c00000;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        font-size: 12px;
        font-weight: 500; }
    .search-results-item__author {
        color: #999;
        display: block;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 12px; }
    .search-results-item__author:not(:first-child) {
        margin-left: 10px; }
    .search-results-item__author:not(:first-child)::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }
    .search-results-item__author-link {
        color: #999;
        text-decoration: none;
        transition: color 0.3s ease; }
    .search-results-item__author-link:hover {
        color: #0070c0; }
    .search-results-item__location {
        color: #999;
        display: block;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 12px; }
    .search-results-item__location:not(:first-child) {
        margin-left: 10px; }
    .search-results-item__location:not(:first-child)::before {
        border-radius: 50%;
        border: 1px solid #999;
        bottom: 2px;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 9px;
        position: relative;
        width: 4px; }

.search-results {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .search-results__form {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 300px; }
    .search-results__content {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 60px;
        padding-top: 90px;
        width: calc(100% - 360px); }
    .search-results__content-header {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px; }
    .search-results__text {
        color: #666;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 16px;
        padding-right: 10px; }
    .search-results__text-match {
        color: #c00000; }
    .search-results__content-open-button {
        background: none;
        border-bottom: 1px dashed #0070c0;
        border-left: none;
        border-right: none;
        border-top: none;
        color: #0070c0;
        cursor: pointer;
        display: block;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        margin-left: auto;
        outline: none;
        padding: 0; }
    .search-results__section {
        border-top: 1px solid #e5e5e5; }
    .search-results__section-open-input {
        display: none; }
    .search-results__section-header {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        color: #333;
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoMedium;
        font-size: 18px;
        height: 79px;
        padding-right: 60px;
        position: relative; }
    .search-results__section-quantity {
        color: #999;
        padding-left: 4px; }
    .search-results__section-open-button {
        background: none;
        color: #0070c0;
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        transition: color 0.3s ease;
        width: 100%; }
    .search-results__section-open-button:hover,
    .search-results__section-open-input:checked + .search-results__section-header .search-results__section-open-button {
        color: rgba(32, 37, 64, 0.5); }
    .search-results__section-open-input:checked + .search-results__section-header .search-results__section-open-button:hover {
        color: #0070c0; }
    .search-results__section-open-button-body {
        border-radius: 50%;
        border: 2px solid currentColor;
        bottom: 0;
        display: block;
        height: 30px;
        margin: auto 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px; }
    .search-results__section-open-button-body::before, .search-results__section-open-button-body::after {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px; }
    .search-results__section-open-button-body::after {
        transform-origin: 50% 50%;
        transform: rotate(90.01deg); }
    .search-results__section-open-input:checked + .search-results__section-header .search-results__section-open-button-body::after {
        display: none; }
    .search-results__section-items {
        display: none; }
    .search-results__section-open-input:checked ~ .search-results__section-items {
        display: block; }
    .search-results__section-item {
        box-sizing: border-box;
        padding: 20px 0 30px;
        position: relative; }
    .search-results__section-item + .search-results__section-item::before {
        border-top: 1px solid #e5e5e5;
        content: '';
        left: 100px;
        position: absolute;
        right: 0;
        top: 0; }

.search-page {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .search-page__main-content {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 30px 40px 100px; }
    .search-page__breadcrumbs {
        margin-bottom: 40px; }
    .search-page__title {
        font-family: AkrobatBold;
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 40px;
        text-transform: uppercase; }
    .search-page__partners {
        padding: 50px 0; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header-search {
    display: block;
    height: 20px;
    width: 20px; }
    .header-search::before {
        -webkit-backdrop-filter: blur(25px);
                backdrop-filter: blur(25px);
        background: linear-gradient(0deg, rgba(239, 240, 242, 0.9), rgba(239, 240, 242, 0.9));
        content: '';
        display: block;
        height: 0%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: height 0s ease 0.3s, opacity 0.3s ease, width 0s ease 0.3s;
        width: 0%;
        z-index: -2; }
    .header-search.is-active::before {
        height: 100%;
        opacity: 1;
        transition: height 0s ease 0s, opacity 0.3s ease, width 0s ease 0s;
        width: 100%; }
    .header-search__open-button {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        height: 100%;
        outline: none;
        padding: 0;
        position: relative;
        transition: opacity 0.3s ease;
        width: 100%; }
    .header-search__open-button:hover {
        opacity: 0.5; }
    .header-search__open-button::before, .header-search__open-button::after {
        background-color: #ccc;
        bottom: 0;
        content: '';
        display: none;
        height: 3px;
        left: 1px;
        margin: auto 0;
        position: absolute;
        right: 1px;
        top: 0;
        transform-origin: 50% 50%; }
    .header-search__open-button::before {
        transform: rotate(45deg); }
    .header-search__open-button::after {
        transform: rotate(-45deg); }
    .header-search.is-active .header-search__open-button::before,
    .header-search.is-active .header-search__open-button::after {
        display: block; }
    .header-search__open-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search.is-active .header-search__open-button-icon {
        display: none; }
    .header-search__form {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        height: 100px;
        left: 0;
        opacity: 0;
        padding: 0 60px;
        position: absolute;
        top: -100px;
        transition: opacity 0.3s ease, top 0s ease 0.3s;
        width: 100%;
        z-index: -2; }
    .header-search__form::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0;
        z-index: -2; }
    .header-search.is-active .header-search__form {
        opacity: 1;
        top: 100%;
        transition: opacity 0.3s ease, top 0s ease 0s; }
    .header-search__input {
        background: none;
        border: none;
        color: #333;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        font-family: RobotoRegular;
        font-size: 18px;
        height: 50px;
        outline: none; }
        .header-search__input::-webkit-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-ms-input-placeholder {
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input:-moz-placeholder {
            /* Firefox 18- */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
        .header-search__input::-moz-placeholder {
            /* Firefox 19+ */
            color: #999;
            font-family: RobotoLight;
            font-weight: 300; }
    .header-search__input:focus::-webkit-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-ms-input-placeholder {
        color: transparent; }
    .header-search__input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .header-search__input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
    .header-search__submit-button {
        background: none;
        border: none;
        cursor: pointer;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        height: 20px;
        margin-left: 20px;
        outline: none;
        padding: 0;
        transition: opacity 0.3s ease;
        width: 20px; }
    .header-search__submit-button:hover {
        opacity: 0.5; }
    .header-search__submit-button-icon {
        display: block;
        fill: #c00000;
        height: 100%;
        width: 100%; }
    .header-search__form-warning {
        color: #999;
        display: none;
        font-family: RobotoRegular;
        font-size: 13px;
        left: 60px;
        padding-left: 26px;
        position: absolute;
        top: 10px; }
    .header-search__form.not-valid .header-search__form-warning {
        display: block; }
    .header-search__form-warning-icon {
        bottom: 0;
        display: block;
        height: 16px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 16px; }

.header-menu {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%; }
    .header-menu__wrapper {
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1; }
    .header-menu__wrapper::before {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header-menu__wrapper.is-fixed {
        position: fixed;
        top: 0;
        z-index: 10; }
    .header-menu__body {
        -ms-flex-align: center;
            align-items: center;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 60px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 0 60px;
        position: relative; }
    .header-menu__logo {
        display: none;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 50px;
        position: relative;
        z-index: 1; }
    .is-fixed .header-menu__logo {
        display: block; }
    .header-menu__logo-icon {
        display: block;
        height: 30px;
        width: 30px; }
    .header-menu__top-nav {
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%; }
    .is-fixed .header-menu__top-nav {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 40px;
        -ms-flex-order: 1;
            order: 1;
        position: static;
        width: auto; }
    .is-fixed .header-menu__top-nav-body {
        box-sizing: border-box;
        display: none;
        margin-top: -18px;
        padding-top: 18px;
        position: absolute;
        right: 40px;
        top: 100%; }
    .is-fixed .header-menu__top-nav:hover .header-menu__top-nav-body {
        display: block; }
    .header-menu__bottom-nav {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .header-menu__burger-button {
        background: none;
        border: none;
        cursor: pointer;
        display: none;
        height: 40px;
        padding: 0;
        position: relative;
        width: 40px; }
    .is-fixed .header-menu__burger-button {
        display: block; }
    .header-menu__burger-button-body {
        border-bottom: 3px solid currentColor;
        border-top: 3px solid currentColor;
        bottom: 0;
        box-sizing: border-box;
        color: #0070c0;
        height: 17px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }
    .header-menu__top-nav:hover .header-menu__burger-button-body {
        color: #ccc; }
    .header-menu__burger-button-body::before {
        background-color: currentColor;
        bottom: 0;
        content: '';
        height: 3px;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .header-menu__search {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-left: 62px;
        -ms-flex-order: 1;
            order: 1; }
    .is-fixed .header-menu__search {
        margin-left: 30px; }

.header-top-nav_static {
    height: 60px;
    position: relative; }

.is-fixed .header-top-nav {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    height: auto;
    padding: 10px 0;
    width: 220px;
    z-index: 1; }

.header-top-nav_static::before {
    background-color: #202540;
    content: '';
    height: 100%;
    left: -9999px;
    position: absolute;
    right: -9999px;
    top: 0; }

.is-fixed .header-top-nav::before {
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    content: '';
    height: 18px;
    left: auto;
    position: absolute;
    right: 80px;
    top: -9px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    width: 18px;
    z-index: -2; }

.is-fixed .header-top-nav::after {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.header-top-nav__list {
    font-size: 18px;
    font-style: normal;
    position: relative; }

.header-top-nav_static .header-top-nav__list {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    font-family: AkrobatBold;
    font-weight: 700;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 60px;
    text-transform: uppercase; }

.is-fixed .header-top-nav__list {
    display: block;
    font-family: AkrobatRegular;
    font-weight: 400;
    line-height: normal;
    text-transform: none; }

.header-top-nav__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.header-top-nav_static .header-top-nav__item_not-first {
    margin-left: 60px; }

.is-fixed .header-top-nav__item_not-first {
    margin-left: 0; }

.header-top-nav__link {
    text-decoration: none;
    transition: opacity 0.3s ease; }

.header-top-nav_static .header-top-nav__link {
    color: #fff; }

.header-top-nav_static .header-top-nav__link:hover {
    opacity: 0.5; }

.is-fixed .header-top-nav__link {
    color: #333;
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap; }

.is-fixed .header-top-nav__link:hover {
    color: #0070c0; }

.header-bottom-nav {
    position: relative; }
    .header-bottom-nav__list {
        -ms-flex-align: start;
            align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        font-family: AkrobatBold;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        height: 60px;
        line-height: 60px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        position: relative;
        text-transform: uppercase; }
    .header-bottom-nav__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .header-bottom-nav__item_not-first {
        margin-left: 10px; }
    .header-bottom-nav__link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .header-bottom-nav__link:hover {
        color: #0070c0; }

.header {
    margin-bottom: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 4; }
    .header:before {
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%);
        content: '';
        height: 140px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
    .header__body {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1320px;
        padding: 30px 40px; }
    .header__logo {
        display: block;
        height: 80px;
        margin: 0 auto;
        width: 265px; }
    .header__logo-icon {
        display: block;
        height: 100%;
        width: 100%; }

.social-links {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex; }
    .social-links__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .social-links__item + .social-links__item {
        margin-left: 10px; }
    .social-links__link {
        border-radius: 50%;
        display: block;
        font-size: 0;
        height: 30px;
        position: relative;
        transition: opacity 0.3s ease;
        width: 30px; }
    .social-links__link:hover {
        opacity: 0.75; }
    .social-links__link_facebook {
        background-color: #4267b2; }
    .social-links__link_vkontakte {
        background-color: #4a76a8; }
    .social-links__link_youtube {
        background-color: #dd2c28; }
    .social-links__link_telegram {
        background-color: #40a7e3; }
    .social-links__logo {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 16px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px; }

.button-scroll-top {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 100px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 50px;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    transition: max-height 0s ease 0.5s, max-width 0s ease 0.5s, opacity 0.5s ease;
    width: 50px;
    z-index: 2; }
    .button-scroll-top:hover {
        opacity: 0.5; }
    .button-scroll-top__icon {
        bottom: 0;
        display: block;
        fill: #fff;
        height: 20px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px; }

.button-scroll-top_visible {
    max-height: 999px;
    max-width: 999px;
    opacity: 1;
    transition: max-height 0s ease 0s, max-width 0s ease 0s, opacity 0.5s ease; }

.footer {
    background-color: #202540;
    color: #fff; }
    .footer__body {
        -ms-flex-align: start;
            align-items: flex-start;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 400px;
        margin: 0 auto;
        max-width: 1320px;
        padding: 28px 60px 0;
        position: relative; }
    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 18px;
        margin-bottom: 22px;
        width: 100%; }
    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 340px; }
    .footer__contact {
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        font-family: RobotoRegular;
        font-size: 14px; }
    .footer__contact_not-first {
        margin-top: 5px; }
    .footer__contact-name {
        width: 80px; }
    .footer__contact-link {
        color: #fff;
        text-decoration: none; }
    .footer__contact-link:hover {
        opacity: 0.5; }
    .footer__social-links {
        margin-top: 32px; }
    .footer__terms {
        margin-top: 14px; }
    .footer__terms-link {
        color: #fff;
        font-family: RobotoRegular;
        font-size: 13px;
        text-decoration: none; }
    .footer__terms-link:hover {
        opacity: 0.5; }
    .footer__text {
        color: rgba(255, 255, 255, 0.5);
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 40px;
        max-width: 680px;
        width: calc(100% - 380px); }
    .footer__logos {
        -ms-flex-align: center;
            align-items: center;
        color: rgba(255, 255, 255, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoRegular;
        font-size: 13px;
        font-weight: 400;
        height: 120px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        line-height: 21px;
        margin-top: 40px;
        position: relative;
        width: 100%; }
    .footer__logos::before {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
        content: "";
        left: -9999px;
        position: absolute;
        right: -9999px;
        top: 0; }
    .footer__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        position: relative; }
    .footer__logo_russian-world {
        padding-left: 66px; }
    .footer__logo_runet {
        padding-left: 62px; }
    .footer__logo_nologostudio {
        padding: 0 68px 0 40px; }
    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.25;
        position: absolute;
        top: 0; }
    .footer__logo-icon_russian-world {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo-icon_runet {
        height: 40px;
        width: 46px; }
    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer__logo-link:hover ~ .footer__logo-icon_russian-world {
        opacity: 0.5; }
    .footer__logo-link:hover ~ .footer__logo-icon_nologostudio {
        opacity: 0.75; }
    .footer__logo-link {
        color: #fff;
        text-decoration: none; }
    .footer__logo-link:hover {
        color: rgba(255, 255, 255, 0.5); }
    .footer__logo-link:before {
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1; }
    .footer__logo_russian-world .footer__logo-link:before {
        height: 50px;
        top: -3px;
        width: 50px; }
    .footer__logo_runet .footer__logo-link:before {
        height: 40px;
        width: 46px; }
    .footer__logo_nologostudio .footer__logo-link:before {
        height: 31px;
        top: 5px;
        width: 24px; }
    .footer .mylinks {
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.5);
        cursor: default;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.4;
        margin: 0 auto;
        max-width: 1320px;
        padding: 16px 60px; }
    .footer .mylinks a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        transition: color 0.3s ease; }
    .footer .mylinks a:hover {
        color: #fff; }

.breadcrumbs {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoRegular;
    font-size: 14px; }
    .breadcrumbs__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        white-space: nowrap; }
    .breadcrumbs__item_not-first {
        margin-left: 12px; }
    .breadcrumbs__item_last {
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        overflow: hidden;
        text-overflow: ellipsis; }
    .breadcrumbs__item_not-first::before {
        background-color: #ccc;
        border-radius: 50%;
        bottom: 3px;
        content: '';
        display: inline-block;
        height: 4px;
        margin-right: 12px;
        position: relative;
        width: 4px; }
    .breadcrumbs__link {
        color: #999;
        text-decoration: none; }
    .breadcrumbs__link_active {
        color: rgba(0, 112, 192, 0.75); }
    .breadcrumbs__link_active:hover {
        color: #333; }

.contacts-page {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .contacts-page__main-content {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        min-height: 700px;
        padding: 30px calc(100% - 300px) 100px 40px;
        position: relative; }
    .contacts-page__breadcrumbs {
        margin-bottom: 40px; }
    .contacts-page__title {
        font-family: AkrobatBold;
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 60px;
        text-transform: uppercase; }
    .contacts-page__info-title {
        color: #999;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 20px; }
    .contacts-page__info-title:not(:first-child) {
        margin-top: 40px; }
    .contacts-page__info-value {
        color: #333;
        font-family: RobotoRegular;
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px; }
    .contacts-page__info-link {
        color: inherit;
        text-decoration: none; }
    .contacts-page__info-link_highlighted {
        color: #0070c0; }
    .contacts-page__social {
        margin-top: 60px; }
    .contacts-page__map-block {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 320px); }
    .contacts-page__partners {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: 50px 0;
        padding: 0 20px;
        width: 100%; }

.error-404__logo {
    display: block;
    margin: 0 auto; }

.error-404__title {
    color: #333;
    font-family: RobotoRegular;
    font-size: 18px;
    line-height: 30px;
    margin-top: 55px;
    text-align: center; }

.error-404__subtitle {
    color: #666;
    font-family: RobotoRegular;
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
    text-align: center; }

.error-404__link {
    color: #0070c0;
    text-decoration: none; }

.error-404__search {
    margin: 30px auto 0;
    width: 400px; }

.error-404__field-warning {
    color: #999;
    display: block;
    font-family: RobotoRegular;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 26px;
    position: relative;
    visibility: hidden; }

.error-404__search.not-valid .error-404__field-warning {
    visibility: visible; }

.error-404__field-warning-icon {
    bottom: 0;
    display: block;
    height: 16px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 16px; }

.error-404__field {
    height: 50px;
    position: relative; }

.error-404__field-input {
    border-radius: 25px;
    border: 1px solid rgba(32, 37, 64, 0.25);
    box-sizing: border-box;
    color: #333;
    display: block;
    font-family: RobotoRegular;
    font-size: 16px;
    height: 100%;
    outline: none;
    padding: 0 80px 0 30px;
    width: 100%; }

.error-404__field-input:focus {
    border-color: rgba(32, 37, 64, 0.5); }
    .error-404__field-input:focus::-webkit-input-placeholder {
        color: transparent; }
    .error-404__field-input:focus:-ms-input-placeholder {
        color: transparent; }
    .error-404__field-input:focus:-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .error-404__field-input:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }

.error-404__submit-button {
    background: none;
    border: none;
    bottom: 0;
    cursor: pointer;
    height: 40px;
    margin: auto 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0;
    width: 40px; }

.error-404__submit-button-icon {
    bottom: 0;
    display: block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }

.page-404 {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 40px; }
    .page-404__main-content {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 30px 40px 140px; }
    .page-404__breadcrumbs {
        margin-bottom: 40px; }
    .page-404__title {
        font-family: AkrobatBold;
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 60px;
        text-transform: uppercase; }
    .page-404__partners {
        padding: 50px 0; }

/*# sourceMappingURL=sourcemaps/styles.css.map */
