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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* --bs-border-width: 0px;
--bs-border-color: #dee2e6;
--bs-secondary-color: white;
--bs-secondary-bg: #343a40; */

/* HTML5 display-role reset for older browsers */
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:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/**
 *
 * Color
 *
 */
.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-white {
  color: #fff !important;
}

.text-dark-gray {
  color: #4e4e4e !important;
}

.text-light-green {
  color: #64b84a !important;
}

.text-orange {
  color: #efb037 !important;
}

.text-turqoise {
  color: #4ab8af !important;
}

.text-red {
  color: #d64949 !important;
}

.text-gradient {
  background: -webkit-linear-gradient(180deg, rgb(114, 137, 254) 0%, rgb(63, 61, 122) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title {
  font-size: 29px;
  font-weight: 1000;
  line-height: 39px;
  color: #fff;
  /**
   *
   * Responsive
   *
   */
}
.section-title__icon {
  margin-right: 10px;
}
.section-title__icon-img {
  max-width: 23px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 24px;
    line-height: 34px;
  }
}

.section-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
}

.section-space-top {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .section-space-top {
    margin-top: 75px;
  }
}
.section-space-bottom {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .section-space-bottom {
    margin-bottom: 75px;
  }
}
.section-space-big-top {
  margin-top: 250px;
}
@media (max-width: 992px) {
  .section-space-big-top {
    margin-top: 75px;
  }
}
.section-space-big-bottom {
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .section-space-big-bottom {
    margin-bottom: 75px;
  }
}

.g-220 {
  --bs-gutter-x: 220px;
}

.has-scroll-none {
  padding-right: 16px;
  overflow-y: hidden !important;
  /**
   *
   * Responsive
   *
   */
}
@media (max-width: 992px) {
  .has-scroll-none {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .hidden\@mobile-or-tablet {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden\@desktop {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .horizontal-slider\@mobile-or-tablet {
    padding-left: -1rem;
    padding-right: -1rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .horizontal-slider\@mobile-or-tablet > * {
    scroll-snap-align: center;
  }
  .horizontal-slider\@mobile-or-tablet::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 992px) {
  .gap-4\@mobile-or-tablet {
    grid-gap: 1rem 1.5rem;
  }
}

/**
 *
 * Button
 *
 */
.button {
  position: relative;
  border: 0;
  outline: 0;
  width: 180px;
  padding: 20px 10px;
  border-radius: 15px;
  border: 2px solid transparent;
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mont";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  transition: all 125ms;
  /**
   *
   * Responsive
   *
   */
}
.button:hover {
  cursor: pointer;
  background-color: #292929;
}
.button--xsmall {
  width: max-content;
  padding: 10px 25px;
}
.button--small {
  width: max-content;
  padding: 15px 35px;
}
.button--small-text {
  font-size: 13px;
}
.button--rounded {
  border-radius: 999px;
}
.button--max-height {
  height: max-content;
}
.button--gradient {
  position: relative;
  border: 2px solid transparent;
  background: linear-gradient(-90deg, #972efe 0%, #3f3d7a 100%);
  background-clip: padding-box;
  box-shadow: 0 0 15px rgba(151, 46, 254, 0.25);
}
.button--gradient:hover {
  background: transparent;
  transition: all 0ms;
  box-shadow: initial;
}
.button--gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: #0f0f0f;
  z-index: -1;
}
.button--gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #972efe 0%, #3f3d7a 100%);
  z-index: -5;
}
.button--border-gray {
  border-color: #1e1e1e;
  background-color: transparent;
  color: #4e4e4e;
}
.button--border-gray:hover {
  background-color: transparent;
  color: #fff;
}
.button__icon {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .button {
    padding: 15px 10px;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .button {
    padding: 15px 10px;
    font-size: 14px;
  }
}

/**
 *
 * Select
 *
 */
.select {
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 0px 15px 20px; /* reduce the right padding */
  margin-right: 120px; /* Sağa doğru 20 piksel yer aç */
  border-radius: 15px;
  border: 1px solid transparent;
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Mont";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all 125ms;
}

.select:focus {
  border-color: rgba(255, 255, 255, 0.05);
}
.select-container {
  position: relative;
}
.select-container::before {
  content: "\f078";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  height: max-content;
  margin: auto;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
/**
 *
 * Switcher
 *
 */
.switcher {
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
}
.switcher:hover {
  cursor: pointer;
}
.switcher__slider {
  position: relative;
  width: 37px;
  height: 21px;
  border-radius: 10px;
  padding: 5px;
  background-color: #1e1e1e;
  display: block;
  transition: all 125ms;
}
.switcher__slider::before {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background-color: #4e4e4e;
  transition: all 250ms;
}
.switcher__slider:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
.switcher__input {
  display: none;
}
.switcher__input:checked ~ .switcher__slider::before {
  background: linear-gradient(45deg, rgb(151, 46, 254) 0%, rgb(63, 61, 122) 100%);
  transform: translateX(13px);
}
.switcher-container {
  display: flex;
  align-items: center;
}
.switcher-container__switcher {
  margin-right: 10px;
}
.switcher-container__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #4e4e4e;
}

/**
 *
 * Label
 *
 */
.label {
  width: max-content;
  padding: 10px 18px;
  border-radius: 15px;
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
  /**
   *
   * Responsive
   *
   */
}
.label--opacity-light-green {
  background-color: rgba(100, 184, 74, 0.1);
  color: #64b84a;
}
.label--opacity-orange {
  background-color: rgba(239, 176, 55, 0.5);
  color: #efb037;
}
.label__icon {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .label {
    padding: 7px 13px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
  }


  .select {
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 15px 0px 15px 20px; /* reduce the right padding */
    margin-right: 400px; /* Sağa doğru 20 piksel yer aç */
    border-radius: 15px;
    border: 1px solid transparent;
    background-color: #1e1e1e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Mont";
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: all 125ms;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .label {
    padding: 7px 13px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}

/**
 *
 * Notification
 *
 */
.notification {
  padding: 20px;
  border-radius: 25px;
  background: linear-gradient(90deg, rgb(151, 46, 254) 0%, rgb(63, 61, 122) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.notification__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.notification__icon {
  margin-right: 15px;
}
.notification__icon-img {
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

/**
 *
 * Search
 *
 */
.search {
  position: relative;
  width: 100%;
}
.search__input {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 20px 20px 20px 75px;
  border-radius: 20px;
  border: 1px solid transparent;
  background-color: #141414;
  font-family: "Mont";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: all 125ms;
}
.search__input:focus {
  border-color: rgba(255, 255, 255, 0.05);
}
.search__input::placeholder {
  color: rgba(78, 78, 78, 0.5);
}
.search__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  height: max-content;
  margin: auto;
  font-size: 15px;
  color: #767676;
}
.search__icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 1px;
  height: 30px;
  margin: auto;
  background-color: rgba(78, 78, 78, 0.3);
}

/**
 *
 * Link
 *
 */
.link {
  transition: all 125ms;
}
.link:hover {
  cursor: pointer;
  color: #fff;
}
.link--active {
  text-decoration: underline;
  color: #fff;
}
.link--active:hover {
  opacity: 0.75;
}

/**
 *
 * Back Button
 *
 */
.back-button {
  border: 0;
  outline: 0;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: #141414;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
  transition: all 125ms;
}
.back-button:hover {
  cursor: pointer;
  background-color: #1a1a1a;
}
.back-button:hover .back-button__icon {
  transform: translateX(-3px);
}
.back-button__icon {
  margin-right: 12px;
  transition: all 250ms;
}

@font-face {
  font-family: "Mont";
  font-weight: 400;
  src: url("../assets/fonts/mont-regular.ttf");
}
@font-face {
  font-family: "Mont";
  font-weight: 600;
  src: url("../assets/fonts/mont-semibold.ttf");
}
@font-face {
  font-family: "Mont";
  font-weight: 700;
  src: url("../assets/fonts/mont-bold.ttf");
}
@font-face {
  font-family: "Mont";
  font-weight: 1000;
  src: url("../assets/fonts/mont-heavy.ttf");
}
body {
  min-height: 100vh;
  background-color: #0f0f0f;
  color: #fff;
  font-family: "Mont";
  display: flex;
  flex-direction: column;
}

.main {
  position: relative;
  flex: 1;
}
.main::before {
  content: "";
  position: absolute;
  bottom: -250px;
  right: 0;
  width: 735px;
  height: 1026px;
  background-image: url("../assets/images/light-effect.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1589px;
  }
  .container--small {
    max-width: 1224px;
  }
  .container--medium {
    max-width: 1384px;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(20, 20, 20, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  z-index: 999;
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left-side, .header__right-side {
  height: 100%;
  display: flex;
  align-items: center;
}
.header__line {
  width: 1px;
  height: 23px;
  margin: 0 35px;
  background-color: #767676;
}
.header__menu {
  display: flex;
  align-items: center;
}
.header__menu-item {
  display: flex;
  align-items: center;
}
.header__menu-item:not(:first-child) {
  margin-left: 40px;
}
.header__menu-item.is-active .header__menu-link {
  color: #fff;
}
.header__menu-item.is-active .header__menu-icon {
  color: #fff;
}
.header__menu-item.is-active .header__menu-link::before {
  opacity: 1;
}
.header__menu-link {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #767676;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 125ms;
}
.header__menu-link:hover {
  color: #fff;
}
.header__menu-link:hover::before {
  opacity: 1;
}
.header__menu-link::before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 63px;
  height: 12px;
  background-image: url("../assets/images/header-menu-effect.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 125ms;
}
.header__menu-link:hover .header__menu-icon {
  color: #fff;
}
.header__menu-icon {
  margin-right: 10px;
  font-size: 14px;
  color: #767676;
  transition: all 125ms;
}
.header__mobile-menu-open {
  height: 100%;
}
.header__mobile-menu-open:hover {
  cursor: pointer;
}

.logo--gray:hover .logo__img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(94deg) brightness(105%) contrast(102%);
}
.logo--gray .logo__img {
  transition: all 125ms;
}
.logo__img {
  max-width: 28px;
}

.account {
  position: relative;
  height: 100%;
}
.account:hover .account__menu {
  opacity: 1;
  visibility: visible;
}
.account:hover .icon-with-link {
  background-color: #fff;
}
.account:hover .icon-with-link__icon {
  color: #4e4e4e;
}
.account__menu {
  position: absolute;
  top: 97px;
  left: 50%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms;
}
.account__menu-inner {
  width: 220px;
  margin: 15px auto 0 auto;
  padding: 20px 5px;
  border-radius: 20px;
  background-color: rgba(30, 30, 30, 0.75);
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.account__menu-inner::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  width: max-content;
  margin: auto;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.account__link {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  transition: all 125ms;
}
.account__link:hover {
  opacity: 0.75;
}
.account__brace {
  margin: 0 22px;
}

.icon-with-link {
  height: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 125ms;
}

.icon-with-linkk {
  height: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 125ms;
}

.icon-with-link:hover, .icon-with-link.is-active {
  background-color: #fff;
}
.icon-with-link:hover .icon-with-link__icon, .icon-with-link:hover .icon-with-link__text, .icon-with-link.is-active .icon-with-link__icon, .icon-with-link.is-active .icon-with-link__text {
  color: #4e4e4e;
}
.icon-with-link__icon {
  font-size: 21px;
  color: #fff;
}
.icon-with-link__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.language-switcher {
  height: 100%;
}

.shopping-basket {
  height: 100%;
}

.mobile-menu {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: #0f0f0f;
  visibility: hidden;
  transition: all 500ms;
  z-index: 999999;
}
.mobile-menu.is-active {
  top: 0;
  visibility: visible;
}
.mobile-menu__inner {
  min-height: calc(100vh - 4rem);
  display: flex;
  flex-direction: column;
}
.mobile-menu__header {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu__close {
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000000;
  transition: all 125ms;
}
.mobile-menu__close:hover {
  cursor: pointer;
  background-color: #d64949;
  color: #fff;
}
.mobile-menu__body {
  flex: 1;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
}
.mobile-menu__list-item {
  display: flex;
  align-items: center;
}
.mobile-menu__list-item:not(:first-child) {
  margin-top: 15px;
}
.mobile-menu__list-item.is-active .mobile-menu__list-link {
  color: #fff;
}
.mobile-menu__list-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #767676;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 125ms;
}
.mobile-menu__list-link:hover {
  cursor: pointer;
  color: #fff;
}
.mobile-menu__list-icon {
  margin-right: 7px;
}
.mobile-menu__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  transition: all 125ms;
}
.mobile-menu__link:hover {
  cursor: pointer;
  opacity: 0.75;
}
.mobile-menu__brace {
  margin: 0 10px;
}

.social-media-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: max-content;
  margin: auto;
  z-index: 125;
}
.social-media-fixed__inner {
  padding: 15px;
  border-radius: 0 15px 15px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.social-media-fixed__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media-fixed__item:hover {
  cursor: pointer;
}
.social-media-fixed__item:not(:first-child) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(78, 78, 78, 0.5);
}
.social-media-fixed__item:hover .social-media-fixed__icon {
  transform: scale(1.1);
}
.social-media-fixed__icon {
  transition: all 300ms;
}
.social-media-fixed__icon-img {
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.social-media-fixed__rotate-text {
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  width: max-content;
  height: max-content;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
  text-transform: uppercase;
  transform: rotate(270deg);
}

.announcement-fixed {
  position: fixed;
  top: 320px;
  right: 0;
  padding: 15px 10px 15px 15px;
  border-radius: 15px 0 0 15px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  z-index: 125;
  transition: all 125ms;
}
.announcement-fixed:hover {
  cursor: pointer;
  opacity: 0.75;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
  z-index: 99999;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}
.modal.is-active .modal__inner {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.modal__inner {
  position: relative;
  width: 805px;
  padding: 55px 25px 25px 25px;
  border-radius: 20px;
  background-color: rgba(30, 30, 30, 0.65);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(-15px);
  visibility: hidden;
  transition: all 650ms;
}
.modal__icon {
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  width: max-content;
  margin: 0 auto;
  font-size: 58px;
  color: #fff;
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 25px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  border-radius: 7px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  transition: all 125ms;
}
.modal__close:hover {
  cursor: pointer;
  background-color: #d64949;
  color: #fff;
}
.modal__body {
  width: 100%;
  height: 430px;
  border-radius: 15px;
  background-color: #141414;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.modal__title {
  font-size: 35px;
  font-weight: 1000;
  line-height: 45px;
  color: #fff;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 90px;
  background-image: url("../assets/images/hero-bg-image.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero--page {
  min-height: auto;
  padding-bottom: 120px;
}
.hero--page::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 170px;
  width: 354px;
  height: 88px;
  background-image: url("../assets/images/hero-right-effect.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 15;
}
.hero--page .hero__inner {
  padding-top: 220px;
}
.hero--bottom-line::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 40%;
  height: 1px;
  background-color: rgba(78, 78, 78, 0.3);
}
.hero--bg-image-none {
  background-image: none;
}
.hero--right-effect-none::after {
  content: none;
}
.hero__inner {
  padding-top: 95px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero__inner--centered {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero__bug-effect {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero__bug-effect::before {
  content: "\f188";
  position: absolute;
  top: 25px;
  left: -150px;
  font-family: "Font Awesome 6 Free";
  font-size: 275px;
  font-weight: 900;
  color: #4e4e4e;
  opacity: 0.05;
  z-index: -1;
}
.hero__label {
  padding: 10px 17px;
  border-radius: 15px;
  background: linear-gradient(-90deg, rgba(151, 46, 254, 0.15) 0%, rgba(63, 61, 122, 0.15) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
}
.hero__label-icon {
  margin-right: 15px;
}
.hero__label-icon-img {
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.hero__title {
  position: relative;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 1000;
  line-height: 85px;
  color: #fff;
}
.hero__title::before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 198px;
  height: 88px;
  background-image: url("../assets/images/hero-line-effect.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
}
.hero__text--max-width-medium {
  max-width: 800px;
}
.hero__button-container {
  margin-top: 25px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero__button-container > * {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.hero__line {
  width: 100%;
  height: 1px;
  margin: 40px 0 100px 0;
  background-color: rgba(78, 78, 78, 0.3);
}
.hero__statistic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero__statistic-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero__statistic-item:not(:first-child) {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid rgba(78, 78, 78, 0.3);
}
.hero__statistic-title {
  margin-bottom: 5px;
  font-size: 50px; /*55px*/
  font-weight: 1000;
  line-height: 65px;
  color: #fff;
}
.hero__statistic-text {
  font-size: 13px; /*16px*/
  font-weight: 200;
  line-height: 26px;
  color: #4e4e4e;
  text-transform: uppercase;
}
.hero__slider {
  position: absolute;
  top: 0;
  right: 0;
}
.hero__slider-container {
  width: 820px;
  height: 898px;
  border-radius: 0 0 0 25px;
  overflow: hidden;
}
.hero__slider-item {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hero__slider-inner {
  position: relative;
  margin-left: 380px;
  margin-top: 82px;

}
.hero__slider-img {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.hero__slider-bottom {
  padding: 15px 35px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.hero__slider-game-logo {
  margin-right: 30px;
}
.hero__slider-game-logo-img {
  max-width: 80px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.hero__slider-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #0f0f0f;
}
.hero__slider-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #0f0f0f;
}
.hero__slider-navigation {
  position: absolute;
  left: 35px;
  bottom: 15px;
  display: flex;
  align-items: center;
}
.hero__slider-navigation-item {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  transition: all 125ms;
}
.hero__slider-navigation-item:hover {
  cursor: pointer;
  background-color: #fff;
  color: #0f0f0f;
}
.hero__slider-navigation-item:not(:first-child) {
  margin-left: 15px;
}
.hero__slider-rotate-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -130px;
  height: max-content;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
  text-transform: uppercase;
  transform: rotate(-90deg);
}
.hero__game-name {
  font-size: 29px;
  font-weight: 1000;
  line-height: 39px;
  color: #fff;
}
.hero__icon-with-container {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  margin-bottom: 10px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
.hero__icon-with-container-img {
  height: 33px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.hero__icon {
  margin-right: 10px;
  font-size: 19px;
  color: #fff;
}
.hero__bottom-effect {
  position: absolute;
  left: 0;
  bottom: -210px;
  width: 88px;
  height: 172px;
  background-image: url("../assets/images/hero-bottom-effect.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.why-we {
  position: relative;
  padding: 100px 0;
  background-color: #111111;
  background-image: url("../assets/images/why-we-bg-image.png");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
.why-we::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -33px;
  width: 209px;
  height: 54px;
  background-image: url("../assets/images/why-we-right-effect.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-we__header {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.why-card {
  position: relative;
  height: 100%;
  padding: 70px 15px 35px 15px;
  border-radius: 15px;
  background-color: #141414;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.why-card__icon {
  position: absolute;
  top: -73.5px;
  left: 0;
  right: 0;
  width: max-content;
  margin: auto;
}
.why-card__icon-img {
  height: 147px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.why-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
}

.product-list {
  position: relative;
}
.product-list__header {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-card {
  border-radius: 25px;
  background-color: #141414;
  display: flex;
  flex-direction: column;
  transition: all 300ms;
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-card--medium .product-card__logo {
  min-width: 52px;
  max-width: 52px;
  height: 52px;
}
.product-card--medium .product-card__logo-img {
  max-width: 33px;
}
.product-card--medium .product-card--name {
  height: 52px;
  font-size: 20px;
  line-height: 30px;
}
.product-card--medium .product-card__footer {
  margin-top: 0;
  padding: 20px 0;
}
.product-card__header {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(83, 116, 133, 0.2);
}
.product-card__header--shadow-red {
  box-shadow: 0 0 15px rgba(254, 66, 86, 0.1);
}
.product-card__thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card__logo-img {
  max-width: 50px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.product-card__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
}
.product-card__body {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
}
.product-card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
}
.product-card__icon {
  margin-right: 10px;
}
.product-card__item {
  display: flex;
  align-items: center;
}
.product-card__item:not(:first-child) {
  margin-top: 7px;
}
.product-card__footer {
  position: relative;
  margin-top: 25px;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.product-card__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 145px;
  height: 1px;
  margin: 0 auto;
  background-color: rgba(78, 78, 78, 0.25);
}

.footer {
  margin-top: 125px;
  padding: 85px 0 60px 0;
  background-color: #181818;
  background-image: url("../assets/images/footer-bg-image.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer__title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #4e4e4e;
  display: block;
}
.footer__menu {
  display: flex;
  flex-direction: column;
}
.footer__menu-item {
  display: flex;
  align-items: center;
}
.footer__menu-item:not(:last-child) {
  margin-bottom: 15px;
}
.footer__menu-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  transition: all 125ms;
}
.footer__menu-link:hover {
  opacity: 0.75;
}
.footer__bottom {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 170px);
  height: 1px;
  background-color: rgba(78, 78, 78, 0.3);
}
.footer__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.footer__icon-img {
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.social-media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-media__item {
  display: flex;
  font-size: 20px;
  color: #fff;
  transition: all 125ms;
}
.social-media__item:hover {
  cursor: pointer;
  color: #972efe;
}
.social-media__item:not(:first-child) {
  margin-left: 15px;
}

.products {
  position: relative;
  padding: 85px 0;
}

.product-detail {
  padding: 85px 0;
}
.product-detail__left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product-detail__thumbnail {
  width: 100%;
  height: 410px;
  margin-bottom: 30px;
  border-radius: 25px;
  overflow: hidden;
}
.product-detail__thumbnail-img {
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  object-fit: cover;
}
.product-detail__back {
  border: 0;
  outline: 0;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: #141414;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
  transition: all 125ms;
}
.product-detail__back:hover {
  cursor: pointer;
  background-color: #1a1a1a;
}
.product-detail__back:hover .product-detail__back-icon {
  transform: translateX(-3px);
}
.product-detail__back-icon {
  margin-right: 12px;
  transition: all 250ms;
}
.product-detail__inner {
  position: relative;
  padding: 25px 30px;
}
.product-detail__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #141414;
  z-index: -10;
}
.product-detail__inner--between {
  display: flex;
  justify-content: space-between;
}
.product-detail__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-detail__sub-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #4e4e4e;
}
.product-detail__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
}
.product-detail__icon {
  margin-top: 3px;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
}
.product-detail__logo-img {
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.product-detail__tag {
  margin-bottom: 35px;
  margin-top: -7.5px;
  margin-left: -7.5px;
  margin-right: -7.5px;
  display: flex;
  align-items: center;
}
.product-detail__tag-item {
  margin-top: 7.5px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.product-detail__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
}
.product-detail__price {
  font-size: 29px;
  font-weight: 700;
  line-height: 39px;
  color: #fff;
}
.product-detail__price--discount {
  font-size: 20px;
  line-height: 30px;
  color: #4e4e4e;
  text-decoration: line-through;
}
.product-detail__button::before {
  background-color: #141414;
}
.product-detail__tab-switcher {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.25);
  display: flex;
  align-items: center;
}
.product-detail__tab-switcher-item {
  border: 0;
  outline: 0;
  padding: 0;
  display: flex;
  background-color: transparent;
  align-items: center;
  font-family: "Mont";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
  transition: all 125ms;
}
.product-detail__tab-switcher-item:hover {
  cursor: pointer;
  color: #fff;
}
.product-detail__tab-switcher-item:not(:first-child) {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid rgba(78, 78, 78, 0.25);
}
.product-detail__tab-switcher-item.is-active {
  color: #fff;
}
.product-detail__tab-switcher-icon {
  margin-right: 10px;
}
.product-detail__tab-content {
  display: flex;
  flex-direction: column;
}
.product-detail__tab-item {
  opacity: 0;
  transform: translateY(-7px);
  display: none;
  transition: all 750ms;
}
.product-detail__tab-item.is-active {
  display: block;
}
.product-detail__tab-item.is-show {
  opacity: 1;
  transform: translateY(0);
}

.information-with-icon {
  display: flex;
  align-items: center;
}
.information-with-icon__icon {
  min-width: 72px;
  max-width: 72px;
  height: 60px;
  margin-right: 18px;
  border-radius: 20px;
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #4e4e4e;
}
.information-with-icon__icon-img {
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.information-with-icon__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
}
.information-with-icon__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

.feature-list {
  display: flex;
  flex-direction: column;
}
.feature-list__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}
.feature-list__item {
  display: flex;
  align-items: center;
}
.feature-list__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.feature-list__icon {
  margin-right: 7px;
  color: #4e4e4e;
}

.screen-container {
  border: 2px solid rgba(78, 78, 78, 0.25);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.screen-container__img {
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  object-fit: cover;
}

.review {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.review__item {
  display: flex;
}
.review__item:not(:first-child) {
  margin-top: 43.25px;
}
.review__flex-column {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.review__avatar {
  min-width: 72px;
  max-width: 72px;
  height: 60px;
  margin-right: 15px;
  border-radius: 25px;
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #4e4e4e;
}
.review__box {
  position: relative;
  width: 100%;
  padding: 22px 0 15px 22px;
  border-radius: 25px;
  background-clip: padding-box;
  display: flex;
  align-items: center;
}
.review__box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: #141414;
  z-index: -1;
}
.review__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(90deg, #4e4e4e 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -5;
}
.review__icon {
  margin-right: 15px;
  font-size: 14px;
  color: #4e4e4e;
}
.review__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.review__star {
  position: absolute;
  top: -8.25px;
  left: 22px;
  display: flex;
  align-items: center;
}
.review__star-item {
  font-size: 15px;
  color: #4e4e4e;
}
.review__star-item.is-active {
  color: #efb037;
}
.review__star-item:not(:first-child) {
  margin-left: 2px;
}
.review__date {
  margin-top: 10px;
  padding-left: 22px;
}
.review__date-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #4e4e4e;
}

.pagination {
  padding: 10px;
  border-radius: 15px;
  background-color: #1e1e1e;
  display: flex;
  align-items: center;
}
.pagination__item {
  min-width: 20px;
  max-width: 20px;
  height: 22px;
  border-radius: 10px;
  background-color: rgba(20, 20, 20, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  color: #4e4e4e;
  transition: all 125ms;
}
.pagination__item:hover {
  cursor: pointer;
  background-color: #141414;
}
.pagination__item.is-active {
  background-color: #141414;
}
.pagination__item:not(:first-child) {
  margin-left: 5px;
}

.cart {
  padding: 80px 0;
}
.cart__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #4e4e4e;
}
.cart__total {
  position: relative;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart__total::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #141414;
  z-index: -10;
}
.cart__price {
  font-size: 29px;
  font-weight: 700;
  line-height: 39px;
  color: #fff;
}
.cart__price--medium {
  font-size: 20px;
  line-height: 30px;
  color: #4e4e4e;
}
.cart__button::before {
  background-color: #141414;
}
.cart__select-container {
  padding: 0 0 0 10px;
  border-radius: 15px;
  background-color: #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart__select-container-icon {
  margin-right: 10px;
}
.cart__select-container-icon-img {
  min-width: 28px;
  max-width: 28px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.basket-card {
  display: flex;
  align-items: center;
}
.basket-card__box {
  width: 100%;
  margin-right: 25px;
  padding: 20px 25px;
  border-radius: 20px;
  background-color: #141414;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basket-card__sub-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #4e4e4e;
}
.basket-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
}
.basket-card__icon {
  margin-bottom: 6px;
  margin-right: 7px;
  font-size: 19px;
  color: #fff;
}
.basket-card__logo-img {
  height: 35px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.basket-card__price {
  padding: 20px 25px;
  border: 1px solid #4e4e4e;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
}

.basket-list > *:not(:first-child) {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(78, 78, 78, 0.25);
}

.status {
  padding: 100px 0;
}
.status__inner {
  position: relative;
}
.status__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(78, 78, 78, 0.25);
}
.status-list > *:not(:first-child) {
  margin-top: 45px;
}
.status-card {
  padding: 20px;
  border-radius: 15px;
  background-color: #141414;
}
.status-card__item {
  display: flex;
  align-items: center;
}
.status-card__item:not(:first-child) {
  margin-top: 5px;
}
.status-card__icon {
  width: 20px;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
}
.status-card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.status-card__text--big {
  font-size: 24px;
  line-height: 34px;
}
.status-card__logo {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.status-card__logo-img {
  min-width: 36px;
  max-width: 36px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.faq {
  padding: 100px 0;
}
.faq__item {
  display: flex;
}
.faq__item:not(:first-child) {
  margin-top: 30px;
}
.faq__item.is-active .faq__arrow-icon {
  transform: rotateX(180deg);
}
.faq__item.is-active .faq__body {
  max-height: 100vh;
  transition: all 750ms ease-in;
}
.faq__icon {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 23px;
}
.faq__inner {
  width: 100%;
  border-radius: 15px;
  background-color: #141414;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.faq__header {
  width: 100%;
  padding: 10px 15px;
  border-radius: 15px;
  background-color: #1e1e1e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 125ms;
}
.faq__header:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
.faq__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.faq__arrow-icon {
  color: #fff;
  transition: all 500ms;
}
.faq__body {
  max-height: 0;
  overflow: hidden;
  background-color: #141414;
  transition: all 500ms ease-out;
}
.faq__body-inner {
  padding: 20px 15px;
}
.faq__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4e4e4e;
}
.faq__info {
  padding: 15px;
  border-radius: 15px;
  background-color: #141414;
  display: flex;
  flex-direction: column;
}
.faq__info-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.faq__info-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}
.faq__info-list {
  display: flex;
  flex-direction: column;
}
.faq__info-list-item {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .w-mobile-100 {
    width: 100%;
  }
  .g-220 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
  .header {
    height: 75px;
  }
  .header .container {
    padding-right: 0;
  }
  .icon-with-link {
    padding: 0 15px;
  }
  .icon-with-linkk {
    padding: 0 15px;
  }
  .icon-with-link__icon {
    font-size: 18px;
  }
  .social-media-fixed {
    display: none;
  }
  .announcement-fixed {
    top: 150px;
    border-radius: 10px 0 0 10px;
    padding: 10px 8px 10px 10px;
    font-size: 18px;
  }
  .account__menu {
    top: 75px;
    left: auto;
    right: -10px;
  }
  .account__menu-inner {
    width: 165px;
    padding: 15px 10px;
    border-radius: 10px;
    transform: initial;
  }
  .account__menu-inner::before {
    top: 0;
    left: auto;
    right: 25px;
  }
  .account__link {
    font-size: 13px;
    line-height: 23px;
  }
  .account__brace {
    margin: 0 10px;
  }
  .modal {
    padding: 2rem 1rem 1rem 1rem;
    align-items: flex-start;
  }
  .modal__inner {
    padding: 35px 15px 15px 15px;
    border-radius: 15px;
    background-color: #1e1e1e;
  }
  .modal__icon {
    top: -16px;
    font-size: 32px;
  }
  .modal__close {
    top: 7px;
    right: 15px;
  }
  .modal__title {
    font-size: 28px;
    line-height: 38px;
  }
  .hero {
    min-height: auto;
    padding-top: 75px;
  }
  .hero::after {
    content: none;
  }
  .hero--home {
    padding-bottom: 75px;
  }
  .hero--page .hero__inner {
    padding-top: 50px;
  }
  .hero__inner {
    padding-top: 50px;
  }
  .hero__bug-effect::before {
    content: none;
  }
  .hero__slider {
    display: none;
  }
  .hero__label {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .hero__title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }
  .hero__title::before {
    content: none;
  }
  .hero__line {
    margin: 40px 0;
  }
  .hero__statistic-item:not(:first-child) {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .hero__statistic-title {
    font-size: 32px;
    line-height: 42px;
  }
  .hero__statistic-text {
    font-size: 14px;
    line-height: 24px;
  }
  .hero__game-name {
    font-size: 24px;
    line-height: 34px;
  }
  .hero__icon-with-container {
    border-radius: 15px;
  }
  .why-we::before {
    content: none;
  }
  .why-card {
    padding: 45px 25px 25px 25px;
  }
  .why-card__icon {
    top: -46px;
  }
  .why-card__icon-img {
    height: 92px;
  }
  .why-card__title {
    font-size: 22px;
    line-height: 32px;
  }
  .product-card {
    border-radius: 15px;
  }
  .product-card__header {
    border-radius: 15px;
  }
  .product-card__logo {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  .product-card__logo-img {
    max-width: 30px;
  }
  .product-card__name {
    height: 50px;
    font-size: 20px;
    line-height: 30px;
  }
  .product-card__body {
    padding: 20px;
  }
  .product-card__footer {
    margin-top: 20px;
    padding: 20px 0;
  }
  .notification {
    border-radius: 15px;
    flex-direction: column;
  }
  .notification__icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer {
    margin-top: 50px;
    padding: 25px 0;
  }
  .footer__bottom {
    margin-top: 25px;
    padding-top: 25px;
  }
  .footer__bottom::before {
    width: 100%;
  }
  .product-detail {
    padding: 50px 0;
  }
  .product-detail__inner {
    padding: 20px;
  }
  .product-detail__thumbnail {
    height: 300px;
    border-radius: 15px;
  }
  .product-detail__title {
    font-size: 22px;
    line-height: 32px;
  }
  .product-detail__tag {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .product-detail__tab-switcher {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    white-space: nowrap;
  }
  .review__avatar {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 24px;
  }
  .review__box {
    align-items: flex-start;
  }
  .review__icon {
    margin-top: 5px;
  }
  .review__text {
    font-size: 14px;
    line-height: 24px;
  }
  .review__date-text {
    font-size: 13px;
    line-height: 23px;
  }
  .cart {
    padding: 50px 0;
  }
  .cart__total {
    padding: 20px;
    flex-wrap: wrap;
  }
  .cart__total::before {
    border-radius: 15px;
  }
  .cart__price {
    font-size: 24px;
    line-height: 34px;
  }
  .cart__price--medium {
    font-size: 16px;
    line-height: 26px;
  }
  .basket-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .basket-card__box {
    border-radius: 15px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 20px;
  }
  .basket-card__sub-title {
    font-size: 14px;
    line-height: 24px;
  }
  .basket-card__title {
    font-size: 22px;
    line-height: 32px;
  }
  .basket-card__price {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .status {
    padding: 50px 0;
  }
  .status__inner::before {
    content: none;
  }
  .status-list > *:not(:first-child) {
    margin-top: 1.5rem;
  }
  .status-card__text--big {
    font-size: 20px;
    line-height: 30px;
  }
  .status-card__logo {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  .status-card__logo-img {
    min-width: 28px;
    max-width: 28px;
  }
  .faq {
    padding: 50px 0;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .w-laptop-100 {
    width: 100%;
  }
  .g-220 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
  .header__menu-item:not(:first-child) {
    margin-left: 30px;
  }
  .header__menu-link {
    font-size: 14px;
    line-height: 24px;
  }
  .account__menu {
    top: 90px;
    left: auto;
    right: -10px;
  }
  .account__menu-inner {
    width: 165px;
    padding: 15px 10px;
    border-radius: 10px;
    transform: initial;
  }
  .account__menu-inner::before {
    top: 0;
    left: auto;
    right: 25px;
  }
  .account__link {
    font-size: 13px;
    line-height: 23px;
  }
  .account__brace {
    margin: 0 10px;
  }
  .icon-with-link {
    padding: 0 15px;
  }
  .hero {
    min-height: auto;
    padding-top: 75px;
  }
  .hero::after {
    content: none;
  }
  .hero--home {
    padding-bottom: 75px;
  }
  .hero--page .hero__inner {
    padding-top: 100px;
  }
  .hero__inner {
    padding-top: 100px;
    z-index: 2;
  }
  .hero__bug-effect::before {
    content: none;
  }
  .hero__slider-container {
    width: 500px;
    height: 576px;
  }
  .hero__slider-bottom {
    padding: 15px;
  }
  .hero__slider-game-logo {
    margin-right: 15px;
  }
  .hero__slider-title {
    font-size: 20px;
    line-height: 30px;
  }
  .hero__slider-text {
    font-size: 16px;
    line-height: 26px;
  }
  .hero__slider-rotate-text {
    left: -115px;
    font-size: 14px;
    line-height: 24px;
  }
  .hero__label {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .hero__title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }
  .hero__title::before {
    content: none;
  }
  .hero__line {
    margin: 40px 0;
  }
  .hero__statistic-item:not(:first-child) {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .hero__statistic-title {
    font-size: 32px;
    line-height: 42px;
  }
  .hero__statistic-text {
    font-size: 14px;
    line-height: 24px;
  }
  .hero__game-name {
    font-size: 24px;
    line-height: 34px;
  }
  .hero__icon-with-container {
    border-radius: 15px;
  }
  .modal {
    padding: 5rem 1rem 1rem 1rem;
    align-items: flex-start;
  }
  .modal__inner {
    border-radius: 15px;
    background-color: #1e1e1e;
  }
  .modal__icon {
    top: -16px;
    font-size: 32px;
  }
  .modal__title {
    font-size: 32px;
    line-height: 42px;
  }
  .why-we::before {
    content: none;
  }
  .why-card {
    padding: 45px 25px 25px 25px;
  }
  .why-card__icon {
    top: -64px;
  }
  .why-card__icon-img {
    height: 128px;
  }
  .why-card__title {
    font-size: 22px;
    line-height: 32px;
  }
  .product-card {
    border-radius: 15px;
  }
  .product-card__header {
    border-radius: 15px;
  }
  .product-card__logo {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  .product-card__logo-img {
    max-width: 30px;
  }
  .product-card__name {
    height: 50px;
    font-size: 20px;
    line-height: 30px;
  }
  .product-card__body {
    padding: 20px;
  }
  .product-card__footer {
    margin-top: 20px;
    padding: 20px 0;
  }
  .notification {
    border-radius: 15px;
  }
  .footer {
    margin-top: 50px;
    padding: 25px 0;
  }
  .footer__bottom {
    margin-top: 25px;
    padding-top: 25px;
  }
  .footer__bottom::before {
    width: 100%;
  }
  .product-detail {
    padding: 50px 0;
  }
  .product-detail__inner {
    padding: 20px;
  }
  .product-detail__thumbnail {
    height: 300px;
    border-radius: 15px;
  }
  .product-detail__title {
    font-size: 22px;
    line-height: 32px;
  }
  .product-detail__tag {
    margin-bottom: 15px;
  }
  .product-detail__tab-switcher {
    white-space: nowrap;
  }
  .product-detail__tab-switcher-item {
    font-size: 14px;
    line-height: 24px;
  }
  .review__avatar {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 24px;
  }
  .review__box {
    align-items: flex-start;
  }
  .review__icon {
    margin-top: 5px;
  }
  .review__text {
    font-size: 14px;
    line-height: 24px;
  }
  .review__date-text {
    font-size: 13px;
    line-height: 23px;
  }
  .cart {
    padding: 50px 0;
  }
  .cart__total {
    padding: 20px;
    flex-wrap: wrap;
  }
  .cart__total::before {
    border-radius: 15px;
  }
  .cart__price {
    font-size: 24px;
    line-height: 34px;
  }
  .cart__price--medium {
    font-size: 16px;
    line-height: 26px;
  }
  .basket-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .basket-card__box {
    border-radius: 15px;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 20px;
  }
  .basket-card__sub-title {
    font-size: 14px;
    line-height: 24px;
  }
  .basket-card__title {
    font-size: 22px;
    line-height: 32px;
  }
  .basket-card__price {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .status {
    padding: 50px 0;
  }
  .status__inner::before {
    content: none;
  }
  .status-list > *:not(:first-child) {
    margin-top: 1.5rem;
  }
  .status-card__text--big {
    font-size: 20px;
    line-height: 30px;
  }
  .status-card__logo {
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  .status-card__logo-img {
    min-width: 28px;
    max-width: 28px;
  }
  .faq {
    padding: 50px 0;
  }
}
@media (min-width: 1450px) and (max-width: 1750px) {
  .account__menu {
    top: 90px;
    left: auto;
    right: -10px;
  }
  .account__menu-inner {
    transform: initial;
  }
  .account__menu-inner::before {
    top: 0;
    left: auto;
    right: 40px;
  }
}/*# sourceMappingURL=main.css.map */


.form-control {
  display: block;
  width: 100%;
  padding: 0.8rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  background-color: #1e1e1e;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #1E1E1E;
  appearance: none;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: white;
  background-color: #1e1e1e;
  border-color: #b7a1e0;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(111, 66, 193, 0.25);
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}


textarea.form-control {
  min-height: calc(1.5em + 1.6rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 2rem + calc(var(--bs-border-width) * 2));
}