@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Philosopher&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus {
    outline: none
}

a:active, a:focus {
    outline: none
}

aside, footer, header, nav {
    display: block
}

body, html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Montserrat", sans-serif
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

:root {
    --blue: #3c5997
}

header {
    background: #f6f7f9;
    border-bottom: 1px solid #1615191f
}

.header__container {
    margin: 0px auto;
    padding: 4px 0px
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #5e5373;
    z-index: 2
}

.header__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.header__logo img {
    max-width: 100%;
    display: block
}

.header__burger {
    display: none
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4
}

@media (max-width: 992px) {
    .header__menu {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px
}

.header__list li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.header__list li:hover {
    color: #3c5997;
    background: #e6ecfa;
    border-radius: 4px 4px 0px 0px
}

@media (max-width: 992px) {
    .header__list li:hover {
        background: unset !important
    }
}

.header__list li:hover .menu_drop {
    display: block
}

.header__link {
    display: block;
    color: #000000;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #3c5997;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    white-space: nowrap;
    transition: all ease 0.3s;
    padding: 13px 20px
}

.menu_drop {
    display: none;
    position: absolute;
    padding: 16px 15px 4px 15px;
    background-color: #e6ecfa;
    border-radius: 0px 4px 4px 4px;
    top: 40px
}

.menu_drop ul {
    padding: 0px 0px
}

.menu_drop ul li a {
    font-size: 12px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 0px 40px 0px 0px;
    margin: 0px 0px 15px 0px
}

.menu_drop ul li a:hover {
    color: #3c5997
}

@media (max-width: 992px) {
    body.lock {
        overflow: hidden
    }

    .header__body {
        height: unset
    }

    .header__container {
        padding: 0px 0px
    }

    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px
    }

    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 3;
        margin: 0px 0px 0px 15px
    }

    .header__burger span {
        position: absolute;
        background-color: #000000;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s
    }

    .header__burger:after, .header__burger:before {
        content: "";
        background-color: #000000;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s
    }

    .header__burger:before {
        top: 0
    }

    .header__burger:after {
        bottom: 0
    }

    .header__burger.active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .header__burger.active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px
    }

    .header__burger.active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 9px
    }

    .header__menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-color: #f6f7f9;
        padding: 80px 10px 20px 10px
    }

    .header__menu.active {
        top: 0
    }

    .header__list {
        display: block
    }

    .header__link {
        font-size: 16px;
        padding: 5px 10px 9px 0px
    }

    .main_social {
        display: none
    }

    .headerUp {
        border-bottom: unset !important
    }

    .search_icon {
        margin: 0px 0px 0px 0px !important
    }

    .search_input {
        display: block !important
    }
}

.headerUp {
    padding: 13px 0px;
    border-bottom: 1px solid #1615191f;
    position: relative;
    z-index: 5;
    background: #f6f7f9
}

@media (max-width: 992px) {
    .headerUp {
        padding: 7px 0px
    }
}

.search_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 24px 0px 0px;
    position: relative
}

.search_icon {
    border: 1px solid #3c59979f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0px 0px 0px 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.search_icon:hover {
    border: 1px solid var(--blue)
}

.search_input {
    display: none;
    height: 40px;
    border: 1px solid var(--blue);
    padding: 0px 7px;
    border-radius: 3px;
    position: absolute;
    right: 50px
}

.search_input.active {
    display: block
}

@media (max-width: 992px) {
    .search_input {
        right: unset;
        left: 50px
    }
}

.dropdown-toggle {
    background-color: unset !important;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #161519
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social_item {
    margin: 0px 6px 0px 0px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: block
}

.social_item:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.logo img {
    margin: 0px 10px 0px 0px;
    max-width: 100%;
    min-width: 139px
}

.adpt_social {
    margin: 15px 0px 0px 0px
}

.adpt_search {
    margin: 15px 0px 0px 0px
}

main {
    padding: 0;
}

@media (max-width: 768px) {
    main {
        padding: 0px 0px 40px 0px
    }
}

.mainSection {
    background: url("../img/background_img.png") no-repeat;
    background-position: left
}

.main_news {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 4px;
    overflow: hidden
}

.main_news_img {
    position: relative;
    width: 100%
}

.main_news_img .main_img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .main_news_img .main_img {
        max-height: 350px;
        object-fit: cover;
    }
}

.main_news_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.116)
}

.main_title, h1 {
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    font-size: 44px;
    line-height: 49px;
    color: #ffffff
}

@media (max-width: 768px) {
    .main_title, h1 {
        font-size: 34px;
        line-height: 110%
    }
}

@media (max-width: 465px) {
    .main_title, h1 {
        font-size: 22px
    }
}

.main_title {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.main_title:hover {
    color: #e4e4e4
}

.main_news_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 40px 40px 40px
}

@media (max-width: 768px) {
    .main_news_content {
        padding: 0px 20px 20px 20px
    }
}

.theme_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 24px 0px
}

@media (max-width: 465px) {
    .theme_block {
        margin: 0px 0px 14px 0px
    }
}

.theme_block a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    border-radius: 3px;
    padding: 4px 9px;
    font-size: 12px;
    line-height: 15px;
    color: #3c5997;
    margin: 0px 8px 0px 0px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.theme_block a:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.read_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.read_more:hover {
    color: #ffffff
}

.read_more:hover .read_more_img {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.read_more img {
    margin: 0px 8px 0px 0px
}

.read_more_img {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.slick-slider {
    min-width: 0
}

.slick-list {
    overflow: hidden;
    margin: 0 -7px
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider {
    position: relative
}

@media (max-width: 767px) {
    .slider {
        padding: 0px 0px
    }
}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -30px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 60px;
    outline: none;
    cursor: pointer
}

.slider .slick-arrow.slick-prev {
    left: 0;
    background: url("../img/sl-arrow_l.svg") 0 0/100% no-repeat
}

.slider .slick-arrow.slick-next {
    right: 0;
    background: url("../img/sl-arrow_r.svg") 0 0/100% no-repeat
}

.slider .slick-arrow.slick-disabled {
    opacity: 0.2
}

.slider__item {
    padding: 0px 0px;
    outline: none;
    margin: 0px 7px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .slider__item {
        overflow: hidden;
    }
}

.slider__item img {
    max-width: 100%
}

.slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider .slick-dots li {
    list-style: none;
    margin: 0px 10px
}

.slider .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%
}

.slider .slick-dots li.slick-active button {
    background-color: transparent;
    border: 1px solid #fff
}

.slider_news_img {
    display: block;
    width: 100%;
    max-width: 190px;
    max-height: 120px;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

@media (max-width: 450px) {
    .slider_news_img {
        max-width: 200px
    }
}

.slider_news_img:hover:after {
    background-color: rgba(0, 0, 0, 0)
}

.slider_news_img img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 120px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 450px) {
    .slider_news_img img {
        max-width: 200px
    }
}

.slider_news_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.116);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.subtitle {
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #161519
}

@media (max-width: 1200px) {
    .subtitle {
        font-size: 21px
    }
}

.ornament_img {
    margin: 0px 8px 0px 0px
}

@media (max-width: 1200px) {
    .ornament_img {
        margin: 0px 5px 0px 0px
    }
}

.imgSection {
    margin: 80px 0px 0px 0px
}

@media (max-width: 1200px) {
    .imgSection {
        margin: 50px 0px 0px 0px
    }
}

@media (max-width: 768px) {
    .imgSection {
        margin: 25px 0px 0px 0px
    }
}

.imgSection_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
    margin: 40px 0px 0px 0px
}

@media (max-width: 1200px) {
    .imgSection_block {
        margin: 25px 0px 0px 0px
    }
}

@media (max-width: 768px) {
    .imgSection_block {
        margin: 15px 0px 0px 0px;
        -webkit-column-gap: 8px;
        column-gap: 8px
    }
}

.imgSection_block a {
    display: block;
    position: relative;
    max-height: 218px;
    overflow: hidden;
    border-radius: 2px;
    width: 100%
}

.imgSection_block a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.116);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.imgSection_block a:hover:after {
    background-color: rgba(0, 0, 0, 0)
}

.imgSection_block a img {
    width: 100%;
    max-width: 100%;
    max-height: 382px;
    -o-object-fit: cover;
    object-fit: cover
}

.president_aside_block {
    display: block;
    position: relative;
    padding: 49px 40px 31px 40px
}

.president_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: fill;
    object-fit: fill
}

.president_aside_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.speciality {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    opacity: 0.6;
    margin: 0px 0px 16px 0px
}

.president_img {
    max-width: 120px;
    max-height: 120px;
    margin: 0px 0px 8px 0px
}

.president_name {
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #ffffff
}

.president_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #ffffff
}

.subtitle.bb {
    border-bottom: 1px solid #1615192d;
    padding: 0px 0px 16px 0px
}

.magaz_img {
    overflow: hidden;
    display: block;
    border-radius: 10px
}

@media (max-width: 570px) {
    .magaz_img {
        display: flex;
        justify-content: center;
        margin: 15px 0px 15px 0px !important;
    }

    .magaz_img img {
        max-width: 311px;
        min-width: 311px;
    }
}

.magaz_img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 448px
}

.second_aside_block {
    margin: 27px 0px 0px 0px;
    width: 100%
}

@media (max-width: 992px) {
    .second_aside_block {
        margin: 40px 0px 5px 0px
    }
}

.section2 {
    margin: 70px 0px 70px 0px
}

@media (max-width: 992px) {
    .section2 {
        margin: 40px 0px 40px 0px
    }
}

@media (max-width: 768px) {
    .section2 {
        margin: 25px 0px 30px 0px
    }
}

.video_slider {
    margin: 0px 0px 50px 0px
}

@media (max-width: 768px) {
    .video_slider {
        margin: 0px 0px 30px 0px
    }
}

.video_slider .slick-next:before {
    content: url("../img/icon/arrLeft.svg")
}

.video_slider .slick-prev:before {
    content: url("../img/icon/arrRight.svg")
}

.video_slider .slick-next, .video_slider .slick-prev {
    background: unset
}

.video_slider .slick-prev {
    top: auto;
    bottom: 58%;
    left: -63px;
    z-index: 1
}

@media (max-width: 1200px) {
    .video_slider .slick-prev {
        left: -30px
    }
}

@media (max-width: 768px) {
    .video_slider .slick-prev {
        left: 0px
    }
}

.video_slider .slick-next {
    top: auto;
    bottom: 58%;
    right: -63px;
    z-index: 1;
    left: unset
}

@media (max-width: 1200px) {
    .video_slider .slick-next {
        right: -30px
    }
}

@media (max-width: 768px) {
    .video_slider .slick-next {
        right: 0px
    }
}

@-webkit-keyframes modal-video {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modal-video {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    0% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes modal-video-inner {
    0% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.modal-video-close {
    opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-video-close-btn:after, .modal-video-close-btn:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

.js-video-button {
    cursor: pointer;
    position: relative
}

.play_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.play_icon:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.play_icon img {
    width: 56px;
    height: 56px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.little_modal_video {
    margin: 45px 0px 0px 0px
}

@media (max-width: 992px) {
    .little_modal_video {
        margin: 15px 0px 15px 0px
    }
}

.little_video_item {
    margin: 0px 0px 8px 0px
}

.little_video_item .title {
    font-family: "Philosopher", sans-serif;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    margin: 0px 25px 0px 0px
}

.little_video_item .time {
    font-family: "Philosopher", sans-serif;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    margin: 0px 0px
}

.little_video_item:hover .little_play img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.little_video_item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 0px;
    margin: 0px 0px 0px 12px
}

.img_play_block {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px
}

.img_play_block .img_play {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px
}

.img_play_block .little_play {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.img_play_block .little_play img {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    max-width: 11px;
    max-height: 14px
}

.main_modal_video {
    border-radius: 8px;
    overflow: hidden;
    min-width: 168px
}

.video_img {
    width: 100%;
    height: 100%;
    max-height: 220px;
    -o-object-fit: cover;
    object-fit: cover
}

.section2_main_block {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    max-height: 455px
}

.section2_main_block:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.section2_main_block img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.section2_main_block .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 40px 40px 40px
}

.section2_main_block .text .mini_label {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    margin: 0px 0px 12px 0px;
    text-align: center
}

.section2_main_block .text .title {
    font-family: "Philosopher", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #ffffff
}

.video_list_item {
    margin: 0px 0px 16px 0px
}

.video_list_item .video_list_img {
    border-radius: 50%;
    overflow: hidden;
    min-width: 72px;
    min-height: 72px;
    max-width: 72px;
    max-height: 72px
}

.video_list_item .video_list_img img {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 72px;
    min-height: 72px;
    max-width: 72px;
    max-height: 72px
}

.video_list_item .label {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #161519;
    opacity: 0.6;
    margin: 0px 0px 4px 0px
}

.video_list_item .title {
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #161519;
    overflow: hidden;
    max-height: 32px
}

.video_list {
    -webkit-column-gap: 15px;
    column-gap: 15px
}

@media (max-width: 992px) {
    .video_list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 420px) {
    .video_list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.title_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px 0px 40px 0px
}

@media (max-width: 992px) {
    .title_tabs {
        margin: 0px 0px 20px 0px
    }
}

.nav-tabs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 992px) {
    .nav-tabs {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.nav-tabs .nav-link {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #161519;
    opacity: 0.6;
    padding: 0px 0px 16px 0px;
    margin: 0px 0px 0px 20px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media (max-width: 992px) {
    .nav-tabs .nav-link {
        padding: 0px 0px 5px 0px;
        margin: 0px 20px 8px 0px
    }
}

.nav-tabs .nav-link:active {
    border: none
}

.nav-tabs .nav-link:focus {
    border: none
}

.nav-tabs .nav-link:hover {
    border: none;
    opacity: 1;
    border-bottom: 2px solid #296eff
}

.nav-tabs .nav-link.active {
    border-bottom: 2px solid #296eff;
    border-top: none;
    border-left: none;
    border-right: none;
    opacity: 1
}

.tabs_news {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px
}

@media (max-width: 992px) {
    .tabs_news {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 455px) {
    .tabs_news {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news_item img {
    border-radius: 2px;
    width: 100%;
    max-width: 350px;
    max-height: 220px;
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 768px) {
    .news_item img {
        max-height: 190px;
        min-height: 190px
    }
}

@media (max-width: 455px) {
    .news_item img {
        max-width: unset !important;
        min-height: 150px;
        max-height: 190px
    }
}

.news_item .news_item_label {
    font-size: 12px;
    line-height: 15px;
    color: #161519;
    opacity: 0.6;
    margin: 12px 0px 8px 0px
}

.news_item .news_item_text {
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #161519;
    overflow: hidden;
    max-height: 37.5px
}

.section3 {
    margin: 0px 0px 80px 0px
}

@media (max-width: 992px) {
    .section3 {
        margin: 0px 0px 50px 0px
    }
}

.section4 {
    background: url("../img/background4.png") no-repeat;
    background-size: cover;
    position: relative;
    padding: 127px 0px;
    overflow: hidden;
    margin: 0px 0px 80px 0px
}

@media (max-width: 768px) {
    .section4 {
        padding: 50px 0px;
        margin: 0px 0px 30px 0px
    }
}

.section4 .ornament_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.cards_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px
}

@media (max-width: 767px) {
    .cards_block {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 425px) {
    .cards_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center
    }
}

.cards_item {
    position: relative;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.08));
    border-radius: 16px;
    max-width: 227px;
    overflow: hidden;
    position: relative;
    z-index: 3
}

@media (max-width: 767px) {
    .cards_item {
        max-height: 210px
    }
}

@media (max-width: 425px) {
    .cards_item {
        max-width: unset;
        width: 100%
    }
}

.cards_item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.089)
}

.cards_item img {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 425px) {
    .cards_item img {
        width: 100%;
        height: 100%;
    }
}

.cards_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.cards_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #ffffff;
    padding: 0px 24px 24px 24px
}

.main_title.font-48 {
    font-size: 48px
}

@media (max-width: 768px) {
    .main_title.font-48 {
        font-size: 35px !important
    }
}

.book_item {
    margin: 0px 0px;
    overflow: hidden;
    border-radius: 4px
}

.book_item img {
    max-width: 100%
}

.books_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
    margin: 24px 0px 80px 0px
}

@media (max-width: 992px) {
    .books_block {
        margin: 14px 0px 40px 0px
    }
}

@media (max-width: 768px) {
    .books_block {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 380px) {
    .books_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center
    }
}

.section6 {
    margin: 0px 0px 55px 0px
}

@media (max-width: 992px) {
    .section6 {
        margin: 0px 0px 40px 0px
    }
}

.section6 .slick-slider {
    min-width: 0
}

.section6 .slick-list {
    overflow: hidden
}

.section6 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section6 .slider2 {
    position: relative
}

@media (max-width: 767px) {
    .section6 .slider2 {
        padding: 0px 0px
    }
}

.section6 .slider2 .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -30px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 60px;
    outline: none;
    cursor: pointer
}

.section6 .slider2 .slick-arrow.slick-prev {
    left: 0;
    background: url("../img/sl-arrow_l.svg") 0 0/100% no-repeat
}

.section6 .slider2 .slick-arrow.slick-next {
    right: 0;
    background: url("../img/sl-arrow_r.svg") 0 0/100% no-repeat
}

.section6 .slider2 .slick-arrow.slick-disabled {
    opacity: 0.2
}

.section6 .slider__item {
    padding: 0px 15px;
    outline: none
}

.section6 .slider__item img {
    max-width: 100%
}

.section6 .slider2 .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0px 0px 0px
}

@media (max-width: 768px) {
    .section6 .slider2 .slick-dots {
        margin: 25px 0px 0px 0px
    }
}

.section6 .slider2 .slick-dots li {
    list-style: none;
    margin: 0px 15px
}

@media (max-width: 768px) {
    .section6 .slider2 .slick-dots li {
        margin: 0px 7px
    }
}

.section6 .slider2 .slick-dots button {
    font-size: 0;
    width: 40px;
    height: 2px;
    background-color: #f3f3f3;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.section6 .slider2 .slick-dots button:hover {
    background-color: var(--blue)
}

.section6 .slider2 .slick-dots li.slick-active button {
    background-color: transparent;
    background-color: var(--blue)
}

footer {
    padding: 32px 0px;
    background: #f6f7f9
}

@media (max-width: 768px) {
    footer {
        padding: 32px 0px 15px 0px
    }
}

.social1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.social_item1 {
    margin: 0px 0px 0px 6px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    display: block
}

.social_item1:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

@media (max-width: 768px) {
    .social_item1 {
        margin: 0px 3px 0px 3px
    }
}

.footer_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px 10px 0px
}

@media (max-width: 768px) {
    .footer_up {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer_up .left a {
    display: block;
    margin: 0px 0px 18px 0px
}

@media (max-width: 768px) {
    .footer_up .left a {
        text-align: center
    }
}

.footer_up .left .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #000000
}

@media (max-width: 768px) {
    .footer_up .left .text {
        text-align: center
    }
}

.footer_up .left .text span {
    font-weight: bold
}

.footer_up .right .footer_menu {
    margin: 0px 0px 50px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .footer_up .right .footer_menu {
        margin: 0px 0px 30px 0px
    }
}

.footer_up .right .footer_menu a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3c5997;
    margin: 0px 0px 0px 20px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.footer_up .right .footer_menu a:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

@media (max-width: 768px) {
    .footer_up .right .footer_menu a {
        margin: 0px 10px 0px 10px
    }
}

.footer_middle {
    margin: 0px 0px 25px 0px
}

@media (max-width: 768px) {
    .footer_middle {
        margin: 20px 0px 20px 0px
    }
}

.footer_middle ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 145px 200px 140px 130px 185px;
    grid-template-columns: 145px 200px 140px 130px 185px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 15px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px
}

@media (max-width: 1200px) {
    .footer_middle ul {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width: 768px) {
    .footer_middle ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center
    }
}

.footer_middle ul li {
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    max-width: 230px
}

@media (max-width: 768px) {
    .footer_middle ul li {
        padding: 0px 0px 0px 0px;
        text-align: center
    }
}

.footer_middle ul li a {
    color: var(--blue);
    font-weight: bold
}

.footer_middle ul li p {
    margin: 0px 0px 0px 0px
}

.footer_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    .footer_down {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.footer_down_item {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0px 0px 0px 0px
}

@media (max-width: 768px) {
    .footer_down_item {
        margin: 0px 0px 10px 0px
    }
}

.footer_down_item:nth-child(2) {
    margin: 0px 30px
}

@media (max-width: 768px) {
    .footer_down_item:nth-child(2) {
        margin: 0px 0px 10px 0px
    }
}

.footer_down_item span {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4)
}

.footer_down_item .blue {
    color: #03aac7
}

a.footer_down_item {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.4)
}

a.footer_down_item span {
    margin: 0px 0px 0px 5px;
    font-weight: bold
}

.single_news_title {
    font-family: "Philosopher", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000
}

@media (max-width: 768px) {
    .single_news_title {
        font-size: 30px
    }
}

.single_news_text {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    margin: 0px 0px 23px 0px;
    max-width: 858px
}

@media (max-width: 768px) {
    .single_news_text {
        margin: 0px 0px 13px 0px;
        font-size: 17px
    }
}

.singlePage_img {
    margin: 35px 0px 30px 0px;
    max-height: 500px;
    overflow: hidden;
    border-radius: 10px
}

.singlePage_img img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%
}

@media (max-width: 768px) {
    .singlePage_img {
        margin: 20px 0px 20px 0px
    }
}

.single_news_subtitle {
    font-family: "Philosopher", sans-serif;
    font-size: 28px;
    line-height: 120%;
    color: #000000
}

.single_news_subtitle {
    margin: 0px 0px 30px 0px
}

@media (max-width: 768px) {
    .single_news_subtitle {
        margin: 0px 0px 15px 0px
    }
}

.aside_menu {
    background: #e6ecfa;
    border-radius: 10px;
    padding: 25px 18px;
    min-width: 250px;
    width: 100%
}

.aside_menu ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px
}

.aside_menu ul li {
    margin: 0px 0px 20px 0px
}

.aside_menu ul li a {
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #222222;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s
}

.aside_menu ul li a:hover {
    color: var(--blue)
}

.aside_menu ul li:last-child {
    margin: 0px 0px 0px 0px
}

.academyNews_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    row-gap: 30px
}

@media (max-width: 768px) {
    .academyNews_block {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        row-gap: 25px
    }
}

@media (max-width: 425px) {
    .academyNews_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.academyNews_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.academyNews_item:hover .academyNews_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.academyNews_item:hover .academyNews_title {
    color: var(--blue)
}

.academyNews_img_block {
    overflow: hidden;
    border-radius: 10px;
    max-height: 180px;
    margin: 0px 0px 15px 0px
}

.academyNews_img {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
    height: 100%;
    min-height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 992px) {
    .academyNews_img {
        min-height: 150px;
        max-height: 150px
    }
}

@media (max-width: 425px) {
    .academyNews_img {
        min-height: 165px;
        max-height: 165px
    }
}

.times {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 120%;
    color: #9c9c9c;
    white-space: nowrap
}

.times img {
    margin: 0px 8px 0px 0px
}

.clock_text {
    margin: 0px 20px 0px 0px
}

.academyNews_title {
    font-family: "Philosopher", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    color: #222222;
    margin: 15px 0px 10px 0px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    max-height: 57.27px;
    overflow: hidden
}

@media (max-width: 425px) {
    .academyNews_title {
        margin: 10px 0px 7px 0px
    }
}

.academyNews_text {
    font-family: "Philosopher", sans-serif;
    font-size: 14px;
    line-height: 120%;
    color: #949495;
    max-height: 49.09px;
    overflow: hidden
}

.singlePage_img.noBorder {
    border-radius: unset !important;
    max-height: 590px
}

.sharing_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .sharing_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.sharing_links div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sharing_links p {
    font-family: "Inter", sans-serif;
    margin: 0px 0px 0px 0px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #9c9c9c
}

@media (max-width: 768px) {
    .sharing_links p {
        margin: 0px 0px 6px 0px
    }
}

.sharing_links a {
    display: block;
    margin: 0px 3px 0px 12px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

@media (max-width: 768px) {
    .sharing_links a {
        margin: 0px 10px 3px 0px
    }
}

.sharing_links a:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.sharing_links a img {
    max-width: 32px;
    max-height: 32px
}

.breadcrumb-item {
    white-space: normal;
    margin: 0px 0px 4px 0px
}

.breadcrumb-item:last-child:after {
    display: none
}

.breadcrumb-item a {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.breadcrumb-item a:hover {
    color: var(--blue)
}

.breadcrumb-item:after {
    content: url("../img/icons/arr_right.svg");
    padding: 2px 10px 0px 10px
}

@media (max-width: 768px) {
    .breadcrumb {
        margin: 0px 0px 20px 0px
    }
}

.booksPage .books_block {
    margin: 30px 0px 30px 0px
}

@media (max-width: 768px) {
    .booksPage .books_block {
        margin: 25px 0px 20px 0px
    }
}

.booksPage .book_item {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 100%;
}

.booksPage .book_item img {
    margin: 0px 0px 30px 0px;
    max-height: 378px;
    min-height: 378px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 991px) {
    .booksPage .book_item {
    }

    .booksPage .book_item img {
        max-height: 278px;
        min-height: 278px;
        margin: 0px 0px 15px 0px;
    }
}

@media (max-width: 380px) {
    .booksPage .book_item img {
        max-height: 378px;
        min-height: 378px;
    }
}


.booksPage .book_item span {
    font-family: "Philosopher", sans-serif;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    padding: 0px 15px 30px 15px;
    display: block
}

.load_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 30px;
    border-radius: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 15px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 15px 30px rgba(0, 0, 0, 0.05);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0px auto
}

.load_more:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.load_more img {
    margin: 0px 10px 0px 0px
}

.load_more p {
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    color: var(--blue)
}

@media (max-width: 768px) {
    .load_more {
        width: 100%
    }
}

.book_item.NoBorder {
    background: #ffffff;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.book_item.NoBorder img {
    margin: 0px 0px 0px 0px
}

.read_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Philosopher", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.read_more:hover {
    color: #002568
}

.read_more:hover img {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}

.read_more img {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0px 0px 0px 10px
}

.singleBook_block img {
    max-width: 100%
}

.about_us_page_block__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px 0px 80px 0px
}

@media (max-width: 768px) {
    .about_us_page_block__tabs {
        margin: 25px 0px 40px 0px
    }
}

.about_us_page_block__tabs .about_us_page_block__tabs__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fafafa;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 5px 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 455px) {
    .about_us_page_block__tabs .about_us_page_block__tabs__center {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.about_us_page_block__tabs .about_us_page_block__tabs__center .about_us_page_block__tabs__center__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about_us_page_block__tabs .about_us_page_block__tabs__center .about_us_page_block__tabs__center__item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px 2px 0px 2px;
    width: 30px;
    height: 30px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #9c9c9c;
    text-decoration: none
}

.about_us_page_block__tabs .about_us_page_block__tabs__center .about_us_page_block__tabs__center__item .text.active {
    background: var(--blue);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    color: #ffffff
}

.about_us_page_block__tabs .about_us_page_block__tabs__center .about_us_page_block__tabs__center__item .text:hover {
    background: var(--blue);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    color: #ffffff
}

.about_us_page_block__tabs__center__item.arr .text:hover {
    background: #dbdbdb !important
}

.about_us_page_block__tabs__center__item.arr .text.active {
    background: #dbdbdb !important
}

.single_news_text.font-24 {
    font-size: 24px
}

@media (max-width: 768px) {
    .single_news_text.font-24 {
        font-size: 18px
    }
}

.pdfArticle_block {
    background: #ffffff;
    -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 15px 40px rgba(0, 0, 0, 0.03), 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 15px 40px rgba(0, 0, 0, 0.03), 0px 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 47px
}

@media (max-width: 768px) {
    .pdfArticle_block {
        padding: 20px 15px
    }
}

@media (min-width: 1200px) {
    .pdfArticle_block .left {
        margin: 0px 120px 0px 0px
    }
}

.pdfArticle_block .right .img {
    overflow: hidden;
    border-radius: 10px
}

.pdfArticle_block .right .img img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 992px) {
    .pdfArticle_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.pdfLinks {
    margin: 40px 0px 0px 0px
}

@media (max-width: 768px) {
    .pdfLinks {
        margin: 20px 0px 0px 0px
    }
}

.pdfLinks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -30px;
    padding: 0px 0px 0px 0px
}

.pdfLinks ul li {
    margin: 2px 30px
}

.pdfLinks ul li a {
    font-weight: 300;
    font-size: 22px;
    line-height: 130%;
    color: #222222;
    white-space: nowrap;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.pdfLinks ul li a:hover {
    color: #3c5997
}

.pdfLinks ul li a.active {
    color: #3c5997
}

.video_block .academyNews_img_block {
    position: relative
}

.video_block .academyNews_img_block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/img/icons/play.svg") no-repeat;
    background-position: center
}

.searchPage {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
}

@media (max-width: 992px) {
    .searchPage {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width: 768px) {
    .searchPage {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 425px) {
    .searchPage {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.singelPhotoNews .single_news_text {
    max-width: 920px
}

.singelPhotoNews .single_news_title {
    max-width: 920px
}

.singelPhotoNews .singlePage_img {
    max-height: 590px
}

.contacts_block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 191px 191px 191px 191px 191px 191px;
    grid-template-columns: 191px 191px 191px 191px 191px 191px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    row-gap: 20px
}

@media (max-width: 1345px) {
    .contacts_block {
        -ms-grid-columns: 191px 191px 191px 191px;
        grid-template-columns: 191px 191px 191px 191px
    }
}

@media (max-width: 992px) {
    .contacts_block {
        -ms-grid-columns: 191px 191px 191px;
        grid-template-columns: 191px 191px 191px
    }
}

@media (max-width: 768px) {
    .contacts_block {
        -ms-grid-columns: 191px 191px;
        grid-template-columns: 191px 191px;
        row-gap: 20px
    }
}

@media (max-width: 435px) {
    .contacts_block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center
    }
}

.contacts_item .light_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #9c9c9c;
    margin: 0px 0px 15px 0px
}

@media (max-width: 1345px) {
    .contacts_item .light_text {
        margin: 0px 0px 8px 0px
    }
}

@media (max-width: 435px) {
    .contacts_item .light_text {
        margin: 0px 0px 5px 0px
    }
}

.contacts_item .text {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #3c5997
}

.map {
    height: 684px
}

@media (max-width: 1345px) {
    .map {
        height: 450px
    }
}

@media (max-width: 768px) {
    .map {
        height: 350px
    }
}

@media (max-width: 440px) {
    .map {
        height: 250px
    }
}
