html {
  font-size: 1.5625vw;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  scroll-behavior: smooth;
}
@media screen and (min-width: 968px) {
  html {
    font-size: 0.521vw;
  }
}

body {
  -webkit-font-smoothing: antialised;
  scroll-behavior: smooth;
  width: 100%;
  background: black;
  font-size: 2rem;
  line-height: 1.2;
}

.container {
  max-width: 100%;
  width: 100%;
  padding: 0 20rem;
}

.text--color {
  color: red;
}

.text--center {
  text-align: center;
}

.btn {
  display: inline-flex;
  outline: none;
  border: 0;
  justify-content: center;
  column-gap: 2rem;
  align-items: center;
  padding: 2rem 6rem;
  height: 9rem;
  font-size: 4.4rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: white;
  background: red;
  border-radius: 10vw;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  background: #ff3333;
}
.btn--small {
  height: 8rem;
  font-size: 3.2rem;
}
.btn svg {
  width: 4rem;
}

.form-bg {
  border-radius: 10rem;
  padding: 0.5rem;
  background: #eeeeee;
  display: flex;
  align-items: center;
  max-width: 91rem;
  justify-content: space-between;
  overflow: hidden;
}
.form-bg > div:not(.form-control):not(.form-separator) {
  display: none;
}
.form-btn {
  height: 7rem;
  min-width: 25rem;
  padding: 2rem;
  font-size: 2.4rem;
}
.form-separator {
  background: #BBBBC3;
  width: 1px;
  height: 7rem;
  flex-shrink: 0;
}
.form-control {
  position: relative;
}
.form .error {
  color: red;
  font-size: 1.6rem;
  position: absolute;
  display: none;
  top: -0.5rem;
  right: 1rem;
}
.form-input {
  background: #eee;
  border: none;
  padding: 1.5rem 2.6rem;
  height: 5rem;
  border-radius: 0;
  font-size: 2rem;
  line-height: 1;
  color: #3F3F44;
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.form-input.err {
  color: red;
}
.form-input.err:-webkit-autofill {
  -webkit-text-fill-color: red;
}
.form-input:focus {
  border: none;
  outline: none;
}

.language {
  position: fixed;
  z-index: 100;
  top: 2rem;
  right: 20rem;
  width: 6rem;
  height: 3.4rem;
  border-radius: 5px;
  background: #333333;
  overflow: hidden;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .language {
    top: 2rem;
    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;
  }
}

.header {
  background: url("../img/bg1.png") center bottom no-repeat;
  background-size: cover;
  padding: 20rem 0;
  min-height: 100vh;
  max-height: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__block {
  padding-left: 52.5rem;
}
.header__subtitle {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
.header__heading {
  font-size: 11.6rem;
  margin-bottom: 5rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: red;
  line-height: 1;
  text-transform: uppercase;
}
.header__text {
  font-size: 4.4rem;
  font-weight: bold;
  margin-bottom: 7rem;
}

.step__content-inner {
  margin-bottom: 8rem;
}

.real__feetback-name {
  margin-bottom: 1rem;
}
.real__feetback-name img {
  width: 11rem;
}

.step,
.real {
  margin-bottom: 20rem;
}

.learn__block-inner {
  padding-right: 2rem;
}

.learn__block img {
  max-width: 44rem;
  flex-shrink: 0;
}

.learn {
  margin-bottom: 10rem;
}

.learn__block p {
  margin-top: 4rem;
}

.dream__box {
  max-width: 56vw;
}
.dream__box p {
  max-width: inherit;
  line-height: 1.5;
  font-size: 3.2rem;
}

.dream__students {
  display: inline-flex;
  bottom: auto;
  right: auto;
  margin-left: 2rem;
}
.dream__students img {
  max-height: 6rem;
}

.dream__content {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.dream {
  height: auto;
}

@media (max-width: 967px) {
  .container {
    padding: 0 2rem;
  }
  .btn {
    font-size: 3.2rem;
    height: 8.8rem;
  }
  .btn--small {
    height: 8.8rem;
    padding: 2rem 4rem;
    font-size: 3rem;
  }
  .form-bg {
    margin-top: 36rem;
    border-radius: 2rem;
    padding: 2rem;
    background: #eeeeee;
    flex-direction: column;
    align-items: stretch;
    max-width: inherit;
    gap: 1rem;
  }
  .form-btn {
    height: 10rem;
    min-width: 100%;
    padding: 2rem;
    font-size: 4rem;
    margin-top: 1rem;
  }
  .form-separator {
    width: 100%;
    height: 1px;
    flex-shrink: 0;
  }
  .form-control {
    position: relative;
  }
  .form .error {
    color: red;
    font-size: 2rem;
    top: 0.5rem;
    right: 0;
  }
  .form-input {
    background: #eee;
    border: none;
    padding: 1.5rem 2.6rem;
    height: 6rem;
    font-size: 2.4rem;
  }
  .header {
    background: url("../img/bg1-mob.png") center bottom no-repeat;
    background-size: cover;
    padding: 18rem 0 46rem;
    min-height: inherit;
    max-height: inherit;
  }
  .header__block {
    padding-left: 0;
  }
  .header__subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .header__heading {
    font-size: 6.8rem;
    margin-bottom: 2rem;
  }
  .header__text {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 16rem;
  }
  .header__btn {
    margin-left: 20rem;
  }
  .step__content h1 {
    font-size: 4rem;
    margin-top: 10rem;
  }
  .step {
    margin-bottom: 10rem;
  }
  .step__list {
    padding-left: 3rem;
  }
  .step__list li {
    font-size: 2.4rem;
  }
  .step__box {
    gap: 5rem;
    margin-bottom: 2rem;
  }
  .step__text-block h2 {
    font-size: 2.8rem;
  }
  .step__text-block span {
    font-size: 4rem;
  }
  .step__img-inner,
  .step__img-top,
  .step__img-bottom {
    gap: 1rem;
  }
  .step__img-top img {
    height: 29rem;
  }
  .step__img-bottom img {
    height: 14.5rem;
  }
  .real h1 {
    margin-top: 10rem;
    font-size: 4.4rem;
  }
  .real__content-text img {
    margin-top: 4rem;
  }
  .real__content-text p {
    margin-top: 1rem;
    font-size: 2.4rem;
    gap: 1.5rem;
  }
  .real__content-text p:before {
    width: 4rem;
    height: 4rem;
    background-size: contain;
  }
  .real__content {
    gap: 8rem;
  }
  .real__feetback {
    max-width: inherit;
    gap: 2rem;
  }
  .real__feetback-block {
    padding: 4rem 2rem;
    font-size: 2.8rem;
    border-radius: 2rem;
  }
  .real__feetback-block p {
    margin-top: 4rem;
  }
  .real__feetback-name {
    gap: 2rem;
  }
  .real__feetback-name img {
    width: 12rem;
    flex-shrink: 0;
  }
  .real__feetback-name h3 {
    font-size: 2.8rem;
  }
  .learn h1 {
    font-size: 4rem;
    margin-bottom: 8rem;
  }
  .learn__block-inner {
    padding: 2rem;
  }
  .learn__block-inner p {
    margin-top: 2rem;
    padding-right: 0;
    padding-left: 5rem;
    font-size: 2.4rem;
  }
  .learn__block-inner p:before {
    width: 4rem;
    height: 4rem;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .learn__block-inner span {
    font-size: 2.4rem;
  }
  .learn__block-inner h2 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .learn__block img {
    height: auto;
  }
  .learn__content {
    gap: 8rem;
  }
  .learn__block {
    border-radius: 2rem;
  }
  .learn__block img {
    border-radius: 0 0 2rem 2rem;
    max-width: inherit;
  }
  .learn {
    margin-bottom: 10rem;
  }
  .dream {
    background: url("../img/bg2-mob.png") top center no-repeat;
    background-size: 100% auto;
    margin-top: 0;
    height: auto;
  }
  .dream__content {
    margin-top: 0;
    gap: 4rem;
  }
  .dream__content h1 {
    font-size: 4rem;
  }
  .dream__content h2 {
    font-size: 3.2rem;
  }
  .dream__box {
    max-width: 100%;
  }
  .dream__students {
    display: none;
  }
}
/*footer*/
.footer {
  font-size: 2rem;
  line-height: 1.1;
  background: black;
  color: #fff;
  border-top: 1px solid #454545;
  padding: 4.3rem 0 5.5rem;
}
.footer__dogovor {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: end;
}
.footer__documents {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-end;
}
@media screen and (max-width: 967px) {
  .footer__documents {
    align-items: center;
    gap: 4rem;
  }
}
.footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease-out, border 0.3s ease-out;
}
.footer a:hover {
  color: red;
  border-color: red;
}
.footer a svg {
  width: 2rem;
  fill: currentColor;
}
@media screen and (max-width: 967px) {
  .footer a svg {
    width: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 6rem 0;
    font-size: 2rem;
  }
  .footer__support {
    font-size: 2.4rem;
  }
}
.footer .container {
  padding: 0 20rem;
}
@media screen and (max-width: 967px) {
  .footer .container {
    padding: 0 2rem;
  }
}
.footer__row {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 6rem;
  margin-bottom: 2rem;
}
.footer__row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 967px) {
  .footer__row {
    min-height: 5rem;
    column-gap: 3rem;
    margin-bottom: 3rem;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  column-gap: 6rem;
  min-width: 19rem;
}
.footer__phone > div {
  min-width: 19rem;
}
.footer__phone span {
  display: block;
  font-size: 1.4rem;
  color: #A3A3A3;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 967px) {
  .footer__phone span {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.footer__phone a {
  font-weight: 500;
}
@media screen and (max-width: 967px) {
  .footer__phone a {
    font-size: 3rem;
  }
}
.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: 967px) {
  .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: 967px) {
  .footer__mail a {
    column-gap: 2rem;
    font-size: 2rem;
  }
}
.footer__copyright {
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 967px) {
  .footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 967px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    align-items: center;
    margin: 0 auto;
  }
}

/*ENDfooter*/

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