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

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

.feedback-phone__link, .btn {
  text-decoration: none;
}

.text-head {
  color: #000000;
}

.text-color-second {
  color: #4DA9FF;
}

.btn {
  display: inline-block;
  border-radius: 0.875em;
  color: #000000;
  border: 1px solid #000000;
  padding: 1.16em 1.58em;
}

.text-underline {
  border-bottom: 1px solid #000000;
}

b {
  font-weight: bold;
}

.container {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

body {
  position: relative;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(141.18deg, #b7e5ff 10.08%, #f9f9f9 98.58%);
  overflow-x: hidden;
}

.main {
  overflow: hidden;
}

.h1 {
  font-size: 3.875em;
  font-weight: 800;
}

.btn {
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-small {
  padding: 0.4em 0.6em;
}

.btn-first-style {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}

.btn-second-style {
  border: 1px solid #4DA9FF;
  background-color: #4DA9FF;
  color: #ffffff;
}

.btn-third-style {
  border: 1px solid #000000;
  background-color: #ffffff;
}

.btn-circle {
  border-radius: 50%;
  padding: 0;
}

.decor__elem--left-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-menu {
  position: relative;
  margin: 0 15px;
}
.lang-menu__selected-lang {
  background-image: url("/img/flags/us.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 20px;
  width: 30px;
}
.lang-menu__menu {
  display: none;
  position: absolute;
  top: 30px;
  left: -6px;
  border-radius: 5px;
  background-color: #ffffff;
  z-index: 20;
}
.lang-menu__menu.active {
  display: block;
}
.lang-menu__item {
  padding: 6px;
}
.lang-menu__item:hover {
  background-color: #bbbbbb;
}
.lang-menu__item a {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 30px;
}
.lang-menu__item .us {
  background-image: url("/img/flags/us.png");
}
.lang-menu__item .ru {
  background-image: url("/img/flags/ru.png");
}

.lang-menu__item .ar {
  background-image: url("/img/flags/ar.png");
}

.social-networks__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.social-networks__link {
  display: block;
}

.feedback-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.feedback-phone__link {
  color: #000000;
  text-transform: uppercase;
}
.feedback-phone__link--big {
  font-size: 1.875em;
  font-weight: 600;
}
.feedback-phone__link--small {
  font-size: 0.75em;
  margin: 3px 0;
}
.feedback-phone__link--color-third {
  color: #ffffff;
}

.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex--justify-center {
  justify-content: center;
}
.flex--justify-between {
  justify-content: space-between;
}
.flex--align-items-center {
  align-items: center;
}
.flex__block--4 {
  flex-basis: 25%;
  margin: 0 10px;
}
.flex__block--4:first-child {
  margin: 0;
}
.flex__block--2 {
  flex-basis: 50%;
}

.text-head {
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.2em;
  text-align: center;
}
.text-head-h3 {
  font-weight: 500;
  font-size: 1.875em;
  margin: 12px 0;
}
.text-head-left {
  text-align: left;
}
.text-head-center {
  text-align: center;
}
.text-head__highlight {
  position: relative;
  font-weight: 700;
  color: #ffffff;
  z-index: 1;
}
.text-head__highlight:before {
  content: "";
  position: absolute;
  top: -4%;
  left: -3%;
  display: block;
  width: 106%;
  height: 108%;
  border-radius: 23px;
  transform: rotate(-0.71deg);
  z-index: -1;
}
.text-head__highlight--second:before {
  background-color: #4DA9FF;
}
.text-head__highlight--first:before {
  background-color: #000000;
}
.text-head__highlight--reverse:before {
  transform: rotate(0.42deg);
}

.text-p {
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.4em;
}

.hystmodal__window {
  background: transparent;
}
.hystmodal .form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}
.hystmodal .form__group {
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
}
.hystmodal .form__group--align-center {
  text-align: center;
}
.hystmodal .form__label {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
}
.hystmodal .form__btn {
  font-size: 1em;
}
.hystmodal .form__input {
  width: 100%;
  padding: 15px 20px;
}
.hystmodal .form__title {
  margin-bottom: 30px;
  font-weight: bold;
}

.form__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
.form__box {
  margin: 15px 0;
  width: 100%;
}
.form__box > .iti {
  width: 100%;
}
.form__error-msg {
  display: none;
  color: red;
  margin-top: 10px;
}
.form__error-msg.show {
  display: block;
}
.form__btn--submit {
  width: 100%;
}
.form__input {
  padding: 30px 20px;
  border: 1px solid #000000;
  font-size: 1.25em;
  border-radius: 18px;
  width: 100%;
}

.footerSecondRow {
  padding-top: 10px;
  display: flex;
}

.footerLinks {
  text-decoration: none;
  color: white;
  padding: 5px;
}

.blackLinks {
  text-decoration: none;
  color: black;
  font-weight: 700;
}

.teacher__box {
  justify-content: space-between !important;
}


@media (max-width: 1100px) {
  .decor__elem--left-top {
    display: none;
  }
  .form__flex {
    flex-direction: column;
  }
  .form__box {
    max-width: 410px;
    width: 100%;
  }
  .form__input {
    width: 100%;
  }
  .main {
    padding-top: 20px;
  }
}
@media (max-width: 1072px) {
  .flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .flex__block--4 {
    flex-basis: 45%;
  }
}
@media (max-width: 540px) {
  .header__nav {
    flex-direction: column;
  }
  .header__logo {
    margin-bottom: 25px;
  }
  .text-p {
    font-size: 1em;
  }
  .text-head-h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .feedback-phone__link--big {
    font-size: 1.5em;
  }
  .btn {
    display: block;
    margin: 0 auto;
    font-size: 1em;
  }
  .flex {
    flex-direction: column;
  }
  .flex__block--4 {
    flex-basis: 100%;
  }
}
.preview__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 660px;
}
.preview__right-side {
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translateY(-50%);
  z-index: 1;
}
.preview__left-side {
  position: relative;
  z-index: 12;
}
.preview__h1-block {
  position: relative;
  margin-bottom: 30px;
}
.preview__h1-btn {
  position: absolute;
  top: 0;
  right: -70px;
  font-weight: bold;
  font-size: 1.15em;
  transform: rotate(4.21deg);
}
.preview__h1-underline {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}
.preview__ul {
  padding: 40px 0;
}
.preview__li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 15px;
}
.preview__p {
  margin-bottom: 5px;
}
.preview__li-img {
  float: left;
  margin-right: 9px;
}
.preview__img {
  max-width: 700px;
  width: 100%;
}
.preview__img-mobile {
  display: none;
}

@media (max-width: 1100px) {
  .preview__wrapper {
    flex-direction: column;
    height: auto;
  }
  .preview__img {
    display: none;
  }
  .preview__h1-btn {
    right: 0;
  }
  .preview__img-mobile {
    display: block;
    max-width: 900px;
    width: 100%;
  }
}
@media (max-width: 762px) {
  .preview__h1 {
    font-size: 2.3em;
  }
  .preview__h1-btn {
    font-size: 1em;
  }
}
@media (max-width: 480px) {
  .preview__h1 {
    font-size: 7vw;
  }
  .preview__h1-btn {
    font-size: 3.5vw;
  }
}
.statistic {
  padding: 50px 0;
}
.statistic__box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.statistic__number {
  font-size: 3.4375em;
  font-weight: 600;
  margin-bottom: 5px;
}
.statistic__text {
  font-size: 1em;
  font-weight: 300;
}

@media (max-width: 1072px) {
  .statistic__box {
    max-width: 250px;
    width: 100%;
    margin: 30px auto;
  }
  .statistic__number {
    display: block;
    text-align: center;
  }
}
@media (max-width: 772px) {
  .statistic__box {
    max-width: 160px;
  }
  .statistic__number {
    font-size: 2.5em;
  }
}
@media (max-width: 660px) {
  .statistic__number {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .statistic__number {
    font-size: 1.5em;
  }
}
.about-company {
  padding: 100px 0;
}
.about-company__descr {
  margin: 40px 0;
}
.about-company__container {
  position: relative;
}
.about-company__decor {
  position: absolute;
}
.about-company__decor--one {
  bottom: -35px;
  left: -90px;
}
.about-company__decor--two {
  top: 0;
  right: -35px;
}
.about-company__text-head-mobile {
  display: none;
  font-size: 2em;
}

@media (max-width: 1000px) {
  .about-company__text-head {
    display: none;
  }
  .about-company__text-head-mobile {
    display: block;
  }
  .about-company__descr {
    max-width: 690px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 580px) {
  .about-company .text-head__highlight {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .about-company__text-head-mobile {
    font-size: 1.125em;
  }
  .about-company__descr {
    font-size: 1em;
  }
}
.about-language__flex {
  display: flex;
}
.about-language__flex--column {
  flex-direction: column;
}
.about-language__h2 {
  margin-bottom: 40px;
}
.about-language__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.about-language__box--reverse {
  flex-direction: row-reverse;
}
.about-language__box--mr-3 {
  margin-right: 30px;
}
.about-language__box--mt-5 {
  margin-top: 50px;
}
.about-language__box--mb-4 {
  margin-bottom: 40px;
}
.about-language__box--last-block {
  padding-bottom: 270px;
}
.about-language__box-side {
  position: relative;
  flex: 0 1 50%;
}
.about-language__img {
  position: absolute;
}
.about-language__img-arrow {
  position: absolute;
  top: -57%;
  left: -65px;
}
.about-language__img-stars-points {
  position: absolute;
  top: -60%;
  right: 0;
}
.about-language__img-decor {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-language__img-arrow-1 {
  position: absolute;
  top: 0%;
  right: -65px;
}
.about-language__img--university {
  position: static;
  display: block;
  margin-left: auto;
}
.about-language__img--astronaut {
  top: 45px;
  right: 130px;
  animation: astroFloating 1s cubic-bezier(0.5, -0.01, 0.79, 1.03) 0s infinite alternate both;
}
.about-language__img--rocket {
  bottom: 6px;
  right: 200px;
  animation: rocketFlying 1.5s cubic-bezier(0.31, 0.15, 0.39, 1.1) 0s infinite alternate both;
}
.about-language__img--book {
  position: static;
  display: block;
}

@keyframes astroFloating {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes rocketFlying {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@media (max-width: 980px) {
  .about-language__box {
    flex-direction: column;
  }
  .about-language__img-decor, .about-language__img-arrow, .about-language__img-arrow-1 {
    display: none;
  }
  .about-language__box--last-block {
    padding-bottom: 180px;
  }
}
@media (max-width: 620px) {
  .about-language__img--book {
    min-width: 280px;
    width: 75vw;
  }
  .about-language__img--university {
    min-width: 280px;
    width: 75vw;
  }
  .about-language__img--astronaut {
    width: 35vw;
  }
  .about-language__img--rocket {
    width: 45vw;
    right: 135px;
  }
}
@media (max-width: 480px) {
  .about-language__h2 {
    font-size: 6.3vw;
  }
}
.direction {
  padding: 100px 0;
}
.direction__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 40px;
  margin: 20px 15px;
}
.direction__box--soft-green {
  background-color: #CDF276;
}
.direction__box--soft-blue {
  background-color: #85E9F5;
}
.direction__box--soft-purple {
  background-color: #B7CBFF;
}
.direction__box--soft-pink {
  background-color: #EDD5EE;
}
.direction__box--soft-orange {
  background-color: #FFC700;
}
.direction__img {
  margin-right: 20px;
}
.direction__h3 {
  margin-bottom: 5px;
}
.direction__h3-mobile {
  display: none;
}
.direction__box-p {
  font-size: 1rem;
}

@media (max-width: 1090px) {
  .direction__box {
    padding: 30px;
    min-height: 200px;
  }
  .direction__h3--soft-purple, .direction__h3--soft-pink {
    display: none;
  }
  .direction__h3-mobile {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 980px) {
  .direction .flex {
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .direction__box {
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .direction__img {
    margin-bottom: 15px;
  }
  .direction__h3, .direction__h3-mobile {
    text-align: center;
    margin-bottom: 15px;
  }
}
.about-course {
  padding: 100px 0;
}
.about-course__wrapper {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: 60px auto;
}
.about-course__container {
  position: relative;
}
.about-course__block {
  background: #dbf0fc;
  border-radius: 32px;
  padding: 18px 30px;
  border: 1px solid #000000;
}
.about-course__block--bg-white {
  background: #ffffff;
}
.about-course__flex {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.about-course__box {
  display: flex;
  margin-bottom: 15px;
}
.about-course__box--reverse {
  flex-direction: row-reverse;
}
.about-course__box--reverse .about-course__item:first-child {
  padding-left: 40px;
}
.about-course__box:not(.about-course__box--reverse) .about-course__item:first-child {
  padding-right: 40px;
}
.about-course__item {
  flex: 1 0 50%;
}
.about-course__img-nav {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.about-course__img-bear {
  position: absolute;
  top: 0;
  left: 0;
}
.about-course__img-vect {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-course__img-vect-points {
  position: absolute;
  top: 0;
  right: 0;
}
.about-course__img-balalayka {
  position: absolute;
  bottom: -145px;
  right: -75px;
}

@media (max-width: 980px) {
  .about-course__img-bear {
    width: 22vw;
  }
  .about-course__img-vect {
    display: none;
  }
  .about-course__img-vect-points {
    display: none;
  }
  .about-course__img-balalayka {
    width: 27vw;
    right: 0;
    bottom: -180px;
  }
  .about-course__block-text {
    font-size: 1.125em;
  }
}
@media (max-width: 772px) {
  .about-course__block {
    padding: 10px 15px;
    border-radius: 20px;
  }
  .about-course__img-nav {
    top: 50px;
  }
}
@media (max-width: 470px) {
  .about-course .text-head {
    font-size: 1.5em;
  }
  .about-course__img-bear {
    top: 50px;
  }
  .about-course__img-balalayka {
    bottom: -100px;
  }
  .about-course__block-text {
    font-size: 0.875em;
  }
  .about-course__item {
    padding: 0 !important;
  }
  .about-course__img-nav {
    display: none;
  }
}
.result {
  padding: 100px 0;
}
.result__container {
  position: relative;
}
.result__check {
  padding: 50px 0;
}
.result__check-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.result__check-flex--px-60 {
  padding: 0 60px;
}
.result__check-box {
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 32px;
  padding: 15px 20px;
}
.result__check-box--mx-20 {
  margin: 0 20px;
}
.result__check-box--mr-20 {
  margin-right: 20px;
}
.result__check-box--col-2 {
  flex: 0 1 50%;
}
.result__check-inner {
  display: flex;
  align-items: center;
}
.result__check-img {
  margin-right: 15px;
}
.result__check-text {
  display: block;
  max-height: 45px;
  font-size: 1.125em;
}
.result__img-matryoshka {
  position: absolute;
  top: 0;
  right: 10px;
}
.result__img-decor {
  position: absolute;
  bottom: -25%;
  right: 0;
}
.result__img-matryoshki {
  position: absolute;
  bottom: -120px;
  left: -50px;
  max-width: 320px;
}

@media (max-width: 1080px) {
  .result__check-text {
    font-size: 1em;
  }
}
@media (max-width: 960px) {
  .result__check-flex {
    flex-direction: column;
  }
  .result__check-flex--px-60 {
    padding: 0;
  }
  .result__check-box--mx-20 {
    margin: 15px 0;
  }
  .result__check-box--mr-20 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .result__img-matryoshka {
    top: 70px;
    z-index: -1;
  }
  .result__img-matryoshki {
    z-index: -1;
  }
}
@media (max-width: 620px) {
  .result .text-head {
    font-size: 2em;
  }
}
@media (max-width: 470px) {
  .result .text-head {
    font-size: 1.5em;
  }
  .result__check-text {
    font-size: 0.875em;
    max-height: 90px;
  }
}
.edu-format {
  padding: 100px 0;
}
.edu-format__descr {
  margin: 22px 0;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
}
.edu-format__wrapper {
  position: relative;
}
.edu-format__box {
  position: absolute;
  background: #FFFFFF;
  border-radius: 32px;
  border: 1px solid #000000;
  padding: 21px 23px;
  max-width: 330px;
}
.edu-format__box--pink {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
}
.edu-format__box--blue {
  top: 35%;
  left: 0;
  transform: translateY(-50%);
}
.edu-format__box--green {
  top: 35%;
  right: 0;
  transform: translateY(-50%);
  max-width: 300px;
}
.edu-format__box--yellow {
  bottom: 22%;
  left: 0;
  max-width: 300px;
}
.edu-format__box--purple {
  bottom: 22%;
  right: 0;
  max-width: 300px;
}
.edu-format__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.edu-format__circle {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1.4px solid #000000;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
.edu-format__circle--pink {
  background-color: #EDD5EE;
}
.edu-format__circle--blue {
  background-color: #85E9F5;
}
.edu-format__circle--green {
  background-color: #CDF276;
}
.edu-format__circle--purple {
  background-color: #B7CBFF;
}
.edu-format__circle--yellow {
  background-color: #FFC700;
}

@media (max-width: 1220px) {
  .edu-format__img-main {
    max-width: 90vw;
  }
}
@media (max-width: 950px) {
  .edu-format .text-head__highlight {
    display: inline-block;
  }
  .edu-format__box {
    display: none;
  }
  .edu-format__box--pink {
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .edu-format__box--blue {
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
  }
  .edu-format__box--green {
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .edu-format__box--yellow {
    top: 53%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .edu-format__box--purple {
    top: 68%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.steps__container {
  position: relative;
  padding: 100px 0;
}
.steps__wrapper {
  position: relative;
  padding: 70px 0;
  padding-bottom: 130px;
}
.steps__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.steps__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps__item--bottom {
  bottom: -50px;
}
.steps__img-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}
.steps__img-line--2 {
  top: 20%;
  right: -30px;
}
.steps__img-line--3 {
  right: -40px;
}
.steps__img-line--4 {
  top: 20%;
  right: -30px;
}
.steps__img-arrow-to-button {
  position: absolute;
  bottom: -100px;
  left: 100px;
}
.steps__text {
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1.2em;
}
.steps__icon {
  max-width: 140px;
}

@media (max-width: 847px) {
  .steps__flex {
    flex-direction: column;
  }
  .steps__item {
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px;
  }
  .steps__item--bottom {
    bottom: 0;
  }
  .steps__wrapper {
    padding-bottom: 20px;
  }
  .steps__img-line {
    display: none;
  }
  .steps__img-arrow-to-button {
    display: none;
  }
}
@media (max-width: 470px) {
  .steps .text-head {
    font-size: 2em;
  }
}
.teacher {
  overflow-x: hidden;
}
.teacher__container {
  padding: 100px 30px;
}
.teacher__h2 {
  margin-bottom: 60px;
}
.teacher__flex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.teacher__left-side {
  width: 70%;
}
.teacher__right-side {
  position: relative;
  width: 28%;
  margin-left: 30px;
}
.teacher__text-p {
  font-size: 2.5em;
  font-weight: 500;
}
.teacher__text-p--small {
  font-size: 1.25em;
  font-weight: 300;
  margin: 30px 0;
  line-height: 1.2em;
}
.teacher__swiper-buttons {
  position: relative;
  height: 70px;
}
.teacher__swiper-button {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  transition: background-color 0.2s ease-in;
}
.teacher__swiper-button:after {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  transition: color 0.2s ease-in;
}
.teacher__swiper-button:hover {
  background-color: #000000;
}
.teacher__swiper-button:hover:after {
  color: #ffffff;
}
.teacher__slider-box {
  position: absolute;
  width: 400%;
  height: 100%;
}
.teacher__box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #ffffff;
  border-radius: 32px;
  padding: 0 30px;
  padding-top: 45px;
  padding-bottom: 58px;
  border: 1.5px solid #000000;
  max-width: 380px;
  width: 100%;
}

.teacher__box--orange {
  background-color: #FFC700;
}
.teacher__box--purple {
  background-color: #B7CBFF;
}
.teacher__box--green {
  background-color: #CDF276;
}
.teacher__avatar {
  border-radius: 50%;
  max-width: 300px;
  width: 100%;
  margin-bottom: 25px;
}
.teacher__name {
  font-size: 1.5625em;
  font-weight: 700;
  text-transform: uppercase;
}
.teacher__descr {
  font-weight: 300;
  line-height: 1.2em;
  margin-top: 11px;
  margin-bottom: 20px;
  text-align: center;
}
.teacher__btn {
  font-size: 1.125em;
}

@media (max-width: 1250px) {
  .teacher {
    overflow: visible;
  }
  .teacher .text-head__highlight {
    display: inline-block;
  }
  .teacher .text-head__highlight:before {
    width: 106%;
  }
  .teacher__flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .teacher__right-side, .teacher__left-side {
    width: 100%;
  }
  .teacher__slider-box {
    position: static;
    width: 100%;
  }
  .teacher__swiper-buttons {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .teacher .text-head {
    font-size: 2em;
  }
  .teacher__text-p {
    font-size: 1.5em;
  }
}
.course__container {
  padding: 100px 30px;
}
.course__h2 {
  margin-bottom: 19px;
}
.course__wrapper {
  padding: 24px 0;
}
.course__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 40px 58px;
  background-color: #E8F6FF;
  border: 1px solid #000000;
  border-radius: 32px;
  width: 45%;
}
.course__box--color-reverse {
  background-color: #7CC5FE;
}
.course__box--color-reverse .course__price {
  color: #ffffff;
}
.course__text-head {
  display: block;
  text-align: center;
  font-size: 1.875em;
  font-weight: 600;
  margin-bottom: 13px;
}
.course__h3 {
  font-size: 3.125em;
  font-weight: 800;
  text-align: center;
  margin: 5px 0;
}
.course__price {
  display: block;
  font-size: 3.75em;
  font-weight: 600;
  color: #4DA9FF;
  margin: 20px 0;
  text-align: center;
}
.course__ul {
  margin: 20px 0;
  margin-bottom: 40px;
}
.course__li {
  position: relative;
  padding-left: 25px;
  margin: 15px 0;
}
.course__li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 18px;
  background-image: url("../../img/svg/icon_li.svg");
  background-size: cover;
}
.course__btn {
  font-size: 1.125em;
  margin: 0 auto;
}
.course__top-plank {
  position: absolute;
  top: -15px;
  right: 30px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 14px;
  transform: rotate(-1deg);
  font-weight: 800;
  padding: 9px 18px;
}

@media (max-width: 1080px) {
  .course .text-head__highlight {
    display: inline-block;
  }
}
@media (max-width: 980px) {
  .course__box {
    width: 48%;
  }
  .course__h2 {
    font-size: 2em;
  }
  .course__h3 {
    font-size: 2.5em;
  }
  .course__text-head {
    font-size: 1.125em;
  }
  .course__price {
    font-size: 3em;
  }
  .feedback-phone {
    margin-right: 10px !important;
  }
}
@media (max-width: 762px) {
  .course__flex {
    flex-direction: column;
  }
  .course__box {
    margin-bottom: 50px;
    width: 75%;
    padding: 30px 40px;
  }
  .course__btn {
    font-size: 1em;
    text-align: center;
  }
}
@media (max-width: 545px) {
  .course__box {
    width: 100%;
  }
  .course__h2 {
    font-size: 1.375em;
  }
  .course__h3 {
    font-size: 1.5em;
  }
  .course__price {
    font-size: 1.875em;
  }
  .course__btn {
    font-size: 0.775em;
    text-align: center;
  }
  .course__box {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
  .footer__end-flex {
    justify-content: center !important;
  }
  .footer__end-img-logo {
    padding-right: 10px;
  }
}
.footer {
  background-color: #CDF276;
  border-top: 2px solid #000000;
  color: #000000;
}
.footer__container {
  padding-top: 70px;
  padding-bottom: 90px;
}
.footer__container--bg-black {
  background-color: #000000;
}
.footer__container--small {
  padding: 55px 30px;
}
.footer__end-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__end-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__end-info .feedback-phone {
  margin-right: 90px;
}
.footer__text {
  font-size: 1.4375em;
  margin: 25px 0;
}
.footer__offer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 45px 0;
}
.footer__offer-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 245px;
  width: 100%;
}
.footer__offer-img {
  margin-right: 10px;
}
.footer__offer-text {
  font-weight: 700;
}
.footer__btn-top {
  position: relative;
  width: 60px;
  height: 57px;
}
.footer__btn-top-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 762px) {
  .footer .text-head__highlight {
    display: inline-block;
  }
  .footer__offer {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer__offer-block {
    margin: 15px;
    flex-basis: 0 1 47%;
  }
  .footer__btn__img {
    height: 25px;
  }
  .footer__end-img-logo {
    height: 40px;
  }
  .feedback-phone__link--big {
    font-size: 20px;
  }
  .footerLinks {
    font-size: 13px;
  }
}

.mt {
  margin-top: 50px;
}

/*# sourceMappingURL=style.css.map */
