@font-face {
  font-family: "GillSansC";
  src: url("../fonts/GillSansC.eot");
  src: local("GillSansC"), url("../fonts/GillSansC.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSansC.woff2") format("woff2"), url("../fonts/GillSansC.woff") format("woff"), url("../fonts/GillSansC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvantGardeGothicC";
  src: url("../fonts/AvantGardeGothicC-Book.eot");
  src: url("../fonts/AvantGardeGothicC-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/AvantGardeGothicC-Book.woff2") format("woff2"), url("../fonts/AvantGardeGothicC-Book.woff") format("woff"), url("../fonts/AvantGardeGothicC-Book.ttf") format("truetype"), url("../fonts/AvantGardeGothicC-Book.svg#AvantGardeGothicC-Book") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvantGardeGothicC";
  src: url("../fonts/AvantGardeGothicITC-Dm.eot");
  src: url("AvantGardeGothicITC-Dm.eot?#iefix") format("embedded-opentype"), url("../fonts/AvantGardeGothicITC-Dm.woff2") format("woff2"), url("../fonts/AvantGardeGothicITC-Dm.woff") format("woff"), url("../fonts/AvantGardeGothicITC-Dm.ttf") format("truetype"), url("../fonts/AvantGardeGothicITC-Dm.svg#AvantGardeGothicITC-Dm") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*, ::after, ::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 15px;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

section {
  transition: all 0.4s ease;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.f-center-jcsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex {
  display: flex;
}

.f-jcsb {
  display: flex;
  justify-content: space-between;
}

.f-center {
  display: flex;
  align-items: center;
}

.f-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-justify-center {
  display: flex;
  justify-content: center;
}

.school-block__image img, .founder-list__image img, .tarif-banner img, .speakers-list__image img, .page-more__image img, .video-list__image img, .reviews-slider__user img, .more-slider__image img, .info-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-size: 15px;
  font-family: "AvantGardeGothicC", sans-serif;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "AvantGardeGothicC", sans-serif;
  font-weight: 600;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "AvantGardeGothicC", sans-serif;
  font-weight: 500;
}

input, input::placeholder, textarea, textarea::placeholder, button, a {
  font-family: "AvantGardeGothicC", sans-serif;
  font-weight: 500;
}

html.popup-open {
  overflow: hidden;
}

.container {
  width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.slider-config .slider-arrow {
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  background: #CF348C;
}
.slider-config .slider-arrow.left-arrow svg {
  transform: translate(15px, -2px);
}
.slider-config .slider-arrow.left-arrow:hover svg {
  transform: translate(0px, -2px);
}
.slider-config .slider-arrow.right-arrow svg {
  transform: translateX(-15px);
}
.slider-config .slider-arrow.right-arrow:hover svg {
  transform: translateX(0px);
}
.slider-config .slider-arrow svg {
  transition: all 0.4s ease;
  display: block;
}

.section-content__uptitle {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
}
.section-content__title {
  font-weight: 600;
  font-size: 155px;
  line-height: 110px;
  margin-top: 20px;
}
.section-content__text {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}

.header {
  padding-top: 68px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
.header-mobile {
  display: none;
}
.header-toggle {
  display: none;
}
.header-logo {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
.header-logo img {
  display: block;
}
.header-drop {
  position: absolute;
  top: 92%;
  background: #fff;
  width: 100vw;
  left: 0;
  padding-bottom: 76px;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}
.header-drop .container {
  padding: 0 7px;
}
.header-drop__offer {
  border: 3px solid #CF348C;
  height: 450px;
  position: relative;
}
.header-drop__img {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 20px;
  pointer-events: none;
}
.header-drop__img img {
  display: block;
}
.header-drop__img_partners {
  left: 90px;
}
.header-drop__btn {
  position: absolute;
  bottom: 66px;
  right: 76px;
}
.header-submenu__link {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  position: relative;
  z-index: 1;
}
.header-submenu__link::before {
  content: "";
  display: block;
  position: absolute;
  left: -5%;
  z-index: -1;
  height: 110%;
  width: 0%;
  transition: all 0.4s ease;
  pointer-events: none;
  opacity: 0;
  background: #CF348C;
}
.header-submenu__link:hover::before {
  width: 110%;
  opacity: 1;
}
.header-submenu__item {
  margin-bottom: 10px;
}
.header-submenu__item:last-child {
  margin-bottom: 0;
}
.header-menu__item {
  margin-right: 46px;
  padding: 18px 10px;
  border: 3px solid #fff;
  border-bottom: 0;
  transition: all 0.4s ease;
}
.header-menu__item:last-child {
  margin-right: 0;
}
.header-menu__drop:hover {
  border-color: #CF348C;
}
.header-menu__drop:hover .header-menu__link {
  color: #CF348C;
}
.header-menu__drop:hover .header-menu__link::after {
  opacity: 1;
}
.header-menu__drop:hover .header-drop {
  opacity: 1;
  pointer-events: all;
}
.header-menu__link {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  position: relative;
  letter-spacing: 0.05em;
  position: relative;
}
.header-menu__link::after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  left: -10px;
  height: 20px;
  top: 105%;
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(-2px);
  position: absolute;
  background: #fff;
  z-index: 1;
}
.header-menu__link img {
  position: absolute;
  left: -2px;
  top: -19px;
}
.header-menu__link:hover {
  color: #CF348C;
}

.main-slider__image {
  position: relative;
}
.main-slider__image img {
  display: block;
  width: 100%;
}
.main-slider .left-arrow, .main-slider .right-arrow {
  position: absolute;
  bottom: 24px;
}
.main-slider .left-arrow {
  right: 23%;
}
.main-slider .right-arrow {
  right: 18%;
}

.main-count {
  position: absolute;
  left: 50%;
  bottom: 29px;
  transform: translateX(-50%);
}
.main-count__wrapper {
  align-items: flex-end;
}
.main-count__active {
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #CF348C;
}
.main-count__line {
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  line-height: 37px;
}
.main-count__total {
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  transform: translateY(4px);
}

.about {
  padding-top: 74px;
  padding-bottom: 74px;
  background: #FFD1D1;
}
.about .section-content__title img {
  transform: translateY(10px);
}
.about-content {
  max-width: 700px;
}
.about-content__subtitle {
  margin-top: 20px;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.about-content__text {
  max-width: 625px;
  margin-top: 142px;
}
.about-more {
  margin-right: 100px;
}
.about-more__link {
  margin-top: 30px;
  font-weight: 500;
  color: #000000;
  font-size: 19px;
  line-height: 22px;
}
.about-more__link .slider-arrow {
  margin-left: 15px;
  background: #5A9FE8;
}
.about-more__link:hover .slider-arrow svg {
  transform: translateX(0px);
}

.advantages {
  padding-top: 150px;
  padding-bottom: 120px;
}
.advantages-wrapper {
  align-items: flex-end;
}
.advantages-wrapper__text {
  margin-left: 351px;
  max-width: 389px;
}
.advantages-list {
  margin-top: 150px;
}
.advantages-list__count {
  text-align: center;
  font-weight: 600;
  position: relative;
  font-size: 155px;
  line-height: normal;
}
.advantages-list__count img {
  pointer-events: none;
}
.advantages-list__count_first img {
  position: absolute;
  z-index: -1;
  left: -29px;
  top: -10px;
}
.advantages-list__count_second {
  padding-right: 130px;
}
.advantages-list__count_second img {
  position: absolute;
  right: 6px;
  top: 24px;
}
.advantages-list__count_third img {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
.advantages-list__count_fourth {
  letter-spacing: 0;
}
.advantages-list__count_fourth img {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.advantages-list__title {
  font-weight: 500;
  text-align: center;
}

.info {
  padding-top: 120px;
  padding-bottom: 162px;
}
.info-block {
  margin-top: 152px;
}
.info-block__item {
  margin-bottom: 252px;
}
.info-block__item:last-child {
  margin-bottom: 0;
}
.info-block__item_first {
  justify-content: flex-end;
}
.info-block__item_first .info-block__more {
  pointer-events: none;
  top: -80px;
  right: -160px;
}
.info-block__item_first .info-block__more img {
  display: block;
}
.info-block__item_second .info-block__more {
  pointer-events: none;
  bottom: -15px;
  left: -115px;
}
.info-block__item_second .info-block__more img {
  display: block;
}
.info-block__item_third {
  margin-left: 170px;
}
.info-block__item_third .info-block__more {
  pointer-events: none;
  bottom: -57px;
  right: -200px;
}
.info-block__item_third .info-block__more img {
  display: block;
}
.info-block__item_third .info-block__text {
  max-width: 582px;
}
.info-block__item_reverse .info-block__card {
  padding-left: 0;
  padding-right: 307px;
  text-align: right;
  justify-content: flex-end;
}
.info-block__item_reverse .info-block__image {
  right: -167px;
  left: unset;
}
.info-block__card {
  position: relative;
  border-radius: 4px;
  width: 1160px;
  padding-left: 317px;
  height: 438px;
}
.info-block__content {
  max-width: 640px;
}
.info-block__image {
  position: absolute;
  width: 419px;
  height: 393px;
  border-radius: 4px;
  overflow: hidden;
  left: -167px;
  top: -75px;
}
.info-block__title {
  font-weight: 500;
  font-size: 64px;
  line-height: 82px;
}
.info-block__text {
  margin-top: 25px;
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}
.info-block__more {
  position: absolute;
}

.speakers {
  padding-bottom: 271px;
}

.more-wrapper {
  margin-top: 125px;
}
.more-inner {
  width: 621px;
  flex-shrink: 0;
  margin-right: 159px;
}
.more-content__card {
  width: 100%;
  flex-shrink: 0;
}
.more-content__up {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 68px;
}
.more-content__text {
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
}
.more-content__left {
  margin-top: auto;
  margin-right: 10px;
  transform: translateY(1px);
  flex-shrink: 0;
}
.more-content__left img {
  display: block;
}
.more-content__right {
  flex-shrink: 0;
  margin-left: 10px;
}
.more-content__right img {
  display: block;
}
.more-nav {
  padding-left: 110px;
  margin-top: 250px;
}
.more-nav .slider-arrow {
  background: #2BC344;
  margin-right: 31px;
}
.more-nav .slider-arrow:last-child {
  margin-right: 0;
}
.more-nav .main-count {
  transform: none;
  position: static;
  margin-right: 200px;
}
.more-nav .main-count__total, .more-nav .main-count__line {
  color: #000;
}
.more-slider {
  width: 1230px;
}
.more-slider__item {
  padding-right: 20px;
}
.more-slider__card {
  width: 390px;
}
.more-slider__image {
  width: 100%;
  height: 523px;
  overflow: hidden;
  border-radius: 4px;
}
.more-slider__content {
  padding: 20px;
  background: #CF348C;
  width: 340px;
  border-radius: 4px;
  color: #fff;
  margin-top: -41px;
  position: relative;
  z-index: 1;
}
.more-slider__content_blue {
  background: #5A9FE8;
}
.more-slider__title {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}
.more-slider__text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.learn {
  background: url("../img/learn-bg.jpg") no-repeat center center/cover;
  background-attachment: fixed;
}
.learn_mb {
  margin-bottom: 100px;
}
.learn-wrapper {
  height: 850px;
  justify-content: flex-end;
}
.learn-block {
  color: #fff;
}
.learn-block__uptitle {
  font-weight: 500;
  font-size: 33px;
  line-height: 38px;
  color: #FFFFFF;
}
.learn-block__title {
  margin-top: 36px;
  font-weight: 600;
  font-size: 112px;
  line-height: 113px;
}
.learn-block__btn {
  margin-top: 55px;
  padding: 7px 10px;
  padding-right: 25px;
  background: #CF348C;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #fff;
}
.learn-block__btn img {
  display: block;
  margin-right: 18px;
}
.learn-block__btn:hover {
  background: #c91079;
}

.smi {
  padding-top: 214px;
  padding-bottom: 52px;
}
.smi-list {
  margin-top: 120px;
  flex-wrap: wrap;
  position: relative;
}
.smi-list::after, .smi-list::before {
  content: "";
  display: block;
  width: 476px;
  height: 486px;
  background: #F8F8F7;
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  z-index: -1;
}
.smi-list::after {
  left: -88px;
}
.smi-list::before {
  right: -88px;
}
.smi-list__item {
  width: 20%;
  margin-bottom: 140px;
}
.smi-list__image {
  height: 134px;
  width: 100%;
}
.smi-list__image img {
  max-width: 239px;
  display: block;
  max-height: 134px;
}

.reviews {
  padding-bottom: 162px;
}
.reviews .section-content__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.reviews .section-content__title img {
  position: absolute;
  right: 197px;
  top: -65px;
  pointer-events: none;
}
.reviews-slider {
  margin-top: 77px;
  width: 140vw;
}
.reviews-slider__item {
  padding-right: 30px;
}
.reviews-slider__card {
  height: 762px;
  width: 100%;
  justify-content: center;
  padding-top: 53px;
}
.reviews-slider__content {
  max-width: 410px;
  width: 100%;
}
.reviews-slider__user {
  width: 226px;
  height: 226px;
  overflow: hidden;
  border-radius: 50%;
}
.reviews-slider__text {
  margin-top: 70px;
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
  position: relative;
}
.reviews-slider__text::after {
  content: url("../img/qoute-right.svg");
  position: absolute;
  top: -10px;
  right: -130px;
}
.reviews-slider__text::before {
  content: url("../img/qoute-left.svg");
  position: absolute;
  bottom: -15px;
  left: -130px;
}
.reviews-slider__author {
  text-align: right;
  margin-top: 96px;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
}
.reviews .main-count {
  position: static;
  margin-right: 65px;
}
.reviews .main-count__active {
  color: #5A9FE8;
}
.reviews .main-count__line, .reviews .main-count__total {
  color: #000;
}
.reviews-nav {
  margin-top: 45px;
}
.reviews-nav .left-arrow {
  margin-right: 32px;
}
.reviews-nav .slider-arrow {
  background: #5A9FE8;
}

.credits {
  padding-bottom: 78px;
}
.credits-hidden {
  display: none !important;
}
.credits-logo {
  display: block;
  margin-right: 150px;
  transform: translateY(-40px);
}
.credits-logo img {
  display: block;
}
.credits-wrapper {
  align-items: flex-start;
}
.credits-menu__item {
  margin-bottom: 20px;
}
.credits-menu__item:last-child {
  margin-bottom: 0;
}
.credits-menu__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.credits-menu__link:hover {
  color: #CF348C;
}
.credits-items__politic {
  margin-top: 59px;
  font-weight: 500;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}
.credits-items__politic a {
  color: #000;
}
.credits-items__politic:hover {
  color: #CF348C;
}
.credits-items__telegram {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #71C8FA;
  flex-shrink: 0;
  margin-right: 55px;
}
.credits-items__telegram svg {
  display: block;
}
.credits-items__telegram:hover {
  background: #CF348C;
}
.credits-items .about-more__link {
  margin-top: 0;
}
.credits-items .about-more__link .slider-arrow {
  background: #CF348C;
}

.video {
  padding-top: 100px;
  padding-bottom: 155px;
}
.video-container {
  max-width: 1175px;
  margin: 0 auto;
}
.video-list {
  flex-wrap: wrap;
}
.video-list__item {
  width: 544px;
  margin-bottom: 55px;
}
.video-list__image {
  width: 100%;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.video-list__image iframe {
  width: 100%;
  display: block;
  height: 100%;
}
.video-list__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 14px;
}

.page-more {
  margin-top: 100px;
}
.page-more__item {
  width: 550px;
  padding-left: 66px;
  height: 257px;
  background: #D9D9D9;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.page-more__item:hover .slider-arrow svg {
  transform: translateX(0px);
}
.page-more__gallery {
  margin-top: 200px;
  margin-bottom: 100px;
}
.page-more__gallery .page-more__item {
  width: 690px;
  padding-left: 49px;
}
.page-more__gallery .page-more__arrow {
  right: 21px;
}
.page-more__image {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 36px;
}
.page-more__uptitle {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #000000;
}
.page-more__title {
  font-weight: 600;
  font-size: 62px;
  line-height: 85px;
  color: #000000;
}
.page-more__arrow {
  position: absolute;
  right: 69px;
  bottom: 18px;
}

.check {
  padding-top: 100px;
  padding-bottom: 150px;
}
.check-wrapper {
  position: relative;
}
.check-first {
  position: absolute;
  z-index: -1;
  top: 30px;
  left: -112px;
  pointer-events: none;
}
.check-first img {
  display: block;
}
.check-second {
  position: absolute;
  z-index: -1;
  bottom: -18px;
  right: -70px;
  pointer-events: none;
}
.check-second img {
  display: block;
}
.check-list {
  flex-wrap: wrap;
}
.check-list__item {
  width: 550px;
  margin-bottom: 51px;
  height: 200px;
}
.check-list__card {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 4px;
  padding-left: 56px;
  color: #000;
}
.check-list__uptitle, .check-list__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.check-list__download {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 35px;
  bottom: 21px;
  background: #CF348C;
}
.check-list__download svg {
  display: block;
}

.speakers {
  padding-top: 60px;
  padding-bottom: 138px;
}
.speakers .section-content__text {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 20px;
}
.speakers-list {
  margin-top: 70px;
}
.speakers-list__item {
  margin-bottom: 168px;
}
.speakers-list__item:last-child {
  margin-bottom: 0;
}
.speakers-list__item_reverse .speakers-list__offer {
  transform: translateX(20px);
  text-align: right;
}
.speakers-list__item_reverse .speakers-list__content {
  background: #C2E9FF;
  color: #000;
}
.speakers-list__item_reverse .speakers-list__icon {
  left: -100px;
}
.speakers-list__image {
  width: 390px;
  flex-shrink: 0;
  height: 523px;
  overflow: hidden;
}
.speakers-list__offer {
  width: 500px;
  flex-shrink: 0;
  transform: translateX(-20px);
  position: relative;
}
.speakers-list__content {
  width: 100%;
  padding: 27px 40px;
  position: relative;
  background: #CF348C;
  color: #fff;
  border-radius: 4px;
}
.speakers-list__icon {
  position: absolute;
  top: -114px;
  pointer-events: none;
  right: -50px;
  z-index: -2;
}
.speakers-list__icon img {
  display: block;
}
.speakers-list__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}
.speakers-list__subtitle {
  margin-top: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.speakers-list__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}
.speakers-list__qoute {
  font-weight: 500;
  position: relative;
  font-size: 23px;
  line-height: 27px;
  max-width: 513px;
  width: 100%;
}
.speakers-list__left {
  position: absolute;
  left: -110px;
  bottom: -15px;
}
.speakers-list__left img {
  display: block;
}
.speakers-list__right img {
  display: block;
}

.faq {
  padding-top: 60px;
  padding-bottom: 200px;
}
.faq-container {
  width: 857px;
  margin: 0 auto;
}
.faq-list {
  margin-top: 80px;
}
.faq-list__title {
  font-weight: 500;
  font-size: 25px;
  padding-right: 27px;
  line-height: 29px;
  cursor: pointer;
  padding-bottom: 23px;
  padding-top: 23px;
}
.faq-list__title.open .faq-list__plus {
  transform: rotate(45deg) translateY(-2px);
}
.faq-list__item {
  border-bottom: 1px solid #C2E9FF;
}
.faq-list__item:first-child .faq-list__title {
  padding-top: 0;
}
.faq-list__item:last-child {
  border-bottom: 0;
}
.faq-list__plus {
  transition: all 0.4s ease;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.faq-list__text {
  font-size: 18px;
  display: none;
  padding-bottom: 23px;
}
.faq-list__text a {
  color: #CF348C;
}

.tarif {
  padding-bottom: 200px;
  padding-top: 60px;
}
.tarif-banner {
  margin-top: 38px;
  margin-bottom: 80px;
  height: 400px;
  overflow: hidden;
}
.tarif-text {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}
.tarif-container {
  width: 800px;
  margin: 0 auto;
}
.tarif-list {
  margin-top: 60px;
}
.tarif-list__item {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  border: 0px solid #CF348C;
}
.tarif-list__item_info .tarif-list__title {
  background: #C2E9FF;
}
.tarif-list__item.open {
  border: 1px solid #CF348C;
}
.tarif-list__item.open .tarif-list__title {
  color: #fff;
  background: #CF348C;
}
.tarif-list__item.open .tarif-list__title .tarif-list__plus {
  transform: translate(50%, -50%) rotate(45deg);
}
.tarif-list__item.open:nth-child(2) {
  border: 1px solid #C2E9FF;
}
.tarif-list__item.open:nth-child(2) .tarif-list__title {
  color: #222;
}
.tarif-list__item.open:nth-child(3) {
  border: 1px solid #86E395;
}
.tarif-list__item.open:nth-child(3) .tarif-list__title {
  color: #222;
}
.tarif-list__item:last-child {
  margin-bottom: 0;
}
.tarif-list__item:nth-child(2) .tarif-list__title {
  background: #C2E9FF;
}
.tarif-list__item:nth-child(3) .tarif-list__title {
  background: #86E395;
}
.tarif-list__title {
  background: #FFD1D1;
  height: 156px;
  font-weight: 500;
  transition: all 0.4s ease;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 58px;
}
.tarif-list__plus {
  position: absolute;
  cursor: pointer;
  transition: all 0.4s ease;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
}
.tarif-list__plus svg {
  display: block;
}
.tarif-list__content {
  padding-top: 70px;
  display: none;
  padding-bottom: 70px;
}
.tarif-list__price {
  font-weight: 600;
  font-size: 75px;
  line-height: 103px;
  margin-top: 100px;
}
.tarif-list__price span {
  font-size: 40px;
}
.tarif-list .learn-block__btn {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 367px;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.tarif-points {
  width: 410px;
  margin: 0 auto;
}
.tarif-points__item {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
}
.tarif-points__item:last-child {
  margin-bottom: 0;
}
.tarif-points__item::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -15px;
  border-radius: 50%;
  top: 9px;
  background: #000;
}
.tarif-main {
  margin-top: 160px;
}
.tarif-main__count {
  font-size: 155px;
  font-style: normal;
  transform: translateY(-45px);
  font-weight: 600;
  line-height: normal;
  margin-right: 10px;
}
.tarif-main__img {
  position: absolute;
  right: 40px;
  top: -120px;
}
.tarif-main__img img {
  display: block;
}
.tarif-main__block {
  position: relative;
  max-width: 971px;
  padding: 60px 123px;
  background: #C2E9FF;
}
.tarif-main__title {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 600px;
}
.tarif-main__text {
  margin-top: 44px;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 673px;
}
.tarif-main__item {
  justify-content: flex-end;
  margin-bottom: 160px;
}
.tarif-main__item:nth-child(2n+2) {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.tarif-main__item:nth-child(2n+2) .tarif-main__block {
  background: #FFD1D1;
}
.tarif-main__item:nth-child(2n+2) .tarif-main__count {
  margin-left: 10px;
  margin-right: 0;
}
.tarif-main__item:last-child {
  margin-bottom: 0;
}

.founder {
  padding-top: 60px;
  padding-bottom: 200px;
}
.founder-wrapper {
  margin-top: 50px;
}
.founder-offer {
  margin-left: 128px;
  width: 475px;
}
.founder-slider {
  width: 100%;
}
.founder-slider__title {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}
.founder-slider__text {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  margin-top: 30px;
}
.founder-slider__card {
  padding-top: 20px;
}
.founder-list__item {
  width: 379px;
  margin-right: 31px;
}
.founder-list__item:last-child {
  margin-right: 0;
}
.founder-list__image {
  height: 449px;
  overflow: hidden;
  border-radius: 4px;
}
.founder-list__content {
  width: 340px;
  padding: 19px 22px;
  border-radius: 4px;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
.founder-list__card {
  position: relative;
}
.founder-list__icon {
  position: absolute;
  z-index: -1;
  bottom: -160px;
  right: -65px;
  pointer-events: none;
}
.founder-list__icon img {
  display: block;
}
.founder-list__title {
  font-weight: 500;
  font-size: 19px;
  color: #fff;
  line-height: 22px;
}
.founder-list__text {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.founder-arrows {
  margin-top: 70px;
}
.founder-arrows__item {
  margin-right: 42px;
}
.founder-arrows__item:last-child {
  margin-right: 0;
}
.founder-arrows__item .slider-arrow {
  background: #2BC344;
}

.proposal {
  background: #C2E9FF;
  padding: 138px 0;
}
.proposal-container {
  width: 1260px;
  margin: 0 auto;
}
.proposal-slider__image {
  flex-shrink: 0;
  width: 577px;
  height: 804px;
  margin-right: 53px;
}
.proposal-slider__image img {
  display: block;
  width: 100%;
}
.proposal-slider__type {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}
.proposal-slider__title {
  font-weight: 600;
  font-size: 155px;
  line-height: normal;
}
.proposal-slider__title img {
  display: inline;
}
.proposal-slider .speakers-list__qoute {
  margin-left: 90px;
  margin-top: 160px;
}
.proposal-slider .speakers-list__author {
  position: absolute;
  bottom: -100px;
  right: 120px;
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}
.proposal .main-count {
  position: static;
  margin-right: 200px;
}
.proposal .main-count .main-count__total, .proposal .main-count .main-count__line {
  color: #000;
}
.proposal-container {
  position: relative;
}
.proposal .reviews-nav .slider-arrow {
  background: #fff;
}
.proposal .reviews-nav {
  right: 200px;
  bottom: 80px;
  position: absolute;
}

.school {
  padding-top: 60px;
  padding-bottom: 200px;
}
.school-block {
  margin-top: 60px;
}
.school-block__item {
  margin-bottom: 198px;
  position: relative;
}
.school-block__item:last-child {
  margin-bottom: 0;
}
.school-block__item_second .school-block__content {
  position: relative;
  transform: none;
  margin-top: 0;
  padding: 96px 100px 50px 58px;
  background: #FFD1D1;
}
.school-block__item_second .school-block__uptitle {
  margin-left: 0;
  max-width: 530px;
}
.school-block__item_second .school-block__text {
  max-width: 530px;
}
.school-block__item_second .school-block__cocktail {
  pointer-events: none;
  position: absolute;
  right: -250px;
  bottom: -120px;
}
.school-block__item_second .school-block__flower {
  position: absolute;
  z-index: -1;
  right: -300px;
  top: 0;
}
.school-block__item_third {
  justify-content: flex-end;
}
.school-block__item_third .school-block__content {
  padding-left: 220px;
  transform: none;
  margin-top: 0;
  padding-right: 158px;
}
.school-block__item_third .school-block__text {
  max-width: 593px;
}
.school-block__item_third .school-block__image {
  width: 508px;
  height: 352px;
  left: 161px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.school-block__item_third .school-block__uptitle {
  margin-left: 0;
  max-width: 600px;
}
.school-block__item_third .school-block__animal {
  pointer-events: none;
  position: absolute;
  right: -75px;
  bottom: -27px;
}
.school-block__item_third .school-block__animal img {
  display: block;
}
.school-block__telegram {
  position: absolute;
  left: 0;
  bottom: 100px;
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #000000;
}
.school-block__telegram svg {
  display: block;
  margin-left: 20px;
}
.school-block__cocktail {
  position: absolute;
  bottom: 0;
  right: 0;
}
.school-block__image {
  width: 645px;
  height: 450px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
}
.school-block__content {
  background: #C2E9FF;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  margin-top: 200px;
  width: 971px;
  padding: 93px 118px 72px 180px;
  transform: translateX(-220px);
}
.school-block__img {
  position: absolute;
  top: -268px;
  right: -70px;
  pointer-events: none;
}
.school-block__img img {
  display: block;
}
.school-block__uptitle {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
  margin-left: 119px;
  margin-bottom: 100px;
}
.school-block__text {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.popup.show {
  opacity: 1;
  pointer-events: all;
}
.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(34, 34, 34, 0.6);
}
.popup-body {
  width: 979px;
  padding-bottom: 90px;
  top: 50px;
  background: #FFFFFF;
  left: 50%;
  border-radius: 4px;
  position: absolute;
  transform: translateX(-50%);
}
.popup-head {
  border-radius: 4px 4px 0 0;
  padding: 25px 0;
  background: #C2E9FF;
  position: relative;
}
.popup-head__uptitle {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
}
.popup-head__title {
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
}
.popup-close {
  position: absolute;
  top: 15px;
  cursor: pointer;
  right: 15px;
}
.popup-close svg {
  display: block;
}
.popup-container {
  max-width: 666px;
  width: 100%;
  margin: 0 auto;
}
.popup-content {
  padding-top: 45px;
}
.popup-content__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}
.popup-image {
  position: absolute;
  bottom: -208px;
  left: -151px;
  pointer-events: none;
}
.popup-image img {
  display: block;
}
.popup-form {
  margin-top: 45px;
}
.popup-form__row .popup-form__item {
  width: 48%;
}
.popup-form__btn {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 25.9667px;
  line-height: 30px;
}
.popup-form__btn .slider-arrow {
  background: #CF348C;
}
.popup-form__item {
  width: 100%;
  margin-bottom: 32px;
}
.popup-form__item input, .popup-form__item textarea {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 10px 13px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  opacity: 1;
}
.popup-form__item input::-moz-placeholder, .popup-form__item textarea::-moz-placeholder {
  color: #000;
}
.popup-form__item input::placeholder, .popup-form__item textarea::placeholder {
  color: #000;
}
.popup-form__item textarea {
  height: 109px;
}
.popup-form__item_phone input {
  padding: 0;
  border: 0;
  width: 100%;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}

.tarif-popup .popup-head, .work-popup .popup-head {
  background: #CF348C;
  color: #fff;
}
.tarif-popup .popup-close svg path, .work-popup .popup-close svg path {
  stroke: #fff;
}
.tarif-popup .popup-image, .work-popup .popup-image {
  bottom: -147px;
  left: -5px;
}

.accept-politic__label {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.accept-politic__label.active .accept-politic__check::before {
  opacity: 1;
}
.accept-politic__check {
  flex-shrink: 0;
  margin-right: 6px;
  width: 14px;
  height: 14px;
  background: #BB3185;
  border: 1px solid #BB3185;
  border-radius: 4px;
  position: relative;
}
.accept-politic__check::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: all 0.4s ease;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accept-politic__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.accept-politic__text a {
  color: #000;
  text-decoration: underline;
}
.accept-politic__text a:hover {
  color: #CF348C;
  text-decoration: underline;
}

.wait {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.wait.show {
  opacity: 1;
  pointer-events: all;
}
.wait-body {
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 979px;
  padding: 75px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
.wait-body__text {
  text-align: center;
  padding: 0px 50px;
  font-weight: 500;
  font-size: 128px;
  line-height: 120px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 81px;
  background: #FFD1D1;
  border-radius: 4px;
  position: relative;
}
.wait-body__text::after {
  content: "";
  display: block;
  left: calc(100% - 10px);
  background: #FFD1D1;
  width: 100vw;
  position: absolute;
  top: 0;
  height: 100%;
}
.wait-logo img {
  display: block;
  max-width: 100%;
}
.wait-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.wait-close svg {
  display: block;
  width: 30px;
  height: 30px;
}
.wait-close:hover {
  opacity: 0.7;
}

.pay-popup .popup-form {
  margin-top: 0;
}
.pay-popup .popup-form__tarif {
  margin-bottom: 35px;
}
.pay-popup .popup-form__upload {
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.pay-popup .popup-form__upload input {
  display: none;
}
.pay-popup .popup-form__upload-icon {
  margin-right: 16px;
}
.pay-popup .popup-form__upload-text {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
.pay-popup .about-more__link {
  margin-top: 0;
}
.pay-popup .popup-content {
  padding-top: 12px;
}
.pay-popup .popup-radio {
  margin-top: 15px;
}
.pay-popup .popup-radio__item {
  margin-right: 29px;
  cursor: pointer;
}
.pay-popup .popup-radio__item input {
  display: none;
}
.pay-popup .popup-radio__item.active .popup-radio__check {
  background: #CF348C;
  border-color: #CF348C;
}
.pay-popup .popup-radio__item.active .popup-radio__check::after {
  opacity: 1;
}
.pay-popup .popup-radio__check {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #000;
  display: block;
  flex-shrink: 0;
  transition: all 0.4s ease;
  position: relative;
  margin-right: 7px;
}
.pay-popup .popup-radio__check::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: #fff;
}
.pay-popup .popup-radio__title {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pay-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 941px;
  padding: 90px 0;
  border-radius: 3.298px;
  border: 1px solid #CF348C;
  background: #FFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.pay-modal.show {
  opacity: 1;
  pointer-events: all;
}
.pay-modal__block {
  gap: 58px;
}
.pay-modal__btn {
  width: 374px;
  text-align: center;
  border-radius: 5.351px;
  background: #CF348C;
  box-shadow: 0px 5.35135px 5.35135px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 0px;
  font-size: 32.108px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  line-height: normal;
}
.pay-modal__btn:hover {
  background: #b12675;
}

.politic {
  padding-top: 80px;
  padding-bottom: 120px;
}
.politic-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
.politic-content {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  margin-top: 30px;
  max-width: 995px;
  line-height: normal;
}
.politic-content p {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.jGrowl {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 37px !important;
}/*# sourceMappingURL=main.css.map */