@media screen and (max-width: 1530px) {
  .container {
    width: 1360px;
  }
  .header-menu__item {
    margin-right: 22px;
  }
  .info-block__item_third .info-block__more img {
    width: 280px;
  }
  .info-block__item_third .info-block__more {
    right: -110px;
    bottom: -44px;
  }
  .reviews-slider {
    width: 160vw;
  }
  .speakers-list__item {
    display: block;
  }
  .speakers-list__item .speakers-list__qoute {
    margin: 0 auto;
    margin-top: 30px;
  }
  .speakers-list__offer {
    width: 700px;
  }
  .speakers-list__item_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .founder-offer {
    margin-left: 0;
  }
  .founder-wrapper {
    justify-content: space-between;
  }
  .school-block__content {
    width: 900px;
  }
  .school-block__item_third .school-block__image {
    left: 93px;
  }
  .page-more__gallery .page-more__item {
    width: 49%;
  }
  .school {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1360px) {
  .container {
    width: 992px;
  }
  .header {
    position: relative;
    z-index: 3;
    height: 150px;
  }
  .header .header-logo {
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header-toggle {
    width: 30px;
    height: 24px;
    position: relative;
    display: block;
  }
  .header-toggle span {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    transition: all 0.4s ease;
    top: 0;
    left: 0;
  }
  .header-toggle span:nth-child(2) {
    top: 11px;
  }
  .header-toggle span:nth-child(3) {
    top: 22px;
  }
  .header .container {
    position: static;
  }
  .header-wrapper {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    width: 100vw;
    background: #fff;
    left: 0;
    display: none !important;
    padding: 40px;
    text-align: center;
  }
  .header-nav {
    margin-bottom: 20px;
  }
  .header-nav:last-child {
    margin-bottom: 0;
  }
  .header-menu {
    display: block;
  }
  .header-menu__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header-menu__item:last-child {
    margin-bottom: 0;
  }
  html.menu-open .header-toggle span {
    background: #CF348C;
  }
  html.menu-open .header-mobile {
    pointer-events: all;
    opacity: 1;
  }
  .header-mobile {
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    padding: 10px 0 30px 0;
  }
  .header-mobile .container {
    position: relative;
  }
  .header-mobile-btns {
    margin-top: 30px;
  }
  .header-mobile-btns .learn-block__btn {
    margin-top: 36px;
  }
  .header-mobile-btns .learn-block__btn:first-child {
    margin-top: 0;
  }
  .header-mobile__image {
    position: absolute;
    top: -60px;
    right: 0;
  }
  .header-mobile__image img {
    display: block;
    width: 130px;
  }
  .header-mobile-list__link {
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    padding: 30px 0;
    display: block;
    color: #000000;
  }
  .header-mobile-list__item {
    border-bottom: 2px solid #CF348C;
  }
  .header-mobile-list__item:last-child {
    border-bottom: 0;
  }
  .header-mobile-list__content {
    padding-bottom: 50px;
    display: none;
  }
  .header-mobile-sublist__item {
    margin-bottom: 30px;
    text-align: center;
  }
  .header-mobile-sublist__item:last-child {
    margin-bottom: 0;
  }
  .header-mobile-sublist__link {
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }
  .header-mobile-sublist__link::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    width: 106px;
    opacity: 0;
    transition: all 0.4s ease;
    height: 40px;
    background: #CF348C;
  }
  .header-mobile-sublist__link:hover::after {
    opacity: 1;
  }
  .main-slider .left-arrow {
    right: 25%;
  }
  .about-image img {
    width: 300px;
  }
  .about-more {
    margin-right: 0;
  }
  .section-content__title {
    font-size: 120px;
  }
  .about .section-content__title img {
    width: 110px;
  }
  .section-content__uptitle {
    font-size: 17px;
  }
  .about-content__subtitle {
    font-size: 23px;
  }
  .about-content__text {
    margin-top: 70px;
    font-size: 17px;
  }
  .about-content {
    max-width: 600px;
  }
  .advantages-wrapper__text {
    margin-left: 100px;
  }
  .advantages-list__count {
    font-size: 110px;
  }
  .advantages-list__count_first img {
    width: 80px;
    left: -5px;
    top: 10px;
  }
  .advantages-list__count_second img {
    position: absolute;
    right: 3px;
    top: 26px;
    width: 120px;
  }
  .advantages-list__count_second {
    padding-right: 78px;
  }
  .advantages-list {
    margin-top: 70px;
  }
  .advantages-list__count_third img {
    width: 80px;
    top: 12px;
  }
  .advantages-list__count_fourth img {
    width: 60px;
    bottom: 10px;
  }
  .info-block__image {
    left: 0;
    top: -132px;
  }
  .info-block__item_reverse .info-block__image {
    right: 0;
    top: -132px;
  }
  .info-block__item_reverse .info-block__card {
    padding: 0;
    height: auto;
    padding-top: 325px;
    padding-right: 30px;
    padding-bottom: 99px;
    padding-left: 61px;
  }
  .info-block__content {
    max-width: unset;
  }
  .info-block__card {
    padding: 0;
    height: auto;
    padding-top: 325px;
    padding-left: 30px;
    padding-bottom: 99px;
    padding-right: 61px;
  }
  .info-block__item_first .info-block__more {
    right: -60px;
    top: -100px;
  }
  .info-block {
    margin-top: 200px;
  }
  .info-block__item_second .info-block__more {
    bottom: unset;
    top: -120px;
    left: -20px;
  }
  .info-block__card {
    width: 100%;
  }
  .info-block__item_third {
    margin-left: 0;
  }
  .info-block__item_third .info-block__more {
    bottom: unset;
    top: -100px;
    right: 0;
  }
  .learn-block {
    margin: 0 auto;
  }
  .learn-wrapper {
    height: 769px;
    align-items: flex-end;
    padding-bottom: 60px;
  }
  .smi-list__item {
    width: 25%;
  }
  .smi-list__image img {
    max-width: 90%;
  }
  .smi-list__item {
    margin-bottom: 60px;
  }
  .reviews .section-content__title img {
    position: absolute;
    right: 159px;
    width: 60px;
    top: -34px;
    pointer-events: none;
  }
  .reviews-slider {
    width: 100vw;
  }
  .reviews-slider__item {
    padding-right: 0;
  }
  .credits-logo {
    margin-right: 0;
  }
  .credits-items__telegram {
    margin-right: 20px;
  }
  .credits-menu__link {
    font-size: 14px;
  }
  .credits-menu__item {
    margin-bottom: 15px;
  }
  .credits-items__politic {
    margin-top: 40px;
    font-size: 13px;
  }
  .video-list__item {
    width: 49%;
  }
  .page-more__item {
    width: 48%;
  }
  .check-list__item {
    width: 49%;
  }
  .check-list__card {
    padding-left: 30px;
  }
  .check-list__download {
    width: 40px;
    height: 40px;
    right: 21px;
  }
  .check-list__download svg {
    width: 16px;
  }
  .speakers-list__offer {
    width: 500px;
  }
  .founder-wrapper {
    display: block;
  }
  .founder-offer {
    margin-top: 100px;
    width: 100%;
  }
  .founder-slider__text {
    margin-top: 20px;
  }
  .founder {
    padding-bottom: 100px;
  }
  .proposal-slider__image {
    width: 378px;
    height: auto;
  }
  .proposal-slider__title {
    font-size: 100px;
  }
  .proposal-slider__title img {
    width: 80px;
  }
  .proposal-slider .speakers-list__qoute {
    margin-top: 50px;
  }
  .proposal-slider .speakers-list__qoute {
    font-size: 18px;
    line-height: normal;
    max-width: 500px;
  }
  .proposal-slider__card {
    display: block;
  }
  .proposal .reviews-nav {
    position: static;
    justify-content: center;
  }
  .proposal-container {
    width: 100%;
  }
  .proposal-slider__content {
    margin-top: 20px;
    padding-bottom: 100px;
  }
  .proposal-slider__image {
    margin: 0 auto;
  }
  .proposal-slider__type {
    text-align: center;
  }
  .proposal-slider__title {
    text-align: center;
  }
  .proposal-slider .speakers-list__qoute {
    margin: 0 auto;
    transform: translateX(50px);
  }
  .school-block__item {
    display: block;
  }
  .school-block__image {
    width: 100%;
  }
  .school-block__content {
    transform: none;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 0;
  }
  .school-block__telegram {
    display: none;
  }
  .school-block__uptitle {
    margin-left: 0;
  }
  .school-block__content {
    padding: 70px;
  }
  .school-block__uptitle {
    margin-bottom: 20px;
  }
  .school-block__item {
    margin-bottom: 120px;
  }
  .school-block__item_second .school-block__cocktail {
    right: 0px;
    bottom: -50px;
  }
  .school-block__item_second .school-block__cocktail img {
    width: 300px;
  }
  .school-block__item_second .school-block__flower {
    top: 100px;
  }
  .school-block__item_second .school-block__content {
    padding: 70px;
  }
  .school-block__item_third .school-block__image {
    position: static;
    width: 100%;
    transform: none;
  }
  .school-block__item_third .school-block__content {
    padding: 70px;
  }
  .page-more__gallery {
    display: block;
  }
  .page-more__gallery .page-more__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-more__gallery .page-more__item:last-child {
    margin-bottom: 0;
  }
  .more-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .more-inner {
    margin: 0 auto;
    margin-top: 60px;
  }
  .more-nav {
    margin-top: 70px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 768px;
  }
  .slider-arrow {
    transform: scale(0.7);
  }
  .about-wrapper {
    display: block;
  }
  .about-content {
    max-width: unset;
  }
  .about-image {
    display: flex;
    justify-content: center;
    margin-top: 100px;
  }
  .about-more {
    position: relative;
  }
  .about-more__link {
    position: absolute;
    top: -40px;
    right: 0;
    margin-top: 0;
  }
  .advantages-wrapper {
    display: block;
  }
  .advantages-wrapper__text {
    margin-left: 0;
    margin-top: 30px;
  }
  .advantages {
    padding-top: 70px;
    padding-bottom: 130px;
  }
  .advantages-list {
    flex-wrap: wrap;
  }
  .advantages-list__item {
    width: 50%;
  }
  .advantages-list__count {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .credits-wrapper {
    flex-wrap: wrap;
  }
  .credits-items__connect {
    width: 100%;
    margin-top: 122px;
    justify-content: space-between;
  }
  .credits .about-more__link {
    position: static;
  }
  .credits-logo {
    width: 100%;
  }
  .credits-logo img {
    margin: 0 auto;
  }
  .page-more {
    display: block;
  }
  .page-more__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-more__item:last-child {
    margin-bottom: 0;
  }
  .speakers-list__card {
    display: block;
  }
  .speakers-list__offer {
    width: 100%;
    transform: none !important;
  }
  .speakers-list__image {
    width: 100%;
  }
  .speakers-list__icon {
    z-index: 0;
  }
  .speakers-list__content {
    position: relative;
    z-index: 1;
  }
  .speakers-list__item_reverse .speakers-list__card {
    display: flex;
    flex-direction: column-reverse;
  }
  .speakers-list__item_reverse .speakers-list__offer {
    text-align: left;
  }
  .speakers-list__item {
    margin-bottom: 70px;
  }
  .faq-container {
    width: 100%;
  }
  .faq-list__title {
    font-size: 20px;
  }
  .tarif-container {
    width: 100%;
  }
  .section-content__title {
    font-size: 70px;
    line-height: normal;
  }
  .founder-arrows {
    margin-top: 40px;
  }
  .founder-offer {
    margin-top: 70px;
  }
  .proposal {
    padding: 80px 0;
  }
  .school-block__item_second .school-block__cocktail img {
    width: 150px;
  }
  .school-block__item_second .school-block__flower img {
    width: 200px;
  }
  .school-block__item_second .school-block__flower {
    right: -114px;
    top: unset;
    bottom: 0px;
  }
  .school-block__item_third .school-block__animal img {
    width: 150px;
  }
  .school-block__item_third .school-block__animal {
    right: -58px;
    bottom: -17px;
  }
  .school-block__item {
    margin-bottom: 70px;
  }
  .school-block__img img {
    width: 200px;
  }
  .school-block__img {
    top: -138px;
  }
  .more-wrapper {
    margin-top: 60px;
  }
  .popup-body {
    width: 98%;
  }
  .popup-body .about-more__link {
    position: static;
    margin-top: 30px;
  }
  .contacts-popup .popup-image {
    bottom: -100px;
    left: -100px;
  }
  .contacts-popup .popup-image img {
    width: 300px;
  }
  .wait-body {
    width: 96%;
  }
  .pay-modal {
    width: 96%;
    padding: 40px 30px;
  }
  .pay-modal__block {
    display: block;
  }
  .pay-modal__btn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 20px 0;
  }
  .pay-modal__btn:last-child {
    margin-bottom: 0;
  }
  .popup-image img {
    width: 300px;
  }
  .popup-image {
    bottom: -135px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 576px;
  }
  .main-slider .left-arrow, .main-slider .right-arrow {
    bottom: 10px;
  }
  .main-slider .right-arrow {
    right: 12%;
  }
  .main-slider .left-arrow {
    right: 23%;
  }
  .main-count {
    bottom: 10px;
  }
  .about {
    padding-top: 60px;
  }
  .section-content__title {
    font-size: 70px;
    line-height: 70px;
  }
  .about .section-content__title img {
    width: 67px;
  }
  .about-content__subtitle {
    font-size: 20px;
    margin-top: 10px;
  }
  .about-content__text {
    margin-top: 40px;
    font-size: 20px;
  }
  .advantages-wrapper__text {
    max-width: unset;
  }
  .advantages-list__item {
    margin-bottom: 50px;
  }
  .advantages {
    padding-bottom: 0px;
  }
  .info-block__image {
    width: 200px;
    height: 180px;
    top: -49px;
  }
  .info-block__item_first .info-block__more img {
    width: 170px;
  }
  .info-block__item_first .info-block__more {
    top: -53px;
  }
  .info-block__card {
    padding-top: 150px;
  }
  .info-block__title {
    font-size: 40px;
    line-height: 40px;
  }
  .info-block__text {
    margin-top: 20px;
  }
  .info-block {
    margin-top: 100px;
  }
  .info-block__item_reverse .info-block__image {
    top: -49px;
  }
  .info-block__item_second .info-block__more img {
    width: 200px;
  }
  .info-block__item_reverse .info-block__card {
    padding-top: 150px;
  }
  .info-block__item {
    margin-bottom: 100px;
  }
  .speakers {
    padding-bottom: 100px;
  }
  .smi-list__item {
    width: 33%;
  }
  .smi-list {
    margin-top: 60px;
  }
  .smi-list::after, .smi-list::before {
    width: 200px;
    height: 150px;
  }
  .reviews .section-content__title img {
    position: absolute;
    right: 80px;
    width: 60px;
    top: -40px;
    pointer-events: none;
  }
  .reviews-slider__text::before {
    left: -100px;
  }
  .reviews-slider__text::after {
    right: -94px;
  }
  .video-list__item {
    width: 100%;
  }
  .check-list__item {
    width: 100%;
  }
  .speakers-list__left {
    position: static;
    margin-top: auto;
    margin-right: 10px;
  }
  .speakers-list__item .speakers-list__qoute {
    margin: 0;
    padding: 0;
    max-width: unset;
    margin-top: 30px;
    font-size: 18px;
    line-height: normal;
  }
  .speakers-list__left img, .speakers-list__right img {
    width: 70px;
  }
  .tarif-banner {
    height: 300px;
  }
  .tarif-list {
    margin-top: 40px;
  }
  .tarif-list__item {
    margin-bottom: 30px;
  }
  .tarif-list__title {
    height: 120px;
    font-size: 40px;
    line-height: normal;
  }
  .tarif {
    padding-bottom: 100px;
  }
  .tarif-list__plus svg {
    width: 50px;
    height: 50px;
  }
  .tarif-points {
    width: 100%;
    padding-left: 20px;
  }
  .tarif-list__content {
    padding: 30px 20px;
  }
  .tarif-list__price {
    font-size: 40px;
    margin-top: 30px;
    line-height: normal;
  }
  .tarif-list__price span {
    font-size: 25px;
  }
  .tarif-list .learn-block__btn {
    margin-top: 20px;
  }
  .founder-list__item {
    width: 400px;
    flex-shrink: 0;
  }
  .founder-overlay {
    width: 100vw;
    overflow-x: auto;
    padding: 0 15px;
    margin-left: calc(-50vw + 50%);
  }
  .founder-list__icon {
    display: none;
  }
  .proposal-slider .speakers-list__qoute {
    max-width: unset;
    width: 100%;
    transform: none;
  }
  .proposal .main-count {
    margin-right: 100px;
  }
  .school-block__content {
    padding: 40px;
    padding-bottom: 150px;
  }
  .school-block__img {
    top: unset;
    bottom: -73px;
    left: 50%;
  }
  .school-block__item_second .school-block__content {
    padding: 40px;
  }
  .school-block__uptitle {
    margin-bottom: 60px;
  }
  .school-block__item_second .school-block__content {
    padding-bottom: 250px;
  }
  .school-block__item_second .school-block__cocktail img {
    width: 368px;
  }
  .school-block__item_second .school-block__cocktail {
    right: unset;
    left: 0;
    bottom: -170px;
  }
  .school-block__item {
    margin-bottom: 250px;
  }
  .school-block__item_second .school-block__flower {
    right: unset;
    left: 120px;
    bottom: -120px;
  }
  .school-block__item_second .school-block__flower img {
    width: 400px;
  }
  .school-block__item_third .school-block__content {
    padding: 40px;
    padding-bottom: 240px;
  }
  .school-block__item_third .school-block__animal img {
    width: 256px;
  }
  .school-block__item_third .school-block__animal {
    bottom: -30px;
  }
  .school-block__mob {
    display: flex;
    position: static;
    margin-top: 60px;
  }
  .page-more__image {
    width: 100px;
    height: 100px;
  }
  .page-more__image {
    margin-right: 15px;
  }
  .page-more__item {
    height: 230px;
  }
  .page-more__gallery {
    margin-top: 100px;
  }
  .more-inner {
    width: 100%;
  }
  .more-content__up {
    width: 324px;
    margin-bottom: 30px;
  }
  .popup-container {
    width: 92%;
  }
  .popup-head__title {
    font-size: 30px;
    line-height: normal;
  }
  .popup-head__uptitle {
    font-size: 17px;
  }
  .popup-head {
    padding: 20px 0;
  }
  .popup-content__text {
    font-size: 17px;
    line-height: normal;
  }
  .popup-content {
    padding-top: 20px;
  }
  .popup-form {
    margin-top: 20px;
  }
  .popup-form__item {
    margin-bottom: 15px;
  }
  .contacts-popup .popup-image img {
    width: 200px;
  }
  .contacts-popup .popup-image {
    bottom: -50px;
    left: -50px;
  }
  .wait-body__text {
    font-size: 50px;
    line-height: normal;
    padding: 0 30px;
    margin-top: 40px;
  }
  .tarif-main {
    margin-top: 30px;
  }
  .tarif-main__item {
    display: block;
  }
  .tarif-main__count {
    font-size: 60px;
  }
  .tarif-main__block {
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px;
  }
  .tarif-main__img img {
    max-width: 90px;
  }
  .tarif-main__img {
    top: -40px;
    right: 0;
  }
  .tarif-main__title {
    font-size: 18px;
    width: 85%;
  }
  .tarif-main__text {
    margin-top: 20px;
    font-size: 16px;
  }
  .tarif-main__item {
    margin-bottom: 30px;
  }
  .tarif {
    padding-bottom: 50px;
  }
  .politic {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .politic-title {
    font-size: 25px;
    margin-top: 10px;
  }
  .politic-content p {
    font-size: 16px;
  }
  .politic-content {
    font-size: 16px;
    margin-top: 15px;
  }
  .learn {
    background-attachment: unset;
  }
  .proposal-slider__content {
    padding-bottom: 50px;
  }
  .proposal-slider .speakers-list__author {
    bottom: -40px;
    right: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
  .main-slider__image {
    height: 550px;
    display: block;
  }
  .main-slider__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .advantages-list__count {
    font-size: 69px;
  }
  .advantages-list__count_first img {
    width: 50px;
  }
  .advantages-list__count_second img {
    width: 61px;
  }
  .advantages-list__count_second {
    padding-right: 38px;
  }
  .advantages-list__title {
    font-size: 14px;
  }
  .advantages-list__count_third img {
    width: 46px;
  }
  .advantages-list__count_fourth img {
    width: 45px;
  }
  .info-block__card {
    padding-right: 30px;
    padding-bottom: 60px;
  }
  .info-block__item_reverse .info-block__card {
    padding-left: 30px;
  }
  .info-block__item_third .info-block__more img {
    width: 130px;
  }
  .info-block__item_third .info-block__more {
    top: -48px;
  }
  .learn-block__title {
    font-size: 70px;
    line-height: 70px;
    margin-top: 10px;
  }
  .learn-block__uptitle {
    font-size: 20px;
  }
  .learn-block__btn {
    margin-top: 30px;
  }
  .smi {
    padding-top: 115px;
  }
  .smi-list {
    margin-top: 40px;
  }
  .reviews-slider__user {
    width: 200px;
    height: 200px;
  }
  .reviews-slider__content {
    width: 95%;
  }
  .reviews-slider__author {
    margin-top: 70px;
  }
  .credits-items {
    width: 33%;
  }
  .credits-items__connect {
    width: 100%;
  }
  .reviews {
    padding-bottom: 100px;
  }
  .page-more__item {
    height: 200px;
    padding-left: 30px;
  }
  .page-more__title {
    font-size: 35px;
    line-height: normal;
  }
  .page-more__uptitle {
    font-size: 15px;
    line-height: normal;
  }
  .page-more__arrow {
    right: 18px;
  }
  .video-list__image {
    height: 250px;
  }
  .page-more {
    margin-top: 50px;
  }
  .video-list__title {
    font-size: 23px;
  }
  .check-list__uptitle, .check-list__title {
    font-size: 20px;
    line-height: normal;
  }
  .check-list__card {
    padding: 0 20px;
  }
  .check {
    padding-top: 50px;
  }
  .speakers-list__image {
    height: 350px;
  }
  .speakers-list__item .speakers-list__qoute {
    font-size: 15px;
  }
  .faq-list__text {
    font-size: 17px;
  }
  .faq-list {
    margin-top: 40px;
  }
  .tarif-list__title {
    height: 90px;
    font-size: 25px;
  }
  .tarif-list__plus svg {
    width: 35px;
    height: 35px;
  }
  .tarif-list__plus {
    right: 30px;
  }
  .tarif-points__item {
    font-size: 16px;
    line-height: normal;
  }
  .tarif .learn-block__btn {
    font-size: 20px;
  }
  .tarif .learn-block__btn img {
    width: 55px;
    margin-right: 10px;
    transform: translateY(-1px);
  }
  .tarif-banner {
    height: 528px;
  }
  .founder-list__item {
    width: 300px;
  }
  .founder-list__content {
    width: 270px;
  }
  .founder-list__title {
    font-size: 15px;
  }
  .founder-list__text {
    font-size: 14px;
  }
  .founder-list__image {
    height: 350px;
  }
  .founder-wrapper {
    margin-top: 30px;
  }
  .section-content__title {
    font-size: 50px;
    line-height: 50px;
  }
  .founder-offer {
    margin-top: 20px;
  }
  .founder-arrows__item {
    margin-right: 25px;
  }
  .founder-arrows {
    margin-top: 30px;
  }
  .founder-list__text {
    margin-top: 5px;
  }
  .proposal-slider__image {
    max-width: 378px;
    width: 70%;
  }
  .proposal-slider__title {
    font-size: 60px;
  }
  .proposal-slider__type, .proposal-slider__title {
    text-align: left;
  }
  .proposal-slider__title img {
    width: 50px;
  }
  .proposal-slider .speakers-list__qoute {
    font-size: 14px;
    margin-top: 30px;
  }
  .proposal .speakers-list__left img, .proposal .speakers-list__right img {
    width: 40px;
  }
  .proposal .main-count {
    margin-right: 50px;
  }
  .proposal .reviews-nav {
    margin-top: 30px;
  }
  .proposal {
    padding: 40px 0;
  }
  .school-block__image {
    height: 300px;
  }
  .school-block__content {
    padding: 20px;
    padding-bottom: 150px;
  }
  .school-block__uptitle {
    font-size: 20px;
    line-height: normal;
  }
  .school-block__item {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .school-block__item {
    margin-bottom: 150px;
  }
  .school-block__item_second .school-block__content {
    padding: 20px;
    padding-bottom: 200px;
  }
  .school-block__item_second .school-block__cocktail img {
    width: 300px;
  }
  .school-block__item_second .school-block__cocktail {
    bottom: -128px;
  }
  .school-block__item_second .school-block__flower img {
    width: 300px;
  }
  .school-block__item_second .school-block__flower {
    bottom: -60px;
  }
  .school-block__item_third .school-block__content {
    padding: 20px;
    padding-bottom: 160px;
  }
  .school-block__item_third .school-block__animal img {
    width: 150px;
  }
  .school-block__item_third .school-block__animal {
    right: -6px;
    bottom: -19px;
  }
  .page-more__gallery .page-more__item {
    padding-left: 20px;
  }
  .page-more__title {
    font-size: 30px;
  }
  .school-block {
    margin-top: 50px;
  }
  .header-logo img {
    width: 170px;
  }
  .main-slider .right-arrow {
    right: 20px;
  }
  .main-slider .left-arrow {
    right: 90px;
  }
  .about-content__text {
    font-size: 18px;
  }
  .about-more__link {
    top: -64px;
  }
  .info {
    padding-top: 60px;
  }
  .info-block__item_first .info-block__more img {
    width: 190px;
  }
  .info-block__item {
    margin-bottom: 140px;
  }
  .info-block__item_second .info-block__more img {
    width: 155px;
  }
  .info-block__item_second .info-block__more {
    left: -30px;
    top: -80px;
  }
  .info-block__item_third .info-block__more img {
    width: 180px;
  }
  .info-block__item_third .info-block__more {
    right: -61px;
  }
  .info {
    padding-bottom: 50px;
  }
  .speakers {
    padding-bottom: 100px;
  }
  .credits-items {
    width: 50%;
    text-align: left;
    margin-bottom: 10spx;
  }
  .credits-items:last-child {
    margin-bottom: 0;
  }
  .credits-items__politic a {
    margin-bottom: 0;
  }
  .credits-menu__item {
    margin-bottom: 10px;
  }
  .credits-items__politic {
    margin-top: 15px;
  }
  .credits-items__politic {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .credits-items__politic a {
    display: block;
    margin-bottom: 5px;
  }
  .credits-items__politic a:last-child {
    margin-bottom: 0;
  }
  .credits-items__connect {
    width: 100%;
    margin-top: 30px;
  }
  .credits-logo img {
    width: 200px;
  }
  .reviews-slider__user {
    width: 150px;
    height: 150px;
  }
  .reviews-slider__text {
    margin-top: 30px;
  }
  .reviews-slider__text {
    display: flex;
  }
  .reviews-slider__text::before {
    position: static;
    margin-top: auto;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    content: "";
    background: url("../img/qoute-left.svg") no-repeat center center;
    background-size: 40px;
    margin-right: 10px;
  }
  .reviews-slider__text::after {
    position: static;
    content: "";
    background: url("../img/qoute-right.svg") no-repeat center center;
    width: 40px;
    background-size: 40px;
    flex-shrink: 0;
    height: 40px;
    margin-left: 10px;
  }
  .reviews-slider__text {
    font-size: 16px;
    line-height: normal;
  }
  .reviews-slider__author {
    margin-top: 40px;
    font-size: 17px;
    line-height: normal;
  }
  .reviews-slider__card {
    height: auto;
    padding-bottom: 60px;
  }
  .about .section-content__title img {
    width: 50px;
    transform: translateY(5px);
  }
  .section-content__title {
    margin-top: 10px;
  }
  .reviews .section-content__title img {
    position: absolute;
    right: 68px;
    width: 21px;
    top: -12px;
    pointer-events: none;
  }
  .reviews-slider__user {
    margin-left: 45px;
  }
  .school-block__item_second .school-block__cocktail img {
    width: 230px;
  }
  .school-block__item_second .school-block__cocktail {
    bottom: -62px;
  }
  .school-block__item_second .school-block__flower img {
    width: 212px;
  }
  .proposal-slider__type, .proposal-slider__title {
    margin-left: 50px;
  }
  .speakers-list__icon {
    top: -63px;
    right: -14px;
  }
  .speakers-list__icon img {
    width: 150px;
  }
  .speakers-list__item_reverse .speakers-list__icon {
    left: -16px;
  }
  .speakers .section-content__text {
    font-size: 14px;
    line-height: normal;
    margin-top: 15px;
  }
  .speakers-list {
    margin-top: 40px;
  }
  .learn .learn-block__btn {
    margin: 0 auto;
    margin-top: 30px;
  }
  .header-mobile__image img {
    width: 60px;
  }
  .header-mobile__image {
    top: -46px;
    right: 10px;
  }
  .more-slider__card {
    width: 300px;
  }
  .more-slider__image {
    height: 400px;
  }
  .more-slider__content {
    width: 270px;
  }
  .more-slider {
    width: 950px;
  }
  .more-slider__title {
    font-size: 17px;
    line-height: 19px;
  }
  .more-slider__text {
    font-size: 14px;
    line-height: 17px;
  }
  .more-slider__content {
    padding: 15px;
  }
  .more-content__left img {
    width: 50px;
  }
  .more-content__right img {
    width: 30px;
  }
  .more-content__text {
    font-size: 16px;
    line-height: normal;
  }
  .more-content__up {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .more-nav {
    padding-left: 0;
  }
  .more-nav .main-count {
    margin-right: 120px;
  }
  .header-mobile-list__link {
    font-size: 18px;
    line-height: normal;
    padding: 10px 0;
  }
  .header-mobile-sublist__link {
    font-size: 17px;
    line-height: normal;
  }
  .header-mobile-sublist__item {
    margin-bottom: 15px;
  }
  .header-mobile-list__content {
    padding-bottom: 20px;
  }
  .header-mobile-btns {
    margin-top: 15px;
  }
  .header .learn-block__btn {
    font-size: 16px;
    width: 100%;
  }
  .header .learn-block__btn img {
    width: 40px;
    margin-right: 10px;
  }
  .header-mobile-btns .learn-block__btn {
    margin-top: 15px;
  }
  .credits-items__politic a:last-child {
    margin-bottom: 10px;
  }
  .credits {
    padding-bottom: 40px;
  }
  .speakers {
    padding-bottom: 70px;
  }
  .accept-politic__text {
    font-size: 12px;
  }
  .popup-head__title {
    font-size: 25px;
  }
  .popup-content__text {
    font-size: 16px;
  }
  .popup-form__row {
    display: block;
  }
  .popup-form__row .popup-form__item {
    width: 100%;
  }
  .tarif-popup .popup-image {
    bottom: -40px;
    left: -50px;
  }
  .tarif-popup .popup-image img {
    width: 200px;
  }
  .credits-items__politic {
    display: none;
  }
  .credits-hidden {
    display: block !important;
  }
  .credits-menu {
    margin-bottom: 10px;
  }
  .credits-items {
    width: 44%;
  }
  .credits-items__politic {
    margin-top: 50px;
  }
  .credits-items__connect {
    width: 100%;
    margin-top: 40px;
  }
  .credits-items__politic a {
    margin-bottom: 5px;
    display: block;
  }
  .wait-body {
    padding: 30px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .wait-logo img {
    max-width: unset;
    width: 60%;
  }
  .wait-body__text {
    font-size: 30px;
    padding: 5px 20px;
  }
  .tarif-main__block {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pay-popup .popup-radio {
    display: block;
  }
  .pay-popup .popup-radio__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pay-popup .popup-radio__item:last-child {
    margin-bottom: 0;
  }
  .pay-popup .popup-radio__title {
    font-size: 20px;
  }
}/*# sourceMappingURL=media.css.map */