/* main.scss */
/* utils/_variables.scss */
/*  utils/_placeholders.scss */
.features-list::after, .howIt-works-block .wrapper::after, .download-block::after, .families-pricing-section .pricing-blocks::after, .school-pricing-section .pricing-blocks::after {
    display: block;
    content: '';
    clear: both;
}

.burger-menu, .logo, .social-links__link, .sub-footer__poweredBy .icon, .close-menu-icon, .video, .hero-shape, .feature-block__shape, .spaceship-img, .dotted-line, .planet-img, .astroid-img, .get-info-section .shape, .store-side-img, .store-list__link, .inner-hero-shape, .hero-store-icons__item, .shape, .close-icon, .contact-us-shape, .thank-you-image, .Feature-card__icon span, .slider-controlers__item, .text-banner__icon, .content-block__bravoICon, .snow-hosue-file-image, .numbers-list__thumbnail, .families-pricing-section .price-card__icon .card-icon, .school-pricing-section .price-card__icon .card-icon, .families-highlights-block, .families-highlights-block--statistics .mobile-device-image, .coming-soon-section .shape {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* base/_base.scss */
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    font-size: 62.5%;
    line-height: 1.35em;
    -webkit-font-smoothing: antialiased;
}

.cert-app-store {
    display: flex;
    background-color: #07172E;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 30px 10% 0px 10%;
    justify-content: center;
}

@media screen and (min-width:990) {
    .cert-app-store {
        padding: 30px 20% 0px 20%;
    }
}

p strong {
    font-weight: 800;
}

a {
    text-decoration: none;
    cursor: pointer;
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    outline: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.main-header {
    padding: 50px 0 30px 0;
    background-color: #fff;
}

@media screen and (max-width: 900px) {
    .main-header {
        padding: 32px 0;
    }
}

@media screen and (max-width: 640px) {
    .main-header {
        padding: 24px 0;
    }
}

.burger-menu {
    display: none;
}

@media screen and (max-width: 1200px) {
    .burger-menu {
        width: 44px;
        height: 36px;
        background-image: url(../images/burger-menu.svg);
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .burger-menu {
        width: 33px;
        height: 27px;
    }
}

.main-header-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.logo {
    display: block;
    width: 286px;
    height: 89px;
    background-image: url(../images/main-logo.svg);
}

@media screen and (max-width: 900px) {
    .logo {
        width: 250px;
        height: 77px;
    }
}

@media screen and (max-width: 640px) {
    .logo {
        width: 200px;
        height: 62px;
    }
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 48px;
    }
}

@media screen and (max-width: 640px) {
    .container {
        max-width: 100%;
        padding: 0 24px;
    }
}

.main-footer {
    background-color: #EDEEEE;
    padding: 40px 0;
}

.footer .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .footer .container {
        display: block;
    }
}

.footer-menu__item {
    display: block;
    color: #054A77;
}

@media screen and (max-width: 640px) {
    .footer-menu__item:not(:first-child) {
        margin-top: 16px;
    }
}

.sub-menu {
    max-width: 115px;
    margin-top: 14px;
}

@media screen and (max-width: 640px) {
    .sub-menu {
        max-width: 100%;
        margin-top: 8px;
    }
}

.sub-menu__link {
    color: #9A9A9A;
    display: block;
}

    .sub-menu__link:not(:first-child) {
        margin-top: 8px;
    }

@media screen and (max-width: 640px) {
    .sub-menu__link:not(:first-child) {
        margin-top: 4px;
    }
}

.social-media-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .social-media-block {
        margin-top: 32px;
    }
}

@media screen and (max-width: 640px) {
    .social-media-block {
        display: block;
    }
}


.social-media-block__title {
    color: #9A9A9A;
}

.social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 640px) {
    .social-links {
        margin-top: 12px;
    }
}

.social-links__link {
    display: block;
    width: 44px;
    height: 44px;
}

@media screen and (max-width: 640px) {
    .social-links__link {
        width: 40px;
        height: 40px;
    }
}

.facebook {
    background-image: url(../images/social-media/facebook.svg);
}

    .facebook:hover {
        background-image: url(../images/social-media/facebook--active.svg);
    }

.instagram {
    background-image: url(../images/social-media/instagram.svg);
}

    .instagram:hover {
        background-image: url(../images/social-media/instagram--active.svg);
    }

.youtube {
    background-image: url(../images/social-media/youtube.svg);
}

    .youtube:hover {
        background-image: url(../images/social-media/youtube--active.svg);
    }

.footer-menu {
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 640px) {
    .footer-menu {
        display: block;
    }
}

.sub-footer {
    background-color: #F7F8F8;
    padding: 16px 0;
    color: #054A77;
}

.sub-footer__link {
    color: #054A77;
}

.sub-footer__poweredBy .icon {
    display: block;
    width: 76px;
    height: 27px;
    background-image: url(../images/sotware.svg);
}

.sub-footer__poweredBy .icon {
    margin-left: 4px;
}

.header-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .header-menu {
        display: none;
    }
}

/*------------------------------------*\
  #MAIN-MENU
\*------------------------------------*/
.main-menu__link {
    color: #9A9A9A;
}

.header-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-actions__signin {
    border: 1px solid #49BFE1;
    border-radius: 5px;
    padding: 14px 18px 10px 18px;
    color: #49BFE1;
}

.header-actions__signup {
    background-color: #49BFE1;
    color: #fff;
    padding: 14px 18px 10px 18px;
    border-radius: 5px;
}

.header-actions__language {
    display: block;
    color: #9A9A9A;
    position: absolute;
    left: 16px;
    top: 16px;
}

@media screen and (max-width:1200px) {
    .header-actions__language {
        display: none;
    }
}





/*------------------------------------*\
  #MOBILE-MENU
\*------------------------------------*/


.mobile-menu-wrapper {
    display: none;
}

@media screen and (max-width: 1200px) {
    .mobile-menu-wrapper {
        display: block;
        position: fixed;
        width: 0;
        height: 100%;
        top: 0;
        z-index: 30;
        background-color: #1F74A8;
        overflow: hidden;
        transition: 0.3s;
    }
}

.is-active.mobile-menu-wrapper {
    width: 100%;
    transition: 0.3s;
}

.close-menu-icon {
    display: block;
    position: absolute;
    top: 24px;
    z-index: 31px;
    width: 40px;
    height: 40px;
    background-image: url(../images/close-icon.svg);
}

@media screen and (max-width: 640px) {
    .close-menu-icon {
        width: 30px;
        height: 30px;
    }
}

.mobile-menu-list-container {
    padding: 100px 0 92px 0;
    background-color: #49BFE1;
}

.mobile-menu-list {
    text-align: center;
}

.mobile-menu-list__item {
    display: block;
    color: #fff;
}

    .mobile-menu-list__item:not(:first-child) {
        margin-top: 40px;
    }

@media screen and (max-width: 480px) {
    .mobile-menu-list__item:not(:first-child) {
        margin-top: 24px;
    }
}

.overlay-footer-menu {
    padding: 38px 0;
}

    .overlay-footer-menu .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.mobile-language-toggle {
    color: #fff;
}

.moible-footer-actions__item {
    border-radius: 5px;
    padding: 14px 16px;
}

.moible-footer-actions__item--signin {
    color: #fff;
    border: 1px solid #fff;
}

.moible-footer-actions__item--signup {
    color: #1BA9E0;
    background-color: #fff;
}

.hero-section {
    position: relative;
    height: 700px;
    background-color: #07172E;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .hero-section {
        height: 630px;
    }
}

.video-container {
    padding-top: 90px;
}

@media screen and (max-width: 900px) {
    .video-container {
        padding-top: 72px;
    }
}

@media screen and (max-width: 640px) {
    .video-container {
        padding: 40px 24px 0 24px;
    }
}

.video-block {
    max-width: 440px;
    height: 334px;
    margin: 0 auto;
    border-radius: 16px;
    background-color: #5A90CB;
    border: 5px solid #5A90CB;
}

@media screen and (max-width: 480px) {
    .video-block {
        width: 270px;
        height: 205px;
    }
}

.video {
    background-image: url(../images/video-holder.png);
    width: 100%;
    height: 100%;
}

.website-intro {
    max-width: 600px;
    margin: 54px auto 0 auto;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .website-intro {
        max-width: 560px;
    }
}

@media screen and (max-width: 900px) {
    .website-intro {
        max-width: 480px;
    }
}

@media screen and (max-width: 640px) {
    .website-intro {
        max-width: 100%;
        padding: 0 24px;
    }
}

.website-intro__desc {
    margin-top: 6px;
}

/*------------------------------------*\
  #HERO-SHAPES
\*------------------------------------*/
.hero-shape {
    display: block;
    position: absolute;
    z-index: 2;
}

.math-planet {
    width: 180px;
    height: 160px;
    background-image: url(../images/hero-images/green-planet.svg);
    top: 93px;
}

@media screen and (max-width: 1200px) {
    .math-planet {
        width: 160px;
        height: 140px;
    }
}

@media screen and (max-width: 900px) {
    .math-planet {
        width: 113px;
        height: 100px;
    }
}

@media screen and (max-width: 640px) {
    .math-planet {
        display: none;
    }
}

.snow-planet {
    width: 379px;
    height: 384px;
    background-image: url(../images/hero-images/snow-planet.svg);
    bottom: 56px;
}

@media screen and (max-width: 1200px) {
    .snow-planet {
        width: 341px;
        height: 346px;
        bottom: 20px;
    }
}

@media screen and (max-width: 900px) {
    .snow-planet {
        width: 177px;
        height: 179px;
        bottom: 10px;
    }
}

.fire-planet {
    width: 384px;
    height: 427px;
    background-image: url(../images/hero-images/fire-planet.svg);
}

@media screen and (max-width: 1200px) {
    .fire-planet {
        width: 353px;
        height: 392px;
    }
}

@media screen and (max-width: 900px) {
    .fire-planet {
        width: 168px;
        height: 186px;
    }
}

.hero-section .satellite {
    width: 126px;
    height: 88px;
    top: 65px;
}

@media screen and (max-width: 900px) {
    .hero-section .satellite {
        width: 107px;
        height: 74px;
        top: 108px;
    }
}

@media screen and (max-width: 640px) {
    .hero-section .satellite {
        display: none;
    }
}

.hero-section .hero-stars {
    width: 63px;
    height: 66px;
    background-image: url(../images/hero-images/stars.svg);
    top: 234px;
}

.introduction-section {
    position: relative;
    padding: 65px 0 80px 0;
    background-color: #F5F5F3;
}

@media screen and (max-width: 900px) {
    .introduction-section {
        padding: 54px 0 64px 0;
    }
}

@media screen and (max-width: 480px) {
    .introduction-section {
        padding: 48px 0 54px 0;
    }
}

.introduction-text {
    /*    max-width: 610px;*/
    color: #07172E;
}

@media screen and (max-width: 900px) {
    .introduction-text {
        /*        max-width: 560px;*/
    }
}

.introduction-features {
    position: relative;
    margin-top: 140px;
}

@media screen and (max-width: 900px) {
    .introduction-features {
        margin-top: 100px;
    }
}

.features-list {
    position: relative;
}

.features-list__item {
    width: 16.666666666666667%;
}

@media screen and (max-width: 900px) {
    .features-list__item {
        width: 100%;
        margin-bottom: 32px;
    }
}

.feature-block {
    position: relative;
    margin-top: -1px;
    background-color: #fff;
    height: 320px;
    padding: 1px 10px 0 10px;
    transition: 0.3s;
    color: #07172E;
    text-align: center;
    transition: transform 0.3s;
}

@media screen and (max-width: 1440px) {
    .feature-block {
        height: 300px;
    }
}

@media screen and (max-width: 1200px) {
    .feature-block {
        height: 270px;
    }
}

@media screen and (max-width: 900px) {
    .feature-block {
        height: 160px;
        text-align: left;
    }
}

@media screen and (max-width: 900px) {
    .feature-block {
        padding: 1px 48px 0 48px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 480px) {
    .feature-block {
        display: block;
        padding: 1px 8px 0 8px;
        height: 290px;
        text-align: center;
    }
}

.features-list__item:hover .feature-block,
.feature-block__title:hover feature-block {
    background-color: #1BA9E0;
    color: #fff;
    transform: scale3d(1.01, 1.01, 1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s;
}

.feature-block__shape {
    display: block;
    position: absolute;
    z-index: 4;
}

.performance-block .feature-block__shape {
    width: 104px;
    height: 155px;
    background-image: url(../images/introduction/green-robot.svg);
    top: -35px;
}

@media screen and (max-width: 1200px) {
    .performance-block .feature-block__shape {
        width: 94px;
        height: 140px;
    }
}

@media screen and (max-width: 480px) {
    .performance-block .feature-block__shape {
        top: 5px;
    }
}

.assessment-block .feature-block__shape {
    width: 121px;
    height: 167px;
    background-image: url(../images/introduction/green-dragon.svg);
    top: -38px;
}

@media screen and (max-width: 1200px) {
    .assessment-block .feature-block__shape {
        width: 99px;
        height: 138px;
    }
}

@media screen and (max-width: 480px) {
    .assessment-block .feature-block__shape {
        top: 10px;
    }
}

.evaluation-block .feature-block__shape {
    width: 130px;
    height: 177px;
    background-image: url(../images/introduction/blue-robot.svg);
    top: -49px;
}

@media screen and (max-width: 1200px) {
    .evaluation-block .feature-block__shape {
        width: 110px;
        height: 149px;
    }
}

@media screen and (max-width: 480px) {
    .evaluation-block .feature-block__shape {
        top: 8px;
    }
}

.strengths-block .feature-block__shape {
    width: 78px;
    height: 187px;
    background-image: url(../images/introduction/red-dragon.svg);
    top: -55px;
}

@media screen and (max-width: 1200px) {
    .strengths-block .feature-block__shape {
        width: 63px;
        height: 153px;
    }
}

@media screen and (max-width: 480px) {
    .strengths-block .feature-block__shape {
        top: -5px;
    }
}

.practice-block .feature-block__shape {
    width: 142px;
    height: 137px;
    background-image: url(../images/introduction/penguin.svg);
    top: -20px;
}

@media screen and (max-width: 1200px) {
    .practice-block .feature-block__shape {
        width: 113px;
        height: 107px;
    }
}

@media screen and (max-width: 480px) {
    .practice-block .feature-block__shape {
        top: 16px;
    }
}

.repeat-block .feature-block__shape {
    width: 144px;
    height: 139px;
    background-image: url(../images/introduction/repeat.svg);
    top: -25px;
}

@media screen and (max-width: 1200px) {
    .repeat-block .feature-block__shape {
        width: 123px;
        height: 118px;
    }
}

@media screen and (max-width: 900px) {
    .repeat-block .feature-block__shape {
        top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .repeat-block .feature-block__shape {
        top: 16px;
    }
}

.feature-block__title {
    position: relative;
    margin-top: 220px;
}

@media screen and (max-width: 1440px) {
    .feature-block__title {
        margin-top: 218px;
    }
}

@media screen and (max-width: 1200px) {
    .feature-block__title {
        margin-top: 180px;
    }
}

@media screen and (max-width: 900px) {
    .feature-block__title {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .feature-block__title {
        margin-top: 220px;
    }
}

.feature-block__title:before {
    position: absolute;
    content: '';
    z-index: 20;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

@media screen and (max-width: 1200px) {
    .feature-block__title:before {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 900px) {
    .feature-block__title:before {
        width: 18px;
        height: 18px;
    }
}

.performance-block .feature-block__title:before {
    background-color: #3CB772;
}

.assessment-block .feature-block__title:before {
    background-color: #E22726;
}

.evaluation-block .feature-block__title:before {
    background-color: #F8C668;
}

.strengths-block .feature-block__title:before {
    background-color: #37A7DE;
}

.practice-block .feature-block__title:before {
    background-color: #F06925;
}

.repeat-block .feature-block__title:before {
    background-color: #0D7C5F;
}

.spaceship-img {
    position: absolute;
    bottom: -60px;
    z-index: 4;
    width: 228px;
    height: 122px;
    background-image: url(../images/spaceship.svg);
}

@media screen and (max-width: 1200px) {
    .spaceship-img {
        width: 177px;
        height: 95px;
        bottom: -50px;
    }
}

@media screen and (max-width: 480px) {
    .spaceship-img {
        width: 121px;
        height: 66px;
        bottom: -20px;
    }
}

.dotted-line {
    height: 27px;
    width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 179px;
    z-index: 3;
    margin: 0 auto;
    background-image: url(../images/dotted-line2.svg);
}

@media screen and (max-width: 1440px) {
    .dotted-line {
        height: 22px;
        width: 977px;
    }
}

@media screen and (max-width: 1200px) {
    .dotted-line {
        height: 17px;
        width: 772px;
        top: 152px;
    }
}

@media screen and (max-width: 900px) {
    .dotted-line {
        display: none;
    }
}

.how-it-works-section .section-title {
    text-align: center;
    color: #054A77;
    padding-top: 70px;
}

@media screen and (max-width: 1200px) {
    .how-it-works-section .section-title {
        padding-top: 54px;
    }
}

@media screen and (max-width: 480px) {
    .how-it-works-section .section-title {
        padding-top: 32px;
    }
}

/*------------------------------------*\
  #LEARNERS-BLOCK
\*------------------------------------*/
.howIt-works-block {
    position: relative;
}

.grey-bg {
    background-color: #F5F5F3;
}

.howIt-works-block--learners .wrapper {
    padding: 60px 0 66px 0;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--learners .wrapper {
        padding: 32px 0 48px 0;
    }
}

.howIt-works-block--parent .wrapper {
    padding: 180px 0 65px 0;
}

@media screen and (max-width: 1200px) {
    .howIt-works-block--parent .wrapper {
        padding: 120px 0 48px 0;
    }
}

@media screen and (max-width: 900px) {
    .howIt-works-block--parent .wrapper {
        padding: 54px 0 48px 0;
    }
}

.howIt-works-block--teacher .wrapper {
    padding: 80px 0 82px 0;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--teacher .wrapper {
        padding: 32px 0 48px 0;
    }
}

.howIt-works-block--school .wrapper {
    padding: 80px 0 82px 0;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--school .wrapper {
        padding: 32px 0 48px 0;
    }
}

.howIt-works-block--groupOfSchools .wrapper {
    padding: 80px 0 82px 0;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--groupOfSchools .wrapper {
        padding: 32px 0 48px 0;
    }
}

.howIt-works-block--learners .wrapper__info {
    width: 46%;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--learners .wrapper__info {
        width: 100%;
    }
}

.howIt-works-block--learners .wrapper__graphics {
    width: 54%;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--learners .wrapper__graphics {
        width: 100%;
    }
}

.howIt-works-block--parent .wrapper__info {
    width: 46%;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--parent .wrapper__info {
        width: 100%;
    }
}

.howIt-works-block--parent .wrapper__graphics {
    width: 54%;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--parent .wrapper__graphics {
        width: 100%;
    }
}

.howIt-works-block--teacher .wrapper__info {
    width: 49%;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--teacher .wrapper__info {
        width: 100%;
    }
}

.howIt-works-block--teacher .wrapper__graphics {
    width: 51%;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--teacher .wrapper__graphics {
        width: 100%;
    }
}

.howIt-works-block--school .wrapper__info {
    width: 52%;
    margin-top: 150px;
}

@media screen and (max-width: 1200px) {
    .howIt-works-block--school .wrapper__info {
        margin-top: 20px;
    }
}

@media screen and (max-width: 900px) {
    .howIt-works-block--school .wrapper__info {
        margin-top: 0;
        width: 100%;
    }
}

.howIt-works-block--school .wrapper__graphics {
    width: 45%;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--school .wrapper__graphics {
        width: 100%;
    }
}

.howIt-works-block--groupOfSchools .wrapper__info {
    width: 48%;
    margin-top: 140px;
}

@media screen and (max-width: 1200px) {
    .howIt-works-block--groupOfSchools .wrapper__info {
        margin-top: 20px;
    }
}

@media screen and (max-width: 900px) {
    .howIt-works-block--groupOfSchools .wrapper__info {
        width: 100%;
    }
}

.howIt-works-block--groupOfSchools .wrapper__graphics {
    width: 52%;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--groupOfSchools .wrapper__graphics {
        width: 100%;
    }
}

.content-block__num {
    position: relative;
    display: block;
    width: 43px;
    height: 43px;
    background: #1BA9E0;
    border-radius: 13px;
    color: #fff;
    text-align: center;
}

    .content-block__num:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -4px;
        z-index: -1;
        width: 43px;
        height: 43px;
        background-color: #14789F;
        border-radius: 13px;
    }

.content-block__title {
    color: #1BA9E0;
    margin-top: 21px;
    display: block;
}

@media screen and (max-width: 1200px) {
    .content-block__title {
        margin-top: 12px;
    }
}

.howIt-works-block--parent .content-block__title {
    color: #1F74A8;
}

.content-block__body {
    color: #4A4A4A;
    margin-top: 18px;
}

@media screen and (max-width: 1200px) {
    .content-block__body {
        margin-top: 10px;
    }
}

.content-block__body p:not(:first-child) {
    margin-top: 16px;
}

.image-wrapper img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 900px) {
    .image-wrapper img {
        width: 60%;
    }
}

@media screen and (max-width: 480px) {
    .image-wrapper img {
        width: 100%;
    }
}

.howIt-works-block--learners .image-wrapper {
    margin-top: -160px;
}

@media screen and (max-width: 1200px) {
    .howIt-works-block--learners .image-wrapper {
        margin-top: -120px;
    }
}

@media screen and (max-width: 900px) {
    .howIt-works-block--learners .image-wrapper {
        margin-top: 32px;
    }
}

.howIt-works-block--parent .image-wrapper {
    margin-top: -220px;
}

@media screen and (max-width: 1200px) {
    .howIt-works-block--parent .image-wrapper {
        margin-top: -180px;
    }
}

@media screen and (max-width: 900px) {
    .howIt-works-block--parent .image-wrapper {
        margin-top: 32px;
    }
}

.howIt-works-block--teacher .image-wrapper {
    margin-top: -50px;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--teacher .image-wrapper {
        margin-top: 32px;
    }
}

.howIt-works-block--school .image-wrapper {
    margin-top: -130px;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--school .image-wrapper {
        margin-top: 20px;
    }
}

@media screen and (max-width: 900px) {
    .howIt-works-block--groupOfSchools .image-wrapper {
        margin-top: 30px;
    }
}

.planet-img {
    position: absolute;
    top: 75px;
    width: 260px;
    height: 152px;
    z-index: 4;
    background-image: url(../images/palnet-graphic.svg);
}

@media screen and (max-width: 1200px) {
    .planet-img {
        width: 200px;
        height: 117px;
        top: 50px;
    }
}

@media screen and (max-width: 900px) {
    .planet-img {
        top: -10px;
    }
}

@media screen and (max-width: 480px) {
    .planet-img {
        width: 150px;
        height: 88px;
        top: 24px;
    }
}

.astroid-img {
    position: absolute;
    bottom: 67px;
    width: 75px;
    height: 64px;
    z-index: 4;
    background-image: url(../images/astroid.svg);
}

@media screen and (max-width: 1200px) {
    .astroid-img {
        width: 51px;
        height: 44px;
        bottom: 30px;
    }
}

@media screen and (max-width: 900px) {
    .astroid-img {
        display: none;
    }
}

.get-info-section {
    position: relative;
    background-color: #49BFE1;
    height: 400px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .get-info-section {
        height: 350px;
    }
}

@media screen and (max-width: 900px) {
    .get-info-section {
        height: 300px;
    }
}

.get-info-content {
    position: relative;
    z-index: 4;
}

.get-info-section .section-title {
    text-align: center;
    color: #fff;
    padding-top: 120px;
}

@media screen and (max-width: 1200px) {
    .get-info-section .section-title {
        padding-top: 100px;
    }
}

@media screen and (max-width: 900px) {
    .get-info-section .section-title {
        padding-top: 80px;
    }
}

@media screen and (max-width: 640px) {
    .get-info-section .section-title {
        padding-top: 48px;
    }
}

.get-info-section .btn-wrapper {
    margin-top: 40px;
}

@media screen and (max-width: 640px) {
    .get-info-section .btn-wrapper {
        margin-top: 32px;
    }
}

.btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-wrapper__btn {
    cursor: pointer;
    padding: 14px 52px 15px 52px;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    transition: 0.3s;
}

@media screen and (max-width: 1200px) {
    .btn-wrapper__btn {
        padding: 14px 48px 12px 48px;
    }
}

@media screen and (max-width: 640px) {
    .btn-wrapper__btn {
        padding: 14px 32px 12px 32px;
    }
}

.btn-wrapper__btn:hover {
    background-color: #fff;
    color: #1BA9E0;
}

.get-info-section .shape {
    position: absolute;
    z-index: 1;
}

.get-info-section .cloud-thunder {
    background-image: url(../images/cloud-thunder.svg);
    width: 234px;
    height: 336px;
    bottom: 5px;
    background-size: contain;
}

@media screen and (max-width: 1200px) {
    .get-info-section .cloud-thunder {
        width: 187px;
        height: 268px;
        bottom: 18px;
    }
}

@media screen and (max-width: 900px) {
    .get-info-section .cloud-thunder {
        width: 145px;
        height: 207px;
        bottom: 48px;
    }
}

@media screen and (max-width: 640px) {
    .get-info-section .cloud-thunder {
        display: none;
    }
}

.get-info-section .cloud {
    background-image: url(../images/cloud.svg);
    width: 113px;
    height: 71px;
    bottom: 32px;
}

@media screen and (max-width: 1200px) {
    .get-info-section .cloud {
        width: 81px;
        height: 52px;
        bottom: 28px;
    }
}

@media screen and (max-width: 900px) {
    .get-info-section .cloud {
        display: none;
    }
}

.get-info-section .robot {
    width: 363px;
    height: 497px;
    background-image: url(../images/blue-robot--thunder.svg);
    top: 50px;
}

@media screen and (max-width: 1200px) {
    .get-info-section .robot {
        width: 264px;
        height: 352px;
        top: 90px;
    }
}

@media screen and (max-width: 900px) {
    .get-info-section .robot {
        width: 202px;
        height: 277px;
        top: 120px;
    }
}

@media screen and (max-width: 640px) {
    .get-info-section .robot {
        width: 154px;
        height: 211px;
        top: 180px;
    }
}

.download-section {
    padding: 79px 0 67px 0;
    background-color: #F6F6F6;
}

@media screen and (max-width: 900px) {
    .download-section {
        padding: 54px 0 54px 0;
    }
}

.donwload-wrapper {
    margin: 0 auto;
    max-width: 1280px;
}

@media screen and (max-width: 1200px) {
    .donwload-wrapper {
        max-width: 100%;
    }
}

.download-block__item {
    width: 50%;
}

@media screen and (max-width: 900px) {
    .download-block__item {
        width: 100%;
    }
}

.downlod-block-entity-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 900px) {
    .download-block__item:not(:first-child) {
        margin-top: 48px;
    }
}

.store-side-img {
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    width: 130px;
    height: 130px;
}

@media screen and (max-width: 1200px) {
    .store-side-img {
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 900px) {
    .store-side-img {
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        width: 110px;
        height: 110px;
    }
}

@media screen and (max-width: 480px) {
    .store-side-img {
        -ms-flex: 0 0 95px;
        flex: 0 0 95px;
        width: 95px;
        height: 95px;
    }
}

.store-info {
    color: #174A72;
}

.store-info__desc {
    margin-top: 6px;
}

@media screen and (max-width: 1200px) {
    .store-info__desc {
        margin-top: 4px;
    }
}

.store-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .store-list--desktop {
        display: none;
    }
}

.store-list--mobile {
    display: none;
}

@media screen and (max-width: 480px) {
    .store-list--mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .store-info {
        vertical-align: middle;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .downlod-block-entity-wrapper {
        place-content: center !important;
    }

    .store-side-img {
        margin-right: 37px;
    }

    .cert-section {
        max-width: 100% !important;
        margin-bottom: 30px;
    }

        .cert-section .store-info__title {
            display: block;
        }

    .donwload-wrapper {
        max-width: 100% !important
    }
}

.store-list__link {
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

    .store-list__link img {
        display: block;
        max-width: 100%;
    }

@media screen and (max-width: 480px) {
    .store-info__title {
        display: none;
    }
}

.mobile-store-info {
    margin-top: 24px;
}

.mobile-store-info__title {
    display: none;
    color: #174A72;
}

@media screen and (max-width: 480px) {
    .mobile-store-info__title {
        display: block;
    }
}

.inner-hero-section {
    position: relative;
    min-height: 370px;
    background-color: #07172E;
    padding: 1px 0 0 0;
    margin-top: -1px;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .inner-hero-section {
        min-height: auto;
    }
}

.inner-hero-section .container {
    position: relative;
}

.inner-hero-info {
    padding: 90px 0 48px 0;
}

@media screen and (max-width: 640px) {
    .inner-hero-info {
        padding: 80px 0 48px 0;
    }
}

.inner-hero-info__title {
    color: #FBB040;
}

.inner-hero-info__body {
    color: #fff;
    margin-top: 16px;
    max-width: 480px;
}

@media screen and (max-width: 900px) {
    .inner-hero-info__body {
        max-width: 400px;
    }
}

.inner-hero-shape {
    position: absolute;
    z-index: 3;
}

    .inner-hero-shape.inner-hero-satellite {
        width: 126px;
        height: 88px;
        top: 40px;
        background-image: url(../images/hero-images/satellite.svg);
    }

@media screen and (max-width: 1200px) {
    .inner-hero-shape.inner-hero-satellite {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .inner-hero-shape.inner-hero-satellite {
        display: block;
        width: 97px;
        height: 67px;
    }
}

.inner-hero-shape.astronaut {
    width: 366px;
    height: 521px;
    top: 120px;
}

@media screen and (max-width: 900px) {
    .inner-hero-shape.astronaut {
        width: 264px;
        height: 375px;
        top: 190px;
    }
}

@media screen and (max-width: 640px) {
    .inner-hero-shape.astronaut {
        display: none;
    }
}

.inner-hero-shape.stars {
    width: 44px;
    height: 46px;
    top: 30px;
    background-image: url(../images/hero-images/stars.svg);
}

.inner-hero-shape.planet {
    width: 160px;
    height: 95px;
    background-image: url(../images/planet-opacity.svg);
    bottom: 70px;
}

@media screen and (max-width: 1200px) {
    .inner-hero-shape.planet {
        display: none;
    }
}

.hero-available-block {
    color: #FFD040;
    padding-top: 64px;
}

.hero-store-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}

.hero-store-icons__item.apple-store {
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
    width: 21px;
    height: 26px;
    background-image: url(../images/hero-stores-icons/apple-icon.svg);
}

.hero-store-icons__item.android-store {
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px;
    height: 27px;
    background-image: url(../images/hero-stores-icons/android-icon.svg);
}

.hero-store-icons__item.windows-store {
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px;
    height: 24px;
    background-image: url(../images/hero-stores-icons/widnows-icon.svg);
}

.signup-section {
    position: relative;
    overflow: hidden;
    background-color: #07172E;
    padding: 80px 0;
    min-height: 343px;
}

@media screen and (max-width: 900px) {
    .signup-section {
        min-height: 300px;
        padding: 60px 0;
    }
}

.signup-section .btn-wrapper__btn:hover {
    background-color: #fff;
    color: #07172E;
}

.signup-info {
    color: #fff;
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .signup-info {
        max-width: 600px;
    }
}

@media screen and (max-width: 900px) {
    .signup-info {
        max-width: 500px;
    }
}

@media screen and (max-width: 640px) {
    .signup-info {
        max-width: 100%;
        padding: 0 24px;
    }
}

.signup-info .btn-wrapper {
    margin-top: 40px;
}

.thunder-cloud--small {
    z-index: 3;
    top: 54px;
    width: 71px;
    height: 105px;
}

@media screen and (max-width: 900px) {
    .thunder-cloud--small {
        top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .thunder-cloud--small {
        display: none;
    }
}

.green-robot {
    z-index: 3;
    width: 132px;
    height: 194px;
    bottom: -60px;
}

@media screen and (max-width: 900px) {
    .green-robot {
        bottom: -80px;
    }
}

@media screen and (max-width: 640px) {
    .green-robot {
        width: 98px;
        height: 144px;
        bottom: -40px;
    }
}

.shooting-star {
    z-index: 3;
    width: 161px;
    height: 27px;
    bottom: 66px;
}

@media screen and (max-width: 900px) {
    .shooting-star {
        bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .shooting-star {
        width: 110px;
        height: 19px;
    }
}

.shape {
    position: absolute;
}

.thunder-cloud--small {
    background-image: url(../images/cloud-thunder--small.svg);
}

.green-robot {
    background-image: url(../images/green-robot.svg);
}

.shooting-star {
    background-image: url(../images/shotingstar.svg);
}

.stars {
    background-image: url(../images/hero-images/stars.svg);
}

.astronaut {
    background-image: url(../images/inner/astronaut.svg);
}

.planet {
    background-image: url(../images/palnet-graphic.svg);
}

.small-rock,
.inner-hero-small-rock {
    background-image: url(../images/astroid.svg);
}

.astroid--large {
    background-image: url(../images/large-astroid.svg);
}

.satellite {
    background-image: url(../images/hero-images/satellite.svg);
}

.inner-hero-about-image {
    background-image: url(../images/inner/about-image.svg);
}

.moon-blue {
    background-image: url(../images/moon-blue.svg);
}

.moon-blue--opacity {
    background-image: url(../images/moon-blue--opacity.svg);
}

.stars-bold {
    background-image: url(../images/stars-bold.png);
}

.grid-blocks__item {
    position: relative;
    padding: 120px 0 101px 0;
}

@media screen and (max-width: 1200px) {
    .grid-blocks__item {
        padding: 100px 0 80px 0;
    }
}

@media screen and (max-width: 900px) {
    .grid-blocks__item {
        padding: 64px 0 48px 0;
    }
}

.grid-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
    .grid-block {
        display: block;
    }
}

.grid-block__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

@media screen and (max-width: 900px) {
    .grid-block__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

.block-intro__title {
    color: #1BA9E0;
}

.block-intro__body {
    color: #4A4A4A;
    margin-top: 16px;
    max-width: 480px;
}

@media screen and (max-width: 1200px) {
    .block-intro__body {
        max-width: 360px;
    }
}

@media screen and (max-width: 900px) {
    .block-intro__body {
        max-width: 90%;
    }
}

.block-intro__body p:not(:first-child) {
    margin-top: 16px;
}

.grey-bg {
    background-color: #F5F5F3;
}

.navy-text {
    color: #1F74A8;
}

.block-graphics {
    position: relative;
    z-index: 8;
    -ms-flex: 0 0 488px;
    flex: 0 0 488px;
    height: 370px;
    width: 488px;
}

@media screen and (max-width: 1200px) {
    .block-graphics {
        -ms-flex: 0 0 394px;
        flex: 0 0 394px;
        width: 394px;
        height: 298px;
    }
}

@media screen and (max-width: 900px) {
    .block-graphics {
        margin-top: 32px;
    }
}

@media screen and (max-width: 480px) {
    .block-graphics {
        width: 100%;
        height: 100%;
    }
}

.block-graphics img {
    display: block;
    width: 100%;
}

.middle-block .grid-block :nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
}

.middle-block .grid-block :nth-child(2) {
    -ms-flex-order: 1;
    order: 1;
}

.block-graphics .green-robot-nomath {
    z-index: 9;
    width: 159px;
    height: 195px;
    background-image: url(../images/green-robot-nomath.svg);
    bottom: -70px;
}

@media screen and (max-width: 1200px) {
    .block-graphics .green-robot-nomath {
        width: 113px;
        height: 139px;
        bottom: -50px;
    }
}

@media screen and (max-width: 480px) {
    .block-graphics .green-robot-nomath {
        width: 87px;
        height: 107px;
        bottom: -60px;
    }
}

.block-graphics .blue-robot-flipped {
    z-index: -1;
    width: 148px;
    height: 201px;
    background-image: url(../images/blue-robot-fliped.svg);
    top: 50%;
    transform: translateY(-50%) rotate(-35deg);
}

@media screen and (max-width: 1200px) {
    .block-graphics .blue-robot-flipped {
        width: 123px;
        height: 167px;
    }
}

@media screen and (max-width: 900px) {
    .block-graphics .blue-robot-flipped {
        display: none;
    }
}

.grid-blocks__item .small-rock {
    width: 59px;
    height: 51px;
    z-index: 4;
    bottom: 80px;
}

@media screen and (max-width: 1200px) {
    .grid-blocks__item .small-rock {
        bottom: 20px;
    }
}

@media screen and (max-width: 900px) {
    .grid-blocks__item .small-rock {
        bottom: 80px;
    }
}

@media screen and (max-width: 480px) {
    .grid-blocks__item .small-rock {
        display: none;
    }
}

.grid-blocks__item .astroid--large {
    width: 104px;
    height: 61px;
    z-index: 3;
    bottom: 70px;
}

@media screen and (max-width: 1200px) {
    .grid-blocks__item .astroid--large {
        width: 80px;
        height: 47px;
        top: 80px;
        bottom: auto;
    }
}

@media screen and (max-width: 1200px) {
    .grid-blocks__item .astroid--large {
        top: auto;
        bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .grid-blocks__item .astroid--large {
        display: none;
    }
}

.form-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 40;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

.is-active.form-popup {
    display: block;
}

@media screen and (max-width: 900px) {
    .overly-container {
        padding: 0 24px;
    }
}

@media screen and (max-width: 640px) {
    .overly-container {
        padding: 0;
    }
}

.form-wrapper {
    background-color: #fff;
    width: 768px;
    margin: 90px auto 48px auto;
    border-radius: 8px;
}

@media screen and (max-width: 900px) {
    .form-wrapper {
        width: 100%;
    }
}

.popup-form-header {
    background-color: #07172E;
    padding: 48px 64px 32px 64px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@media screen and (max-width: 900px) {
    .popup-form-header {
        padding: 48px 32px 32px 32px;
    }
}

@media screen and (max-width: 640px) {
    .popup-form-header {
        padding: 48px 24px 32px 24px;
    }
}

.popup-form-body {
    padding: 48px 64px 64px 64px;
}

@media screen and (max-width: 900px) {
    .popup-form-body {
        padding: 48px 32px 64px 32px;
    }
}

@media screen and (max-width: 640px) {
    .popup-form-body {
        padding: 48px 24px 64px 24px;
    }
}

.popup-form-header__title {
    color: #FBB040;
}

.popup-form-header__desc {
    color: #fff;
    margin-top: 8px;
}

.form {
    width: 520px;
}

@media screen and (max-width: 900px) {
    .form {
        width: 480px;
    }
}

@media screen and (max-width: 640px) {
    .form {
        width: 100%;
    }
}

.form-field:not(:first-child) {
    margin-top: 16px;
}

.input-field {
    border: 1px solid #1F74A8;
    width: 100%;
    height: 70px;
    border-radius: 8px;
    padding: 24px;
    color: #1BA9E0;
}

@media screen and (max-width: 640px) {
    .input-field {
        height: 60px;
        padding: 16px;
    }
}

.js-error .input-field {
    border: 1px solid #FF4E4E;
}

.textarea-field {
    border: 1px solid #1F74A8;
    width: 100%;
    height: 210px;
    border-radius: 8px;
    padding: 24px;
    color: #1BA9E0;
    resize: none;
}

@media screen and (max-width: 640px) {
    .textarea-field {
        height: 190px;
    }
}

textarea:focus {
    outline: 0;
}

.input-field:-ms-input-placeholder,
.textarea-field:-ms-input-placeholder {
    color: #9A9A9A;
}

.input-field::placeholder,
.textarea-field::placeholder {
    color: #9A9A9A;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

.form-btn-wrapper {
    margin-top: 32px;
}

.form-btn {
    border: 0;
    border-radius: 8px;
    height: 60px;
    padding: 0 32px;
    background-color: #1F74A8;
    color: #fff;
}

.close-icon {
    display: block;
    position: absolute;
    top: 32px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-image: url(../images/close-icon.svg);
}

.contactUS-header {
    position: relative;
    min-height: 200px;
    background-color: #07172E;
    padding: 48px 0 24px 0;
    overflow: hidden;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .contactUS-header {
        min-height: 170px;
        padding: 32px 0 24px 0;
    }
}

.contactUS-header__title {
    color: #FBB040;
}

.contactUS-header__body {
    margin-top: 16px;
    max-width: 480px;
}

    .contactUS-header__body p:not(:first-child) {
        margin-top: 16px;
    }

.contactUS-form-wrapper {
    padding: 48px 0 64px 0;
}

    .contactUS-form-wrapper .container {
        position: relative;
    }

.contact-us-shape {
    position: absolute;
    z-index: 3;
}

    .contact-us-shape.satellite {
        width: 126px;
        height: 88px;
        top: 90px;
    }

@media screen and (max-width: 640px) {
    .contact-us-shape.satellite {
        width: 97px;
        height: 67px;
        display: none;
    }
}

.contact-us-shape.stars {
    width: 44px;
    height: 44px;
    top: 30px;
}

.contact-us-shape.astronaut {
    width: 366px;
    height: 520px;
    top: 80px;
}

.contact-us-shape.planet {
    width: 308px;
    height: 180px;
    top: 115px;
}

@media screen and (max-width: 1200px) {
    .contact-us-shape.planet {
        width: 195px;
        height: 114px;
        top: 90px;
    }
}

@media screen and (max-width: 640px) {
    .contact-us-shape.planet {
        display: none;
    }
}

.contact-us-shape.astroid--large {
    width: 134px;
    height: 79px;
    bottom: 80px;
}

@media screen and (max-width: 1200px) {
    .contact-us-shape.astroid--large {
        width: 92px;
        height: 54px;
        bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .contact-us-shape.astroid--large {
        bottom: -30px;
    }
}

.thank-you-page {
    background-color: #F5F5F3;
}

.thank-you-section {
    padding: 64px 0 48px 0;
}

.thank-you-image {
    width: 217px;
    height: 324px;
    margin: 0 auto;
    background-image: url(../images/thank-you-robot.svg);
}

@media screen and (max-width: 1200px) {
    .thank-you-image {
        width: 191px;
        height: 285px;
    }
}

@media screen and (max-width: 900px) {
    .thank-you-image {
        width: 169px;
        height: 252px;
    }
}

@media screen and (max-width: 640px) {
    .thank-you-image {
        width: 126px;
        height: 187px;
    }
}

.thank-you-content {
    text-align: center;
    margin-top: 30px;
}

.thank-you-content__title {
    color: #054A77;
}

.thank-you-content__body {
    color: #9B9B9B;
    max-width: 600px;
    margin: 10px auto 40px auto;
}

.thank-you-content__link {
    background-color: #54D354;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 14px 64px 16px 64px;
    overflow: auto;
    margin-top: 40px;
}

.thank-you-social {
    margin-top: 72px;
}

@media screen and (max-width: 900px) {
    .thank-you-social {
        margin-top: 64px;
    }
}

@media screen and (max-width: 640px) {
    .thank-you-social {
        margin-top: 54px;
    }
}

.thank-you-social__title {
    color: #9B9B9B;
    text-align: center;
}

.thank-you-social .social-links {
    -ms-flex-pack: center;
    justify-content: center;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.features-section {
    padding: 64px 0 72px 0;
    background-color: #F5F5F3;
}

@media screen and (max-width: 640px) {
    .features-section {
        padding: 32px 0 54px 0;
    }
}

.features-section .content-block__title {
    color: #1F74A8;
}

.features-container {
    max-width: 1440px;
    margin: 54px auto 0 auto;
}

@media screen and (max-width: 1440px) {
    .features-container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .features-container {
        max-width: 100%;
        margin: 48px auto 0 auto;
    }
}

@media screen and (max-width: 640px) {
    .features-container {
        margin: 32px auto 0 auto;
    }
}

.slider-container {
    position: relative;
    width: 100%;
}

.slider {
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

    .slider:after {
        display: block;
        content: '';
        clear: both;
    }

.slider__item {
    position: relative;
    outline: 0;
}

@media screen and (max-width: 1200px) {
    .slider__item {
        width: 360px;
    }
}

@media screen and (max-width: 900px) {
    .slider__item {
        width: 340px;
    }
}

@media screen and (max-width: 640px) {
    .slider__item {
        width: 280px;
    }
}

@media screen and (max-width: 640px) {
    .slider__item {
        width: 300px;
    }
}

.Feature-card {
    position: relative;
    background-color: #fff;
    height: 320px;
    padding: 1px 24px 0 24px;
}

@media screen and (max-width: 640px) {
    .Feature-card {
        height: 280px;
    }
}

.Feature-card__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 153px;
    margin-top: 24px;
}

@media screen and (max-width: 640px) {
    .Feature-card__icon {
        height: 138px;
    }
}

.Feature-card__icon span {
    display: block;
}

.skills-breakdown-icon {
    background-image: url(../images/features-icons/skills-breakdown.svg);
    width: 90px;
    height: 132px;
}

@media screen and (max-width: 640px) {
    .skills-breakdown-icon {
        width: 81px;
        height: 119px;
    }
}

.skills-manage-icon {
    background-image: url(../images/features-icons/skills-manage.svg);
    width: 108px;
    height: 148px;
}

@media screen and (max-width: 640px) {
    .skills-manage-icon {
        width: 97px;
        height: 133px;
    }
}

.error-free-icon {
    background-image: url(../images/features-icons/error-free.svg);
    width: 125px;
    height: 132px;
}

@media screen and (max-width: 640px) {
    .error-free-icon {
        width: 113px;
        height: 119px;
    }
}

.question-levels-icon {
    background-image: url(../images/features-icons/difficulty-levels.svg);
    width: 106px;
    height: 127px;
}

@media screen and (max-width: 640px) {
    .question-levels-icon {
        width: 95px;
        height: 114px;
    }
}

.audio-reading-icon {
    background-image: url(../images/features-icons/audio-reading.svg);
    width: 170px;
    height: 96px;
}

@media screen and (max-width: 640px) {
    .audio-reading-icon {
        width: 153px;
        height: 86px;
    }
}

.interactive-question-icon {
    background-image: url(../images/features-icons/interactive-questions.svg);
    width: 120px;
    height: 128px;
}

@media screen and (max-width: 640px) {
    .interactive-question-icon {
        width: 108px;
        height: 115px;
    }
}

.assignment-practice-icon {
    background-image: url(../images/features-icons/assignment-practice.svg);
    width: 119px;
    height: 121px;
}

@media screen and (max-width: 640px) {
    .assignment-practice-icon {
        width: 107px;
        height: 109px;
    }
}

.rewards-badge-icon {
    background-image: url(../images/features-icons/badge-rewards.svg);
    width: 103px;
    height: 132px;
}

@media screen and (max-width: 640px) {
    .rewards-badge-icon {
        width: 93px;
        height: 119px;
    }
}

.differentiated-learning-icon {
    background-image: url(../images/features-icons/differentiated-learning.svg);
    width: 164px;
    height: 153px;
}

.diagnostic-exam-icon {
    background-image: url(../images/features-icons/diagnostic-exam.png);
    width: 164px;
    height: 153px;
}

@media screen and (max-width: 640px) {
    .differentiated-learning-icon {
        width: 148px;
        height: 138px;
    }

    .diagnostic-exam-icon {
        width: 148px;
        height: 138px;
    }
}

.automatic-grading-icon {
    background-image: url(../images/features-icons/automatic-grading.svg);
    width: 145px;
    height: 153px;
}

@media screen and (max-width: 640px) {
    .automatic-grading-icon {
        width: 131px;
        height: 138px;
    }
}

.monitor-students-icon {
    background-image: url(../images/features-icons/monitor-students.svg);
    width: 120px;
    height: 104px;
}

@media screen and (max-width: 640px) {
    .monitor-students-icon {
        width: 108px;
        height: 94px;
    }
}

.curricula-icon {
    background-image: url(../images/features-icons/curricula-icon.svg);
    width: 113px;
    height: 145px;
}

@media screen and (max-width: 640px) {
    .curricula-icon {
        width: 120px;
        height: 131px;
    }
}

.levelled-reading-icon {
    background-image: url(../images/features-icons/levelled-reading-icon.svg);
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 640px) {
    .levelled-reading-icon {
        width: 108px;
        height: 108px;
    }
}

.suitable-ages-icon {
    background-image: url(../images/features-icons/ages-icon.svg);
    width: 124px;
    height: 124px;
}

@media screen and (max-width: 640px) {
    .suitable-ages-icon {
        width: 112px;
        height: 112px;
    }
}

.mapped-standards-icon {
    background-image: url(../images/features-icons/mapped-stan.svg);
    width: 130px;
    height: 130px;
}

@media screen and (max-width: 640px) {
    .mapped-standards-icon {
        width: 115px;
        height: 115px;
    }
}

.Feature-card__content {
    color: #07172E;
    text-align: center;
    margin-top: 24px;
}

.content-block--slider {
    position: relative;
}

.slider-controlers {
    position: absolute;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
}

@media screen and (max-width: 1200px) {
    .slider-controlers {
        display: none;
    }
}

.slider-controlers__item {
    width: 40px;
    height: 40px;
    background-image: url(../images/slider-arrow--circle.svg);
    cursor: pointer;
    transition: 0.3s;
}

    .slider-controlers__item:hover {
        background-image: url(../images/slider-arrow--circle--hover.svg);
    }

.inner-about-section--about .inner-hero-about-image {
    width: 295px;
    height: 277px;
    top: 50px;
}

@media screen and (max-width: 900px) {
    .inner-about-section--about .inner-hero-about-image {
        width: 254px;
        height: 238px;
        top: 100px;
    }
}

@media screen and (max-width: 640px) {
    .inner-about-section--about .inner-hero-about-image {
        display: none;
    }
}

.inner-about-section--about .inner-hero-small-rock {
    width: 59px;
    height: 51px;
    top: 80px;
}

@media screen and (max-width: 900px) {
    .inner-about-section--about .inner-hero-small-rock {
        width: 55px;
        height: 47px;
        top: 30px;
    }
}

.text-banner {
    position: relative;
    padding: 58px 0 62px 0;
    background-color: #1BA9E0;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .text-banner {
        padding: 48px 0 58px 0;
    }
}

@media screen and (max-width: 900px) {
    .text-banner {
        padding: 48px 0 48px 0;
    }
}

.text-banner .container {
    position: relative;
}

.text-banner__body {
    color: #fff;
    max-width: 699px;
}

@media screen and (max-width: 1200px) {
    .text-banner__body {
        max-width: 580px;
    }
}

@media screen and (max-width: 900px) {
    .text-banner__body {
        max-width: 520px;
    }
}

@media screen and (max-width: 640px) {
    .text-banner__body {
        max-width: 80%;
    }
}

@media screen and (max-width: 640px) {
    .text-banner__body {
        max-width: 100%;
    }
}

.text-banner__icon {
    position: absolute;
    z-index: 3;
    display: block;
}

    .text-banner__icon.moon-blue {
        width: 88px;
        height: 88px;
        bottom: -30px;
    }

@media screen and (max-width: 1200px) {
    .text-banner__icon.moon-blue {
        width: 66px;
        height: 66px;
    }
}

@media screen and (max-width: 640px) {
    .text-banner__icon.moon-blue {
        bottom: -70px;
    }
}

.text-banner__icon.moon-blue--opacity {
    width: 88px;
    height: 88px;
    top: -50px;
}

@media screen and (max-width: 1200px) {
    .text-banner__icon.moon-blue--opacity {
        width: 66px;
        height: 66px;
        top: -30px;
    }
}

.text-banner__icon.stars-bold {
    width: 324px;
    height: 158px;
    top: 20px;
}

@media screen and (max-width: 1200px) {
    .text-banner__icon.stars-bold {
        width: 244px;
        height: 119px;
    }
}

@media screen and (max-width: 640px) {
    .text-banner__icon.stars-bold {
        display: none;
    }
}

.about-body-section {
    position: relative;
    padding: 70px 0 110px 0;
}

@media screen and (max-width: 1200px) {
    .about-body-section {
        padding: 54px 0 110px 0;
    }
}

@media screen and (max-width: 640px) {
    .about-body-section {
        padding: 32px 0 110px 0;
    }
}

.about-body-section .content-block__title {
    color: #1F74A8;
}

.about-body-section .content-block__body {
    margin-top: 32px;
    max-width: 760px;
}

@media screen and (max-width: 1440px) {
    .about-body-section .content-block__body {
        max-width: 640px;
    }
}

@media screen and (max-width: 1200px) {
    .about-body-section .content-block__body {
        margin-top: 16px;
    }
}

@media screen and (max-width: 900px) {
    .about-body-section .content-block__body {
        max-width: 100%;
    }
}

.about-body-section .content-block__body p:not(:first-child) {
    margin-top: 24px;
}

.content-block__bravoICon {
    width: 122px;
    height: 43px;
    margin-top: 54px;
    background-image: url(../images/sotware.svg);
}

@media screen and (max-width: 900px) {
    .content-block__bravoICon {
        margin-top: 48px;
    }
}

@media screen and (max-width: 640px) {
    .content-block__bravoICon {
        width: 107px;
        height: 38px;
    }
}

.snow-hosue-file-image {
    position: absolute;
    width: 523px;
    height: 272px;
    z-index: 3;
    bottom: -50px;
    background-image: url(../images/snow-house-fire.svg);
}

@media screen and (max-width: 1440px) {
    .snow-hosue-file-image {
        width: 431px;
        height: 226px;
        bottom: -50px;
    }
}

@media screen and (max-width: 1200px) {
    .snow-hosue-file-image {
        width: 356px;
        height: 187px;
        bottom: -40px;
    }
}

@media screen and (max-width: 640px) {
    .snow-hosue-file-image {
        width: 260px;
        height: 136px;
        bottom: -35px;
    }
}

.numbers-section {
    padding: 64px 0 54px 0;
    background-color: #F5F5F3;
}

    .numbers-section .content-block__title {
        color: #1F74A8;
    }

    .numbers-section .content-block__body {
        max-width: 552px;
    }

.numbers-list {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 72px;
}

@media screen and (max-width: 1440px) {
    .numbers-list {
        margin-top: 64px;
    }
}

@media screen and (max-width: 640px) {
    .numbers-list {
        margin-top: 48px;
    }
}

@media screen and (max-width: 480px) {
    .numbers-list {
        display: block;
    }
}

.numbers-list__item {
    position: relative;
    width: 16.666666666666667%;
    -ms-flex: 0 0 16.666666666666667%;
    flex: 0 0 16.666666666666667%;
}

@media screen and (max-width: 1200px) {
    .numbers-list__item {
        width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 900px) {
    .numbers-list__item {
        width: 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
}

@media screen and (max-width: 640px) {
    .numbers-list__item {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 480px) {
    .numbers-list__item {
        width: 80%;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        margin: 0 auto;
    }
}

.numbers-list__thumbnail {
    position: relative;
    border-radius: 50%;
    padding-top: 100%;
}

.numbers-info-block {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 24px;
    z-index: 3;
    color: #EFF0F0;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .numbers-info-block {
        padding: 0 32px;
    }
}

.numbers-info-block__body {
    margin-top: 4px;
}

.families-pricing-section {
    background-color: #F5F5F3;
    padding: 64px 0 80px 0;
}

@media screen and (max-width: 900px) {
    .families-pricing-section {
        padding: 54px 0 72px 0;
    }
}

@media screen and (max-width: 640px) {
    .families-pricing-section {
        padding: 32px 0 64px 0;
    }
}

.families-pricing-section .content-block__title {
    color: #1F74A8;
}

.families-pricing-section .content-block__body {
    max-width: 760px;
}

@media screen and (max-width: 1440px) {
    .families-pricing-section .content-block__body {
        max-width: 640px;
    }
}

@media screen and (max-width: 900px) {
    .families-pricing-section .content-block__body {
        max-width: 100%;
    }
}

.families-pricing-section .pricing-container {
    margin: 0 auto;
    max-width: 1200px;
}

@media screen and (max-width: 1200px) {
    .families-pricing-section .pricing-container {
        max-width: 100%;
        padding: 0 48px;
    }
}

@media screen and (max-width: 640px) {
    .families-pricing-section .pricing-container {
        max-width: 100%;
        padding: 0 24px;
    }
}

.families-pricing-section .pricing-blocks {
    margin-top: 54px;
}

@media screen and (max-width: 900px) {
    .families-pricing-section .pricing-blocks {
        margin-top: 48px;
    }
}

@media screen and (max-width: 480px) {
    .families-pricing-section .pricing-blocks {
        margin-top: 150px;
    }
}

.families-pricing-section .pricing-blocks__item {
    width: 33.333%;
}

@media screen and (max-width: 900px) {
    .families-pricing-section .pricing-blocks__item {
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    .families-pricing-section .pricing-blocks__item {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .families-pricing-section .pricing-blocks__item {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .families-pricing-section .pricing-blocks__item:not(:first-child) {
        margin-top: 32px;
    }
}

@media screen and (max-width: 480px) {
    .families-pricing-section .pricing-blocks__item:not(:first-child) {
        margin-top: 150px;
    }
}

.families-pricing-section .price-card {
    background-color: #fff;
    padding: 16px 0 54px 0;
    border-radius: 5px;
}

.families-pricing-section .pricing-blocks__item--orange .price-card {
    border-top: 10px solid #F06925;
}

.families-pricing-section .pricing-blocks__item--green .price-card {
    border-top: 10px solid #3CB772;
}

.families-pricing-section .pricing-blocks__item--red .price-card {
    border-top: 10px solid #CD655F;
}

.families-pricing-section .price-card__icon {
    width: 151px;
    height: 168px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .families-pricing-section .price-card__icon {
        width: 113px;
        height: 125px;
    }
}

@media screen and (max-width: 900px) {
    .families-pricing-section .price-card__icon {
        width: auto;
        height: auto;
    }
}

.families-pricing-section .price-card__icon .dragon {
    background-image: url(../images/pricing/dragon.png);
    -ms-flex: 0 0 111px;
    flex: 0 0 111px;
    width: 111px;
    height: 168px;
}

@media screen and (max-width: 1200px) {
    .families-pricing-section .price-card__icon .dragon {
        -ms-flex: 0 0 84px;
        flex: 0 0 84px;
        width: 84px;
        height: 125px;
    }
}

@media screen and (max-width: 900px) {
    .families-pricing-section .price-card__icon .dragon {
        -ms-flex: 0 0 111px;
        flex: 0 0 111px;
        width: 111px;
        height: 168px;
    }
}

@media screen and (max-width: 480px) {
    .families-pricing-section .price-card__icon .dragon {
        margin-top: -150px;
    }
}

.families-pricing-section .price-card__icon .robot {
    background-image: url(../images/pricing/robot.png);
    -ms-flex: 0 0 151px;
    flex: 0 0 151px;
    width: 151px;
    height: 143px;
}

@media screen and (max-width: 1200px) {
    .families-pricing-section .price-card__icon .robot {
        -ms-flex: 0 0 113px;
        flex: 0 0 113px;
        width: 113px;
        height: 107px;
    }
}

@media screen and (max-width: 900px) {
    .families-pricing-section .price-card__icon .robot {
        -ms-flex: 0 0 151px;
        flex: 0 0 151px;
        width: 151px;
        height: 143px;
    }
}

@media screen and (max-width: 480px) {
    .families-pricing-section .price-card__icon .robot {
        margin-top: -140px;
    }
}

.families-pricing-section .price-card__icon .penguin {
    background-image: url(../images/pricing/pengiun.png);
    -ms-flex: 0 0 137px;
    flex: 0 0 137px;
    width: 137px;
    height: 139px;
}

@media screen and (max-width: 1200px) {
    .families-pricing-section .price-card__icon .penguin {
        -ms-flex: 0 0 107px;
        flex: 0 0 107px;
        width: 107px;
        height: 109px;
    }
}

@media screen and (max-width: 900px) {
    .families-pricing-section .price-card__icon .penguin {
        -ms-flex: 0 0 137px;
        flex: 0 0 137px;
        width: 137px;
        height: 139px;
    }
}

@media screen and (max-width: 480px) {
    .families-pricing-section .price-card__icon .penguin {
        margin-top: -140px;
    }
}

.families-pricing-section .price-card__title {
    text-align: center;
    color: #4A4A4A;
    margin-top: 30px;
}

.families-pricing-section .prices-list {
    padding: 0 45px;
    margin-top: 50px;
}

@media screen and (max-width: 1200px) {
    .families-pricing-section .prices-list {
        padding: 0 24px;
    }
}

@media screen and (max-width: 900px) {
    .families-pricing-section .prices-list {
        padding: 0 48px;
    }
}

@media screen and (max-width: 480px) {
    .families-pricing-section .prices-list {
        padding: 0 24px;
    }
}

.families-pricing-section .prices-list__item {
    border-bottom: 1px solid #EDEDED;
}

    .families-pricing-section .prices-list__item:not(:first-child) {
        margin-top: 35px;
    }

.families-pricing-section .price-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 10px 10px;
}

.families-pricing-section .price-info__title {
    color: #9A9A9A;
}

.families-pricing-section .pricing-blocks__item--orange .price-info__value {
    color: #F06925;
}

.families-pricing-section .pricing-blocks__item--green .price-info__value {
    color: #3CB772;
}

.families-pricing-section .pricing-blocks__item--red .price-info__value {
    color: #CD655F;
}

.school-pricing-section {
    background-color: #F5F5F3;
    padding: 64px 0 80px 0;
}

@media screen and (max-width: 900px) {
    .school-pricing-section {
        padding: 54px 0 72px 0;
    }
}

@media screen and (max-width: 640px) {
    .school-pricing-section {
        padding: 32px 0 64px 0;
    }
}

.school-pricing-section .pricing-section .content-block__title {
    color: #1F74A8;
}

.school-pricing-section .pricing-section .content-block__body {
    max-width: 760px;
}

@media screen and (max-width: 1440px) {
    .school-pricing-section .pricing-section .content-block__body {
        max-width: 640px;
    }
}

@media screen and (max-width: 900px) {
    .school-pricing-section .pricing-section .content-block__body {
        max-width: 100%;
    }
}

.school-pricing-section .pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .school-pricing-section .pricing-container {
        max-width: 100%;
        padding: 0 48px;
    }
}

@media screen and (max-width: 640px) {
    .school-pricing-section .pricing-container {
        max-width: 100%;
        padding: 0 24px;
    }
}

.school-pricing-section .pricing-blocks {
    margin-top: 54px;
}

@media screen and (max-width: 900px) {
    .school-pricing-section .pricing-blocks {
        margin-top: 48px;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .pricing-blocks {
        margin-top: 32px;
    }
}

.school-pricing-section .pricing-blocks__item {
    width: 33.333%;
}

@media screen and (max-width: 900px) {
    .school-pricing-section .pricing-blocks__item {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .school-pricing-section .pricing-blocks__item:not(:first-child) {
        margin-top: 32px;
    }
}

.school-pricing-section .price-card {
    background-color: #fff;
    padding: 16px 0 30px 0;
    border-radius: 5px;
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 16px 24px;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card {
        display: block;
        padding: 24px 0 32px 0;
    }
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card-intro {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card-intro {
        display: block;
    }
}

.school-pricing-section .pricing-blocks__item--orange .price-card {
    border-top: 10px solid #F06925;
}

.school-pricing-section .pricing-blocks__item--green .price-card {
    border-top: 10px solid #3CB772;
}

.school-pricing-section .pricing-blocks__item--red .price-card {
    border-top: 10px solid #CD655F;
}

.school-pricing-section .price-card__icon {
    width: 151px;
    height: 168px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .school-pricing-section .price-card__icon {
        width: 113px;
        height: 125px;
    }
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card__icon {
        width: 151px;
        height: 168px;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card__icon {
        width: 113px;
        height: 125px;
        margin: 0 auto;
    }
}

.school-pricing-section .price-card__icon .dragon {
    background-image: url(../images/pricing/dragon.png);
    -ms-flex: 0 0 111px;
    flex: 0 0 111px;
    width: 111px;
    height: 168px;
}

@media screen and (max-width: 1200px) {
    .school-pricing-section .price-card__icon .dragon {
        -ms-flex: 0 0 84px;
        flex: 0 0 84px;
        width: 84px;
        height: 125px;
    }
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card__icon .dragon {
        -ms-flex: 0 0 111px;
        flex: 0 0 111px;
        width: 111px;
        height: 168px;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card__icon .dragon {
        -ms-flex: 0 0 84px;
        flex: 0 0 84px;
        width: 84px;
        height: 125px;
    }
}

.school-pricing-section .price-card__icon .robot {
    background-image: url(../images/pricing/robot.png);
    -ms-flex: 0 0 151px;
    flex: 0 0 151px;
    width: 151px;
    height: 143px;
}

@media screen and (max-width: 1200px) {
    .school-pricing-section .price-card__icon .robot {
        -ms-flex: 0 0 113px;
        flex: 0 0 113px;
        width: 113px;
        height: 107px;
    }
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card__icon .robot {
        -ms-flex: 0 0 151px;
        flex: 0 0 151px;
        width: 151px;
        height: 143px;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card__icon .robot {
        -ms-flex: 0 0 113px;
        flex: 0 0 113px;
        width: 113px;
        height: 107px;
    }
}

.school-pricing-section .price-card__icon .penguin {
    background-image: url(../images/pricing/pengiun.png);
    -ms-flex: 0 0 137px;
    flex: 0 0 137px;
    width: 137px;
    height: 139px;
}

@media screen and (max-width: 1200px) {
    .school-pricing-section .price-card__icon .penguin {
        -ms-flex: 0 0 107px;
        flex: 0 0 107px;
        width: 107px;
        height: 109px;
    }
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card__icon .penguin {
        -ms-flex: 0 0 137px;
        flex: 0 0 137px;
        width: 137px;
        height: 139px;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card__icon .penguin {
        -ms-flex: 0 0 107px;
        flex: 0 0 107px;
        width: 107px;
        height: 109px;
    }
}

.school-pricing-section .price-card__info {
    margin-top: 20px;
}

    .school-pricing-section .price-card__info .title {
        color: #9A9A9A;
    }

    .school-pricing-section .price-card__info .body {
        color: #4A4A4A;
        margin-top: 7px;
    }

.school-pricing-section .price-card__old {
    color: #D4D4D4;
    position: relative;
    margin-top: 30px;
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card__old {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card__old {
        margin-top: 24px;
    }
}

.school-pricing-section .price-card__old .sympol {
    vertical-align: text-top;
}

.school-pricing-section .price-card__old .number {
    vertical-align: text-top;
    position: relative;
}

    .school-pricing-section .price-card__old .number:after {
        content: '';
        position: absolute;
        width: 110px;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) rotate(160deg);
        background-color: #000;
    }

.school-pricing-section .price-card__new {
    margin-top: 30px;
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card__new {
        margin-top: 8px;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card__new {
        margin-top: 24px;
    }
}

.school-pricing-section .price-card__new .price-value {
    vertical-align: text-top;
}

.school-pricing-section .price-card__new .price-desc {
    margin-top: 16px;
    color: #9A9A9A;
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card__new .price-desc {
        margin-top: 0;
    }
}

.school-pricing-section .price-card__new .price-value span {
    color: #9A9A9A;
    vertical-align: text-top;
}

.school-pricing-section .pricing-blocks__item--orange .price-value {
    color: #F06925;
}

.school-pricing-section .pricing-blocks__item--green .price-value {
    color: #3CB772;
}

.school-pricing-section .pricing-blocks__item--red .price-value {
    color: #CD655F;
}

.families-highlights-block {
    position: relative;
    height: 700px;
}

@media screen and (max-width: 1440px) {
    .families-highlights-block {
        height: 600px;
    }
}

@media screen and (max-width: 1200px) {
    .families-highlights-block {
        height: 560px;
    }
}

@media screen and (max-width: 900px) {
    .families-highlights-block {
        height: auto;
    }
}

.families-highlights-block .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 900px) {
    .families-highlights-block .container {
        display: block;
    }
}

@media screen and (max-width: 900px) {
    .families-highlights-block .block-intro {
        padding: 54px 0 48px 0;
    }
}

.families-highlights-block--assignments .container {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.highlights-thumbnail {
    display: none;
}

@media screen and (max-width: 900px) {
    .highlights-thumbnail {
        display: block;
    }
}

.highlights-thumbnail img {
    max-width: 100%;
}

@media screen and (max-width: 900px) {
    .highlights-thumbnail--tablet {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .highlights-thumbnail--tablet {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .highlights-thumbnail--mobile {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .highlights-thumbnail--mobile {
        display: block;
    }
}

.families-highlights-block--statistics .mobile-device-image {
    display: block;
    position: absolute;
    bottom: 50px;
    width: 200px;
    height: 381px;
    z-index: 2;
    background-image: url(../images/families/statistics--mobile-icon.png);
}

@media screen and (max-width: 1440px) {
    .families-highlights-block--statistics .mobile-device-image {
        bottom: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .families-highlights-block--statistics .mobile-device-image {
        width: 138px;
        height: 269px;
        bottom: 50px;
    }
}

@media screen and (max-width: 900px) {
    .families-highlights-block--statistics .mobile-device-image {
        bottom: -20px;
        width: 110px;
        height: 215px;
    }
}

@media screen and (max-width: 480px) {
    .families-highlights-block--statistics .mobile-device-image {
        bottom: -30px;
        width: 86px;
        height: 167px;
    }
}

.coming-soon-section {
    position: relative;
    background-color: #49BFE1;
    color: #fff;
    height: 468px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .coming-soon-section {
        height: 420px;
    }
}

@media screen and (max-width: 640px) {
    .coming-soon-section {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .coming-soon-section {
        height: 500px;
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .coming-soon-block__title {
        padding-top: 160px;
    }
}

.coming-soon-block__body {
    margin-top: 20px;
}

.coming-soon-form {
    margin-top: 32px;
    max-width: 420px;
}

@media screen and (max-width: 480px) {
    .coming-soon-form {
        max-width: 100%;
        padding: 0 24px;
    }
}

.coming-soon-form__email {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    padding: 20px 26px;
}

    .coming-soon-form__email::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
    }

    .coming-soon-form__email::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
    }

    .coming-soon-form__email:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    .coming-soon-form__email:-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
    }

.coming-soon-form__btn {
    background-color: #1F74A8;
    color: #fff;
    padding: 16px 34px;
    border: 0;
    border-radius: 100px;
    margin-top: 32px;
    cursor: pointer;
}

.coming-soon-section .shape {
    position: absolute;
    z-index: 1;
    display: block;
}

.coming-soon-section .cloud-thunder {
    background-image: url(../images/cloud-thunder.svg);
    width: 234px;
    height: 336px;
    bottom: 60px;
    background-size: contain;
}

@media screen and (max-width: 1200px) {
    .coming-soon-section .cloud-thunder {
        width: 187px;
        height: 268px;
        bottom: 18px;
    }
}

@media screen and (max-width: 900px) {
    .coming-soon-section .cloud-thunder {
        width: 145px;
        height: 207px;
        bottom: 48px;
    }
}

@media screen and (max-width: 640px) {
    .coming-soon-section .cloud-thunder {
        display: block;
        bottom: auto;
        width: 120px;
        height: 170px;
        top: 16px;
    }
}

.coming-soon-section .cloud {
    background-image: url(../images/cloud.svg);
    width: 113px;
    height: 71px;
    bottom: 32px;
}

@media screen and (max-width: 1200px) {
    .coming-soon-section .cloud {
        width: 81px;
        height: 52px;
        bottom: 28px;
    }
}

@media screen and (max-width: 900px) {
    .coming-soon-section .cloud {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .coming-soon-section .cloud {
        display: block;
        top: 64px;
    }
}

.coming-soon-section .robot {
    background-image: url(../images/robot--green.svg);
    width: 333px;
    height: 487px;
    bottom: -160px;
}

@media screen and (max-width: 1440px) {
    .coming-soon-section .robot {
        width: 273px;
        height: 399px;
        bottom: -140px;
    }
}

@media screen and (max-width: 1200px) {
    .coming-soon-section .robot {
        width: 230px;
        height: 335px;
        bottom: -120px;
    }
}

@media screen and (max-width: 900px) {
    .coming-soon-section .robot {
        width: 160px;
        height: 233px;
        bottom: -70px;
    }
}

@media screen and (max-width: 640px) {
    .coming-soon-section .robot {
        display: none;
    }
}

/* base/_fonts.scss */
@font-face {
    font-family: DroidKufi-Bold;
    src: url("../fonts/DroidKufi-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DroidKufi-Regular;
    src: url("../fonts/DroidKufi-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DroidNaskh-Regular;
    src: url("../fonts/DroidNaskh-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: GothamRnd-Medium;
    src: url("../fonts/GothamRnd-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: GothamRnd-Book;
    src: url("../fonts/GothamRnd-Book.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: GothamRnd-Bold;
    src: url("../fonts/GothamRnd-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}

body {
    direction: rtl;
}

.footer-menu {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 21px;
    line-height: 23px;
    margin-right: -32px;
}

@media screen and (max-width: 1200px) {
    .footer-menu {
        font-size: 19px;
        line-height: 21px;
    }
}

@media screen and (max-width: 900px) {
    .footer-menu {
        font-size: 18px;
        line-height: 20px;
        margin-right: -24px;
    }
}

@media screen and (max-width: 640px) {
    .footer-menu {
        margin-right: 0;
    }
}

.footer-menu__item {
    padding-right: 32px;
}

@media screen and (max-width: 900px) {
    .footer-menu__item {
        padding-right: 24px;
    }
}

@media screen and (max-width: 640px) {
    .footer-menu__item {
        padding-right: 0;
    }
}

.sub-menu {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.social-media-block__title {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-left: 12px;
}

@media screen and (max-width: 640px) {
    .social-media-block__title {
        margin-left: 0;
    }
}

.social-links__link:not(:first-child) {
    margin-right: 10px;
}

.sub-footer {
    font-family: "GothamRnd-Book", sans-serif;
    font-size: 18px;
    line-height: 20px;
}

@media screen and (max-width: 640px) {
    .sub-footer {
        font-size: 16px;
        line-height: 18px;
    }
}

.sub-footer__poweredBy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 640px) {
    .sub-footer__poweredBy {
        margin-top: 18px;
    }
}

.sub-footer__poweredBy .icon {
    margin-left: 4px;
}

/*------------------------------------*\
  #MAIN-MENU
\*------------------------------------*/
.main-menu {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 18px;
    margin-left: 16px;
}

.main-menu__link {
    padding-left: 26px;
}

.main-menu__link--selected {
    font-family: "DroidKufi-Bold", sans-serif;
    color: #1BA9E0;
}

.header-actions__signin {
    font-family: "DroidKufi-Bold", sans-serif;
    /*font-size: 18px;*/
    line-height: 22px;
    margin-left: 12px;
}

.header-actions__signup {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 18px;
    line-height: 22px;
}

.header-actions__language {
    font-family: "GothamRnd-Book", sans-serif;
    line-height: 16px;
    font-size: 16px;
}

/*------------------------------------*\
  #MOBILE-MENU
\*------------------------------------*/
@media screen and (max-width: 1200px) {
    .mobile-menu-wrapper {
        left: 0;
    }
}

.close-menu-icon {
    left: 48px;
}

@media screen and (max-width: 640px) {
    .close-menu-icon {
        left: 24px;
    }
}

.mobile-menu-list {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 34px;
    line-height: 38px;
}

@media screen and (max-width: 480px) {
    .mobile-menu-list {
        font-size: 30px;
        line-height: 34px;
    }
}

.mobile-language-toggle {
    font-family: "GothamRnd-Book", sans-serif;
    font-size: 20px;
    line-height: 20px;
}

@media screen and (max-width: 480px) {
    .mobile-language-toggle {
        font-size: 14px;
        line-height: 16px;
    }
}

.moible-footer-actions {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 18px;
    line-height: 20px;
}

@media screen and (max-width: 480px) {
    .moible-footer-actions {
        font-size: 14px;
        line-height: 16px;
    }
}

.moible-footer-actions__item--signin {
    margin-left: 12px;
}

@media screen and (max-width: 480px) {
    .moible-footer-actions__item--signin {
        margin-left: 6px;
    }
}

.website-intro__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 50px;
    line-height: 70px;
}

@media screen and (max-width: 1200px) {
    .website-intro__title {
        font-size: 46px;
        line-height: 64px;
    }
}

@media screen and (max-width: 900px) {
    .website-intro__title {
        font-size: 40px;
        line-height: 58px;
    }
}

@media screen and (max-width: 640px) {
    .website-intro__title {
        font-size: 32px;
        line-height: 52px;
    }
}

@media screen and (max-width: 480px) {
    .website-intro__title {
        font-size: 30px;
        line-height: 50px;
    }
}

.website-intro__desc {
    font-family: "DroidNaskh-Regular", sans-serif;
    font-size: 21px;
    line-height: 39px;
}

@media screen and (max-width: 1200px) {
    .website-intro__desc {
        font-size: 20px;
        line-height: 32px;
    }
}

@media screen and (max-width: 640px) {
    .website-intro__desc {
        font-size: 18px;
        line-height: 30px;
    }
}

/*------------------------------------*\
  #HERO-SHAPES
\*------------------------------------*/
.math-planet {
    left: 150px;
}

@media screen and (max-width: 1200px) {
    .math-planet {
        left: 80px;
    }
}

@media screen and (max-width: 900px) {
    .math-planet {
        left: 24px;
    }
}

.snow-planet {
    left: -200px;
}

@media screen and (max-width: 1200px) {
    .snow-planet {
        left: -170px;
    }
}

@media screen and (max-width: 900px) {
    .snow-planet {
        left: -80px;
    }
}

.fire-planet {
    right: -200px;
    bottom: -90px;
}

@media screen and (max-width: 1200px) {
    .fire-planet {
        right: -160px;
    }
}

@media screen and (max-width: 900px) {
    .fire-planet {
        bottom: -20px;
        right: -50px;
    }
}

.hero-section .satellite {
    right: 79px;
}

@media screen and (max-width: 900px) {
    .hero-section .satellite {
        right: 24px;
    }
}

.hero-section .hero-stars {
    right: 120px;
}

.rotate-animation-snow {
    animation: rotation-snow 260s infinite linear;
}

@keyframes rotation-snow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.rotate-animation-fire {
    animation: rotation-fire 200s infinite linear;
}

@keyframes rotation-fire {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.rotate-animation-math {
    animation: rotation-math 160s infinite linear;
}

@keyframes rotation-math {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.introduction-text {
    font-family: "DroidNaskh-Regular", sans-serif;
    font-size: 21px;
    line-height: 38px;
    padding-top: 84px;
}

@media screen and (max-width: 1200px) {
    .introduction-text {
        font-size: 20px;
        line-height: 36px;
    }
}

@media screen and (max-width: 480px) {
    .introduction-text {
        font-size: 18px;
        line-height: 28px;
    }
}

.features-list {
    margin-right: -8px;
}

@media screen and (max-width: 1440px) {
    .features-list {
        margin-right: -3px;
    }
}

@media screen and (max-width: 900px) {
    .features-list {
        margin-right: 0;
    }
}

.features-list__item {
    padding-right: 8px;
    float: right;
}

@media screen and (max-width: 1440px) {
    .features-list__item {
        padding-right: 3px;
    }
}

@media screen and (max-width: 900px) {
    .features-list__item {
        float: none;
        padding-left: 0;
    }
}

.feature-block__shape {
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 900px) {
    .feature-block__shape {
        left: 32px;
        transform: none;
    }
}

@media screen and (max-width: 480px) {
    .feature-block__shape {
        left: 50%;
        transform: translateX(-50%);
    }
}

.feature-block__title {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 20px;
    line-height: 30px;
}

@media screen and (max-width: 1440px) {
    .feature-block__title {
        font-size: 17px;
        line-height: 27px;
    }
}

@media screen and (max-width: 1200px) {
    .feature-block__title {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 900px) {
    .feature-block__title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 640px) {
    .feature-block__title {
        font-size: 18px;
        line-height: 24px;
    }
}

.feature-block__title:before {
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
    .feature-block__title:before {
        top: -30px;
    }
}

@media screen and (max-width: 900px) {
    .feature-block__title:before {
        left: auto;
        right: -26px;
        top: 5px;
        transform: none;
    }
}

@media screen and (max-width: 480px) {
    .feature-block__title:before {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 480px) {
    .feature-block__title:before {
        top: -25px;
    }
}

.spaceship-img {
    right: -80px;
    transform: rotateY(180deg);
}

@media screen and (max-width: 480px) {
    .spaceship-img {
        right: -50px;
    }
}

.how-it-works-section .section-title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 40px;
    line-height: 60px;
}

@media screen and (max-width: 1200px) {
    .how-it-works-section .section-title {
        font-size: 36px;
        line-height: 56px;
    }
}

@media screen and (max-width: 480px) {
    .how-it-works-section .section-title {
        font-size: 30px;
        line-height: 40px;
    }
}

.wrapper--left {
    float: right;
}

@media screen and (max-width: 900px) {
    .wrapper--left {
        float: none;
    }
}

.wrapper--right {
    float: left;
}

@media screen and (max-width: 900px) {
    .wrapper--right {
        float: none;
    }
}

.howIt-works-block--learners .wrapper__info {
    padding-left: 126px;
}

@media screen and (max-width: 1200px) {
    .howIt-works-block--learners .wrapper__info {
        padding-left: 70px;
    }
}

@media screen and (max-width: 900px) {
    .howIt-works-block--learners .wrapper__info {
        padding-left: 0;
    }
}

.howIt-works-block--parent .wrapper__info {
    padding: 0 80px 0 40px;
}

@media screen and (max-width: 1200px) {
    .howIt-works-block--parent .wrapper__info {
        padding: 0 60px 0 20px;
    }
}

@media screen and (max-width: 900px) {
    .howIt-works-block--parent .wrapper__info {
        padding: 0;
    }
}

.howIt-works-block--teacher .wrapper__info {
    padding-left: 98px;
}

@media screen and (max-width: 900px) {
    .howIt-works-block--teacher .wrapper__info {
        padding: 0;
    }
}

.howIt-works-block--school .wrapper__info {
    padding: 0 100px 0 140px;
}

@media screen and (max-width: 1200px) {
    .howIt-works-block--school .wrapper__info {
        padding: 0 60px 0 20px;
    }
}

@media screen and (max-width: 900px) {
    .howIt-works-block--school .wrapper__info {
        padding: 0;
    }
}

.howIt-works-block--groupOfSchools .wrapper__info {
    padding: 0 100px 0 140px;
}

@media screen and (max-width: 1200px) {
    .howIt-works-block--groupOfSchools .wrapper__info {
        padding: 0 60px 0 20px;
    }
}

@media screen and (max-width: 900px) {
    .howIt-works-block--groupOfSchools .wrapper__info {
        padding: 0;
    }
}

.content-block__num {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 26px;
    line-height: 48px;
}

@media screen and (max-width: 1200px) {
    .content-block__num {
        font-size: 22px;
        line-height: 44px;
    }
}

@media screen and (max-width: 480px) {
    .content-block__num {
        font-size: 20px;
        line-height: 42px;
    }
}

.content-block__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 26px;
    line-height: 42px;
}

@media screen and (max-width: 1200px) {
    .content-block__title {
        font-size: 22px;
        line-height: 44px;
    }
}

@media screen and (max-width: 480px) {
    .content-block__title {
        font-size: 20px;
        line-height: 32px;
    }
}

.content-block__body {
    font-family: "DroidNaskh-Regular", sans-serif;
    font-size: 18px;
    line-height: 32px;
}

@media screen and (max-width: 480px) {
    .content-block__body {
        font-size: 16px;
        line-height: 29px;
    }
}

.planet-img {
    left: -100px;
}

@media screen and (max-width: 1200px) {
    .planet-img {
        left: -80px;
    }
}

@media screen and (max-width: 480px) {
    .planet-img {
        left: -65px;
    }
}

.astroid-img {
    left: 107px;
}

@media screen and (max-width: 1200px) {
    .astroid-img {
        left: 50px;
    }
}

.get-info-section .section-title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 60px;
    line-height: 60px;
}

@media screen and (max-width: 1200px) {
    .get-info-section .section-title {
        font-size: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 640px) {
    .get-info-section .section-title {
        font-size: 38px;
        line-height: 38px;
    }
}

.btn-wrapper__btn {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 16px;
    line-height: 25px;
}

@media screen and (max-width: 1200px) {
    .btn-wrapper__btn {
        font-size: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width: 640px) {
    .btn-wrapper__btn {
        font-size: 14px;
        line-height: 21px;
    }
}

.get-info-section .cloud-thunder {
    left: 38px;
}

@media screen and (max-width: 900px) {
    .get-info-section .cloud-thunder {
        left: 8px;
    }
}

.get-info-section .cloud {
    left: 353px;
}

@media screen and (max-width: 1200px) {
    .get-info-section .cloud {
        left: 300px;
    }
}

.get-info-section .robot {
    right: 55px;
}

@media screen and (max-width: 1200px) {
    .get-info-section .robot {
        right: 32px;
    }
}

@media screen and (max-width: 900px) {
    .get-info-section .robot {
        right: 0;
    }
}

@media screen and (max-width: 640px) {
    .get-info-section .robot {
        transform: rotate(-20deg);
        right: 20px;
    }
}

.download-block {
    margin-right: 378px;
}

@media screen and (max-width: 900px) {
    .download-block {
        margin-right: 0;
    }
}

.download-block__item {
    float: right;
    /*padding-right: 100px;*/
}

@media screen and (max-width: 900px) {
    .download-block__item {
        padding-right: 0;
        float: none;
    }
}

.store-info {
    font-size: 24px;
    line-height: 30px;
    margin-right: 30px;
}

@media screen and (max-width: 1200px) {
    .store-info {
        font-size: 20px;
        line-height: 26px;
        margin-right: 16px;
    }
}

@media screen and (max-width: 900px) {
    .store-info {
        margin-right: 24px;
    }
}

.store-info__title {
    font-family: "DroidKufi-Regular", sans-serif;
}

.store-info__desc {
    font-family: "DroidKufi-Bold", sans-serif;
    letter-spacing: -0.12px;
}

.store-list {
    margin: 21px -12px 0 0;
}

@media screen and (max-width: 1200px) {
    .store-list {
        margin: 18px -10px 0 0;
    }
}

@media screen and (max-width: 900px) {
    .store-list {
        margin: 12px -10px 0 0;
    }
}

.store-list__link {
    padding-right: 12px;
}

@media screen and (max-width: 1200px) {
    .store-list__link {
        padding-right: 10px;
    }
}

.mobile-store-info__title {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.inner-hero-info__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 30px;
    line-height: 38px;
}

@media screen and (max-width: 900px) {
    .inner-hero-info__title {
        font-size: 26px;
        line-height: 34px;
    }
}

@media screen and (max-width: 640px) {
    .inner-hero-info__title {
        font-size: 24px;
        line-height: 32px;
    }
}

.inner-hero-info__body {
    font-family: "DroidNaskh-Regular", sans-serif;
    font-size: 18px;
    line-height: 32px;
}

@media screen and (max-width: 640px) {
    .inner-hero-info__body {
        font-size: 16px;
        line-height: 30px;
    }
}

.inner-hero-shape.inner-hero-satellite {
    left: 60px;
}

.inner-hero-shape.astronaut {
    left: 140px;
    transform: scaleX(-1);
}

@media screen and (max-width: 1200px) {
    .inner-hero-shape.astronaut {
        left: 0;
    }
}

@media screen and (max-width: 640px) {
    .inner-hero-shape.astronaut {
        left: -70px;
    }
}

.inner-hero-shape.stars {
    left: 700px;
}

@media screen and (max-width: 900px) {
    .inner-hero-shape.stars {
        left: 250px;
    }
}

.inner-hero-shape.planet {
    left: 600px;
}

.hero-store-icons__item {
    margin-left: 16px;
}

.hero-available-block__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 480px) {
    .hero-available-block__title {
        font-size: 16px;
        line-height: 24px;
    }
}

/*------------------------------------*\
  #FAMILIES-INNER-HERO-COMING-SOON
\*------------------------------------*/
.coming-soon-header-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    width: 380px;
}

    .coming-soon-header-wrapper .coming-soon-block {
        position: relative;
    }

    .coming-soon-header-wrapper .coming-soon-block__title {
        font-family: "DroidKufi-Bold", sans-serif;
        font-size: 64px;
        line-height: 66px;
        color: #fff;
        padding-top: 0;
    }

    .coming-soon-header-wrapper .lightning-icon {
        display: block;
        position: absolute;
        width: 65px;
        height: 82px;
        background-image: url(../images/lightining-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        top: 50%;
    }

    .coming-soon-header-wrapper .lightning-icon--left {
        right: 0;
        transform: translateY(-50%) scaleX(-1);
    }

    .coming-soon-header-wrapper .lightning-icon--right {
        left: 0;
        transform: translateY(-50%);
    }

    .coming-soon-header-wrapper .inner-hero-satellite {
        left: -110px;
        top: -120px;
        transform: scaleX(-1);
    }

    .coming-soon-header-wrapper .multi-stars {
        right: 0px;
        top: -60px;
        width: 356px;
        height: 63px;
        background-image: url(../images/coming-soon-stars.svg);
        transform: scaleX(-1);
    }

    .coming-soon-header-wrapper .planet {
        bottom: -130px;
        right: -120px;
        left: auto;
        width: 140px;
        height: 82px;
    }

    .coming-soon-header-wrapper .coming-soon-ship {
        background-image: url(../images/coming-soon-ship.svg);
        width: 131px;
        height: 71px;
        left: -80px;
        bottom: -130px;
        opacity: 0.4;
    }

@media screen and (max-width: 1366px) {
    .coming-soon-header-wrapperr {
        width: 380px;
        left: 60px;
    }

    .coming-soon-header-wrapper .coming-soon-block__title {
        font-size: 60px;
        line-height: 60px;
    }

    .coming-soon-header-wrapper .lightning-icon {
        width: 58px;
        height: 73px;
    }

    .coming-soon-header-wrapper .inner-hero-satellite {
        left: -110px;
        top: -120px;
        width: 100px;
        height: 71px;
    }

    .coming-soon-header-wrapper .coming-soon-ship {
        width: 111px;
        height: 60px;
    }

    .coming-soon-header-wrapper .planet {
        width: 120px;
        height: 70px;
        bottom: -120px;
        right: -100px;
    }
}

@media screen and (max-width: 1200px) {
    .coming-soon-header-wrapper {
        width: 330px;
    }

        .coming-soon-header-wrapper .coming-soon-block__title {
            font-size: 50px;
            line-height: 50px;
        }

        .coming-soon-header-wrapper .lightning-icon {
            width: 48px;
            height: 65px;
        }

        .coming-soon-header-wrapper .inner-hero-satellite {
            display: block;
            left: -10px;
            top: -140px;
        }

        .coming-soon-header-wrapper .coming-soon-ship {
            left: 20px;
        }
}

@media screen and (max-width: 920px) {
    .coming-soon-header-wrapper .inner-hero-section--families .inner-hero-info {
        padding: 48px 0 48px 0;
    }

    .coming-soon-header-wrapper {
        position: relative;
        top: 0;
        right: 0;
        left: auto;
        transform: none;
        padding-top: 48px;
        width: 270px;
        margin: 0 auto;
    }

        .coming-soon-header-wrapper .lightning-icon {
            width: 44px;
            height: 57px;
        }

        .coming-soon-header-wrapper .coming-soon-block__title {
            font-size: 40px;
            line-height: 40px;
        }

        .coming-soon-header-wrapper .multi-stars {
            top: 16px;
            width: 240px;
            height: 43px;
        }

        .coming-soon-header-wrapper .inner-hero-satellite {
            display: none;
        }

        .coming-soon-header-wrapper .coming-soon-ship {
            display: none;
        }
}

@media screen and (max-width: 640px) {
    .coming-soon-header-wrapper {
        width: 200px;
    }

        .coming-soon-header-wrapper .coming-soon-block__title {
            font-size: 36px;
            line-height: 36px;
        }

        .coming-soon-header-wrapper .lightning-icon {
            width: 38px;
            height: 50px;
        }
}

@media screen and (max-width: 480px) {
    .coming-soon-header-wrapper {
        width: 200px;
    }

        .coming-soon-header-wrapper .coming-soon-block__title {
            font-size: 32px;
            line-height: 32px;
        }

        .coming-soon-header-wrapper .lightning-icon {
            width: 32px;
            height: 41px;
        }
}

.signup-info__intro {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 28px;
    line-height: 42px;
}

@media screen and (max-width: 1200px) {
    .signup-info__intro {
        font-size: 26px;
        line-height: 40px;
    }
}

@media screen and (max-width: 640px) {
    .signup-info__intro {
        font-size: 23px;
        line-height: 32px;
    }
}

.thunder-cloud--small {
    right: 170px;
}

@media screen and (max-width: 1200px) {
    .thunder-cloud--small {
        right: 50px;
    }
}

@media screen and (max-width: 900px) {
    .thunder-cloud--small {
        right: 40px;
    }
}

.green-robot {
    right: 116px;
}

@media screen and (max-width: 1200px) {
    .green-robot {
        right: 60px;
    }
}

@media screen and (max-width: 900px) {
    .green-robot {
        right: 40px;
    }
}

@media screen and (max-width: 640px) {
    .green-robot {
        right: 0;
    }
}

.shooting-star {
    left: 128px;
}

@media screen and (max-width: 1200px) {
    .shooting-star {
        left: 40px;
    }
}

@media screen and (max-width: 900px) {
    .shooting-star {
        left: 10px;
    }
}

@media screen and (max-width: 640px) {
    .shooting-star {
        left: -60px;
    }
}

.grid-block__item--end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 900px) {
    .grid-block__item--end {
        display: block;
    }
}

.block-intro__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 26px;
    line-height: 42px;
}

@media screen and (max-width: 1200px) {
    .block-intro__title {
        font-size: 22px;
        line-height: 44px;
    }
}

@media screen and (max-width: 480px) {
    .block-intro__title {
        font-size: 20px;
        line-height: 32px;
    }
}

.block-intro__body {
    font-family: "DroidNaskh-Regular", sans-serif;
    font-size: 18px;
    line-height: 32px;
}

@media screen and (max-width: 1200px) {
    .block-intro__body {
        font-size: 16px;
        line-height: 22px;
    }
}

.block-graphics .green-robot-nomath {
    left: -30px;
}

@media screen and (max-width: 1200px) {
    .block-graphics .green-robot-nomath {
        left: -20px;
    }
}

.block-graphics .blue-robot-flipped {
    left: -90px;
}

@media screen and (max-width: 1200px) {
    .block-graphics .blue-robot-flipped {
        left: -60px;
    }
}

.grid-blocks__item .small-rock {
    left: -20px;
}

@media screen and (max-width: 900px) {
    .grid-blocks__item .small-rock {
        left: 30px;
    }
}

.grid-blocks__item .astroid--large {
    left: 180px;
}

@media screen and (max-width: 900px) {
    .grid-blocks__item .astroid--large {
        left: 100px;
    }
}

.popup-form-header__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 30px;
    line-height: 50px;
}

@media screen and (max-width: 900px) {
    .popup-form-header__title {
        font-size: 28px;
        line-height: 46px;
    }
}

@media screen and (max-width: 640px) {
    .popup-form-header__title {
        font-size: 22px;
        line-height: 40px;
    }
}

.popup-form-header__desc {
    font-family: "DroidNaskh-Regular", sans-serif;
    font-size: 18px;
    line-height: 30px;
}

@media screen and (max-width: 640px) {
    .popup-form-header__desc {
        font-size: 16px;
        line-height: 26px;
    }
}

.input-field,
.textarea-field {
    font-family: "DroidNaskh-Regular", sans-serif;
    font-size: 20px;
    line-height: 20px;
}

@media screen and (max-width: 900px) {
    .input-field,
    .textarea-field {
        font-size: 18px;
        line-height: 20px;
    }
}

@media screen and (max-width: 640px) {
    .input-field,
    .textarea-field {
        font-size: 16px;
        line-height: 20px;
    }
}

.input-field:-ms-input-placeholder,
.textarea-field:-ms-input-placeholder {
    font-size: 20px;
    line-height: 24px;
}

.input-field::placeholder,
.textarea-field::placeholder {
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width: 900px) {
    .input-field:-ms-input-placeholder,
    .textarea-field:-ms-input-placeholder {
        font-size: 18px;
        line-height: 22px;
    }

    .input-field::placeholder,
    .textarea-field::placeholder {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 640px) {
    .input-field:-ms-input-placeholder,
    .textarea-field:-ms-input-placeholder {
        font-size: 16px;
        line-height: 20px;
    }

    .input-field::placeholder,
    .textarea-field::placeholder {
        font-size: 16px;
        line-height: 20px;
    }
}

.form-btn {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 20px;
    line-height: 22px;
}

@media screen and (max-width: 640px) {
    .form-btn {
        font-size: 18px;
        line-height: 20px;
    }
}

.close-icon {
    left: 32px;
}

.contactUS-header__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 30px;
    line-height: 38px;
}

@media screen and (max-width: 900px) {
    .contactUS-header__title {
        font-size: 26px;
        line-height: 34px;
    }
}

@media screen and (max-width: 640px) {
    .contactUS-header__title {
        font-size: 24px;
        line-height: 32px;
    }
}

.contactUS-header__body {
    font-family: "DroidNaskh-Regular", sans-serif;
    font-size: 18px;
    line-height: 30px;
}

@media screen and (max-width: 640px) {
    .contactUS-header__body {
        font-size: 16px;
        line-height: 28px;
    }
}

.contact-us-shape.satellite {
    left: 210px;
}

@media screen and (max-width: 1200px) {
    .contact-us-shape.satellite {
        left: 40px;
    }
}

.contact-us-shape.stars {
    left: 580px;
}

@media screen and (max-width: 1200px) {
    .contact-us-shape.stars {
        left: 250px;
    }
}

@media screen and (max-width: 640px) {
    .contact-us-shape.stars {
        left: 70px;
    }
}

.contact-us-shape.astronaut {
    left: 350px;
}

.contact-us-shape.planet {
    left: 140px;
}

@media screen and (max-width: 1200px) {
    .contact-us-shape.planet {
        left: 90px;
    }
}

@media screen and (max-width: 900px) {
    .contact-us-shape.planet {
        left: -60px;
    }
}

.contact-us-shape.astroid--large {
    right: 590px;
}

@media screen and (max-width: 640px) {
    .contact-us-shape.astroid--large {
        left: 10px;
        right: auto;
    }
}

.thank-you-content__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 34px;
    line-height: 44px;
}

@media screen and (max-width: 1200px) {
    .thank-you-content__title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media screen and (max-width: 900px) {
    .thank-you-content__title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media screen and (max-width: 640px) {
    .thank-you-content__title {
        font-size: 22px;
        line-height: 34px;
    }
}

.thank-you-content__body {
    font-family: "DroidNaskh-Regular", sans-serif;
    font-size: 24px;
    line-height: 34px;
}

@media screen and (max-width: 900px) {
    .thank-you-content__body {
        font-size: 22px;
        line-height: 32px;
    }
}

@media screen and (max-width: 640px) {
    .thank-you-content__body {
        font-size: 18px;
        line-height: 26px;
    }
}

.thank-you-content__link {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 14px;
    line-height: 44px;
}

@media screen and (max-width: 640px) {
    .thank-you-content__link {
        font-size: 13px;
        line-height: 42px;
    }
}

.thank-you-social__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 22px;
    line-height: 50px;
}

@media screen and (max-width: 640px) {
    .thank-you-social__title {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .features-container {
        padding: 0 48px 0 0;
    }
}

@media screen and (max-width: 640px) {
    .features-container {
        padding: 0 24px 0 0;
    }
}

.slider {
    margin-right: -24px;
}

@media screen and (max-width: 1200px) {
    .slider {
        right: 0;
        margin-right: 0;
    }
}

.slider__item {
    float: right;
    padding-right: 24px;
}

@media screen and (max-width: 1200px) {
    .slider__item {
        padding-right: 0;
        padding-left: 16px;
    }
}

.Feature-card__content {
    font-family: "DroidNaskh-Regular", sans-serif;
    font-size: 18px;
    line-height: 30px;
}

@media screen and (max-width: 640px) {
    .Feature-card__content {
        font-size: 16px;
        line-height: 24px;
    }
}

.slider-controlers {
    left: 24px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.slider-controlers__item--prev {
    transform: scale(-1);
}

.inner-about-section--about .inner-hero-about-image {
    left: 380px;
}

@media screen and (max-width: 1440px) {
    .inner-about-section--about .inner-hero-about-image {
        left: 200px;
    }
}

@media screen and (max-width: 1200px) {
    .inner-about-section--about .inner-hero-about-image {
        left: 80px;
    }
}

@media screen and (max-width: 900px) {
    .inner-about-section--about .inner-hero-about-image {
        left: 10px;
    }
}

.inner-about-section--about .inner-hero-small-rock {
    left: 750px;
}

@media screen and (max-width: 1440px) {
    .inner-about-section--about .inner-hero-small-rock {
        left: 580px;
    }
}

@media screen and (max-width: 1200px) {
    .inner-about-section--about .inner-hero-small-rock {
        left: 440px;
    }
}

@media screen and (max-width: 900px) {
    .inner-about-section--about .inner-hero-small-rock {
        left: 280px;
    }
}

@media screen and (max-width: 640px) {
    .inner-about-section--about .inner-hero-small-rock {
        left: 40px;
    }
}

.text-banner__body {
    font-family: "DroidNaskh-Regular", sans-serif;
    font-size: 24px;
    line-height: 40px;
}

@media screen and (max-width: 1200px) {
    .text-banner__body {
        font-size: 22px;
        line-height: 38px;
    }
}

@media screen and (max-width: 900px) {
    .text-banner__body {
        font-size: 20px;
        line-height: 36px;
    }
}

@media screen and (max-width: 640px) {
    .text-banner__body {
        font-size: 18px;
        line-height: 32px;
    }
}

@media screen and (max-width: 480px) {
    .text-banner__body {
        font-size: 16px;
        line-height: 30px;
    }
}

.text-banner__icon.moon-blue {
    left: 380px;
}

@media screen and (max-width: 1440px) {
    .text-banner__icon.moon-blue {
        left: 310px;
    }
}

@media screen and (max-width: 1200px) {
    .text-banner__icon.moon-blue {
        left: 240px;
    }
}

@media screen and (max-width: 900px) {
    .text-banner__icon.moon-blue {
        left: 100px;
    }
}

@media screen and (max-width: 640px) {
    .text-banner__icon.moon-blue {
        left: 80px;
    }
}

.text-banner__icon.moon-blue--opacity {
    right: 400px;
}

@media screen and (max-width: 1440px) {
    .text-banner__icon.moon-blue--opacity {
        right: 180px;
    }
}

@media screen and (max-width: 900px) {
    .text-banner__icon.moon-blue--opacity {
        right: 90px;
    }
}

@media screen and (max-width: 640px) {
    .text-banner__icon.moon-blue--opacity {
        right: 40px;
    }
}

.text-banner__icon.stars-bold {
    left: 120px;
}

@media screen and (max-width: 1440px) {
    .text-banner__icon.stars-bold {
        left: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .text-banner__icon.stars-bold {
        left: 20px;
    }
}

@media screen and (max-width: 900px) {
    .text-banner__icon.stars-bold {
        left: -80px;
    }
}

.snow-hosue-file-image {
    left: 140px;
    transform: scaleX(-1);
}

@media screen and (max-width: 1440px) {
    .snow-hosue-file-image {
        left: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .snow-hosue-file-image {
        left: 80px;
    }
}

@media screen and (max-width: 640px) {
    .snow-hosue-file-image {
        left: 20px;
    }
}

.numbers-list {
    margin-right: -32px;
}

@media screen and (max-width: 1440px) {
    .numbers-list {
        margin-right: -10px;
    }
}

@media screen and (max-width: 1200px) {
    .numbers-list {
        margin-right: -24px;
    }
}

@media screen and (max-width: 640px) {
    .numbers-list {
        margin-right: -64px;
    }
}

@media screen and (max-width: 480px) {
    .numbers-list {
        margin-right: 0;
    }
}

.numbers-list__item {
    padding-right: 32px;
}

@media screen and (max-width: 1440px) {
    .numbers-list__item {
        padding-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .numbers-list__item {
        padding-right: 24px;
    }
}

@media screen and (max-width: 640px) {
    .numbers-list__item {
        padding-right: 64px;
    }
}

@media screen and (max-width: 480px) {
    .numbers-list__item {
        padding-right: 0;
    }
}

.numbers-info-block {
    right: 0;
}

.numbers-info-block__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 32px;
    line-height: 38px;
}

@media screen and (max-width: 1440px) {
    .numbers-info-block__title {
        font-size: 28px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1200px) {
    .numbers-info-block__title {
        font-size: 32px;
        line-height: 38px;
    }
}

.numbers-info-block__body {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 1440px) {
    .numbers-info-block__body {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .numbers-info-block__body {
        font-size: 18px;
        line-height: 26px;
    }
}

.families-pricing-section .pricing-blocks {
    margin-right: -24px;
}

@media screen and (max-width: 1200px) {
    .families-pricing-section .pricing-blocks {
        margin-right: -16px;
    }
}

@media screen and (max-width: 900px) {
    .families-pricing-section .pricing-blocks {
        margin-right: 0;
    }
}

.pricing-blocks__item {
    padding-right: 24px;
    float: right;
}

@media screen and (max-width: 1200px) {
    .pricing-blocks__item {
        padding-right: 16px;
    }
}

@media screen and (max-width: 900px) {
    .pricing-blocks__item {
        float: none;
        padding-right: 0;
    }
}

.families-pricing-section .price-card__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 30px;
    line-height: 32px;
}

.families-pricing-section .price-info {
    font-size: 16px;
    line-height: 18px;
}

.families-pricing-section .price-info__title {
    font-family: "DroidKufi-Regular", sans-serif;
}

.families-pricing-section .price-info__value {
    font-family: "GothamRnd-Bold", sans-serif;
}

.school-pricing-section .pricing-blocks {
    margin-right: -24px;
}

@media screen and (max-width: 1200px) {
    .school-pricing-section .pricing-blocks {
        margin-right: -16px;
    }
}

@media screen and (max-width: 900px) {
    .school-pricing-section .pricing-blocks {
        margin-right: 0;
    }
}

.school-pricing-section .pricing-blocks__item {
    padding-right: 24px;
    float: right;
}

@media screen and (max-width: 1200px) {
    .school-pricing-section .pricing-blocks__item {
        padding-right: 16px;
    }
}

@media screen and (max-width: 900px) {
    .school-pricing-section .pricing-blocks__item {
        float: none;
        padding-right: 0;
    }
}

.school-pricing-section .price-card__info {
    text-align: center;
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card__info {
        text-align: right;
        margin-right: 24px;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card__info {
        text-align: center;
        margin-right: 0;
    }
}

.school-pricing-section .price-card__info .title {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card__info .title {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card__info .title {
        font-size: 16px;
        line-height: 22px;
    }
}

.school-pricing-section .price-card__info .body {
    font-family: "GothamRnd-Bold", sans-serif;
    font-size: 30px;
    line-height: 32px;
}

@media screen and (max-width: 1200px) {
    .school-pricing-section .price-card__info .body {
        font-size: 28px;
        line-height: 30px;
    }
}

@media screen and (max-width: 900px) {
    .school-pricing-section .price-card__info .body {
        font-size: 30px;
        line-height: 32px;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card__info .body {
        font-size: 24px;
        line-height: 28px;
    }
}

.school-pricing-section .arabic-font {
    font-family: "DroidKufi-Bold", sans-serif;
}

.school-pricing-section .price-card__old {
    text-align: center;
    direction: ltr;
}

    .school-pricing-section .price-card__old .sympol {
        font-family: "GothamRnd-Book", sans-serif;
        font-size: 20px;
        line-height: 15px;
    }

    .school-pricing-section .price-card__old .number {
        font-family: "GothamRnd-Bold", sans-serif;
        font-size: 50px;
        line-height: 52px;
    }

@media screen and (max-width: 1200px) {
    .school-pricing-section .price-card__old .number {
        font-size: 46px;
        line-height: 48px;
    }
}

.school-pricing-section .price-card__new {
    text-align: center;
}

    .school-pricing-section .price-card__new .price-value {
        font-family: "GothamRnd-Bold", sans-serif;
        font-size: 80px;
        line-height: 82px;
    }

@media screen and (max-width: 1200px) {
    .school-pricing-section .price-card__new .price-value {
        font-size: 74px;
        line-height: 76px;
    }
}

.school-pricing-section .price-card__new .price-value span {
    font-size: 24px;
    line-height: 40px;
    font-family: "GothamRnd-Book", sans-serif;
    padding-right: 5px;
}

@media screen and (max-width: 1200px) {
    .school-pricing-section .price-card__new .price-value span {
        font-size: 22px;
        line-height: 38px;
    }
}

@media screen and (max-width: 480px) {
    .school-pricing-section .price-card__new .price-value span {
        font-size: 20px;
        line-height: 36px;
    }
}

.school-pricing-section .price-card__new .price-desc {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 15px;
    line-height: 17px;
}

.families-highlights-block--build {
    background-image: url(../images/families/build-your-plantes--ar.jpg);
}

@media screen and (max-width: 900px) {
    .families-highlights-block--build {
        background-image: none;
    }
}

.families-highlights-block--assignments {
    background-image: url(../images/families/assigments--ar.jpg);
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 900px) {
    .families-highlights-block--assignments {
        background-image: none;
    }
}

.families-highlights-block--statistics {
    background-image: url(../images/families/statistics--ar.jpg);
}

@media screen and (max-width: 900px) {
    .families-highlights-block--statistics {
        background-image: none;
    }
}

.families-highlights-block--statistics .mobile-device-image {
    right: 920px;
}

@media screen and (max-width: 1440px) {
    .families-highlights-block--statistics .mobile-device-image {
        right: 650px;
    }
}

@media screen and (max-width: 1200px) {
    .families-highlights-block--statistics .mobile-device-image {
        right: 500px;
    }
}

@media screen and (max-width: 900px) {
    .families-highlights-block--statistics .mobile-device-image {
        right: 40px;
    }
}

@media screen and (max-width: 480px) {
    .families-highlights-block--statistics .mobile-device-image {
        right: 20px;
    }
}

.coming-soon-block__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 60px;
    line-height: 60px;
}

@media screen and (max-width: 1200px) {
    .coming-soon-block__title {
        font-size: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width: 640px) {
    .coming-soon-block__title {
        font-size: 38px;
        line-height: 38px;
    }
}

.coming-soon-block__body {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.coming-soon-form__email {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 16px;
    line-height: 18px;
}

.coming-soon-form__btn {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
}

.coming-soon-section .cloud-thunder {
    right: 38px;
}

@media screen and (max-width: 900px) {
    .coming-soon-section .cloud-thunder {
        right: 8px;
    }
}

@media screen and (max-width: 640px) {
    .coming-soon-section .cloud-thunder {
        right: -50px;
    }
}

.coming-soon-section .cloud {
    right: 353px;
}

@media screen and (max-width: 1200px) {
    .coming-soon-section .cloud {
        right: 300px;
    }
}

@media screen and (max-width: 640px) {
    .coming-soon-section .cloud {
        left: 24px;
        right: auto;
    }
}

@media screen and (max-width: 480px) {
    .coming-soon-section .cloud {
        left: 8px;
    }
}

.coming-soon-section .robot {
    left: 54px;
}

@media screen and (max-width: 1200px) {
    .coming-soon-section .robot {
        left: 32px;
    }
}


.header-top-wrapper {
    font-family: "DroidKufi-Bold", sans-serif;
}

    .header-top-wrapper:after {
        display: block;
        content: "";
        clear: both;
    }

.header-btns {
    float: left;
    display: flex;
    align-items: center;
}

.header-btns__link {
    display: block;
    height: 35px;
}

    .header-btns__link:not(:first-child) {
        margin-right: 6px;
    }

.header-btns__link--apple,
.header-btns__link--android {
    width: 115px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-btns__link--apple {
    background-image: url(../images/download/app-store.svg);
}

.header-btns__link--android {
    background-image: url(../images/download/google-store.svg);
}

.header-btns__link--widnows {
    font-size: 12px;
    color: #fff;
    width: 140px;
    display: block;
    background-color: #165880;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widnows-icon {
    display: block;
    width: 18px;
    height: 17px;
    background-image: url(../images/windows-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 8px;
}


@media screen and (max-width:1200px) {
    .header-top-wrapper {
        padding-bottom: 24px;
    }
}

@media screen and (max-width:640px) {
    .header-btns__link--apple,
    .header-btns__link--android {
        width: 79px;
    }

    .header-btns__link--widnows {
        width: 114px;
        border-radius: 18px;
    }

    .header-btns__link {
        height: 38px;
    }

    .header-btns__link--apple {
        background-image: url(../images/download/app-store--mobile.svg);
    }

    .header-btns__link--android {
        background-image: url(../images/download/google-store--mobile.svg);
    }
}






/*------------------------------------*\
  #SECTION-TITLE 
\*------------------------------------*/

.section-title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #054A77;
}

.section-desc {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4A4A4A;
    max-width: 700px;
    text-align: center;
    margin: 16px auto 0 auto;
}

@media screen and (max-width: 1200px) {
    .section-title {
        font-size: 34px;
        line-height: 54px;
    }
}

@media screen and (max-width: 900px) {
    .section-desc {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 480px) {
    .section-title {
        font-size: 30px;
        line-height: 40px;
    }
}





/*------------------------------------*\
  #SLDIER-ARRPW-NAVY
\*------------------------------------*/


.slider-controls--navy {
}

.slider-arrow--navy {
    display: block;
    background-image: url(../images/slider-arrows/slider-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 80px;
    height: 40px;
    position: absolute;
    z-index: 2;
    top: 50%;
}

.slider-arrow--navy--prev {
    transform: translateY(-50%);
    right: -34px;
}

.slider-arrow--navy--next {
    transform: translateY(-50%) scale(-1);
    left: -34px;
}

@media screen and (max-width: 1200px) {
    .slider-arrow--navy--prev {
        right: -30px;
    }

    .slider-arrow--navy--next {
        left: -30px;
    }
}

@media screen and (max-width: 900px) {
    .slider-controls--navy {
        display: none;
    }
}

.slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 48px;
}

    .slick-dots li {
        margin: 0 4px;
    }

        .slick-dots li button {
            border: 0;
            width: 10px;
            height: 10px;
            color: transparent;
            border-radius: 50%;
            background-color: #c3c3c3;
            padding: 0;
        }

        .slick-dots li.slick-active button {
            background-color: #054A77;
        }

@media screen and (max-width:640px) {
    .slick-dots {
        margin-top: 32px;
    }
}


/*------------------------------------*\
  #COMMUNITY
\*------------------------------------*/


.community-section {
    padding: 64px 0 100px 0;
    background-color: #F5F5F3;
}

.community-videos-wrapper {
    position: relative;
    padding: 0 40px;
}


@media screen and (max-width: 1200px) {
    .community-section {
        padding: 48px 0 64px 0;
    }

    .community-videos-wrapper {
        padding: 0 32px;
    }
}

@media screen and (max-width: 900px) {
    .community-videos-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .community-section {
        padding: 32px 0 48px 0;
    }
}


.community-slider__item {
    padding: 0 64px;
    outline: 0;
}

.community-block {
    position: relative;
    text-align: center;
    padding-top: 100px;
}

.community-block__thumbnail {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 50%;
}

    .community-block__thumbnail:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(7, 23, 46, 0.40);
        z-index: 2;
        border-radius: 50%;
    }

.community-thumbnail-play {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 52px;
    height: 45px;
    background-image: url(../images/play-icon/play-icon--yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.community-thumbnail-sticker {
    position: absolute;
    left: -15px;
    top: -15px;
    display: block;
    width: 100px;
    height: 100px;
    z-index: 4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.community-block__title {
    font-family: "DroidKufi-Bold", sans-serif;
    color: #1BA9E0;
    font-size: 28px;
    line-height: 32px;
    margin-top: 32px;
}

.community-block__desc {
    font-family: "DroidKufi-Regular", sans-serif;
    color: #4A4A4A;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}

@media screen and (max-width: 1440px) {
    .community-block__thumbnail {
        width: 230px;
        height: 230px;
    }
}

@media screen and (max-width: 1200px) {
    .community-slider__item {
        padding: 0 16px;
    }

    .community-block {
        padding-top: 64px;
    }

    .community-block__thumbnail {
        width: 190px;
        height: 190px;
    }

    .community-thumbnail-sticker {
        left: -6px;
        top: -6px;
        width: 60px;
        height: 60px;
    }

    .community-thumbnail-play {
        width: 42px;
        height: 36px;
    }

    .community-block__title {
        font-size: 24px;
        line-height: 28px;
        margin-top: 20px;
    }

    .community-block__desc {
        font-size: 16px;
        line-height: 20px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 900px) {
    .community-block {
        padding-top: 64px;
    }

    .community-block__thumbnail {
        width: 150px;
        height: 150px;
    }

    .community-thumbnail-sticker {
        left: -6px;
        top: -6px;
        width: 50px;
        height: 50px;
    }

    .community-thumbnail-play {
        width: 32px;
        height: 28px;
    }

    .community-block__title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 16px;
    }

    .community-block__desc {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 480px) {
    .community-block {
        padding-top: 48px;
    }

    .community-slider {
        margin-left: 0;
    }

    .community-slider__item {
        padding-left: 0;
    }
}






/*------------------------------------*\
  #MODAL
\*------------------------------------*/


.modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 50;
    overflow: auto;
    display: none;
}

.modal-wrapper--video {
    background-color: rgba(7, 23, 46, 0.60);
}

.is-active.modal-wrapper {
    display: block;
    background-color: rgba(7, 23, 46, 0.60);
}

.modal-wrapper__container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.close-modal-icon {
    display: block;
    position: absolute;
    top: 16px;
    left: 32px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.media-block {
    width: 1024px;
}

.media-block__video {
    position: relative;
    padding-top: 56.25%;
}

    .media-block__video iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
    }

@media screen and (max-width: 1200px) {
    .media-block {
        width: 900px;
    }
}

@media screen and (max-width: 900px) {
    .media-block {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .close-modal-icon {
        width: 24px;
        height: 24px;
    }
}





/*------------------------------------*\
  #TESTIMONIALS
\*------------------------------------*/


.testimonials-section {
    position: relative;
    padding: 64px 0 80px 0;
}

    .testimonials-section .rock-shape {
        position: absolute;
        display: block;
        z-index: 2;
        right: 128px;
        top: 80px;
        width: 75px;
        height: 64px;
        background-image: url(../images/astroid.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .testimonials-section .planet-shape {
        position: absolute;
        display: block;
        z-index: 2;
        background-image: url(../images/palnet-graphic.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 260px;
        height: 152px;
        left: -120px;
        top: 110px;
    }

.testimonials-slider-wrapper {
    position: relative;
    padding: 0 40px;
    margin-top: 64px;
}

.testimonials-slider__item {
    outline: 0;
}

@media screen and (max-width: 1200px) {
    .testimonials-section {
        padding: 54px 0 48px 0;
    }

    .testimonials-slider-wrapper {
        padding: 0 32px;
    }

    .testimonials-section .rock-shape {
        right: 38px;
        top: 50px;
        width: 61px;
        height: 53px;
    }

    .testimonials-section .planet-shape {
        width: 193px;
        height: 113px;
        left: -100px;
        top: 130px;
    }
}

@media screen and (max-width: 900px) {
    .testimonials-slider-wrapper {
        padding: 0;
        margin-top: 48px;
    }

    .testimonials-section {
        padding: 48px 0 48px 0;
    }

        .testimonials-section .planet-shape {
            display: none;
        }
}

@media screen and (max-width: 640px) {
    .testimonials-section .rock-shape {
        right: -16px;
        top: 6px;
        width: 56px;
        height: 48px;
    }
}

.testimonial-block {
}

.testimonial-block-quote {
    position: relative;
    color: #1F74A8;
    font-size: 26px;
    line-height: 40px;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    font-family: "DroidKufi-Bold", sans-serif;
}

    .testimonial-block-quote p {
        margin-top: 32px;
    }

.quote-icon {
    display: block;
    width: 58px;
    height: 41px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/quote-icon.svg)
}

.testimonial-block-info-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
}

.testimonial-block-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.testimonial-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.testimonial-details {
    color: #07172E;
    font-family: "DroidKufi-Bold", sans-serif;
    margin-right: 24px;
}

.testimonial-details__name {
    font-size: 24px;
    line-height: 30px;
}

.testimonial-details__job {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px;
}

.testimonial-details__school {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
}

@media screen and (max-width: 1200px) {
    .testimonial-block-quote {
        max-width: 760px;
        font-size: 24px;
        line-height: 36px;
    }

    .testimonial-details__name {
        font-size: 26px;
        line-height: 28px;
    }
}

@media screen and (max-width: 900px) {
    .quote-icon {
        width: 48px;
        height: 34px;
    }

    .testimonial-block-quote {
        max-width: 600px;
        font-size: 22px;
        line-height: 34px;
    }

    .testimonial-image {
        width: 100px;
        height: 100px;
    }

    .testimonial-details__name {
        font-size: 20px;
        line-height: 26px;
    }

    .testimonial-details__job {
        font-size: 16px;
        line-height: 20px;
    }

    .testimonial-details__school {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 640px) {
    .testimonial-block-quote {
        max-width: 100%;
        font-size: 20px;
        line-height: 32px;
        padding: 0 8px;
    }

    .testimonial-image {
        width: 90px;
        height: 90px;
    }

    .testimonial-details {
        margin-right: 16px;
    }

    .testimonial-details__name {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial-details__job {
        font-size: 14px;
        line-height: 22px;
    }

    .testimonial-details__school {
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 480px) {
    .testimonial-block-quote {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial-image {
        width: 80px;
        height: 80px;
    }
}




/*------------------------------------*\
  #PARTNERS
\*------------------------------------*/


.partners-section,
.clients-section {
    padding: 60px 0 100px 0;
}

.clients-section {
    background-color: #F5F5F3;
}

.partners-section {
    background-color: #fff;
}

.partners-slider-wrapper {
    position: relative;
    padding: 0 174px 0 40px;
    margin-top: 80px;
}

@media screen and (max-width:1200px) {
    .partners-slider-wrapper {
        padding: 0 32px;
        margin-top: 64px;
    }
}

@media screen and (max-width:900px) {
    .partners-slider-wrapper {
        padding: 0;
        margin-top: 54px;
    }
}

.partners-slider {
}

.partners-slider__item {
    outline: 0;
}

.partner-logo {
    width: 160px;
    margin: 0 auto;
}

    .partner-logo img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100px;
    }

@media screen and (max-width:900px) {
    .partner-logo {
        width: 120px;
    }
}


@media screen and (max-width:640px) {
    .partner-logo {
        width: 100px;
    }
}


.partner-clients-wrapper {
    margin-top: 100px;
}

.client-partner-list {
    margin-right: -64px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.client-partner-list__item {
    width: 20%;
    padding-right: 64px;
    margin-bottom: 64px;
}

.partner-client-title {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .partner-clients-wrapper {
        margin-top: 90px;
    }

    .client-partner-list__item {
        width: 25%;
    }

    .partner-client-title {
        font-size: 18px;
        line-height: 20px;
    }
}


@media screen and (max-width: 900px) {
    .partner-clients-wrapper {
        margin-top: 90px;
    }

    .client-partner-list {
        margin-right: -48px;
    }

    .client-partner-list__item {
        width: 33.333%;
        padding-right: 48px;
        margin-bottom: 48px;
    }

    .partner-client-title {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width:640px) {
    .partner-clients-wrapper {
        margin-top: 72px;
    }

    .client-partner-list {
        margin-right: -32px;
    }

    .client-partner-list__item {
        padding-right: 32px;
    }
}

@media screen and (max-width:480px) {
    .partner-clients-wrapper {
        margin-top: 72px;
    }

    .client-partner-list__item {
        width: 50%;
    }
}





/*# sourceMappingURL=main-ar.css.map */
/*------------------------------------*\
  #SKILLS-BANNER
\*------------------------------------*/

.skills-banner {
    position: relative;
    width: 1000px;
    margin: -130px auto 0 auto;
    background-color: #1BA9E0;
    padding: 22px 54px 32px 60px;
    border-radius: 9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
}

@media screen and (max-width: 1200px) {
    .skills-banner {
        width: 800px;
        padding: 22px 32px 32px 32px;
    }
}

@media screen and (max-width: 900px) {
    .skills-banner {
        width: 100%;
        padding: 22px 24px 24px 24px;
    }
}

@media screen and (max-width: 640px) {
    .skills-banner {
        width: 100%;
        padding: 20px 20px 40px 20px;
        display: block;
    }
}

.skill-banner-bg {
    position: absolute;
    left: 9px;
    top: 45px;
    width: 336px;
    height: 134px;
    background-image: url(../images/skill-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.skills-banner-intro {
    color: #fff;
    /*max-width: 493px;*/
}

.skills-banner-intro__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 31px;
    line-height: 36px;
}

.skills-banner-intro__desc {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 21px;
    line-height: 25px;
    margin-top: 12px;
}

@media screen and (max-width: 1200px) {
    .skill-banner-bg {
        width: 266px;
    }

    .skills-banner-intro {
        max-width: 400px;
    }

    .skills-banner-intro__title {
        font-size: 26px;
        line-height: 30px;
    }

    .skills-banner-intro__desc {
        font-size: 18px;
        line-height: 26px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 900px) {
    .skill-banner-bg {
        width: 240px;
    }

    .skills-banner-intro {
        max-width: 330px;
    }

    .skills-banner-intro__title {
        font-size: 22px;
        line-height: 26px;
    }

    .skills-banner-intro__desc {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .skill-banner-bg {
        width: 300px;
        left: 50%;
        bottom: 0;
        top: auto;
        transform: translateX(-50%);
    }

    .skills-banner-intro {
        max-width: 100%;
    }

    .skills-banner-intro__title {
        font-size: 22px;
        line-height: 26px;
    }

    .skills-banner-intro__desc {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
}


.skills-banner-link-wrapper {
    position: relative;
    z-index: 2;
    width: 250px;
    height: 64px;
}

.skill-banner-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #29AAE1;
    background-color: #FFFFFF;
    border-radius: 80px;
    font-size: 20px;
    line-height: 22px;
    font-family: "DroidKufi-Bold", sans-serif;
    text-align: center;
    padding: 21px 0;
    z-index: 1;
}

.skills-banner-link-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 64px;
    background-color: #D2D2D2;
    border-radius: 80px;
    bottom: -5px;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .skills-banner-link-wrapper {
        width: 220px;
        height: 54px;
    }

    .skill-banner-link {
        border-radius: 60px;
        font-size: 20px;
        line-height: 22px;
        padding: 18px 0;
    }

    .skills-banner-link-wrapper::before {
        height: 54px;
        border-radius: 60px;
        bottom: -5px;
    }
}

@media screen and (max-width:900px) {
    .skills-banner-link-wrapper {
        width: 200px;
        height: 50px;
    }

    .skill-banner-link {
        border-radius: 60px;
        font-size: 18px;
        line-height: 20px;
        padding: 18px 0;
    }

    .skills-banner-link-wrapper::before {
        height: 50px;
        border-radius: 60px;
        bottom: -5px;
    }
}

@media screen and (max-width: 640px) {
    .skills-banner-link-wrapper {
        width: 270px;
        height: 54px;
        margin: 40px auto 0 auto;
    }

    .skill-banner-link {
        border-radius: 60px;
        font-size: 20px;
        line-height: 24px;
        padding: 16px 0;
    }

    .skills-banner-link-wrapper::before {
        height: 54px;
        border-radius: 60px;
        bottom: -5px;
    }
}

/*------------------------------------*\
  #SKILLS-BANNER
\*------------------------------------*/

.skills-banner {
    position: relative;
    width: 1000px;
    margin: -130px auto 0 auto;
    background-color: #1BA9E0;
    padding: 22px 54px 32px 60px;
    border-radius: 9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
}

@media screen and (max-width: 1200px) {
    .skills-banner {
        width: 800px;
        padding: 22px 32px 32px 32px;
    }
}

@media screen and (max-width: 900px) {
    .skills-banner {
        width: 100%;
        padding: 22px 24px 24px 24px;
    }
}

@media screen and (max-width: 640px) {
    .skills-banner {
        width: 100%;
        padding: 20px 20px 40px 20px;
        display: block;
    }
}

.skill-banner-bg {
    position: absolute;
    left: 9px;
    top: 45px;
    width: 336px;
    height: 134px;
    background-image: url(../images/skill-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.skills-banner-intro {
    color: #fff;
    max-width: 480px;
}

.skills-banner-intro__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 31px;
    line-height: 36px;
}

.skills-banner-intro__desc {
    font-family: "DroidKufi-Regular", sans-serif;
    font-size: 21px;
    line-height: 25px;
    margin-top: 12px;
}

@media screen and (max-width: 1200px) {
    .skill-banner-bg {
        width: 266px;
    }

    .skills-banner-intro {
        max-width: 400px;
    }

    .skills-banner-intro__title {
        font-size: 26px;
        line-height: 30px;
    }

    .skills-banner-intro__desc {
        font-size: 18px;
        line-height: 26px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 900px) {
    .skill-banner-bg {
        width: 240px;
    }

    .skills-banner-intro {
        max-width: 330px;
    }

    .skills-banner-intro__title {
        font-size: 22px;
        line-height: 26px;
    }

    .skills-banner-intro__desc {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .skill-banner-bg {
        width: 300px;
        left: 50%;
        bottom: 0;
        top: auto;
        transform: translateX(-50%);
    }

    .skills-banner-intro {
        max-width: 100%;
    }

    .skills-banner-intro__title {
        font-size: 22px;
        line-height: 26px;
    }

    .skills-banner-intro__desc {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }
}


.skills-banner-link-wrapper {
    position: relative;
    z-index: 2;
    width: 250px;
    height: 64px;
}

.skill-banner-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #29AAE1;
    background-color: #FFFFFF;
    border-radius: 80px;
    font-size: 20px;
    line-height: 22px;
    font-family: "DroidKufi-Bold", sans-serif;
    text-align: center;
    padding: 21px 0;
    z-index: 1;
}

.skills-banner-link-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 64px;
    background-color: #D2D2D2;
    border-radius: 80px;
    bottom: -5px;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .skills-banner-link-wrapper {
        width: 220px;
        height: 54px;
    }

    .skill-banner-link {
        border-radius: 60px;
        font-size: 20px;
        line-height: 22px;
        padding: 18px 0;
    }

    .skills-banner-link-wrapper::before {
        height: 54px;
        border-radius: 60px;
        bottom: -5px;
    }
}

@media screen and (max-width:900px) {
    .skills-banner-link-wrapper {
        width: 200px;
        height: 50px;
    }

    .skill-banner-link {
        border-radius: 60px;
        font-size: 18px;
        line-height: 20px;
        padding: 18px 0;
    }

    .skills-banner-link-wrapper::before {
        height: 50px;
        border-radius: 60px;
        bottom: -5px;
    }
}

@media screen and (max-width: 640px) {
    .skills-banner-link-wrapper {
        width: 270px;
        height: 54px;
        margin: 40px auto 0 auto;
    }

    .skill-banner-link {
        border-radius: 60px;
        font-size: 20px;
        line-height: 24px;
        padding: 16px 0;
    }

    .skills-banner-link-wrapper::before {
        height: 54px;
        border-radius: 60px;
        bottom: -5px;
    }
}




/*------------------------------------*\
  #SKILLS-BANNER
\*------------------------------------*/

.skills-page-section {
    padding: 54px 0 80px 0;
    background-color: #FAFAFA;
}

.skills-tabs {
    font-family: "GothamRnd-Bold", sans-serif;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 266px;
    margin: 0 auto;
    border: 1px solid #DADADA;
    border-radius: 80px;
}

.skills-tabs__item {
    color: #C5C5C5;
    font-size: 18px;
    width: 50%;
    padding: 18px 0;
    cursor: pointer;
    transition: 0.2s;
}

    .skills-tabs__item.js-tab--active {
        color: #fff;
        background-color: #49BFE1;
        border-radius: 80px;
        transition: 0.2s;
    }

.skills-tabs-content {
    margin-top: 54px;
}

.skills-tabs-content__block {
    display: none;
}

.js-isOpen.skills-tabs-content__block {
    display: block;
}

@media screen and (max-width: 600px) {
    .skills-tabs-content {
        margin-top: 40px;
    }
}

@media screen and (max-width: 499px) {
    .skills-tabs__item {
        font-size: 16px;
        padding: 16px 0;
        ;
    }

        .skills-tabs__item.js-tab--active {
            border-radius: 60px;
        }
}



.category-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.category-list__item {
    padding: 0 14px;
}

@media screen and (max-width: 1280px) {
    .category-list__item {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .category-list {
        padding: 0 0 20px 0;
    }

    .sliding-category-wrapper {
        padding: 0 20px 0 0;
    }

        .sliding-category-wrapper .category-list {
            display: block;
            white-space: nowrap;
            overflow-x: scroll;
        }

        .sliding-category-wrapper .category-list__item {
            display: inline-block;
        }

    .category-list__item {
        padding: 0 14px;
    }
}

.category-card__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.category-card__title {
    text-align: center;
    margin-top: 20px;
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.cat-title--green.category-card__title {
    color: #78CA6F;
}

.cat-title--yellow.category-card__title {
    color: #F6C577;
}

.cat-title--blue.category-card__title {
    color: #81D4F7;
}

.cat-title--purple.category-card__title {
    color: #BC5EB8;
}

.cat-title--black.category-card__title {
    color: #000000;
}


@media screen and (max-width: 900px) {
    .category-card__icon {
        width: 75px;
        height: 75px;
    }
}

@media screen and (max-width: 600px) {
    .category-card__icon {
        width: 65px;
        height: 65px;
    }
}

@media screen and (max-width: 500px) {
    .category-card__icon {
        width: 60px;
        height: 60px;
    }

    .category-card__title {
        margin-top: 8px
    }
}


.reading-skill .category-card__icon {
    background-image: url(../images/skills-icons/reading.svg);
}

.writing-skill .category-card__icon {
    background-image: url(../images/skills-icons/writing.svg);
}

.grammer-skill .category-card__icon {
    background-image: url(../images/skills-icons/grammer.svg);
}

.dectation-skill .category-card__icon {
    background-image: url(../images/skills-icons/writing.svg);
}

.reading-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/reading-active.svg);
}

.writing-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/writing-active.svg);
}

.grammer-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/grammer-active.svg);
}

.dectation-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/writing-active.svg);
}

.whole-skill .category-card__icon {
    background-image: url(../images/skills-icons/whole.svg);
}

.whole-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/whole-active.svg);
}

.decimals-skill .category-card__icon {
    background-image: url(../images/skills-icons/decimals.svg);
}

.decimals-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/decimals-active.svg);
}

.probability-skill .category-card__icon {
    background-image: url(../images/skills-icons/probability.svg);
}

.probability-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/probability-active.svg);
}

.subtraction-skill .category-card__icon {
    background-image: url(../images/skills-icons/subtraction.svg);
}

.subtraction-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/subtraction-active.svg);
}

.mixed-operations-skill .category-card__icon {
    background-image: url(../images/skills-icons/mixed-operations.svg.svg);
}

.mixed-operations-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/mixed-operations-active.svg);
}

.measurements-skill .category-card__icon {
    background-image: url(../images/skills-icons/measurements.svg);
}

.measurements-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/measurements-active.svg);
}

.geometry-skill .category-card__icon {
    background-image: url(../images/skills-icons/geometry.svg);
}

.geometry-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/geometry-active.svg);
}

.multiplication-skill .category-card__icon {
    background-image: url(../images/skills-icons/multiplication.svg);
}

.multiplication-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/multiplication-active.svg);
}

.division-skill .category-card__icon {
    background-image: url(../images/skills-icons/division.svg);
}

.division-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/division-active.svg);
}

.fractions-skill .category-card__icon {
    background-image: url(../images/skills-icons/fractions.svg);
}

.fractions-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/fractions-active.svg);
}

.additions-skill .category-card__icon {
    background-image: url(../images/skills-icons/additions.svg);
}

.additions-skill:hover .category-card__icon {
    background-image: url(../images/skills-icons/additions-active.svg);
}

.skills-search-wrapper {
    margin-top: 100px;
}

.search-block {
    width: 560px;
    margin: 0 auto;
    position: relative;
}

.search-field {
    width: 100%;
    padding: 0 14px 12px 25px;
    border: 0;
    border-bottom: 1px solid #DADADA;
    background-color: transparent;
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #C0C0C0;
}

@media screen and (max-width: 600px) {
    .skills-search-wrapper {
        margin-top: 64px;
    }

    .search-block {
        width: 100%;
    }

    .search-field {
        padding: 0 14px 12px 22px;
        font-size: 18px;
        line-height: 20px;
    }
}

.search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C0C0C0;
    opacity: 1; /* Firefox */
}

.search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C0C0C0;
}

.search-field::-ms-input-placeholder { /* Microsoft Edge */
    color: #C0C0C0;
}

.search-btn {
    position: absolute;
    left: 14px;
    bottom: 12px;
    width: 20px;
    height: 20px;
    background-image: url(../images/search-icon--green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0;
    background-color: transparent;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .search-btn {
        width: 18px;
        height: 18px;
    }
}

.skills-list-wrapper {
    margin-top: 70px;
}

@media screen and (max-width: 1200px) {
    .skills-list-wrapper {
        padding: 0 80px;
    }
}

@media screen and (max-width: 1100px) {
    .skills-list-wrapper {
        padding: 0 40px;
    }
}

@media screen and (max-width: 900px) {
    .skills-list-wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 690px) {
    .skills-list-wrapper {
        padding: 0 80px;
    }
}

@media screen and (max-width: 600px) {
    .skills-list-wrapper {
        padding: 0 40px;
    }
}

@media screen and (max-width: 499px) {
    .skills-list-wrapper {
        padding: 0 10px;
    }
}

.skills-list {
    margin-right: -35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.skills-list__item {
    width: 33.333%;
    padding-right: 35px;
    margin-bottom: 70px;
}

@media screen and (max-width: 1200px) {
    .skills-list {
        margin-right: -24px;
    }

    .skills-list__item {
        width: 33.333%;
        padding-right: 24px;
        margin-bottom: 64px;
    }
}

@media screen and (max-width: 1100px) {
    .skills-list {
        margin-right: -30px;
    }

    .skills-list__item {
        width: 50%;
        padding-right: 30px;
    }
}

@media screen and (max-width: 900px) {
    .skills-list {
        margin-right: -24px;
    }

    .skills-list__item {
        width: 50%;
        padding-right: 24px;
    }
}

@media screen and (max-width: 690px) {
    .skills-list {
        display: block;
        margin-right: 0;
    }

    .skills-list__item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 499px) {
    .skills-list__item {
        margin-bottom: 40px;
    }
}

.skill-card {
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    background-color: #fff;
    height: 100%;
}

.skill-card-header {
    padding: 15px 22px 10px 22px;
    background-color: #D6F6D5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    height: 92px;
}

.skill-card-header__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
}

    .skill-card-header__title.ar-text {
        font-family: "DroidKufi-Bold", sans-serif;
    }

.skill-card-header__tag {
    background-color: #fff;
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

    .skill-card-header__tag .title {
        font-size: 12px;
        line-height: 22px;
        font-family: "DroidKufi-Bold", sans-serif;
        color: #29AAE1;
        text-align: center;
        margin-top: 20px;
    }

.skill-card-body {
    padding: 24px 42px 32px 42px;
}

@media screen and (max-width: 1200px) {
    .skill-card-body {
        padding: 24px 24px 32px 24px;
    }
}

@media screen and (max-width: 1100px) {
    .skill-card-body {
        padding: 24px 40px 32px 40px;
    }
}

@media screen and (max-width: 900px) {
    .skill-card-body {
        padding: 24px 24px 32px 24px;
    }

    .skill-card-header__title {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 690px) {
    .skill-card-body {
        padding: 24px 60px 32px 60px;
    }
}

@media screen and (max-width: 600px) {
    .skill-card-body {
        padding: 24px 50px 32px 50px;
    }
}

@media screen and (max-width: 499px) {
    .skill-card-body {
        padding: 24px 32px 32px 32px;
    }

    .skill-card-header__title {
        font-size: 14px;
        line-height: 20px;
        width: calc(100% - 50px);
    }

    .skill-card-header__tag {
        width: 50px;
        height: 50px;
    }

        .skill-card-header__tag .title {
            font-size: 10px;
            line-height: 14px;
            margin-top: 16px;
        }
}

.skill-card-video-trigger {
    position: relative;
    height: 176px;
    overflow: hidden;
    border-radius: 15px;
}

@media screen and (max-width: 900px) {
    .skill-card-video-trigger {
        height: 160px;
    }
}

@media screen and (max-width: 499px) {
    .skill-card-video-trigger {
        height: 140px;
    }
}

.skill-vid-thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: 0.3s;
    position: relative;
}

    .skill-vid-thumb:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.32);
        z-index: 2;
    }

.skill-card-video-trigger:hover .skill-vid-thumb {
    transform: scale(1.1);
    transition: 0.3s;
}

.skill-vid-play {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 34px;
    background-image: url(../images/play-icon--white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 3;
}

.skill-vid-title {
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    bottom: 22px;
    color: #fff;
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 20px;
    line-height: 22px;
    z-index: 3;
}

@media screen and (max-width: 600px) {
    .skill-vid-title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 499px) {
    .skill-vid-title {
        font-size: 16px;
        line-height: 20px;
    }

    .skill-vid-play {
        width: 20px;
        height: 28px;
    }
}

.skill-link-wrapper {
    position: relative;
    z-index: 2;
    margin-top: 32px;
}

.skill-link {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #29AAE1;
    border-radius: 80px;
    font-size: 20px;
    line-height: 22px;
    font-family: "DroidKufi-Bold", sans-serif;
    text-align: center;
    padding: 15px 0;
    z-index: 1;
}

@media screen and (max-width: 900px) {
    .skill-link-wrapper {
        margin-top: 24px;
    }
}

.skill-link-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #27A2CC;
    border-radius: 80px;
    bottom: -5px;
    left: 0;
    z-index: -1;
}

.load-more-wrapper {
    margin-top: 10px;
    text-align: center;
}

.load-more {
    font-family: "DroidKufi-Bold", sans-serif;
    color: #174A72;
    font-size: 24px;
    line-height: 26px;
    cursor: pointer;
}

.coming-soon-text {
    font-family: "DroidKufi-Bold", sans-serif;
    color: #174A72;
    font-size: 24px;
    line-height: 26px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .skill-link {
        border-radius: 60px;
        font-size: 18px;
        line-height: 20px;
        padding: 12px 0;
    }

    .load-more {
        font-size: 22px;
    }

    .coming-soon-text {
        font-size: 22px;
    }
}


@media screen and (max-width: 499px) {
    .skill-link {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 0;
    }

    .load-more {
        font-size: 20px;
    }

    .coming-soon-text {
        font-size: 20px;
    }
}



/*------------------------------------*\
  #CONGRATS-MODAL
\*------------------------------------*/


.congrats-msg-wrapper {
    padding: 100px 0 80px 0;
}

.modal-wrapper--congrats .modal-wrapper__container {
    display: block;
}

.congrats-msg-card {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 40px;
    padding-top: 70px;
}

.congrats-msg-card__title {
    text-align: center;
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 48px;
    line-height: 54px;
    color: #4AC0E1;
    /*max-width: 424px;*/
    margin: 0 auto;
}

.congrats-illustarion {
    position: relative;
    width: 750px;
    height: 463px;
    margin: 32px auto 0 auto;
    background-image: url(../images/congrats-illustration.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.congrats-footer {
    position: relative;
    z-index: 4;
    background-image: url(../images/congrats-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 315px;
    margin-top: -150px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.congrats-footer__title {
    font-family: "DroidKufi-Bold", sans-serif;
    font-size: 26px;
    line-height: 33px;
    text-align: center;
    color: #020303;
    padding-top: 108px;
}

.store-list-black {
    margin-top: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.store-list-black__item {
    margin: 0 12px;
}

.store-icon--black {
    display: block;
    width: 265px;
    height: 82px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1200px) {
    .congrats-msg-card {
        width: 900px;
        border-radius: 30px;
        padding-top: 40px;
    }

    .congrats-msg-card__title {
        font-size: 40px;
        line-height: 48px;
        max-width: 400px;
    }

    .congrats-illustarion {
        width: 600px;
        height: 370px;
        margin: 32px auto 0 auto;
    }

    .congrats-footer {
        width: 100%;
        height: 260px;
        margin-top: -130px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .congrats-footer__title {
        font-size: 26px;
        line-height: 30px;
        padding-top: 70px;
    }

    .store-list-black {
        margin-top: 32px;
    }

    .store-icon--black {
        width: 200px;
        height: 62px;
    }
}

@media screen and (max-width: 900px) {
    .congrats-msg-wrapper {
        padding: 80px 0 60px 0;
    }

    .congrats-msg-card {
        width: 640px;
        border-radius: 20px;
        padding-top: 30px;
    }

    .congrats-msg-card__title {
        font-size: 32px;
        line-height: 40px;
        max-width: 320px;
    }

    .congrats-illustarion {
        width: 450px;
        height: 278px;
        margin: 32px auto 0 auto;
    }

    .congrats-footer {
        width: 100%;
        height: 200px;
        margin-top: -90px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .congrats-footer__title {
        font-size: 24px;
        line-height: 28px;
        padding-top: 60px;
    }

    .store-list-black {
        margin-top: 24px;
    }

    .store-icon--black {
        width: 160px;
        height: 50px;
    }
}

@media screen and (max-width: 640px) {
    .congrats-msg-wrapper {
        padding: 80px 0 60px 0;
    }

    .congrats-msg-card {
        width: 100%;
        padding-top: 30px;
    }
}


@media screen and (max-width: 500px) {
    .congrats-msg-card__title {
        font-size: 26px;
        line-height: 30px;
        max-width: 280px;
    }

    .congrats-illustarion {
        width: 280px;
        height: 173px;
        margin: 24px auto 0 auto;
    }

    .congrats-footer {
        width: 100%;
        height: 150px;
        margin-top: -40px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .congrats-footer__title {
        font-size: 18px;
        line-height: 22px;
        padding-top: 40px;
    }

    .store-list-black {
        margin-top: 20px;
    }

    .store-list-black__item {
        margin: 0 6px;
    }

    .store-icon--black {
        width: 110px;
        height: 34px;
    }
}



.congarts-bg-icon {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.congrats-moon {
    width: 119px;
    height: 119px;
    top: 140px;
    left: 100px;
    background-image: url(../images/moon-grey.svg);
}

.congrats-star {
    background-image: url(../images/star--grey.svg);
}

.congrats-star--top-left {
    width: 18px;
    height: 18px;
    right: 100px;
    top: 100px;
}

.congrats-star--bottom-left {
    width: 28px;
    height: 28px;
    right: 80px;
    bottom: 240px;
}

.congrats-star--middle-left {
    width: 28px;
    height: 28px;
    right: 200px;
    bottom: 480px;
}

.congrats-star--top-right {
    width: 24px;
    height: 24px;
    left: 200px;
    top: 70px;
}

.congrats-star--bottom-right {
    width: 28px;
    height: 28px;
    left: 40px;
    top: 420px;
}


@media screen and (max-width: 1200px) {
    .congrats-moon {
        width: 90px;
        height: 90px;
        top: 120px;
        left: 60px;
    }

    .congrats-star--top-left {
        width: 18px;
        height: 18px;
        right: 70px;
        top: 90px;
    }

    .congrats-star--bottom-left {
        width: 24px;
        height: 24px;
        right: 80px;
        bottom: 240px;
    }

    .congrats-star--middle-left {
        width: 24px;
        height: 24px;
        right: 140px;
        bottom: 450px;
    }
}

@media screen and (max-width: 900px) {
    .congrats-moon {
        width: 80px;
        height: 80px;
        top: 100px;
        left: 40px;
    }

    .congrats-star--top-left {
        width: 16px;
        height: 16px;
        right: 50px;
        top: 40px;
    }

    .congrats-star--bottom-left {
        width: 22px;
        height: 22px;
        right: 40px;
        bottom: 220px;
    }

    .congrats-star--middle-left {
        width: 22px;
        height: 22px;
        right: 120px;
        bottom: 400px;
    }

    .congrats-star--top-right {
        width: 20px;
        height: 20px;
        left: 100px;
        top: 40px;
    }

    .congrats-star--bottom-right {
        width: 22px;
        height: 22px;
        left: 40px;
        top: 290px;
    }
}



@media screen and (max-width: 640px) {
    .congrats-moon {
        width: 65px;
        height: 65px;
        top: 110px;
        left: 40px;
    }

    .congrats-star--top-left {
        width: 16px;
        height: 16px;
        right: 30px;
        top: 30px;
    }

    .congrats-star--bottom-left {
        width: 20px;
        height: 20px;
        right: 35px;
        bottom: 200px;
    }

    .congrats-star--middle-left {
        width: 20px;
        height: 20px;
        right: 100px;
        bottom: 380px;
    }

    .congrats-star--top-right {
        width: 20px;
        height: 20px;
        left: 80px;
        top: 35px;
    }

    .congrats-star--bottom-right {
        width: 20px;
        height: 20px;
        left: 30px;
        top: 260px;
    }
}

@media screen and (max-width: 500px) {
    .congrats-moon {
        width: 60px;
        height: 60px;
        top: 90px;
        left: 20px;
    }

    .congrats-star--top-left {
        width: 14px;
        height: 14px;
        right: 30px;
        top: 30px;
    }

    .congrats-star--bottom-left {
        width: 18px;
        height: 18px;
        right: 10px;
        bottom: 170px;
    }

    .congrats-star--middle-left {
        width: 14px;
        height: 14px;
        right: 40px;
        bottom: 260px;
    }

    .congrats-star--top-right {
        width: 18px;
        height: 18px;
        left: 40px;
        top: 22px;
    }

    .congrats-star--bottom-right {
        width: 18px;
        height: 18px;
        left: 20px;
        top: 220px;
    }
}


.reading-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/reading-active.svg);
}

.writing-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/writing-active.svg);
}

.grammer-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/grammer-active.svg);
}

.dectation-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/writing-active.svg);
}

.decimals-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/decimals-active.svg);
}

.probability-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/probability-active.svg);
}

.subtraction-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/subtraction-active.svg);
}

.mixed-operations-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/mixed-operations-active.svg);
}

.measurements-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/measurements-active.svg);
}

.geometry-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/geometry-active.svg);
}

.multiplication-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/multiplication-active.svg);
}

.division-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/division-active.svg);
}


.fractions-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/fractions-active.svg);
}


.additions-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/additions-active.svg);
}

.whole-skill .category-card__icon.active {
    background-image: url(../images/skills-icons/whole-active.svg);
}


/*
    edit on testimonials style
*/
.testimonials-section {
    margin: 0.4rem 0 0 0;
}

.testimonials-slider__item .testimonial-block .testimonial-block-quote p {
    direction: rtl;
    font-size: 1.2rem;
}

.slick-track {
    display: flex;
    align-items: center;
}
