@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,600&display=swap);

* {
    -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%
}
.left_star-mob {
    display: none;
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: Rubik, sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f0f0f0
}
.iti__country-list {
    z-index: 99999;
}
.form__top form {
    flex-direction: row;
    flex-wrap: wrap;


}

.form__top {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.80);
    padding: 10px;
    position: relative;
    z-index: 9999;
    margin-top: 200px;
    position: relative;
    bottom: -60px;
}
.form__top .checkbox a {
    color: #000;
}
.form__top h3 {
    color: #BD0404;

    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form__top form input {
    width: 100%;
    max-width: 288px;
    border-radius: 35px;
    border: 1px solid #CCC;
    background: #fff;
}

.form__top form .iti {
    width: 24%;
}

b {
    font-weight: 700
}

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

.text-center {
    text-align: center
}

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

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

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

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

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

.header__items-menu ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.header__items-menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.header__items-menu ul li a:hover {
    color: #bd0404
}

.reviews {
    position: relative;
    min-height: 500px;
    padding: 50px 0;
    overflow: hidden
}

.left_line {
    position: absolute;
    top: 0;
    left: 0
}

.reviews_title {
    text-align: center
}

.reviews_title h3 {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
    color: #bd0404
}

.reviews_title p {
    font-size: 16px
}

.reviews__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    position: relative
}

.swiper-navigation {
    top: 50%;
    position: absolute;
    z-index: 999;
    width: 100%
}

.reviews__slider_item {
    width: 30%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    border-radius: 30px
}

.reviews__slider_item img {
    width: 100%
}

.reviews__slider_item:before {
    content: url(../img/7/2.svg);
    position: absolute;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.reviews__slider_item:hover:before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gallery {
    margin: 50px 0
}

.gallery_title h3 {
    text-align: center;
    color: #c50000;
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
    margin-bottom: 100px
}

.footer {
    padding: 50px 0;
    padding-bottom: 0;
    background: #d9d9d9
}

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

.footer__items-left {
    width: 35%
}

.footer__items-left h3 {
    color: #bd0404;
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    margin-top: 60px
}

.footer__items-left ul li {
    width: 45%;
    list-style: none;
    position: relative;
    color: #333;
    font-size: 15px;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__items-left ul li a {
    text-decoration: none;
    color: #333;
    display: block
}

.footer__items-left ul li img {
    position: absolute;
    left: -40px;
    top: -2px
}

.footer__items-left ul li span {
    width: 100%
}

.footer_map {
    width: 60%
}

.footer_map img {
    width: 100%
}

.footer__items-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 60px;
    margin-top: 30px
}

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

.footer__bottom-left p {
    color: #333;
    font-size: 12px;
    margin-left: 10px
}

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

.header__items-menuFooter a {
    margin-right: 10px
}

.header__items-menuFooter ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.header__items-menuFooter ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#loadLess, #loadLessPhoto {
    display: none
}

.flexHidden {
    display: none !important
}

.flex {
    display: inline-block !important
}

.showmore_trigger {
    text-align: center;
    margin: 100px 0
}

.showmore_trigger a {
    color: #000;
    border-radius: 60px;
    padding: 18px 50px;
    border: 1px solid #000;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.showmore_trigger a svg {
    margin-left: 5px;
    position: relative;
    top: 3px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.showmore_trigger a svg path {
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.showmore_trigger a:hover {
    background: #cfe8a9;
    color: #bd0404;
    border: 1px solid #cfe8a9
}

.showmore_trigger a:hover svg path {
    fill: #bd0404
}

.showmore_trigger #loadLessPhoto svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #000;
    opacity: .5;
    display: none
}

.popup2 {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/popup2.png);
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    padding: 50px;
    max-width: 1200px;
    width: 100%;
    min-height: 700px;
    z-index: 9999;
    border-radius: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: none
}

.popup2 h3 {
    color: #fff;
    font-size: 40px;
    line-height: normal;
    margin: 10px 0
}

.popup2 p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0
}

.popup2:after {
    content: url(../img/12.svg);
    position: absolute;
    bottom: -10px;
    right: 0
}

.popup2 span {
    font-size: 16px;
    color: #e99908;
    position: relative;
    text-align: center;
    line-height: normal;
    display: block
}

.popup2 .popup_text {
    margin-top: 0
}

.circle_title {
    margin: 20px 0
}

.circle_title:after {
    content: url(../img/circleyellow.svg);
    position: absolute;
    top: -14px;
    left: 70px
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/popupbg.png);
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    padding: 50px;
    max-width: 1200px;
    width: 100%;
    min-height: 700px;
    z-index: 9999;
    border-radius: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none
}

.popup h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    line-height: normal
}

.popup p {
    color: #fff;
    font-size: 14px;
    line-height: 25px
}

.close, .close2 {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 9999;
    background: #bd0404;
    padding: 4px;
    border-radius: 50px
}

.popup_text {
    width: 45%;
    margin-top: 70px
}

.popup-video {
    position: fixed;
    max-width: 1200px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    z-index: 9999;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    display: none
}

.popup-video iframe {
    width: 100%
}

.swiper-button-next:after {
    content: url(../img/arrows/next.svg) !important
}

.swiper-button-prev:after {
    content: url(../img/arrows/prev.svg) !important
}

.banner {
    min-height: 650px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    padding-top: 60px
}

.banner h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 139.83%
}

.banner p {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    margin-top: 40px
}

.banner-green {
    background-image: url(../img/green.png)
}

.banner-green h3 {
    color: #4d4d4d;
    position: relative;
    z-index: 9999
}

.banner-green h3 span {
    position: relative;
    color: #bd0404
}

.banner-green h3 span:before {
    content: url(../img/redborder.svg);
    position: absolute;
    top: -5px;
    left: -9px
}

.banner-green p {
    color: #4d4d4d;
    position: relative;
    z-index: 9999
}

.banner-red {
    background-image: url(../img/red.png)
}

.banner-red h3 {
    color: #fff;
    position: relative;
    z-index: 9999
}

.banner-red h3 span {
    position: relative;
    color: #cfe8a9;
    display: inline-block
}

.banner-red h3 span:before {
    content: url(../img/border.svg);
    position: absolute;
    top: 0;
    left: -13px
}

.banner-red p {
    color: #fff;
    position: relative;
    z-index: 9999
}

.students {
    position: absolute;
    right: 0;
    bottom: -2px
}

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

.banner__content-form {
    width: 40%
}

.banner__content-title {
    width: 50%
}

.compound {
    margin: 100px 0
}

.main__title {
    text-align: center
}

.main__title h3 {
    color: #bd0404;
    font-weight: 700;
    font-size: 48px;
    margin: 0;
    line-height: normal
}

.main__title p {
    color: #4d4d4d;
    text-align: center;
    font-size: 18px;
    line-height: normal
}

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

.compound__items-column {
    width: 48%
}

.compound_item {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 30px
}

.compound_item h4 {
    color: #bd0404;
    font-weight: 500;
    margin: 0;
    font-size: 30px;
    line-height: normal
}

.compound_item p {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 400;
    text-align: left;
    line-height: normal
}

.compound_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 30px 0;
    height: 140px
}

.compound_item img {
    width: 28px;
    max-width: 70px;
    margin-right: 20px
}

.compound_item p {
    margin: 0
}

.awards {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 198px !important;
    max-width: 200px !important
}

.compound_item-bg {
    position: relative;
    background-image: url(../img/2/bg.png);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 310px
}

.directions {
    margin: 100px 0
}

.directions_title {
    position: relative
}

.directions_title:before {
    content: url(../img/stars.svg);
    position: absolute;
    top: 0;
    left: 0
}

.directions_title:after {
    content: url(../img/star.svg);
    position: absolute;
    top: 0;
    right: 0
}

.directions_title h3 br {
    display: none
}

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

.directions__item {
    background: #fff;
    position: relative;
    width: 30%;
    border-radius: 30px;
    margin: 10px 15px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;

}
.directions__item-text-height {
    min-height: 350px!important;
}

.directions__item_image {
    position: relative
}

.directions__item_image img {
    width: 100%
}

.flag {
    position: absolute;
    top: 10px;
    left: 13px;
    width: 36px !important
}

.directions__item-text {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    /*margin-bottom: 13px;*/
    padding-bottom: 10px;
    min-height: fit-content;
    /*min-height: 420px;*/
    text-transform: uppercase;
    position: relative;
}

.directions__item-text h3 {
    color: #bd0404;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0
}

.directions__item-text p {
    font-size: 14px;
    font-weight: 300;
    margin: 7px 0;
    color: #4D4D4D;
}

.directions__item-text ul {
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.directions__item-text ul li {
    font-size: 14px;
    font-weight: 300;
    width: 50%
}

.directions__item-text span {
    color: #bd0404;
    font-size: 24px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.directions__item a {
    display: inline-block;
    color: #fff;
    background: #bd0404;
    padding: 20px;
    text-decoration: none;
    border-radius: 30px;
    width: 89%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #bd0404;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    /*position: absolute;*/
    /*bottom: 10px;*/
}

.directions__item-text a {
    display: inline-block;
    color: #fff;
    background: #bd0404;
    padding: 20px;
    text-decoration: none;
    border-radius: 30px;
    width: 89%;
    text-align: center;
    border: 1px solid #bd0404;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    position: absolute;
    bottom: 10px;
}

.directions__item-text a:hover {
    border: 1px solid #bd0404;
    color: #bd0404;
    background: #fff
}

.groupleader {
    margin: 100px 0
}

.text_bottom {
    position: absolute;
    left: 50px;
    bottom: 80px
}

.groupleader_content {
    background-image: url(../img/bg_groupleader.png);
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 40px;
    padding: 50px;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.groupleader_content-left {
    width: 30%
}

.groupleader_content-left p {
    color: #fff;
    font-size: 20px;
    line-height: normal;
    font-weight: 400
}

.groupleader_content-right {
    width: 60%
}

.groupleader-title {
    color: #fff;
    text-align: center;
    width: 100%
}

.groupleader-title h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 38px;
    margin: 0
}

.groupleader-title p {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin: 10px 0
}

.redbtn {
    background: #bd0404;
    color: #fff;
    padding: 20px;
    border-radius: 40px;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    border: 1px solid #bd0404;
    text-transform: uppercase
}

.redbtn:hover {
    background: #fff;
    border: 1px solid #bd0404;
    color: #bd0404
}

.popup_direction {
    position: fixed;
    max-width: 820px;
    min-height: 550px;
    width: 100%;
    border-radius: 40px;
    top: -150%;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    left: 50%;
    transition: all linear .5s;
    z-index: 99999;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popup_direction-img {
    position: relative
}

.popup_direction-img img {
    width: 100%
}

.popup_direction-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popup_direction-text span {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #4D4D4D
}

.popup_direction-text p {
    font-weight: 300;
    font-size: 16px;
    margin: 10px 0;
    color: #4D4D4D
}

.popup_direction-text_column {
    width: 47%
}

.column_bottom {
    width: 100%
}

.column_bottom a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.thank {
    min-height: 100vh;
    background-image: url(../img/thankbg.png);
    background-size: cover;
    background-position: 50% 50%
}

.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;
    color: #4d4d4d;
    width: 100%
}

.thank__text h3 {
    font-weight: 600;
    color: #bd0404;
    font-size: 58px;
    margin: 0;
    line-height: normal
}

.thank__text p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 80px
}

.thank__text span {
    font-weight: 300;
    font-size: 18px
}

.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0
}

.btns a {
    color: #bd0404;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 40px;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.btns a svg {
    margin-right: 5px
}

.btngreen {
    border: 1px solid #bd0404;
    background: #bd0404;
    color: #fff !important
}

.btngreen svg {
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.btngreen svg path {
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.btngreen:hover {
    background: 0 0;
    color: #bd0404 !important
}

.btngreen:hover svg path {
    fill: #bd0404
}

.btntransparent {
    border: 1px solid #bd0404;
    background: 0 0
}

.first {
    background-image: url(../img/bg1.png);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 850px;
    position: relative
}

.left_star {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 450px;
    width: 100%
}

.right_circle {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 500px;
    width: 100%
}

.first__content {
    text-align: center;
    padding-top: 150px
}

.first__content span {
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    color: #4d4d4d
}

.first__content h2 {
    font-size: 54px;
    color: #bd0404;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    margin: 0
}

.first__content p {
    color: #4d4d4d;
    font-size: 30px;
    font-weight: 400;
    margin: 0
}

.first__content a {
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 9999
}

.btn_red {
    background: #bd0404;
    padding: 10px 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    border: 1px solid #bd0404
}

.btn_red:hover {
    background: 0 0;
    border: 1px solid #bd0404;
    color: #bd0404
}

.first__content_bottom {
    margin-top: 0px;
    position: relative;
    bottom: -78px;
    z-index: 99;
    /*margin-top: 200px*/
}

.first__content_bottom ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.first__content_bottom ul li {
    width: 20%;
    background: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 30px;
    position: relative;
    z-index: 9999
}

.first__content_bottom ul li p {
    color: #bd0404;
    font-size: 40px;
    font-weight: 500;
    text-align: left
}

.first__content_bottom ul li span {
    display: inline-block;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400 !important;
    font-style: inherit;
    text-align: left;
    line-height: normal
}

.popup__form {
    position: fixed;
    top: -250%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1140px;
    width: 100%;
    min-height: 700px;
    border-radius: 30px;
    background-image: url(../img/popup_bg.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 55px;
    text-align: center;
    z-index: 9999;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.popup__form h3 {
    font-size: 40px;
    line-height: normal;
    margin: 0;
    color: #4d4d4d;
    font-weight: 500
}

.popup__form h3 span {
    color: #bd0404;
    position: relative
}

.popup__form h3 span:before {
    content: url(../img/circle.svg);
    position: absolute;
    left: -20px;
    top: -10px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.popup__form p {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 400;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px
}

.popup__form p::after {
    content: url(../img/arrowright.svg);
    position: absolute;
    bottom: -150px;
    right: -90px
}

.left {
    position: absolute;
    bottom: 0;
    left: 10px
}

.england {
    position: absolute;
    right: 50px;
    bottom: 0
}

.openPopup {
    top: 50% !important
}

.subtitle_bottom {
    display: none !important
}

.plyr--video {
    border-radius: 30px
}

.plyr__control--overlaid {
    background: #bd0404 !important
}

.plyr--full-ui input[type=range] {
    color: #bd0404 !important
}

#scales {
    width: 4% !important
}

.form_new {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999
}

.form_new input {
    padding: 20px;
    border-radius: 35px;
    font-size: 16px;
    margin: 5px 0;
    border: 1px solid #fff;
    width: 100%;
    font-weight: 300
}

.form_new button {
    border-radius: 35px;
    padding: 20px;
    border: 1px solid #bd0404;
    background: #bd0404;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    cursor: pointer;
    margin: 0 auto;
    text-transform: uppercase
}

.form_new button:hover {
    background: 0 0;
    color: #bd0404
}

.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px
}

.iti {
    width: 100%
}

.iti input {
    width: 100%
}

.checkbox {
    text-align: center;
    width: 100%;
    margin: 20px 0
}

.checkbox a {
    color: #fff;
    z-index: 1!important;
}

.popup__form .form_new {
    width: 50%;
    margin: 0 auto;
    margin-top: 40px
}

.redBorder, .tel.__error {
    border-color: red !important
}

.greenBorder {
    border-color: green !important
}

input[type=tel] {
    position: relative
}

.__error + span::before {
    content: "";
    position: absolute;
    top: -19px;
    color: red;
    left: 11px
}

.green {
    background: #cfe8a9 !important;
    color: #4d4d4d !important
}

.green:hover {
    color: #4d4d4d
}

.swal-button {
    background: #bd0404 !important;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.swal-button:not([disabled]):hover {
    background: #cfe8a9 !important;
    color: #4d4d4d
}

.iti-mobile .iti--container {
    z-index: 9999
}

@media only screen and (min-width: 1550px) {
    .container {
        max-width: 1440px
    }
    .form__top form input {
        max-width: 335px;
    }
}

@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: 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: 410px
    }
}

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

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

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

@media only screen and (max-width: 1300px) {
    .left_star {
        left: 0
    }

    .right_circle {
        right: 0
    }
}

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

    .form__top form input {
        max-width: 258px;
    }
    .right_circle {
        max-width: 500px
    }


    .banner h3 {
        font-size: 40px
    }

    .directions__item {
        width: 32%
    }

    .directions__item-text h3 {
        font-size: 25px
    }

    .banner__content-title h3 br {
        display: none
    }

    .students {
        max-width: 700px
    }

    .left_star {
        left: 0
    }

    .right_circle {
        right: 0
    }
}

@media only screen and (max-width: 992px) {
    .thank__text p {
        font-size: 20px
    }

    .thank__text h3 {
        font-size: 50px
    }

    .popup__form h3 {
        font-size: 35px
    }

    .popup__form p {
        margin-top: 11px;
        font-size: 18px
    }

    .england {
        max-width: 300px
    }

    .left {
        max-width: 300px
    }

    .footer_map {
        width: 100%
    }

    .footer__items-left {
        width: 65%;
        padding-left: 50px
    }

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

    .banner__content-title {
        width: 100%
    }

    .banner__content-title h3 {
        text-align: center;
        margin-bottom: 5px
    }

    .banner__content-form {
        width: 100%
    }

    .banner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .compound_item p {
        font-size: 14px
    }

    .compound_item p br {
        display: none
    }

    .awards {
        width: 140px !important
    }

    .compound_item h4 {
        font-size: 20px
    }

    .main__title h3 {
        font-size: 34px
    }

    .first__content_bottom ul li {
        width: 26%
    }

    .first__content p {
        font-size: 24px
    }

    .first__content h2 {
        font-size: 46px
    }

    .left_star {
        display: none
    }

    .right_circle {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .form__top form .iti {
        width: 37%;
    }
    .form__top {
        margin-top: 0;
    }


    .form__top form {
        flex-direction: column;
    }
    .thank__text h3 {
        font-size: 40px
    }

    .england {
        max-width: 270px;
        right: 20px
    }

    .left {
        max-width: 270px
    }

    .header__items-menuFooter {
        display: none
    }

    .footer__items-left ul li {
        width: 100%
    }

    .footer__items-left h3 {
        text-align: center
    }

    .footer__items-left {
        padding-left: 0
    }

    .footer__items-left ul {
        padding-left: 100px
    }

    .footer__items-left {
        width: 100%
    }

    .groupleader-title p {
        font-size: 16px;
        line-height: 16px
    }

    .groupleader-title h3 {
        font-size: 35px
    }

    .groupleader_content-right {
        width: 100%;
        margin-bottom: 300px
    }

    .groupleader_content-left {
        width: 100%
    }

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

    .directions__item {
        width: 48%
    }

    .first__content_bottom {
        margin-top: 20px
    }

    .first__content_bottom ul {
        -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
    }

    .first__content_bottom ul li {
        width: 50%
    }
}

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

    .directions__item-text-height {
        min-height: fit-content!important;
    }

    .first {
        overflow: hidden;
    }

    .form_new button {
        font-size: 14px;
        padding: 14px;
    }

    .form__top .checkbox a {
        font-size: 12px;
    }
    .first__content span {
        position: relative;
        z-index: 999;
    }

    .left_star {
        display: none!important;
    }

    .left_star-mob {
        display: block;
        position: absolute;
        bottom: 440px;
        left: -19px;
    }

    .right_circle {
        display: block;
        bottom: 436px;
        right: -69px;
    }
    .left_star {
        display: block;
        max-width: 326px;
        bottom: 553px;
        left: -67px;
    }
    
    .directions__item {
        margin: 10px 0;
    }
    .form__top h3 {
        font-size: 18px;
    }


    .form__top {
        bottom: 0;
    }

    .first__content_bottom {
        bottom: 0;
    }


    .form__top form input {
        max-width: 400px;
    }

    .form__top form .iti {
        width: 100%;
    }

    .form__top {
        margin-top: 184px;
    }
    .right_circle {
        display: block;
        /*bottom: 381px;*/
        max-width: 422px
    }

    .left_star {
        display: block;
        max-width: 373px;
        bottom: 471px;
        left: -88px
    }

    .first__content a {
        margin-bottom: 400px
    }
    /*.right_circle {*/
    /*    display: block;*/
    /*    bottom: 381px;*/
    /*    max-width: 422px*/
    /*}*/

    /*.left_star {*/
    /*    display: block;*/
    /*    max-width: 373px;*/
    /*    bottom: 346px;*/
    /*    left: -88px*/
    /*}*/

    /*.first__content a {*/
    /*    margin-bottom: 400px*/
    /*}*/

    .banner-red .banner__content-form {
        margin-bottom: 225px
    }

    .close, .close2 {
        position: absolute;
        right: 9px;
        top: 10px
    }

    .popup__form .form_new {
        width: 100%
    }

    #scales {
        width: 2% !important;
        padding: 5px
    }

    .checkbox {
        margin: 0
    }

    .groupleader {
        margin: 20px 0
    }

    .thank__text p {
        margin-bottom: 0
    }

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

    .btns a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 0;
        margin: 5px 0
    }

    .thank__text span {
        font-size: 14px
    }

    .thank__text p {
        font-size: 18px
    }

    .popup_direction {
        min-height: fit-content;
    }

    .popup_direction {
        border-radius: 20px;
    }

    .column_bottom a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: inherit;
        bottom: 0px;
        left: 20px;
        transform: inherit;
        width: 82%
    }

    .popup_direction-text {
        padding: 20px
    }

    .popup_direction-text p {
        font-size: 12px;
        margin: 5px 0
    }

    .popup_direction-text span {
        font-size: 12px
    }

    .popup_direction-text_column {
        width: 100%
    }

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

    .popup__form h3 {
        font-size: 32px
    }

    .popup__form h3 span:before {
        left: -29px;
        top: -14px;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .popup__form {
        padding: 20px;
        padding-top: 47px
    }

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

    .popup__form p br {
        display: none
    }

    .england {
        max-width: 190px
    }

    .left {
        max-width: 175px
    }

    .footer__items-left ul li img {
        top: 2px
    }

    .footer__items-left h3 {
        font-size: 32px;
        margin-top: 20px
    }

    .footer__items-left ul {
        padding-left: 60px
    }

    .banner-red h3 span:before {
        top: -14px;
        left: -30px;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .showmore_trigger a {
        padding: 17px 30px
    }

    .swiper-navigation {
        display: none
    }

    .reviews__slider_item:before {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .gallery_title h3 {
        font-size: 32px;
        margin-bottom: 30px
    }

    .reviews_title h3 {
        font-size: 32px
    }

    .groupleader_content {
        min-height: 667px
    }

    .groupleader_content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .groupleader_content {
        padding: 22px
    }

    .groupleader_content-right {
        margin-bottom: 120px
    }

    .text_bottom {
        left: 50%;
        bottom: 80px;
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px);
        max-width: 300px
    }

    .groupleader_content-left p {
        font-size: 14px
    }

    .directions__item-text h3 {
        font-size: 20px
    }

    .directions__item-text p {
        font-size: 12px
    }

    .directions_title h3 {
        margin-bottom: 20px
    }

    .directions_title h3 br {
        display: block !important
    }

    .directions_title:after {
        top: 0
    }

    .directions_title:before {
        top: -60px
    }

    .main__title p {
        font-size: 14px
    }

    .directions__item {
        width: 100%
    }

    .students {
        width: 100%
    }

    .banner-green h3 span:before {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        top: -15px;
        left: -33px
    }

    .banner-green h3 span {
        display: inline-block
    }

    .banner p {
        font-size: 14px;
        margin-top: 35px
    }

    .banner__content-title {
        width: 100%
    }

    .banner__content-title h3 {
        font-size: 22px;
		margin-top: 20px
    }

    .compound {
        margin: 30px 0
    }

    .main__title h3 {
        font-size: 32px
    }

    .compound__items-column {
        width: 100%
    }

    .compound__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .compound_item {
        margin: 10px 0
    }

    .compound__items {
        margin-top: 10px
    }

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

    .header__items-logo img {
        max-width: 40px
    }

    .first__content {
        padding-top: 90px
    }

    .first__content_bottom ul li {
        margin: 4px
    }

    .first__content_bottom {
        margin-top: 0
    }

    .first__content_bottom ul li {
        text-align: left
    }

    .first__content span {
        font-size: 14px
    }

    .first__content p {
        font-size: 18px
    }

    .first__content h2 {
        font-size: 40px
    }

    .subtitle_top {
        display: none !important
    }

    .subtitle_bottom {
        display: block !important
    }

    .first__content_bottom ul li {
        width: 100%
    }

    .header__items-menu {
        display: none
    }
}

@media only screen and (max-width: 440px) {
    .left_star-mob {
        bottom: 393px;
    }
    .right_circle {
        display: block;
        /*bottom: 663px;*/
        max-width: 376px;
    }
    /*.right_circle {*/
    /*    display: block;*/
    /*    bottom: 381px;*/
    /*    max-width: 422px*/
    /*}*/

    .left_star {
        display: block;
        max-width: 373px;
        bottom: 515px;
        left: -88px
    }

    /*.left_star {*/
    /*    display: block;*/
    /*    max-width: 373px;*/
    /*    bottom: 386px;*/
    /*    left: -88px*/
    /*}*/
}

@media only screen and (max-width: 390px) {
    .left_star-mob {
        bottom: 391px;
    }
    .right_circle {
        display: block;
        /*bottom: 697px;*/

    }

    .left_star {
        display: block;
        /*max-width: 373px;*/
        bottom: 470px;
        left: -88px
    }
    /*.right_circle {*/
    /*    display: block;*/
    /*    bottom: 381px;*/
    /*    max-width: 422px*/
    /*}*/

    /*.left_star {*/
    /*    display: block;*/
    /*    max-width: 373px;*/
    /*    bottom: 346px;*/
    /*    left: -88px*/
    /*}*/
}

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

}