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

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

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

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

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

@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&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%
}

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

.reverse {
    background: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%)!important;
    color: #fff!important;
    padding: 10px;
    border-radius: 70px;
    font-size: 52px!important;

}
.reverse:before {
    display: none!important;
}

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

.text-center {
    text-align: center
}

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

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

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

.btn__main {
    background: #aa182c;
    padding: 26px;
    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;
    text-decoration: none;
    color: #fff;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    border-radius: 15px;
    background: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
}

.header__items-menu {
    display: flex;
    align-items: center;
}

.btn__main-green {
    background: #aa182c;
    padding: 16px 26px;
    height: fit-content;
    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;
    text-decoration: none;
    color: #fff;
    font-size: 16.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    border-radius: 15px;
    background: linear-gradient(76deg, #00962A 0%, #007521 50%, #00641C 100%);
}
.btn__main-green svg {
    margin-left: 20px
}

.btn__main-green:hover {
    background: #1a2c59
}

.btn__main svg {
    margin-left: 20px
}

.btn__main:hover {
    background: #1a2c59
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 9999;
    background: #fff;
}

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

.header__items-logo {
    display: flex;
    align-items: center;
}

.header__items-logo a img {
    max-width: 220px;
}

.header__items-menu ul {
    margin-left: 0;
    padding: 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 {
    margin: 10px;
    list-style: none
}

.header__items-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    color: #212128;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

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

.first {
    background-image: url(../img/bg1.png);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 100vh;
    padding-top: 155px;
    padding-bottom: 100px;
    position: relative
}

.girl {
    position: absolute;
    bottom: 0;
    right: 60px;
    max-width: 700px;
    width: 100%
}

.red {

    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
}

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

.girl__subtitle {
    position: absolute;
    bottom: 11px;
    right: -600px;
    padding: 20px;
    color: #FF0000;
    display: none;
}


.girl__subtitle p {
    margin: 0;
    font-size: 26px;
    font-weight: 700!important;
}

.girl__subtitle span {
    display: block;
    font-size: 20px;
    font-weight: 400!important;
}

.first_text {
    width: 58%;
    position: relative
}

.first_text h1 {
    font-size: 95px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0
}

.first_text h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 86px;
    margin: 10px 0;
    margin-top: 0;
}
.first_text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.first_text ul {
    margin-left: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 75%;
}

.first_text ul li {
    border-radius: 50px;
    padding: 10px 25px;
    border: 1px #C0C0C0;
    list-style: none;
    position: relative;
    background: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 20px;
}

.header{
    padding: 21px 0;
}
.first_text ul li p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    margin: 0
}

.first_text ul li p:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #222;
    position: absolute;
    left: 0;
    top: -20px
}



.first_text ul li:nth-child(4n) {
    border-left: 0 solid #222
}

.first_text ul li:nth-child(3n) {
    border-left: 0 solid #222
}

.first_text ul li:nth-child(2n) {
    border-left: 0 solid #222
}

.first_text__bottom {
    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;
    min-height: 170px
}

.baner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background-image: url(../img/bg2.png);*/
    background-size: cover;
    background-position: 50% 50%;
    padding: 20px 50px;
    color: #fff;
    border-radius: 15px;
    background: #505050
}

.baner span {
    font-size: 95px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -7.9px;

}

.baner p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-left: 30px
}

.goals {
    position: relative;
    overflow: hidden;
    min-height: 650px
}

.goals__btns {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    z-index: 9999
}

.goals__btns a {
    text-decoration: none;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    margin: 0 15px;
    color: #fff;
    opacity: .5;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.goals__btns a:hover {
    color: #f4a64f
}

.active {
    color: #fff !important;
    opacity: 1!important;
    position: relative
}

.active:after {
    content: "";
    width: 70px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.goals_item {
    min-height: 550px;
    padding: 200px 0;
    padding-bottom: 100px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 100%;
    -webkit-transition: all linear .9s;
    transition: all linear .9s;
    opacity: 0
}

.goals_item .goal_text {
    position: relative;
    opacity: 0;
    bottom: -100px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.activeSlide {
    bottom: 0 !important;
    opacity: 1 !important
}

.activeSlide .goal_text {
    opacity: 1 !important;
    bottom: 0 !important
}

.img1 {
    position: absolute;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    top: 80px;
    left: 30px;
    z-index: 9999
}

.img2 {
    position: absolute;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    top: 43%;
    left: 195px;
    max-width: 120px;
    width: 100%;
    z-index: 9999
}

.img3 {
    position: absolute;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    bottom: 54px;
    left: 3%;
    z-index: 9999
}

.img4 {
    position: absolute;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    right: 80px;
    top: 80px;
    z-index: 9999
}

.img5 {
    position: absolute;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    z-index: 9999;
    right: 7%;
    bottom: 3%
}

.img1-anim {
    -webkit-transform: translate(754%, 0) !important;
    -ms-transform: translate(754%, 0) !important;
    transform: translate(754%, 0) !important
}

.img2-anim {
    -webkit-transform: translate(862%, 84%) scale(1.2) !important;
    -ms-transform: translate(862%, 84%) scale(1.2) !important;
    transform: translate(862%, 84%) scale(1.2) !important
}

.img3-anim {
    -webkit-transform: translate(909%, -63%) !important;
    -ms-transform: translate(909%, -63%) !important;
    transform: translate(909%, -63%) !important
}

.img4-anim {
    -webkit-transform: translate(-763%, 0) !important;
    -ms-transform: translate(-763%, 0) !important;
    transform: translate(-763%, 0) !important
}

.img5-anim {
    -webkit-transform: translate(-636%, 1px) !important;
    -ms-transform: translate(-636%, 1px) !important;
    transform: translate(-636%, 1px) !important
}

.img1-anim2 {
    -webkit-transform: translate(776%, 0) !important;
    -ms-transform: translate(776%, 0) !important;
    transform: translate(776%, 0) !important
}

.img2-anim2 {
    -webkit-transform: translate(-42%, 14%) scale(1) !important;
    -ms-transform: translate(-42%, 14%) scale(1) !important;
    transform: translate(-42%, 14%) scale(1) !important
}

.img3-anim2 {
    -webkit-transform: translate(13%, -235%) !important;
    -ms-transform: translate(13%, -235%) !important;
    transform: translate(13%, -235%) !important
}

.img4-anim2 {
    -webkit-transform: translate(-30%, 159%) !important;
    -ms-transform: translate(-30%, 159%) !important;
    transform: translate(-30%, 159%) !important
}

.img5-anim2 {
    -webkit-transform: translate(-486%, 22%) scale(.7) !important;
    -ms-transform: translate(-486%, 22%) scale(.7) !important;
    transform: translate(-486%, 22%) scale(.7) !important
}

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

.goals_item_one {
    background: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%)
}

.goals_item_two {
    background: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%)
}

.goals_item_three {
    background: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%)
}

.goals__content {
    text-align: center
}

.goals__content p {
    color: #fff;
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    line-height: normal
}

.rect_text {
    padding: 30px 60px;
    margin: 105px auto;
    margin-bottom: 0;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 30px;
    width: 60%;
    position: relative;
    z-index: 99999
}

.rect_text p {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
    font-size: 42px;
    font-style: normal;
    width: 100% !important;
    font-weight: 400;
}

.rect_text:before {
    content: url(../img/icons/1.svg);
    position: absolute;
    top: 15px;
    left: 15px
}

.rect_text:after {
    content: url(../img/icons/2.svg);
    position: absolute;
    bottom: 5px;
    right: 16px
}

.schools {
    padding: 100px 0;
    background: #fff;
    padding-bottom: 0
}

.main__title {
    text-align: center
}
.main__title  p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-top: 40px;
}
.main__title  p span {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
    font-weight: 700;
}

.main__title h2 {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 25px
}

.main__title span {
    color: #222;
    font-size: 14px;
    position: relative;
    text-transform: uppercase
}

.main__title span:before {
    content: "";
    width: 1px;
    height: 40px;
    background: #222;
    position: absolute;
    left: 50%;
    top: -50px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.btn__main-mob {
    display: none;
}
.school_administration {
    padding-top: 180px;
    padding-bottom: 100px;
    background: #F6F6F6;
    overflow: hidden
}

.faces {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 350%;
    -webkit-animation: ease-in 60s infinite both running slidein;
    animation: ease-in 60s infinite both running slidein
}

@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translate(-15%, 0);
        transform: translate(-15%, 0)
    }
    50% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translate(-15%, 0);
        transform: translate(-15%, 0)
    }
    50% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

.school_administration_photo {
    position: relative;
    min-height: 380px
}

.statue {
    position: absolute;
    bottom: 0;
    left: -88px;
    max-width: 390px;
    width: 100%
}

.bigben {
    position: absolute;
    bottom: 0;
    right: 0px
}

.school_administration_items {
    margin-top: 90px
}

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

.school_administration_items ul li {
    margin: 0 20px;
    width: 35%;
    position: relative;
    list-style: none
}

.school_administration_items ul li:before {
    content: "";
    width: 40px;
    height: 2px;
    background:  linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
    position: absolute;
    left: 0;
    top: -20px
}

.partners {
    padding: 150px 0;
    background: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
    padding-bottom: 330px;
    position: relative
}

.partners__student {
    right: 5%;
    bottom: -8px;
    position: absolute
}

.partners__student p {
    background: #fff;
    border-radius: 15px;
    width: 88%;
    padding: 30px;
    color: #222;
    font-weight: 300;
    font-size: 16px;
    position: absolute;
    bottom: 30px;
    left: -290px
}

.partners__student p span {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
}

.partners__student img {
    max-width: 500px
}

.partners__photo {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.decor_two {
    position: absolute;
    top: -131px;
    max-width: 130px;
    left: -31px
}

.decor {
    position: absolute;
    top: -120px;
    max-width: 100px;
    right: -40px
}

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

.partners__photo-top img {
    width: 33%
}

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

.partners__photo-bottom img {
    width: 33%
}

.partners_content-bottom-photo {
    width: 55%;
    margin-top: 70px;
    position: relative
}

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

.partners_content-bottom-top img {
    width: 33%
}

.partners_content-bottom {
    position: relative
}

.partners_content-bottom-bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.partners_content-bottom-bottom img {
    width: 33%
}

.text_two {
    width: 60%;
    padding-top: 20px;
    padding-left: 15px
}

.text_two h3 {
    color: #fff;
    font-size: 70px;
    font-style: normal;
    line-height: normal;
    margin: 0;
    font-weight: 500
}

.text_two p {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 22px;
    margin-top: 60px;
    position: relative
}

.text_two p:before {
    content: "";
    width: 30px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    top: -30px;
    left: 0
}

.text {
    width: 33%;
    padding-top: 20px;
    padding-left: 15px
}

.text h3 {
    color: #fff;
    font-size: 70px;
    font-style: normal;
    line-height: normal;
    margin: 0;
    font-weight: 500
}

.text p {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 22px;
    margin-top: 60px;
    position: relative
}

.text p:before {
    content: "";
    width: 30px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    top: -30px;
    left: 0
}

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

.partners_title {
    width: 40%;
    text-align: left
}

.partners_title h2 {

    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 25px;
    color: #fff
}

.partners_title span {
    color: #fff;
    font-size: 14px;

    position: relative
}

.partners_title span:before {
    content: "";
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -60px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.advantages {
    padding: 100px 0;
    background: rgba(246, 246, 246, 1);
}

.decor_container {
    width: 100%;
    margin: 60px 0;
    position: relative
}

.decor_container img {
    position: absolute;
    right: 43%;
    top: -46px
}

.advantages__item-text {
    text-align: center;
    margin-top: 100px;
    padding: 20px
}

.advantages__item-text h3 {

    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 25px
}

.advantages__item-text span {
    color: #222;
    font-size: 14px;
    position: relative;
    text-transform: uppercase
}

.advantages__item-text span:before {
    content: "";
    width: 1px;
    height: 40px;
    background: #222;
    position: absolute;
    left: 50%;
    top: -60px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.advantages__item-text p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    opacity: .4
}

.advantages__item-text-reverse {
    text-align: center;
    margin-bottom: 90px;
    padding: 20px
}

.advantages__item-text-reverse h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 25px
}

.advantages__item-text-reverse span {
    color: #222;
    font-size: 14px;
    position: relative;
    text-transform: uppercase
}

.advantages__item-text-reverse p {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    position: relative;
    line-height: 28px;
    opacity: .4
}

.advantages__item-text-reverse p:after {
    content: "";
    width: 1px;
    height: 40px;
    background: #222;
    position: absolute;
    left: 50%;
    bottom: -60px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.advantages__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    z-index: 999
}

.decor4 {
    position: absolute;
    left: -158px;
    top: 17%;
    max-width: 200px
}

.decor2 {
    position: absolute;
    right: 11px;
    top: -4%
}

.advantages__item {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 999;
    margin: 0 5px;
}

.advantages__item img {
    width: 100%
}

.projects {
    padding: 100px 0;
    background: rgba(246, 246, 246, 1);
}

.projects__slider {
    margin-top: 60px
}

.projects__slider-item {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 620px;
    border-radius: 30px;
}

.projects__slider-item-img {
    width: 50%
}

.projects__slider-item-img img {
    width: 100%
}

.projects__slider-item-text {
    width: 50%;
    padding: 70px 40px;
    background: #fff;
    position: relative;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.line {
    width: 30px;
    height: 1px;
    background: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);;
    display: block;
    margin: 30px 0
}

.projects__slider-item-text h4 {

    line-height: normal;
    margin: 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 40px
}

.projects__slider-item-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin: 10px 0
}

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

.projects__slider-mob {
    display: none
}

.projects__slider-mob-item {
    background: #fff;
    padding: 30px;
    margin: 10px 0;
    height: 119px;
    overflow: hidden
}

.active_item {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important
}

.projects__slider-mob-item__top {
    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;
    cursor: pointer
}

.projects__slider-mob-item__bottom h4 {

    line-height: normal;
    margin: 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 40px
}

.projects__slider-mob-item__bottom p {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin: 10px 0
}

.about {
    padding: 50px 0;
    background: #F6F6F6;
}

.about_photo {
    overflow: hidden;
    margin-top: 40px;
    position: relative;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    min-height: 650px
}

.about_photo img {
    width: 100%;
    -webkit-transition: all linear 1s;
    transition: all linear 1s;
    position: relative
}

/*.about_photo:hover img {*/
/*    -webkit-transform: scale(1.6);*/
/*    -ms-transform: scale(1.6);*/
/*    transform: scale(1.6)*/
/*}*/

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

.about__item {
    width: 30%;
    margin: 0 30px;
    text-align: left
}

.about__item h4 {

    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
    font-size: 80px;
    font-style: normal;
    margin: 0;
    line-height: normal;
    font-weight: 500
}

.about__item p {
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
    line-height: normal
}

.footer {
    padding: 100px 0;
    background: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
    color: #fff
}

.footer__title h4 {
    color: #fff;

    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    position: relative
}

.footer__title h4::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -40px
}

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

.footer__item {
    width: 28%;
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding-top: 100px
}

.footer__item h5 {
    font-weight: 500;
    line-height: 28px;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase
}

.footer__item p {
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
    line-height: 28px
}

.footer__item a {
    text-decoration: none;
    color: #fff;
    margin-top: 40px;
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    display: block
}

.footer__item img {
    max-width: 100px;
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0
}

.tabs {
    padding-left: 0
}

.tabs li {
    float: left;
    width: 15%
}

.tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    padding: 15px 0;
    background: 0 0;
    font-size: 18px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    border-radius: 15px;
}

.tabs a.activeTab, .tabs a:hover {
    background:  #505050;
    color: #fff
}

.activeTab {
    background: #333 !important;
    color: #fff !important
}

.tabgroup {
    min-height: 707px;
    padding-top: 30px;
    border-top: 1px solid #333
}

#tab1, #tab2, #tab3, #tab4 {
    position: relative;
    padding-bottom: 100px
}

.flag {
    position: absolute;
    left: 0;
    top: -100px;
    max-width: 250px;
    z-index: 999
}

.bg_tab {
    position: absolute;
    bottom: 0;
    right: 0
}

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

.tab-group-text {
    position: relative
}

.tab-group-text:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #222;
    position: absolute;
    left: -30px;
    top: 0
}

.tab-group-text h3 {

    /*color: #aa182c;*/
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
    font-size: 34px;
    margin: 0;
    line-height: normal;
    margin-top: 20px
}

.tab-group-text h3 span {
    color: #222!important;
    font-size: 22px!important;
}

.tab-group-text p {
    font-weight: 300;
    font-size: 18px;
    line-height: normal
}

.tab-group-text h4 {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%);
    /*//background: var(red_gradient, linear-gradient(76deg, #F00 0%, #BF000C 50%, #800000 100%));*/
    font-size: 28px;
    margin: 0;
    line-height: normal
}

.slider__arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider__arrows a img {
    max-width: 74px
}

.tab-group-left {
    width: 49%;
    padding: 20px;
    position: relative
}

.tab-group-left img {
    width: 100%
}

.tab-group-text {
    width: 49%
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    list-style: none;
    margin: 40px 0;
    position: relative;
    z-index: 9999
}

.tabs:after {
    display: none !important
}

.accordion {
    font-size: 1rem;
    width: 100%;
    margin: 10px auto;
    border-radius: 5px
}

.accordion-body, .accordion-header {
    background: #fff
}

.accordion-header {
    padding: 10px 0;
    background: 0 0;
    color: #222;
    cursor: pointer;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0
}

.accordion__item {
    border-bottom: 1px solid #222
}

.accordion__item .accordion__item {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.accordion-body {
    background: 0 0;
    color: #353535;
    display: none
}

.different-font {
    font-weight: 600;
}

.accordion-body__contents {
    padding: 0;
    font-size: 16px;
    line-height: normal
}

.accordion-body__contents p {
    font-size: 18px;
    line-height: normal
}

.accordion__item.active:last-child .accordion-header {
    border-radius: 0
}

.accordion:first-child > .accordion__item > .accordion-header {
    border-bottom: 1px solid transparent
}

.accordion__item > .accordion-header:after {
    content: url(../img/tabs/arrow2.svg);
    font-size: 1.2em;
    float: right;
    position: relative;
    top: -2px;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordion__item.active > .accordion-header:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.accordion__item.active .accordion-header {
    background: 0 0
}

.accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: #353535
}

.accordion__item:after {
    display: none !important
}

.check_list li {
    list-style: none;
    position: relative;
    margin: 10px 0;
    font-weight: 300
}

.check_list li:before {
    content: url(../img/tabs/check.svg);
    position: absolute;
    left: -20px;
    top: 2px
}

.canada_bg {
    max-width: 218px
}

.bg_ukraine {
    max-width: 400px
}

.flex {
    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
}

.slick-prev:before {
    content: url(../img/slider/arr-l.svg) !important
}

.slick-next:before {
    content: url(../img/slider/arr-r.svg) !important
}

.tab-group-left .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.girl_mob {
    display: none
}

.mobile {
    display: none
}

.advantages__mobile {
    display: none !important
}

.accordion_goals {
    padding-top: 40px
}

.accordion__title {
    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;
    position: relative;
    cursor: pointer;
    padding: 16px 0
}

.accordion__items {
    padding-left: 0
}

.accordion__items li {
    list-style: none;
    padding: 0 10px
}

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

.accordion_goals .accordion__item {
    border-bottom: 1px solid #fff !important
}

.accordion__icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    position: relative
}

.accordion__content p {
    position: relative;
    z-index: 9999
}

.accordion__content img {
    position: absolute;
    bottom: 0;
    right: 0
}

.accordion__content p {
    font-size: 18px;
    padding-bottom: 24px;
    color: #fff
}

.active .accordion__content {
    max-height: 380px
}

.active h3 {
    color: #fff
}

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

.goals__mobile {
    display: none
}

.menu_mobile {
    position: absolute;
    right: 8px;
    top: 6px;
    cursor: pointer;
    margin: 0 auto;
    width: 55px;
    height: 55px;
    z-index: 9999;
    border: 1px solid rgba(51, 51, 51, .3098039216);
    border-radius: 300px;
    display: none;
    background: #fff
}

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

.menu-global {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border-top: 1.5px solid #333;
    width: 50%;
    -webkit-transition: .55s;
    transition: .55s;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.menu-top {
    top: 15px
}

.menu-middle {
    top: 26px
}

.menu-bottom {
    top: 37px
}

.menu-top-click {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 50%;
    top: 32px;
    -webkit-transform: rotate(50deg) translate(-50%, 7px);
    -ms-transform: rotate(50deg) translate(-50%, 7px);
    transform: rotate(50deg) translate(-50%, 7px);
    -webkit-transition: .55s .5s;
    transition: .55s .5s;
    border-top: 1.5px solid #333
}

.menu-middle-click {
    opacity: 0
}

.menu-bottom-click {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 21px;
    -webkit-transform: rotate(-410deg) translate(-50%, -7px);
    -ms-transform: rotate(-410deg) translate(-50%, -7px);
    transform: rotate(-410deg) translate(-50%, -7 pxpx);
    -webkit-transition: .55s .5s;
    transition: .55s .5s;
    border-top: 1.5px solid #333;
    width: 50%
}

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

@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: 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 (min-width: 1550px) {
    .img1-anim2 {
        -webkit-transform: translate(941%, 0) !important;
        -ms-transform: translate(941%, 0) !important;
        transform: translate(941%, 0) !important
    }

    .img5-anim2 {
        -webkit-transform: translate(-657%, 11%) scale(.7) !important;
        -ms-transform: translate(-657%, 11%) scale(.7) !important;
        transform: translate(-657%, 11%) scale(.7) !important
    }

    .img3-anim {
        -webkit-transform: translate(1097%, -63%) !important;
        -ms-transform: translate(1097%, -63%) !important;
        transform: translate(1097%, -63%) !important
    }

    .img2-anim {
        -webkit-transform: translate(1085%, 84%) scale(1.2) !important;
        -ms-transform: translate(1085%, 84%) scale(1.2) !important;
        transform: translate(1085%, 84%) scale(1.2) !important
    }

    .img1-anim {
        -webkit-transform: translate(948%, 0) !important;
        -ms-transform: translate(948%, 0) !important;
        transform: translate(948%, 0) !important
    }

    .img5-anim {
        -webkit-transform: translate(-709%, 1px) !important;
        -ms-transform: translate(-709%, 1px) !important;
        transform: translate(-709%, 1px) !important
    }

    .img4-anim {
        -webkit-transform: translate(-945%, 0) !important;
        -ms-transform: translate(-945%, 0) !important;
        transform: translate(-945%, 0) !important
    }

    .girl {
        right: 110px
    }
}

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

    .goals__content p {
        font-size: 16px;
    }

    .reverse {
        font-size: 37px!important;
    }

    .main__title h2 {
        font-size: 40px;
    }
    .goals__content p {
        z-index: 9999
    }

    .img1-anim2 {
        -webkit-transform: translate(646%, 0) !important;
        -ms-transform: translate(646%, 0) !important;
        transform: translate(646%, 0) !important
    }

    .img5-anim2 {
        -webkit-transform: translate(-467%, 22%) scale(.7) !important;
        -ms-transform: translate(-467%, 22%) scale(.7) !important;
        transform: translate(-467%, 22%) scale(.7) !important
    }

    .img2-anim2 {
        -webkit-transform: translate(-128%, 14%) scale(1) !important;
        -ms-transform: translate(-128%, 14%) scale(1) !important;
        transform: translate(-128%, 14%) scale(1) !important
    }

    .img2-anim {
        -webkit-transform: translate(590%, 84%) scale(1.2) !important;
        -ms-transform: translate(590%, 84%) scale(1.2) !important;
        transform: translate(590%, 84%) scale(1.2) !important
    }

    .img5-anim {
        -webkit-transform: translate(-497%, 1px) !important;
        -ms-transform: translate(-497%, 1px) !important;
        transform: translate(-497%, 1px) !important
    }

    .img4-anim {
        -webkit-transform: translate(-639%, 0) !important;
        -ms-transform: translate(-639%, 0) !important;
        transform: translate(-639%, 0) !important
    }

    .img1-anim {
        -webkit-transform: translate(654%, 0) !important;
        -ms-transform: translate(654%, 0) !important;
        transform: translate(654%, 0) !important
    }

    .baner span {
        font-size: 95px
    }

    .first_text h1 {
        font-size: 58px
    }

    .girl {
        max-width: 590px
    }
}

@media only screen and (max-width: 1200px) {
    .img1-anim2 {
        -webkit-transform: translate(646%, 0) !important;
        -ms-transform: translate(646%, 0) !important;
        transform: translate(646%, 0) !important
    }

    .img5-anim2 {
        -webkit-transform: translate(-400%, 22%) scale(.7) !important;
        -ms-transform: translate(-400%, 22%) scale(.7) !important;
        transform: translate(-400%, 22%) scale(.7) !important
    }

    .img2-anim2 {
        -webkit-transform: translate(-128%, 14%) scale(1) !important;
        -ms-transform: translate(-128%, 14%) scale(1) !important;
        transform: translate(-128%, 14%) scale(1) !important
    }

    .img2-anim {
        -webkit-transform: translate(590%, 84%) scale(1.2) !important;
        -ms-transform: translate(590%, 84%) scale(1.2) !important;
        transform: translate(590%, 84%) scale(1.2) !important
    }

    .img5-anim {
        -webkit-transform: translate(-497%, 1px) !important;
        -ms-transform: translate(-497%, 1px) !important;
        transform: translate(-497%, 1px) !important
    }

    .img4-anim {
        -webkit-transform: translate(-639%, 0) !important;
        -ms-transform: translate(-639%, 0) !important;
        transform: translate(-639%, 0) !important
    }

    .img1-anim {
        -webkit-transform: translate(654%, 0) !important;
        -ms-transform: translate(654%, 0) !important;
        transform: translate(654%, 0) !important
    }

    .projects__slider-item-text h4 {
        font-size: 26px
    }

    .projects__slider-item-text {
        padding: 25px
    }

    .goals__btns a {
        font-size: 30px
    }

    .about__item {
        width: 40%
    }

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

    .about_photo {
        min-height: 450px
    }

    .partners__student p {
        width: 100%
    }

    .partners__student img {
        max-width: 440px
    }

    .partners_title h2 {
        font-size: 50px
    }

    .flag {
        font-size: 197px
    }

    .accordion-header {
        font-size: 22px
    }

    .tab-group-text h3 {
        font-size: 28px
    }



    .slider__arrows {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main__title h2 {
        font-size: 50px
    }

    .first_text {
        width: 75%
    }

    .girl {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    .goals__mobile {
        display: block;
        padding-bottom: 50px
    }

    .goals {
        display: none
    }

    .projects__slider-item-text {
        width: 80%
    }

    .projects__slider-item-img {
        width: 80%
    }

    .projects__slider-item {
        -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
    }

    .partners_content-bottom-photo {
        width: 70%
    }

    .partners__student img {
        max-width: 357px
    }

    .bigben {
        right: 0;
        max-width: 150px
    }

    .statue {
        left: 0;
        max-width: 260px
    }

    .tabs li {
        width: 23%
    }

    .tabgroup {
        border-top: 0
    }

    .bg_tab {
        display: none
    }

    .slider__arrows {
        bottom: 0;
        right: 0
    }

    .tab-group-left {
        padding: 0
    }

    .tab-group-text:before {
        display: none
    }

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

    .tab-group-left {
        width: 55%
    }

    .tab-group-text {
        width: 55%
    }

    .tab-group-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .first_text {
        width: 100%
    }

    .header__items-menu {
        display: none
    }
}

@media only screen and (max-width: 800px) {
    .ielts {
        max-width: 120px
    }

    .rect_text p {
        font-size: 18px;
        text-align: center
    }

    .rect_text {
        padding: 1px 25px;
        margin: 36px auto;
        margin-bottom: 0;
        border: 1px solid #f4a64f;
        width: 94%;
        position: relative
    }

    .projects {
        padding-top: 70px
    }

    .advantages {
        padding-bottom: 20px
    }

    .advantages__item-text {
        padding: 12px
    }

    .advantages__item {
        margin: 0 10px
    }

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

    .advantages__item-text h3 {
        font-size: 22px;
        margin-top: 18px
    }

    .advantages__item-text span:before {
        height: 18px;
        top: -38px
    }

    .advantages__item-text {
        margin-top: 32px
    }

    .advantages__mobile {
        display: block !important
    }

    .advantages__desktop {
        display: none
    }

    .footer__item {
        width: 50%;
        margin-top: 50px
    }

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

    .projects__slider-mob-item {
        height: 118px
    }

    .line {
        margin: 44px 0
    }

    .active_item a {
        -webkit-transition: all linear .5s;
        transition: all linear .5s;
        position: relative;
        -webkit-transform: rotate(255deg);
        -ms-transform: rotate(255deg);
        transform: rotate(255deg)
    }

    .projects__slider-mob-item__bottom p {
        font-size: 16px
    }

    .projects__slider-mob-item {
        padding: 27px
    }

    .projects__slider-mob-item__bottom h4 {
        font-size: 23px
    }

    .projects__slider-mob-item__bottom img {
        width: 100%
    }

    .projects__slider-mob-item__bottom .line {
        margin: 48px 0 !important
    }

    .projects__slider-desk {
        display: none !important
    }

    .projects__slider-mob {
        display: block;
        margin-top: 50px
    }

    .partners {
        padding-bottom: 500px
    }

    .partners__photo {
        width: 100%
    }

    .partners_title {
        width: 100%;
        margin-bottom: 30px
    }

    .partners_content-bottom-photo {
        width: 100%
    }

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

@media only screen and (max-width: 768px) {
    .header__items-menu nav {
        width: 100%
    }

    .menu_mobile {
        display: block !important
    }

    .header__items-menu {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        background: #fff;
        z-index: 12;
        display: none
    }

    .header__items-menu ul {
        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;
        width: 100%;
        margin-top: 50px
    }

    .partners__student p {
        width: 58%
    }

    .partners__student {
        right: initial;
        width: 100%;
        left: 50%
    }

    .partners__student img {
        max-width: 279px
    }

    .school_administration_items ul {
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .school_administration_items ul li {
        width: 45%;
        margin: 20px 0
    }

    .tab-group-text {
        width: 80%
    }

    .tab-group-left {
        width: 80%
    }
}

@media only screen and (max-width: 600px) {
    .btn__main-mob {
        display: flex;
    }
    .btn__main-desk {
        display: none;
    }
    .main__title p {
        font-size: 15px;
        line-height: normal;
        margin-top: 75px;
    }
    .reverse {
        font-size: 25px!important;
    }

    .header__items-menu {
        flex-direction: column;
    }


    .first_text ul{
        width: 100%;
    }

    .first_text p {
        font-size: 16px;
    }
    .first_text h4{
        font-size: 20px;
        line-height: normal;
    }
    .girl__subtitle {
        bottom: -76%;
        right: 0
    }

    .school_administration {
        padding-top: 80px
    }

    .footer, .partners, .schools {
        overflow: hidden
    }

    .accordion-body img {
        width: 100%
    }

    .footer__item {
        width: 100%
    }

    .about__item h4 {
        font-size: 60px
    }

    .line {
        margin: 26px auto
    }

    .about_photo img {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8)
    }

    .about__item {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .about_photo {
        min-height: 290px
    }

    .partners_content-bottom-photo {
        margin-top: 152px
    }

    .partners_content-bottom-photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .partners {
        overflow: hidden
    }

    .text_two {
        position: relative
    }

    .text_two p {
        position: absolute;
        padding-right: 31px
    }

    .text {
        position: relative
    }

    .text p {
        position: absolute;
        padding-right: 31px
    }

    .partners__student img {
        max-width: 226px;
        z-index: 99;
        position: absolute;
        bottom: 0
    }

    .partners__student:before {
        content: "";
        width: 100%;
        min-height: 377px;
        background: #fff;
        position: absolute;
        border-radius: 15px;
        bottom: 0;
        right: 190px;
        z-index: 0
    }

    .partners__student p {
        padding: 4px;
        padding-right: 100px
    }

    .partners__student p {
        background: 0 0;
        position: relative;
        z-index: 999
    }

    .partners__photo-bottom img {
        position: relative;
        z-index: 99
    }

    .partners {
        padding: 90px 0;
        padding-bottom: 417px
    }

    .decor {
        position: absolute;
        top: -313px;
        right: 9px
    }

    .text_two h3 {
        font-size: 60px
    }

    .text_two p:before {
        top: -15px
    }

    .text_two p {
        margin-top: 14px
    }

    .partners_content-bottom-bottom img {
        width: 49%
    }

    .partners_content-bottom-top img {
        width: 49%
    }

    .partners_content-bottom-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .text_two {
        width: 49%
    }

    .text p:before {
        top: -12px
    }

    .text h3 {
        font-size: 60px
    }

    .text p {
        margin-top: 14px
    }

    .partners__photo-bottom img {
        width: 49%
    }

    .text {
        width: 49%
    }

    .partners__photo-top img {
        width: 49%
    }

    .hidden {
        display: none
    }

    .partners__student p {
        width: 79%;
        font-size: 14px;
        left: -181px
    }

    .partners_title h2 {
        font-size: 38px
    }

    .school_administration_items ul li {
        width: 100%;
        margin: 30px 0
    }

    .school_administration_items {
        margin-top: 40px
    }

    .faces {
        width: 800%
    }

    .school_administration_photo {
        min-height: 241px
    }

    .statue {
        left: -120px;
        bottom: 57px;
        max-width: 200px
    }

    .bigben {
        right: -30px;
        max-width: 87px;
        bottom: 48px
    }

    .accordion-header {
        font-size: 24px
    }

    .accordion-header {
        padding: 20px 0
    }

    .tab-group-text h3 {
        font-size: 33px
    }

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

    .tabs li {
        width: 48%;
        border: 1px solid #222;
        border-radius: 15px;
        margin: 2px
    }

    .main__title h2 {
        font-size: 38px
    }

    .main__title h2 br {
        display: none
    }

    .flag {
        top: -50px;
        max-width: 136px
    }

    .tab-group-text {
        width: 100%
    }

    .tab-group-left {
        width: 100%
    }

    .header__items-logo a img {
        max-width: 150px;
        width: 100%
    }

    .first_text ul li:nth-child(2n) {
        border-right: 0;
        border-left: 1px transparent;
    }

    .first_text ul li:nth-child(4n) {
        border-left: 1px transparent;
        border-bottom: 0;
        border-right: 1px transparent
    }

    .first_text ul li:nth-child(6n) {
        border-left: 1px transparent;
        border-bottom: 1px transparent;
        border-top: 0
    }

    .first_text ul li:nth-child(8n) {
        border-left: 1px transparent;
        border-right: 1px transparent;
        border-bottom: 1px transparent
    }

    .first_text ul li p {
        position: initial
    }

    .first_text ul li {
        width: 45%;
        height: 53px;
        padding: 0 10px
    }

    .first_text ul li {
        display: none
    }

    .first_text .mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .first_text ul li p:before {
        display: none
    }

    .first {
        padding-top: 120px
    }

    .first {
        padding-bottom: 0
    }

    .baner {
        padding: 20px 28px;
        width: 100%
    }

    .baner p {
        font-size: 16px
    }

    .baner span {
        font-size: 64px
    }

    .btn__main {
        width: 100%;
        margin-bottom: 40px
    }

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

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

    .first_text ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .first_text h1 {
        font-size: 38px
    }

    .girl_mob {
        display: block
    }
}

@media only screen and (max-width: 480px) {
    .main__title h2 {
        font-size: 31px
    }
}