@font-face {
  font-family: "Unbounded";
  src:
    url("../fonts/Unbounded-Light.woff2") format("woff2"),
    url("../fonts/Unbounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded";
  src:
    url("../fonts/Unbounded-Regular.woff2") format("woff2"),
    url("../fonts/Unbounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Unbounded";
  src:
    url("../fonts/Unbounded-Medium.woff2") format("woff2"),
    url("../fonts/Unbounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Haval";
  src:
    url("../fonts/Haval-Light.woff2") format("woff2"),
    url("../fonts/Haval-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Wormbox";
  src: url("../fonts/wormbox_rounded.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div {
  display: block;
  width: 100%;
  height: auto;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-value {
  background: none;
  color: #003159;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  color: #003159 !important;
}

textarea {
  overflow: auto;
}

input,
button,
textarea,
select,
a,
option {
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

img {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

*:focus-visible {
  outline: none;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
}

label.error {
  display: none !important;
}

html,
body {
  background: #0c0d14;
}

body {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: "Unbounded", sans-serif;
  line-height: normal;
  font-weight: 400;
  color: #fff;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
}

.site__wrapper {
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  margin: auto;
  position: relative;
}

.container {
  width: 85rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.main {
  width: 100%;
  height: auto;
}

.main__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg__shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(12, 13, 20, 0.8);
}

.header__section {
  width: 100%;
  height: auto;
  background: -webkit-linear-gradient(top, #0a0b11 11%, rgba(10, 11, 17, 0) 100%);
  background: linear-gradient(180deg, #0a0b11 11%, rgba(10, 11, 17, 0) 100%);
  position: relative;
  z-index: 1;
}

.header__section-wrapper {
  width: 100%;
  height: auto;
  padding: 2.6rem 0 6.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header__about-link {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.7rem;
  font-family: "Haval", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #fff;
}

.header__about-link img {
  width: 1.75rem;
  height: auto;
}

.header__about-link span {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.header__right {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 3rem;
  position: relative;
}

.user {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.7rem;
}

.user__character {
  width: 1.75rem;
  height: auto;
}

.user__name {
  font-family: "Haval", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #fff;
}

.logout {
  width: 1.75rem;
  height: auto;
  cursor: pointer;
}

.logout img {
  width: 100%;
  height: auto;
}

.header__enter-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.7rem;
  font-family: "Haval", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.8rem;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 540px) {
  .header__about-link {
    gap: 0.5rem;
    font-size: 0.65rem;
  }
  .header__enter-link {
    gap: 0.5rem;
    font-size: 0.65rem;
  }
}

.header__enter-link span {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-decoration: underline;
}

.header__enter-link.active .header__enter-tringle {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header__login-wrapper {
  width: auto;
  height: auto;
  position: relative;
}

.login__drop {
  width: 16.25rem;
  height: auto;
  padding: 1.875rem 0.94rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #0c0d14;
  border-radius: 1.25rem;
  position: absolute;
  top: 3rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-10%);
  -ms-transform: translateX(-50%) translateY(-10%);
  -o-transform: translateX(-50%) translateY(-10%);
  transform: translateX(-50%) translateY(-10%);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

.login__drop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.login__drop:before {
  content: "";
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  position: absolute;
  top: -12px;
  left: 50%;
  background-image: url(../img/modal-tringle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.login__drop-link {
  width: 100%;
  height: auto;
  padding: 0.625rem;
  border-radius: 1.25rem;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.625rem;
  font-weight: 400;
  font-size: 0.75rem;
  text-align: center;
  color: #0c0d14;
  cursor: pointer;
  font-family: "Haval", sans-serif;
}

.login__drop-link img {
  width: 1.5rem;
  height: auto;
}

.login__drop-link:last-child {
  margin-bottom: 0;
}

.google__link {
  background-color: #fff;
}

.x__link {
  background: #000;
  color: #fff;
}

.telegram__link {
  color: #fff;
  background: #2aabee;
}

.header__enter-tringle {
  width: 0.875rem;
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header__lang-wrapper {
  width: auto;
}

.header__lang {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

.header__lang.active .header__lang-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__lang .header__lang-flag {
  width: 1.75rem;
  height: auto;
}

.header__lang .header__lang-arrow {
  width: 1rem;
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.lang__modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: auto;
  height: auto;
  gap: 0.5rem;
  padding: 0.8rem;
  background: #0c0d14;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 100;
  pointer-events: none;
}

.lang__modal.active {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.lang__modal:before {
  content: "";
  width: 21px;
  height: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: -12px;
  right: 1.5rem;
  background-image: url(../img/modal-tringle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.lang__modal-btn {
  display: inline-block;
  width: 1.75rem;
  height: auto;
  pointer-events: auto;
}

.lang__modal-btn img {
  width: 100%;
  height: auto;
}

.main__section {
  width: 100%;
  height: 100%;
}

.main__section-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
  pointer-events: none;
}

.main__wrapper {
  margin-top: -7.9rem;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main__subtitle {
  font-weight: 300;
  font-size: 1.1rem;
  letter-spacing: 1.18em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 1.4rem;
  -webkit-transform: translateY(-10rem);
  -ms-transform: translateY(-10rem);
  -o-transform: translateY(-10rem);
  transform: translateY(-10rem);
  opacity: 0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation: title 2s forwards;
  animation: title 2s forwards;
}

@-webkit-keyframes title {
  0% {
    -webkit-transform: translateY(-10rem) scale(0.3);
    transform: translateY(-10rem) scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes title {
  0% {
    -webkit-transform: translateY(-10rem) scale(0.3);
    -o-transform: translateY(-10rem) scale(0.3);
    transform: translateY(-10rem) scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}

.main__title {
  width: 33rem;
  height: auto;
  font-family: "Wormbox", sans-serif;
  font-weight: 700;
  font-size: 7.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 3.125rem;
  -webkit-animation: title 2s forwards;
  animation: title 2s forwards;
}

.main__gamepad-link {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.8rem;
  font-family: "Haval", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  pointer-events: auto;
}

.main__gamepad-link img {
  width: 4rem;
  height: auto;
}

.play {
  width: auto;
  height: auto;
  background: -webkit-linear-gradient(top, rgba(186, 250, 86, 0.4) 0%, rgba(186, 250, 86, 0.05) 100%);
  background: linear-gradient(180deg, rgba(186, 250, 86, 0.4) 0%, rgba(186, 250, 86, 0.05) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 2.5rem;
  padding: 1.125rem 3rem 0.8rem;
  border: 1px solid #25262d;
  box-shadow: 0 5px 5px 0 rgba(1, 6, 21, 0.5);
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: auto;
  text-transform: uppercase;
  min-width: 10rem;
  text-align: center;
}

.play span {
  font-family: "Haval", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.play:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-linear-gradient(bottom, rgba(186, 250, 86, 0.1) 0%, rgba(186, 250, 86, 0.1) 100%);
  background: linear-gradient(0deg, rgba(186, 250, 86, 0.1) 0%, rgba(186, 250, 86, 0.1) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.play:after {
  content: "";
  width: 5.125rem;
  height: 2px;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 1px 5px 0 #bafa56;
  background: #bafa56;
  border-radius: 2px;
  -webkit-animation: btn-light 3s infinite;
  animation: btn-light 3s infinite;
}

.play:hover:before {
  opacity: 1;
}

@-webkit-keyframes btn-light {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

@keyframes btn-light {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

.navigation__section {
  width: 100%;
  height: auto;
  background: -webkit-linear-gradient(bottom, #0a0b11 11%, rgba(10, 11, 17, 0) 100%);
  background: linear-gradient(0deg, #0a0b11 11%, rgba(10, 11, 17, 0) 100%);
  position: relative;
  z-index: 1;
}

.navigation__section-wrapper {
  width: 100%;
  height: auto;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 2rem;
}

.navigation {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 1.875rem;
  background: #0c0d14;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 1.8rem 2rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  gap: 1rem;
}

.social__modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -6.5rem;
  left: 50%;
  width: auto;
  height: auto;
  gap: 2rem;
  padding: 1rem 1.4rem;
  background: #0c0d14;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
  -o-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 100;
  pointer-events: none;
}

.social__modal.active {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.social__modal:before {
  content: "";
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: -12px;
  left: 50%;
  background-image: url(../img/modal-tringle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.support__modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: -6.5rem;
  left: 50%;
  width: auto;
  height: auto;
  gap: 2rem;
  padding: 1rem 1.4rem;
  background: #0c0d14;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
  -o-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 100;
  pointer-events: none;
}

.support__modal.active {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.support__modal:before {
  content: "";
  width: 21px;
  height: 12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: -12px;
  left: 50%;
  background-image: url(../img/modal-tringle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.social__link {
  display: block;
  width: auto;
  height: 1.43rem;
  cursor: pointer;
}

.social__link img {
  width: auto;
  height: 100%;
}

.support__link {
  display: block;
  width: auto;
  height: 1.43rem;
  cursor: pointer;
}

.support__link img {
  width: auto;
  height: 100%;
}

.navigation__link-wrapper {
  width: auto;
  height: auto;
  position: relative;
}

.navigation__link {
  width: 6rem;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 0.4rem;
  font-weight: 400;
  font-family: sans-serif;
  font-size: 1rem !important;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
}

.navigation__link.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.navigation__link:before {
  content: "";
  width: 7.5rem;
  height: 5.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-image: url(../img/nav/nav-active.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navigation__link:after {
  content: "";
  width: 1.5rem;
  height: 2px;
  box-shadow: 0 1px 5px 0 #bafa56;
  background: #bafa56;
  border-radius: 2px;
  position: absolute;
  top: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navigation__link img {
  width: auto;
  height: 2rem;
}

.navigation__link.active:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.navigation__link.active:after {
  opacity: 1;
  -webkit-animation: btn-light 3s infinite;
  animation: btn-light 3s infinite;
}

@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 1080px) {
  html {
    font-size: 14px;
  }

  .container {
    width: 50rem;
  }

  .main__wrapper {
    margin-top: 0;
  }

  .main__section-wrapper {
    z-index: auto;
  }
}

@media (orientation: landscape) and (max-width: 1080px) {
  html {
    font-size: 1.4vw;
  }

  .header__section-wrapper {
    padding: 2rem 0 2rem;
  }

  .main__subtitle {
    font-size: 0.8rem;
    letter-spacing: 1em;
    margin-bottom: 1rem;
  }

  .main__title {
    font-size: 5.5rem;
    margin-bottom: 0.125rem;
  }

  .main__gamepad-link img {
    width: 3rem;
  }

  .navigation__section-wrapper {
    width: 100%;
    padding: 0rem 0 1rem;
  }
}

@media (max-width: 700px) {
  .container {
    width: 100vw;
    padding: 0 15px;
  }
}

@media (max-width: 540px) {
  html {
    font-size: 3vw;
  }

  .main__wrapper {
    margin-top: -3rem;
    z-index: auto;
  }

  .header__section-wrapper {
    padding: 2.6rem 0 8.6rem;
  }

  .header__right {
    gap: 2rem;
  }

  .header__about-link img {
    width: 1.85rem;
  }

  .user__character {
    width: 1.85rem;
  }

  .logout {
    width: 1.85rem;
  }

  .header__lang-flag {
    width: 1.85rem;
  }

  .header__right {
    gap: 1.5rem;
  }

  .main__subtitle {
    font-size: 0.8rem;
    letter-spacing: 0.91em;
    margin-bottom: 1rem;
  }

  .main__title {
    width: 24rem;
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }

  .header__section {
    position: relative;
    z-index: 2;
  }

  .lang__modal {
    position: fixed;
    top: 9rem;
    right: 15px;
    bottom: auto;
  }

  .navigation__section-wrapper {
    padding: 0rem 0 2rem;
    gap: 1rem;
  }

  .navigation__section .container {
    padding: 0;
  }

  .navigation {
    width: 100%;
  }

  .navigation__link {
    width: 5.2rem;
    font-size: 0.6rem !important;
  }

  .navigation__link:before {
    width: 6rem;
    height: 5rem;
  }

  .social__modal {
    left: 0;
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }

  .social__modal.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
  }

  .social__modal:before {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 1.6rem;
  }

  .support__modal {
    left: 0;
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }

  .support__modal.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
  }

  .support__modal:before {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 1.6rem;
  }
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: -webkit-radial-gradient(50% 50%, 50% 50%, #0c0d14 0%, rgba(12, 13, 20, 0.7) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #0c0d14 0%, rgba(12, 13, 20, 0.7) 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.modal__overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1000;
}

.modal {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 67.5rem;
  height: 42.125rem;
  background-color: #0c0d14;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
  border-radius: 3.125rem 3.125rem 0 0;
  padding: 3.25rem 5.75rem 3rem;
}

.close__modal {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 1.6rem;
  right: 1.5rem;
  cursor: pointer;
  border-radius: 100%;
  background-color: #0c0d14;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.close__modal img {
  width: 1.125rem;
  height: auto;
}

.modal__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3rem;
}

.modal__navigation-item {
  font-weight: 300;
  font-size: 1rem;
  color: #7a7a7a;
  padding: 0.6rem 0.8rem;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border-radius: 1.4rem;
  cursor: pointer;
}

.modal__navigation-item.active {
  font-weight: 400;
  color: #fff;
  border: 1px soid rgba(255, 255, 255, 0.1);
  background-color: rgba(186, 250, 86, 0.15);
}

.modal__slider-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 4.3rem;
}

.modal__nav {
  width: 1.375rem;
  height: auto;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal__nav img {
  width: 100%;
  height: auto;
}

.modal__nav:hover {
  opacity: 1;
}

.modal__nav-prev {
  left: 0;
}

.modal__nav-next {
  right: 0;
}

.modal__nav-next img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal__slider {
  width: 100%;
  height: auto;
}

.modal__slide {
  width: 100%;
  min-height: 27rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 1px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% + 100px);
}

.owl-nav button {
  width: 22px;
  height: 22px;
  background-image: url(../img/slider-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.owl-nav button:hover {
  opacity: 1;
}

.owl-nav button span {
  display: none;
}

.owl-nav button.disabled {
  opacity: 0.5;
  cursor: auto !important;
}

.owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal__slide-1 .info__img {
  width: 18.3rem !important;
  height: auto;
  margin-bottom: 2.1rem;
}

.modal__slide-1 .info__title {
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  color: #bafa56;
  margin-bottom: 2rem;
}

.modal__slide-1 .info__text {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 480px;
}

.modal__slide-3 .control__img {
  width: 24.6rem !important;
  height: auto;
  margin-bottom: 2.4rem;
}

.modal__slide-3 .control__text {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  padding: 0 2rem;
  margin-bottom: 1.4rem;
}

.modal__slide-3 .control__title {
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
  color: #bafa56;
  margin-bottom: 1.25rem;
}

.modal__slide-3 .control__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1.25rem;
}

.modal__slide-3 .control__item {
  padding: 1.125rem 1rem 1.125rem 1.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.875rem;
  gap: 0.9rem;
}

.modal__slide-3 .control__item-icon {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px 0 rgba(116, 55, 252, 0.25);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.modal__slide-3 .control__item-icon img {
  width: 2rem !important;
  height: auto;
}

.modal__slide-3 .control__item-text {
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
}

.modal__slide-3 .control__item-3 .control__item-icon {
  padding-top: 0.4rem;
}

.modal__slide-3 .control__item-3 .control__item-icon span {
  font-family: "Haval", sans-serif;
  font-weight: 400;
  font-size: 0.44rem;
  text-align: center;
  color: #fff;
  margin-top: 1px;
}

.modal__slide-5 .box__img {
  width: 24.56rem !important;
  height: auto;
  margin-bottom: 2rem;
}

.modal__slide-5 .box__title {
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  color: #bafa56;
  margin-bottom: 2rem;
}

.modal__slide-5 .box__text {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 510px;
  margin-bottom: 1rem;
}

.modal__slide-5 .box__text:last-child {
  margin-bottom: 0;
}

.modal__slide-5 .box__text span {
  width: auto;
  height: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 400;
  color: #bafa56;
  gap: 0.4rem;
}

.modal__slide-5 .box__text span img {
  width: 1.125rem !important;
  height: auto;
  margin-top: -0.2rem;
}

.modal__slide-6 .ref__title {
  font-weight: 400;
  font-size: 1.125rem;
  text-align: center;
  color: #bafa56;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 358px;
}

.modal__slide-6 .ref__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 587px;
  gap: 4rem;
}

.modal__slide-6 .ref__items {
  width: 13.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.modal__slide-6 .ref__item {
  width: 100%;
  height: auto;
  margin-bottom: 1.56rem;
}

.modal__slide-6 .ref__item:last-child {
  margin-bottom: 0;
}

.modal__slide-6 .ref__arrow {
  width: 100%;
  height: 5rem;
  background-image: url(../img/ref-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 1rem;
}

.modal__slide-6 .ref__arrow span {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
}

.modal__slide-6 .ref__coin {
  width: 2.625rem !important;
  height: auto;
}

.modal__slide-6 .ref__text {
  font-weight: 300;
  font-size: 0.875rem;
  color: #fff;
  padding-left: 1.4rem;
  margin-top: -0.5rem;
}

.modal__slide-6 .ref__text span {
  font-weight: 400;
}

.modal__slide-6 .ref__img {
  width: 19rem !important;
  height: auto;
}

.mode__item {
  width: 46.25rem;
  height: 7.875rem;
  background-image: url(../img/modal-item-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 2rem;
}

.mode__item:last-child {
  margin-bottom: 0;
}

.mode__item-icon {
  width: 9rem;
  height: 100%;
  padding: 0 1.8rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.mode__item-icon img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 100%;
}

.mode__item-icon:before {
  content: "";
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mode__item-block {
  padding: 0 1.625rem;
}

.mode__item-title {
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  color: #bafa56;
  margin-bottom: 0.75rem;
}

.mode__item-text {
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
}

.mode__item-1 .mode__item-icon img {
  box-shadow: 0 0 30px 0 rgba(186, 250, 86, 0.35);
}

.mode__item-2 .mode__item-icon {
  padding-top: 1rem;
}

.mode__item-2 .mode__item-icon:before {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.mode__item-3 .mode__item-icon {
  padding-top: 0.6rem;
}

.mode__item-3 .mode__item-icon img {
  border-radius: 0;
}

.mode__item-3 .mode__item-icon:before {
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 230, 46, 0.4);
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.boost__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1.375rem 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  padding-right: 1px;
}

.boost__item {
  width: calc(50% - 1rem);
  height: 10.4rem;
  border-radius: 1.875rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #0c0d14;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1.4rem;
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.boost__item-icon {
  width: 6.25rem;
  height: auto;
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.boost__item-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  position: absolute;
  top: 0;
  left: 0;
}

.boost__item-icon img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.boost__item-title {
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  color: #bafa56;
  margin-bottom: 0.75rem;
}

.boost__item-text {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

.boost__item-1 .boost__item-icon:before {
  background-color: rgba(228, 32, 31, 0.5);
}

.boost__item-2 .boost__item-icon:before {
  background-color: rgba(228, 32, 31, 0.5);
}

.boost__item-3 .boost__item-icon:before {
  background-color: rgba(228, 32, 31, 0.5);
}

.boost__item-4 .boost__item-icon:before {
  background-color: rgba(228, 32, 31, 0.5);
}

.boost__info {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  padding: 0 4rem;
}

.modal__center {
  width: 50rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1.875rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 0 40px 0 rgba(186, 250, 86, 0.15);
  background: rgba(12, 13, 20, 0.8);
  padding: 6.25rem 4.6875rem 3.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.modal__center-title {
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.94rem;
}

.modal__center-text {
  font-weight: 300;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.94rem;
}

.modal__center-text:last-of-type {
  margin-bottom: 2.5rem;
}

.modal__center-text span {
  font-weight: 500;
  color: #bafa56;
}

.modal__center-links {
  width: 14.4rem;
  height: auto;
}

.modal__center-guest {
  font-weight: 300;
  font-size: 0.75rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #fff;
  margin-top: 1.56rem;
}

.accounts {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 3.75rem;
}

.account {
  background: rgba(12, 13, 20, 0.8);
  border-radius: 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.25rem 1rem 1.5rem;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.account.active {
  box-shadow: 0 0 40px 0 rgba(186, 250, 86, 0.15);
}

.account.active .account__check:before {
  opacity: 1;
}

.account__img {
  width: 3.75rem;
  height: auto;
  margin-bottom: 0.625rem;
}

.account__name {
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
}

.account__text {
  font-weight: 300;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
}

.account__text span {
  font-weight: 500;
}

.account__check {
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  cursor: pointer;
  margin-top: 0.94rem;
}

.account__check:before {
  content: "";
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #bafa56;
}

.account__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.account__btn {
  width: 14rem;
  height: 3.625rem;
  box-shadow: 0 5px 5px 0 rgba(1, 6, 21, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #0b0c12;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2.5rem;
  font-weight: 300;
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.account__accept {
  background: -webkit-linear-gradient(top, rgba(186, 250, 86, 0.5) 0%, rgba(186, 250, 86, 0.5) 100%);
  background: linear-gradient(180deg, rgba(186, 250, 86, 0.5) 0%, rgba(186, 250, 86, 0.5) 100%);
  font-size: 1.25rem;
}

.account__info {
  font-weight: 300;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  margin-top: 1.25rem;
}

#modal-about .modal__center-text {
  text-align: left;
}

@media (max-width: 1080px) {
  .modal {
    width: 56rem;
    padding: 4rem 2rem 2rem;
  }

  .modal__navigation-item {
    font-size: 0.95rem;
    color: #7a7a7a;
    padding: 0.5rem 0.7rem 0.4rem;
  }

  .mode__item {
    width: 43rem;
    height: 7.4rem;
  }

  .mode__item-icon {
    width: 8rem;
  }

  .mode__item-title {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .mode__item-text {
    font-size: 0.9rem;
  }

  .boost__item-icon {
    width: 6rem;
  }
}

@media (orientation: landscape) and (max-width: 1080px) {
  .modal__overlay {
    overflow: hidden;
  }

  .modal__wrapper {
    width: 100%;
    height: 100vh;
    height: 100svh;
    padding: 2rem 0 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: auto;
  }

  .modal {
    width: calc(100% - 15px);
    height: auto;
    max-height: none;
    padding: 4rem 2rem 4rem;
    margin: auto;
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .modal__navigation {
    margin-bottom: 1rem;
  }

  .modal__navigation-item {
    font-size: 1rem;
    padding: 0.5rem 1rem 0.4rem;
  }

  .modal__slide-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }

  .mode__item {
    width: calc(50% - 1rem);
    height: 11rem;
    background: none;
    border-radius: 1.875rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: #0c0d14;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
  }

  .modal__slide {
    width: 100%;
    min-height: auto;
  }

  .mode__item-icon {
    width: 6rem;
    padding: 0 0.5rem;
  }

  .mode__item-title {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    text-align: center;
  }

  .mode__item-text {
    font-size: 1rem;
    text-align: center;
  }

  .boost__item {
    height: 9rem;
  }

  .boost__block {
    margin-bottom: 2rem;
  }

  .boost__info {
    padding: 0;
  }

  .modal__slide-1 .info__img {
    width: 15rem !important;
    margin-bottom: 1rem;
  }

  .modal__slide-3 .control__img {
    width: 20rem !important;
    margin-bottom: 1rem;
  }

  .modal__slide-5 .box__img {
    width: 20rem !important;
    margin-bottom: 0rem;
  }

  .modal__slide-6 .ref__title {
    margin-bottom: 2rem;
    max-width: 100%;
  }

  .modal__slide-6 .ref__img {
    width: 16rem !important;
    height: auto;
    margin-top: -1rem;
  }

  .modal__slide-6 .ref__block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .modal__center {
    width: calc(100% - 30px);
    padding: 4rem 2rem 2rem;
  }

  .modal__center-text {
    font-size: 1rem;
  }

  .modal__center-text:last-of-type {
    margin-bottom: 1rem;
  }

  .modal__center-guest {
    margin-top: 1rem;
  }

  #modal-account .close__modal {
    top: 3rem;
  }

  .account__name {
    font-size: 1rem;
  }

  .account__text {
    font-size: 1rem;
  }

  .account__check {
    margin-top: 0.5rem;
  }

  .account__btns {
    margin-top: 1rem;
  }

  .accounts {
    gap: 2rem;
  }
}

@media (max-width: 800px) {
  .modal {
    width: calc(100% - 30px);
  }

  .modal__navigation {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .modal__navigation-item {
    font-size: 1.2rem;
    color: #7a7a7a;
    padding: 0.8rem 2rem 0.7rem;
  }

  .mode__item {
    width: 100%;
    height: 7rem;
  }

  .boost__item-icon {
    width: 5rem;
  }

  .boost__item {
    gap: 1rem;
  }
}

@media (max-width: 540px) {
  .modal {
    height: auto;
    max-height: calc(100% - 1rem);
    padding: 4rem 1rem 2rem;
  }

  .modal__navigation-item {
    font-size: 1rem;
    padding: 0.7rem 1rem 0.6rem;
  }

  .modal__navigation {
    margin-bottom: 2rem;
  }

  .modal__slider-wrapper {
    padding: 0 2rem;
  }

  .mode__item {
    height: 10rem;
    background: none;
    border-radius: 1.875rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: #0c0d14;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 1.4rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mode__item-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .mode__item-text {
    font-size: 1rem;
    text-align: center;
  }

  .mode__item-icon {
    width: 5rem;
    padding: 0 0.2rem;
  }

  .mode__item-block {
    padding: 0;
  }

  .boost__block {
    margin-bottom: 1rem;
  }

  .boost__item {
    width: 100%;
    height: 9rem;
  }

  .boost__item-icon {
    width: 6rem;
  }

  .boost__item-title {
    margin-bottom: 0.5rem;
  }

  .boost__info {
    padding: 0;
    display: none;
  }

  .modal__slide-3 .control__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .modal__slide-3 .control__item {
    width: 60%;
  }

  .modal__slide-3 .control__img {
    width: 22rem !important;
    margin-bottom: 2rem;
  }

  .mode__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
    overflow: visible;
    margin-top: 1rem;
  }

  .mode__item-1 {
    margin-top: 3rem;
  }

  .mode__item-1 .mode__item-icon img {
    box-shadow: 0 0 1rem 0 rgba(186, 250, 86, 0.35);
  }

  .mode__item-icon {
    width: 4rem;
    height: auto;
    padding: 0;
    margin-top: -3.5rem;
    z-index: 2;
  }

  .mode__item-icon:before {
    width: 3.5rem;
    height: 3.5rem;
  }

  .modal__slide-6 .ref__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 1rem;
  }

  .modal__slide-6 .ref__title {
    margin-bottom: 0rem;
  }

  .modal__slide-6 .ref__img {
    width: 14rem !important;
    height: auto;
  }

  .owl-nav {
    width: calc(100% + 4rem);
  }

  .owl-nav button {
    width: 1.375rem;
    height: 1.375rem;
    background-size: contain !important;
  }

  .modal__center {
    width: calc(100% - 30px);
    padding: 4.25rem 2rem 2rem;
  }

  .accounts {
    gap: 1rem;
  }

  .account {
    padding: 1rem 0.5rem 1rem;
  }

  .account__name {
    font-size: 1rem;
  }

  .account__text {
    font-size: 1rem;
  }
}

.page__layout {
  width: 100%;
  max-height: calc(100vh - 25rem);
  max-height: calc(100svh - 25rem);
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 0.94rem; */
  padding: 0 1rem;
}

.page__layout::-webkit-scrollbar {
  width: 6px;
}

.page__layout::-webkit-scrollbar-track {
  background-color: #57575b60;
}

.page__layout::-webkit-scrollbar-thumb {
  background-color: #57575b;
  border-radius: 10px;
}

.page__main-title {
  font-weight: 500;
  font-size: 1.325rem;
  color: #fff;
  margin-bottom: 0.94rem;
}

.page__title {
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
}

.page__text {
  font-weight: 300;
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 0.94rem;
}

.page__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style-type: disc;
  padding-left: 2rem;
  gap: 0.47rem;
  margin-bottom: 0.94rem;
}

.page__list-item {
  font-weight: 300;
  font-size: 1.125rem;
  color: #fff;
}

.page__tg-link {
  background: -webkit-linear-gradient(top, rgba(186, 250, 86, 0.4) 0%, rgba(186, 250, 86, 0.05) 100%);
  background: linear-gradient(180deg, rgba(186, 250, 86, 0.4) 0%, rgba(186, 250, 86, 0.05) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 2.5rem;
  padding: 1.125rem 3rem 0.8rem;
  border: 1px solid #25262d;
  box-shadow: 0 5px 5px 0 rgba(1, 6, 21, 0.5);
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: auto;
  margin: 0.94rem 0;
}

.page__mail-link {
  font-weight: 300;
  font-size: 1.125rem;
  /* color: #fff; */
  /* font-weight: 500; */
  color: #bafa56;
}

.page__mail-link:hover {
  text-decoration: underline;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

@media (max-width: 1080px) {
  .page__layout {
    margin-top: 2rem;
  }
}

@media (max-width: 540px) {
  .page__layout {
    margin-top: 0rem;
    max-height: calc(100vh - 31rem);
    max-height: calc(100svh - 31rem);
  }
}

.contact__block {
  width: 100%;
  max-width: 700px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text__center {
  text-align: center;
}

.form__contact {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 2rem 0;
}

.contact__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 2rem;
}

.input__wrapper {
  width: 100%;
  height: auto;
}

.contact__input {
  width: 100%;
  height: 3rem;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  font-size: 1.125rem;
  color: #fff;
}

.contact__textarea {
  width: 100%;
  height: 6rem;
  border-bottom: 1px solid #fff;
  font-weight: 300;
  font-size: 1.125rem;
  color: #fff;
  resize: vertical;
}

.contact__textarea::placeholder {
  font-weight: 300;
  font-size: 1.125rem;
  color: #fff;
}

.contact__submit {
  width: 100%;
  border-radius: 0;
}

@media (max-width: 540px) {
  .contact__inputs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .contact__inputs {
    gap: 2rem;
  }
  .form__contact {
    gap: 1rem;
    margin: 1rem 0;
  }
}

.fnav__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.fnav__link {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
}

.fnav__link:hover {
  text-decoration: underline;
}
