@font-face {
  font-family: "Roadkill";
  src: url("../fonts/Roadkill_Heavy_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}

html {
  font-size: 2.67vw;
  height: 100%;
}

body {
  background: #100f0f;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: -0.07rem;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 575px) {
  body {
    max-width: 100%;
    width: 37.5rem;
    margin: 0 auto;
  }
}

.my-body-noscroll-class {
  overflow: hidden;
}

.my-body-noscroll-class body {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a,
button,
.img-svg,
.modal__open {
  outline: none;
  border: 0;
  cursor: pointer;
  background: none;
  transition: 320ms;
  text-decoration: none;
}

.img-svg path,
.img-svg line,
.img-svg circle {
  transition: 320ms;
}

/* Bootstrap 4 */
.container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  html {
    font-size: 0.621vw;
  }

  .container {
    max-width: 123rem;
  }
}

@media screen and (max-width: 575px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 575px) {
  .xs {
    display: none;
  }
}

.slick-slide {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

section {
  position: relative;
  z-index: 5;
}

.container {
  position: relative;
  z-index: 5;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 37.7rem auto;
  background-position: center top;
}

@media screen and (max-width: 575px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 575px) {
  .xs {
    display: none;
  }
}

.iframe-document {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.1rem;
}

.t-btn {
  width: 24rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 2px;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.1rem;
}

.t-btn.red {
  background: radial-gradient(156.83% 50% at 50% 50%, #ff0026 0%, #990017 100%);
  color: #fff;
}

.t-btn.white {
  background: radial-gradient(156.83% 50% at 50% 50%, #fff 0%, #d8d8d8 100%);
  color: #342c2c;
}

.intro-section {
  height: 70.8rem;
  z-index: 9999;
  padding: 12rem 0 0;
  position: relative;
}

.intro-section.thanks {
  padding-top: 6rem;
  height: 77rem;
}

.intro-section.thanks .t-title {
  margin-bottom: 2rem;
}

.intro-section.thanks .undertitle {
  text-align: center;
  margin-top: 1rem;
  color: #fff;
  width: 25rem;
  margin: 2rem auto 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.intro-section .t-title {
  margin-bottom: 25rem;
  font-size: 4rem;
}

.intro-section .subtitle {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 27rem;
}

.intro-section .subtitle span {
  color: #ff0026;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.thanks-section__wrapper-socials {
  display: flex;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.thanks-section__wrapper-socials-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.thanks-section__wrapper-socials-item .icon {
  width: 4rem;
}

.thanks-section__wrapper-socials-item-text {
  font-size: 1.1rem;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  margin-top: 1.2rem;
}

.t-title {
  margin-bottom: 21rem;
  font-size: 4.7rem;
  line-height: 0.85;
  font-family: "Roadkill";
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.2rem;
}

.t-title span {
  background: radial-gradient(
    73.89% 54.22% at 35.16% 61.88%,
    rgb(255, 24, 24) 24.3012323976%,
    rgb(255, 120, 120) 180%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t-title b {
  font-weight: 400;
  font-size: 5.8rem;
}

.start {
  margin-bottom: 0.5rem;
  font-family: "Roadkill";
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: -0.1rem;
  color: #fff;
  text-align: center;
}

.insta {
  position: absolute;
  top: 27rem;
  right: 2rem;
  font-size: 1.1rem;
  padding: 0.8rem 1.2rem;
  color: #fff;
  line-height: 1;
  background: #ff0026;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
}

.intro__box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 3.5rem -0.5rem 0;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  letter-spacing: -0.05rem;
}

.intro__box .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.intro__box .item img {
  width: 1.3rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.for-section {
  padding: 1.5rem 0 0;
  height: 55rem;
  margin-top: -2rem;
}

.for-section .toptitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  margin-left: 1rem;
  padding-right: 4rem;

  opacity: 0;
}

.for-section .toptitle b {
  font-weight: 400;
}

.for-section .toptitle span {
  color: #ff0000;
}

.for-section .toptitle img {
  flex-shrink: 0;
  width: 3rem;
  margin-right: 0.9rem;
}

.for__box {
  width: 32rem;
  margin: 1.3rem 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.for__box .item {
  width: 15.8rem;
  height: 10.9rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1rem 1.2rem;
  letter-spacing: -0.05rem;
}

.for__box .item.item5 {
  width: 100%;
}

.for__box .item span {
  color: #ff0000;
}

.steps-section {
  height: 33.1rem;
  padding-top: 5rem;
}

.steps__box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 32rem;
  margin: 3rem auto 0;
  flex-wrap: wrap;
}

.steps__item {
  width: 15.8rem;
  height: 10.9rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1rem;
  padding-right: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.05rem;
}

.steps__item:last-child {
  width: 100%;
  height: 9rem;
  padding-right: 20%;
  display: none;
}

.tariff-section {
  height: 66.4rem;
  padding-top: 3rem;
}

.tariff__box {
  margin-top: 8rem;
  padding-top: 3.5rem;
}

.tariff__box .title {
  font-size: 2.2rem;
  text-align: center;
  text-transform: uppercase;
}

.tariff__box ul {
  margin: 3rem -1rem 3rem;
  font-size: 1.4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 575px) {
  .tariff__box ul {
    margin: 3rem 1rem 3rem;
    font-size: 1.4rem;
    padding-right: 0;
  }
}

.tariff__box ul li {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.tariff__box .tariff__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 1rem 0 2rem;
  font-weight: 500;
}

.tariff__box .tariff__price .price {
  font-size: 3rem;
}

.tariff__box .tariff__price .price.gray {
  margin-left: 1rem;
  font-size: 1.9rem;
  opacity: 0.5;
  text-decoration: line-through;
  padding-bottom: 0.3rem;
}

.trigger-section {
  height: 28.4rem;
  padding-top: 6rem;
}

.trigger-section .s-title {
  margin-bottom: 2.5rem;
}

.trigger-section .t-btn {
  width: 26rem;
  font-size: 1.4rem;
}

.tariff__timer {
  width: 26rem;
  text-align: center;
  margin: 2rem auto 0;
}

.tariff__timer-box {
  margin: 1.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tariff__timer .number {
  width: 7.7rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(156.83% 50% at 50% 50%, #fff 0%, #d8d8d8 100%);
  font-family: "Roadkill";
  font-size: 3.2rem;
  color: #000;
}

.tariff__timer .dots {
  font-weight: 500;
  font-size: 2.8rem;
}

.program-section {
  padding: 13rem 0 4rem;
}

.program__box {
  margin-top: 2rem;
}

.program__item {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 5px;
}

.program__item.active .program__item-header .number {
  filter: grayscale(0);
}

.program__item.active .program__item-header img {
  transform: rotate(180deg);
  filter: grayscale(0);
}

.program__item-header {
  padding: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.program__item-header .number {
  width: 9.4rem;
  height: 3.7rem;
  font-size: 1.4rem;
  background: radial-gradient(156.83% 50% at 50% 50%, #ff0026 0%, #990017 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
  transition: 320ms;
}

.program__item-header img {
  width: 3.7rem;
  display: block;
  transition: 320ms;
  filter: grayscale(1);
}

.program__item-content {
  display: none;
  padding: 1.5rem;
}

.program__item-content ul {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  list-style: none;
}

.program__item-content .red__box {
  margin-top: 1.5rem;
  padding: 1.3rem;
  background-image: url("../img/program/red-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.program__item-content .red__box-title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
}

.reviews-section .container {
  padding: 0;
}

.reviews__box {
  margin: 3rem 0 0;
}

.reviews__slider .space {
  padding: 0 1rem;
  min-height: 27rem;
}

.reviews__slider .item img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.reviews__arrows {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews__arrow {
  margin: 0 1.5rem;
  display: block;
}

.reviews__arrow img {
  width: 5rem;
}

.reviews__arrow.right {
  transform: rotate(180deg);
}

.footer {
  background: #000;
  padding: 1.5rem 0;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
}

.logo {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  z-index: 10;
}
