@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600&family=Nunito:wght@400;500;600;700&family=Montserrat:wght@700&display=swap");
@import "menu.css?v=1";
@import "widget.css?v=1";
@import "slider.css?v=1";
html{
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  width: 12px;
  height: 5px;
  background-color: #053240;
}
@media only screen and (max-width: 768px) {
  html::-webkit-scrollbar {
    width: 5px;
  }
}
html::-webkit-scrollbar-thumb {
  background-color: #687275;
  border-radius: 4px;
}
.hide {
  display: none !important;
}

.main .container {
  position: relative;
  z-index: 2;
}

.miniature-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 100%; */
}
.miniature-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsl(216deg 57% 8% / 80%);
  z-index: 1;
}
.miniature-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}


.learn__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Два столбца */
  gap: min(30px, 1.5625vw);
  justify-content: center;
  margin-block: min(60px, 3.125vw);
}
.course__card {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #e0e0e0; /* Светло-серая обводка */
  box-shadow: 0 min(8px, 0.4167vw) min(30px, 1.5625vw) rgba(0, 0, 0, 0.15); /* Более заметная тень */
  overflow: hidden;
  display: flex;
  padding: min(40px, 2.0833vw);
  /* height: min(400px, 29.6296vw); */
}
.course__card:hover .price--sale {
/* transform: scale(1.2); */
}
.course__img {
  max-width: 250px;
  border-radius: 15px;
  position: relative;
  height: 16.6073vw;
  max-height: 319px;
}
@media(min-width: 1350px) and (max-width: 1920px) {
  .course__img {
    height: 16.6073vw;
  }
}
@media(max-width: 1350px){
  .course__card {
  /* height: min(400px, 29.6296vw); */
  }
}
.course__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.course__body {
  display: flex;
  align-items: center;
  gap:  min(20px, 1.0417vw);
}
.course__right {
  flex-grow: 1;
  padding-left: min(20px, 1.0417vw); /* Добавляем отступ для информации справа */
}
.course__offer {
  font-size: min(32px, 1.6667vw);
  color: #035F47;
  margin-bottom: min(10px, 0.5208vw);
  line-height: 100%;
}
.new_course{
  font-size: min(26px, 1.3542vw);
}
.course__desc {
  margin-left: 20px;
  font-size: min(16px, 0.8333vw);
  line-height: 150%;
  color: #333;
  margin-bottom: min(10px, 0.5208vw);
}
.course__desc ul {
  padding-left: 18px;
}
.course__desc ul li,
.course__desc ol li,
.course__desc li {
  padding-left: 0;
  margin-bottom: 5px;
  list-style-type: disc;
}
.popularCard__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:min(2px, 0.104vw);margin-bottom:min(18px, 0.9375vw);margin-top: auto;}
.price--big{color:#D8544E;font-size:min(25px, 1.3021vw);line-height:normal;letter-spacing:-0.56px;margin-bottom: min(5px, 0.2604vw);}
.price--small{font-weight:400;font-size:min(12px, 0.625vw);line-height:min(16px, 0.8333vw);color:rgb(51, 51, 51, 0.8);}
.price__text{color:#D8544E;font-size:min(20px, 1.0417vw);font-style:normal;font-weight:400;line-height:normal;}
.price--sale{position: absolute;
  transition: .3s easy-in;
  top: 0;
  right: 0;
  transform: translate(min(10px, 0.5208vw), min(-6px, -0.3125vw)) rotate(16deg);
  padding: min(10px, 0.5208vw);
  width: min(50px, 2.6042vw);
  height: min(50px, 2.6042vw);
  background-color: rgb(215 83 73);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(16px, 0.8333vw);
  font-weight: bold;

}
.course__pricing {
  display: flex;
  align-items: center;
  gap: min(15px, 0.7813vw);
  margin-bottom: min(15px, 0.7813vw);
  margin-top: auto;
}
.course__discount {
  background-color: #035F47;
  color: #fff;
  border-radius: 50%;
  padding: min(10px, 0.5208vw);
  font-size: min(14px, 0.7292vw);
  font-weight: bold;
  width: min(50px, 2.6042vw);
  height: min(50px, 2.6042vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.course__price-old {
  text-decoration: line-through;
  color: #888;
  font-size: min(16px, 0.8333vw);
}
.course__price-new {
  font-size: min(18px, 0.9375vw);
  font-weight: bold;
  color: #D8544E;
}
.course__btns {
  text-align: right;
}
.course__btn {
  background-color: #035F47;
  padding: min(10px, 0.5208vw) min(20px, 1.0417vw);
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  font-size: min(16px, 0.8333vw);
  width: 100%;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .learn__grid {
    grid-template-columns: 1fr; /* Один столбец на мобильных устройствах */
    gap: 20px;
  }

  .course__card {
    flex-direction: column; /* Вертикальная ориентация карточки */
    padding: 20px;
    height: auto; /* Высота по содержимому */
  }

  .course__img {
    width: 100%; /* Изображение во всю ширину */
    height: auto; /* Автоматическая высота */
    margin-bottom: 20px;
    max-width: 250px;
  }

  .course__body {
    flex-direction: column; /* Вертикально выравниваем компоненты */
    gap: 10px;
  }

  .course__right {
    overflow-y: auto; /* Вертикальная прокрутка, если контента слишком много */
    width: 100%;
    padding-left: 0;
    max-height: none; /* Убираем жесткое ограничение по высоте */
  }

  .course__offer {
    font-size: 18px; /* Немного уменьшаем заголовок */
    max-width: 380px;
  }
  .new_course{
    font-size: 14px;
  }
  .course__desc{font-size: 14px;}
  .price__text {
    font-size:16px;
  }
  .price--big {
    font-size:18px;
  }
  .price--sale{        transform: translate(10px, -6px) rotate(16deg);
    font-size: 14px;
    padding: 10px;
    width: 50px;
    height: 50px;}

  .course__pricing {
    display: flex;
    align-items: center; /* Выравнивание по вертикали */
    /* justify-content: center; */ /* Выравнивание по горизонтали */
    gap: 10px; /* Промежуток между элементами */
    margin-bottom: 15px;
  }

  .course__discount {
    background-color: #035F47;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .course__price-old {
    text-decoration: line-through;
    color: #888;
    font-size: 16px;
  }

  .course__price-new {
    font-size: 18px;
    font-weight: bold;
    color: #D8544E;
  }

  .course__btns {
    width: 100%;
    text-align: center; /* Кнопка по центру */
    margin-top: 20px;
  }

  .course__btn {
    width: 100%; /* Кнопка на всю ширину */
    font-size: 16px;
    padding: 10px 20px;
  }
}


/* Стиль для модального окна */
.trainer-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Скроем переполнения */
}

.trainer-modal__content {
  background-color: #fff;
  border-radius: 15px;
  width: 80%; /* Ширина окна */
  max-width: 900px; /* Максимальная ширина */
  max-height: 80%; /* Ограничим максимальную высоту */
  padding: 20px;
  display: flex;
  position: absolute;
  top: 50%; /* Центрирование по вертикали */
  left: 50%; /* Центрирование по горизонтали */
  transform: translate(-50%, -50%); /* Смещение для центрирования */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); /* Тень */
  overflow: hidden; /* Скроем переполнения */
  overflow-y: auto; /* Включаем вертикальную прокрутку */
}
.trainer-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  z-index: 1001; /* Убедимся, что кнопка закрытия всегда поверх контента */
}

.trainer-modal__left {
  flex: 0 0 35%; /* Уменьшаем ширину левой части до 35% */
  max-width: 35%; /* Ограничиваем максимальную ширину левой части */
}

.trainer-modal__left img {
  width: 100%; /* Изображение занимает всю ширину блока */
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}

.trainer-modal__right {
  flex: 1; /* Правая часть занимает оставшееся пространство */
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto; /* Прокрутка для правой части контента */
}

.trainer-modal__right h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #035F47;
}

.trainer-modal__right h5 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #035F47;
}

.trainer-modal__right p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: auto;
  margin-left: 15px;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .trainer-modal__content {
    flex-direction: column; /* Вертикальная ориентация на мобильных */
    width: 90%;
    height: 90%; /* Модальное окно занимает 90% экрана */
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .trainer-modal__left {
    overflow: hidden;
    border-radius: 30px;
    height: auto; /* Снимаем фиксированную высоту */
    width: 100%; /* Ширина блока занимает всю ширину модального окна */
    max-width: 100%; /* Ограничиваем ширину для мобильных */
    aspect-ratio: 1/1; /* Устанавливаем пропорции для создания квадрата */
    margin-bottom: 15px;
    flex: unset;
  }

  .trainer-modal__right {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 20px; /* Добавляем отступ снизу */
    overflow-y: auto; /* Включаем прокрутку внутри правого блока */
  }

  .trainer-modal__close {
    top: 10px; /* Кнопка закрытия остается в удобной зоне сверху */
    right: 10px;
  }
  .trainer-modal__left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}


.modal {
  display: none; /* Скрыто по умолчанию */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 700px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



.transparent-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.advantages__items {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 20px;
  max-width: 90%;
  margin: auto;
}

.close-modal {
  background: #035F47;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.close-icon {
  position: absolute;
  top: 33px;
  right: 33px;
  font-size: 34px;
  color: white;
  cursor: pointer;
  z-index: 10;
}

.close-icon:hover {
  color: #ff4c4c;
}

.advantages {
  overflow: hidden;
  padding-bottom: 120px;
  padding-top: 120px;
}

.advantages__body {
  position: relative;
  width: 100%;
}

.advantages__items .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transparent-modal .fancybox-bg {
  background: rgba(0, 0, 0, 0.8) !important;
}

.transparent-modal .fancybox-inner {
  background: transparent !important;
  box-shadow: none !important;
}

.advantages__items .swiper-button-prev,
.advantages__items .swiper-button-next {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  z-index: 2;
}



.advantages__item {
  border-radius: 30px;
  background: #035F47;
  box-shadow: 0px 20px 30px 0px rgba(31, 64, 114, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: scroll;
  height: 600px;
  width: 100%;
  box-sizing: border-box;

}
#advantagesModal .advantages__item {
  width: 600px;
  height: 100%;
}

.advantages__item-wrapper {
  padding: 45px 24px 44px 50px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advantages__item-wrapper-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.advantages__title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: bold;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.78px;
  color: #FFF;
  font-family: "Stem-Medium";
}

.advantages__subtitle {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.78px;
  color: #FFF;
}

.advantages__content {
  color: #FFF;
  font-size: 20px;
  line-height: 1.5;
}
.advantages__content li {
  list-style: disc;

  margin-left: 10%;
  /* padding-left: 20px; */
  position: relative;
}

.advantages__item-wrapper-circle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.advantages__item-wrapper-circle p {
  color: #000000;
  font-size: 20px;
  font-family: "Stem-Medium";
}

@media screen and (max-width: 768px) {
  .advantages__item {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    /* max-height: 400px; */
  }

  .advantages {
    padding-bottom: 30px;
  }

  .advantages__items .swiper-button-prev {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .advantages__items .swiper-button-next {
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .advantages__item-wrapper {
    padding: 20px;
  }

  .advantages__item-wrapper-circle {
    width: 30px;
    height: 30px;
  }

  .advantages__item-wrapper-circle p {
    font-size: 14px;
  }

  .advantages__title {
    font-size: 24px;
    line-height: 1.2;
  }

  .advantages__subtitle {
    font-size: 18px;
    line-height: 1.2;
  }

  .advantages__content {
    font-size: 14px;
  }

  .close-modal {
    padding: 8px 16px;
  }
}







:root {
  --index: calc(1vw + 1vh);
  --font-size: 16px;
  --line-height: 24px;
  --item-width: 325px;
  --burger-color: white;
  --burger-color-active: white;
  --container-width: 1675px;
  --container-padding: 30px;
  --font-default: "Nunito", sans-serif;
  --transition: cubic-bezier(0.445, 0.050, 0.550, 0.950);
  --transition2: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --transition3: cubic-bezier(0.715, -0.235, 0.120, 1.300);
  --bg-body: white;
  --color-body: #272727;
  --color-text: #000000;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-black2: #262424;
  --color-gray1: #E3E3E3;
  --color-gray2: #E6E6E6;
  --color-gray3: #DADADA;
  --color-gray4: #E1E1E1;
  --color-gray5: #D9D9D9;
  --color-gray: #DBDBDB;
  --color-grayLight: #DFDACC;
  --color-grayLight2: #FFFBF6;
  --color-orange: #FFF3C8;
}
@media screen and (max-width: 480px) {
  :root {
    --item-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --container-padding: 10px;
  }
}

/* responsive */
@font-face {
font-family: "Stem-Medium";
font-style: normal;
font-weight: 500;
src: url("../fonts/Stem-Medium.woff2") format("woff2");
font-display: swap;
}
@font-face {
  font-family: "Stem-Regular";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Stem-SemiLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
font-family: "Stem-Bold";
font-style: normal;
font-weight: 700;
src: url("../fonts/Stem-Bold.woff2") format("woff2");
font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
  font-weight: 500;
}

a {
  outline: none !important;
  color: var(--color-text);
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

button,
input,
textarea {
  font-family: var(--font-default);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

*::-webkit-input-placeholder {
  opacity: 1;
}

*:-moz-placeholder {
  opacity: 1;
}

*::-moz-placeholder {
  opacity: 1;
}

*:-ms-input-placeholder {
  opacity: 1;
}

input:focus {
  outline: none;
}

html {
  font-size: var(--font-size);
}

section {
  overflow: hidden;
}

body {
  background: var(--bg-body);
  font-size: var(--font-size);
  min-width: 320px;
  position: relative;
  line-height: var(--line-height);
  font-family: var(--font-default);
  font-weight: normal;
  font-style: normal;
  color: var(--color-body);
  border-top: 8px solid var(--color-blue-light);
}
@media screen and (max-width: 992px) {
  body {
    border-top: 4px solid var(--color-blue-light);
  }
}
body.no-scroll {
  overflow: hidden;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  body.no-scroll {
    padding-right: 0px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (min-width: 480px) {
  .-md4-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .-md3-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .-md1-hidden {
    display: none !important;
  }
}
.container_header {
  margin-right: auto;
  margin-left: 5%;
  padding-left: var(--container-padding);
  padding-right: 5%;
  width: 100%;
  max-width: var(--container-width);
  overflow: visible;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  max-width: var(--container-width);
  overflow: visible;
}

.container-fluid {
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.cont {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.cont.white {
  color: white;
}

@media (max-width: 768px) {
  .cont {
    font-size: 14px !important;
    line-height: 22px !important;
    row-gap: 15px;
  }
}

.cont ul {
  margin-left: 0;
}

.cont li {
  position: relative;
  list-style: none;
  padding-left: 18px;
  letter-spacing: -0.03em;
}

.cont li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #035F47;
  border-radius: 100%;
}

.burger-content {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 999;
}
.burger-content__body {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.burger {
  cursor: pointer;
  /* display: flex; */
  width: 50px;
  height: 43px;
  position: relative;
  z-index: 1;
  /* padding-bottom: 7.5px; */
  flex-direction: column;
  justify-content: center;
}
/* @media (max-width: 1400px) { */
/* .burger {
  display: block;
}
} */
.burger i {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 2.4px;
  background: var(--burger-color);
  transition: all 0.2s ease-out;
  border: 5px;
  top: -5px;
  /* box-sizing: unset; */
  box-sizing: border-box;
}
.burger i::before {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--burger-color);
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  top: -13px;
  border-radius: 5px;
  box-sizing: border-box;
}
.burger i::after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--burger-color);
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  bottom: -13px;
  border-radius: 5px;
  box-sizing: border-box;
}
.burger.active i {
  background: transparent;
}
.burger.active i::before {
  top: 0;
  transform: rotateZ(45deg);
  background: var(--burger-color-active);
}
.burger.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
  background: var(--burger-color-active);
}

.offer {
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 90px!important;
  font-family: "Stem-Medium";
  color: #035F47;
  line-height: 90px;
  position: relative;
}
.offer span {
  color: #C36363;
  font-size: 75px;
}
.offer small{
  font-size: 50px;
  line-height: 55px;
}
@media screen and (max-width: 1536px) {
  .offer {
    font-size: 60px!important;
    line-height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .offer {
    font-size: 65px!important;
    line-height: 65px;
  }
  .offer span {
    font-size: 1em;
  }
  .offer small{
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .offer {
    font-size: 30px!important;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .offer small{
    font-size: 20px;
    line-height: 25px;
  }
}

.consult {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 20px 30px;
  margin-top: 60px;
  position: relative;
  column-gap: 10px;
  min-height: 130px;
}
.consult--normal {
  padding: 30px;
}
.consult--no-pad {
  padding: 37px;
}
.consult--no-pad p {
  max-width: unset !important;
}
.consult--no-pad a {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  .consult {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
    margin-top: 30px;
  }
}
.consult__left {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  max-width: 1000px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .consult__left {
    flex-direction: column;
    row-gap: 24px;
  }
}
.consult__left img {
  max-width: 90px;
  position: absolute;
  bottom: 0;
  left: 28px;
}
.consult__left p {
  color: white;
  max-width: 600px;
  margin-left: 142px;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -0.03em;
}
.consult--normal img {
  position: relative;
  left: 0;
}
.consult--normal p {
  margin-left: 0px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .consult__left p {
    font-size: 23px;
    line-height: 32px;
  }
}
@media screen and (max-width: 992px) {
  .consult__left p {
    font-size: 18px;
    line-height: 19px;
    margin-left: 0;
  }
  .consult__left img {
    position: relative;
  }
}
.consult__left p span {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -1.05px;
}
@media screen and (max-width: 1200px) {
  .consult__left p span {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .consult__left p span {
    font-size: 20px;
    line-height: 20px;
  }
}
.consult__btn {
  display: inline-block;
  border-radius: 10px;
  background: #FFF;
  padding: 18px 100px;
  color: #035F47;
  white-space: nowrap;
}
.consult__btn--small {
  padding: 16px 50px 15px;
}
@media (max-width: 1280px) {
  .consult__btn {
    padding: 13px 50px 18px;
  }
}
@media screen and (max-width: 1200px) {
  .consult__btn {
    padding: 13px 30px 18px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .consult__btn {
    padding: 10px 20px;
    width: 100%;
  }
}
.course-suboffer {
  color: #035F47;
  font-family: "Stem-Medium";
  font-size: 50px;
  line-height: 55px; /* 110% */
  margin-bottom: 30px;
}

.suboffer {
  color: #035F47;
  font-family: "Stem-Medium";
  font-size: 50px;
  line-height: 55px; /* 110% */
}
@media screen and (max-width: 992px) {
  .suboffer {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .suboffer {
    font-size: 18px !important;
    line-height: 20px;
  }
  .main-v2 .suboffer {
    font-size: 16px !important;
  }
}


.burger__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  display: none;
}
.burger__bottom .header__social {
  display: flex;
  align-items: center;
  -moz-column-gap: 9px;
  column-gap: 9px;
}
.burger__bottom .header__social a {
  width: 30px;
  height: 30px;
}
.burger__bottom .header__phone {
  display: block;
  margin-left: 0;
  font-size: 30px;
}
.burger__bottom .header__btn {
  margin-left: 0;
  text-align: center;
  max-width: 250px;
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .burger__bottom .header__btn {
    font-size: 17px;
  }
  .burger{width:20px;padding-bottom: 10px;height: unset;}
  .burger i{width:20px;height:1px;}
  .burger i::before{content:"";width:20px;height:1px;bottom: -4px;top:4px}
  .burger i::after{content:"";width:20px;height:1px;bottom: 4px;}
  .header__burger span{font-size:14px;line-height:18px;}
  .header__burger{-moz-column-gap:10px;column-gap:10px; padding: 0;}

}

.burger-content {
  width: 100%;
  background: #132847;
}
/* @media (min-width: 1400px) {
  .burger-content {
    display: none;
  }
} */
.burger-content__body {
  width: 80%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 40px;
}
.burger-content__cross {
  position: absolute;
  right: 20px;
  top: 20px;
}

.request {
  display: none;
  padding: 70px 50px 50px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .request {
    padding: 50px 20px 20px;
    border-radius: 15px;
  }
}
.request__offer {
  text-align: center;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
  color: #035F47;
}
@media screen and (max-width: 768px) {
  .request__offer {
    font-size: 18px;
    line-height: 19px;
  }
}
.request__suboffer {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .request__suboffer {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
.request form {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.request form input[type=text], .request form input[type=tel], .request form textarea {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 13px 20px 17px;
  border-radius: 10px;
  border: 1px solid #CDE1FF;
}
@media screen and (max-width: 768px) {
  .request form input[type=text], .request form input[type=tel], .request form textarea {
    font-size: 14px;
    line-height: 18px;
  }
}
.request form textarea {
  resize: none;
  height: 110px;
}
.request form input[type=submit] {
  padding: 13px 18px 18px;
  border-radius: 10px;
  background: #035F47;
  color: white;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.request form input[type=submit]:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .request form input[type=submit] {
    font-size: 14px;
    line-height: 18px;
  }
}
.request form label {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
}
.request form label input {
  display: none;
}
.request form label span {
  padding-left: 26px;
  position: relative;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .request form label span {
    font-size: 10px;
  }
}
.request form label span a {
  text-decoration: underline;
  color: #035F47;
}
.request form label span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #CDE1FF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.request form label input:checked + span::before {
  background-image: url("../img/footer-checkbox.svg");
}
.request__text {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
  color: #035F47;
}
@media screen and (max-width: 768px) {
  .request__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.request__social {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.footer {
  background: #035F47;
  color: white;
  padding: 96px 0;
  margin-top: 200px;
  font-size: var(--font-size);
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0;
    margin-top: 50px;
  }
}
.footer__body {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 992px) {
  .footer__body {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__offer {
  font-family: "Stem-Medium";
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 10px;
}
.footer__offer a {
  color: white;
}
@media screen and (max-width: 992px) {
  .footer__offer {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer__offer {
    font-size: 30px;
    line-height: 35px;
  }
}
.footer__adress {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer__schedule {
  margin-bottom: 20px;
}
.footer__schedule span {
  display: block;
}
.footer__nav ul {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.footer__nav ul li {
  list-style: none;
}
.footer__nav ul li a {
  color: white;
}
.footer__right {
  padding-right: 149px;
}
@media (max-width: 1280px) {
  .footer__right {
    padding-right: 0;
  }
}
.footer__right form {
  display: flex;
  flex-direction: column;
}
.footer__right form input[type=text], .footer__right form input[type=tel] {
  border: none;
  background: none;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.footer__right form input[type=text]::-moz-placeholder, .footer__right form input[type=tel]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__right form input[type=text]::placeholder, .footer__right form input[type=tel]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer__right form input[type=text]:hover, .footer__right form input[type=tel]:hover {
  opacity: 1;
}
.footer__right form label {
  margin-top: 10px;
  margin-bottom: 42px;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  cursor: pointer;
}
.footer__right form label input {
  display: none;
}
.footer__right form label span {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 21px;
  position: relative;
}
.footer__right form label span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.footer__right form label input:checked + span::before {
  background-image: url("../img/footer-checkbox.svg");
}
.footer__suboffer {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 26px;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
}
@media screen and (max-width: 768px) {
  .footer__suboffer {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
.footer__submit {
  border: none;
  transition: 0.3s ease;
  padding: 18px 25px !important;
  width: 90%;
  display: inline-block;
  color: #035F47 !important;
  border-radius: 10px;
  background: #FFF !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  letter-spacing: -0.5px;
  cursor: pointer;
}
.footer__submit:hover {
  background: #E6F5F0 !important;
  color: #035F47 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .footer__submit {
    width: 100%;
  }
}
.footer__banks {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 40px;
}
.footer__btns {
  display: flex;
  align-items: center;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.footer__btn {
  border-radius: 10px;
  border: 1px solid white;
  padding: 15px 50px;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  color: white;
  transition: 0.3s ease;
}
.footer__btn:hover {
  background: white;
  color: #035F47;
  opacity: 1;
}
@media screen and (max-width: 522px) {
  .footer__btns {
    row-gap: 20px;
    column-gap: 0;
  }
  .footer__btn {
    width: 100%;
  }
}


.home {
  display: flex;
  justify-content: flex-end;
  background-color: #035F47;
  color: white;
  padding-top: 3vw;
  margin-top: -3px;
}
.home__body {
  flex-direction: column;
}
.home__wrapper{display:flex;justify-content:space-between;align-items:flex-end;}
.home__right{min-width:316px;display:flex;margin-right:71px;}
.home__right img{width:100%;height:100%;object-fit:contain;transform:scale(-1,1);}
@media screen and (max-width: 992px){
  .home__wrapper{flex-direction:column;align-items:center;}
  .home__right{height:500px; margin-right: unset;}
}
@media screen and (max-width: 768px){
  .home__right{height:400px;}
}
.home__sub {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 10px;
  font-family: "Stem-Medium";
}
.home__suboffer {
  margin-bottom: 25px;
  font-family: "Stem-Medium";
  font-size: 36px;
  line-height: 55px;
}
.home__offer {
  margin-bottom: 40px;
  font-family: "Stem-Medium";
  font-size: 90px;
  line-height: 90px;
  display: none;
}
.course-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #035F47;
  border: none;
  padding: 25px 60px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  font-size: 40px;
  cursor: pointer;
  border-radius: 10px; /* Закругленные углы */
  margin-bottom: 60px;
}

.course-button a {
  color: #035F47;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  font-size: 40px;
}

.course-button:hover {
  background-color: #ebebeb; /* Темно-синий при наведении */
}
/* Адаптивность */
@media (max-width: 1400px) {
  .home__offer {
    font-size: 4vw;
  }
  .home__suboffer {
    font-size: 2.5vw;
  }
  .home__sub {
    font-size: 3.5vw;
  }
  .course-button a {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 1000px) {

  .course-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .course-button a {
    font-size: 3.5vw; /* Адаптивный текст кнопки */
  }
}

@media screen and (max-width: 800px) {
  .home__sub {
    font-size: 5vw; /* Меньший размер на мобильных */
    line-height: 1.2;
  }
  .home__offer {
    font-size: 7vw;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .home__suboffer {
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .course-button {
    padding: 10px 20px; /* Уменьшаем кнопку */
    font-size: 4vw;
  }
  .course-button a {
    font-size: inherit;
  }
}

.home__desc {
  font-size: 26px;
  line-height: 35px;
  padding-left: 15px;
}

@media (max-width: 1400px) {
  .home__desc {
    font-size: 22px;
    line-height: 31px;
  }
}

@media screen and (max-width: 768px) {
  .home__desc {
    font-size: 16px;
    line-height: 25px
  }
  .home__desc-items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 30px;
    row-gap: 30px;
  }
  .home__desc-item {
    grid-column: 4 span;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px; /* 140% */
    letter-spacing: -0.75px;
    padding: 30px 30px 18px;
    border-radius: 25px;
    border: 1px solid #FFF;
  }
  .home__desc-item span {
    margin-bottom: 15px;
  }
  .home__desc-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 15px;
  }
  .home__desc-text ul {
    padding-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .home__desc-item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .home__desc-items {
    column-gap: 0;
    row-gap: 20px;
    margin-top: 20px;
  }
  .home__desc-item {
    grid-column: 12 span;
    font-size: 17px;
    line-height: 27px;
    padding: 15px 20px;
    border-radius: 15px;
  }
  .home__desc-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
  }
}
/* .home__items .swiper-wrapper {
  transition-timing-function: linear;
}
.home__items .swiper-slide {
  height: auto;
} */
.home__items {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.home__items .home__item {
  grid-column: 2 span;
}
@media screen and (max-width: 992px) {
  .home__items {
    grid-template-columns: repeat(12, 1fr);
  }
  .home__items .home__item {
    grid-column: 4 span;
  }
}
@media screen and (max-width: 768px) {
  .home__items {
    display: none;
  }
}
.home__items--mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .home__items--mob {
    display: block;
    margin-bottom: 20px;
  }
}
.home__item {
  padding: 73px 25px 28px 30px;
  border-radius: 30px;
  color: #272727;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

}
@media screen and (max-width: 768px) {
  .home__item {
    padding: 20px;
  }
}
.home__item img {
  width: 39px;
  height: 39px;
}
.home__item div {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .home__item div {
    font-size: 14px;
    line-height: 18px;
  }
}
.home-programs__wrapper {
  overflow: hidden;
  position: relative;
  margin-top: 120px;
}
.home__programs {
/* display: grid;
grid-template-columns: repeat(12, 1fr);
-moz-column-gap: 10px;
     column-gap: 10px;
row-gap: 10px; */
  position: relative;
  margin-top: 30px;
}
.home__programs .swiper-slide {
  height: auto;
}
.home__programs .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-left.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  left: -30px;
}
@media screen and (max-width: 768px) {
  .home__programs .swiper-button-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.home__programs .swiper-button-prev::after {
  font-size: 0;
  display: none;
}
.home__programs .swiper-button-next {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-right.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  right: -30px;
}
@media screen and (max-width: 768px) {
  .home__programs .swiper-button-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.home__programs .swiper-button-next::after {
  font-size: 0;
  display: none;
}
.home__program {
  grid-column: 4 span;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  height: 179px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.home__btn {
  padding: 15px 85px;
  border-radius: 10px;
  display: inline-block;
  background: #FCEDC6;
  height: 55px;
}
@media screen and (max-width: 992px) {
  .home__program {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .home-programs__wrapper {
    margin-top: 50px;
  }
  .home__program {
    grid-column: 12 span;
    border-radius: 15px;
  }
  .home__btn {
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    background: #FCEDC6;
    font-size: 25px;
    font-weight: 600;
    padding: 13px 0;
    height: 67px;
    line-height: normal;
  }
}
.home__program img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home__program-text {
  background: white;
  padding: 2px 10px;
  text-align: center;
  display: inline-block;
  min-width: 122px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .home__program-text {}
}

.youget {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .youget {
    padding: 50px 0;
  }
}
.youget__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 60px;
  grid-template-columns: repeat(15, 1fr);
}
@media screen and (max-width: 992px) {
  .youget__items {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .youget__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .youget__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 15px;
  }
}
.youget__item {
  grid-column: 3 span;
}
.youget__item a {
  background-color: #035F47;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 8px 50px;
  border-radius: 5px;
  color: #FFF;
  margin-top: 20px;
  display: inline-block;
  white-space: nowrap;
}
.youget__item:nth-child(-n+3) {
  background: #035F47;
  color: white;
  grid-column: 5 span;
  padding: 30px 74px 33px 30px;
  border-radius: 20px;
}
.youget__item:nth-child(-n+3) a{
  color: #035F47;
  background-color: white;
}
@media screen and (max-width: 992px) {
  .youget__item:nth-child(-n+3) {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .youget__item:nth-child(-n+3) {
    grid-column: 12 span;
  }
}
.youget__item:nth-child(-n+3) span {
  background: white;
  color: #035F47;
}
.youget__item:nth-child(-n+3) p {
  color: white;
}
@media screen and (max-width: 992px) {
  .youget__item {
    grid-column: 4 span;
  }
}
@media screen and (max-width: 768px) {
  .youget__item {
    grid-column: 6 span;
  }
}
.youget__item span {
  margin-bottom: 15px;
  padding: 18px 20px;
  background: #035F47;
  color: white;
  font-weight: 700;
  display: inline-block;
  border-radius: 100%;
}
.youget__item p {
  color: #262A31;
}

.products {
  overflow: hidden;
  padding-block: 50px;
}
@media screen and (max-width: 768px) {
  .products {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.products__body {
  position: relative;
}
.products__items .swiper-slide {
  height: auto;
}
.products__items .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-left.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  left: -30px;
}
@media screen and (max-width: 768px) {
  .products__items .swiper-button-prev {
    left: 0;
    top: 18%;
  }
}
.products__items .swiper-button-prev::after {
  font-size: 0;
  display: none;
}
.products__items .swiper-button-next {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-right.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  right: -30px;
}
@media screen and (max-width: 768px) {
  .products__items .swiper-button-next {
    right: 0;
    top: 18%;
  }
}
.products__items .swiper-button-next::after {
  font-size: 0;
  display: none;
}
.products__item {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 20px 30px 0px rgba(31, 64, 114, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}
.products__img {
  height: 300px;
}
.products__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .products__img {
    height: 194px;
  }
}
.products__item-wrapper {
  padding: 45px 24px 44px 50px;
}
@media screen and (max-width: 1200px) {
  .products__item-wrapper {
    padding: 30px 14px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .products__item-wrapper {
    padding: 20px;
  }
}
.products__offer {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
}
.products__offer a {
  color: #035F47;
}
@media screen and (max-width: 768px) {
  .products__offer {
    font-size: 18px;
    line-height: 19px;
  }
}
.products__ul li {
  list-style: none;
  position: relative;
  padding-left: 27px;
}
@media screen and (max-width: 768px) {
  .products__ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
/* .products__ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 9px;
  height: 9px;
  background: #035F47;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .products__ul li::before {
    width: 5px;
    height: 5px;
  }
} */
.products__btns {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
  padding: 0 50px 94px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .products__btns {
    padding: 0 30px 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .products__btns {
    flex-direction: column;
    padding: 0 20px 20px;
  }
}
.products__btn {
  padding: 5px 15px 5px;
  width: 50%;
  color: white;
  border: 1px solid #035F47;
  background: #035F47;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .products__btn {
    width: 100%;
    padding: 13px 15px 18px;
  }
}
.products__more {
  padding: 13px 15px 18px;
  width: 50%;
  color: #035F47;
  border: 1px solid #035F47;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .products__more {
    width: 100%;
  }
}

.about-v2 {
  padding-bottom: 130px;
}
.about {
  padding-block: 50px;
}
@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 30px;
  }
}
.about__wrapper {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 992px) {
  .about__wrapper {
    flex-direction: column;
  }
}
.about__left {
  border-radius: 30px;
  background: #035F47;
  color: white;
  padding: 65px 29px;
  width: 45%;
}
@media screen and (max-width: 992px) {
  .about__left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about__left {
    padding: 35px 20px;
  }
}
.about__logo {
  margin-bottom: 20px;
  text-align: center;
}
.about__logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about__logo {
    margin-bottom: 15px;
  }
}
.about__offer {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
}
@media screen and (max-width: 768px) {
  .about__offer {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 15px;
  }
}
.about__right {
  width: 55%;
}
@media screen and (max-width: 992px) {
  .about__right {
    width: 100%;
  }
}
.about__right-img {
  height: 309px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about__right-img {
    height: 194px;
  }
}
.about__right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 20px;
  margin-bottom: -20px;
  overflow: hidden;
  max-width: 793px;
}
.about__item {
  grid-column: 4 span;
  padding-top: 20px;
  padding-right: 55px;
  border-bottom: 1px solid #CDE1FF;
}
@media screen and (max-width: 768px) {
  .about__item {
    padding-top: 15px;
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .about__item {
    grid-column: 6 span;
  }
}
@media (max-width: 480px) {
  .about__item {
    grid-column: 12 span;
  }
}
.about__item:nth-child(3n) {
  padding-right: 0;
}
.about__item:nth-last-child(-n+3) {
  border-bottom: 0;
}
.about__item-offer {
  font-family: "Stem-Medium";
  font-size: 50px;
  line-height: 55px; /* 110% */
  margin-bottom: 5px;
  color: #035F47;
}
@media screen and (max-width: 768px) {
  .about__item-offer {
    font-size: 30px;
    line-height: 35px;
  }
}
.about__item-desc {
  color: #272727;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about__item-desc {
    font-size: 14px;
    line-height: 18px;
  }
}




/*
.advantages {
  padding-bottom: 120px;
}
._home .advantages {
  padding-bottom: 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .advantages {
    padding-bottom: 30px;
  }
  ._home .advantages {
    padding-bottom: 30px;
  }
}
.advantages__wrapper {
  margin-top: 30px;
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .advantages__wrapper {
    flex-direction: column;
    margin-bottom: 30px;
    row-gap: 15px;
  }
}
.advantages__img {
  border-radius: 30px;
  overflow: hidden;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .advantages__img {
    width: 100%;
    height: 193px;
  }
}
.advantages__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.advantages__right {
  background: #035F47;
  color: white;
  border-radius: 30px;
  padding: 43px 30px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .advantages__right {
    width: 100%;
    padding: 30px;
  }
}
.advantages__right ul {
  padding-left: 25px;
  max-width: 601px;
}
.advantages__offer {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.78px;
}
@media screen and (max-width: 768px) {
  .advantages__offer {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 15px;
  }
}
.advantages__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 60px;
}
@media screen and (max-width: 992px) {
  .advantages__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .advantages__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
}
.advantages__item {
  grid-column: 4 span;
}
@media screen and (max-width: 992px) {
  .advantages__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .advantages__item {
    grid-column: 12 span;
  }
}
.advantages__item ul {
  color: #272727;
  padding-left: 25px;
}
.advantages__item-offer {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -0.78px;
  color: #035F47;
}
@media screen and (max-width: 768px) {
  .advantages__item-offer {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 15px;
  }
}
*/



.partner {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .partner {
    padding-bottom: 30px;
  }
}
.partner__wrapper {
  display: flex;
  -moz-column-gap: 58px;
  column-gap: 58px;
  margin-top: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .partner__wrapper {
    flex-direction: column;
  }
}
.partner__left {
  width: 66.6%;
}
@media screen and (max-width: 768px) {
  .partner__left {
    width: 100%;
  }
}
.partner__left-img {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 200px;
}
.partner__left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.partner__items {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 60px;
}
@media (max-width: 1400px) {
  .partner__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .partner__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 40px;
  }
}
.partner__item {
  grid-column: 3 span;
}
@media screen and (max-width: 1200px) {
  .partner__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .partner__item {
    grid-column: 12 span;
  }
}
.partner__item span {
  margin-bottom: 5px;
  padding: 18px 20px;
  display: inline-block;
  background: #035F47;
  color: white;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.partner__item p {
  color: #272727;
}
.partner__btn {
  display: inline-block;
  padding: 15px 83px;
  color: white;
  background: #035F47;
  border-radius: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
}
@media screen and (max-width: 768px) {
  .partner__btn {
    padding: 15px 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
.partner__right {
  border-radius: 30px;
  overflow: hidden;
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .partner__right {
    width: 100%;
    height: 192px;
  }
}
.partner__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.business {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .business {
    padding-bottom: 30px;
  }
}
.business__desc {
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
}
@media screen and (max-width: 768px) {
  .business__desc {
    font-size: 21px;
    line-height: 25px;
  }
}
.business__items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 76px;
}
@media screen and (max-width: 768px) {
  .business__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
}
.business__item {
  grid-column: 4 span;
  border-radius: 30px;
  background: #FFF;
  padding: 25px 22px 13px 30px;
  box-shadow: 0px 20px 30px 0px rgba(31, 64, 114, 0.1);
}
@media screen and (max-width: 992px) {
  .business__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .business__item {
    grid-column: 12 span;
  }
}
.business__item span {
  margin-bottom: 13px;
  font-weight: 700;
  background: #035F47;
  color: white;
  border-radius: 100%;
  padding: 18px 20px;
  display: inline-block;
}
.business__item:nth-child(6n+4) span, .business__item:nth-child(6n+5) span, .business__item:nth-child(6n+6) span {
  background: #FCEDC6;
  color: #035F47;
}

.authors {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .authors {
    padding-bottom: 30px;
  }
}
.authors__desc {
  max-width: 960px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .authors__desc {
    font-size: 21px;
    line-height: 25px;
  }
}
.authors__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: repeat(15, 1fr);
}
@media screen and (max-width: 1200px) {
  .authors__items {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 576px) {
  .authors__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
}
.authors__item {
  grid-column: 3 span;
}
@media screen and (max-width: 1200px) {
  .authors__item {
    grid-column: 3 span;
  }
}
@media screen and (max-width: 992px) {
  .authors__item {
    grid-column: 4 span;
  }
}
@media screen and (max-width: 768px) {
  .authors__item {
    grid-column: 6 span;
  }
}
@media (max-width: 576px) {
  .authors__item {
    grid-column: 12 span;
  }
}
.authors__img {
  border-radius: 30px;
  overflow: hidden;
  height: 420px;
  width: 100%;
  margin-bottom: 15px;
}
.authors__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.authors__item-offer {
  font-weight: 700;
  color: #035F47;
}

.main-items {
  overflow: hidden;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .main-items {
    padding-top: 50px;
  }
}

.main {
  background: #035F47;
  color: white;
  padding: 48px 0 82px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 30px 0 50px;
  }
}
.main .suboffer {
  color: #FFDADA !important;
  margin-top: 5px;
}
.main .offer {
  color: white;
}
.main__offer {
  font-family: "Stem-Medium";
  font-size: 50px;
  line-height: 80px;
  color: white;
  margin-bottom: 30px;
}
.main__suboffer {
  font-family: "Stem-Medium";
  font-size: 40px;
  line-height: 55px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.main__offer strong {
  font-size: 70px;
  font-family: "Stem-Bold";
}
.main__offer span {
  color: #FCEDC6;
}
.main__desc {
  padding-left: 30px;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -0.03em;
}
.main__desc li {
  margin-bottom: 10px;

}
.main__desc li:last-child {
  margin-bottom: 0;
}

.main__subdesc {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  /* identical to box height, or 135% */
  letter-spacing: -0.03em;
  margin-top: 30px;
}
.main__subdesc span {
  color: #FCEDC6 !important;
}
@media (max-width: 768px) {
  .main__suboffer {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .main-v2 .main__suboffer {
    font-size: 26px;
  }
  .main__offer {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .main__offer strong {
    font-size: 35px;
  }
  .main__desc {
    font-size: 18px;
    line-height: 27px;
  }
  .main__desc li {
    margin-bottom: 5px;
    padding-left: 0px !important;

  }
  .main__desc li:last-child {
    margin-bottom: 0;
  }
}
.main__wrapper {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 992px) {
  .main__wrapper {
    flex-direction: column;
  }
}
.main__left {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .main__left {
    width: 100%;
  }
  .main-v2 .main__left {
    order: 2;
  }
}
.main__left-item {
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .main__left-item {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
}
.main__left-item:last-child {
  margin-bottom: 0;
}
.main__price_wrapper {
  display: flex;
  margin-top: 65px;
}
.main__right {
  width: 40%;
}
@media screen and (max-width: 992px) {
  .main__right {
    width: 100%;
  }
  .main-v2 .main__right {
    order: 1;
  }
}
.main__right-wrapper {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  min-height: 518px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 9px 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main__right-price {
  font-family: "Stem-Medium";
  font-size: clamp(30px,2.0833vw,40px);
  line-height: clamp(41.25px,2.8646vw, 55px);
  padding: 1px clamp(10.5px,0.7292vw,14px);
  border-radius: 10px;
  border: 1px solid white;
  /* margin-top: 23px; */
  display: inline-block;
  margin-left: clamp(97.5px,6.7708vw,130px);
}
@media screen and (max-width: 768px) {
  .main__price_wrapper {
    margin-top: 20px;
    flex-direction: column;
  }
  .main__right-wrapper {
    flex-direction: column-reverse;
    row-gap: 15px;
    border-radius: 20px;
    min-height: 350px;
  }
  .main__right-price {
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    padding: 13px 24px;
    border-radius: 15px;
    margin-left: 0;
    margin-top: 20px;
  }
}
.main__right-wrapper * {
  position: relative;
  z-index: 1;
}
.main__right-wrapper ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .main__right-wrapper ul {
    margin-bottom: 0;
  }
}
.main__right-wrapper ul li {
  padding-left: 18px;
  position: relative;
  list-style: none;
}
.main__right-wrapper ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7.5px;
  background: #FFDADA;
}
.main__right-items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}
.main__right-item {
  grid-column: 6 span;
  border-radius: 20px;
  background: #FFF;
  color: #272727;
  padding: 27px 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main__right-item {
    grid-column: 12 span;
    border-radius: 10px;
  }
}
.main__right-item h3 {
  margin-bottom: 5px;
  color: #035F47;
  font-family: "Stem-Medium";
  font-size: 30px;
  line-height: 25px;
}
.main__right-btn {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  border-radius: 10px;
  background: #FFDADA;
  margin-top: 30px;
  padding: 10px 97px;
}
@media screen and (max-width: 768px) {
  .main__right-btn {
    padding: 10px;
    width: 100%;
    justify-content: center;
  }
}
.main__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 100px;
  column-gap: 100px;
  row-gap: 100px;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .main__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main__items {
    display: none;
  }
}
.main__items--mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .main__items--mob {
    display: block;
    margin-top: 0;
  }
}
.main__items--mob .swiper-slide {
  height: auto;
}
.main__items--mob .swiper-slide .main__item {
  height: 100%;
}
.main__items--mob .swiper-slide:nth-child(2n) .main__item {
  background: #FFDADA;
}
.main__item {
  grid-column: 3 span;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 20px 30px 0px rgba(31, 64, 114, 0.1);
  color: #035F47;
  padding: 30px 61px 30px 30px;
}
@media screen and (max-width: 992px) {
  .main__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .main__item {
    grid-column: 12 span;
    padding: 20px;
  }
}
.main__item p {
  font-weight: 700;
  margin-top: 15px;
}
.main__item:nth-child(2n) {
  background: #FFDADA;
}

.popup {
  display: none;
}
@media screen and (max-width: 768px) {
  .popup {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .popup__wrapper {
    overflow-x: scroll;
  }
}
.popup__table {
  margin-top: 30px;
  min-width: 500px;
  overflow-x: scroll;
}
.popup__table-row {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.popup__table-title {
  width: 60%;
  padding: 10px 0 13px;
  position: relative;
}
.popup__table-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #CDE1FF;
  width: 100%;
  max-width: 267px;
}
.popup__table-title--bold {
  font-weight: 700;
}
.popup__table-duration {
  width: 25%;
  padding: 10px 0 13px;
  min-width: 100px;
}
.popup__table-duration--bold {
  font-weight: 700;
}
.popup__table-date {
  width: 15%;
  padding: 10px 0 13px;
  min-width: 100px;
}
.popup__table-date--bold {
  font-weight: 700;
}

.learn {
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}
.learn__offer {
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -3%;
  margin-bottom: 20px;
  color: #035F47;
}
.learn__more {
  display: flex;
  align-items: center;
  column-gap: 20px;
  cursor: pointer;
  margin-bottom: 15px;
}
.learn__more svg {
  display: flex;
  align-items: center;
}
.learn__items-more {
  display: flex;
  align-items: center;
  column-gap: 20px;
  cursor: pointer;
  margin-bottom: 15px;
  grid-column: 12 span;
}
.learn__items-more svg {
  display: flex;
  align-items: center;
}
.learn__slider {
  position: relative;
  margin-top: 60px;
}
.learn__slide {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #035F47;
  height: 100%;
}
.learn__slider .swiper-slide {
  height: auto;
}
.learn__slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-left.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  left: -80px;
  top: 252px;
  margin-top: 0;
}
@media (max-width: 1795px) {
  .learn__slider .swiper-button-prev {
    left: -15px;
  }
}
.learn__slider .swiper-button-prev::after {
  font-size: 0;
  display: none;
}
.learn__slider .swiper-button-next {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-right.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  right: -80px;
  top: 252px;
  margin-top: 0;
}
@media (max-width: 1795px) {
  .learn__slider .swiper-button-next {
    right: -15px;
  }
}
.learn__slider .swiper-button-next::after {
  font-size: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .learn {
    padding: 50px 0;
  }
  .learn__slider {
    margin-top: 0;
  }
  .learn__slide {
    height: auto;
  }
}
.learn__body {
  display: flex;
  align-items: stretch;
  column-gap: 30px;
  row-gap: 30px;
  padding-right: 19px;
  height: 100%;
}
.learn__also {
  margin-top: 60px;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  .learn__body {
    flex-direction: column;
    padding-right: 0;
    align-items: flex-start;
    row-gap: 10px;
  }
  .learn__also {
    margin-top: 30px;
  }
}
.learn__img {
  width: 45%;
  border-radius: 30px;
  overflow: hidden;
  /* height: 547px; */
}
.learn__img--single {
  width: 65%;
}
@media screen and (max-width: 992px) {
  .learn__img {
    width: 100%;
    height: 400px;
  }
}
.learn__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.learn__right {
  width: 55%;
  margin: 20px 0;
  align-self: center;
}
@media screen and (max-width: 992px) {
  .learn__right {
    width: 100%;
    margin: 0px;
    padding: 20px;
  }
}
.learn__items {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 576px) {
  .learn__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
}
.learn__items p {
  grid-column: 6 span;
}
@media (max-width: 576px) {
  .learn__items p {
    grid-column: 12 span;
  }
}
.learn__items .cont {
  grid-column: 6 span;
}
@media (max-width: 576px) {
  .learn__items .cont {
    grid-column: 12 span;
  }
}
.learn__btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 15px;
}
.learn__btn {
  display: inline-block;
  border-radius: 10px;
  background: #FFDADA;
  padding: 13px 77px 18px;
  color: #272727;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.learn__btn span {
  color: #272727;
  font-family: 'Stem-Medium';
  font-size: 30px;
  line-height: 30px; /* 183.333% */
}
.learn__cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 30px;
}
.learn__card {
  grid-column: 4 span;
  overflow: hidden;
  border-radius: 30px;
  height: 300px;
}
.learn__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.learn__prices {
  margin-bottom: 40px;
  font-weight: bold;
  color: #D8544E;
}
@media (max-width: 992px) {
  .learn__card {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .learn__btn {
    padding: 13px 0px 18px;
    width: 100%;
    text-align: center;
  }
  .learn__btn:last-child {
    padding: 13px 0px 18px;
  }
  .learn__cards {
    column-gap: 0;
    row-gap: 15px;
    margin-top: 20px;
  }
  .learn__card {
    grid-column: 12 span;
    height: 200px;
    border-radius: 15px;
  }
  .learn__prices {
    margin-bottom: 20px;
  }
}

.who {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .who {
    padding-bottom: 30px;
  }
}
.who__body {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 992px) {
  .who__body {
    flex-direction: column-reverse;
  }
}
.who__left {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .who__left {
    width: 100%;
  }
}
.who__items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 30px;
}
@media screen and (max-width: 1200px) {
  .who__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
  }
}
@media (max-width: 576px) {
  .who__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
}
.who__items--mod {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 54px;
}
@media (max-width: 576px) {
  .who__items--mod {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
}
.who__items--mod .who__item {
  grid-column: 5 span;
}
@media screen and (max-width: 768px) {
  .who__items--mod .who__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .who__items--mod .who__item {
    grid-column: 12 span;
  }
}
.who__item {
  grid-column: 4 span;
}
@media screen and (max-width: 1200px) {
  .who__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .who__item {
    border-bottom: 1px solid #CDE1FF;
    padding-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .who__item {
    grid-column: 12 span;
  }
}
.who__item-count {
  margin-bottom: 15px;
  padding: 18px 20px;
  border-radius: 100%;
  color: white;
  font-weight: 700;
  background: #FFDADA;
  display: inline-block;
}
.who__item-desc span {
  font-weight: 700;
}
.who__img {
  width: 40%;
  height: 443px;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .who__img {
    width: 100%;
    height: 300px;
  }
}
.who__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.combine {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .combine {
    padding-bottom: 30px;
  }
}
.combine__desc {
  color: #035F47;
  font-family: Nunito;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
  margin-top: 15px;
}
.combine__items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.combine__item {
  grid-column: 4 span;
  border-radius: 30px;
  background: #FCEDC6;
  padding: 60px 30px;
}
@media (max-width: 992px) {
  .combine__items {
    margin-top: 30px;
  }
  .combine__item {
    grid-column: 6 span;
  }
}
.combine__item:nth-child(2n) {
  background: #C6E5FC;
}
.combine__item:nth-child(3n) {
  background: #E7FCC6;
}
.combine__item-offer {
  color: #272727;
  margin-bottom: 30px;
  font-family: Nunito;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
}
@media screen and (max-width: 768px) {
  .combine__item {
    padding: 20px;
    grid-column: 12 span;
  }
  /* .combine__desc, .combine__desc {
    font-size: 18px;
    line-height: 27px;
  } */
}

.program {
}
.prog {
  display: none;
}
.prog.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .program {
    padding-bottom: 30px;
  }
}
.program__items {
  margin-top: 30px;
}
.program__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #CDE1FF;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
@media screen and (max-width: 768px) {
  .program__item-top {
    padding: 6px 0 10px;
  }
}
.program__item-offer {
  color: #035F47;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
}
@media screen and (max-width: 768px) {
  .program__item-offer {
    font-size: 14px;
    line-height: 18px;
  }
}
.program__item-more {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  cursor: pointer;
}
.program__item-more.active svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .program__item-more span {
    display: none;
  }
}
.program__item-more--mod {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  cursor: pointer;
}
.program__item-slider {
  display: none;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.program__item-slider .swiper-slide {
  height: auto;
}
.program__item-slider .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-left.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  left: -80px;
}
@media (max-width: 1795px) {
  .program__item-slider .swiper-button-prev {
    left: -15px;
  }
}
.program__item-slider .swiper-button-prev::after {
  font-size: 0;
  display: none;
}
.program__item-slider .swiper-button-next {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-right.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  right: -80px;
}
@media (max-width: 1795px) {
  .program__item-slider .swiper-button-next {
    right: -15px;
  }
}
.program__item-slider .swiper-button-next::after {
  font-size: 0;
  display: none;
}
.program__item-slider-wrapper {
  overflow: hidden;
}
.program__slider-item {
  padding: 20px 30px;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #E5F0FF;
  display: flex;
  min-height: 172px;
  background: #E5F0FF;
}
.program__slider-item li {
  font-weight: 700;
}
.program__elems {
  margin-top: 30px;
}
.program__elem {
  padding: 30px 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
  border-bottom: 1px solid #CDE1FF;
  color: #035F47;
}
@media screen and (max-width: 768px) {
  .program__elem {
    font-size: 20px;
    line-height: 29px;
  }
}
.program__elems-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  margin-right: 125px;
  margin-block: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .program__elems-more {
    margin-right: 0;
  }
}
.program__elems-more.active svg {
  transform: rotate(180deg);
}
.program__elems--hidden {
  display: none;
}

.doc {
/* padding-top: 50px; */
}
._home .doc {
}
@media screen and (max-width: 768px) {
  .doc {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  ._home .doc {
    padding-bottom: 30px;
  }
}
.doc__body {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
@media screen and (max-width: 992px) {
  .doc__body {
    flex-direction: column;
  }
}
.doc__left {
  border-radius: 30px;
  border: 1px solid #035F47;
  padding: 50px 200px 50px 50px;
  min-height: 558px;
}
@media screen and (max-width: 992px) {
  .doc__left {
    min-height: 400px;
    padding: 30px;
  }
}
.doc__left ul {
  margin-top: 30px;
}
.doc__left ul li {
  list-style: none;
  padding-left: 18px;
  position: relative;
}
.doc__left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #035F47;
}
.doc__right {
  text-align: center;
}
.doc__right-img {
  display: block;
  height: 459px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .doc__right-img {
    height: 350px;
  }
}
.doc__right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.doc__right-text {
  text-align: center;
  color: #ACACAC;
}
.doc__alert {
  margin-top: 60px;
  border-radius: 25px;
  background: #FFDADA;
  padding: 33px 40px;
  display: inline-block;
  color: #035F47;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
}
.doc__btn {
  padding: 16px 80px;
  display: inline-block;
  background: #FCEDC6;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .doc__alert {
    font-size: 20px;
    line-height: 30px;
    padding: 25px;
  }
}

.doc__items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.doc__item {
  grid-column: 4 span;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 20px 30px rgba(31, 64, 114, 0.1);
}
.doc__item-text {
  margin-top: 15px;
  color: #035F47;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .doc__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .doc__items {
    column-gap: 0;
    margin-top: 30px;
    row-gap: 20px;
  }
  .doc__item {
    grid-column: 12 span;
    padding: 20px;
    border-radius: 20px;
  }
  .doc__item-text {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
}

.doc__popup {
  border-radius: 30px !important;
  padding: 3% 3% 2.5% 3% !important;
  max-width: 900px !important;
}
.doc__popup ul {
  padding-left: 20px;
  margin-bottom: 5px;
}
#course_desc__desc > ul:last-child li {
  font-weight: 700;
}
.color-green{
  color: #21A038;
}
.hours-else-js{
  position: relative;
  cursor: pointer;
}
@media(max-width: 768px) {
  .font-18px.hours-else-js{
    font-size: 13px !important;
  }
}
.hours-else-js:after{
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 0;
  background: #21A038;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.hours-else-js:hover:after{
  opacity: 1;
}
.doc__popup-offer {
  margin-bottom: 3%;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -3%;
  color: #035F47;
  max-width: 700px;
}
.doc__popup-desc {
  color: #035F47;
  padding-left: 20px;
}

.doc__popup h3 {
  color: #035F47;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px /* 134.615% */;
  letter-spacing: -0.78px;
  margin-top: 5px;
}
.doc__popup strong {
   color: #035F47;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
  display: block;
   line-height: 50px /* 150% */;
}
.doc__popup b {
font-weight: 600;
}
.doc__popup span {
  color: #035F47;
}

#course_desc__desc {
  margin-bottom: 3%
}
@media screen and (max-width: 992px) {
  .doc__popup-offer  {
    margin-block: 10px;
    max-width: 400px;
  }
  .doc__popup {
    padding: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .doc__popup-offer{
    font-size: 20px;
    line-height: 29px;
  }
  .doc__popup-desc {
    font-size: 14px;
    line-height: 18px;
  }
}

._cosmetic .footer input[type=submit] {
  background: #FFDADA;
}

._cosmetolog .main .suboffer {
  color: #FCEDC6 !important;
}
._cosmetolog .main__right-wrapper ul li::before {
  background: #FCEDC6;
}
._cosmetolog .main__right-btn {
  background: #FCEDC6;
  margin-bottom: 0;
  margin-top: 30px;
}
._cosmetolog .main__item:nth-child(2n) {
  background: #FCEDC6;
}
._cosmetolog .learn__btn {
  background: #FCEDC6;
}
._cosmetolog .who__item-count {
  background: #C6E5FC;
  color: white;
}
._cosmetolog .doc__alert {
  background: #FCEDC6;
}
._cosmetolog .footer input[type=submit] {
  background: #FCEDC6;
}

.lazer__offer {
  font-family: "Stem-Medium";
  font-size: 60px;
  line-height: 90px; /* 110% */
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .lazer__offer {
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
  }
}
.lazer__offer span {
  font-size: 60px;
  line-height: 75px;
}
@media screen and (max-width: 992px) {
  .lazer__offer span {
    font-size: 33px;
    line-height: 33px;
  }
}

._lazer .main .suboffer {
  color: #E7FCC6 !important;
}
._lazer .main__right-wrapper ul li::before {
  background: #E7FCC6;
}
._lazer .main__right-btn {
  background: #E7FCC6;
}
._lazer .main__item:nth-child(2n) {
  background: #E7FCC6;
}
._lazer .who {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  ._lazer .who {
    padding-top: 50px;
  }
}
._lazer .who__item-count {
  background: #E7FCC6;
  color: white;
}
._lazer .what__item {
  background: #E7FCC6;
}
._lazer .doc__alert {
  background: #E7FCC6;
}
._lazer .footer input[type=submit] {
  background: #E7FCC6;
}

.correction__offer {
  font-family: "Stem-Medium";
  font-size: 65px;
  line-height: 90px; /* 138.462% */
}
@media screen and (max-width: 992px) {
  .correction__offer {
    font-size: 30px;
    line-height: 30px;
  }
}
.correction__offer span {
  font-size: 60px;
}
@media screen and (max-width: 992px) {
  .correction__offer span {
    font-size: 33px;
  }
}

.what {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .what {
    padding-bottom: 30px;
  }
}
.what__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .what__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 30px;
  }
}
.what__item {
  grid-column: 6 span;
  background: #FCEDC6;
  padding: 30px 30px 63px 30px;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .what__item {
    grid-column: 12 span;
  }
}
@media screen and (max-width: 768px) {
  .what__item {
    padding: 20px;
  }
}
.what__item:nth-child(2n) {
  background: #C6E5FC;
}
.what__item ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.what__count {
  background: white;
  color: #035F47;
  font-weight: 700;
  padding: 18px 20px;
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.what__item-offer {
  color: #272727;
  margin-bottom: 20px;
}
._correction .main .suboffer {
  color: #FCEDC6 !important;
}
._correction .main__right-wrapper ul li::before {
  background: #FCEDC6;
}
._correction .main__right-btn {
  background: #FCEDC6;
}
._correction .main__item:nth-child(2n) {
  background: #FCEDC6;
}
._correction .learn__btn {
  background: #FCEDC6;
}
._correction .who__item-count {
  background: #FCEDC6;
  color: #272727;
}
._correction .doc__alert {
  background: #FCEDC6;
}
._correction .footer input[type=submit] {
  background: #FCEDC6;
}

._massage .main .suboffer {
  color: #C6E5FC !important;
}
._massage .main__right-wrapper ul li::before {
  background: #C6E5FC;
}
._massage .main__right-btn {
  background: #C6E5FC;
}
._massage .main__item:nth-child(2n) {
  background: #C6E5FC;
}
._massage .who {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  ._massage .who {
    padding-top: 50px;
  }
}
._massage .who__item-count {
  background: #C6E5FC;
  color: #272727;
}
._massage .combine__item {
  background: #C6E5FC;
}
._massage .doc__alert {
  background: #C6E5FC;
}
._massage .footer input[type=submit] {
  background: #C6E5FC;
}

/* Don't delete */

.wpcf7-spinner {
  display: none;
}

.request form {
  max-width: 450px;
}

.wpcf7-response-output {
  padding: 0 !important;
  border: none !important;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 !important;
  margin-top: 10px !important;
}

.footer form {
  max-width: 600px;
}

.footer .wpcf7-response-output{
  color: rgba(255,255,255,0.5);
}

.page {
  padding: 50px 0;
}

.page ol, .page li {
  padding-left: 20px;
}

.license, .info {
  display: none;
}

.license__item {
  margin-bottom: 10px;
}

.license__item:last-child {
  margin-bottom: 0;
}

.main__lesson {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  row-gap: 15px;
  border-radius: 25px;
  border: 1px solid #FFF;
  padding: 30px 30px 26px 30px;
  margin-top: 30px;
  max-width: max-content;
}
.main__lesson-desc {
  color: #FFF;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.main__lesson-btn {
  border-radius: 10px;
  background: #FCEDC6;
  color: #272727;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  padding: 15px 93px;
  white-space: nowrap;
  margin-top: 15px;
  max-width: max-content;
}
@media (max-width: 768px) {
  .main__lesson {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }
  .main__lesson-btn {
    padding: 13px 18px;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}

.trainers {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .trainers {
    padding-bottom: 30px;
    padding-top: 50px;
  }
}
.trainers__body {
}
.trainers__wrapper {
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
}
.trainers__wrapper:nth-child(2n) {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.trainers__wrapper--normal {
  flex-direction: row !important;
}
.trainers__left {
  width: 40%;
  overflow: hidden;
  border-radius: 30px;
  min-height: 470px;
  height: auto;
  max-height: 625px;
}
.trainers__left img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.trainers__right {
  width: 60%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  row-gap: 30px;
}
.trainers__right-top {
}
.trainers__suboffer {
  color: #035F47;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin-bottom: 30px;
  margin-top: 5px;
}
.trainers__content {
  transition: 0.3s ease;
}
.trainers__content.shorted {
  max-height: 380px;
  overflow: hidden;
}
.trainers__elems {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
.trainers__content ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.trainers__content ul:last-child {
  margin-bottom: 0;
}
.trainers__content--hidden {
  height: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.trainers__content span {
  color: #035F47;
}
.trainers__content ul {
  margin-bottom: 30px;
}
.trainers__more {
  display: none;
  align-items: center;
  column-gap: 20px;
  margin-top: 30px;
  cursor: pointer;
}
.trainers__more--visible {
  display: flex;
}
.trainers__more svg {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
}
.trainers__btn {
  padding: 13px 40px 18px;
  display: inline-block;
  border-radius: 10px;
  background: #FCEDC6;
  color: #272727;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  max-width: fit-content;
  white-space: nowrap;
  margin-top: 20px;
}
.trainers__items {
  margin-top: 30px;
  position: relative;
}
.trainers__item {

}
.trainers__item-img {
  overflow: hidden;
  border-radius: 30px;
  height: 326px;
  margin-bottom: 15px;
}
.trainers__item-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.trainers__item-offer {
  color:#035F47;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; /* 150% */
}
.trainers__item-desc {
  color: #272727;
  font-size: 15px;
  line-height: 24px;
}
.trainers__items .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-left.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  left: -30px;
}
@media screen and (max-width: 768px) {
  .trainers__items .swiper-button-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .trainers__elems {
    row-gap: 30px;
  }
}
.trainers__items .swiper-button-prev::after {
  font-size: 0;
  display: none;
}
.trainers__items .swiper-button-next {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-right.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  right: -30px;
}
@media screen and (max-width: 768px) {
  .trainers__items .swiper-button-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .trainers__item-img {
    height: 300px;
    width: 50%;
    margin-inline: auto;

  }
}
.trainers__items .swiper-button-next::after {
  font-size: 0;
  display: none;
}
@media (max-width: 992px) {
  .trainers__wrapper {
    flex-direction: column;
  }
  .trainers__wrapper:nth-child(2n) {
    flex-direction: column;
  }
  .trainers__wrapper--normal {
    flex-direction: column !important;
  }
  .trainers__left, .trainers__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .trainers__left {
    min-height: 80vw;
    height: 80vw;
  }
  .trainers__btn {
    padding: 13px 0 18px;
    width: 100%;
    display: block;
    max-width: 100%;
    margin-top: 20px;
  }
}

.interesting__items .swiper-slide {
  height: auto;
}
.interesting__items .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-left.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  left: -30px;
}
@media screen and (max-width: 768px) {
  .interesting__items .swiper-button-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.interesting__items .swiper-button-prev::after {
  font-size: 0;
  display: none;
}
.interesting__items .swiper-button-next {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-right.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  right: -30px;
}
@media screen and (max-width: 768px) {
  .interesting__items .swiper-button-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.interesting__items .swiper-button-next::after {
  font-size: 0;
  display: none;
}

.interesting {
  padding-bottom: 200px;
  overflow: hidden;
}

._home .interesting {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .interesting {
    padding-bottom: 30px;
  }
}
.interesting__body {
}
.interesting__items {
  position: relative;
}
.interesting__item {
  padding-bottom: 30px;
  border-bottom: 1px solid #035F47;
  height: 100%;
}
.interesting__img {
  height: 300px; /* Фиксированная высота для всех изображений */
  margin-bottom: 30px;
  border-radius: 30px;
  display: block;
  overflow: hidden;
}

.interesting__img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Обрезка изображения по центру для заполнения родительского блока */
  object-position: top; /* Обрезка изображения сверху */
}



.interesting__date {
  margin-bottom: 15px;
  opacity: 0.5;
  color: #035F47;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.interesting__offer a{
  margin-bottom: 15px;
  display: block;
  color: #035F47;
  font-family: Nunito;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px; /* 140% */
  letter-spacing: -0.75px;
}
.interesting__desc {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.interesting__desc ol, .interesting__desc ul {
  padding-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.interesting__btn {
  column-gap: 10px;
  position: relative;
  padding-right: 22px;
  color: #035F47;
  display: inline-block;
}
.interesting__btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-image: url('../img/arrow-right-more.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.interesting .interesting__item .interesting__desc img {
  display: none;
}

/* .page__desc {} */
.page__desc ul, .page__desc ul{
  padding-left: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.page {
  padding: 50px 0 100px;
}
@media (max-width: 768px) {
  .page {
    padding-bottom: 30px;
  }
}
.page__img {
  margin-bottom: 30px;
  max-width: 60%;
}
.page__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rating {
  padding-top: 80px;
  padding-bottom: 130px;
}
.rating-v2 {
  padding-bottom: 0;
}
.rating__body {
}
.rating__items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 40px;
  row-gap: 40px;
}
.rating__item {
  grid-column: 3 span;
}
@media (max-width: 992px) {
  .rating__item {
    grid-column: 6 span;
  }
}
@media (max-width: 768px) {
  .rating {
    padding-bottom: 30px;
  }
  .rating__item {
    grid-column: 12 span;
  }
}
.rating__top {
  padding-right: 92px;
  border-top: 1px solid #132847;
  padding-top: 20px;
  padding-right: 92px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
  opacity: 1 !important;

}
.rating__top svg {
  transition: 0.2s ease-in-out;
}
.rating__top:hover svg {

  transform: scale(1.25) translateY(-20%);
}

.rating__num {
  font-family: Nunito;
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
}
.rating__title {
  color: #606060;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .rating {
    padding-top: 50px;
  }
  .rating__top {
    padding-top: 10px;
  }
  .rating__items {
    column-gap: 0;
    row-gap: 20px;
  }
  .rating__num {
    font-size: 30px;
  }
  .rating__title {
    font-size: 16px;
  }
}

.variations {
  padding-top: 120px;
}
@media(max-width: 768px) {
  .variations {
    padding-top: 30px;
  }
}

.variations__items {
  display: flex;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 30px;
}

.variations__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  padding: 40px;
  background: #FCC6C6;
  border-radius: 30px;
  width: 50%;
}

@media (max-width: 1200px) {
  .variations__items {
    flex-direction: column;
  }
  .variations__item {
    width: 100%;
  }
}


.variations__item:nth-child(2n) {
  background: #C6E5FC;
}

.variations__text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.variations__num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #035F47;
  text-align: center;
}

.variations__offer {
  color: #272727;
}

.variations__suboffer {
  color:#272727;
  font-family: Nunito;
  font-size: 50px;
  font-weight: 500;
  line-height: 55px; /* 134.615% */
  margin-bottom: 30px;
}

.variations__desc {}

.variations__btns {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
}

.variations__btn {
  display: inline-block;
  border-radius: 10px;
  background:#FFF;
  padding: 13px 65px 18px 65px;
  text-align: center;
}

@media (max-width: 768px) {
  .variations {
    padding-bottom: 30px;
  }
  .variations__items {
    column-gap: 0;
  }
  .variations__item {
    padding: 20px;
    border-radius: 15px;
    row-gap: 15px;
  }
  .variations__btns {
    flex-direction: column;
  }
  .variations__btn {
    padding: 13px 5px 18px;
    width: 100%;
  }
  .variations__text {
    row-gap: 15px;
  }
}

.logos {
  padding-bottom: 120px;
}

.logos__items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}

.logos__item {
  grid-column: 1 span;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 20px 30px 0px rgba(31, 64, 114, 0.10);
  text-align: center;
  padding: 45px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logos__item img {
  max-width: 100%;
  max-height: 100px;
}

@media (max-width: 992px) {
  .logos__items {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .logos {
    padding-bottom: 30px;
  }
  .logos__items {
    row-gap: 20px;
    column-gap: 20px;
  }
  .logos__item {
    grid-column: 6 span;
    border-radius: 15px;
  }
}

.gov {
  padding-bottom: 0;
}
._home  .gov {
  padding-bottom: 40px;
}
.gov__items {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #035F47;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  column-gap: 50px;
  row-gap: 20px;
  margin-top: 67px;
}
.gov__item {
  grid-column: 3 span;
  border-right: 1px solid #035F47;
  padding-right: 16px;
}
@media (max-width: 1200px) {
  .gov__item {
    grid-column: 5 span;
  }
}
.gov__item:last-child {
  border-right: 0;
  padding-right: 0;
}
.gov__item-desc {
  margin-top: 5px;
  font-weight: 500;
  color: #035F47;
}
.gov__desc {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #035F47;
  font-family: Nunito;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
}
.gov__elems {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}
.gov__elem {
  grid-column: 4 span;
  padding: 30px 24px 57px 30px;
  border-radius: 20px;
  background: #E7FCC6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.gov__elem:nth-child(2n) {
  background: #FCEDC6;
}
.gov__elem:nth-child(3n) {
  background: #C6E5FC;
}
.gov__elem-num {
  margin-bottom: 15px;
  color: #035F47;
  background: white;
  border-radius: 100%;
  text-align: center;
  font-family: Nunito;
  font-size: 16px;
  padding: 18px 20px;
  font-weight: 700;
  line-height: 24px; /* 150% */
  width: 60px;
  height: 60px;
}
.gov__elem-desc {
}

@media (max-width: 992px) {
  .gov__items {
    grid-template-columns: repeat(12, 1fr);
    margin-top: 30px;
  }
  .gov__item {
    grid-column: 4 span;
  }
  .gov__elem {
    grid-column: 6 span;
  }
}

@media (max-width: 768px) {
  .gov__items {
    column-gap: 30px;
    row-gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .gov__desc {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .gov {
    padding-bottom: 30px;
  }
  ._home  .gov {
    padding-bottom: 30px;
  }
}

@media (max-width: 541px) {
  .gov__items {
    column-gap: 0;
  }
  .gov__item {
    grid-column: 12 span;
    border-right: 0;
  }
  .gov__elems {
    row-gap: 20px;
    column-gap: 0;
  }
  .gov__elem {
    grid-column: 12 span;
    padding: 20px;
    border-radius: 15px;
  }
}

.modal {
  display: none;
}

#reviews-modal {
  max-width: 600px;
}

.reviews {
  overflow: hidden;
  padding-bottom: 100px;
}
.reviews-v2 {
  padding-top: 120px;
}
.reviews__body {
  position: relative;
}
.reviews__body--centered {
  margin-bottom: 200px;
}
.reviews__items {
  margin-top: 30px;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
}
.reviews__items--centered {
  padding-bottom: 0;
}
.reviews-v2 .reviews__list {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px;
}
.reviews-v2 .reviews__column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.reviews-v2 .reviews__column_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 700px;
  flex: 0 0 700px;
  max-width: 700px;
  min-height: 900px;
}
.reviews-v2 .reviews__column_right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.reviews-v2 .reviews__column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.reviews-v2 .reviews__column_flex .reviews__item {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.reviews-v2 .reviews__item-img img {
  -o-object-position: left top;
  object-position: left top;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .reviews-v2 .reviews__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .reviews-v2 {
    padding-top: 50px;
  }
  .reviews-v2 .reviews__column_left {
    min-height: 1000px;
  }
  .reviews__items {
    padding-bottom: 100px;
  }
  .reviews-v2 .reviews__column_flex .reviews__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .reviews__items--centered {
    padding-bottom: 0;
  }
  .reviews__body--centered {
    margin-bottom: 100px;
  }
}
.reviews__items .swiper-slide {
  height: auto;
}
.reviews__items .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-left.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  left: 0px;
  top: 62%;
}
@media screen and (max-width: 768px) {
  .reviews__items .swiper-button-prev {
    top: 40%;
  }
}
.reviews__items .swiper-button-prev::after {
  font-size: 0;
  display: none;
}
.reviews__items .swiper-button-next {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-right.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  right: 0px;
  top: 62%;
}
@media screen and (max-width: 768px) {
  .reviews__items .swiper-button-next {
    top: 40%;
  }
}
.reviews__items .swiper-button-next::after {
  font-size: 0;
  display: none;
}
.reviews__item {
  text-align: center;
  display: block;
}
.reviews__item-img {
  height: 300px;
  margin-bottom: 45px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0px 20px 30px 0px rgba(31, 64, 114, 0.1);
}
.reviews-v2 .reviews__item-img {
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: 5px 6px 20px -6px rgba(31, 64, 114, 0.1);
  box-shadow: 5px 6px 20px -6px rgba(31, 64, 114, 0.1);
}
.reviews__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reviews__item-text {
  color: #035F47;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
}

.qual {
  padding-bottom: 120px;
}
._home .qual {
  padding-bottom: 120px;
}
.qual__body {
}
.qual__elems {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.qual__elem {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 5px 15px 0px rgba(31, 64, 114, 0.05);
  padding: 12px 20px;
  font-weight: 500;
}
.qual .gov__elems {
  margin-top: 30px;
}
.qual .gov__elem {
  position: relative;
  padding-bottom: 30px;
}
.qual .gov__elem * {
  position: relative;
  z-index: 2;
}
.qual .gov__elem::after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.qual .gov__elem-desc {
  color: white;
}

.program-pad {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .program-pad {
    margin-top: 30px;
  }
  .qual {
    padding-bottom: 30px;
  }
  ._home .qual {
    padding-bottom: 30px;
  }
  .qual__elems {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .qual__elem {
    border-radius: 5px;
    background: #FFF;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
  }
}

.cost {
  padding-bottom: 100px;
}
.cost__offer {
  margin-bottom: 30px;
  color: #035F47;
  font-family: 'Stem-Medium';
  font-size: 50px;
  line-height: 55px; /* 110% */
}
.cost__desc {
  font-family: 'Nunito';
  margin-bottom: 60px;
  color: #035F47;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px; /* 134.615% */
  letter-spacing: -0.78px;
}
.cost__wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 30px;
}
.cost__items {
  width: 35%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.cost__item {
  padding: 18px 30px;
  border-radius: 15px;
  border: 1px solid #035F47;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  column-gap: 15px;
  text-decoration: none;
}
.cost__item.active {
  display: flex !important;
  background: #FCEDC6;
  border-color: #FCEDC6;
}
.cost__item:hover {
  border-color: #FCEDC6;
}
.cost__item-offer {
  color: #272727;
  font-family: 'Nunito';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.cost__prices {
  width: 33%;
}
.cost__price {
  display: none;
  border-radius: 30px;
  border: 1px solid #035F47;
  padding: 28px 31px 75px;
}
.cost__price-offer {
  margin-bottom: 20px;
  color: #404040;
  font-family: 'Nunito';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.cost__price-el {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(31, 64, 114, 0.5);
  column-gap: 35px;
}
.cost__price-el--mod {
  border-bottom: 0;
}
.cost__price-el-offer {
  color: #606060;
  font-family: 'Nunito';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.cost__price-el-num {
  color: #404040;
  font-family: 'Nunito';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  white-space: nowrap;
  text-align: right;
}
.cost__imgs {
  width: 32%;
}
.cost__img {
  display: none;
  height: 100%;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  /* max-height: 521px; */
}
.cost__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cost .active {
  display: block;
}
@media (max-width: 992px) {
  .cost__wrapper {
    flex-direction: column;
  }
  .cost__items, .cost__prices, .cost__imgs {
    width: 100%;
  }
  .cost__img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cost__offer {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .cost__desc {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 30px;
  }
  .cost__item {
    padding: 17px;
    border-radius: 12px;
  }
  .cost__price {
    border-radius: 12px;
    padding: 17px 17px 35px;
  }
  .cost__img {
    border-radius: 12px;
    height: 400px;
  }
}

.modules {
  padding-bottom: 60px;
}
.modules__body {
  position: relative;
}
.modules__items {
  margin-top: 30px;
  padding: 50px 40px 70px;
  border-radius: 30px;
  background: #035F47;
  align-items: flex-end;
  column-gap: 30px;
  row-gap: 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
}
._eyelashes .modules__items {
  grid-template-columns: repeat(15, 1fr);
}
.modules__items--five {
  grid-template-columns: repeat(15, 1fr);
}
.modules__slider {}
.modules__slide {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.modules .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-left.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .modules .swiper-button-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.modules .swiper-button-prev::after {
  font-size: 0;
  display: none;
}
.modules .swiper-button-next {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-right.svg");
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .modules .swiper-button-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.modules .swiper-button-next::after {
  font-size: 0;
  display: none;
}
.modules__item {
  border-radius: 30px;
  border: 1px solid #FFF;
  padding: 20px;
  color: white;
  min-height: 180px;
  transition: 0.3s ease;
  grid-column: 3 span;
}
.modules__item svg path {
  fill: white;
  transition: 0.3s ease;
}
.modules__item.active {
  background: white;
  /* padding: 30px 30px 55px; */
  color: #035F47;
}
.modules__item.active svg path {
  fill: #035F47;
}
.modules__item-desc {
  margin-top: 15px;
  transition: 0.3s ease;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  row-gap: 0;
}

@media (max-width: 992px) {
  .modules__items--five {
    grid-template-columns: repeat(12, 1fr);
  }
  .modules__item {
    grid-column: 6 span;
  }
}

@media (max-width: 768px) {
  .modules {
    padding-bottom: 30px;
  }
  .modules__items {
    column-gap: 0;
    row-gap: 15px;
    padding: 30px 20px 50px;
    border-radius: 15px;
  }
  .modules__item {
    grid-column: 12 span;
    padding: 20px 20px 10px;
    min-height: 0;
  }
  .modules__item.active {
    padding: 20px 20px 45px;
  }
}

.grid12 {
  grid-column: 12 span !important;
}

.wpcf7 input[type="file"] {
  padding: 20px 0;
}

.d-none {
  display: none !important;
}

.includes {
  display: none ;
  margin-top: 150px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .includes {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.includes__body {
}
.includes__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 40px;
}
.includes__item {
  grid-column: 3 span;
  border-radius: 30px;
  padding: 30px 17px 32px 30px;
  background: rgba(252, 198, 198, 0.6);
}
@media (max-width: 1280px) {
  .includes__item {
    grid-column: 4 span;
  }
}
@media (max-width: 992px) {
  .includes__item {
    grid-column: 6 span;
  }
}
@media (max-width: 768px) {
  .includes__items {
    column-gap: 0;
    row-gap: 20px;
  }
  .includes__item {
    grid-column: 12 span;
    padding: 20px 17px 22px 20px;
    border-radius: 20px;
  }
}
.includes__item:nth-child(2n) {
  background: rgba(198, 252, 249, 0.6);
}
.includes__item:nth-child(3n) {
  background: rgba(252, 237, 198, 0.6);
}
.includes__item:nth-child(4n) {
  background: rgba(231, 252, 198, 0.6);
}
.includes__text {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .includes__text {
    font-size: 14px;
    line-height: 20px;
  }
}

.watch {
  padding-top: 120px;
  padding-bottom: 100px;
}
.watch__body {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}
.watch__left {
}
.watch__suboffer {
}
.watch__desc {
  margin-top: 30px;
  font-size: 26px;
  line-height: 35px;
}
.watch__desc span {
  margin-bottom: 20px;
  color: #035F47;
  display: inline-block;
}
.watch__desc ul {
  padding-left: 20px;
}
.watch__right {
  width: 33%;
  min-width: 400px;
}
.watch__right a {
  height: 100%;
}

@media (max-width: 992px) {
  .watch {
    padding-top: 50px;
  }
  .watch__body {
    flex-direction: column;
    column-gap: 0;
    row-gap: 30px;
  }
  .watch__right {
    width: 100%;
    min-height: 300px;
    height: 300px;
    min-width: 0;
  }
  .watch__desc {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (max-width: 768px) {
  .watch__desc {
    font-size: 16px;
    line-height: 25px;
  }
}

.video {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 30px;
}
.video::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(31,64,114,0.7) 0%, transparent 100%);
}
.video::after {
  content:'';
  width: 137px;
  height: 137px;
  background-image: url('../img/play.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lesson {
  padding-bottom: 120px;
}
.lesson__body {
}
.lesson__video {
  margin-top: 40px;
  height: 400px;
}
.lesson__btns {
  display: flex;
  column-gap: 60px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .lesson {
    padding-bottom: 30px;
  }
  .lesson__btns {
    flex-direction: column;
    column-gap: 0;
    row-gap: 20px;
    margin-top: 20px;
  }
  .lesson__video {
    height: 300px;
    margin-top: 20px;
  }
}

.access {
  background: rgba(252, 198, 198, 0.5);
  margin-bottom: 130px;
  overflow: hidden;
}
.access__body {
  position: relative;
  padding: 60px 0;
}
.access h2 {
  position: relative;
  z-index: 1;
}
.access .suboffer {
  margin-bottom: 20px;
}
.access__desc {
  color: #035F47;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -3%;
}
.access__desc ul {
  padding-left: 20px;
}
.access__free {
  margin-top: 30px;
  margin-bottom: 40px;
  color: #CE6262;
  font-size: 55px;
  line-height: 50px;
  font-weight: bold;
  font-family: "Montserrat";
}
.access__free span {
  color: #035F47;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -3%;
  position: relative;
  top: -20px;
  margin-left: 20px;
}
.access__free span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background: #BD0C0C;
  height: 1px;
}
.access__btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 13px 114px 18px;
  text-align: center;
  border-radius: 10px;
  background: #CE6262;
  color: white;
  transition: 0.3s ease;
}
.access__btn:hover {
  opacity: 0.6;
}
.access__img {
  position: absolute;
  right: -160px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 1600px) {
  .access__img {
    right: -300px;
  }
}
@media (max-width: 1400px) {
  .access__img {
    right: -450px;
  }
}
@media (max-width: 1280px) {
  .access__img {
    right: -550px;
  }
}
@media (max-width: 992px) {
  .access__body {
    padding-bottom: 525px;
  }
  .access__img {
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
  }
}
@media (max-width: 768px) {
  .access__body {
    padding-top: 30px;
    padding-bottom: 340px;
  }
  .access__desc {
    font-size: 20px;
    line-height: 29px;
  }
  .access__free {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #CE6262;
    font-size: 29px;
    line-height: 34px;
    font-weight: bold;
    font-family: "Montserrat";
  }
  .access__free span {
    color: #035F47;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -3%;
    position: relative;
    top: -20px;
    margin-left: 5px;
  }
  .access__img {
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .access__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.presents {
  padding-bottom: 120px;
}
.presents__body {
}
.presents__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 40px;
  row-gap: 40px;
  margin-top: 60px;
}
.presents__item {
  grid-column: 4 span;
  display: flex;
  column-gap: 20px;
}
.presents__item-left {
  width: 87px;
  min-width: 87px;
  height: 88px;
  background-image: url('../img/present.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
.presents__item-left span {
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -3%;
  color: white;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.presents__item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.presents__item-suboffer {
  margin-bottom: 20px;
}
.presents__item-offer {
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -3%;
  color: #035F47;
  margin-bottom: 40px;
  font-weight: 600;
}
.presents__item-btn {
  display: inline-block;
  border-radius: 10px;
  background: #FCEDC6;
  padding: 15px;
  width: 342px;
  text-align: center;
}
@media (max-width: 1440px) {
  .presents__items {
    column-gap: 20px;
  }
  .presents__item-offer {
    font-size: 22px;
    line-height: 31px;
  }
  .presents__item-btn {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .presents__item {
    grid-column: 6 span;
  }
}
@media (max-width: 768px) {
  .presents {
    padding-bottom: 30px;
  }
  .presents__item-left {
    width: 67px;
    min-width: 67px;
    height: 68px;
  }
  .presents__item-left span {
    bottom: 5px;
  }
  .presents__items {
    margin-top: 30px;
    column-gap: 0;
  }
  .presents__item {
    grid-column: 12 span;
  }
  .presents__item-suboffer {
    margin-bottom: 15px;
  }
  .presents__item-offer {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .presents__item-right {
    width: 100%;
  }
}

.program__items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.program__item {
  grid-column: 3 span;
  border: 1px solid #035F47;
  border-radius: 30px;
  overflow: hidden;
}
.program__item--large {
  grid-column: 6 span;
}
.program__img {
  height: 230px;
  border-radius: 30px;
  overflow: hidden;
}
.program__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program__text {
  color: #035F47;
  font-size: 16px;
  line-height: 23px;
  margin: 20px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .program__item {
    grid-column: 4 span;
  }
  .program__item--large {
    grid-column: 6 span;
  }
}
@media (max-width: 992px) {
  .program__items {
    column-gap: 20px;
    row-gap: 20px;
  }
  .program__item {
    grid-column: 6 span;
    border-radius: 20px;
  }
  .program__item--large {
    grid-column: 6 span;
  }
  .program__img {
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .program__items {
    column-gap: 0;
  }
  .program__item {
    grid-column: 12 span;
  }
  .program__item--large {
    grid-column: 12 span;
  }
}

.reserve {
  display: none;
  background: #035F47;
  color: white;
  padding: 60px 0;
  margin-bottom: 30px;
}
.reserve__body {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 30px;
}
@media (max-width: 992px) {
  .reserve__body {
    flex-direction: column-reverse;
    column-gap: 0;
  }
}
.reserve .suboffer {
  color: white;
}
.reserve__left {
}
.reserve__items {
  margin-top: 40px;
  margin-bottom: 3px;
  display: flex;
  column-gap: 40px;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .reserve__items {
    margin-top: 20px;
    row-gap: 20px;
    column-gap: 20px;
  }
}
.reserve__item {
}
.reserve__suboffer {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: -3%;
}
.reserve__offer {
  color: #FFFA89;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -3%;
}
@media (max-width: 768px) {
  .reserve__suboffer {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 29px;
  }
  .reserve__offer {
    font-size: 25px;
    line-height: 34px;
  }
}
.reserve__free {
  margin-bottom: 26px;
}
.reserve__banks {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.reserve .footer__right {
  padding-right: 0;
}
.reserve .request__social {
  margin-top: 40px;
}
.reserve .request__social a{
  width: 50px;
  height: 50px;
}
.reserve .request__social img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reserve__text {
  margin-top: 26px;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -3%;
}
@media (max-width: 768px) {
  .reserve__text {
    margin-top: 20px;
    font-size: 22px;
    line-height: 31px;
  }
}

.thankyou {
  padding: 100px 0;
}

.barber-more {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .barber-more {
    padding-bottom: 30px;
  }
  .main .main__suboffer br {content: ""}
  .main .main__suboffer br:after {content: " "}
}

p.small {font-size:1em}

._market .modules__item {
  padding: 40px;
}

._market .modules__item-desc {
  margin-top: 15px;
  transition: 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  row-gap: 0;
  text-transform: uppercase;
}

._market .modules__item-desc-alt {
  margin-top: 15px;
  transition: 0.3s ease;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: white;
}

._market .active .modules__item-desc-alt {
  color: #035F47;
}



.page-spec {
  padding: 9rem 0 0;
}

.spec {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.spec__content {
  max-width: 800px;
  color: #035F47;
  font-family: "Stem-Medium";
  overflow: hidden;
}

.spec__title {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 1.2rem;
}

.spec__subtitle {
  color: #D8544E;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.spec__timer {
  display: flex;
  margin-bottom: 3rem;
  padding: 2rem 0;
}

.spec__action {
  max-width: 300px;
}

.spec__images {
  position: relative;
  z-index: -1;
  max-width: 530px;
  height: 200px;
  margin: 2.5rem auto;
}
.spec__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.spec__bg_main {
  height: 100%;
  width: 100%;
  background-image: url('../img/spec-img.png');
}

.spec__bg_sale {
  width: 96px;
  height: 96px;
  background-image: url('../img/spec-sale.png');
  right: 96px;
  bottom: 20px;
}
.no-click {
  pointer-events: none;
  cursor: default;
  opacity: .5;
  color: #d6bf87;
}

@media screen and (max-width: 768px) {
  .page-spec  {
    padding: 5rem 0 0;
  }
  .spec {
    text-align: center;
  }
  .spec__timer {
    justify-content: center;
  }
  .spec__action {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .spec__images {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 530px;
    height: 358px;
    margin: 0;
  }

}

.grecaptcha-badge {
  display: none;
}
.gallery__item {
  height: 100%;
}
.lazy-gallery {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
button {
  cursor: pointer;
}

.video_wrapper:hover .overlay{opacity:1;}
.video_wrapper:hover .overlay-img{transform:scale(1.1);}
.overlay{border-radius: 5px;position:absolute;top:0;display:flex;height:100%;width:100%;color:#fff;text-align:center;opacity:0;transition:opacity 0.25s ease-out;align-items:end;justify-content:end;background:linear-gradient(180deg, rgba(3, 95, 71, 0) 60%, rgba(3, 95, 71, 0.7) 100%);}
.overlay.vid{opacity:1;}
.overlay-img{background-image:url(https://roasl.ru/wp-content/themes/shablon/img/estetic/course-video-ico.svg);background-size:contain;width:clamp(102.75px, 7.135vw, 137px);height:clamp(102.75px, 7.135vw, 137px);transition:0.2s ease-in-out;}
.overlay-img:hover{transform:scale(1.2);}

.new_gallery {
  margin: 60px 0 0 0;
}
.new_gallery .suboffer {
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  .new_gallery .suboffer {
    margin-top: 33px;
  }
}
@media screen and (max-width: 768px) {
  .new_gallery {
    margin-top: 20px;
  }
  .new_gallery .suboffer {
    margin-top: 40px;
  }
}


.tabs {
  width: 100%;
}

/* Стили для списка вкладок */
.tab-header {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0;
}

/* Стили для вкладки */
.tab-header__item {
  padding: 10px 20px;
  box-sizing: content-box;
  cursor: pointer;
  border: 1px solid #ddd;
  transition: background-color 0.2s, color 0.2s;
  align-content: center;
}

/* Стили для активной вкладки */
.tab-header__item.active {
  color: #035F47;
  border-bottom: none;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

/* Стиль для списка контейнеров с содержимым вкладок */
.tab-content {
  position: relative; /* Для позиционирования контента */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Стили для контейнера с содержимым вкладки */
.tab-content__item {
  position: absolute;
  box-sizing: content-box;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;

}


/* Стили для активного контейнера вкладки */
.tab-content__item.active {
  opacity: 1;
  visibility: visible;
  position: relative; /* При активации возвращаем нормальное позиционирование */
}


.video-reviews-swiper, .new-review-text-slider,.text-reviews-swiper, .video-meeting-swiper, .gallery-students-swiper, .gallery-schcool-swiper,.gallery-students-work-swiper, .gallery-practice-swiper, .coworking-swiper {
  position: relative;
}

.gallery-students-swiper a, .gallery-schcool-swiper a, .gallery-students-work-swiper a, .coworking-swiper a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  /* margin: 0 auto; */

}
.video-reviews-swiper a,.text-reviews-swiper a, .gallery-practice-swiper a,  .video-meeting-swiper a{
  display: block;
  position: relative;
  width: fit-content;
  height: 100%;
  display: flex;
  cursor: pointer;
  margin: 0 auto;

}
.gallery-students-swiper img, .gallery-schcool-swiper img, .gallery-students-work-swiper img, .coworking-swiper img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.gallery-students-swiper .swiper-slide, .gallery-schcool-swiper .swiper-slide , .gallery-students-work-swiper .swiper-slide, .text-reviews-swiper .swiper-slide, .new-review-text-slider .swiper-slide, .video-reviews-swiper .swiper-slide, .coworking-swiper .swiper-slide {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto !important;
}
.swiper-slide:has(.video_wrapper) {
  height: 100% !important;
}
.video-reviews-swiper img, .video-meeting-swiper img, .gallery-practice-swiper img, .gallery-students-swiper img, .video-reviews-swiper video, .text-reviews-swiper video, .video-meeting-swiper video, .gallery-practice-swiper video, .gallery-students-swiper video, .gallery-schcool-swiper img, .gallery-students-work-swiper img, .gallery-schcool-swiper video , .gallery-students-work-swiper video, .coworking-swiper img, .coworking-swiper video {
  height: 400px;
  object-fit: cover;
}

.text-reviews-swiper img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.video-reviews-swiper .swiper-button-prev,.new-review-text-slider .swiper-button-prev, .text-reviews-swiper .swiper-button-prev, .video-meeting-swiper .swiper-button-prev, .gallery-practice-swiper .swiper-button-prev, .gallery-students-swiper .swiper-button-prev, .gallery-schcool-swiper .swiper-button-prev, .gallery-students-work-swiper .swiper-button-prev, .coworking-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-left.svg);
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  left: -30px;
}

.video-reviews-swiper .swiper-button-next,.new-review-text-slider .swiper-button-next, .text-reviews-swiper .swiper-button-next, .video-meeting-swiper .swiper-button-next, .gallery-practice-swiper .swiper-button-next, .gallery-students-swiper .swiper-button-next, .gallery-schcool-swiper .swiper-button-next , .gallery-students-work-swiper .swiper-button-next, .coworking-swiper .swiper-button-next  {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-right.svg);
  border-radius: 100%;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  right: -30px;
}

@media screen and (max-width: 768px) {
  .video-reviews-swiper .swiper-button-prev, .text-reviews-swiper .swiper-button-prev, .video-meeting-swiper .swiper-button-prev, .gallery-practice-swiper .swiper-button-prev, .gallery-students-swiper .swiper-button-prev, .gallery-schcool-swiper .swiper-button-prev, .gallery-students-work-swiper .swiper-button-prev, .coworking-swiper .swiper-button-prev{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .video-reviews-swiper .swiper-button-next, .text-reviews-swiper .swiper-button-next, .video-meeting-swiper .swiper-button-next, .gallery-practice-swiper .swiper-button-next, .gallery-students-swiper .swiper-button-next, .gallery-schcool-swiper .swiper-button-next , .gallery-students-work-swiper .swiper-button-next, .coworking-swiper .swiper-button-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .tab-header{
    justify-content: left;
    overflow: scroll;
  }
}

.swiper-button-next:after,  .swiper-button-prev:after {
  content:unset;
}
.swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.request__social, .menu_social, section.qual {
  display: none !important;
}


.font-700{
  font-weight:700;
}

.font-18px{
  font-size: 18px;
}
.pt-15px{
  padding: 15px 0 0 0 !important;
}
.m0{
  margin: 0;
}
.consult--banner{
  margin-top: 0;
}
@media(max-width:768px) {
  .comp-768{
    display: none;
  }
  .consult--banner{
    margin-top: 60px;
  }
}
@media(min-width:768px) {
  .mob-768{
    display: none;
  }
  .consult--banner{
    max-width: 1260px;
  }
}

.gov__body .suboffer, .gov__body .gov__desc, .gov__body .gov__desc, .gov__body .gov__elems {
  display: none;
}
.fancybox__container{    z-index: 99999 !important;}
.doc__popup.popup.fancybox__content {
  border-radius: 10px;
}
@media(max-width:769px) {
  .doc__popup.popup.fancybox__content {
    padding-inline: 0;
    max-width: 900px;
    border-radius: 30px;
  }
}
.doc__popup br{
  display: block !important;
}


img, .overlay{
  transition: all 0.3s ease-in-out;
}

a.video_wrapper:hover, [data-fancybox]:hover{
  opacity: 0.91;
  .overlay, img{
    transform: scale(1.05);
  }
}

.reviews__body h3.suboffer{
  margin-bottom: 2%;
}

.strong{
  font-weight: revert;
}

.course__card li, .learn li{
  padding: 0;

}

.main__desc li { padding-left: 0}

.tab-content__item {padding-left:0 !important;}

/* Custom Tooltip Styles for pricing installment */
.tooltip-container {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  vertical-align: middle;
}
.tooltip-container .tooltip-text {
  visibility: hidden;
  width: 240px;
  background-color: #035F47;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px 12px;
  position: absolute;
  z-index: 100;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  font-size: 12px;
  line-height: 1.4;
  font-weight: normal;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  text-transform: none;
  letter-spacing: normal;
}
.tooltip-container .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #035F47 transparent transparent transparent;
}
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

.course__pricing {
  flex-wrap: wrap !important;
  row-gap: 4px !important;
}
.course__pricing > div.font-18px {
  white-space: nowrap !important;
}
.course__price-new, .course__price-old {
  white-space: nowrap !important;
}

.course__pricing-break {
  flex-basis: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  display: block;
}

@media screen and (min-width: 769px) {
  .course__pricing-break {
    display: none !important;
  }
}

/* RKN consent block */
.consent-block {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.consent-block label {
  margin: 0 !important;
  padding: 0 !important;
}
.consent-block .wpcf7-list-item {
  margin: 0;
  display: block;
}
.consent-block .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.consent-block .wpcf7-list-item label input[type="checkbox"] {
  display: none;
}
.consent-block .wpcf7-list-item label span.wpcf7-list-item-label {
  position: relative;
  padding-left: 26px;
  font-size: 12px;
  line-height: 16px;
  color: inherit;
  display: inline-block;
}
.consent-block .wpcf7-list-item label span.wpcf7-list-item-label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #CDE1FF;
  position: absolute;
  left: 0;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.consent-block .wpcf7-list-item label input:checked + span.wpcf7-list-item-label::before {
  background-image: url("../img/footer-checkbox.svg");
}
.consent-block .wpcf7-list-item label span.wpcf7-list-item-label a {
  text-decoration: underline;
  color: #035F47;
}

/* Adjustments for dark background (like in footer) */
.footer__right .consent-block .wpcf7-list-item label span.wpcf7-list-item-label::before {
  background-color: #FFF;
}
.footer__right .consent-block .wpcf7-list-item label span.wpcf7-list-item-label {
  color: #ffffff !important;
}
.footer__right .consent-block .wpcf7-list-item label span.wpcf7-list-item-label a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  .consent-block .wpcf7-list-item label span.wpcf7-list-item-label {
    font-size: 10px;
    line-height: 14px;
  }
}

/* Disabled submit button state */
input[type="submit"]:disabled,
input[type="submit"][disabled],
.footer__submit:disabled,
.footer__submit[disabled] {
  opacity: 0.55 !important;
  background: #cccccc !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed !important;
  border: none !important;
}
input[type="submit"]:disabled:hover,
input[type="submit"][disabled]:hover,
.footer__submit:disabled:hover,
.footer__submit[disabled]:hover {
  opacity: 0.55 !important;
  background: #cccccc !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed !important;
}
