@media screen and (max-width: 960px) {
  .container {
    padding: 0 36px;
  }
  .header-logo {
    width: 42px;
    height: 58px;
  }
  .header-nav {
    position: absolute;
    width: 100%;
    max-width: 500px;
    top: 78px;
    right: 0;
    margin-left: -18px;
    padding: 40px 0 100px;
    flex-direction: column;
    gap: 36px;
    background-image: url("../img/dark-bg.jpg");
    z-index: 7;
    opacity: 0;
    transform: translateY(-120%);
    transition: transform 0.3s ease;
  }
  .header-nav.active {
    transform: translateY(0);
    opacity: 1;
  }
  .header-nav__list {
    flex-direction: column;
  }
  .header .burger {
    display: block;
  }
  .hero-mentors {
    margin-top: 150px;
  }
  .hero-wrapper {
    right: -80px;
  }
  .program-list {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
  .program-list__item:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .program-list__item:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .program-list__item:nth-of-type(3) {
    padding-right: 84px;
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .program-list__item:nth-of-type(3)::after {
    bottom: -16px;
  }
  .program-list__item:nth-of-type(4) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .platform-container {
    flex-direction: column;
    align-items: center;
  }
  .platform-title {
    text-align: center;
  }
  .get-list {
    flex-direction: column;
  }
  .result {
    padding: 30px 0 60px;
  }
  .result-offer {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .reviews {
    padding: 40px 0;
  }
  .reviews-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .offer .container::before {
    width: 512px;
    height: 512px;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
  }
  .offer-container {
    padding-bottom: 344px;
  }
  .offer-container::after {
    display: none;
  }
  .offer-container::before {
    width: 480px;
    height: 388px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
  }
  .form-list__item {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .thanks-container {
    flex-direction: column;
    gap: 0px;
  }
}
@media screen and (max-width: 760px) {
  .hero-container {
    padding-top: 30px;
  }
  .hero-title {
    font-size: 36px;
  }
  .hero-btn {
    margin: 36px auto 0;
    width: 320px;
  }
  .hero-mentors {
    margin-top: 386px;
    flex-direction: column;
  }
  .hero-mentors__card:nth-of-type(2) {
    margin-top: -20px;
    align-self: end;
  }
  .hero-mentors__card:nth-of-type(3) {
    margin-top: -20px;
    align-self: center;
  }
  .hero-wrapper {
    top: 400px;
    right: 0px;
    left: 0;
    align-items: center;
  }
  .hero-wrapper::before {
    display: none;
  }
  .hero-wrapper__bg {
    width: 340px;
    height: auto;
  }
  .program-container {
    padding: 36px 0;
  }
  .program-list {
    display: flex;
    flex-direction: column;
  }
  .program-list__item:nth-of-type(3) {
    padding-right: 52px;
  }
  .program-list__item:nth-of-type(3) .program-list__title {
    padding: 0;
  }
  .program-list__item:nth-of-type(3)::after {
    bottom: 80px;
    right: -108px;
  }
  .platform {
    padding: 40px 0;
  }
  .platform-hashtag {
    margin: 0 -76px;
    justify-content: center;
  }
  .platform-box {
    flex-direction: column;
  }
  .platform-box__item {
    align-items: center;
    justify-content: center;
  }
  .mentors {
    padding-bottom: 40px;
  }
  .get {
    padding: 30px 0 60px;
  }
  .get-list {
    gap: 18px;
  }
  .get-list__title {
    font-size: 24px;
  }
  .reviews-container {
    gap: 40px;
  }
  .partners {
    padding: 40px 0;
  }
  .partners-container {
    padding: 26px 0 48px;
  }
  .partners-list {
    margin-top: 48px;
    flex-direction: column;
    gap: 34px;
  }
  .offer .container::before {
    width: 400px;
    height: 400px;
  }
  .offer-container {
    padding-bottom: 260px;
  }
  .offer-container::after {
    display: none;
  }
  .offer-container::before {
    width: 320px;
    height: 262px;
  }
  .offer-question__item:nth-of-type(1) {
    text-align: center;
  }
  .offer-timer__item {
    width: 59px;
  }
  .offer-timer__item span {
    font-size: 12px;
  }
  .offer-timer__digits {
    font-size: 20px;
  }
  .faq {
    padding-bottom: 40px;
  }
  .footer {
    padding: 46px 0;
  }
  .footer-container {
    flex-direction: column;
    align-items: start;
  }
  .form-list__item {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .form-list__title {
    font-size: 36px;
  }
  .form-list__nav {
    max-width: 420px;
    justify-content: space-between;
  }
  .form-list__btn {
    max-width: 200px;
  }
  .thanks-title {
    font-size: 48px;
  }
  .thanks-title img {
    width: 62px;
    height: 84px;
  }
  .thanks-text {
    margin-top: 22px;
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 150%;
    color: var(--light-color);
  }
  .thanks-text span {
    font-weight: 700;
    color: #fff953;
  }
  .thanks-text:nth-of-type(2) {
    padding: 0;
  }
  .thanks-text:nth-of-type(3) {
    margin-left: 0;
  }
  .thanks-link {
    align-self: center;
    margin: 12px 0 0;
    border-radius: 100px;
    width: 320px;
  }
}/*# sourceMappingURL=media.css.map */