@media (max-width: 1230px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1100px) {
  .container {
    max-width: 991px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 768px;
  }
  .benefits .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .benefits__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
  }
  .benefits--step2 .benefits__item {
    max-width: 430px;
  }
  .media__content,
  .testimonials__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .main-btn {
    padding: 25px;
    display: block;
    width: 100%;
  }
  .video-block {
    padding: 0 0 32px;
    background: #fff;
  }
  .video-block__container {
    padding: 0;
  }
  .video-block__content {
    border-radius: 0;
  }
  .video-block vturb-smartplayer {
    border-radius: 0 !important;
  }
  .video-block__form {
    border-radius: 0;
    border: none;
    padding: 46px 16px;
    margin: 0;
  }
  .video-block__form__title {
    font-size: 24px;
    margin: 8px 0 12px;
  }
  .video-block__form__subtitle {
    font-size: 16px;
  }
  .benefits,
  .footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2392156863);
  }
  .footer {
    padding-top: 200px;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
    margin-top: 40px;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .footer__left, .footer__right {
    width: 100%;
  }
  .policy {
    padding-top: 32px;
  }
  .policy__content h1 {
    font-size: 46px;
  }
  .policy__date {
    font-size: 22px;
  }
  .policy__text h2 {
    font-size: 22px;
  }
  .policy__text p, .policy__text li {
    font-size: 16px;
  }
  .header {
    margin-bottom: 20px;
  }
  .video-block__text h1 {
    font-size: 24px;
  }
  .video-block__text p {
    font-size: 16px;
  }
  .header h1, .guarantee__orange,
  .guarantee__subtitle {
    font-size: 16px;
  }
  .benefits__item--2,
  .benefits__item--3 {
    display: none;
  }
  .benefits__item--1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .benefits--step2 .benefits__item--1 div p {
    font-size: 12px;
  }
  .testimonials h2,
  .guarantee__title {
    font-size: 28px;
  }
  .center-btn {
    width: 100%;
  }
}/*# sourceMappingURL=adaptive.css.map */