@font-face {
    font-family: roboto-example;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoRegular/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face {
    font-family: roboto-example;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/RobotoBold/RobotoBold.eot);
    src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

@font-face {
    font-family: mulish-medium;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/mulish/Mulish-Medium.eot);
    src: url(../fonts/mulish/Mulish-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/mulish/Mulish-Medium.woff) format("woff"), url(../fonts/mulish/Mulish-Medium.ttf) format("truetype")
}

@font-face {
    font-family: mulishlight;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/mulish/Mulish-Light.eot);
    src: url(../fonts/mulish/Mulish-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/mulish/Mulish-Light.woff) format("woff"), url(../fonts/mulish/Mulish-Light.ttf) format("truetype")
}

@font-face {
    font-family: mulishBold;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/mulish/Mulish-Bold.eot);
    src: url(../fonts/mulish/Mulish-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/mulish/Mulish-Bold.woff) format("woff"), url(../fonts/mulish/Mulish-Bold.ttf) format("truetype")
}

@font-face {
    font-family: mulishExtraBold;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/mulish/Mulish-ExtraBold.eot);
    src: url(../fonts/mulish/Mulish-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/mulish/Mulish-ExtraBold.woff) format("woff"), url(../fonts/mulish/Mulish-ExtraBold.ttf) format("truetype")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}

body, html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: mulish-medium, sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #fff8f0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

::-moz-selection {
    background-color: #df3434;
    color: #fff
}

::selection {
    background-color: #df3434;
    color: #fff
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    width: 100%
}

.header__content-logo {
    width: 33%
}
.header__content-logo img {
    max-width: 150px;
}

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

.header__content-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__content-menu ul li {
    margin: 0 20px;
    list-style: none
}

.header__content-menu ul li a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.header__content-menu ul li a:hover {
    color: #df3434
}

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

.form input {
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px
}

.form button {
    background: #df3434;
    color: #fff;
    font-family: mulishExtraBold;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    border-radius: 9px;
    padding: 15px;
    margin-top: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #df3434;
    cursor: pointer
}

.container {
    max-width: 1280px;
    margin: 0 auto
}

.first {
    min-height: 100vh;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 130px 0
}

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

.first_content-text {
    width: 52%
}

.first_content-text span {
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding-left: 20px
}

.first_content-text span:after {
    content: "";
    width: 1px;
    height: 100px;
    position: absolute;
    bottom: -63px;
    left: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: rgba(0, 0, 0, .8)
}

.first_content-text span:before {
    content: "";
    background: rgba(0, 0, 0, .7);
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 5px
}

.first_content-text h2 {
    color: #000;
    font-size: 64px;
    font-family: mulishExtraBold;
    font-style: normal;
    line-height: 72px;
    margin: 12px 0
}

.first_content-text ul {
    padding-left: 0
}

.first_content-text ul li {
    margin: 20px 0;
    list-style: none;
    background: #fff;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    border: .5px solid rgba(0, 0, 0, .07);
    -webkit-box-shadow: 4px 4px 20px 0 rgba(167, 162, 144, .06);
    box-shadow: 4px 4px 20px 0 rgba(167, 162, 144, .06);
    width: 80%
}

.first_content-text ul li img {
    margin-right: 10px
}

.btnMain {
    text-decoration: none;
    color: #fff;
    background: #df3434;
    padding: 20px 32px;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 30px;
    position: relative
}

.btnMain img {
    margin-left: 5px;
    position: relative;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    -webkit-animation: move 1s linear infinite;
    animation: move 1s linear infinite
}

.btnMain:hover img {
    -webkit-animation: unset;
    animation: unset
}

.headerBtn {
    margin-top: 0 !important;
    padding: 10px !important;
    color: #fff !important
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
        opacity: .5
    }
    100% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
        opacity: 1
    }
}

@keyframes move {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(10px, 0);
        transform: translate(10px, 0);
        opacity: .5
    }
    100% {
        -webkit-transform: translate(20px, 0);
        transform: translate(20px, 0);
        opacity: 1
    }
}

.first_content-img {
    width: 40%
}

.first_content-img img {
    width: 100%
}

.accent {
    color: #df3434
}

.director {
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 100px 0;
    padding-top: 0;
    min-height: 1500px;
    position: relative
}

.leaf {
    position: absolute;
    left: 0;
    top: 31%
}

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

.director_title {
    width: 45%;
    padding-top: 60px
}

.director_title h2 {
    font-size: 50px;
    font-style: normal;
    font-family: mulishExtraBold;
    line-height: 56px;
    text-transform: uppercase
}

.director_title p {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin: 30px 0;
    font-family: mulish-medium
}

.director_img {
    width: 42%;
    position: relative
}

.director_img img {
    border-radius: 24px;
    width: 100%
}

.director_img_name {
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(167, 162, 144, .06);
    box-shadow: 4px 4px 20px 0 rgba(167, 162, 144, .06);
    border: .5px solid rgba(0, 0, 0, .07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65%
}

.director_img_name img {
    max-width: 20px
}

.director_img_name p {
    margin: 0
}

.second_item {
    margin-top: 20px
}

.second_item .director_title {
    padding-top: 0
}

.director_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 999
}

.director_items-item {
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    width: 32%;
    text-align: center;
    margin: 10px 0
}

.director_items-item h4 {
    color: #df3434;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    font-family: mulishExtraBold;
    line-height: 24px;
    text-transform: uppercase;
    margin: 4px 0
}

.director_items-item p {
    text-align: center;
    font-family: mulish-medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.third {
    width: 100%;
    min-height: 100vh;
    background-image: url(../img/bg3.png);
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden
}

.third_form {
    border-radius: 24px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0
}

.bottom_form .third_form {
    margin: 0
}

.third_form-left {
    background: #df3434;
    padding: 20px;
    width: 55%;
    border-radius: 24px 0 0 24px
}

.third_form-left h3 {
    color: #fff;
    font-family: mulish-medium;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin: 20px 0
}

.third_form-rows {
    padding: 30px
}

.third_form-rows p {
    color: #000;
    font-family: mulishBold;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px
}

.how {
    margin-top: 100px;
    position: relative
}

.leaf_two {
    position: absolute;
    right: -180px;
    top: 0
}

.how_title {
    width: 40%
}

.how_title h3 {
    text-transform: uppercase;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    margin: 10px 0;
    font-family: mulishExtraBold
}

.how_title p {
    font-family: mulishlight;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px
}

.how_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 24px;
    margin-top: 100px
}

.how_items_item {
    min-height: 290px;
    width: 25%;
    background: #fff;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    position: relative;
    z-index: 999
}

.how_items_item p {
    font-size: 24px;
    font-family: mulish-medium;
    font-style: normal;
    font-weight: 600;
    margin: 0
}

.bottom_item {
    background: #df3434;
    width: 50%;
    border-bottom-right-radius: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.bottom_item h3 {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    color: #fff;
    font-family: mulishBold;
    margin: 0
}

.program {
    position: relative
}

.program .how_title {
    width: 45%;
    padding-top: 100px
}

.bold {
    font-family: mulishExtraBold !important
}

.building {
    position: absolute;
    top: -150px;
    right: 50px
}

.program__btns {
    width: 100%;
    padding: 10px;
    border-radius: 16px;
    background: #fff;
    margin-top: 50px;
    position: relative;
    z-index: 999
}

.program__btns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    list-style: none;
    margin: 0
}

.program__btns ul li a {
    text-align: center;
    cursor: pointer;
    color: #000;
    font-family: mulishExtraBold;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 16px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    width: 25%;
    list-style: none;
    position: relative;
    text-decoration: none
}

.program__btns ul li a:hover {
    background: #df3434;
    color: #fff !important
}

.swiper-slide img {
    width: 100%;
    border-radius: 24px
}

.tab--active {
    border-radius: 16px;
    background: #df3434;
    color: #fff !important
}

.program_items {
    margin-top: 40px;
    margin-bottom: 100px
}

.program_items_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    background: #fff;
    min-height: 320px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 24px;
    position: relative;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    z-index: 999;
    opacity: 0;
    display: none
}

.project__container--active {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.program_items_item-left {
    width: 43%;
    padding: 20px;
    padding-right: 30px;
    position: relative
}

.program_items_item-left p {
    font-size: 16px
}

.program_items_item-left:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 280px;
    background: rgba(0, 0, 0, .1);
    top: 50%;
    right: -55px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.program_items_item-right {
    width: 50%;
    padding: 20px
}

.program_items_item-right ul li {
    list-style: none;
    position: relative
}

.program_items_item-right ul li::before {
    content: url(../img/how/CheckCircle.svg);
    position: absolute;
    top: 3px;
    left: -32px
}

.schedule {
    min-height: 580px
}

.fourth {
    background-image: url(../img/bg4.png);
    background-size: cover;
    background-position: 50% 50%
}

.schedule_title h3 {
    font-family: mulishExtraBold;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    margin: 0;
    text-align: center
}

.schedule_table {
    margin-top: 100px
}

.schedule_table table {
    width: 100%;
    background: #fff;
    border-radius: 24px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    border-collapse: collapse
}

.schedule_table table tr {
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.schedule_table table tr th {
    padding: 10px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    border-bottom: 1px solid #e7e4e4;
    border-right: 1px solid #e7e4e4;
    position: relative;
    font-size: 14px;
    font-family: mulish-medium;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.schedule_table table tr th:last-child {
    border-right: none
}

.schedule_table table tr th:first-child {
    text-align: left
}

.schedule_table table tr:nth-child(2n-1) {
    background: #f2f2f2
}

.schedule_table table tr:last-child {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px
}

.schedule_table table tr:last-child th:first-child {
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 24px
}

.schedule_table table tr:last-child th:last-child {
    border-bottom: 1px solid transparent;
    border-bottom-right-radius: 24px
}

.schedule_table table tr:nth-child(7n) {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px
}

.schedule_table table tr:hover {
    background: #d2d2d2
}

.schedule_table table thead tr {
    background: 0 0 !important
}

.schedule_table table thead tr th {
    color: rgba(0, 0, 0, .7);
    text-align: center;
    font-family: mulishBold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.leaf_table {
    position: relative;
    top: 6px
}

.five {
    background-image: url(../img/bg5.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 50px 0
}

.five_command_title {
    margin-top: 50px
}

.five_command_title h3 {
    font-size: 50px;
    font-family: mulishExtraBold;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    text-transform: uppercase;
    margin: 10px 0
}

.five_command_title p {
    text-align: center;
    font-size: 16px;
    font-family: mulish-medium;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

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

.five_command_slider-item {
    position: relative;
    width: 30%
}

.five_command_slider-item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 38%);
    -ms-transform: translate(-50%, 38%);
    transform: translate(-50%, 38%);
    z-index: 999;
    width: 75%;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    border: .5px solid rgba(0, 0, 0, .07);
    -webkit-box-shadow: 4px 4px 20px 0 rgba(167, 162, 144, .06);
    box-shadow: 4px 4px 20px 0 rgba(167, 162, 144, .06);
    line-height: 20px;
    text-align: center
}

.five_command_slider-item p img {
    max-width: 20px;
    margin-right: 5px
}

.five_command_slider-item img {
    width: 100%
}

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

.partners_univercity-text {
    width: 45%
}

.partners_univercity-text h3 {
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    text-transform: uppercase;
    font-family: mulishExtraBold;
    margin: 10px 0
}

.partners_univercity-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-family: mulish-medium
}

.partners_univercity-img {
    width: 45%
}

.selectivity_title {
    margin: 30px 0;
    text-align: center
}

.selectivity_title h3 {
    text-transform: uppercase;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    margin: 10px 0;
    font-family: mulishExtraBold
}

.selectivity_title p {
    font-family: mulish-medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 50%;
    margin: 20px auto
}

.selectivity_title p span {
    font-family: mulishExtraBold
}

.selectivity_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 100px
}

.selectivity-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25%;
    text-align: center
}

.selectivity-item img {
    max-width: 56px
}

.selectivity-item span {
    color: #df3434;
    font-family: mulish-medium;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px
}

.selectivity-item h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    font-family: mulish-medium;
    margin: 10px 0
}

.selectivity-item p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0
}

.bottom_form {
    background-image: url(../img/bg6.png);
    background-size: cover;
    background-position: 50% 50%;
    padding-bottom: 100px
}

.footer {
    background: #df3434;
    padding: 40px 0;
    color: #fff
}

.footer_adreses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.footer_adreses_item a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-family: mulishExtraBold
}

.footer_adreses_item ul {
    padding-left: 0
}

.footer_adreses_item ul li {
    list-style: none
}

.footer_adreses_item ul li a {
    font-family: mulish-medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 30px 0;
    color: #fff;
    text-decoration: none
}

.footer_adreses_item ul li a:first-child {
    margin-top: 0
}

.footer_adreses_item p {
    font-size: 14px;
    font-family: mulish-medium;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase
}

.footer_adreses_item span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.swiper-button-prev:after {
    content: url(../img/slider2/arrow_prev.svg) !important;
    left: 30px
}

.swiper-button-next:after {
    content: url(../img/slider2/arrow_next.svg) !important;
    right: 30px
}

.swiper-backface-hidden .swiper-slide {
    min-height: 530px
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 100px) !important
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 100px) !important
}

.mobile {
    display: none
}

.mobile_btn {
    display: none
}

.mobile_btn_open {
    display: none
}

.openBtn {
    display: none
}

.schedule_mobile-btns {
    text-align: center;
    background: #fff;
    border-radius: 60px;
    padding: 20px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto;
    display: none
}

.schedule_mobile-btns a {
    text-decoration: none;
    color: #333;
    padding: 15px;
    border-radius: 60px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.schedule_mobile-btns a:hover {
    background: #e34c4c;
    color: #fff !important
}

.active {
    background: #e34c4c;
    color: #fff !important
}

.mobile_schedule {
    display: none
}

.schedule_mobile-btns {
    display: none
}

.thank {
    position: relative;
    min-height: 100vh
}

.thank_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.thank_text h2 {
    font-size: 50px;
    font-family: mulishExtraBold;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    line-height: 56px;
    text-transform: uppercase;
    margin: 10px 0
}

.thank_text p {
    color: #333;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0
}

.thank_text a {
    margin: 20px auto
}

.border {
    text-decoration: underline
}

.map {
    overflow: hidden;
    min-height: 400px;
    width: 100%;
    margin-bottom: 40px;
}
.map img {
    width: 100%;
}

.overlay {
    position: fixed;
    z-index: 10;
    background: rgba(51, 51, 51, .51);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 70%;
    z-index: 999;
    display: none
}

.close {
    position: absolute;
    right: -33px;
    top: -20px;
    cursor: pointer
}

.btn-wrap {
    display: none
}

@media only screen and (max-width: 1280px) {
    .first_content-text h2 {
        font-size: 52px;
        line-height: 61px
    }

    .container {
        max-width: 1180px
    }
}

@media only screen and (max-width: 1200px) {
    .program__btns ul li a {
        font-size: 11px
    }

    .container {
        max-width: 1030px
    }

    .first_content-text h2 {
        font-size: 49px;
        line-height: 65px
    }
}

@media only screen and (max-width: 992px) {
    .footer_adreses_item {
        text-align: center
    }

    .footer_adreses {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .selectivity-item {
        width: 50%
    }

    .selectivity_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partners_univercity-img {
        text-align: center;
        width: 100%
    }

    .partners_univercity-text {
        width: 100%
    }

    .partners_univercity {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .director_img {
        width: 42%
    }

    .container {
        max-width: 960px
    }
}

@media only screen and (max-width: 768px) {
    .schedule_mobile-btns {
        display: block
    }

    .schedule_table table tr:hover {
        background: 0 0
    }

    .schedule_table table tr th {
        text-align: left;
        -webkit-transition: all linear .5s;
        transition: all linear .5s;
        color: rgba(51, 51, 51, .4588235294)
    }

    .schedule_table table tr th:hover {
        color: #333;
        text-align: center !important;
        background: 0 0
    }

    .schedule_table table tr th {
        padding: 12px 30px
    }

    .schedule_table table tr:last-child th:last-child {
        border-bottom-right-radius: 0;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        border-bottom-left-radius: 0
    }

    .schedule_table table {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

    .schedule_table table thead th {
        text-align: center !important;
        background: #e34c4c;
        color: #fff !important
    }

    .desktop_schedule {
        display: none
    }

    .mobile_schedule {
        display: block
    }

    .openTab {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
        min-height: 350px !important
    }

    .open {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .openBtn {
        display: block;
        max-width: 100px;
        position: absolute;
        right: 20px;
        bottom: 16px;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .mobile_btn_open {
        text-decoration: none;
        color: #fff;
        padding-bottom: 20px;
        padding-left: 20px;
        font-size: 16px;
        font-family: mulishExtraBold
    }

    .program_items_item-left p {
        font-family: mulishlight
    }

    .program_items_item-right p {
        color: #fff
    }

    .program_items_item-right ul li {
        color: #fff
    }

    .program_items_item-left p {
        color: #fff
    }

    .program_items_item-right ul li::before {
        content: url(../img/CheckMob.svg)
    }

    .program_items_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        margin: 20px 0;
        background: #df3434;
        -webkit-transition: all linear .5s;
        transition: all linear .5s;
        position: relative
    }

    .program_items_item-left, .program_items_item-right {
        width: 100%
    }

    .program_items_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .program__btns {
        display: none
    }

    .mobile_btn_open {
        display: block
    }

    .how_title {
        width: 50%
    }

    .how_title h3 {
        font-size: 38px;
        line-height: 46px
    }

    .third_form-left h3 {
        font-size: 46px;
        line-height: 43px
    }

    .director_items-item {
        width: 45%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 10px
    }

    .director_items {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .leaf {
        top: 68%;
        max-width: 100px
    }

    .director_img {
        width: 100%
    }

    .director_title {
        width: 100%
    }

    .second_item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .director_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .first_content-text ul li {
        width: 34%;
        min-height: 174px;
        margin-right: 20px
    }

    .first_content-text ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .first_content-text {
        width: 100%
    }

    .container {
        max-width: 740px
    }

    .first_content-img {
        display: none
    }
}

@media only screen and (max-width: 600px) {

    .map {
        min-height: fit-content;
    }
    .third {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .director {
        overflow: hidden;
        padding: 40px 0
    }

    .btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50px
    }

    .btn-wrap img {
        margin: 0 10px
    }

    .third_form-left {
        background-image: url(../img/bg_mob_popup.png)
    }

    .close {
        right: 4px;
        top: 32px
    }

    .popup {
        width: 95%
    }

    .five_command_slider-item p {
        line-height: 13px
    }

    .third_slider {
        display: none
    }

    .res_seven {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: 24px !important
    }

    .fourth {
        overflow: hidden
    }

    .schedule_table table thead tr:hover {
        background: #e34c4c !important
    }

    .schedule_table table tr:hover {
        background: 0 0
    }

    .schedule_title h3 {
        position: relative;
        z-index: 9999
    }

    .schedule_table table tr th:last-child {
        width: 62.2%
    }

    .schedule_table table {
        width: 100%
    }

    .program_items_item-left {
        padding: 14px
    }

    .director {
        padding-top: 0
    }

    .schedule_title h3 {
        font-size: 28px;
        line-height: 34px
    }

    .program_items_item {
        height: 59px;
        min-height: 59px;
        overflow: hidden
    }

    .program .how_title {
        width: 68%
    }

    .building {
        top: 12px;
        right: -9px
    }

    .footer_adreses_item a {
        font-size: 26px
    }

    .footer_adreses_item {
        margin: 30px 0
    }

    .selectivity_items {
        margin-bottom: 30px
    }

    .five_command_slider-item p {
        -webkit-transform: translate(-50%, -29%);
        -ms-transform: translate(-50%, -29%);
        transform: translate(-50%, -29%);
        font-size: 12px;
        font-family: mulishExtraBold
    }

    .partners_univercity {
        margin: 80px 0
    }

    .selectivity-item {
        width: 100%;
        margin: 20px 0
    }

    .selectivity_title p {
        width: 100%
    }

    .selectivity_title h3 br {
        display: none
    }

    .partners_univercity-img img {
        width: 100%
    }

    .five_command_slider-item p {
        width: 95%
    }

    .swiper-backface-hidden .swiper-slide {
        min-height: 420px
    }

    .mySwiperTwo .swiper-wrapper {
        -webkit-box-orient: unset !important;
        -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
        flex-direction: unset !important
    }

    .five_command_title h3, .partners_univercity-text h3, .selectivity_title h3 {
        font-size: 38px;
        line-height: 43px
    }

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

    .desk_btn {
        display: none
    }

    .bottom_item {
        background: rgba(240, 240, 240, 0);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .how_items_item h3 {
        font-size: 28px;
        color: #df3434;
        line-height: 29px;
        font-family: mulishExtraBold
    }

    .how_items_item {
        min-height: 180px
    }

    .how_items_item p {
        font-size: 14px
    }

    .how_items_item {
        width: 50%
    }

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

    .desktop {
        display: none
    }

    .how_title {
        width: 100%
    }

    .leaf_two {
        display: none
    }

    .mySwiper .swiper-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mySwiper .swiper-slide {
        width: 90% !important
    }

    .third_form-left {
        width: 100%;
        border-radius: 24px 24px 0 0
    }

    .third_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        display: none
    }

    .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .director_items-item {
        padding: 15px
    }

    .director_items-item img {
        max-width: 56px;
        width: 100%
    }

    .director_items-item h4 {
        font-size: 18px;
        line-height: 22px
    }

    .director_items-item {
        width: 100%;
        margin: 0
    }

    .director_img_name {
        width: 80%
    }

    .director_title {
        padding: 45px 0
    }

    .director_title {
        padding-top: 0
    }

    .director_title h2 {
        font-size: 38px;
        line-height: 46px
    }

    .header__content-logo img {
        max-width: 140px;
        width: 100%
    }

    .first_content-text span {
        color: rgba(0, 0, 0, .7)
    }

    .btnMain {
        border-radius: 24px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .first {
        padding: 95px 0;
        padding-bottom: 60px;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .header {
        padding: 15px 20px;
        height: 80px
    }

    .first_content-text h2 {
        font-size: 52px;
        line-height: 50px
    }

    .first_content-text span {
        font-size: 14px
    }

    .first_content-text ul li {
        border-radius: 10px;
        min-height: 60px;
        padding: 10px;
        border: .5px solid rgba(0, 0, 0, .07);
        -webkit-box-shadow: 4px 4px 20px 0 rgba(167, 162, 144, .06);
        box-shadow: 4px 4px 20px 0 rgba(167, 162, 144, .06);
        width: 100%;
        font-size: 14px;
        margin: 4px;
        line-height: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .first_content-text span::after {
        display: none
    }

    .header__content-menu {
        display: none
    }
}

@media only screen and (max-width: 440px) {
    .bottom_form {
        padding-top: 10px
    }

    .five_command_slider-item p {
        -webkit-transform: translate(-50%, 37%);
        -ms-transform: translate(-50%, 37%);
        transform: translate(-50%, 37%)
    }

    .schedule_table table {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .schedule_table table tr th {
        padding: 12px
    }

    .container {
        max-width: 410px
    }
}

@media only screen and (max-width: 414px) {
    .container {
        max-width: 400px
    }
}

@media only screen and (max-width: 390px) {
    .schedule_table table tr th {
        padding: 12px 19px
    }

    .container {
        max-width: 365px
    }
}

@media only screen and (max-width: 375px) {
    .schedule_table table tr th {
        padding: 12px 16px
    }

    .first_content-text h2 {
        font-size: 42px;
        line-height: 42px
    }

    .container {
        max-width: 350px
    }
}

@media only screen and (max-width: 360px) {
    .schedule_table table tr th {
        padding: 12px
    }
}