@import "bootstrap-grid.css";
@font-face {
  font-family: "Benzin";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/benzin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/benzin-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: semibold;
  font-weight: 600;
  src: url("../fonts/benzin-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/benzin-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: extrabold;
  font-weight: 800;
  src: url("../fonts/benzin-extrabold.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/involve-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/involve-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: semibold;
  font-weight: 600;
  src: url("../fonts/involve-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/involve-bold.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  transition: 0.3s ease;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

input, textarea {
  outline: none;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "Involve", sans-serif;
  overflow-x: hidden;
  color: #fff;
  background-color: #010005;
  margin: 0;
}
body.load-overflow {
  overflow: hidden;
}

.checkbox-item {
  position: relative;
  padding-left: 25px;
}
.checkbox-item input[type=checkbox], .checkbox-item input[type=radio] {
  display: none;
}
.checkbox-item input[type=checkbox] + label, .checkbox-item input[type=radio] + label {
  cursor: pointer;
}
.checkbox-item input[type=checkbox] + label::after, .checkbox-item input[type=radio] + label::after {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 1px;
  transition: 0.3s ease;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.3s ease;
}
.checkbox-item input[type=checkbox] + label::after:hover::before, .checkbox-item input[type=radio] + label::after:hover::before {
  background-color: #fff;
}
.checkbox-item input[type=radio] + label::after {
  border-radius: 50%;
}
.checkbox-item input[type=checkbox]:checked + label::after, .checkbox-item input[type=radio]:checked + label::after {
  width: 15px;
  height: 15px;
}
.checkbox-item input[type=checkbox]:checked + label::before, .checkbox-item input[type=radio]:checked + label::before {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 3.5px;
  top: 4.5px;
  transition: 0.3s ease;
  border-radius: 3px;
  z-index: 5;
  transition: 0.3s ease;
}
.checkbox-item label {
  font-weight: 500;
  color: #000;
  font-size: 14px;
}

.prelouder {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: #010005;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.prelouder img {
  animation: line-animated-wait-prelouder 1s linear;
  width: 120px;
}

.loaded .prelouder {
  display: none;
}

@keyframes line-animated-wait-prelouder {
  0% {
    filter: blur(20px);
    transform: translate3d(0, 0, 0);
  }
  100% {
    filter: blur(0px);
    transform: translate3d(0, 0, 0);
  }
}
h1, h2, h3, h4, p, input, button, a {
  margin: 0;
  padding: 0;
  font-family: "Involve", sans-serif;
}

.s-header {
  font-family: "Benzin", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

section {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
section::before {
  content: "";
  position: absolute;
  width: calc(100% + 60px);
  background-color: #010005;
  min-height: 200px;
  height: 200px;
  bottom: -100px;
  filter: blur(30px);
  transform: translate3d(0, 0, 0);
  left: -30px;
  z-index: 5;
}

img {
  width: 100%;
  pointer-events: none;
  cursor: default;
}
img::-moz-selection {
  background-color: transparent;
  color: #fff;
}
img::selection {
  background-color: transparent;
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.all-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.container-wrap {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
  padding: 0 15px;
}

.-gradient-txt {
  background: linear-gradient(90deg, #F9E217 0%, #F8C70D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.btn-s {
  padding: 24px 30px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.btn-s:hover::after {
  opacity: 1;
}
.btn-s::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../img/ph-btn.svg");
  z-index: 3;
}
.btn-s::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../img/ph-btn.svg");
  filter: blur(20px);
  transform: translate3d(0, 0, 0);
  opacity: 0.6;
  transition: 0.3s ease;
  z-index: 1;
}
.btn-s span {
  z-index: 4;
  position: relative;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-right: 10px;
}
.btn-s .icon-div {
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("../img/triagle-btn.svg");
  z-index: 4;
  position: relative;
}

.decor-part {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.decor-part .decor-item {
  position: absolute;
}

.decor-item {
  position: absolute;
  z-index: 10;
}
.decor-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  filter: blur(20px);
  transform: translate3d(0, 0, 0);
  opacity: 0.2;
  z-index: 2;
}
.decor-item.-d1 {
  top: 80px;
  left: 145px;
  width: 130px;
}
.decor-item.-d2 {
  top: -60px;
  right: 240px;
  width: 90px;
}
.decor-item.-d3 {
  bottom: 340px;
  right: -100px;
  width: 200px;
}
.decor-item.-d4 {
  bottom: -40px;
  left: -40px;
  width: 140px;
}
.decor-item.-d5 {
  bottom: 200px;
  width: 60px;
  left: 940px;
}

.nav-wrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  padding: 15px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40px;
  transition: 0.1s ease;
}
.nav-wrap.scroll, .nav-wrap.-mobile-view {
  top: 0;
  background-color: rgba(0, 0, 5, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav-wrap .logo-wrap {
  width: 100%;
  position: absolute;
  height: 60px;
  display: flex;
  justify-content: center;
  left: 0;
  top: 15px;
}
.nav-wrap .logo-wrap .logo-part:hover {
  transform: scale(1.1);
}
.nav-wrap .nav-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.nav-wrap .nav-part ul {
  display: flex;
  align-items: center;
  width: calc(50% - 150px);
  justify-content: space-between;
}
.nav-wrap .nav-part ul li {
  margin-right: 15px;
}
.nav-wrap .nav-part ul li:last-child {
  margin-right: 0;
}
.nav-wrap .nav-part ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.nav-wrap .nav-part ul li a:hover {
  color: #FAD13B;
}

.mobile-nav {
  width: 36px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
  display: none;
}
.mobile-nav.-active li {
  position: absolute;
  top: 11px;
  background-color: #FAD13B;
}
.mobile-nav.-active li.middle {
  display: none;
}
.mobile-nav.-active li:first-child {
  transform: rotate(45deg);
}
.mobile-nav.-active li:last-child {
  transform: rotate(-45deg);
}
.mobile-nav:hover li.middle {
  width: 100%;
}
.mobile-nav li {
  height: 3px;
  background-color: #fff;
  border-radius: 0 2px 0 2px;
  width: 100%;
  position: relative;
}
.mobile-nav li.middle {
  width: 24px;
  background-color: #FAD13B;
}

.logo-part {
  width: 60px;
  cursor: pointer;
  z-index: 19;
  position: relative;
}

.block1 {
  background-image: url("../img/bg1.png");
  padding-top: 200px;
}
.block1 .container-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 640px;
}
.block1 .name {
  font-family: "Benzin", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  cursor: default;
}
.block1 .s-header {
  font-size: 94px;
  text-align: center;
  font-weight: 400;
  line-height: 100px;
  cursor: default;
}
.block1 .decor-header {
  width: 100%;
  position: relative;
}
.block1 .down-info {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  z-index: 2;
}
.block1 .down-info .monkey-part {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  top: -265px;
}
.block1 .down-info .monkey-part img {
  width: 550px;
}
.block1 .down-info .btn-part {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 60px;
}
.block1 .down-info p {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  font-weight: 400;
  cursor: default;
  z-index: 10;
}
.block1 .down-info p.left-txt {
  max-width: 330px;
  font-size: 16px;
  line-height: 24px;
}
.block1 .down-info p.right-txt {
  max-width: 350px;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
}
.block1 .down-info p span {
  font-weight: 600;
}

.swiper {
  overflow: visible;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: 70px;
  height: 70px;
  background-repeat: repeat;
  background-size: 100% 100%;
  background-position: center;
  left: 15px;
  bottom: 20px !important;
  top: inherit;
}
.swiper-button-next::before, .swiper-button-prev::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-image: url("../img/triagle-btn.svg");
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  background-image: url("../img/next.svg");
  left: 90px;
}

.swiper-button-prev {
  background-image: url("../img/prev.svg");
}
.swiper-button-prev::before {
  transform: rotate(180deg);
}

.item-block {
  position: relative;
}
.item-block .decor-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.item-block .decor-img.-bg-decor {
  z-index: 2;
}
.item-block .decor-img img {
  width: 100%;
  height: 100%;
}
.item-block .inner-data {
  position: relative;
  z-index: 3;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block2 {
  z-index: 10;
  background-image: url("../img/bg2.png");
  background-position: 50% -120px;
  background-size: 100% 110%;
}
.block2 .inner-part {
  margin-top: 40px;
}
.block2::before {
  display: none;
}
.block2 .-right-part {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
}
.block2 .-right-part .s-header span:first-child {
  margin-left: 90px;
}
.block2 .-right-part .s-header span {
  color: #FAD13B;
}
.block2 .-right-part .s-header span b {
  color: #fff;
  font-weight: 400;
}
.block2 .s-header {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}
.block2 .s-header span:first-child {
  margin-left: 60px;
}
.block2 .item-block {
  width: 25%;
  height: 330px;
  min-width: 292.5px;
}
.block2 .item-block .s-header {
  font-size: 16px;
  line-height: 22px;
}
.block2 .item-block .inner-data p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.adv-wrap {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}
.adv-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: 420px 420px;
  background-position: center;
  opacity: 0.5;
  background-image: url("../img/circle.svg");
}
.adv-wrap .s-header {
  text-align: center;
  width: 700px;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 209, 0, 0.5);
}
.adv-wrap .s-header span {
  color: #FAD13B;
  margin-left: 0 !important;
}
.adv-wrap ul {
  position: absolute;
  width: 100%;
  height: 100%;
}
.adv-wrap ul.en-list li.adv1 {
  top: 100px;
  left: 300px;
}
.adv-wrap ul.en-list li.adv2 {
  top: 140px;
  right: 100px;
}
.adv-wrap ul.en-list li.adv3 {
  top: 200px;
  left: 195px;
}
.adv-wrap ul.en-list li.adv4 {
  top: 245px;
  left: 295px;
}
.adv-wrap ul.en-list li.adv5 {
  right: 335px;
  top: 265px;
}
.adv-wrap ul.en-list li.adv6 {
  top: 360px;
  left: 18px;
}
.adv-wrap ul.en-list li.adv7 {
  top: 440px;
  left: 275px;
}
.adv-wrap ul.en-list li.adv8 {
  top: 500px;
  right: 64px;
}
.adv-wrap ul.en-list li.adv9 {
  top: 580px;
  left: 0;
}
.adv-wrap ul.en-list li.adv10 {
  top: 540px;
  right: 255px;
}
.adv-wrap ul.en-list li.adv11 {
  top: 640px;
  right: 15px;
}
.adv-wrap ul.en-list li.adv12 {
  top: 740px;
  right: 185px;
}
.adv-wrap ul.en-list li.adv13 {
  top: 700px;
  left: 82px;
}
.adv-wrap ul li {
  position: absolute;
  max-width: 300px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  align-items: flex-start;
  display: flex;
}
.adv-wrap ul li::before {
  position: relative;
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/star.svg");
  left: 0;
  top: 10px;
  margin-right: 10px;
}
.adv-wrap ul li.-right-position {
  padding-left: 0;
  text-align: right;
  flex-direction: row-reverse;
}
.adv-wrap ul li.-right-position::before {
  margin-left: 10px;
}
.adv-wrap ul li.adv1 {
  top: 100px;
  left: 200px;
}
.adv-wrap ul li.adv2 {
  top: 140px;
  right: 100px;
}
.adv-wrap ul li.adv3 {
  top: 220px;
  left: 69px;
}
.adv-wrap ul li.adv4 {
  top: 225px;
  left: 355px;
}
.adv-wrap ul li.adv5 {
  right: 155px;
  top: 274px;
}
.adv-wrap ul li.adv6 {
  top: 360px;
  left: 24px;
  max-width: 240px;
}
.adv-wrap ul li.adv7 {
  top: 440px;
  left: 305px;
}
.adv-wrap ul li.adv8 {
  top: 450px;
  right: 84px;
}
.adv-wrap ul li.adv9 {
  top: 550px;
  left: 58px;
  max-width: 220px;
}
.adv-wrap ul li.adv10 {
  top: 550px;
  right: 122px;
}
.adv-wrap ul li.adv11 {
  top: 640px;
  right: 15px;
}
.adv-wrap ul li.adv12 {
  top: 740px;
  right: 135px;
}
.adv-wrap ul li.adv13 {
  top: 700px;
  left: 80px;
}
.adv-wrap .btn-part {
  position: absolute;
  bottom: 260px;
  z-index: 2;
}

.block3 {
  background-image: url("../img/bg3.png");
  padding: 50px 0;
}
.block3::before {
  display: none;
}
.block3 .plan-wrap {
  padding-bottom: 0;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.block3 .plan-wrap .s-header {
  font-size: 56px;
  line-height: 66px;
  font-weight: 400;
  text-align: right;
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
}
.block3 .plan-wrap .s-header span {
  color: #FAD13B;
  width: 100%;
}
.block3 .plan-wrap ul {
  width: calc(50% - 15px);
}
.block3 .plan-wrap ul li {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 209, 0, 0.5);
}
.block3 .plan-wrap ul li:first-child {
  margin-top: 0;
}
.block3 .plan-wrap ul li span {
  max-width: 480px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.block3 .plan-wrap ul li .icon-div {
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
}
.block3 .plan-wrap .down-part {
  position: absolute;
  width: calc(50% - 15px);
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.block3 .plan-wrap .down-part .item-block {
  max-width: 340px;
  height: 300px;
}
.block3 .plan-wrap .down-part .item-block .inner-data {
  padding: 20px;
}
.block3 .plan-wrap .down-part .item-block .inner-data p {
  padding-right: 20px;
  font-size: 12px;
  line-height: 20px;
}
.block3 .plan-wrap .down-part .item-block .inner-data .btn-s {
  width: 100%;
  justify-content: center;
}
.block3 .plan-wrap .down-part .decor-txt {
  font-size: 12px;
  line-height: 20px;
  max-width: 120px;
}
.block3 .reviews {
  padding-top: 140px;
}
.block3 .reviews .-reviews-header {
  width: 100%;
  font-size: 120px;
  color: #FAD13B;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.block3 .reviews .item-block {
  width: 25%;
  height: 290px;
  cursor: pointer;
  min-width: 292.5px;
}
.block3 .reviews .item-block .hidden-data {
  display: none;
}
.block3 .reviews .inner-part {
  margin-top: 40px;
}
.block3 .reviews .open-full {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  cursor: pointer;
}
.block3 .reviews .open-full img {
  width: 110px;
  height: 110px;
}
.block3 .reviews .btn-part {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.block3 .reviews .swiper-button-next, .block3 .reviews .swiper-button-prev {
  bottom: 0 !important;
}
.block3 .reviews .swiper-button-next {
  left: inherit;
  right: 15px;
}

.block4 {
  margin-top: 100px;
  background-image: url("../img/bg4.png");
  padding-bottom: 120px;
}
.block4::before {
  display: none;
}
.block4 .video-reviews {
  padding-bottom: 120px;
}
.block4 .video-reviews .control-slides {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  position: relative;
  height: 70px;
  margin-top: 40px;
}
.block4 .video-reviews .swiper-button-next, .block4 .video-reviews .swiper-button-prev {
  bottom: inherit !important;
  left: inherit !important;
  right: inherit !important;
  top: 0 !important;
  position: relative;
  margin-top: 10px;
}
.block4 .video-reviews .swiper-button-next {
  margin-left: 5px;
}
.block4 .video-reviews .-video-header {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}
.block4 .video-reviews .-video-header span {
  color: #FAD13B;
}
.block4 .video-reviews .inner-part {
  margin-top: 40px;
}
.block4 .video-reviews .item-block {
  width: 100%;
  display: flex;
  justify-content: center;
}
.block4 .video-reviews .item-block video {
  position: relative;
  z-index: 2;
  padding: 5px;
  height: 525px;
  cursor: pointer;
}
.block4 .up-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.block4 .up-part .s-header {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}
.block4 .stocks-exchange-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}
.block4 .stocks-exchange-wrap .line-anim {
  display: flex;
  align-items: center;
  animation: line-animated1 30s linear infinite;
}
.block4 .stocks-exchange-wrap .line-anim.-la2 {
  animation: line-animated2 30s linear infinite;
  justify-content: flex-end;
}
.block4 .stocks-exchange-wrap .line-anim img {
  width: 2400px;
  margin-right: 40px;
  margin-top: 40px;
}
.block4 .stocks-exchange-wrap .line-anim img:last-child {
  margin-right: 0;
}

@keyframes line-animated1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes line-animated2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
  }
}
.block5 {
  background-image: url("../img/bg5.png");
  background-size: 80% 100%;
  background-position: left bottom;
}
.block5::before {
  display: none;
}
.block5 .faq-wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.block5 .faq-wrap .monkey-part {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.block5 .faq-wrap .monkey-part::before {
  content: "";
  position: absolute;
  width: 600px;
  background-color: #010005;
  height: 120%;
  left: -200px;
  filter: blur(60px);
  transform: rotate(-10deg) translate3d(0, 0, 0);
  top: 0;
  z-index: 1;
}
.block5 .faq-wrap .s-header {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  z-index: 2;
}
.block5 .faq-wrap .faq {
  max-width: 600px;
  position: relative;
  padding-bottom: 120px;
  z-index: 2;
}
.block5 .faq-wrap .faq .faq-item {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  min-height: 70px;
  padding-top: 20px;
}
.block5 .faq-wrap .faq .faq-item.-active .open-item {
  transform: rotate(45deg);
}
.block5 .faq-wrap .faq .faq-item .up-part {
  width: 100%;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../img/ph-faq.svg");
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  z-index: 2;
}
.block5 .faq-wrap .faq .faq-item .up-part span {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  padding-left: 10px;
}
.block5 .faq-wrap .faq .faq-item .up-part .open-item {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-left: 20px;
  border-radius: 50%;
  background-color: #FFD100;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.block5 .faq-wrap .faq .faq-item .up-part .open-item.-active {
  transform: rotate(45deg);
}
.block5 .faq-wrap .faq .faq-item .up-part .open-item li {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  left: 10px;
  top: 19px;
}
.block5 .faq-wrap .faq .faq-item .up-part .open-item li:last-child {
  transform: rotate(90deg);
  top: 19px;
}
.block5 .faq-wrap .faq .faq-item .faq-answer {
  position: relative;
  padding: 25px;
  padding-top: 75px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../img/ph-answer.svg");
  overflow: hidden;
  height: 2px;
  max-height: 2px;
  padding: 0;
}
.block5 .faq-wrap .faq .faq-item .faq-answer.-active {
  padding: 25px;
  padding-top: 75px;
  padding-bottom: 30px;
  height: auto;
  margin-bottom: 15px;
  max-height: inherit;
  overflow: visible;
}
.block5 .news-wrap {
  position: relative;
  z-index: 10;
}
.block5 .news-wrap .s-header {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
}
.block5 .news-wrap .swiper-button-next, .block5 .news-wrap .swiper-button-prev {
  bottom: inherit !important;
  left: inherit !important;
  right: inherit !important;
  top: 0 !important;
  position: relative;
}
.block5 .news-wrap .swiper-button-next {
  margin-left: 5px;
}
.block5 .news-wrap .up-news-part {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.block5 .news-wrap .control-slides {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.block5 .news-slider-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 200px;
}
.block5 .news-slider-wrap .monkey-part {
  position: absolute;
  width: 50%;
  left: 0;
  top: -10px;
  z-index: 15;
  max-height: 800px;
  height: auto;
}
.block5 .news-slider-wrap .monkey-part img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.block5 .news-slider-wrap .monkey-part::before {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  background-color: #010005;
  height: 400px;
  left: -50px;
  filter: blur(30px);
  transform: translate3d(0, 0, 0);
  bottom: -300px;
  z-index: 1;
}
.block5 .news-sliders {
  position: relative;
  width: 100%;
  z-index: 10;
  padding-left: 50%;
  padding-right: 15px;
}
.block5 .news-sliders .inner-part {
  margin-top: 40px;
}
.block5 .news-sliders .item-block {
  width: 25%;
  height: auto;
  padding: 25px;
  min-width: 295.5px;
}
.block5 .news-sliders .item-block .inner-data {
  padding: 0;
}
.block5 .news-sliders .item-block p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  min-height: 60px;
  margin-top: 10px;
}
.block5 .news-sliders .item-block .btn-s {
  justify-content: center;
}
.block5 .news-sliders .item-block .btn-s .icon-div {
  background-image: url("../img/triagle-white.svg");
  width: 6px;
  height: 6px;
}
.block5 .news-sliders .item-block .btn-s span {
  color: #fff;
  font-size: 14px;
}
.block5 .news-sliders .item-block .btn-s::before {
  background-image: url("../img/ph-btn-dark.svg");
}
.block5 .news-sliders .item-block .btn-s::after {
  opacity: 0;
}
.block5 .news-sliders .item-block .btn-s:hover::after {
  opacity: 0.1;
}
.block5 .-down-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}

footer {
  position: relative;
  z-index: 20;
  padding-bottom: 100px;
}
footer .footer-data {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
footer .footer-data ul {
  width: calc(50% - 150px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
footer .footer-data ul:last-child {
  text-align: right;
}
footer .footer-data ul:last-child li {
  justify-content: flex-end;
}
footer .footer-data ul li {
  width: calc(50% - 10px);
  margin-bottom: 30px;
  display: flex;
}
footer .footer-data ul li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  line-height: 24px;
}
footer .footer-data ul li a:hover {
  color: #FAD13B;
  border-bottom: 1px solid rgba(255, 209, 0, 0.5);
}
footer .footer-data ul li a:hover .icon-div svg path {
  fill: #FAD13B;
}
footer .footer-data ul li .icon-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 21px;
  height: 21px;
}
footer .logo-wrap {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .logo-wrap .logo-part {
  width: 160px;
}

.for-anchor {
  position: absolute;
  background-color: transparent;
  top: -80px;
  left: 0;
}

.screen-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(1, 0, 5, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  display: none;
}
.screen-modal.active {
  display: flex;
}
.screen-modal img {
  max-width: 100%;
  max-height: calc(100% - 40px);
  width: auto;
  height: auto;
}
.screen-modal .close {
  margin-top: 20px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1220px) {
  /**/
  .adv-wrap {
    display: flex;
    flex-direction: column;
  }
  .adv-wrap ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 700px;
    width: 100%;
  }
  .adv-wrap ul li {
    position: relative;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    width: calc(50% - 20px);
    max-width: 100%;
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .adv-wrap ul li:last-child {
    margin: 0 auto;
    margin-top: 30px;
    width: 60%;
  }
  .adv-wrap ul li.-right-position {
    text-align: left;
    flex-direction: row;
  }
  .adv-wrap ul li.-right-position::before {
    margin-right: 10px;
    margin-left: 0;
  }
  .adv-wrap .btn-part {
    position: relative;
    top: inherit;
    bottom: inherit;
    margin-top: 60px;
  }
  .adv-wrap::before {
    display: none;
  }
  .adv-wrap .s-header {
    border-radius: 0;
    border: 0;
    width: auto;
    height: auto;
  }
  .block3 .plan-wrap .down-part {
    flex-direction: column;
    align-items: flex-start;
  }
  .block3 .plan-wrap .down-part .decor-txt {
    max-width: 280px;
    margin-top: 20px;
    padding-left: 40px;
  }
  .block3 .plan-wrap .s-header {
    font-size: 36px;
    line-height: 46px;
  }
  .block5 .faq-wrap .monkey-part {
    left: 10%;
  }
}
@media only screen and (max-width: 1200px) {
  /**/
  .nav-wrap .nav-part {
    max-width: 990px;
  }
  .nav-wrap .nav-part ul {
    width: calc(50% - 100px);
  }
  .block1 .down-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .block1 .down-info p.right-txt {
    max-width: 300px;
  }
  .block1 .down-info p.left-txt {
    max-width: 290px;
  }
  .block1 .s-header {
    font-size: 80px;
    line-height: 90px;
  }
  .block1 .down-info .monkey-part img {
    max-width: 500px;
  }
  .block1 .down-info .monkey-part {
    top: -230px;
  }
  .block1 .container-wrap {
    height: 590px;
  }
  /* Large Devices, Wide Screens */
}
@media only screen and (max-width: 1100px) {
  /**/
  .block1 .decor-header .decor-part .-d1 {
    left: 8%;
  }
  .block1 .decor-header .decor-part .-d2 {
    right: 10%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 991px) {
  /**/
  .nav-wrap .nav-part {
    max-width: 760px;
  }
  .nav-wrap .nav-part ul {
    width: calc(50% - 80px);
  }
  .block1 .down-info .monkey-part {
    top: inherit;
    position: relative;
    margin-top: -30px;
  }
  .block1 .down-info .monkey-part::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #010005;
    height: 100px;
    bottom: -50px;
    filter: blur(30px);
    left: 0;
    z-index: 1;
  }
  .block1 .down-info {
    flex-direction: column;
    padding-top: 0;
    align-items: center;
    padding-bottom: 120px;
  }
  .block1 .down-info p {
    text-align: center;
    z-index: 10;
    text-align: center !important;
    margin-top: 40px;
    font-size: 18px;
    line-height: 26px;
    max-width: 380px !important;
  }
  .block1 .container-wrap {
    height: auto;
  }
  .block1 .s-header {
    font-size: 50px;
    line-height: 60px;
  }
  .block1 .name {
    font-size: 18px;
    line-height: 1;
  }
  .block1 .down-info .btn-part {
    position: relative;
    top: inherit;
    margin-top: -40px;
  }
  .block1 .decor-header .decor-part .-d1 {
    left: -2%;
  }
  .block1 .decor-header .decor-part .-d2 {
    right: -2%;
  }
  .block1 {
    background-size: cover;
  }
  footer .footer-data {
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
  }
  footer .footer-data ul {
    width: 100%;
  }
  footer .footer-data ul:last-child {
    text-align: left;
  }
  footer .footer-data ul:last-child li {
    justify-content: flex-start;
  }
  footer .footer-data ul:last-child li a {
    font-size: 12px;
  }
  footer .logo-wrap {
    position: relative;
    margin-bottom: 40px;
  }
  .block5 .news-sliders {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
  }
  .block5 .news-sliders .inner-part {
    width: 100%;
  }
  .block5 .news-sliders .item-block {
    min-width: 292.5px;
  }
  .block5 .faq-wrap .s-header {
    margin-left: 30px;
  }
  .block5 .news-slider-wrap {
    padding-bottom: 120px;
  }
  .block5 .news-slider-wrap .container-wrap {
    z-index: 6;
  }
  .block5 .news-slider-wrap .monkey-part {
    position: relative;
    top: inherit;
    z-index: 5;
    width: 560px;
  }
  .block5 .news-slider-wrap .monkey-part::before {
    height: 200px;
    bottom: -100px;
  }
  .block3 .reviews .item-block {
    width: 25%;
    height: 290px;
    min-width: 292.5px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 768px) {
  /**/
  .block1 .decor-header .decor-part {
    display: none;
  }
  .nav-wrap .logo-wrap {
    position: relative;
    width: 60px;
    top: 0;
  }
  .nav-wrap .nav-part {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100svh - 90px);
    flex-direction: column;
    top: 90px;
    justify-content: center;
    left: 0;
    background-color: rgba(1, 0, 5, 0.8);
  }
  .nav-wrap .nav-part.-active {
    display: flex;
  }
  .nav-wrap .nav-part .divide-nav {
    width: 100%;
    flex-direction: column;
  }
  .nav-wrap .nav-part .divide-nav li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .nav-wrap .nav-part .divide-nav li a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Benzin", sans-serif;
  }
  .mobile-nav {
    display: flex;
  }
  .nav-wrap {
    justify-content: space-between;
    top: 0;
  }
  .block1 {
    padding-top: 140px;
  }
  .block3 .plan-wrap {
    flex-direction: column;
    align-items: center;
  }
  .block3 .plan-wrap .s-header {
    text-align: center;
    width: 100%;
  }
  .block3 .plan-wrap .down-part {
    position: relative;
    width: 100%;
    max-width: 340px;
  }
  .block3 .plan-wrap ul {
    width: 100%;
    margin: 40px 0;
  }
  .block3 .plan-wrap ul li .icon-div {
    margin-left: 20px;
  }
  .adv-wrap .s-header {
    font-size: 36px;
    line-height: 46px;
  }
  .block3 .reviews .-reviews-header {
    font-size: 60px;
    line-height: 70px;
  }
  .decor-item {
    display: none;
  }
  .block5 .faq-wrap {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 360px;
  }
  .block5 .faq-wrap .faq {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .block5 .faq-wrap .monkey-part {
    left: 0;
    width: 1000px;
    left: -300px;
    top: -300px;
  }
  .block5 .faq-wrap .s-header {
    margin-left: 0;
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px;
  }
  .block4 .stocks-exchange-wrap {
    z-index: 10;
  }
  .block3 .plan-wrap .down-part .item-block {
    transform: scale(1.1);
  }
  .block3 .plan-wrap .down-part .decor-txt {
    margin-top: 40px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 660px) {
  /**/
  .block1 .s-header {
    font-size: 30px;
    line-height: 34px;
  }
  .block1 .down-info .monkey-part {
    margin-top: -20px;
  }
  .block1 .name {
    font-size: 14px;
  }
  .block1 .btn-s {
    padding: 30px 40px;
  }
  .block1 .btn-s span {
    font-size: 18px;
  }
  .block2 .-right-part {
    position: absolute;
    top: 40px;
    right: 15px;
    width: 100%;
  }
  .block2 .-right-part .s-header span:first-child {
    margin-left: 60px;
  }
  .block2 .adv-wrap {
    padding-bottom: 20px;
  }
  .block2 .container-wrap {
    padding-bottom: 100px;
  }
  .block2 .container-wrap:last-child {
    padding-bottom: 0;
  }
  .block2 .inner-part {
    margin-top: 120px;
  }
  .block2 .s-header {
    font-size: 30px;
    line-height: 40px;
  }
  .block2 .swiper-button-next, .block2 .swiper-button-prev {
    left: inherit !important;
    right: 15px;
    bottom: 0px !important;
  }
  .block2 .swiper-button-prev {
    right: inherit;
    left: 15px !important;
  }
  .adv-wrap ul {
    max-width: 320px;
    width: 100% !important;
  }
  .adv-wrap ul li {
    width: 100%;
    max-width: 100% !important;
  }
  .adv-wrap ul li:last-child {
    width: 100%;
  }
  .block3 .reviews {
    padding-bottom: 100px;
  }
  .block3 .reviews .btn-part {
    display: none;
  }
  .block4 .video-reviews .-video-header {
    font-size: 30px;
    line-height: 40px;
  }
  .block4 .video-reviews .inner-part {
    display: flex;
    flex-direction: column-reverse;
  }
  .block4 .video-reviews .control-slides {
    margin-top: 0;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .block4 .video-reviews .item-block video {
    width: 225px;
    height: 400px;
  }
  .block3 {
    padding-top: 80px;
  }
  .block3 .reviews {
    padding-top: 100px;
  }
  .block4 {
    margin-top: 20px;
  }
  .block4 .video-reviews {
    padding-bottom: 100px;
  }
  .block4 .up-part {
    flex-direction: column-reverse;
  }
  .block4 .up-part .s-header {
    margin-top: 100px;
    font-size: 36px;
    line-height: 46px;
  }
  .block5 .news-wrap .up-news-part {
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
  }
  .block5 .news-wrap .s-header {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 40px;
  }
  .block5 .news-wrap .control-slides {
    position: relative;
    width: 100%;
    justify-content: space-between;
    height: 70px;
  }
  .block5 .news-wrap .swiper-button-next, .block5 .news-wrap .swiper-button-prev {
    margin-top: 5px;
  }
  .block5 .faq-wrap .monkey-part {
    width: 800px;
    top: -200px;
  }
  .block5 .-down-btn {
    justify-content: center;
  }
  .block4 .video-reviews {
    padding-bottom: 40px;
  }
  footer .footer-data ul:last-child {
    display: none;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 480px) {
  /**/
  .block1 {
    padding-top: 80px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 380px) {
  /**/
  .block3 .plan-wrap .down-part .item-block {
    transform: scale(1.02);
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1400px) {
  /**/
  .all-wrap {
    transform: scale(1.15);
    padding-top: 500px;
  }
  .block2 .item-block .inner-data p {
    font-size: 12px;
  }
  .block5 .news-sliders {
    padding-right: 150px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-height: 700px) {
  /**/
  .block1 .down-info .btn-part {
    margin-top: -120px;
  }
}/*# sourceMappingURL=main.css.map */