@charset "UTF-8";

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

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

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

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

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

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

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font: 400 18px/160% Montserrat, Helvetica, Arial, sans-serif;
  background: #191D23;
  min-width: 340px;
  color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.hidden {
  display: none;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

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

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid red !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid #99FF99 !important;
}

h1 {
  font: bold 69px/100% Bebas Neue;
  /* or 96px */
  text-transform: uppercase;
  color: #6EE4FE;
}

h2 {
  font: bold 53px/105% Bebas Neue;
  text-align: center;
  text-transform: uppercase;
}

h2 span {
  color: #DA2801;
}

h2.red {
  color: #DA2801;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form {
  background: #fff;
  max-width: 400px;
  position: relative;
  padding: 20px;
  border-radius: 2px;
}

.form__title {
  text-align: center;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}

.form label {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}

.form label span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.form input {
  background: #fff;
  width: 100%;
  height: 60px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 60px;
  display: block;
}

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

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

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

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 300px;
  height: 70px;
  background: #DA2801;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #EEEEEE;
  transition: 0.3s ease;
  z-index: 10;
  position: relative;
  box-shadow: 0px 0px 20px rgba(255, 72, 37, 0.7);
}

.btn:hover {
  transform: scale(1.05);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(218, 40, 1, 0);
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.header {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 10;
}

.header__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header__logo {
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
}

.header__phone {
  text-align: center;
  position: relative;
  padding: 0 13px;
  margin-right: 25px;
}

.header__phone:before,
.header__phone:after {
  background: #DA2801;
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header__phone:after {
  left: auto;
  right: 0;
}

.header__phone_link {
  display: block;
  font-weight: 600;
  color: #DA2801;
  letter-spacing: 2.32px;
  line-height: 100%;
}

.header__phone_callback {
  font-weight: 500;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: 0.2s linear;
}

.header__phone_callback:hover {
  color: #DA2801;
}

.header__about {
  font: bold 36px Bebas Neue;
}

.section-first {
  position: relative;
  padding-top: 200px;
  padding-bottom: 130px;
  background: url(../img/sec1-fon-text.png) 50% 0 no-repeat;
}

.section-first .robot {
  position: absolute;
  top: 20px;
  left: calc(50% - 100px);
  width: 810px;
}

.section-first h1 {
  max-width: 550px;
  margin-bottom: 10px;
}

.section-first h1 b {
  font-size: 92px;
}

.section-first h1 span {
  font-size: 77px;
}

.section-first .subtitle {
  font-size: 22px;
  line-height: 146%;
  color: #CDCDCD;
  margin-bottom: 30px;
  max-width: 530px;
}

.section-first .text {
  max-width: 520px;
  font-weight: 500;
  margin-bottom: 40px;
}

.section-first .social {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-first .social__link {
  margin-right: 20px;
  display: flex;
}

.section-first .social__link svg,
.section-first .social__link path {
  transition: 0.2s linear;
}

.section-first .social__link:hover svg {
  fill: #19C6E7;
}

.section-first .social__link:hover path {
  fill: #19C6E7;
}

.section-difference {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: top;
}

.section-difference .difference {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-difference .difference__image {
  width: 50%;
  position: relative;
}

.section-difference .difference__image img {
  width: 100%;
}

.section-difference .difference__image img.blender {
  width: 51%;
  position: absolute;
  top: 43px;
  left: 106px;
}

.section-difference .difference__content {
  max-width: 600px;
  padding-top: 50px;
}

.section-difference .difference__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.section-difference .difference__list li {
  font-size: 16px;
  line-height: 150%;
  position: relative;
  padding-left: 30px;
  margin: 15px 0;
}

.section-difference .difference__list li:before {
  content: '';
  background: url(../img/check-red.svg) 50% no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}

.section-program {
  padding-bottom: 70px;
}

.section-program .program__title {
  font-size: 70px;
  line-height: 125%;
  margin-bottom: 40px;
}

.section-program .modules {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.section-program .module {
  background: linear-gradient(180deg, #792212 0%, #5956E9 100%);
  border-radius: 24px;
  width: 100%;
  max-width: 320px;
  padding: 15px;
}

.section-program .module__image {
  background: #FFFFFF;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.section-program .module__image img {
  width: 50%;
}

.section-program .module__content {
  background: rgba(0, 0, 0, 0.44);
  border-radius: 24px;
  padding: 20px;
}

.section-program .module__number {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}

.section-program .module__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 25px;
  letter-spacing: -0.045em;
}

.section-program .module__text {
  color: #999FAE;
  margin-bottom: 40px;
}

.section-program .module__link {
  font-weight: 500;
  letter-spacing: -0.045em;
  color: #FF4825;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-program .module__link span {
  margin-right: 10px;
}

.section-steps {
  padding: 70px 0;
  position: relative;
}

.section-steps .bgtext {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
}

.section-steps .bgtext2 {
  top: 1750px;
}

.section-steps .subtitle {
  margin-top: 30px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 24px;
  line-height: 160.5%;
  opacity: 0.55;
}

.section-steps .steps {
  transition: 0s linear;
  max-height: 660px;
  overflow: hidden;
}

.section-steps .steps.active {
  transition: 0s linear;
  max-height: 2000px;
}

.section-steps .steps.active .step3:after {
  opacity: 0;
}

.section-steps .step {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 664px;
  height: 220px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.section-steps .step:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #792212;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.section-steps .step__number {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-110%, -50%);
}

.section-steps .step__lines {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.section-steps .step.step2:before,
.section-steps .step.step4:before,
.section-steps .step.step6:before,
.section-steps .step.step8:before,
.section-steps .step.step10:before {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

.section-steps .step.step2 .step__number,
.section-steps .step.step4 .step__number,
.section-steps .step.step6 .step__number,
.section-steps .step.step8 .step__number,
.section-steps .step.step10 .step__number {
  left: auto;
  right: 0;
  transform: translate(110%, -50%);
}

.section-steps .step.step2 .step__text,
.section-steps .step.step4 .step__text,
.section-steps .step.step6 .step__text,
.section-steps .step.step8 .step__text,
.section-steps .step.step10 .step__text {
  text-align: right;
}

.section-steps .step3 {
  position: relative;
}

.section-steps .step3:after {
  left: -50vw;
  transition: 0.2s linear;
  position: absolute;
  content: '';
  width: 200vw;
  height: 100%;
  border-radius: 0px;
  background: linear-gradient(0deg, #191d23 0%, rgba(25, 29, 35, 0.9) 80%, rgba(25, 29, 35, 0) 100%);
  z-index: 3;
}

.section-steps .show-all {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.section-steps .show-all span {
  font-weight: 500;
  color: #DA2801;
  text-transform: uppercase;
  margin-right: 11px;
}

.section-steps .show-all span.hide {
  display: none;
}

.section-steps .show-all.active .hide {
  display: block;
}

.section-steps .show-all.active .show {
  display: none;
}

.section-steps .show-all.active svg {
  transform: rotate(-180deg);
}

.section-progress {
  padding: 70px 0;
}

.section-progress .progress {
  background-size: contain;
  height: 800px;
  width: 67%;
  max-width: 1020px;
  margin: 0 auto;
  margin-left: 280px;
  margin-top: 40px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
}

.section-progress .progress__decor {
  position: absolute;
  left: 0;
  top: 140px;
  transform: translate(-200px, -100px);
}

.section-progress .progress__text {
  position: absolute;
  font-size: 18px;
  line-height: 138%;
}

.section-progress .progress__text span {
  color: #DA2801;
}

.section-progress .progress__text.text-1 {
  top: 620px;
  left: -200px;
  max-width: 220px;
}

.section-progress .progress__text.text-2 {
  top: 300px;
  left: 80px;
  max-width: 250px;
}

.section-progress .progress__text.text-3 {
  top: 20px;
  left: 370px;
}

.section-progress .progress .bottom {
  position: absolute;
  bottom: 0;
  right: -70px;
  max-width: 400px;
  text-align: right;
}

.section-progress .progress .bottom__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 165%;
  margin-bottom: 45px;
}

.section-progress .progress .bottom__btn {
  margin-left: auto;
}

.section-demand {
  padding: 70px 0;
}

.section-demand .demand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-demand .demand__content {
  max-width: 510px;
}

.section-demand .demand__image {
  max-width: calc(100% - 520px);
}

.section-demand .demand__image img {
  width: 100%;
}

.section-demand .demand__image_text {
  font-size: 13px;
  line-height: 194.5%;
  color: #9D9D9D;
  text-align: center;
}

.section-demand .demand__subtitle {
  color: #D8D8D8;
}

.section-demand .demand__subtitle b {
  font-weight: bold;
  text-transform: uppercase;
}

.section-demand .demand .line {
  margin: 60px 0;
}

.section-demand .demand__text {
  font-size: 22px;
  line-height: 194.5%;
  color: #F4F4F4;
  margin-bottom: 60px;
}

.section-demand .demand__text b {
  display: block;
  font-weight: 700;
  color: #DA2801;
}

.section-areas {
  padding: 70px 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-bottom: 300px;
}

.section-areas .areas {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.section-areas .area {
  width: 100%;
  max-width: 275px;
  position: relative;
  text-align: center;
}

.section-areas .area__icon {
  width: 250px;
  height: 250px;
  position: relative;
  background: url(../img/area__bg.svg) no-repeat 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.section-areas .area__number {
  font: bold 44px/194.5% Bebas Neue;
  position: absolute;
  top: 0;
  left: 50px;
}

.section-areas .area__title {
  font: bold 36px/100% Bebas Neue;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.section-areas .area__text {
  font-weight: 600;
  color: #C4C4C4;
}

.section-reviews {
  margin-top: -150px;
  padding-bottom: 80px;
}

.section-reviews .reviews {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.section-reviews .reviews__title {
  max-width: 250px;
  font-size: 36px;
  line-height: 140%;
  position: relative;
  text-transform: uppercase;
}

.section-reviews .reviews__title:after {
  content: '';
  width: 90px;
  height: 3px;
  background: #DA2801;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.section-reviews .reviews__slider {
  max-width: 800px;
}

.section-reviews .reviews .slick-prev,
.section-reviews .reviews .slick-next {
  top: auto;
  bottom: 30px;
}

.section-reviews .reviews .slick-next {
  right: 40px;
}

.section-reviews .reviews .slick-prev {
  left: auto;
  right: 100px;
  z-index: 10;
}

.section-reviews .review {
  width: 100%;
  max-width: 800px;
  background: #1E2229;
  padding: 50px;
  min-height: 340px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  display: flex !important;
}

.section-reviews .review__text {
  color: rgba(238, 238, 238, 0.6);
}

.section-reviews .review__author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-reviews .review__author_photo {
  width: 70px;
  height: 70px;
  overflow: hidden;
  background-size: cover;
  margin-right: 20px;
}

.section-reviews .review__author_name {
  font-weight: 800;
  font-size: 18px;
  line-height: 35px;
  color: #DA2801;
  text-transform: uppercase;
}

.section-reviews .review__author_age {
  text-transform: uppercase;
  color: #EEEEEE;
}

.section-reviews .videoreviews {
  margin-top: 120px;
}

.section-reviews .videoreviews__title {
  font-size: 36px;
  line-height: 140%;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.section-reviews .videoreviews__title:after {
  content: '';
  width: 90px;
  height: 3px;
  background: #DA2801;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.section-reviews .videoreviews .slick-slide {
  z-index: -1;
}

.section-reviews .videoreviews .slick-list {
  padding: 70px 0 !important;
}

.section-reviews .videoreviews .slick-current {
  transform: scale(1.5);
  z-index: 10;
  position: relative;
}

.section-reviews .videoreviews .slick-current .video__footer {
  opacity: 1;
}

.section-reviews .videoreviews .slick-next,
.section-reviews .videoreviews .slick-prev {
  top: auto;
  bottom: -50px;
}

.section-reviews .videoreviews .slick-next {
  right: 50%;
  transform: translateX(50px);
}

.section-reviews .videoreviews .slick-prev {
  left: 50%;
  transform: translateX(-50px);
}

.section-reviews .video {
  background: #232830;
  background-size: cover;
  height: 330px;
  position: relative;
}

.section-reviews .video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url(../img/play.svg) 50% no-repeat;
}

.section-reviews .video__footer {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  padding: 10px;
}

.section-reviews .video__text {
  font-weight: 600;
  color: #FF4825;
  font-size: 10px;
}

.section-reviews .video__author {
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  padding-left: 40px;
  position: relative;
}

.section-reviews .video__author:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #DA2801;
}

.section-reviews .btn {
  margin: 0 auto;
  margin-top: 70px;
}

.section-methodology {
  padding: 70px 0;
  position: relative;
}

.section-methodology .bgwawe {
  position: absolute;
  left: 50%;
  top: 850px;
  transform: translateX(-50%);
}

.section-methodology .bgtext {
  position: absolute;
  left: 50%;
  top: 350px;
  transform: translateX(-50%);
}

.section-methodology .methodology {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}

.section-methodology .methodology__info {
  width: 100%;
  max-width: 655px;
}

.section-methodology .methodology__info_title {
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 110px;
  margin-bottom: 70px;
}

.section-methodology .methodology__info_title:before {
  background: #fff;
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.section-methodology .methodology__info ul li {
  padding-left: 110px;
  position: relative;
  margin-bottom: 60px;
}

.section-methodology .methodology__info ul li:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #FF4825;
  background: url(../img/heart.svg) 50% no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-methodology .methodology__image {
  max-width: 550px;
  position: relative;
}

.section-methodology .methodology__image img {
  width: 100%;
}

.section-methodology .methodology__image_text {
  font: bold 30px/30px Bebas Neue;
  background: #5956E9;
  width: 305px;
  height: 305px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.section-methodology .methodology__image_text:before {
  content: '';
  width: 130px;
  height: 130px;
  background: url(../img/cursor.png) 50% no-repeat;
  position: absolute;
  left: 130px;
  top: -80px;
}

.section-community {
  padding: 70px 0;
}

.section-community .community {
  margin-top: 140px;
  background: #19C6E7 url(../img/community__decor.svg) 0 0 no-repeat;
  border-radius: 40px;
  padding: 50px;
  padding-top: 80px;
  padding-right: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-community .community .bgline {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}

.section-community .community:after {
  content: '';
  background: #626262;
  opacity: 0.5;
  border-radius: 40px;
  position: absolute;
  width: 97%;
  height: 100%;
  transform: translate(-50%, 15px);
  z-index: -1;
  top: 0;
  left: 50%;
}

.section-community .community__content {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 50px;
  padding-top: 60px;
  width: 100%;
  max-width: 410px;
  position: relative;
}

.section-community .community__content .chat {
  top: -75px;
  left: -150px;
  position: absolute;
}

.section-community .community__text {
  color: #292930;
  font-weight: 500;
}

.section-community .community .dots {
  margin: 30px 0;
  background: url(../img/dots.svg) 50% no-repeat;
  height: 4px;
}

.section-community .community__discord {
  max-width: 635px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}

.section-community .community__discord_image {
  position: absolute;
  left: -50px;
  top: -110px;
}

.section-community .community__discord_text {
  font-weight: 500;
  font-size: 16px;
}

.section-community .btn {
  margin-top: 60px;
}

.section-teachers {
  padding: 70px 0;
  padding-bottom: 10px;
}

.section-teachers .teachers {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-teachers .teacher {
  margin: 0 30px;
  margin-bottom: 60px;
  max-width: 206px;
}

.section-teachers .teacher__photo {
  width: 206px;
  height: 206px;
  background-size: cover;
  margin-bottom: 8px;
  border-radius: 10px;
}

.section-teachers .teacher__name {
  font-weight: 500;
  font-size: 16px;
  color: #DA2801;
}

.section-teachers .teacher__prof {
  font-size: 16px;
  color: #19C6E7;
}

.section-result {
  padding: 70px 0;
  position: relative;
  padding-bottom: 150px;
}

.section-result .bg {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% + 50px));
  top: -90px;
}

.section-result h2 {
  margin: 0 auto;
  max-width: 900px;
}

.section-result .result {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
}

.section-result .result__content {
  width: 50%;
}

.section-result .result__image {
  width: 50%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.section-result .result__image img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.section-result .result__image_text {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.section-result .result__title {
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 35px;
}

.section-result .result__text {
  margin-bottom: 20px;
}

.section-result .result__text li {
  font-size: 20px;
  line-height: 32px;
  color: #F9F9F9;
}

.section-result .result__price {
  font: 700 40px/100% Bebas Neue;
  color: #DA2801;
  margin-bottom: 30px;
}

.section-result .result__price span {
  color: #19C6E7;
}

.section-result .result__price b {
  font-size: 64px;
  line-height: 100%;
}

.section-garanty {
  padding: 100px 0;
  background: url(../img/wawebg2.svg) 50% 60% no-repeat;
}

.section-garanty .garanty {
  margin-top: 94px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.section-garanty .garanty__content {
  max-width: 550px;
}

.section-garanty .garanty__content ul li {
  padding-left: 100px;
  position: relative;
  min-height: 84px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

.section-garanty .garanty__content ul li:before {
  content: '';
  width: 73px;
  height: 73px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/like.svg) 50% no-repeat;
}

.section-garanty .garanty__text {
  font: bold 48px/100% Bebas Neue;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.section-exp {
  padding: 70px 0;
}

.section-exp .subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 160.5%;
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 90px;
}

.section-exp .exp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

.section-exp .exp__title {
  font: bold 58px/113% Bebas Neue;
  color: #EEEEEE;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 10;
}

.section-exp .exp__slider {
  width: 100%;
  max-width: 900px;
}

.section-exp .exp__slider_for {
  width: 100%;
}

.section-exp .exp__slider_for .slide {
  width: 100%;
  height: 500px;
  background: #1F242C;
}

.section-exp .exp__slider_nav .slick-slide .slide {
  background: #1F242C;
}

.section-exp .exp__slider_nav .slick-slide:nth-child(even) .slide {
  background: rgba(34, 40, 49, 0.45);
}

.section-exp .exp__slider_nav .slide {
  width: 250px !important;
  height: 150px;
}

.section-learning {
  padding: 80px 0;
  text-align: center;
}

.section-learning .learning__subtitle {
  font-size: 24px;
  line-height: 160.5%;
  color: #EEEEEE;
  margin-bottom: 100px;
  position: relative;
  margin-top: 10px;
}

.section-learning .learning__subtitle:after {
  background: #19C6E7;
  content: '';
  position: absolute;
  left: 50%;
  width: 90px;
  height: 3px;
  transform: translateX(-50%);
  bottom: -25px;
}

.section-learning .learning__text {
  font-size: 24px;
  line-height: 160.5%;
  color: #DA2801;
  margin-bottom: 75px;
}

.section-learning .learning__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-learning .gallery__video {
  height: 650px;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.section-learning .gallery__video_footer {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 100%;
}

.section-learning .gallery__video_text {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #DA2801;
  text-align: left;
}

.section-learning .gallery__video_text b {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  color: #EEEEEE;
  margin-top: 6px;
}

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

.section-about .about {
  margin-top: 94px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-about .about__content {
  max-width: 620px;
}

.section-about .about__content li {
  position: relative;
  font-size: 20px;
  line-height: 138%;
  padding-left: 50px;
  margin-bottom: 30px;
}

.section-about .about__content li:before {
  content: '';
  width: 32px;
  height: 32px;
  background: url(../img/icon-check.svg) 50% no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.section-about .about__content li:last-child {
  margin-bottom: 0;
}

.section-about .about__content li:nth-child(even) {
  color: #A4C7FF;
}

.section-about .about__image {
  position: relative;
  max-width: 620px;
}

.section-about .about__image img {
  width: 100%;
}

.section-lessons {
  padding: 80px 0;
  background: url(../img/whitewawe.svg) 50% 60% no-repeat;
}

.section-lessons .lessons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.section-lessons .lessons__content {
  max-width: 585px;
}

.section-lessons .lessons__content li {
  position: relative;
  padding-left: 120px;
  margin-bottom: 50px;
}

.section-lessons .lessons__content li:before {
  content: '';
  width: 80px;
  height: 80px;
  border: 4px solid #FF4825;
  border-radius: 50%;
  background: url(../img/crystal.svg) 50% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.section-lessons .lessons__content li:last-child {
  margin-bottom: 0;
}

.section-lessons .lessons__image {
  max-width: 600px;
  position: relative;
}

.section-lessons .lessons__image img {
  width: 100%;
}

.section-lessons .lessons__phone {
  text-align: center;
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-105px);
}

.section-lessons .lessons__phone_link {
  display: block;
  font-weight: 600;
  color: #DA2801;
  color: #DA2801;
  letter-spacing: 2.32px;
  line-height: 100%;
}

.section-lessons .lessons__phone_callback {
  font-weight: 500;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.section-skills {
  padding: 80px 0;
  text-align: center;
}

.section-skills .subtitle {
  color: #DA2801;
  font-weight: 500;
  max-width: 670px;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 56px;
}

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

.section-skills .skill {
  border-radius: 20px;
  width: 100%;
  max-width: 370px;
  height: 230px;
  margin-bottom: 50px;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: 0.3s ease;
  position: relative;
}

.section-skills .skill:before {
  transition: 0.3s ease;
  content: '';
  width: 100%;
  height: 100%;
  background: #191D23;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
}

.section-skills .skill:hover:before {
  opacity: 0;
}

.section-skills .skill:hover .skill__text {
  text-shadow: 2px 4px 4px #000000;
}

.section-skills .skill__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 125%;
  position: relative;
  transition: 0.3s ease;
}

.section-skills .show-all-skills {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
  display: none;
}

.section-skills .show-all-skills span {
  font-weight: 500;
  color: #DA2801;
  text-transform: uppercase;
  margin-right: 11px;
}

.section-skills .show-all-skills span.hide {
  display: none;
}

.section-skills .show-all-skills.active .hide {
  display: block;
}

.section-skills .show-all-skills.active .show {
  display: none;
}

.section-skills .show-all-skills.active svg {
  transform: rotate(-180deg);
}

.discord-icon svg {
  width: 34px;
  height: 34px;
  margin-bottom: -3px;
}

/* IE11 */

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .section-garanty .garanty__image {
    width: 570px;
  }

  *::-ms-backdrop,
  .section-garanty .garanty__content {
    width: 550px;
  }

  *::-ms-backdrop,
  .section-result .bg {
    transform: translateX(-47%);
  }

  *::-ms-backdrop,
  .section-reviews .reviews__title {
    width: 250px;
  }

  *::-ms-backdrop,
  .section-reviews .reviews__slider {
    width: 800px;
  }
}

.footer {
  background: #000000;
  padding-top: 20px;
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer__phone {
  text-align: center;
  position: relative;
}

.footer__phone_link {
  display: block;
  font-weight: 600;
  color: #DA2801;
  color: #DA2801;
  letter-spacing: 2.32px;
  line-height: 100%;
}

.footer__phone_callback {
  font-weight: 500;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.footer__logo {
  width: 150px;
}

.footer__logo img {
  width: 100%;
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__social_link {
  margin-left: 25px;
}

.footer__social_link svg,
.footer__social_link path {
  transition: 0.2s linear;
}

.footer__social_link:hover svg {
  fill: #19C6E7;
}

.footer__social_link:hover path {
  fill: #19C6E7;
}

.footer__docs {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__docs .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer__docs li {
  margin: 0 30px;
}

.footer__docs li:last-child {
  margin-right: 0;
}

.footer__docs a {
  opacity: 0.5;
  font-size: 14px;
}

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

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

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: '';
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: '';
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

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

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

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

.form .country-list {
  z-index: 30;
}

.form .country-list span  {
  display: inline;
  font-size: 12px;
}

.form .country-list {
  color: #333;
  /*min-width: 256px;*/
}
.country-list .country-name {
  color: #333;
}


.iti-flag {
  background-image: url(../img/flags.png) !important;
}

.section-reviews .video-1 {background-image: url(../img/video_covers/nastya_video.jpg)}
.section-reviews .video-2 {background-image: url(../img/video_covers/alex_video.jpg)}
.section-reviews .video-3 {background-image: url(../img/video_covers/zulfat_lavr.jpg)}
.section-reviews .video-4 {background-image: url(../img/screen.png)}