/* ================================== flex-box mixins ======================================== */
.noscroll {
  overflow: hidden;
}

.header .adapt_menu {
  display: none;
}

.banners .banner.textbooks .banner__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

@media only screen and (max-width: 1295px) {
  .banners .swiper__button.swiper-button-prev {
    left: -30px;
  }
  .banners .swiper__button.swiper-button-next {
    right: -30px;
  }
}
@media only screen and (max-width: 1241px) {
  .banners:hover .swiper__button {
    opacity: 0.3;
  }
  .banners .swiper__button {
    opacity: 0;
    top: 247px;
  }
  .banners .swiper__button.swiper-button-prev {
    left: 0px;
  }
  .banners .swiper__button.swiper-button-next {
    right: 0px;
  }
  .banners .swiper__button:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1200px) {
  .banners .swiper__button.swiper-button-prev {
    left: 5px;
  }
  .banners .swiper__button.swiper-button-next {
    right: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .banners .banner .banner__text .banner__title {
    font-size: 39px;
  }
}
@media only screen and (max-width: 1135px) {
  .banners .banner.textbooks .banner__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 1130px) {
  .header .header__content .header__links {
    margin: 0 1.5rem 0 1rem;
  }
  .header .header__content .header__links .header__link {
    padding: 10px 10px;
  }
  .quote .quote_text {
    font-size: 34px;
  }
  .products .product {
    max-height: 670px;
  }
  .products .product .product__text {
    width: 50%;
  }
  .products .product .product__text .product__title {
    font-size: 34px;
  }
  .products .product .product__text .product__description {
    font-size: 18px;
  }
  .products .product .product__text .product__linkwrapp .product__link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
  }
  .products .product .product__text .product__linkwrapp .count__pupil {
    min-width: 130px;
  }
  .products .product .product__text .product__linkwrapp .count__pupil .descr {
    font-size: 12px;
  }
  .products .product .product__image {
    width: 50%;
  }
  .products .product.emu .product__image img {
    right: -116px;
  }
  .products .product.wg .product__image img {
    right: -87px;
  }
  .products .product.books .product__image img {
    left: -103px;
  }
  .foot .foot_content .foot_columns .foot_column:not(:last-child) {
    margin-right: 0;
  }
  .benefits .benefits__content {
    margin: 12rem auto;
    width: 90%;
  }
  .recomendations .recomendations__content {
    margin: 12rem 0 8rem;
  }
  .recomendations .recomendations__content .recomendations__files {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .recomendations .recomendations__content .recomendations__files .recomendations__file {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 3rem;
  }
  .calltojoinus .calltojoinus__content {
    margin: 13rem 0 8rem;
  }
}
@media only screen and (max-width: 978px) {
  .gb_message {
    box-sizing: border-box;
  }
  .gb_message {
    padding: 10px;
  }
  .gb_user {
    padding: 10px;
  }
  .header {
    border: none;
    height: 60px;
  }
  .header .header__content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: fixed;
    z-index: 1010;
    top: 0;
    left: -105%;
    bottom: 0;
    min-height: 100vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
    transition: left 0.12s ease-out;
    overflow-y: auto;
    padding: 2rem;
  }
  .header .header__content .logotype {
    padding: 0;
    height: 72px;
  }
  .header .header__content .header__links {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-top: 3rem;
    width: 80%;
  }
  .header .header__content .header__links .header__link {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid rgb(232, 232, 232);
    margin-bottom: 5px;
    border-radius: 5px;
    transition: all 0.14s ease-out;
  }
  .header .header__content .header__links .header__link:hover, .header .header__content .header__links .header__link:active {
    border-color: #71ca6d;
    color: #74b847;
    background-color: rgba(113, 202, 109, 0.03);
  }
  .header .header__content #headerLogIn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 80%;
    border-color: rgb(232, 232, 232);
    padding: 10px 15px;
  }
  .header .header__content #headerLogIn:after {
    margin-left: 10px;
    position: relative;
    top: 1px;
  }
  .header .header__content .z_close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 5px;
    display: block !important;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .header .header__content .z_close:hover {
    opacity: 1;
  }
  .header .header__content .z_close:before,
  .header .header__content .z_close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #333;
  }
  .header .header__content .z_close:before {
    transform: rotate(45deg);
  }
  .header .header__content .z_close:after {
    transform: rotate(-45deg);
  }
  .header .header__content.visible {
    left: 0;
  }
  .header .adapt_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #ececec;
    height: 100%;
    padding: 10px 20px;
  }
  .header .adapt_menu a {
    display: block;
    height: 100%;
  }
  .header .adapt_menu .adapter2 img {
    display: block;
    margin: 0;
    max-width: 100%;
    height: 35px;
    width: auto;
  }
  .header .adapt_menu .adapter3 img {
    position: relative;
    top: 2px;
    max-width: 26px;
  }
  .header .adapt_menu .adapter1 {
    cursor: pointer;
  }
  .header .adapt_menu .adapter1 span {
    margin: 0 0px 1px 0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 4px;
    background: #74b848;
    position: relative;
  }
  .header .adapt_menu .adapter1 span:before {
    content: "";
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    height: 4px;
    background: #74b848;
  }
  .header .adapt_menu .adapter1 span:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 4px;
    background: #74b848;
  }
  .container .content {
    padding: initial;
    top: 75px;
  }
  .container .content #menuleft {
    width: initial;
    position: relative;
    top: 0;
  }
  .main {
    padding-top: 60px;
  }
  .banners .banner {
    margin-bottom: 2rem;
  }
  .banners .banner .banner__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding: 30px 0;
  }
  .banners .banner .banner__text .banner__title {
    font-size: 28px;
    font-weight: 500;
  }
  .banners .banner .banner__text .banner__description {
    margin: 32px 0 40px;
    font-size: 16px;
  }
  .banners .banner .banner__text .banner__link {
    font-size: 16px;
    width: 320px;
  }
  .banners .banner .banner__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 52%;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
  }
  .quote .quote_text {
    font-size: 26px;
    padding: 10rem 0;
  }
  .products .product .product__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .products .product .product__text .product__title {
    font-size: 30px;
  }
  .products .product .product__text .product__description {
    margin: 32px 0 40px;
    font-size: 16px;
  }
  .products .product .product__text .product__linkwrapp {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .products .product .product__text .product__linkwrapp .product__link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 61px;
    -ms-flex: 0 0 61px;
    flex: 0 0 61px;
    width: 330px;
  }
  .products .product .product__text .product__linkwrapp .count__pupil {
    margin-top: 2rem;
  }
  .products .product .product__text .product__linkwrapp .count__pupil .number {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .products .product .product__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    z-index: 3;
  }
  .products .product .product__image img {
    position: absolute;
    display: block;
    max-width: 100%;
  }
  .products .product.emu {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
  .products .product.emu .product__image img {
    right: -90px;
  }
  .products .product.oko9 {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .products .product.wg {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
  .products .product.wg .product__image img {
    right: -68px;
  }
  .products .product.books {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .products .product.books .product__image img {
    left: -73px;
  }
  .products .product.moodle {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .benefits .benefits__content {
    margin: 10rem auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem;
  }
  .benefits .benefits__content > h3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 52px;
    left: 0;
    margin-bottom: 2rem;
  }
  .benefits .benefits__content .benefits__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
  .benefits .benefits__content .benefits__list .benefit__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .benefits .benefits__content .benefits__list .benefit__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .benefits .benefits__content .benefits__list .benefit__item .benefit__number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    font-size: 46px;
    text-align: left;
  }
  .recomendations .recomendations__content {
    margin: 10rem 0 10rem;
  }
  .recomendations .recomendations__content > h3 {
    font-size: 48px;
    margin-bottom: 6rem;
  }
  .recomendations .recomendations__content .recomendations__files .recomendations__file {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    font-size: 15px;
  }
  .comments .swiper-container {
    max-width: 760px;
    width: 100%;
    height: 100%;
    overflow: initial;
  }
  .comments .comment {
    padding: 30px;
  }
  .comments .comment .teacher__info .teacher__foto {
    width: 150px;
    height: 150px;
  }
  .comments .comment .teacher__info .teacher__name {
    font-size: 14px;
  }
  .comments .comment .teacher__info .teacher__job {
    font-size: 13px;
  }
  .comments .comment .teacher__comment {
    padding-left: 30px;
    font-size: 14px;
  }
  .foot {
    margin-top: 2rem;
    width: 100%;
    position: relative;
    background-color: #fff;
  }
  .foot .foot_content .foot_columns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    padding: 2rem 0;
  }
  .foot .foot_content .foot_columns .foot_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .foot .foot_content .foot_columns .foot_column:not(:last-child) {
    margin-right: 10px;
  }
  .foot .foot_content .foot_columns .foot_column a {
    margin: 16px 0;
    font-size: 13px;
  }
  .foot .foot_content .foot_columns .foot_column .mission {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    font-size: 13px;
  }
  .foot .foot_content_2 {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 20px;
    height: auto;
    font-size: 14px;
  }
  .foot .foot_content_2 .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    order: 3;
  }
  .foot .foot_content_2 .license {
    margin: 7px 0;
  }
}
@media only screen and (max-width: 836px) {
  .payment {
    padding: 0;
  }
  .quote .quote_text {
    font-size: 26px;
    padding: 10rem 0;
  }
  .quote .quote_text:after {
    bottom: 46px;
  }
  .banners .banner.textbooks .banner__text h3, .banners .banner.textbooks .banner__text p {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .gbf_row {
    width: 100%;
    white-space: normal;
  }
  #gb_editor.gb_editor_opened {
    height: auto;
  }
  #gb_editor.gb_editor_opened {
    padding: 0 10px;
    box-sizing: border-box;
  }
  #gb_editor input[type=submit] {
    margin: 0;
  }
  .gbf_col {
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    margin-right: 0px;
  }
  .gbf_row {
    margin: 0px auto;
  }
  .gbf_col {
    margin-top: 20px;
  }
  .gbf_wide {
    margin-top: 20px;
  }
  .news .news__content {
    margin: 4rem 0;
  }
  .news .news__content .news__allnews {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .banners .swiper-wrapper {
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .banners .banner {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-height: none;
  }
  .banners .banner.swiper-slide {
    height: auto;
  }
  .banners .banner .banner__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 5;
    padding: 0;
    margin-top: 7px;
  }
  .banners .banner .banner__text .banner__title {
    font-size: 26px;
    font-weight: 700;
  }
  .banners .banner .banner__text .banner__description {
    margin: 24px 0 32px;
    font-size: 16px;
  }
  .banners .banner .banner__text .banner__link {
    width: 100%;
    max-width: 560px;
  }
  .banners .banner .banner__image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 45%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 45%;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
    max-height: 400px;
    position: relative;
  }
  .banners .banner .banner__image.fadeIn {
    opacity: 1;
  }
  .banners .banner .banner__image img {
    display: block;
    height: 100%;
    width: auto;
  }
  .banners .banner .banner__image img#klo11 {
    transform: translateX(-25%);
  }
  .banners .banner .banner__image img#fg2021 {
    transform: translateX(-25%);
  }
  .banners .banner .banner__image img#emuerudit2122 {
    transform: translateX(-25%);
  }
  .banners .banner .banner__image img#eq2021_10 {
    transform: translateX(-25%);
  }
  .banners .banner .banner__image img#spec2022 {
    transform: translateX(-25%);
  }
  .banners .banner .banner__image img#cs318 {
    transform: translateX(-27%);
  }
  .banners .swiper__button {
    width: 32px;
    height: 32px;
    top: 200px;
    opacity: 1;
  }
  .banners .swiper__button img {
    width: 10px;
  }
  .banners .swiper__button.swiper-button-prev {
    left: 20px;
  }
  .banners .swiper__button.swiper-button-next {
    right: 20px;
  }
  .banners .swiper-pagination {
    bottom: 5px;
  }
  .banners:hover .swiper__button {
    opacity: 1;
  }
  .payment {
    padding: 0;
  }
  .payment .payment__content {
    padding: 3rem 0;
  }
  .payment .payment__wrapper .start {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payment .payment__wrapper .start .action {
    border-radius: 8px 8px 0 0;
  }
  .payment .payment__wrapper .start .action .title {
    text-align: center;
  }
  .payment .payment__wrapper .start .action .title > span {
    font-size: 14px;
    display: block;
  }
  .payment .payment__wrapper .start .info {
    border-radius: 0 0 8px 8px;
  }
  .payment .payment__wrapper .start .info .cards {
    margin: 2rem 24px;
  }
  .payment .payment__wrapper #payment_form_outer .form {
    padding-top: 0;
  }
  .payment .payment__wrapper #payment_form_outer .help {
    display: none;
  }
  .payment .left__side, .payment .right__side {
    min-height: 230px;
  }
  .payment .left__side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    padding: 4rem 2rem;
  }
  .payment .right__side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    padding: 4rem 2rem;
  }
  .quote .quote_text {
    font-size: 24px;
  }
  .quote .quote_text:after {
    right: 15px;
    bottom: 45px;
  }
  .products .product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-height: none;
  }
  .products .product .product__text {
    margin-top: 2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .products .product .product__text .product__linkwrapp {
    width: 100%;
  }
  .products .product .product__text .product__linkwrapp .product__link {
    width: 100%;
  }
  .products .product .product__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
  }
  .products .product .product__image img {
    position: relative;
    display: block;
    max-width: none;
    width: 100%;
  }
  .products .product.emu {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
  .products .product.emu .product__image img {
    right: -65px;
  }
  .products .product.oko9 {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .products .product.oko9 .product__image img {
    right: 0;
  }
  .products .product.wg {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
  .products .product.wg .product__image img {
    right: -45px;
  }
  .products .product.books {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .products .product.books .product__image img {
    left: -55px;
  }
  .products .product.moodle {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .products .product.moodle .product__image img {
    right: 0;
  }
  .products .left__img .product {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products .right__img .product {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .benefits .benefits__content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 5rem auto;
    width: 100%;
    padding: 0;
    background-color: white;
  }
  .benefits .benefits__content > h3 {
    font-size: 48px;
    left: 0;
    margin-bottom: 0;
    padding-bottom: 3rem;
  }
  .benefits .benefits__content .benefits__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 3rem 2rem;
    background-color: #F0FAF9;
    border-radius: 8px;
  }
  .benefits .benefits__content .benefits__list .benefit__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .benefits .benefits__content .benefits__list .benefit__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .benefits .benefits__content .benefits__list .benefit__item .benefit__number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    font-size: 46px;
    text-align: left;
  }
  .recomendations .recomendations__content {
    margin: 10rem 0 6rem;
  }
  .recomendations .recomendations__content > h3 {
    text-align: left;
    font-size: 40px;
    margin-bottom: 4rem;
  }
  .recomendations .recomendations__content .recomendations__files .recomendations__file {
    margin: 10px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 15px;
  }
  .comments .swiper-container {
    max-width: 760px;
    width: 100%;
    height: 100%;
    overflow: initial;
  }
  .comments .comment {
    padding: 30px;
  }
  .comments .comment .teacher__info .teacher__foto {
    width: 150px;
    height: 150px;
  }
  .comments .comment .teacher__info .teacher__name {
    font-size: 14px;
  }
  .comments .comment .teacher__info .teacher__job {
    font-size: 13px;
  }
  .comments .comment .teacher__comment {
    padding-left: 30px;
    font-size: 14px;
  }
  .calltojoinus .calltojoinus__content {
    margin: 8rem 0 8rem;
  }
  .calltojoinus .calltojoinus__content > h3 {
    text-align: center;
  }
  .calltojoinus .calltojoinus__content .button {
    width: 450px;
  }
  .foot .foot_content .foot_columns .foot_column h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  #main_article table {
    display: block;
    overflow: auto;
    width: 100%;
  }
  #splash_columns tbody td {
    padding: 5px 0;
  }
  .cslist th h2 {
    margin: 5px 0 5px 0px;
    text-align: center;
  }
  .cslist table {
    display: block;
  }
  .cslist table tbody {
    display: block;
  }
  .cslist table tbody tr {
    display: block;
  }
  .cslist table tbody tr td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 3px 5px;
    box-sizing: border-box;
  }
  .cslist table {
    margin-bottom: 20px;
  }
  .gb_guest {
    display: block;
  }
  .gb_user {
    padding: 10px 10px 0;
  }
  .cslist table {
    box-sizing: border-box;
  }
  #menuleft a {
    padding: 1px 10px 1px 15px;
  }
  #menuleft h3 {
    padding: 1px 20px;
  }
  .container {
    padding: 0 16px;
  }
  .banners .banner {
    padding: 10px 16px;
  }
  .banners .banner.swiper-slide {
    height: auto;
  }
  .banners .banner .banner__text {
    margin-top: -15px;
  }
  .banners .banner .banner__text .banner__title {
    font-size: 24px;
    font-weight: 700;
  }
  .banners .banner .banner__image {
    max-height: 300px;
  }
  .banners .swiper__button {
    width: 24px;
    height: 24px;
    top: 180px;
    opacity: 1;
  }
  .banners .swiper__button img {
    width: 6px;
  }
  .banners .swiper__button.swiper-button-prev {
    left: 10px;
  }
  .banners .swiper__button.swiper-button-prev img {
    left: -1px;
  }
  .banners .swiper__button.swiper-button-next {
    right: 10px;
  }
  .banners .swiper__button.swiper-button-next img {
    right: -1px;
  }
  .news .news__content .news__allnews {
    height: 45px;
  }
  .payment {
    padding: 0;
  }
  .payment .payment__content {
    padding: 3rem 0;
  }
  .payment .payment__wrapper .start .action form .form-group input.teacher__id {
    padding: 0 10px;
  }
  .payment .payment__wrapper .start .action form .form-group input.submit__button {
    padding: 0 16px;
  }
  .payment .payment__wrapper .start .info .smalltext {
    font-size: 12px;
  }
  .payment .payment__wrapper .start .info .smalltext img {
    margin-right: 4px;
  }
  .quote .quote_text {
    width: 100%;
    font-size: 22px;
  }
  .quote .quote_text:before {
    content: url("/img/redisign_2020/quote_up.png");
    top: 45px;
    left: 5px;
  }
  .quote .quote_text:after {
    content: url("/img/redisign_2020/quote_down.png");
    right: 5px;
    bottom: 45px;
  }
  .products .product {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-height: none;
  }
  .products .product .product__text {
    margin-top: 2rem;
    padding: 0 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .products .product .product__text .product__title {
    font-size: 22px;
  }
  .products .product .product__text .product__description {
    margin: 24px 0 28px;
  }
  .products .product .product__text .product__linkwrapp {
    width: 100%;
  }
  .products .product .product__text .product__linkwrapp .product__link {
    width: 100%;
  }
  .products .product .product__text .product__linkwrapp .count__pupil {
    width: 100%;
    text-align: center;
  }
  .products .product .product__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
  }
  .products .product .product__image img {
    position: relative;
    max-width: none;
    width: 100%;
  }
  .products .left__img .product {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products .right__img .product {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .benefits .benefits__content > h3 {
    font-size: 40px;
  }
  .benefits .benefits__content .benefits__list .benefit__item .benefit__number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
  .recomendations .recomendations__content {
    margin: 10rem 0 6rem;
  }
  .recomendations .recomendations__content > h3 {
    font-size: 28px;
  }
  .comments .comment {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 10px;
  }
  .comments .comment .teacher__info {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .comments .comment .teacher__info .teacher__foto {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .comments .comment .teacher__info .teacher__name {
    text-align: left;
    font-size: 14px;
  }
  .comments .comment .teacher__info .teacher__job {
    text-align: left;
    font-size: 13px;
  }
  .comments .comment .teacher__comment {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 14px;
  }
  .calltojoinus .calltojoinus__content .button {
    width: 100%;
  }
  .foot .foot_content .foot_columns {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .foot .foot_content .foot_column:nth-child(3) {
    display: none;
  }
  .foot .foot_content .foot_column h2 {
    text-align: center;
  }
  .foot .foot_content .foot_columns {
    text-align: center;
  }
  .foot .foot_content .foot_column {
    padding: 0 15px;
  }
  .foot .foot_content_2 .social {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 420px) {
  #main_article .cslist td p {
    text-align: center !important;
  }
  ul, ol {
    padding-left: 20px;
  }
  #main_article li {
    text-align: left;
    line-height: normal;
  }
  .jcms_alignjustify {
    text-align: left;
    line-height: normal;
  }
  #main_article p, #main_article span {
    text-align: left !important;
    line-height: normal !important;
  }
  #gb_4305 > div.gb_message > div.gb_body {
    word-break: break-all;
  }
  #main_article img {
    width: auto;
  }
  #main_article .typologo img {
    width: 50px;
    min-width: 50px;
  }
  .products .product {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-height: none;
  }
  .products .product .product__text {
    margin-top: 2rem;
    padding: 0 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
  .products .product .product__text .product__title {
    font-size: 22px;
  }
  .products .product .product__text .product__description {
    margin: 24px 0 28px;
  }
  .products .product .product__text .product__linkwrapp {
    width: 100%;
  }
  .products .product .product__text .product__linkwrapp .product__link {
    width: 100%;
  }
  .products .product .product__text .product__linkwrapp .count__pupil {
    width: 100%;
    text-align: center;
  }
  .products .product .product__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  .products .product .product__image img {
    position: relative;
    max-width: none;
    width: 100%;
  }
  .products .product .product__image img.adaptive {
    display: block;
  }
  .products .product .product__image img.main {
    display: none;
  }
  .products .product.emu {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .products .product.emu .product__image img {
    right: -45px;
    max-width: 295px;
  }
  .products .product.oko9 {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .products .product.oko9 .product__image img {
    left: -7px;
    max-width: 343px;
  }
  .products .product.wg {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
  .products .product.wg .product__image img {
    right: -25px;
    max-width: 336px;
  }
  .products .product.books {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .products .product.books .product__image img {
    left: -18px;
    max-width: 343px;
  }
  .products .product.moodle {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .products .product.moodle .product__image img {
    right: 0;
    max-width: 343px;
  }
  .products .left__img .product {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products .right__img .product {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .foot .foot_content_2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 359px) {
  .content h1 {
    font-size: 24px;
  }
  #gb_slider {
    font-size: 15px;
  }
  .content {
    padding: 0 7px;
  }
  .payment .payment__wrapper .start .action form .form-group input.teacher__id {
    padding: 0 10px;
    font-size: 12px;
  }
  .payment .payment__wrapper .start .action form .form-group input.submit__button {
    padding: 0 10px;
    font-size: 12px;
  }
  .benefits .benefits__content > h3 {
    font-size: 36px;
  }
  .benefits .benefits__content .benefits__list .benefit__item .benefit__number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
  .calltojoinus .calltojoinus__content > h3 {
    font-size: 28px;
  }
  .calltojoinus .calltojoinus__content .button {
    width: 100%;
  }
}
@media only screen and (max-width: 340px) {
  .foot .foot_content_2 {
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 320px) {
  #gb_editor .g-recaptcha {
    margin: 0 -9px;
  }
}

/*# sourceMappingURL=adaptive.css.map */
