html {
  font-size: 1.5625vw;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.3;
  -webkit-font-smoothing: antialised;
  background: #070707;
  color: white;
}

strong {
  font-weight: 600;
}

img {
  display: block;
}

.hidden {
  display: none;
}

.visible-mob {
  display: none !important;
}

.holder,
.container {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.green {
  color: #92E8FC;
}

.button {
  cursor: pointer;
}

h1 {
  font-size: 5.4rem;
  line-height: 6.6rem;
  font-weight: 700;
  text-transform: uppercase;
  display: table;
  position: relative;
}

.language {
  position: fixed;
  z-index: 100;
  top: 8rem;
  right: 10vw;
  width: 6rem;
  height: 3.4rem;
  border-radius: 5px;
  background: #333333;
  overflow: hidden;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .language {
    top: 12rem;
    right: 2rem;
    padding: 1rem;
    width: 8.8rem;
    height: 5rem;
    cursor: pointer;
  }
}
.language:hover {
  height: auto;
}
.language:hover .language__arrow {
  transform: rotate(0deg);
}
.language__item {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.5rem;
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.language__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .language__item {
    column-gap: 1rem;
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
.language__arrow {
  width: 1.7rem;
  transition: all 0.3s ease-out;
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .language__arrow {
    width: 2rem;
  }
}

.form__tips {
  position: relative;
  font-size: 1.7rem;
  margin-top: 3.2rem;
  padding-left: 3.6rem;
}
.form__tips:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/checked.svg);
  width: 2.2rem;
  height: 2.2rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  body {
    min-height: 100vh;
    background: #070707;
  }
  html {
    font-size: 0.521vw;
  }
  .container {
    width: 156rem;
    padding: 0 1.5rem;
  }
  h1 {
    font-size: 4.4rem;
    line-height: 1.3;
  }
}
.registered header {
  background-image: url(../img/thbg.jpg);
  background-size: cover;
  background-position: top center;
  text-align: center;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.registered-block {
  width: 100%;
  margin: 0 auto;
  padding: 11.4rem 0 2rem;
}
.registered-block > img {
  width: 3.6rem;
  margin: 0 auto;
}
.registered-block h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2.2rem;
  margin-top: 0.9rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.registered-block h2 span {
  font-weight: 600;
}
.registered-alex img {
  display: block;
  width: 107%;
  margin: 6.1rem auto -15.4rem;
  margin-left: -1.9rem;
}
.registered #leeloo_action_element {
  margin-top: 0.8rem;
}
.registered .tg-block {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  color: #161414;
  padding: 2.2rem 0 0rem;
  background: #FFFFFF;
  border: 0.2rem solid #92E8FC;
  box-sizing: border-box;
  box-shadow: 0px 1.3rem 4.6rem rgba(164, 253, 2, 0.2);
  border-radius: 0.9rem;
  width: 94%;
  margin: 0 auto;
}
.registered .tg-block a {
  background: #2780D3;
  border-radius: 1.4rem;
  position: relative;
  color: #fff;
  text-decoration: none;
  width: 68%;
  display: block;
  margin: 3.3rem auto 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.5rem 0 1.7rem 5rem;
}
.registered .tg-block a:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/tgsm.svg);
  width: 2.6rem;
  height: 2.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.8rem;
  margin: auto;
}
.registered .leeloo-lgt-form-wrapper, .registered .leeloo-lgt-form {
  box-shadow: none;
  border-radius: 0px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .registered header {
    background-image: url(../img/thbg1.jpg);
  }
  .registered-alex {
    width: 33.5%;
    margin: 0 auto;
  }
  .registered-alex img {
    margin-top: -2.9rem;
    margin-left: -4.1rem;
    width: 72.8rem;
    margin-bottom: -16rem;
  }
  .registered-block {
    padding: 6.4rem 0 2rem;
  }
  .registered-block > img {
    width: 4rem;
  }
  .registered-block h2 {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
  .registered .tg-block {
    width: 100.5%;
    font-size: 2.4rem;
    padding: 2.6rem 0 0rem;
  }
}
.box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  padding: 3rem;
  height: 100%;
}

.btn {
  display: inline-flex;
  min-width: 40rem;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 2rem 3rem;
  height: 8rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  color: white;
  background: linear-gradient(269.96deg, #C20000 9.58%, #F33B3B 68.04%, #C20000 99.62%);
  text-decoration: none;
  box-shadow: 5px 5px 10px rgba(255, 72, 72, 0.25);
  transition: box-shadow 0.3s ease-out;
}
.btn:hover {
  background: #C20101;
  box-shadow: none;
}
.btn-more {
  font-weight: normal;
  display: flex;
  flex-direction: column;
  width: 20%;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}
.btn-more:hover {
  opacity: 1;
}
.btn-more:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 110%;
  transform: translateX(-50%);
  width: 1.6rem;
  height: 0.9rem;
  background: url("../img/arrow.png") 0 0 no-repeat;
  background-size: cover;
}
.btn-more .close {
  display: none;
}

.open .btn-more .close {
  display: block;
}
.open .btn-more .open {
  display: none;
}
.open .btn-more:after {
  transform: translateX(-50%) rotate(-180deg);
}

.heading {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 6rem;
  text-align: center;
  color: white;
}
.heading.caps {
  text-transform: uppercase;
}
.heading .selected {
  color: #C20101;
}

.list__item {
  position: relative;
  font-size: 3.2rem;
  line-height: 1.25;
  color: white;
  padding-left: 5rem;
  margin-bottom: 3rem;
}
.list__item:last-child {
  margin-bottom: 0;
}
.list__item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  border-radius: 50%;
  background: #C20101;
}
.list-num {
  counter-reset: my-counter;
}
.list-num__item {
  counter-increment: my-counter;
  padding-top: 7.4rem;
  position: relative;
}
.list-num__item:after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #C20101;
  position: absolute;
  top: 0;
  left: 0;
}
.list-num__item:before {
  content: "0" counter(my-counter);
  position: absolute;
  top: 0;
  left: 1rem;
  font-size: 12.8rem;
  line-height: 10rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.2);
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-input {
  background: #ffffff;
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
  border: none;
  padding: 2rem 3rem;
  height: 6rem;
  font-size: 1.8rem;
  line-height: 1.4rem;
  color: #828282;
  margin-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.form-input:focus {
  border: none;
  outline: none;
}
.form-btn {
  outline: none;
  border: none;
  margin-top: 1rem;
  width: 100%;
  height: 6.4rem;
  padding: 2rem;
  font-size: 2.2rem;
  line-height: 1;
  min-width: inherit;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  box-shadow: none;
}
.form-btn:hover {
  background: #C20101;
}
.form-checkbox {
  margin-top: 2rem;
  display: block;
}
.form-checkbox input[type=checkbox] {
  display: none;
}
.form-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.form-checkbox label {
  display: inline-block;
  font-size: 1rem;
  line-height: 12px;
  color: #ffffff;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.form-checkbox label:hover {
  color: white;
}
.form-checkbox label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 8px;
  height: 8px;
  border: 1px solid #2C2C2F;
  border-radius: 1px;
}
.form-checkbox label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 10px;
  height: 10px;
  background: url("../img/checkbox.svg") 0 0 no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.nav {
  background: rgba(7, 7, 7, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 3rem 0;
  backdrop-filter: blur(5px);
}
.nav .holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .toggle-button {
  display: none;
}

.menu {
  display: flex;
  align-items: center;
  column-gap: 5rem;
}
.menu__link {
  font-size: 1.6rem;
  line-height: 1.2;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease-out;
}
.menu__link:hover {
  color: #C20101;
}
.menu__item.active .menu__link {
  color: #C20101;
}

.social {
  display: flex;
  align-items: center;
  column-gap: 3rem;
}
.social a svg {
  color: white;
  transition: color 0.3s ease-out;
}
.social a:hover svg {
  color: rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  100% {
    width: 300%;
    height: 300%;
    opacity: 0;
  }
}
@keyframes tape {
  0% {
    margin-left: 0;
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes tape-inverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    margin-left: 0;
  }
}
.tape-wrap {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #070707;
  border-bottom: 1px solid #fff;
  z-index: 2;
  height: 5.7rem;
  display: flex;
  align-items: center;
}
.tape-wrap .tape-text {
  display: inline-block;
  width: auto;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: white;
  white-space: nowrap;
  animation: tape 36s linear infinite;
}
.tape-wrap .tape-text span {
  position: relative;
  display: inline-block;
  margin-right: 5rem;
}
.tape-wrap .tape-text span:after {
  content: "";
  position: absolute;
  right: -3rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #C20101;
  top: 50%;
  transform: translateY(-50%);
}
.tape-wrap.tape-inverse {
  top: auto;
  bottom: 0;
}
.tape-wrap.tape-inverse .tape-text {
  animation: tape-inverse 36s linear infinite;
}

.header {
  position: relative;
  padding-top: 16rem;
  padding-bottom: 0;
}
.header .holder {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.header__info {
  width: 63.3rem;
  padding: 1.3rem 5.2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 98.36%), rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 40px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(17.5px);
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
.header__col:first-child {
  margin-right: 15rem;
  width: 90rem;
}
.header__col:last-child {
  width: 47.5rem;
}
.header__img {
  position: relative;
  margin-top: -4rem;
}
.header__img img {
  width: 100%;
}
.header__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  color: white;
  transform: translateY(-50%) translateX(-50%);
  background: #C20101;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.1s ease-out, height 0.1s ease-out;
}
.header__play svg {
  width: 2.4rem;
}
.header__play .pulse:after,
.header__play .pulse:before, .header__play:before, .header__play:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #C20101;
  transition: all 0.3s ease-out;
  animation: pulse 2.8s ease-out infinite;
  pointer-events: none;
}
.header__play:before {
  animation-delay: 0.7s;
}
.header__play:after {
  animation-delay: 1.4s;
}
.header__play .pulse:before {
  animation-delay: 2.1s;
}
.header__play:hover {
  background: linear-gradient(269.96deg, #C20000 9.58%, #F33B3B 68.04%, #C20000 99.62%);
}
.header__play:hover .pulse:after,
.header__play:hover .pulse:before, .header__play:hover:before, .header__play:hover:after {
  animation-play-state: paused;
}
.header__descr {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.header__title {
  font-size: 7.6rem;
  line-height: 1.16;
  font-weight: 700;
  text-transform: uppercase;
  color: #C20101;
  margin-bottom: 4rem;
  position: relative;
}
.header__label {
  position: absolute;
  font-size: 2rem;
  color: white;
  font-weight: 500;
  padding: 1rem 1.8rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12.5px);
  border-radius: 100px;
  transform: rotate(-5deg) translateY(-50%);
  right: 0;
  top: 0;
}
.header__text {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 6rem;
  margin-top: 7rem;
}
.header__btn {
  width: 100%;
  height: 8rem;
  padding: 2.6rem 3rem;
  font-size: 2.2rem;
  box-shadow: none;
  position: relative;
  z-index: 2;
}

.skills {
  padding-top: 20rem;
}
.skills__block {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6rem;
  margin: 0 -1.5rem;
}
.skills__item {
  padding: 0 1.5rem;
  width: 33.33%;
}
.skills__box {
  padding: 7rem 4.6rem;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1.2;
  column-gap: 3rem;
}
.skills__icon {
  width: 6rem;
}

.about {
  background: url(../img/bg2.webp) center center no-repeat #070707;
  background-size: cover;
  padding: 10rem 0;
}
.about__block {
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
}
.about__col {
  width: 62rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.about__img {
  margin-right: -11rem;
  margin-bottom: -10rem;
  width: 89rem;
  height: 126rem;
}
.about__img img {
  max-width: 100%;
  width: 100%;
}
.about__item {
  min-height: 36rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about__item-1 {
  background-image: url("../img/about-bg1.webp");
}
.about__item-2 {
  background-image: url("../img/about-bg2.webp");
}
.about__item-3 {
  background-image: url("../img/about-bg3.webp");
}
.about__text {
  max-width: 32rem;
  font-size: 1.8rem;
  line-height: 1.66;
  font-weight: 600;
}

.subject {
  background: url(../img/bg3.webp) center center no-repeat #070707;
  background-size: cover;
  padding: 10rem 0;
}
.subject__block {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.subject__heading {
  margin-bottom: 4rem;
}
.subject__text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 87rem;
  text-align: center;
  margin-bottom: 6rem;
}
.subject__img img {
  max-width: 100%;
}
.subject__btn {
  margin-top: 6rem;
  text-align: center;
}

.format {
  background: url(../img/bg4.webp) center center no-repeat #070707;
  background-size: cover;
  padding: 10rem 0;
}
.format__block {
  padding-top: 3rem;
  display: flex;
  column-gap: 4rem;
}
.format__img {
  width: 94.5rem;
}
.format__img img {
  max-width: 100%;
  width: 100%;
}
.format__col {
  width: 47rem;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  text-align: center;
}
.format__title {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
}
.format__part {
  height: 18rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.format__part-title {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2rem;
}
.format__part-text {
  font-size: 2rem;
  line-height: 1.2;
}

.program {
  padding: 10rem 0;
}
.program__info {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 6rem;
  text-align: center;
}
.program__blocks {
  display: flex;
  margin: 0 -2rem 6rem;
}
.program__item {
  padding: 0 2rem;
  width: 33.33%;
}
.program__box {
  padding: 3rem 2rem;
  position: relative;
}
.program__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  right: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.program__title {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 3rem;
  vertical-align: middle;
  display: inline-block;
}
.program__title .selected {
  display: inline-block;
  font-size: 4.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #C20101;
  margin-right: 1rem;
}
.program__title .center {
  display: flex;
  align-items: center;
}
.program__text {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-right: 3rem;
}
.program__btn {
  text-align: center;
}

.why {
  background: url(../img/bg5.webp) center center no-repeat #070707;
  background-size: cover;
  padding: 10rem 0;
}
.why__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 28rem;
  row-gap: 6rem;
  margin-bottom: 5rem;
}
.why__item {
  width: 23rem;
}
.why__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why__title {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 2rem;
}
.why__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.why__result {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 6rem;
}

.team {
  background: url(../img/bg6.webp) center center no-repeat #070707;
  background-size: cover;
  padding: 10rem 0;
}
.team__blocks {
  display: flex;
  margin: 0 -1.5rem;
  flex-wrap: wrap;
  row-gap: 6rem;
  justify-content: center;
  margin-bottom: 6rem;
}
.team__item {
  padding: 0 1.5rem;
  width: 33.33%;
}
.team__heading {
  margin-bottom: 4rem;
}
.team__text {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  max-width: 115rem;
  margin: 0 auto 6rem;
}
.team__btn {
  text-align: center;
}
.team__box {
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  column-gap: 5rem;
}
.team__info {
  font-size: 1.8rem;
  line-height: 1.5;
}
.team__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.5;
  position: relative;
}
.team__title:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: -2rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #C20101;
}
.team__img {
  width: 13.5rem;
  flex-shrink: 0;
}
.team__img img {
  max-width: 100%;
  width: 100%;
}

.reviews {
  padding: 10rem 0;
}
.reviews__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  row-gap: 4rem;
}
.reviews__item {
  padding: 0 1.5rem;
  width: 33.33%;
}
.reviews__box {
  padding: 0;
  display: flex;
}
.reviews__info {
  padding: 2rem 1.5rem 2rem 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.reviews__title {
  height: 14.2rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 2px solid #C20101;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.reviews__name {
  margin-bottom: 2rem;
  font-weight: 500;
}
.reviews__img {
  height: 100%;
  width: 23rem;
  overflow: hidden;
  flex-shrink: 0;
}
.reviews__img img {
  min-height: 100%;
  width: auto;
  max-width: 100%;
}

.price-converted {
  white-space: nowrap;
}

.education {
  padding: 10rem 0;
}
.education__price {
  width: 114rem;
  flex-shrink: 0;
  margin: 0 auto;
}
.education__info {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
.education__info b {
  font-weight: 600;
}
.education__table {
  position: relative;
  padding-bottom: 2rem;
}
.education__table-row {
  display: flex;
  align-items: center;
  column-gap: 5.8rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.education__table-row-info {
  text-align: right;
  font-size: 1.5rem;
  margin-top: 3rem;
  padding-right: 2rem;
}
.education__table-row:first-child .education__table-price {
  padding: 1.5rem 1rem;
  min-height: inherit;
  display: block;
}
.education__table-row:first-child .education__table-price:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16rem;
  transform: translateX(-50%);
  z-index: -1;
  background: linear-gradient(180deg, #01070A 0%, #3D3D3D 49.6%, #01070A 100%);
}
.education__table-price {
  width: 16rem;
  flex-shrink: 0;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0.5rem 1rem;
  text-align: center;
  min-height: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.education__table .price-converted {
  font-weight: bold;
}
.education__table .price-converted.price-old {
  font-weight: normal;
  text-decoration: line-through;
}
.education__table .price-converted.price-sale {
  color: #C20101;
  margin-top: 0.5rem;
}
.education__table-info {
  width: 50%;
  font-size: 2rem;
  line-height: 1.2;
  padding: 2.8rem 0 2.8rem 2.5rem;
}
.education__sale {
  padding: 1.5rem 25rem;
  font-size: 2.4rem;
  line-height: 1.7;
  background: linear-gradient(180deg, #131313 0%, #232323 51.16%, #131313 100%);
  border-bottom: 2px solid #C20101;
  width: 100%;
  margin: 6rem auto 0;
  text-align: center;
}
.education__sale strong {
  font-weight: 600;
}

.diagnostic {
  padding: 10rem 0;
}
.diagnostic__gift {
  padding: 2.8rem 2rem 3.2rem 6.7rem;
  background: #212121;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  max-width: 95.6rem;
  margin: 0 auto 4rem;
  position: relative;
}
.diagnostic__gift img {
  position: absolute;
  top: 50%;
  left: -4.7rem;
  transform: translateY(-50%);
  width: 9.4rem;
}
.diagnostic__info {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  max-width: 59rem;
  margin: 0 auto 4rem;
  position: relative;
}
.diagnostic__free {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #C20101;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(50px);
  transform: rotate(-6deg) translateX(50%);
  font-size: 1.8rem;
  font-weight: 500;
}
.diagnostic__blocks {
  display: flex;
  margin: 0 -2rem 4rem;
}
.diagnostic__item {
  padding: 0 3rem 0 2rem;
  width: 25%;
}
.diagnostic__box {
  padding: 2rem 9rem 2rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.diagnostic__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  right: -2.8rem;
  top: 50%;
  transform: translateY(-50%);
}
.diagnostic__icon svg {
  width: 3rem;
}
.diagnostic__title {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 3rem;
  vertical-align: middle;
  display: inline-block;
}
.diagnostic__title .selected {
  display: inline-block;
  font-size: 4.8rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #C20101;
  margin-right: 1rem;
}
.diagnostic__title .center {
  display: flex;
  align-items: center;
}
.diagnostic__text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.diagnostic__btn {
  text-align: center;
  padding-top: 4rem;
}

.tools {
  padding: 10rem 0;
}
.tools__blocks {
  display: flex;
  column-gap: 2rem;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.tools__left {
  width: 55rem;
  padding-right: 3rem;
  flex-shrink: 0;
}
.tools__img {
  margin-top: auto;
  width: 38.6rem;
}
.tools__img img {
  max-width: 100%;
  width: 100%;
}
.tools__right {
  padding-right: 3rem;
  width: 49rem;
}
.tools__title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6rem;
}
.tools__list {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.tools__box {
  position: relative;
  padding: 2rem 3rem;
}
.tools__text {
  padding-right: 5rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
.tools__icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  transform: translate(50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 600;
  color: #C20101;
}
.tools__btn {
  text-align: center;
}

.apply {
  background: url(../img/bg7.webp) center center no-repeat #070707 !important;
  background-size: cover !important;
  padding: 10rem 0;
}
.apply__block {
  max-width: 58rem;
}
.apply__heading {
  text-align: left;
}
.apply__list {
  margin-bottom: 4rem;
  padding: 3.8rem 2.3rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
.apply__list li {
  display: flex;
  align-items: center;
  column-gap: 2.5rem;
  padding-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
}
.apply__list li img {
  width: 5rem;
}
.apply__list li:last-child {
  padding-bottom: 0;
}
.apply__text {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 6rem;
}
.apply__btn {
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
  display: flex !important;
}
.modal__content {
  padding: 60px 40px 40px;
  background: #070707;
  position: relative;
  max-width: 380px;
  max-height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal__content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    height: 100vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .modal__form {
    padding-top: calc((100vh - 305px) / 2);
  }
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .for-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .reviews__box {
    flex-direction: column;
  }
  .reviews__img {
    height: inherit;
    width: 100%;
    flex-shrink: 1;
  }
  .reviews__img img {
    width: 100%;
    height: auto;
    min-height: inherit;
  }
  .reviews__info {
    padding: 20px 0;
    font-size: 2.5rem;
  }
  .reviews__title {
    height: auto;
    font-size: 3.2rem;
    padding-bottom: 22px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: none;
  }
  .reviews__title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, #C20101, transparent);
  }
  .reviews__name {
    margin-bottom: 20px;
  }
  .reviews__business,
.reviews__name,
.reviews__title {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .for-desktop {
    display: none !important;
  }
  .btn {
    width: 100%;
    min-width: inherit;
    padding: 10px 0;
    font-size: 3rem;
    line-height: 30px;
    height: 50px;
  }
  .header__col {
    width: 100%;
  }
  .form-input {
    height: 50px;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .form-btn {
    height: 56px;
    font-size: 20px;
    line-height: 26px;
    padding: 15px 30px;
    margin-top: 0;
  }
  .form-checkbox {
    margin-top: 20px;
  }
  .form-checkbox label {
    font-size: 10px;
  }
  .nav {
    display: none;
    padding: 0;
    height: 60px;
    background: none;
    backdrop-filter: none;
  }
  .nav .holder {
    justify-content: end;
  }
  .nav .toggle-button {
    display: block;
    position: relative;
    z-index: 10;
    width: 45px;
    height: 44px;
    cursor: pointer;
    flex-shrink: 0;
    padding: 13px 10px;
    background: rgba(7, 7, 7, 0.7);
    transition: background 0.3s ease-out;
  }
  .nav .toggle-button:before {
    content: "";
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    top: 50%;
    height: calc(100% - 26px);
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    transition: border-width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s, transform 0.3s ease-out;
  }
  .nav .toggle-button:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 10px;
    right: 10px;
    height: 4px;
    background-color: white;
    transform: translateY(-50%);
    transition: transform 0.3s ease-out;
  }
  .nav .menu {
    transform: translateY(-200%);
    column-gap: 15px;
    padding-right: 50px;
    padding-left: 2rem;
    flex-wrap: wrap;
    row-gap: 5px;
    transition: transform 0.3s ease-out;
    background: rgba(7, 7, 7, 0.7);
    backdrop-filter: blur(5px);
    position: fixed;
    left: 0;
    right: 0;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
  }
  .nav .menu__link {
    font-size: 16px;
  }
  .nav.open .toggle-button {
    background: none;
  }
  .nav.open .toggle-button:before {
    height: 4px;
    border-bottom-width: 0;
    border-top-width: 4px;
    transform: translateY(-50%) rotate(45deg);
    transition: border-width 0.3s ease-out, height 0.3s ease-out, transform 0.3s ease-out 0.3s;
  }
  .nav.open .toggle-button:after {
    transform: translateY(-50%) rotate(-45deg);
    transition: transform 0.3s ease-out 0.3s;
  }
  .nav.open .menu {
    transform: translateY(0);
  }
  .nav__social {
    display: none;
  }
  .container,
.holder {
    max-width: 100%;
    width: 100%;
    padding: 0 2rem;
  }
  .tape-wrap {
    height: 10rem;
  }
  .tape-wrap .tape-text {
    font-size: 3.2rem;
  }
  .header {
    padding-bottom: 10rem;
  }
  .header__title {
    font-size: 5rem;
    margin-bottom: 3rem;
  }
  .header__label {
    transform: rotate(-2deg) translateY(-80%);
    font-size: 2.6rem;
    padding: 0.7rem 2rem;
  }
  .header__text {
    font-size: 3rem;
    margin-bottom: 7rem;
    margin-top: 0;
  }
  .header__info {
    width: 100%;
    margin-bottom: 7rem;
    padding: 2.2rem 6rem;
    font-size: 2.4rem;
    backdrop-filter: none;
  }
  .header__descr {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .header__img {
    margin-top: 0;
  }
  .header__play {
    top: 2rem;
    width: 11rem;
    height: 11rem;
  }
  .header__play svg {
    width: 3.3rem;
  }
  .header__btn {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 4rem;
    width: calc(100% - 4rem);
    height: 12rem;
    font-size: 3rem;
    text-transform: uppercase;
  }
  .header .holder {
    flex-direction: column;
  }
  .header__col:first-child {
    margin-right: 0;
  }
  .header__col:first-child,
.header__col:last-child,
.reviews__item,
.format__img,
.format__col,
.skills__item,
.team__item {
    width: 100%;
  }
  .format__block {
    flex-direction: column;
  }
  .about__block {
    flex-direction: column-reverse;
  }
  .skills {
    background: url(../img/bg-1-mob.webp) top center no-repeat #070707;
    background-size: 100% auto;
    padding-top: 50px;
  }
  .skills__block {
    row-gap: 20px;
  }
  .skills__icon {
    width: 46px;
  }
  .skills__box {
    font-size: 3rem;
    padding: 40px 20px;
    column-gap: 30px;
  }
  .about {
    background-image: url("../img/bg2-mob.webp");
    padding: 50px 0;
  }
  .about__img {
    display: none;
  }
  .about__col {
    width: 40rem;
    row-gap: 0;
    padding: 20px 0;
  }
  .about__item {
    height: auto;
    min-height: inherit;
    padding: 0 0 30px 18px;
    background: none;
    position: relative;
  }
  .about__item:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(269.96deg, #C20000 9.58%, #F33B3B 68.04%, #C20000 99.62%);
  }
  .about__text {
    max-width: 100%;
    font-size: 2.3rem;
  }
  .subject {
    background: none;
    padding: 50px 0;
  }
  .subject__text {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .format {
    background: none;
    padding: 50px 0;
  }
  .format__img {
    margin-bottom: 40px;
  }
  .format__title {
    font-size: 3rem;
  }
  .format__col {
    column-gap: 40px;
  }
  .format__part {
    height: 146px;
  }
  .format__part-title {
    font-size: 5rem;
    margin-bottom: 20px;
  }
  .format__part-text {
    font-size: 2.6rem;
  }
  .format__img img {
    width: 100%;
  }
  .program__blocks {
    flex-direction: column;
    row-gap: 30px;
    padding-right: 14px;
  }
  .program__item {
    width: 100%;
  }
  .program__info {
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
  .program__box {
    padding: 20px 30px;
  }
  .program__icon {
    width: 55px;
    height: 55px;
    right: -14px;
  }
  .program__icon img {
    max-width: 30px;
  }
  .program__title {
    font-size: 2.8rem;
    line-height: 1.8;
  }
  .program__title .selected {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 5.5rem;
  }
  .program__text {
    font-size: 2rem;
  }
  .diagnostic__gift {
    max-width: inherit;
    margin-left: 5rem;
    text-align: left;
    margin-bottom: 7rem;
    padding: 2.8rem 1.5rem 3.2rem 6rem;
  }
  .diagnostic__blocks {
    flex-direction: column;
  }
  .diagnostic__item {
    width: 100%;
    padding-right: 6rem;
    margin-bottom: 4rem;
  }
  .diagnostic__box {
    padding: 5rem 5rem 5rem 3rem;
  }
  .diagnostic__text {
    font-size: 2.4rem;
  }
  .diagnostic__free {
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    margin-top: 4rem;
    font-size: 2.4rem;
  }
  .diagnostic__info {
    max-width: inherit;
    margin-bottom: 7rem;
    font-size: 3.5rem;
  }
  .diagnostic__icon {
    width: 9rem;
    height: 9rem;
    right: -4.5rem;
  }
  .diagnostic__icon svg {
    width: 4.5rem;
  }
  .diagnostic__blocks + .diagnostic__info {
    font-size: 2.4rem;
    margin-bottom: 10rem;
  }
  .why {
    background: none;
    padding: 50px 0;
  }
  .why__blocks {
    flex-direction: column;
    column-gap: 0;
    row-gap: 20px;
    justify-content: stretch;
    width: 100%;
    margin-bottom: 60px;
  }
  .why__result {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .why__item {
    width: 40rem;
  }
  .why__title {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .why__text {
    font-size: 2.6rem;
  }
  .team {
    background: none;
    padding: 50px 0;
  }
  .team__text {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .team__blocks {
    margin: 0 -2rem 40px;
  }
  .team__item {
    padding: 0;
  }
  .team__box {
    padding: 25px 2rem;
    column-gap: 32px;
  }
  .team__img {
    width: 100px;
  }
  .team__info {
    font-size: 2.3rem;
  }
  .team__title {
    font-size: 3rem;
  }
  .team__title:before {
    width: 10px;
    height: 10px;
    left: -20px;
  }
  .education,
.reviews {
    padding: 50px 0;
  }
  .education__title {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
  }
  .education__title .selected {
    color: #C20101;
    font-size: 3.5rem;
  }
  .education__table {
    background: linear-gradient(180deg, #01070A 0%, #3D3D3D 49.6%, #01070A 100%);
  }
  .education__table-row:first-child .education__table-price:before {
    display: none;
  }
  .education__table-price,
.education__table-row:first-child .education__table-price {
    width: 40%;
    min-height: inherit;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .education__table-price {
    font-size: 3rem;
  }
  .education__table-row {
    column-gap: 1.33%;
    justify-content: center;
  }
  .education__table-row:last-child {
    border-bottom: none;
  }
  .education__table {
    padding-bottom: 0;
    margin: 0 -2rem 25px;
    width: calc(100% + 4rem);
  }
  .education__info {
    margin-bottom: 50px;
    font-size: 2.5rem;
    text-align: left;
  }
  .education__info .selected {
    display: inline-block;
    min-width: 6rem;
    font-weight: bold;
    color: #C20101;
    font-size: 3rem;
  }
  .education__price {
    width: 100%;
  }
  .education__price + .education__info {
    text-align: center;
  }
  .education__block {
    flex-direction: column;
  }
  .education__sale {
    width: 100%;
    padding: 2.5rem;
  }
  .tools__blocks {
    flex-direction: column;
  }
  .tools__title {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .tools__box {
    padding: 12px 10px;
  }
  .tools__text {
    font-size: 2rem;
  }
  .tools__icon {
    width: 50px;
    height: 50px;
    right: 5px;
    font-size: 36px;
  }
  .tools__icon img {
    max-width: 30px;
  }
  .tools__img {
    width: 257px;
    margin: 40px auto;
  }
  .tools__left,
.tools__right {
    padding-right: 20px;
    width: 100%;
  }
  .apply {
    padding: 50px 0;
    background-image: url("../img/bg7-mob.webp") !important;
  }
  .apply__heading {
    text-align: center;
  }
  .apply__list {
    margin-top: 50rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 12rem;
    padding-right: 2rem;
  }
  .apply__block {
    max-width: inherit;
  }
  .apply__text {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .list__item {
    padding-left: 25px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .list__item:before {
    width: 15px;
    height: 15px;
    margin-top: -8px;
  }
  .list-num__item {
    padding-top: 74px;
  }
  .list-num__item:nth-child(2n) {
    margin-left: auto;
  }
  .list-num__item:after {
    width: 20px;
    height: 20px;
  }
  .list-num__item:before {
    font-size: 128px;
    line-height: 100px;
  }
}
/*footer*/
.footer {
  font-size: 2rem;
  line-height: 1.1;
  background: #070707;
  color: #fff;
  border-top: 1px solid #454545;
  padding: 4.3rem 0 5.5rem;
}
.footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease-out, border 0.3s ease-out;
}
.footer a:hover {
  color: #C20101;
  border-color: #C20101;
}
.footer a svg {
  width: 2rem;
  fill: currentColor;
}
@media screen and (max-width: 768px) {
  .footer a svg {
    width: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 6rem 0;
    font-size: 2rem;
  }
  .footer__support {
    font-size: 2.4rem;
  }
}
.footer .holder {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer .holder {
    padding: 0 20px;
  }
}
.footer__row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 6rem;
  margin-bottom: 2rem;
}
.footer__row:last-child {
  margin-bottom: 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__row {
    min-height: 5rem;
    column-gap: 3rem;
    margin-bottom: 3rem;
    align-items: center;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  column-gap: 6rem;
  min-width: 19rem;
}
.footer__phone span {
  display: block;
  font-size: 1.4rem;
  color: #A3A3A3;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .footer__phone span {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.footer__phone a {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__phone a {
    font-size: 2.8rem;
  }
}
.footer__dogovor {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 2rem;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .footer__dogovor {
    align-items: center;
  }
}
.footer__contacts {
  display: flex;
  column-gap: 6rem;
  align-items: center;
}
.footer__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  flex-shrink: 0;
  border: 1px solid white;
  border-radius: 5px;
  column-gap: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__social a {
    padding: 2rem;
    width: 28rem;
    font-size: 2rem;
  }
}
.footer__mail a {
  display: inline-flex;
  align-items: center;
  column-gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer__mail a {
    column-gap: 2rem;
    font-size: 2rem;
  }
}
.footer__copyright {
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    align-items: center;
    margin: 0 auto;
  }
}

/*ENDfooter*/

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