@import url("./reset.css");
body {
  background: #151515;
}
.header {
  background: #151515;
  padding: 10px 15px;
}
.header__container {
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background: #212121;
  width: 100%;
}
.logo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.logo-text {
  color: #e30024;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 20px */
}
.header__nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #151515;
  z-index: 1000;
  display: none;
  padding: 10px 15px;
}
.d-block {
  display: block;
}
.nav-block__mob {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background: #212121;
  flex: 1 0 0;
  button {
    background: transparent;
    border: none;
    transition: all 0.03s;
  }
}
.header__nav__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 32px;
}
.header__nav__list__item {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  transition: all 0.03s;
  position: relative;
  display: flex;
  justify-content: center;
}
.header__nav__list__item::after,
.header__nav__list__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #c00000, #c00000);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.header__nav__list__item::before {
  top: -5px;
  transform-origin: left;
}

.header__nav__list__item:hover::after,
.header__nav__list__item:hover::before {
  transform: scaleX(1);
}

.header__nav__list__item-link {
  white-space: nowrap;
}
.header__nav-btn {
  background-color: transparent;
  border: none;
}

.kaydol {
  display: flex;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #c00000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  max-width: 150px;
  margin: 0 auto;
}

.kaydol::after,
.kaydol::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #fff, #fff);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hero {
  background: url("../img/hero-bg-mob.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.reasons {
  padding-bottom: 30px;
}
.hero__container {
  display: flex;
  flex-direction: column;
  img {
    width: 100%;
  }
}
.hero__title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 15px;
}
.hero__text-wrap {
  position: relative;
  top: -50px;
}
.hero__text {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 48px */
  letter-spacing: 14.4px;
  text-transform: uppercase;
  z-index: 10;
}
.hero__text-wrap::before {
  content: "";
  position: absolute;
  width: 304.132px;
  height: 96px;
  flex-shrink: 0;
  opacity: 0.8;
  background: #c00000;
  filter: blur(25px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__list__item {
  display: flex;
  width: 345px;
  padding: 15px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 10.3px 0px rgba(255, 255, 255, 0.5);
  transition: all 0.03s;
  cursor: pointer;
  img {
    width: 50px;
    height: 50px;
  }
}
.hero__list__item__title {
  color: #151515;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
}
.hero__list__item__text {
  color: #7c8185;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}

.hero__list__item:nth-child(2) {
  border-radius: 15px;
  background: #c00000;
  box-shadow: 0px 4px 10.3px 0px #c00000;
  .hero__list__item__title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
  }
  .hero__list__item__text {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
  }
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  color: #000;
}
.submit-button {
  display: flex;
  height: 43px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #c00000;
}
.lessons {
  padding-bottom: 30px;
}
.lessons__container {
}
.container {
}
.lessons__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.lessons__title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  margin-bottom: 10px;
}
.lessons__text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
}
.lessons__list__item {
  display: flex;
  width: 345px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-radius: 15px;
  border: 3px solid #fff;
  background: #303030;
  img {
    width: 100%;
    border-radius: 6.105px;
    position: relative;
    z-index: 99;
  }
}
.lessons__list__item-wrap {
  ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 15px;
    li {
      display: flex;
      padding: 2px 10px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 5px;
      background: #f2f2f2;
      color: #151515;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; /* 14.4px */
    }
  }

  button {
    display: flex;
    height: 40px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    background: #c00000;
    border: none;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    transform-style: preserve-3d;
    transition: all 175ms cubic-bezier(0, 0, 1, 1);
  }
  button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgb(252, 25, 25);
    border-radius: inherit;
    transition: all 175ms cubic-bezier(0, 0, 1, 1);
  }
  button:hover {
    background: rgb(246, 56, 56);
    transform: translate(0, 0.375em);
  }

  button::before {
    transform: translate3d(0, 0.75em, -1em);
  }

  button:active {
    transform: translate(0em, 0.75em);
  }

  button::before {
    transform: translate3d(0, 0, -1em);
  }
}
.lessons__list__item-wrap__step {
  color: #c00000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  margin-bottom: 10px;
}
.lessons__list__item-wrap__title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  margin-bottom: 5px;
}
.lessons__list__item-wrap__text {
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  margin-bottom: 10px;
}
.lessons__list__item__img-wrap {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.lessons__list__item__img-wrap::after {
  content: url("../img/play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
button {
  cursor: pointer;
}

.why {
  position: relative;
  padding-bottom: 30px;
}
.why__container-first {
  position: relative;
  background-image: url("../img/bg-mob.png");
  background-size: cover;
  background-repeat: no-repeat;
  img {
    position: relative;
  }
}
.container {
}
.why__subtitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  margin-bottom: 20px;
  span {
    color: #c00000;
  }
}
.why__title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 48px */
  letter-spacing: 14.4px;
  text-transform: uppercase;
  span {
    color: #c00000;
  }
}
.why__line {
  width: 100%;
  background: linear-gradient(90deg, #c00000 0%, rgba(192, 0, 0, 0.7) 100%);
  display: flex;
  padding: 10px 57px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.why__line__text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  text-transform: uppercase;
  text-align: center;
}
.why__line__title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 36px */
  text-transform: uppercase;
  text-align: center;
}
.why__line__title:nth-child(2) {
  margin-bottom: 20px;
}

.why__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.why__list__item {
  display: flex;
  width: 250px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid #fff;
  background: #151515;
}
.why__list__item__text {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
}
.plan {
}
.plan__container {
}
.container {
}
.plan__title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
}
.plan__list {
  display: flex;
  padding: 0px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.plan__list__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.plan__list__item:nth-child(-n + 2)::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.plan__list__item__title {
  color: #c00000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  margin-top: 10px;
  margin-bottom: 5px;
}
.plan__list__item__text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.submit__title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-bottom: 30px;
}
footer {
  padding: 30px 15px;
}
.footer__container {
}
.container {
}
.footer__logo-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.footer__container .header__nav__list {
  display: flex;
  flex-direction: row;
}

.footer__policy-wrap {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__policy-wrap__text {
  color: #979797;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  margin-bottom: 10px;
}
.footer__policy-wrap__btn {
  color: #979797;
  text-align: center;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  background: transparent;
  border: none;
}
.modal {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal--hidden {
  display: none;
}

.modal__backdrop {
  position: absolute;

  z-index: 2045672202;
}

.modal__dialog {
  position: relative;
  width: 90%;
  max-width: 1040px;
  padding: 40px;
  z-index: 345634567890781; /* выше бекдропа */
  border-radius: 15px;
  background: #151515;
  form {
    flex-direction: column;
    input {
    }
    .form-group {
      width: 100%;
    }
    .form input {
      width: 100%;
    }
  }
}

.modal__dialog::after {
  content: url("../img/coin.png");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -93px;
}
.modal__dialog h2 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  margin-bottom: 20px;
  span {
    color: #c00000;
  }
}
