@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap);

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

@font-face {
    font-family: roboto-example;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/RobotoBold/RobotoBold.eot);
    src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}
.header_lang a {
    transition: all linear .7s;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;

}

.header_lang a:before {
    content: 'Англійською';
    position: absolute;
    font-size: 12px;
    top: -180px;
    opacity: 0;
    right: 56px;
    background: #fff;
    padding: 2px;
    font-weight: 600;
    transition: all linear .6s;
    color: #333;
    border-radius: 10px;
}

.header_lang a:hover {
    transform:scale(1.1);
}

.header_lang a:hover:before {
    opacity: 1;
    top: -15px;
}

.header_lang {
    background: #fff;
    padding: 5px;
    height: 60px;
    border-radius: 50px;
}

* {
    -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: Raleway, sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

.text-center {
    text-align: center
}

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

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

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    margin: 20px 0
}

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

.bottomElipse {
    position: absolute;
    bottom: -82px;
    width: 100%
}

.house {
    position: absolute;
    right: 0;
    bottom: 50px;
    max-width: 870px;
    width: 100%;
    z-index: 999
}

.first__content {
    padding-top: 260px
}

.first__content h2 {
    color: #fdce1c;
    font-size: 42px;
    font-weight: 900;
    line-height: 62px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    margin: 0
}

.first__content h3 {
    color: #df3434;
    font-size: 56px;
    font-style: normal;
    font-weight: 900;
    line-height: 62px;
    text-transform: uppercase;
    margin: 0
}

.first__content h3 img {
    position: relative;
    top: 15px
}

.first__content ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 70px;
    margin-bottom: 80px
}

.first__content ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    color: #000
}

.iti__country-list {
    z-index: 10
}

.btn_main {
    background: #df3434;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding-right: 57px;
    -webkit-animation: pulse 2.5s infinite;
    -webkit-box-shadow: 0 0 0 0 #df3434;
    box-shadow: 0 0 0 0 #df3434
}

.btn_main img {
    margin-left: 5px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    position: absolute;
    right: 20px
}

.btn_main p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.btn_main:hover {
    text-align: center;
    -webkit-animation: none
}

.btn_main:hover img {
    right: -60px
}

.btn_main:hover p {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(10%, 0)
}

@-webkit-keyframes pulse {
    0% {
        -ms-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    70% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0)
    }
    100% {
        -ms-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0)
    }
}

.acquaintance {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px
}

.acquaintance:after {
    content: url(../img/icons/4.svg);
    position: absolute;
    top: 150px;
    right: 0
}

.acquaintance__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.acquaintance__items-img {
    width: 30%
}

.acquaintance__items-img p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.acquaintance__items-img-text {
    margin: 0 auto;
    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;
    width: 80%;
    padding: 15px;
    border-radius: 10px;
    background: #fdce1c;
    font-size: 20px;
    font-weight: 700
}

.acquaintance__items-img-text img {
    margin-right: 10px
}

.acquaintance__items-text {
    width: 50%
}

.acquaintance__items-text h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 55px;
    margin: 0
}

.acquaintance__items-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px
}

.text__banner {
    position: relative
}

.text__banner:after {
    content: url(../img/smile.svg);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 65%);
    -ms-transform: translate(-50%, 65%);
    transform: translate(-50%, 65%)
}

.text__banner-content {
    background: #fdce1c;
    padding: 30px;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.text__banner-content h3 {
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 5.94px;
    color: #fdce1c;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    text-transform: uppercase
}

.text__banner-content p {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase
}

.text__banner-content_left {
    width: 50%
}

.text__banner-content-right {
    width: 50%
}

.advantages {
    position: relative;
    margin: 110px 0
}

.advantages:after {
    content: url(../img/1/5.png);
    position: absolute;
    right: 0;
    top: 50px
}

.advantages_title h3 {
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: 49px;
    text-transform: uppercase;
    margin: 0
}

.advantages_title h3 img {
    position: relative;
    top: 15px;
    display: inline-block
}

.yellow {
    color: #fdce1c
}

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

.advantages__item_text {
    width: 50%;
    padding-right: 30px
}

.advantages__item_text h3 {
    font-size: 27px;
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

.advantages__item_text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px
}

.advantages__item_text .first__list li {
    list-style: none;
    position: relative;
    margin: 20px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.advantages__item_text .first__list li:before {
    content: "";
    position: absolute;
    left: -37px;
    top: 0;
    background: #fdce1c;
    border-radius: 17px;
    width: 17px;
    height: 100%
}

.advantages__item_img {
    width: 50%;
    position: relative
}

.advantages__item_img img {
    width: 100%;
    border-radius: 30px
}

.smile {
    position: absolute;
    bottom: 50px;
    left: -129px;
    max-width: 250px
}

.yellowbg {
    background: #fdce1c
}

.green {
    background: #52e1a5
}

.orange {
    background: #ef6806
}

.blue {
    background: #9eddf2
}

.randome {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.randome li {
    padding: 13px 35px;
    margin: 10px;
    border-radius: 35px;
    list-style: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.text_reverse {
    padding-right: 0;
    padding-left: 30px
}

.form__content {
    background: #fdce1c;
    padding: 30px;
    border-radius: 24px;
    position: relative;
    min-height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.form__content-text {
    width: 50%
}

.form__content-text h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px
}

.student {
    position: absolute;
    bottom: 0;
    left: 50px
}

.program {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 1200px;
    margin: 100px 0;
    margin-bottom: 0
}

.program:after {
    content: url(../img/3/5.svg);
    position: absolute;
    right: 0;
    bottom: 19%
}

.bg_program {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1
}

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

.program_content-left {
    width: 50%
}

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

.program_content-left img {
    border-radius: 24px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.program_content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%
}

.program_content-right img {
    border-radius: 24px;
    margin: 20px
}

.program_content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 150px 0;
    padding-bottom: 100px
}

.program_content-item {
    background: #fdce1c;
    padding: 20px;
    border-radius: 24px;
    margin: 0 10px;
    position: relative;
    z-index: 999;
    width: 25%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.program_content-item h3 {
    color: #df3434;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}

.program_content-item p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.program_content-item img {
    position: absolute;
    left: 24px;
    top: -27px
}

.program_content-item-two {
    bottom: -150px
}

.program_content-item-three {
    bottom: -88px
}

.schedule {
    background: #fdce1c;
    padding: 100px 0;
    position: relative
}

.flag_canada {
    position: absolute;
    left: 0;
    top: -215px
}

.schedule-content h3 {
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 999;
    text-align: center
}

.schedule-content ul {
    padding-left: 0;
    margin-top: 40px
}

.schedule-content ul li {
    background: #fff;
    padding: 20px;
    width: 100%;
    list-style: none;
    margin: 10px 0;
    position: relative;
    border-radius: 16px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.schedule-content ul li span {
    width: 30%;
    display: inline-block;
    font-size: 34px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
    color: #df3434
}

.schedule-content ul li p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 70%;
    margin: 15px 0
}

.schedule_name {
    font-weight: 700 !important;
    width: 40% !important
}

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

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

.living__title-left {
    width: 45%
}

.living__title-right {
    width: 45%
}

.living__title-right p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

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

.living_item {
    text-align: center;
    width: 28%
}

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

.footer {
    padding: 50px 0;
    margin-top: 60px;
    text-align: center;
    background: #fdce1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.rights__oferta a {
    color: #df3434;
    font-weight: 700
}

.footer-title {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__adreses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #fff;
    padding: 50px 25px;
    border-radius: 50px;
    margin-top: 40px;
    max-width: 800px;
    width: 100%
}

.footer__adreses p {
    font-weight: 600
}

.footer__adress_canada img {
    max-width: 59px;
    border-radius: 80%;
    height: 55px
}

.form_bottom {
    position: relative
}

.form_bottom:after {
    content: url(../img/icons2/7.svg);
    position: absolute;
    bottom: -90px;
    right: 20px
}

.administration {
    position: relative;
    min-height: 950px
}

.administration:before {
    content: url(../img/slider2/leaf.png);
    position: absolute;
    top: -150px;
    left: 0
}

.administration h3 {
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 999;
    text-align: center
}

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

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

.administration_slider-item {
    width: 30%;
    position: relative;
    z-index: 9999
}

.administration_slider-item img {
    width: 100%
}

.administration_slider-item .bottom_text {
    background: #fdce1c;
    padding: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    bottom: 40px;
    width: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.administration_slider-item .bottom_text p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.administration_slider-item .bottom_text img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.living__slider {
    margin-bottom: 100px
}

.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right {
    background: rgba(253, 206, 28, .5);
    border-radius: 10px
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url(../img/arrowr.svg)
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url(../img/arrowl.svg)
}

.randome_one {
    position: relative;
    min-height: 150px
}

.randome_one1 {
    position: absolute;
    right: 283px;
    top: 12px;
    -webkit-transform: rotate(339deg);
    -ms-transform: rotate(339deg);
    transform: rotate(339deg)
}

.randome_one2 {
    position: absolute;
    right: 117px;
    bottom: 69px;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg)
}

.randome_one3 {
    position: absolute;
    bottom: 0;
    left: 37%;
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg)
}

.randome_one5 {
    position: absolute;
    bottom: -64px;
    -webkit-transform: rotate(354deg);
    -ms-transform: rotate(354deg);
    transform: rotate(354deg)
}

.randome_one6 {
    position: absolute;
    bottom: 0
}

.randome_one7 {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg)
}

.randome_one8 {
    position: absolute;
    bottom: 38%;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg)
}

.randome_one4 {
    position: absolute;
    right: -62px;
    -webkit-transform: rotate(333deg);
    -ms-transform: rotate(333deg);
    transform: rotate(333deg);
    z-index: 999
}

.randome_two {
    position: absolute;
    -webkit-transform: rotate(344deg);
    -ms-transform: rotate(344deg);
    transform: rotate(344deg)
}

.randome_two1 {
    position: absolute;
    left: 26%;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
    bottom: 46px
}

.randome_two2 {
    position: absolute;
    right: 149px;
    z-index: 10;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    bottom: 54px
}

.randome_two3 {
    position: absolute;
    right: 0;
    -webkit-transform: rotate(347deg);
    -ms-transform: rotate(347deg);
    transform: rotate(347deg)
}

.randome_two4 {
    position: absolute;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    bottom: 0;
    right: 0
}

.randome_two5 {
    position: absolute;
    -webkit-transform: rotate(354deg);
    -ms-transform: rotate(354deg);
    transform: rotate(354deg);
    bottom: -28px;
    left: 34%
}

.randome_two6 {
    position: absolute;
    -webkit-transform: rotate(344deg);
    -ms-transform: rotate(344deg);
    transform: rotate(344deg);
    bottom: 0
}

.randome_three {
    position: absolute;
    right: 199px;
    bottom: 15px;
    -webkit-transform: rotate(355deg);
    -ms-transform: rotate(355deg);
    transform: rotate(355deg)
}

.randome_three1 {
    right: 232px;
    top: -13px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute
}

.randome_three2 {
    position: absolute;
    right: 67px;
    -webkit-transform: rotate(346deg);
    -ms-transform: rotate(346deg);
    transform: rotate(346deg);
    bottom: 3px
}

.randome_three3 {
    position: absolute;
    right: 0;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg)
}

.randome_three4 {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(343deg);
    -ms-transform: rotate(343deg);
    transform: rotate(343deg)
}

.randome_three5 {
    position: absolute;
    left: 4%;
    bottom: 0
}

.randome_three6 {
    position: absolute;
    right: 67px;
    bottom: -55px
}

.randome_four {
    position: absolute;
    right: 235px;
    -webkit-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    transform: rotate(342deg)
}

.randome_four1 {
    position: absolute;
    right: 194px;
    bottom: 12px;
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    transform: rotate(11deg)
}

.randome_four2 {
    position: absolute;
    right: 34px;
    top: -2px;
    -webkit-transform: rotate(352deg);
    -ms-transform: rotate(352deg);
    transform: rotate(352deg)
}

.randome_four3 {
    position: absolute;
    right: 0;
    bottom: 4px
}

.randome_four4 {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(352deg);
    -ms-transform: rotate(352deg);
    transform: rotate(352deg)
}

.randome_four5 {
    position: absolute;
    left: 65px;
    bottom: 8px
}

.randome_four6 {
    position: absolute;
    right: 37%;
    bottom: -49px
}

.randome_four7 {
    position: absolute;
    right: 25px;
    bottom: -60px
}

.randome_four8 {
    position: absolute;
    left: 0;
    bottom: -72px;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg)
}

.andrea_mob, .house_mob {
    display: none
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 26px
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 26px
}

.open_btn, .randome_mobile {
    display: none
}

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

.flexHidden {
    display: none !important
}

#loadLess, #loadLessPhoto {
    display: none
}

.form_new input {
    padding: 20px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 8px;
    background: 0 0;
    margin: 10px 0
}

.form_new .iti {
    width: 100%
}

.form_new button {
    border: 1px solid #df3434;
    margin-top: 10px;
    width: 50%
}

.form_new button p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.form_new .checkbox input {
    width: 4%;
    padding: 5px
}

.form_new .checkbox label a {
    color: #fff
}

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

.swal-button {
    background-color: #df3434
}

.swal-button:hover {
    background-color: #fdce1c
}

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

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

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fdce1c;
    max-width: 700px;
    padding: 30px;
    border-radius: 40px;
    z-index: 999;
    display: none
}

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

.open {
    display: block !important
}

.header_btn a {
    display: none
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fdce1c;
    margin: 0;
    padding: 20px 0;
    z-index: 99999
}

.fixed .header_btn a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.yellow_bg {
    background: #fdce1c;
    color: #000
}

@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: 1920px) {
    .house {
        max-width: 1140px !important
    }
}

@media only screen and (min-width: 1550px) {
    .randome_one8 {
        position: absolute;
        left: 17%;
        bottom: 45%
    }

    .randome_three1 {
        right: 217px
    }

    .randome_three4 {
        position: absolute;
        left: 46px;
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    .randome_three5 {
        left: 17%;
        bottom: 33px;
        -webkit-transform: rotate(336deg);
        -ms-transform: rotate(336deg);
        transform: rotate(336deg)
    }

    #loadLessPhoto, #loadMorePhoto {
        display: none
    }

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

    .bottomElipse {
        position: absolute;
        bottom: -82px;
        width: 100%
    }

    .house {
        position: absolute;
        right: 0;
        bottom: 50px;
        max-width: 1000px;
        width: 100%;
        z-index: 999
    }

    .first__content {
        padding-top: 260px
    }

    .first__content h2 {
        color: #fdce1c;
        font-size: 42px;
        font-weight: 900;
        line-height: 62px;
        letter-spacing: 2.1px;
        text-transform: uppercase;
        text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
        margin: 0
    }

    .first__content h3 {
        color: #df3434;
        font-size: 56px;
        font-style: normal;
        font-weight: 900;
        line-height: 62px;
        text-transform: uppercase;
        margin: 0
    }

    .first__content h3 img {
        position: relative;
        top: 15px
    }

    .first__content ul {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        margin-top: 70px;
        margin-bottom: 80px
    }

    .first__content ul li {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 10px;
        color: #000
    }

    .btn_main {
        background: #df3434;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px;
        border-radius: 10px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-transition: all linear .5s;
        transition: all linear .5s;
        overflow: hidden;
        position: relative;
        z-index: 999;
        padding-right: 57px
    }

    .btn_main img {
        margin-left: 5px;
        -webkit-transition: all linear .5s;
        transition: all linear .5s;
        position: absolute;
        right: 20px
    }

    .btn_main p {
        margin: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        position: relative;
        -webkit-transition: all linear .5s;
        transition: all linear .5s
    }

    .btn_main:hover {
        text-align: center
    }

    .btn_main:hover img {
        right: -60px
    }

    .btn_main:hover p {
        -webkit-transform: translate(10%, 0);
        -ms-transform: translate(10%, 0);
        transform: translate(10%, 0)
    }

    .acquaintance {
        position: relative;
        padding-top: 120px;
        padding-bottom: 50px
    }

    .acquaintance:after {
        content: url(../img/icons/4.svg);
        position: absolute;
        top: 150px;
        right: 0
    }

    .acquaintance__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .acquaintance__items-img {
        width: 30%
    }

    .acquaintance__items-img p {
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .acquaintance__items-img-text {
        margin: 0 auto;
        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;
        width: 80%;
        padding: 15px;
        border-radius: 10px;
        background: #fdce1c;
        font-size: 20px;
        font-weight: 700
    }

    .acquaintance__items-img-text img {
        margin-right: 10px
    }

    .acquaintance__items-text {
        width: 50%
    }

    .acquaintance__items-text h3 {
        font-weight: 600;
        font-size: 32px;
        line-height: 55px;
        margin: 0
    }

    .acquaintance__items-text p {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px
    }

    .text__banner {
        position: relative
    }

    .text__banner:after {
        content: url(../img/smile.svg);
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 65%);
        -ms-transform: translate(-50%, 65%);
        transform: translate(-50%, 65%)
    }

    .text__banner-content {
        background: #fdce1c;
        padding: 30px;
        border-radius: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .text__banner-content h3 {
        font-size: 66px;
        font-style: normal;
        font-weight: 700;
        line-height: 65px;
        letter-spacing: 5.94px;
        color: #fdce1c;
        text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
        text-transform: uppercase
    }

    .text__banner-content p {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase
    }

    .text__banner-content_left {
        width: 50%
    }

    .text__banner-content-right {
        width: 50%
    }

    .advantages {
        position: relative;
        margin: 200px 0
    }

    .advantages:after {
        content: url(../img/1/5.png);
        position: absolute;
        right: 0;
        top: 50px
    }

    .advantages_title h3 {
        font-size: 60px;
        font-style: normal;
        font-weight: 900;
        line-height: 70px;
        text-transform: uppercase;
        margin: 0
    }

    .advantages_title h3 img {
        position: relative;
        top: 15px;
        display: inline-block
    }

    .yellow {
        color: #fdce1c
    }

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

    .advantages__item_text {
        width: 50%;
        padding-right: 30px
    }

    .advantages__item_text h3 {
        font-size: 27px;
        font-style: normal;
        font-weight: 800;
        line-height: normal
    }

    .advantages__item_text p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 40px
    }

    .advantages__item_text .first__list li {
        list-style: none;
        position: relative;
        margin: 20px 0;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px
    }

    .advantages__item_text .first__list li:before {
        content: "";
        position: absolute;
        left: -37px;
        top: 0;
        background: #fdce1c;
        border-radius: 17px;
        width: 17px;
        height: 100%
    }

    .advantages__item_img {
        width: 50%;
        position: relative
    }

    .advantages__item_img img {
        width: 100%
    }

    .smile {
        position: absolute;
        bottom: 50px;
        left: -129px;
        max-width: 250px
    }

    .yellowbg {
        background: #fdce1c
    }

    .green {
        background: #52e1a5
    }

    .orange {
        background: #ef6806
    }

    .blue {
        background: #9eddf2
    }

    .randome {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }

    .randome li {
        padding: 13px 30px;
        margin: 10px;
        border-radius: 35px;
        list-style: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px
    }

    .text_reverse {
        padding-right: 0;
        padding-left: 30px
    }

    .form__content {
        background: #fdce1c;
        padding: 30px;
        border-radius: 24px;
        position: relative;
        min-height: 380px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .form__content-text {
        width: 50%
    }

    .form__content-text h3 {
        font-size: 26px;
        font-style: normal;
        font-weight: 800;
        line-height: 36px
    }

    .student {
        position: absolute;
        bottom: 0;
        left: 50px
    }

    .program {
        position: relative;
        background-size: cover;
        background-position: 50% 50%;
        min-height: 1200px;
        margin: 100px 0
    }

    .program:after {
        content: url(../img/3/5.svg);
        position: absolute;
        right: 0;
        bottom: 19%
    }

    .bg_program {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        z-index: -1
    }

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

    .program_content-left {
        width: 50%
    }

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

    .program_content-left img {
        border-radius: 24px;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .program_content-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%
    }

    .program_content-right img {
        border-radius: 24px;
        margin: 20px
    }

    .program_content-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        margin: 150px 0;
        padding-bottom: 100px
    }

    .program_content-item {
        background: #fdce1c;
        padding: 20px;
        border-radius: 24px;
        margin: 0 10px;
        position: relative;
        z-index: 999;
        width: 25%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .program_content-item h3 {
        color: #df3434;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px
    }

    .program_content-item p {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px
    }

    .program_content-item img {
        position: absolute;
        left: 24px;
        top: -27px
    }

    .program_content-item-two {
        bottom: -150px
    }

    .program_content-item-three {
        bottom: -88px
    }

    .schedule {
        background: #fdce1c;
        padding: 100px 0;
        position: relative
    }

    .flag_canada {
        position: absolute;
        left: 0;
        top: -215px
    }

    .schedule-content h3 {
        font-size: 60px;
        font-style: normal;
        font-weight: 900;
        line-height: 70px;
        text-transform: uppercase;
        margin: 0;
        position: relative;
        z-index: 999;
        text-align: center
    }

    .schedule-content ul {
        padding-left: 0;
        margin-top: 40px
    }

    .schedule-content ul li {
        background: #fff;
        padding: 20px;
        width: 100%;
        list-style: none;
        margin: 10px 0;
        position: relative;
        border-radius: 16px;
        z-index: 999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .schedule-content ul li span {
        width: 30%;
        display: inline-block;
        font-size: 42px;
        font-style: normal;
        font-weight: 900;
        line-height: 32px;
        text-align: center
    }

    .schedule-content ul li p {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 70%;
        margin: 15px 0
    }

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

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

    .living__title-left {
        width: 45%
    }

    .living__title-right {
        width: 45%
    }

    .living__title-right p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px
    }

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

    .living_item {
        text-align: center;
        width: 28%
    }

    .living_item p {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px
    }

    .footer {
        margin-top: 60px;
        background: #fdce1c
    }

    .form_bottom {
        position: relative
    }

    .form_bottom:after {
        content: url(../img/icons2/7.svg);
        position: absolute;
        bottom: -90px;
        right: 20px
    }

    .administration {
        position: relative;
        min-height: 950px
    }

    .administration:before {
        content: url(../img/slider2/leaf.png);
        position: absolute;
        top: -150px;
        left: 0
    }

    .administration h3 {
        font-size: 60px;
        font-style: normal;
        font-weight: 900;
        line-height: 70px;
        text-transform: uppercase;
        margin: 0;
        position: relative;
        z-index: 999;
        text-align: center
    }

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

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

    .administration_slider-item {
        width: 30%;
        position: relative;
        z-index: 9999
    }

    .administration_slider-item img {
        width: 100%
    }

    .administration_slider-item .bottom_text {
        background: #fdce1c;
        padding: 10px;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        bottom: 40px;
        width: 90%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .administration_slider-item .bottom_text p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

    .administration_slider-item .bottom_text img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .living__slider {
        margin-bottom: 100px
    }

    .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right {
        background: rgba(253, 206, 28, .5);
        border-radius: 10px
    }

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: url(../img/arrowr.svg)
    }

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: url(../img/arrowl.svg)
    }

    .randome_one {
        position: relative;
        min-height: 150px
    }

    .randome_mobile {
        display: none
    }

    .randome_one1 {
        position: absolute;
        right: 258px;
        top: 12px;
        -webkit-transform: rotate(323deg);
        -ms-transform: rotate(323deg);
        transform: rotate(323deg)
    }

    .randome_one2 {
        position: absolute;
        right: 117px;
        bottom: 53px;
        -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    .randome_one3 {
        position: absolute;
        bottom: -16px;
        left: 40%;
        -webkit-transform: rotate(16deg);
        -ms-transform: rotate(16deg);
        transform: rotate(16deg)
    }

    .randome_one4 {
        position: absolute;
        right: -62px;
        -webkit-transform: rotate(333deg);
        -ms-transform: rotate(333deg);
        transform: rotate(333deg);
        z-index: 999
    }

    .randome_four6 {
        right: 42%;
        bottom: -21px
    }

    .randome_four7 {
        position: absolute;
        right: 100px;
        bottom: -60px;
        -webkit-transform: rotate(347deg);
        -ms-transform: rotate(347deg);
        transform: rotate(347deg)
    }

    .randome_two {
        position: absolute;
        -webkit-transform: rotate(344deg);
        -ms-transform: rotate(344deg);
        transform: rotate(344deg)
    }

    .randome_two1 {
        position: absolute;
        left: 26%;
        -webkit-transform: rotate(14deg);
        -ms-transform: rotate(14deg);
        transform: rotate(14deg);
        bottom: 46px
    }

    .randome_two2 {
        position: absolute;
        right: 149px;
        z-index: 10;
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        bottom: 54px
    }

    .randome_two3 {
        position: absolute;
        right: 0;
        -webkit-transform: rotate(347deg);
        -ms-transform: rotate(347deg);
        transform: rotate(347deg)
    }

    .randome_three {
        position: absolute;
        right: 236px;
        bottom: 19px;
        -webkit-transform: rotate(355deg);
        -ms-transform: rotate(355deg);
        transform: rotate(355deg)
    }

    .randome_three1 {
        right: 177px;
        top: -13px;
        -webkit-transform: rotate(14deg);
        -ms-transform: rotate(14deg);
        transform: rotate(14deg);
        position: absolute
    }

    .randome_three6 {
        right: 176px
    }

    .randome_three3 {
        -webkit-transform: rotate(23deg);
        -ms-transform: rotate(23deg);
        transform: rotate(23deg)
    }

    .randome_three2 {
        position: absolute;
        right: 67px;
        -webkit-transform: rotate(345deg);
        -ms-transform: rotate(345deg);
        transform: rotate(345deg);
        bottom: 11px
    }

    .randome_four {
        position: absolute;
        right: 277px;
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg)
    }

    .randome_four1 {
        position: absolute;
        right: 194px;
        bottom: 34px;
        -webkit-transform: rotate(11deg);
        -ms-transform: rotate(11deg);
        transform: rotate(11deg)
    }

    .randome_four2 {
        position: absolute;
        right: 34px;
        top: -2px;
        -webkit-transform: rotate(352deg);
        -ms-transform: rotate(352deg);
        transform: rotate(352deg)
    }

    .randome_four3 {
        position: absolute;
        right: 0;
        bottom: 4px
    }
}

@media only screen and (max-width: 1200px) {
    .form__content-text h3 {
        font-size: 22px;
        line-height: 26px
    }

    .student {
        left: -11px
    }

    .advantages_title h3 {
        font-size: 48px
    }

    .advantages__item_text .first__list li {
        margin: 10px 0
    }

    .randome_two2 {
        bottom: 101px
    }

    .randome_one2 {
        bottom: 72px
    }

    .first {
        min-height: 700px
    }

    .first__content ul {
        margin-top: 43px;
        margin-bottom: 60px
    }

    .first__content h2 {
        font-size: 38px
    }

    .first__content ul li {
        font-size: 14px
    }

    .house {
        max-width: 655px
    }

    .first__content h3 {
        font-size: 49px
    }
}

@media only screen and (max-width: 1024px) {
    .first {
        min-height: 550px
    }

    .house {
        max-width: 550px
    }
}

@media only screen and (max-width: 992px) {
    .form_new button {
        width: 80%
    }

    .schedule-content ul li {
        display: none
    }

    .living_item p br {
        display: none
    }

    .living__title-right {
        width: 50%
    }

    .advantages_title h3 {
        font-size: 40px;
        line-height: 41px
    }

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

    .student {
        max-width: 480px
    }

    .advantages__item_img {
        text-align: center;
        margin: 0 auto
    }

    .advantages__item_text {
        width: 100%
    }

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

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

    .text__banner-content p {
        font-size: 19px
    }

    .text__banner-content h3 {
        font-size: 52px
    }

    .acquaintance {
        padding-top: 100px
    }

    .acquaintance:after {
        display: none
    }

    .acquaintance__items-img {
        width: 42%
    }

    .first {
        background-position: 57% 48%
    }

    .first__content ul {
        width: 90%
    }

    .first__content ul li {
        width: 30%
    }

    .house {
        display: none
    }

    .house_mob {
        display: block;
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 768px) {
    .living__title-right {
        width: 100%
    }

    .living__title-left {
        width: 100%
    }

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

    .schedule-content ul li span {
        font-size: 30px
    }

    .program_content-item {
        width: 45%
    }

    .program_content-item-two {
        position: inherit;
        bottom: 0
    }

    .program_content-item-three {
        position: inherit
    }

    .program_content-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .advantages_title h3 {
        font-size: 41px;
        line-height: 23px
    }

    .program_content-left {
        width: 100%
    }

    .program_content-left img {
        display: none
    }

    .program_content-right {
        display: none
    }

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

    .student {
        max-width: 370px
    }

    .text__banner-content h3 {
        margin: 10px 0
    }

    .text__banner:after {
        -webkit-transform: translate(-20%, 64%) scale(.6);
        -ms-transform: translate(-20%, 64%) scale(.6);
        transform: translate(-20%, 64%) scale(.6)
    }

    .text__banner-content-right {
        width: 100%
    }

    .text__banner-content_left {
        width: 100%
    }

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

    .acquaintance__items-img-text img {
        margin: 0 !important
    }

    .acquaintance__items-img {
        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;
        width: 100%
    }

    .acquaintance__items-img img {
        text-align: center;
        margin: 0 auto
    }

    .acquaintance__items-text {
        width: 100%
    }

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

    .advantages__item_img {
        width: 80%
    }
}

@media only screen and (max-width: 600px) {
    .footer__adress {
        width: 100%
    }

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

    .schedule_name {
        width: 100% !important
    }

    .schedule-content ul li p {
        margin: 5px 0
    }

    .schedule-content ul li span {
        width: 100%;
        text-align: left
    }

    .schedule-content ul li p {
        width: 100%
    }

    .schedule-content ul li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .randome_three6 {
        right: 67px;
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    .randome_four2 {
        top: -27px
    }

    .randome_four8 {
        bottom: -60px
    }

    .randome_four6 {
        right: 22%;
        bottom: -20px
    }

    .randome_four5 {
        left: -4px;
        bottom: 9px
    }

    .randome_four7 {
        right: -4px;
        bottom: -60px;
        -webkit-transform: rotate(353deg);
        -ms-transform: rotate(353deg);
        transform: rotate(353deg)
    }

    .randome_four2 {
        right: -11px
    }

    .randome_four4 {
        top: -61px
    }

    .randome_three3 {
        right: -16px
    }

    .randome_three5 {
        position: absolute;
        left: 23%;
        bottom: 25px;
        -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        transform: rotate(1deg)
    }

    .randome_three6 {
        padding: 13px 27px !important
    }

    .randome_three4 {
        top: -49px
    }

    .randome_two2 {
        right: 102px
    }

    .randome_two6 {
        bottom: -47px
    }

    .randome_one6 {
        bottom: inherit;
        right: 0;
        top: -58px
    }

    .randome_one8 {
        bottom: 80%
    }

    .acquaintance__items-img p {
        margin-top: 20px
    }

    .acquaintance {
        padding-bottom: 30px
    }

    .first__list li:before {
        content: url(../img/check1.svg) !important;
        position: absolute;
        background: 0 0 !important;
        top: 2px !important;
        left: -10px
    }

    .header__items {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header_btn a {
        padding-right: 27px
    }

    .header_btn a img {
        display: none
    }

    .form_new button {
        width: 100%
    }

    .popup {
        width: 100%
    }

    .open_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 20px;
        margin: 0 auto;
        margin-top: 50px
    }

    .randome_four3 {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important
    }

    .randome_desk {
        display: none
    }

    .randome_mobile {
        display: block
    }

    .advantages__item_text {
        padding-right: 0
    }

    .randome_four {
        right: 233px
    }

    .randome {
        padding-right: 30px;
        margin: 0
    }

    .randome_four1 {
        -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        transform: rotate(4deg);
        right: 140px;
        bottom: 66px
    }

    .randome li {
        padding: 13px 41px
    }

    .randome_three1 {
        right: 238px;
        top: 61px;
        -webkit-transform: rotate(343deg);
        -ms-transform: rotate(343deg);
        transform: rotate(343deg)
    }

    .randome_three {
        right: 175px;
        bottom: 76px;
        -webkit-transform: rotate(355deg);
        -ms-transform: rotate(355deg);
        transform: rotate(355deg)
    }

    .randome_three2 {
        right: 0;
        bottom: 20px;
        -webkit-transform: rotate(345deg);
        -ms-transform: rotate(345deg);
        transform: rotate(345deg)
    }

    .randome_two {
        -webkit-transform: rotate(347deg);
        -ms-transform: rotate(347deg);
        transform: rotate(347deg)
    }

    .randome_two2 {
        position: absolute;
        right: 102px;
        bottom: 52px;
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    .randome_two1 {
        position: absolute;
        left: 19%;
        -webkit-transform: rotate(11deg);
        -ms-transform: rotate(11deg);
        transform: rotate(11deg);
        bottom: 21px
    }

    .randome_one2 {
        bottom: 94px;
        right: 67px
    }

    .randome_one4 {
        bottom: 42px;
        -webkit-transform: rotate(341deg);
        -ms-transform: rotate(341deg);
        transform: rotate(341deg);
        right: -36px
    }

    .randome_one3 {
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: rotate(356deg);
        -ms-transform: rotate(356deg);
        transform: rotate(356deg)
    }

    .randome_one1 {
        position: absolute;
        right: 207px;
        top: 20px;
        -webkit-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        transform: rotate(340deg)
    }

    .advantages {
        margin-top: 60px !important
    }

    .text__banner:after {
        -webkit-transform: translate(-20%, 47%) scale(.6);
        -ms-transform: translate(-20%, 47%) scale(.6);
        transform: translate(-20%, 47%) scale(.6)
    }

    .first__content h3 img {
        max-width: 45px
    }

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

    .administration {
        min-height: 680px
    }

    .administration_slider-item .bottom_text p {
        font-size: 8px
    }

    .swiper-slide img {
        width: 100%
    }

    .administration:before {
        display: none
    }

    .administration h3 {
        font-size: 21px
    }

    .administration h3 img {
        max-width: 30px
    }

    .living_item p {
        font-size: 13px
    }

    .living_item {
        width: 100%;
        margin: 10px 0
    }

    .schedule-content ul li {
        padding: 0
    }

    .schedule-content ul li p {
        font-size: 11px
    }

    .schedule-content ul li span {
        font-size: 15px
    }

    .schedule-content ul li {
        background: #fff;
        border-bottom: 1px solid #fdce1c;
        border-radius: 0
    }

    .living {
        padding: 15px 0
    }

    .schedule {
        padding-top: 0;
        padding-bottom: 70px;
        background: 0 0
    }

    .flag_canada {
        top: -400px;
        width: 100%
    }

    .schedule .schedule-content h3 {
        display: none
    }

    .program_content-item {
        margin: 20px 0
    }

    .program_content-item p {
        font-size: 14px
    }

    .program_content-bottom {
        margin: 50px 0
    }

    .program_content-left p {
        font-size: 18px
    }

    .program_content-item {
        width: 100%
    }

    .program_content-item-two {
        position: inherit;
        bottom: 0
    }

    .program_content-item-three {
        position: inherit;
        bottom: 0
    }

    .form__content {
        padding: 20px
    }

    .form_bottom:after {
        display: none
    }

    .student {
        max-width: 285px;
        left: 50%;
        -webkit-transform: translate(-62%, 0);
        -ms-transform: translate(-62%, 0);
        transform: translate(-62%, 0)
    }

    .form__content-text {
        width: 100%;
        margin-bottom: 250px
    }

    .randome li {
        font-size: 13px
    }

    .advantages {
        overflow: hidden;
        margin: 30px 0
    }

    .smile {
        bottom: 19%;
        left: inherit;
        width: 67px;
        right: 0;
        max-width: 132px
    }

    .text_reverse {
        padding-left: 0
    }

    .advantages__item_text p {
        margin-bottom: 10px
    }

    .advantages__item_text p {
        font-size: 18px
    }

    .advantages__item_text h3 {
        font-size: 24px
    }

    .advantages__item_img {
        width: 100%
    }

    .advantages_title h3 {
        font-size: 31px;
        line-height: normal
    }

    .advantages_title h3 img {
        max-width: 50px
    }

    .text__banner-content p {
        font-size: 24px;
        line-height: normal
    }

    .text__banner-content h3 {
        font-size: 43px;
        line-height: 44px
    }

    .acquaintance__items-img-text {
        font-size: 18px;
        width: 100%;
        margin-top: 10px
    }

    .acquaintance {
        padding-top: 50px
    }

    .acquaintance__items-text p {
        font-size: 16px;
        line-height: 28px
    }

    .acquaintance__items-text h3 {
        font-size: 22px
    }

    .andrea_desk {
        display: none
    }

    .andrea_mob {
        display: block;
        width: 100%
    }

    .house_mob {
        width: 100%
    }

    .header__logo a img {
        max-width: 100px
    }

    .first__content ul {
        margin-top: 11px;
        margin-bottom: 10px
    }

    .first__content a {
        text-align: center;
        margin: 0 auto
    }

    .first {
        padding-bottom: 50px;
        background-image: url(../img/bg_mob.png)
    }

    .bottomElipse {
        display: none
    }

    .first__content ul {
        width: 100%
    }

    .first__content ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        width: 33%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .first__content h3 {
        font-size: 35px;
        line-height: 44px
    }

    .first__content {
        padding-top: 120px
    }

    .first__content h2 {
        font-size: 24px;
        line-height: 44px
    }
}

@media only screen and (max-width: 480px) {
    .randome_three1 {
        right: 254px
    }

    .first__content ul li {
        font-size: 11px
    }

    .randome_one4 {
        bottom: 23px;
        right: -9px
    }
}

@media only screen and (max-width: 440px) {
    .randome_one4 {
        bottom: 49px
    }

    .randome_one7 {
        bottom: -25px
    }
}

@media only screen and (max-width: 414px) {
    .randome_one7 {
        bottom: -17px
    }

    .randome_one4 {
        bottom: 60px
    }

    .randome li {
        padding: 13px 36px
    }

    .randome_two1 {
        left: 14%
    }
}

@media only screen and (max-width: 390px) {
    .randome_two1 {
        left: 12%
    }

    .randome_one4 {
        bottom: 55px
    }
}

@media only screen and (max-width: 375px) {
    .randome_three5 {
        bottom: 11px
    }

    .randome_three2 {
        bottom: -8px
    }

    .randome_three1 {
        top: 57px;
        right: 224px
    }

    .first__content ul li {
        font-size: 11px
    }

    .first__content h3 img {
        width: 40px
    }

    .first__content h2 {
        font-size: 21px
    }

    .first__content h3 {
        font-size: 31px
    }
}