.content-home {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: calc(100vh - (130px));
}
.content-home__seperator {
    width: 50px;
    height: 1px;
    margin: 15px 0 15px;
    background-color: #f8ae06;
}
.content-home__seperator.-wide {
    width: 215px;
}
.content-home.-mobile {
    display: none;
}
.content-slider {
    display: inline-block;
    padding-top: 20px;
    max-width: 600px;
    height:auto;
}
.home-school-slider .content-slider{
    padding: 0px;
    margin-top: -60px;
    max-width: 500px;
}
.content-slider__title {
    margin: 0;
    font-size: 48px;
    font-size: 3rem;
    line-height: 70px;
    line-height: 4.375rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #fff;
}
.home-school-slider .content-slider__title{
    font-size: 32px;
    font-size: 2rem;
    line-height: 48px;
    line-height: 3rem;
    font-weight: 500;
}
.content-slider__info {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 33.6px;
    line-height: 2.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #fff;
}
.home-school-slider .content-slider__info {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 400;
}
.content-slider__link {
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-size: 1.1rem;
    line-height: 33.6px;
    line-height: 2.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 30px;
}
.home-school-slider .content-slider__link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    line-height: 2rem;
    margin-top: 15px;
}
.content-slider__link:hover {
    opacity: .7;
}

.content-home .content-arrow__left {
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -30px 0 0 0;
}
.content-home .content-arrow__right {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -30px 0 0 0;
}
.content-news {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin: 0px 0 100px;
}
.content-news.landing {
    margin: 0 0 20px;
}
.content-area.landingAllBt {
    margin-bottom: 80px;
}
.content-news__box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: calc((100% - 75px) / 4);
    height: auto;
    border: 1px solid #f3e8f8;
    box-shadow: 0px 15px 40px -10px rgba(228, 171, 255, 0.12);
    cursor: pointer;
    background: #FFF;
}
.content-news__box-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 110px 0 110px;
}
.content-news__box-wrapper .swiper-pagination {
    display: none;
}
.content-news__box__thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    margin-bottom: 25px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content-news__box__content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: auto;
    height: auto;
    padding: 0 25px 25px;
    overflow: hidden;
}
.content-news__box .line-clamp {
    position: relative;
    display: -webkit-box;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-news__box .line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.3 * 3);
}
.content-news__box .line-clamp.-lilac:after {
    background: #FCFAFD;
}
.content-news__box .line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.3 * 3);
}
.content-news__source {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 17.6px;
    line-height: 1.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 400;
    color: #f8ae06;
}
.content-news__source.youtube {
    color: #e01569;
}
.content-news__source.facebook {
    color: #1b3aa9;
}
.content-news__source.twitter {
    color: #00acff;
}
.content-news__source.umag {
    color: #5c1f79;
}
.content-news__source.blog {
    color: #5c1f79;
}
.content-news__source.default {
    color: #f8ae06;
}
.content-news__source.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-news__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.content-news__arrow {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
.content-news__arrow-left {
    background: url(../svg/arrow-rotate-left.svg);
    background-size: 24px;
}
.content-news__arrow-right {
    background: url(../svg/arrow-norotate.svg);
}
.content-news__arrow-left,
.content-news__arrow-right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ede3f1;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.home-guidance {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    width: 100%;
}
.home-guidance__wrapper.swiper-container {
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    height: auto;
}
.home-guidance__wrapper.swiper-container .swiper-pagination {
    display: none;
}
.home-guidance-content.swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.home-guidance-info,
.home-guidance-image {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 50%;
    height: auto;
}
.home-guidance-info {
    flex-direction: column;
    background-color: #8f3e9f;
    padding: 110px;
}
.home-guidance-info__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
}
.home-guidance-image {
    position: relative;
    overflow: hidden;
}
.home-guidance-image__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-guidance__date,
.home-guidance__mini-info {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    color: #fff;
}
.home-guidance__date.-purple,
.home-guidance__mini-info.-purple {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 19.2px;
    line-height: 1.2rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #5c1f79;
}
.home-guidance__title {
    width: 100%;
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    letter-spacing: normal;
    color: #fff;
}
.home-guidance__title.-yellow {
    margin: 50px 0 30px;
    color: #f8ae06;
    font-weight: 500;
}
.home-guidance__link {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    letter-spacing: normal;
    color: #fff;
    text-decoration: none;
}
.home-arrow {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 140px;
    margin-top: 25px;
}
.home-arrow__left {
    background: url(../svg/arrow-rotate-left.svg);
    background-size: 24px;
}
.home-arrow__right {
    background: url(../svg/arrow-norotate.svg);
}
.home-arrow__left,
.home-arrow__right {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ede3f1;
    background-repeat: no-repeat;
    background-position: center;
}
.home-grid {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: calc((100% - 25px) / 2);
    height: auto;
    margin-bottom: 60px;
    border: 1px solid #f3e8f8;
    box-shadow: 0px 15px 40px -10px rgba(228, 171, 255, 0.12);
}
.home-grid.-announcements {
    width:100%;
    margin-bottom: 20px;
    border: 0px;
    box-shadow:none;
}
.home-grid.-announcements .home-grid__box {
    width: calc((100% - 30px) / 4);
}
.home-grid.-mainblog {
    border: 0px;
    box-shadow: none;
    flex-direction:column;
}
.home-grid__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.home-grid:last-child {
    border: none;
    box-shadow: none;
}
.home-grid__info,
.home-grid__image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    position: relative;
}
.home-grid__image-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.home-grid__image-link:hover {
    background: rgba(255,255,255,.2);
}
.home-grid__image__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    height: 100%;
}
.home-grid__info {
    flex-direction: column;
    padding: 30px;
    height: 100%;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.home-grid__info-subtitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25.6px;
    line-height: 1.6rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
    text-align: left;
    margin: 10px 0 10px 0;
}
.home-grid__info.-purple {
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    background-color: #8f3e9f;
    height: auto;
    padding: 10px 0 20px 0;
    color: #f8ae06;
}
.home-grid__image {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-grid.-row {
    flex-direction: row;
}
.home-grid.-column {
    flex-direction: column;
}
.home-grid__box {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    width: calc((100% - 25px) / 2);
    height: 100%;
    border: 1px solid #f3e8f8;
    box-shadow: 0px 15px 40px -10px rgba(228, 171, 255, 0.12);
}
.home-grid__box .box__image,
.home-grid__box .box__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.home-grid__box .box__image {
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 165px;
    position: relative;
}
.home-grid__box .box__info {
    flex-direction: column;
    height: 100%;
    padding: 30px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.register {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
}
.register-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 610px;
    margin-bottom: 70px;
}
.register-content__infos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 65%;
    height: auto;
}
.register-content__title {
    margin: 0;
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 85px;
    line-height: 5.3125rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
    text-align: center;
}
.register-content__text {
    margin: 20px 0;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 33.6px;
    line-height: 2.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 300;
    color: #5c1f79;
    text-align: center;
}
.register-content__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 311px;
    height: 80px;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 36.8px;
    line-height: 2.3rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-weight: 500;
    color: #fff;
    background-color: #f8ae06;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}
.register-content__button:hover {
    background-color: #d09205;
}
.register-bottom {
    position: relative;
    display: flex;
    width: 100%;
    height: 430px;
    background-color: #8f3e9f;
}
.register-bottom__girl {
    -webkit-animation: girl-rotate 2s infinite linear;
    animation: girl-rotate 2s infinite linear;
}
.register-bottom__girl__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 320px;
    height: 350px;
    padding: 25px;
    overflow: hidden;
}
.register-bottom__boy {
    -webkit-animation: boy-rotate 2s infinite linear;
    animation: boy-rotate 2s infinite linear;
}
.register-bottom__boy__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 305px;
    height: 640px;
    padding: 25px;
    overflow: hidden;
}
.register-bottom__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
}
.register-bottom__images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
}
.register-bottom__images img:first-child {
    width: 255px;
}
.register-bottom__images img:last-child {
    width: 255px;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
}
.home-grid {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: calc((100% - 50px) / 2);
    min-height: 350px;
    margin-bottom: 60px;
    border: 1px solid #f3e8f8;
    box-shadow: 0px 15px 40px -10px rgba(228, 171, 255, 0.12);
}
.home-blog__slider.swiper-container,
.home-blog__slider-wrapper.swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
.home-blog__pagination.swiper-pagination {
    left: inherit;
    right: 10px;
    bottom: 10px;
    width: auto !important;
}
.home-grid__slider.swiper-container,
.home-grid__slider-wrapper.swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
.home-grid__pagination.swiper-pagination {
    top: 50px;
    margin-top: 25px;
}
.home-grid__pagination .swiper-pagination-bullet,
.home-blog__pagination .swiper-pagination-bullet {
    border: 1px solid #f8ae06;
    background-color: #f8ae06;
    width: 10px;
    height: 10px;
    margin: 0 2px 0 2px;
}
.home-blog__pagination .swiper-pagination-bullet {
    border: 1px solid #8f3e9f;
    background-color: #8f3e9f;
    margin: 0 2px !important;
}
.home-grid__pagination .swiper-pagination-bullet-active {
    background: #f8ae06;
}
.home-blog__pagination .swiper-pagination-bullet-active {
    background: #8f3e9f;
}
.home-grid__slide.swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
}
.home-grid__blogSlide {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    width: 100%;
    background: #FFF;
    border: 1px solid #f3e8f8;
    box-shadow: 0px 15px 40px -10px rgba(228, 171, 255, 0.12);
    margin-bottom: 10px;
}
.home-grid__blogSlide:last-child {
    margin-bottom: 0px;
}
.home-grid__blogSlide .home-grid__image{
    width: 40%;
    height: auto;
}
.home-grid__blogSlide .home-grid__info {
    padding: 15px 30px;
}
.home-grid__blogSlide .content-announcements__text.-purple{
    height:3rem;
    margin-right: 48px;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.13rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0px;
}
.home-grid__blogSlide .content-home__seperator {
    margin: 5px 0 10px;
}
.home-grid__blogSlide .educational-success__button {
    margin-top: 10px;
}
.MainVideoLink,
.VideoLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 888;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
}
.MainVideoLink::after,
.VideoLink::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140px;
    height: 140px;
    margin-left: -70px;
    margin-top: -70px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.8);
    background-image: url(../svg/play.svg);
    background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.content-home.-mobile .MainVideoLink::after,
.VideoLink::after{
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    background-size: 30px 30px;
}
.swiper-slide .video-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1000;
    background: #000;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-slide .video-container iframe{
	height: 100%;
    width: 100%;
	z-index:1001;
}
.swiper-slide .video-container .close-button {
	position: absolute;
    top: 80px;
    right: 30px;
	width: 40px;
    height: 40px;
	background:url(../svg/times-circle.svg) center center no-repeat;
    margin: 0px;
    z-index: 1002;
}
.content-home.-mobile .swiper-slide .video-container .close-button {
    top: 70px;
    right: 20px;
	width: 30px;
    height: 30px;
}
.footer {
    margin: 35px 0 0 !important;
}
.popupFancy .fancybox-content{
    padding: 10px !important;
    background: #FFF !important;
}
.popupFancy .fancybox-image{
    position: static;
}
.popupFancy .fancybox-content a{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.popupFancy .fancybox-close-small {
    width: 36px;
    height: 36px;
    background: #000;
    opacity: 1;
    padding: 5px;
    right: -18px;
    top: -18px;
    border-radius: 22px;
    
}
@media only screen and (max-width: 1247px) {
    .content-home {
        height: 700px;
    }
    .content-slider__title {
        padding-bottom: 10px;
        font-size: 55px;
        font-size: 3.4375rem;
        line-height: 75px;
        line-height: 4.6875rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .content-slider__info {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28.8px;
        line-height: 1.8rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .content-slider__info {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 24px;
        line-height: 1.5rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
}
@media only screen and (max-width: 1089px) {
    .content-news__box.banner {
        display: none;
    }
    .content-news__box {
        width: calc((100% - 40px) / 2);
        margin-bottom: 40px;
    }
    .home-guidance__wrapper.swiper-container {
        padding-bottom: 50px;
    }
    .home-guidance__wrapper.swiper-container .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-direction: row;
    }
    .home-guidance-content.swiper-slide {
        flex-direction: column;
    }
    .home-guidance-info,
    .home-guidance-image {
        width: 100%;
    }
    .home-guidance-info {
        padding: 40px;
    }
    .home-guidance-image {
        height: 360px;
    }
    .home-guidance__title {
        margin: 20px 0 20px 0;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 33.6px;
        line-height: 2.1rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .home-arrow {
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
    .home-grid__info-subtitle {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 20.8px;
        line-height: 1.3rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .register-content__title {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 96px;
        line-height: 6rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .register-content__text {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28.8px;
        line-height: 1.8rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .register-content__button {
        width: 250px;
        height: 70px;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28.8px;
        line-height: 1.8rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
}
@media only screen and (max-width: 899px) {
    .home-grid {
        width: 100%;
    }
    .register-bottom__girl__wrapper {
        height: 280px;
    }
    .register-bottom__boy__wrapper {
        height: 510px;
    }
    .register-bottom__images img:first-child {
        width: 200px;
    }
    .register-bottom__images img:last-child {
        width: 200px;
    }
    .home-grid.-announcements{
        flex-wrap: wrap;
    }
    .home-grid.-announcements .home-grid__box {
        width: calc((100% - 25px) / 2);
        height: auto;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .content-home {
        display: none;
    }
    .content-home__seperator.-wide {
        display: none;
    }
    .content-home.-mobile {
        display: flex;
    }
    .content-slider {
        align-items: center;
        width: 100%;
        max-width: none;
        height: 55vh;
        text-align: center;
    }
    .content-slider__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 50px;
        line-height: 3.125rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .content-slider__link {
        display: inline-block;
        width: auto;
        font-size: 15px;
        font-size:0.9rem;
        line-height: 28px;
        line-height: 1.8rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
        text-decoration: none;
        padding: 8px 15px;
        margin-top: 20px;
    }
    .content-home.-mobile .content-arrow__left {
        width: 40px;
        height: 40px;
        background-size: 16px;
        left: 8px;
    }
    .content-home.-mobile .content-arrow__right {
        width: 40px;
        height: 40px;
        background-size: 16px;
        right: 8px;
    }
    .content-news__box {
        width: 100%;
    }
    .content-news__box-wrapper {
        padding: 0;
    }
    .content-news__box-wrapper .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-direction: row;
    }
    .content-news__arrow {
        display: none;
    }
    .register-content {
        height: 450px;
    }
    .register-bottom__wrapper {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    .swiper-slide {
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 599px) {
    .home-grid.-announcements {
        flex-direction: column;
    }
    .home-grid__box {
        width: 100%;
        margin-bottom: 25px;
    }
    .home-grid.-announcements .home-grid__box {
        width: 100%;
    }
    .register-content {
        height: auto;
        padding: 20px 0 40px;
    }
    .register-content__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 64px;
        line-height: 4rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .register-content__text {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 24px;
        line-height: 1.5rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .register-content__button {
        width: 220px;
        height: 55px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 25.6px;
        line-height: 1.6rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .register-bottom__girl__wrapper {
        height: auto;
        overflow: visible;
    }
    .register-bottom__girl {
        -webkit-animation: none;
        animation: none;
    }
    .register-bottom__boy__wrapper {
        height: auto;
        overflow: visible;
    }
    .register-bottom__boy {
        -webkit-animation: none;
        animation: none;
    }
    .register-bottom__wrapper {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@media only screen and (max-width: 479px) {
    .register-content__title {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 54.4px;
        line-height: 3.4rem;
        -webkit-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        -webkit-font-kerning: normal;
        font-kerning: normal;
    }
    .register-bottom__images img:first-child {
        width: 170px;
    }
    .register-bottom__images img:last-child {
        width: 170px;
    }
    .swiper-slide {
        background-size: contain;
    }
}
@media only screen and (max-width: 399px) {
    .register-bottom__images img:first-child {
        width: 135px;
    }
    .register-bottom__images img:last-child {
        width: 150px;
    }
}
@-webkit-keyframes girl-rotate {
    0% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}
@keyframes girl-rotate {
    0% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}
@-webkit-keyframes boy-rotate {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes boy-rotate {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
