@media screen and (min-width: 1040px) {
  body {
    background: #151515;
  }
  .header__nav {
    position: static;
    width: fit-content;
    height: fit-content;
    background: transparent;
    display: flex;
  }
  .nav-block__mob {
    display: none;
  }
  .header__nav__list {
    flex-direction: row;
    gap: 25px;
    padding: 0;
    align-items: center;
  }
  .header__nav-btn {
    display: none;
  }
  .hero {
    background: url("../img/hero-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero__title {
    color: #fff;
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 17px;
  }
  .form input {
    width: 250px;
    margin: 0 !important;
    padding-left: 20px;
  }
  .form-group {
    margin-bottom: 15px;
    text-align: center;
    width: 250px;
    position: relative;
  }
  form {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
  }
  .hero__list {
    flex-direction: row;
  }
  .hero__text-wrap::before {
    width: 674px;
    height: 69px;
  }
  .hero__text {
    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;
  }
  .lessons__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    li {
      max-width: 510px;
    }
  }
  .lessons__list__item {
    display: flex;
    width: 510px;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    border: 3px solid #c00000;
    background: #fff;
    flex-direction: row;
    gap: 13px;
    align-items: center;
    img {
      width: 258px !important;
      border-radius: 5px;
    }
  }
  .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: #151515;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    margin-bottom: 5px;
  }
  .lessons__list__item-wrap__text {
    color: #151515;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 12px */
  }
  .lessons__list__item-wrap {
    width: 209px;

    ul {
      display: flex;
      flex-direction: row;
      gap: 10px;
      margin-bottom: 10px;
      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 */
    }
  }

  .lessons__title {
    color: #fff;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 55.2px */
  }
  .lessons__text {
    color: #fff;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
  }
  .lessons__list__item__first {
    width: 462px;
    margin-right: auto;
  }
  .lessons__list__item__img-wrap {
    width: 258px !important;
  }
  .why {
    position: relative;
    background-image: url("../img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .why__container-first {
    position: relative;
    background-image: unset;
    background-color: transparent;
    img {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
    }
  }
  .why__subtitle {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
    margin-bottom: 20px;
    margin-left: 508px;
    span {
      color: #c00000;
    }
  }
  .why__title {
    color: #fff;
    text-align: left;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 48px */
    letter-spacing: 14.4px;
    text-transform: uppercase;
    margin-left: 508px;
    margin-bottom: 20px;
    span {
      color: #c00000;
    }
  }
  .why__line {
    width: 69%;
    background: linear-gradient(90deg, #c00000 0%, rgba(192, 0, 0, 0.7) 100%);
    display: flex;
    padding: 10px 57px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-left: auto;
    gap: 57px;
  }
  .why__line__text,
  .why__line__title {
    text-align: left;
  }

  .why__line__text {
    margin-bottom: 10px;
  }
  .why__list {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    z-index: 20;
  }
  .plan__title {
    color: #fff;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 44px;
    line-height: 120%; /* 55.2px */
  }
  .plan__list {
    display: flex;
    padding: 0px 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 30px;
    li {
      width: 320px;
      position: relative;
    }
  }
  .plan__list__item:nth-child(-n + 2)::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    right: -16px;
  }
  .submit__title {
    color: #fff;
    text-align: center;
    font-family: Lato;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 55.2px */
  }
  footer {
    padding: 30px 0;
  }
  .footer__logo-wrap {
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    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 10px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .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__dialog {
  position: relative;
  width: 90%;
  max-width: 688px;
  padding: 40px;
  z-index: 345634567890781; /* выше бекдропа */
  border-radius: 50px;
  border-radius: 15px;
  background: #151515;
  form {
    flex-direction: column;
    input {
      width: 100%;
    }
    .form-group {
      width: 100%;
    }
  }
}
