@charset "UTF-8";
@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")
}

* {
    -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: "Golos Text";
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee
}

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

.text-center {
    text-align: center
}

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

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

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

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

form input[type=checkbox], form input[type=email], form input[type=submit], form input[type=tel], form input[type=text] {
    font-family: inherit;
    font-size: 16px
}

form button {
    font-family: inherit;
    font-size: 16px
}

form input[type=email], form input[type=tel], form input[type=text] {
    margin: 10px 0;
    padding: 12px 16px;
    color: #fff;
    width: 100%;
    max-width: 330px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fff
}

form input[type=tel]::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder {
    color: #222
}

form input[type=tel]::-moz-placeholder, form input[type=text]::-moz-placeholder {
    color: #222
}

form input[type=tel]:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder {
    color: #222
}

form input[type=tel]::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder {
    color: #222
}

form input[type=tel]::placeholder, form input[type=text]::placeholder {
    color: #222
}

form input[type=tel]:focus, form input[type=text]:focus {
    outline: 0;
    border-color: #222
}

form input[type=checkbox] {
    accent-color: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer
}

form label {
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

form button[type=submit], form input[type=submit] {
    background: -webkit-gradient(linear, left top, right top, from(#d40000), to(#8c0000));
    background: linear-gradient(90deg, #d40000, #8c0000);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 50px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

form button[type=submit]:hover, form input[type=submit]:hover {
    background: -webkit-gradient(linear, left top, right top, from(#b30000), to(#730000));
    background: linear-gradient(90deg, #b30000, #730000)
}

form input[type=checkbox] {
    accent-color: red
}

.iti {
    max-width: 330px;
    width: 100%
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px
}

.checkbox a {
    text-decoration: none;
    color: #222;
    margin-top: 0 !important
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #222
}

.btn_white {
    background: #fff !important;
    color: #e70000 !important
}

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

.header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_content-menu ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header_content-menu ul li {
    list-style: none;
    margin: 0 10px
}

.header_content-menu ul li a {
    text-decoration: none;
    color: #fff
}

.header_content-btn a {
    color: #222;
    text-decoration: none;
    background: #fff;
    padding: 12px 20px;
    border-radius: 40px
}

.first {
    margin: 10px auto;
    width: 98%;
    background-image: url(../img/bg1.png);
    border-radius: 20px;
    background-size: cover;
    background-position: 50% 50%
}

.first_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 60px 0;
    min-height: 97vh
}

.first_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first_text p {
    font-size: 18px;
    font-style: normal;
    color: #fff;
    font-weight: 400
}

.first_text h1 {
    font-size: 132px;
    color: #fff;
    font-style: normal;
    margin: 0;
    line-height: 132px;
    font-weight: 500
}

.first_text a {
    font-size: 18px;
    /*text-decoration: none;*/
    /*color: #fff;*/
    /*background: #e70000;*/
    /*padding: 20px;*/
    /*border-radius: 40px*/
}

.first_text-left {
    position: relative
}

/*new*/
.first_text-right {
    width: 30%;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(7px);
}
.first_text-right form {

}
.first_text-right form input {
    border-radius: 48px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.20);
    margin: 5px 0;
}

.first_text-right .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff
}

.first_text-right  form input[type=tel]::-webkit-input-placeholder, .first_text-right  form input[type=text]::-webkit-input-placeholder, .first_text-right  form input[type=email]::-webkit-input-placeholder {
    color: #fff
}

.first_text-right  form input[type=tel]::-moz-placeholder, .first_text-right  form input[type=text]::-moz-placeholder, .first_text-right  form input[type=email]::-moz-placeholder {
    color: #fff
}

.first_text-right  form input[type=tel]:-ms-input-placeholder, .first_text-right  form input[type=text]:-ms-input-placeholder, .first_text-right  form input[type=email]::-ms-input-placeholder {
    color: #fff
}

.first_text-right  form input[type=tel]::-ms-input-placeholder, .first_text-right  form input[type=text]::-ms-input-placeholder, .first_text-right  form input[type=email]::-ms-input-placeholder {
    color: #fff
}

.first_text-right  form input[type=tel]::placeholder, .first_text-right  form input[type=text]::placeholder, .first_text-right  form input[type=email]::placeholder {
    color: #fff
}

.first_text-right  form input[type=tel]:focus, .first_text-right  form input[type=text]:focus, .first_text-right  form input[type=email]:focus {
    outline: 0;
    border-color: #fff
}

.first_text-right  form::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.first_text-right  form:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.first_text-right  form::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.first_text-right  form:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.first_text-right  form  input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #fff
}

.first_text-right  form  input:required:valid, body textarea:required:valid {
    color: #fff
}



.first_text-right form button{
    border-radius: 58px;
    background:  #E70000;
}

.first_text-right .iti {
    margin: 5px 0;
}
.first_text-right h3 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}
.first_text-right p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.first_text-right form a {
    font-size: 10px!important;
    color: #fff!important;
}


.first_text-left span {
    position: absolute;
    right: -200px;
    bottom: 0;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    color: #fff
}

.first_text-left span:before {
    content: url(../img/first/decor.svg);
    position: absolute;
    top: -41px;
    left: -45px
}

.btn {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    background: #e70000;
    padding: 20px;
    border-radius: 40px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.btn_white {
    font-size: 18px;
    text-decoration: none;
    color: #e70000;
    background: #fff;
    padding: 20px;
    border-radius: 40px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.certificate {
    margin: 100px 0
}

.certificate_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
}

.certificate_image {
    width: 50%
}

.certificate_image-mob {
    display: none
}

.certificate_text {
    width: 50%;
    padding-left: 60px
}

.certificate_text p {
    font-size: 42px;
    margin: 0;
    line-height: normal;
    font-style: normal;
    margin-bottom: 20px;
    font-weight: 500
}

.certificate_text span {
    font-size: 18px;
    display: inline-block;
    font-style: normal;
    font-weight: 400
}

.certificate_text-bottom {
    margin-top: 20px;
    padding: 30px 0;
    border-top: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.certificate_text-bottom ul {
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.certificate_text-bottom ul li {
    list-style: none;
    margin-right: 50px;
    text-align: center
}

.certificate_text-bottom ul li p {
    margin: 0;
    color: #e70000;
    font-size: 74px;
    font-weight: 400
}

.certificate_text-bottom a {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.investments {
    padding: 100px 0;
    padding-bottom: 50px;
    background: #fff;
    border-radius: 20px;
    width: 98%;
    margin: 0 auto;
    overflow: hidden
}

.investments_top {
    text-align: center
}

.investments_top span {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.investments_top h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.investments_slide {
    min-height: 270px;
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid #eee;
    background: #fff;
    width: 21%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.investments_slide p {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.investments_slide img {
    width: 60px
}

.for {
    margin: 100px 0;
    position: relative;
    min-height: 100vh
}

.decor {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.for_content-top {
    text-align: left
}

.for_content-top p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.for_content-top p img {
    margin-right: 10px
}

.for_content-top h3 {
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: normal
}

.for_content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    margin-top: 70px
}

.card {
    min-height: 545px;
    background: #fff;
    width: 33%;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid #dadada;
    position: relative
}

.card img {
    width: 100%
}

.card p {
    font-size: 16px;
    margin: 15px 10px;
    font-style: normal;
    font-weight: 600
}

.card-left {
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.card-right {
    -webkit-transform: rotate(7deg) translateX(7px);
    -ms-transform: rotate(7deg) translateX(7px);
    transform: rotate(7deg) translateX(7px)
}

.card-center {
    z-index: 99;
    -webkit-transform: translateY(-43px);
    -ms-transform: translateY(-43px);
    transform: translateY(-43px)
}

.for_content-bottom {
    text-align: center
}

.for_content-bottom p {
    font-size: 16px;
    line-height: normal
}

.program {
    width: 98%;
    margin: 100px auto;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 15px;
    padding: 60px 100px;
    min-height: 650px
}

.program_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
}

.program_content-left {
    width: 50%;
    color: #fff
}

.program_content-left h3 {
    font-size: 77px;
    font-weight: 500;
    line-height: 70px;
    margin: 0
}

.program_content-left p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.program_content-right {
    width: 30%;
    background: #fff;
    border-radius: 15px;
    min-height: 400px;
    padding: 20px
}

.program_content-right a {
    width: 100%;
    text-align: center;
    margin-top: 50px
}

.program_content-right h4 {
    font-size: 20px;
    font-style: normal;
    margin: 0;
    font-weight: 600
}

.program_content-right ul {
    padding-left: 0;
    margin: 0
}

.program_content-right ul li {
    list-style: none;
    margin: 20px 0;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px
}

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

.program_content-right p {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    font-style: normal;
    font-weight: 400
}

.program_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px
}

.program_date p {
    font-size: 77px;
    margin: 0;
    margin-right: 30px;
    line-height: normal;
    font-weight: 500
}

.principles {
    margin: 100px 0
}

.title h2 {
    text-align: center
}

.title p {
    font-size: 16px;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.title p img {
    margin-right: 10px
}

.sbttl {
    font-size: 16px;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sbttl img {
    margin-right: 10px
}

.main_title {
    font-size: 42px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.principles_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px
}

.principles_content_item {
    text-align: center;
    width: 17%
}

.principles_content_item h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin: 0
}

.principles_content_item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.team {
    margin: 100px auto;
    min-height: 770px;
    width: 98%;
    background: #fff;
    border-radius: 15px;
    padding: 70px 0;
    padding-left: 0;
    overflow: hidden
}

.team .sbttl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px
}

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

.team__parts-left {
    width: 30%;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 9999
}

.team__parts-left h4 {
    font-size: 18px;
    font-weight: 600
}

.team__parts-left p {
    font-size: 16px;
    font-weight: 400
}

.team__parts-left:before {
    content: "";
    width: 200px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -200px;
    bottom: 0
}

.team__parts-right {
    width: 70%
}

.teachers__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    position: absolute;
    bottom: 0;
    left: 0
}

.nav-round {
    --size: 64px;
    --bg: #fff;
    --bg-hover: #222;
    --border: #DADADA;
    --icon: #000;
    --icon-hover: #fff;
    width: var(--size);
    height: var(--size);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 999px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
    cursor: pointer;
    -webkit-transition: background-color .2s ease, color .2s ease, border-color .2s ease, -webkit-transform 80ms ease;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, -webkit-transform 80ms ease;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform 80ms ease;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform 80ms ease, -webkit-transform 80ms ease;
    color: var(--icon);
    padding: 0
}

.nav-round svg {
    width: 24px;
    height: 24px;
    pointer-events: none
}

.nav-round:hover {
    background: var(--bg-hover);
    color: var(--icon-hover);
    border-color: transparent
}

.nav-round:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.nav-round:focus-visible {
    outline: 3px solid rgba(0, 0, 0, .12);
    outline-offset: 2px
}

.nav-round:disabled, .swiper-button-disabled {
    opacity: .45;
    cursor: default;
    pointer-events: none
}

.team__parts-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.team__parts-right-slide {
    width: 50%;
    padding: 10px
}

.team__parts-right-slide img {
    width: 100%
}

.team__parts-right-slide p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

.team__parts-right-slide h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-top: 20px
}

.banner-section {
    margin: 100px 0
}

.banner {
    background-image: url(../img/banner/8_blok.png);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 500px;
    border-radius: 15px;
    position: relative;
    padding: 60px 100px
}

.girl {
    position: absolute;
    bottom: 0;
    right: 200px
}

.banner-text h3 {
    color: #fff;
    font-size: 42px;
    line-height: normal;
    font-weight: 400
}

.banner-text h3 b {
    font-weight: 600
}

.academy_numbers {
    margin: 100px 0
}

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

.Union-mob {
    display: none
}

.academy_numbers-image {
    width: 50%
}

.academy_numbers-image img {
    width: 100%
}

.academy_numbers-text {
    width: 45%
}

.academy_numbers-text h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: normal
}

.academy_numbers-text p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400
}

.academy_numbers-text ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.academy_numbers-text ul li {
    width: 33%;
    list-style: none;
    margin: 20px 0
}

.academy_numbers-text ul li p {
    color: #e70000;
    margin: 0;
    font-size: 52px;
    font-style: normal;
    font-weight: 400
}

.academy_numbers-text ul li span {
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    line-height: normal
}

.reviews_slider {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    gap: 30px
}

.reviews_slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    gap: 30px
}

.review {
    width: 17%;
    position: relative;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    cursor: pointer;
    text-align: center;
    overflow: hidden
}

.review h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: normal
}

.review img {
    width: 100%
}

.review:before {
    content: url(../img/icons/7.svg);
    position: absolute;
    bottom: 6%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    z-index: 999
}

.review:hover:before {
    -webkit-transform: translate(-50%, 0) scale(1.5);
    -ms-transform: translate(-50%, 0) scale(1.5);
    transform: translate(-50%, 0) scale(1.5)
}

.reviews h2 {
    text-align: center;
    margin-bottom: 50px
}

.bottom_form {
    width: 98%;
    margin: 100px auto;
    background-image: url(../img/bg3.png);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 15px;
    padding: 60px 100px;
    min-height: 650px;
    position: relative
}

.student {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-64%, 0);
    -ms-transform: translate(-64%, 0);
    transform: translate(-64%, 0)
}

.bottom_form_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
}

.bottom_form_content-left {
    width: 50%;
    color: #fff
}

.bottom_form_content-left h3 {
    font-size: 46px;
    line-height: 46px;
    font-weight: 400;
    margin: 0
}

.bottom_form_content-left h3 b {
    font-weight: 600
}

.bottom_form_content-left p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.bottom_form_content-left img {
    display: none
}

.bottom_form_content-right {
    width: 30%;
    background: #fff;
    border-radius: 15px;
    min-height: 400px;
    padding: 20px
}

.bottom_form_content-right a {
    width: 100%;
    text-align: center;
    margin-top: 50px
}

.bottom_form_content-right h4 {
    font-size: 20px;
    font-style: normal;
    margin: 0;
    font-weight: 600
}

.bottom_form_content-right ul {
    padding-left: 0;
    margin: 0
}

.bottom_form_content-right ul li {
    list-style: none;
    margin: 20px 0;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px
}

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

.bottom_form_content-right p {
    font-size: 14px;
    text-align: center;
    line-height: normal;
    font-style: normal;
    font-weight: 400
}

.yt-modal {
    position: fixed;
    inset: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000
}

.yt-modal.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.yt-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6)
}

.yt-modal__dialog {
    position: relative;
    width: min(960px, 92vw);
    background: 0 0
}

.yt-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    background: #fff;
    color: #000;
    font-size: 22px;
    line-height: 1
}

.yt-modal__close:hover {
    background: #222;
    color: #fff
}

.yt-modal__frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.yt-modal__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px
}

.review[role=button] {
    cursor: pointer
}

.review:focus {
    outline: 2px solid #222;
    outline-offset: 2px
}

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

.footer-decor {
    position: absolute;
    bottom: 0;
    left: 0
}

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

.footer__content-item {
    width: 16%;
    position: relative;
    z-index: 999
}

.footer__content-item h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-top: 0
}

.footer__content-item p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.footer__content-item p span {
    font-size: 14px;
    background: 0 0;
    color: #a08c8c;
    font-weight: 400;
    padding: 0
}

.footer__content-item span {
    font-size: 14px;
    border-radius: 20px;
    background: #dadada;
    padding: 10px;
    font-style: normal;
    font-weight: 600
}

.footer__content-item a {
    font-size: 14px;
    font-style: normal;
    color: #222;
    display: block;
    margin: 10px 0;
    font-weight: 400;
    text-decoration: none
}

.social a {
    display: inline-block
}

.thankyou-page {
    background-image: url(../img/bot/1_blok.png);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 96vh;
    width: 98%;
    border-radius: 20px;
    margin: 20px auto
}

.thankyou-page-content-text {
    color: #fff;
    padding-top: 150px
}

.thankyou-page-content-text h2 {
    font-size: 64px;
    line-height: normal;
    margin-bottom: 0
}

.thankyou-page-content-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.thankyou-page-content-text .btn_white {
    font-size: 18px;
    text-decoration: none;
    color: #222 !important;
    background: #fff;
    padding: 20px;
    border-radius: 40px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.thank-mob {
    display: none
}

@media only screen and (min-width: 1550px) {
    .container {
        max-width: 1440px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1200px) {
    .academy_numbers-text {
        width: 100%
    }

    .academy_numbers-image {
        display: none
    }

    .Union-mob {
        display: block;
        margin: 0 auto;
        width: 100%
    }

    .banner-text h3 {
        font-size: 34px
    }

    .girl {
        right: 60px
    }

    .principles_content_item {
        width: 35%;
        margin: 10px 0
    }

    .principles_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .program_content-left h3 {
        font-size: 70px;
        line-height: 62px
    }

    .program_content-right {
        width: 35%
    }

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

    .certificate_text-bottom a {
        margin-top: 20px
    }

    .certificate_text p {
        font-size: 33px
    }

    .first_text h1 {
        font-size: 116px
    }

    .header_content-menu {
        display: none
    }

    .header_content-btn {
        display: none
    }
}

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

    .thank-mob {
        display: block;
        margin: 0 auto
    }

    .thankyou-page {
        background-position: 32% 50%
    }

    .thankyou-page-content-text h2 {
        font-size: 44px
    }

    .footer {
        overflow: hidden
    }

    .social a {
        display: inline-block
    }

    .footer__content-item h4 {
        font-size: 22px
    }

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

    .footer__content-item {
        width: 100%;
        text-align: center
    }

    .bottom_form_content-right {
        width: 60%
    }

    .bottom_form_content-left {
        text-align: center;
        width: 100%
    }

    .bottom_form_content-left img {
        display: block;
        margin: 0 auto
    }

    .student {
        display: none
    }

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

    .banner {
        padding: 60px 50px
    }

    .for_content-center {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .card {
        width: 48%;
        gap: 10px;
        margin: 10px 0
    }

    .card-right {
        -webkit-transform: rotate(0) translateX(0);
        -ms-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0)
    }

    .card-center {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .card-left {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .certificate_image-mob {
        display: block;
        width: 100%
    }

    .certificate_image {
        display: none
    }

    .certificate_text {
        padding-left: 0;
        width: 100%
    }
}

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

    .banner-text h3 {
        font-size: 26px;
        text-align: center
    }

    .banner-text a {
        margin: 0 auto
    }

    .banner {
        min-height: 820px
    }

    .girl {
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

    .team__parts-left {
        width: 100%
    }

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

    .program_date {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .program_content-right {
        width: 100%
    }

    .program_content-left {
        width: 100%
    }

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

    .card {
        width: 100%
    }

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

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


    .first {
        background-image: url("../img/1_blok.png");
    }
    .first_text-left {
        margin-top: 130px;
    }
    .first_text-left span {
        position: inherit;
        bottom: 0;
        left: 0;
    }
    .first_text-left span br {
        display: none;
    }
    .first_text-right {
        margin-top: 20px;
    }
    .first_text-left p {
        display: none;
    }
    .first_text-left span:before {
        display: none;
    }
    .thankyou-page {
        background-position: 10% 50%
    }

    .thankyou-page-content-text {
        padding-top: 100px
    }

    .thankyou-page-content-text h2 {
        font-size: 38px;
        line-height: normal
    }

    .thankyou-page-content-text p {
        font-size: 16px
    }

    .reviews {
        overflow: hidden
    }

    .bottom_form_content-right {
        width: 100%
    }

    .bottom_form_content-left h3 {
        font-size: 26px;
        line-height: normal
    }

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

    .bottom_form {
        padding: 20px
    }

    .academy_numbers-text ul li p {
        font-size: 45px
    }

    .academy_numbers-text ul li {
        width: 50%;
        padding: 10px
    }

    .academy_numbers-text h3 {
        font-size: 26px
    }

    .academy_numbers-text p {
        font-size: 16px
    }

    .banner {
        padding: 20px
    }

    .girl {
        width: 100%
    }

    .banner-text h3 {
        font-weight: 400
    }

    .banner-text h3 br {
        display: none
    }

    .banner-text h3 b br {
        display: none
    }

    .team__parts-right-slide {
        padding: 0
    }

    .team__parts-left h4 {
        font-size: 16px
    }

    .teachers__nav {
        display: none
    }

    .team__parts-right {
        width: 100%
    }

    .principles_content_item img {
        max-width: 92px
    }

    .main_title {
        font-size: 26px
    }

    .title p {
        font-size: 14px
    }

    .principles_content_item {
        width: 100%
    }

    .program_date p {
        font-size: 67px
    }

    .program_date {
        font-size: 14px;
        line-height: normal
    }

    .program_content-right {
        position: relative;
        z-index: 999
    }

    .program_content-left {
        position: relative;
        z-index: 999
    }

    .program {
        position: relative
    }

    .program:before {
        content: "";
        opacity: .3;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background: #0a1946;
        mix-blend-mode: hard-light
    }

    .program_date {
        margin-top: 0
    }

    .program_content-left h3 {
        font-size: 55px;
        line-height: 50px;
        margin-bottom: 350px
    }

    .program {
        padding: 20px
    }

    .card {
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .for_content-top h3 {
        font-size: 26px
    }

    .for_content-top p {
        font-size: 14px
    }

    .investments_top h2 {
        font-size: 26px
    }

    .investments_top h2 br {
        display: none
    }

    .certificate_text-bottom ul {
        width: 100%
    }

    .certificate_text-bottom ul li {
        margin-right: 0;
        width: 50%
    }

    .certificate_text-bottom {
        padding-top: 0;
        margin-top: 0;
        border: none
    }

    .certificate_text span {
        font-size: 16px
    }

    .certificate_text p {
        font-size: 26px
    }

    .first_text-left {
        width: 100%;
        /*margin-bottom: 170px*/
    }

    .first_content {
        padding-bottom: 20px;
    }

    /*.first_text-left span {*/
    /*    right: 0;*/
    /*    bottom: -130px*/
    /*}*/

    .first_text h1 {
        font-size: 54px;
        line-height: normal;
    }

    .first_text-right {
        width: 100%
    }

    .first_text-right a {
        width: 100%;
        text-align: center
    }

    .reviews_slider .swiper-wrapper {
        gap: 0;
    }
    .reviews_slider .swiper-pagination {
        bottom: -45px!important;
    }
}

@media only screen and (max-width: 480px) {
    .banner-text h3 {
        font-size: 25px
    }
}