@charset "UTF-8";

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Regular.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-Medium.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy/Gilroy-SemiBold.svg#Gilroy") format("svg");
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Regular.eot");
  src: url("../fonts/Inter/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter/Inter-Regular.woff") format("woff"), url("../fonts/Inter/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter/Inter-Regular.svg#Inter") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --container-width: auto;
  --transition: 0.3s ease-out;
  --default-font-family: "Gilroy";
  --heading-font-family: "Gilroy";
  --sp: calc(40/1200*100vw);
  --accent: #CE6FFB;
  --white: #fff;
  --grey_900: #17171A;
  --grey_600: #5F5F66;
  --grey_300: #AEAEB3;
  --grey_100: #E3E3E5;
  --grey_50: #F2F2F2;
  --pink: #CE6FFB;
  --navy: #4748DE;
  --mint: #85BABF;
  --error: #FF8B9F;
  --fz-default: 18px;
  --h1: calc(60/1200*100vw);
  --h2: calc(44/1200*100vw);
  --h3: calc(36/1200*100vw);
  --h4: calc(24/1200*100vw);
  --h5: calc(20/1200*100vw);
  --h6: calc(16/1200*100vw);
  --body_1: calc(20/1200*100vw);
  --body_2: calc(16/1200*100vw);
  --body_3: calc(14/1200*100vw);
  --br_10: calc(10/1200*100vw);
  --br_20: calc(20/1200*100vw);
}

body {
  font: 400 var(--fz-default) var(--default-font-family), Helvetica, Arial, sans-serif;
  background: var(--bg);
  min-width: 360px;
  color: var(--grey_900);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}

[class*=__container] {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 1.6666666667vw;
  width: 100%;
}

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.30001 14.2001L0.200012 9.0001L1.90001 6.6001L6.70001 10.1001L13.3 1.6001L15.6 3.4001L7.30001 14.2001Z' fill='%2385BABF'/%3E%3C/svg%3E") 95% center no-repeat !important;
}

h1,
._h1 {
  font: 500 var(--h1)/0.9 var(--heading-font-family);
}

h2,
._h2 {
  font: 500 var(--h2)/0.9 var(--heading-font-family);
}

h3,
._h3 {
  font: 500 var(--h3) var(--heading-font-family);
}

h4,
._h4 {
  font: 500 var(--h4) var(--heading-font-family);
}

h5,
._h5 {
  font: 500 var(--h5) var(--heading-font-family);
}

h6,
._h6 {
  font: 500 var(--h6) var(--heading-font-family);
}

a {
  color: var(--text-color);
  text-decoration: none;
}

._semibold {
  font-weight: 600;
}

._bold {
  font-weight: 700;
}

._accent {
  color: var(--accent);
}

._s {
  font-size: var(--s);
  line-height: 140%;
}

._m {
  font-size: var(--m);
  line-height: 140%;
}

._l {
  font-size: var(--l);
  line-height: 140%;
}

.btn {
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20vw;
  height: 5vw;
  padding: 0 1.25vw;
  border-radius: var(--br_10);
  border: 0.0833333333vw solid var(--navy);
  background: var(--navy);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3333333333vw;
  color: var(--white);
  transition: var(--transition);
}

.btn:hover::before {
  top: -0.1666666667vw;
  right: -0.1666666667vw;
  bottom: -0.1666666667vw;
  left: -0.1666666667vw;
}

.btn:hover .btn__arrow {
  margin-right: 0;
}

.btn::before,
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: var(--br_10);
  background: var(--navy);
  transition: var(--transition);
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn__arrow {
  display: block;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.375 3.5L12.875 8L8.375 12.5M12.25 8H3.125' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  margin-right: 0.5833333333vw;
  transition: var(--transition);
}

.btn--white {
  background: var(--white);
  color: var(--navy);
}

.btn--white::after {
  background: var(--white);
}

.btn--white .btn__arrow {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.375 3.5L12.875 8L8.375 12.5M12.25 8H3.125' stroke='%234748DE' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.btn--pink {
  background: var(--pink);
  color: var(--white);
}

.btn--pink::before {
  background: var(--pink);
}

.btn--pink::after {
  background: var(--pink);
}

.btn--pink .btn__arrow {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.375 3.5L12.875 8L8.375 12.5M12.25 8H3.125' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.btn._disabled {
  pointer-events: none;
  opacity: 0.7;
}

.subm {
  cursor: pointer;
  border: none;
  display: flex;
  margin-left: auto;
  margin-top: 1.6666666667vw;
}

.form {
  position: relative;
}

.form__inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
}

.form .input,
.form .select__item .text {
  font-weight: 500;
  font-size: var(--h6);
  letter-spacing: -0.0833333333vw;
  color: var(--grey_900);
}

.form .input {
  background: var(--white);
  position: relative;
  width: 100%;
  height: 3.3333333333vw;
  border: none !important;
  border-radius: 0.1666666667vw;
  padding-left: 1.25vw;
  display: block;
  font-family: var(--default-font-family);
  line-height: 3.3333333333vw;
}

.form .input::-moz-placeholder {
  font-weight: 400;
  color: var(--grey_300);
}

.form .input::placeholder {
  font-weight: 400;
  color: var(--grey_300);
}

.form .input__wrap {
  position: relative;
  flex: 1 1 45%;
  display: block;
  text-align: left;
}

.form .input__label {
  display: block;
  font-size: var(--h6);
  line-height: 1.13;
  letter-spacing: -0.0833333333vw;
  font-weight: 500;
}

.form .input__wrap .error_text {
  bottom: 130%;
}

.form__select {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
  margin-top: 1.6666666667vw;
}

.form__select .select__title {
  width: 100%;
}

.form__select .select__item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4166666667vw 1.6666666667vw 0.4166666667vw 0.8333333333vw;
  border-radius: 0.3333333333vw;
  border: 1px solid var(--white);
  background: var(--white);
  cursor: pointer;
}

.form__select .checkbox {
  display: block;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  margin-bottom: 0.8333333333vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%234748DE'/%3E%3Crect x='3' y='3' width='10' height='10' rx='5' fill='white'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: var(--transition);
}

.form__select input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__select input:checked ~ .checkbox {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%234748DE'/%3E%3Crect x='3' y='3' width='10' height='10' rx='5' fill='%234748DE'/%3E%3C/svg%3E") center/contain no-repeat;
}

.form__agree {
  display: flex;
  gap: 0.8333333333vw;
  margin-top: 1.6666666667vw;
}

.form__agree-checkbox {
  flex: 0 0 1.3333333333vw;
  height: 1.3333333333vw;
  cursor: pointer;
  transition: var(--transition);
}

.form__agree input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__agree input:checked ~ .checkbox {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' stroke='white'/%3E%3Crect x='3' y='3' width='10' height='10' fill='white'/%3E%3Cpath d='M6 6.5L8 10.5L10.5 4.5' stroke='%234748DE'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.form__agree .checkbox {
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='radio'%3E%3Crect id='bg' x='0.5' y='0.5' width='15' height='15' stroke='white'/%3E%3Crect id='dot' x='3' y='3' width='10' height='10' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.form__agree-text {
  font-size: 1.1666666667vw;
  line-height: 1.14;
  color: rgba(255, 255, 255, 0.7);
}

.form__agree-text a {
  color: var(--white);
  text-decoration: underline;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.form .intl-tel-input {
  width: 100%;
}

.form .country-list .country-name {
  color: #333;
}

.header {
  padding: 1.6666666667vw 0 0.8333333333vw;
}

.header.active .header__menu {
  opacity: 1;
  transform: translateX(0);
}

.header.active .header__burger span:nth-child(1) {
  transform: translate(-3px, 7px) rotate(45deg);
  width: 20px;
}

.header.active .header__burger span:nth-child(2) {
  width: 20px;
  transform: translate(-3px, -11px) rotate(-45deg);
}

.header.active .header__burger span:nth-child(3) {
  display: none;
}

.header__wrap {
  display: flex;
  align-items: center;
  padding: 0.8333333333vw 1.6666666667vw;
  border-radius: 0.8333333333vw;
  background: var(--grey_50);
}

.header__logo {
  width: 12.5833333333vw;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5vw;
  margin-left: auto;
  margin-right: auto;
}

.header__menu a {
  position: relative;
  padding: 0.8333333333vw 0;
  line-height: 0.86;
  font-size: 1.1666666667vw;
  font-weight: 600;
  transition: var(--transition);
}

.header__menu a:hover {
  color: var(--navy);
}

.header__menu a:hover::before {
  height: 3px;
}

.header__menu a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: var(--navy);
  transition: var(--transition);
}

.header__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4166666667vw;
}

.header__social a {
  display: block;
  padding: 0.8333333333vw;
  border-radius: 0.4166666667vw;
  background: var(--white, #FFF);
}

.header__social a:hover svg path {
  fill: var(--navy);
}

.header__social svg {
  display: block;
  height: auto;
  width: 1.3333333333vw;
}

.header__social svg path {
  transition: var(--transition);
}

.header__burger {
  display: none;
}

.section__wrap {
  padding: 2.5vw;
  border-radius: var(--br_20);
  background: var(--grey_50);
}

.animation-box {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--grey_50);
  transition: all 0.3s ease-out;
}

.hero {
  position: relative;
  padding-bottom: var(--sp);
}

.hero__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero__left {
  display: flex;
  flex-direction: column;
  width: 37%;
}

.hero__uptitle {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4166666667vw 1.25vw;
  margin-bottom: 3.3333333333vw;
  border-radius: 5vw;
  background: var(--white);
  font-size: var(--h6);
  color: var(--pink);
  line-height: 1.12;
  font-weight: 500;
}

.hero__title {
  margin-bottom: 0.8333333333vw;
  letter-spacing: -0.0833333333vw;
}

.hero__subtitle {
  width: 70%;
  line-height: 1.3;
  font-size: var(--body_1);
}

.hero__btn {
  margin-top: 4.8333333333vw;
}

.hero__next {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  margin-top: auto;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: var(--grey_300);
  font-size: 1vw;
}

.hero__next-arrow span {
  display: block;
  width: 1.0833333333vw;
  height: 0.5833333333vw;
  background: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5L6.5 6L2 1.5' stroke='%23AEAEB3' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.hero__right {
  width: 55%;
}

.hero__img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
  margin-top: 0.8333333333vw;
}

.hero__info li {
  flex: 1 1 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6666666667vw;
  padding: 1.25vw;
  border-radius: var(--br_10);
  background: var(--white);
  font-weight: 500;
  line-height: 1;
  font-size: var(--h4);
  letter-spacing: -0.0833333333vw;
}

.hero__info li .old-price {
  margin-right: 0.4166666667vw;
  font-size: 1.3333333333vw;
  color: var(--grey_300);
  text-decoration: line-through;
}

.about {
  padding: var(--sp) 0;
}

.about__items {
  padding-left: 16.6666666667vw;
  margin-top: 1.6666666667vw;
  overflow: visible;
}

.about__items .item {
  display: flex;
  flex-direction: column;
  width: 26.6666666667vw;
  height: auto;
  padding: 0.8333333333vw;
  margin-right: 1.6666666667vw;
  border-radius: var(--br_10);
  background: #EFEFEF;
}

.about__items .item__img {
  background: center/cover no-repeat;
}

.about__items .item__img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.about__items .item__title {
  margin: 0.8333333333vw 0 2.5vw;
}

.about__items .item__desc {
  width: 80%;
  margin-top: auto;
  line-height: 1.14;
  font-size: var(--body_3);
}

.about__items .swiper-wrapper {
  display: flex;
}

.advantages {
  padding: var(--sp) 0;
}

.advantages__title {
  position: relative;
}

.advantages__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  margin-top: 1.6666666667vw;
}

.advantages__items .item {
  position: relative;
  flex: 1 1 20%;
  min-height: 19.1666666667vw;
  padding: 1.6666666667vw;
  border-radius: var(--br_10);
  background: var(--white);
}

.advantages__items .item__icon {
  height: 4vw;
  margin-bottom: 1.6666666667vw;
  background: center left/contain no-repeat;
}

.advantages__items .item__desc {
  font-size: var(--body_2);
  line-height: 1.25;
}

.advantages__items .item__desc span {
  display: block;
  margin-bottom: 0.4166666667vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.0833333333vw;
}

.doubts {
  padding: var(--sp) 0;
  /* padding-bottom: calc(var(--sp) + 850px); */
}

.doubts__title {
  text-align: center;
}

.doubts__wrap {
  position: relative;
  margin-top: 1.6666666667vw;
  padding-top: 0.6666666667vw;
}

.doubts__image {
  display: block;
  width: 100%;
  height: calc(366/1200*100vw);
  background: center/contain no-repeat;
}

.doubts__items .item {
  position: absolute;
  opacity: 0;
  width: 25.8333333333vw;
  padding: 1.6666666667vw;
  border-radius: var(--br_20);
  background: var(--pink);
  color: var(--white);
  font-size: var(--body_1);
  line-height: 1.3;
  transition: var(--transition);
}

.doubts__items .item::before {
  content: "";
  position: absolute;
  width: 3.6666666667vw;
  height: 3.6666666667vw;
  background: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.7044 43.4901C41.3974 44.7136 44.8779 41.1463 43.5643 37.4847L30.4268 0.862708L0 31L37.7044 43.4901Z' fill='%23CE6FFB'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.doubts__items .item:nth-child(1) {
  top: 1.4166666667vw;
  left: 0;
}

.doubts__items .item:nth-child(1)::before {
  bottom: 0;
  right: 0;
  transform: translate(20%, 20%);
}

.doubts__items .item:nth-child(2) {
  top: 1.4166666667vw;
  right: 9.1666666667vw;
}

.doubts__items .item:nth-child(2)::before {
  bottom: 0;
  left: 0;
  transform: translate(-20%, 20%) rotate(90deg);
}

.doubts__items .item:nth-child(3) {
  top: 16.6666666667vw;
  left: 2.5vw;
}

.doubts__items .item:nth-child(3)::before {
  top: 0;
  right: 0;
  transform: translate(20%, -20%) rotate(270deg);
}

.doubts__items .item:nth-child(4) {
  top: 16.6666666667vw;
  right: 6.6666666667vw;
}

.doubts__items .item:nth-child(4)::before {
  top: 0;
  left: 0;
  transform: translate(-20%, -20%) rotate(180deg);
}

.doubts__progress {
  /* display: none; */
  position: absolute;
  top: 5vw;
  right: 3.1666666667vw;
  bottom: 5vw;
  width: 0.3333333333vw;
  border-radius: 0.3333333333vw;
  background: var(--grey_50);
}

.doubts__progress span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 10%;
  border-radius: 0.3333333333vw;
  background: var(--navy, #4748DE);
  transition: var(--transition);
}

.doubts__text {
  margin-top: 5.5vw;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0833333333vw;
  font-size: var(--h4);
  transition: var(--transition);
  opacity: 0;
}

.courses {
  padding: var(--sp) 0;
}

.courses__title {
  text-align: center;
}

.courses__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 var(--br_10);
  margin: 1.6666666667vw auto 0;
  border-radius: var(--br_10);
  background: var(--white, #FFF);
}

.courses__nav li {
  position: relative;
  width: 20.8333333333vw;
  padding: 1.6666666667vw 0;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}

.courses__nav li:hover::before,
.courses__nav li._active::before {
  height: 0.3333333333vw;
}

.courses__nav li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  transition: var(--transition);
  background: var(--navy);
}

.courses__tabs {
  margin-top: 1.6666666667vw;
}

.courses__tabs .tab {
  display: none;
}

.courses__items .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: var(--br_20);
  background: var(--white, #FFF);
  overflow: hidden;
}

.courses__items .item__image {
  flex: 0 0 38.7272727273%;
  background: center/cover no-repeat;
}

.courses__items .item__content {
  flex: 1 1 60%;
  padding: 2.5vw 1.6666666667vw 1.6666666667vw 1.6666666667vw;
}

.courses__items .item__title {
  margin-bottom: 1.25vw;
  line-height: 1;
  letter-spacing: -0.0833333333vw;
}

.courses__items .item__subtitle {
  line-height: 1.14;
  color: var(--grey_600);
  font-size: var(--body_3);
}

.courses__items .item__desc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1.6666666667vw;
  min-height: 18.6666666667vw;
  padding: 0.8333333333vw 1.25vw;
  margin-top: 0.4166666667vw;
  border-radius: var(--br_10);
  background: var(--grey_50);
}

.courses__items .item__desc li {
  position: relative;
  width: 49.3421052632%;
  padding-left: 1.75vw;
  font-size: var(--body_3);
  line-height: 1.14;
}

.courses__items .item__desc li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='5' fill='%2385BABF'/%3E%3Cpath d='M7.5625 11.875L3.125 8.625L4.1875 7.125L7.1875 9.3125L11.3125 4L12.75 5.125L7.5625 11.875Z' fill='white'/%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.courses__items .item__buttons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
  margin-top: 1.6666666667vw;
}

.reviews {
  padding: var(--sp) 0;
}

.reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.reviews__subtitle {
  width: 39.6551724138%;
  line-height: 1.3;
  font-size: var(--body_1);
}

.reviews__items {
  margin-top: 1.6666666667vw;
  overflow: visible;
}

.reviews__items .item {
  width: 19.25vw;
  margin-right: 0.8333333333vw;
  background: center/cover no-repeat;
}

.reviews__items .item:after {
  content: "";
  display: block;
  padding-bottom: 216.4502164502%;
}

.registration {
  position: relative;
  padding: var(--sp) 0;
  overflow: hidden;
}

.registration::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--sp);
  background: var(--white);
  z-index: 3;
}

.registration__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: var(--navy);
  color: var(--white);
}

.registration__content {
  position: relative;
  width: 45.4545454545%;
  height: -moz-fit-content;
  height: fit-content;
}

.registration__title {
  letter-spacing: -0.0833333333vw;
}

.registration__subtitle {
  width: 75%;
  margin-top: 0.8333333333vw;
  line-height: 1.3;
  font-size: var(--body_1);
}

.registration__price {
  position: absolute;
  bottom: 2%;
  right: 7%;
  transform: rotate(-15deg);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1vw 0.8333333333vw 0.6666666667vw;
  border-radius: var(--br_10);
  background: var(--mint);
  font-size: var(--h3);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0833333333vw;
}

.registration__form {
  width: 50%;
}

.registration__form .btn {
  position: relative;
  z-index: 4;
}

.registration__ticker {
  position: absolute;
  left: -5%;
  top: 97%;
  transform: rotate(15deg);
  padding: 0.8333333333vw 0;
  background: var(--mint);
  z-index: 2;
}

.registration__ticker-inner {
  display: flex;
}

.registration__ticker p {
  padding: 0 1.6666666667vw;
  white-space: nowrap;
  color: var(--white);
  font-size: var(--h5);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.0833333333vw;
  animation-name: ticker;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}

@keyframes ticker {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.footer {
  padding: var(--sp) 0 1.6666666667vw;
}

.footer__inner {
  padding-top: 5vw;
  border-radius: var(--br_20);
  background: var(--grey_50);
}

.footer__logo {
  display: block;
  width: 25.1666666667vw;
  margin: 0 auto 3.3333333333vw;
  background: center/contain no-repeat;
}

.footer__logo:after {
  content: "";
  display: block;
  padding-bottom: 25.1655629139%;
}

.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3.3333333333vw 0;
  margin: 0 1.6666666667vw;
  border-top: 0.0833333333vw solid var(--grey_300);
}

.footer__menu {
  display: flex;
  align-items: center;
  gap: 3.3333333333vw;
}

.footer__menu a {
  position: relative;
  padding: 0.8333333333vw 0;
  line-height: 1.1;
  font-size: var(--h5);
  font-weight: 500;
  transition: var(--transition);
  letter-spacing: -0.0833333333vw;
}

.footer__menu a:hover {
  color: var(--navy);
}

.footer__menu a:hover::before {
  height: 3px;
}

.footer__menu a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background: var(--navy);
  transition: var(--transition);
}

.footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6666666667vw;
  margin-left: auto;
}

.footer__social a {
  display: block;
  padding: 1.0833333333vw;
  border-radius: 0.5833333333vw;
  background: var(--white, #FFF);
}

.footer__social a:hover svg path {
  fill: var(--navy);
}

.footer__social svg {
  display: block;
  height: auto;
  width: 1.75vw;
}

.footer__social svg path {
  transition: var(--transition);
}

.footer__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 1.6666666667vw;
  border-radius: var(--br_20);
  background: var(--grey_100);
  font-size: var(--body_3);
  line-height: 1.14;
}

.footer__policy {
  color: var(--grey_600);
}

.footer__dev {
  display: flex;
  align-items: center;
  gap: 0.6666666667vw;
}

.footer__dev a {
  font-size: var(--h6);
  color: var(--navy);
  font-weight: 500;
  letter-spacing: -0.0833333333vw;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  width: 3vw;
  height: 3vw;
  top: 0.8333333333vw;
  right: 0.8333333333vw;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s linear;
  background: #fff url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='10' fill='white'/%3E%3Cg clip-path='url(%23clip0_191_72431)'%3E%3Cpath d='M25.0999 13.0999L22.8999 10.8999L17.9999 15.8999L13.0999 10.8999L10.8999 13.0999L15.8999 17.9999L10.8999 22.8999L13.0999 25.0999L17.9999 20.0999L22.8999 25.0999L25.0999 22.8999L20.0999 17.9999L25.0999 13.0999Z' fill='%23AEAEB3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_191_72431'%3E%3Crect width='16' height='16' fill='white' transform='translate(10 10)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center/contain no-repeat;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-role {
  padding-top: 0;
}

.modal-role .modal-content {
  position: relative;
  width: 83.3333333333vw;
  max-height: 100%;
  padding: 1.6666666667vw 1.6666666667vw;
  border-radius: var(--br_20);
  background: var(--white);
}

.modal-role .modal-content__wrap {
  overflow: auto;
  height: 80vh;
  padding-right: 1.3333333333vw;
}

.modal-role .modal-content__wrap::-webkit-scrollbar {
  width: 0.3333333333vw;
  border-radius: 0.3333333333vw;
}

.modal-role .modal-content__wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.modal-role .modal-content__wrap::-webkit-scrollbar-thumb {
  background: var(--navy);
  border-radius: 0.3333333333vw;
}

.modal-role .modal-content__inner {
  position: relative;
  padding-top: 14.4166666667vw;
}

.modal-role__image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 17.5vw;
  height: 17.5vw;
  background: center/contain no-repeat;
  z-index: 1;
}

.modal-role__title {
  position: relative;
  z-index: 2;
  margin-bottom: 2.5vw;
  text-align: center;
  letter-spacing: -0.0833333333vw;
}

.modal-role__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.6666666667vw;
  border-radius: var(--br_20);
  background: var(--grey_50);
}

.modal-role__block:not(:last-child) {
  margin-bottom: 0.8333333333vw;
}

.modal-role__block-title {
  font-size: var(--h5);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.0833333333vw;
}

.modal-role__block-content {
  width: 75.5555555556%;
}

.modal-role__block-content .item {
  padding: 0.8333333333vw;
  border-radius: var(--br_10);
  background: var(--white);
}

.modal-role__program .item {
  display: flex;
  align-items: flex-start;
  gap: 2.5vw;
}

.modal-role__program .item:not(:last-child) {
  margin-bottom: 0.1666666667vw;
}

.modal-role__program .item__title {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  font-size: var(--h6);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.0833333333vw;
}

.modal-role__program .item__text {
  flex: 1 1 auto;
  font-size: var(--body_2);
  line-height: 1.25;
}

.modal-role__lecture .item {
  display: flex;
  gap: 1.6666666667vw;
}

.modal-role__lecture .item:not(:last-child) {
  margin-bottom: 0.4166666667vw;
}

.modal-role__lecture .item__image {
  flex: 0 0 30.8823529412%;
  height: 23.3333333333vw;
  background: center top/cover no-repeat;
}

.modal-role__lecture .item__content {
  flex: 1 1 auto;
}

.modal-role__lecture .item__title {
  font-weight: 500;
  letter-spacing: -0.0833333333vw;
}

.modal-role__lecture .item__prof {
  margin-top: 0.4166666667vw;
  color: var(--navy);
  line-height: 1.14;
  font-size: var(--body_3);
}

.modal-role__lecture .item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25vw 1.6666666667vw;
  margin-top: 2.5vw;
}

.modal-role__lecture .item ul li {
  flex: 1 1 47%;
  font-size: var(--body_3);
  line-height: 1.14;
  color: var(--grey_600);
}

.modal-role__lecture .item ul li span {
  display: block;
  margin-bottom: 0.1666666667vw;
  font-size: var(--h5);
  letter-spacing: -0.0833333333vw;
  font-weight: 500;
  line-height: 1.1;
  color: var(--grey_900);
}

.modal-role__btn {
  margin: 40px auto 0;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Gilroy, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: "";
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  :root {
    --sp: 30px;
    --h1: 42px;
    --h2: 36px;
    --h3: 28px;
    --h4: 22px;
    --h5: 18px;
    --h6: 14px;
    --body_1: 18px;
    --body_2: 16px;
    --body_3: 14px;
    --br_10: 10px;
    --br_20: 20px;
  }

  [class*=__container] {
    padding: 0 10px;
  }

  .btn {
    width: 200px;
    height: 47px;
    padding: 0 15px;
    border-width: 1px;
    font-size: 14px;
  }

  .btn__arrow {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }

  .subm {
    margin-top: 20px;
  }

  .form__inputs {
    gap: 10px;
  }

  .form .input,
  .form .select__item .text {
    letter-spacing: -1px;
  }

  .form .input {
    height: 40px;
    padding-left: 15px;
    border-radius: 2px;
    line-height: 40px;
  }

  .form .input__label {
    letter-spacing: -1px;
  }

  .form__select {
    gap: 5px;
    margin-top: 20px;
  }

  .form__select .select__item {
    border-radius: 4px;
  }

  .form__select .checkbox {
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
  }

  .form__agree {
    gap: 10px;
    margin-top: 20px;
  }

  .form__agree-checkbox {
    flex-basis: 16px;
    height: 16px;
  }

  .form__agree-text {
    font-size: 14px;
  }

  .header__wrap {
    padding: 10px 20px;
    border-radius: 10px;
  }

  .header__logo {
    width: 151px;
  }

  .header__menu {
    gap: 20px;
  }

  .header__menu a {
    padding: 10px 0;
    font-size: 14px;
  }

  .header__social {
    gap: 5px;
  }

  .header__social a {
    padding: 10px;
    border-radius: 5px;
  }

  .header__social svg {
    width: 16px;
  }

  .hero__left {
    width: 40%;
  }

  .hero__uptitle {
    padding: 5px 15px;
    margin-bottom: 30px;
  }

  .hero__title {
    margin-bottom: 10px;
    letter-spacing: -1px;
  }

  .hero__info li {
    gap: 10px;
  }

  .about__items {
    padding-left: 100px;
    margin-top: 20px;
  }

  .about__items .item {
    width: 320px;
    padding: 10px;
    margin-right: 20px;
  }

  .about__items .item__title {
    margin: 10px 0 30px;
  }

  .about__items .item__desc {
    width: 100%;
  }

  .advantages__items {
    gap: 12px;
    margin-top: 20px;
  }

  .advantages__items .item {
    flex-basis: auto;
    width: calc(50% - 6px);
    min-height: 230px;
    padding: 20px;
  }

  .advantages__items .item__icon {
    height: 48px;
    margin-bottom: 20px;
  }

  .advantages__items .item__desc span {
    margin-bottom: 5px;
    letter-spacing: -1px;
  }

  .doubts {
    padding-bottom: var(--sp);
  }

  .doubts__wrap {
    padding-top: 90px;
    margin-top: 20px;
  }

  .doubts__image {
    height: 231px;
  }

  .doubts__items .item {
    width: 250px;
    padding: 15px;
    font-size: 16px;
    opacity: 1;
  }

  .doubts__items .item::before {
    width: 34px;
    height: 34px;
  }

  .doubts__items .item:nth-child(1) {
    top: 5px;
  }

  .doubts__items .item:nth-child(2) {
    top: 5px;
    right: 40px;
  }

  .doubts__items .item:nth-child(3) {
    top: 213px;
    left: 11px;
  }

  .doubts__items .item:nth-child(4) {
    top: 200px;
    right: 40px;
  }

  .doubts__progress {
    top: 60px;
    right: 30px;
    bottom: 60px;
    width: 4px;
    border-radius: 4px;
  }

  .doubts__progress span {
    border-radius: 4px;
  }

  .doubts__text {
    margin-top: 50px;
    letter-spacing: -1px;
    opacity: 1;
  }

  .courses__nav {
    margin-top: 20px;
  }

  .courses__nav li {
    width: 190px;
  }

  .courses__nav li:hover::before,
  .courses__nav li._active::before {
    height: 2px;
  }

  .courses__tabs {
    margin-top: 20px;
  }

  .courses__items .item__image {
    height: 230px;
    flex-basis: 100%;
    background-size: contain;
    margin: 0 auto;
  }

  .courses__items .item__title {
    margin-bottom: 15px;
    letter-spacing: -1px;
  }

  .courses__items .item__desc {
    row-gap: 15px;
    min-height: 224px;
    padding: 10px 15px;
    margin-top: 5px;
  }

  .courses__items .item__desc li {
    padding-left: 21px;
  }

  .courses__items .item__desc li::before {
    width: 16px;
    height: 16px;
  }

  .courses__items .item__buttons {
    gap: 10px;
    margin-top: 20px;
  }

  .reviews__items {
    margin-top: 20px;
  }

  .reviews__items .item {
    width: 230px;
    margin-right: 10px;
  }

  .registration__content {
    width: 43%;
  }

  .registration__title {
    letter-spacing: -1px;
  }

  .registration__subtitle {
    margin-top: 10px;
  }

  .registration__price {
    padding: 12px 10px 8px;
    letter-spacing: -1px;
  }

  .registration__form {
    width: 55%;
  }

  .registration__ticker {
    top: 102%;
    padding: 10px 0;
  }

  .registration__ticker p {
    padding: 0 20px;
  }

  .registration__ticker p {
    letter-spacing: -1px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .footer__inner {
    padding-top: 60px;
  }

  .footer__logo {
    width: 302px;
    margin-bottom: 40px;
  }

  .footer__row {
    padding: 40px 0;
    margin: 0 20px;
    border-width: 1px;
  }

  .footer__menu {
    gap: 20px;
  }

  .footer__menu a {
    padding: 10px 0;
    letter-spacing: -1px;
  }

  .footer__social {
    gap: 20px;
  }

  .footer__social a {
    padding: 13px;
    border-radius: 7px;
  }

  .footer__social svg {
    width: 21px;
  }

  .footer__dev {
    gap: 8px;
  }

  .footer__dev a {
    letter-spacing: -1px;
  }

  .modal-overlay .close-button {
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
  }

  .modal-role .modal-content {
    width: 90%;
    padding: 10px;
  }

  .modal-role .modal-content__wrap {
    padding-right: 8px;
  }

  .modal-role .modal-content__wrap::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
  }

  .modal-role .modal-content__wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }

  .modal-role .modal-content__inner {
    padding-top: 190px;
  }

  .modal-role__image {
    width: 210px;
    height: 210px;
  }

  .modal-role__title {
    margin-bottom: 30px;
    letter-spacing: -1px;
  }

  .modal-role__block {
    padding: 20px 10px 10px;
  }

  .modal-role__block:not(:last-child) {
    margin-bottom: 10px;
  }

  .modal-role__block-title {
    letter-spacing: -1px;
  }

  .modal-role__block-content {
    width: 79%;
  }

  .modal-role__block-content .item {
    padding: 10px;
  }

  .modal-role__program .item {
    gap: 30px;
  }

  .modal-role__program .item:not(:last-child) {
    margin-bottom: 2px;
  }

  .modal-role__program .item__title {
    gap: 10px;
    letter-spacing: -1px;
  }

  .modal-role__lecture .item {
    gap: 15px;
  }

  .modal-role__lecture .item:not(:last-child) {
    margin-bottom: 5px;
  }

  .modal-role__lecture .item__image {
    height: 280px;
    flex-basis: 38%;
  }

  .modal-role__lecture .item__title {
    letter-spacing: -1px;
  }

  .modal-role__lecture .item ul {
    gap: 12px 15px;
    margin-top: 20px;
  }

  .modal-role__lecture .item ul li span {
    margin-bottom: 2px;
    letter-spacing: -1px;
  }
}

@media (max-width: 760px) {
  :root {
    --sp: 20px;
    --h1: 40px;
    --h2: 30px;
    --h3: 20px;
    --h4: 18px;
    --h5: 14px;
    --h6: 12px;
    --body_1: 16px;
    --body_2: 14px;
    --body_3: 12px;
    --br_10: 7px;
    --br_20: 12px;
  }

  [class*=__container] {
    padding: 0 5px;
  }

  .form .input__wrap {
    flex-basis: 100%;
  }

  .form .input__wrap--hidden {
    display: none;
  }

  .header {
    padding: 10px 0;
  }

  .header__logo {
    width: 120px;
  }

  .header__menu {
    position: fixed;
    left: 5px;
    right: 5px;
    bottom: 0;
    top: 76px;
    flex-direction: column;
    padding: 20px;
    background: var(--grey_50);
    border-radius: 10px;
    z-index: 100;
    overflow-y: auto;
    transform: translateX(200%);
    transition: 0.3s ease;
    color: var(--main);
  }

  .header__menu a {
    font-size: 20px;
  }

  .header__social {
    margin-left: auto;
    margin-right: auto;
  }

  .header__burger {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    width: 24px;
    height: 20px;
    z-index: 150;
    cursor: pointer;
  }

  .header__burger span {
    width: 100%;
    background: var(--grey_900);
    height: 2px;
    width: 100%;
    transition: var(--transition);
  }

  .section__wrap {
    padding: 20px 8px;
  }

  .hero__wrap {
    padding-bottom: 40px;
  }

  .hero__left {
    width: 100%;
  }

  .hero__uptitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__title {
    text-align: center;
  }

  .hero__subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .hero__btn {
    margin: 30px auto 0;
  }

  .hero__next {
    position: absolute;
    bottom: 30px;
    width: 100%;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
  }

  .hero__next-arrow span {
    width: 13px;
    height: 7px;
  }

  .hero__right {
    width: 100%;
    margin-top: 30px;
  }

  .hero__info {
    gap: 10px;
    margin-top: 10px;
  }

  .hero__info li {
    gap: 20px;
    padding: 15px;
    letter-spacing: -1px;
  }

  .hero__info li .old-price {
    margin-right: 5px;
    font-size: 16px;
  }

  .about__items {
    padding-left: 0;
  }

  .about__items .item {
    width: 250px;
    margin-right: 15px;
  }

  .about__items .item__title {
    margin-bottom: 15px;
  }

  .advantages__items .item {
    min-height: 200px;
    padding: 10px;
  }

  .advantages__items .item__icon {
    height: 36px;
  }

  .doubts__title br {
    display: none;
  }

  .doubts__wrap {
    padding-top: 0;
  }

  .doubts__items .item {
    position: relative;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100%;
    font-size: 14px;
  }

  .doubts__items .item:not(:last-child) {
    margin-bottom: 10px;
  }

  .doubts__items .item::before {
    display: none;
  }

  .doubts__progress {
    display: none;
  }

  .courses__nav li {
    width: 50%;
  }

  .courses__tabs {
    margin-top: 10px;
  }

  .courses__items .item__desc li {
    width: 100%;
  }

  .reviews__subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .reviews__items .item {
    width: 210px;
  }

  .registration__content {
    width: 100%;
    margin-bottom: 20px;
  }

  .registration__subtitle {
    width: 82%;
  }

  .registration__price {
    right: 0%;
  }

  .registration__form {
    width: 100%;
  }

  .registration__ticker {
    left: -15%;
    top: 108%;
  }

  .footer {
    padding-bottom: 10px;
  }

  .footer__inner {
    padding-top: 30px;
  }

  .footer__logo {
    width: 223px;
    margin-bottom: 20px;
  }

  .footer__row {
    justify-content: center;
    padding: 30px 0;
  }

  .footer__menu a {
    font-size: 20px;
  }

  .footer__social {
    margin-right: auto;
    margin-top: 25px;
  }

  .footer__info {
    justify-content: center;
  }

  .modal-role__block-title {
    width: 100%;
    margin-bottom: 10px;
  }

  .modal-role__block-content {
    width: 100%;
  }

  .modal-role__program .item {
    gap: 20px;
  }

  .modal-role__program .item__title {
    gap: 5px;
  }

  .modal-role__program .item__text {
    font-size: 12px;
  }

  .modal-role__lecture .item {
    flex-wrap: wrap;
  }

  .modal-role__lecture .item__image {
    flex-basis: 100%;
    height: 300px;
  }

  .modal-role__lecture .item ul li {
    flex-basis: 100%;
  }

  .modal-role__btn {
    margin-top: 25px;
  }
}