@charset "UTF-8";
@media (min-width: 1230px) {
    .container {
        max-width: 1230px;
    }
}

@keyframes scrolling {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.payment-page .wrapper {
    margin-top: 50px;
}

.payment-page .form-block {
    margin-bottom: 100px;
}

.cooperation-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 1;
}

.cooperation-slider .slick-arrow:before {
    content: '';
    position: absolute;
    width: 20px;
    background: url('../img/back.svg') center no-repeat;
    background-size: contain;
    height: 13px;
    opacity: 1;
}

.cooperation-slider .slick-next:before {
    transform: rotate(180deg);
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px;
}

@font-face {
    font-family: 'Daxline';
    src: url("../fonts/DaxlinePro/DaxlinePro-Light.eot");
    src: local("DaxlinePro-Light"), url("../fonts/DaxlinePro/DaxlinePro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DaxlinePro/DaxlinePro-Light.woff") format("woff"), url("../fonts/DaxlinePro/DaxlinePro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Daxline';
    src: url("../fonts/DaxlinePro/DaxlinePro-ExtraBold.eot");
    src: local("DaxlinePro-ExtraBold"), url("../fonts/DaxlinePro/DaxlinePro-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DaxlinePro/DaxlinePro-ExtraBold.woff") format("woff"), url("../fonts/DaxlinePro/DaxlinePro-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Daxline';
    src: url("../fonts/DaxlinePro/DaxlinePro-Bold.eot");
    src: local("DaxlinePro-Bold"), url("../fonts/DaxlinePro/DaxlinePro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DaxlinePro/DaxlinePro-Bold.woff") format("woff"), url("../fonts/DaxlinePro/DaxlinePro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Daxline';
    src: url("../fonts/DaxlinePro/DaxlinePro-Medium.eot");
    src: local("DaxlinePro-Medium"), url("../fonts/DaxlinePro/DaxlinePro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DaxlinePro/DaxlinePro-Medium.woff") format("woff"), url("../fonts/DaxlinePro/DaxlinePro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Daxline';
    src: url("../fonts/DaxlinePro/DaxlinePro-Thin.eot");
    src: local("DaxlinePro-Thin"), url("../fonts/DaxlinePro/DaxlinePro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/DaxlinePro/DaxlinePro-Thin.woff") format("woff"), url("../fonts/DaxlinePro/DaxlinePro-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Daxline';
    src: url("../fonts/DaxlinePro/DaxlinePro-Black.eot");
    src: local("DaxlinePro-Black"), url("../fonts/DaxlinePro/DaxlinePro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DaxlinePro/DaxlinePro-Black.woff") format("woff"), url("../fonts/DaxlinePro/DaxlinePro-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Daxline';
    src: url("../fonts/DaxlinePro/DaxlinePro-Regular.eot");
    src: local("DaxlinePro-Regular"), url("../fonts/DaxlinePro/DaxlinePro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DaxlinePro/DaxlinePro-Regular.woff") format("woff"), url("../fonts/DaxlinePro/DaxlinePro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    outline: none;
}

body {
    font-family: 'Daxline', sans-serif;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    color: #0F2345;
}

.success-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 24px;
    z-index: 1;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.success-send .success-info {
    opacity: 1;
    visibility: visible;
}

a,
button {
    transition: all 0.4s ease;
    border: 0;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

a:hover {
    text-decoration: none;
}

main {
    padding-top: 40px;
    overflow: hidden;
}

main.lightgrey {
    background-color: rgba(249, 249, 249, 0.6);
    background-color: #f9f9f9;
}

main.lightgrey .indicate-page .block {
    background-color: #fff;
}

a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

h1,
.heading1 {
    font-size: 38px;
    font-weight: 500;
}

h2,
.heading2 {
    font-size: 27px;
    font-weight: 500;
}

h3,
.heading3 {
    font-size: 21px;
    font-weight: 500;
}

h4,
.heading4 {
    font-size: 19px;
    font-weight: 500;
}

.lined-title {
    font-size: 28px;
    font-weight: 500;
    position: relative;
}

.lined-title.text-page {
    margin-top: -23px;
    font-weight: normal;
    margin-bottom: 50px;
}

.lined-title:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -2px;
    width: 103px;
    height: 4px;
    background-color: #FFCF6A;
}

p {
    font-size: 16px;
    margin-bottom: 23px;
    line-height: 1.5;
}

.error-input {
    border-color: red !important;
}

p .bold {
    font-weight: bold;
}

p.large {
    font-size: 23px;
    line-height: 1.5;
}

p.medium {
    font-size: 18px;
    font-weight: 500;
}

p.small {
    font-size: 14px;
}

.sep-10 {
    height: 10px;
    margin: 0;
}

.sep-20 {
    height: 20px;
    margin: 0;
}

.sep-30 {
    height: 30px;
    margin: 0;
}

.sep-40 {
    height: 40px;
    margin: 0;
}

.sep-50 {
    height: 50px;
    margin: 0;
}

.sep-60 {
    height: 60px;
    margin: 0;
}

.row-cs-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.row-cc-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-cb-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.row-ss-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.row-sb-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.row-strb-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.row-strs-block {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.yellow-button {
    font-size: 14px;
    color: #0F2345;
    font-weight: 500;
    padding: 10px 25px 8px 25px;
    border-radius: 4px;
    background-color: #FFCF6A;
}

.main-button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 50px 15px 50px;
    border-radius: 4px;
    border: 1px solid #0F2345;
}

.main-button span {
    font-size: 14px;
    font-weight: 500;
    color: #0F2345;
    margin-right: 13px;
}

.main-button svg {
    width: 13px;
    height: 13px;
    fill: #0F2345;
    position: relative;
    bottom: 1px;
}

.regular-button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 23px 10px 23px;
    border-radius: 4px;
    border: 1px solid #E4E7EE;
}

.page-template-courses-template .olympiad-wrap {
    margin-bottom: 100px;
}

.regular-button span {
    font-size: 14px;
    font-weight: 500;
    color: #0F2345;
    margin-right: 13px;
}

.regular-button svg {
    width: 13px;
    height: 13px;
    fill: #0F2345;
    position: relative;
    bottom: 1px;
}

.lined {
    position: relative;
}

.lined:before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 1px;
    width: 80px;
    height: 4px;
    background-color: #FFCF6A;
}

li.new a {
    position: relative;
}

li.new a:after {
    content: 'new';
    position: absolute;
    top: -1px;
    right: -57px;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 8px 0px 8px;
    color: #FB9E48;
    background: #FFEEDE;
    border-radius: 4px;
}

li.anketa a {
    position: relative;
}

li.anketa a:after {
    content: 'Анкета';
    position: absolute;
    top: -1px;
    right: -70px;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 8px 0px 8px;
    color: #FB9E48;
    background: #FFEEDE;
    border-radius: 4px;
}

.star-for {
    color: #FF5F5F;
}

.star-to {
    opacity: 0.6;
    margin-top: 45px;
    margin-bottom: 70px;
}

.title-caption {
    font-size: 16px;
    font-weight: bold;
    margin-top: -15px;
    margin-bottom: 15px;
}

.title-caption span,
.title-caption ins {
    color: #E4B149;
    font-weight: normal;
    text-decoration: none;
}

.block-caption {
    padding: 11px 20px 9px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    margin-bottom: 35px;
    position: relative;
}

.block-caption.dot {
    padding-left: 35px;
}

.block-caption.green {
    background: #F6FDE9;
    color: #7DAD18;
}

.block-caption.green.dot:before {
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 16px;
    background: #7DAD18;
}

.block-caption.blue {
    background: #EBF4FF;
    color: #3072C1;
}

a.dashed {
    color: #4584FF;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px dashed #4584FF;
}

a.arrow {
    color: #4584FF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

a.arrow span {
    margin-right: 5px;
}

ul.custom {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

ul.custom li {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 13px;
    width: 100%;
}

ul.custom li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #FFCF6A;
    left: 0;
    top: 6px;
    border-radius: 50%;
}

ul.list {
    padding-left: 20px;
}

ul.list li {
    margin-bottom: 8px;
}

.page-template-default .custom-page,
.error404 .custom-page {
    margin-top: 50px;
    margin-bottom: 200px;
}

.page-template-default .custom-page h1,
.error404 .custom-page h1 {
    margin-bottom: 30px;
    text-align: center;
}

.error404 .custom-page h2 {
    text-align: center;
}

.error404 .custom-page h1 {
    font-size: 90px;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: flex !important;
    border: 0 !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    font-size: 24px;
}

.mobile {
    display: none;
}

.scrolled header {
    position: fixed;
    width: 100%;
    animation: scrolling 0.6s;
    padding-top: 0;
}

.scrolled header:before {
    opacity: 0;
    visibility: hidden;
}

.scrolled header .topbar {
    display: none;
}

.scrolled .menu-modal {
    position: fixed;
    background-color: #fff;
    z-index: 9;
    top: 58px;
    animation: scrolling 0.6s;
}

header {
    overflow: hidden;
}

header.is-opened {
    overflow: visible;
}

header,
.mobile-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    padding-top: 5px;
    z-index: 9;
}

header:before,
.mobile-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(270deg, #86FC7B 3.68%, #FFF067 21.14%, #FFBE44 95.49%);
    opacity: 1;
    visibility: visible;
}

header .inner,
.mobile-menu .inner {
    width: 100%;
}

header .topbar,
.mobile-menu .topbar {
    display: block;
    padding: 19px 0;
}

header .topbar nav ul,
.mobile-menu .topbar nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .topbar nav ul li a,
.mobile-menu .topbar nav ul li a {
    font-size: 14px;
    color: #8895AC;
    padding: 0 18px;
    position: relative;
    display: flex;
    align-items: center;
}

header .topbar nav ul li a:before,
.mobile-menu .topbar nav ul li a:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #8895AC;
    right: -2px;
}

header .topbar nav ul li:last-of-type a:before,
.mobile-menu .topbar nav ul li:last-of-type a:before {
    display: none;
}

header .topbar .contacts,
.mobile-menu .topbar .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 60px;
}

header .topbar .contacts a,
.mobile-menu .topbar .contacts a {
    color: #0F2345;
}

header .topbar .contacts .tel,
.mobile-menu .topbar .contacts .tel {
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: bold;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

header .topbar .contacts .email,
.mobile-menu .topbar .contacts .email {
    font-size: 13px;
}

header .logo,
.mobile-menu .logo {
    margin-right: 40px;
}

header .text,
.mobile-menu .text {
    font-size: 13px;
}

header .bottombar,
.mobile-menu .bottombar {
    padding: 9px 0;
    border-top: 1px solid #EBF2F8;
    border-bottom: 1px solid #EBF2F8;
}

header .bottombar .sandwich,
.mobile-menu .bottombar .sandwich {
    display: none;
}

header .bottombar .inner,
.mobile-menu .bottombar .inner {
    align-items: stretch;
}

header .bottombar .left,
.mobile-menu .bottombar .left {
    align-items: stretch;
}

header .bottombar .first-menu,
.mobile-menu .bottombar .first-menu {
    cursor: pointer;
    position: relative;
    padding-right: 10px;
    margin-right: 25px;
}

header .bottombar .first-menu .sandwich,
.mobile-menu .bottombar .first-menu .sandwich {
    height: 12px;
    width: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 23px;
    bottom: 1px;
}

header .bottombar .first-menu .sandwich span,
.mobile-menu .bottombar .first-menu .sandwich span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0F2345;
}

header .bottombar .first-menu .sandwich span:first-of-type,
.mobile-menu .bottombar .first-menu .sandwich span:first-of-type {
    top: 0;
}

header .bottombar .first-menu .sandwich span:last-of-type,
.mobile-menu .bottombar .first-menu .sandwich span:last-of-type {
    bottom: 0;
}

header .bottombar .first-menu:after,
.mobile-menu .bottombar .first-menu:after {
    content: '';
    position: absolute;
    top: calc(50% - 13px);
    right: -29px;
    height: 26px;
    width: 1px;
    background-color: #DDE8F1;
}

header .bottombar .first-menu:before,
.mobile-menu .bottombar .first-menu:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFCF6A;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

header .bottombar .first-menu:hover:before,
header .bottombar .first-menu.active:before,
.mobile-menu .bottombar .first-menu:hover:before,
.mobile-menu .bottombar .first-menu.active:before {
    opacity: 1;
    visibility: visible;
}

header .bottombar a,
.mobile-menu .bottombar a {
    font-size: 15px;
    color: #0F2345;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
}

header .bottombar nav,
.mobile-menu .bottombar nav {
    margin-left: 37px;
}

header .bottombar nav ul,
.mobile-menu .bottombar nav ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}

header .bottombar nav ul li,
.mobile-menu .bottombar nav ul li {
    height: 100%;
}

header .bottombar nav ul li.current-menu-item a:before {
    visibility: visible;
    opacity: 1;
}

header .bottombar nav ul li a,
.mobile-menu .bottombar nav ul li a {
    margin-right: 32px;
    position: relative;
}

header .bottombar nav ul li a:before,
.mobile-menu .bottombar nav ul li a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFCF6A;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

header .bottombar nav ul li a:hover,
header .bottombar nav ul li a.active,
.mobile-menu .bottombar nav ul li a:hover,
.mobile-menu .bottombar nav ul li a.active {
    color: #8895AC;
}

header .bottombar nav ul li a:hover:before,
header .bottombar nav ul li a.active:before,
.mobile-menu .bottombar nav ul li a:hover:before,
.mobile-menu .bottombar nav ul li a.active:before {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    display: none;
}

.main .main-slider {
    width: 100%;
    color: #fff;
    margin-bottom: 0;
}

.main .main-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.main-slider .slick-arrow,
.news-carousel .slick-arrow,
.gallery-carousel .slick-arrow{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .5);
    z-index: 1;
    transition: all .3s ease;
}
.main-slider .slick-arrow:hover,
.news-carousel .slick-arrow:hover,
.gallery-carousel .slick-arrow:hover{
    background-color: rgba(255, 255, 255, .75);
}

.main-slider .slick-arrow:before,
.news-carousel .slick-arrow:before,
.gallery-carousel .slick-arrow:before{
    content: '';
    position: absolute;
    width: 20px;
    background: url('../img/back.svg') center no-repeat;
    background-size: contain;
    height: 13px;
    opacity: 1;
}

.main-slider .slick-next:before,
.news-carousel .slick-next:before,
.gallery-carousel .slick-next:before {
    transform: rotate(180deg);
}
.main-slider .slick-prev{
    left: 20%;
}
.main-slider .slick-next{
    right: 20%;
}
.news-carouse .slick-prev{
    left: 15px;
}
.news-carouse .slick-next{
    right: 15px;
}

.main .main-slider .item {
    position: relative;
    /* background: #939AA7; */
    border-radius: 8px;
    padding: 90px 50px 105px 70px;
    margin: 0 5px;
    height: unset !important;
    transition: all 0.4s ease;
}

.main .main-slider .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    border-radius: 8px;
    transition: all .3s ease;
}

.main .main-slider .item.slick-current:before {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.main .main-slider .slider-img,
.main .main-slider iframe,
.main .main-slider .video-bg,
.main .main-slider video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    z-index: 1;
}

.main .main-slider .video-bg {
    z-index: -1 !important;
}

.main .main-slider .item a {
    border-color: #fff;
    position: relative;
    z-index: 3;
}

.main .main-slider .item a span {
    color: #fff;
}

.main .main-slider .item a svg {
    fill: #fff;
}

.main .main-slider h1,
.main .main-slider .heading1 {
    margin-bottom: 9px;
    position: relative;
    z-index: 3;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.main .main-slider p {
    max-width: 345px;
    line-height: 155%;
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
}

.main .main-slider .slick-dots {
    bottom: 105px;
}

.main .main-slider .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 9px;
}

.main .main-slider .slick-dots li button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #102246;
    opacity: 0.36;
    padding: 0;
}

.main .main-slider .slick-dots li button:before {
    display: none;
}

.main .main-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.main .main-slider .slick-track {
    padding-bottom: 80px;
}

.main .main-slider .slick-list {
    padding: 0 calc((100vw - 1210px) / 2) !important;
}

.main .main-slider .slick-current {
    filter: drop-shadow(0px 11px 30px rgba(0, 0, 0, 0.1));
}

.campus-info{
    padding: 15px 15px 0;
    background: #F1F7F8;
    border-radius: 8px;
    border: 1px dashed #3072C1;
    font-weight: 500;
}
.gallery-carousel__wrap .regular-button{
    margin-top: 15px;
}
.gallery-carousel{
    margin: 0 -15px;
}
.gallery-carousel .item{
    margin: 0 15px;
}
.gallery-carousel .item img{
    display: block;
    width: 100%;
    max-width: 100%;
}
.gallery-carousel__wrap .regular-button{
    background-color: #FFF;
}
.entrance-item__campus{
    margin-bottom: 70px;
}

.meet {
    margin-top: -20px;
    margin-bottom: 89px;
}

.meet .heading2,
.meet h2 {
    margin-bottom: 62px;
}

.meet .items .item {
    width: calc((100% - 50px) / 3);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 46px 32px 8px 32px;
    position: relative;
    overflow: hidden;
}

.meet .items .item:first-of-type {
    background: #C3D3E4;
}

.meet .items .item:first-of-type svg {
    fill: #425263;
    opacity: 0.5;
}

.meet .items .item:first-of-type .heading4,
.meet .items .item:first-of-type h4 {
    color: #425263;
}

.meet .items .item:first-of-type:before {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    width: 94px;
    height: 94px;
    background: url("../img/meet1.svg") center center no-repeat;
    background-size: contain;
}

.meet .items .item:nth-of-type(2) {
    background: #E1EE9A;
}

.meet .items .item:nth-of-type(2) svg {
    fill: #6F8025;
    opacity: 0.5;
}

.meet .items .item:nth-of-type(2) .heading4,
.meet .items .item:nth-of-type(2) h4 {
    color: #6F8025;
}

.meet .items .item:nth-of-type(2):before {
    content: '';
    position: absolute;
    top: -2px;
    right: -4px;
    width: 97px;
    height: 99px;
    background: url("../img/meet2.svg") center center no-repeat;
    background-size: contain;
}

.meet .items .item:nth-of-type(3) {
    background: #B9E2F3;
}

.meet .items .item:nth-of-type(3) svg {
    fill: #286E8C;
    opacity: 0.5;
}

.meet .items .item:nth-of-type(3) .heading4,
.meet .items .item:nth-of-type(3) h4 {
    color: #286E8C;
}

.meet .items .item:nth-of-type(3):before {
    content: '';
    position: absolute;
    top: -7px;
    right: -2px;
    width: 108px;
    height: 106px;
    background: url("../img/meet3.svg") center center no-repeat;
    background-size: contain;
}

.meet .items .item svg {
    margin-bottom: 28px;
    margin-left: 2px;
}

.meet .items .heading4,
.meet .items h4 {
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}

.meet .items p {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    max-width: 260px;
    position: relative;
    z-index: 1;
    margin-bottom: 7px;
}

.about {
    margin-top: 89px;
    margin-bottom: 139px;
}

.about .heading2,
.about h2 {
    margin-bottom: 64px;
}

.about .info {
    max-width: 440px;
}

.about img {
    border-radius: 8px;
    z-index: 1;
    position: relative;
    max-width: 690px;
    max-height: 420px;
    object-fit: cover;
}

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

.about p {
    margin-bottom: 44px;
    line-height: 1.57;
    opacity: 0.8;
}

.about p.large {
    opacity: 1;
    line-height: 1.5;
    margin-bottom: 33px;
}

.about .image {
    position: relative;
}

.about .image:before {
    content: '';
    position: absolute;
    top: -68px;
    right: -77px;
    width: 580px;
    height: 543px;
    background: url("../img/about-decor.svg") center center no-repeat;
    background-size: contain;
}

.news {
    margin-top: 139px;
    margin-bottom: 129px;
}

.news .title {
    margin-bottom: 50px;
}

.news article {
    width: 33%;
}

article img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
}

article a {
    display: block;
    color: #0F2345;
}

article a:hover {
    color: #0F2345;
}

article .caption {
    color: #FFB649;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    margin-left: 3px;
    margin-bottom: 9px;
}

article .heading2,
article h2 {
    max-width: 80%;
    margin-bottom: 5px;
    font-size: 19px;
}

article p {
    max-width: 90%;
    margin-bottom: 26px;
}

article .date {
    font-weight: 500;
    font-size: 14px;
    opacity: 0.4;
    margin-left: 4px;
}

.director {
    margin-top: 129px;
    margin-bottom: 140px;
}

.director .block {
    background: #F1F7F8;
    border-radius: 8px;
    padding: 37px 39px 36px 32px;
}

.director img {
    width: 403px;
    border-radius: 8px;
    object-fit: cover;
}

.director .info {
    background-color: #fff;
    border-radius: 6px;
    padding: 26px 44px 23px 21px;
    width: calc(100% - 429px);
}

.director .info img {
    height: 24px;
    width: 24px;
    object-fit: contain;
}

.director .info .heading2,
.director .info h2 {
    margin-left: 45px;
    margin-top: 24px;
    margin-bottom: 3px;
}

.director .info .subtitle {
    font-size: 16px;
    opacity: 0.5;
    margin-left: 47px;
    margin-bottom: 42px;
}

.director .info p {
    margin-left: 45px;
    max-width: 75%;
    line-height: 1.6;
}

.director .info .arrow-next {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

footer {
    padding-top: 55px;
    padding-bottom: 40px;
    background: #FCFCFC;
    box-shadow: inset 0px -7px 54px rgba(0, 0, 0, 0.03);
    border-top: 1px solid #fff;
}

footer .first-column {
    max-width: 250px;
    margin-right: 79px;
}

footer .nav_menu-2 {
    margin-right: 27px;
}

footer .nav_menu-3 {
    margin-right: 121px;
}

footer a {
    display: contents;
}

footer a.logo {
    margin-bottom: 30px;
}

footer a.logo img {
    width: 142px;
}

footer a.tel {
    font-size: 18px;
    letter-spacing: 0.8px;
    font-weight: bold;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #0F2345;
    margin-top: 57px;
    margin-bottom: 8px;
}

footer a.email {
    font-size: 14px;
    color: #0F2345;
    margin-bottom: 12px;
}

footer .text {
    font-size: 13px;
    opacity: 0.5;
    line-height: 1.5;
}

footer .title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 49px;
    letter-spacing: 0.3px;
}

footer .inner {
    margin-bottom: 90px;
}

footer .lined:before {
    height: 2px;
    bottom: -17px;
    left: -1px;
}

footer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    max-width: 240px;
}

footer ul a {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #0F2345;
}

footer .bottom {
    font-size: 13px;
    letter-spacing: -0.05px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.socials-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -5px;
}

.socials-block a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.socials-block a img {
    width: 100%;
    height: 100%;
}

footer .bottom span {
    text-transform: uppercase;
    opacity: 0.4;
}

.menu-modal {
    position: absolute;
    top: 143px;
    left: 0;
    width: 100%;
    padding-top: 41px;
    padding-bottom: 65px;
    background-color: #fff;
    height: 480px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 10;
}

.menu-modal.active {
    opacity: 1;
    visibility: visible;
}

.menu-modal .container {
    height: 100%;
}

.menu-modal.direction nav {
    height: calc(100% - 38px);
}

.menu-modal.direction nav ul {
    list-style: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.menu-modal.direction nav ul li {
    max-width: 290px;
}

.menu-modal.direction nav ul li a {
    font-size: 14px;
    opacity: 0.7;
    color: #0F2345;
    display: inline-block;
    margin-bottom: 12px;
}

.menu-modal.direction nav ul {
    list-style: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.menu-modal.direction nav ul li.item .sub-menu li {
    max-width: unset;
}

.menu-modal.direction nav ul li a {
    font-size: 14px;
    opacity: 0.7;
    color: #0F2345;
    display: inline-block;
    margin-bottom: 12px;
}

.menu-modal.direction nav ul li.item .sub-menu li a:after {
    content: '';
    position: absolute;
    right: 15px;
    width: 9px;
    height: 7px;
    top: calc(50% - 7px / 2);
    background: url("../img/menu-arrow.svg") center center;
    background-size: contain;
}

.menu-modal.direction nav ul li.item .sub-menu li a {
    font-weight: 500;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 307px;
    padding: 15px 0 15px 10px;
    border-top: 1px solid rgba(15, 35, 69, 0.1);
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
}

.menu-modal.direction nav ul li.item {
    position: relative;
    right: 16px;
    margin-top: 0px;
}

.menu-modal.direction nav ul li.item a {
    visibility: hidden;
    font-size: 0;
}

.menu-modal.direction nav ul li.item .sub-menu li a {
    width: 306px;
}

.menu-modal.direction.active nav ul li.item .sub-menu li a {
    visibility: visible;
}

.menu-modal.direction .col-12 {
    justify-content: flex-start;
}

.menu-modal.direction .first-column {
    width: 310px;
    padding-right: 25px;
    margin-right: 75px;
    position: relative;
    height: 100%;
}

.menu-modal.direction .first-column:before {
    content: '';
    position: absolute;
    top: -41px;
    right: 0;
    background: #F8F8F8;
    width: calc(100% + (100vw - 1200px) / 2);
    height: calc(100% + 65px + 41px);
}

.menu-modal.direction .second-column {
    margin-right: 80px;
}

.menu-modal.direction .third-column {
    margin-right: 108px;
}

.menu-modal.direction p {
    font-size: 15px;
    opacity: 0.7;
    line-height: 1.5;
    margin-bottom: 95px;
}

.menu-modal.direction a.button {
    width: 232px;
    height: 40px;
    border-radius: 4px;
    background-color: #0F2345;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 18px;
    padding-right: 23px;
    position: relative;
    z-index: 1;
}

.menu-modal.direction a.button span {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-right: 34px;
}

.menu-modal.direction a.button img {
    height: 7px;
    width: 9px;
}

.menu-modal .row,
.menu-modal .col-12,
.menu-modal .widget_nav_menu {
    height: 100%;
}

.menu-modal .title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.menu-modal .widget_nav_menu {
    position: relative;
    width: 654px;
}

.menu-modal .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.menu-modal .menu-main-menu-school-container,
.menu-modal .menu-main-menu-team-container,
.menu-modal .menu-main-menu-admission-container {
    height: calc(100% - 38px);
}

.menu-modal .menu-main-menu-school-container ul,
.menu-modal .menu-main-menu-team-container ul,
.menu-modal .menu-main-menu-admission-container ul {
    list-style: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.menu-modal .menu-main-menu-school-container ul li,
.menu-modal .menu-main-menu-team-container ul li,
.menu-modal .menu-main-menu-admission-container ul li {
    max-width: 290px;
}

.menu-modal .menu-main-menu-school-container ul li a,
.menu-modal .menu-main-menu-team-container ul li a,
.menu-modal .menu-main-menu-admission-container ul li a {
    font-size: 14px;
    opacity: 0.7;
    color: #0F2345;
    display: inline-block;
    margin-bottom: 12px;
}

.menu-modal .menu-main-menu-school-container ul li.item,
.menu-modal .menu-main-menu-team-container ul li.item,
.menu-modal .menu-main-menu-admission-container ul li.item {
    position: absolute;
    right: 45px;
    bottom: 0;
    max-width: 310px;
}

.menu-modal .menu-main-menu-school-container ul li.item a,
.menu-modal .menu-main-menu-team-container ul li.item a,
.menu-modal .menu-main-menu-admission-container ul li.item a {
    font-size: 0;
    visibility: hidden;
}

.menu-modal .menu-main-menu-school-container ul li.item .sub-menu li,
.menu-modal .menu-main-menu-team-container ul li.item .sub-menu li,
.menu-modal .menu-main-menu-admission-container ul li.item .sub-menu li {
    max-width: unset;
}

.menu-modal .menu-main-menu-school-container ul li.item .sub-menu li a,
.menu-modal .menu-main-menu-team-container ul li.item .sub-menu li a,
.menu-modal .menu-main-menu-admission-container ul li.item .sub-menu li a {
    font-weight: 500;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 325px;
    padding: 15px 0 15px 10px;
    border-top: 1px solid rgba(15, 35, 69, 0.1);
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
}

.menu-modal.active .menu-main-menu-school-container ul li.item .sub-menu li a,
.menu-modal.active .menu-main-menu-team-container ul li.item .sub-menu li a,
.menu-modal.active .menu-main-menu-admission-container ul li.item .sub-menu li a {
    visibility: visible;
}

.menu-modal .menu-main-menu-school-container ul li.item .sub-menu li a:after,
.menu-modal .menu-main-menu-team-container ul li.item .sub-menu li a:after,
.menu-modal .menu-main-menu-admission-container ul li.item .sub-menu li a:after {
    content: '';
    position: absolute;
    right: 15px;
    width: 9px;
    height: 7px;
    top: calc(50% - 7px / 2);
    background: url("../img/menu-arrow.svg") center center;
    background-size: contain;
}

.menu-modal .widget_media_image {
    max-width: 510px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.menu-modal .widget_media_image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.indicate-page {
    margin-top: 21px;
    margin-bottom: 27px;
}

.indicate-page.grey .block {
    background-color: #F5F5F5;
}

.indicate-page .block {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 18px 3px 18px;
    border-radius: 6px;
    background-color: #F1F7F8;
}

.indicate-page .block span {
    font-size: 14px;
    font-weight: 500;
    color: #0F2345;
}

.indicate-page .block svg {
    width: 13px;
    height: 13px;
    fill: #0F2345;
    position: relative;
    bottom: 2px;
    margin-right: 10px;
    transform: rotate(180deg);
}

.custom-page .heading1,
.custom-page h1 {
    margin-bottom: 34px;
    line-height: 1.26;
}

.custom-page .left {
    width: 855px;
    margin-bottom: 150px;
}

.custom-page p.bold {
    font-weight: bold;
}

.custom-page .sidebar-wrapper {
    align-items: stretch;
}

.custom-page .right {
    width: 260px;
    margin-top: 3px;
    height: auto !important;
    position: relative;
}


/* .custom-page .right .inner-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
} */

.custom-page .right .title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 14px;
    position: relative;
    margin-left: 23px;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.custom-page .right .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0F2345;
}

.custom-page .right nav ul {
    list-style: none;
}

.custom-page .right nav ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #0F2345;
    position: relative;
    padding-left: 23px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
}

.custom-page .right nav ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FFCF6A;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.custom-page .right nav ul li a:hover,
.custom-page .right nav ul li.current-menu-item a {
    color: #8895AC;
}

.custom-page .right nav ul li a:hover:before,
.custom-page .right nav ul li.current-menu-item a:before {
    opacity: 1;
    visibility: visible;
}

.custom-page .person-info {
    max-width: 247px;
    margin-top: 2px;
    position: relative;
}

.custom-page .person-info:before {
    content: '';
    position: absolute;
    top: -58px;
    right: -165px;
    width: 558px;
    height: 545px;
    background: url("../img/team-bg-item.svg") center center no-repeat;
    background-size: contain;
}

.custom-page .person-info img {
    width: 100%;
    margin-bottom: 29px;
    position: relative;
    z-index: 1;
}

.custom-page .person-info .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.custom-page .person-info p {
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.custom-page .person-descr {
    width: calc(100% - 247px - 90px);
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.custom-page .person-descr:before {
    content: '';
    position: absolute;
    top: 17px;
    left: -67px;
    width: 24px;
    height: 24px;
    background: url("../img/arrow-prev.png") center center no-repeat;
    background-size: contain;
}

.custom-page .person-descr:after {
    content: '';
    position: absolute;
    bottom: 25px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url("../img/arrow-next.png") center center no-repeat;
    background-size: contain;
}

.custom-page .person-descr p.large {
    margin-bottom: 22px;
    line-height: 1.5;
    max-width: 100%;
}

.custom-page .person-descr p {
    line-height: 1.6;
    max-width: 86%;
    margin-bottom: 20px;
}

.custom-page .administration {
    margin-top: 45px;
}

.custom-page .administration .heading2,
.custom-page .administration h2 {
    margin-bottom: 53px;
}

.custom-page .administration .people {
    flex-wrap: wrap;
}
.custom-page .administration .people .row{
    width: 100%;
}
.custom-page .administration .person {
    width: calc((100% - 98px) / 3);
    margin-right: 49px;
}

.custom-page .administration .person:nth-of-type(3n) {
    margin-right: 0;
}

.custom-page .mision-about {
    margin-bottom: 74px;
    position: relative;
}

.custom-page .mision-about:before {
    content: '';
    position: absolute;
    top: -33px;
    right: -268px;
    width: 783px;
    height: 781px;
    background: url("../img/mission-bg-item.svg") center center no-repeat;
    background-size: contain;
}

.custom-page .mision-about p {
    max-width: 80%;
    margin-bottom: 23px;
    position: relative;
    z-index: 1;
}

.custom-page .mision-about img {
    width: 100%;
    margin-top: 22px;
    position: relative;
    z-index: 1;
}

.custom-page .preferences .heading2,
.custom-page .preferences h2 {
    margin-bottom: 78px;
}

.custom-page .preferences img {
    max-width: 186px;
    margin-right: 104px;
}

.custom-page .preferences .title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}

.custom-page .preferences p {
    line-height: 1.6;
    max-width: 90%;
}

.custom-page .preference {
    margin-bottom: 105px;
}

.custom-page .school-intell p {
    font-size: 14px;
    margin-top: -8px;
    margin-bottom: 40px;
}

.custom-page .partners {
    margin-top: 54px;
}

.custom-page .achive-subtitle {
    margin-top: -6px;
    max-width: 96%;
    line-height: 1.5;
    margin-bottom: 48px;
}

.custom-page .achivements {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 72px;
}

.achivement-year{
    font-weight: bold;
    font-size: 28px;
}
.table-achivment .olymp-table .table-row .column:nth-of-type(2),
.table-achivment .olymp-table .table-row .column:nth-of-type(2) span{
    text-align: center;
    align-items: center;
}

.custom-page .achive-title {
    margin-bottom: 30px;
    max-width: 84%;
}

.custom-page .addit-page {
    margin-top: 50px;
}

.custom-page .addit-page .programm a {
    border-bottom: 1px solid #4584FF;
    padding-bottom: 0;
    line-height: 1;
    font-size: 17px;
}

.custom-page .olympiad-wrap {
    padding-top: 15px;
}

.custom-page .olympiad-wrap p {
    margin-bottom: 28px;
}

.custom-page .olympiad-wrap p span {
    font-weight: bold;
}

.custom-page .olympiad-wrap .title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 60px;
    margin-bottom: 25px;
}

.custom-page .olympiad-wrap .text {
    margin-bottom: 10px;
}

.custom-page .olympiad-wrap .text span {
    font-weight: bold;
}

.custom-page .olympiad-wrap .text a {
    color: #4584FF;
    text-decoration: underline;
}

.custom-page .online-wrap {
    margin-top: 40px;
    margin-bottom: 80px;
}

.custom-page .online-wrap .text {
    margin-bottom: 10px;
}

.custom-page .online-wrap .text:last-of-type {
    margin-bottom: 250px;
}

.custom-page .online-wrap .text span {
    font-weight: bold;
}

.custom-page .online-wrap .text a {
    color: #4584FF;
    text-decoration: underline;
}

.custom-page .programms-online .lined-title {
    margin-bottom: 70px;
}

.custom-page .privil-ul {
    margin-top: 35px;
    margin-bottom: 0;
}

.custom-page .privil-ul li {
    margin-bottom: 8px;
}

.custom-page .table-caption {
    max-width: 610px;
    margin-bottom: 35px;
    margin-top: 40px;
}

.custom-page .privil-table {
    margin-bottom: 40px;
}

.custom-page .privil-table th:first-of-type {
    width: 49%;
}

.custom-page .profile-table th:first-of-type {
    width: 16%;
}

.custom-page .passing-table th:first-of-type {
    width: 43%;
}

.custom-page .passing-table th:nth-of-type(2) {
    width: 23%;
}

.custom-page .passing-table th:nth-of-type(3) {
    width: 22%;
}

.custom-page .admis-item {
    margin-bottom: 100px;
}

.custom-page .admis-item .table-caption {
    margin-top: 70px;
}

.custom-page .admis-table th:first-of-type {
    width: 30%;
}

.custom-page .admis-table th:nth-of-type(2) {
    width: 54%;
}

.custom-page .tabs-block {
    margin-top: 70px;
}

.custom-page .tabs-block .lined-title {
    margin-bottom: 55px;
}

.custom-page .tabs-block .tab {
    margin-bottom: -40px;
}

.custom-page .document-template {
    margin-top: 90px;
}

.custom-page .document-template .lined-title {
    margin-bottom: 60px;
}

.custom-page .document-template a {
    max-width: 500px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.custom-page .document-template a img {
    margin-top: 6px;
}

.custom-page .direction-inner {
    width: 100%;
}

.custom-page .direction-inner p {
    max-width: 860px;
}

.custom-page .direction-links {
    display: flex;
    align-items: flex-start;
    margin-top: 57px;
    padding-bottom: 49px;
    border-bottom: 2px solid #0F2345;
    margin-bottom: 72px;
}

.custom-page .column-link:first-of-type {
    margin-right: 101px;
}

.custom-page .column-link .caption {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.custom-page .column-link a {
    margin-bottom: 23px;
}

.custom-page .column-link .line {
    display: flex;
    align-items: center;
}

.custom-page .column-link .line a {
    margin-right: 82px;
}

.direction-theme {
    margin-bottom: 200px;
}

.direction-theme .text {
    font-size: 15px;
    font-weight: 500;
    max-width: 90%;
    text-align: center;
    margin: 35px auto 0;
}

.direction-theme .caption-theme {
    width: 720px;
    height: 76px;
    background: #FFF1B7;
    border-radius: 6.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-left: 280px;
    position: relative;
    margin-bottom: 100px;
}

.direction-theme .caption-theme:before {
    content: '';
    position: absolute;
    top: 100%;
    height: 700px;
    height: 930px;
    left: -220px;
    width: 1050px;
    background: url("../img/direction-theme.svg") center center no-repeat;
    background-size: contain;
}

.direction-theme .second-level {
    margin-bottom: 77px;
    display: flex;
    justify-content: center;
}

.direction-theme .second-level .item {
    width: 310px;
}

.direction-theme .second-level .block {
    width: 310px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F5F5F5;
    border-radius: 6.5px;
    font-size: 15px;
    font-weight: 500;
}

.direction-theme .third-level {
    display: flex;
    align-items: stretch;
}

.direction-theme .third-level .item {
    width: 235px;
    margin: 0 76px;
}

.direction-theme .third-level .item .block {
    width: 235px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F5F5F5;
    border-radius: 6.5px;
    font-size: 14px;
    font-weight: 500;
}

.direction-theme .third-level .item .text {
    font-size: 14px;
}

.direction-theme .fourth-level {
    display: flex;
    align-items: stretch;
    margin-left: 70px;
}

.direction-theme .fourth-level .item {
    width: 101px;
}

.direction-theme .fourth-level .item.big .block {
    width: 200px;
    height: 85px;
    padding: 15px;
}

.direction-theme .fourth-level .item:first-of-type {
    margin-right: 60px;
}

.direction-theme .fourth-level .item:nth-of-type(2) {
    margin-right: 130px;
}

.direction-theme .fourth-level .item:nth-of-type(3) {
    margin-right: 60px;
    margin-right: 70px;
    position: relative;
    right: 50px;
}

.direction-theme .fourth-level .item .block {
    width: 101px;
    height: 65px;
    background: #F5F5F5;
    border-radius: 6.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

.direction-theme .links-block {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    /* margin-top: 80px; */
    margin-top: 60px;
}

.direction-theme .link-block {
    width: 140px;
    height: 160px;
    padding: 18px 20px 15px 14px;
    border-radius: 5.5px;
    background-color: #fff;
    position: relative;
}

.direction-theme .link-block svg {
    position: absolute;
    bottom: 21px;
    right: 13px;
    width: 9px;
    height: 9px;
}

.direction-theme .link-block .img-wrap {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.direction-theme .link-block .img-wrap img {
    width: 50%;
    height: auto;
}

.direction-theme .link-block span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    display: inline-block;
}

.direction-theme .link-block.orange {
    background: #FFE6BF;
    box-shadow: 0px 6.50603px 11.3856px rgba(255, 222, 172, 0.4);
}

.direction-theme .link-block.orange span {
    color: #D57F00;
}

.direction-theme .link-block.orange svg {
    fill: #D57F00;
}

.direction-theme .link-block.darkpink {
    background: #FFC5B8;
    box-shadow: 0px 6.50603px 11.3856px rgba(255, 197, 184, 0.5);
}

.direction-theme .link-block.darkpink span {
    color: #D32A04;
}

.direction-theme .link-block.darkpink svg {
    fill: #D32A04;
}

.direction-theme .link-block.green {
    background: #E1EE9A;
    box-shadow: 0px 6.50603px 11.3856px rgba(225, 238, 154, 0.4);
}

.direction-theme .link-block.green span {
    color: #657800;
}

.direction-theme .link-block.green svg {
    fill: #657800;
}

.direction-theme .link-block.blue {
    background: #B9E2F3;
    box-shadow: 0px 6.50603px 11.3856px rgba(185, 226, 243, 0.4);
}

.direction-theme .link-block.blue span {
    color: #005477;
}

.direction-theme .link-block.blue svg {
    fill: #005477;
}

.direction-theme .link-block.grey {
    background: #D3DEEB;
    box-shadow: 0px 6.50603px 11.3856px rgba(185, 226, 243, 0.4);
}

.direction-theme .link-block.grey span {
    color: #294A6D;
}

.direction-theme .link-block.grey svg {
    fill: #294A6D;
}

.direction-theme .link-block.purple {
    background: #CED3FF;
    box-shadow: 0px 6.50603px 11.3856px rgba(185, 226, 243, 0.4);
}

.direction-theme .link-block.purple span {
    color: #434C9C;
}

.direction-theme .link-block.purple svg {
    fill: #434C9C;
}

.direction-theme .link-block.pink {
    background: #E7D5FF;
    box-shadow: 0px 6.50603px 11.3856px rgba(226, 204, 255, 0.4);
}

.direction-theme .link-block.pink span {
    color: #743CBC;
}

.direction-theme .link-block.pink svg {
    fill: #743CBC;
}

.direction-theme .row-line {
    display: flex;
    align-items: start;
    justify-content: center;
}

.direction-theme .left-column {
    position: relative;
    z-index: 1;
    right: -86px;
}

.direction-theme .left-column .third-level {
    margin-bottom: 80px;
}

.direction-theme .left-column .third-level .item:first-of-type {
    position: relative;
    right: -8px;
}

.direction-theme .left-column .third-level .item:nth-of-type(2) {
    position: relative;
    right: -10px;
    right: -35px;
}

.direction-theme .left-column .third-level .text {
    margin-top: 44px;
    margin-top: 35px;
}

.direction-theme .left-column .links-block {
    margin-left: 53px;
}

.direction-theme .left-column .links-block .link-block:first-of-type {
    margin-right: 28px;
}

.direction-theme .left-column .links-block .link-block:nth-of-type(2) {
    margin-right: 85px;
}

.direction-theme .left-column .links-block .link-block:nth-of-type(3) {
    margin-right: 27px;
    position: relative;
    left: 230px;
    top: -5px;
}

.direction-theme .new-level {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -220px;
    margin-left: 230px;
}

.direction-theme .new-level .text {
    max-width: 160px;
    margin-bottom: 65px;
}

.direction-theme .new-level .blocks {
    display: flex;
    align-items: center;
    justify-content: center;
}

.direction-theme .new-level .links-block {
    margin-left: 90px;
}

.direction-theme .new-level .blocks .block {
    width: 101px;
    height: 65px;
    background: #F5F5F5;
    border-radius: 6.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

.direction-theme .new-level .blocks .block:first-of-type {
    position: relative;
    right: 10px;
}

.direction-theme .new-level .blocks .block:last-of-type {
    position: relative;
    left: 30px;
}

.direction-theme .right-column {
    position: relative;
    z-index: 1;
    left: 0px;
}

.direction-theme .right-column .third-level .item {
    width: 200px;
}

.direction-theme .right-column .third-level .item .block {
    width: 200px;
}

.direction-theme .right-column .third-level .item:first-of-type {
    position: relative;
    right: -50px;
    right: -65px;
}

.direction-theme .right-column .third-level .item:nth-of-type(2) {
    position: relative;
    right: 63px;
}

.direction-theme .right-column .links-block {
    margin-left: 153px;
    margin-left: 165px;
}

.direction-theme .right-column .links-block .link-block:first-of-type {
    margin-right: 115px;
    margin-right: 80px;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output,
.ajax-loader {
    display: none !important;
}

.form-block {
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 76px;
    padding-bottom: 160px;
    border-top: 2px solid #0F2345;
    position: relative;
}

.form-block form,
.form-block-inner {
    width: 510px;
    margin: auto;
}
.wpcf7#wpcf7-f3136-p1699-o1 form{
    display: block;
    position: relative;
}
.form-block .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form-block .input-line {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DBE3EA;
    border-radius: 5px;
    font-size: 15px;
    padding: 14px 20px 11px 20px;
    margin-bottom: 13px;
}

.form-block .wpcf7-not-valid {
    border-color: red;
}

.form-block input::placeholder,
.form-block textarea::placeholder{
    color: #0F2345;
    opacity: 0.5;
}

.form-block form .radios {
    display: flex;
    align-items: flex-start;
    margin-top: -5px;
}

.form-block form .radios .radio-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 25px;
}

.form-block form .radios .radio-b .wpcf7-radio .wpcf7-list-item-label {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    display: block;
}

.form-block form .radios .radio-b .wpcf7-radio span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 25px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

.form-block form .wpcf7-checkbox label {
    display: flex;
    align-items: center;
}

.form-block form .consultation .wpcf7-list-item {
    margin-left: 0;
}

.form-block form .radios .radio-b .wpcf7-radio span.wpcf7-list-item label {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-block form .radios .radio-b input {
    -webkit-appearance: none;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: 1px solid #0F2345;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
}

.form-block form .radios .radio-b input:checked:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0F2345;
}

.form-block select {
    -webkit-appearance: none;
    background-image: url("../img/select-arrow.svg");
    background-position: 96% 54%;
    background-repeat: no-repeat;
    background-size: 12px;
    margin-bottom: 35px !important;
}

.form-block .line {
    width: 100%;
    height: 1px;
    background-color: #0F2345;
    opacity: 0.1;
    margin-top: 50px;
    margin-bottom: 40px;
}

.form-block form .consult input {
    margin: 0;
    margin-right: 10px;
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    opacity: 0.5;
    border: 1px solid #0F2345;
    background-color: #fff;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-block form .consult input:checked:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0F2345;
}

.form-block form .consult label {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    margin-top: 3px;
}

.form-block textarea {
    width: 100%;
    height: 200px;
    resize: none;
    margin-bottom: 25px;
}

form .main-block {
    display: none;
}

form .main-block.current {
    display: block;
}

.form-block form textarea::placeholder {
    color: #0F2345;
    opacity: 0.5;
}

.form-block input[type="submit"],
.form-block button{
    width: 100%;
    height: 56px;
    background: #FFCF6A;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    margin-bottom: 25px;
    margin-top: 48px;
}

.wpcf7 form {
    display: none;
}

.bank-form .wpcf7 form {
    display: block;
}

.form-block input[type="submit"]:focus,
.form-block input[type="submit"]:active,
.form-block input[type="submit"]:visited {
    color: #0F2345;
}
.form-block__submit{
    position: relative;
}
.form-block__loader{
    width: 100%;
    height: 56px;
    background: #FFCF6A;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-image: url("../img/loader.svg");
    display: none;
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
}
.form-block__show{
    display: flex;
}
.documents.text-block {
    margin: 50px 0;
}
.text-table{
    text-align: center;
    overflow-x: scroll;
    font-size: 16px;
}
.text-table thead{
    background: #355063;
    color: #fff;
    font-weight: bold;
}
.text-table thead tr{
    border: none;
    border-top: 2px solid #fff;
}
.text-table thead td{
    font-size: 16px;
    padding: 10px;
    border-right: 2px solid #fff;
}
.text-table tbody tr{
    border-bottom: 2px solid #355063;
}
.text-table tbody td{
    border-right: 2px solid #355063;
}
.text-table tbody td:first-of-type{
    border-left: 0;
    font-weight: bold;
}
.text-table tbody td:last-of-type{
    border-right: 0;
}
@media( max-width: 992px ){
    .text-block{
        overflow-x: auto;
    }
    .text-table{
        overflow-x: scroll;
    }
}
.documents-accordeon:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc((-100vw + 1200px) / 2);
    width: 100vw;
    height: 100%;
    background: linear-gradient(180deg, #F4F4F4 0%, #F9F9F9 100%);
}

.table-block.recommendation {
    margin: 50px 0;
}

.table-block.recommendation table {
    margin-top: 75px;
}

.form-block form p.terms {
    font-size: 13px;
    max-width: 400px;
}

.form-block form p.terms a {
    color: #4584FF;
}

.form-block .subtitle {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    max-width: 480px;
}

.form-block p.note {
    font-size: 13px;
    color: #0F2345;
    opacity: 0.5;
    margin-top: 27px;
    margin-bottom: 60px;
}

.articles-archive {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.articles-archive article {
    width: 370px;
    margin-right: 50px;
    margin-bottom: 80px;
}

.tags-wrapper .lined-title {
    margin-top: 0;
    margin-bottom: 55px;
}

.tags-wrapper .tags {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.tags-wrapper .tags .tag {
    font-size: 14px;
    font-weight: 500;
    background-color: #E1ECF2;
    border-radius: 5px;
    padding: 9px 15px 7px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #0F2345;
    cursor: pointer;
}

.tags-wrapper .tags .tag span {
    opacity: 0.33;
    margin-left: 8px;
}

.single .wrapper .left {
    max-width: 760px;
}

.single .wrapper .left img {
    width: 100%;
    height: auto;
}

.single .date {
    font-size: 14px;
    font-weight: 500;
    color: #FFB649;
    margin-right: 25px;
}

.single .tag-caption {
    font-size: 14px;
    font-weight: 500;
    color: #4399D7;
}

.single img.wp-post-image {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 33px;
    margin-bottom: 40px;
}

.single .heading3,
.single h3 {
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 37px;
}

.single p.large {
    margin-bottom: 30px;
}

.single .custom-page .accordeons {
    margin-bottom: 80px;
}

.asked-inner {
    padding-top: 65px;
}

.asked-inner .subtitle {
    margin-bottom: 50px;
}

.asked-inner .subtitle a {
    color: #0F2345;
}

.pagination {
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .nav-links .next,
.pagination .nav-links .prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #F7F7F7;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0;
}

.pagination .nav-links .next:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/pag-next.svg') 55% center no-repeat;
    background-size: 9px;
}

.pagination .nav-links .prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/pag-prev.svg') 45% center no-repeat;
    background-size: 9px;
}

.pagination .nav-links .next:hover,
.pagination .nav-links .prev:hover {
    background-color: #f7f7f7;
}

.pagination .nav-links {
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-numbers {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.4s ease;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #0F2345;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: #fff;
    background-color: #0F2345;
}

.steps {
    margin-top: 50px;
    padding-top: 65px;
    border-top: 2px solid #0F2345;
}

.steps .heading3,
.steps h3 {
    margin-bottom: 40px;
}

.steps .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
    position: relative;
}

.steps .step:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #0F2345;
    opacity: 0.1;
    left: 46px;
    top: 70px;
}

.steps .step:last-of-type:before {
    display: none;
}

.steps .step .digit {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: rgba(255, 207, 106, 0.32);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 107px;
}

.steps .step .digit:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFCF6A;
}

.steps .step .digit span {
    position: relative;
    z-index: 1;
    font-size: 23px;
    font-weight: bold;
}

.steps .step .heading3,
.steps .step h3 {
    margin-bottom: 5px;
    margin-top: 15px;
}

.steps .step p {
    font-size: 14px;
    max-width: 490px;
}

.steps .step p a {
    text-decoration: underline;
    color: #4584FF;
}

.entrance-item .lined-title {
    margin-top: 50px;
    margin-bottom: 60px;
}

.entrance-item .notice-block {
    width: calc(100% - 97px);
    margin-left: auto;
}

.entrance-item .date {
    display: flex;
    align-items: flex-start;
    padding: 45px 0;
    border-top: 1px solid #E5E8ED;
}

.entrance-item .date .title {
    margin-right: 90px;
    font-size: 18px;
    font-weight: 500;
}

.entrance-item .date .info {
    line-height: 1.7;
    max-width: 70%;
}

.entrance-item .date .info span {
    font-weight: bold;
}

.notice-block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    background: #FFF5F2;
    border-radius: 6px;
    padding: 19px 24px;
    padding-right: 130px;
}

.notice-block img {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}

.notice-block p {
    margin-bottom: 0;
    line-height: 1.44;
    color: #FF6442;
    max-width: 92%;
}

.notice-block p span {
    font-weight: bold;
}

.tabing {
    margin-top: 51px;
    margin-bottom: 55px;
    flex-wrap: wrap;
}

.tabing button {
    min-width: 100px;
    height: 37px;
    font-weight: 500;
    border: 1px solid #0F2345;
    border-radius: 3px;
    margin-right: 20px;
    background-color: #fff;
}

.tabing button:hover,
.tabing button.active {
    background-color: #0F2345;
    color: #fff;
}

.tab-content .table-scroll {
    margin-bottom: 72px;
}

.teacher-modal .table-scroll{
    margin-bottom: 0;
}

.tab-content .table-wrap {
    display: none;
}

.tab-content table.control-table {
    margin-bottom: 100px;
}

.tab-content .table-wrap:first-of-type {
    display: block;
}

.tab-content table thead tr th:first-of-type {
    width: 22%;
}

.tab-content table thead tr th:nth-of-type(2) {
    width: 15%;
}

.tab-content table thead tr th:nth-of-type(3),
.tab-content table thead tr th:nth-of-type(4) {
    width: 13%;
}

.tab-content table thead tr th:nth-of-type(5) {
    width: 15%;
}

.tab-content table thead tr th:nth-of-type(6) {
    width: 17%;
}

.tab-content a {
    margin-bottom: 15px;
}

table {
    width: 100%;
    font-size: 15px;
}

table thead tr {
    padding-left: 15px;
    border-bottom: 2px solid #0F2345;
    font-size: 15px;
    box-sizing: border-box;
}

table thead tr th {
    padding-bottom: 20px;
}

table thead tr th:first-of-type {
    padding-left: 15px;
}

table tbody tr {
    padding-left: 15px;
    box-sizing: border-box;
}

table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

table tbody tr:nth-of-type(even) {
    background-color: #FAFAFA;
}

table tbody tr td {
    padding: 24px 0;
}

table tbody tr td:first-of-type {
    padding-left: 15px;
}

.dashed-links {
    margin-top: 40px;
    padding-bottom: 40px;
    position: relative;
    flex-wrap: wrap;
    border-bottom: 2px solid #0F2345;
}

.dashed-links a {
    margin-right: 45px;
    margin-bottom: 22px;
}

.about-programm {
    margin-top: 56px;
    padding-bottom: 75px;
    border-bottom: 2px solid #0F2345;
}

.about-programm .heading2,
.about-programm h2 {
    margin-bottom: 50px;
}

.about-programm .about-margin {
    margin-bottom: 50px;
}

.about-programm .additional-info {
    padding-left: 97px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.about-programm .additional-info .heading3,
.about-programm .additional-info h3 {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.about-programm .ul-title {
    font-weight: 500;
    margin-bottom: 35px;
}

.about-programm ul {
    margin-bottom: 43px;
}

.about-programm ul li {
    width: 45%;
}

.about-programm .signature {
    font-size: 21px;
    font-weight: 500;
    text-align: right;
    margin-top: 80px;
}

.general-info {
    padding-top: 64px;
}

.general-info .lined-title {
    margin-bottom: 52px;
}

.general-info p {
    margin-bottom: 35px;
}

.general-info p.bold {
    font-weight: bold;
}

.general-info p a {
    color: #4584FF;
    text-decoration: underline;
    font-size: 16px;
    display: inline;
}

.general-info .item {
    margin-bottom: 65px;
}

.general-info a {
    display: flex;
    font-size: 18px;
    margin-bottom: 12px;
}

.general-info a.arrow,
.direction-links a.arrow,
.profile-page a.arrow {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.profile-page a.arrow {
    margin-bottom: 10px;
}

.general-info a.arrow:before,
.direction-links a.arrow:before,
.profile-page a.arrow:before {
    content: '';
    position: absolute;
    right: -30px;
    top: calc(50% - 10px / 2);
    width: 30px;
    height: 10px;
    background: url('../img/link-arrow.svg') center center no-repeat;
    background-size: contain;
    z-index: 1;
}

.direction-links p {
    margin-bottom: 0;
}

.general-info .text-wrap {
    margin-bottom: 32px;
}

.general-info .text-line span {
    font-weight: bold;
}

.information-line {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 28px;
}

.information-line .img {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    background-color: #F0F3F9;
    margin-right: 26px;
}

.information-line .info {
    max-width: calc(100% - 100px);
}

.information-line .info .heading3,
.information-line .info h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.information-line .info p a {
    color: #4584FF;
}

.information-line .info p span {
    font-weight: bold;
}

.profile-page {
    margin-top: 50px;
}

.profile-block {
    margin-top: 60px;
}

.profile-page .heading2 {
    margin-bottom: 55px;
}

.keyfeatures {
    margin-top: 70px;
    margin-bottom: 80px;
}

.keyfeatures .keytitle {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 50px;
}

.keyfeatures .heading2,
.keyfeatures h2 {
    margin-bottom: 82px;
}

.keyfeatures ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

.keyfeatures ul li {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 41px;
    line-height: 1.5;
    margin-bottom: 27px;
}

.keyfeatures ul li:nth-of-type(odd) {
    margin-right: 8%;
    width: 42%;
}

.keyfeatures ul li:nth-of-type(even) {
    width: 50%;
}

.keyfeatures ul li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 14px;
    left: 2px;
    top: 4px;
    background: url("../img/list-arrow.svg") center center no-repeat;
    background-size: contain;
}

#map {
    width: 60%;
}

.contacts-wrapper {
    margin-top: -6px;
    margin-bottom: 238px;
}

.contacts-wrapper .info {
    width: 40%;
    background-color: #EBF2F8;
    padding: 57px 32px 51px 49px;
    font-size: 16px;
}

.contacts-wrapper .info p {
    margin-bottom: 0;
}

.contacts-wrapper .info .title {
    font-size: 21px;
    font-weight: 500;
    max-width: 90%;
    margin-bottom: 35px;
}

.contacts-wrapper .info .caption {
    font-weight: bold;
}

.contacts-wrapper .info .text {
    margin-bottom: 25px;
}

.contacts-wrapper .info a {
    color: #0F2345;
}

.school-corpus {
    width: 900px;
    margin-bottom: 3px;
}

.school-corpus .heading2,
.school-corpus h2 {
    margin-bottom: 75px;
}

.school-corpus .items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.school-corpus .corpus {
    margin-bottom: 50px;
}

.school-corpus .corpus .text {
    font-size: 21px;
    font-weight: 500;
}

.school-corpus .corpus:nth-of-type(2) .text {
    padding-left: 44px;
}

.school-corpus .corpus:nth-of-type(3).circle .text {
    max-width: 285px;
    padding-left: 15px;
}

.school-corpus .corpus:nth-of-type(4) {
    margin-top: 8px;
    margin-right: 60px;
}

.school-corpus .corpus:nth-of-type(4).oval {
    margin-right: 110px;
}

.school-corpus .corpus:nth-of-type(5).circle .text {
    max-width: 280px;
}

.school-corpus .corpus.circle img {
    width: 204px;
    height: 211px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 23px;
}

.school-corpus .corpus.circle .text {
    max-width: 270px;
}

.school-corpus .corpus.oval {
    margin-right: 50px;
    margin-right: 45px;
}

.school-corpus .corpus.oval img {
    width: 290px;
    height: 187px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 17px;
    margin-bottom: 30px;
}

.school-corpus .corpus.oval .text {
    max-width: 270px;
}

.realized-programms .heading2,
.realized-programms h2 {
    margin-bottom: 64px;
}

.programm {
    padding: 28px 30px 50px 28px;
    border-radius: 9px;
    margin-bottom: 38px;
}

.programm.blue {
    background-color: #F1F7F8;
}

.programm.yellow {
    background-color: #FFF9F0;
}

.programm.purple {
    background-color: #F3F3F3;
}

.programm.green {
    background-color: #F3F9F1;
}

.programm .img {
    width: 84px;
    height: 84px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 41px;
}

.programm .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.programm .title-caption {
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 25px;
}

.programm .heading3,
.programm h3 {
    margin-top: 16px;
    margin-bottom: 18px;
}

.programm .title {
    font-weight: bold;
    margin-bottom: 23px;
}

.programm p {
    margin-bottom: 24px;
    max-width: 630px;
    line-height: 1.5;
}

.programm p span {
    font-weight: bold;
}

.programm p.bold {
    margin-top: -10px;
}

.programm a {
    color: #4584FF;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.programm a span {
    margin-right: 5px;
}

.achivement {
    width: 238px;
    height: 280px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 36px 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.achivement img {
    height: 43px;
    max-width: 36px;
    object-fit: contain;
}

.achivement .title {
    font-size: 46px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 20px;
}

.achivement p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
}

.achivement.yellow {
    background: #FFF6E3;
}

.achivement.purple {
    background: #EEF1F4;
}

.achivement.blue {
    background: #E2F0FF;
}

.achivement.green {
    background: #E9F8DD;
}

.partner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 44px;
}

.partner img {
    width: 200px;
    height: auto;
    margin-right: 79px;
}

.partner .title {
    margin-top: 0px;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0px;
}

.partner p {
    font-size: 14px;
    margin-bottom: 0px;
    max-width: 92%;
}

.partner a {
    font-size: 16px;
    color: #337FFF;
}

.accordeon {
    width: 100%;
    padding: 29px 0;
    position: relative;
    cursor: pointer;
}

.accordeon.active img {
    transform: rotate(180deg);
}

.accordeon-title {
    position: relative;
    z-index: 1;
    width: 100%;
    /* padding: 29px 0; */
    cursor: pointer;
}

.accordeon-title img {
    width: 20px;
    height: auto;
    margin-right: 78px;
    transition: all 0.4s ease;
}

.accordeon-title span {
    font-size: 21px;
    font-weight: 500;
    padding-right: 40px;
}

.accordeon-title .digit {
    position: absolute;
    right: 7px;
    font-size: 21px;
    font-weight: 500;
}

.accordeon-content {
    position: relative;
    z-index: 1;
    padding-left: 100px;
    margin-top: 25px;
    font-size: 14px;
    display: none;
}

.inner-accordeon {
    padding-bottom: 0;
    border-bottom: 1px dashed #0F2345;
    margin-top: 30px;
}

.inner-accordeon:first-of-type {
    padding-top: 0;
}

.inner-accordeon:first-of-type .accordeon-title {
    border-top: 1px dashed #0F2345;
    padding-top: 25px;
}

.inner-accordeon:before {
    display: none;
}

.inner-accordeon .accordeon-title {
    font-size: 18px;
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner-accordeon .accordeon-content {
    margin-top: 15px;
    padding-left: 0;
    padding-bottom: 25px;
}

.inner-accordeon .accordeon-title img {
    margin-right: 0;
    transform: rotate(0);
}

.inner-accordeon.active .accordeon-title img {
    transform: rotate(180deg);
}

.accordeon-content p {
    font-size: 14px;
}

.accordeon-content ul {
    padding-left: 30px;
}

.accordeon-content ul li {
    margin-bottom: 5px;
}

.accordeon-content a {
    color: #4584FF;
    font-size: 14px;
    text-decoration: underline;
}

.accordeon:nth-of-type(n+2):before {
    content: '';
    position: absolute;
    top: 0;
    left: calc((-100vw + 1200px) / 2);
    width: 100vw;
    height: 100%;
    background: linear-gradient(180deg, #F4F4F4 0%, #F9F9F9 100%);
}

.person {
    margin-bottom: 57px;
}

.person img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 20px;
}

.person .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.person p {
    font-size: 14px;
}

.person a {
    font-size: 14px;
    color: #0F2345;
    opacity: 0.5;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1B1F25;
    opacity: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.overlay.active {
    opacity: 0.64;
    visibility: visible;
}

.link-page {
    display: flex;
    flex-direction: column;
}

.link-page a {
    margin-bottom: 10px;
    display: block;
}

.sandwich {
    display: flex;
    position: relative;
    width: 30px;
    height: 21px;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    cursor: pointer;
    display: none;
}

.sandwich span {
    width: 100%;
    position: absolute;
    height: 3px;
    border-radius: 5px;
    background-color: #0F2345;
}

.sandwich span:first-of-type {
    top: 0;
}

.sandwich span:last-of-type {
    bottom: 0;
}

form .radio-line label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

form .classes .radio-line label {
    margin-bottom: 5px;
}

form .file-wrap {
    width: 170px;
    height: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

form .file-wrap input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-bottom: 0;
    z-index: 2;
    cursor: pointer;
}

form .file-wrap span.button-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #0F2345;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s ease;
    background: #DCE1E2;
    border-radius: 3px;
}

form .filename {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

form .main-block .title {
    font-size: 22px;
    font-weight: 500;
    color: #0F2345;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 45px;
}

form .main-block .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #FFCD64;
}

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

form .button-prev {
    opacity: 0;
    visibility: hidden;
}

form .button-prev.active {
    opacity: 1;
    visibility: visible;
}

form .form-button {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    background: #FFCF6A;
    border-radius: 4px;
    margin-top: 50px;
    display: block;
    transition: all 0.4s ease;
    /* margin-left: auto; */
}

form .form-button:focus,
form .form-button:active {
    color: #000;
}

.form-block:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: calc(100% + 2px);
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
    transform: scale(0);
}

@keyframes spining {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.form-block:after {
    content: '';
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    width: 80px;
    height: 80px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDU4LjE4NiA0NTguMTg2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTguMTg2IDQ1OC4xODY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDQ1LjY1MSwyMDEuOTVjLTEuNDg1LTkuMzA4LTEwLjIzNS0xNS42NDktMTkuNTQzLTE0LjE2NGMtOS4zMDgsMS40ODUtMTUuNjQ5LDEwLjIzNS0xNC4xNjQsMTkuNTQzDQoJCQljMC4wMTYsMC4xMDIsMC4wMzMsMC4yMDMsMC4wNTEsMC4zMDRjMTcuMzgsMTAyLjMxMS01MS40NywxOTkuMzM5LTE1My43ODEsMjE2LjcxOWMtMTAyLjMxMSwxNy4zOC0xOTkuMzM5LTUxLjQ3LTIxNi43MTktMTUzLjc4MQ0KCQkJUzkyLjk2Niw3MS4yMzIsMTk1LjI3Niw1My44NTJjNjIuOTE5LTEwLjY4OCwxMjYuOTYyLDExLjI5LDE3MC4wNTksNTguMzYxbC03NS42MDUsMjUuMTkNCgkJCWMtOC45NDQsMi45NzYtMTMuNzgxLDEyLjYzOC0xMC44MDYsMjEuNTgyYzAuMDAxLDAuMDAyLDAuMDAyLDAuMDA1LDAuMDAzLDAuMDA3YzIuOTc2LDguOTQ0LDEyLjYzOCwxMy43ODEsMjEuNTgyLDEwLjgwNg0KCQkJYzAuMDAzLTAuMDAxLDAuMDA1LTAuMDAyLDAuMDA3LTAuMDAybDEwMi40LTM0LjEzM2M2Ljk3Mi0yLjMyMiwxMS42NzUtOC44NDcsMTEuNjc0LTE2LjE5NnYtMTAyLjQNCgkJCUM0MTQuNTksNy42NDEsNDA2Ljk0OSwwLDM5Ny41MjMsMHMtMTcuMDY3LDcuNjQxLTE3LjA2NywxNy4wNjd2NjIuMzQ0QzI5Mi41NjQtNC4xODUsMTUzLjU0NS0wLjcwMiw2OS45NDksODcuMTkNCgkJCXMtODAuMTE0LDIyNi45MTEsNy43NzksMzEwLjUwOHMyMjYuOTExLDgwLjExNCwzMTAuNTA4LTcuNzc5QzQzNS45MDUsMzM5Ljc5OSw0NTcuMTc5LDI3MC4xNTIsNDQ1LjY1MSwyMDEuOTV6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    z-index: 100;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: spining .7s infinite linear;
    animation: spining .7s infinite linear;
}

.form-block.loading:before {
    transform: scale(1);
}

.form-block.loading:after {
    opacity: 1;
    visibility: visible;
}

form .radio-line input {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: 1px solid #0F2345;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    margin-right: 15px;
}

form .radio-line .radio-info-wrap {
    width: calc(100% - 40px);
    margin-top: -2px;
}

form .radio-line .radio-title {
    font-size: 16px;
    font-weight: 500;
    color: #0F2345;
    display: block;
    margin-bottom: 5px;
}

form .radio-line .radio-info {
    font-size: 14px;
    color: #8895AC;
    /* line-height: 1.2; */
    display: block;
}

form .radio-line input:checked:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0F2345;
}

.depart-wrapper {
    margin-top: 70px;
}

.custom-page .depart-wrapper .person-descr:before,
.custom-page .depart-wrapper .person-descr:after,
.custom-page .depart-wrapper .person-info:before {
    display: none;
}

.custom-page .administration .people-department .person {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    margin-right: 0;
    width: 100%;
}

.custom-page .administration .people-department .person .title {
    height: 42px;
}

.custom-page .administration .people-department .person button {
    margin-left: 0;
    margin-top: 30px;
}

.custom-page .administration .people-department .person img {
    max-width: 250px;
    margin-right: 40px;
}

.custom-page .administration .people-department .person p,
.person .teacher-modal p {
    font-size: 16px;
}

.custom-page .administration .people-department .person .quote {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 6px;
    background-color: rgba(245, 245, 245, 1);
    margin-top: 10px;
}

.partners-project {
    margin-top: 80px;
}

.deal-blocks {
    margin-top: 80px;
}

.deal-blocks .item {
    display: flex;
    margin-bottom: 40px;
}

.deal-blocks .item img {
    max-width: 200px;
    width: 100%;
    height: 100%;
    margin-right: 50px;
    object-fit: contain;
}

.deal-blocks .item .title {
    font-size: 20px;
    margin-bottom: 25px;
}

.deal-blocks .item p {
    font-size: 16px;
}

.olymp-image {
    width: 100%;
    margin-bottom: 80px;
}

.olymp-table {
    width: 855px;
    margin-bottom: 20px;
}

.olymp-table .heading-table .column:last-of-type {
    border: none;
}

.table-scroll-olymp .table-shadow:before {
    height: 100%;
}

.olymp-table .table-row .column:nth-of-type(1) {
    width: 40%;
}

.olymp-table .table-row .column:nth-of-type(2) {
    width: 30%;
}

.olymp-table .table-row .column:nth-of-type(3) {
    width: 30%;
}

.olymp-table .table-row .column:nth-of-type(2) {
    align-items: flex-start;
}

.olymp-table .table-row .column:nth-of-type(2) span {
    padding-left: 15px;
    text-align: left;
}

.olymp-table .table-row {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #355063;
    color: #355063;
    font-size: 16px;
}
.table-achivment .table-row{
    min-height: 55px;
}
.achivement-links{
    margin-bottom: 70px;
    padding-bottom: 20px;
}

.olymp-table .table-row .column {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-right: 2px solid #355063;
}

.olymp-table .table-row .column:last-of-type {
    border: none;
}

.olymp-table .table-row .column span {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    width: 100%;
    text-align: center;
}

.olymp-table .table-row .profile:first-of-type {
    font-size: 18px;
    font-weight: bold;
    color: #355063;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.olymp-table .table-row .column:first-of-type img {
    max-width: 30px;
    width: 100%;
    margin-right: 10px;
}

.olymp-table .table-row .column span:nth-of-type(even) {
    background-color: rgba(255, 203, 111, 0.3);
}

.olymp-table .heading-table {
    border: none;
}

.olymp-table .heading-table .column {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #355063;
    padding: 20px 15px;
    border-right: 2px solid #fff;
}

.teacher-leader-section {
    padding-top: 25px;
}

.teacher-item.teacher-leader-block img {
    max-width: 300px;
    max-height: 450px;
}

.teacher-item.teacher-leader-block {
    background: #FFFFFF;
    box-shadow: 0px 20px 40px rgba(98, 110, 161, 0.06);
    border-radius: 5px;
    padding: 35px;
    margin-bottom: 20px;
    display: flex;
}

.teacher-item.teacher-leader-block img {
    max-width: 300px;
    margin-right: 30px;
    object-fit: contain;
    object-position: top;
}
.teacher-item.teacher-leader-block .info {
    margin-top: 0;
    width: 100%;
}

.teacher-item .title,
.teacher-modal .title {
    font-weight: bold;
    font-size: 18px;
    color: #0F2345;
    margin-bottom: 10px;
    line-height: 1.2;
}

.teacher-item.teacher-leader-block p {
    font-size: 16px;
    color: #0F2345;
    margin-bottom: 20px;
}

.teacher-item .email {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #38AB46;
    margin-bottom: 59px;
}

.teacher-item .show-more,
.table-wrap .show-more,
.person .show-more,
.person .js-tutors {
    width: 135px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #0F2345;
    background: #F4F5F9;
    border-radius: 5px;
    margin-top: 40px;
    margin-left: auto;
}
.table-wrap .show-more{
    margin: 0;
}
.person .show-more,
.person .js-tutors{
    margin-left: 0;
    margin-top: 30px;
}
.teacher-modal {
    position: fixed;
    max-width: 1300px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 50px 50px 0px;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    max-height: 74%;
    height: 100%;
}

.teacher-modal .cross {
    width: 49px;
    height: 49px;
    background: #FFFFFF;
    border: 1px solid #F5BB1C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
    z-index: 1;
    margin-top: 0 !important;
}

.teacher-modal .cross span {
    position: absolute;
    width: 20px;
    height: 1px;
    background: #001466;
}

.teacher-modal .cross span:last-of-type {
    transform: rotate(-45deg);
}

.teacher-modal .cross span:first-of-type {
    transform: rotate(45deg);
}

.teacher-modal .inner {
    display: flex;
    height: 100%;
}
.table-wrap .teacher-modal .inner {
    display: flex;
    align-items: flex-start;
}

.table-wrap .teacher-modal .campus-info{
    margin-bottom: 30px;
}
.teacher-modal table{
    margin-bottom: 15px;
}
.teacher-modal table a.dashed{
    display: table;
}
.teacher-modal .study-plan{
    margin-bottom: 30px;
}
.tab-content .teacher-modal table thead tr th:first-of-type {
    width: 13%;
}
.teacher-modal .text-link{
    margin-bottom: 15px;
}
.teacher-modal .info{
    height: 100%;
    padding-right: 15px;
    overflow-y: auto;
}
.teacher-modal .info::-webkit-scrollbar {
  width: 3px;
}
.teacher-modal .info::-webkit-scrollbar-track {
  background: rgba(136 ,149, 172, .3);
}
.teacher-modal .info::-webkit-scrollbar-thumb {
  background: #0F2345;
}

.teacher-modal .inner img {
    max-width: 300px;
    margin-right: 30px;
    max-height: 450px;
    position: sticky;
    top: 0;
    left: 0;
}

.teacher-modal__header{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.teacher-modal__header .title:last-of-type{
    margin-bottom: 0;
}
.teacher-modal .teacher-modal__header img{
    position: static;
    max-width: 150px;
}


.teacher-item.teacher-leader-block .info {
    margin-top: 0;
    overflow: auto;
}

.teacher-modal .inner .title {
    font-size: 23px;
}

.teacher-modal .teacher-text {
    max-height: 500px;
}

.teacher-modal.active {
    opacity: 1;
    visibility: visible;
}

.teacher-leader-block .title,
.teacher-modal .title {
    margin-bottom: 30px;
}

.news-carousel{
    margin: 50px -15px 0;
}
.news-carousel article a{
    margin: 0 15px;
}

.span-close{
    color: #ff8f00; 
    background-color: #ffecb3;
}
.span-exist,
.span-open{
    color: #90c77a; 
    background-color: #e9ffe1;
}



.modal-gallery{
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
}

.modal-gallery::-webkit-scrollbar {
  width: 3px;
}
.modal-gallery::-webkit-scrollbar-track {
  background: rgba(136 ,149, 172, .3);
}
.modal-gallery::-webkit-scrollbar-thumb {
  background: #0F2345;
}
.modal-gallery__inner{
    height: 100%;
}
.modal-gallery__item{
    width: 33%;
    display: block;
    margin-bottom: 30px;
}
.modal-gallery .modal-gallery__item img{
    width: 100%;
    max-width: 100%;
    position: static;
    margin: 0;
}

.image-link-block {
    display: flex;
    flex-wrap: wrap;
}

.image-link-block a {
    width: 20%;
    height: 100%;
    margin-right: 25px;
    margin-bottom: 25px;
}

.image-link-block a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cooperation-section ul {
    padding-left: 20px;
}

.cooperation-section .info-block {
    margin-top: 80px;
}

.cooperation-color-block {
    width: 100%;
    margin: 50px 0;
    padding: 25px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
}

.cooperation-block {
    display: flex;
    margin: 40px 0;
    display: flex;
}

.cooperation-block-left {
    margin-right: 30px;
    flex: 0 0 250px;
}

.cooperation-block-left img {
    width: 100%;
    margin-bottom: 25px;
}

.cooperation-block-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cooperation-block button.show-more {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #eee;
}

.cooperation-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background-color: #fff;
    border-radius: 5px;
    padding: 60px 30px 30px 30px;
    max-width: 1000px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.cooperation-modal.active {
    opacity: 1;
    visibility: visible;
}

.cooperation-modal .cross {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 5px;
}

.cooperation-modal .cross span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.cooperation-modal .cross span:first-of-type {
    transform: rotate(45deg);
}

.cooperation-modal .cross span:last-of-type {
    transform: rotate(-45deg);
}

.cooperation-modal-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.cooperation-slider {
    width: 100%;
    margin-top: 30px;
}

.cooperation-slider img {
    margin: 0 10px;
}

.form-block input[type="checkbox"] {
    margin-right: 10px;
}

.help-block .items-wrap-row {
    display: flex;
    justify-content: space-between;
}

.help-block .items-wrap-row .item {
    max-width: 50%;
    width: 100%;
}

.help-block .items-wrap-row .item:first-of-type {
    padding-right: 40px;
    border-right: 1px solid #000;
}

.help-block .items-wrap-row .item:last-of-type {
    padding-left: 40px;
}

@media screen and (max-width: 1560px) {
    .main-slider .slick-next {
        right: 9%;
    }
    .main-slider .slick-prev {
        left: 9%;
    }
}

@media screen and (max-width: 1280px) {
    .main-slider .slick-next {
        right: 15px;
    }
    .main-slider .slick-prev {
        left: 15px;
    }
}

@media (max-width: 1199px) {
    .main .main-slider .slick-list {
        padding: 0 calc((100vw - 980px) / 2) !important;
    }
    article img {
        height: 180px;
    }
    article .heading2,
    article h2 {
        max-width: 90%;
    }
    .about img {
        max-width: 500px;
    }
    .about .info {
        max-width: 380px;
    }
    .about .image:before {
        width: 540px;
        height: 503px;
    }
    header .topbar .contacts {
        margin-left: 30px;
    }
    footer .first-column {
        margin-right: 40px;
    }
    footer .nav_menu-3 {
        margin-right: 60px;
    }
    .menu-modal .menu-main-menu-school-container ul li.item,
    .menu-modal .menu-main-menu-team-container ul li.item,
    .menu-modal .menu-main-menu-admission-container ul li.item {
        right: 50px;
    }
    .menu-modal .menu-main-menu-school-container ul li.item .sub-menu li a,
    .menu-modal .menu-main-menu-team-container ul li.item .sub-menu li a,
    .menu-modal .menu-main-menu-admission-container ul li.item .sub-menu li a {
        width: 250px;
    }
    .menu-modal .widget_media_image {
        max-width: 380px;
    }
    .menu-modal .widget_media_image img {
        height: 220px;
    }
    .menu-modal.direction .first-column {
        width: 270px;
        margin-right: 35px;
    }
    .menu-modal.direction .first-column:before {
        width: calc(100% + (100vw - 950px) / 2);
    }
    .menu-modal.direction .second-column,
    .menu-modal.direction .third-column {
        margin-right: 40px;
    }
    .menu-modal {
        padding-bottom: 45px;
    }
    header .logo {
        margin-right: 20px;
    }
    header .bottombar nav ul li a,
    .mobile-menu .bottombar nav ul li a {
        margin-right: 28px;
    }
    .custom-page .administration .person {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }
    .person img {
        height: 250px;
    }
    .custom-page .right {
        margin-right: 0px;
        position: relative;
        right: 0px;
        max-width: 300px;
        width: 36%
    }
    .custom-page .person-descr {
        width: calc(100% - 247px - 50px);
    }
    .custom-page .person-descr:before {
        top: 15px;
        left: -35px;
    }
    .custom-page .left {
        margin-right: 60px;
        width: 70%
    }
    .custom-page .person-descr p.large {
        font-size: 21px;
    }
    .custom-page .preferences img {
        margin-right: 50px;
    }
    .custom-page .mision-about p {
        max-width: 86%;
    }
    .custom-page .preferences p {
        font-size: 15px;
    }
    .accordeon:nth-of-type(n+2):before {
        left: calc((-100vw + 940px) / 2);
    }
    .partner img {
        margin-right: 50px;
    }
    .partner .title {
        font-size: 19px;
    }
    .partner p {
        margin-bottom: 25px;
    }
    .school-corpus {
        width: auto;
    }
    .custom-page .right nav ul li a {
        font-size: 14px;
    }
    .school-corpus .corpus .text {
        font-size: 20px;
    }
    .school-corpus .corpus:nth-of-type(4).oval {
        margin-right: 0;
        margin-left: 40px;
        margin-top: 0;
    }
    .programm .info {
        width: calc(100% - 180px);
    }
    .tab-content table thead tr th:nth-of-type(2) {
        width: 22%;
    }
    .tab-content table thead tr th {
        line-height: 1.2;
        font-size: 15px;
    }
    .steps .step .digit {
        margin-right: 55px;
    }
    .notice-block {
        padding-right: 80px;
    }
    .entrance-item .date .title {
        margin-right: 70px;
        width: 115px;
    }
    .custom-page .privil-table th:first-of-type {
        width: 39%;
    }
    .archive-page .left,
    .single-page .left {
        width: 925px;
        margin-right: 20px;
    }
    .archive-page .right,
    .single-page .right {
        width: 360px;
    }
    .articles-archive article {
        width: 300px;
        margin-right: 25px;
    }
    .direction-theme .left-column .links-block {
        margin-left: 70px;
    }
    .direction-theme {
        width: 1210px;
        overflow: hidden;
    }
    .direction-scroll {
        overflow: auto;
    }
    .menu-modal.direction .first-column:before {
        width: calc(100% + (100vw - 920px) / 2);
        height: calc(100% + 65px + 21px);
    }
    .menu-modal.direction nav ul li.item .sub-menu li a {
        width: 240px;
    }
    .teacher-modal {
        max-width: 96%;
    }

    .table-scroll {
        max-width: 100%;
        overflow: auto;
    }
}

@media (max-width: 991px) {
    header .topbar .sandwich {
        display: flex;
    }
    h4,
    .heading4 {
        font-size: 18px;
    }
    .scrolled header .topbar {
        display: block;
    }
    .scrolled header {
        -webkit-box-shadow: 2px -13px 35px -1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px -13px 35px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 2px -13px 35px -1px rgba(0, 0, 0, 0.75);
    }
    main {
        padding-top: 90px;
    }
    .main .main-slider .slick-list {
        padding: 0 calc((100vw - 730px) / 2) !important;
    }
    .meet .items p {
        font-size: 14px;
    }
    .meet .items .item {
        justify-content: flex-start;
        width: calc((100% - 30px) / 3);
    }
    .about .inner {
        flex-direction: column-reverse;
    }
    .about .image:before {
        height: 373px;
        width: 403px;
        top: -30px;
        right: -77px;
    }
    .about .info {
        margin-top: 50px;
        max-width: 560px;
    }
    article img {
        height: 140px;
    }
    .news article {
        width: calc((100% - 35px) / 3);
    }
    article .heading2,
    article h2 {
        max-width: 96%;
        font-size: 17px;
    }
    .director .block {
        flex-direction: column-reverse;
        padding: 0;
        position: relative;
        background-color: transparent;
        padding: 45px 0;
    }
    .director .block .info,
    .director .block img {
        position: relative;
        z-index: 1;
        background-color: transparent;
    }
    .director .block:before {
        content: '';
        position: absolute;
        top: 0;
        left: calc(-100vw / 2);
        width: calc(100vw + (750px / 2));
        height: 100%;
        background-color: #F1F7F8;
    }
    .director .info {
        width: 82%;
        left: -15px;
    }
    .director .info p {
        max-width: 100%;
    }
    .director .info .arrow-next img {
        top: -40px;
        right: 0px;
    }
    footer ul {
        max-width: 140px;
    }
    footer .first-column {
        max-width: 180px;
        margin-right: 20px;
    }
    footer .nav_menu-2 {
        margin-right: 20px;
    }
    footer .nav_menu-3 {
        margin-right: 20px;
    }
    footer .nav_menu-4 {
        position: relative;
        left: 25px;
    }
    header .topbar .right nav {
        display: none;
    }
    .mobile-menu .bottombar .inner {
        flex-direction: column;
        z-index: 10;
    }
    .mobile-menu .bottombar .left {
        flex-direction: column;
    }
    .mobile-menu .bottombar nav ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .mobile-menu .bottombar .first-menu {
        margin-right: 0;
        padding-right: 0;
        padding-left: 25px;
        flex-direction: column;
        align-items: flex-start;
    }
    .mobile-menu .bottombar .first-menu a {
        position: relative;
        z-index: 11;
    }
    .mobile-menu .bottombar .first-menu .sandwich {
        display: none;
    }
    .mobile-menu .bottombar nav {
        margin-left: 0;
        padding-left: 25px;
    }
    .mobile-menu .bottombar a {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .mobile-menu .bottombar .first-menu:before,
    .mobile-menu .bottombar nav ul li a:before,
    .mobile-menu .bottombar .first-menu:after {
        display: none;
    }
    header .bottombar {
        display: none;
    }
    .mobile-menu {
        display: block;
        z-index: unset;
        position: fixed;
        width: 320px;
        top: 0;
        left: 0;
        min-height: 100vh;
        max-height: 100%;
        background-color: #fff;
        z-index: 100;
        overflow: auto;
        transform: translateX(-110%);
        visibility: hidden;
        transition: all 0.4s ease;
    }
    .mobile-menu.active {
        visibility: visible;
        transform: translateX(0);
    }
    .mobile-menu:before {
        display: none;
    }
    .mobile-menu .bottombar {
        display: flex;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding-top: 75px;
        padding-bottom: 100px;
        overflow: auto;
        border: 0;
    }
    .mobile-menu .bottombar .container {
        width: 100%;
        height: 100%;
    }
    .mobile-menu .bottombar nav ul li {
        width: 100%;
    }
    .mobile-menu .bottombar nav ul li a {
        display: inline-block;
    }
    .mobile-menu .bottombar .yellow-button {
        width: 270px;
        margin: auto;
        font-size: 16px;
    }
    .mobile-menu .bottombar .sandwich {
        display: flex;
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }
    .mobile-menu .bottombar .sandwich span {
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background-color: #0F2345;
    }
    .mobile-menu .bottombar .sandwich span:first-of-type {
        top: 14px;
        transform: rotate(-45deg);
    }
    .mobile-menu .bottombar .sandwich span:last-of-type {
        bottom: 14px;
        transform: rotate(45deg);
    }
    .mobile-menu .bottombar .menu-item-has-children {
        position: relative;
    }
    .mobile-menu .bottombar .menu-item-has-children.active .menu-arrow {
        transform: rotate(180deg);
    }
    .mobile-menu .bottombar .menu-item-has-children.active .menu-modal .widget_media_image {
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu .bottombar .menu-item-has-children .menu-arrow {
        position: absolute;
        top: 8px;
        right: 25px;
        cursor: pointer;
        transition: all 0.4s ease;
    }
    .mobile-menu .bottombar .menu-modal {
        display: none;
        position: relative;
        top: 0;
        opacity: 1;
        visibility: visible;
        height: unset;
        padding-top: 5px;
        width: 320px;
        left: -25px;
        padding-left: 25px;
        padding-bottom: 30px;
        transition: unset;
    }
    .mobile-menu .bottombar .menu-modal .container {
        width: 100%;
    }
    .mobile-menu .bottombar .menu-modal .col-12 {
        flex-direction: column;
    }
    .mobile-menu .bottombar .menu-modal .first-column {
        width: 100%;
    }
    .mobile-menu .bottombar .menu-modal .widget_media_image {
        max-width: unset;
        width: 270px;
        position: relative;
        right: 2.5px;
        transition: all 0.6s ease;
        opacity: 0;
        visibility: hidden;
    }
    .mobile-menu .bottombar .menu-modal .widget_media_image img {
        height: auto;
    }
    .mobile-menu .bottombar .menu-modal .title {
        padding-left: 25px;
        margin-bottom: 15px;
    }
    .mobile-menu .bottombar .menu-modal .menu-main-menu-school-container,
    .mobile-menu .bottombar .menu-modal .menu-main-menu-team-container,
    .mobile-menu .bottombar .menu-modal .menu-main-menu-admission-container {
        height: auto;
        padding-left: 25px;
    }
    .mobile-menu .bottombar .menu-modal .menu-main-menu-school-container ul li a,
    .mobile-menu .bottombar .menu-modal .menu-main-menu-team-container ul li a,
    .mobile-menu .bottombar .menu-modal .menu-main-menu-admission-container ul li a {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .mobile-menu .bottombar .menu-modal .menu-main-menu-school-container ul li a img,
    .mobile-menu .bottombar .menu-modal .menu-main-menu-team-container ul li a img,
    .mobile-menu .bottombar .menu-modal .menu-main-menu-admission-container ul li a img {
        display: none;
    }
    .mobile-menu .bottombar .menu-modal .menu-main-menu-school-container ul li.item,
    .mobile-menu .bottombar .menu-modal .menu-main-menu-team-container ul li.item,
    .mobile-menu .bottombar .menu-modal .menu-main-menu-admission-container ul li.item {
        position: relative;
        right: 0;
        margin: 25px 0;
    }
    .mobile-menu .bottombar .menu-modal .menu-main-menu-school-container ul li.item .sub-menu li a,
    .mobile-menu .bottombar .menu-modal .menu-main-menu-team-container ul li.item .sub-menu li a,
    .mobile-menu .bottombar .menu-modal .menu-main-menu-admission-container ul li.item .sub-menu li a {
        width: 240px;
    }
    .menu-modal .menu-main-menu-school-container ul li.item .sub-menu li a,
    .menu-modal .menu-main-menu-team-container ul li.item .sub-menu li a,
    .menu-modal .menu-main-menu-admission-container ul li.item .sub-menu li a {
        visibility: visible;
    }
    .menu-modal .widget_nav_menu .sub-menu {
        margin-top: -40px;
    }
    .menu-modal ul li.item .menu-arrow {
        display: none;
    }
    .menu-modal.direction nav ul li.item .sub-menu {
        left: 20px;
        position: relative;
    }
    .menu-modal.direction nav ul li.item .sub-menu li a {
        visibility: visible;
    }
    .overlay {
        z-index: 99;
    }
    .menu-modal {
        display: none;
    }
    .menu-modal.direction .first-column:before {
        display: none;
    }
    .menu-modal.direction p {
        padding-left: 25px;
        margin-bottom: 25px;
    }
    .menu-modal.direction .second-column {
        margin-bottom: 25px;
    }
    .menu-modal.direction .third-column {
        margin-bottom: 25px;
    }
    .mobile-menu .first-menu .menu-modal .menu-main-menu-school-container,
    .mobile-menu .first-menu .menu-modal .menu-main-menu-team-container,
    .mobile-menu .first-menu .menu-modal .menu-main-menu-admission-container {
        max-width: 235px;
    }
    .menu-modal.direction a.button {
        margin-left: 25px;
        margin-bottom: 50px;
    }
    .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-page .team-wrapper {
        flex-direction: column;
    }
    .custom-page .right {
        width: 31%;
    }
    .custom-page .left {
        margin-right: 30px;
        width: 66%
    }
    .custom-page .person-descr {
        width: 100%;
        padding-top: 35px;
        margin-top: 10px;
    }
    .custom-page .person-info {
        max-width: 265px;
    }
    .custom-page .person-descr:before {
        top: -5px;
        left: 0px;
    }
    .custom-page .person-descr:after {
        bottom: 0;
        right: 40px;
    }
    .custom-page .administration .person {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .custom-page .administration .person:nth-of-type(3n) {
        margin-right: 20px;
    }
    .custom-page .administration .person:nth-of-type(2n) {
        margin-right: 0;
    }
    .person {
        margin-bottom: 30px;
    }
    .person .title {
        line-height: 1.3;
    }
    .person img {
        height: 260px;
    }
    .person p {
        width: 90%;
    }
    .custom-page .mision-about:before {
        top: -13px;
        width: 673px;
        height: 571px;
    }
    .custom-page .preference {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 60px;
    }
    .custom-page .preferences img {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .custom-page .mision-about p {
        max-width: 90%;
    }
    h1,
    .heading1 {
        font-size: 30px;
    }
    .accordeon-title {
        padding-right: 30px;
    }
    .accordeon-title span {
        font-size: 18px;
    }
    .accordeon-title img {
        margin-right: 25px;
    }
    .accordeon-content {
        padding-left: 65px;
    }
    .accordeon:nth-of-type(n+2):before {
        left: calc((-100vw + 720px) / 2);
    }
    .partner {
        flex-direction: column;
        margin-bottom: 60px;
    }
    .partner .info{
        margin-top: 20px;
    }
    .custom-page .achive-title {
        max-width: 100%;
    }
    h3,
    .heading3 {
        font-size: 20px;
    }
    .achivement {
        width: 205px;
    }
    .custom-page .achivements {
        margin-bottom: 50px;
    }
    .contacts-wrapper .info {
        padding: 20px;
    }
    .contacts-wrapper {
        margin-bottom: 150px;
    }
    .contacts-wrapper .info .title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .school-corpus .corpus {
        margin-right: 40px;
    }
    .school-corpus .corpus.circle img {
        width: 150px;
        height: auto;
    }
    .school-corpus .corpus.circle .text {
        max-width: 150px;
        font-size: 16px;
    }
    .school-corpus .corpus.oval {
        margin-right: 0;
    }
    .school-corpus .corpus.oval img {
        width: 210px;
        height: 140px;
        margin-top: 15px;
        margin-bottom: 24px;
    }
    .school-corpus .corpus.oval .text {
        max-width: 210px;
        padding-left: 0;
        font-size: 16px;
    }
    .school-corpus .corpus:nth-of-type(3).circle .text {
        max-width: 205px;
        padding-left: 0;
    }
    .school-corpus .corpus:nth-of-type(4).oval {
        margin-left: -60px;
    }
    .school-corpus .corpus:nth-of-type(5).circle .text {
        max-width: 180px;
    }
    .programm {
        flex-direction: column;
        align-items: flex-start;
    }
    .programm .info {
        width: 100%;
    }
    .programm .img {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .custom-page .left {
        margin-bottom: 100px;
    }
    .custom-page .right .inner-sidebar {
        width: 220px !important;
    }
    .keyfeatures ul li:nth-of-type(odd) {
        width: 96%;
        margin-right: 4%;
    }
    .keyfeatures ul li:nth-of-type(even) {
        width: 100%;
    }
    .information-line {
        flex-direction: column;
    }
    .information-line .info {
        max-width: 100%;
    }
    .information-line .img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .about-programm .additional-info {
        padding-left: 0;
    }
    ul.custom {
        justify-content: space-between;
    }
    .about-programm ul li {
        width: 46%;
    }
    .table-shadow {
        position: relative;
    }
    .table-shadow:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        height: calc(100% - 10px);
        width: 30px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.08) 100%);
    }
    table {
        width: 710px;
    }
    .teacher-modal table {
        width: 930px;
    }
    .steps .step .digit {
        width: 80px;
        height: 80px;
        margin-right: 35px;
    }
    .steps .step .info {
        width: calc(100% - 115px);
    }
    .steps .step .digit:before {
        width: 68px;
        height: 68px;
    }
    .steps .step:before {
        left: 40px;
    }
    .entrance-item .notice-block {
        margin-right: auto;
        width: 100%;
        padding-right: 10px;
    }
    .entrance-item .date {
        flex-direction: column;
    }
    .entrance-item .date .title {
        width: 100%;
        margin-bottom: 30px;
    }
    .entrance-item .date .info {
        max-width: 100%;
    }
    .custom-page .privil-table {
        width: 780px;
    }
    .custom-page .privil-table th:first-of-type {
        width: 42%;
    }
    .sidebar-move .left {
        width: 445px;
    }
    .passing-table {
        width: 830px;
    }
    .custom-page .passing-table th:first-of-type {
        width: 33%;
    }
    .custom-page .passing-table th:nth-of-type(2) {
        width: 26%;
    }
    .notice-block {
        padding-right: 20px;
    }
    .custom-page .document-template a {
        display: block;
    }
    .custom-page .document-template a img {
        margin-top: 0;
    }
    .form-block form {
        width: 90%;
    }
    .form-block {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .archive-page .right,
    .single-page .right {
        width: 180px;
        right: 0;
    }
    .articles-archive article {
        width: 240px;
        margin-right: 15px;
        margin-bottom: 50px;
    }
    .articles-archive article:nth-of-type(2n) {
        margin-right: 0;
    }
    .pagination {
        margin-top: 15px;
    }
    .archive-page .left,
    .single-page .left {
        width: 500px;
    }
    .custom-page .column-link .line {
        flex-direction: column;
        align-items: flex-start;
    }
    .inner-accordeon .accordeon-title {
        padding-left: 0;
    }
    .custom-page .depart-wrapper .person-descr {
        padding-top: 0;
    }
    .custom-page .administration .people-department .person {
        flex-direction: column;
    }
    .teacher-item.teacher-leader-block {
        flex-direction: column;
    }
    .teacher-item.teacher-leader-block img {
        margin-bottom: 25px;
        position: relative;
    }
    .custom-page .administration .people-department .person .title {
        height: auto;
    }
    .teacher-modal {
        overflow: auto;
    }
    .teacher-modal .teacher-text {
        max-height: 100%;
    }
    .cooperation-block {
        flex-direction: column;
    }
    .cooperation-block-info {
        margin-top: 50px;
    }
    .cooperation-modal {
        max-width: 94%;
        padding: 60px 20px 20px;
    }
    .modal-gallery__item{
        width: 48%;
    }
}

@media (max-width: 767px) {
    header .text {
        display: none;
    }
    .main .main-slider .slick-list {
        padding: 0 !important;
    }
    .main .main-slider .item {
        margin: 0;
        border-radius: 0;
        padding: 90px 50px 105px calc((100vw - 540px) / 2);
    }
    .meet .scroll-bar {
        padding-bottom: 15px;
        overflow: auto;
        width: calc(100% + 540px/2);
    }
    .meet .scroll-bar .items {
        width: 1210px;
        justify-content: flex-start;
    }
    .meet .scroll-bar .items .item {
        width: 300px;
        margin-right: 20px;
    }
    .about img {
        max-width: 100%;
    }
    .news .articles {
        flex-wrap: wrap;
        margin-bottom: -50px;
    }
    .news article {
        width: 46%;
        margin-bottom: 50px;
    }
    .director .info {
        width: 100%;
    }
    .director .block {
        padding: 25px 0;
        padding-bottom: 0;
    }
    footer .inner {
        flex-direction: column;
        margin-bottom: 50px;
    }
    footer .first-column {
        max-width: 250px;
        margin-bottom: 50px;
    }
    footer .nav_menu-2 {
        margin-bottom: 50px;
    }
    footer .nav_menu-4 {
        left: 0;
    }
    footer .nav_menu-3 {
        margin-bottom: 40px;
    }
    footer a.logo {
        margin-bottom: 15px;
    }
    footer a.tel {
        margin-top: 35px;
    }
    footer .bottom {
        font-size: 14px;
    }
    footer ul {
        max-width: 280px;
    }
    footer {
        padding-top: 40px;
        background: #fff;
        box-shadow: none;
    }
    .director {
        margin-bottom: 70px;
    }
    .custom-page .right {
        display: none;
    }
    .custom-page .left {
        width: 100%;
    }
    .custom-page .left {
        margin-bottom: 40px;
        margin-right: 0;
    }
    .custom-page .preferences p {
        max-width: 100%;
    }
    .lightgrey .custom-page .wrapper .left {
        margin-bottom: 40px;
    }
    .accordeon-title span {
        font-size: 20px;
    }
    .accordeon:nth-of-type(n+2):before {
        left: calc((-100vw + 540px) / 2);
    }
    .accordeon-content {
        max-width: 90%;
    }
    .contacts-wrapper {
        flex-direction: column;
    }
    .contacts-wrapper .info {
        width: 100%;
    }
    #map {
        height: 300px;
        width: 100%;
    }
    .contacts-wrapper {
        margin-bottom: 30px;
    }
    .school-corpus .corpus.circle {
        width: 36%;
        margin-right: 0;
    }
    .school-corpus .corpus.circle img {
        width: 100%;
        height: auto;
    }
    .school-corpus .corpus.circle .text {
        max-width: 100%;
        font-size: 15px;
    }
    .school-corpus .items {
        justify-content: space-between;
    }
    .school-corpus .corpus.oval {
        width: 54%;
    }
    .school-corpus .corpus.oval img {
        width: 100%;
        height: auto;
        margin-top: 12px;
    }
    .school-corpus .corpus.oval .text {
        max-width: 100%;
        font-size: 15px;
    }
    .school-corpus .corpus:nth-of-type(4).oval {
        margin-top: -10px;
    }
    .school-corpus .corpus:nth-of-type(5).circle .text {
        max-width: 100%;
    }
    .table-scroll {
        max-width: 100%;
    }
    .custom-page .online-wrap .text:last-of-type {
        margin-bottom: 0;
    }
    .entrance-item .notice-block {
        padding-right: 80px;
    }
    .articles-archive article {
        width: 48%;
        margin-right: 4%;
    }
    .custom-page .direction-links .column-link:first-of-type {
        margin-right: 33px;
    }
    .deal-blocks .item {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .deal-blocks .item img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .teacher-modal .inner {
        flex-direction: column;
    }
    .table-wrap .teacher-modal .inner {
        flex-direction: row;
    }
}

@media (max-width: 575px) {
    .olymp-table{
        width: 680px
    }
    .container {
        width: calc(100% - 40px);
    }
    .main .main-slider .item {
        padding-left: 20px;
    }
    h1,
    .heading1 {
        font-size: 32px;
        line-height: 1.2;
    }
    h2,
    .heading2 {
        font-size: 23px;
    }
    .meet .scroll-bar .items .item {
        width: 270px;
    }
    .meet .scroll-bar .items {
        width: 1120px;
    }
    .about .image {
        position: relative;
        width: calc(100% + 40px);
        right: 20px;
    }
    .about img {
        border-radius: 0;
    }
    .about .image:before {
        height: 313px;
        width: 403px;
        top: -35px;
        right: -77px;
    }
    p.large {
        font-size: 21px;
    }
    .news article {
        width: 100%;
        margin-bottom: 40px;
    }
    .news .title .regular-button {
        display: none;
    }
    article img {
        height: 200px;
    }
    article .heading2,
    article h2 {
        font-size: 18px;
    }
    .mobile {
        display: inline-flex;
        margin-top: 40px;
    }
    .news {
        margin-bottom: 70px;
    }
    .director {
        margin-top: 70px;
    }
    .director img {
        width: 100%;
    }
    .director .info {
        padding: 15px 0px 23px 0px;
        left: 0;
    }
    .director .info .heading2,
    .director .info h2,
    .director .info .subtitle,
    .director .info p {
        margin-left: 0;
    }
    .director .info .heading2,
    .director .info h2 {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .director .info .subtitle {
        margin-bottom: 25px;
    }
    .mobile-menu {
        width: 100%;
    }
    .about {
        margin-bottom: 70px;
    }
    .news {
        margin-top: 70px;
    }
    .custom-page .person-info {
        max-width: 100%;
    }
    .custom-page .person-info img {
        height: auto;
    }
    .custom-page .person-info .title {
        font-size: 20px;
    }
    .custom-page .person-descr p {
        max-width: 100%;
    }
    .custom-page .person-descr:after {
        right: 0;
    }
    .custom-page .mision-about p {
        max-width: 100%;
    }
    .accordeon:nth-of-type(n+2):before {
        left: -20px;
    }
    .custom-page .heading1,
    .custom-page h1 {
        font-size: 26px;
    }
    .achivement {
        width: 48.5%;
    }
    .achivement:nth-of-type(2n) {
        margin-right: 0;
    }
    .custom-page .achive-subtitle {
        width: 100%;
    }
    .lined-title {
        font-size: 26px;
    }
    .general-info .item:last-of-type {
        margin-bottom: 0;
    }
    .entrance-item .notice-block {
        padding-right: 40px;
        margin-bottom: 60px;
    }
    .notice-block {
        flex-direction: column;
    }
    .notice-block img {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .articles-archive article {
        width: 100%;
        margin-right: 0;
    }
    .articles-archive article img {
        height: auto;
    }
    .custom-page .direction-links {
        flex-direction: column;
    }
    .custom-page .direction-links .column-link {
        margin-right: 0;
    }
    .custom-page .direction-links .column-link:first-of-type {
        margin-bottom: 50px;
    }
    .direction-theme {
        margin-bottom: 90px;
    }
    .documents-accordeon:before {
        left: -20px;
    }
    .accordeon-content {
        padding-left: 30px;
    }
    .inner-accordeon .accordeon-title {
        font-size: 16px;
    }
    .olymp-image {
        width: 500px;
    }
    .modal-gallery__item{
        width: 100%;
    }
    .form-block form, .form-block-inner{
        width: 100%;
        max-width: 510px;
    }
}

@media (max-width: 440px) {
    .custom-page .administration .person {
        margin-right: 0;
        width: 100%;
    }
    .person img {
        height: auto;
    }
    .custom-page .administration .person:nth-of-type(3n) {
        margin-right: 0;
    }
    .custom-page .person-info:before {
        display: none;
    }
    .achivement {
        height: 300px;
    }
    .block-caption {
        font-size: 13px;
    }
    .keyfeatures .heading2,
    .keyfeatures h2 {
        margin-bottom: 62px;
    }
    .title-caption {
        margin-top: -10px;
    }
    .custom-page .addit-page .programm a {
        font-size: 15px;
    }
    .about-programm ul li {
        width: 100%;
    }
    .about-programm .signature {
        font-size: 18px;
    }
    .lined-title.text-page {
        margin-top: -12px;
    }
    .steps .step .digit {
        width: 70px;
        height: 70px;
        margin-right: 25px;
    }
    .steps .step .info {
        width: calc(100% - 95px);
    }
    .steps .step .digit:before {
        width: 58px;
        height: 58px;
    }
    .steps .step:before {
        left: 34px;
    }
    .steps .step .digit span {
        font-size: 20px;
    }
    .entrance-item {
        padding-top: 40px;
    }
    ul.list li {
        font-size: 14px;
    }
    .form-block form .input-line {
        font-size: 14px;
        padding: 14px 30px 11px 10px;
    }
    .pagination .page-numbers {
        width: 35px;
        height: 35px;
    }
    .pagination .pag-arrow {
        width: 35px;
        height: 35px;
    }
    header .socials-block {
        display: none;
    }
    .teacher-modal {
        padding: 30px;
    }
    .teacher-modal .inner img {
        max-width: 220px;
    }
    .teacher-modal .teacher-modal__header img{
        max-width: 40%;
        margin-right: 15px
    }
    .teacher-modal__header .title{
        margin-bottom: 10px;
        font-size: 20px
    }
    .modal-gallery .modal-gallery__item img{
        max-width: 100%;
    }
    .teacher-item.teacher-leader-block {
        padding: 15px;
    }
    .mobile-menu .socials-block {
        margin-top: 15px;
    }
    .cooperation-modal-title {
        font-size: 18px;
    }
    .help-block .items-wrap-row .item {
        max-width: 100%;
        padding: 20px 0 !important;
    }
    .help-block .items-wrap-row .item:first-of-type {
        border: none;
    }
    .help-block .items-wrap-row {
        flex-direction: column;
    }
}

@media (max-width: 390px) {
    header .topbar .contacts {
        display: none;
    }
    h1,
    .heading1 {
        font-size: 24px;
    }
    .main h1,
    .main .heading1 {
        font-weight: normal;
        margin-bottom: 20px;
    }
    p {
        font-size: 14px;
    }
    .main .main-slider p {
        margin-bottom: 40px;
    }
    .main .main-slider .item {
        padding-bottom: 95px;
    }
    .meet .scroll-bar .items .item {
        width: 210px;
    }
    .meet .scroll-bar .items {
        width: 920px;
    }
    .meet .scroll-bar .items .item {
        margin-right: 10px;
        padding-left: 20px;
    }
    p.large {
        font-size: 19px;
    }
    .about .image:before {
        height: 263px;
        top: -25px;
    }
    .director .info p {
        margin-bottom: 0;
    }
    .director .info .arrow-next {
        margin-top: 40px;
    }
    footer .bottom {
        font-size: 13px;
    }
    footer ul {
        max-width: 260px;
    }
    h2,
    .heading2 {
        font-size: 22px;
    }
    .custom-page .heading1,
    .custom-page h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .accordeon-title span {
        font-size: 16px;
        padding-right: 0;
    }
    .accordeon-title .digit {
        display: none;
    }
    .accordeon-title {
        padding-right: 0;
    }
    .accordeon-content {
        max-width: 100%;
        padding-left: 45px;
        padding-left: 0;
    }
    .partner .title {
        font-size: 18px;
    }
    h3,
    .heading3 {
        font-size: 18px;
    }
    .achivement {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        height: 250px;
    }
    .sep-40 {
        height: 25px;
    }
    .school-corpus .heading2,
    .school-corpus h2 {
        margin-bottom: 60px;
    }
    .school-corpus .corpus.circle {
        width: 100%;
    }
    .school-corpus .corpus.circle .text {
        font-size: 18px;
    }
    .school-corpus .corpus.oval {
        width: 100%;
    }
    .school-corpus .corpus.oval .text {
        font-size: 18px;
    }
    .school-corpus .corpus:nth-of-type(3).circle .text {
        max-width: 100%;
    }
    .school-corpus .corpus:nth-of-type(4).oval {
        margin-left: 0;
    }
    .programm {
        padding: 28px 20px 30px 18px;
    }
    .keyfeatures ul li {
        font-size: 16px;
    }
    .title-caption {
        font-size: 14px;
    }
    .lined-title {
        font-size: 22px;
    }
    .about-programm .signature {
        font-size: 15px;
        margin-top: 40px;
    }
    .about-programm {
        padding-bottom: 55px;
    }
    .general-info {
        padding-top: 50px;
    }
    .general-info a {
        font-size: 14px;
    }
    .custom-page .olympiad-wrap .text {
        font-size: 14px;
    }
    .tabing {
        justify-content: space-between;
    }
    .tabing button {
        width: 31%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    a.arrow span {
        font-size: 14px;
    }
    ul.custom li {
        font-size: 14px;
    }
    .custom-page .online-wrap .text {
        font-size: 14px;
    }
    .steps .step:before {
        display: none;
    }
    .steps .step {
        flex-direction: column;
    }
    .steps .step .info {
        width: 100%;
    }
    .steps .step:last-of-type {
        margin-bottom: 0;
    }
    .dashed-links a {
        font-size: 12px;
    }
    .information-line a {
        font-size: 14px;
    }
    .form-block .subtitle {
        font-size: 15px;
    }
    .form-block form .consult label {
        font-size: 14px;
    }
    .form-block form input[type="submit"] {
        height: 45px;
    }
    .pagination .page-numbers {
        margin: 0 2px;
    }
    .pagination .pag-arrow {
        background-color: transparent;
    }
    .cooperation-color-block {
        margin: 30px 0;
        padding: 15px;
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .table-responsive{
        overflow: auto;
    }
    .table-responsive table{
        overflow-x: scroll;
    }
}
.context-menu{
    margin-bottom: 24px;
}
.context-menu a{
    display: inline-block;
    margin-right: 12px;
    border-bottom: 1px dashed #007bff;
}
.teacher-pic{
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 20px;
}

.searchform{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
}
.searchform__show{
    display: flex!important;
}
.searchform__form{
    width: 100%;
    display: flex;
    align-items: center;
}
.searchform__wrap{
    position: relative;
    flex: 1;
    width: 100%;
    margin-right: 15px;
}
.searchform__close{
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    fill: red;
    cursor: pointer;
}
.searchform input[type="text"]{
    flex: 1;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #DBE3EA;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px 25px 8px 25px;
}
.searchform input[type="submit"]{
    font-size: 15px;
    color: #0F2345;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 25px 8px 25px;
    border-radius: 4px;
    background-color: #FFCF6A;
    border: none;
    outline: none;
}
.articles-search {
    display: grid;
    grid-template-columns: repeat( 3, 1fr);
    grid-column-gap: 50px;
    row-gap: 80px;
}
.articles-search__placeholder{
    background-color: #F5F5F5;
    border-radius: 6px;
    margin-bottom: 16px;
    text-align: center;
}
.articles-search__placeholder img{
    object-fit: contain;
    object-position: center;
    max-width: 110px;
    margin-bottom: unset;
}
@media (max-width: 1199px) {
    .articles-search {
        grid-template-columns: repeat( 3, 300px );
        grid-column-gap: 15px;
    }
}
@media (max-width: 991px) {
    .articles-search {
        grid-template-columns: repeat( 3, 240px );
        row-gap: 50px
    }
}
@media (max-width: 767px) {
    .articles-search {
        grid-template-columns: repeat( 2, 1fr );
        grid-column-gap: 4%;
    }
}
@media (max-width: 575px) {
    .articles-search {
        grid-template-columns: repeat( 1, 1fr );
    }
    .articles-search article img {
        height: auto;
    }
    .articles-search__placeholder{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.status__wrap{
    position: relative;
    display: flex;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    background-color: #F1F7F8;
}
.status__progress{
    height:32px;
    background-color: #3072C1;
    border-radius: 4px;
}
.status__text{
    font-weight: 500;
    color: #0F2345;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    display: block;
    text-align: center;
    opacity: 0;
    transition: opacity .3s;
}
.status__percent{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    line-height: 32px;
}

.status:hover .status__text{
    opacity: 1;
}
