@media only screen and (max-width: 2600px) {
}
@media only screen and (max-width: 2400px) {
}
@media only screen and (max-width: 2200px) {
}
@media only screen and (max-width: 1900px) {
}
@media only screen and (max-width: 1800px) {
}
@media only screen and (max-width: 1700px) {
}
@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1550px) {
}
@media only screen and (max-width: 1500px) {
}
@media only screen and (max-width: 1450px) {
}
@media only screen and (max-width: 1400px) {
    html {
        font-size: 9.7px;
    }
}
@media only screen and (max-width: 1350px) {
    html {
        font-size: 9.2px;
    }
}
@media only screen and (max-width: 1300px) {
    html {
        font-size: 8.7px;
    }
}
@media only screen and (max-width: 1250px) {
    html {
        font-size: 8.2px;
    }
}
@media only screen and (max-width: 1200px) {
    html {
        font-size: 8px;
    }
}
@media only screen and (max-width: 1150px) {
    html {
        font-size: 7.7px;
    }
}
@media only screen and (max-width: 1100px) {
    html {
        font-size: 7.2px;
    }
}
@media only screen and (max-width: 1050px) {
    html {
        font-size: 6.7px;
    }
}
@media only screen and (max-width: 1024px) {
    html {
        font-size: 6.2px;
    }
}
/* @media only screen and (max-width: 1400px) {
  html {
    font-size: 7.7px;
  }
}
@media only screen and (max-width: 1350px) {
  html {
    font-size: 7.2px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 6.7px;
  }
}
@media only screen and (max-width: 1250px) {
  html {
    font-size: 6.2px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 6px;
  }
}
@media only screen and (max-width: 1150px) {
  html {
    font-size: 5.7px;
  }
}
@media only screen and (max-width: 1100px) {
  html {
    font-size: 5.2px;
  }
}
@media only screen and (max-width: 1050px) {
  html {
    font-size: 4.7px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 4.2px;
  }
}
 */
@media only screen and (max-width: 992px) {
    #smooth-wrapper {
        inset: inherit !important;
        width: 100% !important;
        height: auto !important;
        position: inherit !important;
        overflow: inherit !important;
        transform: none !important;
    }

    #smooth-content {
        transform: none !important;
    }

    body {
        height: auto !important;
        overscroll-behavior: inherit !important;
        scroll-behavior: inherit !important;
    }
    html {
        font-size: 62.5%;
    }
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .rows {
        flex-direction: column;
    }

    .column {
        width: 100% !important;
    }
    .btn__box {
        flex-wrap: wrap;
    }
    .custom__list ul li {
        padding-left: 2.6rem;
        margin-bottom: 1.2rem;
        font-size: 1.6rem;
    }
    .custom__list ul li::before {
        width: 2rem;
        height: 2rem;
    }

    .base-bottom-margin,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .subtitle,
    p,
    .services__block .img__box {
        margin-bottom: 1.6rem;
    }

    h1 {
        font-size: 4.4rem;
        line-height: 1.2;
    }
    h2 {
        font-size: 3.2rem;
        line-height: 1.2;
    }

    h3 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 2.2rem;
    }

    h5 {
        font-size: 2rem;
    }
    h6 {
        font-size: 1.8rem;
    }
    .subtitle {
        font-size: 1.6rem;
        line-height: 1.42;
    }
    .hero h1 {
        font-size: 2.8rem;
    }
    .services__block h4 {
        font-size: 2.4rem;
    }
    main {
        padding-top: 8.7rem;
    }
    .section__body {
        padding-top: 3.6rem;
    }
    .slick-arrow {
        width: 4.4rem;
        height: 4.4rem;
    }
    .slick-arrow::before {
        font-size: 1.5rem;
    }
    .slick-dots li {
        margin: 0 0.4rem !important;

        width: 3.2rem;
    }

    .btn,
    .btn__icon,
    .btn__white {
        min-height: 4.8rem;
        padding: 0.4rem 3.2rem;
    }
    /* --------- popup -------- */
    .modal__window .modal__window_close {
        right: 1rem;
        top: 1rem;
    }
    .modal__window.popup__contact .modal__window__wrapper {
        padding: 4.5rem 2rem;
    }
    .modal__window.popup__contact h2 {
        font-size: 2rem;
        margin-bottom: 2.8rem;
        text-align: center;
    }

    .modal__window .modal__window__wrapper {
        padding: 4.2rem 4.2rem 4.4rem;

        max-width: 55rem;
    }
    .modal__window.popup__speaker .speakers__course__item__inner {
        flex-direction: column;
    }
    .modal__window.popup__speaker .speakers__course__item__bottom {
        padding-left: 0;
        overflow-y: visible;
        max-height: 100%;
        padding-right: 0;
        margin-top: 2.4rem;
    }
    .modal__window.popup__speaker .speakers__course__item__bottom h5 {
        display: none;
    }
    .modal__window.popup__speaker .speakers__course__item__inner .speakers__course__item__top h5 {
        display: block;
        font-weight: 600;
        font-size: 2.8rem;
        line-height: 1.48;
        color: var(--atmosphere);
        margin-bottom: 2.4rem;
    }
    .modal__window.popup__speaker .speakers__course__item__inner .speakers__course__item__top {
        max-width: 100%;
        width: 100%;
        min-width: 100%;
    }
    .modal__window.popup__speaker .speakers__course__item__inner .speakers__course__item__top .img__box {
        /* padding-top: 64.24%; */
        padding-top: 84.24%;
    }
    .modal__window .modal__window__wrapper {
        overflow-y: scroll;
    }
    /* -------- header ---------- */

    .header {
        padding: 1rem 0;
        height: 8.7rem;
        position: fixed;
    }

    .header .main__nav {
        position: fixed;
        height: calc((100vh - 8.7rem));
        top: 8.7rem;
        max-width: 45rem;
        width: 100%;
        right: 0;
        background: var(--white);
        transform: translateX(100%);
        transition: all 0.5s ease-out;
    }
    .header .main__nav.show {
        transform: translateX(0);
    }
    .header .main__menu {
        flex-direction: column;
    }
    .header .main__nav__inner {
        flex-direction: column;
        height: 100%;
        padding: 4rem 2rem;
        flex: 1;
        justify-content: space-between;
        overflow-y: scroll;
    }
    .header .nav__btn__items {
        margin-left: 0;
        margin-top: 4.2rem;
        flex-direction: column;
    }
    .header .nav__btn__item {
        margin: 0;
    }
    .header .header__right {
        max-width: 0;
    }
    .header__account {
        margin-left: auto;
    }
    .header .header__logo {
        max-width: 9.6rem;
        display: block;
        max-height: 6.7rem;
    }
    .header .header__logo img {
        width: auto;
    }
    .header .menu-item {
        margin: 0 0 1rem 0;
    }
    .header .menu-item a,
    .header .menu-item span {
        font-size: 1.6rem;
        padding: 0.5rem 0;
    }
    .contact__btn__fixed a {
        min-height: 3.6rem;
        font-size: 1.4rem;
    }
    /* ---------- about__courses ----------- */
    .about__courses {
        padding: 5rem 0;
    }
    .about__courses .slider__header {
        padding: 1.6rem 0 1.6rem 2rem;
        min-height: 6.4rem;
    }

    .about__courses .slider__header__left {
        padding: 0;
    }
    .about__courses .slider__header__right {
        display: none;
    }
    .about__courses .slider__header h5 {
    }
    .about__courses .slider__header h4 {
        font-size: 2.2rem;
    }
    .about__courses .slick-arrow {
        border-color: var(--black);
        color: var(--black);
    }
    .about__courses .about__courses__block {
        margin-top: 3.2rem;
    }
    .about__courses .slider__nav {
        margin-top: 2rem;
        justify-content: flex-end;
    }
    .about__courses .slider__body {
        margin-top: 2.8rem;
    }

    .about__courses__item h5 {
        font-size: 2.4rem !important;
    }

    .about__courses__item__content {
        padding: 3.1rem 2rem 2rem !important;
    }
    .about__courses__item {
        min-height: 31rem !important;
    }
    .about__courses .about__courses__slider {
        width: calc(88% + 2rem) !important;
        margin: 0 -1rem;
    }
    .about__courses .about__courses__item {
        margin: 0 1rem;
    }

    /* ------------- faqs ------------ */

    .faqs .left {
        display: none;
    }

    .faqs {
        padding: 3rem 0;
    }
    .faqs .accordion__item__header {
        padding: 2.8rem 7.2rem 2.8rem 0;
    }
    .faqs .accordion__item {
        padding-bottom: 0.6rem;
    }
    .faqs .right {
        padding-right: 0;
    }
    .faqs .accordion__item__body p {
        margin-bottom: 1.6rem;
    }
    .faqs .accordion__item__body p:last-child {
        margin-bottom: 0;
    }
    .list__default ul,
    .list__default ol {
        margin-bottom: 1.6rem;
    }
    .faqs .accordion__item__header h5 {
        line-height: 1.5;
    }
    .accordion__item__header::after {
        width: 4.4rem;
        height: 4.4rem;
    }

    /* --------- packages ---------- */
    .packages {
        padding: 3rem 0 3rem;
    }
    .packages .packages__items {
        flex-direction: column;
        padding-bottom: 0;
    }
    .packages .packages__items .slick-arrow {
        bottom: 0;
        transform: none;
        top: auto;
    }
    .packages .packages__items .slick-arrow.slick-next {
        left: calc(50% + 1rem);
        right: auto;
    }
    .packages .packages__items .slick-arrow.slick-prev {
        left: calc(50% - 5.4rem);
        right: auto;
    }
    .packages .packages__item {
        width: calc(100% - 2.4rem);
        height: auto;
    }
    .btn__big__arrow::after {
        font-size: 1.6rem;

        margin-left: 1.2rem;
    }
    .packages .packages__item__bottom {
        padding: 2rem;
    }
    .list__style ul li {
        padding: 2rem 2rem 2rem 5rem;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.5;
        min-height: 6.4rem;
    }
    .list__style ul li::before {
        content: " ";
        width: 1.4rem;
        height: 1.4rem;
        top: 2.5rem;
        left: 2rem;
    }
    .packages .packages__item__top {
        padding: 2rem;
        min-height: auto;
    }

    .packages .packages__item__top p {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .packages .btn__box a {
        min-height: 5.6rem;
        font-size: 1.6rem;
    }
    .packages .packages__item__top h3 {
        font-size: 3.2rem;
        margin-bottom: 0.4rem;
    }
    .packages .packages__label {
        margin-bottom: 1.6rem;
    }

    .list__arrow {
        position: relative;
        padding: 1rem 6.9rem 1rem 2rem;

        min-height: 6.4rem;

        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .list__arrow::before {
        content: " ";
        width: 3.7rem;
        height: 2rem;
        top: 50%;
        right: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;

        transform: translateY(-50%) rotate(0);

        background-image: url("../img/ArrowRight-mob.svg");
    }

    .packages .section__body {
        padding-top: 2rem;
    }

    /* ---------- hero__single -------- */
    .hero__single {
        padding: 2rem 0 5rem;
    }
    .hero__single h1 {
        font-size: 3.2rem;
    }
    .hero__single .section__header .content__inner {
        padding: 3.4rem 2.3rem;
        max-width: 100%;
        width: 100%;
        position: relative;
        border-radius: 2.4rem;
        justify-content: flex-end;
        min-height: 52.3rem;
    }
    .hero__single .hero__single__lebels .border-element {
        display: none;
    }
    .hero__single .hero__single__lebels {
        margin: -0.6rem 0 0 -0.6rem;
        background: transparent;
        max-width: 100%;

        border-radius: 0;

        padding: 0 0 1.2rem 0;
    }
    .hero__single .hero__single__label {
        margin: 0.6rem;
    }

    /* ------------- about__education ---------- */
    .about__education {
        padding: 4rem 0 3rem;
    }
    .about__education__items .slick-list {
        overflow: visible !important;
    }

    .about__education .about__education__items {
        display: block !important;
        width: calc(84.6% + 2.4rem);
    }

    .about__education__items .slick-arrow {
        bottom: 0;
        top: auto;
        transform: translateY(0);
    }
    .about__education__item .h6 {
        font-size: 2.4rem;
        line-height: 1.3;
    }
    .about__education__items .slick-next {
        right: calc(-15.4% + 1rem);
    }
    .about__education__items .slick-prev {
        right: calc(-15.4% + 7rem);
        left: auto;
    }
    .about__education .about__education__item__img img {
        height: auto;
        object-fit: contain;
    }
    .about__education .about__education__item.img__show .about__education__item__content {
        transform: translate(0.4rem, 8rem) rotate(4deg);
    }
    .about__education .about__education__item.img__show .about__education__item__img {
        transform: translate(-1rem, -9rem) rotate(-4deg);
    }

    .about__education .ticker__wrapper .tickers {
        font-size: 3.2rem;
        line-height: 1.4;
    }

    .about__education .ticker__wrapper {
        top: 39%;
    }
    .about__education__item__content p {
        font-weight: 400;
        font-size: 1.6rem;
    }

    /* ----- speakers__course -------- */
    .speakers__course {
        padding: 5rem 0;
    }

    .speakers__course .speakers__course__item {
        margin: 1rem;
        width: calc(100% / 2 - 2rem);
    }
    .speakers__course .speakers__course__items {
        width: calc(100% + 2rem);
        margin: -1rem;
    }
    .speakers__course .speakers__course__items {
        width: calc(100% + 2rem);
        margin: -1rem;
    }
    .speakers__course .speakers__course__slider {
        width: calc(87.8% + 2rem);
    }
    .speakers__course .section__header .content__inner {
        flex-direction: column;
    }
    .speakers__course .section__header .content__inner .right {
        display: none;
    }
    .speakers__course .section__body {
        padding-top: 3rem;
    }
    .speakers__course .img__box {
        padding-top: 118.19%;
    }
    .speakers__course .speakers__course__item__bottom {
        padding-top: 2.8rem;
    }
    .speakers__course .speakers__course__item__bottom h5 {
        font-size: 2.4rem;
        line-height: 1.5;
    }

    /* ------------  result__course ----------- */
    .result__course {
        padding: 3.6rem 0 4rem;
        position: relative;
        z-index: 2;
    }
    .result__course .result__course__cards {
        margin: -1rem;
        width: calc(100% + 2rem);
        flex-direction: column;
        padding-bottom: 3rem;
    }
    .result__course .result__course__card {
        border-radius: 2.4rem;
        padding: 0 4rem 4rem 4rem;
        min-width: auto;
        min-height: auto;
        width: calc(100% - 2rem);
        margin: 1rem;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .result__course .section__header .horiz__animation__inner {
        display: flex;
        padding-right: 0;
        flex-direction: column;
    }
    .result__course .section__header .content__inner {
        flex-direction: column;
    }
    .result__course .result__course__card__icon {
        max-width: 31rem;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        min-width: 100%;
        margin-bottom: 1.4rem;
    }
    .result__course .result__course__card__icon__text {
        font-size: 13rem;
    }
    .result__course .result__course__card__icon .img__box {
        padding-top: 53.33%;
    }
    .result__course .result__course__card__icon .img__box img {
        object-fit: contain;
    }

    .result__course .result__course__card__label {
        border-radius: 10rem;
        padding: 1.2rem 1.6rem;
        font-size: 1.4rem;
        line-height: 1.2;

        min-height: 4rem;
        margin-bottom: 1.4rem;
    }
    .result__course .result__course__card h3 {
        margin-bottom: 1.6rem;

        font-size: 2.8rem;
        line-height: 1.3;
    }
    .result__course .result__course__card p {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 0;
        letter-spacing: 0;
    }

    /* ------------- hero --------- */

    .hero .content__inner {
        padding-top: 0;
    }
    .hero .left {
        padding-top: 0;
        padding-right: 0;
    }
    .hero .right {
        order: -1;
        margin-bottom: 3rem;
    }
    .hero .img__wrapper {
        margin: 0 auto;
    }
    .hero .right::before {
        width: 32.8rem;
        height: 32.8rem;
        top: -5.5rem;
        left: 50%;
    }
    .hero .right::after {
        width: 31.3rem;
        height: 31.3rem;

        bottom: -1.6rem;
        left: 0;
    }
    .hero {
        padding: 3rem 0 3rem;
    }

    /*-------- banner__section --------- */
    .banner__section {
        padding: 3.6rem 0 3rem;
    }
    .banner__section .right {
        padding-left: 0;
        padding-top: 0;
    }

    /* ---------- why__us__section --------- */
    .why__us__section {
        padding: 3.2rem 0 3rem;
    }
    .why__us__section .subtitle {
        margin-bottom: 2rem;
    }
    .why__us__section .section__body {
        padding-top: 3rem;
    }
    .why__us__items .why__us__items {
        width: calc(100% + 2rem);
        margin: -1rem;
    }
    .why__us__items .why__us__item {
        width: calc(100% / 2 - 2rem);
        margin: 1rem;
        padding: 2rem 1.6rem;
    }
    .why__us__item .why__us__item__icon {
        max-width: 6.4rem;
    }
    .why__us__item p {
        line-height: 1.42;
    }

    /* --------- video__section -------- */
    .video__section {
        padding: 3rem 0 3rem;
    }
    .video__section .section__header .content__inner {
        max-width: 100%;
    }
    .video__section .right {
        padding-left: 0;
        padding-top: 3.2rem;
    }

    .video__section .btn__box {
        margin-top: 3.2rem;
    }
    /* ------ services__section -------- */

    .services__section {
        padding: 3rem 0 3rem;
    }
    .services__section .img__wrapper {
        max-width: 48rem;
        margin: 0 auto;
    }
    .services__section .right {
        padding: 2rem 0 0;
    }
    .services__section .subtitle {
        max-width: 100%;
    }
    .services__section2 {
        padding: 3rem 0;
    }

    /* --------- services__section2 --------- */
    .services__section2 .section__inner {
        padding: 3rem 2rem 3rem;
        border-radius: 2rem;
    }
    .services__section2 .subtitle {
        max-width: 100%;
    }
    .services__section2 h2 {
        font-size: 2.6rem;
    }

    .services__section2 .img__wrapper {
        max-width: 48rem;
        margin: 0 auto;
    }

    .services__section2 .right {
        order: -1;
    }
    .services__section2 .left {
        padding: 2.4rem 0;
    }
    .services__section2 .img__left .left {
        padding: 2.4rem 0;
    }

    /* --------- materials__section ---------- */
    .materials__section {
        padding: 3rem 0;
    }
    .materials__section .subtitle {
        margin: 0 auto 3rem;
    }

    .reviews__section {
        padding: 3rem 0;
    }
    .reviews__section .section__body {
        padding-top: 3rem;
    }

    .reviews__item {
        padding: 2.4rem 2rem;
    }

    .reviews__section .reviews__slider {
        width: calc(88% + 2rem) !important;
        margin: 0 -1rem;
    }
    .reviews__items .reviews__item {
        width: calc(100% - 2rem);
        margin: 1rem;
    }
    .reviews__item h6 {
        font-size: 1.6rem;
    }
    .reviews__item .reviews__item__author p {
        line-height: 1.42;
    }
    .reviews__item .reviews__item__top {
        margin-bottom: 1.6rem;
    }
    .reviews__item .reviews__item__bottom p {
        font-weight: 400;
        margin-bottom: 1.6rem;
    }
    /* ------ footer ------------ */
    .footer {
        padding-top: 4rem;
    }

    .footer .footer__logo {
        font-size: 4rem;
    }

    .footer .content__bottom {
        margin-top: 3rem;
        margin-left: 0;
    }
    .footer .right .content__top {
        max-width: 35rem;
        margin-left: 0;
    }

    .footer .main__menu {
        flex-wrap: wrap;
    }
    .footer .menu-item {
        margin: 1rem 2rem;
        width: calc(100% / 2 - 4rem);
    }
    .footer .right {
        margin-top: 3rem;
    }

    .footer .footer__links {
        margin-left: 0;
    }
    /* ---------- course__section -------*/
    .course__section .right {
        padding-left: 0;
    }

    .dashboard__section .left {
        padding-right: 0;
        margin-bottom: 4rem;
    }
}

@media only screen and (max-width: 867px) {
}
@media only screen and (max-width: 767px) {
    .why__us__items .why__us__item {
        width: calc(100% - 3.2rem);
    }
}
@media only screen and (max-width: 670px) {
    .speakers__course .speakers__course__item {
        width: calc(100% - 2rem);
    }
}
@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 499px) {
}
@media only screen and (max-width: 400px) {
    html {
        font-size: 9.8px;
    }
}
@media only screen and (max-width: 389px) {
    html {
        font-size: 9.6px;
    }
}
@media only screen and (max-width: 380px) {
    html {
        font-size: 9.2px;
    }
}
@media only screen and (max-width: 370px) {
    html {
        font-size: 8.8px;
    }
}
@media only screen and (max-width: 360px) {
    html {
        font-size: 8.5px;
    }
}
@media only screen and (max-width: 350px) {
    html {
        font-size: 8.2px;
    }
}
@media only screen and (max-width: 340px) {
    html {
        font-size: 7.9px;
    }
}
@media only screen and (max-width: 330px) {
    html {
        font-size: 7.6px;
    }
}
@media only screen and (max-width: 320px) {
    html {
        font-size: 7.2px;
    }
}
