/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1599px) {
    .header {
        padding: 30px 0px 61px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1399px) {
    .header__logo a img {
        max-width: 220px;
    }

    .header__menu nav ul li a {
        font-size: 22px;
    }

    .btn {
        font-size: 22px;
        padding: 11px 34px;
    }

    .footer__logo a img {
        max-width: 200px;
    }

    .footer__menu ul li a {
        font-size: 22px;
    }

    .footer__contact a {
        font-size: 16px;
    }

    .hero__content h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .hero__content h3 {
        margin-bottom: 24px;
        font-size: 24px;
    }

    .hero__content a.btn {
        font-size: 22px;
    }

    .hero__thumb {
        height: auto;
    }

    .hero__thumb img {
        max-width: 100%;
    }

    .fs-2 {
        font-size: 52px !important;
    }

    ul.service__list li {
        font-size: 26px;
        gap: 10px;
        padding: 12px 0px;
    }

    ul.service__list li span.icon img {
        max-width: 40px;
    }

    .works__item-icon {
        font-size: 120px;
    }

    .works__item-content p {
        font-size: 31px;
    }

    .works__more-content h3 {
        font-size: 27px;
    }

    .schools__list li {
        font-size: 26px;
        gap: 13px;
        padding: 19px 0px;
    }

    .store__form-item label {
        font-size: 26px;
    }

    .faq__item h3 {
        font-size: 32px;
    }

    .faq__item p {
        font-size: 26px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1299px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
    .footer__start {
        gap: 24px;
    }

    .footer__menu ul {
        gap: 24px;
    }

    .footer__menu {
        gap: 20px;
    }

    .header__logo a img {
        max-width: 178px;
    }

    .footer__logo a img {
        max-width: 180px;
    }

    .hero__thumb {
        height: 560px;
    }

    .hero__thumb img {
        max-width: initial;
        height: 100%;
    }

    .hero__aPlus {
        top: 102px;
        left: 45%;
        font-size: 56px;
        width: 130px;
        height: 93px;
    }

    .obj {
        max-width: 87px;
    }

    .service__object {
        left: 84px;
        bottom: -49px;
    }

    ul.service__list li span.icon img {
        max-width: 38px;
    }

    .hero__obj-2 {
        right: 45px;
        bottom: -70px;
    }

    .service--section {
        padding: 70px 0px 45px;
    }

    .btn.btn--big {
        font-size: 27px;
    }

    .schools__shorts {
        left: -16px;
        top: -48px;
    }

    .schools__img {
        padding-right: 0px;
    }

    ul.schools__list li span.icon img {
        max-width: 35px;
    }

    .store--section {
        padding: 70px 0px 90px;
    }

    .faq--section {
        padding: 79px 0px 50px
    }

    .faq__item p {
        font-size: 22px;
    }

    .hero--section {
        z-index: 2;
    }

    section {
        z-index: 2;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
    .obj {
        z-index: 0;
    }

    .header__menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        max-width: 320px;
        padding: 60px 20px 20px;
        transition: all .3s ease;
        transform: translateX(-100%);
        z-index: 99999;
    }

    .header__menu.show {
        transform: translateX(0);
    }

    .header__menu nav ul {
        gap: 40px;
        flex-direction: column;
    }

    .header__menu nav {
        gap: 40px;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .closeMenu {
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        border: none;
    }

    .menuBar {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #ff9100;
        color: #fff;
        font-size: 24px;
        border: none;
    }


    .footer__menu {
        gap: 20px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .footer__end {
        flex-direction: column-reverse;
        align-items: flex-start !important;
        justify-content: flex-start;
    }

    .header {
        padding: 20px 0px 30px;
    }

    .footer__menu ul li a {
        font-size: 16px;
    }

    .btn {
        font-size: 16px;
        padding: 11px 34px;
    }

    .footer__start {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 24px;
    }

    .hero__content {
        margin: 0 auto;
        margin-bottom: 33px;
    }

    .hero__aPlus {
        top: 135px;
        left: 3%;
        font-size: 50px;
        transform: rotate(-36deg);
    }

    .hero__content h3 {
        margin-bottom: 24px;
        font-size: 22px;
    }

    .hero__content a.btn {
        font-size: 18px;
        padding: 12px 30px;
    }

    .hero__thumb {
        height: 390px;
        text-align: center;
    }

    .fs-2 {
        font-size: 38px !important;
    }

    ul.service__list li {
        font-size: 19px;
        padding: 6px 0px;
    }

    ul.service__list li span.icon img {
        max-width: 28px;
    }

    .works--section {
        padding: 54px 0px 35px;
    }

    .works__item-icon img {
        max-width: 66px;
    }

    .works__item-icon {
        font-size: 87px;
    }

    .works__item-content p {
        font-size: 26px;
    }

    .works__more-thumb {
        width: 180px;
        flex: 0 0 auto;
    }

    .works__more-content h3 {
        font-size: 23px;
    }

    .btn.btn--big {
        font-size: 22px;
        max-width: 61%;
        margin: 0 auto;
        display: block;
    }

    .schools__shorts {
        left: 0;
        top: 0;
    }

    .faq__item h3 {
        font-size: 22px;
    }

    .faq__item p {
        font-size: 18px;
    }

    .faq__title h2 {
        margin-bottom: 24px;
    }

    .faq__title {
        margin-bottom: 24px;
    }

    .faq--section {
        padding: 49px 0px 12px;
    }

    .store--section {
        padding: 55px 0px 40px;
    }

    .store__title {
        margin-bottom: 33px;
    }

    .store__form-item label {
        font-size: 20px;
        letter-spacing: 3px;
    }

}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .footer__menu {
        gap: 20px;
        flex-direction: row-reverse;
        align-items: center;
    }

    footer.footer {
        padding: 34px 0px 34px;
        text-align: center;
    }

    .footer__start {
        flex-direction: column;
        align-items: center !important;
        margin-bottom: 24px;
    }

    .footer__end {
        flex-direction: column-reverse;
        align-items: center !important;
    }

    .header__logo a img {
        max-width: 110px;
    }

    .header {
        padding: 20px 0px 20px;
        background-position: unset;
    }

    .menuBar {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .hero__aPlus {
        top: 83px;
        left: 3%;
        font-size: 24px;
        width: 50px;
        height: 34px;
    }

    .hero--section {
        padding: 117px 0px 0px;
    }

    .hero__content h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 11px;
    }

    .hero__content h3 {
        margin-bottom: 18px;
        font-size: 16px;
    }

    .hero__content a.btn {
        font-size: 13px;
        padding: 10px 29px;
    }

    .hero__thumb img {
        max-width: 380px;
        height: auto;
    }

    .hero__thumb {
        height: auto;
        text-align: center;
    }

    .hero__obj-2 {
        right: 10px;
        bottom: -25px;
        max-width: 36px;
    }

    .obj {
        max-width: 58px;
    }

    .hero__obj-1 {
        left: 30px;
        bottom: -28px;
    }

    .service--section {
        padding: 45px 0px 45px;
    }

    .fs-2 {
        font-size: 27px !important;
    }

    .service__content h2 {
        margin-bottom: 12px;
    }

    ul.service__list li span.icon img {
        max-width: 18px;
    }

    ul.service__list li {
        font-size: 15px;
        padding: 5px 0px;
        text-align: start;
    }

    .works--section {
        padding: 20px 0px 35px;
    }

    .works__title {
        margin-bottom: 11px;
    }

    .service__object {
        left: 24px;
        bottom: -28px;
    }

    .works__item-icon {
        font-size: 50px;
    }

    .works__item-icon img {
        max-width: 40px;
    }

    .works__item-content p {
        font-size: 21px;
    }

    .works__more {
        gap: 15px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .works__more-thumb {
        width: 127px;
        flex: 0 0 auto;
    }

    .works__more-content h3 {
        font-size: 20px;
    }

    .btn.btn--big {
        font-size: 17px;
        max-width: 100%;
    }

    .schools--section {
        padding-top: 20px;
    }

    .schools__title h2 {
        padding: 20px 0px;
        font-size: 16px !important;
    }

    ul.schools__list li span.icon img {
        max-width: 18px;
    }

    .schools__title {
        margin-bottom: 0px;
    }

    .schools__list li span.text {
        text-align: start;
    }

    .schools__list li {
        font-size: 17px;
        gap: 12px;
        padding: 8px 0px;
    }

    .schools__shorts {
        width: 189px;
        height: 311px;
        padding: 100px 20px 25px 20px;
    }

    .schools__shorts h6 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 9px;
    }

    .schools__shorts p {
        font-size: 10px;
    }

    .schools__shorts {
        width: 189px;
        height: 311px;
        padding: 100px 20px 25px 20px;
        bottom: 70px;
        top: inherit;
    }

    .schools__img img {
        max-width: 100%;
        max-height: 508px;
    }

    .store--section {
        padding: 43px 0px 20px;
    }

    .store__form-item label {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .store__form-item .form-control {
        height: 48px;
    }

    .store__form-item {
        margin-bottom: 17px;
    }

    .faq--section {
        padding: 34px 0px 11px;
    }

    .faq__item h3 {
        font-size: 20px;
    }

    .faq__item p {
        font-size: 15px;
    }

    .works__obj-1 {
        max-width: 33px;
    }

    .schools__img {
        text-align: center;
    }
}

/* Small devices  */
@media (max-width: 575px) {
    .footer__menu {
        gap: 20px;
        flex-direction: column-reverse;
        align-items: center;
    }
}