@font-face {
    font-family: 'Golos-UI';
    src: url('/local/templates/template/fonts/golos-ui/golos-ui_regular.woff2') format('woff2'),
    url('/local/templates/template/fonts/golos-ui/golos-ui_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Golos-UI';
    src: url('/local/templates/template/fonts/golos-ui/golos-ui_medium.woff2') format('woff2'),
    url('/local/templates/template/fonts/golos-ui/golos-ui_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Golos-UI';
    src: url('/local/templates/template/fonts/golos-ui/golos-ui_bold.woff2') format('woff2'),
    url('/local/templates/template/fonts/golos-ui/golos-ui_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* STYLE RESET
---------------------------------------------------------------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

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, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

a{
    font-weight: 400;
    color: #097BCB;
    text-decoration: none;
}

a:hover{
    color: #F26F21;
}

/* END STYLE RESET */

/* GLOBAL STYLES
-------------------------------------------------------------------------------------------------------------------- */
body {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-family: 'Golos-UI', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.container {
    margin: 0 auto;
    min-width: 360px;
    max-width: 1232px;
    padding: 0 0;
}

.page-content{
    padding: 0 0 0 0;
}

.page__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    margin: 1px 0 30px 0;
}
/* стили small desktop */
@media screen and (max-width: 1231px) {
    div.container {
        padding: 0 24px;
    }
}
/* стили tablet */
@media screen and (max-width: 1015px) {
    div.container {
        padding: 0 16px;
    }
}

@media screen and (max-width: 767px) {
    /* mobile 360-767 px */

    .page__title {
        width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* END GLOBAL STYLES */


/* ГЛОБАЛЬНЫЕ СТИЛИ ОТ СТАРОГО ДИЗАЙНА
----------------------------------------------------------------------------------------------------------------------*/

.page-content,
.person-row{
    color: black;
}

.page-content p{
    font-weight: 400;
}

.bold {
    font-weight: 700!important;
}

.check-list {
    margin-bottom: 40px;
    padding-left: 7px;
}
.check-list li {
    padding-left: 32px; margin: 5px 0 0;
    position: relative;
}
.check-list li:before {
    content: "";
    display: block;
    position: absolute;
    background: url(/local/templates/template/i/sprite.png) -175px 0; width: 21px; height: 22px;
    left: 0; top: 4px; border-radius: 0;
}

.check-list a{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #097BCB;
    margin: 0 0 16px 0;
    text-decoration: none;
}

.check-list a:hover{
    color: #F26F21;
}

div.person-row .persona-info-dess{
    max-height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 460px;
}

@media screen and (max-width: 767px){
    div.person-row .persona-info-dess{
        max-height: unset;
        overflow-y: visible;
        overflow-x: visible;
        min-height: unset;
    }
}

@media screen and (max-width: 700px){
    .flex-row {
        display: flex;
        flex-direction: column-reverse!important;
    }

}


/* END ГЛОБАЛЬНЫЕ СТИЛИ ОТ СТАРОГО ДИЗАЙНА  */

/* HEADER
--------------------------------------------------------------------------------------------------------------------- */
.header__top {
    padding: 32px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header .logo a {
    display: flex;
    text-decoration: none;
}

.site-header .logo a:hover {
    opacity: .8;
}

.contacts {
    width: 224px;
    font-size: 16px;
    line-height: 19px;
    color: #999999;
}

.search {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    min-width: 100px;
    width: 240px;
    height: 32px;
}

.search__mobile {
    display: none;
    cursor: pointer;
}

.header-aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
}

.visually-impaired__link {
    text-decoration: unset;
    padding-top: 4px;
}

.mail-contact__link {
    text-decoration: unset;
    padding-top: 4px;
}

.site-language__link {
    font-size: 26px;
    line-height: 32px;
    color: #999999;
    text-decoration: unset;
}

.menu-mobile__btn {
    display: none;
}


@media screen and (max-width: 1231px){
    /* small desktop 1016-1231 px */

    div.header__top{
        padding: 24px 24px 24px 24px;
    }
}

@media screen and (max-width: 1015px){
    /* tablet 768-1015 px */

    div.header__top{
        padding: 25px 15px 25px 15px;
    }

    .logo__image{
        height: 58px;
        width: 216px;
    }

    .contacts{
        display: none;
    }

    .header-aside{
        width: 150px;
    }
}

/* END HEADER */

/* MOBILE HEADER ----------------------------------------------------------------------------------------------------*/

.mobile-navigation__wrap{
    width: 100%;
    height: 100vh;
}

.mobile-navigation__aside{
    height: 64px;
    border-bottom: 1px solid #DDDDDD;
    padding: 16px 16px;
}

.mobile-visually-impaired__link{
    text-decoration: none;
    display: inline-block;
    margin-right: 19px;
}

.mobile-mail-contact__link{
    text-decoration: none;
}

.hystmodal__close {
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='1.21301' y='6.67572e-06' width='20.912' height='1.71544' transform='rotate(45 1.21301 6.67572e-06)' fill='%23999999'/%3e%3crect y='14.787' width='20.912' height='1.71544' transform='rotate(-45 0 14.787)' fill='%23999999'/%3e%3c/svg%3e ");
}

.hystmodal__close:focus{
    outline: none;
}

@media screen and (max-width: 767px) {
    div.header__top {
        padding: 16px 16px 15px 16px;
        border-bottom: 1px solid #DDDDDD;
    }

    .logo__image{
        height: 32px;
        width: 120px;
    }

    .header-aside{
        width: 120px;
        padding-top: 3px;
    }

    .search__mobile{
        top: 2px;
        position: relative;
    }
    .site-language__link{
        font-size: 22px;
        line-height: 22px;
    }
    .menu-mobile__btn{
        position: relative;
        display: block;
        border: none;
        background-color: unset;
        padding: 0 0;
    }

    .contacts {
        display: none;
    }

    .search{
        display: none;
    }

    .search__mobile{
        display: block;
    }

    .visually-impaired__link{
        display: none;
    }

    .mail-contact__link{
        display: none;
    }
}
/* END MOBILE HEADER */

/* BANNERS
---------------------------------------------------------------------------------------------------------------------*/

.banners__wrap{
    padding: 55px 0 60px 0;
    display: flex;
}

.banners__wrap .nsSlick{
    margin: 0 16px 0 0;
}

@media screen and (max-width: 1231px) {
    /* small desktop 1016-1231 px */

    div.banners__wrap {
        padding-top: 30px;
        margin-bottom: 80px;
        justify-content: center;
    }

    .banners__wrap .nsSlick{
        margin: 0 16px 0 0;
    }
}

@media screen and (max-width: 1015px) {
    /* tablet 768-1015 px */
    div.banners__wrap {
        padding-top: 31px;
        margin-bottom: 52px;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    /* mobile 360-767 px */
    div.banners__wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 32px 0 0 0;
        margin-bottom: 60px;
    }

    .banners__wrap .nsSlick{
        margin: 0 0 16px 0;
    }
}

/* END BANNERS */


/* КВАДРАТНЫЕ ССЫЛКИ С КАРТИНКАМИ
---------------------------------------------------------------------------------------------------------------------*/

.square-links__wrap{
    list-style: none;
    margin: 0 0;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
}

.square-links__link{
    display: inline-block;
    margin: 0 16px 10px 0;
    padding: 0 0;
    text-decoration: none;
}

.square-links__img{
    width: 312px;
    height: 240px;
}

@media screen and (max-width: 1015px) {
    /* tablet 768-1015 px */

    .square-links__img{
        width: 232px;
        height: 160px;
    }

    .square-links__link:last-of-type {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    /* mobile 360-767 px */
    .square-links__img{
        width: 328px;
        height: 240px;
    }

    .square-links__wrap {
        flex-direction: column;
        align-items: center;
    }

    .square-links__link{
        margin: 0 0 26px 0;
    }
}
/* END КВАДРАТНЫЕ ССЫЛКИ С КАРТИНКАМИ */

/* DIGEST *-----------------------------------------------------------------------------------------------------------*/

.digests__wrap{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 99px;
}

.digest{
    max-width: 528px;
}

.digest__title{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #EC6608;
    border-bottom: 1px solid #EC6608;
    margin-bottom: 26px;
    padding: 0 0 3px 0;
}

.digest__list{
    list-style: none;
    margin-bottom: 30px;
}

.digest__item{
    margin-bottom: 37px;
}
.digest__item:last-of-type{
    margin-bottom: 0;
}

.digest__item-date{
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 11px;
}

.digest__item-link{
    font-size: 18px;
    line-height: 24px;
    color: #097BCB;
    text-decoration: none;
}

.digest__link-show-all-wrap{
    font-size: 14px;
    line-height: 17px;
}

.digest__link-show-all{
    color: #999999;
    text-decoration: none;
}

.digest__link-show-all:hover{
    text-decoration: underline;
}

@media screen and (max-width: 1231px) {
    /* small desktop 1016-1231 px */

    div.digests__wrap{
        justify-content: center;
    }

    .digest{
        max-width: 468px;
    }
    .digest:first-of-type{
        margin-right: 32px;
    }
}

@media screen and (max-width: 1015px) {
    /* tablet 768-1015 px */

    div.digests__wrap{
        margin-bottom: 77px;
        justify-content: center;
    }

    .digest{
        max-width: 352px;
    }

    .digest:first-of-type{
        margin-right: 32px;
    }
}

@media screen and (max-width: 767px) {
    /* mobile 360-767 px */

    div.digests__wrap {
        flex-direction: column;
        margin-bottom: 53px;
    }

    .digest{
        margin-left: auto;
        margin-right: auto;
    }

    .digest:first-of-type{
        margin-right: auto;
        margin-bottom: 58px;
    }

    .digest__item{
        margin-bottom: 25px;
    }

    .digest__item-date{
        margin-bottom: 7px;
    }
}
/* END DIGEST */

/* ТЕЛО С МЕНЮ С ЛЕВОЙ СТОРОНЫ
----------------------------------------------------------------------------------------------------------------------*/

.body-with-left-side-menu{
    display: flex;
    padding-top: 57px;
    padding-bottom: 48px;
}

@media screen and (max-width: 1231px){
    /* small desktop 1016-1231 px */

    .body-with-left-side-menu{
        display: flex;
        padding-top: 50px;
        flex-direction: row;
    }
}

@media screen and (max-width: 1023px) {
    /* Костыль */
    .body-with-left-side-menu{
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 1015px) {
    /* tablet 768-1015 px */

    .body-with-left-side-menu{
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 767px) {
    /* mobile 360-767 px */

    .body-with-left-side-menu {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 9px;
    }
}
/* END ТЕЛО С МЕНЮ С ЛЕВОЙ СТОРОНЫ */

/* ПРОЧИЕ ЭЛЕМЕНТЫ ---------------------------------------------------------------------------------------------------*/
.feedback-btn{
    background: #223C7E;
    color: #fff;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 240px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
}

.feedback-btn:hover{
    background: #11358E;
}
/* END ПРОЧИЕ ЭЛЕМЕНТЫ -----------------------------------------------------------------------------------------------*/

/* FOOTER ------------------------------------------------------------------------------------------------------------*/
.footer{
    padding: 60px 0 34px 0;
    background: #F5F5F5;
}

.footer-top-level{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 37px;
}

.contacts-v2{
    width: 440px;
    list-style: none;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.contacts-v2__item{
    margin-bottom: 16px;
}
.contacts-v2__item:last-of-type{
    margin-bottom: 0;
}

.help-links{
    width: 704px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 28px 0 0;
}

.footer-menu{
    list-style: none;

}
.footer-menu__item{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
}
.footer-menu__link{
    color: #223C7E;
    text-decoration: none;
}
.footer-menu__link:hover{
    text-decoration: underline;
}

.footer-bottom-level{
    display: flex;
    justify-content: space-between;
}

.footer-middle-level{
    margin-bottom: 32px;
    padding: 28px 0 2px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.community-information__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.community-information__link{
    position: relative;
    display: block;
    width: 220px;
    min-height: 42px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #777777;
    text-decoration: none;
    margin: 0 0 28px 50px;
    padding: 0 0 0 0;
}

.community-information__link:last-of-type{
    /*margin-bottom: 0;*/
}

.rspn__link{
    height: 34px;
    width: 296px;
    margin-left: 0;
    padding-top: 0;
}

.community-information__logo{
    position: absolute;
    left: -51px;
    top: 0;
}

.copyright{
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    text-decoration: none;
    padding: 8px 0 0 0;
}

.social-network-links{
    display: flex;
}

.social-network{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 56px 0 0;
}

.social-network__item{
    margin: 0 16px 0 0;
}

.social-network__item:last-of-type{
    margin: 0 0;
}

.social-network__link{
    text-decoration: none;
}

.social-network__image,
.age-limit-image{
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 1231px) {
    /* small desktop 1016-1231 px */
    .help-links{
        padding: 0 0 0 0;
    }

    .footer-top-level{
        margin-bottom: 24px;
    }

    div.footer-middle-level {
        margin: 0 24px 13px 24px;
        padding: 28px 328px 8px 0;
    }

    .community-information__wrap{
        width: 640px;
    }

    .community-information__link{
        margin-bottom: 22px;
    }

}
@media screen and (max-width: 1015px) {
    /* tablet 768-1015 px */

    .footer{
        padding: 35px 0 20px 0;
    }

    .help-links{
        flex-direction: row-reverse;
        width: 100%;
        margin: 0 0 0 0;
        justify-content: flex-end;
    }

    .policy{
        margin-right: 38px;
    }

    .footer-menu__item {
        margin-bottom: 8px;
    }

    div.footer-top-level {
        margin-bottom: 21px;
        flex-direction: column;
    }

    .contacts-v2{
        margin-bottom: 16px;
    }

    div.footer-middle-level {
        margin: 0 16px 28px 16px;
        padding: 28px 0 0 0;
    }

    .community-information__wrap {
        width: 592px;
    }

    .community-information__link {
        margin-bottom: 28px;
    }

    .copyright{
        width: 341px;
        padding: 0 0 0 0;
    }
}

@media screen and (max-width: 767px) {
    /* mobile 360-767 px */

    .footer{
        padding: 53px 0 20px 0;
    }

    div.footer-top-level{
        display: block;
        margin-bottom: 35px;
        width: 360px
    }

    .contacts-v2 {
        width: unset;
        margin-bottom: 33px;
    }

    .help-links{
        display: block;
        width: unset;
    }

    .footer-menu__item {
        margin-bottom: 16px;
    }

    div.footer-middle-level {
        margin: 0 16px 17px 16px;
        padding: 24px 0 0 0;
        min-width: 328px;
    }

    .community-information__wrap {
        width: 328px;
        margin: 0 auto;
    }

    .community-information__link {
        margin-bottom: 25px;
    }

    div.footer-bottom-level{
        display: flex;
        flex-direction: column-reverse;
        padding-top: 8px;
        margin: 0 auto;
        width: 360px;
    }

    .social-network-links {
        display: flex;
        justify-content: space-between;
    }

    .copyright{
        padding: 30px 0 0 0;
    }
}

/* END FOOTER*/

/* VIKON module
--------------------------------------------------------------------------------------------------------------------- */

.content-title{
    font-family: 'Golos-UI', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    margin: 56px 0 23px 0;
}

.vikon-wrapper{
    font-family: 'Golos-UI', sans-serif !important;
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 24px!important;
    color: #000000!important;
    max-width: 1232px!important;
    background-color: white!important;
}

.vikon-title-inline,
.vikon-title-block{
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 24px!important;
    line-height: 32px!important;
    color: #000000!important;
    margin: 22px 0 22px 0!important;
}

.vikon-wrapper ul {
    margin: 0 0 0 26px!important;
    line-height: 32px!important;
}

.vikon-wrapper li {
    list-style: disc!important;
}

/*.container-thead{*/
/*    position: relative!important;*/
/*}*/

.vikon-responsive-table{
    overflow: auto!important;
    position: relative!important;
}

.vikon-responsive-table table{
    vertical-align: top!important;
    max-width: 100%!important;
    overflow-x: auto!important;
    -webkit-overflow-scrolling: touch!important;
}

.vikon-wrapper table th,
.vikon-wrapper table td{
    font-family: 'Golos-UI', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #000000 !important;
}

.vikon-wrapper a{
    color: #F26F21 !important;
    text-decoration: none !important;
}

.vikon-wrapper a:hover {
    color: #223C7E !important;
}

@media screen and (max-width: 1231px) {
    /* small desktop 1016-1231 px */

    .vikon-wrapper{
        max-width: 100%!important;
    }

}

/* END VIKON module*/