@import url(https://fonts.googleapis.com/css?family=Space+Grotesk:regular,500,600,700&display=swap&subset=cyrillic-ext);
@import url(https://fonts.googleapis.com/css?family=Montserrat:regular,700,900&display=swap&subset=cyrillic-ext);
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

[class*=__container] {
  max-width: 1140px;
  margin: 0px auto;
}
@media (max-width: 1152px) {
  [class*=__container] {
    max-width: 970px;
  }
}
@media (max-width: 991.98px) {
  [class*=__container] {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  [class*=__container] {
    max-width: none;
    padding: 0 10px;
  }
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: #020202;
  background-color: #fafdff;
}

@-webkit-keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.description {
  height: 649px;
  padding: 38px 0px 96px 0px;
  background: linear-gradient(126deg, #020202 17.28%, rgba(2, 2, 2, 0) 67.8%, #020202 100%), url("img/descriptionBG.png");
  background-size: cover;
  background-position: 72%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.description__title {
  position: relative;
  z-index: 2;
  color: #bdff02;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 218%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 180px;
}
@media (min-width: 767.98px) {
  .description__title {
    font-size: 12px;
    line-height: 200%;
    text-align: left;
    margin-bottom: 11px;
  }
}
.description__decor1 {
  z-index: 1;
  position: absolute;
  width: 408px;
  left: -185px;
  bottom: 42px;
}
@media (min-width: 479.98px) {
  .description__decor1 {
    left: -150px;
  }
}
@media (min-width: 767.98px) {
  .description__decor1 {
    width: 585px;
    bottom: 150px;
    left: -170px;
  }
}
.description__decor2 {
  position: absolute;
  width: 335px;
  top: 70px;
  right: -230px;
}
@media (min-width: 767.98px) {
  .description__decor2 {
    width: 565px;
    top: 20px;
    right: -130px;
  }
}
.description__info {
  position: relative;
  z-index: 2;
  color: #fff;
}
.description__decorSquare1 {
  display: none;
}
@media (min-width: 1328px) {
  .description__decorSquare1 {
    display: block;
    position: absolute;
    z-index: 2;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: #bdff02;
    -webkit-transform: rotate(21.576deg);
            transform: rotate(21.576deg);
    top: 180px;
    left: 50px;
    -webkit-animation: rotateAnimation 3s linear infinite;
            animation: rotateAnimation 3s linear infinite;
  }
}
.description__decorSquare2 {
  display: none;
}
@media (min-width: 767.98px) {
  .description__decorSquare2 {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 11px;
    background-color: #bdff02;
    -webkit-transform: rotate(-14.924deg);
            transform: rotate(-14.924deg);
    bottom: 210px;
    right: 270px;
    -webkit-animation: rotateAnimation 3s linear infinite;
            animation: rotateAnimation 3s linear infinite;
  }
}
.description__decorSquare3 {
  display: none;
}
@media (min-width: 767.98px) {
  .description__decorSquare3 {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 9px;
    background-color: #bdff02;
    -webkit-transform: rotate(65.076deg);
            transform: rotate(65.076deg);
    top: 115px;
    right: 185px;
    -webkit-animation: rotateAnimation 3s linear infinite;
            animation: rotateAnimation 3s linear infinite;
  }
}
@media (min-width: 767.98px) {
  .description__container {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 767.98px) {
  .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.info-description__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat;
}
@media (min-width: 767.98px) {
  .info-description__title {
    font-size: 44px;
    text-align: left;
  }
}
@media (min-width: 991.98px) {
  .info-description__title {
    font-size: 66px;
  }
}
.info-description__text {
  font-size: 14px;
  line-height: 171%;
  max-width: 255px;
  margin: 0px auto 20px auto;
}
@media (min-width: 767.98px) {
  .info-description__text {
    font-size: 16px;
    margin: 0px 0px 20px 0px;
    max-width: 416px;
  }
}
.info-description__form {
  font-family: Montserrat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.equipment {
  padding-top: 31px;
  position: relative;
}
.equipment__title {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 900;
  line-height: 100%;
  text-align: center;
  margin-bottom: 23px;
}
@media (min-width: 479.98px) {
  .equipment__title {
    font-size: 32px;
  }
}
@media (min-width: 767.98px) {
  .equipment__title {
    font-size: 46px;
    font-weight: 700;
    line-height: 52%;
    text-align: left;
    margin-bottom: 52px;
  }
}
.equipment__slider {
  margin-bottom: 5px;
}
.equipment .equipment-slide {
  background-color: #0c0c0c;
  height: 306px;
  overflow: hidden;
  padding-top: 28px;
  border-radius: 40px;
  position: relative;
}
.equipment .equipment-slide__title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  font-family: Montserrat;
}
@media (min-width: 479.98px) {
  .equipment .equipment-slide__title {
    text-align: left;
  }
}
@media (min-width: 767.98px) {
  .equipment .equipment-slide__title {
    font-size: 35px;
    max-width: 360px;
    position: relative;
    z-index: 3;
  }
}
@media (min-width: 991.98px) {
  .equipment .equipment-slide__title {
    font-size: 50px;
  }
}
.equipment .equipment-slide__line {
  position: fixed;
  -webkit-transform: rotate(86.58deg);
          transform: rotate(86.58deg);
  right: -120px;
  bottom: -50px;
  width: 374px;
}
@media (min-width: 479.98px) {
  .equipment .equipment-slide__line {
    width: 450px;
  }
}
@media (min-width: 767.98px) {
  .equipment .equipment-slide__line {
    width: 700px;
    bottom: -20px;
  }
}
@media (min-width: 991.98px) {
  .equipment .equipment-slide__line {
    width: 1043px;
    height: 653px;
    right: -180px;
  }
}
.equipment .equipment-slide__img {
  width: 416px;
  position: absolute;
  z-index: 2;
  right: -75px;
  bottom: -70px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-box-shadow: 0px 32px 60px 0px #3502ff;
          box-shadow: 0px 32px 60px 0px #3502ff;
  border-radius: 132.5px;
}
@media (min-width: 479.98px) {
  .equipment .equipment-slide__img {
    bottom: -20px;
  }
}
@media (min-width: 767.98px) {
  .equipment .equipment-slide__img {
    width: 547px;
  }
}
@media (min-width: 991.98px) {
  .equipment .equipment-slide__img {
    bottom: 100px;
    right: 50px;
  }
}
@media (min-width: 479.98px) {
  .equipment .equipment-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 20px;
  }
}
@media (min-width: 767.98px) {
  .equipment .equipment-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 112px;
    height: 450px;
  }
}
@media (min-width: 991.98px) {
  .equipment .equipment-slide {
    height: 567px;
  }
}
.equipment__decoreSquare1 {
  display: none;
}
@media (min-width: 767.98px) {
  .equipment__decoreSquare1 {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 11px;
    background-color: #bdff02;
    -webkit-transform: rotate(-14.924deg);
            transform: rotate(-14.924deg);
    top: 135px;
    left: 80px;
    -webkit-animation: rotateAnimation 3s linear infinite;
            animation: rotateAnimation 3s linear infinite;
  }
}
.equipment__decoreSquare2 {
  display: none;
}
@media (min-width: 767.98px) {
  .equipment__decoreSquare2 {
    display: block;
    position: absolute;
    z-index: 2;
    width: 48px;
    height: 48px;
    border-radius: 11px;
    background-color: #bdff02;
    -webkit-transform: rotate(-14.924deg);
            transform: rotate(-14.924deg);
    bottom: 175px;
    right: 46px;
    -webkit-animation: rotateAnimation 3s linear infinite;
            animation: rotateAnimation 3s linear infinite;
  }
}
.equipment__line {
  display: none;
}
@media (min-width: 767.98px) {
  .equipment__line {
    display: block;
    position: absolute;
    width: 958.67px;
    height: 725.834px;
    -webkit-transform: rotate(-62.92deg);
            transform: rotate(-62.92deg);
    top: 200px;
    left: -640px;
  }
}
@media (min-width: 1152px) {
  .equipment__line {
    width: 1158.67px;
    height: 725.834px;
    top: 300px;
  }
}
@media (min-width: 767.98px) {
  .equipment {
    padding-top: 73px;
  }
}
@media (min-width: 991.98px) {
  .equipment {
    padding-top: 103px;
  }
}

.equipment-mini {
  overflow-y: visible !important;
  position: relative;
  z-index: 2;
}
.equipment-mini__slide {
  padding: 25px 5px 0px 7px;
  opacity: 0.5;
  background-color: #fff;
  cursor: pointer;
}
@media (min-width: 767.98px) {
  .equipment-mini__slide {
    padding: 42px 10px 0px 12px;
  }
}
.equipment-mini .swiper-slide {
  height: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.equipment-mini .swiper-slide::after {
  content: "";
  position: absolute;
  top: 21.7391304348%;
  right: -15px;
  width: 1px;
  height: 71px;
  background-color: #c2d1d9;
}
@media (min-width: 767.98px) {
  .equipment-mini .swiper-slide::after {
    height: 118px;
  }
}
.equipment-mini .swiper-slide:last-child::after {
  display: none;
}
@media (min-width: 767.98px) {
  .equipment-mini .swiper-slide {
    height: 207px;
  }
}

.equipment-mini-slide__img img {
  width: 27px;
  height: 18px;
}
@media (min-width: 767.98px) {
  .equipment-mini-slide__img img {
    width: 46px;
    height: 31px;
  }
}
.equipment-mini-slide__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 133%;
  color: #3502ff;
}
@media (min-width: 767.98px) {
  .equipment-mini-slide__title {
    font-size: 21px;
  }
}
@media (min-width: 767.98px) {
  .equipment-mini-slide__title {
    margin-bottom: 12px;
  }
}
.equipment-mini-slide__text {
  max-width: 174px;
  margin-left: auto;
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
}
@media (min-width: 767.98px) {
  .equipment-mini-slide__text {
    font-size: 16px;
    max-width: 290px;
    line-height: 150%;
  }
}

.equipment-mini__slide.swiper-slide-thumb-active {
  border-radius: 12.06px;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(66, 75, 90, 0.15);
          box-shadow: 0px 4px 18px 0px rgba(66, 75, 90, 0.15);
  opacity: 1;
}
.equipment-mini__slide.swiper-slide-thumb-active .equipment-mini__slide__indicator {
  display: none;
}
@media (min-width: 767.98px) {
  .equipment-mini__slide.swiper-slide-thumb-active .equipment-mini__slide__indicator {
    display: block;
    position: absolute;
    top: -14px;
    left: 42.7777777778%;
    width: 28px;
    height: 28px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.steps {
  padding-top: 70px;
  position: relative;
}
.steps__title {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 900;
  line-height: 130%;
  text-align: center;
  font-family: Montserrat;
  margin-bottom: 30px;
}
@media (min-width: 479.98px) {
  .steps__title {
    font-size: 32px;
  }
}
@media (min-width: 767.98px) {
  .steps__title {
    font-size: 50px;
    font-weight: 700;
    text-align: left;
  }
}
.steps__description {
  display: none;
}
@media (min-width: 767.98px) {
  .steps__description {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 40px;
    max-width: 752px;
  }
}
.steps__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}
@media (min-width: 767.98px) {
  .steps__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.steps .line__wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 1158.67px;
  height: 200%;
}
.steps__line {
  display: none;
}
@media (min-width: 767.98px) {
  .steps__line {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 858.67px;
    height: 725.834px;
    top: 200px;
    right: -500px;
    -webkit-transform: rotate(-62.92deg);
            transform: rotate(-62.92deg);
  }
}
@media (min-width: 991.98px) {
  .steps__line {
    width: 1158.67px;
    height: 725.834px;
  }
}
@media (min-width: 1152px) {
  .steps__line {
    top: 100px;
    right: -250px;
  }
}
@media (min-width: 767.98px) {
  .steps {
    padding-top: 115px;
  }
}

.steps__item:nth-child(2) .item-steps__number {
  -webkit-transform: rotate(24.576deg);
          transform: rotate(24.576deg);
}
.steps__item:nth-child(2) .item-steps__number p {
  -webkit-transform: rotate(-24.576deg);
          transform: rotate(-24.576deg);
}

.steps__item:nth-child(3) .item-steps__number {
  -webkit-transform: rotate(24.576deg);
          transform: rotate(24.576deg);
}
.steps__item:nth-child(3) .item-steps__number p {
  -webkit-transform: rotate(-24.576deg);
          transform: rotate(-24.576deg);
}

.steps__item:nth-child(4) .item-steps__number {
  -webkit-transform: rotate(-14.924deg);
          transform: rotate(-14.924deg);
}
.steps__item:nth-child(4) .item-steps__number p {
  -webkit-transform: rotate(14.924deg);
          transform: rotate(14.924deg);
}

.steps__item:nth-child(5) .item-steps__number {
  -webkit-transform: rotate(22.076deg);
          transform: rotate(22.076deg);
}
.steps__item:nth-child(5) .item-steps__number p {
  -webkit-transform: rotate(-22.076deg);
          transform: rotate(-22.076deg);
}

.item-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  border-radius: 20px;
  background-color: #c2d1d9;
}
.item-steps__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  width: 52px;
  height: 52px;
  font-size: 22px;
  font-weight: 700;
  line-height: 60%;
  border-radius: 17.453px;
  background-color: #bdff02;
  -webkit-transform: rotate(-14.924deg);
          transform: rotate(-14.924deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item-steps__number p {
  -webkit-transform: rotate(14.924deg);
          transform: rotate(14.924deg);
}
@media (min-width: 767.98px) {
  .item-steps__number {
    padding: 46px 48px 47px 49px;
    font-size: 40px;
    border-radius: 32px;
    width: 96px;
    height: 96px;
  }
}
.item-steps__number:nth-child(2) {
  background-color: #fff;
}
.item-steps__content {
  font-family: Montserrat;
}
.item-steps__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}
@media (min-width: 767.98px) {
  .item-steps__title {
    text-align: center;
  }
}
.item-steps__text {
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 767.98px) {
  .item-steps__text {
    text-align: center;
  }
}
@media (min-width: 767.98px) {
  .item-steps {
    width: 221px;
    height: 382px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 32px 8px;
  }
}

.video {
  padding-top: 34px;
  position: relative;
}
.video__text {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 34px;
}
@media (min-width: 767.98px) {
  .video__text {
    font-size: 16px;
  }
}
.video iframe {
  width: 100%;
  height: 185px;
  background-color: #f2f5f7;
  position: relative;
  z-index: 1;
}
@media (min-width: 767.98px) {
  .video iframe {
    height: 350px;
  }
}
@media (min-width: 991.98px) {
  .video iframe {
    height: 439px;
  }
}
.video__line {
  display: none;
}
@media (min-width: 767.98px) {
  .video__line {
    display: block;
    position: absolute;
    width: 823.792px;
    height: 528.583px;
    -webkit-transform: rotate(-182.117deg);
            transform: rotate(-182.117deg);
    bottom: -105px;
    left: -350px;
  }
}
@media (min-width: 991.98px) {
  .video__line {
    width: 843.792px;
    bottom: -85px;
    left: -350px;
  }
}

.teachers {
  padding-top: 68px;
  position: relative;
}
.teachers__title {
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 900;
  line-height: 266%;
  margin-bottom: 20px;
}
@media (min-width: 767.98px) {
  .teachers__title {
    font-size: 50px;
    text-align: left;
    font-weight: 700;
    line-height: 128%;
    margin-bottom: 70px;
  }
}
.teachers__sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 767.98px) {
  .teachers__sliders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 44px;
  }
}
.teachers__line {
  display: none;
}
@media (min-width: 767.98px) {
  .teachers__line {
    display: block;
    position: absolute;
    width: 858px;
    height: 525px;
    top: 200px;
    left: -500px;
    -webkit-transform: rotate(-8.712deg);
            transform: rotate(-8.712deg);
  }
}
@media (min-width: 991.98px) {
  .teachers__line {
    width: 1158.67px;
    height: 725.834px;
    top: 110px;
    left: -600px;
  }
}

.teachers-slider {
  width: 100%;
  margin-bottom: 50px;
}
.teachers-slider .leftArrow {
  display: none;
}
@media (min-width: 767.98px) {
  .teachers-slider .leftArrow {
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    cursor: pointer;
  }
}
.teachers-slider .rightArrow {
  display: none;
}
@media (min-width: 767.98px) {
  .teachers-slider .rightArrow {
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    rotate: 180deg;
    cursor: pointer;
  }
}
@media (min-width: 767.98px) {
  .teachers-slider {
    margin-bottom: 0px;
  }
}

.teachers-slide__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2f5f7;
  width: 290px;
  height: 242px;
  margin: 0px auto 20px auto;
}
@media (min-width: 767.98px) {
  .teachers-slide__avatar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 358px;
            flex: 1 0 358px;
    height: 411px;
  }
}
@media (min-width: 991.98px) {
  .teachers-slide__avatar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 458px;
            flex: 1 0 458px;
  }
}
.teachers-slide__content {
  background-color: #fafdff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 767.98px) {
  .teachers-slide__content {
    padding-top: 55px;
    height: 411px;
  }
}
.teachers-slide__name {
  color: #505d68;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 237%;
  margin-bottom: 24px;
}
@media (min-width: 767.98px) {
  .teachers-slide__name {
    font-size: 28px;
    line-height: 135%;
  }
}
.teachers-slide__text {
  text-align: center;
  max-width: 440px;
  font-size: 14px;
  line-height: 150%;
  margin: 0px auto 20px auto;
}
@media (min-width: 767.98px) {
  .teachers-slide__text {
    margin: 0px auto 60px auto;
  }
}
.teachers-slide__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}
.teachers-slide__socials svg path {
  fill: #3502ff;
}
.teachers-slide__button {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  width: 100%;
  height: 41px;
  background-color: #3502ff;
  border-radius: 10px;
  margin: 0 auto;
}
@media (min-width: 767.98px) {
  .teachers-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 29px;
    padding: 0px 30px;
  }
}
@media (min-width: 991.98px) {
  .teachers-slide {
    gap: 49px;
    padding: 0px 80px;
  }
}

.teachers-mini {
  width: 100%;
}
@media (min-width: 767.98px) {
  .teachers-mini__wrapper {
    padding: 0px 30px;
  }
}
@media (min-width: 991.98px) {
  .teachers-mini__wrapper {
    padding: 0px 80px;
  }
}
.teachers-mini .swiper-slide {
  height: 94px;
  width: 94px;
  border-radius: 50%;
  background-color: #f2f5f7;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 767.98px) {
  .teachers-mini .swiper-slide {
    height: 123px;
  }
}
.teachers-mini .teachers-mini__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.teachers-mini .teachers-mini__slide img {
  width: 58px;
  height: 79px;
}

.teachers-mini__slide.swiper-slide-thumb-active {
  border: solid 4px #bdff02 !important;
}

.education {
  padding-top: 124px;
  position: relative;
}
.education__title {
  font-size: 24px;
  font-family: Montserrat;
  font-weight: 900;
  line-height: 128%;
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 767.98px) {
  .education__title {
    font-size: 36px;
    text-align: left;
    font-weight: 700;
  }
}
@media (min-width: 991.98px) {
  .education__title {
    font-size: 50px;
  }
}
.education__module {
  font-size: 18px;
  font-weight: 700;
  background-color: #fafdff;
  border-radius: 8px;
  border: 1px solid #020202;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.education__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
}
@media (min-width: 991.98px) {
  .education__content {
    gap: 115px;
  }
}
.education__stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 479.98px) {
  .education__stages {
    max-width: 420px;
  }
}
@media (min-width: 767.98px) {
  .education__stages {
    max-width: 100%;
  }
}
.education__stage {
  padding: 18px 12px 13px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  height: 66px;
  background-color: #fff;
  -webkit-transition: max-height 0.3s ease 10s;
  transition: max-height 0.3s ease 10s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.education__stage._active {
  height: 100%;
}
.education__stage._active .stage-education__text {
  max-height: 100%;
  opacity: 1;
}
@media (min-width: 479.98px) {
  .education__stage {
    max-width: 420px;
  }
}
@media (min-width: 767.98px) {
  .education__stage {
    background-color: #fafdff;
    pointer-events: none;
    height: 100%;
  }
}
@media (min-width: 991.98px) {
  .education__stage {
    max-width: 600px;
  }
}
.education .line__wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 1158.67px;
  height: 100%;
}
.education__line {
  display: none;
}
@media (min-width: 767.98px) {
  .education__line {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 858.67px;
    height: 725.834px;
    top: 200px;
    right: -500px;
    -webkit-transform: rotate(8.712deg);
            transform: rotate(8.712deg);
  }
}
@media (min-width: 1152px) {
  .education__line {
    width: 1158.67px;
    height: 725.834px;
    top: 280px;
    right: -500px;
  }
}
.education__decoreSquare1 {
  display: none;
  width: 38.621px;
  height: 38.621px;
  -webkit-transform: rotate(-14.924deg);
          transform: rotate(-14.924deg);
  border-radius: 11.623px;
  background: #bdff02;
}
@media (min-width: 1152px) {
  .education__decoreSquare1 {
    display: block;
    position: absolute;
    top: 550px;
    right: 630px;
    -webkit-animation: rotateAnimation 3s linear infinite;
            animation: rotateAnimation 3s linear infinite;
  }
}
.education__decoreSquare2 {
  display: none;
  width: 48.041px;
  height: 48.041px;
  -webkit-transform: rotate(-14.924deg);
          transform: rotate(-14.924deg);
  border-radius: 11.623px;
  background: #bdff02;
}
@media (min-width: 1152px) {
  .education__decoreSquare2 {
    display: block;
    position: absolute;
    top: 320px;
    right: 180px;
    -webkit-animation: rotateAnimation 3s linear infinite;
            animation: rotateAnimation 3s linear infinite;
  }
}
@media (min-width: 767.98px) {
  .education {
    display: block;
  }
}
.education__img {
  display: none;
}
@media (min-width: 767.98px) {
  .education__img {
    display: block;
    position: absolute;
    z-index: 1;
    width: 303.674px;
    height: 241.985px;
    background-image: url(img/descriptionBG.png);
    background-size: cover;
    background-position: 100% 0;
    -webkit-transform: rotate(-9.203deg);
            transform: rotate(-9.203deg);
    border-radius: 50px;
    top: 400px;
    right: 20px;
  }
}
@media (min-width: 991.98px) {
  .education__img {
    top: 500px;
    width: 363.674px;
    height: 301.985px;
  }
}
@media (min-width: 1320px) {
  .education__img {
    top: 350px;
    right: 250px;
  }
}

.education-mini {
  margin-bottom: 71px;
}
.education-mini .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 991.98px) {
  .education-mini .swiper-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.education-mini-slide {
  width: 137px !important;
}
.education-mini-slide.swiper-slide-thumb-active .education__module {
  color: #fff;
  background-color: #020202;
}

.stage-education__number {
  background-color: #c2d1d9;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stage-education__number p {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
}
.stage-education__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 16px;
}
.stage-education__title {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 147%;
}
@media (min-width: 991.98px) {
  .stage-education__title {
    font-size: 21px;
  }
}
.stage-education__text {
  font-size: 14px;
  line-height: 150%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease 0s;
  transition: max-height 0.3s ease 0s;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 767.98px) {
  .stage-education__text {
    max-height: 100%;
    opacity: 1;
  }
}

.feedback {
  padding-top: 135px;
}
.feedback__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (min-width: 767.98px) {
  .feedback__header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.feedback__title {
  font-size: 24px;
  font-weight: 900;
  font-family: Montserrat;
  line-height: 128%;
  text-align: center;
}
@media (min-width: 767.98px) {
  .feedback__title {
    font-size: 36px;
    font-weight: 700;
  }
}
@media (min-width: 991.98px) {
  .feedback__title {
    font-size: 50px;
  }
}
.feedback__button {
  width: 292px;
  height: 51px;
  font-size: 20px;
  font-weight: 700;
  line-height: 105%;
  text-transform: uppercase;
  border-radius: 10px;
  background: #bdff02;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .feedback__button:hover {
    background-color: #b0ef00;
  }
}
.feedback-slider__wrapper {
  padding: 66px 40px;
  padding-bottom: 66px;
}
@media (min-width: 767.98px) {
  .feedback-slider__wrapper {
    padding: 66px 64px;
    padding-bottom: 86px;
  }
}
@media (min-width: 991.98px) {
  .feedback-slider__wrapper {
    padding: 66px 114px;
  }
}
.feedback-slider .swiper-button-prev::after {
  display: none;
  font-size: 18px;
  font-weight: 700;
  color: #3502ff;
}
@media (min-width: 767.98px) {
  .feedback-slider .swiper-button-prev::after {
    display: block;
  }
}
.feedback-slider .swiper-button-next::after {
  display: none;
  font-size: 18px;
  font-weight: 700;
  color: #3502ff;
}
@media (min-width: 767.98px) {
  .feedback-slider .swiper-button-next::after {
    display: block;
  }
}
.feedback-slider .swiper-pagination-bullet {
  border: solid 2px #3502ff;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.feedback-slider .swiper-pagination-bullet-active {
  border: none;
  border-radius: 50%;
  background-color: #3502ff;
  opacity: 1;
}

.feedback-slide {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(66, 75, 90, 0.15);
          box-shadow: 0px 4px 18px 0px rgba(66, 75, 90, 0.15);
  padding: 10px 15px;
  height: 275px !important;
}
.feedback-slide__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin-bottom: 6px;
}
.feedback-slide__text {
  font-size: 16px;
  line-height: 150%;
}
.feedback-slide.swiper-slide-next + .swiper-slide:nth-child(n+1) {
  opacity: 0;
}
.feedback-slide.swiper-slide-prev {
  opacity: 0;
}
@media (min-width: 767.98px) {
  .feedback-slide {
    padding: 53px 69px;
  }
}

.feedback-user__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  height: 54px;
  background-color: #f2f5f7;
  border-radius: 50%;
  overflow: hidden;
}
.feedback-user__avatar img {
  width: 33px;
}
@media (min-width: 767.98px) {
  .feedback-user__avatar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67px;
            flex: 0 0 67px;
    height: 67px;
  }
}
.feedback-user__name {
  color: #505d68;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}
.feedback-user__instrument {
  color: #a1aeb7;
  font-size: 14px;
  line-height: 150%;
}

.faq {
  padding-top: 148px;
}
.faq__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 128%;
  text-align: center;
  font-family: Montserrat;
  margin-bottom: 40px;
}
@media (min-width: 767.98px) {
  .faq__title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
  }
}
@media (min-width: 991.98px) {
  .faq__title {
    font-size: 50px;
  }
}
.faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.faq__item {
  background-color: #fff;
  cursor: pointer;
  padding: 30px 32px 24px 32px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(66, 75, 90, 0.15);
          box-shadow: 0px 4px 18px 0px rgba(66, 75, 90, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 767.98px) {
  .faq {
    display: block;
  }
}

.item-faq {
  -webkit-transition: max-height 0.3s ease 0s;
  transition: max-height 0.3s ease 0s;
}
.item-faq__iconPlus {
  font-size: 24px;
  color: #3502ff;
}
.item-faq__iconMinus {
  display: none;
  font-size: 24px;
  color: #3502ff;
}
.item-faq__question {
  font-size: 16px;
  line-height: 150%;
}
.item-faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease 0s;
  transition: max-height 0.3s ease 0s;
  opacity: 0;
  font-size: 14px;
  line-height: 150%;
  max-width: 794px;
}
.item-faq._active {
  background-color: #ffffff;
  height: 100%;
}
.item-faq._active .item-faq__iconPlus {
  display: none;
}
.item-faq._active .item-faq__iconMinus {
  display: block;
}
.item-faq._active .item-faq__answer {
  max-height: 100%;
  opacity: 1;
  margin-top: 24px;
}

.enroll {
  padding-top: 125px;
  position: relative;
}
.enroll__content {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background: linear-gradient(106deg, #020202 44.28%, rgba(2, 2, 2, 0) 87.8%, #020202 100%), url(img/enrollIMG.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 486px;
}
@media (min-width: 767.98px) {
  .enroll__content {
    padding-left: 100px;
    border-radius: 40px;
  }
}
.enroll__title {
  max-width: 397px;
  font-size: 36px;
  font-weight: 700;
  line-height: 128%;
  color: #fff;
  text-align: center;
  margin: 0px auto 30px auto;
}
@media (min-width: 767.98px) {
  .enroll__title {
    font-size: 50px;
    text-align: left;
    margin: 0px 0px 30px 0px;
  }
}
.enroll__text {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  max-width: 368px;
  margin: 0px auto 40px auto;
  text-align: center;
}
@media (min-width: 767.98px) {
  .enroll__text {
    font-size: 20px;
    text-align: left;
    margin: 0px 0px 40px 0px;
  }
}
.enroll__button {
  width: 228px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  left: 131%;
  text-transform: uppercase;
  border-radius: 40px;
  background-color: #bdff02;
  margin: 0 auto;
}
@media (any-hover: hover) {
  .enroll__button:hover {
    background-color: #b0ef00;
  }
}
@media (min-width: 767.98px) {
  .enroll__button {
    width: 328px;
    height: 65px;
    margin: 0;
  }
}
.enroll__line1 {
  display: none;
  position: absolute;
  top: 10px;
  left: -270px;
  width: 849.175px;
  height: 531.954px;
  -webkit-transform: rotate(8.712deg);
          transform: rotate(8.712deg);
}
@media (min-width: 767.98px) {
  .enroll__line1 {
    display: block;
  }
}
.enroll .line2__wrapper {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 849.175px;
  height: 150%;
}
@media (min-width: 767.98px) {
  .enroll .line2__wrapper {
    display: block;
  }
}
.enroll__line2 {
  position: absolute;
  width: 849.175px;
  height: 531.954px;
  -webkit-transform: rotate(8.712deg);
          transform: rotate(8.712deg);
  top: 150px;
  right: -150px;
}
@media (min-width: 991.98px) {
  .enroll__line2 {
    top: 250px;
  }
}
@media (min-width: 1152px) {
  .enroll__line2 {
    top: 350px;
  }
}

.other {
  padding-top: 120px;
}
.other__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 128%;
  margin-bottom: 52px;
  text-align: center;
  font-family: Montserrat;
}
@media (min-width: 767.98px) {
  .other__title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
  }
}
@media (min-width: 991.98px) {
  .other__title {
    font-size: 50px;
  }
}
.other__instruments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  row-gap: 0px;
}
.other__instrument {
  margin-bottom: 12px;
}
@media (min-width: 767.98px) {
  .other__instrument {
    margin-bottom: 42px;
  }
}
.other__info {
  display: none;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(66, 75, 90, 0.15);
          box-shadow: 0px 4px 18px 0px rgba(66, 75, 90, 0.15);
  padding: 15px 20px;
  max-width: 822px;
}
@media (min-width: 767.98px) {
  .other__info {
    padding: 39px 35px;
    display: block;
  }
}
.other__text {
  font-size: 16px;
  line-height: 150%;
}
.other__text a {
  color: #3502ff;
  text-decoration: underline;
}

.instrument-other__img {
  -webkit-transform: rotate(-9.203deg);
          transform: rotate(-9.203deg);
  width: 117px;
  height: 98px;
  border-radius: 17.956px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 11px;
}
@media (min-width: 767.98px) {
  .instrument-other__img {
    width: 261.75px;
    height: 134.404px;
  }
}
.instrument-other:nth-child(1) .instrument-other__img {
  background-image: url(img/other1.png);
}
.instrument-other:nth-child(2) .instrument-other__img {
  background-image: url(img/other2.png);
}
.instrument-other:nth-child(3) .instrument-other__img {
  background-image: url(img/other3.png);
}
.instrument-other:nth-child(4) .instrument-other__img {
  background-image: url(img/other4.png);
}
.instrument-other__subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 266%;
  color: #3502ff;
  text-align: center;
}
@media (min-width: 767.98px) {
  .instrument-other__subtitle {
    font-size: 24px;
  }
}

.maps {
  padding-top: 119px;
}
.maps__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 128%;
  margin-bottom: 52px;
  text-align: center;
  font-family: Montserrat;
}
@media (min-width: 767.98px) {
  .maps__title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
  }
}
@media (min-width: 991.98px) {
  .maps__title {
    font-size: 50px;
  }
}
.maps__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 767.98px) {
  .maps__items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.maps__item {
  position: relative;
  border-radius: 30px;
  margin-bottom: 32px;
  overflow: hidden;
}
@media (min-width: 767.98px) {
  .maps__item {
    margin-bottom: 0;
  }
}
.maps iframe {
  position: relative;
  z-index: 1;
}
.maps__description {
  border-radius: 21px;
  border: 1px solid #020202;
  background-color: rgba(255, 255, 255, 0.85);
  width: 216px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  padding: 16px 0px;
  padding-left: 26px;
  color: #020202;
  font-size: 16px;
  line-height: 150%;
}
.maps__description p {
  font-weight: 700;
}
.maps__address {
  margin-bottom: 10px;
}
.maps__grafic {
  margin-bottom: 10px;
}