@import 'https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800&display=swap';
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
ul {
  list-style-type: none;
}
body {
  min-width: 480px;
  font-family: 'Gilroy';
  color: #000;
}
img,
video,
svg {
  display: block;
  max-width: 100%;
}
.wrapper {
  margin: 0 auto;
  width: 480px;
  padding-bottom: 20px;
}

.title {
  padding: 10px;
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  background: #1665d0;
}

.header {
  background-image: url('../images/main.png');
  height: 598px;
}

.header__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 495px;
  justify-content: space-between;
}
.header__price__old {
  padding-left: 36px;
  font-family: 'Inter';
}
.header__price__old span {
  font-size: 20px;
  line-height: 45px;
}
.header__price__old p {
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
  text-transform: uppercase;
  /* text-decoration: line-through; */
  text-decoration-color: #000;
  color: #707070;
}
.header__price__sale {
  padding-left: 45px;
}
.header__price__sale span {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
}
.header__price__sale p {
  font-weight: 800;
  font-size: 40px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header__price__new {
  padding-left: 35px;
  font-family: 'Inter';
}
.header__price__new span {
  font-size: 20px;
  line-height: 45px;
}
.header__price__new p {
  font-weight: 700;
  font-size: 30px;
}
.promotion {
  font-family: 'Inter';
  padding-top: 5px;
  text-align: center;
}
.promotion__title {
  font-size: 20px;
  font-weight: 500;
}
.promotion__date {
  font-size: 16px;
}
.promotion__time {
  padding-top: 15px;
}
.promotion__count {
  padding-top: 20px;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 20px;
}
.promotion__count span {
  color: #1665d0;
}
.link {
  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;
  cursor: pointer;
  background: -o-linear-gradient(98.59deg, #266bd2 5.4%, #04409b 99.04%);
  background: linear-gradient(351.41deg, #266bd2 5.4%, #04409b 99.04%);
  border-radius: 200px;
  width: 396px;
  height: 78px;
  margin: 0 auto;
  text-decoration: none;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}
.link__promotion {
  margin-top: 20px;
}
.link__stats {
  margin-top: 60px;
}
.link__form {
  margin-top: 40px;
}
.boost {
  margin-top: 55px;
  background-color: #67a2d6;
}
.boost__title {
  padding-top: 45px;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.boost__wrapper {
  padding-top: 40px;
}
.boost__wrapper.last {
  padding-top: 306px !important;
}
.boost__info {
  padding-top: 26px;
  padding-bottom: 55px;
}
.boost__info__block {
  background-size: cover;
  width: 435px;
  height: 401px;
  margin-inline: auto;
  -webkit-box-shadow: 0px 4px 20px #346998;
  box-shadow: 0px 4px 20px #346998;
  border-radius: 10px;
}
.boost__info__block:nth-child(1) {
  background-image: url('../images/1.gif');
}
.boost__info__block:nth-child(2) {
  background-image: url('../images/boost_2.png');
}
.boost__info__block:nth-child(3) {
  background-image: url('../images/boost_3.png');
}
.boost__info__block__title {
  width: 323px;
  height: 51px;
  background: #1665d0;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  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;
  color: #fff;
  margin-inline: auto;
  line-height: 1px;
}
.boost__info__block__title span {
  font-weight: 500;
}
.boost__info__block:not(:first-child) {
  margin-top: 86px;
}
.stats {
  padding-top: 98px;
}
.stats__title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #5d99cd;
}
.stats__title span {
  color: #000;
}
.stats img {
  padding-top: 15px;
  margin: 0 auto;
}
.stats__slider {
  padding-top: 25px;
}
.stats .stats__slider__title {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
}
.stats .stats__slider__list {
  margin-top: 26px;
}
.stats .stats__slider__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-top: 30px;
  max-width: 440px;
}
.stats .stats__slider__list li img {
  width: 24px;
  padding-top: 0;
  margin: 0;
  margin-right: 13px;
}
.stats .stats__slider__list li span {
  font-weight: 400;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  font-size: 18px;
  background: #fff;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.video {
  margin-top: 60px;
  padding-bottom: 105px;
  background: #67a2d6;
}
.video__title {
  padding-top: 45px;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.video__subtitle {
  background-color: #fff;
  margin-left: 22px;
  margin-right: 22px;
  margin-top: 23px;
  border-radius: 5px;
}
.video__subtitle__text {
  padding-left: 29px;
  padding-right: 29px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  background: -o-linear-gradient(98.59deg, #266bd2 5.4%, #04409b 99.04%);
  background: linear-gradient(351.41deg, #266bd2 5.4%, #04409b 99.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
}
.video__item {
  margin-top: 45px;
  width: 435px;
  height: 241px;
  background: #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline: auto;
}
.revs {
  margin-top: 137px;
}
.revs__title {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 35px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}
.revs__title span {
  color: #5d99cd;
}
.revs__subtitle {
  text-align: center;
  margin-top: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #878592;
}
.revs__slider {
  margin-top: 55px;
}
.revs__card {
  width: 428px;
  min-height: 813px;
  margin-top: 20px;
  margin-bottom: 20px;
  top: 4975px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  margin-inline: auto;
}
.order {
  margin-top: 90px;
  background: #5d99cd;
}
.order__title {
  padding-top: 62px;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.order__cards {
  padding-top: 32px;
  padding-bottom: 102px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.order__cards__item {
  width: 400px;
  height: 184px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.order__cards__item img {
  margin-inline: auto;
  margin-top: 10px;
}
.order__cards__item h3 {
  margin-top: 10px;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.order__cards__item p {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  font-family: 'Inter';
  font-size: 15px;
  text-align: center;
}
.order__cards__item:not(:first-child) {
  margin-top: 57px;
}
.order_form {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order_form .input {
  width: 396px;
  height: 65px;
  padding-left: 15px;
  font-family: 'Inter';
  font-size: 17px;
  border-radius: 10px;
  margin-top: 25px;
  border: 1px solid #979797;
  outline: none;
}
.order_form .input:focus {
  border-color: #04409b;
}
.revs__card__header {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.revs__card__header .revs_card__header__img {
  border-radius: 50px;
  width: 91px !important;
  height: 91px !important;
}
.revs__card__text {
  margin-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
}
.revs__card__img {
  margin-top: 44px;
  padding-left: 20px;
  padding-right: 20px;
}
.revs__card__header__title {
  padding-left: 20px;
}
.revs__card__header__title h2 {
  font-family: 'Inter';
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.revs__card__header__title h2 span {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 18px;
  color: #878592;
}

.prem {
}

.prem__title {
  padding-top: 25px;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  max-width: 440px;
  margin: 0 auto;
}

.prem__subtitle {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: #fff;
  padding: 6px;
  margin: 0 auto;
  max-width: 430px;
}

.prem__img {
  border-radius: 10px;
  max-width: 420px;
  margin: 12px auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
