input, button, textarea, select {
  font-family: "Inter", sans-serif;
}

body {
  font-family: "Inter", sans-serif;
  color: #fff;
  background: #000;
}

html {
  scroll-behavior: smooth;
}

html, body {
  padding: 0;
  margin: 0;
}

.page-wrapper {
  position: relative;
}

.container {
  width: 1280px;
}

.h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 88px;
  text-transform: uppercase;
}

.subtitle {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  width: 760px;
  max-width: 100%;
  margin: 47px auto 71px;
  color: #FFF;
}

.page-pb {
  padding-bottom: 120px;
}

.page-pt {
  padding-top: 187px;
}

.white-bg {
  position: absolute;
  border-radius: 12px;
  opacity: 0.2;
  background: rgba(127, 124, 124, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}

.blog-list {
  margin-top: -40px;
}
.blog-block {
  width: 33.333%;
  margin-top: 40px;
}
.blog-item {
  min-height: 100%;
  padding: 0 40px 30px;
}
.blog-item__top, .blog-item__title, .blog-item__text, .blog-item__time {
  position: relative;
  z-index: 3;
}
.blog-item::before {
  content: "";
  position: absolute;
  border-radius: 12px;
  opacity: 0.2;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
}
.blog-item__top {
  width: 100%;
  height: 35px;
}
.blog-item__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.blog-item__date {
  height: 30px;
  left: 10px;
  top: 10px;
  border-radius: 5px;
  color: #FFF;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0 10px;
  z-index: 3;
  background: radial-gradient(107.08% 85.59% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(83.94% 83.94% at 26.39% 20.83%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #F97216;
}
.blog-item__title {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 26px 0 12px;
}
.blog-item__text {
  /*margin-bottom: 25px;*/
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.blog-item__link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.blog-item__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-item__time img {
  margin-right: 10px;
}
.blog-item:hover .blog-item__title {
  color: #F97216;
}

.faq-tabs {
  margin-bottom: 60px;
  padding: 10px;
}
.faq-tabs::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.7) inset, 2px 2px 0.5px -2px #262626 inset, -2px -2px 0.5px -2px #262626 inset, 0 0 0 1px #A6A6A6 inset, 0 0 8px 0 #F2F2F2 inset, 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0.5px -3.5px rgba(255, 255, 255, 0.7) inset, 2px 2px 0.5px -2px #262626 inset, -2px -2px 0.5px -2px #262626 inset, 0 0 0 1px #A6A6A6 inset, 0 0 8px 0 #F2F2F2 inset, 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  opacity: 0.2;
}
.faq-tab {
  height: 60px;
  position: relative;
  z-index: 2;
  padding: 0 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-right: 8px;
  border-radius: 4px;
}
.faq-tab:hover {
  color: #8D43CD;
}
.faq-tab.active {
  border-radius: 4px;
  background: #8D43CD;
  color: #fff;
  -webkit-box-shadow: -3px -4px 7px 0 rgba(255, 255, 255, 0.15) inset, 4px 38px 62px 0 rgba(0, 0, 0, 0.5);
          box-shadow: -3px -4px 7px 0 rgba(255, 255, 255, 0.15) inset, 4px 38px 62px 0 rgba(0, 0, 0, 0.5);
}

.faq-item {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.faq-item:first-child {
  margin-top: 0;
}
.faq-item__title {
  padding: 27px 40px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.faq-item__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-image: url("../img/faq-1.svg");
  background-repeat: no-repeat;
}
.faq-item__title.active::after {
  background-image: url("../img/faq-2.svg");
}
.faq-item__text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 35px 40px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-item__text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.faq-item__text ul li {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-left: 28px;
}
.faq-item__text ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("../img/circle-1.svg");
}
.faq-item__text ul li:first-child {
  margin-top: 0;
}
.faq-item__text ul li a {
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
  display: block;
}
.faq-item__text ul li:hover a {
  color: #F97216;
}
.faq-item__text ul li:hover::before {
  background-image: url("../img/circle-2.svg");
}

.footer {
  background-image: url("../img/footer-bg.png");
  background-size: cover;
  background-position: top center;
  padding: 90px 0 95px;
}
.footer-logo {
  width: 481px;
  margin: 0 auto;
  max-width: 100%;
}
.footer-logo svg {
  /*-webkit-filter: drop-shadow(0 0 30.24px #FFF) drop-shadow(0 0 105.84px #FFF) drop-shadow(0 0 250px #FFF) drop-shadow(0 0 250px #FFF);*/
          /*filter: drop-shadow(0 0 30.24px #FFF) drop-shadow(0 0 105.84px #FFF) drop-shadow(0 0 250px #FFF) drop-shadow(0 0 250px #FFF);*/
}
.footer-logo img:last-child {
  /*-webkit-filter: drop-shadow(0 0 15.12px rgba(255, 255, 255, 0.3));*/
          /*filter: drop-shadow(0 0 15.12px rgba(255, 255, 255, 0.3));*/
}
.footer-text {
  margin-top: 45px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.btn {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 60px;
  padding: 0 48px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 1.8px;
  white-space: nowrap;
  text-transform: uppercase;
  border-radius: 8px;
  background: var(--btn, radial-gradient(107.08% 85.59% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(83.94% 83.94% at 26.39% 20.83%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #4C43CD);
  -webkit-box-shadow: -3px -4px 7px 0 rgba(255, 255, 255, 0.15) inset, 4px 38px 62px 0 rgba(0, 0, 0, 0.5);
          box-shadow: -3px -4px 7px 0 rgba(255, 255, 255, 0.15) inset, 4px 38px 62px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn img {
  margin-left: 10px;
}
.btn:hover {
  opacity: 0.8;
}
.btn.btn-small {
  height: 40px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 1.4px;
  border-radius: 4px;
}
.btn.btn-orange {
  background: radial-gradient(107.08% 85.59% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%), radial-gradient(83.94% 83.94% at 26.39% 20.83%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #F97216;
  -webkit-box-shadow: -3px -4px 7px 0 rgba(255, 255, 255, 0.15) inset, 4px 38px 62px 0 rgba(0, 0, 0, 0.5);
          box-shadow: -3px -4px 7px 0 rgba(255, 255, 255, 0.15) inset, 4px 38px 62px 0 rgba(0, 0, 0, 0.5);
}

.card-left {
  width: 250px;
  min-width: 250px;
  margin-right: 80px;
}
.card-link {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.card-link img {
  margin-right: 10px;
}
.card-link:hover {
  color: #F97216;
}
.card-link:hover img {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}
.card-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 40px;
}
.card .blog-item__date {
  margin: 0;
}
.card .blog-item__time {
  margin-left: 30px;
}
.card-title {
  margin: 24px 0;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.card-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.club-top {
  padding: 68px 145px 93px;
}
.club-top__btn {
  bottom: -40px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}
.club-top__text {
  margin-top: 27px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.club-top__title {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.club-bold {
  margin: 130px 0 44px;
  text-align: center;
}
.club-item {
  padding-top: 50px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.club-item .white-bg {
  top: 50px;
  height: calc(100% - 50px);
}
.club-item__wrapper {
  padding: 76px 40px 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.club-item__img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  -o-object-fit: cover;
     object-fit: cover;
}
.club-item__btn img {
  margin-left: 0;
  margin-right: 10px;
}
.club-item__title {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.club-item__text {
  margin: 12px 0 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.club-slider {
  position: static;
}
.club-slider .swiper-pagination {
  display: none;
}
.club-slider__arrow {
  top: 182px;
  right: -100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.club-slider__arrow:hover {
  -webkit-filter: none;
          filter: none;
}
.club-slider__prev {
  right: auto;
  left: -100px;
}
.club-slider__prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.h2 {
  color: #FFF;
  font-size: 60px;
  font-weight: 900;
  line-height: 66px;
  text-transform: uppercase;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
.header-container {
  padding: 30px 60px 30px;
}
.header-nav {
  padding: 0;
  margin: 0 405px 0 auto;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 50px;
}
.header-nav ul li:last-child {
  margin-right: 0;
}
.header-nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-nav ul li a:hover {
  color: #F97216;
}
.header .footer-logo {
  width: 276px;
  margin: 0;
}
.header .footer-logo svg {
  width: 40px;
}
.header .footer-logo img:nth-child(2) {
  width: 224px;
}

.circle {
  width: 276px;
  height: 276px;
  position: absolute;
  pointer-events: none;
}
.circle span {
  border-radius: 276px;
  opacity: 0.2;
  background: #5913D3;
  -webkit-box-shadow: 0 0 250px 0 #5913D3, 0 0 250px 0 #5913D3, 0 0 250px 0 #5913D3, 0 0 182.07px 0 #5913D3, 0 0 52.02px 0 #5913D3, 0 0 26.01px 0 #5913D3;
          box-shadow: 0 0 250px 0 #5913D3, 0 0 250px 0 #5913D3, 0 0 250px 0 #5913D3, 0 0 182.07px 0 #5913D3, 0 0 52.02px 0 #5913D3, 0 0 26.01px 0 #5913D3;
  width: 100%;
  height: 100%;
  display: block;
}
.circle strong {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: rgba(255, 255, 255, 0.4);
  opacity: 0.2;
  /*-webkit-filter: drop-shadow(0 0 26.01px #5913D3) drop-shadow(0 0 52.02px #5913D3) drop-shadow(0 0 182.07px #5913D3) drop-shadow(0 0 250px #5913D3) drop-shadow(0 0 250px #5913D3) drop-shadow(0 0 250px #5913D3) blur(50px);*/
          /*filter:filter: drop-shadow(0 0 26.01px #5913D3) drop-shadow(0 0 52.02px #5913D3) drop-shadow(0 0 182.07px #5913D3) drop-shadow(0 0 250px #5913D3) drop-shadow(0 0 250px #5913D3) drop-shadow(0 0 250px #5913D3) blur(50px);*/
  box-shadow:
    0 0 26px rgba(89, 19, 211, 0.6),
    0 0 52px rgba(89, 19, 211, 0.5),
    0 0 182px rgba(89, 19, 211, 0.4),
    0 0 250px rgba(89, 19, 211, 0.3);
  width: 190px;
  height: 190px;
}
.circle.circle-orange span {
  background: #D36113;
  -webkit-box-shadow: 0 0 250px 0 #D36113, 0 0 250px 0 #D36113, 0 0 250px 0 #D36113, 0 0 182.07px 0 #D36113, 0 0 52.02px 0 #D36113, 0 0 26.01px 0 #D36113;
          box-shadow: 0 0 250px 0 #D36113, 0 0 250px 0 #D36113, 0 0 250px 0 #D36113, 0 0 182.07px 0 #D36113, 0 0 52.02px 0 #D36113, 0 0 26.01px 0 #D36113;
}
.circle.circle-orange strong {
  /*-webkit-filter: drop-shadow(0 0 26.01px #D36113) drop-shadow(0 0 52.02px #D36113) drop-shadow(0 0 182.07px #D36113) drop-shadow(0 0 250px #D36113) drop-shadow(0 0 250px #D36113) drop-shadow(0 0 250px #D36113) blur(50px);*/
          /*filter: drop-shadow(0 0 26.01px #D36113) drop-shadow(0 0 52.02px #D36113) drop-shadow(0 0 182.07px #D36113) drop-shadow(0 0 250px #D36113) drop-shadow(0 0 250px #D36113) drop-shadow(0 0 250px #D36113) blur(50px);*/
  box-shadow:
    0 0 26px rgba(211, 97, 19, 0.7),
    0 0 52px rgba(211, 97, 19, 0.6),
    0 0 182px rgba(211, 97, 19, 0.45),
    0 0 250px rgba(211, 97, 19, 0.35),
    0 0 250px rgba(211, 97, 19, 0.25),
    0 0 250px rgba(211, 97, 19, 0.15);
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  overflow-y: auto;
  display: none;
  background: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-menu .circle-right {
  top: -60px;
}
.mobile-menu__circle {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu__container {
  padding: 32px 16px;
}
.mobile-menu__btn {
  padding: 0;
  width: 100%;
  margin-top: 32px;
}
.mobile-menu__close {
  right: 12px;
  top: 12px;
  z-index: 4;
}
.mobile-menu__close svg {
  width: 20px;
  height: 20px;
}
.mobile-menu__nav {
  padding: 0;
  margin: 0;
}
.mobile-menu__nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu__nav ul li {
  display: block;
  margin-top: 24px;
  text-align: center;
}
.mobile-menu__nav ul li:first-child {
  margin-top: 0;
}
.mobile-menu__nav ul li a {
  text-decoration: none;
  outline: none;
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mobile-menu__nav ul li a:hover {
  color: #F97216;
}

.circles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.circle-left {
  top: 130px;
  right: calc(50% + 600px);
}
.circle-center {
  top: 460px;
  left: calc(50% + 250px);
}
.circle-right {
  top: -136px;
  right: -64px;
}

.faq-content {
  display: none;
}
.faq-content:first-child {
  display: block;
}

.planet-img {
  left: 50%;
  bottom: 0;
  min-width: 100%;
  z-index: -2;
  height: auto;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-img {
  left: 0;
  top: 30px;
}
.about-wrapper {
  padding: 104px 70px 120px 70px;
}
.about-box {
  width: 660px;
  max-width: 100%;
  margin-left: auto;
}
.about-title {
  color: #FFF;
  font-size: 60px;
  font-weight: 900;
  line-height: 66px;
  text-transform: uppercase;
}
.about-subtitle {
  margin: 46px 0 23px;
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}
.about-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.about-btn {
  margin-top: 56px;
}
.about-circle {
  left: 190px;
  top: 275px;
}

.h3 {
  color: #FFF;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  text-transform: uppercase;
}

.why {
  padding: 100px 0 0;
}
.why-top__block {
  width: 33.333%;
  margin-top: 54px;
}
.why-top__item-icon {
  width: 90px;
  height: 90px;
  margin-right: 30px;
  min-width: 90px;
}
.why-top__item-icon img {
  width: 100%;
}
.why-top__item-title {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.why-top__item-text {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.why-block {
  width: 33.333%;
  margin-top: 50px;
}
.why-list {
  padding-top: 63px;
}
.why-item {
  padding: 61px 40px 33px;
  min-height: 100%;
}
.why-item__number {
  left: 40px;
  top: -29px;
  font-size: 80px;
  font-weight: 900;
  line-height: 66px;
  text-transform: uppercase;
  color: #68686C;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
.why .planet-img {
  bottom: 80px;
  top: auto;
}

.today {
  padding: 100px 0 120px;
}
.today-block {
  width: 33.333%;
  margin-top: 40px;
}
.today-item {
  padding: 20px 0 20px 20px;
}
.today-item__img {
  width: 150px;
  min-width: 150px;
  margin-right: 30px;
}
.today-item__img .circle {
  width: 100px;
  height: 100px;
}
.today-item__img .circle strong {
  width: 50px;
  height: 50px;
}
.today-item__title {
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.today-item__text {
  margin-top: 16px;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.today-bottom {
  margin-top: 50px;
}

.why-top__item-text span {
  font-weight: 700;
  color: #F97216;
}
.why-top__item-text strong {
  font-weight: 700;
  color: #8D43CD;
}

.benefits {
  padding-bottom: 120px;
}
.benefits-block {
  width: 33.333%;
  margin-top: 70px;
}
.benefits-list {
  padding-top: 12px;
}
.benefits-item {
  padding: 51px 40px 24px;
  min-height: 100%;
}
.benefits-item__img {
  left: 40px;
  top: -40px;
  z-index: 3;
}
.benefits-img {
  bottom: 344px;
  z-index: -3;
}
.benefits-circle__bottom {
  left: 40px;
  bottom: 260px;
  width: 700px;
  height: 700px;
  opacity: 0.4;
}
.benefits-circle__top {
  top: -27px;
  left: calc(50% + 200px);
  opacity: 0.6;
}
.benefits-subtitle {
  margin-top: 51px;
  text-align: center;
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}
.benefits-subtitle strong {
  color: #fff;
}
.benefits-subtitle span {
  font-weight: bold;
  color: #F97216;
}
.benefits-bottom {
  cursor: auto;
  margin-top: 50px;
  height: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 100%;
  text-align: left;
  letter-spacing: 0;
}
.benefits-bottom__img {
  width: 70px;
  height: 70px;
  margin-right: 30px;
}
.benefits-bottom .why-top__item-text {
  color: rgba(255, 255, 255, 0.7);
}
.benefits-bottom strong {
  color: #fff;
}
.benefits-bottom:hover {
  opacity: 1;
}
.benefits-title {
  text-align: right;
}
.benefits-title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.7) 39.28%, rgba(255, 255, 255, 0.35) 60.21%, rgba(255, 255, 255, 0) 80.38%), linear-gradient(0deg, #4C43CD 0%, #4C43CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.benefits-title strong {
  display: block;
  text-align: left;
}

.future {
  padding-top: 120px;
}
.future .benefits-subtitle {
  margin-top: 51px;
}
.future-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.future-block {
  width: 50%;
  margin-top: 80px;
}
.future-item {
  padding: 50px 40px 60px;
  min-height: 100%;
}
.future-item__title {
  padding-left: 180px;
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  min-height: 60px;
  margin-bottom: 31px;
}
.future-item__text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.future-item__bottom {
  margin-top: 15px;
  opacity: 0.7;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.future-item__img {
  left: 40px;
  top: -35px;
  z-index: 5;
}
.future-item__img .circle {
  width: 100px;
  height: 100px;
}
.future-item__img .circle strong {
  width: 50px;
  height: 50px;
}
.future-circle__top {
  top: 85px;
  left: calc(50% + 150px);
}
.future-circle__bottom {
  bottom: -50px;
  left: -180px;
}

.main {
  padding: 180px 0 170px;
}
.main-top {
  height: 40px;
  padding: 0 20px;
}
.main-top span {
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 1.4px;
  background: linear-gradient(92deg, #8B87D2 39.28%, rgba(255, 255, 255, 0.35) 60.21%, rgba(255, 255, 255, 0) 80.38%), linear-gradient(0deg, #4C43CD 0%, #4C43CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.main-title {
  margin: 27px 0 49px;
}
.main-item {
  width: 234px;
  margin-right: 16px;
  position: relative;
  padding-left: 60px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.main-item:first-child {
  width: 220px;
}
.main-item:last-child {
  width: 265px;
}
.main-item strong {
  color: #fff;
}
.main-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 40px;
  height: 40px;
  background-image: url("../img/check.png");
  background-size: 40px;
}
.main-buttons {
  margin-top: 86px;
}
.main-gray {
  margin-left: 46px;
  background: rgba(57, 53, 87, 0.7);
  position: relative;
}
.main-img {
  bottom: 0;
  left: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.main .planet-img {
  top: 0;
  bottom: auto;
  z-index: -2;
}
.main .circle.circle-center {
  z-index: 4;
}

.article {
  padding-top: 150px;
}
.article-left {
  width: 250px;
}
.article-right {
  width: calc(100% - 250px - 80px);
}
.article-img {
  width: 100%;
  border-radius: 12px;
}
.article-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 30px;
  background-image: url("../img/nav.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.article-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 25px 0 28px;
}
.article-nav {
  padding: 0;
  margin: 0;
}
.article-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.article-nav ul li {
  display: block;
  margin-top: 20px;
}
.article-nav ul li:first-child {
  margin-top: 0;
}
.article-nav ul li a {
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.article-nav ul li a:hover, .article-nav ul li a.active {
  color: #F97216;
}
.article-nav ul li ul {
  padding: 20px 0 0 0;
}
.article-nav ul li ul li {
  margin-top: 5px;
  position: relative;
  padding-left: 28px;
}
.article-nav ul li ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.6px;
}
.article-nav ul li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background-image: url("../img/circle-3.svg");
  background-size: 8px;
}
.article-box {
  padding: 40px;
}
.article-sticky {
  position: sticky;
  top: 10px;
}
.article .blog-item__time {
  margin: 0;
}
.article-top {
  margin: 40px 0 25px;
}
.article .blog-item__date {
  margin: 0 30px 0 0;
}
.article-bold {
  margin-bottom: 27px;
}
.article-content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.article-content p {
  margin-bottom: 26px;
}
.article-content ul {
  margin-bottom: 26px;
  padding: 0;
}
.article-content ul li {
  display: block;
  margin-top: 10px;
  color: #FFF;
  position: relative;
  padding-left: 28px;
}
.article-content ul li:first-child {
  margin-top: 0;
}
.article-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  background-image: url("../img/circle.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  top: calc(50% - 4px);
}
.article-content hr {
  margin: 41px 0 48px;
  display: block;
  padding: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 45px;
}
.article-content table {
  display: block;
  width: 100%;
}
.article-content table thead {
  display: block;
  width: 100%;
}
.article-content table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  width: 100%;
  padding-left: 20px;
}
.article-content table thead tr {
  background: #8D43CD;
}
.article-content table thead tr th {
  text-align: left;
  color: #FFF;
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.article-content table td, .article-content table th {
  padding: 11px 10px;
  display: block;
  width: 25%;
}
.article-content table td {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.article-content table tbody {
  width: 100%;
  display: block;
}
.article-content table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}
.article-content h2, .article-content h3, .article-content h4, .article-content h5 {
  margin-bottom: 27px;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.article-content h6 {
  margin-bottom: 27px;
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}
.article-content ol {
  margin-bottom: 40px;
  padding: 0;
  counter-reset: counter;
}
.article-content ol li {
  display: block;
  margin-top: 10px;
  counter-increment: counter;
  padding-left: 28px;
  position: relative;
  color: #fff;
}
.article-content ol li:first-child {
  margin-top: 0;
}
.article-content ol li::before {
  content: counter(counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #F97216;
  font-weight: 800;
}
.article-video {
  display: block;
  width: 100%;
}
.article-video img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}
.article-video::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/play.svg");
  -webkit-box-shadow: 4px 38px 62px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 4px 38px 62px 0 rgba(0, 0, 0, 0.5);
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.article-video:hover::before {
  opacity: 0.8;
}

.history-title {
  margin-bottom: 27px;
}
.history-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.history-top__wrapper {
  width: 547px;
}
.history-img {
  right: -40px;
  bottom: 0;
}
.history-subtitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 24px;
}
.history-item__title {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 27px;
  position: relative;
}
.history-item__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -51px;
  width: 36px;
  height: 40px;
  background-image: url("../img/title-3.svg");
  background-repeat: no-repeat;
}
.history-item__title span {
  background: linear-gradient(92deg, #8B87D2 39.28%, rgba(255, 255, 255, 0.35) 60.21%, rgba(255, 255, 255, 0) 80.38%), linear-gradient(0deg, #4C43CD 0%, #4C43CD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.article-content span {
  font-weight: 500;
  color: #F97216;
}
.article-content blockquote {
  margin-bottom: 34px;
  padding: 55px 40px 35px;
  border-radius: 10px;
  background: rgba(28, 25, 69, 0.7);
  position: relative;
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  margin-top: 40px;
  background-image: url("../img/quote-bg.png");
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.article-content blockquote::before {
  content: "";
  position: absolute;
  left: 40px;
  top: -10px;
  width: 40px;
  height: 40px;
  background-image: url("../img/title-2.svg");
  background-repeat: no-repeat;
}
.article-content blockquote.info-icon {
  background: rgba(28, 25, 69, 0.7);
  border: none;
}
.article-content blockquote.info-icon::before {
  background-image: url("../img/title-1.svg");
}

.about-bottom {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-bottom__subtitle {
  margin: 30px 0 53px;
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}
.about-bottom__quote {
  padding: 55px 40px 35px;
  border-radius: 10px;
  background: rgba(28, 25, 69, 0.7);
  position: relative;
  color: #FFF;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}
.about-bottom__quote span {
  color: #F97216;
}
.about-bottom__quote::before {
  content: "";
  position: absolute;
  left: 40px;
  top: -10px;
  width: 40px;
  height: 40px;
  background-image: url("../img/title-1.svg");
  background-repeat: no-repeat;
}

.about-fonds {
  margin-top: 42px;
}
.about-fonds__title {
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}
.about-fonds__images img {
  border-radius: 10px;
  width: calc(50% - 15px);
  margin-top: 32px;
}

.about-benefits {
  margin-top: 70px;
}
.about-benefits img {
  width: 100px;
  min-width: 100px;
  margin-right: 40px;
}
.about-benefits p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
.about-benefits p strong {
  font-weight: 700;
  color: #fff;
}

.article-absolute {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.logo-anim line {
  stroke-dasharray: var(--len);
  stroke-dashoffset: var(--len);
  -webkit-transition: stroke-dashoffset 0.8s ease;
  transition: stroke-dashoffset 0.8s ease;
}

.main-info {
  top: 260px;
  z-index: 4;
  left: calc(50% + 250px);
  width: 290px;
}
.main-info__item {
  margin-top: 30px;
  padding: 23px 35px;
}
.main-info__item:first-child {
  margin-top: 0;
}
.main-info__item-coin {
  z-index: 5;
  top: 30px;
  right: -35px;
}
.main-info__item-title {
  opacity: 0.7;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.main-info__item-subtitle {
  margin: 7px 0 6px;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.main-info__item-text {
  color: #8D43CD;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.main-info__item .white-bg {
  background: rgba(91, 91, 100, 0.4);
  opacity: 1;
}

.mobile-menu__nav ul li {
  margin-top: 40px;
}

@media (min-width: 1251px) {
  .container {
    width: 1152px;
  }
  .h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .main-item {
    width: 220px;
    font-size: 15px;
    line-height: 22px;
  }
  .main-item:first-child {
    width: 210px;
  }
  .main-info {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .main-img {
    width: 780px;
  }
  .main {
    padding: 160px 0 150px;
  }
  .h2 {
    font-size: 50px;
    line-height: 58px;
  }
  .about-text {
    font-size: 17px;
  }
  .about-subtitle {
    font-size: 20px;
    line-height: 28px;
    margin: 32px 0 16px;
  }
  .about-wrapper {
    padding: 80px 60px 100px;
  }
  .about-img {
    width: 440px;
  }
  .benefits-subtitle {
    font-size: 26px;
  }
  .future-item__title {
    font-size: 22px;
  }
  .future-item__text, .future-item__bottom {
    font-size: 15px;
  }
  .h3 {
    font-size: 36px;
  }
  .why-top__item-icon {
    width: 80px;
    min-width: 80px;
    margin-right: 20px;
  }
  .future-item, .benefits-item {
    padding: 40px 32px;
  }
  .why-item {
    padding: 40px 30px 24px;
  }
  .today-item__img {
    width: 130px;
    min-width: 130px;
    margin-right: 20px;
  }
  .benefits-bottom {
    height: 120px;
  }
  .faq-item__title {
    font-size: 24px;
    padding: 24px 32px;
  }
  .faq-item__text {
    padding: 24px 32px;
    font-size: 14px;
    line-height: 24px;
  }
  .subtitle {
    font-size: 24px;
    line-height: 32px;
    margin: 24px auto 48px;
  }
  .club-top {
    padding: 52px 132px;
  }
  .card-title {
    font-size: 32px;
  }
  .blog-item {
    padding: 0 30px 24px;
  }
  .article-content h2, .article-content h3, .article-content h4, .article-content h5 {
    font-size: 32px;
  }
  .history-img {
    right: -60px;
  }
  .history-top__wrapper {
    width: 480px;
  }
}
@media (max-height: 670px) {
  .article-sticky {
    position: static;
  }
}
@media (min-width: 768px) {
  .club-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .club-slider .swiper-slide {
    height: auto !important;
  }
}
@media (max-width: 1800px) {
  .header-nav {
    margin: 0 auto;
  }
}
@media (max-width: 1520px) {
  .club-slider__prev {
    left: -40px;
  }
  .club-slider__next {
    right: -40px;
  }
}
@media (max-width: 1250px) {
  .container {
    width: 960px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-item {
    padding: 0 20px 20px;
  }
  .card-left {
    margin-right: 32px;
  }
  .club-top {
    padding: 60px;
  }
  .club-slider__arrow {
    display: none;
  }
  .club-slider__wrapper {
    padding-bottom: 32px;
  }
  .club-slider .swiper-pagination {
    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;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .club-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.7);
    width: 12px;
    height: 12px;
    opacity: 1;
    border-radius: 100%;
    margin: 0 4px;
  }
  .club-slider .swiper-pagination-bullet-active {
    background: #F97216;
  }
  .header .footer-logo {
    width: 212px;
  }
  .header .footer-logo svg {
    width: 30px;
  }
  .header .footer-logo img:nth-child(2) {
    width: 170px;
  }
  .header-nav ul li {
    margin-right: 24px;
  }
  .header-nav ul li a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
  .header-btn.btn {
    height: 40px;
    padding: 0 20px;
    letter-spacing: 0.5px;
    font-size: 12px;
  }
  .circle-left {
    top: 130px;
    right: auto;
    left: -156px;
  }
  .circle-center {
    right: auto;
    left: calc(50% - 120px);
  }
  .about-box {
    width: 450px;
  }
  .about-img {
    width: 400px;
    top: 100px;
  }
  .why-top__block {
    width: 100%;
    margin-top: 24px;
  }
  .why-top {
    padding-top: 20px;
  }
  .today-block {
    width: 100%;
    margin-top: 16px;
  }
  .h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .future-item__title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    min-height: 44px;
    margin-bottom: 22px;
  }
  .future-item__text {
    font-size: 14px;
    line-height: 20px;
  }
  .future-item__bottom {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
  }
  .main-img {
    left: 54%;
  }
  .article-right {
    width: calc(100% - 250px - 24px);
  }
  .article-box {
    padding: 24px;
  }
  .history-item__title::before {
    left: -41px;
  }
  .history-img {
    right: -16px;
    width: 250px;
  }
  .history-top__wrapper {
    width: 424px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 730px;
  }
  .page-pb {
    padding-bottom: 60px;
  }
  .page-pt {
    padding-top: 90px;
  }
  .h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0;
  }
  .blog-block {
    width: 50%;
    margin-top: 24px;
  }
  .blog-list {
    margin-top: -24px;
  }
  .blog-item {
    padding: 0 16px 16px;
  }
  .blog-item__title {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0;
  }
  .blog-item__text {
    margin-bottom: 12px;
  }
  .blog-item__time {
    font-size: 14px;
  }
  .blog-item__time img {
    width: 16px;
    margin-right: 8px;
  }
  .faq-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px;
  }
  .faq-tab {
    margin: 0;
    width: calc(33.333% - 5px);
    padding: 0;
    height: 40px;
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .faq-item {
    margin-top: 20px;
  }
  .faq-item__title {
    padding: 15px;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 24px;
  }
  .faq-item__title::after {
    width: 28px;
    height: 28px;
    background-size: 28px;
    min-width: 28px;
  }
  .faq-item__text {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
  }
  .faq-item__text ul li {
    margin-top: 6px;
    padding-left: 18px;
  }
  .faq-tabs {
    margin-bottom: 20px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer-logo {
    width: 245px;
  }
  .footer-logo svg {
    width: 30px;
    height: 30px;
  }
  .footer-logo img:last-child {
    height: 17px;
    width: auto;
  }
  .footer-text {
    margin-top: 32px;
    font-size: 12px;
  }
  .card-left {
    display: none;
  }
  .card-right {
    width: 100%;
    padding: 16px;
  }
  .card-text {
    font-size: 14px;
    line-height: 20px;
  }
  .card-title {
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0;
  }
  .club-top {
    padding: 24px 16px;
  }
  .club-top__title {
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 24px;
  }
  .club-top__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
  }
  .club-top__btn {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 16px;
  }
  .btn {
    padding: 0;
    width: 100%;
    height: 50px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .btn img {
    width: 16px;
    margin-left: 6px;
  }
  .btn.btn-small {
    font-size: 10px;
    letter-spacing: 0.5px;
    height: 40px;
    padding: 0;
    width: 100%;
  }
  .h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .club-bold {
    margin: 32px 0 24px;
  }
  .club-item__wrapper {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .club-item__title {
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 24px;
  }
  .club-item__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
  }
  .header-btn.btn, .header-nav {
    display: none;
  }
  .header-burger {
    margin-left: auto;
    display: block;
    width: 32px;
    min-width: 32px;
  }
  .header-burger span {
    height: 3px;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    display: block;
    margin-top: 5px;
  }
  .header-burger span:first-child {
    margin-top: 0;
  }
  .header-container {
    padding: 16px;
  }
  .planet-img {
    width: 1000px;
  }
  .about-btn {
    margin-top: 32px;
  }
  .about-text {
    font-size: 14px;
    line-height: 20px;
  }
  .about-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 10px;
  }
  .about-wrapper {
    padding: 32px 16px;
  }
  .about-box {
    width: 100%;
  }
  .about-img {
    display: none;
  }
  .h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .why-item {
    padding: 40px 16px 20px;
  }
  .why-item__number {
    font-size: 50px;
    left: 16px;
  }
  .why-block {
    width: 100%;
    margin-top: 36px;
  }
  .why-block:first-child {
    margin-top: 0;
  }
  .why-top__item-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
  .why-top__item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .why-top__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .why-top__item-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 16px;
  }
  .why .planet-img {
    bottom: 0;
  }
  .why {
    padding: 60px 0 0;
  }
  .today {
    padding: 60px 0;
  }
  .today-bottom {
    margin-top: 32px;
  }
  .today-list {
    padding-top: 12px;
  }
  .today-item {
    padding: 0;
  }
  .today-item__img {
    width: 100px;
    min-width: 100px;
    height: auto;
    margin-right: 16px;
  }
  .today-item__title {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 20px;
  }
  .today-item__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .benefits-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-top: 24px;
  }
  .benefits-title {
    text-align: center;
  }
  .benefits-title strong {
    text-align: center;
  }
  .benefits-block {
    margin-top: 40px;
    width: 50%;
  }
  .benefits-item {
    padding: 24px 16px;
  }
  .benefits-item__img {
    width: 32px;
    height: 32px;
    top: -16px;
    left: 16px;
  }
  .benefits {
    padding-bottom: 60px;
  }
  .benefits-bottom.btn {
    height: auto;
    padding: 16px;
    display: block;
    white-space: normal;
    margin-top: 32px;
  }
  .benefits-bottom.btn .benefits-bottom__img {
    width: 50px;
    height: 50px;
    margin: 0 0 12px;
  }
  .benefits-circle__top {
    left: auto;
    right: 0;
  }
  .benefits-circle__bottom {
    left: 0;
    bottom: 0;
  }
  .future {
    padding-top: 60px;
  }
  .future .benefits-subtitle {
    margin-top: 20px;
  }
  .future-block {
    margin-top: 24px;
  }
  .future-item {
    padding: 24px 16px;
  }
  .future-item__img {
    width: 60px;
    height: 60px;
    top: 16px;
    left: 16px;
  }
  .future-item__title {
    padding-left: 72px;
  }
  .main {
    padding: 80px 0 20px;
  }
  .main-gray {
    width: 100%;
    margin: 16px 0;
  }
  .main-top {
    height: 32px;
    padding: 0 12px;
  }
  .main-top span {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .main-title {
    margin: 16px 0 32px;
  }
  .main-item {
    margin-right: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .main-buttons {
    margin-top: 220px;
  }
  .main-img {
    width: 400px;
    left: 50%;
    -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  .article-right {
    width: 100%;
  }
  .article-left {
    display: none;
  }
  .article-box {
    padding: 0;
  }
  .article-box .white-bg {
    display: none;
  }
  .article {
    padding-top: 80px;
  }
  .article-top {
    margin: 20px 0;
  }
  .article .blog-item__date {
    margin-right: 20px;
  }
  .article-bold {
    margin-bottom: 20px;
  }
  .article-content {
    font-size: 14px;
    line-height: 20px;
  }
  .article-content p {
    margin-bottom: 20px;
  }
  .article-content ul li {
    margin-top: 8px;
  }
  .article-content hr {
    margin: 20px 0;
  }
  .article-content h2, .article-content h3, .article-content h4, .article-content h5 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .article-content h6 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .article-content ol {
    margin-bottom: 24px;
  }
  .article-video::before {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
  .history-item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 24px;
  }
  .history-item__title::before {
    width: 24px;
    height: 27px;
    position: static;
    display: block;
    background-size: 24px 27px;
    margin-right: 12px;
  }
  .article-content blockquote, .about-bottom__quote {
    padding: 24px 16px 16px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 32px 0;
  }
  .article-content blockquote::before, .about-bottom__quote::before {
    width: 32px;
    left: 16px;
    height: 32px;
    background-size: 32px;
    top: -16px;
  }
  .about-bottom__subtitle {
    margin: 16px 0 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
  .about-benefits {
    margin-top: 32px;
    display: block;
  }
  .about-benefits img {
    width: 60px;
    min-width: 60px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .about-benefits p {
    font-size: 14px;
    line-height: 18px;
  }
  .page-wrapper {
    overflow: hidden;
  }
  .about-fonds {
    margin-top: 16px;
  }
  .about-fonds__title {
    font-size: 18px;
    line-height: 24px;
  }
  .about-fonds__images img {
    margin-top: 16px;
    width: calc(50% - 4px);
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  .circle {
    width: 160px;
    height: 160px;
  }
  .circle span {
    width: 100%;
    height: 100%;
  }
  .circle strong {
    width: 80px;
    height: 80px;
  }
  .future-block {
    width: 100%;
  }
  .main-items {
    display: block;
  }
  .main-title {
    margin-bottom: 20px;
  }
  .main-item {
    margin-top: 16px;
    width: 100%;
    margin-right: 0;
    padding-left: 42px;
  }
  .main-item::before {
    width: 30px;
    top: 0;
    height: 30px;
    background-size: 30px;
  }
  .article-content table thead tr th {
    padding: 8px;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 500;
  }
  .article-content table tbody tr td {
    font-size: 12px;
    padding: 8px;
    letter-spacing: 0;
  }
  .article-content table tr {
    padding: 0;
  }
  .history-img {
    position: static;
    margin: 0 auto;
    width: 250px;
  }
  .history-top {
    padding-bottom: 0;
  }
  .history-top__wrapper {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
  .blog-block {
    width: 100%;
  }
  .faq-tabs {
    padding: 6px;
  }
  .faq-tab {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 12px;
    height: 32px;
    letter-spacing: 0;
  }
  .card .blog-item__time {
    margin: 8px 0 0;
    width: 100%;
  }
  .planet-img {
    width: 700px;
  }
  .benefits-block {
    width: 100%;
  }
  .article {
    overflow: hidden;
  }
  .article-content table {
    margin-left: -16px;
    width: calc(100% + 32px);
    overflow-x: auto;
  }
  .article-content table::-webkit-scrollbar {
    display: none;
  }
  .article-content table tbody, .article-content table thead {
    width: 600px;
    min-width: 600px;
  }
  .article-content table tr {
    padding: 0 16px;
    border-radius: 0;
  }
  .circle {
    display: none;
  }
  .footer-logo svg {
    -webkit-filter: none !important;
            filter: none !important;
  }
  .footer-logo img:last-child {
    -webkit-filter: none !important;
            filter: none !important;
  }
}
@media (max-width: 360px) {
  .faq-tab {
    font-size: 11px;
  }
  .today-item {
    display: block;
  }
  .today-item__img {
    margin-bottom: 0;
    margin-right: 0;
  }
}