.header-menu a, .header-btn a, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Exo 2', sans-serif;
}

.header-left {
    padding: 0;
    margin-right: 2rem;
}

.header-right {
    padding: 0;
}

.header-right::after {
    display: none;
}

.header-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #DCE3EB;
    border-bottom: 1px solid #DCE3EB;
}

.header-btn a {
    border-radius: 4px;
    width: 164px;
}

.header-social {
    margin-right: 24px;
}

.header-social a + a {
    margin-left: 8px;
}

#xs_logo, #burger_close, #burger_open {
    display: none;
    opacity: 0;
}

@media (min-width: 992px) and (max-width: 1407px) {
    .header-menu div + div {
        margin-left: 10px;
    }

    .header-menu {
        width: 100%;
        margin-top: 10px;
    }

    .header-right > .d-flex {
        flex-direction: column-reverse !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
    }
}

@media (max-width: 991px) {
    .header-row {
        flex-direction: row-reverse !important;
        padding: 0 1rem !important;
        border-top: none;
        border-bottom: none;
    }

    .header-left {
        margin-right: 0;
        flex: 1;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .burger-btn {
        line-height: 1;
    }

    .header-mobil {
        padding: 1rem 1rem 1rem 0;
        border-right: 1px solid #DCE3EB;
    }

    .header-logo {
        line-height: 1;
    }

    header {
        margin-bottom: 0;
    }

    #lg_logo {
        display: none;
        opacity: 0;
    }

    #xs_logo {
        display: block;
        opacity: 1;
    }

    #burger_open {
        display: block;
        opacity: 1;
    }

    .is-open .header-row {
        flex-direction: row !important;
        padding: 2rem 2rem 0 2rem !important;
    }

    .is-open .header-mobil {
        padding: 0;
        border-right: none;
    }

    .is-open #burger_open {
        display: none;
        opacity: 0;
    }

    .is-open #burger_close {
        display: block;
        opacity: 1;
    }

    .is-open .header-right {
        padding: 24px 0 16px 0;
        top: 56px;
        bottom: 0;
    }

    body.noscroll {
        position: fixed;
        overflow: hidden;
    }

    .is-open .header-right > .d-flex {
        height: 100%;
        justify-content: space-between;
    }

    .is-open .header-menu a::after {
        display: none !important;
    }

    .is-open .header-menu a {
        font-size: 16px;
        line-height: 24px;
    }

    .is-open .header-menu {
        padding: 0 32px;
        margin-bottom: 46px;
    }

    .is-open .header-menu .d-flex {
        margin-bottom: 0;
    }

    .is-open .header-btn {
        margin-top: 0;
    }

    .is-open .header-menu-btn {
        border-top: 1px solid #DCE3EB;
        padding: 16px 32px 0 32px;
        justify-content: space-between;
        display: flex !important;
    }

    .header-social {
        margin-right: 0;
    }

    .is-open .header-social a + a {
        margin-left: 0;
    }

    .is-open .header-btn a {
        width: 164px;
        max-width: 164px;
        height: 40px;
        line-height: 40px;
    }

    .is-open .header-right {
        box-shadow: 1px 11px 9px 0px rgba(0, 0, 0, 0.47);
        -webkit-box-shadow: 1px 11px 9px 0px rgba(0, 0, 0, 0.47);
        -moz-box-shadow: 1px 11px 9px 0px rgba(0, 0, 0, 0.47);
    }
}

@media (max-width: 350px) {
    .is-open .header-menu-btn {
        flex-direction: column !important;
    }
}

.footer__row {
    display: flex;
    justify-content: space-between;
}

.footer__info, .footer__logo {
    width: 30%;
    padding-right: 32px;
}

.footer__row + .footer__row {
    margin-top: 64px;
}

.footer-social a + a {
    margin-left: 16px;
}

.footer__contact {
    padding: 32px 0;
}

.footer__contact {
    padding: 32px 0;
}

.footer-line svg {
    width: 24px;
    margin-right: 16px;
}

.footer-line + .footer-line {
    margin-top: 32px;
}

.footer-phone a {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #212121;
    font-family: 'Exo 2', sans-serif;
}

.footer-adress span {
    flex: 1;
    color: #787876;
    font-size: 12px;
    line-height: 16px;
}

.footer-line {
    align-items: center;
    max-width: 250px;
}

.footer-social a:hover svg path {
    fill: #0097CE;
}

.footer__btn a {
    display: flex;
    height: 48px;
    width: 246px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #DCE3EB;
    background: #fff;
    color: #009DDB;
    font-family: 'Exo 2', sans-serif;
}

.footer__menu .d-flex {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
}

.footer__menu a {
    color: #212121;
    font-family: 'Exo 2', sans-serif;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.footer__menu a:hover {
    color: #0097CE;
}

.footer__menu .d-flex div + div {
    margin-top: 16px;
}

.footer_text {
    color: #95ACBC;
    font-size: 12px;
}

.links_div {
    display: flex;
    flex-direction: column;
}

.links_div + .links_div {
    margin-top: 32px;
}

.links_div span {
    color: #95ACBC;
    font-family: 'Exo 2', sans-serif;
}

.links_div a {
    font-size: 14px;
}

@media (max-width: 991px) {
    .footer__row {
        flex-direction: column;
    }

    .footer__menu {
        order: 1;
    }

    .footer__links {
        order: 2;
        margin-top: 32px;
    }

    .footer__info {
        order: 3;
        width: 100%;
        margin-top: 32px;
    }

    .footer_text {
        margin-top: 32px;
    }

    .container-center {
        padding: 0 24px;
    }

    footer {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.main_page_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main_page_legislation {
    border-radius: 24px;
    background: #F7F9FC;
    padding: 48px;
    width: 31%;
}

.main_page_news {
    width: 65%;
}

.main_page_legislation h3 {
    border-bottom: 1px solid #DCE3EB;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.news-text-date {
    color: #718C9E;
    font-size: 0.75rem;
}

.news-text-name {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    margin-top: 8px;
}

.legislation__elem + .legislation__elem {
    margin-top: 32px;
}

.legislation__row {
    margin-bottom: 32px;
}

.show_more_news {
    font-size: 14px;
}

.header_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_page_news .header_row {
    padding: 48px 0;
}

.main-news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-news .news-elem {
    width: calc(50% - 16px);
    margin-top: 48px !important;
}

.news-elem + .news-elem {
    margin-top: 0;
}

.main-news .news-elem:nth-child(-n+2) {
    margin-top: 0 !important;
}

.news-img {
    margin-right: 0;
    width: 100%;
    height: 186px;
}

.main-news .news-text-name {
    margin-top: 16px;
}

h3 a {
    color: #3D3D3B;
}

h3 a:hover {
    color: #0097CE;
}

.header_row h3 {
    margin-bottom: 0;
}

span.news-img.img__element {
    position: relative;
}

.tags {
    position: absolute;
    left: 12px;
    bottom: 12px;
    display: flex;
}

.tag {
    border-radius: 4px;
    background: #009DDB;
    padding: 4px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.tag + .tag {
    margin-left: 8px;
}

@media (max-width: 991px) {
    .main_page_row {
        flex-wrap: wrap;
    }

    .main_page_legislation {
        width: 100%;
        padding: 24px 0;
        border-radius: 0;
        position: relative;
    }

    .main_page_legislation::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 9999px;
        background: #F7F9FC;
        right: 100%;
    }

    .main_page_legislation::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 9999px;
        background: #F7F9FC;
        left: 100%;
    }

    .container-center {
        overflow: hidden;
    }

    .main_page_news {
        width: 100%;
    }

    .main_page_news .header_row {
        padding: 24px 0;
    }

    .header_row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }

    .header_row h3 {
        margin-bottom: 8px;
    }

    .main-news .news-elem + .news-elem {
        margin-top: 0;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .main-news .news-img {
        display: block !important;
    }

    .main-news .news-text-name {
        font-family: 'Exo 2', sans-serif;
        font-size: 16px;
    }

    .is-open .header-left {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .main-news .news-elem {
        width: 100%;
        margin-top: 32px !important;
    }

    .main-news .news-elem:nth-child(2) {
        margin-top: 32px !important;
    }
}

.main_page_row + .main_page_row {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #DCE3EB;
}

.main__faq h3 {
    margin: 0;
    padding: 0 0 48px 0;
}

.faq__row {
    margin-bottom: 32px;
}

.faq__elem + .faq__elem {
    margin-top: 32px;
}

.faq__top {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.faq-date {
    color: #718C9E;
    font-size: 14px;
    margin-right: 16px;
}

.faq__top a {
    font-family: 'Exo 2', sans-serif;
    color: #212121;
}

.faq__top a:hover {
    color: #0097CE;
}

.faq__center {
    color: #212121;
}

.faq__bottom.tags {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 16px;
}

.faq__bottom .tag {
    background: #E3E9EF;
    color: #212121;
}

@media (max-width: 991px) {
    .main_page_row + .main_page_row {
        margin-top: 24px;
        padding-top: 24px;
    }

    .main__faq h3 {
        padding: 0 0 24px 0;
    }

    .faq__elem + .faq__elem {
        margin-top: 24px;
    }

    .faq__bottom.tags {
        display: none !important;
        opacity: 0;
    }

    .faq__row {
        margin-bottom: 24px;
    }

    .faq-date {
        display: inline-block;
    }

    .faq__top {
        display: block;
    }
}

.footer-menu_col {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.footer_text {
    flex: 1;
}

@media (max-width: 991px) {
    .footer-menu_col {
        justify-content: flex-start;
        flex-direction: column;
    }

    .footer__info, .footer__logo {
        padding-right: 0;
    }
}

.header-social a, .footer-social a {
    position: relative;
}

.header-social a:hover:after, .footer-social a:hover:after {
    content: attr(data-title);
    font-size: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    color: #718C9E;
}

.footer-social a:hover:after {
    bottom: -10px;
}

.footer__menu, .footer__links {
    width: 50%;
}

@media (max-width: 991px) {
    .footer__menu, .footer__links {
        width: 100%;
    }
}

.main__stories {
    display: flex;
    justify-content: space-between;
}

.main__stories-r {
    width: 65%;
}

.main__stories-l {
    width: 31%;
    border-left: 4px solid #FF7000;
    padding-left: 48px;
}

.main__stories-l h3 {
    font-size: 40px;
    margin: 0;
}

.main__stories-t {
    padding: 24px 0;
    font-size: 14px;
    color: #212121;
}

.stories__row {
    display: flex;
    justify-content: space-between;
}

.stories__elem {
    position: relative;
    width: calc(50% - 16px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stories__elem .news-img {
    height: 280px;
    display: block;
}

.stories__elem .news-text-name {
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    color: #fff;
}

.news-text-pt {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    color: #fff;
}

.stories-a {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
}

.stories-p {
    font-size: 12px;
}

.stories__elem .news-img::after {
    content: '';
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%), #000 50% / cover no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}

.stories__elem:hover {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .main__stories {
        flex-wrap: wrap;
    }

    .main__stories-l {
        width: 100%;
        border-left: none;
        padding-left: 0;
        position: relative;
    }

    .main__stories-l::before {
        content: '';
        width: 4px;
        left: -24px;
        top: 0;
        bottom: 0;
        position: absolute;
        background: #FF7000;
    }

    .main__stories-r {
        width: 100%;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .stories__row {
        flex-wrap: wrap;
    }

    .stories__elem {
        width: 100%;
    }

    .stories__elem + .stories__elem {
        margin-top: 24px;
    }
}

.main__files h3 {
    margin: 0;
    padding: 0 0 32px 0;
}

.files__row {
    margin-bottom: 32px;
}

.files__elem + .files__elem {
    margin-top: 8px;
}

.files__elem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #DCE3EB;
    padding: 16px;
}

.files__name {
    padding: 0 24px;
    flex: 1;
}

.files__tags.tags {
    position: relative;
    left: auto;
    bottom: auto;
    padding-top: 8px;
}

.files__tags .tag {
    background: #E3E9EF;
    color: #212121;
}

@media (max-width: 991px) {
    .files__elem {
        padding: 12px 16px;
    }

    .files__tags.tags {
        display: none;
        opacity: 0;
    }
}

.files__row {
    margin-bottom: 16px;
}

.main__videos {
    display: flex;
    justify-content: space-between;
}

.main__videos-l {
    width: 31%;
    border-left: 4px solid #004065;
    padding-left: 48px;
}

.main__videos-r {
    width: 65%;
}

.main__videos-l h3 {
    font-size: 40px;
    margin: 0;
}

.main__videos-t {
    padding: 24px 0;
    font-size: 14px;
    color: #212121;
}

.main__videos {
    width: 100%;
}

.main__stories {
    width: 100%;
}

.video__row {
    display: flex;
    justify-content: space-between;
}

.video__elem {
    width: calc(50% - 16px);
    display: flex;
    flex-direction: column;
}

.video__elem .news-img {
    display: block;
}

.video_link {
    margin: 16px 0 20px 0;
    color: #212121;
    font-family: 'Exo 2';
}

.video_link:hover {
    color: #0097CE
}

.video__person {
    display: flex;
}

.video__person-img img {
    border-radius: 100%;
}

.video__person-img {
    margin-right: 16px;
}

.video__person-text {
    color: #787876;
    font-size: 12px;
}

@media (max-width: 991px) {
    .main__videos {
        flex-wrap: wrap;
    }

    .main__videos-l {
        width: 100%;
        padding-left: 0;
        border-left: none;
        position: relative;
    }

    .main__videos-l::before {
        content: '';
        width: 4px;
        left: -24px;
        top: 0;
        bottom: 0;
        position: absolute;
        background: #004065;
    }

    .main__videos-r {
        width: 100%;
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .video__row {
        flex-wrap: wrap;
    }

    .video__elem {
        width: 100%;
    }

    .video__elem + .video__elem {
        margin-top: 16px;
    }
}

.main_forma {
    width: 100%;
    border-radius: 24px;
    background: #F7F9FC;
    padding: 48px 0;
    display: flex;
    justify-content: space-between;
}

.forma_l {
    width: 31%;
    padding-left: 48px;
}

.forma_r {
    width: 65%;
    padding-right: 48px;
}

.forma_n {
    font-family: 'Exo 2';
    font-size: 40px;
}

.forma_t {
    font-family: 'Exo 2';
    font-size: 18px;
    margin-top: 8px;
}

.forma_col + .forma_col {
    margin-top: 16px;
}

.forma_col input[type="text"] {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D0D6DE;
    background: #FFF;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
}

.forma_col input[type="text"]::-webkit-input-placeholder {
    color: #787876;
}

.forma_col input[type="text"]::-moz-placeholder {
    color: #787876;
}

.forma_col input[type="text"]:-ms-input-placeholder {
    color: #787876;
}

.forma_col input[type="text"]:-moz-placeholder {
    color: #787876;
}

.forma_col input[type="submit"] {
    height: 48px;
    width: 134px;
    border: none;
    -webkit-appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #009DDB;
    color: #fff;
    font-family: 'Exo 2';
    cursor: pointer;
}

.forma_col input[type="submit"]:hover {
    background: #4DB6DD;
}

.forma_col input[type="submit"]:active {
    background: #66C1E2;
}

.content {
    padding-bottom: 48px;
}

@media (max-width: 991px) {
    .main_forma {
        flex-wrap: wrap;
        padding: 24px 0;
    }

    .forma_l {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .forma_r {
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .forma_col input[type="submit"] {
        width: 100%;
    }

    .main_forma {
        margin-left: -24px;
        margin-right: -24px;
        width: auto;
    }

    .content {
        padding-bottom: 24px;
    }
}

.materials__row {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.materials__col {
    width: 60%;
}

.left__col {
    width: 325px;
}

.materials__elem {
    padding-left: 48px;
    border-left: 4px solid #EDF4FA;
    display: flex;
    flex-direction: column;
}

.materials__elem + .materials__elem {
    margin-top: 48px;
}

.materials__date {
    color: #718C9E;
    font-size: 12px;
}

.materials__name {
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0;
    line-height: normal;
}

.materials__tags {
    display: flex;
}

.materials__tag {
    color: #212121;
    font-size: 12px;
    border-radius: 4px;
    background: #E3E9EF;
    padding: 4px;
}

.materials__tag + .materials__tag {
    margin-left: 4px;
}

.materials__name:hover {
    color: #0097CE;
}

.materials__text {
    margin: 24px 0;
}

.materials__tag:hover {
    background: #0097CE;
    color: #fff;
}

.materials__botttom {
    display: flex;
    justify-content: space-between;
}

.materials__link {
    display: flex;
    align-items: center;
}

.materials__share {
    color: #787876;
    font-size: 12px;
}

.materials__link .ya-share2__list {
    display: flex;
}

.materials__link .ya-share2__list li + li {
    margin-left: 8px;
}

.materials__link .ya-share2__list svg {
    width: 32px;
    height: 32px;
}

.materials__person {
    display: flex;
    align-items: center;
}

.materials__person-img img {
    border-radius: 100%;
    width: 42px;
    height: 42px;
}

.materials__person-text {
    padding-left: 16px;
    color: #787876;
    font-size: 12px;
}

.materials__person-text span {
    color: #3D3D3B;
    font-size: 14px;
}

.search-tags-cloud {
    border-top: 1px solid #DCE3EB;
    padding-top: 24px;
}

.search-tags-name {
    margin-bottom: 24px;
    color: #212121;
    font-family: 'Exo 2';
}

.search-tags-list {
    display: flex;
    flex-wrap: wrap;
}

.search-tags-list a {
    color: #212121;
    font-size: 12px;
    border-radius: 4px;
    background: #E3E9EF;
    padding: 4px;
    margin: 4px 4px 0 0;
}

.search-tags-list a:hover {
    background: #0097CE;
    color: #fff;
}

.search_tags__h3 {
    color: #212121;
    font-size: 24px;
    font-family: 'Exo 2';
}

.search_tags__active {
    margin-left: 16px;
    font-family: Inter;
    font-size: 12px;
    color: #fff;
    background: #0097CE;
    border-radius: 4px;
    padding: 4px;
}

.search_tags__top {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.pagination__line {
    margin-top: 48px;
    display: flex;
}

.pagination__line > * {
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    border-radius: 4px;
    border: 1px solid #DCE3EB;
    background: #FFF;
    color: #212121;
}

.pagination__line .current {
    border: 2px solid #009DDB;
    color: #009DDB;
}

.pagination__line a:hover {
    color: #009DDB;
    border-color: #009DDB;
}

@media (max-width: 991px) {
    .materials__row {
        flex-wrap: wrap;
        margin-top: 32px;
    }

    .materials__col {
        width: 100%;
    }

    .left__col {
        width: 100%;
    }

    .materials__elem {
        border-left: none;
        padding-left: 0;
    }

    .materials__elem + .materials__elem {
        margin-top: 32px;
    }

    .pagination__line {
        margin-top: 32px;
    }

    .left__col {
        margin-top: 32px;
    }

    h1 {
        font-size: 32px;
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .materials__share {
        display: none;
    }
}

.top_section_name {
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
    background: #009DDB;
    color: #fff;
    padding: 4px;
    text-transform: uppercase;
}

.material__detail-row {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}

.material__detail-left {
    width: 325px;
}

.material__detail-column {
    width: 60%;
}

.material__detail-column .detail__date {
    color: #718C9E;
    font-size: 12px;
}

.material__detail-column {
    padding-left: 48px;
    border-left: 4px solid #EDF4FA;
}

.material__detail-column h1 {
    margin: 8px 0;
    font-size: 18px;
    color: #212121;
}

.material__detail-column .detail__desc {
    margin: 24px 0;
    font-size: 18px;
    color: #212121;
}

.material__detail-tags {
    display: flex;
}

.material__detail-tags span {
    color: #212121;
    font-size: 12px;
    border-radius: 4px;
    background: #E3E9EF;
    padding: 4px;
}

.material__detail-tags span + span {
    margin-left: 4px;
}

.material__detail-column .ya-wrap {
    display: flex;
    margin-top: 32px;
    align-items: center;
}

.material__detail-column .share-name {
    color: #787876;
    font-size: 12px;
}

.material__detail-column .ya-wrap ul {
    display: flex;
}

.material__detail-column .ya-wrap ul svg {
    width: 32px;
    height: 32px;
}

.material__detail-column .ya-wrap ul li + li {
    margin-left: 8px;
}

.material__detail-author {
    border-top: 1px solid #DCE3EB;
    padding-top: 24px;
}

.material__detail-dop {
    border-top: 1px solid #DCE3EB;
    padding-top: 24px;
}

.material__detail-author + .material__detail-dop {
    margin-top: 48px;
}

.author-text, .dop-text {
    color: #212121;
    font-family: 'Exo 2';
    margin-bottom: 23px;
}

.author-row {
    display: flex;
    align-items: center;
}

.author-row img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
}

.author-row .author-col {
    padding-left: 16px;
}

.author-col .author__job {
    color: #787876;
    font-size: 12px;
    text-transform: unset;
}

.author-col .author__name {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Inter';
    color: #3D3D3B;
    font-size: 14px;
}

.dop-list {
    display: flex;
    flex-direction: column;
}

.dop-list a {
    color: #008FC8;
    font-size: 14px;
}

.dop-list a + a {
    margin-top: 24px;
}

.dop-list a:hover {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .top_section_name {
        margin-top: 32px;
    }

    .material__detail-row {
        flex-wrap: wrap;
        margin-top: 32px;
    }

    .material__detail-column {
        padding-left: 0;
        border-left: none;
        width: 100%;
    }

    .material__detail-left {
        width: 100%;
        margin-top: 32px;
    }

    .material__detail-author + .material__detail-dop {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .material__detail-column .share-name {
        display: none;
    }

    .ya-share2 {
        padding-left: 0;
    }
}

.news__element + .news__element {
    margin-top: 32px;
}

.news__element {
    display: flex;
}

.news__image .news__elem--img {
    width: 188px;
    height: 112px;
    border-radius: 4px;
    overflow: hidden;
}

.news__desc {
    padding-left: 32px;
    display: flex;
    flex-direction: column;
}

.news__date {
    color: #718C9E;
    font-size: 12px;
}

a.news__name {
    font-family: 'Exo 2';
    margin-top: 12px;
    color: #212121;
}

a.news__name:hover {
    color: #0097CE;
}

.news__image:hover {
    opacity: 0.8;
}

.news__image .news__elem--img span {
    width: 100%;
    height: 100%;
    display: block;
    background: #DCE3EB url(../img/LogoDummy.svg) no-repeat center;
}

@media (max-width: 767px) {
    .news__element {
        flex-direction: column;
    }

    .news__desc {
        padding-left: 0;
        padding-top: 24px;
    }
}

.adv__top {
    display: flex;
    justify-content: center;
    padding: 32px 0;
}

.adv__top img, .adv__main img, .adv__bottom img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .adv__top {
        border-bottom: 1px solid #DCE3EB;
    }
}

.adv__main {
    width: 31%;
    padding: 48px;
    border-radius: 24px;
    border: 4px solid #EDF4FA;
}

.adv__main + .main__files {
    width: 65%;
}

@media (max-width: 991px) {
    .adv__main {
        width: calc(100% + 48px);
        display: flex;
        justify-content: center;
        padding: 24px;
        margin-left: -24px;
        margin-right: -24px;
    }

    .adv__main + .main__files {
        width: 100%;
        margin-top: 32px;
    }
}

.adv__bottom {
    padding-top: 48px;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .adv__bottom {
        padding-top: 24px;
    }
}

@media (max-width: 991px) {
    .header__line {
        display: flex;
        flex-direction: column-reverse;
    }

    .adv__top {
        border-bottom: none;
        padding: 0;
    }
}

.adv__left {
    margin-top: 48px;
    display: flex;
    justify-content: center;
}

.adv__left img {
    max-width: 100%;
}

form input[type='text'].is-invalid {
    border-color: #fa4531;
}

form .error {
    font-size: 11px;
    position: absolute;
    z-index: 10;
    margin-top: 2px;
    color: #ffffff;
    background: rgb(200, 53, 53);
    padding: 4px 10px;
    border-radius: 1px;
    pointer-events: none;
    margin-bottom: 0;
    width: auto;
    box-shadow: 0 6px 2px -2px rgba(211, 77, 77, 0.47);
}

form .error:before {
    content: '';
    width: 0;
    height: 0;
    top: -5px;
    position: absolute;
    left: 6px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #c83535;
}

form input[type="submit"]:disabled {
    background: #95ACBC;
    color: #E3E9EF;
}

.forma_col input[type="submit"]:disabled:hover {
    opacity: 1;
    cursor: not-allowed;
    background: #95ACBC;
}

.js-form-subscribe.is-send {
    display: none;
}

.success__text {
    margin-bottom: 0;
    font-family: 'Exo 2';
    font-size: 18px;
    line-height: normal;
}

.main_forma {
    align-items: flex-start;
}

.inner_subscribe {
    padding-top: 48px;
    border-top: 1px solid #DCE3EB;
    margin-top: 48px;
}

.main_page__vote + .main__faq {
    width: 65%;
}

.main_page__vote {
    width: 31%;
    padding: 48px;
    border-radius: 24px;
    border: 4px solid #EDF4FA;
}

.vote__title {
    color: #212121;
    font-family: 'Exo 2';
    font-size: 28px;
    margin-bottom: 32px;
}

.vote__list {
    margin: 24px 0;
}

.main_page__vote input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 4px;
    border: 1px solid #DCE3EB;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-family: 'Exo 2';
    font-size: 16px;
    background: #fff;
    color: #009DDB;
    cursor: pointer;
}

.main_page__vote input[type="submit"]:hover {
    background: #DCE3EB;
}

.checkbox_input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox_text {
    position: relative;
    padding: 0 0 0 36px;
    cursor: pointer;
}

.checkbox_label, .radio_label {
    margin-bottom: 0;
    line-height: normal;
    display: block;
}

.checkbox_label + .checkbox_label,
.radio_label + .radio_label {
    margin-top: 16px;
}

.checkbox_text:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #DCE3EB;
}

.checkbox_text:after {
    content: '';
    display: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
}

.checkbox_label input:checked + .checkbox_text:before {
    background: #009DDB;
}

.checkbox_label input:checked + .checkbox_text:after {
    display: block;
}

.radio_label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio_text {
    position: relative;
    padding: 0 0 0 36px;
    cursor: pointer;
}

.radio_text:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #DCE3EB;
    border-radius: 50%;
    background: #FFF;
}

.radio_text:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #009DDB;
    opacity: 0;
}

.radio_label input:checked + .radio_text:after {
    opacity: 1;
}

.vote__answer + .vote__answer {
    margin-top: 16px;
}

.vote__answer_info {
    display: flex;
    justify-content: space-between;
}

.vote__answer_percent {
    font-weight: 600;
}

.vote__answer_bar {
    position: relative;
    background: #F5F7F9;
    height: 4px;
    margin-top: 4px;
}

.vote__answer_bar .graph-bar {
    height: 4px;
    position: absolute;
    left: 0;
    background: #009DDB;
}

@media (max-width: 991px) {
    .main_page__vote {
        padding: 24px;
        width: 100%;
    }

    .main_page__vote + .main__faq {
        width: 100%;
        margin-top: 32px;
    }
}

font.tablebodytext {
    display: none;
    opacity: 0;
}

.vote-item-vote + .vote-item-vote {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #DCE3EB;
}

@media (max-width: 991px) {
    .vote-item-vote + .vote-item-vote {
        margin-top: 24px;
        padding-top: 24px;
    }
}

.video_news__elem.video_news__first {
    margin-top: 48px !important;
}

.video_news__first {
    display: block;
    height: 535px;
    position: relative;
}

.video_news__first:after {
    content: '';
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%), #000 50% / cover no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
}

.video_line_top {
    position: absolute;
    left: 32px;
    right: 32px;
    top: 32px;
    color: #fff;
    z-index: 1;
}

.video_line_name {
    position: absolute;
    left: 32px;
    right: 32px;
    top: 88px;
    color: #fff;
    z-index: 1;
    font-family: 'Exo 2';
    font-size: 40px;
}

.video_line_bottom {
    left: 32px;
    right: 32px;
    bottom: 32px;
    position: absolute;
    color: #fff;
    z-index: 1;
}

.video_news__list .materials__col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video_news__elem {
    width: calc(50% - 16px);
    margin-top: 32px;
}

.video_news__elem:nth-child(-n+2) {
    margin-top: 0;
}

.video_news__elem.video_news__first {
    width: 100%;
}

.video_news__elem .news__elem--card {
    width: 100% !important;
}

.search_tags__top + .page_description {
    margin-top: 32px;
}

@media (max-width: 767px) {
    .video_news__elem {
        width: 100%;
    }

    .video_news__elem:nth-child(2) {
        margin-top: 32px;
    }

    .video_news__elem.video_news__first {
        width: auto;
        margin-left: -24px;
        margin-right: -24px;
        padding: 24px;
    }

    .video_line_name {
        font-size: 28px;
        line-height: normal;
    }

    .video_line_top,
    .video_line_name,
    .video_line_bottom {
        left: 24px;
        right: 24px;
    }
}

.video_news__elem.video_news__first:hover {
    opacity: 0.8;
}

.video_line_top {
    display: flex;
    align-items: center;
}

.video_line_top .materials__tags {
    margin-right: 32px;
}

.video_line_top .materials__tag, .news__elem--card .news__elem--img .materials__tag {
    background: #009DDB;
    color: #fff;
    width: auto;
    height: auto;
}

.video_date {
    font-size: 12px;
}

.video_line_bottom {
    display: flex;
    flex-direction: column;
}

.video_bottom_p {
    font-family: 'Exo 2';
    margin-bottom: 16px;
}

.video_bottom_w {
    font-size: 14px;
}

.video_bottom_f {
    margin-top: 16px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.news__elem--card .news__elem--img .materials__tags {
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.main__videos-r .video__elem .news-img {
    position: relative;
}

.detail_materials__tags {
    display: flex;
    flex-wrap: wrap;
}

.detail_materials__tag + .detail_materials__tag {
    margin-left: 8px;
}

.detail_materials__tag {
    border-radius: 4px;
    background: #009DDB;
    padding: 4px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}

.detail__name h1 {
    margin: 32px 0 48px 0;
    font-size: 48px;
}

.detail__preview__row {
    padding: 48px 0 0 0;
    display: flex;
}

.detail__preview__row .detail__preview--text {
    padding-left: 6.875rem;
    padding-right: 4rem;
    flex: 1;
    font-family: 'Inter';
    font-size: 26px;
}

.detail__preview__row .detail__person {
    width: 423px;
    margin-top: 0;
}

.detail__preview__row .detail__preview__image {
    flex: 1;
    padding-right: 4rem;
}

.detail__preview__row .detail__preview__image img {
    max-width: 100%;
}

.detail__preview_line {
    position: relative;
}

.detail__person.right__fixed {
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 423px;
}

.detail__desc {
    margin-top: 32px;
}

.article__detail .text {
    font-family: 'Inter';
    font-size: 18px;
}

.numeric__big, .tooltip_person .rigth_block_name a, .tooltip__article-name {
    font-family: 'Exo 2';
}

.article__detail .text .h3, .article__detail .text .h2, .article__detail .text .h4, .article__detail .text .h5, .article__detail .text .list_ol, .article__detail .text .list_li {
    padding-left: 0;
}

.text_column_centr_block .centr_block {
    padding: 0 48px;
}

.article__detail .text .list_ol, .article__detail .text .list_li {
    width: 100%;
}

.text_column_rigth_block .left_block .text {
    padding-left: 6.875rem !important;
}

.article__more {
    margin-top: 48px;
}

.detail_page_share {
    margin-top: 48px;
    padding-left: 6.875rem;
    width: 63%;
}

.detail_page_share-name {
    color: #787876;
    font-size: 12px;
}

.detail_page_share .ya-share2 {
    padding-left: 0;
    padding-top: 16px;
}

.detail_page_share .ya-share2 ul {
    display: flex;
}

.detail_page_share .ya-share2 ul li + li {
    margin-left: 16px;
}

@media (max-width: 991px) {
    .detail__preview__row {
        flex-wrap: wrap;
    }

    .detail__preview__row .detail__preview--text {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .detail__preview__row .detail__person {
        width: 100%;
        margin-top: 32px;
    }

    .text_column_centr_block .centr_block {
        padding: 32px 0;
    }

    .text_column_rigth_block .left_block .text {
        padding-left: 0 !important;
    }

    .detail_page_share {
        margin-top: 32px;
        padding-left: 0;
        width: 100%;
    }

    .article__more {
        margin-top: 32px;
    }

    .detail__preview__image img {
        max-width: 100%;
    }

    .detail__name h1 {
        margin: 32px 0 32px 0;
        font-size: 1.125rem;
    }

    .detail_materials__tags {
        padding-top: 32px;
    }

    .detail__preview__row .detail__preview--text {
        font-size: 1rem;
    }

    .detail__preview__row .detail__person {
        margin-top: 0;
    }
}

.bottom_more {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #DCE3EB;
}

.bottom_more__title {
    font-family: 'Exo 2';
    font-size: 40px;
    margin-bottom: 42px;
}

.bottom_more__articles {
    display: flex;
}

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

.bottom_more__articles .video_news__elem {
    margin-top: 0;
    width: calc(25% - 24px);
}

@media (max-width: 991px) {
    .bottom_more__title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .bottom_more {
        margin-top: 32px;
        padding-top: 32px;
    }

    .bottom_more__articles .video_news__elem {
        width: calc(50% - 16px);
        margin-top: 32px;
    }

    .bottom_more__articles {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .bottom_more__articles .video_news__elem {
        width: 100%;
        margin-top: 0;
    }

    .bottom_more__articles .video_news__elem + .video_news__elem {
        margin-top: 24px;
    }
}

.bottom_more__articles + .bottom_more__news {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #DCE3EB;
}

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

.bottom_more__news .news__element {
    width: calc(50% - 16px);
}

.bottom_more__news .news__element + .news__element {
    margin-top: 0;
}

.bottom_more__news .news__element:nth-child(3),
.bottom_more__news .news__element:nth-child(4) {
    margin-top: 32px;
}

.bottom_more__articles + .bottom_more__news {
    margin-top: 32px;
    padding-top: 32px;
}

.bottom_more__news .news__element {
    width: 100%;
}

.bottom_more__news .news__element:nth-child(2) {
    margin-top: 32px;
}

.video_page__person {
    padding-top: 16px;
}

.video_page__person_name {
    color: #3D3D3B;
    font-weight: 700;
}

.video_page__person_job {
    color: #787876;
    font-size: 14px;
}

.video_page__video {
    margin-top: 48px;
}

.f-video-container {
    position: relative;
    overflow: hidden;
}

.f-video-player {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.f-video-player iframe, .f-video-player object, .f-video-player embed {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.bottom_more_video .bottom_more__title {
    margin-top: 48px;
    font-size: 28px;
    margin-bottom: 48px;
}

.bottom_more__articles.bottom_more__videos {
    flex-wrap: wrap;
}

.bottom_more__articles .video_news__elem {
    margin-top: 32px;
    width: calc(100% / 3 - 64px / 3);
}

.bottom_more__articles .video_news__elem:nth-child(-n+3) {
    margin-top: 0;
}

@media (max-width: 991px) {
    .bottom_more__articles .video_news__elem {
        width: 100%;
    }

    .video_page__video {
        margin-top: 32px;
    }

    .bottom_more_video .bottom_more__title {
        margin-top: 32px;
        font-size: 28px;
        margin-bottom: 32px;
    }

    .bottom_more__articles .video_news__elem + .video_news__elem {
        margin-top: 32px;
    }
}

.questions_page__top {
    display: flex;
    align-items: center;
}

.questions_page__top--image {
    width: 128px;
    height: 128px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 48px;
}

.questions_page__top--image img {
    max-width: 100%;
}

.questions_page__top--text h1 {
    font-size: 48px;
}

.questions_page__top--job {
    color: #787876;
    font-size: 14px;
}

.questions_page__top--name {
    color: #3D3D3B;
    font-weight: 700;
}

.questions-page__txt {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 176px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.questions-page__txt span {
    font-family: 'Exo 2';
    font-size: 48px;
    color: #009DDB;
    line-height: normal;
    margin-right: 24px;
}

.js-form-request label span {
    color: #FE3B1F;
}

.js-form-request label {
    color: #212121;
    font-weight: 600;
}

.js-form-request label span.checkbox_text {
    color: #212121;
}

.form__elem .button {
    border-radius: 4px;
    width: 116px;
    height: 48px;
    font-family: 'Exo 2';
    font-size: 16px;
}

.success__text.questions__page {
    font-size: 3rem;
    line-height: 60px;
    margin-bottom: 3rem;
}

.questions-page__form .success__btn a {
    font-family: 'Exo 2';
    font-size: 16px;
    height: 48px;
    border-radius: 4px;
    width: 344px;
}

@media (max-width: 767px) {
    .questions_page__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .questions_page__top--image {
        margin-right: 0;
    }

    .questions_page__top--text h1 {
        font-size: 32px;
    }

    .questions-page__txt {
        margin-left: 0;
        margin-top: 24px;
        font-size: 14px;
    }

    .success__text.questions__page {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 32px;
    }

    .questions-page__form .success__btn a {
        width: 100%;
    }
}

.header-btn a:hover, .form__elem .button:hover {
    background: #4DB6DD;
    text-decoration: none;
    box-shadow: none;
}

input[type="text"]:focus,
input[type="text"]:focus-visible {
    border-color: #009DDB;
    outline: none;
}

.cookie__btn {
    border-radius: 4px;
    color: #009DDB;
    font-family: 'Exo 2', sans-serif;
}

.cookie__btn:hover, .footer__btn a:hover {
    border-color: #009DDB;
}

.cookie__btn:active, .footer__btn a:active {
    border-color: #009DDB;
    border-width: 2px;
}

.notfound a {
    background: #009DDB;
    border-radius: 4px;
    font-family: 'Exo 2';
}

.notfound a:hover {
    box-shadow: none;
}

@media (max-width: 991px) {
    .main__stories-l h3 br {
        display: none;
    }

    .main__stories-l h3, .main__videos-l h3 {
        font-size: 1.5rem;
    }

    .checkbox_text {
        font-size: 14px;
        display: block;
        padding-left: 30px;
    }

    .checkbox_text:before {
        top: 0;
    }

    .adv__main {
        border-radius: 0;
        border: none;
        padding: 0;
        margin: 0;
    }

    .adv__main + .main__files {
        border-top: 1px solid #DCE3EB;
        padding-top: 24px;
    }

    .main__stories-r .news-text-pt {
        font-size: 14px;
    }
}

.detail__desc .text_column_left_block {
    display: flex;
}

.f-video-player img {
    position: absolute;
    cursor: pointer;
    opacity: 1;
    transition: 1s;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.f-video-btn {
    position: absolute;
    cursor: pointer;
    background: url(../img/icons8-youtube.svg) no-repeat center;
    background-size: 100%;
    width: 60px;
    height: 60px;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.videoWrapper iframe {
    display: none;
}

.videoWrapperActive img, .videoWrapperActive .f-video-btn {
    display: none;
}

.videoWrapperActive iframe {
    display: block;
}

.img__16_9 {
    height: 0;
    padding-bottom: 56.25%;
}

.article__detail .text_column_rigth_block, .article__detail .h3, .article__detail .h2, .article__detail .h4, .article__detail .h5 {
    margin: 0;
}

/*.article__detail .list_ol ol li, .article__detail .list_li ul li {*/
/*    font-family: 'Inter';*/
/*}*/

.course__top {
    padding: 5.25rem 1.5rem;

    background: url(../img/course_bg.png) no-repeat top left;
    background-size: cover;
    border-radius: 4px;
}

.course_promo_text {
    color: #fff;
}

.course_promo_text h1 {
    margin: 0;
}

.course_promo_text .subtitle {
    font-weight: 700;
    margin: 1rem 0;
    font-size: 0.875rem;
}

.course_promo_text .text {
    margin: 0;
    font-size: 0.875rem;
}

.course_bottom .files__row {
    margin-bottom: 0;
    margin-top: 2.5rem;
}

.course_bottom .course_section_left {
    padding-top: 4.5rem;
}

@media (max-width: 991px) {
    .course_bottom .course_section_left {
        padding-top: 0;
    }
}

.course_person_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 32px;
    margin-top: 2.5rem;
}

.course_person_elem {
    display: flex;
    align-items: center;
    border: 1px solid #DCE3EB;
    border-radius: 8px;
    padding: 24px;
}

.course_person_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course_person_img {
    width: 256px;
    height: 256px;
}

.course_person_text {
    flex: 1;
    padding-left: 1rem;
}

.course_person_name {
    font-size: 1.75rem;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
}

@media (max-width: 1365px) {
    .course_person_img {
        width: 150px;
        height: 150px;
    }

    .course_person_name {
        line-height: normal;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 991px) {
    .course_person_list {
        display: block;
    }

    .course_person_elem + .course_person_elem {
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {
    .course_person_elem {
        flex-direction: column;
        align-items: flex-start;
    }

    .course_person_img {
        width: 75px;
        height: 75px;
    }

    .course_person_text {
        padding-left: 0;
    }

    .course_person_name {
        margin-top: 0.5rem;
    }

    .course_person_elem + .course_person_elem {
        margin-top: 1rem;
    }
}

.course_info {
    align-items: flex-start;
}

.course_info .course_section_left {
    background: #F7F9FC;
    border-radius: 8px;
    padding: 24px;
    margin-top: 9.688rem;
}

.course_info .course_section_left p {
    margin-bottom: 0;
}

.course_info .course_section_left p + p {
    margin-top: 1rem;
}

.course_info_row {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 32px;

}

.course_info_name {
    font-weight: 700;
    font-family: 'Exo 2', sans-serif;
    margin: 0.5rem 0;
}

@media (max-width: 991px) {
    .course_info .course_section_left {
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {
    .course_info h2 br {
        display: none;
    }

    .course_info_row {
        display: block;
    }

    .course_info_col + .course_info_col {
        margin-top: 1rem;
    }
}

.custom-modal {
    display: none;
    min-width: 960px;
}

.popup__subtitle {
    color: #718C9E;
    font-weight: 700;
}

.popup__title {
    font-size: 1.5rem;
    font-family: 'Exo 2', sans-serif;
    padding: 0.5rem 0 2rem 0;
}

.js-form-request label {
    font-size: 0.875rem;
}

.jq-selectbox__select {
    border-radius: 0.25rem;
}

[js-popup] {
    cursor: pointer;
}

.control {
    font-weight: 400 !important;
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #D0D6DE;
    border-radius: 4px;
}

.control input:checked ~ .control_indicator {
    background: #0097CE;
    border-color: #0097CE;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background-color: #0e6647;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.form__row--bottom {
    justify-content: flex-end;
}

.form__elem .button {
    margin: 0;
}

.popup_hide {
    height: 48px;
    font-family: 'Exo 2';
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DCE3EB;
    border-radius: 4px;
    padding: 0 16px;
    color: #009DDB;
    margin-right: 16px;
    cursor: pointer;
}

.popup_hide:hover {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .custom-modal {
        min-width: 100%;
    }
}