@font-face {
  font-family: 'Futura PT';
  src: url(../fonts/FUTURAPT-LIGHT.TTF);
  font-weight: 300;
}

@font-face {
  font-family: 'Futura PT';
  src: url(../fonts/FUTURAPT-BOOK.TTF);
  font-weight: 400;
}

@font-face {
  font-family: 'Futura PT';
  src: url(../fonts/FUTURAPT-MEDIUM.TTF);
  font-weight: 450;
}

@font-face {
  font-family: 'Futura PT';
  src: url(../fonts/FUTURAPT-DEMI.TTF);
  font-weight: 500;
}

@font-face {
  font-family: 'Futura PT';
  src: url(../fonts/FUTURAPT-HEAVY.TTF);
  font-weight: 600;
}

@font-face {
  font-family: 'Futura PT';
  src: url(../fonts/FUTURAPT-BOLD.TTF);
  font-weight: 700;
}

@font-face {
  font-family: 'Bebas Neue Cyrillic';
  src: url(../fonts/Bebas_Neue_Cyrillic.ttf);
  font-weight: 400;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  display: block;
}

.link {
  text-decoration: none;
  cursor: pointer;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  padding-left: 14px;
  padding-right: 14px;
  margin-left: auto;
  margin-right: auto;

  max-width: 375px;
}

.section {
  padding: 60px 0;
  max-width: 430px;
  margin: 0 auto;
}

@keyframes pulseScale {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}

/* header */

.header {
  padding-top: 20px;
  padding-bottom: 20px;

  background-image: url(../img/header/background-mobile-1x.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;

  max-width: 430px;
  margin: 0 auto;
}

@media (min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-resolution: 2dppx) {
  .header {
    background-image: url(../img/header/background-mobile-2x.jpg);
  }
}

.header .container {
  position: relative;
}

.free-header-wrapper {
  padding: 9px;
  border-radius: 3px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  max-width: 320px;
  margin: 0 auto 28px auto;
}

.free-text {
  color: #ffd676;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
}

.free-text span {
  color: #fff;
  text-transform: lowercase;
}

.header-title {
  text-align: left;
  font-family: 'Bebas Neue Cyrillic';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.62px;

  background: linear-gradient(90deg, #eaa800 0%, #ffeb80 50%, #eaa800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-subtitle {
  color: #fff;
  font-family: 'Futura PT';
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.48px;
  text-transform: uppercase;

  max-width: 320px;

  margin-bottom: 10px;
}

.header-subtitle span {
  color: #fee87b;
}

.header-desc {
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  font-family: 'Futura PT';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;
  
  text-transform: uppercase;

  max-width: 268px;
  margin: 0 0 40px 0;
}

.header .text{
    color: #fee87b;
  font-family: 'Futura PT';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.48px;
  
  max-width: 280px;
  margin: 0 0 10px 0;
}

.header-list {
  display: flex;
  flex-direction: column;
  gap: 8px;

  margin-bottom: 130px;
}

.header-list .list-item {
  color: #fff;
  font-family: 'Futura PT';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 12.35px */
  letter-spacing: -0.39px;

  max-width: 165px;
}

.facts-wrapper {
  padding: 4px 10px;
  border-radius: 5px;
  background: #007861;
  max-width: 163px;
  margin: 0 0 30px auto;

  transform: rotate(-4deg);
}

.facts-text {
  color: #fff;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 13px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%; /* 13px */
  letter-spacing: -0.39px;
}

.header-button-container {
  position: relative;

  max-width: 345px;
  width: 100%;
  margin: 0 auto;
}

.header-button {
  display: block;
  margin: 0 auto;

  color: #101010;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: -0.28px;
  text-transform: uppercase;
  text-decoration: none;

  border: inherit;

  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #eaa800 0%, #ffeb80 50%, #eaa800 100%);

  cursor: pointer;

  animation: pulseScale 1500ms linear infinite;
}

/* bonus */

.bonus-container {
  padding-top: 30px;
  padding-bottom: 40px;

  max-width: 430px;
  margin: 0 auto;
}

.bonus-container.background {
  background: #090909;
  background-image: url(../img/bonus/bonus-ellipse-bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 72%;
  background-size: 420px;
}

.about-author .bonus-container {
  background: #090909;
  background-image: url(../img/bonus/bonus-ellipse-bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 420px;
}

.bonus-title {
  color: #0dad8f;
  text-align: center;
  font-family: 'Bebas Neue Cyrillic';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;

  max-width: 247px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.bonus-title span {
  color: #fff;
}

.take-gift-text {
  color: #fff;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%; /* 16px */
  letter-spacing: -0.48px;

  max-width: 190px;
  margin: 0 auto 10px auto;
}

.bonus-list {
  display: flex;
  flex-direction: column;
  gap: 30px;

  margin-bottom: 40px;
}

.bonus-list .list-item {
  color: #fff;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.39px;
  max-width: 300px;
  margin: 0 auto;
}

.bonus-list .list-item span {
  font-weight: 450;
}

.bonus-list .bonus-image {
  display: block;
  margin: 0 auto 10px auto;
}

.timer-wrapper {
  border-radius: 10px;
  border: 2px dashed #0dad8f;

  padding: 5px;
  max-width: 242px;
  margin: 0 auto 32px auto;
}

.timer-wrapper.margin {
  margin-bottom: 20px;
}

/* timer */

.countdown {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.countdown-time {
  display: block;
  color: #fff;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.56px;
  width: 70px;
}

.countdown-doubledot {
  content: '';
  display: flex;
  height: 25px;
  width: 1px;
  background: #fff;
  margin: 0 auto;
}

/* for-whom */

.for-whom-title {
  text-align: center;
  font-family: 'Bebas Neue Cyrillic';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
  letter-spacing: -0.8px;

  background: linear-gradient(90deg, #007861 0%, #00ab8b 50%, #007861 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  max-width: 320px;
  margin: 0 auto;

  margin-bottom: 30px;
}

.for-whom-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.for-whom-list .item-image {
  margin-bottom: 15px;
}

.for-whom-list .list-item {
  position: relative;
  border-radius: 15px;
  border-right: 2px solid #0dad8f;
  border-bottom: 2px solid #0dad8f;
  border-left: 2px solid #0dad8f;
  background: rgba(255, 255, 255, 0.06);

  max-width: 345px;
}

.for-whom-list .item-text {
  color: #0dad8f;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
  letter-spacing: -0.48px;
  text-transform: uppercase;

  max-width: 214px;
  margin: 0 auto 12px auto;
}

.for-whom-list .list-item:nth-child(7) .item-text {
  font-size: 20px;
}

.list-descs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: disc;

  max-width: 267px;
  margin: 0 auto;

  padding: 0 0 20px 0;
}

.descs-item {
  color: #090909;
  font-family: 'Futura PT';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 14.25px */
  letter-spacing: -0.45px;
}

.descs-item span {
    color: #0dad8f;
  font-weight: 450;
}

/* for-those */

.for-those {
  background: #090909;
  background-image: url(../img/for-those/ellipse-left.svg),
    url(../img/for-those/ellipse-right.svg);
  background-repeat: no-repeat;
  background-position: left 0 top 0, right 0 bottom 0;
  background-size: contain;
}

.those-title-container {
  max-width: 283px;
  margin: 0 auto 30px auto;
}

.those-title {
  text-align: center;
  font-family: 'Bebas Neue Cyrillic';
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 29.7px */

  background: linear-gradient(90deg, #eaa800 0%, #ffeb80 50%, #eaa800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.those-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;

  margin-bottom: 30px;
}

.those-list .list-item {
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%; /* 16px */
  letter-spacing: -0.32px;

  padding: 30px 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
}

.those-list .list-item:last-child {
  max-width: 100%;
}

/* about-author */

.about-author {
  background: #090909;
  background-image: url(../img/about-author/ellipse-top.svg),
    url(../img/about-author/ellipse-bottom.svg);
  background-repeat: no-repeat;
  background-position: right top, left bottom 400px;
  background-size: 500px, 400px;
}

.about-author-title {
  text-align: center;
  font-family: 'Bebas Neue Cyrillic';
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 36px */

  background: linear-gradient(90deg, #eaa800 0%, #ffeb80 50%, #eaa800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-bottom: 20px;
}

.author-image {
  margin: 0 auto;
  margin-bottom: 20px;
}

.author-name {
  color: #fff;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 28px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%; /* 28px */
  letter-spacing: -0.56px;

  margin-bottom: 40px;
}

.author-achivments-list {
  display: flex;
  flex-direction: column;
  gap: 4px;

  margin-bottom: 40px;
}

.author-achivments-list .list-item {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 4px;
  border-radius: 8px;
  background: #fff;
}

.author-achivments-list .item-text-box {
  max-width: 267px;
}

.author-achivments-list .item-text {
  color: #090909;
  text-shadow: 0px 4px 23.2px rgba(255, 255, 255, 0.25);
  font-family: 'Futura PT';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 14.4px */
  letter-spacing: -0.32px;
}

.author-achivments-list .item-text span {
  color: #0dad8f;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.34px;
}

.info-wrapper {
  max-width: 300px;
  margin: 0 auto 40px auto;
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
}

.info-text {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 23.2px rgba(255, 255, 255, 0.25);
  font-family: 'Futura PT';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 16.8px */
  letter-spacing: -0.32px;

  margin-bottom: 20px;
}

.info-text span {
  color: #0dad8f;
  font-weight: 450;
}

.info-get {
  color: #fff;
  text-align: center;
  font-family: 'Bebas Neue Cyrillic';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

/* about-intensive */

.about-intensive {
  background-image: url(../img/about-intensive/background-mobile-1x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  padding-bottom: 150px;
}

.about-intensive-title {
  text-align: center;
  font-family: 'Bebas Neue Cyrillic';
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;

  background: linear-gradient(90deg, #eaa800 0%, #ffeb80 50%, #eaa800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-bottom: 5px;
}

.about-intensive-desc {
  color: #fff;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 19.8px */
  letter-spacing: -0.54px;
  text-transform: uppercase;

  margin-bottom: 60px;
}

.about-intensive-desc span {
  color: #fee87b;
}

.about-intensive-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.about-intensive-list .list-item {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 20px;
  border-radius: 15px;
  background: #fff;
}

.about-intensive-list .item-image {
  position: absolute;
}

.about-intensive-list .list-item:nth-child(1) .item-image {
  right: 0;
  top: -20px;
}

.about-intensive-list .list-item:nth-child(2) .item-image {
  left: 5px;

  bottom: 0;
}

.about-intensive-list .item-text {
  color: #101010;
  font-family: 'Futura PT';
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 100%; /* 18px */
  letter-spacing: -0.48px;
}

.about-intensive-list .item-number {
  font-family: 'Futura PT';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%; /* 57.6px */
  letter-spacing: -2.56px;
  text-transform: uppercase;

  background: linear-gradient(90deg, #007861 0%, #00ab8b 50%, #007861 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* reviews */

.reviews .container {
  padding: 0;
  max-width: 430px;
}

.reviews-container {
  position: relative;
}

.reviews-title {
  font-family: 'Futura PT';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 26px */
  letter-spacing: -0.78px;
  text-transform: uppercase;

  background: linear-gradient(90deg, #007861 0%, #00ab8b 50%, #007861 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  max-width: 308px;

  padding-left: 15px;
  margin-bottom: 30px;
}

.swiper {
  cursor: pointer;
}

.mySwiper1 {
  max-width: 430px;
}

.swiper-wrapper {
  padding-left: 15px;
  margin-bottom: 40px;
}

.swiper-pagination {
  --swiper-pagination-color: #007861;
}

/* handmove */

.hand-move-container {
  position: absolute;
  top: 25px;
  right: 0;

  display: flex;
  align-items: center;

  margin-left: 50px;
}

.hand-move-text {
  color: rgba(0, 130, 105, 0.68);
  font-family: 'Futura PT';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 12px */

  max-width: 99px;
}

.agit-box {
  background: #101010;
  padding-top: 60px;
  padding-bottom: 30px;

  max-width: 430px;
  margin: 0 auto;
}

/* questions */

.questions-title {
  font-family: 'Futura PT';
  font-size: 73px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%; /* 65.7px */
  letter-spacing: -2.92px;
  text-transform: uppercase;

  background: linear-gradient(90deg, #007861 0%, #00ab8b 50%, #007861 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.questions-subtitle {
  color: #090909;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 46.8px */
  letter-spacing: -1.56px;
  text-transform: uppercase;

  margin-bottom: 30px;
}

/* my-strategy */

.my-strategy {
  background-image: url(../img/my-strategy/money-1x.png),
    url(../img/my-strategy/background-1x.png);
  background-repeat: no-repeat;
  background-position: right bottom, center;
  background-size: 150px, cover;
}

@media (min-device-pixel-ratio: 2),
  (min-resolution: 192dpi),
  (min-resolution: 2dppx) {
  .my-strategy {
    background-image: url(../img/my-strategy/money-2x.png),
      url(../img/my-strategy/background-2x.jpg);
  }
}

.my-strategy.section {
  padding: 60px 0 140px 0;
}

.my-strategy .container {
  background-image: url(../img/my-strategy/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: top 67% left 50%;
}

.my-strategy-title {
  text-align: center;
  font-family: 'Bebas Neue Cyrillic';
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.28px;

  background: linear-gradient(90deg, #eaa800 0%, #ffeb80 50%, #eaa800 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.my-strategy-subtitle {
  color: #fff;
  text-align: center;
  font-family: 'Futura PT';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 19.8px */
  letter-spacing: -0.54px;
  text-transform: uppercase;

  margin-bottom: 30px;
}

/* footer */

.footer {
  background: #090909;
}

/* disign creator */

.disign-creator-link {
  display: block;
}

.disign-creator {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;

  max-width: 189px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.create-by-text {
  color: #fff;
  font-family: 'Futura PT';
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* modal */

body.modal-open {
  overflow: hidden;
}

.backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 47, 66, 0.4);

  opacity: 1;
  visibility: none;

  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);

  z-index: 999;
}

.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.modal {
  position: absolute;
  left: 50%;
  top: 50%;

  padding-top: 50px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;

  max-width: 400px;
  width: 100%;
  max-height: 700px;

  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 1px 3px rgba(0, 0, 0, 0.12),
    0px 2px 1px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.close-button {
  position: absolute;
  top: 20px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  border: none;
  cursor: pointer;
}
