:root {
  --ff-sec: "Friz Quadrata Std", "SPSL OldKingC";
  --ff-metal: "Metal Mania";
}
/* fonts */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-Regular.woff2") format("woff2"),
  url("../fonts/OpenSans-Regular.woff") format("woff"),
  url("../fonts/OpenSans-Regular.ttf") format("truetype"),
  url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-Medium.woff2") format("woff2"),
  url("../fonts/OpenSans-Medium.woff") format("woff"),
  url("../fonts/OpenSans-Medium.ttf") format("truetype"),
  url("../fonts/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/OpenSans-SemiBold.woff2") format("woff2"),
  url("../fonts/OpenSans-SemiBold.woff") format("woff"),
  url("../fonts/OpenSans-SemiBold.ttf") format("truetype"),
  url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Friz Quadrata Std";
  src: url("../fonts/FrizQuadrataStd.eot");
  src: url("../fonts/FrizQuadrataStd.eot?#iefix") format("embedded-opentype"),
  url("../fonts/FrizQuadrataStd.woff2") format("woff2"),
  url("../fonts/FrizQuadrataStd.woff") format("woff"),
  url("../fonts/FrizQuadrataStd.ttf") format("truetype"),
  url("../fonts/FrizQuadrataStd.svg#FrizQuadrataStd") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metal Mania";
  src: url("../fonts/MetalMania-Regular.eot");
  src: url("../fonts/MetalMania-Regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/MetalMania-Regular.woff2") format("woff2"),
  url("../fonts/MetalMania-Regular.woff") format("woff"),
  url("../fonts/MetalMania-Regular.ttf") format("truetype"),
  url("../fonts/MetalMania-Regular.svg#MetalMania-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metal Mania";
  src: url("../fonts/MetalMania-Regular.eot");
  src: url("../fonts/MetalMania-Regular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/MetalMania-Regular.woff2") format("woff2"),
  url("../fonts/MetalMania-Regular.woff") format("woff"),
  url("../fonts/MetalMania-Regular.ttf") format("truetype"),
  url("../fonts/MetalMania-Regular.svg#MetalMania-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SPSL OldKingC";
  src: url("../fonts/SPSLOldKingC.eot");
  src: url("../fonts/SPSLOldKingC.eot?#iefix") format("embedded-opentype"),
  url("../fonts/SPSLOldKingC.woff2") format("woff2"),
  url("../fonts/SPSLOldKingC.woff") format("woff"),
  url("../fonts/SPSLOldKingC.ttf") format("truetype"),
  url("../fonts/SPSLOldKingC.svg#SPSLOldKingC") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SPSL OldKingC";
  src: url("../fonts/SPSLOldKingC-Bold.eot");
  src: url("../fonts/SPSLOldKingC-Bold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/SPSLOldKingC-Bold.woff2") format("woff2"),
  url("../fonts/SPSLOldKingC-Bold.woff") format("woff"),
  url("../fonts/SPSLOldKingC-Bold.ttf") format("truetype"),
  url("../fonts/SPSLOldKingC-Bold.svg#SPSLOldKingC-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* BASIC SETTINGS */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input::placeholder {
  transition: 250ms ease all;
}
input:focus::placeholder {
  opacity: 0;
}
.wrapper-inner header {
  background: transparent;
}
html,
body {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  background: #020101;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}
body {
  height: fit-content;
  width: 100%;
  background: rgba(12, 13, 32, 1);
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
  min-height: 0;
}

:focus,
a:focus,
a:active :active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

img {
  display: block;
  vertical-align: top;
}
a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container {
  max-width: 1500px;
  padding: 0 30px;
  margin: 0 auto;
}
/* BASIC SETTINGS END*/
/* header */
header {
  background: url(../img/header-back.png) no-repeat center center;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
}
section {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.header-top {
  justify-content: space-between;
  position: absolute;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 240px;
  z-index: 10;
}
.header-top__center {
  position: absolute;
  transition: 250ms ease all;
  left: 50%;
  transform: translateX(-50%);
  top: 6px;
}
.header-top__center:hover {
  transform: translateX(-50%) scale(1.05);
  filter: brightness(1.3);
}
.header-top__left,
.header-top__right {
  width: 39.52%;
  position: relative;
  padding: 70px 0 22px;
  align-items: center;
  transition: 250ms ease all;
}

.header-top__center img {
  transition: 250ms ease all;
  width: 253px;
}
.features-slider__item:hover .features-slider-item__img {
  filter: brightness(1.2);
}

.header-nav {
  align-items: center;
}
.header-top__left {
  padding-left: 48px;
}
.header-top__right {
  padding-right: 16px;
  display: flex;
  justify-content: flex-end;
}
.header-nav__list li a,
.header-top__right a {
  text-transform: uppercase;
  color: rgb(229 254 255 / 60%);
  font-size: 16px;
  line-height: 24px;
  transition: 300ms ease all;
}
.header-nav__list li a:hover,
.header-top-right__register:hover {
  color: #bcf2fe;
  text-shadow: 0px 0px 20px rgba(120, 225, 253, 0.6);
}
.header-top-right__login:hover {
  color: #bcf2fe;
  border: 2px solid rgb(140 158 169 / 100%);
  text-shadow: 0px 0px 20px rgba(120, 225, 253, 0.6);
}
.header-nav__list,
.header-top__right {
  gap: 48px;
}
.header-welcome {
  padding: 315px 0 200px;
  max-width: 657px;
  height: 100%;
  margin-left: auto;
}
.header-top__left::before,
.header-top__right::before {
  content: "";
  width: 98px;
  height: 10px;
  position: absolute;
  left: 0;
  transition: 300ms ease opacity;
  bottom: 0;
  background: url(../img/header-line-left.png) no-repeat center center;
  background-size: cover;
  opacity: 0.1;
}
.header-top__right::before {
  background: url(../img/header-line-right.png) no-repeat center center;
  background-size: cover;
  left: unset;
  right: 0;
}
.header-top__box {
  width: 100%;
  justify-content: space-between;
}
.header-welcome__text {
  margin: 20px 0 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(229, 254, 255, 0.8);
  text-align: center;
}
.header-top__left::after,
.header-top__right::after {
  content: "";
  width: calc(100% - 100px);
  height: 2px;
  background: #90e1f5;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 98px;
  transition: 300ms ease opacity;
}
.header-welcome-bottom-btn__back img {
  filter: brightness(1.1) drop-shadow(0px 0px 14px rgb(22 218 225 / 30%));
}
.header-top__right::after {
  right: 98px;
  left: unset;
}
.header-top-right__login {
  border: 2px solid rgb(140 158 169 / 20%);
  border-radius: 9px;
  padding: 6px 15px;
}
.header-welcome__title,
.download-item__title {
  font-family: var(--ff-sec);
  background: linear-gradient(180deg, #68d8fc 0%, #beffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(120, 225, 253, 0.6);
}

.download-item__title {
  line-height: 48px;
}

.header-welcome__title span {
  display: block;
  font-size: 80px;
}
.download-btns__list {
  justify-content: center;
  gap: 16px;
}
.download-item__text {
  color: rgba(229, 254, 255, 0.8);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 452px;
  padding: 0 20px;
  margin: 16px auto 48px;
}
.center {
  margin: 0 auto;
}
.header-welcome-bottom__btn {
  position: relative;
  display: block;
  width: fit-content;
  transition: 300ms ease all;
}
.header-welcome-bottom__btn:hover {
  filter: brightness(1.2);
  letter-spacing: 1.1px;
}
.header-welcome-bottom-btn__text {
  position: absolute;
}
.header-welcome-bottom-btn__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 24.806201934814453px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.header-welcome__bottom {
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.hwbi-text__num {
  font-family: var(--ff-metal);
  color: #94ecfe;
  text-overflow: ellipsis;
  text-shadow: 0px 0px 20px rgba(98, 213, 249, 0.6);
  font-size: 32px;
  font-weight: 400;
  line-height: 32px; /* 100% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 5px;
  background: linear-gradient(180deg, #68d8fc 0%, #beffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hwbi-text__in-game {
  color: rgba(229, 254, 255, 0.8);
  text-shadow: 0px 0px 20px rgba(98, 213, 249, 0.6);
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #68d8fc 0%, #beffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-welcome-bottom__info {
  align-items: center;
}
.header-news-slider-item {
  position: relative;
  min-height: 362px;
  display: block;
  overflow: hidden;
}

.hnsi__back img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  transition: transform 300ms ease;
}
.header-news-slider-item:hover .hnsi__back img {
  transform: scale(1.1);
}
.header-news-slider-item::before,
.header-news-slider-item::after {
  content: "";
  width: 100%;
  background: url(../img/news-slider-top-line.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  z-index: 1;
}
.header-news-slider-item::after {
  top: unset;
  bottom: 0;
  background: url(../img/news-slider-bottom-line.png) no-repeat center center;
  background-size: cover;
}
.header-news__slider {
  display: flex;
  position: relative;
}

.hnsi__back::after {
  content: "";
  background: linear-gradient(#0a173500 50%, #0a1735);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hnsi__content {
  position: absolute;
  bottom: 32px;
  z-index: 1;
  left: 24px;
  right: 24px;
}
.hnsi-content__title {
  color: rgba(229, 254, 255, 0.8);
  font-family: var(--ff-sec);
  text-overflow: ellipsis;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
  transition: 300ms ease color;
}
.hnsi-content__title:hover {
  color: #fff;
}
.hnsi-content__date {
  color: rgba(229, 254, 255, 0.4);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.header-news__slider .owl-stage {
  display: flex;
}
.header-news__slider .owl-stage-outer {
  overflow: hidden;
}
.header-news__slider .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
  gap: 8px;
  display: flex;
}
.header-news__title {
  background: linear-gradient(180deg, #68d8fc 0%, #beffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--ff-sec);
  text-shadow: 0px 0px 20px rgba(120, 225, 253, 0.6);
}
.header-news__top {
  margin-bottom: 40px;
}
.header-news__all {
  color: rgba(229, 254, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 112px;
  display: flex;
  align-items: center;
  transition: color 300ms ease;
}
.header-news__all:hover {
  color: rgba(229, 254, 255, 1);
}
.header-news__slider .owl-nav button {
  width: 40px;
  height: 40px;
  background: url(../img/slider-btn.png) no-repeat center center;
  background-size: cover;
  position: relative;
  transition: all 300ms ease;
}
.header-news__slider .owl-nav button:hover {
  filter: brightness(1.2);
}
.header-news__slider .owl-nav button.disabled:hover {
  filter: brightness(1);
  cursor: default;
}
.owl-nav button.disabled {
  opacity: 0.5;
}
.header-news__slider .owl-nav button span {
  color: #fff;
  font-size: 28px;
  position: absolute;
  width: 100%;
  height: 84%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 28px;
}
.header {
  padding-bottom: 130px;
}
header,
footer,
section {
  position: relative;
}
header::after,
section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 11px;
  background: url(../img/sections-line.png) no-repeat center center;
  background-size: cover;
  bottom: 0;
  margin: 0 auto;
  max-width: 1920px;
}

/* features */
section.features,
.modifications,
.gifts,
.req {
  background: url(../img/features-back.png) no-repeat center center;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
  padding: 70px 0 112px;
}

.gifts {
  padding: 60px 0 100px;

  background: url(../img/gifts-back.png) no-repeat center center;
  background-size: cover;
}
.req {
  background: url(../img/req-back.png) no-repeat center center;
  background-size: cover;
}
.modifications {
  background: url(../img/modifications-back.png) no-repeat center center;
  background-size: cover;
}
.owl-stage-outer {
  overflow: hidden;
}
.owl-stage {
  display: flex;
}
.features-slider-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 192px;
  transition: 250ms ease all;
}
.features-slider-item__title {
  text-align: center;
  text-shadow: 0px 0px 20px rgba(120, 225, 253, 0.6);
  font-family: var(--ff-sec);
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  margin: 16px 0;
  background: linear-gradient(180deg, #68d8fc 0%, #beffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-slider-item__text {
  color: rgba(229, 254, 255, 0.8);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.36px;
  padding: 0 36px;
  transition: 300ms ease all;
}
.features__slider .owl-nav button span,
.gifts__slider .owl-nav button span {
  color: #fff;
  font-size: 28px;
  position: absolute;
  width: 100%;
  height: 84%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 28px;
}

.features__slider .owl-nav button,
.gifts__slider .owl-nav button {
  width: 40px;
  height: 40px;
  background: url(../img/slider-btn.png) no-repeat center center;
  background-size: cover;
  position: relative;
  transition: all 300ms ease;
}
.features__slider,
.gifts__slider {
  position: relative;
}
.features__slider .owl-nav,
.gifts__slider .owl-nav {
  justify-content: center;
  display: flex;
  margin-top: 64px;
  align-items: center;
  gap: 32px;
}
.features__slider .owl-dots button span,
.gifts__slider .owl-dots button span {
  background: url(../img/section-slider-dots.png) no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 24px;
  transition: 300ms ease all;
  display: block;
}
.features__slider .owl-dots button,
.gifts__slider .owl-dots button {
  width: 34px;
  height: 32px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(1);
  transition: 300ms ease all;
}
.features__slider .owl-nav .owl-dots button span,
.gifts__slider .owl-nav .owl-dots button span,
.gifts__slider .owl-nav .owl-dots button span {
  position: static;
}
.gifts-slider__item {
  min-height: 320px;
  position: relative;
}
.gifts-slider-item__mini-pic {
  position: absolute;
  right: 24px;
  top: 24px;
}
.features__slider .owl-dots,
.gifts__slider .owl-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.gifts-slider-item__back img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-big__bg img {
  width: 100%;
}
.features__slider .owl-dots button.active,
.gifts__slider .owl-dots button.active {
  filter: unset;
}
.gifts .section__title {
  margin: 0 auto 40px;
  max-width: 620px;
}
.features__slider .owl-dots button.active span,
.gifts__slider .owl-dots button.active span {
  width: 34px;
  height: 32px;
}
.features-slider-item__img img {
  transition: 300ms ease all;
}
.features-slider__item:hover .features-slider-item__img img {
  transform: scale(1.05);
}
.features-slider__item:hover .features-slider-item__text {
  color: #fff;
}
.owl-nav button.disabled {
  cursor: default;
}
/* stream */
section.stream {
  background: url(../img/stream-back.png) no-repeat center center;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
  padding: 70px 0;
}
.section__title {
  margin-bottom: 40px;
  background: linear-gradient(180deg, #68d8fc 0%, #beffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(120, 225, 253, 0.6);
  font-family: var(--ff-sec);
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
/* footer */
footer {
  background: url(../img/footer-back.png) no-repeat center center;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
  padding: 150px 0 0;
}
footer .header-welcome__text,
.download .header-welcome__text {
  max-width: 657px;
  margin: 16px auto 40px;
}
footer .header-welcome-bottom__btn {
  margin: 0 auto;
}
.header-top::after {
  content: "";
  width: 100%;
  height: calc(100% + 25px);
  position: absolute;
  background: rgb(3 7 24 / 50%);
  z-index: -1;
  backdrop-filter: blur(6px);
  left: 0;
  right: 0;
  opacity: 0;
  transition: 300ms ease opacity;
}
.header-burger {
  display: none;
}
.footer__bottom {
  margin-top: 150px;
  padding: 50px 0;
  border-top: 1px solid rgba(144, 225, 245, 0.1);
  justify-content: space-between;
}
.footer-bottom__rights {
  color: rgba(229, 254, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
}
.footer-bottom-center__developed {
  color: rgba(229, 254, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-wrap: nowrap;
  align-items: center;
  gap: 10px;
  transition: 300ms ease all;
}
.stream-slider__item {
  position: relative;
}
.footer-bottom-center__developed img {
  flex: 0 0 auto;
  transition: 300ms ease all;
}
.stream-slider-item__border img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.fbcd__img {
  position: relative;
}

.fbcd__img img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.stream-slider-item__back img {
  width: 100%;
  height: 100%;
}
.stream .owl-item.active {
  transform: scale(0.9);
  transition: 500ms ease all;
  min-height: 223px;
  max-height: 223px;
}
.stream .owl-item.active.center {
  transform: scale(1.834);
  transition: 500ms ease all;
  max-height: 400px;
}
.stream__slider .owl-nav {
  justify-content: center;
  display: flex;
  margin-top: 0px;
  align-items: center;
  gap: 32px;
}
.stream__slider .owl-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.stream__slider .owl-nav .owl-dots button {
  width: 34px;
  height: 32px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(1);
  transition: 300ms ease all;
}
.stream__slider .owl-nav .owl-dots button span {
  position: static;
}
.stream__slider .owl-dots button.active {
  filter: unset;
}
.stream-slider-item__play {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.text-area .stream-slider-item__play img {
  width: 75px;
  height: 75px;
}
.text-area .stream-slider-item__play img:nth-child(2) {
  width: 19px;
  transform: translate(-36%, -48%);
}
.stream-slider-item__play img {
  width: 64px;
}
.stream__slider .owl-nav .owl-dots button span {
  background: url(../img/section-slider-dots.png) no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 24px;
  transition: 300ms ease all;
  display: block;
}
.stream__slider .owl-item.center .stream-slider-item__play img {
  width: 47px;
}
.stream__slider .owl-item.center .stream-slider-item__play img:nth-child(2) {
  width: 10px;
}
.stream-slider-item__play img:nth-child(2) {
  position: absolute;
  width: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-36%, -46%);
}
.stream__slider .owl-dots button.active span {
  width: 34px;
  height: 32px;
}
.stream__slider .owl-nav button {
  width: 40px;
  height: 40px;
  background: url(../img/slider-btn.png) no-repeat center center;
  background-size: cover;
  position: relative;
  transition: all 300ms ease;
}
.stream__slider {
  position: relative;
}
.stream__slider .owl-nav button span {
  color: #fff;
  font-size: 28px;
  position: absolute;
  width: 100%;
  height: 84%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 28px;
}
.stream .owl-stage {
  padding: 92px 0;
}
.stream-slider-item__back {
  height: 100%;
}
.footer-bottom-center__developed:hover {
  color: rgba(229, 254, 255, 1);
}
.footer-bottom-center__developed:hover .fbcd__img img:nth-child(1) {
  opacity: 0;
}
.footer-bottom-center__developed:hover .fbcd__img img:nth-child(2) {
  opacity: 1;
}
.footer-bottom__right {
  gap: 40px;
  display: flex;
}
.footer-bottom-right__terms,
.footer-bottom-right__policy {
  color: rgba(229, 254, 255, 0.6);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
  transition: 300ms ease all;
}
.footer-bottom-right__terms:hover,
.footer-bottom-right__policy:hover {
  color: rgba(229, 254, 255, 1);
}
.wrapper {
  background: #101329;
  background-size: cover;
}
.wrapper::after {
  content: url(../img/dowload-back.png) no-repeat center center;
  width: 100%;
  top: 0;
}
.download-btns__list .header-welcome-bottom-btn__back img {
  filter: unset;
}
.download__content {
  background: url(../img/download-content-back.png) no-repeat center center;
  background-size: cover;
}
.download__item {
  position: relative;
  padding: 88px 20px;
}
.download__item::after {
  content: "";
  width: 100%;
  height: 11px;
  background: url(../img/download-item-line.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -6px;
  left: 0;
}
.download-req {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-left: 1px solid rgb(255 255 255 / 10%);
  border-right: 1px solid rgb(255 255 255 / 10%);
}
.download-req::before {
  content: "";
  width: calc(100% + 2px);
  height: 7px;
  position: absolute;
  top: -1px;
  left: -1px;
  background: url(../img/download-table-top.png) no-repeat center center;
  background-size: cover;
}
.download-req::after {
  content: "";
  width: calc(100% + 2px);
  height: 7px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background: url(../img/download-table-bottom.png) no-repeat center center;
  background-size: cover;
}
.download-req__top {
  background: rgb(167 229 203 / 2%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.download-req-top__item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  width: 25%;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  padding: 10px 12px;
  padding-top: 15px;
  border-right: 1px solid rgb(255 255 255 / 10%);
}
.download-req-top__item:last-child {
  border-right: 0;
}
.download-req-item__info {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  width: 25%;
  border-right: 1px solid rgb(255 255 255 / 10%);
  padding: 26px 12px;
}
.download-req-item__info:last-child {
  border-right: 0;
}
.download-req__item {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.download-req__item:last-child .download-req-item__info {
  padding-bottom: 32px;
}
.download-req__item:last-child {
  border-bottom: unset;
}
.wrapper header::after {
  display: none;
}

.wrapper-text-page::before {
  min-height: 710px;
  background: url(../img/text-page-back.png) no-repeat center center;
  background-size: cover;
}
.wrapper-news-page::before {
  min-height: 668px;
  background: url(../img/news-page-back.png) no-repeat center center;
  background-size: cover;
}
.all-news {
  padding-top: 130px;
  padding-bottom: 150px;
}
.download {
  padding-top: 170px;
  padding-bottom: 140px;
  position: relative;
}
.download__item:last-child::before {
  content: "";
  width: 100%;
  height: 11px;
  background: url(../img/download-item-line.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.download .header-welcome__text {
  margin-bottom: 91px;
}
.all-news__list {
  display: grid;
  row-gap: 24px;
  justify-content: space-between;
  grid-template-columns: repeat(4, calc(25% - 24px));
}
.all-news__title {
  margin-bottom: 48px;
}
.news-page,
.text-page {
  padding-top: 430px;
  padding-bottom: 150px;
}
.news-page__title {
  text-align: center;
}
.news-page__content {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.news-page__content p {
  color: rgba(229, 254, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.news-page__content {
  flex-direction: column;
}
.news-page__content > :not(:first-child) {
  margin-top: 48px;
  margin-bottom: 0 !important;
}
.news-page-img--big,
.news-page-img-list__item {
  position: relative;
}
.text-area > img {
  max-width: 100%;
}

.news-page-img--list {
  gap: 24px;
}
.text-area {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .text-area {
    font-size: 16px;
    line-height: 20px;
  }
}
.text-area > *:not(:first-child) {
  margin-top: 28px;
}
.text-area > img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.text-area p b {
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 240, 210, 0.6);
}
.text-area p img {
  height: auto !important;
  max-width: 100% !important;
  vertical-align: middle;
}
.text-area ul,
.text-area ol {
  padding-left: 26px;
}
.text-area ul li,
.text-area ol li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
.table-bg {
  margin: 24px 0 !important;
}
.text-area ol li {
  padding-left: 0;
}
.text-area ul li::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  background: url(../img/list-mark.png) no-repeat center center;
  background-size: cover;
  left: -20px;
  top: 9px;
}
@media (max-width: 1024px) {
  .text-area ul li,
  .text-area ol li {
    font-size: 16px;
    line-height: 20px;
  }
}
.text-area ul li::marker,
.text-area ol li::marker {
  font-weight: 700;
}
.text-area ul li:not(:first-child),
.text-area ol li:not(:first-child) {
  margin-top: 4px;
}
.text-area ul li img,
.text-area ol li img {
  vertical-align: middle;
}
.text-area ul li {
  position: relative;
  color: rgba(229, 254, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  list-style-type: none;
}
.text-area ul ul:not(:first-child) {
  margin-top: 15px;
}
.accardion-box-item__top {
  align-items: center;
  padding: 16px 0;
  cursor: pointer;
  justify-content: space-between;
}
.abit__left {
  background: linear-gradient(180deg, #68d8fc 0%, #beffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 40px;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-family: var(--ff-sec);
  text-shadow: 0px 0px 20px rgba(120, 225, 253, 0.6);
  font-size: 24px;
  line-height: 32px;
}
.video-big {
  position: relative;
  margin: 48px 0 32px !important;
}
.abit__right {
  position: relative;
  align-items: center;
  justify-content: center;
}
.accardion-box-item__top.active .abit__right img:nth-child(2) {
  transform: rotate(180deg);
}
.abit__right img:nth-child(2) {
  position: absolute;
  transition: 250ms ease all;
}
.text-area .news-page-img--list {
  margin-bottom: 48px !important;
}
.text-page {
  padding-bottom: 118px;
}
.accardion__box {
  margin: 24px 0 32px !important;
}
.abit__right {
  transition: 250ms ease all;
}
.accardion-box-item__top.active .abit__right img:nth-child(2) {
  transform: rotate(180deg);
}
.icon-stroke__line-text-content {
  font-size: 18px;
  line-height: 24px;
  text-shadow: 0 0 8px rgba(255, 240, 210, 0.6);
}
.text-area a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.accardion-box__item {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.text-area hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.accardion-box-item-bottom-box {
  display: none;
  padding-bottom: 20px;
}

.download__content .text-area {
  max-width: 950px;
  margin: 0 auto;
}
.text-area h1,
.text-area h2,
.text-area h3,
.text-area h4,
.text-area h5,
.text-area h6 {
  background: linear-gradient(180deg, #68d8fc 0%, #beffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 40px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--ff-sec);
  text-shadow: 0px 0px 20px rgba(120, 225, 253, 0.6);
}
.text-area h1 {
  font-size: 48px;
  line-height: 48px;
}

.text-area h2 {
  font-size: 32px;
  line-height: 32px;
}
.text-area h3 {
  font-size: 24px;
  line-height: 32px;
}
.text-area h4 {
  font-size: 18px;
  line-height: 24px;
}
.text-area .download-req {
  margin: 48px 0 !important;
}
.text-area h5,
.text-area h6 {
  font-size: 16px;
  line-height: 24px;
}
.text-area table {
  width: 100% !important;
  min-width: 700px;
  border-collapse: collapse;
}
.text-area table tr td {
  padding: 26px 12px;
}
.text-area table tr td img {
  vertical-align: middle;
}
.text-area table thead tr td {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(167, 229, 203, 0.02);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
  border: 1px solid;
  padding: 15px 12px;
  padding-top: 20px;
}
.text-area table tbody tr:last-child td {
  padding-bottom: 31px;
}
.text-area table tbody tr td {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  line-height: 24px; /* 150% */
  letter-spacing: 0.16px;
  border: 1px solid;
}

.text-area table td {
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-width: 1px;
}
.text-area .table-bg::before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../img/download-table-top.png) no-repeat center center;
  background-size: cover;
}
.text-area .table-bg::after {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(../img/download-table-bottom.png) no-repeat center center;
  background-size: cover;
}
.text-area p {
  color: rgba(229, 254, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.text-area p a {
  color: #68d8fc;
}
.text-area b {
  color: #fff;
}
.table-bg {
  width: 100%;
  overflow-x: auto;
  position: relative;
}

.text-page__wrapper {
  max-width: 950px;
  margin: 0 auto;
}
.text-page .news-page__title {
  margin-bottom: 48px;
}
.text-area > hr {
  margin: 48px 0 !important;
}
.header-welcome__bottom--promo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#countdown ul li {
  background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0) 0%,
          rgba(255, 255, 255, 0.1) 100%
  );
  width: 120px;
  height: 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#countdown ul {
  gap: 2px;
}
#countdown ul li:nth-child(1) {
  border-radius: 0 0 0 12px;
}
#countdown ul li:nth-child(4) {
  border-radius: 0 0 12px 0;
}
#countdown ul li span {
  color: #94ecfe;
  text-overflow: ellipsis;
  text-shadow: 0px 0px 20px rgba(98, 213, 249, 0.6);
  font-family: Metal Mania;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
#countdown ul li {
  color: rgba(229, 254, 255, 0.8);
  text-shadow: 0px 0px 20px rgba(98, 213, 249, 0.6);
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 120% */
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.header-promo {
  padding: 67px 0 165px;
}
.header-promo .header-welcome {
  padding-bottom: 0;
  padding-top: 0;
}
.header-welcome-logo {
  width: fit-content;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
header.header-promo {
  background: url(../img/header-back.png) no-repeat 0 -72px;
}

.tab_item {
  display: none;
}
.tab_item:first-child {
  display: block;
}
.modification-content__left {
  position: relative;
  min-width: 589px;
  max-width: 589px;
}
.modification-content__left img {
  width: 100%;
}
.modification-content__right {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(5px);
  width: -webkit-fill-available;
}
.modification-content__left::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/modifications-back-line.png) no-repeat center center;
  background-size: cover;
}
.modification-content__right .tab {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  text-overflow: ellipsis;
  font-family: Friz Quadrata Std;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  padding: 4px 24px 14px;
  transition: 250ms ease all;
  line-height: 32px;
  border-bottom: 1px solid transparent;
  position: relative;
  bottom: -1px;
}
.tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modification-content__right .tab .tab__text {
  transition: 250ms ease all;
}
.modification-content__right .tab.active {
  text-align: center;
  font-family: var(--ff-sec);
}
.modification-content__right .tab.active {
  border-bottom: 1px solid #68d8fc;
  background: radial-gradient(
          50% 50% at 48.21% 100%,
          rgba(104, 216, 252, 0.4) 0%,
          rgba(190, 255, 255, 0) 100%
  );
  text-shadow: 0px 0px 20px rgba(120, 225, 253, 0.6);
}
.modification-content__right .tab.active .tab__text {
  background: linear-gradient(180deg, #68d8fc 0%, #beffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab_item {
  padding: 24px 0 0;
  flex-direction: column;
}
.tab_item > *:not(:first-child) {
  margin-top: 24px;
}
.tab_item p {
  color: rgba(229, 254, 255, 0.8);

  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.36px;
}
.gsic__title {
  background: linear-gradient(180deg, #68d8fc 0%, #beffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(120, 225, 253, 0.6);
  font-family: var(--ff-sec);
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
  line-height: 28px;
}
.gifts-slider__item {
  position: relative;
}
.gifts-slider__item--back {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #0a1735 37%, transparent 103%);
}
.gifts-slider-item__content {
  position: absolute;
  bottom: 32px;
  right: 16px;
  left: 16px;
  text-align: center;
  z-index: 1;
}
.gifts-slider-item__mini-pic {
  z-index: 1;
}
.gifts-slider-item__mini-pic img {
  width: 48px;
  height: 48px;
  filter: drop-shadow(0 0 11px #6c582b);
}
.gifts-slider-item-mini--purple img {
  filter: drop-shadow(0 0 11px #32193f);
}
.gifts-slider-item-mini--green img {
  filter: drop-shadow(0 0 11px #25362f);
}
.gifts-slider-item-mini--red img {
  filter: drop-shadow(0 0 11px #3f1918);
}
.gifts-slider-item-mini--brown img {
  filter: drop-shadow(0 0 11px #281f17);
}
.gsic__text {
  color: rgba(229, 254, 255, 0.8);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
}
.gifts-slider__item::before,
.gifts-slider__item::after {
  content: "";
  width: 100%;
  background: url(../img/news-slider-top-line.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7px;
  z-index: 1;
}
.gifts-slider__item::after {
  top: unset;
  bottom: 0;
  background: url(../img/news-slider-bottom-line.png) no-repeat center center;
}
.download-req__wrap {
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0d0f21;
}
::-webkit-scrollbar-thumb {
  background: #6a7797;
}
.news-page-img--big img {
  width: 100%;
}
.news-page-img-list__item img {
  width: 100%;
}
.tab_content {
  height: 100%;
}
.tabs-req__wrapper .text-area table tbody tr td {
  vertical-align: baseline;
}
.tabs-req__wrapper .text-area table tbody tr td:nth-child(2) {
  color: rgba(255, 240, 210, 0.8);
}
.tabs-req__wrapper .tab.active {
  color: #bcf2fe;
  text-shadow: 0px 0px 20px rgba(120, 225, 253, 0.6);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  border-bottom: 1px solid #536c83;
  font-weight: 500;
  line-height: 24px;
  transition: 250ms ease all;
  text-transform: uppercase;
}
.tabs-req__wrapper .tabs {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.tabs-req__wrapper .text-area table tr td {
  padding: 20px 12px;
}
.tabs-req__wrapper .tab {
  border-bottom: 1px solid transparent;
  padding: 8px 16px 16px;
  position: relative;
  cursor: pointer;
  transition: 250ms ease all;
  color: rgba(229, 254, 255, 0.4);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  bottom: -1px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.tabs-req__wrapper {
  max-width: 950px;
  margin: 0 auto;
}
.modification-content__left,
.modification-content__right {
  max-height: 420px;
}
.wrapper__back {
  position: absolute;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 10px 10px 10px 10px #fff;
}
.wrapper__back img {
  width: 100%;
}
.wrapper__back::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #040714 0%, transparent, #101329 87%);
}
.download-stone__left img,
.download-stone__right img {
  position: absolute;
}
.download-stone {
  position: absolute;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.download-stone__left img {
  top: 311px;
  left: 45px;
}
.download-stone__right img {
  position: absolute;
  right: 40px;
  top: 91px;
}
