/* 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; }

button {
    cursor: pointer;
}

.disclaimer {
    
  position: fixed;
  width: 260px;
  height: 100px;
  right: 10px;
  bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index:10;
  }


.disclaimer__body {
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    height:100%;
    padding: 20px 40px 20px 20px;
    position: relative; 
  }

.disclaimer__text {
    font-family: 'RobotoRegular';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}

.disclaimer__link {
    color: #0070c0;
    text-decoration: none; }

.disclaimer__link:hover {
    text-decoration: underline; }

.disclaimer__close-button {
    background: none;
    border: none;
    color: #ccc;
    cursor: pointer;
    display: block;
    height: 10px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: color 0.3s ease;
    width: 10px; 
  }

.disclaimer__close-button:hover {
    color: #999; }

.disclaimer__close-button:before {
    background-color: currentColor;
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 50% 50%;
    transform: rotate(-45deg); }

.disclaimer__close-button:after {
    background-color: currentColor;
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 50% 50%;
    transform: rotate(45deg); }

/*==========================================================================
    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: 320px;
    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; }

в

.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 {
    display: none;
     }


    @media(min-width: 1200px) {
        .header-menu { 
            display: inline-block;
            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; }


.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 {
    position: fixed;
    z-index: 4; 
    top: 0;
    left: 0;
    width: 100%;
}

@media(min-width: 1200px) {  
    .header { 
        position: relative;
        margin-bottom: 40px;
        padding-bottom: 120px;

    }
}

    

    @media(min-width: 1200px) { 
        .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: 20px;
        background: linear-gradient(180deg, #fff 0%, #f5f6f8 100%); 
        box-shadow: 0px 2px 2px rgba(51, 51, 51, 0.15);
    }

    @media(min-width: 1200px) {
        .header__body { 
            padding: 30px 40px;
            background: transparent;
        }         
    }

    .header__logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; 
        margin: 0 auto; 
    }

    @media(min-width: 1200px) { 
        .header__logo {  
            display: block;
            height: 80px;        
            width: 265px;
        }
    }


    .header__logo-icon {
        display: block;
        height: 30px;        
        width: 102px;
     }

    @media(min-width: 1200px) {  
        .header__logo-icon { 
            height: 100%;        
            width: 100%;
        }
    }

    .header-mobile-buttons__wrap {
        display: flex;
        align-items: center;
    }

    @media(min-width: 1200px) {   
        .header-mobile-buttons__wrap { 
            display: none;
        }
    }

    /* блок с кнопками поиска */
    .header-mobile-buttons__wrap .header-search__open-button {  
        width: 14px;
        height: 14px;
    }

    .header-mobile-buttons__wrap .header-mobile-open-menu {   
        border: none;
        background-color: transparent;
        margin-left: 17px;
        padding: 0;
        cursor: pointer;
    }

    /* мобильное меню */
    .header-menu-mobile {
        display: none;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #202540;
        color: #fff;
        padding: 20px;
        padding-bottom: 22px;
        overflow: auto;
    }

    .header-menu-mobile.active { 
        display: inline-block;
    }

    /* @media(min-width: 1200px) {
        .header-menu-mobile.active { 
            display: none;
        }        
    } */

    @media(min-width: 1200px) {
        .header-menu-mobile { 
            display: none;
        }        
    }

    .header-menu-mobile__close {
        position: absolute;
        top: 22px;
        left: 90vw;
    }

    .header-menu-mobile img {
        margin-bottom: 20px;
    }

    .header-menu-mobile ul:nth-child(3) {
        width: calc(100% - 40px);
        margin-bottom: 30px;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
    }



    .header-menu-mobile ul li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 164.06%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        font-family: RobotoLight;
    }

    .header-menu-mobile ul li.active a {
        text-decoration-line: underline;
        
    }

    /* мобильный поиск */
    .header-search-mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #202540;
        padding: 20px;
        padding-top: 22px;
        z-index: 100;
    }

    .header-search-mobile.active { 
        display: inline-block;
    }

    .header-search-mobile img { 
        margin-bottom: 30px;
    }

    .header-search-mobile__close {
        position: absolute;
        top: 22px;
        left: 93%;
    }

    .header-search-mobile__input-wrap {
        position: relative;
        width: calc(100% - 40px);
        display: inline-block;
    }

    .header-search-mobile__input-wrap input { 
        width: calc(100% - 20px);
        height: 40px;
        border: none;
        border-radius: 20px;
        padding-left: 20px;
        font-family: RobotoRegular;
        font-size: 12px;
        line-height: 164.06%;
        color: #373737;

    }

    .header-search-mobile__input-wrap input::placeholder {
        font-size: 12px;
        line-height: 164.06%;
        color: #999999;
        font-family: RobotoRegular;
    }

    .header-search-mobile__input-wrap button {
        position: absolute;
        top: 13px;
        right: 20px;
        border: none;
        padding: 0;
        background-color: transparent;
    }


    .header-search-mobile__input-wrap span {
        color: #999999;
        font-family: RobotoRegular;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }


 
    

    .header-search-mobile__input-wrap span::before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-right: 8px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0C4.81332 0 3.65328 0.351894 2.66658 1.01118C1.67989 1.67047 0.910851 2.60754 0.456726 3.7039C0.00259972 4.80026 -0.11622 6.00666 0.115291 7.17054C0.346802 8.33443 0.918247 9.40353 1.75736 10.2426C2.59648 11.0818 3.66558 11.6532 4.82946 11.8847C5.99335 12.1162 7.19975 11.9974 8.2961 11.5433C9.39246 11.0892 10.3295 10.3201 10.9888 9.33342C11.6481 8.34673 12 7.18669 12 6C12 4.4087 11.3679 2.88258 10.2426 1.75736C9.11743 0.632141 7.5913 0 6 0ZM6 11C5.0111 11 4.0444 10.7068 3.22215 10.1573C2.39991 9.60794 1.75904 8.82705 1.38061 7.91342C1.00217 6.99979 0.90315 5.99445 1.09608 5.02455C1.289 4.05464 1.76521 3.16373 2.46447 2.46447C3.16373 1.7652 4.05465 1.289 5.02455 1.09607C5.99446 0.903148 6.99979 1.00216 7.91342 1.3806C8.82705 1.75904 9.60794 2.3999 10.1574 3.22215C10.7068 4.04439 11 5.01109 11 6C11 6.65661 10.8707 7.30679 10.6194 7.91342C10.3681 8.52005 9.99983 9.07124 9.53554 9.53553C9.07125 9.99983 8.52005 10.3681 7.91342 10.6194C7.30679 10.8707 6.65661 11 6 11Z' fill='white'/%3E%3Cpath d='M5.99961 7.03535C5.82722 7.03535 5.66189 6.96687 5.53999 6.84497C5.41809 6.72307 5.34961 6.55774 5.34961 6.38535V3.38535C5.34961 3.21296 5.41809 3.04763 5.53999 2.92573C5.66189 2.80383 5.82722 2.73535 5.99961 2.73535C6.172 2.73535 6.33733 2.80383 6.45923 2.92573C6.58113 3.04763 6.64961 3.21296 6.64961 3.38535V6.38535C6.64961 6.55774 6.58113 6.72307 6.45923 6.84497C6.33733 6.96687 6.172 7.03535 5.99961 7.03535Z' fill='white'/%3E%3Cpath d='M5.97461 9.26025C6.38882 9.26025 6.72461 8.92447 6.72461 8.51025C6.72461 8.09604 6.38882 7.76025 5.97461 7.76025C5.5604 7.76025 5.22461 8.09604 5.22461 8.51025C5.22461 8.92447 5.5604 9.26025 5.97461 9.26025Z' fill='white'/%3E%3C/svg%3E%0A")
    }


/* footer ссылки на соц. сети */
.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;
        background: rgba(255, 255, 255, 0.1);
        width: 30px; }

    @media(min-width: 1200px) {
        .social-links__link { 
            background-color: transparent;
        }
    }

    .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 */
.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;
        
        margin: 0 auto;
        max-width: 1320px;
        padding: 35px 20px 20px;
        position: relative; }

    @media(min-width: 1200px) {
        .footer__body { 
            height: 400px;
            padding: 28px 60px 0;
        }
    }

    .footer__copyright {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 16px;
        margin-bottom: 20px;
        width: 100%; }

    @media(min-width: 1200px) { 
        .footer__copyright { 
            margin-bottom: 22px;
            font-size: 18px;
        }
    }

    .footer__links {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; 
        margin-bottom: 15px;
    }

    @media(min-width: 700px) {  
        .footer__links { 
            width: 340px; 
            margin-bottom: 0;
        }
    }

    .footer__contacts {
        position: relative;
    }

    .mobile-footer-logo {
        position: absolute;
        right: 0;
        top: 0;
    }

    @media(min-width: 700px) { 
        .mobile-footer-logo {
            display: none;
        }
     }

    .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: 30px; }

    @media(min-width: 1200px) {  
        .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: 12px;
        line-height: 110%;        
        width: 100%; 
    }

    @media(min-width: 700px) {  
        .footer__text { 
            max-width: 680px;
            width: calc(100% - 380px); 
        }
    }

    @media(min-width: 1200px) { 
        .footer__text { 
            margin-left: 40px;
            font-size: 14px;
        }
     }

    .footer__logos {
        
        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: 12px;
        font-weight: 400;
        flex-direction: column;
        line-height: 21px;
        margin-top: 35px;
        position: relative;
        width: 100%; }

    @media(min-width: 1200px) {  
        .footer__logos { 
            height: 120px;
            margin-top: 40px;
            -ms-flex-pack: justify;
            justify-content: space-between;
            flex-direction: row;
            -ms-flex-align: center;
            align-items: center;
            height: 120px;
            font-size: 13px;
        }
    }



    @media(min-width: 1200px) {  
        .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 {
        margin-bottom: 37px;
        padding-left: 50px; }

    @media(min-width: 1200px) {  
        .footer__logo_russian-world {
            margin-bottom: 0;
            padding-left: 66px; }
    }

    .footer__logo_runet {
        margin-bottom: 37px;
        padding-left: 50px; }

    @media(min-width: 1200px) {  
        .footer__logo_runet {
            margin-bottom: 0;
            padding-left: 62px; }
    }

    .footer__logo_nologostudio {
        padding: 0 0 0 50px; }

    @media(min-width: 1200px) {  
        .footer__logo_nologostudio {
            padding: 0 68px 0 40px; }
    }

    .footer__logo-icon {
        display: block;
        fill: #fff;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0; }

    @media(min-width: 1200px) {  
        .footer__logo-icon { 
            opacity: 0.25;
        }
    }

    .footer__logo-icon_russian-world {
        height: 40px;
        top: 0;
        width: 40px; }

    @media(min-width: 1200px) {  
        .footer__logo-icon_russian-world { 
            height: 50px;
            top: -3px;
            width: 50px;
        }
    }

    .footer__logo-icon_runet {
        height: 35px;
        width: 40px; }

    @media(min-width: 1200px) {   
        .footer__logo-icon_runet {
            height: 40px;
            width: 46px; }
    }

    .footer__logo-icon_nologostudio {
        height: 31px;
        top: 5px;
        left: 8px;
        width: 24px; }

    @media(min-width: 1200px) {   
        .footer__logo-icon_nologostudio { 
            left: 0;
        }
    }

    .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 {
        display: none;
        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 20px; }

    @media(min-width: 1200px) {   
        .footer .mylinks { 
            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; }

.main-page__news-short-previews {
    width: 100%;
}


.news-short-previews {
    background-color: #fff;
    padding: 10px 20px; }

    @media(min-width: 1200px) { 
        .news-short-previews { 
            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: 10px 0 20px; }

        @media(min-width: 1200px) { 
            .news-short-previews__list {
                margin: 20px 0 30px; }
         }
         
    .news-short-previews__item_not-first {
        border-top: 1px solid #e5e5e5;
        margin-top: 30px;
        padding-top: 20px; }

        @media(min-width: 1200px) { 
            .news-short-previews__item_not-first { 
                margin-top: 18px;
            }
         }

    .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; }


@media(max-width: 1200px) { 
    .events .article-preview__title {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #E6E6E6;
    }
 }

.events-short-previews {
    background-color: #fff;
    padding: 10px 20px; }

    @media(min-width: 1200px) { 
        .events-short-previews {
            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; }

@media(max-width: 1200px) { 
    .event .article-page__sidebar {
        display: inline-block;
        width: 100%;
    }

    .event .article-page__sidebar .experts-comments {
        display: none;
    }

    .event .article-page__sidebar .article-page__video {
        display: none;
    }

 }


.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; }

    @media(min-width: 1200px) { 
        .project-preview { 
            padding: 26px 20px;
        }
     }

    .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;
}

    @media(min-width: 1200px) { 
        .projects-previews {
            padding: 0 20px; }
     }



     @media(min-width: 1200px) {  
        .projects-previews__item_not-first {
            border-top: 1px solid #e5e5e5; }
     }


.projects-previews__list {
    display: flex;
}

.projects-previews__slider {
    height: 240px;
    padding-bottom: 30px;
}

@media(min-width: 1200px) { 
    .projects-previews__slider .swiper-slide:not(:first-child) {
        border-top: 1px solid rgba(0, 0, 0, 0.25);
    }
 }

.projects-previews__slider .swiper-pagination {
    bottom: 0;
}

.projects-previews__slider .swiper-pagination-bullet {
    background: #202540;
    margin: 0 7px !important;
}

.projects-previews__slider .swiper-slide { 
    background: #fff;

}

.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: 10px 20px; }

    @media(min-width: 1200px) { 
        .library {
            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 10px -20px;
        overflow: hidden;
        padding-left: 20px;
        position: relative; }

        @media(min-width: 1200px) { 
            .library__list-wrapper { 
                margin: 20px 0 30px -20px;
            }
         }

    .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;
    
    -ms-flex-pack: end;
        justify-content: flex-end;
    position: relative;
    margin-bottom: 30px;
 }

    @media(min-width: 1200px) {  
        .article-preview-topic { 
            height: 600px;
            margin-bottom: 0;
        }
    }


    .article-preview-topic__cover {
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%; }

        @media(min-width: 1200px) { 
            .article-preview-topic__cover { 
                height: 405px;
                left: 0;
                position: absolute;
                top: 0;
            }
        }

        @media(min-width: 1200px) {  
            .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 {
            display: none;
        }

    @media(min-width: 1200px) {
        .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-wrap img {
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        z-index: 5;
        width: calc(100% + 10px);
        object-fit: cover;
        transform: scale(1, -1);
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    @media(min-width: 1200px) {  
        .article-preview-topic__title-wrap img {
            display: none;
        } 
    }

    @media(max-width: 1200px) { 
        .article-preview-topic__title-wrap {
            background-repeat: no-repeat;
            position: relative;
            overflow: hidden;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }
    
    }
    
    .article-preview-topic__title {
        font-family: AkrobatBold;
        font-size: 18px;
        line-height: 22px;
        padding: 20px 10px 5px 10px;
        position: relative; 
        z-index: 10;
    }

    @media(min-width: 1200px) { 
        .article-preview-topic__title { 
            font-size: 40px;
            line-height: 1.18;
            margin-top: 4px;
            padding: 0 20px;
        }
    }

    .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: 12px;
        line-height: 140.62%;
        padding: 0 10px 10px 10px;
        position: relative;
        z-index: 10;
     }

        @media(min-width: 1200px) {  
            .article-preview-topic__subtitle {
                margin-top: 4px; 
                padding: 0 20px;
                font-size: 18px;
                line-height: 1.4;
            }
        }

    .article-preview-topic__content {
        background-size: 0;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        
        margin-top: 10px;
        overflow: hidden;
        padding: 20px;
        position: relative;
        z-index: 1; }   


    @media(max-width: 1200px) {  
        .article-preview-topic__content { 
            height: auto;
            padding: 0;
           background-image: none !important; 
           background: #eff0f2 !important;
        }
    }

    @media(min-width: 1200px) {   

        .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 {
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 164.06%;
        margin-bottom: 17px;
        overflow: hidden;
        color: #000;
        width: 100%; }

    @media(min-width: 1200px) {   
        .article-preview-topic__announce { 
            font-size: 16px;
            line-height: 1.6;
            max-height: 8em;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            color: #fff;
        }
    }

    .article-preview-topic__date {
        color: rgba(0, 0, 0, 0.5);
        
        font-family: RobotoRegular;
        font-size: 12px; }

        @media(min-width: 1200px) {    
            .article-preview-topic__date { 
                color: rgba(255, 255, 255, 0.5);
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            }
        }


    .article-preview-topic__author {
        color: rgba(0, 0, 0, 1);
        
        font-family: RobotoRegular;
        font-size: 12px;
        margin-left: 10px; }

        @media(min-width: 1200px) {  
            .article-preview-topic__author { 
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                color: #fff;
            }
        }

        

    .article-preview-topic__author::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(min-width: 1200px) {  
            .article-preview-topic__author::before { 
                border: 1px solid rgba(255, 255, 255, 0.5);
            }
        }

    .article-preview-topic__author-link {
        color: #999999;
        text-decoration: none; }

        @media(min-width: 1200px) {   
            .article-preview-topic__author-link  { 
                color: rgba(255, 255, 255, 0.5);
            }
        }


    .article-preview-topic__author-link:hover {
        color: #fff; }

.article-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    
    
    position: relative; }

    @media(min-width: 1200px) { 
        .article-preview { 
            padding-left: 220px;
            height: 200px;
        }
     }

    .article-preview__cover {
        background-color: #f7f8fa;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 240px;
        width: 240px;
        left: 0;
        position: relative;
        top: 0;
        transition: background 0.3s ease;
        margin-left: auto;
        margin-right: auto;
        

     }

        @media(min-width: 1200px) { 
            .article-preview__cover { 
                width: 200px;
                height: 200px;
                position: absolute;
            }
         }

    .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;
        left: 0;
        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: 5px;
        text-transform: uppercase;
        width: 100%; }

        @media(max-width: 1200px) { 
            .article-preview__tags { 
                margin-top: 20px;
                padding-top: 20px;
                border-top: 1px solid #E6E6E6;
                margin-bottom: 12px;
            }
         }

    .article-preview__tags_compact {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #E6E6E6;
        margin-bottom: 10px; }

        @media(min-width: 1200px) { 
            .article-preview__tags_compact {
                padding-top: 0;
                margin-top: 0;
                border-top: none;
                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: 16px;
        line-height: 1.15;
        margin-bottom: 10px;
        width: 100%; }

        @media(min-width: 1200px) { 
            .article-preview__title { 
                font-size: 20px;
                line-height: 1.15;
                margin-bottom: 0;
            }
         }

    .article-preview__title-link {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease; }
    .article-preview__title-link:hover {
        color: #0070c0; }

    .article-preview__announce {
        display: none;
        color: #666;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 10px;
        max-height: 6.4em;
        overflow: hidden;
        width: 100%; 
        margin-bottom: 15px;
        
    }

        @media(min-width: 1200px) { 
            .article-preview__announce {
                display: inline-block;
                -ms-flex: 1 1 0px;
                    flex: 1 1 0;
            }
         }

    .news-page .article-preview__announce  {
        display: inline-block;
    }

    .article-preview__info {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        flex-wrap: wrap;
        margin-top: auto;
        width: 100%; }


    .article-preview__date {
        color: #999;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: RobotoMedium;
        margin-right: 10px;
        font-size: 12px; }

    
    @media(max-width: 1200px) { 
        .article-preview__date::after {
            border-radius: 50%;
            border: 1px solid #999;
            bottom: 2px;
            box-sizing: border-box;
            content: '';
            display: inline-block;
            height: 4px;
            margin-left: 9px;
            position: relative;
            width: 4px; }
     }

        @media(min-width: 1200px) { 
            .article-preview__date { 
                margin-right: 0;
            }
         }

    .article-preview__date_highlighted {
        color: #c00000; }

    .article-preview__time {
        display: none;
    }

        @media(min-width: 1200px) { 
            .article-preview__time {
                display: inline-block;
                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;
        }

        @media(min-width: 1200px) { 
            .article-preview__author { 
                margin-left: 10px; 
            }
         }

    
        @media(min-width: 1200px) { 
            .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;
    padding: 20px 20px 20px;
    background-color: #fff;

 }

    @media(min-width: 1200px) { 
        .articles-previews__item { 
            height: 260px;
            padding: 20px 20px 40px;
        }
     }

     @media(max-width: 1200px) { 
        .articles-previews__item { 
            width: 100%;
            /* margin-left: 20px; */
        }
     }

     @media(max-width: 1200px) {  
        .articles-previews__item:not(:last-child) { 
            margin-bottom: 40px;
         }
     }

     
    

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

    @media(min-width: 1200px) {   
        .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__page  .article-preview__date::after {
    display: none;
}

.experts-comments {
    background-color: #fff;
    padding: 20px 20px; }

    @media(min-width: 1200px) { 
        .experts-comments { 
            padding: 30px 20px; 
        }
     }

    @media(min-width: 1200px) {  
        .experts-comments.mobile {
            display: none;
        }         
    }

    @media(max-width: 1200px) {  
        .experts-comments.desktop {
            display: none;
        }         
    }
    
    .experts-comments__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 1.15;
        text-transform: uppercase; }
    .experts-comments__list {
        margin: 24px 0 34px; }

        @media(min-width: 1200px) { 
            .experts-comments__title { 
                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; }

    .quantity-news {
        display: inline-block;
        font-family: RobotoRegular;
        font-size: 14px;
        line-height: 16px;
        color: #202540;
        font-style: italic;
        margin-top: 26px;
    }

    @media(min-width: 1200px) { 
        .quantity-news {
            display: none;
        } 
     }



.partners-slider {
    box-sizing: border-box;    
    position: relative; }

    @media(min-width: 1200px) { 
        .partners-slider { 
            padding: 70px 50px 50px;
            height: 300px;
        }
     }
    .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 {
        display: none; 
    }

        @media(min-width: 1200px) { 
            .partners-slider__button {
                display: inline-block;
                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: 24px; 
    }

        @media(min-width: 1200px) { 
            .partners-slider__pagination { 
                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: 373px;
    padding-top: 187px;
    position: relative; }

    @media(min-width: 1200px) { 
        .media-widget-item { 
            height: 400px;
            padding-top: 200px;
        }
     }

    .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: 18px 18px 0;
        position: relative; }

        @media(min-width: 1200px) { 
            .media-widget-item__content { 
                padding: 20px 20px 0;
            }
            
         }
    .media-widget-item__type {
        font-family: AkrobatBold;
        font-size: 18px;
        text-transform: uppercase; }

        @media(min-width: 1200px) { 
            .media-widget-item__type { 
                font-size: 20px;
            }
         }
    .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-top: 100px;
    max-width: 1320px;
    padding: 0 20px; 
}

@media(min-width: 1200px) {
    .main-page { 
        margin: 0 auto;
        padding: 0 40px; 
    }
}

    .main-page__sidebar {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; 
        order: 2;
    }

    @media(min-width: 1200px) { 
        .main-page__sidebar { 
            width: 300px;
            order: 0;
        }
    }

    @media(max-width: 1200px) { 
        .main-page__sidebar .main-page__video
         { 
            display: none;
        }
    
     }
     @media(max-width: 1200px) {  

        .main-page__sidebar.mobile { 
            display: flex;
            flex-wrap: wrap;
        }

        .main-page__sidebar.mobile > section {
            width: 100%;
            margin-top: 40px;
            margin-bottom: 0;
        }
   
     }
     
    
    .main-page__main-content {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%;
        order: 1;
     }

    @media(min-width: 1200px) {  
        .main-page__main-content { 
            background-color: #fff;
            margin: 0 20px;
            width: calc(100% - 640px);
            order: 0;
        }
    }

    .main-page__main-content .main-page__video { 
        margin-bottom: 40px;
    }

    @media(min-width: 1200px) { 
        .main-page__main-content .main-page__video { 
            display: none;
        }
     }

    .main-page__title {
        font-family: RobotoBold;
        font-weight: bold;
        font-size: 10px;
        line-height: 164.06%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    @media(min-width: 1200px) {   
        .main-page__title {
            display: none;
        }
    }

    .main-page__events-short-previews {
        margin-top: 20px; }

    @media(max-width: 1200px) {  
        .main-page__events-short-previews {
            order: 2;
         }
    }

    .main-page__projects-previews {
        margin-top: 20px; }

    @media(max-width: 1200px) { 
        .main-page__projects-previews {
            order: 3;
         }
     }

    .main-page__library {
        margin-bottom: 20px;
        margin-top: 20px; }

        @media(min-width: 1200px) { 
            .main-page__library { 
                margin-bottom: 0;

            }
         }

    .main-page__articles {
        margin-top: 10px;
        padding-bottom: 45px; }

        @media(min-width: 1200px) { 
            .main-page__articles { 
                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;
        margin-top: 45px;
     }

        @media(min-width: 1200px) { 
            .main-page__articles-link-all { 
                margin-top: 0;
            }
         }

    .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__photo.mobile  {
        margin-bottom: 40px;
    }

    @media(min-width: 1200px) {  
        .main-page__photo.mobile {
            display: none;
        } 
    }

    @media(max-width: 1200px) {  
        .main-page__photo.desktop {
            display: none;
         } 
    }
        

    .main-page__partners {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: 50px 0 39px 0;
        width: 100%;
        order: 3;
     }

    @media(min-width: 1200px) {
        .main-page__partners { 
            order: 0;
            padding: 0 20px;
            margin: 50px 0;
        }
    }

.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; }


.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; }





.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; }



.breadcrumbs {
    -ms-flex-align: baseline;
        align-items: baseline;
    display: -ms-flexbox;
    display: flex;
    font-family: RobotoRegular;
    font-size: 12px;
    overflow: auto;
    padding-bottom: 0;
 }

 .breadcrumbs::-webkit-scrollbar {
    height: 0;
 }

    @media(min-width: 1200px) { 
        .breadcrumbs { 
            font-size: 14px;
        }
     }

    .breadcrumbs__item {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        white-space: nowrap; 
    }

    .breadcrumbs__item_not-first {
        margin-left: 5px; }

        @media(min-width: 1200px) { 
            .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: 5px;
        position: relative;
        width: 4px; }

        @media(min-width: 1200px) { 
            .breadcrumbs__item_not-first::before { 
                margin-right: 12px;
            }
         }

    .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; }







.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; }

        @media(max-width: 1200px) { 
            .select_theme-search-results { 
                width: 100%;
            }
         }
    .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;
    flex-direction: column;
    
}

    @media(min-width: 1200px) { 
        .articles-previews-block__header { 
            flex-direction: column;
            margin: -20px 0 18px;
            padding: 0 20px; 
            flex-direction: row;

        }
        
     }

.articles-previews-block__title {
    font-family: AkrobatBold;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    text-transform: uppercase; }

    @media(min-width: 1200px) { 
        .articles-previews-block__title { 
            margin-bottom: 20px;
            font-size: 30px;
            line-height: 1.15;
            padding: 0 15px;
        }
     }

.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; }

    @media(max-width: 1200px) { 
        .articles-previews-block__select {
            margin-left: 0;
            bottom: 0;
            margin-top: 15px;
            margin-bottom: 10px;
            border: 1px solid #E6E6E6;
            border-radius: 500px;
        }
     }

.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; }



    @media(min-width: 1200px) { 
        .articles-previews-block__compact-items {
            padding-top: 20px; }
     }

.articles-previews-block__pagination {
    display: none;
}

    @media(min-width: 1200px) { 
        .articles-previews-block__pagination {
            display: inline-block;
            margin-top: 40px;
            padding: 0 20px; }
     }

/* кнопка показать еще */

.button-block__wrap {
    width: 100%;
    margin-top: 40px;
}

@media(min-width: 1200px) { 
    .button-block__wrap {
       display: none;
    } 
 }

.button-show-more {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 42px;
    font-size: 14px;
    line-height: 16px;
    color: #202540;
    border: 1px solid #202540;
    border-radius: 25px;
}


.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: 90px 20px 0;
 }

    @media(min-width: 1200px) {
        .news-page { 
            padding: 0 40px;
        }
    }


    .news-page__sidebar {
        display: none;
    }

        @media(min-width: 1200px) { 
            .news-page__sidebar {
                display: inline-block;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                width: 300px; }
         }
    .news-page__main-content {
        
        
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        
        
        width: 100%; 
    }

        @media(min-width: 1200px) { 
            .news-page__main-content { 
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
                background-color: #fff;
                width: calc(100% - 320px); 
                margin-right: 20px;
                padding: 30px 20px 40px;
            }
         }
    /* .news-page__breadcrumbs {
        padding: 0 20px; } */

        @media(min-width: 1200px) { 
            .news-page__breadcrumbs {
                padding: 0 20px; }
         }
    .news-page__articles {
        margin-top: 20px; }

        @media(min-width: 1200px) { 
            .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%; }


.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; }



.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; }





.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; }







.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; }







.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; }



.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-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%; }


.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; }



.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; }





.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; }




.article-sharing {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .article-sharing__icon {
        display: none; 
    }

        @media(min-width: 1200px) { 
            .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; }

    @media(max-width: 1200px) { 
        .article-preview-compact {
            display: flex;
            flex-wrap: wrap;
        }
        
     }



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

    @media(min-width: 1200px) { 
        .article-preview-compact__cover { 
            height: 180px;
            margin-bottom: 20px;
        }
     }

.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%; }

    @media(max-width: 1200px) { 
        .article-preview-compact__info { 
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #E6E6E6;
        }
     }

.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; }

    @media(max-width: 1200px) { 
        .article-preview-compact__title + .article-preview-compact__date { 
            order: 1;
            width: 100%;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #E6E6E6;;

        }
     }

.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 {
    
    font-family: AkrobatSemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    margin-top: 10px;
    max-height: 4.32em;
    overflow: hidden; }

    @media(min-width: 1200px) { 
        .article-preview-compact__title { 
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }
     }

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

    @media(max-width: 1200px) { 
        .article-preview-compact_size-m .article-preview-compact__title { 
            order: 2;
        }
     }

.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; }

    @media(max-width: 1200px) { 
        .articles-previews-slider { 
            display: none;
        }
     }


    .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; }

/* блок для мобильных со списком статей */

.block-list__mobile .articles-previews-slider__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #eff0f2;
}

@media(min-width: 1200px) { 
    .block-list__mobile {
        display: none;
    }
 }

 .block-list__mobile .articles-previews-slider__list li {
     width: calc(100% - 40px);
     margin-bottom: 20px;
     background-color: #fff;
     height: auto;
     padding: 20px;
 }

 .block-list__mobile .articles-previews-slider__list li .article-preview__date {
    color: #333333;
 }



.text-editor {
    color: #666;
    font-family: RobotoRegular;
    font-size: 14px;
    line-height: 164.06%; 
    padding-left: 20px;
    padding-right: 20px;
}

    @media(min-width: 1200px) { 
        .text-editor { 
            font-size: 16px;
            line-height: 1.625;
            padding-left: 0;
            padding-right: 0;
        }
     }

    .text-editor b {
        font-family: RobotoBold;
        font-weight: 700; }

    .text-editor h4 {
        color: #333;
        font-family: RobotoMedium;
        font-size: 14px;
        line-height: 164.06%;
        letter-spacing: -0.02em;
        margin: 10px 0; 
    }

        @media(min-width: 1200px) { 
            .text-editor h4 { 
                font-size: 18px;
                line-height: 1.67;
                margin: 1.67em 0; 
            }
         }

    .text-editor p {
        margin: 0 0 20px; }

        @media(min-width: 1200px) { 
            .text-editor p {
                    margin: 1.8em 0; }
         }

    .text-editor blockquote {
        color: #333;
        font-size: 14px;
        line-height: 164.06%;
        letter-spacing: -0.02em;
        margin: 20px 0;
        padding-left: 20px;
        position: relative; 
    }

        @media(min-width: 1200px) { 
            .text-editor blockquote { 
                padding-left: 40px;
                margin: 2em 0;
                font-size: 18px;
                line-height: 1.67;
                
            }
         }

    .text-editor blockquote::before {
        background-color: #c00000;
        bottom: 3px;
        content: '';
        left: 0;
        position: absolute;
        top: 4px;
        width: 2px; 
    }

        @media(min-width: 1200px) { 
            .text-editor blockquote::before { 
                width: 5px; 
            }
         }

    .text-editor .insertion {
        box-sizing: border-box;
        color: #333;
        font-family: GeorgiaItalic;
        font-size: 17px;
        line-height: 159.07%;
        font-style: italic;
        max-width: 100%;
        position: relative;
        width: 690px; }

        @media(min-width: 1200px) { 
            .text-editor .insertion { 
                margin: 50px 0 50px 40px;
                padding-left: 80px;
                font-size: 18px;
                line-height: 1.6;
            }
         }

    .text-editor .insertion-icon {
        display: none;
    }
        
        @media(min-width: 1200px) { 
            .text-editor .insertion-icon {
                display: block;
                fill: #e5e5e5;
                height: 26px;
                left: 0;
                position: absolute;
                top: 9px;
                width: 36px; } 
         }
    .text-editor img {
        float: left;
        margin: 0 40px 40px 0;
        vertical-align: top; }

        @media(max-width: 700px) { 
            .text-editor img { 
                margin: 0 0 20px 0;
                float: none;
                width: 100%;
                height: 210px;
                object-fit: cover;
            }
         }

    .text-editor img.wide {
        height: auto;
        margin: 20px 0;
        width: 100%; }

    .text-editor figure {
        display: none; 
        }

        @media(min-width: 1200px) { 
            .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; }

    @media(max-width: 900px) { 
        .text-editor iframe {
            margin: 1.8em 0;
            height: 260px;
            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; }

        @media(max-width: 1200px) { 
            .text-editor .organisation { 
                margin: 15px 0 15px 0px;
            }
         }
    .text-editor .organisation__logo {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 36px; }
        
        @media(max-width: 1200px) { 
            .text-editor .organisation__logo { 
                margin-right: 10px; 
            }
         }

    .text-editor .organisation__description {
        color: #999;
        
        font-family: RobotoRegular;
        font-size: 14px;
        font-style: italic;
        line-height: 23px;
        max-width: 400px; }
        @media(min-width: 1200px) { 
            .text-editor .organisation__description { 
                -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            }
         }

@media(max-width: 1200px) { 
    .article-detailed {
        background: #fff;
    }
 }


.article-detailed__cover {
    width: 100%;
 }

    @media(min-width: 1200px) { 
        .article-detailed__cover {
            float: left;
            margin: 0 40px 50px 0;
            width: 400px; }
     }

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

    @media(min-width: 1200px) { 
        .article-detailed__cover-image { 
            margin-bottom: 0;
        }
     }

.article-detailed__cover-caption {
    display: none;
 }

    @media(min-width: 1200px) { 
        .article-detailed__cover-caption {
            display: inline-block;
            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;
    flex-wrap: wrap;
    font-family: RobotoMedium;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 16px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase; }

    @media(min-width: 1200px) { 
        .article-detailed__tags { 
            margin-bottom: 12px;
            line-height: 1.6;
        }
     }

.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: 5px;
    padding-left: 20px;
    padding-right: 20px;
 }

    @media(min-width: 1200px) { 
        .article-detailed__info { 
            margin-bottom: 20px; 
            padding-left: 0;
            padding-right: 0;
        }
     }

.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; }

    @media(max-width: 1200px) { 
        .article-detailed__date_highlighted::after {
            border-radius: 50%;
            border: 1px solid #999;
            bottom: 2px;
            box-sizing: border-box;
            content: '';
            display: inline-block;
            height: 4px;
            margin-left: 9px;
            position: relative;
            width: 4px;
        }
     }

.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: 15px; }

    @media(min-width: 1200px) { 
        .article-detailed__author { 
            margin-left: 10px;
        }
     }



    @media(min-width: 1200px) { 
        .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: 20px;
    line-height: 144%;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
 }

    @media(min-width: 1200px) { 
        .article-detailed__title {
            font-size: 24px;
            line-height: 1.42; 
            margin-bottom: 28px;
            padding-left: 0;
            padding-right: 0;
        }
     }

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

.article-detailed__buttons {
    
    border-top: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    padding-top: 20px; 
    margin-left: 20px;
    margin-right: 20px;
}

    @media(min-width: 1200px) { 
        .article-detailed__buttons { 
            margin-top: 50px;
            margin-left: 0;
            margin-right: 0;
            flex-direction: row;
            -ms-flex-align: center;
                align-items: center;
        }
     }

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

.article-detailed__print-button {
    display: none;
 }
    
    @media(min-width: 1200px) { 
        .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__add-comment {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    padding: 12px 18px;
    border-radius: 500px;
    background: #202540;
    border: none;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
    line-height: 164.06%;
    margin-bottom: 35px;
}

@media(min-width: 1200px) { 
    .article-detailed__add-comment { 
        display: none;
    }
 }

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

    @media(min-width: 1200px) { 
        .article-detailed__similar { 
            margin: 60px -40px 0;
            padding: 40px;
            background-color: #f6f7f9;
            border-top: 1px solid #e5e5e5;
            box-sizing: border-box;
            margin-top: 35px;
        }
     }

.article-detailed__similar-title {
    padding-top: 40px;
    font-family: AkrobatBold;
    font-size: 22px;
    line-height: 26px;
    
    text-transform: uppercase; 
    background: #eff0f2;
    padding-bottom: 20px;
}

    @media(min-width: 1200px) { 
        .article-detailed__similar-title { 
            font-size: 20px;
            line-height: 23px;
            padding-top: 0;
            padding-bottom: 0;
            background: transparent;
            margin-bottom: 24px;
        }
     }

.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; }



.book-detailed__cover {
    background-color: #fff;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    width: calc(100% - 20px); 
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 20px;
}

    @media(min-width: 1200px) { 
        .book-detailed__cover { 
            float: left;
            background-color: #f7f8fa;
            margin: 0 40px 50px 0;
            width: 300px; 
        }
     }

     @media(max-width: 1200px) { 
        .book-detailed__cover { 
            background-image: none !important;
        }
      }

.book-detailed__cover-image {
    display: block;
    height: auto;
    width: 240px;
 }

    @media(min-width: 1200px) { 
        .book-detailed__cover-image { 
            width: 100%;
            opacity: 0;
        }
     }

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

.book-detailed__info {
    background: #fff;
    color: #999;
    font-family: RobotoRegular;
    font-size: 12px;
    line-height: 164.06%; 
    padding: 20px;
    padding-bottom: 130px;
}

    @media(min-width: 1200px) { 
        .book-detailed__info { 
            background: transparent;
            font-size: 14px;
            line-height: 1.43;
            padding: 0; 
            padding-bottom: 0;
        }
     }

.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 {
    background: #fff;
    color: #333;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    font-family: AkrobatBold;
    font-size: 20px;
    line-height: 144%;
    padding: 20px;
    position: relative;
    
}

    @media(min-width: 1200px) { 
        .book-detailed__title { 
            font-size: 24px;
            line-height: 1.42;
            margin-bottom: 23px;
            background: transparent;
            margin-bottom: 20px;
            padding: 0;
            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; }

    @media(max-width: 1200px) { 
        .book-detailed__download-button { 
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }
     }


.book-detailed__content {
    background: #fff;
    padding-bottom: 20px;
}

    @media(min-width: 1200px) { 
        .book-detailed__content {
            background: transparent;
            padding-bottom: 0;
            margin-top: 50px; }
     }

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

.book-detailed__buttons {
    position: relative;
    background: #fff;
    -ms-flex-align: center;
        align-items: center;
    border-top: 1px solid #e5e5e5;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px; 
    padding-bottom: 100px;
}

    @media(min-width: 1200px) { 
        .book-detailed__buttons { 
            background: transparent;
            margin-top: 50px;
            padding-bottom: 0;
        }
     }

     @media(max-width: 1200px) { 
        .book-detailed__buttons { 
            flex-direction: column;
        }
      }

@media(max-width: 1200px) { 
    .book-detailed__buttons .article-detailed__add-comment {
        margin-bottom: 35px;
        margin-top: 10px;
        position: absolute;
        bottom: 0;

    }

}


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

.book-detailed__print-button {
    display: none; 
}

    @media(min-width: 1200px) { 
        .book-detailed__print-button {
            display: inline-block;
            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; }


    @media(min-width: 1200px) { 
        .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; }






@media(min-width: 1200px) { 
    .special-project-detailed {
        padding-bottom: 40px; }
    }

    .special-project-detailed__articles {
        margin: 20px -20px 0; }

        @media(min-width: 1200px) { 
            .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;
        flex-wrap: wrap;
        margin-bottom: 20px;
        padding: 0 20px; }

        @media(min-width: 1200px) { 
            .special-project-detailed__articles-header { 
                flex-wrap: nowrap;
            }
         }

    .special-project-detailed__articles-title {
        color: #333;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        font-family: AkrobatSemiBold;
        font-size: 24px;
        line-height: 29px;
     }

        @media(min-width: 1200px) { 
            .special-project-detailed__articles-title { 
                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: 24px;
        line-height: 29px;
        margin-left: 10px; 
    }

        @media(min-width: 1200px) { 
            .special-project-detailed__articles-quantity { 
                font-size: 30px;
                line-height: 1.17;
            }
         }

    .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;
        width: 100%;
        margin-top: 10px;
        text-transform: uppercase;
        overflow: auto;
     }

        @media(min-width: 1200px) { 
            .special-project-detailed__articles-types { 
                width: auto;
                margin-left: auto;
                padding-left: 20px;
                margin-top: 0;
            }
         }
    .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(max-width: 1200px) { 
            .media-slider-navigation__button { 
                display: none;
            }
         }


    .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; 
    order: -5;
}

    @media(min-width: 1200px) { 
        .media-gallery { 
            order: 0;
        }
     }

    .media-gallery__thumbnails {
        display: none;
    }

        @media(min-width: 1200px) { 
            .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(max-width: 1200px) { 
            .media-gallery__controls { 
                display: none;
            }
         } */
    .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-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; }


 


@media(max-width: 1200px) { 
    .media-detailed {
        background: #fff;
        display: flex;
        flex-wrap: wrap;
    }
 }

.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: 5px;
    padding-left: 20px;
    padding-right: 20px;
    order: -4;
    text-transform: uppercase; }

    @media(min-width: 1200px) { 
        .media-detailed__tags { 
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 12px;
            order: 0;
        }
     }

.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;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px; 
    order: -3;
    width: 100%;
}

    @media(min-width: 1200px) { 
        .media-detailed__date { 
            margin-bottom: 30px;
            padding-left: 0;
            padding-right: 0;
            order: 0;
            width: auto;
        }
     }

.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;
    
    font-family: AkrobatBold;
    font-size: 20px;
    line-height: 144%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px; }
    

    @media(min-width: 1200px) { 
        .media-detailed__title { 
            font-size: 24px;
            line-height: 1.42;
            margin-bottom: 28px; 
            padding-left: 0;
            padding-right: 0;
            -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        }
     }

@media(max-width: 1200px) { 
    .media-detailed__video {
        position: relative;
        top: 0;
        left: 0;
        width: 100vw;
        order: -5;
        margin-bottom: 20px;
    }
 }



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

@media(max-width: 900px) { 
    .media-detailed__video iframe {
        height: 265px !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;
    width: 100%;
 }

    @media(min-width: 1200px) { 
        .media-detailed__buttons { 
            width: auto;
        }
     }


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

.media-detailed__print-button {
    display: none;
}

    @media(min-width: 1200px) { 
        .media-detailed__print-button {
            display: inline-block;
            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 .article-detailed__similar {
    width: 100%;
}

@media(min-width: 1200px) { 
    .media-detailed .article-detailed__similar {
        width: auto;
    } 
 }

 @media(max-width: 1200px) { 
    .media-detailed .article-detailed__add-comment {
        margin-bottom: 20px;
    } 
 }

 @media(max-width: 1200px) { 
    .media-detailed .block-list__mobile {
        width: 100%;;
    }
  }

.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-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; }




.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;
    
}

    @media(min-width: 1200px) { 
        .articles-previews-compact { 
            padding: 0 20px; 
        }
     }

    .articles-previews-compact__item {
        background: #fff;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin: 20px 0 0 40px;
        min-height: 280px;
        padding: 20px;
        width: calc(100% - 40px);
     }

        @media(min-width: 1200px) { 
            .articles-previews-compact__item { 
                background: transparent;
                width: calc(50% - 40px);
                margin: 30px 0 0 40px;
                min-height: 420px;
                padding: 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; }






.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; }



.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; }



.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: 90px 20px 0; 
}

    @media(min-width: 1200px) { 
        .article-page { 
            padding: 0 40px; 
        }
     }

    .article-page__sidebar {
        display: none;
    }

        @media(min-width: 1200px) { 
            .article-page__sidebar {
                display: inline-block;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                width: 300px; }
         }

    .article-page__main-content {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        margin-right: 20px;        
        width: 100%; }

        @media(min-width: 1200px) { 
            .article-page__main-content { 
                width: calc(100% - 320px); 
                padding: 30px 40px 0;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
                background-color: #fff;
            }
         }

    .article-page__breadcrumbs {
        margin-bottom: 20px; }

        @media(min-width: 1200px) { 
            .article-page__breadcrumbs {
                margin-bottom: 40px; }
         }
    .article-page__title {
        font-family: AkrobatBold;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
        text-transform: uppercase; }

        @media(min-width: 1200px) { 
            .article-page__title { 
                font-size: 30px;
                line-height: 1.15;
                margin-bottom: 40px;
            }
         }
    .article-page__text-editor {
        background: #fff;
        padding: 20px;
        padding-bottom: 60px; }
    
        @media(min-width: 1200px) { 
            .article-page__book-detailed {
                background: transparent;
                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; }

    @media(max-width: 650px) { 
        .article-page__text-editor .article-page__about-cover { 
            width: 100%;
            margin: 20px auto;
        }
     }

@media(max-width: 1200px) { 
    .special-project .article-page__sidebar {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
    }
    .special-project .article-page__sidebar .article-page__video,
    .special-project .article-page__sidebar .article-page__photo,
    .special-project .article-page__sidebar .article-page__library {
        width: 100%;
    }

    .special-project .article-page__sidebar .article-page__library { 
        order: -1;
        margin-bottom: 20px;
    }


}

/* прозрачная кнопка */
.button-transparent {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 10px;
    line-height: 164.06%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #202540;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #202540;


}


.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; }



.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; }





.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; }





.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; }







.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; }



.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; }



.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%; }

в

.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; }



.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; }





.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; }




.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; }







.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: 102px;
    position: relative; }

    @media(min-width: 1200px) { 
        .expert-preview { 
            padding-left: 120px;
        }
     }
    .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: 67px;
        left: 10px;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 67px;
         }

        @media(min-width: 1200px) { 
            .expert-preview__cover { 
                width: 100px;
                height: 100px;
                left: 0;
            }
         }

    .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;
         }

        @media(min-width: 1200px) { 
            .expert-preview__country { 
                margin-bottom: 7px;
            }
         }
    .expert-preview__name {
        font-family: AkrobatBold;
        font-size: 18px;
        line-height: 22px;
     }

        @media(min-width: 1200px) { 
            .expert-preview__name { 
                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: 12px;
        line-height: 164.06%;
        margin-top: 7px;
        max-height: 4.8em;
        overflow: hidden; }

        @media(min-width: 1200px) { 
            .expert-preview__description { 
                margin-top: 10px;
            }
         }
    .expert-preview_theme-compact .expert-preview__description {
        opacity: 0;
        margin-bottom: 10px;
        margin-top: 4px; }

        @media(min-width: 1200px) { 
            .expert-preview_theme-compact .expert-preview__description {
                opacity: 1;
                margin-bottom: 0;
                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; }

    @media(max-width: 1200px) { 
        .experts-previews { 
            background: #fff;
        }
     }

    .experts-previews__item {
        box-sizing: border-box;
        height: auto;
        margin-left: 20px;
        width: calc(100% - 40px);
        
        padding: 20px 20px 20px 0;
     }

    @media(min-width: 1200px) { 
        .experts-previews__item { 
            width: 50%;
            margin-left: 0;
            height: 200px;
        }
    }

    .experts-previews__item:not(:first-child) {
        border-top: 1px solid #999999;
    }

.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: 100%; 
}

    @media(min-width: 1200px) { 
        .experts-alphabet-section__item { 
            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; }

    @media(max-width: 1200px) { 
        .experts-alphabet-anchors { 
            display: flex;
            overflow: auto;
            width: 100%;
            padding: 0;
        }
     }


    .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; }

    @media(max-width: 1200px) { 
        .experts-alphabet { 
            flex-wrap: wrap;
        }
     }
    .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 {
        
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        order: -1;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 36px;
     }

        @media(min-width: 1200px) { 
            .experts-alphabet__anchors { 
                width: 40px; 
                height: auto;
                margin-top: 29px;
                order: 0;
                background-color: #f6f7f9;
            }
         }

    @media(max-width: 1200px) { 
        .experts-alphabet__anchors li { 
            min-width: 30px;
        }
    }
    

    .experts-alphabet__anchors-body {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
     }

        @media(min-width: 1200px) { 
            .experts-alphabet__anchors-body { 
                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 20px 17px 19px; 
    }

        @media(min-width: 1200px) { 
            .special-project-preview_theme-compact { 
                padding: 20px; 
            }
         }

    .special-project-preview_theme-big {
        height: 280px;
        padding: 17px 19px 17px 19px;
     }

        @media(min-width: 1200px) { 
            .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.25;
        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;
        
        overflow: hidden;
        width: 100%; }

        @media(min-width: 1200px) { 
            .special-project-preview__title { 
                min-height: 2.3em;
            }
         }

    .special-project-preview_theme-big .special-project-preview__title {
        font-family: AkrobatSemiBold;
        font-size: 20px;
        line-height: 24px;
        min-height: 0; 
    }

        @media(min-width: 1200px) { 
            .special-project-preview_theme-big .special-project-preview__title { 
                font-size: 30px;
                line-height: 1.17;
            }
         }

    .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: 20px; }

    @media(min-width: 1200px) { 
        .special-project-previews-list_theme-big .special-project-previews-list__item + .special-project-previews-list__item {
            margin-top: 40px; }
     }



@media(max-width: 1200px) { 
    .special-project-detailed__content {
        background: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }
 }

.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: 90px 20px 0; 
}

    @media(min-width: 1200px) { 
        .experts-page { 
            padding: 0 40px; 
        }
     }

    .experts-page__sidebar {
        display: none;
    }

        @media(min-width: 1200px) { 
            .experts-page__sidebar {
                display: inline-block;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                width: 300px; }
         }

    .experts-page__main-content {
        
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; 
    }

        @media(min-width: 1200px) { 
            .experts-page__main-content { 
                width: calc(100% - 320px); 
                padding: 30px 40px 0;
                margin-right: 20px;
                background-color: #fff;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
         }


    .experts-page__title {
        font-family: AkrobatBold;
        font-size: 22px;
        line-height: 26px;
        margin: 20px 0 15px;
        text-transform: uppercase; }

        @media(min-width: 1200px) { 
            .experts-page__title { 
                font-size: 30px;
                line-height: 1.15;
                margin: 40px 0 20px;
            }
         }
    .experts-page__all-items {
        margin-top: 50px; }

        @media(min-width: 1200px) { 
            .experts-page__all-items {
                margin-top: 60px; } 
         }

    .experts-page__all-items-title {
        color: #333;
        font-family: AkrobatSemiBold;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
     }

        @media(min-width: 1200px) { 
            .experts-page__all-items-title { 
                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%; }

в

.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; }



.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; }




.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; }

.expert-detailed__cover {
    background-color: #fff;
    height: 200px;
    margin: 0 40px 35px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    
 }

    @media(min-width: 1200px) { 
        .expert-detailed__cover { 
            background-color: #f7f8fa;
            float: left;
            margin: 0 40px 26px 0;
            background-size: cover;
            border-radius: 50%;
            width: 200px;
        }
     }

     @media(max-width: 1200px) { 
        .expert-detailed__cover { 
            padding-top: 20px;
            background-image: none !important;
            height: 280px;
        }
     }

.expert-detailed__cover-image {
    display: block;

    height: 240px;
    width: 240px; 
    object-fit: cover;
    border-radius: 50%;
}

@media(min-width: 1200px) { 
    .expert-detailed__cover-image { 
        width: 100%;
        height: 100%;
        opacity: 0;
    }
 }

 @media(max-width: 1200px) { 
    .expert-detailed__cover-image { 
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
 }



.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;

 }

    @media(max-width: 1200px) { 
        .expert-detailed__country { 
            background: #fff;
            margin-bottom: 0;
            padding-left: 20px;
            position: absolute;
            left: 20px;
        }
     }

@media(max-width: 1200px) {  
    .expert-detailed__content.text-editor {
        padding: 20px;
        background: #fff;
    }
}



.expert-detailed__title {
    color: #333;
    font-family: AkrobatSemiBold;
    font-size: 20px;
    line-height: 24px;
    background: #fff;
    padding-left: 20px;
    padding-bottom: 47px;
    margin-top: -35px;
 }

    @media(min-width: 1200px) { 
        .expert-detailed__title { 
            background: transparent;
            font-size: 30px;
            line-height: 1.17;
            margin-bottom: 20px;
            padding-left: 0;
            padding-bottom: 0;
            margin-top: 0;
        }
     }

.expert-detailed__articles {
    margin: 40px 0 0; }

    @media(min-width: 1200px) { 
        .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: 15px;
    flex-wrap: wrap;
 }

    @media(min-width: 1200px) { 
        .expert-detailed__articles-header { 
            padding: 0 20px;
            margin-bottom: 30px;
            flex-wrap: nowrap;
        }
     }

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

 @media(min-width: 1200px) { 
    .expert-detailed__articles-title { 
        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: 24px;
    line-height: 29px;
    margin-left: 10px; }

    @media(min-width: 1200px) { 
        .expert-detailed__articles-quantity { 
            font-size: 30px;
            line-height: 1.17;
        }
     }

.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;
    width: 100%;
    text-transform: uppercase;
    margin-top: 10px;
 }

    @media(min-width: 1200px) { 
        .expert-detailed__articles-types { 
            margin-left: auto;
            padding-left: 20px;
            margin-top: 0;
        }
     }

.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; }





.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; }






.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; }



.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; }


.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: 90px 20px 0; 
}

    @media(min-width: 1200px) { 
        .expert-page { 
            padding: 0 40px; 
        }
     }

    .expert-page__sidebar {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; }

        @media(min-width: 1200px) { 
            .expert-page__sidebar { 
                width: 300px; 
            }
         }

    .expert-page__main-content {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%; 
        margin-bottom: 40px;
    }

        @media(min-width: 1200px) { 
            .expert-page__main-content { 
                width: calc(100% - 320px); 
                margin-right: 20px;
                margin-bottom: 0;
                padding: 30px 40px 40px;
                background-color: #fff;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
         }

    .expert-page__breadcrumbs {
        margin-bottom: 20px; }
        @media(min-width: 1200px) { 
            .expert-page__breadcrumbs {
                margin-bottom: 40px; }
         }
    .expert-page__title {
        font-family: AkrobatBold;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
        text-transform: uppercase; }

        @media(min-width: 1200px) { 
            .expert-page__title { 
                font-size: 30px;
                line-height: 1.15;
                margin-bottom: 40px;
            }
         }
    .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%; }

в

.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; }



.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; }





.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; }




.book-preview {
    box-sizing: border-box;
    min-height: 300px;
    
    position: relative; }

    @media(min-width: 1200px) { 
        .book-preview { 
            padding-left: 220px; 
        }
     }

     @media(max-width: 1200px) { 
        .book-preview { 
            display: flex;
            flex-wrap: wrap;
        }
     }


    .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;
        width: 150px; 
        height: 215px;
        left: 0;
        overflow: hidden;
        top: 0;
        transition: background-color 0.3s ease;
        order: 2;
        
    }

        @media(min-width: 1200px) { 
            .book-preview__cover { 
                position: absolute;
                width: 200px; 
                height: 300px;
                order: 0;
            }
         }

    .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: 100px;
        
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 185px; }

        @media(min-width: 1200px) { 
            .book-preview__cover-logo { 
                left: -10px;
                height: 150px;
            }
         }
    .book-preview__cover-image {
        display: block;
        height: 100%;
        opacity: 0;
        width: 100%; }

    @media(max-width: 1200px) { 
        .book-preview__title {
            order: 1;
            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;
        
        width: 100%;
        order: 3;
     }

        @media(min-width: 1200px) { 
            .book-preview__authors { 
                width: auto;
                order: 0;
                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(100% - 40px); 
        background: #fff;
        padding: 20px;
    }

        @media(min-width: 1200px) { 
            .books-previews__item { 
                width: calc(50% - 40px);  
                background: transparent;
                padding: 0;
            }
         }



.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; }



.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; }



.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: 90px 20px 0;
 }

    @media(min-width: 1200px) { 
        .library-page { 
            padding: 0 40px;
        }
     }
    .library-page__sidebar {
        display: none;
    }

        @media(min-width: 1200px) { 
            .library-page__sidebar {
                display: inline-block;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                width: 300px; }
         }

    .library-page__main-content {
        
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        
        
        width: 100%;
     }

        @media(min-width: 1200px) { 
            .library-page__main-content { 
                width: calc(100% - 320px);
                background-color: #fff;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
                padding: 30px 20px 40px;
                margin-right: 20px;
            }
         }

        @media(min-width: 1200px) { 
            .library-page__breadcrumbs {
                padding: 0 20px; }
         }

    .library-page__books {
        margin-top: 20px;
    }

        @media(min-width: 1200px) { 
            .library-page__books { 
                margin-top: 40px;
                padding: 0 20px; 
            }
         }
    .library-page__books-title {
        font-family: AkrobatBold;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
        text-transform: uppercase; }

        @media(min-width: 1200px) { 
            .library-page__books-title { 
                margin-bottom: 40px;
                font-size: 30px;
                line-height: 1.15;
            }
         }
    .library-page__books-pagination {
        display: none; 
    }

        @media(min-width: 1200px) { 
            .library-page__books-pagination {
                display: inline-block;
                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%; }

в

.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; }



.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; }





.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; }




.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: 90px 20px 0; 
}

    @media(min-width: 1200px) { 
        .special-projects-page { 
            padding: 0 40px; 
        }
     }

    .special-projects-page__sidebar {
        display: none;
    }

        @media(min-width: 1200px) { 
            .special-projects-page__sidebar {
                display: inline-block;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                width: 300px; }
         }

    .special-projects-page__main-content {
        
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 100%;
     }

        @media(min-width: 1200px) { 
            .special-projects-page__main-content { 
                width: calc(100% - 320px);
                margin-right: 20px;
                padding: 40px 20px;
                background-color: #fff;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
         }

    .special-projects-page__breadcrumbs {
        margin-bottom: 20px;
     }

        @media(min-width: 1200px) { 
            .special-projects-page__breadcrumbs {
                margin-bottom: 30px;
                padding: 0 20px; }
         }
    .special-projects-page__title {
        color: #333;
        font-family: AkrobatBold;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
        text-transform: uppercase; 
    }

        @media(min-width: 1200px) { 
            .special-projects-page__title { 
                font-size: 30px;
                line-height: 1.15;
                margin-bottom: 40px;
            }
         }
    

        @media(min-width: 1200px) { 
            .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%; }

@media(max-width: 1200px) { 
    .special-project .article-page__sidebar .article-page__video {
        order: 2;
    }

    .special-project .article-page__sidebar .article-page__photo {
        margin-bottom: 25px;
    }
    
 }


.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; }



.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; }





.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; }

@media(max-width: 1200px) { 
    .search-results-form__select:nth-child(3) {
        display: none;
    }
 }

.search-results-form__select + .search-results-form__select {
    margin-top: 20px; }

.search-results-form__period {
    margin-top: 30px; }

    @media(max-width: 1200px) { 
        .search-results-form__period {
            margin-top: 25px; }
     }

.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;
   /* width: 250px; */
    position: relative; }

    @media(min-width: 1200px) { 
        
        .search-results-form__period-fields { 
            padding-bottom: 310px;
            width: 100%;
        }
     }

    @media(max-width: 1200px) { 
        .search-results-form__period-fields {
            flex-direction: column;
         }
     }

.search-results-form__period-fields::before {
    background-color: #999;
    content: '';
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    height: 1px;
    width: 9px;
 }

@media(max-width: 1200px) { 
    .search-results-form__period-fields::before {
        display: none;
     }
 }

.search-results-form__period-fields .flatpickr-wrapper {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 130px; }

    @media(max-width: 1200px) { 
        .search-results-form__period-fields .flatpickr-wrapper { 
            width: 105px; 
            margin-bottom: 10px;
        }
     }

.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; 
    z-index: 100;
}

.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; }

    @media(max-width: 1200px) { 
        .search-results-form__period-field { 
            height: 40px;
            width: 100%;
        }
     }

.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); }

    @media(max-width: 1200px) { 
        .search-results-form__field { 
            width: calc(100% - 40px);
            left: 20px;
            top: 23px;
        }
     }

.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; }

    @media(max-width: 1200px) { 
        .search-results-item__number {
            display: none;
        }
     }
    .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; }

        @media(max-width: 1200px) { 
            .search-results-item__announce {
                display: none;
            }
         }
    .search-results-item__info {
        -ms-flex-align: baseline;
            align-items: baseline;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px; }

        @media(max-width: 1200px) { 

            .search-results-item__info {
                margin-top: 15px;
                flex-wrap: wrap;
            }

            .search-results-item__author {
                margin-left: 0 !important;
            }

            .search-results-item__author:not(:first-child)::before {
                display: none !important;
            }
         }

    .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; }

    @media(max-width: 1200px) { 
        .search-results { 
            flex-wrap: wrap;
            background: #fff;
        }
     }
    .search-results__form {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: 300px; }

        @media(max-width: 1200px) { 
            .search-results__form { 
                width: calc(100% - 40px);
                padding: 20px;
                padding-top: 158px;
            }
         }
    .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); }

        @media(max-width: 1200px) { 
            .search-results__content { 
                width: 100%;
                margin-left: 0;
                padding: 20px;
            }
         }
    .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; }

        @media(max-width: 1200px) { 
            .search-results__text { 
                position: absolute;
                top: 80px;
            }
         }
    .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; }

        @media(max-width: 1200px) { 
            .search-results__section-header { 
                font-size: 12px;
                line-height: 164.06%;
            }
         }
    .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; }

        @media(max-width: 1200px) { 
            .search-results__section-item + .search-results__section-item::before { 
                left: 0;
            }
         }

.search-page {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1320px;
    padding: 90px 20px 0; }

    @media(min-width: 1200px) { 
        .search-page { 
            padding: 0 40px
        }
     }

    .search-page__main-content {
        
        box-sizing: border-box;
    }

        @media(min-width: 1200px) { 
            .search-page__main-content { 
                padding: 30px 40px 100px; 
                background-color: #fff;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            }
         }
    .search-page__breadcrumbs {
        margin-bottom: 20px; }

        @media(min-width: 1200px) { 
            .search-page__breadcrumbs { 
                margin-bottom: 40px;
            }
         }

    .search-page__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
        text-transform: uppercase; }

        @media(min-width: 1200px) { 
            .search-page__title { 
                font-size: 30px;
                line-height: 1.15;
                margin-bottom: 40px;
            }
         }
    .search-page__partners {
        padding: 50px 0; }


.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; }


.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; }





.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; }


.contacts-page {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1320px;
    padding: 90px 20px 0; }

    @media(min-width: 1200px) { 
        .contacts-page { 
            padding: 0 40px; 
        }
     }

    .contacts-page__main-content {
        
        box-sizing: border-box;
        min-height: 700px;
        
        position: relative; }

        @media(min-width: 1200px) { 
            .contacts-page__main-content { 
                background-color: #fff;
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
                padding: 30px calc(100% - 300px) 100px 40px;
            }
         }
    .contacts-page__breadcrumbs {
        margin-bottom: 40px; }

        @media(max-width: 1200px) { 
            .contacts-page__breadcrumbs { 
                margin-bottom: 20px;
            }
         }
    .contacts-page__title {
        font-family: AkrobatBold;
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 60px;
        text-transform: uppercase; }

        @media(max-width: 1200px) { 
            .contacts-page__title { 
                font-size: 22px;
                line-height: 26px;  
                margin-bottom: 15px;
            }
         }


    
    @media(max-width: 1200px) { 
        .contacts-page__info {
            background: #fff;
            padding: 38px 20px 0 20px;
        }
     }
    .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; }

        @media(max-width: 1200px) { 
            .contacts-page__info-title:not(:first-child) {
                margin-top: 30px; }
         }

    .contacts-page__info-value {
        color: #333;
        font-family: RobotoRegular;
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px; }

        @media(max-width: 1200px) { 
            .contacts-page__info-value { 
                font-size: 14px;
                line-height: 164.06%;
            }
         }
    .contacts-page__info-link {
        color: inherit;
        text-decoration: none; }
    .contacts-page__info-link_highlighted {
        color: #0070c0; }
    .contacts-page__social {
        background: #fff;
        padding: 20px 0 40px 20px;
        margin-bottom: 40px;
    }

        @media(min-width: 1200px) { 
            .contacts-page__social {
                margin-top: 60px;
                margin-bottom: 0;
             }
         }

    .contacts-page__map-block {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 320px); }

        @media(max-width: 1200px) { 
            .contacts-page__map-block { 
                position: relative;
                width: 100vw;
            }
         }
    .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 {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}

@media(min-width: 1200px) { 
    .error-404 {
        background: transparent;
        padding-bottom: 0;
    } 
}

.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; }

    @media(max-width: 1200px) { 
        .error-404__title { 
            font-size: 14px;
            line-height: 164.06%;
            margin-top: 30px;
        }
     }

.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: calc(100% - 40px);
 }

    @media(min-width: 1200px) { 
        .error-404__search { 
            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: 90px 20px 0; }

    @media(min-width: 1200px) { 
        .page-404 { 
            padding: 0 40px; 
        }
     }

    .page-404__main-content {
        
        
        box-sizing: border-box;
         }

        @media(min-width: 1200px) { 
            .page-404__main-content { 
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
                background-color: #fff;
                padding: 30px 40px 140px;
            }
         }

    .page-404__breadcrumbs {
        margin-bottom: 20px; }

        @media(min-width: 1200px) { 
            .page-404__breadcrumbs {
                margin-bottom: 40px; } 
         }

        


    .page-404__title {
        font-family: AkrobatBold;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
        text-transform: uppercase; }

        @media(min-width: 1200px) { 
            .page-404__title { 
                font-size: 30px;
                line-height: 1.15;
                margin-bottom: 60px;
            }
         }

    .page-404__partners {
        padding: 50px 0; }

/* @media(max-width: 1200px) { 
    .js-filtering-articles-items .articles-previews {
        padding-left: 20px;
        padding-right: 20px;
    }
 } */

@media(max-width: 1200px) { 
    .institute .spoiler {
        display: none;
    }
 }

@media(max-width: 1200px) { 
    .tags .articles-previews {
        padding-left: 0;
        padding-right: 0;
    }

    .tags .select__container::after {
        border-top: 6px solid #0070C0;
    }

    .tags .articles-previews-block__types {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .tags .article-preview__date::after {
        display: none;
    }
 }

 @media(max-width: 1200px) { 

    .regions .js-filtering-articles-items .articles-previews {
        padding-left: 0;
        padding-right: 0;
    }

    .regions .articles-previews-block__types {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .regions .article-preview__date::after {
        display: none;
    }

  }


  @media(max-width: 1200px) { 
    .tags .articles-previews {
        padding-left: 0;
        padding-right: 0;
    }

    .tags .select__container::after {
        border-top: 6px solid #0070C0;
    }

    .tags .articles-previews-block__types {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .tags .article-preview__date::after {
        display: none;
    }
 }

 @media(max-width: 1200px) { 

    .regions .js-filtering-articles-items .articles-previews {
        padding-left: 0;
        padding-right: 0;
    }

    .regions .articles-previews-block__types {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .regions .article-preview__date::after {
        display: none;
    }


    .article-page .text-editor figure {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .article-page .text-editor figure div {
        width: 100%;
    }

    .article-page .text-editor figure div img {
        width: 100%;
        display: block;
        object-fit: cover;
        max-height: unset;
        height: unset;
    }

    .article-page  .text-editor figure img {
        display: block;
        width: 100%;
        max-height: unset;
        height: unset;

    }

    

    .expert-page .text-editor figure {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .expert-page .text-editor figure img {
        display: block;
        width: 100%;
        max-height: unset;
        height: unset;
    }

    .expert-page .text-editor figure div {
        width: 100%;
    }

    .expert-page .text-editor figure div img {
        width: 100%;
        display: block;
        object-fit: cover;
        max-height: unset;
        height: unset;
    }

  }

  .content figure {
    display: flex;

    flex-direction: column;
  }

  .article-page__text-editor .article-page__about-cover {
    float:  unset;
  }

.media-slider__item {
    visibility: hidden;
}

.swiper-container-fade .swiper-slide-active {
    visibility: visible;
}

/*# sourceMappingURL=sourcemaps/styles.css.map */