/* hide scrollbar for Firefox */
html {
  scrollbar-width: none;
  -ms-overflow-style: none; /* для старих Edge/IE */
}
/* for WebKit-browsers (Chrome, Safari, Opera) */
html::-webkit-scrollbar {
  display: none;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Regular */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
}
/* Bold */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Montserrat-Bold.ttf") format("truetype");
}
/* Extra Bold */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Montserrat-ExtraBold.ttf") format("truetype");
}
/* FS Elliot Pro */
@font-face {
  font-family: "FS Elliot Pro";
  font-display: swap;
  font-weight: 400;
  src: url("/fonts/FSElliotPro-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "FS Elliot Pro";
  font-display: swap;
  font-weight: 700;
  src: url("/fonts/FSElliotPro-Bold.woff2") format("woff2")
}
@font-face {
  font-family: "FS Elliot Pro";
  font-display: swap;
  font-weight: 900;
  src: url("/fonts/FSElliotPro-Heavy.woff2") format("woff2")
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  display: block;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  user-drag: none;
  -webkit-user-drag: none;
}
.undraggable {
  user-drag: none;
  -webkit-user-drag: none;
}
[hidden] {
  display: none;
}
.unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.text-selectable {
  -webkit-user-select: text!important;
  -khtml-user-select: text!important;
  -moz-user-select: text!important;
  -o-user-select: text!important;
  user-select: text!important;
}
::selection {
  background-color: rgb(39, 161, 188);
  color: #ffffff;
}
html, body {
  overscroll-behavior: none;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  background-color: #000000;
}
.bg-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.bg {
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
}
.wrapbox {
  position: relative;
  width: 100%;
  padding-top: 10vw;
}
.top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 1vw;
}
.top-text {
  position: relative;
  width: 45%;
  height: 100%;
}
.text-block {
  position: absolute;
  z-index: 11;
  top: 5vw;
  left: 5%;
  opacity: 0;
  animation: slideFade 0.8s ease-out forwards;
}
@keyframes slideFade {
  0% {
    top: 0;
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    top: 5vw;
    opacity: 1;
    transform: scale(1);
  }
}
.main-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 3.021vw;
  font-style: normal;
  font-weight: 700;
  line-height: 108%;
  text-transform: uppercase;
}
.title-text {
  padding-top: 1vw;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.354vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.667vw;
  letter-spacing: -0.068vw;
}
.title-text span.teal {
  color: #5EE5FF;
  font-weight: 700;
}
.btn-wrap {
  cursor: pointer;
  position: absolute;
  left: 1%;
  background: transparent;
  border: unset;
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center;
  top: 17.5vw;
  width: 26.21vw;
  height: 4.86vw;
  z-index: 4;
}
.btn-header {
  position: relative;
  top: 0;
  width: 16.21vw;
  height: 4.86vw;
}
.btn-header .btn-text {
  font-size: 1.10vw;
}
.btn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 0.09vw 0.70vw rgba(214, 73, 245, 0.75));
}
.btn-text {
  pointer-events: none;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  color: #E7E4F8;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 1.4vw;
  font-style: normal;
  font-weight: 900;
  line-height: normal;

  white-space: nowrap;
}
.btn:hover {
  transform: scale(1.05);
  filter: drop-shadow(0vw 0vw .8vw rgba(214, 73, 245, 0.75));
  animation: none;
}
.btn-wrap .btn,
.btn-glow {
  animation: glow .7s infinite alternate;
  filter: drop-shadow(0.63vw 0 1.53vw rgba(214, 73, 245, 1));
}
.btn-wrap .btn:hover,
.btn-glow:hover  {
  animation-play-state: paused;
}
@keyframes glow {
  0% {
    transform: scale(1);
    filter: drop-shadow(0.63vw 0 1.53vw rgb(73, 107, 245));
  }
  100% {
    transform: scale(1.05);
    filter: drop-shadow(0.63vw 0 1.53vw rgb(105, 73, 245));
  }
}
.arrow {
  pointer-events: none;
  position: absolute;
}
.arrow-gift {
  left: 62%;
  top: 23vw;
  width: 5.523vw;
}
.gift {
  pointer-events: none;
  position: absolute;
  left: 80%;
  top: 16vw;
  width: 5.523vw;

  filter: hue-rotate(360deg);
  animation: colorCycle 12s linear infinite;
}
@keyframes colorCycle {
  0%, 100% {
    filter: hue-rotate(360deg);
  }
  50% {
    filter: hue-rotate(240deg);
  }
}
.gift-blur {
  pointer-events: none;

  width: 5.052vw;
  height: 4.167vw;

  border-radius: 5.052vw;
  background: rgba(255, 255, 255, .3);
  filter: blur(1.19vw);

  position: absolute;
  left: 80%;
  top: 16.6vw;
}
.promo {
  position: absolute;
  left: 80%;
  top: 21vw;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;

  width: 18.646vw;
  height: 4.896vw;
  border-radius: 0.521vw;

  box-shadow:
          0.417vw 0.417vw 0.833vw 0 #041B1E,
          -0.208vw -0.208vw 0.417vw 0 rgba(59, 127, 148, 0.45),
          0.417vw 0.417vw 1.458vw 0 #04151E,
          -0.208vw -0.208vw 2.083vw 0 #3B7094,
          0.104vw 0.104vw 0.208vw 0 rgba(0, 0, 0, 0.25) inset;

  background: #001127;
}
.promo-percent {
  color: #49D9F5;
  text-align: center;
  text-shadow: 0 0.208vw 3.792vw rgba(238, 163, 255, 0.76);
  font-family: "Montserrat", sans-serif;
  font-size: 3.229vw;
  font-style: italic;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}
.promo-text {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.458vw;
  font-style: italic;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}
.btn-bottom {
  position: relative;
  display: block;
  margin: 0 auto;
  position: relative;
  display: block;
  margin: 0 auto;
  transition: none;
  top: 0;
  left: 0;
}
.review-main {
  display: grid;
  height: 100%;
  grid-template-rows: auto 3vw;
}
.weapon-block {
  position: relative;
  width: 45vw;
  height: 30vw;
}
.weapon-container {
  position: relative;
  width: 100%;
  height: 100%;
  /*background: rgba(153, 0, 255, 0.26);*/
}
.weapon-hero-link {
  position: absolute;
}
.weapon-hero-link-1 {
  width: 15.052vw;
  height: 6.437vw;

  top: 7.5vw;
  left: 1vw;
}
.weapon-hero-link-2 {
  width: 16.145vw;
  height: 7.092vw;

  top: 4.5vw;
  left: 18vw;
}
.weapon-hero-link-3 {
  width: 16.802vw;
  height: 9.861vw;

  top: 20vw;
  left: 11vw;
}
.weapon-hero-link-4 {
  width: 13.5vw;
  height: 13.469vw;

  top: 11vw;
  left: 29.5vw;
}
.weapon-hero {
  width: 100%;
}
.arrow-1 {
  left: 10vw;
  top: 4vw;

  width: 1.2vw;
  height: 3.5vw;
}
.arrow-2 {
  left: 22vw;
  top: 1.8vw;

  width: 1.1vw;
  height: 3.4vw;
}
.arrow-3 {
  left: 21.5vw;
  top: 16.5vw;

  width: 1.6vw;
  height: 4.8vw;
}
.arrow-4 {
  top: 9.6vw;
  left: 38.8vw;

  width: .9vw;
  height: 2.8vw;
}
.weapon-text {
  position: absolute;
}
.weapon-text-1 {
  top: 1.4vw;
  left: 7.4vw;
}
.weapon-text-2 {
  top: -.8vw;
  left: 19.2vw;
}
.weapon-text-3 {
  top: 13.8vw;
  left: 19.2vw;
}
.weapon-text-4 {
  top: 6.6vw;
  left: 37.5vw;
}
.weapon-text-name {
  color: #7CFFFF;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 0.928vw;
  font-style: normal;
  font-weight: 400;
  line-height: 103.4%;
  text-transform: uppercase;
}
.weapon-text-alias {
  color: #FFF;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 1.486vw;
  font-style: normal;
  font-weight: 800;
  line-height: 94.608%;
  text-transform: uppercase;
  white-space: nowrap;
}
.slider-container {
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  width: 100%;
  padding: 6vw 0;
}
.slider {
  width: max-content;
  display: flex;
  gap: 2vw;
  will-change: transform;
}
.card {
  width: 11.822vw;
  height: 13.958vw;
  border-radius: .5vw;
  border: 0.052vw solid #367C95;
  background: linear-gradient(0deg, #001127 0%, #001127 100%);
}
.card-top {
  position: relative;
  top: 8%;
  width: 100%;
  height: 50%;
  /*background: rgba(255, 0, 0, 0.27);*/
}
.cell {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 5.53vw;
}
.weapon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);

  width: 11vw;
}
.card-info {
  padding-top: 1.5vw;
}
.card-info p {
  cursor: text;
}
.card-name {
  color: #E4DCFC;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.card-rang {
  padding: .4vw 0;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.729vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.card-pure {
  color: #716D9E;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.reviews-section {
  position: relative;
  width: 100%;
}
.title-review {
  position: relative;
  padding-bottom: 4vw;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875vw;
  font-style: italic;
  font-weight: 800;
  line-height: 110%;
  text-transform: uppercase;
}
.reviews {
  position: relative;
  width: calc(100% - 13%);
  margin: 0 auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 10vw;
}
.line {
  height: 0.042vw;
  background: rgba(65, 63, 100, 0.70);
}
.review-text {
  padding: .7vw 0;
  color: #FFF;
  -webkit-text-stroke-width: 0.042vw;
  -webkit-text-stroke-color: rgba(65, 63, 100, 0.70);
  font-family: "Montserrat", sans-serif;
  font-size: 0.628vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}
.review-title {
  color: #FFF;
  -webkit-text-stroke-width: 0.042vw;
  -webkit-text-stroke-color: rgba(65, 63, 100, 0.70);
  font-family: "Montserrat", sans-serif;
  font-size: 1.006vw;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
}
.review-content {
  max-height: 15vw;
  height: 100%;
  padding: 1.563vw 0;
}
.review-top {
  padding-bottom: 1vw;
}
.star-line {
  display: flex;
  gap: .5vw;
}
.star {
  cursor: pointer;
  width: 1.359vw;
  height: 1.359vw;
  filter: drop-shadow(0 0 .5vw #6A51FF);
}
.review-date {
  color: rgba(255, 255, 255, 0.50);
  text-align: right;
  -webkit-text-stroke-width: 0.042vw;
  -webkit-text-stroke-color: rgba(65, 63, 100, 0.70);
  font-family: "Montserrat", sans-serif;
  font-size: 0.628vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}
.review-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.review-date-bottom {
  color: rgba(255, 255, 255, 0.50);
  -webkit-text-stroke-width: 0.042vw;
  -webkit-text-stroke-color: rgba(65, 63, 100, 0.70);
  font-family: "Montserrat", sans-serif;
  font-size: 0.628vw;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
}
.advantage-section {
  position: relative;
  width: 100%;
  padding: 7.5vw 0;
}
.advantage {
  cursor: pointer;
  position: relative;
  width: 22.349vw;
  height: 5.502vw;
  transition: .3s transform ease-in-out;
}
.advantage:hover {
  transform: scale(1.05);
  transition: .3s transform ease-in-out;
}
.advantage-img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.advantage-content {
  position: relative;
  width: 100%;
  height: 100%;

  left: 50%;
  top: 0;
  transform: translate(-50%, 0);

  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  gap: 1.2vw;
}
.advantage-content.span-one {
  grid-template-columns: auto;
}
.advantage-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.042vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.advantage-icon {
  width: 2vw;
  height: 2vw;
}
.advantage-top {
  display: flex;
  justify-content: center;
  gap: 3vw;
}
.advantage-bottom {
  padding-top: 2vw;
  display: flex;
  justify-content: center;
  gap: 3vw;
}
.overlay {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  transition: .5s all ease-in-out;
}

/* POPUP */
.popup {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;

  position: fixed;
  top: 19.5vw;
  left: 50%;

  display: grid;
  justify-items: center;
  align-items: center;
  justify-content: center;

  transform: translate(-50%, -50%);

  width: 36.146vw;
  height: 21.771vw;

  border-radius: 1.042vw;

  z-index: 1001;
  animation: fadeIn 0.3s ease;

  background-image: url("/images/bg-popup.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  transition: .5s all ease-in-out;
}

@keyframes popupGrow {
  0% {
    opacity: 0;
    transform: translate(-50%, 10%) scale(0.2);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.popup.show {
  visibility: visible;
  animation: popupGrow 0.5s ease-out forwards;
  pointer-events: auto;
}
.popup-title {
  position: relative;
  top: -1vw;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.344vw;
  font-style: normal;
  font-weight: 700;
  line-height: 104%;
  letter-spacing: -0.047vw;
  text-transform: uppercase;
}
.popup-title span.cyan {
  color: #1DE2F0;
}
.button-popup-promo {
  position: relative;
  top: 1.3vw;
  left: 50%;
  transform: translate(-50%, 0);
}
.button-popup-promo .btn {
  position: absolute;
}
.button-popup-promo .btn {
  animation: glowPopup .7s infinite alternate;
}

@keyframes glowPopup {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(38, 175, 202, 1));
  }
  100% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 .8vw rgba(38, 175, 202, 1));
  }
}

@media (max-width: 767px) {
  .popup {
    background-image: url("/images/bg-popup-mobile.avif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    top: 80vw;
    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: 4.85vw;

    width: 85vw;
    height: 92vw;
    padding: 5.2vw 0 13vw;
  }

  @keyframes popupGrow {
    0% {
      opacity: 0;
      transform: translate(-50%, -70%) scale(0.2);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }
  }
  .popup-title {
    top: 1vw;

    text-align: center;
    font-size: 7vw;
    letter-spacing: -0.078vw;
    line-height: 8vw;
    text-transform: uppercase;
  }

  @keyframes glowPopup {
    0% {
      transform: scale(1);
      filter: drop-shadow(0 0 0 rgb(73, 107, 245));
    }
    100% {
      transform: scale(1.05);
      filter: drop-shadow(0 0 3vw rgba(38, 175, 202, 1));
    }
  }
  .header-socials, .arrow-gift {
    display: none;
  }

  @keyframes slideFade {
    0% {
      top: 11%;
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.4);
    }
    100% {
      top: 15%;
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }
  }

  @keyframes glow {
    0% {
      transform: scale(1);
      filter: drop-shadow(0 0 1vw rgb(73, 107, 245));
    }
    100% {
      transform: scale(1.05);
      filter: drop-shadow(0 0 3vw rgb(105, 73, 245));
    }
  }
  .text-block {
    position: relative;
    z-index: 11;
    top: 0;
    left: 0;
    transform: none;
    opacity: 1;
    animation: none;
  }
  .promo {
    position: relative;
    top: 0;
    margin: 0 auto;
    gap: 3.5vw;
    left: 0;
    transform: none;
    width: 65.261vw;
    height: 17.136vw;
    border-radius: 1.8235vw;
    box-shadow:
            1.4595vw 1.4595vw 2.9155vw 0 #041B1E,
            -0.728vw -0.728vw 1.4595vw 0 rgba(59, 127, 148, 0.45),
            1.4595vw 1.4595vw 5.103vw 0 #04151E,
            -0.728vw -0.728vw 7.2905vw 0 #3B7094,
            0.364vw 0.364vw 0.728vw 0 rgba(0, 0, 0, 0.25) inset;
  }
  .promo-percent {
    font-size: 11.3015vw;
  }
  .promo-text {
    font-size: 5.103vw;
  }
  .top {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1vw;
  }
  .top-text {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
  }
  .weapon-block {
    width: 100%;
    height: 110vw;
    padding-left: 0;
  }
  .weapon-text-name {
    font-size: 3.528vw;
    line-height: 103.4%;
  }
  .weapon-text-alias {
    font-size: 5.485vw;
    line-height: 94.608%;
  }
  .weapon-text-3 {
    top: 24.4vw;
    left: 65.4vw;
  }
  .weapon-hero-link-4 {
    width: 33.093vw;
    height: 32.98vw;

    top: 24vw;
    left: 19vw;
  }
  .arrow-4 {
    left: 42vw;
    top: 18vw;
    width: 3.12vw;
    height: 9.1vw;
  }
  .weapon-hero-link-3 {
    width: 37.293vw;
    height: 21.92vw;

    top: 45vw;
    left: 50vw;
  }
  .arrow-3 {
    top: 36vw;
    left: 75vw;

    width: 3.3vw;
    height: 10.2vw;
  }
  .weapon-hero-link-1 {
    width: 37.052vw;
    height: 15.852vw;

    top: 80vw;
    left: 6vw;
  }
  .arrow-1 {
    top: 72vw;
    left: 23vw;

    width: 3.12vw;
    height: 9.1vw;
  }
  .weapon-text-1 {
    top: 61vw;
    left: 10vw;
  }
  .weapon-hero-link-2 {
    width: 38.405vw;
    height: 16.88vw;

    top: 87vw;
    left: 50vw;
  }
  .weapon-text-2 {
    top: 70.4vw;
    left: 45.4vw;
  }
  .arrow-2 {
    left: 62vw;
    top: 80vw;

    width: 2.3vw;
    height: 8.2vw;
  }
  .main-title {
    text-align: center;
    font-size: 7.021vw;
    line-height: 108%;
  }
  .title-text {
    text-align: center;
    padding: 5vw 1vw;
    font-size: 4.354vw;
    line-height: 5.067vw;
    letter-spacing: -0.068vw;
  }
  .btn-wrap {
    width: 80.525vw;
    height: 18.15vw;
    position: relative;
    left: 0;
    top: 0;
  }
  .text-block  .btn-wrap {
    margin: 10vw auto;
  }
  .btn-text {
    top: 48%;
    font-size: 4.5vw;
  }
  .arrow-gift {
    left: 44%;
    top: 70vw;
    width: 12.5vw;
    transform: rotate(30deg);
  }
  .gift {
    left: 59%;
    top: 65vw;
    width: 17.5vw;
  }
  .gift-blur {
    width: 15.5vw;
    height: 14.4vw;
    filter: blur(2.99vw);
    left: 59.7%;
    top: 67.1vw;
  }
  .weapon {
    width: 67vw;
  }
  .cell {
    width: 32vw;
  }
  .card-top {
    top: 12%;
  }
  .card-info {
    padding-top: 15vw;
  }
  .card-name {
    font-size: 4.45vw;
  }
  .card-rang {
    padding: 1.6vw 0 2vw;
    font-size: 4.658vw;
  }
  .card-pure {
    font-size: 3.65vw;
  }
  .card {
    border-radius: 5vw;
    width: 70.932vw;
    height: 83.748vw;
  }


  .slider {
    gap: 6vw;
  }
  .title-review {
    width: 100%;
    text-transform: none;
    font-style: normal;
    font-size: 5.1vw;
    line-height: 110%;
  }
  .reviews {
    padding-top: 11.5vw;
    grid-template-columns: auto;
    gap: 13vw;
  }
  .review-title {
    font-size: 3.006vw;
    line-height: 133%;
  }
  .review-text {
    padding: 1.6vw 0;
    font-size: 2.428vw;
    line-height: 133%;
  }
  .review-date {
    font-size: 2.428vw;
    line-height: 133%;
  }
  .review-date-bottom {
    font-size: 2.28vw;
    line-height: 133%;
  }
  .review-content {
    max-height: 57vw;
    padding: 6.563vw 0;
  }
  .review-top {
    padding-bottom: 2.5vw;
  }
  .line {
    height: 0.142vw;
  }
  .star {
    width: 4vw;
    height: 4vw;
    filter: drop-shadow(0 0 2.5vw #6A51FF);
  }
  .advantage-top {
    gap: 15vw;
    flex-direction: column;
    align-items: center;
  }
  .advantage-bottom {
    padding-top: 15vw;
    flex-direction: column;
    gap: 15vw;
    align-items: center;
  }
  .advantage {
    width: 89.396vw;
    height: 22.008vw;
  }
  .advantage-title {
    font-size: 4.084vw;
    line-height: 110%;
  }
  .advantage-icon {
    width: 8vw;
    height: 8vw;
  }
  .advantage-content {
    gap: 4.8vw;
  }
  .slider-container {
    padding: 20vw 0;
  }
  .reviews-section {
    
  }
  .advantage-section {
    padding: 20vw 0;
  }
  .btn-bottom {
    
  }
  .review-main {
    grid-template-rows: auto 10vw;
  }
  .button-popup-promo {
    top: 6vw;
    left: 50%;
    width: 59.525vw;
    height: 15.15vw;
  }
  .bg {
    content: url("/images/bg-mobile.avif");
  }
}
/* ------ */



































/* general */

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: url("/images/bg.avif") no-repeat top center;
  background-color: #000;
  background-size: 100% auto;
}
.content {
  padding-bottom: 47px;
  position: relative;
  width: 100%;
}
.upper {
  text-transform: uppercase;
}

/* terms */
.terms {
  width: 100%;
  max-width: 74vw;
  padding-top: 150px;
  margin: 0 auto;
  color: #fff;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
.terms h1 {
  color: #fff;
  text-align: center;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.terms h1:after {
  content: "";
  position: relative;
  width: 12.813vw;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, #87493400 0%, #ed805b 50.2%, #87493400 100%);
  border: none;
  margin: 20px auto 60px;
}
.terms h2 {
  margin: 40px 0 20px;
  color: #c97c6b;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.terms h3 {
  margin: 30px 0 10px;
  color: #fff;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.terms:selection {
  background-color: #5baef1;
}
.terms :is(li, p) {
  margin: 5px 0;
}
.terms strong {
  font-weight: 600;
}
.terms ol {
  list-style-type: decimal;
  padding-left: 4vw;
}
.terms ul {
  list-style-type: disc;
  padding-left: 4vw;
}
/* /terms */

/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 2vw 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-logo {
  display: inline-grid;
  align-self: center;
}
.header-logo-img {
  width: 12vw;
}
.btn-login, 
.btn-login:visited {
  max-width: 170px;
  min-width: 80px;
  height: 30px;
  padding: 0 20px;
  background: #a249f5;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 0.09vw 0.70vw #a249f5);
  display: inline-block;
  margin: 0 auto;
}
.btn-login:hover, 
.btn-login:visited:hover {
  transform: scale(1.05);
  filter: drop-shadow(0.63vw 0 1.53vw #d649f5);
}
.btn-transparent,
.btn-transparent:visited {
  background: transparent;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.btn-transparent:hover,
.btn-transparent:visited:hover {
  text-decoration: underline;
}
/* /header */

/* footer */
.eighteen {
  width: 1.6vw;
  height: 1.6vw;
  margin: -.5vw 0 0 auto;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #78758c;
  text-align: center !important;
  color: #78758c;
  font-size: .7vw;
  line-height: 1.6vw;
}

.footer {
  width: 100%;
  margin: auto auto 0;
  background: #000;
  font-family: "FS Elliot Pro", sans-serif;
  font-size: .75vw;
  line-height: 1.7;
}
.footer-container {
  padding: 3.13vw 8vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  gap: 1.04vw;
}
.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 1.04vw;
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 1.04vw;
}
.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 1.04vw;
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 1.04vw;
}
.footer-left {
  padding-left: 5.21vw;
  padding-right: 1.56vw;
  position: relative;
  text-align: left;
}
.footer-right {
  position: relative;
  text-align: right;
}
.footer-right div {
  text-align: right;
}
.footer-copy {
  display: block;
  color: #fff;
}
.footer-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3.41vw;
  height: 3.15vw;
  background: url("/images/logo-s.png") no-repeat center center;
  background-size: auto 100%;
  opacity: .5;
  filter: grayscale(1);
}
.footer-about {
  color: #78758c;
  text-align: left;
}
.footer-info {
  color: #4d4a64;
  text-align: left;
}
.footer-info a {
  display: inline;
  color: #78758c;
}
.footer-rules {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.footer-rules.mb {
  display: none;
}
.footer-rules.dk {
  display: flex;
  gap: 1vw;
}
.footer-rules-box {
  display: flex;
  position: relative;
  gap: 1.4vw;
}
.footer-rules a,
.footer-rules a:visited {
  text-transform: uppercase;
  color: #5EE5FF;
  font-size: .6vw;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all .5s ease-in;
}
.footer-rules a:hover {
  opacity: 0.7;
}
/* /footer */

/* lang */
.lang-selector {
  position: relative;
  display: inline-block;
  margin-left: auto;
}
.lang-button {
  display: flex;
  align-items: center;
  gap: 0.42vw;
  border-radius: 0.42vw;
  cursor: pointer;
}
.lang-emoji {
  
}
.chevron {
  width: .6vw;
  height: .6vw;
  transition: all .5s ease-in;
}
.lang-selector.open .chevron {
  transform: rotate(180deg);
}
.lang-dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0.21vw;
  border-radius: 0.42vw;
  display: none;
  z-index: 10;
}
.lang-selector.open .lang-dropdown {
  display: block;
}
.lang-button-block {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.42vw;
}
.lang-option {
  border-radius: 0.42vw;
  cursor: pointer;
}
.lang-option:hover {
  
}
.lang-emoji:before {
  width: 2vw;
  display: block;
  height: auto;
}
.lang-en .lang-emoji:before {
  content: url("/images/gb.svg");
}
.lang-pl .lang-emoji:before {
  content: url("/images/pl.svg");
}
.lang-se .lang-emoji:before {
  content: url("/images/se.svg");
}
.lang-tr .lang-emoji:before {
  content: url("/images/tr.svg");
}
/* /lang */

/* COOKIES */
.cookies-policy-banner {
  background: #00000080 center -3.96vw;
  bottom: 0;
  height: auto;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 200;
  color: #fff;
  font-weight: 400;
}
.cookies-policy-banner__inner-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 59.54vw;
  padding: 0 0.78vw 0.52vw;
}
.cookies-policy-banner__text-block {
  display: flex;
  max-width: 49.29vw;
  width: 100%;
}
.cookies-policy-banner__text-block .icon-wrap {
  max-height: 5.21vw;
}
.cookies-policy-banner__text-block .text {
  align-content: baseline;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.56vw;
  max-width: 58.85vw;
}
.cookies-policy-banner__text-block .text .title {
  font-size: 1.15vw;
  font-weight: 700;
  margin-top: 0.78vw;
}
.cookies-policy-banner__text-block .text p {
  color: #ccabd8;
  text-align: left;
  line-height: 1.3vw;
  font-size: 0.78vw;
  margin: 0.26vw 0;
  font-weight: 400;
}
.cookies-policy-banner__text-block .text p a {
  color: #a560ff;
  display: inline;
  margin-left: .1vw;
}
.cookies-policy-banner__button-block {
  align-items: center;
  display: flex;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
}
.cookies-policy-banner__button-block .accept-cookie-button {
  align-items: center;
  background-color: #5c49d0;
  -webkit-clip-path: polygon(0.63vw 0, calc(100% - 0.63vw) 0, 100% 50%, calc(100% - 0.63vw) 100%, 0.63vw 100%, 0 50%);
  clip-path: polygon(0.63vw 0, calc(100% - 0.63vw) 0, 100% 50%, calc(100% - 0.63vw) 100%, 0.63vw 100%, 0 50%);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.83vw;
  font-weight: 700;
  height: 2.92vw;
  justify-content: center;
  min-width: 7.81vw;
  padding: 0 0.78vw;
  text-transform: uppercase;
  transition: all .5s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: unset;
  border: none;
  position: relative;
}
.button__content {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.img-cookies {
  width: 5.76vw;
  height: 6.77vw;
}
.cookies-policy-banner__button-block .accept-cookie-button .check-icon {
  background-color: #fff;
  display: inline-block;
  height: 0.68vw;
  margin-left: 0.52vw;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M20 4.095 17.986 2 7.554 12.848 2.014 7.05 0 9.145 7.554 17z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M20 4.095 17.986 2 7.554 12.848 2.014 7.05 0 9.145 7.554 17z'/%3E%3C/svg%3E");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  width: 0.94vw;
}
/* COOKIES */


.mb {
  display: none;
}

@media (max-width: 767px) {
  .dk {
    display: none;
  }
  .mb {
    display: block;
  }
  .header {
    padding: 4vw 8vw 0;
  }
  .header .btn-login {
    height: 8vw;
    border-radius: 4vw;
    font-size: 3.5vw;
    line-height: 8vw;
  }
  .header-logo-img {
    width: 10vw;
  }
  
  .cookies-policy-banner {
    height: auto;
  }
  .cookies-policy-banner__inner-wrapper {
    flex-direction: column;
    padding: 10px 20px;
    max-width: 400px;
  }
  .cookies-policy-banner__text-block .icon-wrap {
    display: none;
  }
  .cookies-policy-banner__text-block {
    max-width: 300px;
    justify-content: center;
  }
  .cookies-policy-banner__text-block .text .title {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .cookies-policy-banner__text-block .text {
    max-width: 280px;
    margin-left: 0;
  }
  .cookies-policy-banner__text-block .text p {
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    margin: 5px 0 2px;
  }
  .cookies-policy-banner__text-block .text p a {
    margin-left: 1px;
  }
  .cookies-policy-banner__button-block .accept-cookie-button {
    -webkit-clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
    clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
    font-size: 12px;
    height: 34px;
    min-width: 150px;
    width: unset;
    padding: 0 8px;
  }
  .cookies-policy-banner__button-block .accept-cookie-button {
    margin: 10px 0;
  }
  .cookies-policy-banner__button-block .accept-cookie-button .check-icon {
    height: 8px;
    margin-left: 5px;
    width: 12px;
  }

  .terms {
    padding: 150px 0 0;
  }
  .terms h1 {
    font-size: 5vw;
  }
  
  .footer-top {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 3vw;
  }
  .footer-bottom {
    display: none;
  }
  .footer-left, .footer-right, .footer-right div {
    text-align: center;
  }
  .footer-logo {
    width: 10vw;
    height: 10vw;
    position: relative;
    display: inline-block;
  }
  .footer-copy {
    font-size: 3.2vw;
  }
  .footer-rules.mb {
    margin: 3vw 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: .4px;
  }
  .footer-rules.mb a {
    display: inline;
    margin: 0 auto;
    font-size: 3vw;
  }
  .footer-rules.mb .eighteen {
    margin: 0 auto 3vw;
    width: 8vw;
    height: 8vw;
    font-size: 3.4vw;
    line-height: 8vw;
  }
  .footer-about {
    text-align: center;
    padding-top: .6vw;
  }
  .footer-info {
    text-align: center;
  }
  .footer-rules.dk {
    display: none;
  }

  .lang-selector {
    margin: 3vw auto;
  }
  .lang-button {
    gap: 8.064px;
    border-radius: 8.064px;
  }
  .lang-button-block {
    gap: 8.064px;
  }
  .lang-emoji:before {
    width: 4.5vw;
  }
  .lang-dropdown {
    margin-bottom: 4.032px;
    border-radius: 8.064px;
  }
  .lang-option {
    border-radius: 8.064px;
  }
  .chevron {
    width: 1.5vw;
    height: 1.5vw;
    transition: all .5s ease-in;
  }
}
/* /general */
