@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Inter:regular,500,600,700,900);

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Сolus;
  font-display: swap;
  src: url("../fonts/Сolus-regular.woff") format("woff"), url("../fonts/Сolus-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woof") format("woof"), url("../fonts/icons.woof2#icons") format("woof");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.popup-header{
  color: white; 
  font-weight: 700; 
  font-size: 1.5rem; 
  margin-top: 30px;
}
.popup-inputs-block{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}
.popup-phone-inputs-block{
  display: flex;
  align-items: flex-end;
  border: none;
}
.popupError{
  display: block;
  color: #d03838;
  font-size: 0.8rem;
  transition: 0.3s;
  opacity: 0;
}
.freeLesson-input-popup{
  transition: 0.7s;
  outline: none;
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: unset;
  border-bottom: 1px solid rgba(255,255,255,.15);
  font-size: 1.1rem;
  letter-spacing: -.045em;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: initial;
}
.phoneCodeInput{
  color: white;
  border:none;
  border-radius:unset;
  border-bottom:1px solid rgba(255,255,255,.15);
  background-color:#26292d;
  -webkit-appearance:initial;
}
.freeLesson-button{
  outline:none;
  border:none;
  font-size:1rem;
  font-weight: 600;
  line-height:119.8%;
  letter-spacing:-.015em;
  color:white;
  background-color:#d03838;
  width:100%;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.checkbox-container{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width:20px;
  min-height:20px;
  width:20px;
  height:20px;
  border:2px solid #d03838;
  border-radius:2px;
  cursor: pointer;
}


[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: block;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e901";
  color: #d03838;
}

.icon-play:before {
  content: "\e902";
  color: #fff;
}

body {
  font-family: "Inter", sans-serif;
  background: #151617;
  color: #fff;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

[class*=__container] {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

::-moz-selection {
  background: #C93030;
  color: #000;
  box-shadow: none;
}

::selection {
  background: #C93030;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-moz-selection {
  background: #C93030;
  color: #000;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #C93030;
  border-radius: 4px;
}

.hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.header {
  border-bottom: 1px solid #33373A;
}

.header__container {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 98px;
  flex: 0 1 98px;
}

.header__phone-link {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.055em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header__phone-link::before {
  margin-right: 0.35em;
}

.footer {
  padding: 1.0625em 0em 1.0625em;
  border-top: 1px solid #33373a;
}

.footer__logo {
  display: none;
}

.footer__info {
  display: none;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #f1f3f4;
}

.footer__info-title {
  letter-spacing: -0.04em;
  margin: 0em 0em 1.1111111111em 0rem;
  max-width: 250px;
}

.footer__info-phone {
  letter-spacing: -0.07em;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer__copy {
  font-size: 10.5px;
  line-height: 1.4166666667;
  letter-spacing: -0.01em;
  color: #7b7b7b;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.course {
  padding: 4.5em 0em 2.75em 0em;
}

.course__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

.course__subtitle {
  margin: 1.7222222222em auto 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 12px;
  letter-spacing: -0.015em;
  line-height: 1.2777777778;
  padding: 0.4444444444em 0.6666666667em;
  border: 2px solid #c93030;
}

.course__video {
  margin: 2em auto 0;
  height: 180px;
  max-width: 1166px;
  /* background: grey; */
}

.course__video-item {
  width: 100%;
  height: 100%;
}

.quiz {
  margin: 2em auto 0;
  max-width: 806px;
}

.quiz__item {
  display: none;
}

.quiz__item.active {
  display: block;
}

.quiz__progress {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4166666667;
  letter-spacing: -0.05em;
  text-align: center;
  color: #727377;
}

.quiz__question {
  margin-top: 0.3421052632em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2105263158;
  letter-spacing: -0.01em;
  text-align: center;
}

.quiz__question-underline {
  text-decoration: underline;
  -webkit-text-decoration-color: #d03838;
  text-decoration-color: #d03838;
  text-underline-offset: 0.2631578947em;
}

.quiz__rows {
  margin: 3.5em auto 0;
}

.quiz__rows._min {
  max-width: 270px;
}

.quiz__rows._min .quiz__row:not(:last-child) {
  margin-bottom: 1.75em;
}

.quiz__row:not(:last-child) {
  margin-bottom: 1.0625em;
}

.quiz__label-input:checked + .quiz__row-text {
  background: #d03838;
  font-weight: 600;
}

.quiz__label-input:checked + .quiz__row-text::before {
  border: 2px solid #ffffff;
}

.quiz__label-input:checked + .quiz__row-text::after {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.quiz__input {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  font-size: 14px;
  color: #939699;
  padding: 0.7142857143em 0em;
  border-bottom: 1px solid #858585;
  border-radius: 0;
}

.quiz__input::-webkit-input-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: 400;
}

.quiz__input:-moz-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: 400;
}

.quiz__input::-moz-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: 400;
}

.quiz__input:-ms-input-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: 400;
}

.quiz__input:focus {
  border-bottom: 1px solid #d03838;
}

.quiz__row-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  background: #212225;
  padding: 1.15625em 1.5625em;
  line-height: 1.4375;
  letter-spacing: -0.025em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.quiz__row-text::before {
  content: "";
  margin-right: 0.875em;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #565863;
  -webkit-box-shadow: 0px 2.01027px 8.04107px rgba(0, 0, 0, 0.0476886), 0px 0.598509px 2.39404px rgba(0, 0, 0, 0.0323114);
  box-shadow: 0px 2.01027px 8.04107px rgba(0, 0, 0, 0.0476886), 0px 0.598509px 2.39404px rgba(0, 0, 0, 0.0323114);
}

.quiz__row-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  left: 29px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  transition: -webkit-transform 0.15s ease 0s;
  -o-transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
}

.quiz__btns {
  margin-top: 2.3125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quiz__btn {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding: 0.8333333333em 0em 0.8333333333em 1.1111111111em;
}

.quiz__btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 10px;
}

.quiz__btn-prev {
  color: #9e9e9e;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  padding-left: 2.65625rem;
}

.quiz__btn-prev::before {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  left: 0;
}

.quiz__btn-next {
  margin-left: auto;
  color: #c93030;
  padding-right: 2.65625rem;
}

.quiz__btn-next:disabled {
  color: #646464;
  cursor: default;
}

.quiz__btn-next::before {
  left: calc(100% - 17.5px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quiz__thanks {
  padding: 7.5em 0em;
  text-align: center;
}

.quiz__thanks-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2105263158;
  letter-spacing: -0.025em;
}

.quiz__thanks-subtitle {
  margin-top: 0.9444444444em;
  font-size: 12px;
  line-height: 1.2777777778;
}

@media (min-width: 575.98px) {
  .course__subtitle {
    font-size: 18px;
  }

  .course__video {
    height: 360px;
  }

  .quiz__question {
    font-size: 28px;
  }
}

@media (min-width: 767.98px) {

  .popup-header{
    font-size: 2rem; 
  }
  .popup-inputs-block{
    display: flex;
    flex-direction: row;
  }
  .freeLesson-input-popup{
    width: 180px;
    max-width: 180px;
  }
  .freeLesson-button{
    outline:none;
    border:none;
    font-size:1rem;
    font-weight: 600;
    line-height:119.8%;
    letter-spacing:-.015em;
    color:white;
    background-color:#d03838;
    width:30%;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
  }

  .header__container {
    min-height: 100px;
  }

  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 136px;
    flex: 0 1 136px;
  }

  .course {
    padding: 7.875em 0em 2.0625em 0em;
  }

  .course__title {
    font-weight: 600;
    font-size: 54px;
  }

  .course__video {
    margin: 4.5625em auto 0;
    height: 425px;
  }

  .quiz {
    padding: 1.6875em 6.25em 4.0625em;
  }

  .quiz__row-text {
    min-height: 80px;
    padding: 1.75em 1.5625em;
  }

  .quiz__thanks-title {
    font-size: 28px;
  }

  .quiz__thanks-subtitle {
    font-size: 14px;
  }
}

@media (min-width: 991.98px) {
  .footer {
    padding: 1.625em 0em;
  }

  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__logo {
    display: block;
  }

  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0em 0em 0em 2.2222222222em;
  }

  .footer__info-title {
    margin: 0;
    max-width: none;
  }

  .footer__info-phone {
    margin-left: 0.75em;
  }

  .footer__copy {
    margin: 0em 0em 0em auto;
  }

  .quiz__progress {
    font-size: 24px;
  }

  .quiz__question {
    font-size: 38px;
  }

  .quiz__thanks {
    padding: 11.25em 0em;
  }

  .quiz__thanks-title {
    font-size: 38px;
  }

  .quiz__thanks-subtitle {
    font-size: 18px;
  }
}

@media (min-width: 1199.98px) {

  .popup-inputs-block{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 40px;
  }
  .popup-phone-inputs-block{
    display: flex;
    align-items: flex-end;
    border: none;
  }
  .freeLesson-input-popup{
    outline: none;
    background-color: transparent;
    color: #fff;
    border: none;
    border-radius: unset;
    border-bottom: 1px solid rgba(255,255,255,.15);
    font-size: 1rem;
    letter-spacing: -.045em;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 200px;
    max-width: 200px;
    -webkit-appearance: initial;
  }
  .phoneCodeInput{
    color: white;
    border:none;
    border-radius:unset;
    border-bottom:1px solid rgba(255,255,255,.15);
    background-color:#26292d;
    -webkit-appearance:initial;
  }
  .checkbox-container{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width:20px;
    min-height:20px;
    width:20px;
    height:20px;
    border:2px solid #d03838;
    border-radius:2px;
    cursor: pointer;
  }


  .footer__info {
    margin: 0em 0em 0em 8.8888888889em;
  }

  .course__video {
    height: 625px;
  }
}

@media (any-hover: hover) {
  ::-webkit-scrollbar-thumb:hover {
    background: #3579db;
  }

  .header__phone-link:hover {
    color: #d03838;
  }

  .footer__info-phone:hover {
    color: #d03838;
  }

  .quiz__btn-prev:hover {
    color: #fff;
  }
}