﻿html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
body {
  color: #1f1f1f;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  min-width: 320px;
  margin: 0;
}
.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  border: none;
  background: #002051;
  cursor: pointer;
}
.btn:hover {
  background: #e8b73f;
  color: #002051;
}
.btn-white {
  background: #fff;
  color: #1f1f1f;
}
.next-scroll {
  margin-top: 10px;
}
.btn-rotation {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-rotation svg text {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-rotation:hover svg text {
  fill: #e8b73f;
}
.btn-rotation img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.btn-rotation__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-rotation_svg {
  width: 190px;
  height: 190px;
  -webkit-animation: rotate-circle 10s infinite linear;
  animation: rotate-circle 10s infinite linear;
}
.title {
  text-align: center;
  text-wrap: balance;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 112%;
  font-weight: 600;
}
.title span {
  color: #e8b73f;
}
.slug-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 128%;
  padding: 4px 24px;
  border-radius: 32px;
  border: 1px solid #002051;
  margin-bottom: 16px;
}
.slug-title.wt {
  color: #fff;
  border: 1px solid #fff;
}
@-webkit-keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotate-circle {
  0% {
    -webkit-transform: rotate(0turn);
    transform: rotate(0turn);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.container {
  width: 100%;
  max-width: 1660px;
  padding: 0 20px;
  margin: 0 auto;
}
.none {
  display: none;
}
.header {
  position: relative;
  padding-top: 40px;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 32px;
  border-radius: 9px;
  background: #f2f2f2;
}
.logo {
  display: block;
  width: 200px;
}
.logo .logo-picture {
  display: block;
  width: 100%;
}
.burger-menu {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #002051;
}
.burger-menu__line {
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.burger-menu.active .burger-menu__line:nth-child(2) {
  width: 10px;
  margin-left: 10px;
}
.navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: max-height 0.3s ease;
}
.navigation .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navigation .menu-list__item--sub {
  position: relative;
}

.navigation .menu-list__item--sub .sub-menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  pointer-events: all;
  top: calc(100% + 5px);
  left: 0;
  width: 320px;
  padding: 10px 0;
  z-index: 60;
  /* background: #f2f2f2; */
  border-radius: 9px;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* Подменю */
.navigation .menu-list__item--sub .sub-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  top: calc(100% + 5px);
  left: 0;
  width: 320px;
  padding: 10px 0;
  z-index: 60;
  /* background: #f2f2f2; */
  border-radius: 9px;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.navigation .menu-list__item--sub:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.sub-menu__item > a {
  display: block;
  padding: 10px 15px;
  border-radius: 9px;
  line-height: 100%;
  width: 100%;
}

.sub-menu__item > a:hover {
  font-weight: 700;
  background: #e3e3e3;
}

/* Блок с описанием */
.sub-menu__block {
  position: absolute;
  top: 0;
  height: 100%;
  left: 100%; /* появляется справа */
  width: 250px;
  padding: 15px;
  background: #f2f2f2;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transform: translateX(10px); /* лёгкий сдвиг при появлении */
  z-index: 70;
}

/* Показываем блок при наведении */
.sub-menu__item:hover .sub-menu__block {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateX(10px);
}
.navigation .menu-list__item--sub .sub-menu a {
  position: relative;
  display: block;
  line-height: 100%;
  width: 100%;
  padding: 10px 15px;
  border-radius: 9px;
}
.navigation .menu-list__item--sub .sub-menu a:hover {
  font-weight: 700;
  background: #e3e3e3;
}
.navigation .menu-list__item--sub:hover .sub-menu {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.navigation .menu-list__link {
  position: relative;
  display: block;
  padding: 40px 0;
  font-size: 18px;
  line-height: 133%;
}
.navigation .menu-list__link::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #002051;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.navigation .menu-list__link:hover::after {
  opacity: 1;
}
.navigation .menu-list__link.active::after {
  opacity: 1;
}
.hero {
  padding: 80px 0 144px;
  color: #1f1f1f;
}
.hero__title {
  text-align: center;
  font-size: 64px;
  line-height: 115%;
  font-weight: 600;
  max-width: 1064px;
  margin: 0 auto 24px;
  text-align: center;
}
.hero__description {
  text-align: center;
  max-width: 890px;
  margin: 0 auto 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 132%;
}
.hero__btn {
  margin: 0 auto;
}
.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hero__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.hero__col .card-hero {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  padding: 24px 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #002051;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.hero__col .card-hero__count {
  font-size: 64px;
  font-weight: 600;
  line-height: 115%;
}
.hero__col .card-hero__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 132%;
}
.hero__col:nth-child(1) .card-hero:nth-child(1) {
  width: 100%;
  height: 400px;
  background-image: url(../images/card-hero_1.jpg);
}
.hero__col:nth-child(1) .card-hero:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
}
.hero__col:nth-child(2) .card-hero:nth-child(1) {
  width: 100%;
  height: 400px;
  background-image: url(../images/card-hero_2.jpg);
}
.hero__col:nth-child(2) .card-hero:nth-child(1) .card-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.hero__col:nth-child(3) .card-hero:nth-child(1) {
  width: 100%;
  height: 400px;
  background-image: url(../images/card-hero_3.jpg);
}
.hero__col:nth-child(3) .card-hero:nth-child(1) .card-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.hero__col:nth-child(4) .card-hero:nth-child(1) {
  width: 100%;
  height: 400px;
  background: #e8b73f;
  background-image: none;
}
.hero__col:nth-child(4) .card-hero:nth-child(1) .card-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.hero__col:nth-child(4) .card-hero:nth-child(1) .card-hero__btn {
  margin-top: auto;
}
.hero__col:nth-child(4) .card-hero:nth-child(2) {
  width: 100%;
  height: 200px;
  background: #e8b73f;
  background-image: url(../images/card-hero_4.jpg);
}
.section-mission {
  padding: 80px 0;
  border-radius: 24px;
  background: #002051;
}
.section-mission__title {
  text-align: left;
  margin-bottom: 40px;
  color: #fff;
}
.section-mission__img {
  display: block;
  min-width: 514px;
}
.section-mission__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.section-mission__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.section-mission .swiper {
  margin-bottom: 45px;
}
.section-mission .mission-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  height: 100%;
  height: auto;
  min-height: 360px;
  background: #fff;
}
.section-mission .mission-slide::after {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 0;
  width: 336px;
  height: 335px;
  background-image: url(../images/star-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.section-mission .mission-slide__wrapper {
  padding: 32px 40px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 5;
}
.section-mission .mission-slide__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  max-width: 962px;
}
.section-mission .navigation-slider .dots .swiper-pagination-bullet-active {
  background: #e8b73f;
}
.promo-potential {
  padding-bottom: 180px;
}
.promo-potential__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.promo-potential .potential-content,
.promo-potential .potential-preview {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.promo-potential .potential-preview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 32px;
  border-radius: 24px;
  background: #e8b73f;
  max-width: 804px;
  color: #fff;
}
.promo-potential .potential-preview::after {
  position: absolute;
  content: "";
  right: 30px;
  top: 30px;
  width: 300px;
  height: 330px;
  background-image: url(../images/shield-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.promo-potential .potential-preview__slug {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 24px;
  border-radius: 32px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 128%;
  margin-bottom: 24px;
}
.promo-potential .potential-preview__title {
  text-align: left;
}
.promo-potential .potential-preview__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  margin-top: auto;
}
.promo-potential__description {
  margin: 24px 0 36px;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}
.promo-potential ul.list-check {
  gap: 40px;
}
.promo-potential ul.list-check li {
  width: 100%;
}
.promo-potential ul.list-check li::before {
  background-color: #002051;
}
.promo-potential__list {
  margin-bottom: 58px;
}
.section-wayus {
  padding: 80px 0 210px;
  background: #002051;
}
.section-wayus__title {
  margin-bottom: 56px;
  color: #fff;
}
.section-wayus .tamplate-swiper__preview {
  min-width: 600px;
}
.section-wayus__eptireance {
  margin-bottom: 24px;
}
.section-wayus__eptireance .tamplete-slide {
  background: #fff;
  color: #1f1f1f;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.section-wayus__eptireance .tamplete-slide__slug {
  border: 1px solid #1f1f1f;
}
.section-wayus__collaborations {
  margin-bottom: 80px;
}
.section-wayus__collaborations .tamplate-swiper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: calc((100vw - 1620px) / 2);
}
.section-wayus__collaborations .tamplete-slide {
  background: #fff;
  color: #1f1f1f;
  width: calc(100% - 20px);
  margin: 0 auto;
  text-align: left;
}
.section-wayus__collaborations .tamplete-slide__slug {
  border: 1px solid #1f1f1f;
  margin-right: auto;
}
.section-wayus__bost {
  color: #fff;
}
.section-wayus__bost .slug-title {
  margin: 0 auto 16px;
}
.section-wayus__bost-title {
  margin-bottom: 64px;
}
.section-wayus__bost-subtitle {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
.section-wayus__bost ul.list-check li {
  width: calc(33.33% - 10px);
}
.section-graduates {
  padding-top: 104px;
  padding-bottom: 80px;
}
.section-graduates__title {
  text-align: left;
  margin-bottom: 40px;
}
.section-graduates .graduates-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 222px;
  color: #fff;
}
.section-graduates .graduates-slider__text {
  position: absolute;
  padding: 24px;
  height: 100px;
  overflow: hidden;
  border-radius: 24px;
  font-size: 1rem;
  line-height: 133%;
  margin-bottom: 0;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.section-graduates .graduates-slider__container {
  height: 100%;
  min-height: inherit;
}
.section-graduates .graduates-slider__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20%;
  padding-bottom: 16px;
}
.section-graduates .graduates-slider__user {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 3;
  bottom: 0;
  left: 5px;
  overflow: hidden;
  border-radius: 50%;
}
.section-graduates .graduates-slider__user-photo {
  display: block;
  width: 100%;
  height: 100%;
}
.section-graduates .graduates-slider__name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 128%;
}
.section-graduates .graduates-slider__star {
  display: block;
  width: 50%;
}
.section-graduates .graduates-slider__wrapper {
  height: 100%;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #002051;
  padding: 24px 14px 0;
  border-radius: 24px;
  -webkit-clip-path: polygon(
    5.66% 0.099%,
    93.953% 0.017%,
    93.953% 0.017%,
    94.859% 0.211%,
    95.73% 0.623%,
    96.552% 1.236%,
    97.315% 2.037%,
    98.007% 3.007%,
    98.616% 4.132%,
    99.13% 5.396%,
    99.539% 6.782%,
    99.829% 8.276%,
    99.99% 9.861%,
    99.99% 90.143%,
    99.99% 90.143%,
    99.856% 91.641%,
    99.607% 93.069%,
    99.251% 94.408%,
    98.798% 95.644%,
    98.257% 96.76%,
    97.636% 97.74%,
    96.944% 98.569%,
    96.191% 99.23%,
    95.385% 99.706%,
    94.534% 99.983%,
    20.676% 99.854%,
    20.676% 99.854%,
    20.24% 99.469%,
    19.83% 99.003%,
    19.445% 98.463%,
    19.086% 97.861%,
    18.752% 97.207%,
    18.443% 96.51%,
    18.159% 95.781%,
    17.9% 95.029%,
    17.665% 94.265%,
    17.454% 93.499%,
    17.454% 93.499%,
    16.995% 91.393%,
    16.693% 89.349%,
    16.492% 87.362%,
    16.336% 85.423%,
    16.168% 83.526%,
    15.932% 81.664%,
    15.571% 79.829%,
    15.03% 78.015%,
    14.253% 76.214%,
    13.182% 74.42%,
    13.182% 74.42%,
    12.266% 73.254%,
    11.373% 72.412%,
    10.498% 71.83%,
    9.632% 71.444%,
    8.768% 71.191%,
    7.9% 71.007%,
    7.02% 70.827%,
    6.121% 70.589%,
    5.197% 70.228%,
    4.239% 69.68%,
    4.239% 69.68%,
    3.738% 69.311%,
    3.215% 68.866%,
    2.686% 68.348%,
    2.167% 67.76%,
    1.671% 67.104%,
    1.215% 66.385%,
    0.813% 65.604%,
    0.48% 64.765%,
    0.231% 63.871%,
    0.081% 62.924%,
    0.01% 11.391%,
    0.01% 11.391%,
    0.102% 9.681%,
    0.314% 8.05%,
    0.639% 6.516%,
    1.074% 5.099%,
    1.611% 3.817%,
    2.247% 2.689%,
    2.975% 1.734%,
    3.79% 0.971%,
    4.686% 0.42%,
    5.66% 0.099%
  );
  clip-path: polygon(
    5.66% 0.099%,
    93.953% 0.017%,
    93.953% 0.017%,
    94.859% 0.211%,
    95.73% 0.623%,
    96.552% 1.236%,
    97.315% 2.037%,
    98.007% 3.007%,
    98.616% 4.132%,
    99.13% 5.396%,
    99.539% 6.782%,
    99.829% 8.276%,
    99.99% 9.861%,
    99.99% 90.143%,
    99.99% 90.143%,
    99.856% 91.641%,
    99.607% 93.069%,
    99.251% 94.408%,
    98.798% 95.644%,
    98.257% 96.76%,
    97.636% 97.74%,
    96.944% 98.569%,
    96.191% 99.23%,
    95.385% 99.706%,
    94.534% 99.983%,
    20.676% 99.854%,
    20.676% 99.854%,
    20.24% 99.469%,
    19.83% 99.003%,
    19.445% 98.463%,
    19.086% 97.861%,
    18.752% 97.207%,
    18.443% 96.51%,
    18.159% 95.781%,
    17.9% 95.029%,
    17.665% 94.265%,
    17.454% 93.499%,
    17.454% 93.499%,
    16.995% 91.393%,
    16.693% 89.349%,
    16.492% 87.362%,
    16.336% 85.423%,
    16.168% 83.526%,
    15.932% 81.664%,
    15.571% 79.829%,
    15.03% 78.015%,
    14.253% 76.214%,
    13.182% 74.42%,
    13.182% 74.42%,
    12.266% 73.254%,
    11.373% 72.412%,
    10.498% 71.83%,
    9.632% 71.444%,
    8.768% 71.191%,
    7.9% 71.007%,
    7.02% 70.827%,
    6.121% 70.589%,
    5.197% 70.228%,
    4.239% 69.68%,
    4.239% 69.68%,
    3.738% 69.311%,
    3.215% 68.866%,
    2.686% 68.348%,
    2.167% 67.76%,
    1.671% 67.104%,
    1.215% 66.385%,
    0.813% 65.604%,
    0.48% 64.765%,
    0.231% 63.871%,
    0.081% 62.924%,
    0.01% 11.391%,
    0.01% 11.391%,
    0.102% 9.681%,
    0.314% 8.05%,
    0.639% 6.516%,
    1.074% 5.099%,
    1.611% 3.817%,
    2.247% 2.689%,
    2.975% 1.734%,
    3.79% 0.971%,
    4.686% 0.42%,
    5.66% 0.099%
  );
}
.section-graduates .navigation-slider {
  margin-top: 24px;
}
.section-sale {
  padding-top: 28px;
  padding-bottom: 85px;
  color: #fff;
}
.section-sale__wrapper {
  padding: 56px 40px;
  border-radius: 24px;
  background: #002051;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-sale .sale-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1080px;
}
.section-sale .sale-content__title {
  text-align: left;
  max-width: 650px;
  margin-bottom: 40px;
}
.section-sale .sale-content__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
}
.section-sale .sale-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 390px;
}
.section-sale .sale-actions__procent {
  text-align: center;
  font-size: 144px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 26px;
}
.section-sale .sale-actions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-history {
  padding-top: 144px;
  padding-bottom: 80px;
}
.section-history__title {
  margin-bottom: 40px;
}
.section-history__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 80px;
}
.section-history .history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: -webkit-transform 0.8s ease, -webkit-box-flex 0.8s ease;
  transition: -webkit-transform 0.8s ease, -webkit-box-flex 0.8s ease;
  -o-transition: transform 0.8s ease, flex 0.8s ease;
  transition: transform 0.8s ease, flex 0.8s ease;
  transition: transform 0.8s ease, flex 0.8s ease, -webkit-transform 0.8s ease,
    -webkit-box-flex 0.8s ease, -ms-flex 0.8s ease;
  min-height: 464px;
  padding: 40px 32px;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.section-history .history-item:hover {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.section-history .history-item:not(:hover) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-history .history-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-history .history-item__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.section-history .history-item__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.section-history .history-item:nth-child(1) {
  background-image: url(../images/histori_1.jpg);
}
.section-history .history-item:nth-child(2) {
  background-image: url(../images/histori_2.jpg);
}
.section-history .history-item:nth-child(3) {
  background-image: url(../images/histori_3.jpg);
}
.section-history .history-item.active {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.section-history .history-item.active .history-item__text {
  -webkit-line-clamp: unset;
}
.section-warning {
  margin-top: -144px;
}
.section-warning__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.section-warning .warning-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 300px;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #e8b73f;
  background: #fff;
}
.section-warning .warning-box__text {
  font-size: 24px;
  font-weight: 400;
  color: #002051;
  line-height: 133%;
}
.section-warning .warning-box .slug-title {
  color: #de3f26;
  border: 1px solid #de3f26;
}
.section-curse {
  padding: 76px 0 180px;
  border-radius: 24px;
  background: #002051;
}
.section-curse__title {
  text-align: left;
  color: #fff;
  margin-bottom: 56px;
}
.section-curse__wrapper {
  margin-bottom: 24px;
}
.section-curse .navigation-slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-curse .navigation-slider .dots .swiper-pagination-bullet-active {
  width: 64px;
  background-color: #e8b73f;
}
.section-curse .tablete-curse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  min-height: 474px;
  border-radius: 24px;
  background: #fff;
}
.section-curse .tablete-curse__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 32px 24px;
}
.section-curse .tablete-curse__picture {
  position: relative;
  width: 100%;
  height: 188px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 24px;
}
.section-curse .tablete-curse__picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-curse .tablete-curse__title {
  color: #002051;
  font-size: 24px;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 16px;
}
.section-curse .tablete-curse__text {
  position: relative;
  padding-left: 48px;
  font-size: 14px;
  font-weight: 600;
  line-height: 128%;
}
.section-curse .tablete-curse__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 35px;
  background: url(../images/logo-shl.svg) no-repeat;
  background-size: contain;
}
.section-curse .tablete-curse__btn {
  margin-top: auto;
}
.section-curse__btn {
  width: 100%;
  max-width: 180px;
  text-align: center;
}
.section-willreceive {
  padding: 104px 0 109px;
}
.section-willreceive__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-willreceive .willreceive-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 666px;
}
.section-willreceive .willreceive-content .slug-title {
  margin-bottom: 16px;
}
.section-willreceive .willreceive-content__title {
  text-align: left;
  max-width: 500px;
}
.section-willreceive .willreceive-content__btn {
  margin-top: auto;
}
.section-willreceive .willreceive-slider {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.section-willreceive .navigation-slider {
  margin-bottom: 32px;
  margin-right: 5%;
}
.swiper-slide.swiper-slide-active .willreceive-tamplate {
  max-width: 100% !important;
}
.swiper-slide.swiper-slide-active .willreceive-tamplate .play-button {
  width: 50px;
  height: 50px;
}
.willreceive-tamplate {
  position: relative;
  max-width: 90%;
}
.willreceive-tamplate__picture {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 24px;
  max-height: 252px;
}
.willreceive-tamplate__picture-wrapper {
  -webkit-clip-path: polygon(
    94.881% 0.088%,
    5.559% 0.016%,
    5.559% 0.016%,
    4.803% 0.294%,
    4.085% 0.718%,
    3.408% 1.277%,
    2.778% 1.96%,
    2.201% 2.756%,
    1.679% 3.655%,
    1.219% 4.646%,
    0.825% 5.719%,
    0.502% 6.863%,
    0.254% 8.067%,
    0.254% 8.067%,
    0.133% 16.186%,
    0.058% 24.312%,
    0.019% 32.444%,
    0.009% 40.58%,
    0.019% 48.72%,
    0.038% 56.861%,
    0.059% 65.003%,
    0.072% 73.143%,
    0.068% 81.28%,
    0.038% 89.413%,
    0.038% 89.413%,
    0.169% 91.013%,
    0.411% 92.542%,
    0.761% 93.981%,
    1.214% 95.311%,
    1.766% 96.513%,
    2.412% 97.569%,
    3.147% 98.46%,
    3.968% 99.166%,
    4.87% 99.669%,
    5.848% 99.95%,
    5.848% 99.95%,
    13.181% 99.982%,
    20.512% 99.981%,
    27.842% 99.955%,
    35.171% 99.911%,
    42.5% 99.858%,
    49.828% 99.802%,
    57.157% 99.753%,
    64.486% 99.717%,
    71.816% 99.702%,
    79.147% 99.716%,
    79.147% 99.716%,
    79.762% 99.452%,
    80.344% 98.891%,
    80.888% 98.086%,
    81.391% 97.092%,
    81.848% 95.965%,
    82.255% 94.759%,
    82.609% 93.528%,
    82.904% 92.327%,
    83.136% 91.212%,
    83.301% 90.237%,
    83.301% 90.237%,
    83.463% 88.997%,
    83.59% 87.763%,
    83.697% 86.536%,
    83.796% 85.315%,
    83.903% 84.101%,
    84.03% 82.895%,
    84.192% 81.697%,
    84.401% 80.507%,
    84.672% 79.327%,
    85.018% 78.155%,
    85.018% 78.155%,
    86.262% 75.317%,
    87.71% 73.39%,
    89.307% 72.146%,
    90.998% 71.355%,
    92.726% 70.788%,
    94.435% 70.217%,
    96.071% 69.411%,
    97.576% 68.144%,
    98.896% 66.185%,
    99.973% 63.305%,
    99.99% 9.41%,
    99.99% 9.41%,
    99.805% 8.081%,
    99.541% 6.801%,
    99.201% 5.587%,
    98.787% 4.451%,
    98.301% 3.409%,
    97.746% 2.473%,
    97.124% 1.66%,
    96.437% 0.982%,
    95.689% 0.455%,
    94.881% 0.091%
  );
  clip-path: polygon(
    94.881% 0.088%,
    5.559% 0.016%,
    5.559% 0.016%,
    4.803% 0.294%,
    4.085% 0.718%,
    3.408% 1.277%,
    2.778% 1.96%,
    2.201% 2.756%,
    1.679% 3.655%,
    1.219% 4.646%,
    0.825% 5.719%,
    0.502% 6.863%,
    0.254% 8.067%,
    0.254% 8.067%,
    0.133% 16.186%,
    0.058% 24.312%,
    0.019% 32.444%,
    0.009% 40.58%,
    0.019% 48.72%,
    0.038% 56.861%,
    0.059% 65.003%,
    0.072% 73.143%,
    0.068% 81.28%,
    0.038% 89.413%,
    0.038% 89.413%,
    0.169% 91.013%,
    0.411% 92.542%,
    0.761% 93.981%,
    1.214% 95.311%,
    1.766% 96.513%,
    2.412% 97.569%,
    3.147% 98.46%,
    3.968% 99.166%,
    4.87% 99.669%,
    5.848% 99.95%,
    5.848% 99.95%,
    13.181% 99.982%,
    20.512% 99.981%,
    27.842% 99.955%,
    35.171% 99.911%,
    42.5% 99.858%,
    49.828% 99.802%,
    57.157% 99.753%,
    64.486% 99.717%,
    71.816% 99.702%,
    79.147% 99.716%,
    79.147% 99.716%,
    79.762% 99.452%,
    80.344% 98.891%,
    80.888% 98.086%,
    81.391% 97.092%,
    81.848% 95.965%,
    82.255% 94.759%,
    82.609% 93.528%,
    82.904% 92.327%,
    83.136% 91.212%,
    83.301% 90.237%,
    83.301% 90.237%,
    83.463% 88.997%,
    83.59% 87.763%,
    83.697% 86.536%,
    83.796% 85.315%,
    83.903% 84.101%,
    84.03% 82.895%,
    84.192% 81.697%,
    84.401% 80.507%,
    84.672% 79.327%,
    85.018% 78.155%,
    85.018% 78.155%,
    86.262% 75.317%,
    87.71% 73.39%,
    89.307% 72.146%,
    90.998% 71.355%,
    92.726% 70.788%,
    94.435% 70.217%,
    96.071% 69.411%,
    97.576% 68.144%,
    98.896% 66.185%,
    99.973% 63.305%,
    99.99% 9.41%,
    99.99% 9.41%,
    99.805% 8.081%,
    99.541% 6.801%,
    99.201% 5.587%,
    98.787% 4.451%,
    98.301% 3.409%,
    97.746% 2.473%,
    97.124% 1.66%,
    96.437% 0.982%,
    95.689% 0.455%,
    94.881% 0.091%
  );
}
.willreceive-tamplate__picture img {
  display: block;
  width: 100%;
  height: 100%;
}
.willreceive-tamplate .play-button {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #e8b73f;
  background-image: url(../images/icons/arrow-up.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  border-radius: 50%;
}
.willreceive-tamplate__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 8px;
}
.willreceive-tamplate__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
}
.section-video {
  padding-top: 60px;
  padding-bottom: 130px;
}
.section-video .slug-title {
  margin: 0 auto 22px;
}
.section-video__title {
  margin-bottom: 15px;
}
.section-video__text {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 133%;
  max-width: 750px;
  margin: 0 auto 30px;
}
.section-video__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.section-video .main-video {
  position: relative;
  width: calc(75% - 10px);
  overflow: hidden;
  border-radius: 22px;
}
.section-video .main-video .play-button {
  position: absolute;
  top: 50%;
  display: none;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background-image: url(../images/icons/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-video .main-video img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-video .main-video iframe {
  width: 100%;
  height: 100%;
}
.section-video .video-list {
  position: relative;
  width: calc(25% - 10px);
  max-height: 690px;
  overflow-y: auto;
  overflow-x: hidden;
}
.section-video .video-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.section-video .video-item {
  position: relative;
  cursor: pointer;
}
.section-video .video-item:hover .play-button {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-video .video-item:hover .video-item__wrapper::after {
  opacity: 0;
}
.section-video .video-item__wrapper {
  border-radius: 22px;
  -webkit-clip-path: polygon(
    94.881% 0.088%,
    5.559% 0.016%,
    5.559% 0.016%,
    4.803% 0.294%,
    4.085% 0.718%,
    3.408% 1.277%,
    2.778% 1.96%,
    2.201% 2.756%,
    1.679% 3.655%,
    1.219% 4.646%,
    0.825% 5.719%,
    0.502% 6.863%,
    0.254% 8.067%,
    0.254% 8.067%,
    0.133% 16.186%,
    0.058% 24.312%,
    0.019% 32.444%,
    0.009% 40.58%,
    0.019% 48.72%,
    0.038% 56.861%,
    0.059% 65.003%,
    0.072% 73.143%,
    0.068% 81.28%,
    0.038% 89.413%,
    0.038% 89.413%,
    0.169% 91.013%,
    0.411% 92.542%,
    0.761% 93.981%,
    1.214% 95.311%,
    1.766% 96.513%,
    2.412% 97.569%,
    3.147% 98.46%,
    3.968% 99.166%,
    4.87% 99.669%,
    5.848% 99.95%,
    5.848% 99.95%,
    13.181% 99.982%,
    20.512% 99.981%,
    27.842% 99.955%,
    35.171% 99.911%,
    42.5% 99.858%,
    49.828% 99.802%,
    57.157% 99.753%,
    64.486% 99.717%,
    71.816% 99.702%,
    79.147% 99.716%,
    79.147% 99.716%,
    79.762% 99.452%,
    80.344% 98.891%,
    80.888% 98.086%,
    81.391% 97.092%,
    81.848% 95.965%,
    82.255% 94.759%,
    82.609% 93.528%,
    82.904% 92.327%,
    83.136% 91.212%,
    83.301% 90.237%,
    83.301% 90.237%,
    83.463% 88.997%,
    83.59% 87.763%,
    83.697% 86.536%,
    83.796% 85.315%,
    83.903% 84.101%,
    84.03% 82.895%,
    84.192% 81.697%,
    84.401% 80.507%,
    84.672% 79.327%,
    85.018% 78.155%,
    85.018% 78.155%,
    86.262% 75.317%,
    87.71% 73.39%,
    89.307% 72.146%,
    90.998% 71.355%,
    92.726% 70.788%,
    94.435% 70.217%,
    96.071% 69.411%,
    97.576% 68.144%,
    98.896% 66.185%,
    99.973% 63.305%,
    99.99% 9.41%,
    99.99% 9.41%,
    99.805% 8.081%,
    99.541% 6.801%,
    99.201% 5.587%,
    98.787% 4.451%,
    98.301% 3.409%,
    97.746% 2.473%,
    97.124% 1.66%,
    96.437% 0.982%,
    95.689% 0.455%,
    94.881% 0.091%
  );
  clip-path: polygon(
    94.881% 0.088%,
    5.559% 0.016%,
    5.559% 0.016%,
    4.803% 0.294%,
    4.085% 0.718%,
    3.408% 1.277%,
    2.778% 1.96%,
    2.201% 2.756%,
    1.679% 3.655%,
    1.219% 4.646%,
    0.825% 5.719%,
    0.502% 6.863%,
    0.254% 8.067%,
    0.254% 8.067%,
    0.133% 16.186%,
    0.058% 24.312%,
    0.019% 32.444%,
    0.009% 40.58%,
    0.019% 48.72%,
    0.038% 56.861%,
    0.059% 65.003%,
    0.072% 73.143%,
    0.068% 81.28%,
    0.038% 89.413%,
    0.038% 89.413%,
    0.169% 91.013%,
    0.411% 92.542%,
    0.761% 93.981%,
    1.214% 95.311%,
    1.766% 96.513%,
    2.412% 97.569%,
    3.147% 98.46%,
    3.968% 99.166%,
    4.87% 99.669%,
    5.848% 99.95%,
    5.848% 99.95%,
    13.181% 99.982%,
    20.512% 99.981%,
    27.842% 99.955%,
    35.171% 99.911%,
    42.5% 99.858%,
    49.828% 99.802%,
    57.157% 99.753%,
    64.486% 99.717%,
    71.816% 99.702%,
    79.147% 99.716%,
    79.147% 99.716%,
    79.762% 99.452%,
    80.344% 98.891%,
    80.888% 98.086%,
    81.391% 97.092%,
    81.848% 95.965%,
    82.255% 94.759%,
    82.609% 93.528%,
    82.904% 92.327%,
    83.136% 91.212%,
    83.301% 90.237%,
    83.301% 90.237%,
    83.463% 88.997%,
    83.59% 87.763%,
    83.697% 86.536%,
    83.796% 85.315%,
    83.903% 84.101%,
    84.03% 82.895%,
    84.192% 81.697%,
    84.401% 80.507%,
    84.672% 79.327%,
    85.018% 78.155%,
    85.018% 78.155%,
    86.262% 75.317%,
    87.71% 73.39%,
    89.307% 72.146%,
    90.998% 71.355%,
    92.726% 70.788%,
    94.435% 70.217%,
    96.071% 69.411%,
    97.576% 68.144%,
    98.896% 66.185%,
    99.973% 63.305%,
    99.99% 9.41%,
    99.99% 9.41%,
    99.805% 8.081%,
    99.541% 6.801%,
    99.201% 5.587%,
    98.787% 4.451%,
    98.301% 3.409%,
    97.746% 2.473%,
    97.124% 1.66%,
    96.437% 0.982%,
    95.689% 0.455%,
    94.881% 0.091%
  );
}
.section-video .video-item__wrapper::after {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 58, 166, 0.9)),
    to(rgba(0, 58, 166, 0.9))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 58, 166, 0.9) 0,
    rgba(0, 58, 166, 0.9) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 58, 166, 0.9) 0,
    rgba(0, 58, 166, 0.9) 100%
  );
  opacity: 0.9;
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.section-video .video-item:hover::after {
  opacity: 0;
}
.section-video img {
  display: block;
  width: 100%;
}
.section-video .play-button {
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #e8b73f;
  background-image: url(../images/icons/play.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  border-radius: 50%;
}
.section-teacher {
  padding-bottom: 104px;
}
.section-teacher__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-left: calc((100vw - 1620px) / 2);
}
.section-teacher .teacher-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  max-width: 804px;
  padding: 40px 32px;
  border-radius: 24px;
  background: #002051;
}
.section-teacher .teacher-content .slug-title {
  margin-bottom: 20px;
}
.section-teacher .teacher-content__title {
  text-align: left;
  margin-bottom: 32px;
}
.section-teacher .teacher-content__text {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}
.section-teacher .teacher-content .list-check {
  margin-bottom: 80px;
  gap: 28px;
}
.section-teacher .teacher-content .list-check li {
  width: 100%;
  font-weight: 300;
  font-size: 20px;
}
.section-teacher .teacher-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-teacher .teacher-slider__wrapper {
  position: relative;
  overflow: hidden;
}
.section-teacher .teacher-slider .swiper {
  margin-bottom: 20px;
}
.section-teacher .teacher-slider .navigation-slider {
  margin-top: auto;
  padding-right: calc((100vw - 1620px) / 2);
}
.section-teacher .teacher-tamplate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-teacher .teacher-tamplate__picture {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 24px;
}
.section-teacher .teacher-tamplate__picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-teacher .teacher-tamplate__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 8px;
}
.section-teacher .teacher-tamplate__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 26px;
}
.section-teacher .teacher-tamplate__social {
  margin-top: auto;
  display: none;
  gap: 8px;
}
.section-teacher .teacher-tamplate__social img {
  display: block;
}
.section-teacher .teacher-tamplate__link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section-teacher .teacher-tamplate__link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section-getset {
  padding: 78px 0;
  border-radius: 24px;
  background-color: #002051;
}
.section-getset .getset-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 64px;
  border-radius: 24px;
  background: #fff;
  margin-bottom: 82px;
}
.section-getset .getset-promo__content {
  max-width: 948px;
}
.section-getset .getset-promo__content-title {
  text-align: left;
  margin-bottom: 32px;
}
.section-getset .getset-promo__content-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}
.section-getset .getset-promo__btn {
  position: relative;
  width: 204px;
  height: 204px;
  background-color: #e8b73f;
  border-radius: 50%;
  background-image: url(../images/icons/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px;
}
.section-getset .getset-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  color: #fff;
}
.section-getset .getset-slider .slug-title {
  border-color: #fff;
}
.section-getset .getset-slider__title {
  text-align: left;
}
.section-getset .getset-slider__btn {
  margin-top: auto;
}
.section-getset .getset-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 666px;
}
.section-getset .getset-slider__slider {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-getset .getset-slider__slider .navigation-slider {
  margin-bottom: 24px;
}
.section-getset .getset-slider__slider .navigation-slider .arrow-slider {
  background-image: url(../images/icons/arrow-w.svg);
}
.section-getset
  .getset-slider__slider
  .navigation-slider
  .dots
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e8b73f;
}
.section-contact {
  padding-top: 104px;
  padding-bottom: 202px;
}
.section-contact__title {
  margin-bottom: 14px;
}
.section-contact__text {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 16px;
}
.section-contact__form {
  min-height: 500px;
}
.section-contact .sp-form .sp-lg .sp-field .sp-form-control {
  font-size: 17px;
  padding-left: 20px;
  padding-right: 20px;
  height: 55px;
}
.blog {
  padding: 50px 0 80px;
}
.blog .blog-top {
  margin-bottom: 104px;
}
.blog .blog-top__title {
  text-align: left;
  margin-bottom: 24px;
}
.blog .blog-top__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  max-width: 940px;
  margin-bottom: 48px;
}
.blog .blog-top .main-article {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
  min-height: 570px;
  border-radius: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}
.blog .blog-top .main-article img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 5;
}
.blog .blog-top .main-article__content {
  position: absolute;
  bottom: 56px;
  left: 56px;
  z-index: 10;
  color: #fff;
  max-width: 632px;
}
.blog .blog-top .main-article__title {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.blog .blog-top .main-article__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}
.blog .blog-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.blog-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 144px;
}
.blog-main__navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.blog-main__navigation-link {
  position: relative;
  background: 0 0;
  border: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
}
.blog-main__navigation-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-main__navigation-link:hover::before {
  opacity: 0.5;
}
.blog-main__navigation-link--active {
  font-weight: 600;
}
.blog-main__navigation-link--active::before {
  opacity: 1;
}
.blog-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 1200px;
}
.blog-main__content .blog-template {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 13px);
  flex: 1 1 calc(50% - 13px);
  max-width: calc(50% - 13px);
}
.blog-main__content .first-element-templet {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.blog-main__content .first-element-templet .blog-template__picture {
  max-width: calc(50% - 13px);
  height: 100%;
}
.blog-main__content .first-element-templet .blog-template__content {
  max-width: calc(50% - 13px);
  padding: 0 24px;
}
.blog-bottom__title {
  text-align: center;
  margin-bottom: 24px;
}
.blog-bottom__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  text-align: center;
  margin: 0 auto 56px;
  max-width: 940px;
}
.blog-bottom__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.blog-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.blog-template__picture {
  position: relative;
  height: 320px;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 24px;
}
.blog-template__picture img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-template__content {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-template__content .slug-title {
  margin-bottom: 64px;
}
.blog-template__title {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-template__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-template__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}
.blog-template__data,
.blog-template__read {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}
.blog-template:hover .blog-template__title {
  color: #e8b73f;
}
.blog-template:hover .blog-template__picture img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.template-reference {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-height: 528px;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  cursor: pointer;
}
.template-reference img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.template-reference .slug-title {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.template-reference__content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 10;
  color: #fff;
  padding: 24px;
}
.template-reference:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.template-reference:hover .slug-title {
  border-color: #e8b73f;
}
.article {
  margin-top: 40px;
}
.article .article-header {
  background: #002051;
  color: #fff;
  padding: 64px 0 164px;
}
.article .article-header .slug-title {
  border-color: #fff;
  margin: 0 auto 24px;
}
.article .article-header__title {
  text-align: center;
  margin-bottom: 50px;
}
.article .article-header__picture {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  height: 480px;
}
.article .article-header__picture img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article .article-content {
  padding-bottom: 100px;
}
.article .article-content__wrapper {
  padding: 64px;
  border-radius: 24px;
  background: #f2f2f2;
  margin-top: -120px;
}
.article .article-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 104px;
}
.article .article-content__data {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: -25px;
  margin-bottom: 8px;
}
.article .article-content__category {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
  margin-right: auto;
}
.article .article-content__time {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.article .article-content__data,
.article .article-content__time {
  font-size: 24px;
  font-weight: 500;
  line-height: 115%;
}
.article .article-content__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 104px;
}
.article .article-content__body p {
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
}
.article .article-content__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 500;
  line-height: 115%;
}
.article .article-content__name {
  text-align: right;
}
.teacher {
  padding: 100px 0 56px;
}
.teacher__title {
  text-align: left;
  margin-bottom: 24px;
}
.teacher__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 40px;
  max-width: 940px;
}
.teacher__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.teacher .teacher-slider {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  height: 520px;
}
.teacher .teacher-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teacher .teachermain-templat {
  position: relative;
  width: 100%;
  max-width: calc(100% - 20px);
  height: 382px;
  border-radius: 24px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teacher .teachermain-templat img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.teacher .swiper-slide.swiper-slide-active .teachermain-templat {
  height: 100%;
}
.teacher .teacher-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 390px;
}
.teacher .teacher-content__name {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.teacher .teacher-content__description {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}
.teacher .teacher-content__item {
  display: none;
}
.teacher .teacher-content__item.active {
  display: block;
}
.teacher .navigation-slider {
  margin-top: auto;
}
.contact {
  padding: 50px 0 200px;
}
.contact__inner {
  position: relative;
  width: 100%;
}
.contact__map {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  height: 600px;
}
.contact__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.contact__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 5;
  -webkit-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px);
}
.contact__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 390px;
}
.contact__item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}
.contact__item a,
.contact__item-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 115%;
}
.contact__item a {
  display: block;
}
.contact__form {
  position: relative;
  padding: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  max-width: 666px;
  border-radius: 24px;
  border: 1px solid #e8b73f;
  background: #fff;
  text-align: center;
  overflow: hidden;
  max-height: 660px;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.contact__form-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-color: #e8b73f;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../images/icons/collapse.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}
.contact__form-btn:hover {
  background-size: 20px;
}
.contact__form .slug-title {
  margin: 0 auto 24px;
}
.contact__form-title {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.contact__form-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 62px;
}
.contact__form.hidden {
  max-height: 100px;
}
.about {
  padding: 40px 0 80px;
}
.about .about-title {
  padding: 125px;
  border-radius: 24px;
  background: #002051;
  margin-bottom: 80px;
}
.about .about-title__title {
  text-align: center;
  color: #fff;
}
.about .swiper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.about .about-slider {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: move;
}
.about .about-slider__wrapper {
  position: relative;
  overflow: hidden;
}
.about .templay-custom {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.about .about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about .about-us--lasson {
  color: #fff;
  padding: 40px;
  border-radius: 24px;
  background: #002051;
}
.about .about-us--lasson .slug-title {
  border-color: #fff;
}
.about .about-us--lasson .about-us__content-text {
  font-size: 16px;
}
.about .about-us__picture {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 480px;
  overflow: hidden;
  border-radius: 24px;
  pointer-events: none;
}
.about .about-us__picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about .about-us__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about .about-us__content .slug-title {
  margin-bottom: 24px;
}
.about .about-us__content-title {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 76px;
}
.about .about-us__content-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 16px;
}
.about .history-slide__title {
  margin-bottom: 100px;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}
.about .history-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about .history-slide__description {
  max-width: 667px;
}
.about .history-slide__description p + p {
  margin-top: 24px;
}
.about .history-slide__description,
.about .history-slide__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about .history-slide ul.list-check li {
  width: 100%;
}
.about .target-values__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.about .target-values__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(30% - 20px);
  flex: 1 1 calc(30% - 20px);
  border-radius: 24px;
  border: 1px solid #e8b73f;
  background: #fff;
  min-height: 166px;
}
.about .target-values__item:first-child,
.about .target-values__item:last-child {
  background: #e8b73f;
  color: #fff;
}
.about .target-values__item:first-child .slug-title,
.about .target-values__item:last-child .slug-title {
  border-color: #fff;
}
.about .target-values__item:first-child::after,
.about .target-values__item:last-child::after {
  background-image: url(../images/shield-w.svg);
}
.about .target-values__item::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 20px;
  width: 120px;
  height: 120px;
  background-image: url(../images/shield.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.about .target-values__text {
  margin-top: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 133%;
}
.programe-curse {
  padding-bottom: 125px;
  margin-top: 40px;
}
.programe-curse .programe-title {
  padding: 80px 0;
  background: #002051;
  margin-bottom: 104px;
}
.programe-curse .programe-title__title {
  max-width: 1200px;
  color: #fff;
  margin: 0 auto;
}
.programe-curse .tamplete-slide {
  padding-left: 0;
}
.programe-curse .board-navigation {
  min-width: 320px;
}
.programe-curse .curse-for {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.programe-curse .curse-for__btn {
  margin-top: auto;
  margin-left: auto;
}
.programe-curse .curse-for__col {
  padding: 40px 32px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.programe-curse .curse-for__col:nth-child(1) {
  position: relative;
  border-radius: 24px;
  background: #e8b73f;
}
.programe-curse .curse-for__col:nth-child(1) .slug-title {
  margin-bottom: 46px;
}
.programe-curse .curse-for__col:nth-child(1)::after {
  position: absolute;
  content: "";
  right: 5%;
  top: 5%;
  width: 30%;
  height: 30%;
  background-image: url(../images/shield-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.programe-curse .curse-for__col:nth-child(1) .list-check {
  gap: 24px;
}
.programe-curse .curse-for__col:nth-child(1) .list-check li {
  width: 100%;
  color: #fff;
}
.programe-curse .curse-for__col:nth-child(1) .list-check li::before {
  background-color: #fff;
  background-image: url(../images/icons/check-bk.svg);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 10px;
}
.programe-curse .curse-for__col:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.programe-curse .curse-for__col:nth-child(2) .list-check {
  gap: 24px;
}
.programe-curse .curse-for__col:nth-child(2) .list-check li {
  width: 100%;
  color: #002051;
}
.programe-curse .curse-for__col:nth-child(2) .list-check li::before {
  background-color: #002051;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 10px;
}
.programe-curse .curse-task {
  padding: 40px 60px 55px;
  border-radius: 24px;
  background: #002051;
  color: #fff;
}
.programe-curse .curse-task--white {
  background: #fff;
  color: #002051;
}
.programe-curse .curse-task--white ul.list-check li::before {
  background-color: #002051;
}
.programe-curse .curse-task .slug-title {
  margin: 0 auto 40px;
}
.programe-curse .curse-task__title {
  margin-bottom: 26px;
}
.programe-curse .curse-task__text {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 115%;
  margin-bottom: 64px;
}
.programe-curse .curse-task ul.list-check li {
  font-size: 18px;
  width: 40%;
}
.programe-curse .galery-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.programe-curse .galery-slide__img {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  pointer-events: none;
  border-radius: 24px;
}
.programe-curse .galery-slide__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}
.programe-curse .form-slide__title {
  margin-bottom: 14px;
}
.programe-curse .form-slide__text {
  text-align: center;
  color: #002051;
  margin-bottom: 48px;
}
.programe-curse .curse-have {
  position: relative;
  overflow: hidden;
}
.programe-curse .curse-have .tamplate-swiper {
  padding-left: 0;
}
.programe-curse .curse-have .navigation-slider {
  padding-right: 0;
}
.programe-curse .curse-have .tamplete-slide {
  min-width: 100%;
}
.programe-curse .curse-have__wrapper {
  position: relative;
  overflow: hidden;
}
.footer {
  padding-bottom: 130px;
}
.footer__wrapper {
  color: #fff;
  padding: 58px 58px 20px;
  border-radius: 21.6px;
  background: #002051;
}
.footer .title {
  text-align: left;
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 182px;
  margin-bottom: 12px;
}
.footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 128px;
}
.footer .footer-top__title {
  margin-bottom: 15px;
}
.footer .footer-top__text {
  max-width: 650px;
  font-size: 22px;
  font-weight: 500;
  line-height: 133%;
}
.footer .footer-top__arrow {
  width: 108px;
  height: 108px;
  background: #e8b73f;
  border-radius: 50%;
  background-image: url(../images/icons/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer .footer-top__arrow:hover {
  -webkit-transform: rotate(-45deg) scale(1.05);
  -ms-transform: rotate(-45deg) scale(1.05);
  transform: rotate(-45deg) scale(1.05);
}
.footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 90px;
}
.footer .footer-content__about {
  max-width: 320px;
}
.footer .footer-content__text {
  margin-bottom: 60px;
}
.footer .footer-content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.footer .footer-content .social__icon {
  display: block;
}
.footer .footer-content .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.footer .footer-content .footer-nav__title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  line-height: 115%;
}
.footer .footer-content .footer-nav__item-text {
  margin-bottom: 8px;
}
.footer .footer-content .footer-nav__item + .footer-nav__item {
  margin-top: 30px;
}
.footer .footer-content .footer-nav__list li a:hover {
  text-decoration: underline;
}
.footer .footer-content .footer-nav__list li + li {
  margin-top: 15px;
}
.section-modules {
  padding-top: 60px;
  padding-bottom: 144px;
}
.section-modules__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-modules .slug-title {
  font-size: 1.5rem;
  margin-bottom: 32px;
}
.section-modules .navigation-module {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
.section-modules .navigation-module__item {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 133%;
  cursor: pointer;
  color: #807e80;
}
.section-modules .navigation-module__item strong {
  position: relative;
  color: #807e80;
  font-weight: 600;
}
.section-modules .navigation-module__item strong::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #002051;
}
.section-modules .navigation-module__item:hover strong {
  color: #e8b73f;
}
.section-modules .navigation-module .navigation-module__item.active {
  color: #002051;
  font-weight: 600;
}
.section-modules .navigation-module .navigation-module__item.active strong {
  color: #002051;
  font-weight: 700;
}
.section-modules
  .navigation-module
  .navigation-module__item.active
  strong::before {
  opacity: 1;
}
.section-modules .content-module {
  width: 70%;
}
.section-modules .content-module .module-item {
  display: none;
}
.section-modules .content-module .module-item.active {
  display: block;
}
.section-modules .content-module__text {
  max-width: 1040px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 133%;
  margin-bottom: 56px;
}
.section-modules .content-module__list + .content-module__list {
  margin-top: 56px;
}
.section-modules .content-module__list ul li::before {
  background-color: #002051;
}
.section-modules .content-module__list--yellow ul li::before {
  background-color: #e8b73f;
}
ul.list-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 12px;
}
ul.list-check li {
  position: relative;
  width: calc(50% - 6px);
  padding-left: 80px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 133%;
}
ul.list-check li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  background-color: #e8b73f;
  border-radius: 50%;
}
.navigation-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navigation-slider .dots .swiper-pagination-bullet {
  width: 24px;
  height: 12px;
  background-color: #ededed;
  opacity: 1;
  border-radius: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.navigation-slider .dots .swiper-pagination-bullet-active {
  width: 64px;
  background-color: #002051;
}
.navigation-slider__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.navigation-slider .arrow-slider {
  position: relative;
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 10;
}
.navigation-slider .arrow-slider.arrow-left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.module {
  position: fixed;
  inset: 0;
  background: rgba(56, 56, 56, 0.4784313725);
  z-index: 9999;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module__content {
  position: relative;
  width: 100%;
  max-width: 666px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
}
.module__title {
  margin-bottom: 14px;
}
.module__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  background: #fff;
  cursor: pointer;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.module__close:hover {
  background: #002051;
}
.module__close:hover::after,
.module__close:hover::before {
  background: #fff;
}
.module__close::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: #002051;
  width: 60%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.module__close::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: #002051;
  width: 60%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.module__text {
  text-align: center;
}
.module.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90vh;
}
.thanks__content {
  max-width: 720px;
  margin: 0 auto;
}
.thanks__subtitle {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 90px auto 20px;
}
.thanks p + p {
  margin-top: 20px;
}
.thanks .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.thanks .social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #002051;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.thanks .social__link:hover {
  background: #e8b73f;
}
.thanks .social__icon {
  display: block;
}
.wrapper-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-inputs .sp-field {
  width: 50%;
}
.tamplate-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-left: calc((100vw - 1620px) / 2);
}
.tamplate-swiper__preview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 360px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 500px;
  max-width: 527px;
  background: #e8b73f;
  padding: 40px 32px;
  overflow: hidden;
  border-radius: 24px;
}
.tamplate-swiper__preview::after {
  position: absolute;
  content: "";
  right: 30px;
  top: 30px;
  width: 200px;
  height: 230px;
  background-image: url(../images/shield-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.tamplate-swiper__preview-slug {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 24px;
  border: 1px solid #fff;
  border-radius: 32px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
}
.tamplate-swiper__preview-title {
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
}
.tamplate-swiper__preview-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
.tamplate-swiper__wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tamplate-swiper .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.tamplate-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.tamplate-swiper .navigation-slider {
  padding-right: calc((100vw - 1620px) / 2);
}
.tamplate-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.tamplete-slide {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-radius: 24px;
  background: #002051;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.tamplete-slide__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 50px 40px 32px;
}
.tamplete-slide::after {
  position: absolute;
  content: "";
  top: 10%;
  right: 2%;
  width: 200px;
  height: 190px;
  background-image: url(../images/shield.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tamplete-slide__slug {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 24px;
  border: 1px solid #fff;
  border-radius: 32px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
}
.tamplete-slide__text {
  font-size: 32px;
  line-height: 133%;
  font-weight: 600;
}
.custom-board__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
}
.custom-board .custom-slider {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: move;
}
.custom-board .custom-slider__wrapper {
  position: relative;
  overflow: hidden;
}
.custom-board .board-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 210px;
}
.custom-board .board-navigation__item {
  position: relative;
  background: 0 0;
  border: none;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 400;
  color: #807e80;
  line-height: 133%;
  cursor: pointer;
}
.custom-board .board-navigation__item:hover {
  color: #e8b73f;
}
.custom-board .board-navigation__item::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #002051;
}
.custom-board .board-navigation__item.active {
  color: #002051;
  font-weight: 800;
}
.custom-board .board-navigation__item.active::before {
  opacity: 1;
}
.custom-board .target-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.custom-board .target-slide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px;
  min-height: 430px;
  border-radius: 24px;
  background: #e8b73f;
}
.custom-board .target-slide__item:nth-child(2) {
  max-width: 390px;
  background: #fff;
  border: 1px solid #e8b73f;
}
.custom-board .target-slide__item:nth-child(2) .slug-title {
  border-color: #de3f26;
  color: #de3f26;
}
.custom-board .target-slide__item:nth-child(2) .target-slide__text {
  font-size: 18px;
  color: #1f1f1f;
}
.custom-board .target-slide__text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  margin-top: auto;
}
.custom-board .title-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-board .title-slide__wrapper {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  background: #002051;
  color: #fff;
}
.custom-board .title-slide__title {
  font-size: 52px;
  font-weight: 600;
  line-height: normal;
  max-width: 860px;
}
.custom-board .title-slide p {
  max-width: 860px;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1580px) {
  .footer {
    padding-bottom: 60px;
  }
  .section-modules .content-module__list + .content-module__list {
    margin-top: 36px;
  }
  ul.list-check {
    gap: 30px 12px;
  }
  ul.list-check li {
    font-size: 1.2rem;
    padding-left: 60px;
  }
  ul.list-check li::before {
    width: 40px;
    height: 40px;
  }
  .tamplate-swiper__preview {
    min-width: 400px;
    min-height: 300px;
  }
  .tamplete-slide__wrapper {
    padding: 40px 40px 40px 22px;
    gap: 20px;
  }
  .tamplete-slide::after {
    width: 150px;
    height: 120px;
  }
}
@media screen and (max-width: 1568px) {
  .header {
    padding-top: 20px;
  }
  .header__wrapper {
    padding: 0 26px;
  }
  .navigation .menu-list {
    gap: 30px;
  }
  .navigation .menu-list__link {
    font-size: 16px;
    padding: 30px 0;
  }
  .hero {
    padding: 40px 0 80px;
  }
  .hero__title {
    font-size: 48px;
    margin: 0 auto 18px;
  }
  .hero__description {
    font-size: 18px;
    margin: 0 auto 32px;
  }
  .hero__btn {
    margin: 0 auto -40px;
  }
  .hero__col .card-hero__count {
    font-size: 48px;
  }
  .hero__col:nth-child(1) .card-hero:nth-child(1) {
    height: 300px;
  }
  .hero__col:nth-child(1) .card-hero:nth-child(2) {
    height: 150px;
  }
  .hero__col:nth-child(2) .card-hero:nth-child(1) {
    height: 300px;
  }
  .hero__col:nth-child(3) .card-hero:nth-child(1) {
    height: 300px;
  }
  .hero__col:nth-child(4) .card-hero:nth-child(1) {
    height: 300px;
  }
  .hero__col:nth-child(4) .card-hero:nth-child(2) {
    height: 150px;
  }
  .section-mission {
    padding: 60px 0;
  }
  .section-mission__title {
    margin-bottom: 30px;
  }
  .section-mission .mission-slide__text {
    font-size: 22px;
  }
  .promo-potential {
    padding-bottom: 140px;
  }
  .promo-potential .potential-preview {
    padding: 30px 24px;
  }
  .promo-potential .potential-preview::after {
    width: 200px;
    height: 220px;
  }
  .promo-potential .potential-preview__slug {
    margin-bottom: 16px;
  }
  .promo-potential .potential-preview__text {
    font-size: 20px;
  }
  .promo-potential__description {
    font-size: 20px;
  }
  .section-wayus {
    padding: 60px 0 180px;
  }
  .section-wayus__title {
    margin-bottom: 40px;
  }
  .section-sale {
    padding-top: 24px;
    padding-bottom: 85px;
  }
  .section-sale__wrapper {
    padding: 40px 32px;
    gap: 32px;
  }
  .section-sale .sale-content__title {
    margin-bottom: 30px;
  }
  .section-sale .sale-content__text {
    font-size: 20px;
  }
  .section-sale .sale-actions__procent {
    font-size: 96px;
    margin-bottom: 20px;
  }
  .section-history {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .section-history__title {
    margin-bottom: 30px;
  }
  .section-history__wrapper {
    gap: 20px;
    margin-bottom: 60px;
  }
  .section-history .history-item {
    min-height: 400px;
    padding: 30px 24px;
  }
  .section-history .history-item__title {
    font-size: 26px;
  }
  .section-history .history-item__text {
    font-size: 20px;
    -webkit-line-clamp: 4;
  }
  .section-curse {
    padding: 60px 0 120px;
  }
  .section-curse__title {
    margin-bottom: 40px;
  }
  .section-curse .tablete-curse {
    min-height: 400px;
  }
  .section-curse .tablete-curse__wrapper {
    padding: 24px 16px;
  }
  .section-curse .tablete-curse__picture {
    height: 160px;
    margin-bottom: 16px;
  }
  .section-willreceive {
    padding: 0 0 85px;
  }
  .section-willreceive .willreceive-content {
    max-width: 566px;
  }
  .willreceive-tamplate__picture {
    max-height: 200px;
  }
  .willreceive-tamplate .play-button {
    width: 40px;
    height: 40px;
    right: 5px;
  }
  .willreceive-tamplate__title {
    font-size: 20px;
  }
  .willreceive-tamplate__text {
    font-size: 16px;
  }
  .section-teacher {
    padding-bottom: 80px;
  }
  .section-teacher__wrapper {
    padding-left: calc((100vw - 1420px) / 2);
  }
  .section-teacher .teacher-content {
    padding: 30px 24px;
  }
  .section-teacher .teacher-content__text {
    font-size: 20px;
  }
  .section-getset {
    padding: 60px 0;
  }
  .section-getset .getset-promo {
    margin-bottom: 60px;
    padding: 48px;
  }
  .section-getset .getset-promo__content {
    max-width: 848px;
  }
  .section-getset .getset-promo__content-text {
    font-size: 20px;
  }
  .section-getset .getset-promo__btn {
    min-width: 164px;
    min-height: 164px;
    background-size: 70px;
  }
  .section-contact {
    padding-top: 80px;
    padding-bottom: 180px;
  }
  .section-contact__text {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .section-contact__form {
    min-height: 400px;
  }
  .blog .blog-top {
    margin-bottom: 84px;
  }
  .blog .blog-top__text {
    font-size: 20px;
  }
  .blog .blog-top .main-article {
    min-height: 400px;
  }
  .blog .blog-top .main-article__title {
    font-size: 26px;
  }
  .blog .blog-top .main-article__text {
    font-size: 20px;
  }
  .blog-main {
    margin-bottom: 104px;
  }
  .blog-main__navigation {
    gap: 20px;
  }
  .blog-main__navigation-link {
    font-size: 20px;
  }
  .blog-main__content {
    gap: 24px 20px;
  }
  .blog-bottom__text {
    font-size: 20px;
  }
  .blog-template__picture {
    height: 240px;
    margin-bottom: 20px;
  }
  .blog-template__content {
    padding: 0 20px;
  }
  .blog-template__content .slug-title {
    margin-bottom: 48px;
  }
  .blog-template__title {
    font-size: 26px;
  }
  .blog-template__text {
    font-size: 20px;
  }
  .blog-template__data,
  .blog-template__read {
    font-size: 16px;
  }
  .template-reference {
    min-height: 360px;
  }
  .article .article-header {
    padding: 64px 0 104px;
  }
  .article .article-header .slug-title {
    margin: 0 auto 16px;
  }
  .article .article-header__title {
    margin-bottom: 40px;
  }
  .article .article-header__picture {
    height: 380px;
  }
  .article .article-content {
    padding-bottom: 60px;
  }
  .article .article-content__wrapper {
    padding: 40px;
    margin-top: -60px;
  }
  .article .article-content__head {
    margin-bottom: 64px;
  }
  .article .article-content__data,
  .article .article-content__time {
    font-size: 20px;
  }
  .article .article-content__body {
    margin-bottom: 64px;
  }
  .article .article-content__body p {
    font-size: 20px;
  }
  .article .article-content__footer {
    font-size: 20px;
  }
  .teacher {
    padding: 80px 0 56px;
  }
  .teacher__title {
    margin-bottom: 14px;
  }
  .teacher__text {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .teacher .teacher-slider {
    height: 480px;
  }
  .teacher .teachermain-templat {
    height: 352px;
  }
  .teacher .teacher-content__name {
    font-size: 24px;
  }
  .contact__item {
    max-width: 300px;
  }
  .contact__item-title {
    font-size: 28px;
  }
  .contact__item a,
  .contact__item-text {
    font-size: 20px;
  }
  .contact__form {
    padding: 30px;
  }
  .contact__form-title {
    font-size: 28px;
  }
  .contact__form-text {
    font-size: 16px;
  }
  .about {
    padding: 40px 0 40px;
  }
  .about .about-title {
    padding: 40px 20px;
  }
  .programe-curse {
    padding-bottom: 85px;
    margin-top: 30px;
  }
  .programe-curse .programe-title {
    padding: 60px 0;
    margin-bottom: 64px;
  }
  .programe-curse .board-navigation {
    min-width: 260px;
  }
  .programe-curse .curse-for__col {
    padding: 40px 24px;
  }
  .programe-curse .curse-task {
    padding: 40px 40px 55px;
  }
  .programe-curse .curse-task .slug-title {
    margin: 0 auto 24px;
  }
  .programe-curse .curse-task__text {
    margin-bottom: 48px;
    font-size: 20px;
  }
  .tamplate-swiper {
    padding-left: calc((100vw - 1420px) / 2);
  }
  .tamplate-swiper__preview::after {
    width: 140px;
    height: 120px;
  }
  .tamplate-swiper__preview-title {
    font-size: 48px;
  }
  .tamplate-swiper__preview-text {
    font-size: 24px;
  }
  .tamplate-swiper .navigation-slider {
    padding-right: calc((100vw - 1420px) / 2);
  }
  .tamplete-slide__text {
    font-size: 24px;
  }
  .custom-board__wrapper {
    gap: 32px;
  }
  .custom-board .board-navigation {
    max-width: 150px;
    gap: 12px;
  }
  .custom-board .board-navigation__item {
    font-size: 18px;
  }
  .custom-board .title-slide__title {
    font-size: 44px;
  }
  .custom-board .title-slide p {
    font-size: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .section-wayus .tamplate-swiper__preview {
    min-width: 400px;
  }
}
@media screen and (max-width: 1280px) {
  .section-mission__img {
    min-width: 360px;
  }
  .section-mission .mission-slide {
    min-height: 320px;
  }
  .section-mission .mission-slide__text {
    font-size: 20px;
  }
  .section-willreceive .willreceive-content {
    max-width: 400px;
  }
  .section-video .play-button {
    width: 36px;
    height: 36px;
    background-size: 20px;
  }
}
@media screen and (max-width: 1268px) {
  .header__wrapper {
    padding: 0 20px;
  }
  .logo {
    width: 160px;
  }
  .navigation .menu-list {
    gap: 15px;
  }
  .hero {
    padding: 140px 0 80px;
  }
  .section-getset .getset-promo__btn {
    width: 104px;
    height: 104px;
    background-size: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-bottom: 32px;
  }
  .footer__wrapper {
    padding: 58px 28px 20px;
  }
  .footer .footer-content__about {
    max-width: 260px;
  }
  .footer .footer-content .footer-nav {
    gap: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .header__wrapper {
    padding: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 31px 12px -18px rgba(4, 14, 29, 0.25);
    box-shadow: 0 31px 12px -18px rgba(4, 14, 29, 0.25);
  }
  .header__btn {
    display: none;
  }
  .header .logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header .navigation {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .header__actions {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .logo {
    width: 200px;
  }
  .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation {
    position: relative;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .navigation .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 0;
    max-width: 100%;
  }
  .navigation .menu-list__item--sub .sub-menu {
    position: static;
    width: 100%;
    padding: 10px 0;
    border-radius: 0;
    opacity: 1;
    pointer-events: all;
    padding: 0 0;
    visibility: visible;
  }
  .navigation .menu-list__item--sub .sub-menu a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 2px;
    background: #002051;
  }
  .navigation .menu-list__link {
    padding: 20px 0;
  }
}
@media screen and (max-width: 992px) {
  .hero__btn {
    margin: 0 auto 48px;
  }
  .hero__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 12px);
    flex: 1 1 calc(50% - 12px);
  }
  .hero__col:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .hero__col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .hero__col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hero__col:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .section-mission__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .promo-potential {
    padding-bottom: 80px;
  }
  .promo-potential__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-wayus__collaborations .tamplate-swiper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  .section-wayus__bost-subtitle {
    font-size: 24px;
  }
  .section-wayus__bost ul.list-check li {
    width: calc(50% - 10px);
  }
  .section-graduates {
    padding-bottom: 40px;
  }
  .section-sale__wrapper {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .section-history {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .section-history .history-item {
    min-height: 320px;
    padding: 24px 16px;
    border-radius: 12px;
  }
  .section-history .history-item__title {
    font-size: 22px;
  }
  .section-history .history-item__text {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }
  .section-warning {
    margin-top: -120px;
  }
  .section-warning__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-willreceive__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-willreceive .willreceive-content__title {
    margin-bottom: 60px;
  }
  .section-video {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .section-video__text {
    font-size: 16px;
    margin: 0 auto 40px;
  }
  .section-video__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-video .main-video {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
  }
  .section-video .video-list {
    width: 100%;
  }
  .section-video .video-list__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .section-video .video-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .section-video .video-item {
    border-radius: 12px;
  }
  .section-teacher__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  .section-teacher .teacher-content {
    max-width: 100%;
  }
  .section-getset .getset-promo__content-text {
    font-size: 16px;
  }
  .section-getset .getset-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-getset .getset-slider__title {
    margin-bottom: 24px;
  }
  .section-contact {
    padding-bottom: 160px;
  }
  .section-contact__text {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .section-contact .sp-form .sp-lg .sp-field .sp-form-control {
    font-size: 16px;
    height: 50px;
  }
  .blog {
    padding: 160px 0 64px;
  }
  .blog .blog-top .main-article {
    min-height: 320px;
  }
  .blog-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-main__navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }
  .template-reference {
    min-height: 280px;
  }
  .template-reference__content {
    bottom: 10px;
    left: 10px;
  }
  .article {
    margin-top: 140px;
  }
  .teacher {
    padding: 180px 0 56px;
  }
  .teacher__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .teacher .teachermain-templat {
    max-width: 100%;
  }
  .teacher .teacher-content {
    max-width: 100%;
  }
  .contact {
    padding: 150px 0 100px;
  }
  .contact__map {
    height: 400px;
    margin-bottom: 40px;
  }
  .contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
  }
  .contact__item {
    width: 100%;
    max-width: 100%;
  }
  .contact__item-title {
    font-size: 24px;
  }
  .contact__form {
    max-width: 100%;
    width: 100%;
    height: 100%;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    max-height: auto;
    padding: 12px;
  }
  .contact__form-btn {
    display: none;
  }
  .contact__form-text {
    margin-bottom: 24px;
  }
  .about {
    margin-top: 120px;
  }
  .about .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about .history-slide__title {
    margin-bottom: 40px;
  }
  .about .history-slide__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .programe-curse {
    margin-top: 160px;
  }
  .programe-curse .curse-for {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .programe-curse .curse-task {
    padding: 40px 24px 55px;
  }
  .programe-curse .curse-task--white ul.list-check li {
    width: 100%;
    max-width: 100%;
  }
  .programe-curse .curse-task ul.list-check li {
    width: 100%;
    max-width: 100%;
  }
  .footer .footer-top {
    margin-bottom: 40px;
  }
  .footer .footer-top__text {
    font-size: 18px;
  }
  .footer .footer-top__arrow {
    width: 65px;
    min-width: 65px;
    height: 65px;
    background-size: 26px;
  }
  .footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .footer .footer-content .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-modules {
    padding-top: 20px;
    padding-bottom: 104px;
  }
  .section-modules__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 56px;
  }
  .section-modules .slug-title {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .section-modules .navigation-module {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-modules .navigation-module__item {
    font-size: 1rem;
  }
  .section-modules .content-module {
    width: 100%;
  }
  .section-modules .content-module__text {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  ul.list-check li {
    width: 100%;
    font-size: 1rem;
  }
  .tamplate-swiper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
  .custom-board__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-board .board-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 30px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .custom-board .board-navigation__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .custom-board .target-slide__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .custom-board .target-slide__item {
    min-height: auto;
    padding: 20px;
  }
  .custom-board .target-slide__item:nth-child(2) {
    max-width: 100%;
  }
  .custom-board .target-slide__text {
    margin-top: 20px;
    font-size: 20px;
  }
  .custom-board .title-slide__wrapper {
    padding: 20px;
  }
  .custom-board .title-slide__title {
    font-size: 28px;
  }
  .custom-board .title-slide p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 12px 24px;
    font-size: 12px;
  }
  .btn-rotation_svg {
    width: 120px;
    height: 120px;
  }
  .section-wayus .tamplate-swiper__preview {
    min-width: 100%;
  }
  .section-history__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-history .history-item {
    min-height: 220px;
    padding: 24px 16px;
    border-radius: 12px;
  }
  .section-history .history-item__title {
    margin-bottom: 20px;
  }
  .section-history .history-item__text {
    -webkit-line-clamp: unset;
    font-size: 14px;
  }
  .section-video .play-button {
    width: 20px;
    bottom: -2px;
    height: 20px;
    background-size: 10px;
  }
  .section-getset .getset-promo {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .section-getset .getset-promo__btn {
    min-width: 134px;
    min-height: 134px;
  }
  .blog .blog-top .main-article__content {
    bottom: 24px;
    left: 24px;
  }
  .blog .blog-top__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-bottom__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about .about-title {
    margin-bottom: 40px;
  }
  .about .templay-custom {
    max-width: 100%;
  }
  .about .about-us--lasson {
    padding: 24px;
  }
  .about .about-us__content-title {
    margin-bottom: 40px;
    font-size: 26px;
  }
  .about .target-values__wrapper {
    gap: 16px;
  }
  .about .target-values__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 24px 16px;
  }
  .about .target-values__text {
    font-size: 16px;
  }
  .module__content {
    padding: 20px 10px 0;
    max-width: 380px;
  }
  .wrapper-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapper-inputs .sp-field {
    width: 100%;
  }
  .tamplate-swiper__preview {
    min-width: 100%;
    min-height: 160px;
    padding: 16px;
  }
  .tamplate-swiper__preview-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 568px) {
  .hero {
    padding: 166px 0 56px;
  }
  .hero__title {
    font-size: 32px;
    margin: 0 auto 16px;
  }
  .hero__description {
    font-size: 16px;
    margin: 0 auto 32px;
  }
  .hero__col {
    gap: 24px;
  }
  .hero__col .card-hero {
    padding: 16px 14px;
    border-radius: 12px;
  }
  .hero__col .card-hero__count {
    font-size: 32px;
  }
  .hero__col .card-hero__text {
    font-size: 12px;
  }
  .hero__col:nth-child(1) .card-hero:nth-child(1) {
    height: 200px;
  }
  .hero__col:nth-child(2) .card-hero:nth-child(1) {
    height: 200px;
  }
  .hero__col:nth-child(3) .card-hero:nth-child(1) {
    height: 200px;
  }
  .hero__col:nth-child(4) .card-hero:nth-child(1) {
    height: 200px;
  }
  .section-mission {
    padding: 32px 0;
  }
  .section-mission__title {
    margin-bottom: 24px;
  }
  .section-mission__img {
    width: 100%;
    min-width: 100%;
  }
  .section-mission .mission-slide {
    min-height: 280px;
  }
  .section-mission .mission-slide::after {
    width: 240px;
    height: 238px;
    top: 5px;
  }
  .section-mission .mission-slide__wrapper {
    padding: 16px;
  }
  .section-mission .mission-slide__text {
    font-size: 16px;
  }
  .promo-potential .potential-preview {
    padding: 16px;
  }
  .promo-potential .potential-preview::after {
    width: 140px;
    height: 150px;
  }
  .promo-potential .potential-preview__title {
    margin-bottom: 32px;
  }
  .promo-potential .potential-preview__text {
    font-size: 16px;
  }
  .promo-potential__description {
    font-size: 16px;
    margin: 16px 0 24px;
  }
  .promo-potential__list {
    margin-bottom: 40px;
  }
  .section-wayus__eptireance .tamplete-slide {
    width: 100%;
  }
  .section-wayus__collaborations .tamplete-slide {
    width: 100%;
  }
  .section-wayus__bost-title {
    margin-bottom: 48px;
  }
  .section-wayus__bost-subtitle {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .section-wayus__bost ul.list-check li {
    width: 100%;
  }
  .section-sale .sale-content__title {
    margin-bottom: 32px;
  }
  .section-sale .sale-content__text {
    font-size: 16px;
  }
  .section-warning .warning-box {
    padding: 24px;
    min-height: 150px;
  }
  .section-warning .warning-box__text {
    font-size: 16px;
  }
  .section-willreceive .willreceive-content__title {
    margin-bottom: 30px;
  }
  .section-willreceive .willreceive-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-willreceive .navigation-slider {
    margin-right: 0;
  }
  .section-teacher .teacher-content {
    padding: 20px 16px;
  }
  .section-teacher .teacher-content .slug-title {
    margin-bottom: 16px;
  }
  .section-teacher .teacher-content__text {
    font-size: 16px;
  }
  .section-teacher .teacher-content .list-check {
    margin-bottom: 60px;
    gap: 20px;
  }
  .section-teacher .teacher-tamplate__name {
    font-size: 20px;
  }
  .section-teacher .teacher-tamplate__desc {
    font-size: 16px;
  }
  .blog .blog-top {
    margin-bottom: 64px;
  }
  .blog .blog-top .main-article__content {
    bottom: 16px;
    left: 16px;
  }
  .blog .blog-top .main-article__title {
    font-size: 22px;
  }
  .blog .blog-top .main-article__text {
    font-size: 16px;
  }
  .blog .blog-top__wrapper {
    gap: 16px;
  }
  .blog-main {
    margin-bottom: 64px;
  }
  .blog-main__content {
    gap: 16px 16px;
  }
  .blog-main__content .blog-template {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .blog-main__content .first-element-templet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-main__content .first-element-templet .blog-template__picture {
    max-width: 100%;
    height: 320px;
  }
  .blog-main__content .first-element-templet .blog-template__content {
    max-width: 100%;
    padding: 0;
  }
  .blog-template__picture {
    height: 344px;
    margin-bottom: 16px;
  }
  .blog-template__content {
    padding: 0;
  }
  .blog-template__content .slug-title {
    margin-bottom: 24px;
  }
  .blog-template__title {
    font-size: 24px;
  }
  .blog-template__text {
    font-size: 16px;
  }
  .blog-template__data,
  .blog-template__read {
    font-size: 12px;
  }
  .article .article-header {
    padding: 64px 0 100px;
  }
  .article .article-header__title {
    margin-bottom: 24px;
    text-wrap: balance;
  }
  .article .article-header__picture {
    height: 424px;
  }
  .article .article-content {
    padding-bottom: 80px;
  }
  .article .article-content__wrapper {
    padding: 40px 16px;
    margin-top: -80px;
  }
  .article .article-content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .article .article-content__body p {
    font-size: 16px;
  }
  .article .article-content__footer {
    font-size: 16px;
  }
  .teacher__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .teacher .teacher-slider {
    height: 400px;
  }
  .teacher .teachermain-templat {
    height: 400px;
  }
  .tamplate-swiper__preview::after {
    width: 140px;
    height: 150px;
  }
}

.sub-menu__title {
  font-size: 18px;
  padding: 10px 15px;
}

.sub-menu__wrapper {
  opacity: 0;
  width: 650px;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  display: flex;
  height: 294px;
  background-color: #f2f2f2;
  border-radius: 9px;
  transform: translateY(10px);
}

.navigation .menu-list__item--sub .sub-menu.second {
  transform: translate(330px);
}

@media screen and (max-width: 1080px) {
  .navigation .menu-list__item--sub .sub-menu.second {
    transform: none;
  }
}

.navigation .menu-list__item--sub .sub-menu {
  top: 10px;
}

.sub-menu__wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 9999;
}

.sub-menu__wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  position: absolute;
}
.menu-list__item--sub > .sub-menu__wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}

.menu-list__item--sub.active > .sub-menu__wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  position: absolute;
}
.sub-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 320px;
}
@media screen and (max-width: 1080px) {
  .menu-list__item--sub.active > .sub-menu__wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    position: relative;
    height: fit-content;
    width: fit-content;
    margin-bottom: 20px;
  }

  .navigation.active {
    max-height: fit-content;
  }
  .sub-menu__wrapper {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -9999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .sub-menu__wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 722px) {
  .menu-list__item--sub .sub-menu {
    position: static;
    width: 100%;
    max-width: 490px;
  }

  .menu-list__item--sub.active > .sub-menu__wrapper {
    flex-wrap: wrap;
    pointer-events: all;
    z-index: 0;
  }
}

.menu-list__link.second {
  cursor: pointer;
}
