@charset "UTF-8";

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

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

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

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

@font-face {
  font-family: "MuseoSansCyrl";
  font-weight: 900;
  font-style: "normal";
  font-display: swap;
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot");
  src: url("../fonts/MuseoSansCyrl/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-900.ttf") format("truetype"), url("../fonts/MuseoSansCyrl/MuseoSansCyrl-900.svg#MuseoSansCyrl") 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: 500 18px/1.2 "MuseoSansCyrl", sans-serif;
  background: #ffffff;
  min-width: 375px;
  color: #333333;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.hidden {
  display: none;
  overflow: hidden;
}

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

a {
  color: #333333;
  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;
}

.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: 1122px;
  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;
}

.form {
  max-width: 400px;
  position: relative;
}

.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 .input__wrap {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}

.form .input__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  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%;
}

.form .country-list .country-name {
  color: #333;
}

button {
  background: transparent;
  padding: 0;
  border: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
}

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

.burger {
  display: block;
  position: relative;
  height: 36px;
  width: 38px;
  padding: 9px;
  z-index: 205;
}

.burger__inner {
  position: relative;
  height: 100%;
}

.burger span {
  background: #263238;
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
}

.burger span:nth-child(1) {
  top: 0%;
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s, top 0.3s ease 0.3s;
}

.burger span:nth-child(2) {
  top: calc(50% + 1px);
  transform: translateY(-2px);
  opacity: 1;
  transition: opacity 0.3s ease 0.3s;
}

.burger span:nth-child(3) {
  top: 100%;
  transform: rotate(0deg) translateY(-100%);
  transition: transform 0.3s ease 0s, top 0.3s ease 0.3s;
}

.burger._open span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
  transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
}

.burger._open span:nth-child(2) {
  top: 50%;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.burger._open span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
  transition: top 0.3s ease 0s, transform 0.3s ease 0.3s;
}

.btn {
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.3s ease 0s;
}

.btn_black {
  background: #002205;
  color: #ffffff;
  padding: 17.8px 34px;
}

.btn_black:hover {
  background: #0066CC;
}

.btn_dark {
  background: #263238;
  color: #ffffff;
  padding: 17.8px 34px;
}

.btn_dark:hover {
  background: #0066CC;
}

.btn_info {
  background: #F1F1F1;
  color: #6C6C6C;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
}

.btn_info:before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url("../img/svg/info.svg") center/contain no-repeat;
  margin-right: 15px;
}

.btn_info:hover {
  background: #d4d4d4;
}

.btn_color {
  background: #0066CC;
  padding: 20px 40px;
}

.btn_color span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.btn_color:hover {
  background: #6093c7;
}

.btn_fixed-bottom {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
  z-index: 150 !important;
}

.header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.header__logo {
  width: 167px;
  position: relative;
}

.header__logo-image {
  display: block;
  background: url("../img/svg/logo.svg") center/contain no-repeat;
  padding-bottom: 22.34%;
}

.header__burger {
  display: none;
}

.menu {
  display: flex;
  position: relative;
}

.menu__list {
  display: flex;
}

.menu__list-item {
  margin-left: 30px;
}

.menu__list-item a,
.menu__list-item a:visited {
  color: #696969;
  font-size: 18px;
  transition: color 0.3s ease 0s;
}

.menu__list-item a:hover {
  color: #0066CC;
}

.menu__phone {
  margin-left: 30px;
}

.menu__phone a,
.menu__phone a:visited {
  color: #0066CC;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 900;
  transition: color 0.3s ease 0s;
}

.menu__phone a:hover {
  color: #6093c7;
}

._mark {
  color: #0066CC;
}

._extra-bold {
  font-weight: 900;
}

._bold {
  font-weight: 700;
}

._medium {
  font-weight: 500;
}

._regular {
  font-weight: 400;
}

._light {
  font-weight: 300;
}

.sct-pt {
  padding-top: 70px;
}

.sct-pb {
  padding-bottom: 70px;
}

.sct-text {
  font-size: 27px;
  font-weight: 500;
}

.sct-text ._mark {
  font-weight: 900;
}

.double-col {
  display: flex;
  align-items: stretch;
  margin: -17px;
}

.double-col__col {
  flex: 0 0 50%;
  padding: 17px;
  min-height: 100%;
}

.double-col__left-type-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 57px 29px 63px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 32px rgba(157, 169, 194, 0.24);
  height: 100%;
}

.double-col__left-type-1 p {
  font-size: 24px;
  font-weight: 900;
}

.double-col__left-type-2 {
  padding: 25px 29px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 32px rgba(157, 169, 194, 0.24);
  height: 100%;
}

.double-col__left-type-2 p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.double-col__left-type-2 p:last-child {
  margin-bottom: 0;
}

.double-col__right-register {
  padding: 25px 29px 22px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 4px 32px rgba(157, 169, 194, 0.24);
}

.double-col__right-register p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.double-col__right-register p span {
  display: block;
}

.double-col__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.double-col__btn-wrap .btn {
  padding: 18px 19px;
}

.double-col__arrows-mob {
  display: none;
}

.list-bg__list-bg-item {
  position: absolute;
  background: center/contain no-repeat;
}

.list-bg__list-bg-item_1 {
  transform: rotate(13deg);
  height: 320px;
  width: 425px;
  top: -10px;
  left: -53px;
}

.list-bg__list-bg-item_2 {
  transform: rotate(13deg);
  height: 329px;
  width: 425px;
  bottom: 26px;
  left: -45px;
}

.list-bg__list-bg-item_3 {
  transform: rotate(169deg);
  height: 414px;
  width: 535px;
  bottom: 170px;
  right: -65px;
}

.packages-btns {
  display: flex;
  margin: -5px;
}

.packages-btns__item {
  flex: 0 0 33.333%;
  padding: 5px;
}

.packages-btns__pack-name {
  padding: 6px 15px;
  border: 2px solid #0066CC;
  background: #ffffff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: box-shadow 0.3s ease 0s;
}

.packages-btns__pack-name span {
  font-size: 14px;
  line-height: 1.7;
}

.packages-btns__pack-name:hover {
  box-shadow: 0px 0px 5px #0066CC;
}

.packages-btns__pack-name_active,
.packages-btns__pack-name.tabs__tab--active {
  background: #0066CC;
  color: #ffffff;
}

.packages-btns__pack-name:last-child {
  margin-right: 0;
}

.arrows-left span,
.arrows-right span {
  display: block;
  height: 28px;
  width: 28px;
}

.arrows-left,
.arrows-right {
  display: flex;
}

.arrows-left span {
  background: url("../img/svg/decor-arrow-left.svg") center/contain no-repeat;
}

.arrows-right span {
  background: url("../img/svg/decor-arrow-right.svg") center/contain no-repeat;
}

@-webkit-keyframes arrowLeftAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes arrowLeftAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.arrows-left-animated span {
  opacity: 0;
  -webkit-animation-name: arrowLeftAnimation;
  animation-name: arrowLeftAnimation;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.arrows-left-animated span:nth-child(8) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.arrows-left-animated span:nth-child(7) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.arrows-left-animated span:nth-child(6) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.arrows-left-animated span:nth-child(5) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.arrows-left-animated span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.arrows-left-animated span:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.arrows-left-animated span:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.arrows-left-animated span:nth-child(1) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes arrowRightAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes arrowRightAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.arrows-right-animated span {
  opacity: 0;
  -webkit-animation-name: arrowRightAnimation;
  animation-name: arrowRightAnimation;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.arrows-right-animated span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.arrows-right-animated span:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.arrows-right-animated span:nth-child(3) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.arrows-right-animated span:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.arrows-right-animated span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.arrows-right-animated span:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.arrows-right-animated span:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.arrows-right-animated span:nth-child(8) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.arrows-right-animated span:nth-child(9) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.arrows-right-animated span:nth-child(10) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.arrows-right-animated span:nth-child(11) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.arrows-right-animated span:nth-child(12) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.arrows-right-animated span:nth-child(13) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.arrows-right-animated span:nth-child(14) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.arrows-right-animated span:nth-child(15) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.arrows-right-animated span:nth-child(16) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.arrows-right-animated span:nth-child(17) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.day-el {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  background: #0066CC;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px;
}

.hero__inner {
  padding-top: 40px;
  padding-bottom: 85px;
  display: flex;
}

.hero__content {
  flex: 0 0 75%;
  position: relative;
  z-index: 1;
}

.hero__type {
  display: inline-block;
  border: 1.5px solid #6093c7;
  border-radius: 5px;
  color: #6093c7;
  padding: 4px 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

.hero__title {
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.hero__text {
  width: 55.5555555556%;
  color: #7C7C7C;
  margin-bottom: 37.76px;
  font-weight: 500;
}

.hero__data-list {
  position: relative;
  margin-bottom: 65.24px;
  padding-left: 10px;
}

.hero__data-list:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #0066CC;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1px;
}

.hero__data-item {
  color: #263238;
  margin-bottom: 5px;
}

.hero__data-item:last-child {
  margin-bottom: 0;
}

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

.hero__btns-wrap .btn_info {
  margin-left: 20px;
}

.hero__image {
  flex: 0 0 25%;
  position: relative;
}

.hero__image-inner {
  background: url("../img/svg/hero-image.svg") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 104%;
  width: 240%;
  transform: translate(75px, 13px);
}

.hero__btns-wrap .btn_color span {
  text-transform: initial;
}

.hero__ticker {
  display: none;
}

@-webkit-keyframes ticker {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.ticker {
  display: flex;
}

.ticker__text {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 35px;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #0066CC;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ticker__text span {
  display: inline-block;
  padding: 0 5px;
}

.double__prehead {
  margin-bottom: 26px;
  text-align: center;
}

.double__prehead span {
  font-size: 35px;
  font-weight: 900;
}

.double__head {
  border: 1px solid #0066CC;
  border-radius: 10px;
  padding: 33px 10px;
  margin-bottom: 44px;
  font-size: 21px;
  text-align: center;
}

.double__head ._bold {
  font-weight: 900;
}

.double__title {
  text-align: center;
  font-size: 35px;
  font-weight: 900;
}

.double__text {
  margin-bottom: 38px;
}

.mistakes__head {
  margin-bottom: 34px;
}

.mistakes__title {
  font-weight: 900;
  font-size: 32px;
  position: relative;
  z-index: 2;
}

.mistakes__list-wrap {
  position: relative;
  margin-bottom: 74px;
}

.mistakes__list-wrap .list-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mistakes__list-wrap .list-bg .list-bg__list-bg-item {
  position: absolute;
  background: center/contain no-repeat;
}

.mistakes__list-wrap .list-bg .list-bg__list-bg-item_1 {
  top: -47px;
  left: -66px;
  height: 400px;
  width: 412px;
  transform: rotate(359deg);
}

.mistakes__list-wrap .list-bg .list-bg__list-bg-item_2 {
  left: 63%;
  top: 0px;
  height: 500px;
  width: 500px;
  transform: rotate(149deg);
}

.mistakes__list {
  position: relative;
  list-style: none;
}

.mistakes__list-item {
  margin-bottom: 10px;
  background: #ffffff;
  padding: 20px 26px 20px 60px;
  position: relative;
  box-shadow: 0 4px 32px rgba(157, 169, 194, 0.24);
  font-size: 20px;
  font-weight: 500;
}

.mistakes__list-item:last-child {
  margin-bottom: 0;
}

.mistakes__list-item:before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border-radius: 50%;
  background: #BCFFC7;
}

.mistakes__text {
  border: 1px solid #0066CC;
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.start__head {
  margin-bottom: 25px;
}

.start__title {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
}

.start__text {
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.7;
}

.start__btn-wrap .btn {
  display: inline-block;
}

.proposal__head {
  margin-bottom: 34px;
}

.proposal__title {
  font-size: 32px;
  font-weight: 900;
}

.proposal__list-wrap {
  position: relative;
}

.proposal__list-wrap .list-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.proposal__list-wrap .list-bg .list-bg__list-bg-item {
  position: absolute;
  background: center/contain no-repeat;
}

.proposal__list-wrap .list-bg .list-bg__list-bg-item_1 {
  top: -47px;
  left: -66px;
  height: 400px;
  width: 412px;
  transform: rotate(359deg);
}

.proposal__list-wrap .list-bg .list-bg__list-bg-item_2 {
  left: 63%;
  top: 26%;
  height: 500px;
  width: 500px;
  transform: rotate(149deg);
}

.proposal__list-item {
  margin-bottom: 10px;
  padding: 20px 30px 20px 60px;
  background: #ffffff;
  box-shadow: 0 4px 32px rgba(157, 169, 194, 0.24);
  position: relative;
}

.proposal__list-item:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border: 1px solid #0066CC;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.proposal__list-item:last-child {
  margin-bottom: 0;
}

.lecturer__inner {
  display: flex;
  margin: -20px;
  padding-bottom: 70px;
}

.lecturer__info {
  flex: 0 0 61.09%;
  padding: 20px;
}

.lecturer__head {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.lecturer__head-icon {
  height: 90px;
  width: 90px;
  border-radius: 5px;
  background: #ffffff center/40px no-repeat;
  box-shadow: 0 4px 32px rgba(157, 169, 194, 0.24);
}

.lecturer__head-titles {
  padding-left: 26px;
}

.lecturer__pretitle {
  font-size: 20px;
  font-weight: 700;
  color: #0066CC;
  margin-bottom: 10px;
}

.lecturer__title {
  font-size: 35px;
  font-weight: 900;
}

.lecturer__info-text {
  margin-bottom: 35px;
}

.lecturer__info-text p {
  line-height: 1.33;
  margin-bottom: 19px;
}

.lecturer__info-text p:last-child {
  margin-bottom: 0;
}

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

.lecturer__btn-wrap .arrows-left {
  margin-left: 35px;
}

.lecturer__photo {
  flex: 0 0 38.91%;
  padding: 20px;
  display: flex;
}

.lecturer__photo-inner {
  height: 100%;
  width: 100%;
  background: center/cover no-repeat;
  position: relative;
}

.lecturer__additional {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -18px;
}

.lecturer__additional-item {
  flex: 0 0 50%;
  padding: 18px;
}

.lecturer__additional-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 4px 32px rgba(157, 169, 194, 0.24);
  padding: 20px 30px;
  height: 100%;
  font-size: 20px;
}

.lecturer__additional-card ._gap-top {
  padding-top: 15px;
}

.program__head {
  margin-bottom: 30px;
}

.program__title {
  font-size: 35px;
  font-weight: 900;
}

.program__list {
  margin-bottom: 30px;
}

.program__list-item {
  margin-bottom: 20px;
}

.program__list-item:last-child {
  margin-bottom: 0px;
}

.program__btn-wrap .btn {
  display: inline-block;
}

.day {
  background: #F9FAFB;
  border-radius: 5px;
  transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.day__head {
  padding: 20px 90px;
  position: relative;
}

.day__num {
  position: absolute;
  top: 22px;
  left: 20px;
}

.day__title {
  font-size: 20px;
  font-weight: 500;
}

.day__icon {
  height: 15px;
  width: 15px;
  position: absolute;
  top: 22px;
  right: 30px;
  transition: transform 0.3s ease 0s;
}

.day__icon:before,
.day__icon:after {
  content: "";
  display: block;
  background: #C0C0C7;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  height: 3px;
  width: 100%;
}

.day__icon:after {
  transform: rotate(90deg);
  transition: transform 0.3s ease 0s;
}

.day__description-inner {
  padding: 0 85px 20px;
}

.day__description-inner ol {
  list-style: none;
}

.day__description-inner ol li {
  font-weight: 300;
  line-height: 1.33;
  color: #636363;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}

.day__description-inner ol li:before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  border: 1px solid #0066CC;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 5px;
}

.day__description-inner ol li:last-child {
  margin-bottom: 0;
}

.day__description-inner p {
  padding-left: 5px;
}

.day._open {
  background: #ffffff;
  box-shadow: 0 4px 32px rgba(157, 169, 194, 0.24);
}

.day__head._open .day__icon {
  transform: rotate(180deg);
}

.day__head._open .day__icon:before,
.day__head._open .day__icon:after {
  content: "";
  display: block;
  background: #C0C0C7;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  height: 3px;
  width: 100%;
}

.day__head._open .day__icon:after {
  transform: rotate(0deg);
}

.packages__head {
  margin-bottom: 26px;
}

.packages__title {
  font-size: 35px;
  font-weight: 900;
}

.packages__list {
  display: flex;
  margin: -5px;
}

.packages__list-item {
  flex: 0 0 33.333%;
  padding: 5px;
}

.package {
  height: 100%;
  box-shadow: 0 4px 32px rgba(157, 169, 194, 0.24);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.package__head {
  flex: 0 0 auto;
  letter-spacing: 1.5px;
  font-weight: 900;
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 6px solid #263238;
}

.package__head-title {
  font-size: 20px;
}

.package__head-members {
  font-size: 12px;
}

.package__description {
  flex: 1 1 auto;
  padding: 20px 28px 20px 42px;
  font-size: 16px;
}

.package__desc-text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 35px;
}

.package__desc-day {
  margin-bottom: 20px;
}

.package__desc-day p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.package__desc-day ul {
  list-style: disc;
  padding-left: 15px;
}

.package__desc-day ul li {
  font-size: 14px;
  position: relative;
  margin-bottom: 3px;
}

.package__desc-day ul li:last-child {
  margin-bottom: 0;
}

.package__desc-bottom {
  font-weight: 700;
}

.package__prices {
  flex: 0 0 auto;
  padding: 30px 28px 30px 42px;
  text-align: center;
  border-top: 1px solid #9B9B9B;
}

.package__full-price {
  margin-bottom: 20px;
  color: #9B9B9B;
}

.package__full-price .package__price-value {
    text-decoration: line-through;
}

.package__price-text {
  font-size: 16px;
  font-weight: 500;
}

.package__price-value {
  font-size: 24px;
  font-weight: 500;
}

.package__btn-wrap .btn {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px 0px 5px 5px;
}

.package._default {
  outline: 3px solid #0066CC;
}

.package._default .package__head {
  color: #0066CC;
  border-bottom-color: #0066CC;
}

.package._default .package__btn-wrap .btn {
  background: #0066CC;
}

.registration__inner {
  display: flex;
  justify-content: center;
}

.registration__content {
  flex: 0 0 75%;
  background: rgb(255, 255, 255);
  border-radius: 7px;
  padding: 25px;
  display: flex;
  box-shadow: 0 4px 32px rgba(157, 169, 194, 0.24);
}

.registration__info {
  flex: 60%;
  display: flex;
  flex-direction: column;
  padding-right: 35px;
}

.registration__info-top {
  flex: 0 0 auto;
  display: flex;
  margin: -5px;
}

.registration__info-top-item {
  padding: 5px;
  flex: 0 0 33.333%;
}

.registration__info-top-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F7F7F8;
  padding-top: 20px;
  padding-bottom: 17px;
  border-radius: 7px;
}

.registration__info-top-icon {
  margin-bottom: 17px;
  height: 25px;
  width: 25px;
  background: center/contain no-repeat;
}

.registration__info-top-text {
  font-size: 14px;
  font-weight: 700;
}

.registration__info-btns-wrap {
  padding: 25px 0;
}

.registration__info-bottom {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  background: #F7F7F8;
  border-radius: 7px;
  padding: 30px 40px;
}

.registration__info-bottom-text {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
}

.registration__info-bottom-text ._mark {
  display: block;
  font-weight: 900;
}

.registration__info-bottom-image-wrap {
  flex: 1 1 auto;
  padding-top: 30px;
}

.registration__info-bottom-image {
  height: 100%;
  background: center/contain no-repeat;
}

.registration__form-wrap {
  flex: 40%;
}

.form__packages-list {
  display: none;
  margin: -5px;
}

.form__title {
  font-size: 22px;
  font-weight: 900;
  color: #565656;
  margin: 0px 0 15px;
}

.form__input {
  margin-bottom: 15px;
  display: block;
}

.form__input input {
  border-radius: 5px;
  border: 1px solid #E7E7E7;
  padding: 10px;
  font-size: 18px;
  display: block;
  width: 100%;
}

.form__input input:focus {
  border: 1px solid #0066CC;
}

.form__input-name {
  color: #666666;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 300;
}

.form__hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: none;
  pointer-events: none;
}

.form__btn-wrap {
  margin-bottom: 10px;
}

.form__btn-wrap .btn {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}

.form__notice {
  font-size: 11px;
  color: #D7D7D7;
}

.nums__inner {
  padding: 77px 0 115px 0;
  position: relative;
}

.nums__bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: 34px center/contain no-repeat;
}

.nums__head {
  position: relative;
  padding-bottom: 75px;
}

.nums__title {
  font-size: 45px;
  font-weight: 900;
  padding-left: 40px;
}

.nums__head-icon {
  position: absolute;
  top: -125px;
  right: -270px;
  height: 260.2px;
  width: 494px;
  background: center/contain no-repeat;
}

.nums__head-icon_mob {
  display: none;
}

.nums__row {
  display: flex;
  position: relative;
}

.nums__col {
  flex: 0 0 33.3333333333%;
  padding-left: 50px;
}

.nums__col:first-child {
  padding-left: 40px;
}

.nums__indicator {
  color: #0066CC;
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.nums__indicator-value {
  font-size: 45px;
  margin-right: 3px;
}

.nums__indicator-additional {
  font-size: 28px;
}

.nums__indicator-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.37;
  color: #171718;
}

.clients__head {
  margin-bottom: 40px;
}

.clients__title {
  font-weight: 900;
  font-size: 35px;
  text-align: left;
}

.clients__logo-list {
  display: flex;
  flex-wrap: wrap;
  margin: -12.5px;
}

.clients__logo-item {
  flex: 0 0 20%;
  padding: 12.5px;
}

.clients__logo {
  box-shadow: 0 4px 32px rgba(157, 169, 194, 0.24);
  background: center/cover no-repeat;
  padding-bottom: 55.95%;
}

.footerru {
  background: #f2f2f2;
  font-weight: 300;
}

.footerru__parts {
  display: flex;
  justify-content: space-between;
  padding: 60px 30px;
  padding-bottom: 30px;
}

.footerru__link {
  color: #8f8f8f;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
}

.footerru__link:hover {
  color: #0066CC;
  text-decoration: underline;
}

.footerru__title {
  font-size: 16px;
  color: #cdcdcd;
  margin-bottom: 12px;
  font-weight: 600;
}

.footerru__link.location {
  padding-left: 30px;
  pointer-events: none;
  background: url("../img/location.svg") left/15px no-repeat;
}

.footerru__link.facebook {
  padding-left: 30px;
  background: url("../img/fb.svg") 4px 50% no-repeat;
}

.footerru__link.instagram {
  padding-left: 30px;
  background: url("../img/insta.svg") 0 50% no-repeat;
}

.footerru__link.youtube {
  padding-left: 30px;
  background: url("../img/youtube.svg") 2px 50% no-repeat;
}

.footerru__link.telegram {
  padding-left: 30px;
  background: url("../img/telega.svg") 0px 50% no-repeat;
}

.footerru__link.phone {
  padding-left: 30px;
  background: url("../img/tel.svg") 0px 50% no-repeat;
}

.footerru__bottomline {
  border-top: 1px solid #dadada;
  padding: 30px 30px;
}

.footerru__copy {
  font-size: 14px;
  line-height: 20px;
  color: #cdcdcd;
}

/* Страница благодарности*/
.profit {
    padding: 60px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  .profit .container {
    text-align: center;
  }
  
  .profit__toptext {
    margin: 30px 0;
    font-size: 24px;
    font-weight: 700;
  }
  
  .profit__title {
    margin: 20px 0;
    font-size: 38px;
    line-height: 1.84;
  }
  
  .profit__subtitle {
    font-size: 18px;
    line-height: 1.22;
    text-transform: uppercase;
  }
  
  .profit__subtitle b {
    font-weight: 700;
    color: #DC0934;
  }
  
  .profit__text {
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.18;
  }
  
  .profit__text b {
    font-weight: 700;
  }

  .profit .btn {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 65px;
/*     background: #DC0934; */
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
  }
  
  .profit .submit-btns {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  
  .profit .btn.trasparent {
    margin-right: 10px;
    color: #262626;
    border: 1px solid #DC0934;
    background: #fff;
  }
  
  .profit .btn.full {
    background: #DC0934;
  }
  
  .profit .speacial-date {
    color: #9B9B9B;
    margin-top: 15px;
  }
  
  .profit .speacial-date b {
    font-weight: 700;
  }