@import url("https://fonts.cdnfonts.com/css/montserrat");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a, button {
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a:hover, button:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  color: #000;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

.container {
  width: 100%;
  max-width: 1380px;
  padding: 0 15px;
  margin: 0 auto;
}

.main-btn {
  padding: 25px 56px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  background: #FEC201;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
}

.video-block {
  padding: 56px 0;
  width: 100%;
  background: url(../img/step-1-bg.png) no-repeat center/cover;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.video-block__content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.1215686275);
  -webkit-box-shadow: 0px 4px 36px 0px rgba(26, 63, 130, 0.5607843137);
          box-shadow: 0px 4px 36px 0px rgba(26, 63, 130, 0.5607843137);
  border-radius: 24px;
}
.video-block vturb-smartplayer {
  width: 100%;
  max-width: 100% !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: transparent !important;
}
.video-block__users {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  background: #FF4C01;
  backdrop-filter: blur(4px);
  border-radius: 100px;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  min-width: 290px;
}
.video-block__users img {
  height: 10px;
  width: auto;
}
.video-block__users p {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.video-block__btn {
  padding-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.video-block__btn .main-btn {
  margin: 0 auto;
  max-width: 380px;
  display: block;
}
.video-block__form {
  width: 100%;
  max-width: 732px;
  margin: 40px auto 0;
  background: #FFFFFF;
  border: 1px solid rgba(15, 15, 15, 0.1215686275);
  border-radius: 24px;
  padding: 56px;
}
.video-block__form__gained {
  padding: 8px 24px;
  background: rgba(255, 76, 1, 0.1215686275);
  border-radius: 100px;
  font-size: 12px;
  text-transform: uppercase;
  color: #FF4C01;
  font-weight: 700;
  display: inline-block;
}
.video-block__form__title {
  margin: 8px 0 24px;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #000;
}
.video-block__form__subtitle {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.video-block__text {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 32px;
  text-align: center;
}
.video-block__text img {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
}
.video-block__text h1 {
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 16px 0;
}
.video-block__text p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5607843137);
}
.video-block__timer {
  width: 100%;
  max-width: 620px;
  margin: 32px auto 0;
  display: none;
  text-align: center;
}
.video-block__timer p {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 12px;
}
.video-block__timer__box {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #FF4C01;
}

.main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.main-form__input-box {
  width: 100%;
  max-width: 100%;
}
.main-form__input-box--short {
  display: inline-block;
  max-width: calc(50% - 8px);
}
.main-form__input-box p {
  font-weight: 500;
  font-size: 12px;
  color: #000;
  margin-bottom: 8px;
}
.main-form__input-box input {
  display: block;
  width: 100%;
  padding: 16px 18px;
  border-radius: 5px;
  background: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
.main-form__input-box input.error {
  border-color: #e53935;
}
.main-form .main-btn {
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 18px;
  margin-top: 8px;
}
.main-form .input-error {
  font-size: 16px;
  color: #e53935;
  width: 100%;
  font-weight: 600;
  display: none;
  margin-top: 4px;
}
.main-form .input-error ul {
  list-style: none;
}

.iti {
  width: 100%;
  font-size: 16px;
}

.testimonials {
  background: rgba(15, 15, 15, 0.0392156863);
  padding: 56px 0;
}
.testimonials h2 {
  color: #000;
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
}
.testimonials__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin: 36px 0;
}
.testimonials__item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 32px;
  border-radius: 16px;
  width: 100%;
  max-width: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonials__item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.testimonials__item__heading img {
  height: 55px;
}
.testimonials__item__heading h4 {
  font-size: 28px;
  line-height: 1;
  color: #FF4C01;
}
.testimonials__item__heading small {
  font-size: 18px;
  opacity: 0.55;
  display: block;
  color: rgba(255, 76, 1, 0.5607843137);
}
.testimonials__item__text {
  color: rgba(0, 0, 0, 0.5607843137);
  font-size: 16px;
  margin: 16px 0;
  line-height: 150%;
}
.testimonials__item__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.testimonials__item__author__img {
  height: 48px;
  width: auto;
}
.testimonials__item__author p {
  font-weight: 600;
  font-size: 14px;
}
.testimonials__item__author__check {
  height: 18px;
  width: auto;
}

.center-btn {
  text-align: center;
}

.guarantee {
  background: rgba(15, 15, 15, 0.0392156863);
  padding: 56px 0;
}
.guarantee__content {
  width: 100%;
  max-width: 800px;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  margin: 0 auto;
}
.guarantee__text {
  width: 100%;
  max-width: 620px;
  text-align: center;
}
.guarantee__orange {
  font-weight: 600;
  color: #FF4C01;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
.guarantee__title {
  line-height: 1;
  font-size: 44px;
  text-transform: uppercase;
  margin: 8px 0 22px;
}
.guarantee__subtitle {
  line-height: 180%;
  font-size: 18px;
}
.guarantee__img {
  width: 100%;
  max-width: 242px;
}

.benefits {
  background: #fff;
  padding: 22px 0;
  display: none;
}
.benefits--step2 {
  display: block;
}
.benefits--step2 .benefits__item p {
  text-transform: uppercase;
}
.benefits--step2 .benefits__item > p {
  font-weight: bold;
}
.benefits--step2 .benefits__item--1 > img {
  height: 36px;
  width: auto;
}
.benefits--step2 .benefits__item--1 div img {
  height: 13px;
  width: auto;
}
.benefits--step2 .benefits__item--1 div p {
  margin-top: 4px;
  font-size: 14px;
}
.benefits--step2 .benefits__item--2 > img {
  height: 36px;
  width: auto;
}
.benefits .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.benefits__item {
  width: 33.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.benefits__item img {
  height: 11px;
  width: auto;
}
.benefits__item p {
  font-size: 16px;
  font-weight: 500;
}

.media {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(254, 194, 1, 0.12)), to(rgba(254, 194, 1, 0.12)));
  background: linear-gradient(0deg, rgba(254, 194, 1, 0.12), rgba(254, 194, 1, 0.12));
}
.media h2 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.media__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 24px;
}
.media__item {
  width: 100%;
  max-width: 445px;
  text-align: center;
}
.media__item img {
  height: 36px;
  width: auto;
}
.media__item p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6392156863);
  margin-top: 12px;
  font-weight: 500;
}
.media__item p b {
  color: #FF4C01;
}

.footer {
  padding: 288px 0 32px;
  background: #fff;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 39px;
}
.footer__left, .footer__right {
  width: calc(50% - 20px);
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__links a {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 24px;
}
.footer__bottom p {
  font-size: 12px;
  text-transform: uppercase;
}
.footer__heading {
  margin-top: 20px;
  font-size: 16px;
}
.footer__text {
  color: rgba(0, 0, 0, 0.5607843137);
  font-size: 10px;
}
.footer__text + .footer__text {
  margin-top: 16px;
}

.policy {
  padding: 56px 0;
}
.policy .container {
  max-width: 872px;
}
.policy__logo {
  display: block;
  height: 72px;
  width: auto;
}
.policy__content {
  margin-top: 56px;
}
.policy__content h1 {
  font-size: 56px;
  text-transform: uppercase;
}
.policy__date {
  margin: 24px 0;
  font-size: 24px;
}
.policy__text h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 24px;
}
.policy__text p, .policy__text li {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.5;
}
.policy__text ul {
  margin-top: 12px;
  margin-left: 40px;
}

.header {
  text-align: center;
  background: #FF4C01;
  padding: 16px 0;
}
.header h1 {
  color: #fff;
  font-size: 24px;
}/*# sourceMappingURL=styles.css.map */