/* responsive columns */

.row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-h-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.offset-left-10 {
  margin-left: 10%;
}

.offset-left-20 {
  margin-left: 20%;
}

.offset-left-30 {
  margin-left: 30%;
}

.offset-left-40 {
  margin-left: 40%;
}

.offset-left-50 {
  margin-left: 50%;
}

.offset-left-60 {
  margin-left: 60%;
}

.offset-left-70 {
  margin-left: 70%;
}

.offset-left-80 {
  margin-left: 80%;
}

.offset-left-90 {
  margin-left: 90%;
}

.offset-left-100 {
  margin-left: 100%;
}

.offset-right-10 {
  margin-right: 10%;
}

.offset-right-20 {
  margin-right: 20%;
}

.offset-right-30 {
  margin-right: 30%;
}

.offset-right-40 {
  margin-right: 40%;
}

.offset-right-50 {
  margin-right: 50%;
}

.offset-right-60 {
  margin-right: 60%;
}

.offset-right-70 {
  margin-right: 70%;
}

.offset-right-80 {
  margin-right: 80%;
}

.offset-right-90 {
  margin-right: 90%;
}

.offset-right-100 {
  margin-right: 100%;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.col {
  padding: 0 15px;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.col-8 {
  max-width: 8.33%;
  -ms-flex-preferred-size: 8.33%;
  flex-basis: 8.33%;
}

.col-10 {
  max-width: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.col-12 {
  max-width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
}

.col-15 {
  max-width: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
}

.col-16 {
  max-width: 16.66%;
  -ms-flex-preferred-size: 16.66%;
  flex-basis: 16.66%;
}

.col-18 {
  max-width: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}

.col-20 {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.col-23 {
  max-width: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
}

.col-25 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.col-30 {
  max-width: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.col-32 {
  max-width: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

.col-33 {
  max-width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.col-40 {
  max-width: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.col-50 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col-60 {
  max-width: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.col-66 {
  max-width: 66.66%;
  -ms-flex-preferred-size: 66.66%;
  flex-basis: 66.66%;
}

.col-68 {
  max-width: 68%;
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
}

.col-70 {
  max-width: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.col-75 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.col-77 {
  max-width: 77%;
  -ms-flex-preferred-size: 77%;
  flex-basis: 77%;
}

.col-80 {
  max-width: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.col-82 {
  max-width: 82%;
  -ms-flex-preferred-size: 82%;
  flex-basis: 82%;
}

.col-83 {
  max-width: 83.34%;
  -ms-flex-preferred-size: 83.34%;
  flex-basis: 83.34%;
}

.col-85 {
  max-width: 85%;
  -ms-flex-preferred-size: 85%;
  flex-basis: 85%;
}

.col-88 {
  max-width: 88%;
  -ms-flex-preferred-size: 88%;
  flex-basis: 88%;
}

.col-90 {
  max-width: 90%;
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
}

.col-92 {
  max-width: 92%;
  -ms-flex-preferred-size: 92%;
  flex-basis: 92%;
}

.col-100 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 16px;
  font-family: Arial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

body.no-scroll {
  overflow: hidden;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

p {
  line-height: 1.4;
}

img {
  max-width: 100%;
}

a[href] {
  -webkit-transition: .3s all;
  transition: .3s all;
}

a[href]:hover {
  opacity: 0.7;
}

.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

.section-header--home .section-title {
  font-size: 40px;
  font-weight: 600;
}

.section-header--home .section-subtitle {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  margin-top: 5px;
  max-width: 767px;
}

.preloader {
  position: relative;
}

.preloader:before {
  content: '';
  background: #fff url(/dist/img/ajax-loader.gif) center center no-repeat !important;
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
  cursor: default;
}

.spinner {
  background: url(/dist/img/spinner.gif) 0% 0%/contain;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0px auto -1px;
}

/* helpers */

.container {
  width: 100%;
  max-width: 1590px;
  padding-left: 65px;
  padding-right: 65px;
  margin-left: auto;
  margin-right: auto;
}

:root {
  --black: #202124;
  --yellow: #FFCC00;
  --orange: #F09867;
  --white: #FFF;
  --blue: #00B2E3;
  --purple: #6166DC;
  --red: #ff4f44;
}

.color-yellow {
  color: var(--yellow);
}

body {
  background-color: var(--black);
  color: #fff;
  font-family: 'Gilroy';
  font-size: 16px;
}

/* HELPERS */

.section {
  margin-top: 100px;
}

.section-title {
  font-size: 46px;
  font-weight: bold;
}

.section-subtitle {
  font-size: 20px;
}

.section-right {
  margin-top: 50px;
}

.btn {
  background-color: var(--yellow);
  padding: 20px;
  color: var(--black);
  border-radius: 3px;
  border: none;
  font-family: inherit;
  font-size: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.btn:hover {
  background-color: #ffd83e;
}

.icon {
  width: 38px;
  height: 38px;
  background-size: cover;
  background-position: center;
}

.icon--facebook {
  background-image: url("../images/facebook-icon.svg");
}

.icon--email {
  background-image: url("../images/email-icon.svg");
}

.icon--telegram {
  background-image: url("../images/telegram-icon.svg");
}

.bolder {
  font-weight: 600;
}

.separate_12 {
  margin-right: 12px;
}

/* END HELPERS */

.header {
  padding-top: 48px;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
}

.header-logo img {
  display: block;
  max-width: 150px;
  width: 100%;
}

.header-button {
  padding: 15px 30px;
  background-color: var(--purple);
  color: #fff;
}

.header-button:hover {
  background-color: #575ba6;
}

.nav-list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.nav-list a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav {
  overflow: hidden;
  -ms-flex-preferred-size: calc(100% + 20px);
  flex-basis: calc(100% + 20px);
  margin: 0 -20px;
  height: 54px;
  font-size: 1em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: none;
}

.mobile-nav .nav-list {
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 9px, black 18px, black calc(100% - 18px), rgba(0, 0, 0, 0.25) calc(100% - 9px), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 9px, black 18px, black calc(100% - 18px), rgba(0, 0, 0, 0.25) calc(100% - 9px), rgba(0, 0, 0, 0));
  overflow-x: scroll;
  padding: 14px 20px 30px;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.module-welcome {
  margin-top: 100px;
}

.module-welcome-img {
  position: relative;
}

.module-welcome-img img {
  position: absolute;
  max-width: 800px;
  top: -140px;
  left: -50px;
  z-index: -1;
}

.module-welcome-title {
  font-size: 25px;
}

.module-welcome-name {
  font-family: 'PT Serif';
  font-size: 76px;
  color: #FFCC00;
  margin-top: 0;
}

.module-welcome-about {
  font-size: 18px;
  margin-top: 10px;
}

.module-welcome-about p {
  margin-top: 0;
}

.module-welcome-notification {
  background: #ffcc01;
  color: #000;
  border-radius: 3px;
  margin-top: 35px;
  font-size: 20px;
}

.module-welcome-notification p {
  line-height: 115%;
}

.module-streams {
  margin-top: 200px;
}

.module-streams-control {
  margin-top: 13px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.module-streams-control .btn.btn--nearly,
.module-streams-control .btn.btn--previous {
  border-radius: 3px;
  padding: 10px 24px;
  font-size: 16px;
  border: 1px solid var(--yellow);
  background-color: transparent;
  color: #fff;
}

.module-streams-control .btn.btn--nearly.active,
.module-streams-control .btn.btn--nearly:not(.active):hover,
.module-streams-control .btn.btn--previous.active,
.module-streams-control .btn.btn--previous:not(.active):hover {
  background-color: var(--yellow);
  color: var(--black);
  border-color: transparent;
}

.module-streams-nearly {
  margin-top: 20px;
}

.module-streams-previous {
  margin-top: 25px;
}

.module-stream-nearly-author {
  font-size: 14px;
  margin-bottom: 5px;
}

.module-stream-nearly-author .btn--author {
  color: #fff;
  padding-bottom: 1px;
  display: inline-block;
}

.module-stream-nearly-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 140%;
  max-width: 767px;
}

.module-stream-nearly-subtitle {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  margin-top: 5px;
  max-width: 767px;
}

.module-stream-nearly-poster {
  margin-top: 37px;
}

.module-stream-nearly-poster a {
  display: block;
  position: relative;
}

.module-stream-nearly-poster a:before {
  content: '';
  position: absolute;
  background-image: url("../images/icon-play.svg");
  background-position: center;
  background-size: 100px 100px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  opacity: .9;
}

.module-stream-nearly-poster a img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;
}

.module-stream-previous {
  margin-bottom: 60px;
}

.module-stream-previous-poster a {
  display: block;
  position: relative;
}

.module-stream-previous-poster a:before {
  content: '';
  position: absolute;
  background-image: url("../images/icon-play.svg");
  background-position: center;
  background-size: 50px 50px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  opacity: .9;
}

.module-stream-previous-poster a img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3px;
}

.module-stream-previous-author {
  font-size: 13px;
  margin-top: 15px;
}

.module-stream-previous-author .btn--author {
  color: #fff;
  padding-bottom: 1px;
  display: inline-block;
}

.module-stream-previous-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-top: 5px;
}

.module-stream-previous-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-top: 7px;
}

.module-stream-donate-title {
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}

.module-stream-donate-desc {
  margin-top: 23px;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  max-width: 780px;
}

.module-stream-donate-btn {
  margin-top: 30px;
}

.module-stream-donate-btn .btn--donate {
  padding: 12px 25px;
  color: #fff;
  background: #008882;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.response-iframe {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.response-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px;
}

.module-offers {
  margin-top: 100px;
}

.offers__title {
  font-size: 60px;
  font-weight: 700;
  font-size: 45px;
}

.offers__subtitle {
  font-size: 22px;
  margin-top: 11px;
  width: 75%;
}

.offer,
.offer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.offer {
  margin-top: 100px;
  padding: 0;
}

.offer__item {
  margin-top: 40px;
}

.offer__title {
  font-size: 40px;
  font-weight: 600;
}

.offer__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
}

/* card */

.offer-card {
  position: relative;
  border: 0px solid transparent;
  border-radius: 8px;
  background: rgba(46, 47, 50, 0.4);
  padding: 10px 30px 21px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.offer-card:hover {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}

.offer-card__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, #D55E0C 0%, rgba(213, 94, 12, 0) 100%);
  opacity: .35;
}

.offer-card__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.offer-card__img {
  display: block;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.offer-card__type {
  text-align: center;
  margin-bottom: 20px;
}

.offer-card__title,
.offer-card__shortinfo,
.offer-card__time {
  color: #fff;
}

.offer-card__title {
  font-size: 28px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

.offer-card__shortinfo {
  font-size: 15px;
  margin-top: 28px;
}

.offer-card__time {
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}

.offer-card.offer-card--bought,
.offer-card.offer-card--inside {
  border-top-right-radius: 0;
}

.offer--type-btn {
  border-radius: 3px;
  background-color: #008882;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  font-weight: 300;
}

.offer--nearly .offer__label {
  background: #fff;
  color: #000;
}

.offer--begun .offer__label {
  background: #EF005D;
  color: #fff;
}

.offer--done .offer__label {
  background: #2AA960;
  color: #fff;
}

.offer-card--module .offer-card__bg {
  background: radial-gradient(50% 50% at 50% 50%, #0B8432 0%, rgba(11, 132, 50, 0) 100%);
}

.offer-card--seminar .offer-card__bg {
  background: radial-gradient(50% 50% at 50% 50%, #6166DC 0%, rgba(97, 102, 220, 0) 100%);
}

.offer-card--filmseminar .offer-card__bg {
  background: radial-gradient(50% 50% at 50% 50%, #D55E0C 0%, rgba(213, 94, 12, 0) 100%);
}

.offer-card:hover {
  cursor: pointer;
}

.offer-card:hover .offer-card__bg {
  z-index: 1;
}

/* card helpers  */

/* 1. btns */

.offer-card--seminar .offer--type-btn,
.offer--type-btn-seminar {
  background-color: #6166DC;
}

.offer-card--module .offer--type-btn,
.offer--type-btn-module {
  background-color: #0B8432;
}

.offer-card--filmseminar .offer--type-btn,
.offer--type-btn-filmseminar {
  background-color: #F09867;
  color: #0E0E0E;
}

/* 2. labels */

.label--bought,
.label--inside,
.label--teacher-shchelin,
.label--sale {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-size: cover;
}

.label--bought {
  top: -12px;
  right: -12px;
  background-image: url("/dist/img/bought-icon.png");
}

.label--inside {
  top: -12px;
  right: -7px;
  background-image: url("/dist/img/inside.png");
}

.label--teacher-shchelin {
  top: -12px;
  right: -7px;
  background-image: url("/dist/img/label-teacher-shchelin.png");
}

.label--sale {
  border-radius: 50%;
  top: -12px;
  right: -7px;
  font-weight: 600;
  background-color: #EE1B47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 3. sizes */

/* 3.1 small */

.offer-card__column,
.offer-card__img,
.offer-card__type,
.offer-card__shortinfo,
.offer-card__time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.offer-card__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.offer-card__shortinfo {
  width: 100%;
  min-height: 32px;
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 8px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/* 3.2 big */

/* end card helpers */

/* types */

.offers-types {
  margin-top: 80px;
}

.offers-types__title {
  font-size: 35px;
}

.offers-type {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.offers-types__title + .offers-type {
  margin-top: 15px;
}

.offers-type__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 2px;
}

.offer--type .offer--type-btn {
  font-size: 18px;
  line-height: 18px;
}

.offers-type__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  font-size: 17px;
  line-height: 22px;
  margin-right: 50px;
}

.offers-type__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: left;
  font-size: 25px;
}

.offers-type__right .number {
  font-weight: 700;
  font-size: 1.2em;
}

.stream-nearly-video {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.offer-streams {
  margin-top: 27px;
}

.stream-nearly-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px;
}

.module-description {
  background: #191A1D;
  padding: 70px 0;
  font-size: 26px;
}

.module-lessons-type {
  margin: 70px 0;
}

.lesson-type {
  margin-top: 50px;
}

.lesson-type-title {
  font-weight: 500;
  font-size: 45px;
}

.lesson-type-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 15px;
}

.lesson-type-fact-title {
  font-size: 60px;
  font-weight: bold;
}

.lesson-type-fact-text {
  max-width: 190px;
  font-size: 18px;
}

.lesson-type-text {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 0;
  max-width: 700px;
}

.lesson-type--module.lesson-type .lesson-type-title {
  color: #0B8432;
}

.lesson-type--seminar.lesson-type .lesson-type-title {
  color: #6166DC;
}

.lesson-type--filmseminar.lesson-type .lesson-type-title {
  color: #F09867;
}

.module-key-info {
  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;
  text-align: center;
  gap: 45px;
}

.module-key-label {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}

.module-key-text {
  font-size: 35px;
  font-weight: bold;
  width: 100%;
  display: inline-block;
}

.module-key-text .full-price {
  text-decoration: line-through;
  font-weight: 300;
}

.module-key-text .discount-price {
  color: #FFCC01;
}

.module-hero {
  margin-top: 56px;
  text-align: center;
}

.module-hero-img img {
  max-width: 254px;
}

.module-hero-title {
  font-size: 60px;
  font-weight: bold;
  max-width: 596px;
  margin: 0 auto;
  margin-top: 12px;
  line-height: 1;
}

.module-hero-subtitle {
  max-width: 634px;
  margin: 30px auto 0;
  line-height: 1.5;
}

.module-hero-backlink {
  color: #fff;
  margin-bottom: 20px;
}

.module-hero-backlink a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.module-hero-info {
  margin-top: 60px;
}

.module-hero-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 25px;
  padding: 20px 80px;
  margin-top: 50px;
  cursor: pointer;
}

.module-trailer-video {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.module-trailer-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.module-trailer video {
  width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.module-trailer iframe {
  width: 100%;
  height: 800px;
}

.module-trailer-play {
  background-image: url("../images/icon-play.svg");
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.module-about-more {
  color: var(--yellow);
  cursor: pointer;
  margin-top: 30px;
  font-size: 20px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.module-about-more:hover {
  opacity: 0.8;
}

.module-about .section-subtitle {
  overflow: hidden;
  position: relative;
}

.module-about .section-subtitle p {
  line-height: 1.4;
}

.module-about .section-subtitle::after {
  content: "";
  display: block;
  position: absolute;
  height: 100px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#20212400), to(#202124));
  background-image: linear-gradient(180deg, #20212400, #202124);
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}

.module-about .section-subtitle a {
  color: var(--yellow);
}

.module-about .section-subtitle.js-text-more {
  height: 500px;
}

.module-about .section-subtitle.is-show {
  height: auto;
}

.module-about .section-subtitle.is-show::after {
  display: none;
}

.module-about .section-subtitle.js-text-more.is-show {
  height: auto;
}

.module-boards {
  margin-top: 45px;
}

.board a {
  color: #fff;
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.board-img {
  border-radius: 6px;
  overflow: hidden;
  background: #222;
  min-height: 150px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 360px;
}

.teacher-name {
  font-size: 35px;
  font-weight: bold;
}

.teacher-social {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teacher-social-item {
  -webkit-transition: .3s all;
  transition: .3s all;
  color: var(--yellow);
  text-decoration: none;
  border-bottom: 1px solid;
  margin-right: 15px;
}

.teacher-img {
  max-width: 168px;
}

.teacher-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.teacher-text {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 700px;
}

.teacher-text p {
  line-height: 1.4;
}

.teacher-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}

.teacher-fact-title {
  font-size: 36px;
  font-weight: bold;
}

.teacher-fact-text {
  max-width: 190px;
  font-size: 20px;
}

.module-lessons-wrap {
  background-color: #2E2F32;
  padding: 70px;
  border-radius: 18px;
}

.module-lessons-title {
  font-size: 50px;
  font-weight: bold;
}

.module-lessons-title span {
  color: #565656;
  display: block;
}

.module-lessons-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.module-lessons-repeate {
  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;
  gap: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.module-lessons-repeate .module-lessons-item-label {
  font-size: 30px;
  margin-bottom: 10px;
}

.module-lessons-repeate .module-lessons-item-text {
  font-size: 50px;
}

.module-lessons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.module-lessons-item-label {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: 120%;
  display: inline-block;
  width: 100%;
}

.module-lessons-item-text {
  font-size: 40px;
  font-weight: bold;
  line-height: 120%;
  display: inline-block;
  width: 100%;
}

.module-ways-accent-text {
  font-size: 35px;
  color: var(--orange);
  line-height: 1.3;
  font-weight: 500;
}

.module-ways-accent-text p {
  margin: 10px 0;
  line-height: 1.3;
}

.module-ways-description {
  font-size: 20px;
}

.module-ways-description p {
  line-height: 1.4;
}

.module-ways-price {
  font-weight: 600;
}

.module-ways-price + .module-ways-accent-text {
  margin-top: 50px;
}

.module-line {
  height: 120px;
  width: 1px;
  background-color: var(--orange);
  margin-left: auto;
  margin-right: auto;
}

.module-order-title {
  text-align: center;
}

.module-order-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 90px;
}

.module-order-info {
  width: 50%;
}

.module-order .module-key-info {
  text-align: left;
  -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: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 55px;
}

.module-order .module-key-label {
  font-size: 18px;
  display: inline-block;
  width: 100%;
}

.module-order .module-key-text {
  font-size: 40px;
  display: inline-block;
  width: 100%;
}

.order-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.order-card-img {
  max-width: 254px;
}

.order-card-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.order-card-text {
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  max-width: 600px;
}

.module-form {
  padding: 40px;
  border: 3px solid var(--yellow);
  max-width: 480px;
  border-radius: 6px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.module-form-button {
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
}

.module-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.module-form .form-field-label {
  display: inline-block;
  margin-bottom: 10px;
}

.module-form .form-field-input {
  width: 100%;
  padding: 20px 18px;
  font-size: 18px;
  line-height: 1;
  font-family: inherit;
  font-weight: 500;
  border: 2px solid transparent;
  outline: none;
  border-radius: 3px;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.module-form .form-field-input::-webkit-input-placeholder {
  color: #B8B8B8;
}

.module-form .form-field-input::-moz-placeholder {
  color: #B8B8B8;
}

.module-form .form-field-input:-moz-placeholder {
  color: #B8B8B8;
}

.module-form .form-field-input:-ms-input-placeholder {
  color: #B8B8B8;
}

.module-form .form-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.module-form .form-checkbox a {
  color: var(--yellow);
  text-decoration: none;
}

.module-form .form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 5px;
  left: 5px;
}

.module-form .form-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid var(--yellow);
  border-radius: 6px;
}

.module-form .form-checkbox:hover input ~ .checkmark {
  background-color: #333;
}

.module-form .form-checkbox input:checked ~ .checkmark {
  background-color: var(--yellow);
}

.module-form .form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.module-form .form-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.module-form .form-checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid var(--black);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#module-form-result {
  padding: 40px;
  border: 3px solid var(--yellow);
  max-width: 480px;
  border-radius: 6px;
  border-color: var(--orange);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: none;
}

.success__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}

.success__subtitle,
#module-form-result p {
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  max-width: 600px;
}

.success__subtitle .bolder-700 {
  font-weight: 700;
  font-style: italic;
}

.module-subscribe {
  background-color: #1C1D20;
  padding: 80px 0 100px;
}

.module-subscribe .module-ways-accent-text {
  color: var(--white);
}

.module-subscribe .btn-telega,
.module-subscribe .btn-newsletter,
.module-subscribe .btn-youtube {
  padding: 20px 50px;
  color: #fff;
}

.module-subscribe .btn-telega {
  background-color: var(--blue);
}

.module-subscribe .btn-newsletter {
  background-color: var(--purple);
}

.module-subscribe .btn-youtube {
  background-color: var(--red);
  color: #fff;
}

.module-notification {
  padding: 150px 0 50px 0;
}

.module-notification .important-notification {
  color: #000;
  background: #FCE354;
  border-radius: 12px;
  font-size: 18px;
  width: 75%;
  max-width: 870px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.module-notification .important-notification .important-notification__img img {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  display: block;
  max-width: 335px;
}

.module-notification .important-notification .important-notification__text {
  padding-left: 20px;
  padding-right: 20px;
}

.module-notification .important-notification .important-notification__text p:not(.bolder) {
  font-weight: 300;
}

.module-notification .important-notification .important-notification__text p {
  line-height: 1.15;
}

.faq-section {
  background-color: #1C1D20;
  padding: 80px 0 100px;
}

.faq-section-title {
  max-width: 446px;
  margin-top: 0;
}

.faqs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.faq-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq-question {
  font-size: 2.18rem;
  margin: 0;
  padding-right: 20px;
  line-height: 1.15;
}

.faq-content {
  display: none;
}

.faq-text {
  font-size: 20px;
  padding-top: 10px;
  line-height: 1.4;
}

.faq-text p {
  line-height: 1.4;
}

.faq-text li {
  margin: 16px 0;
  line-height: 1.4;
}

.faq-text a {
  color: var(--yellow);
}

.faq-plus {
  width: 27px;
  height: 25px;
  min-width: 27px;
  min-height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon-plus.svg");
  -webkit-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
  opacity: 0.5;
}

.faq.is-active .faq-header {
  border-color: rgba(255, 255, 255, 0.5);
}

.faq.is-active .faq-plus {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}

.faq.is-active .faq-content {
  display: block;
}

.footer {
  background-color: #111;
  padding: 50px 0 70px;
}

.footer-subtitle {
  font-size: 25px;
}

.footer-links {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.footer-links a {
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.admin-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin-avatar {
  margin-right: 10px;
  width: 64px;
  height: 64px;
}

.admin-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.admin-name {
  font-size: 20px;
}

.admin-position {
  color: #989797;
}

.admin-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
}

.admin-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.admin-links a {
  color: var(--yellow);
  text-decoration: none;
  border-bottom: 1px solid;
  margin-right: 15px;
}

@media (min-width: 1023px) {
  .offer-card--big .offer--type-btn {
    font-size: 18px;
    line-height: 21px;
  }

  .offer-card--big .offer-card__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .offer-card--big .offer-card__left {
    margin-right: 20px;
  }

  .offer-card--big .offer-card__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
    font-size: 20px;
  }

  .offer-card--big .offer-card__shortinfo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: left;
    font-size: 17px;
    margin-bottom: 30px;
  }

  .offer-card--big .offer-card__img {
    max-width: 300px;
    margin: 0;
    display: inline-block;
  }

  .offer-card--big .offer-card__type {
    margin-top: 30px;
    text-align: left;
  }

  .offer-card--big .offer-card__title {
    text-align: left;
    font-size: 26px;
  }
}

@media (max-width: 1550px) {
  .module-welcome-img img {
    left: -70px;
    top: -100px;
  }
}

@media (max-width: 1400px) {
  .module-welcome-img img {
    left: -120px;
  }
}

@media (max-width: 1300px) {
  .board-img {
    height: 315px;
  }
}

@media (max-width: 1279px) {
  .col-smd-8 {
    max-width: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }

  .col-smd-10 {
    max-width: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }

  .col-smd-12 {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }

  .col-smd-15 {
    max-width: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }

  .col-smd-16 {
    max-width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
  }

  .col-smd-18 {
    max-width: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .col-smd-20 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .col-smd-23 {
    max-width: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }

  .col-smd-25 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-smd-30 {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .col-smd-32 {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }

  .col-smd-33 {
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .col-smd-40 {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .col-smd-50 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-smd-60 {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .col-smd-66 {
    max-width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
  }

  .col-smd-68 {
    max-width: 68%;
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
  }

  .col-smd-70 {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .col-smd-75 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-smd-77 {
    max-width: 77%;
    -ms-flex-preferred-size: 77%;
    flex-basis: 77%;
  }

  .col-smd-80 {
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .col-smd-82 {
    max-width: 82%;
    -ms-flex-preferred-size: 82%;
    flex-basis: 82%;
  }

  .col-smd-83 {
    max-width: 83.34%;
    -ms-flex-preferred-size: 83.34%;
    flex-basis: 83.34%;
  }

  .col-smd-85 {
    max-width: 85%;
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
  }

  .col-smd-88 {
    max-width: 88%;
    -ms-flex-preferred-size: 88%;
    flex-basis: 88%;
  }

  .col-smd-90 {
    max-width: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .col-smd-92 {
    max-width: 92%;
    -ms-flex-preferred-size: 92%;
    flex-basis: 92%;
  }

  .col-smd-100 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .module-welcome-img img {
    left: -150px;
  }

  .module-welcome-name {
    font-size: 72px;
  }

  .module-streams {
    margin-top: 150px;
  }

  .module-hero-subtitle {
    margin-top: 30px;
  }

  .module-trailer iframe {
    height: 500px;
  }

  .module-boards .row {
    gap: 30px;
  }

  .order-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-links a {
    border: none;
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  .offers-type__left .offers-type__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }

  .offers-type__right .offers-type__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-size: 22px;
  }

  .module-notification .important-notification {
    display: block;
  }

  .module-notification .important-notification .important-notification__img img {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 100%;
    max-width: 100%;
  }

  .module-notification .important-notification .important-notification__text {
    padding: 20px;
  }
}

@media (max-width: 1199px) {
  .module-welcome-img img {
    left: -40%;
  }
}

@media (max-width: 1023px) {
  .offset-left-t-10 {
    margin-left: 10%;
  }

  .offset-left-t-20 {
    margin-left: 20%;
  }

  .offset-left-t-30 {
    margin-left: 30%;
  }

  .offset-left-t-40 {
    margin-left: 40%;
  }

  .offset-left-t-50 {
    margin-left: 50%;
  }

  .offset-left-t-60 {
    margin-left: 60%;
  }

  .offset-left-t-70 {
    margin-left: 70%;
  }

  .offset-left-t-80 {
    margin-left: 80%;
  }

  .offset-left-t-90 {
    margin-left: 90%;
  }

  .offset-left-t-100 {
    margin-left: 100%;
  }

  .offset-right-t-10 {
    margin-right: 10%;
  }

  .offset-right-t-20 {
    margin-right: 20%;
  }

  .offset-right-t-30 {
    margin-right: 30%;
  }

  .offset-right-t-40 {
    margin-right: 40%;
  }

  .offset-right-t-50 {
    margin-right: 50%;
  }

  .offset-right-t-60 {
    margin-right: 60%;
  }

  .offset-right-t-70 {
    margin-right: 70%;
  }

  .offset-right-t-80 {
    margin-right: 80%;
  }

  .offset-right-t-90 {
    margin-right: 90%;
  }

  .offset-right-t-100 {
    margin-right: 100%;
  }

  .order-t-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-t-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-t-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-t-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-t-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-t-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-t-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-t-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-t-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-t-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .col-t-8 {
    max-width: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }

  .col-t-10 {
    max-width: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }

  .col-t-12 {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }

  .col-t-15 {
    max-width: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }

  .col-t-16 {
    max-width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
  }

  .col-t-18 {
    max-width: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .col-t-20 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .col-t-23 {
    max-width: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }

  .col-t-25 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-t-30 {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .col-t-32 {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }

  .col-t-33 {
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .col-t-40 {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .col-t-50 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-t-60 {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .col-t-66 {
    max-width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
  }

  .col-t-68 {
    max-width: 68%;
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
  }

  .col-t-70 {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .col-t-75 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-t-77 {
    max-width: 77%;
    -ms-flex-preferred-size: 77%;
    flex-basis: 77%;
  }

  .col-t-80 {
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .col-t-82 {
    max-width: 82%;
    -ms-flex-preferred-size: 82%;
    flex-basis: 82%;
  }

  .col-t-83 {
    max-width: 83.34%;
    -ms-flex-preferred-size: 83.34%;
    flex-basis: 83.34%;
  }

  .col-t-85 {
    max-width: 85%;
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
  }

  .col-t-88 {
    max-width: 88%;
    -ms-flex-preferred-size: 88%;
    flex-basis: 88%;
  }

  .col-t-90 {
    max-width: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .col-t-92 {
    max-width: 92%;
    -ms-flex-preferred-size: 92%;
    flex-basis: 92%;
  }

  .col-t-100 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .show-mobile .show-mobile {
    display: block;
  }

  .hide-mobile .hide-mobile {
    display: none;
  }

  .section-header--home .section-title {
    font-size: 30px;
    line-height: 32px;
  }

  .section-header--home .section-subtitle {
    font-size: 16px;
  }

  .section-title {
    margin-bottom: 0.3em;
  }

  .section-right {
    margin-top: 0;
  }

  .header {
    padding-top: 20px;
  }

  .header .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-nav {
    display: none;
  }

  .module-welcome-img img {
    display: none;
  }

  .module-streams {
    margin-top: 100px;
  }

  .module-offers {
    margin-top: 50px;
  }

  .offers__title {
    font-size: 32px;
    line-height: 34px;
  }

  .offers__subtitle {
    font-size: 18px;
    width: 100%;
  }

  .offer__title {
    font-size: 30px;
    line-height: 32px;
  }

  .offer__subtitle {
    display: block;
  }

  .offer-card {
    margin-right: auto;
    margin-left: auto;
  }

  .offer-card__title {
    min-height: auto;
  }

  .offer-card__type {
    margin-bottom: 16px;
  }

  .offer-card__shortinfo {
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .offers-type__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .offers-type__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 15px;
  }

  .module-key-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .module-key-item {
    width: 100%;
  }

  .module-hero {
    margin-top: 30px;
  }

  .board-img {
    height: auto;
  }

  .module-lessons-row {
    gap: 40px;
  }

  .module-lessons-left {
    gap: 40px;
  }

  .module-order-title {
    margin-bottom: 30px;
  }

  .module-order-row {
    gap: 50px;
  }

  .module-order-info {
    width: 100%;
  }

  .module-order .module-key-info {
    margin-top: 30px;
    text-align: center;
  }

  .order-card-img {
    margin: 0 auto;
    text-align: center;
  }

  .order-card-description {
    margin: 0 auto;
    text-align: center;
  }

  .module-form {
    margin: 0 auto;
  }

  #module-form-result {
    margin: 0 auto;
  }

  .faqs-list {
    margin-top: 30px;
  }

  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .footer-links {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .offset-left-m-10 {
    margin-left: 10%;
  }

  .offset-left-m-20 {
    margin-left: 20%;
  }

  .offset-left-m-30 {
    margin-left: 30%;
  }

  .offset-left-m-40 {
    margin-left: 40%;
  }

  .offset-left-m-50 {
    margin-left: 50%;
  }

  .offset-left-m-60 {
    margin-left: 60%;
  }

  .offset-left-m-70 {
    margin-left: 70%;
  }

  .offset-left-m-80 {
    margin-left: 80%;
  }

  .offset-left-m-90 {
    margin-left: 90%;
  }

  .offset-left-m-100 {
    margin-left: 100%;
  }

  .offset-left-t-10 {
    margin-left: unset;
  }

  .offset-left-t-20 {
    margin-left: unset;
  }

  .offset-left-t-30 {
    margin-left: unset;
  }

  .offset-left-t-40 {
    margin-left: unset;
  }

  .offset-left-t-50 {
    margin-left: unset;
  }

  .offset-left-t-60 {
    margin-left: unset;
  }

  .offset-left-t-70 {
    margin-left: unset;
  }

  .offset-left-t-80 {
    margin-left: unset;
  }

  .offset-left-t-90 {
    margin-left: unset;
  }

  .offset-left-t-100 {
    margin-left: unset;
  }

  .offset-right-m-10 {
    margin-right: 10%;
  }

  .offset-right-m-20 {
    margin-right: 20%;
  }

  .offset-right-m-30 {
    margin-right: 30%;
  }

  .offset-right-m-40 {
    margin-right: 40%;
  }

  .offset-right-m-50 {
    margin-right: 50%;
  }

  .offset-right-m-60 {
    margin-right: 60%;
  }

  .offset-right-m-70 {
    margin-right: 70%;
  }

  .offset-right-m-80 {
    margin-right: 80%;
  }

  .offset-right-m-90 {
    margin-right: 90%;
  }

  .offset-right-m-100 {
    margin-right: 100%;
  }

  .offset-right-t-10 {
    margin-right: unset;
  }

  .offset-right-t-20 {
    margin-right: unset;
  }

  .offset-right-t-30 {
    margin-right: unset;
  }

  .offset-right-t-40 {
    margin-right: unset;
  }

  .offset-right-t-50 {
    margin-right: unset;
  }

  .offset-right-t-60 {
    margin-right: unset;
  }

  .offset-right-t-70 {
    margin-right: unset;
  }

  .offset-right-t-80 {
    margin-right: unset;
  }

  .offset-right-t-90 {
    margin-right: unset;
  }

  .offset-right-t-100 {
    margin-right: unset;
  }

  .order-m-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-m-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-m-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-m-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-m-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-m-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-m-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-m-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-m-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-m-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .col-m-8 {
    max-width: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }

  .col-m-10 {
    max-width: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }

  .col-m-12 {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }

  .col-m-15 {
    max-width: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }

  .col-m-16 {
    max-width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
  }

  .col-m-18 {
    max-width: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .col-m-20 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .col-m-23 {
    max-width: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }

  .col-m-25 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-m-30 {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .col-m-32 {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }

  .col-m-33 {
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .col-m-40 {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .col-m-50 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-m-60 {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .col-m-66 {
    max-width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
  }

  .col-m-68 {
    max-width: 68%;
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
  }

  .col-m-70 {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .col-m-75 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-m-77 {
    max-width: 77%;
    -ms-flex-preferred-size: 77%;
    flex-basis: 77%;
  }

  .col-m-80 {
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .col-m-82 {
    max-width: 82%;
    -ms-flex-preferred-size: 82%;
    flex-basis: 82%;
  }

  .col-m-83 {
    max-width: 83.34%;
    -ms-flex-preferred-size: 83.34%;
    flex-basis: 83.34%;
  }

  .col-m-85 {
    max-width: 85%;
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
  }

  .col-m-88 {
    max-width: 88%;
    -ms-flex-preferred-size: 88%;
    flex-basis: 88%;
  }

  .col-m-90 {
    max-width: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .col-m-92 {
    max-width: 92%;
    -ms-flex-preferred-size: 92%;
    flex-basis: 92%;
  }

  .col-m-100 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section {
    margin-top: 80px;
  }

  .section-title {
    font-size: 45px;
    margin-bottom: 0.6em;
  }

  .section-subtitle {
    font-size: 18px;
  }

  .header-button {
    padding: 10px 20px;
  }

  .module-welcome {
    margin-top: 30px;
  }

  .module-welcome-name {
    margin-top: 5px;
  }

  .lesson-type-fact-title {
    font-size: 40px;
  }

  .lesson-type-fact-text {
    font-size: 16px;
  }

  .lesson-type-text {
    font-size: 22px;
  }

  .module-key-info {
    gap: 25px;
  }

  .module-hero-title {
    font-size: 45px;
  }

  .module-hero-subtitle {
    margin-top: 20px;
  }

  .module-hero-btn {
    font-size: 20px;
    padding: 20px 0px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .module-trailer iframe {
    height: 300px;
  }

  .module-trailer-play {
    width: 70px;
    height: 70px;
  }

  .teacher-img {
    max-width: 128px;
  }

  .teacher-avatar {
    gap: 20px;
  }

  .teacher-text {
    font-size: 22px;
  }

  .teacher-text p {
    font-size: 18px;
  }

  .teacher-fact-title {
    font-size: 30px;
  }

  .teacher-fact-text {
    font-size: 18px;
  }

  .module-lessons-wrap {
    padding: 30px;
  }

  .module-lessons-title {
    font-size: 45px;
  }

  .module-lessons-repeate .module-lessons-item-label {
    font-size: 22px;
  }

  .module-lessons-repeate .module-lessons-item-text {
    font-size: 35px;
  }

  .module-lessons-list {
    gap: 30px;
  }

  .module-lessons-item-label {
    font-size: 22px;
  }

  .module-lessons-item-text {
    font-size: 35px;
  }

  .module-ways-accent-text {
    font-size: 30px;
  }

  .module-ways-description {
    font-size: 18px;
    margin-top: 20px;
  }

  .module-ways-description p {
    margin: 10px 0;
  }

  .module-line {
    height: 100px;
  }

  .module-order .module-key-text {
    font-size: 26px;
  }

  .module-form {
    padding: 30px 20px;
  }

  .module-form .form-field-label {
    margin-bottom: 5px;
  }

  #module-form-result {
    padding: 30px 20px;
  }

  .module-notification .important-notification {
    font-size: 18px;
    width: 100%;
  }

  .faq-section {
    padding: 80px 0;
  }
}

@media (max-width: 480px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .col-xs-8 {
    max-width: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }

  .col-xs-10 {
    max-width: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }

  .col-xs-12 {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }

  .col-xs-15 {
    max-width: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
  }

  .col-xs-16 {
    max-width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
  }

  .col-xs-18 {
    max-width: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .col-xs-20 {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .col-xs-23 {
    max-width: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }

  .col-xs-25 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-xs-30 {
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .col-xs-32 {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }

  .col-xs-33 {
    max-width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }

  .col-xs-40 {
    max-width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .col-xs-50 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-xs-60 {
    max-width: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .col-xs-66 {
    max-width: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
  }

  .col-xs-68 {
    max-width: 68%;
    -ms-flex-preferred-size: 68%;
    flex-basis: 68%;
  }

  .col-xs-70 {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .col-xs-75 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-xs-77 {
    max-width: 77%;
    -ms-flex-preferred-size: 77%;
    flex-basis: 77%;
  }

  .col-xs-80 {
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }

  .col-xs-82 {
    max-width: 82%;
    -ms-flex-preferred-size: 82%;
    flex-basis: 82%;
  }

  .col-xs-83 {
    max-width: 83.34%;
    -ms-flex-preferred-size: 83.34%;
    flex-basis: 83.34%;
  }

  .col-xs-85 {
    max-width: 85%;
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
  }

  .col-xs-88 {
    max-width: 88%;
    -ms-flex-preferred-size: 88%;
    flex-basis: 88%;
  }

  .col-xs-90 {
    max-width: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .col-xs-92 {
    max-width: 92%;
    -ms-flex-preferred-size: 92%;
    flex-basis: 92%;
  }

  .col-xs-100 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .section {
    margin-top: 60px;
  }

  .section-title {
    font-size: 30px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .header-logo {
    max-width: 125px;
  }

  .header-button {
    padding: 8px 10px;
    font-size: 15px;
  }

  .nav-list {
    gap: 25px;
  }

  .module-welcome-name {
    font-size: 52px;
  }

  .module-streams-control {
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .module-streams-control .btn.btn--nearly,
  .module-streams-control .btn.btn--previous {
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
  }

  .module-stream-nearly-title {
    font-size: 22px;
  }

  .module-stream-nearly-subtitle {
    font-size: 16px;
  }

  .module-stream-nearly-poster a:before {
    background-size: 40px 40px;
  }

  .module-stream-previous-poster a:before {
    background-size: 40px 40px;
  }

  .module-stream-donate-btn .btn--donate {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .module-lessons-type {
    margin: 60px 0;
  }

  .lesson-type-title {
    font-size: 32px;
  }

  .lesson-type-text {
    font-size: 16px;
  }

  .module-key-text {
    font-size: 26px;
  }

  .module-hero-title {
    font-size: 30px;
    margin-top: 10px;
  }

  .module-hero-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .module-trailer iframe {
    height: 180px;
  }

  .module-trailer-play {
    width: 65px;
    height: 65px;
  }

  .teacher-text {
    font-size: 16px;
  }

  .teacher-text p {
    font-size: 16px;
  }

  .module-lessons-wrap {
    padding: 25px 20px;
  }

  .module-lessons-title {
    font-size: 25px;
  }

  .module-lessons-repeate .module-lessons-item-label {
    font-size: 18px;
  }

  .module-lessons-repeate .module-lessons-item-text {
    font-size: 30px;
  }

  .module-lessons-list {
    gap: 20px;
  }

  .module-lessons-item-label {
    font-size: 18px;
  }

  .module-lessons-item-text {
    font-size: 30px;
  }

  .module-ways-accent-text {
    font-size: 20px;
  }

  .module-ways-description {
    font-size: 16px;
  }

  .module-form {
    padding: 20px 15px;
  }

  .module-form .form-field-input {
    padding: 14px 12px;
  }

  #module-form-result {
    padding: 20px 15px;
  }

  .module-subscribe {
    padding: 60px 0;
  }

  .module-subscribe .btn-telega,
  .module-subscribe .btn-newsletter,
  .module-subscribe .btn-youtube {
    padding: 20px;
  }

  .module-notification {
    padding-top: 110px;
  }

  .faq-section {
    padding: 60px 0;
  }

  .faq-question {
    font-size: 1.3rem;
  }

  .faq-text {
    font-size: 16px;
  }

  .footer-links {
    gap: 10px;
  }
}

@media (max-width: 360px) {
  .header-button {
    padding: 7px 8px;
    font-size: 14px;
  }
}


#result > div {
  margin-top: 20px;
  text-align: center;
}

#result .error {
  color: #e41919;
}
#result .success {
  color: green;
}