@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Rubik:wght@300;400;500;600;900&display=swap);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  height: 100%;
}
body {
  background: url("../img/newlanding/back.jpg") center/cover no-repeat;
  color: #fff;
  font-family: Montserrat, Rubik, sans-serif;
  overflow-x: hidden;
  height: 100%;
  cursor: default;
}
.fullpage-wrapper {
  overflow-x: hidden;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
}
.header {
  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;
  width: 100%;
  height: 80px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  z-index: 9990;
  position: fixed;
  top: 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_logo img {
  width: 99px;
  height: auto;
  margin-top: -11px;
}
.header_menuImg {
  display: none;
  margin: 0 auto;
}
.header_menuBtn img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.header_menuBtn {
  display: none;
}
@media (max-width: 1100px) {
  .header_menuBtn {
    display: block;
  }
}
.header_menuBtnOpen {
  display: none;
}
.header .burger--active {
  position: relative;
  z-index: 9991;
}
.header .burger--active .header_menuBtn {
  display: none;
}
.header .burger--active .header_menuBtnOpen {
  display: block;
}
.header_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1100px) {
  .header_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    min-height: 100vh;
    padding-bottom: 30px;
    background: -o-linear-gradient(344.01deg, #360e49 1.11%, #1b0b2f 100%);
    background: linear-gradient(105.99deg, #360e49 1.11%, #1b0b2f 100%);
    position: absolute;
    top: 0;
    left: 100vw;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
  }
  .header_links .header_menuImg {
    display: block;
    margin-top: 30px;
  }
  .header_links .header_menuBtnOpen {
    display: block;
  }
  .header_links .header_links_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .header_links .header_links_nav li {
    margin: 0 auto;
  }
  .header_links .header_links_nav a {
    margin: 10px auto;
    padding: 11px 10px;
    font-size: 15px;
    display: block;
    text-align: center;
  }
  .header_links .header_links_auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .header_links .header_links_auth:after {
    content: "";
    width: 334px;
    height: 1px;
    margin-top: 17px;
    background-color: #000;
  }
  .header_links .header_links_auth li {
    margin: 0 auto;
  }
  .header_links .header_links_auth a {
    margin: 10px auto;
    padding: 12px 20px;
    font-size: 15px;
    display: block;
    text-align: center;
  }
  .header_links .header_links_auth .btn {
    margin-top: 34px;
    padding: 12px 20px;
  }
  .header_links.menu--active {
    left: 0;
  }
}
@media (max-width: 480px) {
  .header_links.menu--active .header_menuImg {
    margin-top: 5px;
    width: 40%;
  }
  .header_links.menu--active .header_links_nav a {
    margin: 5px auto;
  }
}
@media (max-width: 340px) {
  .header_links.menu--active .header_menuImg {
    display: none;
  }
  .header_links.menu--active .header_links_nav a {
    margin: 3px auto;
  }
  .header_links.menu--active .header_links_auth {
    width: 100%;
  }
}
.header_links_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  list-style: none;
  margin-left: 50px;
}
.header_links_nav li {
  margin: 0 3px;
}
.header_links_nav a {
  position: relative;
  padding: 11px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: border 0.1s;
  -o-transition: border 0.1s;
  transition: border 0.1s;
  border-radius: 6px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.header_links_nav a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 1px;
  background: 0 0;
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.header_links_nav a:hover {
  color: #e2beff;
}
.header .active:before {
  background: -o-linear-gradient(45deg, #9d2962, #4515a0);
  background: linear-gradient(45deg, #9d2962, #4515a0);
}
.header_links_auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
}
.header_links_auth a {
  padding: 11px 32px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.header_links_auth a:hover {
  color: #e2beff;
}
.language_switch .select-box {
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
}
.language_switch .select-box__current {
  position: relative;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: 0;
}
.language_switch .select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
  animation-name: none;
}
.language_switch
  .select-box__current:focus
  + .select-box__list
  .select-box__option {
  cursor: pointer;
}
.language_switch .select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1100px) {
  .language_switch .select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
.language_switch .select-box__icon {
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.language_switch .select-box__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language_switch .select-box__input {
  display: none;
}
.language_switch .select-box__input:checked + .select-box__input-text {
  display: block;
}
.language_switch .select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0);
}
.language_switch .select-box__list {
  position: absolute;
  left: 6px;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1100px) {
  .language_switch .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .language_switch .select-box__list {
    left: 55px;
    top: 4px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.language_switch .select-box__option {
  display: block;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1100px) {
  .language_switch .select-box__option {
    padding: 10px 20px;
  }
}
.language_switch .select-box__option:focus,
.language_switch .select-box__option:hover {
  color: #e2beff;
  background-color: rgba(255, 255, 255, 0.3);
}
@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.btn {
  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;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-size: 100%;
  background-image: -o-linear-gradient(
    356.89deg,
    #d73484 0.93%,
    #5d19dd 98.37%
  );
  background-image: linear-gradient(93.11deg, #d73484 0.93%, #5d19dd 98.37%);
  position: relative;
  z-index: 100;
}
.btn:before {
  background-image: -o-linear-gradient(
    299.89deg,
    #d73484 0.93%,
    #5d19dd 98.37%
  );
  background-image: linear-gradient(150.11deg, #d73484 0.93%, #5d19dd 98.37%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -100;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.btn:hover:before {
  opacity: 1;
}
.section1 {
  margin-top: 80px;
  position: relative;
}
.section1 .container {
  position: relative;
  padding-bottom: 100px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section1_img {
  position: absolute;
  width: auto;
  max-width: 50%;
  min-width: 258px;
  right: 1%;
  top: 10%;
  z-index: 1;
}
.section1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 565px;
}
.section1 h1 {
  margin-top: 65px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 71px;
  z-index: 2;
}
@media (max-width: 960px) {
  .section1 .container {
    padding-bottom: 51px;
  }
  .section1_img {
    position: relative;
    margin: 17px auto 0;
  }
  .section1 .content {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .section1 h1 {
    margin-top: 36px;
    font-size: 36px;
    line-height: 43px;
  }
}
.section1 p {
  margin-bottom: 11px;
  color: #e2beff;
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1.07143px;
  z-index: 2;
}
.section1 .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 410px;
  z-index: 2;
}
.section1 .products img {
  width: 25%;
}
@media (max-width: 960px) {
  .section1 p {
    font-size: 18px;
    line-height: 21px;
  }
  .section1 .products {
    margin: 0 auto;
  }
}
.section1 .btn {
  width: 255px;
  padding: 20px 0;
  margin-top: 61px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  z-index: 2;
}
.section2 {
  background: rgba(0, 0, 0, 0.6);
}
.section2 h2 {
  display: inline-block;
  width: 100%;
  margin: 0px auto 46px;
  padding: 0 20px;
  color: #fff;
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
}
.section2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 17px;
}
@media (max-width: 960px) {
  .section1 .btn {
    margin: 61px auto 0;
  }
  .section2 h2 {
    margin: 58px auto 37px;
    font-size: 32px;
    line-height: 38px;
  }
  .section2 .container {
    padding-bottom: 40px;
  }
}
.section2 .container .slick-list {
  width: 100vw;
  overflow: visible;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.section2 .container .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}
.section2 .why-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 186px;
  width: calc(33.3333333333% - 20px);
  padding: 24px 16px;
  margin-bottom: 32px;
  background: -o-linear-gradient(344.01deg, #360e49 1.11%, #1b0b2f 100%);
  background: linear-gradient(105.99deg, #360e49 1.11%, #1b0b2f 100%);
  border-radius: 12px;
}
.section2 .why-item img {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
.section2 .why-item p {
  margin: 0;
  padding-left: 8px;
  color: #e2beff;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.section2 .why-item span {
  font-weight: 700;
}
.section3 {
  padding: 75px 0 21px;
  background: #b8b8b8;
  background: -o-linear-gradient(
    37deg,
    rgba(184, 184, 184, 0.1208858543) 0,
    rgba(0, 0, 0, 0.9102415966) 100%
  );
  background: linear-gradient(
    53deg,
    rgba(184, 184, 184, 0.1208858543) 0,
    rgba(0, 0, 0, 0.9102415966) 100%
  );
}
.section3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.section3 .container .slick-list {
  width: 100vw;
  overflow: visible;
}
.section3 .container .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 349px;
  width: calc(50% - 15px);
  max-width: 540px;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 960px) {
  .section2 .why-item {
    width: calc(100vw - 70px);
    max-width: 321px;
    margin: 0 10px;
  }
  .section3 {
    padding: 58px 0;
  }
  .section3 .container .brand {
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .section3 .container .brand {
    width: calc(100vw - 50px);
    max-width: 330px;
    margin: 0 10px;
  }
}
.section3 .container .brand:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: -o-linear-gradient(45deg, #9d2962, #4515a0);
  background: linear-gradient(45deg, #9d2962, #4515a0);
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.section3 .container .brand_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 24px 3px;
}
.section3 .container .brand_top_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0 0 10px 15px;
}
.section3 .container .brand_top_text h3 {
  margin-bottom: 3px;
  color: #e4d4fb;
  font-family: Rubik;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}
.section3 .container .brand_top_text p {
  color: #e2beff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.section3 .container .brand_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
.section3 .container .brand_bottom_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}
.section3 .container .brand_bottom_text h2 {
  margin-bottom: 2px;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}
.section3 .container .brand_bottom_text p {
  color: #bfa9e1;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
.section3 .container .brand_line_vertical {
  width: 2px;
  height: 100%;
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    #5e19de 0,
    rgba(96, 26, 220, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    #5e19de 0,
    rgba(96, 26, 220, 0) 100%
  );
  position: absolute;
}
.section3 .container .brand_line_gorizont {
  width: 100%;
  height: 2px;
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    #5e19de 0,
    rgba(96, 26, 220, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    #5e19de 0,
    rgba(96, 26, 220, 0) 100%
  );
  position: absolute;
}
.section4 {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 58px;
}
.section4 h2 {
  margin: 0 auto;
  padding: 0 16px;
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
}
.section4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.section4_img {
  position: absolute;
  left: -61px;
  top: 0;
  z-index: 99;
}
@media (max-width: 960px) {
  .section4 {
    padding-top: 47px;
  }
  .section4 h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
  }
  .section4 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section4_img {
    width: 80%;
    max-width: 582px;
    position: relative;
    left: auto;
    top: auto;
  }
}
.section4_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 683px;
  position: relative;
  z-index: 100;
}
.section4_content p {
  margin-bottom: 16px;
  color: #e4d4fb;
  text-align: center;
  font-style: normal;
  font-family: Rubik;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 960px) {
  .section4_content {
    height: auto;
  }
  .section4_content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
  }
}
.section4_content span {
  color: #ffcf26;
  font-style: normal;
  font-family: Rubik;
  font-weight: 900;
  font-size: 89.4049px;
  line-height: 106px;
  text-align: center;
  letter-spacing: 2.7939px;
}
.section4_crypto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section4_crypto img {
  width: 48px;
  height: 48px;
  margin: 0 12px;
}
.section4 .btn {
  width: 220px;
  height: 56px;
  padding: 12px 20px;
  margin-top: 65px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 960px) {
  .section4_content span {
    font-size: 50.4047px;
    line-height: 60px;
    letter-spacing: 1.57515px;
  }
  .section4_crypto img {
    width: 36px;
    height: 36px;
    margin: 15px 8px 0;
  }
  .section4 .btn {
    margin-top: 46px;
    margin-bottom: 40px;
  }
}
.section5 {
  background: rgba(255, 255, 255, 0.05);
  padding: 58px 0 33px;
}
.section5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section5 .container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 15px);
}
.section5 .container h2 {
  margin-bottom: 40px;
  color: #fff;
  font-family: Rubik;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
}
@media (max-width: 1100px) {
  .section5 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section5 .container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 540px;
  }
}
.section5_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  margin-bottom: 18px;
  background: -o-linear-gradient(344.01deg, #360e49 1.11%, #1b0b2f 100%);
  background: linear-gradient(105.99deg, #360e49 1.11%, #1b0b2f 100%);
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 600px) {
  .section5 {
    padding: 45px 0 40px;
  }
  .section5 .container h2 {
    margin-bottom: 37px;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
  }
  .section5 .container > div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section5_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 358px;
    height: auto;
  }
}
.section5_news_img {
  width: 255px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 600px) {
  .section5_news_img {
    width: 100%;
    height: 180px;
  }
}
.section5_news_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 255px);
  padding: 20px 16px 20px 30px;
  text-decoration: none;
}
@media (max-width: 600px) {
  .section5_news_link {
    padding: 21px 16px;
    width: 100%;
  }
  .section5_news_link img {
    margin: 15px auto 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
.section5_news_text {
  width: 100%;
}
.section5_news_text span {
  display: block;
  margin-bottom: 15px;
  color: #e2beff;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.section5_news_text h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.section5_news_text p {
  max-height: 0;
  overflow: hidden;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section5_news--active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 372px;
}
.section5_news--active .section5_news_img {
  width: 100%;
}
.section5_news--active .section5_news_link {
  width: 100%;
  min-height: 192px;
  padding: 11px 20px 12px;
}
.section5_news--active .section5_news_link img {
  margin: 24px auto 0;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
@media (max-width: 600px) {
  .section5_news--active {
    min-height: 372px;
    height: auto;
  }
  .section5_news--active .section5_news_link {
    padding: 21px 16px;
  }
}
.section5_news--active p {
  margin-top: 7px;
  max-height: 50px;
}
@media (max-width: 1100px) {
  .section5_promo h2 {
    margin-top: 72px;
  }
}
.section5_promo .filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  padding: 5px;
  margin-bottom: 24px;
}
.section5_promo .filter:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: -o-linear-gradient(45deg, #d73484, #5d19dd);
  background: linear-gradient(45deg, #d73484, #5d19dd);
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.section5_promo .filter button {
  width: 50%;
  color: #fff;
  border-radius: 8px;
  outline: 0;
  background: 0 0;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.section5_promo .filter button:first-child + .active {
  background: #5e19de;
}
@media (max-width: 600px) {
  .section5_promo .filter button {
    font-size: 14px;
  }
}
.section5_promo .filter .active {
  background: #d73484;
}
.section5_promo .promo-none {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation: 0.3s showLeft;
  animation: 0.3s showLeft;
}
.section5_promo .promo-none img {
  width: 100%;
  height: 252px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 2px 16px rgba(33, 43, 54, 0.08);
  box-shadow: 0 2px 16px rgba(33, 43, 54, 0.08);
  border-radius: 12px;
}
.section5_promo .promo-none p {
  margin-top: 20px;
  color: #e2beff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.section5_promo .promo-none-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section5_promo .promo-none-active p {
  text-align: center;
}
.section5_promo .promo-slider__item {
  width: 100%;
  margin-bottom: 24px;
  background: -o-linear-gradient(344.01deg, #360e49 1.11%, #1b0b2f 100%);
  background: linear-gradient(105.99deg, #360e49 1.11%, #1b0b2f 100%);
  border-radius: 6px;
  overflow: hidden;
  -webkit-animation: 0.3s showLeft;
  animation: 0.3s showLeft;
}
.section5_promo .promo-slider__item img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.section5_promo .promo-slider__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 176px;
  padding: 26px;
  text-decoration: none;
}
.section5_promo .promo-slider__item .title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.section5_promo .promo-slider__item .description {
  margin: 10px 0;
  color: #e2beff;
  font-size: 16px;
  line-height: 22px;
}
@-webkit-keyframes showLeft {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showLeft {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 58px 16px 62px;
}
.section_social h2 {
  color: #fff;
  font-family: Rubik;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
}
.section_social_wrap {
  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;
  width: 100%;
  margin-top: 53px;
}
@media (max-width: 360px) {
  .section_social_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section_social_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 160px;
  margin: 0 15px;
}
@media (max-width: 520px) {
  .section_social {
    padding-bottom: 0;
  }
  .section_social_link {
    margin-bottom: 56px;
  }
}
@media (max-width: 480px) {
  .section_social_link {
    margin: 0 10px 56px;
  }
}
@media (max-width: 390px) {
  .section_social_link {
    margin: 0 5px 56px;
  }
}
.section_social_link img {
  width: 65px;
  height: 65px;
  margin-bottom: 21px;
}
.section_social_link span {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
@media (max-width: 480px) {
  .section_social_link span {
    font-size: 14px;
  }
}
.section_social_link:hover span {
  color: #e2beff;
}
.section_social_link:active span {
  color: #f3b329;
}
.footer {
  width: 100%;
  background: #1a1029;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 83px;
}
.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .footer_links {
    display: none;
  }
}
.footer_links li {
  list-style: none;
}
.footer_links a {
  padding: 25px 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
.footer_links a:hover {
  color: #e2beff;
}
.footer_links a:active {
  color: #f3b329;
}
