


.our--event-card {display: block;
    text-decoration: none;
    color: inherit;
    position: relative;}


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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slider {
  position: relative;
  margin-bottom: 30px;
}

.slider__item {
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
}

.slider__nav {
  z-index: 9;
}

.slider__nav .slick-arrow {
  background: transparent;
  width: 40px;
  height: 40px;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}

.slider__nav .slick-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-top: 3px solid #fff;
  opacity: 1;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.slider__nav .slick-arrow.slick-disabled {
  pointer-events: none;
}

.slider__nav .slick-arrow.slick-disabled:before {
  opacity: 0.5;
}

.slider__nav .slick-arrow.prev {
  left: 40px;
}

.slider__nav .slick-arrow.prev:before {
  border-left: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider__nav .slick-arrow.next {
  right: 40px;
}

.slider__nav .slick-arrow.next:before {
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider__nav .slick-arrow:hover:before {
  border-color: #D55941;
}

.slider .slick-dots {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  bottom: 20px;
}

.slider .slick-dots li {
  margin: 0 10px;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.slider .slick-dots li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.slider .slick-dots li:after {
  background: #fff;
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.slider .slick-dots li.slick-active:after {
  opacity: 1;
}

.slider .slick-dots li button {
  display: none;
}

.intro {
  padding-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .intro {
    padding-top: 180px;
  }
}

.intro__holder {
  padding: 40px 0 50px;
}

@media (min-width: 768px) {
  .intro__holder {
    padding: 60px 0 70px;
  }
}

@media (min-width: 992px) {
  .intro__holder {
    padding: 60px 0 122px;
  }
}

.intro__title {
  font: 500 30px/100% "SangBleu", sans-serif;
  color: #FFF;
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: 0px;
}

@media (min-width: 768px) {
  .intro__title {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .intro__title {
    font-size: 64px;
  }
}

@media (min-width: 1200px) {
  .intro__title {
    font-size: 74px;
  }
}

.intro__title span {
  display: block;
  font-family: "Golos", sans-serif;
}

.color-squares {
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .color-squares {
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
  }
}

.color-squares__item {
  height: 54px;
  border-right: 4px solid #fff;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

@media (min-width: 992px) {
  .color-squares__item {
    height: 125px;
  }
}

.color-squares__item:last-of-type {
  border-right: none;
}

.color-squares__item:nth-of-type(1) {
  background: #E58C06;
  width: 7%;
}

.color-squares__item:nth-of-type(2) {
  background: #2F4497;
  width: 12%;
}

.color-squares__item:nth-of-type(3) {
  background: #9A4687;
  width: 3%;
}

.color-squares__item:nth-of-type(4) {
  background: #006651;
  width: 12%;
}

.color-squares__item:nth-of-type(5) {
  background: #95C5CB;
  width: 30%;
}

.color-squares__item:nth-of-type(6) {
  background: #FFADE3;
  width: 12%;
}

.color-squares__item:nth-of-type(7) {
  background: #EAEAEA;
  width: 3%;
}

.color-squares__item:nth-of-type(8) {
  background: #D55941;
  width: 12%;
}

.color-squares__item:nth-of-type(9) {
  background: #E58C06;
  width: 13%;
}

.advantages {
  padding: 44px 0 70px;
  display: none;
}

@media (min-width: 992px) {
  .advantages {
    display: block;
    padding: 155px 0 120px;
  }
}

@media (min-width: 1200px) {
  .advantages {
    padding: 155px 0 120px;
  }
}

.advantages-mobile {
  display: block;
}

@media (min-width: 992px) {
  .advantages-mobile {
    display: none;
  }
}

.advantages__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.advantages__row:before {
  content: "";
  position: absolute;
  left: -9999px;
  border-top: 4px solid #fff;
  top: 0;
  right: 0;
}

.advantages__row:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 9999px;
  border-top: 4px solid #fff;
  bottom: 0;
}

.advantages__lines {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.advantages__lines:before {
  content: "";
  position: absolute;
  height: 80px;
  border-left: 4px solid #fff;
  top: 100%;
  right: 0;
}

@media (min-width: 1200px) {
  .advantages__lines:before {
    height: 120px;
  }
}

.advantages__lines:after {
  content: "";
  position: absolute;
  height: 156px;
  border-left: 4px solid #fff;
  bottom: 100%;
  right: 0;
}

@media (min-width: 1200px) {
  .advantages__lines:after {
    height: 156px;
  }
}

.advantages__col {
  width: 33.333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.advantages__list {
  list-style: none;
  padding: 40px 30px 15px;
  border: 4px solid #fff;
  border-top: none;
  margin: 0;
}

.advantages__list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .advantages__list li {
    font-size: 18px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  .advantages__list li {
    font-size: 22px;
  }
}

@media (min-width: 2600px) {
  .advantages__list li {
    font-size: 22px;
  }
}

.advantages__list li i {
  font-family: "SangBleu", sans-serif;
  font-weight: 300;
  line-height: 105%;
  letter-spacing: 0px;
  font-style: normal;
}

.advantages__list li span {
  font-family: "SangBleu", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0px;
}

.advantages__text {
  background: #D55941;
  border: 4px solid #fff;
  border-top: none;
  padding: 30px 30px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  height: 100%;
}

@media (min-width: 992px) {
  .advantages__text {
    padding: 40px 30px 15px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .advantages__text {
    font-size: 22px;
  }
}

@media (min-width: 2600px) {
  .advantages__text {
    font-size: 22px;
  }
}

.advantages__text p {
  margin-bottom: 30px;
}

.advantages__feature {
  background: #006651;
  padding: 30px 30px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0px;
  border: 4px solid #fff;
  border-top: none;
  border-left: none;
}

@media (min-width: 992px) {
  .advantages__feature {
    font-size: 18px;
    padding: 40px 30px 15px;
  }
}

@media (min-width: 1200px) {
  .advantages__feature {
    font-size: 25px;
  }
}

@media (min-width: 2600px) {
  .advantages__feature {
    font-size: 28px;
  }
}

.advantages__feature p {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 4px solid #fff;
}

@media (min-width: 992px) {
  .advantages__feature p {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.advantages__feature p:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.advantages__feature p span {
  font-family: "SangBleu", sans-serif;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0px;
}

.advantages__feature p span.italic {
  font-style: italic;
}

.advantages__feature-link {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .advantages__feature-link {
    font-size: 23px;
    line-height: 33px;
  }
}

.advantages__feature-link a {
  color: #fff;
}

.advantages__feature-link a:hover {
  color: #D55941;
}

.advantages__photo {
  border-right: 4px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.advantages__photo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 0;
  border-bottom: 4px solid #fff;
}

.advantages__slider {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 10px 30px 30px;
  position: relative;
  border-right: 4px solid #fff;
}

@media (min-width: 992px) {
  .advantages__slider {
    padding: 50px 0 22px 18px;
  }
}

.advantages__slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 0;
  border-bottom: 4px solid #fff;
}

.advantages .advantages-photo {
  padding: 40px 18px 22px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advantages .advantages-photo__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

@media (min-width: 2600px) {
  .advantages .advantages-photo__title {
    font-size: 28px;
  }
}

.advantages .advantages-photo__title span {
  display: block;
  font-family: "SangBleu", sans-serif;
}

.advantages .advantages-photo__address {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .advantages .advantages-photo__address {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 2600px) {
  .advantages .advantages-photo__address {
    font-size: 23px;
    line-height: 33px;
  }
}

.advantages .advantages-photo img {
  max-width: 100%;
}

.advantages .advantages-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}

.advantages .advantages-slider .slider__nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  padding-right: 18px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.advantages .advantages-slider .slider__nav button {
  position: relative;
  left: auto;
  right: auto;
  width: 20px;
  height: 20px;
}

.advantages .advantages-slider .slider__nav button:before {
  width: 15px;
  height: 15px;
  border-width: 2px;
}

.advantages .advantages-slider__item {
  padding-right: 18px;
}

.advantages-slider-item__content {
  font-size: 24px;
  font-weight: 400;
  line-height: 105%;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .advantages-slider-item__content {
    margin-bottom: 60px;
  }
}

@media (min-width: 2600px) {
  .advantages-slider-item__content {
    font-size: 37px;
  }
}

.advantages-slider-item__content span {
  display: block;
  font-family: "SangBleu", sans-serif;
}

.advantages-slider-item__img img {
  width: 100%;
}

.advantages-mobile__holder {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
}

.advantages-mobile__holder:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
  border-top: 2px solid #fff;
}

.advantages-mobile__holder:after {
  content: "";
  position: absolute;
  height: 60px;
  border-left: 2px solid #fff;
  top: 100%;
  right: -2px;
}

.advantages-mobile .advantages__list {
  border: none;
  border-bottom: 2px solid #fff;
  padding: 30px 30px 0;
}

.advantages-mobile .advantages__list:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 0;
  left: 0;
  border-top: 2px solid #fff;
}

.advantages-mobile .advantages__list li {
  font-size: 16px;
  margin-bottom: 30px;
}

.advantages-mobile .advantages__feature {
  border: none;
  border-bottom: 2px solid #fff;
}

.advantages-mobile .advantages__feature p {
  border-width: 2px;
}

.advantages-mobile .advantages__slider {
  border: none;
  border-bottom: 2px solid #fff;
}

.advantages-mobile .advantages__slider:before {
  display: none;
}

.advantages-mobile .advantages__text {
  border: none;
  border-bottom: 2px solid #fff;
}

.advantages-mobile .advantages__photo {
  border: none;
}

.advantages-mobile .advantages__photo:before {
  border-width: 2px;
}

@media (min-width: 992px) {
  .modules {
    margin-bottom: 80px;
  }
}

.modules__title {
  font: 500 86px/55px "SangBleu", sans-serif;
  color: #FFADE3;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: 0px;
  position: relative;
  text-align: right;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .modules__title {
    font-size: 136px;
    line-height: 85px;
    margin-right: -4px;
    margin-bottom: 54px;
  }
}

@media (min-width: 992px) {
  .modules__title {
    font-size: 186px;
    line-height: 120px;
    margin-right: -7px;
  }
}

.modules__title:before {
  content: "";
  position: absolute;
  right: 0;
  width: 9999px;
  bottom: 0;
  border-bottom: 2px solid #fff;
  z-index: -1;
}

@media (min-width: 768px) {
  .modules__title:before {
    right: 3px;
  }
}

@media (min-width: 992px) {
  .modules__title:before {
    border-width: 4px;
    right: 8px;
  }
}

@media (min-width: 2600px) {
  .modules__title:before {
    right: 7px;
  }
}

.modules__description {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  max-width: 636px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .modules__description {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (min-width: 992px) {
  .modules__description {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .modules__description {
    font-size: 24px;
    line-height: 28px;
    max-width: 836px;
  }
}

.modules__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .modules__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.modules__item {
  border-bottom: 2px solid #fff;
  padding: 50px 30px 50px;
}

@media (min-width: 992px) {
  .modules__item {
    width: 33.333%;
    border-right: 4px solid #fff;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .modules__item:first-of-type {
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .modules__item:nth-of-type(2) {
    padding: 0 50px;
  }
}

.modules__item:last-of-type {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .modules__item:last-of-type {
    border-right: 0;
    padding-left: 40px;
  }
}

.modules-item__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .modules-item__img {
    margin-bottom: 60px;
    height: 230px;
  }
}

@media (min-width: 992px) {
  .modules-item__img {
    margin-bottom: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.modules-item__img img {
  max-width: 90%;
}

@media (min-width: 768px) {
  .modules-item__img img {
    max-width: 100%;
  }
}

.modules-item__text {
  color: #EAEAEA;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
}

@media (min-width: 768px) {
  .modules-item__text {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .modules-item__text {
    font-size: 22px;
  }
}

.modules-item__text span {
  font-family: "SangBleu", sans-serif;
}

.modules-item__content a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  position: relative;
}

@media (min-width: 768px) {
  .modules-item__content a {
    font-size: 22px;
    line-height: 36px;
  }
}

.modules-item__content a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modules-item__content a:hover {
  color: #E58C06;
}

.modules-item__content a:hover:before {
  border-color: #E58C06;
}

.courses {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .courses {
    margin-bottom: 60px;
  }
}

.course {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .course {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px;
  }
}

.course__img {
  border: 2px solid #fff;
  z-index: 1;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 992px) {
  .course__img {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border: 4px solid #fff;
  }
}

.course__img-back {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  display: none;
}

@media (min-width: 992px) {
  .course__img-back {
    display: block;
  }
}

.course__img-back--mb {
  display: block;
}

@media (min-width: 992px) {
  .course__img-back--mb {
    display: none;
  }
}

.course--tools .course__img:before {
  position: absolute;
  content: "";
  top: -2px;
  right: 100%;
  border-top: 2px solid #fff;
  width: 9999px;
}

@media (min-width: 992px) {
  .course--tools .course__img:before {
    display: none;
  }
}

.course--communications .course__img:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 100%;
  border-top: 2px solid #fff;
  width: 9999px;
}

@media (min-width: 992px) {
  .course--communications .course__img:before {
    border-top: 4px solid #fff;
    top: -4px;
  }
}

.course__content {
  padding: 46px 0 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (min-width: 992px) {
  .course__content {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-left: 0;
    border-right: 0;
    padding: 60px 0 0;
  }
}

.course__content:before {
  position: absolute;
  content: "";
  top: 0;
}

.course__head {
  padding: 0 30px;
}

@media (min-width: 992px) {
  .course__head {
    padding: 0;
  }
}

.course--tools {
  padding-top: 45px;
}

@media (min-width: 992px) {
  .course--tools {
    padding-top: 115px;
  }
}

.course--tools:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  border-right: 2px solid #fff;
}

@media (min-width: 992px) {
  .course--tools:before {
    border-width: 4px;
    height: 115px;
  }
}

.course--communications {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 992px) {
  .course--communications {
    padding-top: 77px;
    padding-bottom: 77px;
  }
}

.course--communications:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  border-right: 2px solid #fff;
}

@media (min-width: 992px) {
  .course--communications:before {
    border-width: 4px;
    height: 77px;
  }
}

.course--communications:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 45px;
  border-right: 2px solid #fff;
}

@media (min-width: 992px) {
  .course--communications:after {
    border-width: 4px;
    height: 77px;
  }
}

@media (min-width: 992px) {
  .course--tools .course__content:before {
    right: 40px;
    width: 9999px;
    border-top: 4px solid #fff;
  }
}

@media (min-width: 992px) {
  .course--communications .course__content:before,
  .course--skills .course__content:before {
    right: 40px;
    left: 0;
    border-top: 4px solid #fff;
  }
}

.course__photo {
  position: absolute;
}

.course--tools .course__photo--1 {
  top: 37px;
  left: 13px;
  max-width: 90px;
}

@media (min-width: 768px) {
  .course--tools .course__photo--1 {
    max-width: 130px;
  }
}

@media (min-width: 992px) {
  .course--tools .course__photo--1 {
    max-width: 50%;
    top: 30px;
    left: 45px;
  }
}

.course--tools .course__photo--2 {
  right: 16px;
  top: 13px;
  max-width: 90px;
}

@media (min-width: 768px) {
  .course--tools .course__photo--2 {
    max-width: 130px;
  }
}

@media (min-width: 992px) {
  .course--tools .course__photo--2 {
    max-width: 50%;
    top: auto;
    right: 30px;
    bottom: 30px;
  }
}

@media (min-width: 2600px) {
  .course--tools .course__photo {
    left: 30px;
    top: 45px;
  }
}



/* ������������ */

.course--communications .course__photo {
  left: 16px;
  top: 13px;
  max-width: 90px;
}




@media (min-width: 768px) {
  .course--communications .course__photo {
    max-width: 130px;
  }
}

@media (min-width: 992px) {
  .course--communications .course__photo {
    left: 40px;
    top: 100px;
    max-width: 40%;
  }
}

@media (min-width: 1200px) {
  .course--communications .course__photo {
    left: 30px;
    top: 45px;
    max-width: 50%;
  }
}

@media (min-width: 2600px) {
  .course--communications .course__photo {
    left: 280px;
    top: 45px;
     max-width: 40%;
  }
}



/* ������������ */





.course--skills .course__photo {
  left: 16px;
  top: 13px;
  max-width: 90px;
}

 


@media (min-width: 768px) {
  .course--skills .course__photo {
    max-width: 130px;
  }
}

@media (min-width: 992px) {
  .course--skills .course__photo {
    left: 40px;
    top: 100px;
    max-width: 40%;
  }
}

@media (min-width: 1200px) {
  .course--skills .course__photo {
    left: 30px;
    top: 45px;
    max-width: 50%;
  }
}


@media (min-width: 1200px) {
  .course--skills .course__photo--2 {
	max-width: 50%;
    top: auto;
    left: 250px;
    bottom: 30px;
  }
  }




@media (min-width: 2600px) {
  .course--skills .course__photo {
    left: 30px;
    top: 45px;
  }
 
}


@media (min-width: 2600px)   {
   .course--skills .course__photo--2 {
	max-width: 40%;
    top: auto;
    left: 280px;
    bottom: 30px;
  }
  
}




.course__title {
  font: 500 24px/28px "SangBleu", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .course__title {
    font-size: 55px;
    line-height: 54px;
    margin-bottom: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .course__title {
    font-size: 55px;
    line-height: 58px;
    margin-bottom: 40px;
  }
}

@media (min-width: 2600px) {
  .course__title {
    font-size: 54px;
    line-height: 58px;
    margin-bottom: 40px;
  }
}

.course__text {
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .course__text {
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .course__text {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  .course__text {
    font-size: 22px;
    line-height: 26px;
  }
}

.course__text p {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .course__text p {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .course__text p {
    margin-bottom: 30px;
  }
}

.course__text p span {
  font-family: "SangBleu", sans-serif;
}

.course__date {
  border-bottom: 2px solid #fff;
  font-size: 16px;
  margin: 0 13px;
  padding: 0 20px 10px;
}

@media (min-width: 992px) {
  .course__date {
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 4px solid #fff;
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .course__date {
    font-size: 22px;
    padding-bottom: 20px;
  }
}

.course__date span {
  font-family: "SangBleu", sans-serif;
}

.course__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px;
}

@media (min-width: 992px) {
  .course__list {
    padding: 40px 0 10px;
    margin-bottom: 50px;
  }
}

.course__list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.course__list ul:first-of-type {
  width: 50%;
}

@media (min-width: 1200px) {
  .course__list ul:first-of-type {
    width: 40%;
  }
}

.course__list ul li {
  font: 500 13px/130% "SangBleu", sans-serif;
}

@media (min-width: 768px) {
  .course__list ul li {
    font-size: 21px;
    line-height: 32px;
  }
}

.course__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media (min-width: 992px) {
  .course__control {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
}

.course__btn {
  font: normal 500 13px/20px "SangBleu", sans-serif;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 2px solid #fff;
  height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

@media (min-width: 576px) {
  .course__btn {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  .course__btn {
    font-size: 18px;
    line-height: 22px;
    height: 80px;
  }
}

@media (min-width: 992px) {
  .course__btn {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}

@media (min-width: 1200px) {
  .course__btn {
    font-size: 22px;
    height: 80px;
  }
}

@media (min-width: 2600px) {
  .course__btn {
    font-size: 24px;
    line-height: 22px;
  }
}

.course__btn span {
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.course__btn span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.course__btn:hover span {
  color: #D55941;
}

.course__btn:hover span:before {
  border-color: #D55941;
}

.course--tools .course__btn {
  background: #2F4497;
}

.course--communications .course__btn {
  background: #006651;
}

.course--skills .course__btn {
  background: #9A4687;
}

.course__status {
  font: normal 500 16px/22px "SangBleu", sans-serif;
  background: #CFE196;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2F2F2F;
  height: 60px;
  padding: 0 32px;
}

@media (min-width: 768px) {
  .course__status {
    line-height: 22px;
    font-size: 22px;
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .course__status {
    font-size: 22px;
    height: 80px;
  }
}

.soon {
  padding-bottom: 42px;
}

.soon__holder {
  border-right: 2px solid #fff;
}

@media (min-width: 992px) {
  .soon__holder {
    border-right: 4px solid #fff;
  }
}

.soon__title {
  font: 500 24px/32px "SangBleu", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .soon__title {
    font-size: 75px;
    margin-bottom: 50px;
    line-height: 70px;
  }
}

.soon__list {
  list-style: none;
  padding-left: 4px;
  margin: 0 0 47px;
  max-width: 1180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 50px;
}

@media (min-width: 992px) {
  .soon__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.soon__item {
  font: 500 13px/16px "SangBleu", sans-serif;
  border: 2px solid #fff;
  margin-bottom: -2px;
  margin-left: -2px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 16px;
}

@media (min-width: 768px) {
  .soon__item {
    line-height: 32px;
    font-size: 23px;
    padding: 5px 30px;
  }
}

@media (min-width: 992px) {
  .soon__item {
    border: 4px solid #fff;
    margin-bottom: -4px;
    margin-left: -4px;
  }
}

.soon__item--blue {
  background: #2F4497;
}

.soon__item--cyan {
  background: #95C5CB;
}

.soon__item--yellow {
  background: #FDB932;
}

.soon__item--red {
  background: #D55941;
}

.soon__item--green {
  background: #006651;
}

.soon__item--rose {
  background: #FFADE3;
}

.soon__item--orange {
  background: #E58C06;
}

.soon__label {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .soon__label {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .soon__label {
    font-size: 30px;
    line-height: 34px;
  }
}

.soon__inputs {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .soon__inputs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .soon__inputs {
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
}

.soon__inputs:before {
  position: absolute;
  content: "";
  bottom: -4px;
  right: 100%;
  border-bottom: 4px solid #fff;
  width: 9999px;
  display: none;
}

@media (min-width: 992px) {
  .soon__inputs:before {
    display: block;
  }
}

.soon__inputs input {
  font: 500 16px "golos", sans-serif;
  background: transparent;
  height: 58px;
  border: none;
  padding: 0 20px;
  width: 100%;
  color: #fff;
  border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {
  .soon__inputs input {
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .soon__inputs input {
    font-size: 30px;
    padding: 0 60px;
    height: 87px;
    width: 70%;
  }
}

.soon__inputs input:focus-visible {
  outline: 0;
}

.soon__inputs input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.soon__inputs input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.soon__inputs input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.soon__inputs input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.soon__inputs input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.soon__inputs button {
  background: #006651;
  width: 100%;
  height: 58px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  color: #fff;
}

@media (min-width: 992px) {
  .soon__inputs button {
    height: 92px;
    width: 50%;
    
  }
}

.soon__inputs button span {
  font: 500 16px/22px "SangBleu", sans-serif;
  position: relative;
  padding-bottom: 2px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .soon__inputs button span {
    font-size: 30px;
  }
}

.soon__inputs button span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.soon__inputs button:hover span {
  color: #D55941;
}

.soon__inputs button:hover span:before {
  border-color: #D55941;
}

.soon__checks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .soon__checks {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .soon__checks-holder {
    width: 50%;
  }
}

@media (min-width: 576px) {
  .soon__checks .check {
    margin-bottom: -10px;
  }
}

.how {
  background: #2f2f2f;
  margin-top: 60px;
  position: relative;
}

@media (min-width: 768px) {
  .how {
    margin-top: 80px;
  }
}

.how:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #fff;
}

@media (min-width: 992px) {
  .how:after {
    border-bottom: 4px solid #fff;
  }
}

.how:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 2px solid #fff;
}

@media (min-width: 992px) {
  .how:before {
    border-top: 4px solid #fff;
  }
}

.how__holder {
  position: relative;
}

.how__holder:before {
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  height: 60px;
  border-left: 2px solid #fff;
}

@media (min-width: 768px) {
  .how__holder:before {
    top: -80px;
    height: 80px;
  }
}

@media (min-width: 992px) {
  .how__holder:before {
    border-left: 4px solid #fff;
  }
}

.how__title {
  font: 500 32px/100% "SangBleu", sans-serif;
  letter-spacing: 0px;
  text-align: right;
  padding-top: 25px;
  padding-bottom: 30px;
  border-left: 2px solid #fff;
}

@media (min-width: 768px) {
  .how__title {
    font-size: 80px;
    padding-top: 30px;
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .how__title {
    font-size: 120px;
    border-left: 4px solid #fff;
    padding-top: 40px;
    padding-bottom: 55px;
  }
}

@media (min-width: 1200px) {
  .how__title {
    font-size: 120px;
  }
}

.how__title span {
  color: #CEE196;
}

.how-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .how-description {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.how-description__item {
  padding: 20px 30px 30px;
  border: 2px solid #2F2F2F;
  border-left: 2px solid #2F2F2F;
  margin-top: -2px;
}

@media (min-width: 768px) {
  .how-description__item {
    padding: 50px 27px 40px;
  }
}

@media (min-width: 992px) {
  .how-description__item {
    width: 33.333%;
    border: 4px solid #2F2F2F;
    border-left: none;
    margin-top: 0;
  }
}

.how-description__item:first-of-type {
  background: #CFE196;
}

@media (min-width: 992px) {
  .how-description__item:first-of-type {
    border-left: 0px solid #CFE196;
  }
}

.how-description__item:nth-of-type(2) {
  background: #CFE196;
}

.how-description__item:last-of-type {
  background: #CFE196;
}

.how-description__text {
  font-weight: 400;
  line-height: 120%;
  font-size: 16px;
  letter-spacing: 0px;
  
}

@media (min-width: 768px) {
  .how-description__text {
    line-height: 30px;
    font-size: 22px;
  }
}

@media (min-width: 2600px) {
  .how-description__text {
    line-height: 30px;
    font-size: 22px;
  }
}

.how-description__text span {
  font-family: "SangBleu", sans-serif;
  font-style: italic;
}

.how-description__text p {
  margin-bottom: 20px;
  color: #2F2F2F;
}

@media (min-width: 768px) {
  .how-description__text p {
    margin-bottom: 35px;
    color: #2F2F2F;
  }
}

.how-description__text p:nth-of-type(2) {
  margin-bottom: -5px;
  color: #2F2F2F;
}

.how-description__text a {
  color: #fff;
  position: relative;
  color: #2F2F2F;
}

.how-description__text a:hover {
  color: #D55941;
  color: #2F2F2F;
}

.how-faq__item {
  border-bottom: 2px solid #fff;
}

@media (min-width: 992px) {
  .how-faq__item {
    border-bottom: 4px solid #fff;
  }
}

.how-faq__head {
  font: 500 16px/18px "SangBleu", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0px;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

@media (min-width: 992px) {
  .how-faq__head {
    font-size: 24px;
    line-height: 36px;
    padding: 20px 0 20px;
  }
}

.how-faq__head:hover {
  color: #D55941;
}

.how-faq__ico {
  width: 16px;
  height: 16px;
  position: relative;
}

.how-faq__ico:before,
.how-faq__ico:after {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.how-faq__ico:before {
  height: 2px;
}

@media (min-width: 992px) {
  .how-faq__ico:before {
    height: 4px;
  }
}

.how-faq__ico:after {
  width: 2px;
}

@media (min-width: 992px) {
  .how-faq__ico:after {
    width: 4px;
  }
}

.how-faq__head:hover .how-faq__ico:before,
.how-faq__head:hover .how-faq__ico:after {
  background: #D55941;
}

.how-faq__content {
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .how-faq__content {
    padding-left: 0;
    font-size: 20px;
    font-weight: 400;
  }
}

.how-faq__content p {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .how-faq__content p {
    margin-bottom: 20px;
  }
}

.how-faq__item.active .how-faq__content {
  display: block;
}

.how-faq__item.active .how-faq__ico:after {
  display: none;
}

.system {
  margin-bottom: 43px;
}

@media (min-width: 992px) {
  .system {
    margin-bottom: 85px;
  }
}

.system__wrap {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .system__wrap {
    padding-top: 118px;
  }
}

.system__title {
  font: normal 32px/100% "SangBleu", sans-serif;
  letter-spacing: 0px;
  position: relative;
  padding: 10px 0 20px;
}

@media (min-width: 768px) {
  .system__title {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .system__title {
    font-size: 80px;
    padding: 30px 0 40px;
  }
}

@media (min-width: 1200px) {
  .system__title {
    font-size: 80px;
  }
}

@media (min-width: 2600px) {
  .system__title {
    font-size: 80px;
  }
}

.system__title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 4px solid #fff;
  display: none;
}

@media (min-width: 1200px) {
  .system__title:before {
    display: block;
  }
}

.system__title:after {
  content: "";
  position: absolute;
  border-bottom: 4px solid #fff;
  left: 100%;
  width: 9999px;
  bottom: -4px;
  display: none;
}

@media (min-width: 1200px) {
  .system__title:after {
    display: block;
  }
}

.system__title span {
  color: #95C5CB;
}

.system__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .system__holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.system__content {
  position: relative;
}

@media (min-width: 1200px) {
  .system__content {
    width: 66.666%;
  }
}

.system__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 17px;
  width: 9999px;
  border-bottom: 4px solid #fff;
  display: none;
}

@media (min-width: 1200px) {
  .system__content:before {
    display: block;
  }
}

.system__items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.system__items-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 4px;
  margin-right: -8px;
}

@media (min-width: 1200px) {
  .system__items-holder {
    padding-left: 0;
    margin-right: 0;
  }
}

.system__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (min-width: 992px) {
  .system__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-left: 0;
    border-right: 0;
  }
}

.system__feature {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}

@media (min-width: 992px) {
  .system__feature {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .system__feature {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.system__feature:before,
.system__feature:after {
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
}

@media (min-width: 992px) {
  .system__feature:before,
  .system__feature:after {
    border-top: 4px solid #fff;
  }
}

.system__feature-title {
  font: 500 24px/110% "SangBleu", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .system__feature-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 2600px) {
  .system__feature-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.system__feature-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
}

@media (min-width: 1200px) {
  .system__feature-text {
    font-size: 18px;
  }
}

@media (min-width: 2600px) {
  .system__feature-text {
    font-size: 22px;
    line-height: 26px;
  }
}

.system__feature:first-of-type {
  padding: 30px;
}

@media (min-width: 992px) {
  .system__feature:first-of-type {
    border-right: 4px solid #fff;
    padding-right: 30px;
    padding-left: 0;
  }
}

@media (min-width: 2600px) {
  .system__feature:first-of-type {
    padding-right: 40px;
  }
}

.system__feature:first-of-type:before {
  top: 0;
  right: 9px;
  width: 9999px;
}

@media (min-width: 992px) {
  .system__feature:first-of-type:before {
    left: 0;
    right: 17px;
    width: auto;
  }
}

.system__feature:first-of-type:after {
  bottom: 0;
  right: 17px;
  left: 0;
  display: none;
}

@media (min-width: 992px) {
  .system__feature:first-of-type:after {
    display: block;
  }
}

.system__feature:last-of-type {
  padding: 30px;
}

@media (min-width: 992px) {
  .system__feature:last-of-type {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 2600px) {
  .system__feature:last-of-type {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.system__feature:last-of-type:before {
  top: 0;
  right: 7px;
  left: 7px;
}

@media (min-width: 992px) {
  .system__feature:last-of-type:before {
    right: 17px;
    left: 17px;
  }
}

.system__feature:last-of-type:after {
  bottom: 0;
  right: 7px;
  left: 7px;
}

@media (min-width: 992px) {
  .system__feature:last-of-type:after {
    right: 17px;
    left: 17px;
  }
}

.system__slider {
  padding: 30px 30px 40px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (min-width: 992px) {
  .system__slider {
    padding: 60px 0 60px 0;
    border-left: 0;
    border-right: 0;
  }
}

@media (min-width: 1200px) {
  .system__slider {
    padding: 60px 40px 60px 0;
  }
}

.system__slider-title {
  font: 500 24px/110% "SangBleu", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .system__slider-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.system__slider-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .system__slider-text {
    font-size: 18px;
  }
}

@media (min-width: 2600px) {
  .system__slider-text {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}

.system-slider {
  margin-bottom: 0;
}

.system-slider .slick-arrow {
  width: 18px;
  height: 18px;
}

.system-slider .slick-arrow.next {
  right: 28px;
}

.system-slider .slick-arrow.prev {
  left: 28px;
}

.system-slider .slick-arrow:before {
  width: 13px;
  height: 13px;
  border-width: 2px;
}

.system-slider .slick-arrow.next:before,
.system-slider .slick-arrow.prev:before {
  border-width: 2px;
}

.system-slider .slick-slide img {
  width: 100%;
}

.system-slider .slick-slide > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.system-slider__item {
  height: 100%;
}

.system-item {
  border: 2px solid #fff;
  padding: 15px 20px 30px 20px;
  margin-top: -4px;
  margin-left: -4px;
  width: 50%;
}

@media (min-width: 768px) {
  .system-item {
    padding: 32px 25px 40px 25px;
  }
}

@media (min-width: 992px) {
  .system-item {
    border: 4px solid #fff;
  }
}

@media (min-width: 1200px) {
  .system-item {
    padding: 32px 25px 40px 25px;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 2600px) {
  .system-item {
    padding: 32px 35px 50px 35px;
  }
}

.system-item:first-of-type {
  background: #FDB932;
}

@media (min-width: 1200px) {
  .system-item:first-of-type {
    margin-top: 0;
  }
}

.system-item:nth-of-type(2) {
  background: #2F4497;
}

.system-item:nth-of-type(3) {
  background: #95C5CB;
}

.system-item:nth-of-type(4) {
  background: #9A4687;
}

.system-item--last {
  width: 100%;
  margin-left: 0;
}

.system-item--last:nth-of-type(2) {
  background: #D55941;
}

.system-item__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .system-item__title {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .system-item__title {
    font-size: 28px;
  }
}

.system-item__text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}

@media (min-width: 768px) {
  .system-item__text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 2600px) {
  .system-item__text {
    font-size: 18px;
    line-height: 22px;
  }
}

.system-item__text ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.profi {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .profi {
    margin-bottom: 150px;
  }
}

.profi__title {
  font: 500 24px/110% "SangBleu", sans-serif;
  letter-spacing: 0px;
  max-width: 1225px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-right: 50px;
}

@media (min-width: 768px) {
  .profi__title {
    font-size: 44px;
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .profi__title {
    font-size: 64px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .profi__title {
    font-size: 64px;
  }
}

.profi__title:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  bottom: 5px;
  right: 0;
  width: 9999px;
  z-index: -1;
}

@media (min-width: 768px) {
  .profi__title:before {
    bottom: 11px;
  }
}

@media (min-width: 992px) {
  .profi__title:before {
    bottom: 13px;
    border-bottom: 4px solid #fff;
  }
}

@media (min-width: 1200px) {
  .profi__title:before {
    bottom: 15px;
  }
}

.profi__title:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  right: -340px;
  bottom: 140px;
  -webkit-transform: rotate(138deg);
  -ms-transform: rotate(138deg);
  transform: rotate(138deg);
  width: 506px;
}

@media (min-width: 768px) {
  .profi__title:after {
    right: -240px;
    bottom: 110px;
  }
}

@media (min-width: 992px) {
  .profi__title:after {
    border-bottom: 4px solid #fff;
  }
}

.profi__title-green {
  color: #CEE196;
}

.profi__title-rose {
  color: #FFADE3;
}

.profi__title-yellow {
  color: #FDB932;
}

.profi__text {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0px;
  max-width: 1095px;
  margin-bottom: 50px;
  margin-top: 80px;
}

@media (min-width: 768px) {
  .profi__text {
    font-size: 22px;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .profi__text {
    font-size: 22px;
    line-height: 26px;
  }
}

.profi__text span {
  font-family: "SangBleu", sans-serif;
}

.profi-slider .slick-list {
  overflow: visible;
}

.profi-slider .slick-slide {
  margin: 0 12px;
}

.profi-slider .slick-list {
  margin: 0 -12px;
}

.profi-slider__img {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .profi-slider__img {
    margin-bottom: 25px;
  }
}

.profi-slider__img img {
  max-width: 100%;
}

.profi-slider__name {
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

@media (min-width: 768px) {
  .profi-slider__name {
    font-size: 22px;
    line-height: 26px;
  }
}

.profi-slider__text {
  color: rgba(255, 255, 255, 0.5);
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .profi-slider__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.profi-slider .slider__nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.profi-slider .slider__nav button {
  position: relative;
  left: auto !important;
  right: auto !important;
  width: 20px;
  height: 20px;
}

.profi-slider .slider__nav button:before {
  width: 15px;
  height: 15px;
  border-width: 2px !important;
}

.description {
  background: #006651;
  padding: 32px 27px 32px 27px;
  border: 2px solid #fff;
  position: relative;
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .description {
    border: 4px solid #fff;
    margin-bottom: 120px;
    padding: 60px 67px 60px 67px;
  }
}

.description:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 100%;
  border-top: 2px solid #fff;
  width: 9999px;
}

@media (min-width: 992px) {
  .description:before {
    border-top: 4px solid #fff;
    top: -4px;
  }
}

.description:after {
  content: "";
  position: absolute;
  top: 100%;
  right: -2px;
  border-right: 2px solid #fff;
  height: 70px;
}

@media (min-width: 992px) {
  .description:after {
    right: -4px;
    border-right: 4px solid #fff;
    height: 100px;
  }
}

.description__slice {
  position: absolute;
  right: -2px;
  top: 0;
  border: 55px solid transparent;
  border-color: #2f2f2f #2f2f2f transparent transparent;
}

@media (min-width: 992px) {
  .description__slice {
    right: -4px;
    border: 125px solid transparent;
    border-color: #2f2f2f #2f2f2f transparent transparent;
  }
}

.description__slice:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  right: -763px;
  bottom: -265px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  width: 999px;
}

@media (min-width: 992px) {
  .description__slice:before {
    border-bottom: 4px solid #fff;
    right: -663px;
    bottom: -165px;
  }
}

.description__title {
  font: 500 24px/105% "SangBleu", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 30px;
  padding-right: 40px;
}

@media (min-width: 992px) {
  .description__title {
    font-size: 46px;
    padding-right: 200px;
  }
}

@media (min-width: 1200px) {
  .description__title {
    font-size: 46px;
  }
}

.description__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0px;
}

@media (min-width: 992px) {
  .description__text {
    font-size: 26px;
    line-height: 32px;
  }
}

.lessons {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .lessons {
    margin-bottom: 124px;
  }
}

.lessons__title {
  font: 500 72px/50% "SangBleu", sans-serif;
  color: #CEE196;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: 0px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .lessons__title {
    font-size: 136px;
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .lessons__title {
    font-size: 236px;
    margin-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .lessons__title {
    font-size: 136px;
    margin-bottom: 100px;
  }
}

.lessons__title span {
  position: relative;
  z-index: 1;
}

.lessons__title span:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #fff;
  bottom: 53px;
  right: -1px;
  width: 9999px;
  z-index: -1;
}

@media (min-width: 768px) {
  .lessons__title span:before {
    bottom: 25px;
    right: 3px;
  }
}

@media (min-width: 992px) {
  .lessons__title span:before {
    border-bottom: 4px solid #fff;
    bottom: 25px;
    right: 11px;
  }
}

@media (min-width: 1200px) {
  .lessons__title span:before {
    /*bottom: 43px;*/
    right: 11px;
  }
}

.lessons__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  max-width: 836px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .lessons__text {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  .lessons__text {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 60px;
  }
}

.lessons-slider .slick-list {
  overflow: visible;
}

.lessons-slider .slick-slide {
  margin: 0 12px;
}

.lessons-slider .slick-list {
  margin: 0 -12px;
}

.lessons-slider__img {
  margin-bottom: 15px;
  height: 264px;
}

@media (min-width: 768px) {
  .lessons-slider__img {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .lessons-slider__img {
    height: 364px;
  }
}

.lessons-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lessons-slider__date {
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .lessons-slider__date {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.lessons-slider__date span {
  font-family: "SangBleu", sans-serif;
  font-style: italic;
}

.lessons-slider__title {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .lessons-slider__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}

.lessons-slider__name {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}

@media (min-width: 768px) {
  .lessons-slider__name {
    font-size: 22px;
    line-height: 28px;
  }
}

.lessons-slider__text {
  color: rgba(255, 255, 255, 0.5);
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  max-width: 300px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .lessons-slider__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.lessons-slider__content {
  border: 1px solid #FFF;
  padding: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 15px;
  height: 264px;
}

@media (min-width: 768px) {
  .lessons-slider__content {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .lessons-slider__content {
    font-size: 20px;
    line-height: 24px;
    height: 364px;
    padding: 23px 33px;
  }
}

@media (min-width: 1200px) {
  .lessons-slider__content {
    font-size: 22px;
    line-height: 32px;
  }
}

.lessons-slider__content i {
  font-family: "SangBleu", sans-serif;
  font-style: italic;
}

.lessons-slider__content span {
  font-family: "SangBleu", sans-serif;
}

.lessons-slider__color {
  font: italic 500 53px/40px "SangBleu", sans-serif;
  background: #C7A1F9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  letter-spacing: 0px;
  margin-bottom: 15px;
  height: 264px;
  padding: 30px 30px;
}

@media (min-width: 768px) {
  .lessons-slider__color {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .lessons-slider__color {
    height: 364px;
    font-size: 73px;
  }
}

.lessons-slider__popup {
  position: relative;
  display: inline-block;
  top: -15px;
}

@media (min-width: 768px) {
  .lessons-slider__popup {
    margin-top: 0;
    top: 0;
  }
}

.lessons-slider__popup-trigger {
  font: italic 500 12px/18px "SangBleu", sans-serif;
  letter-spacing: 0px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  cursor: pointer;
}

@media (min-width: 768px) {
  .lessons-slider__popup-trigger {
    font-size: 24px;
    line-height: 32px;
  }
}

.lessons-slider__popup-hint {
  background: #fff;
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  border: 1px solid #FFF;
  padding: 16px 16px 0;
  width: 250px;
}

@media (min-width: 768px) {
  .lessons-slider__popup-hint {
    width: 390px;
    padding: 24px 28px 10px;
  }
}

.lessons-slider__popup-hint-item {
  margin-bottom: 15px;
}

.lessons-slider__popup-hint-title {
  color: #000;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
}

@media (min-width: 768px) {
  .lessons-slider__popup-hint-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.lessons-slider__popup-hint-text {
  color: rgba(0, 0, 0, 0.5);
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}

@media (min-width: 768px) {
  .lessons-slider__popup-hint-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.lessons-slider__popup-trigger:hover ~ .lessons-slider__popup-hint {
  display: block;
}

.lessons-slider .slider__nav {
  position: relative;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .lessons-slider .slider__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.lessons-slider .slider__nav button {
  position: relative;
  left: auto !important;
  right: auto !important;
  width: 20px;
  height: 20px;
}

.lessons-slider .slider__nav button:before {
  width: 15px;
  height: 15px;
  border-width: 2px !important;
}

.order {
  position: relative;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .order {
    padding-bottom: 35px;
    margin-bottom: 121px;
  }
}

.order:before {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid #fff;
  right: 0;
  width: 9999px;
  display: none;
}

@media (min-width: 992px) {
  .order:before {
    display: block;
  }
}

.order__title {
  font: 500 24px/105% "SangBleu", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 20px;
  max-width: 693px;
}

@media (min-width: 768px) {
  .order__title {
    font-size: 46px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .order__title {
    font-size: 56px;
  }
}

.order__text {
  max-width: 693px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .order__text {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1200px) {
  .order__text {
    font-size: 28px;
    line-height: 40px;
  }
}

.order__text:before {
  content: "";
  position: absolute;
  border-left: 4px solid #fff;
  top: calc(100% + 50px);
  height: 400px;
  display: none;
}

@media (min-width: 992px) {
  .order__text:before {
    display: block;
  }
}

.order__content {
  position: relative;
  padding-top: 48px;
  padding-right: 40px;
  border-right: 2px solid #fff;
}

.order__content:after {
  content: "";
  position: absolute;
  right: -2px;
  border-right: 2px solid #fff;
  bottom: 100%;
  height: 55px;
  display: block;
}

@media (min-width: 992px) {
  .order__content:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .order__content {
    border-right: none;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .order__content {
    padding-top: 78px;
  }
}

@media (min-width: 2600px) {
  .order__content {
    width: 60%;
  }
}

.order__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 9999px;
  border-top: 2px solid #fff;
}

@media (min-width: 992px) {
  .order__content:before {
    border-top: 4px solid #fff;
    right: 34px;
    left: 0;
  }
}

@media (min-width: 992px) {
  .order__form {
    width: 50%;
  }
}

@media (min-width: 2600px) {
  .order__form {
    width: 40%;
  }
}

.order-form__holder {
  border: 2px solid #fff;
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  .order-form__holder {
    border: 4px solid #fff;
  }
}

.order-form__checks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 2600px) {
  .order-form__checks .check {
    margin-bottom: -10px;
  }
}

.order-form input {
  background: transparent;
  height: 58px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid #fff;
  width: 100%;
  padding: 0 18px;
  color: #fff;
}

@media (min-width: 576px) {
  .order-form input {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 992px) {
  .order-form input {
    height: 64px;
    padding: 0 35px;
    line-height: 22px;
    border-bottom: 4px solid #fff;
  }
}

@media (min-width: 1200px) {
  .order-form input {
    font-size: 22px;
    height: 84px;
  }
}

@media (min-width: 2600px) {
  .order-form input {
    font-size: 18px;
  }
}

.order-form input:focus-visible {
  outline: none;
}

.order-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.order-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.order-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.order-form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.order-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.order-form button {
  font: normal 500 16px/22px "SangBleu", sans-serif;
  background: #006651;
  height: 58px;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
}

@media (min-width: 992px) {
  .order-form button {
    font-size: 20px;
    height: 64px;
  }
}

@media (min-width: 1200px) {
  .order-form button {
    height: 84px;
    font-size: 28px;
  }
}

.order-form button span {
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.order-form button:hover {
  color: #fff;
  background: rgba(255, 173, 227, 0.9);
  text-decoration: none;
}

.order-form button:hover span {
  text-decoration: none;
}