@charset "UTF-8";

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icon2s.woff2") format("woff2"),
    url("../fonts/icons2.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

[class*="icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*="icon-"]:before {
  display: block;
}

.icon-search:before {
  content: "\e903";
}

.icon-vk:before {
  content: "\e900";
}

.icon-discord:before {
  content: "\e901";
}

.icon-telegram:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e904";
  font-size: 28px;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #939393;
  line-height: 1;
  font-family: "Gilroy";
  font-size: 1.25rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  background: #0a0a0a;
  font-weight: 700;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.li.checkout-payment_system{
  max-height: 70px;
  height: 70px;
}
.wrapper {
  /*   min-height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

.animate-left,
.animate-right,
.animate-bottom,
.animate-top {
  opacity: 0;
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}

.animate-left {
  transform: translateX(-60px);
}
.animate-right {
  transform: translateX(60px);
}
.animate-bottom {
  transform: translateY(60px);
}
.animate-top {
  transform: translateY(-60px);
}

.animate-left.visible,
.animate-right.visible,
.animate-bottom.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.animate-scale {
  transform: scale(0.9);
}

.animate-scale,
.animate-up,
.animate-rotate-up {
  opacity: 0;
  transition: all 0.8s ease-out;
  will-change: transform, opacity;
}

.animate-scale {
  transform: scale(0.85);
}

.animate-up {
  transform: translateY(60px);
}

.animate-rotate-up {
  transform: translateY(60px) rotate(-4deg) scale(0.9);
}

.visible {
  opacity: 1;
  transform: none;
}

[class*="__container"] {
  margin: 0 auto;
  max-width: 77.8125rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.block-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 23.04px;
  color: #ffffff;
  text-align: center;
}

.section-p {
  padding: 0 15px;
}

.wrapper-sections {
  overflow: hidden;
}

.btn-red {
  padding: 20px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29.17px;
  color: #ffffff;
  background: #dd123d;
  box-shadow: 0px 0px 50px 0px #dd123db2;
  transition: 0.5s;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
}
.text-wrap {
  display: block;
}

.btn-red:hover {
  border: 1px solid #b01111;
  background-color: #bb29293b;
}

.btn-border {
  padding: 11px 14px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18.59px;
  line-height: 20px;
  color: #ffffff;
  background: #dd123d;
  box-shadow: 0px 0px 50px 0px #dd123db2;
  transition: 0.5s;
  border-radius: 7px;
  cursor: pointer;
  border: 1px solid #595959;
}

.btn-border:hover {
  border: 1px solid #b01111;
  background-color: #bb29293b;
}

.why-choose-section {
  margin-top: 20px;
  margin-bottom: 76px;
}

.why-choose-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.why-choose-items {
  margin-top: 40px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.why-big-item {
  flex: 1 1 59%;
  background: radial-gradient(
      77.24% 119.49% at 21.26% 87.21%,
      #142541 0%,
      #050712 100%
    ),
    linear-gradient(0deg, #050712, #050712);
  min-height: 352px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 2px solid #ffffff1a;
}

.why-small-item {
  flex: 1 1 25%;
  background: radial-gradient(
      211.87% 181.68% at 52.98% 181.68%,
      #dd123d 0%,
      #050712 100%
    ),
    linear-gradient(0deg, #050712, #050712);
  padding: 59px 30px 30px 30px;
}

.why-item--one .why-item-img {
  position: absolute;
  right: -150px;
  top: -50px;
  z-index: -1;
}

.why-item--one {
  padding: 40px;
  border-top-left-radius: 20px;
}

.why-item--two {
  border-top-right-radius: 20px;
}

.why-item--tree {
  border-bottom-left-radius: 20px;
}

.why-item--for {
  padding: 65px 40px;
}

.why-item--for .why-item-img {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: -1;
}

.why-item-texts p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 41.59px;
  line-height: 100%;
  color: #ffffff;
}

.why-item-texts b {
  color: #dd123d;
  display: block;
}

.why-item--two .why-item-texts p {
  text-align: center;
}

.why-item-texts span {
  margin-top: 20px;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff99;
  max-width: 478px;
}

.product-catalog-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.product-catalog-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.block-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 23.04px;
  margin-top: 20px;
  color: #ffffffb2;
  text-align: center;
}

.search-catalog {
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: center;
}
.index-search-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-catalog label {
  max-width: 870px;
  width: 100%;
  display: flex;
  height: 64px;
  position: relative;
  z-index: 2;
}

.search-catalog label img {
  position: absolute;
  right: 20px;
  top: 21px;
  cursor: pointer;
}

.search-catalog label input {
  background: #10121e;
  padding: 20px 30px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 23.04px;
  border-radius: 10px;
  color: #ffffff80;
  width: 100%;
  border: 1px solid #ffffff1a;
  outline: none;
  transition: 0.5s;
}

.search-catalog label input:focus {
  border: 1px solid #dd123d;
}

.product-catalog-submit {
  margin-top: 120px;
  width: 100%;
}

.catalog-submit-icons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.product-catalog-submit button {
  background: #dd123d;
  box-shadow: 0px 0px 50px 0px #dd123d;
  padding: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 23.04px;
  color: #ffffff;
  width: 100%;
  outline: none;
  border-radius: 20px;
  margin-bottom: 27px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.5s;
}

.product-catalog-submit button:hover {
  border: 1px solid #b01111;
  background-color: #bb29293b;
}

.invite-section {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  margin: 80px auto 80px auto;
}

.why-games-bull {
  position: absolute;
  top: -73px;
  right: -100px;
}

.why-games-blur {
  position: absolute;
  top: -93px;
  left: -400px;
}

.why-games-blur img {
  max-width: 900px;
}

.why-titles {
  width: 100%;
  margin-top: 80px;
}

.why-titles h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 23.04px;
  color: #ffffff;
}

.why-titles p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 23.04px;
  color: #ffffff80;
  margin-top: 10px;
}

.why-games-columns {
  width: 100%;
  overflow: hidden;
  margin: 45px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.why-games-column {
  display: flex;
  align-items: center;
  gap: 30px;
  overflow: auto;
}

.game-big-img {
  max-width: 516px;
  width: 100%;
  min-width: 516px;
  height: 261px;
}

.game-big-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-small-img {
  max-width: 132px;
  width: 100%;
  min-width: 132px;
  height: 261px;
}

.scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.why-games-column {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
  white-space: nowrap;
  will-change: transform;
  scrollbar-width: none;
}

.why-games-column::-webkit-scrollbar {
  display: none;
}

.why-games-track {
  display: flex;
  gap: 30px;
  will-change: transform;
}

.game-big-img {
  max-width: 516px;
  min-width: 516px;
  height: 261px;
}

.game-small-img {
  max-width: 132px;
  min-width: 132px;
  height: 261px;
}

.game-big-img img,
.game-small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.infinite-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  will-change: transform;
  transition: transform 0.1s linear;
  transform: translate3d(0, 0, 0);
}

.infinite-track::-webkit-scrollbar {
  display: none;
}

.scroll-wrapper {
  scrollbar-width: none;
}

.game-img-item {
  position: relative;
  z-index: 2;
}

.game-img-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
}

.sellers-cheats-section {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.sellers-decor {
  position: absolute;
  left: 50%;
  top: 98px;
  transform: translateX(-50%);
  z-index: -1;
  border: 1px solid #ffffff1a;
}

.sellers-titles {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  align-items: flex-end;
}

.sellers-titles h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 23.04px;
  color: #ffffff;
}

.sellers-titles p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 23.04px;
  color: #ffffff80;
  margin-top: 10px;
}

.sellers-body {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 64px;
  min-height: 538px;
}

.sellers-info {
  max-width: 588px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sellers-info p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #ffffff;
}

.referral-program-section {
  margin-bottom: 80px;
}

.referral-body {
  position: relative;
  z-index: 2;
  min-height: 1022px;
}

.referral-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.referral-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referral-tag {
  position: absolute;
  padding: 20px;
  background: #ffffff0d;
  border: 1px solid #ffffff33;
  border-radius: 10px;
}

.referral-tag p {
  color: #ffffffcc;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 23.04px;
}

.referral-tag--one {
  max-width: 238px;
  width: 100%;
  top: 404px;
  left: 10px;
}

.referral-tag--two {
  top: 222px;
  left: 203px;
}

.referral-tag--tree {
  top: 109px;
  left: 444px;
}

.referral-tag--for {
  top: 210px;
  right: 97px;
  max-width: 325px;
}

.referral-tag--five {
  top: 425px;
  right: 13px;
  max-width: 258px;
}

.referral-tools {
  position: absolute;
  bottom: 90px;
  left: 32px;
  max-width: 588px;
  width: 100%;
}

.referral-tools p {
  margin-top: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 29.17px;
  color: #ffffff80;
  text-align: center;
}

.popular-section {
  margin-bottom: 40px;
}

.popular-games {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.popular-game {
  max-width: calc(33.333% - 30px);
  min-height: 218px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 18px;
  cursor: pointer;
  flex: 1 1 calc(33.333% - 30px);
}

.popular-game:hover .popular-game-img img {
  transform: scale(1.1);
}

.popular-game-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.popular-game-img img {
  border-radius: 18px;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-game-tools {
  padding: 20px 16px;
  backdrop-filter: blur(21px);
  background: linear-gradient(0deg, #101010 0.02%, rgba(16, 16, 16, 0.07) 100%);
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-radius: 18px;
}

.popular-games {
  margin-top: 30px;
}

.popular-game-price {
  display: flex;
  gap: 12px;
  align-items: center;
}

.popular-game-price p {
  white-space: nowrap;
  font-weight: 700;
  font-size: 14.25px;
  line-height: 16px;
  color: #ffffff;
}

.popular-game-info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.popular-game-text p {
  font-weight: 700;
  font-size: 14.61px;
  line-height: 17px;
  color: #ffffff;
}

.popular-game-text span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13.23px;
  line-height: 14px;
  color: #08e308;
}

.popular-game-logo {
  max-width: 50px;
  width: 100%;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
}

.explore-section {
  margin-top: 40px;
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
}

.message-block-link {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 1000;
  cursor: pointer;
  text-decoration: none;
}

.message-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.message-fon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: messagePulse 2s ease-in-out infinite;
}

.message-fon img {
  display: block;
}
.message-block p{
  left: -65px !important;
  bottom: -130px !important;
}

@keyframes messagePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.message-block p {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #dd123d;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  left: -70px;
  transform-origin: center;
  transform: translateY(-50%) rotate(-90deg);
  text-shadow: 0 0 10px rgba(221, 18, 61, 0.5);
}

.explore-body {
  width: 100%;
  min-height: 297px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 52px 0 0;
}

.explore-decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 0.5px solid #ffffff1a;
  border-radius: 8px;
}

.explore-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.explore-info-tags {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.explore-texts h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 20px;
  color: #ffffff;
}

.explore-texts button {
  margin-top: 30px;
  padding: 10px;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  background: #dd123d;
  box-shadow: 0px 0px 50px 0px #dd123db2;
  transition: 0.5s;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
}

.explore-texts button:hover {
  border: 1px solid #b01111;
  background-color: #bb29293b;
}

.explore-info-tags {
  margin-top: 19px;
  gap: 18px;
  display: flex;
}

.explore-info-tag h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}

.explore-info-tag p {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #ffffff80;
  font-family: "Inter", sans-serif;
  margin-top: 5px;
}

.explore-clue {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.explore-clue p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #dd123d;
}

.explore-clue span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #ffffff80;
}

@media (max-width: 1400px) {
  .why-games-blur {
    display: none;
  }

  .why-games-bull {
    max-width: 1000px;
    top: 100px;
    right: -200px;
  }

  .why-games-bull img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .sellers-media {
    display: none;
  }

  .sellers-body {
    justify-content: center;
  }

  .sellers-info p {
    text-align: center;
  }

  .popular-game {
    max-width: unset;
    flex: 1 1 48%;
  }
}

@media (max-width: 988px) {
  .why-choose-items {
    flex-direction: column;
  }
  .why-item--tree {
    border-bottom-left-radius: 0;
  }
  .why-item--one {
    border-top-left-radius: 0;
  }

  .referral-tag {
    position: initial;
  }

  .referral-tag--one {
    max-width: 100%;
  }

  .referral-tag--for {
    max-width: 100%;
  }

  .referral-tag--five {
    max-width: 100%;
  }

  .referral-tags {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .catalog-submit-icons {
    display: none;
  }

  .referral-body {
    display: flex;
    flex-direction: column;
    min-height: 822px;
  }

  .referral-tools {
    position: initial;
    margin-top: auto;
  }

  .why-item--two {
    order: 1;
  }

  .why-games-bull {
    max-width: 600px;
    top: 360px;
    right: -100px;
  }

  .why-item-texts {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 12px;
  }

  .product-catalog-submit button {
    padding: 20px 15px;
    font-size: 17px;
    line-height: 20px;
  }
}

@media (max-width: 597px) {
  .why-item-texts p {
    font-size: 20px;
  }
  .search-catalog {
    margin-bottom: 20px;
  }

  .product-catalog-submit {
    margin-top: 60px;
  }
  .why-titles h3 {
    font-size: 25px;
  }
  .why-titles p {
    font-size: 20px;
    line-height: 22px;
  }
  .sellers-titles h3 {
    font-size: 25px;
  }
  .sellers-titles p {
    font-size: 20px;
    line-height: 22px;
  }
  .message-block-link {
    display: none;
  }
  .sellers-info p {
    font-size: 20px;
  }
  .btn-red {
    padding: 20px 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .why-item-texts span {
    font-size: 16px;
    line-height: 120%;
  }
  .referral-tag p {
    font-size: 20px;
  }
  .why-item--tree {
    border-bottom-left-radius: 0;
  }

  .block-title {
    font-size: 25px;
  }

  .why-item--one {
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .why-small-item {
    padding: 20px;
  }

  .why-big-item {
    min-height: 300px;
    padding: 20px;
  }

  .popular-game-logo {
    display: none;
  }

  .why-games-bull {
    display: none;
  }
  .explore-texts h2 {
    font-size: 20px;
  }
  .explore-texts button {
    margin-top: 20px;
  }
  .explore-info-tag h3 {
    font-size: 20px;
  }
  .explore-clue p {
    font-size: 20px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__wrapper {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background: transparent;
  padding: 50px;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.popup__content::after {
  content: "";
}

.lock .popup__content {
  visibility: visible;
}

.popup__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 20px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  background-attachment: fixed;
  opacity: 0;
  z-index: -1;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.popup__close:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}

.popup__close picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.popup__close img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

[class*="-ibg"] {
  position: relative;
}

[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}

.title h1 {
  color: #fff;
  font-size: 2.8125rem;
  line-height: 50px;
}

.title h2 {
  font-size: 2.8125rem;
  line-height: 1.724137931;
  color: #fff;
  text-align: center;
}

.descr {
  line-height: 1.4583333333;
  margin-bottom: 4.375rem;
  text-align: center;
  font-weight: 500;
}

.gold {
  background: -o-linear-gradient(0.23deg, #ff6246 -8.23%, #ffeaa0 95.87%);
  background: linear-gradient(89.77deg, #ff4646 -8.23%, #ffeaa0 95.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  will-change: contents;
}

.gold:hover {
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
}

.yellow-btn {
  background: -o-linear-gradient(50.03deg, #ffe073 -14.96%, #ff0000 137.97%);
  background: linear-gradient(39.97deg, #ffe073 -14.96%, #ff3c00 137.97%);
  border: 1.50217px solid #ffe99d;
  border-radius: 7.51087px;
  color: #5f4e11;
  padding: 0.9375rem 1.5625rem;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.yellow-btn:hover {
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
}

.gray-btn {
  padding: 0.9375rem 1.5625rem;
  background: #1e1e1e;
  border: 0.751087px solid #8e8e8e;
  border-radius: 7.51087px;
  color: #999999;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.gray-btn:hover {
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
}

.gold-label {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff1e00),
    color-stop(41.69%, #ffe791)
  );
  background: -o-linear-gradient(left, #ff0000 0%, #ffe791 41.69%);
  background: linear-gradient(90deg, #ff1100 0%, #ffe791 41.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sidebar {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sidebar__body {
  position: relative;
  padding: 1.875rem;
  border-radius: 22.754px;
  z-index: 3;
  max-width: 405px;
  width: 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.02%, #101010),
    color-stop(306.61%, rgba(16, 16, 16, 0.07))
  );
  background: -o-linear-gradient(
    bottom,
    #101010 0.02%,
    rgba(16, 16, 16, 0.07) 306.61%
  );
  background: linear-gradient(
    0deg,
    #101010 0.02%,
    rgba(16, 16, 16, 0.07) 306.61%
  );
  -webkit-backdrop-filter: blur(26.5464px);
  backdrop-filter: blur(26.5464px);
  border-radius: 22.754px;
  z-index: -1;
}

.sidebar__title {
  margin-bottom: 1.25rem;
}

.sidebar__title h3 {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  font-size: 2.1875rem;
  color: #fff;
}

.sidebar__choise {
  width: 471px;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 1.875rem;
  max-width: 300px;
}

.sidebar__button {
  margin-bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar__btn {
  width: 100%;
  padding: 0.9375rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: -o-linear-gradient(50.03deg, #ffe073 -14.96%, #ffc700 137.97%);
  background: linear-gradient(39.97deg, #ffe073 -14.96%, #ffc700 137.97%);
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f1f1f;
  font-size: 1.4375rem;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.sidebar__btn:hover {
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
}

.sidebar__btn.disabled {
  opacity: 0.6;
  cursor: default;
}

.sidebar__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  color: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar__agree input {
  margin-right: 1.375rem;
}

.list-sidebar__body {
  margin-bottom: 1.875rem;
  display: none;
}

.list-sidebar__body.active {
  display: block;
}

.list-sidebar__body.disabled {
  display: none;
}

.list-sidebar__item:not(:last-child) {
  margin-bottom: 1.125rem;
}

.list-sidebar-item__body {
  border: 1.25313px solid #626262;
  -webkit-backdrop-filter: blur(26.5464px);
  backdrop-filter: blur(26.5464px);
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem 1.25rem;
}

.list-sidebar-item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.5625rem;
}

.list-sidebar-item__price {
  font-size: 1.5625rem;
  color: #fff;
}

input[type="checkbox"] {
  visibility: hidden;
}

.roundedOne {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfff4", endColorstr="#b3bead", GradientType=0);
  margin: 20px auto;
  border-radius: 50%;
  position: relative;
  margin-right: 1.25rem;
}

.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
}

.roundedOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50px;
  top: 2px;
  left: 2px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.roundedOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedOne input[type="checkbox"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.squaredFour {
  width: 20px;
  position: relative;
  margin-right: 1.25rem;
}

.squaredFour label {
  cursor: pointer;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  background: #ffdb59;
}

.squaredFour label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  background: transparent;
  top: 7px;
  left: 5px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredFour label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}

.squaredFour input[type="checkbox"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.sidebar__tarif {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tarif-sidebar__body {
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tarif-sidebar__btn {
  padding: 0.9375rem 1.875rem;
  background-color: transparent;
  border: 1.25313px solid #626262;
  color: #fff;
  font-size: 1.5rem;
}

.tarif-sidebar__btn.left {
  border-radius: 10px 0px 0px 10px;
  border-right: none;
}

.tarif-sidebar__btn.right {
  border-radius: 0px 10px 10px 0px;
}

.tarif-sidebar__btn.active {
  background-color: rgba(98, 98, 98, 0.5);
}

.header {
  position: fixed;
  z-index: 300;
  background: #171924;
  width: 100%;
  top: 0;
  padding: 10px 0;
}

.btn-topup {
  -webkit-text-fill-color: #fff;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b01111;
  border-radius: 6px;
  padding: 10px 20px 11px 20px;
  background-color: #bb29293b;
}

.btn-topup:hover {
  border: 1px solid #bb6e6e;
  background-color: #ee242485;
}

.cart__checkout-btn {
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b01111;
  border-radius: 6px;
  padding: 10px 20px 11px 20px;
  background-color: #bb29293b;
}

.cart__checkout-btn:hover {
  border: 1px solid #bb6e6e;
  background-color: #ee242485;
}
.mega-menu {
  position: absolute;
  top: 23px;
  left: -130px;
  width: 100%;
  max-width: 1080px;
  background: #10121e;
  padding: 30px 30px 0 30px;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 16px;
  min-width: max-content;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mega-menu.visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .mega-menu {
    position: inherit;
    display: none;
    padding: 0;
    background: unset;
  }
  .mega-menu-wrapper {
    flex-direction: column;
    align-items: center !important;
  }
  .mega-menu.visible {
    display: block;
    margin-top: 30px;
    position: initial;
  }

  .catalog-arrow {
    right: -20px;
    top: 5px;
    position: absolute;
  }
  .game-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .game-list img {
    display: none;
  }
  .menu__list .menu-item a {
    padding: 5px;
    background: unset;
  }
  .game-list a {
    font-size: 12px !important;
  }
  .mega-menu-button {
    font-size: 12px !important;
    background-color: #bb29293b !important;
    padding: 10px !important;
  }
}

.catalog-arrow {
  display: inline-block;
  margin-left: 6px;
  margin-top: 3px;
  width: 20px;
  height: 17px;
  background-image: url("../icons/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.catalog-arrow.active {
  transform: rotate(180deg);
}

.mega-menu-wrapper {
  display: flex;
  gap: 24px;
  align-items: flex-end;
}

.column {
  flex: 1;
}

.column h4 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
.column h4 img {
  mix-blend-mode: color-dodge;
}

.game-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.game-list li {
  margin-bottom: 12px;
}

.game-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #141624;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  font-size: 14px;
}

.game-list a:hover {
  background: #15192a;
}

.game-list img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.mega-menu-footer {
  text-align: center;
  padding: 12px 0 16px;
}

.mega-menu-button {
  display: inline-block;
  background: #2a2a2a;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 500;
  border: 1px solid #b01111;
  border-radius: 6px;
  padding: 10px 20px 11px 20px;
  background-color: #bb29293b;
}
.mega-menu-button:hover {
  border: 1px solid #bb6e6e;
  background-color: #ee242485;
}

.cart-section {
  padding: 40px 20px;
  color: #fff;
}

.cart__container {
  max-width: 1230px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 48px;
  position: relative;
  z-index: 2;
  background: #171924;
}

.cart__title {
  font-size: 24px;
  margin-bottom: 20px;
}
.cart__title span {
  color: #51555f;
  font-size: 20px;
}

.cart__list-table {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow: auto;
}
.cart__list-decor {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
}
@media (max-width: 1362px) {
  .cart__list-decor {
    display: none;
  }
}

.cart__list-decor img {
  width: 100%;
}
.cart__item-table {
  display: flex;
  align-items: center;
  border-radius: 10px;
  gap: 20px;
  margin-top: 20px;
}

.cart__name {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1 1 300px;
}
.cart-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #171924;
  flex: 0 0 760px;
  padding: 20px;
  border-radius: 6px;
}

.cart__name img {
  max-width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
}

.cart__game {
  font-weight: 600;
  font-size: 16px;
}

.cart__region {
  display: flex;
  gap: 20px;
}
.cart__region {
  font-size: 14px;
  color: #bbb;
}

.cart__counter {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.cart__counter button {
  border: none;
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 6px;
  padding: 30px;
  background: #171924;
}
.cart__counter span {
  border-radius: 6px;
  padding: 27.5px;
  background: #171924;
}

.cart__price {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 6px;
  padding: 30px;
  background: #171924;
}

.cart__footer {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cart__total {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .cart__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .cart__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .cart__container {
    padding: 15px !important;
  }
  .cart-info {
    flex: 0 0 560px;
    padding: 10px;
  }

  .cart__counter button {
    padding: 20px;
  }
  .cart__counter span {
    padding: 20px;
  }

  .cart__price {
    padding: 20px;
  }
}

.promo-box {
  background-color: #1e1e1e;
  border-radius: 8px;
  padding: 14px;
  max-width: 260px;
  position: fixed;
  left: 20px;

  top: 145px;
  width: 100%;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 10;
}

.promo-box__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.promo-title {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin: 0;
}

.promo-timer {
  background-color: #b01111;
  color: white;
  font-weight: 700;
  font-size: 10px;
  padding: 6px;
  border-radius: 6px;
  text-align: center;
  height: max-content;
}
.promo-box__text {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #183848;
  padding-bottom: 20px;
}

.promo-subtitle {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 1.3;
  color: #999;
}

.promo-desc {
  font-size: 12px;
  color: #bbbbbb;
  line-height: 1.5;
  margin: 0;
}

.promo-buttons {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.promo-btn {
  -webkit-text-fill-color: #fff;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;

  background: linear-gradient(40deg, #ae302a -14.96%, #ae302a 137.97%);
  transition: 0.25s filter;
  font-size: 12px;
  padding: 10px;
  transition: 0.5s;
}
.promo-btn:hover {
  filter: saturate(1.1) brightness(1.1);
}
@media (max-width: 1000px) {
  .promo-box {
    top: 225px;
  }
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-overlay.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

.modal-content {
  background: #10121e;
  color: white;
  width: 850px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 24px;
  border-radius: 10px;
  position: relative;
  animation: slideUp 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.close-button {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.steps {
  display: flex;
  gap: 2px;
  margin: 22px 0;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.steps img {
  width: 48px;
}

.alert-text {
  background: #171924;
  color: white;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 40px;
  font-size: 18px;
}

/* Аккордеон */
.accordion-item {
  margin-bottom: 12px;
}

.accordion-title {
  background: #171924;
  padding: 12px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  border-radius: 6px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.accordion-icon {
  font-size: 18px;
  transition: transform 0.2s;
}

.accordion-item.active .accordion-icon {
  content: "-";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #1a1a1a;
  padding: 0 12px;
  font-size: 13px;
  color: #ccc;
  transition: max-height 0.3s ease, padding 0.3s ease;
  border-radius: 0 0 6px 6px;
  line-height: 150%;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
  padding: 12px;
}

.guide-content {
  margin-top: 150px;
  padding-bottom: 50px;
}

.wow__container {
  position: relative;
  z-index: 2;
}
.wow-body-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.wow-header {
  background: url("../img/wowBg.png") center/cover no-repeat;
  padding: 100px 20px 60px;
  color: white;
  text-align: center;
  border-radius: 20px;
}

.wow-section-content {
  max-width: 900px;
  margin: 0 auto;
}

.wow-section-title {
  font-size: 42px;
  font-weight: 700;
  color: #b01111;
}

.wow-section-description {
  margin-top: 20px;
  font-size: 18px;
  color: #d4d4d4;
  line-height: 1.6;
}

.wow-section-button {
  margin-top: 30px;
  -webkit-text-fill-color: #fff;
  background: none;
  border: 1px solid #b01111;
  border-radius: 6px;
  padding: 10px 20px 11px 20px;
  background-color: #bb29293b;
  transition: 0.5s;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: white;
}
.wow-section-button:hover {
  background: #b01111;
}

.wow-category-container {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wow-category-title {
  font-size: 28px;
  margin-bottom: 20px;
}

.wow-category-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.wow-category-btn {
  padding: 10px 22px;
  background-color: #bb29293b;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.wow-category-btn.active,
.wow-category-btn:hover {
  background: #b01111;
}

.rotation-grid-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.rotation-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}
.rotation-modal-tags {
  display: flex;
  gap: 16px;
}
.rotation-modal-tag {
  max-width: 400px;
  width: 100%;
  height: 225px;
}
.rotation-modal-tag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.rotation-modal.active {
  display: flex;
}
.rotation-modal-content {
  background-color: #171924;
  padding: 30px;
  border-radius: 16px;
  width: 90%;
  max-width: 850px;
  color: #fff;
  position: relative;
  max-height: 90vh;
  overflow: auto;
  animation: zoomIn 0.3s ease;
}
.modal-close-rotation {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 28px;
  cursor: pointer;
  z-index: 3;
}
.test-modal-video iframe {
  max-width: 580px;
  height: 387px;
  width: 100%;
  border-radius: 10px;
}
.test-modal-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: start;
  color: white;
}
.test-modal-download {
  margin: 48px auto;
  background: none;
  border: 1px solid #b01111;
  border-radius: 6px;
  padding: 10px 20px 11px 20px;
  background-color: #bb29293b;
  transition: 0.5s;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  display: flex;
  color: white;

  justify-content: center;
  max-width: max-content;
  align-items: center;
}

.test-modal-download:hover {
  background: #b01111;
}
.test-modal-list {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.test-modal-list li {
  background: #171924;
  padding: 12px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  border-radius: 6px;
  font-size: 15px;
}
.test-modal-video {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.test-modal-video h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.rotation-modal-img {
  border-radius: 16px;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.rotation-modal-top {
  min-height: 256px;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 15px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.rotation-modal-top h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
  margin-top: auto;
  display: block;
}

.modal-bottom {
  margin-top: 20px;
}
.modal-buy-btn {
  margin-top: 20px;
  -webkit-text-fill-color: #fff;
  background: none;
  border: 1px solid #b01111;
  border-radius: 6px;
  padding: 10px 20px 11px 20px;
  background-color: #bb29293b;
  transition: 0.5s;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: white;
  width: 100%;
}
.modal-buy-btn:hover {
  background: #b01111;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.rotation-card-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  mix-blend-mode: darken;
  height: 100px;
}

.rotation-card {
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 256px;
  border-radius: 16px;
  max-width: 390px;
  width: 100%;
}

.rotation-card:hover {
  transform: translateY(-5px);
}
.modal-description {
  max-height: 400px;
  overflow: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #8f8f8f;
  margin: 24px 0;
}
.rotation-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 16px;
}

.rotation-card-info {
  padding: 16px;
  margin-top: auto;
}
.rotation-card-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.rotation-card-title span {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  color: #fff;
}
.rotation-card-title p {
  font-size: 24px;
  line-height: 100%;
  font-weight: bold;
  color: #fff;
}

.rotation-card-link {
  font-size: 18px;
  color: #ccc;
  border: 2px solid #575757;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 12px;
  margin-top: 20px;
  background: #171924;
  border-radius: 10px;
}

.guide-header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.guide-header-links {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.guide-header-link {
  display: flex;
  gap: 12px;
  align-items: center;
}
.guide-header-link:hover span {
  color: #b01111;
}
.guide-header h2 {
  font-weight: 700;
  font-size: 32px;
  color: white;
  line-height: 146%;
}
.guide-header-link span {
  font-weight: 500;
  font-size: 20px;
  line-height: 146%;
  color: white;
  opacity: 0.6;
  transition: 0.3s;
}
.guide-pagination {
  flex-direction: column;
  display: flex;
  left: 40px !important;
  bottom: 40px !important;
  gap: 6px;
  top: unset !important;
}

.guide-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 32px !important;
  opacity: 0.6 !important;
  background: white;
  border-radius: 81px !important;
  margin: 0 !important;
}
.guide-pagination .swiper-pagination-bullet-active {
  background: #b01111 !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
  border-radius: 81px !important;
}

.guide__container {
  background: #171924;
  padding: 32px;
  border-radius: 10px;
}
.step-item {
  display: flex;
  flex-direction: column;
  max-width: 155px;
  gap: 16px;
  min-width: 155px;

  align-items: center;
}
.step-item img {
  max-width: 64px;
  width: 100%;
  height: 64px;
}
.step-item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: white;
}

.form-section {
  display: flex;
  gap: 20px;
}

.guide-form-items {
  flex: 1;
  max-width: 600px;
  width: 100%;
}

.guide-form-input {
  border: 1px solid #333;
  padding: 16px;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  background: #10121e;
  color: white;
  border-radius: 8px;
}
.guide-form-label {
  position: relative;
  display: block;

  width: 100%;

  margin-bottom: 16px;
}
.user-icon {
  position: absolute;
  left: 20px;
  top: 15px;
}
.login-question {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: white;
  margin-top: 16px;
}
.guide-input-clue {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: white;
  opacity: 0.6;
  margin-top: 16px;
}
.guide-form-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.guide-form-tags {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.guide-form-tag {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.guide-form-tag p {
  font-weight: 600;
  font-size: 20px;
  line-height: 146%;
  color: white;
  opacity: 0.6;
}
.guide-form-tag b {
  font-weight: 700;
  font-size: 24px;
  line-height: 146%;
  color: white;
}

.pay-button {
  -webkit-text-fill-color: #fff;
  background: none;
  border: 1px solid #b01111;
  border-radius: 6px;
  padding: 10px 20px 11px 20px;
  background-color: #bb29293b;
  transition: 0.5s;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: white;
}
.pay-button:hover {
  background: #b01111;
}

.guide-swiper {
  max-width: 600px;
  width: 100%;

  max-height: 631px;
}

.swiper-slide {
  position: relative;
  color: #fff;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slide-content {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
}

.guide-swiper-slide {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 40px;
}
.guide-swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 10px !important;
}

.guide-swiper-slide p {
  font-weight: 700;
  font-size: 48px;
  line-height: 119%;
  letter-spacing: 0%;
  color: white;
  max-width: 400px;
}
.guide-swiper-slide p b {
  background-color: #bb29293b;
  color: #b01111;
}
.guide-swiper-slide p span {
  color: #b01111;
}

.user-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #10121e;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  min-width: 200px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.user-dropdown.visible {
  opacity: 1;
  visibility: visible;
}

.user-dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 15px;
  opacity: 0.8;
  text-decoration: none;
  transition: background 0.2s ease;
}

.user-dropdown-menu li a:hover {
  opacity: 0.9;
}
.user-info.visible .dropdown-arrow {
  transform: rotate(180deg);
}

@media (any-hover: hover) {
  .user-info:hover .dropdown-arrow {
    transform: rotate(180deg);
  }

  .user-info:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
  }
}

.user-info-nickname {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

.dropdown-arrow {
  cursor: pointer;
  transition: 0.2s ease;
}

.header-balance {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-nickname {
  max-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.user-nickname span {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  display: block;
}

.user-avatar-link {
  display: flex;
}

.user-avatar-link img {
  max-width: 40px !important;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  object-fit: cover !important;
  cursor: pointer;
}
.woocommerce-Price-amount bdi {
  display: flex;
}
.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-arrow-dropdown {
  display: flex;
  cursor: pointer;
}

.games-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 10px 0;
}

.games-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.games-menu-line {
  width: 1px;
  height: 24px;
  background: #444444;
}

.games-menu a:hover {
  color: #ae302a;
}

.games-menu a:hover img {
  transform: scale(1.1);
  mix-blend-mode: unset;
}

.games-menu .active {
  color: white;
}

.games-menu img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: transform 0.2s ease;
  border-radius: 6px;
  mix-blend-mode: luminosity;
}
.null-cart {
  margin-top: 10px;
  overflow: hidden;
}
.null-cart p {
  font-size: 13px;
  color: #ccc;
  font-weight: 400;
  margin-bottom: 20px;
}
.null-cart-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.null-cart-img img {
  mix-blend-mode: luminosity;
}

.user-info {
  position: relative;
  cursor: pointer;
}
.null-cart-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.notifications-block {
  position: relative;
  cursor: pointer;
}

.notifications-popup {
  width: 330px;
  background-color: #10121e;
  padding: 10px;
  max-height: 330px;
  overflow: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  gap: 10px;
  color: #fff;
  font-family: sans-serif;
  z-index: 100;
  position: absolute;
  top: 25px;
  left: -250px;
}

.notification-item {
  background-color: #151724;
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notification-item h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #b01111;
}

.notification-item p {
  margin: 0;
  font-size: 13px;
  color: #ccc;
  font-weight: 400;
  margin-top: 10px;
}

.notif-date {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}
.discount-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.discount-header img {
  filter: grayscale(1);
}
.discount-header p {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: white;
}
.discount-clue {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #939393;
  margin-top: 16px;
}
.discount-tolls {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}
.discount-tolls button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b01111;
  border-radius: 6px;
  padding: 16px 20px;
  background-color: #bb29293b;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: white;
  width: 100%;
  transition: 0.3s;
}

.discount-tolls button:hover {
  background: rgb(174, 48, 42);
}

.discount-tolls-icon {
  display: flex;
  flex: 0 0 70px;
  height: 53px;
  align-items: center;
  justify-content: center;
  background: #ae302a;
  border-radius: 6px;
  cursor: pointer;
}
.discount-tolls-icon img {
  filter: invert(1);
  max-width: 25px;
}
@media (any-hover: hover) {
  .notifications-block:hover .notifications-popup {
    opacity: 1;
    visibility: visible;
  }
}

.notifications-block.active .notifications-popup {
  opacity: 1;
  visibility: visible;
}

.dropdown-arrow.active {
  transform: rotate(180deg);
}

.mobile-block {
  display: none;
}
.cart-mobile-block {
  display: none;
}

@media (max-width: 1110px) {
  .user-nickname {
    display: none;
  }

  .dropdown-arrow {
    display: none;
  }
  .register-btn {
    display: none;
  }
  .form-section {
    flex-direction: column;
  }
  .guide-swiper {
    max-width: 100%;
  }
  .guide-form-items {
    max-width: 100%;
  }
}
@media (max-width: 927px) {
  .rotation-card {
    max-width: 100%;
    flex: 1 1 49%;
  }
}

@media (max-width: 768px) {
  .cart-mobile-block {
    display: flex;
  }
  .rotation-modal-tags {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rotation-card {
    max-width: 100%;
    flex: 1 1 49%;
  }
  .discount-header p {
    font-size: 18px;
  }
  .discount-clue {
    font-size: 14px;
  }
  .discount-tolls {
    margin-top: 20px;
  }
  .discount-tolls button {
    font-size: 20px;
  }
  .rotation-card {
    flex: 1 1 auto;
  }
  .rotation-modal-content {
    padding: 10px;
  }
  .cart-desktop-block {
    display: none;
  }
  .discount-tolls-icon {
    height: 55px;
  }

  .wow-section-title {
    font-size: 24px;
  }
  .wow-section-description {
    font-size: 14px;
  }
  .test-modal-title {
    font-size: 20px;
  }
  .test-modal-download {
    margin: 20px auto;
  }
  .guide-swiper-slide p {
    font-size: 25px;
    line-height: 100%;
  }
  .guide-form-tag b {
    font-size: 20px;
    line-height: 120%;
  }
  .test-modal-list li {
    padding: 10px;
    font-size: 12px;
  }
  .guide-form-tag p {
    font-size: 18px;
  }
  .test-modal-video iframe {
    height: 287px;
  }
  .guide-header h2 {
    font-size: 25px;
    line-height: 120%;
  }
  .guide-header-links {
    gap: 15px;
  }
  .guide-swiper {
    max-height: 431px;
  }
  .guide-pagination {
    left: 20px !important;
    bottom: 0 !important;
  }
}

@media (max-width: 1000px) {
  .games-menu {
    gap: 10px;
  }

  .games-menu a span {
    display: none;
  }
}

.cart-block {
  position: relative;
  z-index: 2;
  flex: 0 0 24px;
}

.cart-icon {
  max-width: 24px;
  height: 24px;
  width: 100%;
  transition: 0.5s;
  cursor: pointer;
}

.cart-icon:hover {
  transform: scale(1.1);
}

.cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 20px;
  height: 20px;
  right: -6px;
  top: -12px;
  border-radius: 50%;
  background: #ff2b2e;
  font-weight: 700;
  font-size: 14px;
  line-height: 146%;
}
@media (max-width: 567px) {
  .grid-fav__body{
    display: block;
  }
  .wrapper{
    padding-top: 200px;
  }
  .content-area{
    margin-top: 35px;
  }
  .mobile-block {
    display: flex;
  }

  .desktop-block {
    display: none;
  }

  .btn-topup {
    padding: 10px;
    font-size: 13px;
  }

  .user-avatar {
    max-width: 30px;
    width: 30px;
  }

  .notifications-popup {
    left: -200px;
  }
  .null-cart-img {
    display: none;
  }
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  position: relative;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  margin-right: 2.5rem;
  position: relative;
  z-index: 5;
}

.header__logo img {
  max-width: 270px !important;
}

@media (max-width: 1347px) {
  .header__logo img {
    max-width: 150px !important;
  }
}

.header__menu {
  position: relative;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1222px) {
  .header__social {
    display: none;
  }
}

.header__social a {
  margin-right: 1.25rem;
}

.header__social a {
  font-size: 1rem;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.header__social a:hover {
  color: #fff;
}

.header__lang {
  position: relative;
}

.header__lang::before {
  content: "";
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__item:not(:last-child) {
  margin-right: 1.875rem;
}

.menu__link {
  font-size: 1rem;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu__link:hover {
  color: #fff;
}

.icon-menu {
  display: none;
}

body.lock {
  overflow: hidden;
}

.menu__list .menu-item:not(:last-child) {
  margin-right: 3.125rem;
  display: flex;
  align-items: center;
}

@media (max-width: 1414.98px) {
  .menu__list .menu-item:not(:last-child) {
    margin-right: 2rem;
  }
}

.menu__list .menu-item.current-menu-item {
  color: #fff;
}

.menu__list .menu-item a {
  font-size: 1.125rem;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu__list .menu-item a:hover {
  color: #fff;
}

/* .menu__list .menu-item:last-child a {
  background: -o-linear-gradient(0.23deg, #ff4646 -8.23%, #FFEAA0 95.87%);
  background: linear-gradient(89.77deg, #ff5246 -8.23%, #FFEAA0 95.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  will-change: contents;
}

.menu__list .menu-item:last-child a:hover {
  -webkit-filter: contrast(1.2);
          filter: contrast(1.2);
} */

.footer {
  background-color: #171717;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.875rem 0rem;
  position: relative;
}

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.footer__link {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.footer__link:hover {
  color: #fff;
}

.footer__social {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__social a:not(:last-child) {
  margin-right: 2.0625rem;
}

.footer__social a {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.footer__social a:hover {
  color: #fff;
}

.block-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-footer__left-col {
  margin-right: 13.4375rem;
}

.footer__support {
  position: absolute;
  top: -50px;
  right: 0;
}

.footer__support-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff2d11;
  border-radius: 125px;
  padding: 1.75rem 3.125rem;
  font-size: 1.6875rem;
  color: #3b2f00;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.footer__support-btn div {
  margin-right: 1.25rem;
}

.footer__support-btn:hover {
  background-color: #f3ca34;
}

.footer__list > li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.footer__list > li a {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.footer__list > li a:hover {
  color: #fff;
}

.top {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.top__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top__decoration {
  position: absolute;
  bottom: -30%;
  right: 0;
  z-index: -1;
  height: 28.125rem;
}

.top__decoration img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: top;
  object-position: top;
}

.top__rightblock {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.leftblock-top__body {
  position: relative;
  z-index: 2;
}

.leftblock-top__title {
  margin-top: 7.1875rem;
  width: 800px;
}

.leftblock-top__descr {
  margin-top: 2.5rem;
  width: 621px;
  color: #fff;
  text-align: start;
}

.leftblock-top__btns-block {
  margin-top: 3.4375rem;
  display: flex;
}

.leftblock-top__btn {
  font-size: 1.5rem;
}
.radial-gradient-btn {
  background: radial-gradient(
        37.26% 197.86% at -1.67% 197.86%,
        #137abe 0%,
        rgba(18, 18, 30, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
      47% 162.58% at 112.5% 130.71%,
      #137abe 0%,
      rgba(18, 18, 30, 0) 100%
    ) !important;
  padding: 20px 35px;
  border-radius: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29.17px;
  letter-spacing: 0%;
  transition: 0.5s;
  color: #ffffff;
  display: block;
}

.radial-gradient-btn:hover {
  transform: scale(0.95) rotate(8deg);
}

.red-btn {
  padding: 20px 78px;
  border-radius: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29.17px;
  letter-spacing: 0%;
  transition: 0.5s;
  background: #dd123d;
  color: #ffffff;
  display: block;
}
.red-btn:hover {
  transform: scale(0.95) rotate(8deg);
}

.leftblock-top__btn:first-child {
  margin-right: 0.9375rem;
}

.rightblock-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -6.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper {
  position: relative;
}

.swiper-slide img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  -o-object-position: top;
  object-position: top;
}

.fav {
  position: relative;
}

.fav__decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 500px;
  z-index: -1;
}

.fav__decoration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.fav__body {
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 6.25rem;
}

.fav__label h2 {
  font-size: 2.8125rem;
  line-height: 1.724137931;
  color: #fff;
  text-align: center;
}

.grid-fav__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.item-fav__body {
  border-radius: 18.1577px;
  width: 100%;
  overflow: hidden;
}

.item-fav__img {
  position: relative;
}

.item-fav__img img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.item-fav__block {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.02%, #101010),
    color-stop(306.61%, rgba(16, 16, 16, 0.07))
  );
  background: -o-linear-gradient(
    bottom,
    #101010 0.02%,
    rgba(16, 16, 16, 0.07) 306.61%
  );
  background: linear-gradient(
    0deg,
    #101010 0.02%,
    rgba(16, 16, 16, 0.07) 306.61%
  );
  -webkit-backdrop-filter: blur(21.184px);
  backdrop-filter: blur(21.184px);
  border-radius: 18.1577px;
  padding: 0 1.25rem;
}

.block-fav__body {
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-fav__title h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
}

.block-fav__btn {
  padding: 0.625rem 1.25rem;
  background: #252525;
  border: 1.29886px solid #595959;
  border-radius: 8.64654px;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  white-space: nowrap;
}

.block-fav__btn:hover {
  background: #ffc700;
  border: 1.29886px solid #ffe99d;
  color: #5f4e11;
}

.catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.375rem;
  margin-bottom: 7.5rem;
}

.catalog__descr {
  max-width: 579px;
  text-align: center;
  margin-bottom: 4.375rem;
}

.catalog__search-block {
  margin-bottom: 4.375rem;
  width: 100%;
  position: relative;
}

.catalog__search-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.125rem;
  height: 2.5rem;
  background-color: #3f3f3f;
  z-index: 2;
  color: #fff;
}

.catalog__search-input {
  height: 4.375rem;
  width: 100%;
  background: #1a1a1a;
  border-radius: 25px;
  padding-left: 6.25rem;
  outline: 1px solid #1a1a1a;
  color: #fff;
  font-size: 1.375rem;
}

.catalog__search-input::-webkit-input-placeholder {
  color: #3f3f3f;
  font-size: 1.5rem;
}

.catalog__search-input::-moz-placeholder {
  color: #3f3f3f;
  font-size: 1.5rem;
}

.catalog__search-input:-ms-input-placeholder {
  color: #3f3f3f;
  font-size: 1.5rem;
}

.catalog__search-input::-ms-input-placeholder {
  color: #3f3f3f;
  font-size: 1.5rem;
}

.catalog__search-input::placeholder {
  color: #3f3f3f;
  font-size: 1.5rem;
}

.catalog .icon-search {
  color: #3f3f3f;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.catalog .icon-search:hover {
  color: #fff;
}

.catalog-items__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.375rem;
  margin-bottom: 8.125rem;
}

.catalog-items__title {
  text-align: center;
  margin-bottom: 2.1875rem;
}

.catalog-items__descr {
  max-width: 1267px;
  text-align: center;
  margin-bottom: 4.375rem;
  font-weight: 500;
}

.catalog-items__grid {
  width: 100%;
}

.grid-catalog-items__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.item-catalog-items__body {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.item-catalog-items__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 18px;
}

.item-catalog-items__block {
  position: absolute;
  bottom: -1px;
  z-index: 20;
  left: 0;
  right: 0;
}

.block-catalog-items__body {
  height: 4.375rem;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.02%, #101010),
    color-stop(306.61%, rgba(16, 16, 16, 0.07))
  );
  background: -o-linear-gradient(
    bottom,
    #101010 0.02%,
    rgba(16, 16, 16, 0.07) 306.61%
  );
  background: linear-gradient(
    0deg,
    #101010 0.02%,
    rgba(16, 16, 16, 0.07) 306.61%
  );
  -webkit-backdrop-filter: blur(21.184px);
  backdrop-filter: blur(21.184px);
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem 1.25rem;
}

.block-catalog-items__label {
  color: #fff;
  font-size: 1.5rem;
}

.block-catalog-items__label.label-catalog {
  font-size: 16px;
}

.block-catalog-items__logo img {
  height: 50px;
  width: 50px;
  display: block;
  margin-right: 10px;
}

.block-catalog-items__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.label-catalog .woocommerce-loop-product__title {
  font-size: 18px;
  max-height: 2.9em;
  word-break: break-word;
  overflow: hidden;
}

.block-catalog-items__price {
  margin-right: 0.8rem;
  color: #fff;
  font-size: 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.block-catalog-items__btn-block .woocommerce-loop-product__link,
.block-catalog-items__btn {
  background: -o-linear-gradient(50.03deg, #ffe073 -14.96%, #ffc700 137.97%);
  background: linear-gradient(39.97deg, #ffe073 -14.96%, #ffc700 137.97%);
  border: 1.2px solid #ffe99d;
  border-radius: 8px;
  padding: 0.625rem 1.25rem;
  color: #5f1411;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  white-space: nowrap;
}

.block-catalog-items__btn:hover {
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
}
.single-cheat-container {
  max-width: 1450px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.single-cheat__body {
  margin-top: 4.375rem;
  margin-bottom: 6.25rem;
}

.single-cheat__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-cheat__descr {
  max-width: 885px;
  margin-bottom: 3.125rem;
  text-align: start;
}

.single-cheat__block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 6.25rem;
  border-right: 1px solid #6f6f6f;
}

.single-cheat__label {
  margin-bottom: 2.5rem;
}

.single-cheat__label h2 {
  font-size: 2.8125rem;
  color: #fff;
}

.single-cheat__func ul {
  will-change: contents;
  max-width: 530px;
  /*   overflow: hidden; */
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  max-height: 60vh;
  overflow: auto;
}

.single-cheat__func ul.open {
  height: auto;
}

.single-cheat__func ul li {
  padding-left: 2rem;
  position: relative;
  color: #fff;
}

.single-cheat__func ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 19px;
  height: 3px;
  background-color: #ff2e2e;
}

.single-cheat__func ul li:empty {
  display: none !important;
}

.single-cheat__func ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}

.single-cheat__func ul li.show {
  display: block;
}

.single-cheat__btn-more {
  margin-bottom: 4.375rem;
}

.single-cheat__btn {
  background: #282828;
  border-radius: 10px;
  text-align: center;
  color: #818181;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  padding: 2.5rem 0rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.875rem;
}

.single-cheat__btn:hover {
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
}

.title-block-single-cheat__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.1875rem;
}

.title-block-single-cheat__title {
  margin-right: 2.1875rem;
}

.title-block-single-cheat__title h1 {
  font-size: 2.8125rem;
  color: #fff;
}

.title-block-single-cheat__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.25rem;
}

.title-block-single-cheat__rate p {
  position: relative;
  bottom: -2px;
  margin-right: 0.25rem;
}

.title-block-single-cheat__comm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.title-block-single-cheat__comm p {
  position: relative;
  bottom: -2px;
  margin-right: 0.25rem;
}

.images-single-cheat__body {
  display: flex;
  justify-items: start;
  gap: 20px;
  margin-bottom: 5.625rem;
}

.images-single-cheat__img {
  max-width: 419px;
  width: 100%;
  height: 14.8125rem;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.images-single-cheat__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.images-single-cheat__img img:hover {
  width: 110%;
}

.func-single-cheat__list {
  margin-bottom: 5.625rem;
  will-change: contents;
  max-width: 530px;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.func-single-cheat__list.open {
  height: auto;
}

.func-single-cheat__item {
  padding-left: 2rem;
  position: relative;
  color: #fff;
}

.func-single-cheat__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 3px;
  background-color: #ff2e2e;
}

.func-single-cheat__item:not(:last-child) {
  margin-bottom: 1.875rem;
}

.func-single-cheat__item.show {
  display: block;
}

.system-block-single-cheat__body {
  padding: 3.125rem 3.125rem 3.125rem 0rem;
  margin-bottom: 12.5rem;
  border-top: 1px solid #6f6f6f;
  border-bottom: 1px solid #6f6f6f;
}

.system-block-single-cheat__label {
  margin-bottom: 5rem;
}

.system-block-single-cheat__label h2 {
  font-size: 2.8125rem;
  color: #fff;
}

.grid-system-block-single-cheat__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.item-single-cheat__label {
  margin-bottom: 0.3125rem;
}

.item-single-cheat__label h3 {
  font-size: 1.3125rem;
}

.item-single-cheat__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.3125rem;
  word-break: break-word;
}

.item-single-cheat__block img {
  margin-right: 0.625rem;
}

.video-single-cheat__body {
  margin-bottom: 3.125rem;
}

.video-single-cheat__video {
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}

.video-single-cheat__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.video-single-cheat__label {
  margin-bottom: 1.875rem;
}

.video-single-cheat__label h2 {
  font-size: 2.8125rem;
  color: #fff;
}

.faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.375rem;
}

.faq__descr {
  max-width: 579px;
  text-align: center;
  color: #8f8f8f;
  margin-bottom: 3.125rem;
}

.grid-faq__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 7.5rem;
}

.item-faq__body {
  background: #1a1a1a;
  -webkit-backdrop-filter: blur(21.184px);
  backdrop-filter: blur(21.184px);
  border-radius: 10px;
  padding: 3.125rem 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.item-faq__icon {
  margin-bottom: 2.75rem;
}

.item-faq__label {
  margin-bottom: 0.9375rem;
}

.item-faq__label h2 {
  color: #fff;
  font-size: 1.6875rem;
  max-width: 260px;
}

.item-faq__descr {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #797979;
  font-size: 1rem;
  margin-bottom: 2.625rem;
}

.item-faq__btn {
  background: #2c2c2c;
  border-radius: 8px;
  color: #a7a7a7;
  padding: 1rem 2.375rem;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  position: relative;
}

.item-faq__btn::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  height: 80%;
  background-color: #ff0000;
  border-radius: 8px;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  opacity: 0;
}

.item-faq__btn:first-child {
  margin-right: 0.5625rem;
}

.item-faq__btn:hover {
  background-color: #ff3300;
  color: #2b2b2b;
}

.item-faq__btn:hover::after {
  opacity: 0.5;
}

.guarantee__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.375rem;
  margin-bottom: 7.5rem;
}

.guarantee__descr {
  max-width: 657px;
  text-align: center;
  margin-bottom: 4.375rem;
}

.grid-guarantee__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}

.accounts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.375rem;
  margin-bottom: 7.5rem;
}

.accounts__title h1 {
  text-align: center;
}

.accounts__descr {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.375rem;
  max-width: 657px;
  text-align: center;
}

.breadcrumbs-list {
  display: flex;
  gap: 0.25em;
  margin-top: 4em;
  flex-wrap: wrap;
}

.breadcrumbs-item + .breadcrumbs-item:before {
  content: "»";
  margin: 0 0.25em;
}

.breadcrumbs-item a {
  color: white;
  text-decoration: underline;
}

.breadcrumbs-item a:hover,
.breadcrumbs-item a:active,
.breadcrumbs-item a:focus {
  color: #f0f0f0;
  text-decoration: none;
}

.breadcrumbs-item + .breadcrumbs-item:before,
.breadcrumbs-item span {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .grid-accounts__item {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.grid-accounts__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.item-accounts__body {
  max-width: 403px;
  max-height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  height: 100%;
  width: 100%;
}

.item-accounts__img {
  height: 350px;
  width: 100%;
  max-width: 403px;
}

.item-accounts__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  display: block;
}

.item-accounts__block {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.02%, #101010),
    color-stop(306.61%, rgba(16, 16, 16, 0.07))
  );
  background: -o-linear-gradient(
    bottom,
    #101010 0.02%,
    rgba(16, 16, 16, 0.07) 306.61%
  );
  background: linear-gradient(
    0deg,
    #101010 0.02%,
    rgba(16, 16, 16, 0.07) 306.61%
  );
  -webkit-backdrop-filter: blur(21.184px);
  backdrop-filter: blur(21.184px);
  border-radius: 18px;
  padding: 1.875rem 2.1875rem;
}

.block-accounts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.block-accounts__label-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5625rem;
}

.block-accounts__label {
  padding-left: 2.8125rem;
  position: relative;
}

.block-accounts__label h2 {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

.block-accounts__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
  height: 3px;
  background-color: #ffc700;
}

.block-accounts__type {
  font-size: 1rem;
  text-align: center;
  padding-left: 0.625rem;
  position: relative;
}

.block-accounts__type::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 21px;
  background-color: #949494;
}

.block-accounts__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.9375rem;
}

.block-accounts__tag {
  color: #fff;
  font-size: 1rem;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.02%, #101010),
    color-stop(306.61%, rgba(16, 16, 16, 0.07))
  );
  background: -o-linear-gradient(
    bottom,
    #101010 0.02%,
    rgba(16, 16, 16, 0.07) 306.61%
  );
  background: linear-gradient(
    0deg,
    #101010 0.02%,
    rgba(16, 16, 16, 0.07) 306.61%
  );
  border: 1px solid #393939;
  -webkit-backdrop-filter: blur(21.184px);
  backdrop-filter: blur(21.184px);
  border-radius: 6px;
  padding: 0.25rem 0.625rem;
}

.block-accounts__tag:not(:last-child) {
  margin-right: 0.625rem;
}

.block-accounts__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-accounts__price {
  color: #fff;
  font-size: 1.625rem;
}

.block-accounts__price span {
  font-size: 1rem;
}

.block-catalog-items__btn-block .woocommerce-loop-product__link,
.block-accounts__btn {
  background: -o-linear-gradient(50.03deg, #ffe073 -14.96%, #ff1e00 137.97%);
  background: linear-gradient(39.97deg, #ffe073 -14.96%, #ff2600 137.97%);
  border-radius: 8.64654px;
  color: #5f4e11;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  padding: 0.625rem 0.85rem;
}

.block-catalog-items__btn-block .woocommerce-loop-product__link:hover,
.block-accounts__btn:hover {
  -webkit-filter: contrast(1.2);
  filter: contrast(1.2);
}

.payment__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.375rem;
  margin-bottom: 7.5rem;
}

.payment__title {
  text-align: center;
  margin-bottom: 3.125rem;
}

.payment__list {
  margin-bottom: 1.875rem;
}

.payment__item {
  padding-left: 1.875rem;
  position: relative;
}

.payment__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #ff4646;
}

.payment__item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.payment__label {
  text-align: center;
  margin-bottom: 3.125rem;
}

.privacy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4.375rem;
  margin-bottom: 7.5rem;
}

.privacy__title {
  margin-bottom: 3.125rem;
}

.privacy__descr {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 1.875rem;
}

.list-privacy {
  margin-bottom: 4.375rem;
}

.payment__list {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

body {
  position: relative;
}

.not-found {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 35em) {
  .block-fav__body {
    height: 6.25rem;
  }
}

@media (max-width: 25em) {
  .item-faq__btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-faq__btn:first-child {
    margin-right: 0rem;
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 79.0625em) {
  [class*="__container"] {
    max-width: 71.875rem;
  }

  .footer__block {
    margin-bottom: 3.125rem;
  }

  .leftblock-top__title {
    width: 750px;
  }

  .leftblock-top__descr {
    width: 580px;
  }

  .rightblock-top {
    margin-left: -15.625rem;
  }

  .grid-fav__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-catalog-items__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 74.99875em) {
  [class*="__container"] {
    max-width: 60.625rem;
  }

  .sidebar__body {
    padding: 1.875rem 2.5rem;
    max-width: 400px;
  }

  .sidebar__title h3 {
    font-size: 1.6875rem;
  }

  .sidebar__btn {
    padding: 1.5625rem 0rem;
  }

  .list-sidebar-item__body {
    padding: 1.25rem;
  }

  .list-sidebar-item__block {
    font-size: 1.25rem;
  }

  .list-sidebar-item__price {
    font-size: 1.25rem;
  }

  .header__logo {
    margin-right: 2.5rem;
  }

  .menu__item {
    text-align: center;
  }

  .menu__item:not(:last-child) {
    margin-right: 1.875rem;
  }

  .menu__list .menu-item {
    text-align: center;
  }

  .menu__list .menu-item:not(:last-child) {
    margin-right: 1.875rem;
    display: block;
    position: relative;
  }

  .block-footer__left-col {
    margin-right: 7.5rem;
  }

  .top__decoration {
    display: none;
  }

  .rightblock-top {
    margin-left: -30rem;
  }

  .swiper-slide {
    /*     opacity: 0.4; */
  }

  .block-fav__body {
    height: 100px;
  }

  .catalog__search-block::before {
    left: 105px;
  }

  .catalog__search-input {
    height: 6.25rem;
    padding-left: 8.4375rem;
  }

  .catalog .icon-search {
    left: 30px;
  }

  .catalog-items__body {
    margin-top: 3.125rem;
    margin-bottom: 6.25rem;
  }

  .faq__body {
    margin-top: 3.125rem;
  }

  .grid-faq__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-accounts__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 61.99875em) {
  [class*="__container"] {
    max-width: 46.875rem;
  }

  .sidebar {
    position: static;
    top: 0;
    margin-top: -6.25rem;
    margin-bottom: 6.25rem;
    left: 0;
    right: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .sidebar__body {
    max-width: 100%;
  }

  .footer__body {
    padding: 3.75rem 0 1.875rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .footer__social a {
    font-size: 1.75rem;
  }

  .footer__support {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .top__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .leftblock-top__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .leftblock-top__title {
    width: 100%;
    text-align: center;
    margin-top: 3.125rem;
  }

  .leftblock-top__descr {
    width: 100%;
    text-align: center;
  }

  .rightblock-top {
    margin-left: 0rem;
    margin-top: -18.75rem;
  }

  /*   .grid-fav__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  } */
  .catalog__body {
    margin-top: 3.125rem;
    margin-bottom: 6.25rem;
  }

  .catalog__descr {
    margin-bottom: 3.125rem;
  }

  .catalog__search-block {
    margin-bottom: 3.125rem;
  }

  .catalog-items__body {
    margin-top: 1.875rem;
  }

  .block-catalog-items__body {
    height: 6.25rem;
    padding: 1.25rem 0.9375rem;
    border-radius: 14px;
  }

  .block-catalog-items__label {
    font-size: 1.4375rem;
  }

  .block-catalog-items__price {
    font-size: 1.5625rem;
  }

  .block-catalog-items__btn {
    padding: 0.625rem 1.25rem;
  }

  .single-cheat__body {
    margin-bottom: 3.125rem;
  }

  .single-cheat__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single-cheat__func ul {
    margin-bottom: 4.375rem;
  }

  .single-cheat__btn-more {
    margin-right: 0.625rem;
  }

  .images-single-cheat__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .func-single-cheat__list {
    margin-bottom: 4.375rem;
  }

  .faq__body {
    margin-top: 1.875rem;
  }

  .guarantee__body {
    margin-top: 3.125rem;
    margin-bottom: 6.25rem;
  }

  .guarantee__descr {
    margin-bottom: 6.25rem;
  }

  .grid-guarantee__body {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .accounts__body {
    margin-top: 3.125rem;
    margin-bottom: 6.25rem;
  }

  .accounts__body {
    margin-top: 1.875rem;
  }

  .accounts__descr {
    margin-bottom: 3.125rem;
  }

  .payment__body {
    margin-top: 3.125rem;
    margin-bottom: 6.25rem;
  }

  .privacy__body {
    margin-top: 3.125rem;
    margin-bottom: 6.25rem;
  }

  .list-privacy {
    margin-bottom: 3.125rem;
  }
}

@media (max-width: 47.99875em) {
  [class*="__container"] {
    max-width: none;
    padding: 0 0.625rem;
  }

  .title h1 {
    font-size: 2.5rem;
  }

  .descr {
    font-size: 1.125rem;
  }

  .sidebar {
    margin-top: -9.375rem;
    margin-right: 0.625rem;
  }

  .sidebar__body {
    max-width: 100%;
  }

  .header__body {
    height: 100px;
  }

  .header__social a {
    font-size: 1.5625rem;
  }

  .header__social a:not(:last-child) {
    margin-right: 2.1875rem;
  }

  .menu__body {
    position: absolute;
    top: -60px;
    left: -140px;
    width: 110vw;
    height: 110vh;
    background-color: #111111;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 4;
  }

  .menu__body.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 60vh;
    overflow: auto;
    margin-top: 100px;
  }

  .menu__item:not(:last-child) {
    margin-right: 0rem;
    margin-bottom: 4.375rem;
  }

  .menu__link {
    font-size: 1.625rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #ff4646;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .icon-menu.open span {
    width: 0;
  }

  .icon-menu.open::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .icon-menu.open::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu__list .menu-item:not(:last-child) {
    margin-right: 0rem;
    margin-bottom: 4.375rem;
  }

  .menu__list .menu-item a {
    font-size: 1.625rem;
  }

  .fav__decoration {
    height: 18.75rem;
    width: 25rem;
  }

  .catalog__body {
    margin-top: 1.875rem;
  }

  .catalog__descr {
    margin-bottom: 1.875rem;
  }

  .catalog__search-block {
    margin-bottom: 1.875rem;
  }

  .catalog-items__descr {
    font-size: 1.25rem;
  }

  /*   .grid-catalog-items__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  } */
  .single-cheat__body {
    margin-top: 3.125rem;
  }

  .single-cheat__block {
    padding-right: 0rem;
  }

  .single-cheat__func ul {
    margin-bottom: 3.125rem;
  }

  .single-cheat__btn-more {
    margin-bottom: 3.125rem;
  }

  .title-block-single-cheat__title h1 {
    font-size: 1.875rem;
  }

  .images-single-cheat__body {
    margin-bottom: 3.125rem;
  }

  .func-single-cheat__list {
    margin-bottom: 3.125rem;
  }

  .faq__descr {
    margin-bottom: 1.875rem;
  }

  .grid-faq__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .guarantee__body {
    margin-top: 1.875rem;
  }

  .guarantee__descr {
    margin-bottom: 4.375rem;
  }

  .accounts__descr {
    margin-bottom: 1.875rem;
  }

  .grid-accounts__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .payment__body {
    margin-top: 1.875rem;
  }

  .payment__title {
    margin-bottom: 1.875rem;
  }

  .payment__label {
    margin-bottom: 1.875rem;
  }

  .privacy__body {
    margin-top: 1.875rem;
  }

  .privacy__title {
    margin-bottom: 1.875rem;
  }

  .privacy__descr {
    font-size: 1.125rem;
  }

  .payment__item {
    font-size: 1.125rem;
  }
}

@media (max-width: 40.375em) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__item {
    text-align: center;
  }

  .footer__item:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .footer__social {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .block-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px;
  }

  .block-footer__left-col {
    margin-right: 0rem;
  }

  .block-footer__right-col {
    margin-bottom: 3.125rem;
  }

  .footer__list > li {
    text-align: center;
  }

  .footer__list > li:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}

@media (max-width: 37.5em) {
  .grid-guarantee__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 36.25em) {
  .title h1 {
    font-size: 2.1875rem;
  }

  .leftblock-top__btns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .leftblock-top__btn:first-child {
    margin-right: 0rem;
    margin-bottom: 1.875rem;
  }

  .rightblock-top {
    margin-top: -25rem;
  }
}

@media (max-width: 35.625em) {
  .grid-system-block-single-cheat__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 34.375em) {
  .title h2 {
    font-size: 2.1875rem;
    line-height: 1.1111111111;
  }

  .fav__body {
    margin-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .fav__label h2 {
    font-size: 2.1875rem;
    line-height: 1.1111111111;
  }

  .item-faq__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .item-faq__btn:first-child {
    margin-right: 0.5625rem;
    margin-bottom: 0rem;
  }
}

@media (max-width: 32.5em) {
  .swiper-slide {
    width: 500px;
  }
}

@media (max-width: 29.99875em) {
  .sidebar__body {
    max-width: 375px;
  }

  .sidebar__agree {
    font-size: 1.125rem;
  }

  .header__social a {
    margin-right: 0.625rem;
  }

  .header__social a:nth-child(1),
  .header__social a:nth-child(2) {
    margin-right: 0.3125rem;
  }

  .top__container {
    overflow: hidden;
  }

  .item-fav__block {
    padding: 0.625rem;
    border-radius: 18.1577px 18.1577px 8px 8px;
  }

  .block-fav__body {
    height: 3.125rem;
  }

  .block-fav__btn {
    padding: 0.3125rem 1.25rem;
  }

  .catalog__search-block::before {
    height: 2.5rem;
    left: 80px;
  }

  .catalog__search-input {
    height: 4.375rem;
    padding-left: 6.25rem;
  }

  .catalog .icon-search {
    font-size: 1.875rem;
  }

  .catalog-items__descr {
    font-size: 1.125rem;
    margin-bottom: 4.375rem;
  }

  .single-cheat__body {
    margin-top: 1.875rem;
  }

  .single-cheat__descr {
    margin-bottom: 1.875rem;
  }

  .single-cheat__btn-more {
    margin-bottom: 2.5rem;
  }

  .images-single-cheat__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-fav__body {
    display: flex;
    flex-direction: column;
  }

  .guarantee__descr {
    margin-bottom: 3.125rem;
  }
}

@media (max-width: 28.125em) {
  .rightblock-top {
    margin-right: -6.25rem;
  }
}

@media (max-width: 25.625em) {
  .block-fav__btn {
    padding: 1.25rem 2.5rem;
  }
}

@media (max-width: 23.4375em) {
  .single-cheat__btn-more {
    margin-left: 0.625rem;
  }
}

.preloader.done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  visibility: visible;
  position: fixed;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.25rem;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1919;
}

.preloader img {
  max-width: 12.5rem;
}

.loading-text {
  -webkit-transform: translateX(-3%);
  -ms-transform: translateX(-3%);
  transform: translateX(-3%);
}

.loading-text span {
  display: inline-block;
  margin: 0 5px;
  font-weight: 700;
  font-size: 1rem;
  color: rgb(255, 62, 55);
  font-family: "Quattrocento Sans", sans-serif;
}

.loading-text span:nth-child(1) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
  animation: blur-text 1.5s 0s infinite linear alternate;
}

.loading-text span:nth-child(2) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}

.loading-text span:nth-child(3) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}

.loading-text span:nth-child(4) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}

.loading-text span:nth-child(5) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}

.loading-text span:nth-child(6) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
  animation: blur-text 1.5s 1s infinite linear alternate;
}

.loading-text span:nth-child(7) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}

.loading-text span:nth-child(8) {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.4s infinite linear alternate;
  animation: blur-text 1.5s 1.4s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  100% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}

.loading {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.loading.done {
  opacity: 0;
  visibility: hidden;
}

.yellow-btn {
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.gray-btn {
  display: inline-block;
}

.yellow-btn:hover {
  transform: scale(0.95) rotate(-8deg);
  background: linear-gradient(39.97deg, #fff -14.96%, #e01f12 137.97%);
}

.gray-btn:hover {
  transform: scale(0.95) rotate(8deg);
}

.item-fav__img:hover img {
  transform: scale(1.2);
}

.item-fav__img img {
  transition: all 0.4s ease 0s;
}

.item-fav__body {
  transition: all 0.4s ease 0s;
}

@media (max-width: 991.98px) {
  .item-fav__body {
    border-radius: 8px;
  }

  .item-fav__img {
    padding-bottom: 130px;
  }

  .grid-fav__body {
    grid-gap: 20px;
  }
  .item-fav__block {
    padding: 1.25rem;
  }

  .item-fav__img img {
    height: 200px;
    width: 100%;
  }

  .block-fav__title {
    padding-top: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .block-fav__title h3 {
    text-align: center;
    line-height: 1.2;
  }

  .block-fav__body {
    height: 150px !important;
    /* display: grid; */
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    border-radius: 8px;
  }

  .block-fav__btn-block {
    width: 100%;
    margin-top: auto;
  }

  .block-fav__btn {
    margin: 0px -10px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .grid-fav__item.item-fav:last-child:nth-child(2n + 1) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.item-advantages {
  padding: 2rem 0.625rem !important;
}

.item-advantages__image {
  display: flex;
}

.item-advantages__image img {
  object-fit: contain;
}

.top__container {
  overflow: visible !important;
}

@media (max-width: 1000px) {
  .header__body {
    flex-direction: column;
    gap: 10px;
    height: max-content;
  }

  .header__left {
    flex-direction: column !important;
    gap: 10px;
  }

  .header {
    /*     position: relative; */
    z-index: 300;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #111111;
  }
}

@media (max-width: 1200px) {
  .header__logo img {
    max-width: 170px !important;
  }
}

@media (max-width: 991px) {
  .leftblock-top__btns-block {
    margin-top: -2.5625rem !important;
  }

  .video-top {
    height: 412px !important;
  }

  .advantages {
    /* 				padding-top: 21.75rem !important; */
    padding-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .menu__body {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header__social {
    gap: 20px !important;
  }

  .header {
    /* 				min-height: 120px !important; */
  }

  .header__left {
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
  }
}

@media (max-width: 580px) {
  .advantages {
    /*     padding-top: 24.75rem !important; */
  }
}

.item-faq__btn:hover {
  color: #fff !important;
  background: #ae302a !important;
}

.item-faq__btn:hover:after {
  background-color: #ae302a !important;
}

.block-catalog-items__btn-block {
  justify-content: center;
  padding-bottom: 7px;
}

.block-catalog-items__btn-block .woocommerce-loop-product__link,
.block-accounts__btn {
  background: #252525 !important;
  border: 1.29886px solid #595959 !important;
  color: #fff !important;
}

.squaredFour label::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  background: transparent;
  top: 7px;
  left: 5px;
  border: 3px solid #fff;
  border-top-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-top-width: 3px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 3px;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredFour label {
  background: #ae302a;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.sidebar__btn,
.sidebar__btn {
  background: #ae302a !important;

  color: #fff !important;
}

.single-cheat__func ul li {
  padding-left: 3rem !important;
}

.single-cheat__func ul li::before {
  background: url("https://dragon-hack.pro/wp-content/uploads/2023/03/cropped-cropped-logo-270x270-1-192x192.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: -3px !important;
}

.roundedOne {
  width: 26px !important;
  height: 26px !important;
}

.popup__content {
  padding: 0 !important;
}

.popup__img img {
  max-height: 700px;
}

.sidebar__background {
  border: 1px solid gray;
  background: rgba(17, 29, 43, 0.14) !important;
}

.product-added-modal {
  position: fixed;
  right: 10px;
  top: 160px;
  border: 1px solid gray;
  background: #171924;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  z-index: 12;
}
.product-added-modal img {
  max-width: 25px;
  width: 100%;
  filter: invert(1);
  height: 32px;
}
.product-added-modal p {
  font-weight: 600;
  font-size: 20px;
  line-height: 146%;
  letter-spacing: 0%;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .product-added-modal {
    top: 200px;
  }
}

.block-catalog-items__btn-block .woocommerce-loop-product__link,
.block-catalog-items__btn {
  color: #fff !important;
  background: #ae302a !important;
}

.catalog__search-input {
  color: #000 !important;
  background: #fff !important;
}

html {
  overflow-y: overlay;
}

::-webkit-scrollbar-track {
  background: #10121e;
}

::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #10121e;
  background-clip: padding-box;
  border-radius: 0px;
  background-color: #e91443;
}

.item-fav__body {
  box-shadow: 0 0 10px 0px #697886;
}

.item-fav__body:hover {
  transform: scale(1) !important;
}

/* .menu__list .menu-item:last-child a {
			-webkit-text-fill-color: #fff;
background: none;
  background-color: rgba(0, 0, 0, 0);
border: 1px solid #b01111;
border-radius: 6px;
padding: 10px 20px 11px 20px;
background-color: #bb29293b;
		} */

/* .menu__list .menu-item:last-child a:hover{
			border: 1px solid #bb6e6e;
background-color: #ee242485;
		} */
.gold-label {
  background: linear-gradient(90deg, #acabab 0%, #f95151 41.69%);
  background-clip: border-box;
  -webkit-background-clip: text;
}

.loading {
  transform: translateX(5%);
}

.preloader {
  background-color: #14171e !important;
}

.preloader img {
  width: 40% !important;
}

.yellow-btn {
  background: #ae302a !important;
  color: #fff !important;
  border: none !important;
  border-radius: 3px !important;
}

.gray-btn {
  color: #fff !important;
  border: none !important;
  border-radius: 3px !important;
  background: #122b37 !important;
}

.video-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  object-fit: contain;
  max-height: 600px;
  object-position: right;
}

.advantages__bg {
  display: none;
}

* {
  scrollbar-width: thin !important;
  scrollbar-color: #e91443 #10121e !important;
}

.fav__decoration {
  display: none;
}

.top__decoration {
  display: none;
}

.header {
  display: flex;
}

.header-container {
  flex: 1 1 auto;
  max-width: 1300px;
  width: 100%;
  padding: 0 15px;
}

.header-container {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.item-catalog-items__body {
  height: 100% !important;
}

.item-catalog-items__body a img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-catalog-items__body:hover a img {
  transform: scale(1.1);
}

.block-catalog-items__label.label-catalog {
  flex: 1 1 auto !important;
}

.block-catalog-items__body {
  height: 90px;
  padding: 0.5rem 1rem !important;
}

.block-catalog-items__btn {
  padding: 11px 8px !important;
}

.block-catalog-items__price {
  font-size: 16px !important;
}

.label-catalog .woocommerce-loop-product__title {
  font-size: 17px !important;
}

.item-catalog-items__body img {
  border-radius: 6px !important;
  margin-right: 0 !important;
}

.block-catalog-items__logo {
  flex: 0 0 50px;
}

.block-catalog-items__body {
  gap: 10px;
}

.sup {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  max-width: 659px;
  border: 1px solid gray;
  padding: 0.625rem 1rem;
  border-radius: 23px;
}
.discount-box {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.discount-box-gif {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  filter: grayscale(1);
}

.sup__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

button.sup__box {
  justify-content: center;
  width: 100%;
}

.sup__icon img {
  max-width: 3.125rem;
}

.sup__info {
  line-height: 130%;
  font-weight: 600;
  font-size: 0.875rem;
}

.advantages__slider {
  padding: 30px 0 !important;
  margin: -30px;
}

.sup__link {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.625rem 0.9375rem;
  background-color: #252525;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1.29886px solid #595959;
}

.sup__link:hover {
  color: #e12e2e;
  background-color: #353535;
}

.sidebar__cart-icon {
  background: #ae302a;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0.9375rem 1.25rem;
}
.sidebar__cart-icon img {
  max-width: 20px;
  filter: invert(1);
}
.sidebar__button {
  margin-bottom: 20px !important;
  display: flex;
  gap: 10px;
}
.sidebar__button a {
  border: 1px solid transparent;
  transition: 0.5s;
}
.sidebar__button a:hover {
  border: 1px solid #b01111;
  background: #bb29293b;
}

.sidebar__btn-icon {
  border-radius: 10px;
  padding: 0.9375rem 1.25rem;
  background: #ae302a;
}
.sidebar__btn-icon img {
  max-width: 32px;
  height: 32px;
}
.sidebar__btn-check {
  border-radius: 10px;
  padding: 0.9375rem 1.25rem;
  background: #10121e;
}
.sidebar__btn-check img {
  max-width: 32px;
  height: 32px;
}
.sidebar {
  margin-left: 20px;
}

.single-cheat__block {
  padding-right: 20px !important;
  flex: 1 1 auto;
}

.single-cheat__func ul li:not(:last-child) {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 30px;

  border-bottom: 1px solid #194b772b;
}

.single-cheat__func ul {
  max-width: 100% !important;
}

.squaredFour {
  height: 24px;
}

.sidebar__agree {
  font-size: 16px !important;
  align-items: center !important;
}

.item-accounts__img img {
  transition: all 0.4s ease 0s;
}

.discount-modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.discount-modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.discount-modal {
  background: #10121e;
  color: #fff;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  max-width: 612px;
  position: relative;
  text-align: center;
  animation: fadeInScale 0.4s ease;
  max-height: 90vh;
  overflow: auto;
}

@keyframes fadeInScale {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.discount-modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 24px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

.discount-modal-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: white;
  margin-bottom: 16px;
}

.discount-modal-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 146%;
  letter-spacing: 0%;
  text-align: center;
  color: #939393;
}

.discount-modal-banner {
  width: 100%;
  margin-bottom: 4px;
  margin-top: 36px;
  height: 180px;
  position: relative;
  z-index: 2;
}
.discount-modal-promo button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b01111;
  border-radius: 6px;
  padding: 16px 20px;
  background-color: #bb29293b;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: white;
  width: 100%;
  transition: 0.3s;
}
.discount-modal-banner p {
  position: absolute;
  font-family: Gilroy;
  font-weight: 700;
  font-size: 96px;
  line-height: 112.00000000000001%;
  letter-spacing: 0%;
  transform: rotate(-8deg);
  left: 20px;
  top: 30px;
}
.discount-modal-banner img {
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.discount-modal-promo {
  background: #111;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
}

.discount-modal-promo-code {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.discount-modal-button {
  display: block;
  background: #ae302a;
  color: white;
  text-decoration: none;
  padding: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  border-radius: 8px;
  transition: all 0.3s;
  border: 1px solid transparent;
  width: 100%;
}

.discount-modal-button:hover {
  background: #bb29293b;
  border: 1px solid #b01111;
}
.discount-modal-promo button:hover {
  background: #ae302a;
}

.grid-accounts__item:hover .item-accounts__img img {
  transform: scale(1.1);
}

.block-accounts__btn {
  transition: all 0.4s ease 0s;
}

.block-accounts__btn:hover {
  background: linear-gradient(39.97deg, #ffc806 -14.96%, #fff 137.97%);
}

.block-fav__btn {
  color: #fff !important;
}

.block-fav__btn:hover {
  background: #ae302a !important;
}

.advantages__item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1px;
  padding: 40px 20px 50px;

  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: 100%;
}

.advantages__item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.advantages__item:hover .item-advantages__info {
  color: #bd7f7f;
}

.advantages__item:hover .item-advantages__image img {
}

.item-advantages__info {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.item-advantages__image img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.advantages {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  position: relative;
  z-index: 2;
}
.advantages-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.advantages__container {
  position: relative;
}

/* .advantages__items {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
} */

.item-advantages {
  position: relative;
  z-index: 3;
  border-radius: 3px;
  gap: 20px;
  min-height: 332px;
  -webkit-box-shadow: 0px 0px 18px 0px #556482;
  box-shadow: 0px 0px 10px 0px #556482;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  padding: 1.25rem 0.625rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
}

.item-advantages::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  background: inherit;
  left: 0;
  width: 100%;
  background: #3d474b59;
  height: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.item-advantages__image {
  margin-top: -50px;
}

.item-advantages__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 110%;
  color: #ffffffb2;
  margin-top: 20px;
}

.item-advantages__info {
  color: #fff;
  align-items: center;

  margin-top: auto;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}

.advantages__bg {
  position: absolute;
  bottom: -70%;
  left: -300px;
  max-width: 17.625rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.advantages__bg-two {
  position: absolute;
  bottom: -70%;
  right: -150px;
  max-width: 15.625rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 56.25em) {
  /*   .advantages__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  } */
}

@media (max-width: 43.75em) {
  .advantages__bg {
    top: -40%;
  }

  .advantages__bg-two {
    bottom: -40%;
  }
}

@media (max-width: 34.375em) {
  .advantages__bg {
    top: -20%;
  }

  .advantages__bg-two {
    bottom: -20%;
  }
}

@media (max-width: 26.25em) {
  .advantages__bg {
    top: 0;
  }

  .advantages__bg-two {
    bottom: 0;
  }
}

body {
  background: url("https://dragon-hack.pro/wp-content/themes/up-game/assets/img/base/one.png")
      center/contain,
    url("https://dragon-hack.pro/wp-content/themes/up-game/assets/img/base/two.png")
      center/contain,
    #10121e !important;
  color: rgba(255, 255, 255, 0.8);
}

header {
  /* 			background: rgba(255, 255, 255, 0.03) !important; */
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 1px;
}

footer {
  border-top: 1px solid #80808082;
  background-color: #10121e !important;
}

.footer-t::before {
  display: none !important;
}

.item-nav-footer-t__sociallist {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.item-nav-footer-t__sociallink::before {
  transition: all 0.4s ease 0s;
  color: inherit;
}

.item-nav-footer-t__socialitem:hover {
  transition: all 0.4s ease 0s;
}

.item-nav-footer-t__sociallink:hover::before {
  color: #ae302a;
}

.no-webp .footer-t {
  background: url("../img/bgf.png");
}

.footer-t {
  background-color: #10121e !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.footer-decor-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.footer-decor-link:hover {
  transform: scale(1.1);
}

.footer-decor {
  position: relative;
  right: 0;
  top: 0;
}
.footer-t::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(25, 25, 26, 0.51);
  height: 100%;
}

.footer-t__container {
  z-index: 2;
  position: relative;
}

.footer-t-head {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}

.footer-t-head .footer-t-head__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-t-head__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-t-head__text {
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 800px;
  line-height: 130%;
}

.footer-t-head__link {
  font-size: 1.25rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer-t-head__link svg {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.nav-footer-t {
  padding-bottom: 3.75rem;
}

.nav-footer-t .nav-footer-t__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.875rem;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-nav-footer-t__item-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}

.item-nav-footer-t__title {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  letter-spacing: 0.009em;
  color: #51555f;
  margin-bottom: 25px;
}

.sidebar__btn {
  background: #ae302a;

  color: #fff;
}

.item-nav-footer-t__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.item-nav-footer-t__list:has(.item-nav-footer-t__item) li > a:not([class]),
.item-nav-footer-t__link {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.1875rem;
  color: #dadada;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.item-nav-footer-t__link svg {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer-t-bottom {
  padding-bottom: 1.875rem;
}

.footer-t-bottom .footer-t-bottom__container {
  padding-top: 1.875rem;
  position: relative;
  z-index: 2;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  color: rgba(125, 129, 138, 0.68);
  font-size: 0.9375rem;
  line-height: 120%;
  letter-spacing: 0.009em;
}

.footer-t-bottom__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
}

.item-nav-footer-t__socialitem:hover {
  transform: scale(0.9);
  color: #ae302a;
}

.footer-t-bottom__payments svg {
  width: 1.875rem;
  height: 1.875rem;
}

@media (max-width: 60em) {
  .footer-t-head {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
  }

  .footer-t-head .footer-t-head__container {
    text-align: center;
  }

  .footer-t-head__top {
    margin: 0 auto;
  }

  .footer-t-head__text {
    font-size: 1.125rem;
  }

  .footer-t-head__link {
    margin: 0 auto;
  }
}

@media (max-width: 56.25em) {
  /*   .advantages__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  } */
}

@media (max-width: 47.875em) {
  .nav-footer-t {
    padding-bottom: 0.625rem;
  }

  .nav-footer-t .nav-footer-t__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 43.75em) {
  .advantages__bg {
    top: -40%;
  }

  .advantages__bg-two {
    bottom: -40%;
  }
}

@media (max-width: 34.375em) {
  .advantages__bg {
    top: -20%;
  }

  .advantages__bg-two {
    bottom: -20%;
  }

  .footer-t-bottom {
    padding-bottom: 1.25rem;
  }

  .footer-t-bottom .footer-t-bottom__container {
    padding-top: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }

  .footer-t-bottom__payments svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 26.25em) {
  .advantages__bg {
    top: 0;
  }

  .advantages__bg-two {
    bottom: 0;
  }

  .video-top {
    object-position: center top;
    object-fit: cover;
    transform: translateY(-2.8em);
  }
}

@media (any-hover: hover) {
  .footer-t-head__link:hover {
    color: #737373;
  }

  .footer-t-head__link:hover svg {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .item-nav-footer-t__link:hover {
    color: #8e8e8e;
  }

  .item-nav-footer-t__link:hover svg {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

.webp .footer-t {
  background: url(../img/bgf.webp);
}

@media (max-width: 767.98px) {
  .header__social {
    display: none;
  }

  .header__logo img {
    max-width: 150px !important;
  }

  .block-catalog-items__label.label-catalog {
    padding: 10px;
    text-align: center;
    min-height: 4.5em;
  }

  .block-catalog-items__label.label-catalog .block-catalog-items__price {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
  }

  .block-catalog-items__body {
    height: auto !important;
    flex-wrap: wrap;
  }

  .block-catalog-items__body {
    padding: 0 !important;
    border-radius: 0 0 8px 8px;
  }

  .block-catalog-items__price {
    display: none;
  }

  .block-catalog-items__price._mob {
    display: block;
  }

  .block-catalog-items__logo {
    display: none;
  }

  .item-catalog-items__body {
    height: 300px !important;
    border-radius: 8px;
  }

  .block-catalog-items__btn-block {
    width: 100%;
  }

  .block-catalog-items__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .item-catalog-items__body:after {
    position: absolute;
    content: "";
    height: 6.6em;
    background: none;
    border: 5px solid black;
    bottom: -2px;
    left: -2px;
    display: block;
    right: -1px;
    z-index: 5;
  }

  .item-catalog-items__body img {
    border-radius: 6px !important;
    margin-right: 0 !important;
  }

  .grid-catalog-items__body {
    grid-gap: 20px;
  }
}

.advantages__items .swiper-slide {
  height: auto !important;
}

.advantages__nav {
  display: none;
}

.slider-prev::before,
.slider-next::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M22.8275 30.5835L28.0075 25.4035C28.7875 24.6235 28.7875 23.3635 28.0075 22.5835L22.8275 17.4035C21.5675 16.1635 19.4075 17.0435 19.4075 18.8235V29.1635C19.4075 30.9635 21.5675 31.8435 22.8275 30.5835Z' fill='white'/%3E%3C/svg%3E");
}

.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.slider-prev {
  transform: translateY(-50%) rotate(180deg);
}

.slider-next {
  right: 0px;
}

@media (max-width: 991.98px) {
  .advantages__nav {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .footer-decor-link {
    display: none;
  }
  .single-cheat__block {
    width: 100%;
    border-right: none;
    padding-right: 0 !important;
    margin-bottom: 30px;
  }

  .sidebar {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
  }

  .sidebar__body {
    max-width: 100%;
    padding: 0px;
  }

  .sidebar__background {
    background: none;
    backdrop-filter: none;
    border: none;
  }
}

.banner_t {
  padding: 10px;
}

.woocommerce-pagination {
  display: none;
}

.fix-support {
  position: fixed;
  max-width: 330px;
  top: 20%;
  right: -255px;
  display: grid;
  padding: 15px;
  border-radius: 8.647px;
  border: 1.299px solid #595959;
  background: #122b37;
  z-index: 5;
  max-width: 330px;
  transition: all 0.3s ease 0s;
}

.fix-support__icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.fix-support__icon svg {
  width: 100%;
  height: 100%;
}

.fix-support__content {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 16px;
}

.fix-support a {
  background: #ae302a;
  padding: 10px;
  font-weight: 700;
  border-radius: 8px;
  margin-top: -41px;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  opacity: 0;
  text-align: center;
}

.fix-support:hover.fix-support a {
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
  font-size: 16px;
  color: white;
}

.fix-support:hover {
  right: 10px;
}

@media (max-width: 767px) {
  .fix-support {
    display: none;
  }
}

.header__login {
  -webkit-text-fill-color: #fff;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b01111;
  border-radius: 6px;
  padding: 10px 20px 11px 20px;
  background-color: #bb29293b;
}

.header__login:hover {
  border: 1px solid #bb6e6e;
  background-color: #ee242485;
}

.top__rightblock.rightblock-top {
  display: none;
}

.header__login:hover {
  transform: none;
}

.header__login._mob {
  display: none;
}

@media (max-width: 767px) {
  .header__login {
    display: none;
  }

  .header__login._mob {
    display: block;
    transform: translateX(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
  }
}

.single-blog {
  margin-top: 40px;
  margin-bottom: 70px;
}

.single-blog__img {
  position: relative;
  padding-bottom: 40%;
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .single-blog__img {
    padding-bottom: 60%;
  }
}

.single-blog__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-blog__ttl {
  margin-bottom: 30px;
}

.single-blog__info {
  margin-bottom: 40px;
  display: flex;
  gap: 5px;
}

.single-blog__info span {
  color: white;
}

.single-blog__info span::after {
  content: "•";
  margin-left: 5px;
}

.single-blog__info span:last-child::after {
  display: none;
}

.single-blog__info span a {
  color: white;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .single-blog__info span a:hover {
    color: #d61616;
  }
}

.single-blog__bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.single-blog__bottom a {
  display: flex;
  align-items: center;
  color: #797979;
}

@media (any-hover: hover) {
  .single-blog__bottom a:hover {
    color: #d61616;
  }
}

.single-blog__bottom a.next {
  margin-left: auto;
}

.single-blog__bottom a.next span {
  transform: rotate(180deg);
}

.single-blog__bottom a span {
  display: block;
}

.single-blog__bottom a span:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M18.8794 13.0595L14.9944 16.9445C14.4094 17.5295 14.4094 18.4745 14.9944 19.0595L18.8794 22.9445C19.8244 23.8895 21.4444 23.2145 21.4444 21.8795V14.1095C21.4444 12.7745 19.8244 12.1145 18.8794 13.0595Z' fill='%23939393'/%3E%3C/svg%3E");
  display: block;
  width: 36px;
  height: 36px;
}

._text {
  display: grid;
  grid-gap: 32px;
}

@media (max-width: 991.98px) {
  ._text {
    grid-gap: 20px;
  }
}

._text h1,
._text h2,
._text h3 {
  color: white;
}

._text h2 {
  font-size: 2em;
}

@media (max-width: 991.98px) {
  ._text h2 {
    font-size: 1.8em;
  }
}

._text h3 {
  font-size: 1.8em;
}

@media (max-width: 991.98px) {
  ._text h3 {
    font-size: 1.6em;
  }
}

._text ul,
._text ol {
  color: #6d6d6d;
  font-size: 18px;
  display: grid;
  gap: 8px;
}

@media (max-width: 991.98px) {
  ._text ul,
  ._text ol {
    font-size: 16px;
  }
}

._text ol {
  list-style-type: none; /* Убираем исходные маркеры */
  counter-reset: num;
}

._text ol li::before {
  content: counter(num) ". ";
  counter-increment: num;
  color: #ae302a;
  margin-right: 5px;
}

._text ul > li {
  padding-left: 30px;
  position: relative;
}

._text ul > li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #ae302a;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 10px;
  flex-shrink: 0;
  top: 5px;
}

@media (max-width: 479.98px) {
  ._text ul > li::before {
    left: 0;
  }
}

@media (max-width: 479.98px) {
  ._text ul > li {
    padding-left: 25px;
  }
}

._text a {
  color: #ae302a;
  transition: all 0.5s ease 0s;
}

._text a:hover {
  border-bottom: 1px solid #ae302a;
}

._text a:active {
  border-color: #ae302a;
  color: #ae302a;
}

._text p {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 145.8%;
}

@media (max-width: 991.98px) {
  ._text p {
    font-size: 16px;
  }
}

._text img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

._text strong {
  color: #ae302a;
}

.blog {
  margin-top: 4.375rem;
  margin-bottom: 70px;
}

.blog__header {
  margin-bottom: 60px;
  text-align: center;
}

.blog__header .title {
  margin-bottom: 30px;
}

.blog__wrapper {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-gap: 20px;
}

@media (max-width: 991.98px) {
  .blog__wrapper {
    grid-template-columns: 1fr;
  }
}

.blog__sidebar {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  height: fit-content;
}

@media (max-width: 991.98px) {
  .blog__sidebar {
    display: none;
  }
}

.blog__items {
  display: grid;
  grid-gap: 20px;
}

.blog-categories {
  display: grid;
  grid-gap: 20px;
}

.blog-categories span {
  color: white;
  font-size: 24px;
  font-weight: 700;
}

.blog-categories a {
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #222;
  color: #939393;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}

.blog-categories a img {
  height: 25px;
}

.blog-categories a._active {
  background: #ae302a;
  color: black;
}

@media (any-hover: hover) {
  .blog-categories a:hover {
    background: #ae302a;
    color: black;
  }
}

.blog-main {
  margin-bottom: 35px;
}

.blog-main__ttl {
  font-size: 30px;
  color: white;
  margin-bottom: 20px;
  font-weight: 700;
}

.blog-main__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

@media (max-width: 991.98px) {
  .blog-main__content {
    grid-template-columns: 1fr;
  }
}

.blog-main-card {
  display: grid;
  gap: 10px;
  border-radius: 16px;
  background: #1a1a1a;
  padding: 30px;
}

@media (max-width: 991.98px) {
  .blog-main-card {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .blog-main-card {
    padding: 15px;
  }
}

@media (any-hover: hover) {
  .blog-main-card:hover .blog-main-card__img img {
    transform: scale(1.1);
  }

  .blog-main-card:hover .blog-main-card__ttl {
    color: #ae302a;
  }
}

.blog-main-card__img {
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
  border-radius: 8px;
  overflow: hidden;
}

.blog-main-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  object-fit: cover;
}

.blog-main-card__ttl {
  font-size: 24px;
  color: white;
  transition: all 0.3s ease 0s;
}

.blog-search {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-search__burger {
  display: none;
}

@media (max-width: 991.98px) {
  .blog-search__burger {
    display: block;
  }
}

.blog-card {
  border-radius: 16px;
  padding: 20px;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 15px;
  background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 991.98px) {
  .blog-card {
    grid-template-columns: 1fr;
    padding: 15px;
  }
}

@media (any-hover: hover) {
  .blog-card:hover .blog-card__img img {
    transform: scale(1.1);
  }

  .blog-card:hover .blog-card__ttl {
    color: #ae302a;
  }
}

.blog-card__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
  border-radius: 8px;
}

.blog-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
  object-fit: cover;
}

.blog-card__content {
  display: grid;
  height: fit-content;
  grid-gap: 14px;
}

.blog-card__ttl {
  font-size: 24px;
  color: white;
  transition: all 0.3s ease 0s;
}

.blog-card__excerpt {
  color: #797979;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.pagination {
  margin-top: 30px;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #222222;
  display: block;
  transition: all 0.3s ease 0s;
  color: transparent;
}

@media (any-hover: hover) {
  .page-numbers:hover {
    background: #ae302a;
  }
}

.current {
  background: #ae302a;
  pointer-events: none;
}

.next,
.prev {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (any-hover: hover) {
  .next:hover,
  .prev:hover {
    background: transparent;
    transform: scale(1.5);
  }
}

.next::before,
.prev::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'%3E%3Cpath d='M17.1206 13.059L21.0056 16.944C21.5906 17.529 21.5906 18.474 21.0056 19.059L17.1206 22.944C16.1756 23.889 14.5556 23.214 14.5556 21.879V14.109C14.5556 12.774 16.1756 12.114 17.1206 13.059Z' fill='%23d61616'/%3E%3C/svg%3E");
  width: 36px;
  height: 36px;
  display: block;
}

.prev {
  transform: rotate(180deg);
}

.prev:hover {
  background: transparent;
  transform: scale(1.5) rotate(180deg);
}

.blog__search-block {
  width: 100%;
  position: relative;
}

.blog__search-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.125rem;
  height: 2.5rem;
  background-color: #3f3f3f;
  z-index: 2;
  color: #fff;
}

.blog__search-input {
  height: 4.375rem;
  width: 100%;
  background: white;
  border-radius: 25px;
  padding-left: 6.25rem;
  outline: 1px solid #1a1a1a;
  color: #fff;
  font-size: 1.375rem;
  color: black;
}

.blog__search-input::-webkit-input-placeholder {
  color: #3f3f3f;
  font-size: 1.5rem;
}

.blog__search-input::-moz-placeholder {
  color: #3f3f3f;
  font-size: 1.5rem;
}

.blog__search-input:-ms-input-placeholder {
  color: #3f3f3f;
  font-size: 1.5rem;
}

.blog__search-input::-ms-input-placeholder {
  color: #3f3f3f;
  font-size: 1.5rem;
}

.blog__search-input::placeholder {
  color: #3f3f3f;
  font-size: 1.5rem;
}

.blog .icon-search {
  color: #3f3f3f;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  -o-transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
  transition: all 0.5s cubic-bezier(0.2, 0.17, 0, 0.74) 0s;
}

.blog .icon-search:hover {
  color: #ffc700;
}

.blog-search form {
  width: 100%;
}

@keyframes progress-bar {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  to {
    left: 100%;
    right: -90%;
  }
}

@keyframes progress-bar-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  to {
    left: 107%;
    right: -8%;
  }
}

.progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 8px;
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--bg-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.progress-bar.active {
  opacity: 1;
  visibility: visible;
}

.progress-bar__indeterminate:before,
.progress-bar__indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: progress-bar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  background: var(--yellow-color);
}

.progress-bar__indeterminate:after {
  animation: progress-bar-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

ul.the_champ_login_ul {
  display: flex;
  gap: 1em;
  justify-content: center;
}

.theChampLogin {
  width: 44px !important;
  height: 44px !important;

  filter: saturate(0);
}

.theChampDiscordBackground,
.theChampVkontakteBackground,
.theChampGoogleBackground,
.theChampSteamBackground {
  background: none !important;
  border: 0 !important;
}

:root ul.the_champ_login_ul li {
  border-radius: 8px !important;
  border: 1px solid #bb6e6e !important;
  padding: 0 !important;
  background: #3d1c25;
}

.the_champ_login_ul .theChampLogin {
  transition: 0.25s opacity;
  margin: 0 !important;
  border: 0.25em solid transparent !important;
}

:root ul.the_champ_login_ul li:hover {
  border-color: #ae302a !important;
}

:root ul.the_champ_login_ul li:hover .theChampLogin {
  filter: brightness(100%);
}

:root ul.the_champ_login_ul li:hover #theChampGoogleButton.theChampLogin {
  filter: brightness(500%) contrast(5) saturate(0);
}

.the_champ_login_ul li:first-child {
  order: 10;
}

.the_champ_login_ul li:first-child .theChampLogin {
  filter: invert(1) saturate(0) brightness(4);
}

.the_champ_login_ul li:first-child .theChampVkontakteLogin.theChampLogin {
  filter: saturate(0) brightness(0.8);
}

.the_champ_login_ul li:last-child .theChampLogin {
  filter: brightness(0.6) saturate(0) contrast(3);
}

.the_champ_login_ul li:last-child {
  order: -10;
}

#TB_window,
.single-cheat__checkout-wrap,
.single-cheat__help-content {
  top: 50%;
  left: 50%;
  max-height: 100vh;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(255, 255, 255, 0.1);
  padding: 0.6em;
  position: absolute;
  border-radius: 24px;
  width: 800px;
  height: 500px;
  /* border-width: 0; */
  outline-width: 0;
  display: block;
}

.single-cheat__checkout,
.single-cheat__help {
  display: flex;
  position: fixed !important;

  background: rgba(0, 0, 0, 0.7);
  z-index: 99999 !important;

  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  box-sizing: border-box;
  backdrop-filter: blur(6px);
}

.single-cheat__checkout-wrap,
.single-cheat__help-content,
.video-single-cheat__video iframe {
  top: 50%;
  left: 50%;
  max-height: 100vh;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(255, 255, 255, 0.1);
  padding: 0.6em;
  position: absolute;
  border-radius: 24px;
  width: 800px;
  height: 500px;
  /* border-width: 0; */
  outline-width: 0;
  display: block;
  /* z-index: 10001; */
}

#TB_window {
  margin: 0 !important;
  min-width: 500px;
  background-color: #141414 !important;
}

#TB_ajaxContent {
  clear: both;
  padding: 1.3em;
  overflow: auto;
  text-align: left;
  line-height: 1.4em;
  min-width: 100%;
  min-height: 100%;
}

#TB_title {
  background: none !important;
  border: 0 !important;
  color: white !important;
  height: auto !important;
  margin-bottom: 2em !important;
  font-size: 1.3em !important;
}

.tb-close-icon {
  width: 3em;
  height: 1.3em;
  right: 1em !important;
}

@media screen and (max-width: 550px) {
  #TB_window {
    min-width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
  }

  #TB_ajaxContent div:has([type="button"]) {
    flex-direction: column;
  }
}

.tb-close-icon:before {
  font-size: 2em !important;
}

#the_champ_confirm_email,
#the_champ_email {
  color: white;
  background: #222;
  border-radius: 10px;
  margin-bottom: 0.35rem;
  padding: 0.85rem 1.5rem;
  align-items: center;
  font-weight: normal;
  min-height: 3.9rem;
  width: 100%;
  margin: 1em 0 0em 0;
}

.single-cheat__checkout-wrap {
  overflow: auto;
  display: flex;
  flex-direction: row;
  width: 1450px;
  max-width: 100%;
  padding: 0;
  height: auto;
  border: 0;

  background: #1a1a1a;
  border-radius: 10px;
}

.payment-modal-wrap {
  background: #101515;
  width: 1450px;
}

.payment-modal-wrap .highlight {
  color: #e91443;
}

.payment-modal-wrap .button-gradient {
  background: linear-gradient(180deg, #ae302a 0%, #73201c 100%) !important;
  color: white !important;
  max-width: 11.9em;
  font-weight: normal;
  flex: 1 1 min-content;

  font-size: 0.95em;
  border-radius: 5px;
  padding: 0.7em 1em;
}

.payment-modal-wrap .button-gradient__black {
  margin-top: 1.5em;
  background: rgb(61 61 61 / 10%) !important;
  max-width: 100%;
  font-size: 0.9075em;
  color: #939393 !important;
}

.payment-modal-wrap .button-gradient__black:hover,
.payment-modal-wrap .button-gradient__black:active,
.payment-modal-wrap .button-gradient__black:focus {
  color: white !important;
}

.payment-modal-wrap .checkout-title {
  padding-bottom: 1.3em;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 0.6em;

  font-size: 1.3em;
  margin-top: 0.5em;
  letter-spacing: 0.0175em;
}

.payment-modal-wrap .checkout-content > .checkout-wrap,
.payment-modal-wrap .checkout-sidebar {
  padding: 1.6rem 2.7rem 0.4em 2.6remж;
}

.payment-modal-wrap
  .checkout-content
  > .checkout-wrap.checkout-wrap__description {
  border: 0;
  line-height: 1;
}

.payment-modal-wrap .checkout-label__product-name {
  font-weight: normal;
  color: #ffffff80;
  font-size: 1.05em;
}
#withdraw-process{
  margin-top: 1em;
}
.payment-modal-wrap .checkout-payment_system {
  transition: 0.25s border-color;
  flex: 0 0 22.3%;
  cursor: pointer;
}

.payment-modal-wrap .checkout-payment_system:hover,
.payment-modal-wrap .checkout-payment_system:active,
.payment-modal-wrap .checkout-payment_system:focus,
.payment-modal-wrap .checkout-payment_system:has(:checked) {
  border-color: #b01111;
}

.payment-modal-wrap .checkout-payment_system:hover label,
.payment-modal-wrap .checkout-payment_system:active label,
.payment-modal-wrap .checkout-payment_system:focus label,
.payment-modal-wrap .checkout-payment_system:has(:checked) label {
  opacity: 1;
}

.payment-modal-wrap .checkout-label__total .checkout-label__simple-value {
  font-size: 1em;
}

.payment-modal-wrap .checkout-payment_system {
  padding: 0;
}
.checkout-payment_system{
  max-height: 70px;
  height: 70px;
}
.payment-modal-wrap .checkout-payment_system label {
  padding: 0.25rem 1rem;
  display: flex;
  cursor: pointer;
  transition: 0.25s opacity;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .payment-modal-wrap .checkout-payment_system {
    flex-basis: 30.9%;
  }

  .payment-modal-wrap .checkout-payment_system label {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .checkout-payment_system img {
    max-width: 9em;
    margin: auto;
  }
}

@media screen and (max-width: 1200px) {
  .payment-modal-wrap .checkout-payment_system {
    flex-basis: 47.3%;
  }
}

.payment-modal-wrap .checkout-payment_system input {
  display: none;
}

.payment-modal-wrap .checkout-label__total:before {
  content: "Итого к оплате";
  font-size: 1em;
}

.payment-modal-wrap .checkout-label:has(input) {
  padding-left: 1rem;
  padding-right: 1rem;
  background: none;
  border: 1px solid #ffffff33;
  border-radius: 10px;
  margin-bottom: 0.9em;
}

#checkout-coupon {
  background: transparent url(../img/coupon.svg) no-repeat 0.3em center / auto
    1.2em;
  border: 1px solid #151c1d80;
  padding-left: 2.5em;
  font-size: 1.1rem;
  color: white;
}

.quantity-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1em 2.5em;
  flex-wrap: wrap;
}

.quantity-selector {
  background: #3d3d3d1a;
  border-radius: 5px;
  display: flex;
  align-items: stretch;
}

.qty-button {
  text-align: center;
  padding: 0.5em 0.75em;
  color: #ffffff4d;
  font-size: 1.4em;
  line-height: 0.5;
}

.qty-button:hover,
.qty-button:active,
.qty-button:focus {
  color: white;
}

.qty-input {
  color: white;
  text-align: center;
  background: none;
  outline: none;
  width: auto;
  max-width: 4.4em;
}

.icon-ru {
  border: 1px solid #b01111;
  border-radius: 5px;
  padding: 0.25em;
}

.icon-ru:before {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: transparent url(../img/ru-flag.png) no-repeat center / cover;
  border-radius: 50%;
}

.payment-modal-wrap .disclaimer {
  color: #939393;
  font-size: 14px;
  padding: 1.5em;
  border: 1px solid currentColor;
  border-radius: 10px;
}

.payment-modal-wrap .disclaimer:empty {
  display: none;
}

.payment-modal-wrap,
.payment-modal-wrap .checkout-content {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.payment-modal-wrap .checkout-sidebar {
  background: none;
  padding: 2.6rem 2.3em 2em 1.9em;
}

.payment-modal-wrap .checkout-content {
  flex: 1 1 auto;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}

.payment-modal-wrap .checkout-content .checkout-title {
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.1;
  border: 0;
  gap: 0.5em;
  color: #ffffff80;
  font-size: 1.1em;
}

.single-cheat__checkout-wrap .close {
  position: absolute;
  transition: 0.25s opacity;
  right: 0.3em;
  top: 0em;
  font-size: 3em;
  background: none;
  font-weight: normal;
}

.single-cheat__checkout-wrap .close:hover,
.single-cheat__checkout-wrap .close:active,
.single-cheat__checkout-wrap .close:focus {
  opacity: 0.7;
}

.checkout-title {
  line-height: 1.3;
  color: white;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 1.5em;
}

.single-cheat__help-content {
  background: #181818;
  padding: 1.5em;
  overflow: auto;
  line-height: 1.4;
}

@media screen and (max-width: 840px) {
  .single-cheat__help-content,
  .video-single-cheat__video iframe {
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    left: 0;
    border: 0;
    height: 40vh;
    transform: translateY(-20vh);
  }

  .single-cheat__help-content {
    height: 80vh;
    transform: translateY(-40vh);
    padding: 0 5%;
  }
}

.video-single-cheat__label {
  margin-bottom: 1.875rem;
}

.item-single-cheat__body {
  position: relative;
  padding-left: 1.85em;
}

.video-single-cheat__label h2 {
  font-size: 2.8125rem;
  color: #fff;
}

.grid-system-block-single-cheat__item:first-child .item-single-cheat__label {
  margin-top: 0;
}

.grid-system-block-single-cheat__item:last-child .item-single-cheat__block {
  border: 0;
}

.checkout-content {
  flex: 1 1 auto;
}

.checkout-content > .checkout-wrap,
.checkout-sidebar {
  padding: 2rem;
  box-sizing: border-box;
  color: #999999;
}

.checkout-content > .checkout-wrap.checkout-wrap__description {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.4;
}

.checkout-wrap__description ol,
.checkout-wrap__description ul {
  margin: 0.5em 0 0 1.6em;
}

.checkout-wrap__description ul li {
  list-style: disc;
  margin: 0;
}

.checkout-payment_systems {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  flex-wrap: wrap;
}

.checkout-payment_system {
  background: rgb(24 29 29);
  padding: 2.25rem 1.25rem;
  border-radius: 7px;
  flex: 0 0 37%;
  border: 1px solid transparent;
}

@media screen and (max-width: 1023px) {
  .checkout-payment_system {
    flex-basis: 45%;
  }
}

@media screen and (max-width: 767px) {
  .checkout-payment_system {
    flex-basis: 60%;
  }
}

.checkout-payment_system.active {
  border-color: #fff;
}

.checkout-payment_system img {
  display: block;
  width: 100%;
  transition: 0.25s opacity;
  min-height: 3rem;
  height: auto;

  max-height: 50px;
  object-fit: contain;
  object-position: center;
}

.checkout-fee {
  background: #222222;
  border-radius: 7px;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.25em;
  width: max-content;
  margin: 1em 0;
  color: white;
}

.checkout-fee:before {
  content: "Комиссия сервиса:";
  color: #999;
}

.checkout-disclaimer {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
  margin: 1rem 0 1rem 0;
  line-height: 1.3;
}

.checkout-label {
  background: #222;
  border-radius: 10px;
  margin-bottom: 0.35rem;
  padding: 0.85rem 1.5rem;
  align-items: center;
  font-weight: normal;
  min-height: 3.9rem;
}

.checkout-label__region {
  display: flex;
  justify-content: space-between;
}

.checkout-label__region:before {
  content: "Регион";
  font-size: 1rem;
}

.checkout-label__simple {
  background: none;
  padding: 1rem 0 0 0;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-top: 1.675rem;
  margin-bottom: 0;
  justify-content: space-between;
}

.checkout-label__subtotal {
  margin-top: 1rem;
}

.checkout-label__subtotal:before {
  content: "Стоимость товара";
  font-size: 0.9em;
  margin-right: 0.5rem;
  line-height: 1.3;
}

.checkout-label__product-option {
  color: #999;
  font-size: 1rem;
  margin-left: auto;
  white-space: nowrap;
}

.checkout-label__product {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: white;
}

.checkout-label__product-name {
  font-size: 0.9em;
}

.checkout-label__info {
  padding-left: 3rem;
  color: #cccccc;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.3;
  font-size: 0.9rem;
  background: #3f3f3f url("../img/i-solid.svg") no-repeat 1.25rem center / 1rem
    1rem;
}

.checkout-label__product-image {
  width: 2rem;
  height: 2rem;
}

.checkout-label__total {
  padding-top: 0;
}

.checkout-label__total:before {
  content: "К оплате";
  font-size: 0.9em;
  margin-right: 0.5rem;
  line-height: 1.3;
}

.checkout-label:has(input) {
  margin-top: 0.3rem;
}

.checkout-label input {
  background: none;
  font-size: 1.1rem;
  border: 0;
  display: block;
  width: 100%;
}

.checkout-label input {
  color: #fff;
  outline: none !important;
}

.checkout-label input::placeholder {
  color: #ffffff4c;
}

.checkout-label__simple-value {
  color: white;
  font-weight: bold;
  white-space: nowrap;
}

.checkout-label__total .checkout-label__simple-value {
  font-size: 1.1em;
}

.checkout-button {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}

.checkout-sidebar {
  background: #141414;
}

@media screen and (max-width: 1100px) {
  .payment-modal-wrap .checkout-sidebar {
    padding-bottom: 3rem;
  }

  .payment-modal-wrap .checkout-content > .checkout-wrap,
  .payment-modal-wrap .checkout-sidebar {
    padding-right: 2.25rem;
  }

  .payment-modal-wrap .disclaimer {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1023px) {
  .checkout-sidebar {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .checkout-sidebar {
    width: 70%;
  }

  .payment-modal-wrap .checkout-content > .checkout-wrap,
  .payment-modal-wrap .checkout-sidebar,
  .payment-modal-wrap .checkout-sidebar {
    width: auto;
    padding: 2rem 5%;
    display: contents;
  }

  .payment-modal-wrap .checkout-label {
    padding-left: 0;
  }

  .payment-modal-wrap .checkout-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 0;
    border: 0;
  }

  #checkout-coupon {
    background-position: left center;
  }

  .payment-modal-wrap {
    padding-bottom: 2rem;
  }

  .checkout-labels {
    order: 20;
    margin-top: 1.5rem;
  }
}

.checkout-labels {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 650px) {
  .single-cheat__checkout-wrap {
    flex-direction: column;
  }

  .payment-modal-wrap {
    padding: 2rem 5vw;
  }

  .checkout-sidebar {
    width: 100%;
  }

  .checkout-content > .checkout-wrap,
  .checkout-sidebar {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 1rem;
  }

  .checkout-label__info {
    font-size: 1rem;
  }

  .checkout-label {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}
.checkout-sidebar,
.checkout-content{
  width: -webkit-fill-available;
}

/* Стили для попапа пополнения баланса */
.single-cheat__fulfill .form-item span,
.single-cheat__checkout.single-cheat__fulfill .form-item span {
  color: var(--gray-color, #939393);
}

.single-cheat__fulfill .form-item input,
.single-cheat__checkout.single-cheat__fulfill .form-item input {
  padding: 20px;
  font-weight: 500;
  color: white;
  border-radius: 8px;
  background: #222;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.3s ease 0s;
}

.fulfill-prefilled-amounts,
.single-cheat__fulfill .fulfill-prefilled-amounts,
.single-cheat__checkout.single-cheat__fulfill .fulfill-prefilled-amounts {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 2em 0 3em 0;
}

.fulfill-prefilled-amount,
.single-cheat__fulfill .fulfill-prefilled-amount,
.single-cheat__checkout.single-cheat__fulfill .fulfill-prefilled-amount {
  flex: 1 1 auto;
}

.fulfill-prefilled-amount button,
.single-cheat__fulfill .fulfill-prefilled-amount button,
.single-cheat__checkout.single-cheat__fulfill .fulfill-prefilled-amount button {
  background: #222;
  border-radius: 8px;
  display: block;
  padding: .75em .75em;
  color: white;
  width: 100%;
  border: 1px solid #222;
  cursor: pointer;
  transition: border-color 0.3s ease;
  font-size: inherit;
}

.fulfill-prefilled-amount button:active,
.fulfill-prefilled-amount button:focus,
.fulfill-prefilled-amount button:hover,
.single-cheat__fulfill .fulfill-prefilled-amount button:active,
.single-cheat__fulfill .fulfill-prefilled-amount button:focus,
.single-cheat__fulfill .fulfill-prefilled-amount button:hover {
  border-color: #fff;
}

.single-cheat__fulfill .checkout-labels,
.single-cheat__checkout.single-cheat__fulfill .checkout-labels {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767.98px) {
  .fulfill-prefilled-amounts,
  .single-cheat__fulfill .fulfill-prefilled-amounts {
    flex-wrap: wrap;
    gap: 0.5em;
  }
  
  .fulfill-prefilled-amount,
  .single-cheat__fulfill .fulfill-prefilled-amount {
    flex: 1 1 calc(50% - 0.25em);
  }
}

#TB_ajaxContent [type="button"] {
  height: 66px;
  background: linear-gradient(40deg, #ae302a -14.96%, #ae302a 137.97%);
  border-radius: 8px;
  display: flex;
  width: auto;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: all 0.3s ease 0s;
  color: var(white);
}

:root #TB_closeWindowButton:hover .tb-close-icon,
:root #TB_closeWindowButton:focus .tb-close-icon {
  color: #ae302a;
}

#TB_ajaxContent [type="button"] {
  padding: 0.8em 1em;
}

#TB_ajaxContent div:has([type="button"]) {
  display: flex;
  margin-top: 1.5em;
  gap: 1.5rem;
}

.cheats-search {
  text-align: center;
  padding: 0 0 3.5em 3.5em;
  display: flex;
}

@media screen and (max-width: 500px) {
  .cheats-search {
    padding-left: 0;
    padding-bottom: 2em;
    padding-left: 0;
    margin-left: 0;
    margin-right: -2.7em;
  }
}

.cheats-search [type="search"] {
  color: black;
  background: #b1b1b0;
  outline: None;
  padding: 1.25em 1.2em;
  padding-right: 2.3em;
  border-radius: 6px;
  font-size: 1.2em;
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .cheats-search [type="search"] {
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
}

@media screen and (max-width: 400px) {
  .cheats-search [type="search"] {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 379px) {
  .cheats-search [type="search"] {
    font-size: 0.9em;
  }
}

.cheats-search button {
  position: relative;
  transition: 0.25s opacity;
  left: -3.7em;
  padding: 0 1.2em;
  box-sizing: border-box;
}

@media screen and (max-width: 400px) {
  .cheats-search button {
    padding-left: 0.7em;
    padding-right: 0.7em;
    left: -2.6em;
  }
}

.cheats-search button:hover,
.cheats-search button:active,
.cheats-search button:focus {
  opacity: 0.8;
}

.cheats-search button .fa {
  color: #181818;
  font-size: 1.4em;
}

.cheats-search [type="search"]::placeholder {
  color: #111111;
}

.cheats-search [type="search"]:focus::placeholder {
  color: #888;
}

.page-cheats {
  --middle-card-gradient: #171717;
}

.page-cheats .grid-catalog-items__body {
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

@media screen and (max-width: 1100px) {
  .page-cheats .grid-catalog-items__body {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 800px) {
  .page-cheats .grid-catalog-items__body {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .page-cheats .grid-catalog-items__body {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .page-cheats .block-catalog-items__label.label-catalog {
    text-align: left;
    padding-left: 2.75em !important;
  }
}

.page-cheats .block-catalog-items__body {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 120% auto, auto 220%;
  border-radius: 4px;
  transition: 0.25s filter;
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
  height: 67px !important;
  transition: 0.25s background;
  position: relative;
  overflow: hidden;
}

.page-cheats .block-catalog-items__body:after {
  width: 0.5em;
  height: 0.75em;
  position: absolute;
  right: -1em;
  transform: translateY(-50%);
  top: 60%;
  content: "";
  opacity: 0;
  transition: 0.25s all;
  background: url(../img/chevron-right.svg) no-repeat center / cover;
}

.page-cheats .block-catalog-items__body:has([hidden]) {
  display: none;
}

.cheat-name {
  color: #b1b1b0;
  font-weight: normal;
  text-transform: uppercase;
}

.page-cheats .block-catalog-items__body:hover {
  /*filter: brightness(1.2);*/
  background-size: 120% auto, auto 280%;
  filter: brightness(1.1);
}

.page-cheats .block-catalog-items__body:hover * {
  filter: brightness(0.95);
}

.page-cheats .block-catalog-items__body:hover:after {
  right: 0.8em;
  top: 50%;
  opacity: 1;
}

.page-cheats .block-catalog-items__label.label-catalog {
  padding-left: 2em !important;
  position: relative;
  padding-right: 1em;
}

.cheats-filter:before,
.page-cheats .block-catalog-items__label.label-catalog:before {
  position: absolute;
  width: 1.25em;
  height: 1.75em;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -0.25em;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 500px) {
  .page-cheats .block-catalog-items__body {
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .page-cheats .block-catalog-items__label.label-catalog:before {
    left: 0.7em;
  }
}

.cheats-filter[hidden] {
  display: none;
}

.cheats-filter:before {
  left: 0.95em;
}

.cheats-status {
  text-transform: uppercase;
  display: block;
  margin-top: 0.75em;
  font-size: 0.75em;
  font-weight: normal;
  color: #888;
}

.cheats-filter_total:before {
  background-image: url(../img/heart-blue.svg);
}

.cheats-filter_0:before,
.cheats_undetected:before {
  background-image: url(../img/shield-green.svg);
}

.cheats-filter_5:before,
.cheats_on-update:before {
  background-image: url(../img/shield-yellow.svg);
}

.cheats_on-update .cheats-status {
  color: #aa7330;
}

.cheats_undetected .cheats-status {
  color: #48943c;
}

.cheats-filter_10:before,
.cheats_detected:before,
.cheats_risk:before {
  background-image: url(../img/shield-red.svg);
}

.cheats_risk .cheats-status,
.cheats_detected .cheats-status {
  color: #c5412b;
}

.cheats-category {
  color: #b1b1b0;
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  margin: 2em 0 0.75em 0;
}

.cheats-category a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding-left: calc(var(--icon-width) + 0.75rem);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: var(--icon-width) auto;
}

.cheats-category-icon {
  max-height: 1.2em;
  object-fit: contain;
  object-position: left;
}

.cheats-filters {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .page-cheats .block-catalog-items__label.label-catalog {
    text-align: left;
    padding-left: 2.75em !important;
  }
}

@media screen and (max-width: 400px) {
  .cheats-filters {
    gap: 0.5em;
  }
}

.cheats-filter {
  padding: 1em 1.5em;
  font-weight: normal;
  font-size: 0.7em;
  border: 1px solid transparent;
  border-radius: 4px;
  display: flex;
  gap: 1em;
  position: relative;
  padding-left: 3.35em;
  text-transform: uppercase;
  align-items: center;
  cursor: pointer;
}

.cheats-filter small {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.1em;
}

.cheats-filter.active,
.cheats-filter:hover,
.cheats-filter:active,
.cheats-filter:focus {
  border-color: currentColor;
}

.cheats-filter_total {
  color: #63a8a3;
  background: #101313;
}

.cheats-filter_0 {
  color: #48943c;
  background-color: #0f120e;
}

.cheats-filter_5 {
  color: #aa7330;
  background-color: #13110d;
}

.cheats-filter_10 {
  color: #c5412b;
  background-color: #150e0d;
}

.reviews-wrap {
  width: 106%;
  display: block;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #6f6f6f;
}

.woocommerce-Reviews:has(.woocommerce-noreviews) + .product-reviews-actions {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin: 0;
  float: right;
}

.product-review-close {
  color: pointer;
  font-size: 3em;
  font-weight: normal !important;
  background: none;
  position: absolute;
  appearance: none;
  right: 1.9rem;
  top: 1.3rem;
  line-height: 3rem;
}

.product-review-close:hover,
.product-review-close:active,
.product-review-close:focus {
  color: white;
}

.product-rating-avg {
  color: #fff;
}

.woocommerce-review__dash {
  display: none;
}

.product-reviews-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.comment-respond label.error {
  color: #fd4a4a;
}

.comment-respond label.error .required {
  display: inline-block;
}

.comment-respond .submit,
.product-reviews-button {
  padding: 0.75em 1.5em;
  border-radius: 10px;
  text-align: center;
  transition: all 0.4s ease 0s;
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 1.1em;
  cursor: pointer;
}

.product-reviews-button_more {
  background: #171717;
  color: #818181;
}

.product-reviews-button_more:hover,
.product-reviews-button_more:active,
.product-reviews-button_more:focus {
  color: #fff;
  background: #222;
}

.comment-respond .submit,
.product-reviews-button_add {
  flex-basis: max-content;
  color: #fff;
  flex-grow: 0;
  background: #ae302a;
}

.comment-respond .submit:hover,
.comment-respond .submit:active,
.comment-respond .submit:focus,
.product-reviews-button_add:hover,
.product-reviews-button_add:active,
.product-reviews-button_add:focus {
  filter: contrast(1.2);
}

.comment-respond .submit {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}

.product-rating-stars {
  display: inline-flex;
  gap: 0.25rem;
}

.product-reviews .system-block-single-cheat__label {
  overflow: hidden;
  display: flex;
  margin-bottom: 3rem;
  justify-content: space-between;
}

@media screen and (max-width: 35em) {
  .comment-respond {
    left: 0;
    width: 100%;
    transform: none;
    overflow: auto;
    bottom: 0;
    height: 80vh;
    top: auto;
    height: auto;
    padding-bottom: 2.5em;
  }
}

.comment-respond .required {
  display: none;
}

.comment-respond textarea {
  background: #141414;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 150px;
  border: 1px solid transparent;
  padding: 0.75em 1em;
  resize: vertical;
  color: white;
  outline: none;
}

.comment-respond textarea:focus,
.comment-respond textarea:active {
  border-color: white;
}

.comment-reply-title {
  color: white;
  font-size: 1.2em;
  display: block;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.comment-reply-title small {
  color: #939393;
  font-size: 0.75em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  font-weight: normal;
}

.comment-form-rating {
  font-weight: normal;
  color: white;
}

.product-review-limit {
  margin-bottom: 1em;
  color: #ff4b4b;
  font-size: 0.7em;
  padding: 0.6em 0;
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.woocommerce-Reviews:has(.woocommerce-noreviews) {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-Reviews:has(.woocommerce-noreviews) + .product-reviews-actions {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin: 0;
  float: right;
}

.product-review-close {
  color: pointer;
  font-size: 3em;
  font-weight: normal !important;
  background: none;
  position: absolute;
  appearance: none;
  right: 1.9rem;
  top: 1.3rem;
  line-height: 3rem;
}

.product-review-close:hover,
.product-review-close:active,
.product-review-close:focus {
  color: white;
}

.comment-form .comment-form-rating {
  order: 5;
}

.comment-form .form-submit {
  order: 10;
}

.product-reviews.system-block-single-cheat__body {
  border: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 2em;
}

.product-reviews h2 small {
  font-size: 1.3125rem;
  font-weight: normal;
  color: #939393;
  display: inline-block;
  vertical-align: middle;
}

.commentlist {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  width: 100%;
}

.commentlist .avatar {
  border-radius: 50%;
}

.page-reviews-row .commentlist {
  gap: 1rem;
}

.page-reviews-row .commentlist .avatar {
  width: 3rem;
  height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  margin-left: 0.25em;
}

.commentlist .woocommerce-review__published-date {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
  font-size: 0.8em;
  color: white;
  color: #818181;
}

.commentlist .description {
  font-weight: normal;
  font-size: 0.8em;
  margin-top: 1em;
  line-height: 1.5;
}

.commentlist .product-rating-stars,
.commentlist .meta {
  position: absolute;
  color: white;
  left: 100px;
  width: calc(100% - 100px - 1.5em);
  top: 1.65em;
}

.commentlist .product-rating-stars {
  top: 2.85em;
}

.comment-form-rating .product-rating-stars {
  max-width: max-content;
  display: flex;
  margin: 0.4em 0 0 0;
  font-size: 1.75em;
  cursor: pointer;
  gap: 0;
}

.comment-form-rating .product-rating-stars .review-star {
  padding-left: 0.125em;
  padding-right: 0.125em;
}

.comment-form-rating
  .product-rating-stars:hover
  .review-star:has(input:checked):before,
.comment-form-rating
  .product-rating-stars:has(input:checked)
  .review-star:before {
  color: #d61616;
}

.comment-form-rating .product-rating-stars:hover .review-star:hover:before,
.comment-form-rating .product-rating-stars:hover .review-star:before {
  color: #e7c031 !important;
  cursor: pointer;
}

.comment-form-rating
  .product-rating-stars:hover
  .review-star:hover
  ~ .review-star:before {
  color: #939393 !important;
}

.comment-form-rating
  .product-rating-stars
  .review-star:has(input:checked)
  ~ .review-star:before {
  color: #939393;
}

.commentlist .review {
  border-radius: 10px;
  position: relative;
  background: none;
  border: 1.29886px solid #595959;
  padding: 1.5rem;
  list-style: none;
  margin: 0;
  flex: 0 0 calc(50% - 0.75rem);
}

.woocommerce-review__author {
  max-height: 0.9em;
  overflow: hidden;
  display: block;
}

.reviews-wrap .woocommerce-review__author {
  padding-right: 4.2em;
}

.commentlist:not(.viewall) .review:nth-child(n + 5) {
  display: none;
}

.comment-respond {
  position: fixed;
  width: 30em;
  max-width: 100%;
  left: 50%;
  background: #171717;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 10px;
  padding: 1.5em;
  z-index: 3000;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 0 2000px;
}

@media screen and (max-width: 500px) {
  .comment-respond {
    transform: none;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .commentlist .product-rating-stars,
  .commentlist .meta {
    width: calc(100% - 90px - 0.5em);
    left: 90px;
  }

  .reviews-wrap {
    width: 100%;
  }

  .system-block-single-cheat__body {
    padding-right: 0;
  }
}

.commentlist .review:has(.woocommerce-review__awaiting-approval) {
  display: none;
}

.commentlist:has(.woocommerce-review__awaiting-approval):has(
    .review:only-child
  ):after {
  content: "Ваш отзыв будет опубликован после проверки";
}

.page-reviews-row .commentlist .review {
  flex-basis: calc(33.33% - 0.7rem);
}

.page-reviews-row .commentlist .meta {
  top: 1.35em;
  padding-right: 4.2em;
  word-break: break-all;
  max-height: 1.1em;
  overflow: hidden;
}

.page-reviews-row .commentlist .product-rating-stars {
  top: 2.5em;
}

.page-reviews-row .product-info {
  background: #1c1c1c;
  margin: 0.75em 0 0.7em 0;
  padding: 0.25em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-info_type {
  margin-left: auto;
  color: #535353;
  font-size: 0.8em;
  margin-right: 1em;
}

.product-info_image {
  width: 3rem;
  height: 3rem;
}

.product-info_name {
  color: white;
  margin-left: 1.2em;
  font-weight: normal;
}

.product-info_name a {
  transition: 0.25s all;
}

.product-info_name a:hover,
.product-info_name a:active,
.product-info_name a:focus {
  opacity: 0.8;
}

.commentlist:not(.viewall) .review:nth-child(n + 5) {
  display: none;
}

.woocommerce-noreviews {
  margin-top: 0.9em;
}

@media screen and (max-width: 1100px) {
  .commentlist .review {
    flex: 1 1 calc(50% - 0.75rem);
  }
}

@media screen and (max-width: 600px) {
  .commentlist .review {
    flex: 1 1 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-reviews-button_more[style*="visibility"] {
    display: none;
  }

  .comment-respond textarea {
    height: 7em;
    resize: vertical;
  }

  .comment-reply-title small {
    margin-left: 0;
  }

  .comment-reply-title {
    line-height: 1.1;
  }

  .comment-respond .submit {
    margin-top: 0.75em;
  }

  .product-reviews-actions,
  .system-block-single-cheat__label {
    flex-wrap: wrap;
    row-gap: 1.5em;
  }

  .product-reviews-actions {
    gap: 1rem;
  }

  .product-reviews-button_add {
    flex-grow: 1;
  }

  .product-reviews-button {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .woocommerce-Reviews:has(.woocommerce-noreviews) + .product-reviews-actions {
    display: block;
    float: none;
    text-align: center;
    padding: 1.5em 0 0 0;
  }

  .woocommerce-Reviews:has(.woocommerce-noreviews)
    + .product-reviews-actions
    .product-reviews-button {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}

.review-star:before {
  font-size: 1.1em;
  font-style: normal;
  content: "★";
  color: #939393;
}

.reviews-summary {
  display: inline-flex;
  gap: 1em;
  align-items: flex-end;
  padding-bottom: 0.35em;
}

.review-star.active:before {
  color: #d61616;
}

.cheats-category a.albion-online {
  background-image: url(../img/games/Albion-Online.png);
  --icon-width: 36px;
}

.cheats-category a.apex {
  background-image: url(../img/games/apex-1.png);
  --icon-width: 24px;
}

.cheats-category a.arena-breakout {
  background-image: url(../img/games/ARENA-BREAKOUT.png);
  --icon-width: 95px;
}

.cheats-category a.ark-survival-evolved {
  background-image: url(../img/games/ark_survival_evolved.png);
  --icon-width: 35px;
}

.cheats-category a.arma {
  background-image: url(../img/games/arma_3.png);
  --icon-width: 44px;
}

.cheats-category a.battlebit {
  background-image: url(../img/games/BATTLEBIT.png);
  --icon-width: 98px;
}

.cheats-category a.battlefield-2042 {
  background-image: url(../img/games/BF2042.png);
  --icon-width: 30px;
}

.cheats-category a.bloodhunt {
  background-image: url(../img/games/BLOODHUNT.png);
  --icon-width: 25px;
}

.cheats-category a.bodycam {
  background-image: url(../img/games/BODYCAM.png);
  --icon-width: 59px;
}

.cheats-category a.caliber {
  background-image: url(../img/games/Caliber.png);
  --icon-width: 101px;
}

.cheats-category a.cod-modern-warfare {
  background-image: url(../img/games/cod-mw.png);
  --icon-width: 56px;
}

.cheats-category a.cod-mw-2-warzone-2 {
  background-image: url(../img/games/call_of_duty_warzone.png?v=242);
  --icon-width: 80px;
}

.cheats-category a.cod-warfare-warzone-iii {
  background-image: url(../img/games/cod-warfare-3.png);
  --icon-width: 80px;
}

.cheats-category a.combat-master {
  background-image: url(../img/games/Combat-Master.png);
  --icon-width: 86px;
}

.cheats-category a.counter-strike-1-6 {
  background-image: url(../img/games/csgo.png);
  --icon-width: 24px;
}

.cheats-category a.counter-strike-2-cs-2 {
  background-image: url(../img/games/csgo.png);
  --icon-width: 24px;
}

.cheats-category a.cyberpunk-2077 {
  background-image: url(../img/games/cyberpunk2077.png);
  --icon-width: 81px;
}

.cheats-category a.dark-and-darker {
  background-image: url(../img/games/Dark-And-Darker.png);
  --icon-width: 43px;
}

.cheats-category a.day-of-dragons {
  background-image: url(../img/games/Day-of-Dragons.png);
  --icon-width: 55px;
}

.cheats-category a.dayz {
  background-image: url(../img/games/dayz.png);
  --icon-width: 44px;
}

.cheats-category a.dbd {
  background-image: url(../img/games/dead_by_daylight.png);
  --icon-width: 38px;
}

.cheats-category a.dead-frontier-2 {
  background-image: url(../img/games/Dead-Frontier-2.png);
  --icon-width: 33px;
}

.cheats-category a.dead-island-2 {
  background-image: url(../img/games/Dead-Island-2.png);
  --icon-width: 70px;
}

.cheats-category a.deadrop {
  background-image: url(../img/games/Deadrop-1.png);
  --icon-width: 149px;
}

.cheats-category a.deadside {
  background-image: url(../img/games/deadside.png);
  --icon-width: 39px;
}

.cheats-category a.delta-force {
  background-image: url(../img/games/DELTA-FORCE.png);
  --icon-width: 23px;
}

.cheats-category a.destiny-2 {
  background-image: url(../img/games/destiny_2.png);
  --icon-width: 30px;
}

.cheats-category a.dota-2 {
  background-image: url(../img/games/dota2.png);
  --icon-width: 44px;
}

.cheats-category a.dungeonborne {
  background-image: url(../img/games/DUNGEONBORNE.png);
  --icon-width: 75px;
}

.cheats-category a.dying-light-2 {
  background-image: url(../img/games/Dying-Light-2.png);
  --icon-width: 87px;
}

.cheats-category a.eft-arena {
  background-image: url(../img/games/eft-arena.png);
  --icon-width: 50px;
}

.cheats-category a.enlisted {
  background-image: url(../img/games/ENLISTED.png);
  --icon-width: 34px;
}

.cheats-category a.escape-from-tarkov {
  background-image: url(../img/games/escape_from_tarkov.png);
  --icon-width: 44px;
}

.cheats-category a.farlight-84 {
  background-image: url(../img/games/Farlight-84.png);
  --icon-width: 78px;
}

.cheats-category a.fifa-24 {
  background-image: url(../img/games/FIFA-24.png);
  --icon-width: 84px;
}

.cheats-category a.fortnite {
  background-image: url(../img/games/fortnite.png);
  --icon-width: 27px;
}

.cheats-category a.foxhole {
  background-image: url(../img/games/foxhole.png);
  --icon-width: 72px;
}

.cheats-category a.fps-chess {
  background-image: url(../img/games/FPS-Chess.png);
  --icon-width: 46px;
}

.cheats-category a.garrys-mod {
  background-image: url(../img/games/Garrys-Mod.png);
  --icon-width: 84px;
}

.cheats-category a.genshin-impact {
  background-image: url(../img/games/Genshin-Impact.png);
  --icon-width: 61px;
}

.cheats-category a.gray-zone-warfare {
  background-image: url(../img/games/Gray-Zone-Warfare.png);
  --icon-width: 75px;
}

.cheats-category a.gta-v {
  background-image: url(../img/games/gta_5.png);
  --icon-width: 32px;
}

.cheats-category a.hell-let-loose {
  background-image: url(../img/games/hell_let_loose.png);
  --icon-width: 27px;
}

.cheats-category a.helldivers-2 {
  background-image: url(../img/games/HELLDIVERS-2.png);
  --icon-width: 62px;
}

.cheats-category a.honkai-star-rail {
  background-image: url(../img/games/Honkai-Star-Rail.png);
  --icon-width: 51px;
}

.cheats-category a.hunt-showdown {
  background-image: url(../img/games/hunt_showdown.png);
  --icon-width: 24px;
}

.cheats-category a.insurgency {
  background-image: url(../img/games/Insurgency.png);
  --icon-width: 100px;
}

.cheats-category a.league-of-legends {
  background-image: url(../img/games/League-of-Legends.png);
  --icon-width: 53px;
}

.cheats-category a.left-4-dead-2 {
  background-image: url(../img/games/left4dead2.png);
  --icon-width: 53px;
}

.cheats-category a.lost-lights {
  background-image: url(../img/games/Lost-Lights.png);
  --icon-width: 72px;
}

.cheats-category a.mobile-legends {
  background-image: url(../img/games/MOBILE-LEGENDS.png);
  --icon-width: 48px;
}

.cheats-category a.mordhau {
  background-image: url(../img/games/Mordhau.png);
  --icon-width: 91px;
}

.cheats-category a.mta {
  background-image: url(../img/games/mta.png);
  --icon-width: 20px;
}

.cheats-category a.myth-of-empires {
  background-image: url(../img/games/Myth-of-Empires.png);
  --icon-width: 86px;
}

.cheats-category a.naraka-bladepoint {
  background-image: url(../img/games/Naraka-Bladepoint.png);
  --icon-width: 56px;
}

.cheats-category a.once-human {
  background-image: url(../img/games/ONCE-HUMAN.png);
  --icon-width: 50px;
}

.cheats-category a.overwatch-2 {
  background-image: url(../img/games/OVERWATCH-2.png);
  --icon-width: 33px;
}

.cheats-category a.paladins {
  background-image: url(../img/games/Paladins.png);
  --icon-width: 57px;
}

.cheats-category a.payday-3 {
  background-image: url(../img/games/PAYDAY-3.png);
  --icon-width: 102px;
}

.cheats-category a.pixel-gun-3d {
  background-image: url(../img/games/Pixel-Gun-3D.png);
  --icon-width: 127px;
}

.cheats-category a.point-blank {
  background-image: url(../img/games/pointblank.png);
  --icon-width: 29px;
}

.cheats-category a.predecessor {
  background-image: url(../img/games/Predecessor.png);
  --icon-width: 22px;
}

.cheats-category a.project-l33t {
  background-image: url(../img/games/l33t.png);
  --icon-width: 74px;
}

.cheats-category a.project-playtime {
  background-image: url(../img/games/Project-Playtime.png);
  --icon-width: 55px;
}

.cheats-category a.project-winter {
  background-image: url(../img/games/Project-Winter.png);
  --icon-width: 78px;
}

.cheats-category a.pubg {
  background-image: url(../img/games/pubg.png);
  --icon-width: 36px;
}

.cheats-category a.pubg-i-mobile {
  background-image: url(../img/games/pubg_mobile.png);
  --icon-width: 38px;
}

.cheats-category a.rainbow-six {
  background-image: url(../img/games/Rainbow-Six.png);
  --icon-width: 75px;
}

.cheats-category a.rdr-2 {
  background-image: url(../img/games/RDR-2.png);
  --icon-width: 65px;
}

.cheats-category a.redm {
  background-image: url(../img/games/redm.png);
  --icon-width: 55px;
}

.cheats-category a.rust {
  background-image: url(../img/games/rust.png);
  --icon-width: 33px;
}

.cheats-category a.samp-i-crmp {
  background-image: url(../img/games/samp.png);
  --icon-width: 62px;
}

.cheats-category a.scum {
  background-image: url(../img/games/scum.png);
  --icon-width: 24px;
}

.cheats-category a.sea-of-thieves {
  background-image: url(../img/games/sea_of_thieves.png);
  --icon-width: 30px;
}

.cheats-category a.sons-of-the-forest {
  background-image: url(../img/games/Sons-of-the-Forest.png);
  --icon-width: 31px;
}

.cheats-category a.squad {
  background-image: url(../img/games/squad.png);
  --icon-width: 34px;
}

.cheats-category a.stalcraft {
  background-image: url(../img/games/Stalcraft.png);
  --icon-width: 89px;
}

.cheats-category a.stalker-online {
  background-image: url(../img/games/Stalker-Online.png);
  --icon-width: 63px;
}

.cheats-category a.the-finals {
  background-image: url(../img/games/The-Finals.png);
  --icon-width: 52px;
}

.cheats-category a.the-first-descendant {
  background-image: url(../img/games/The-First-Descendant.png);
  --icon-width: 77px;
}

.cheats-category a.the-front {
  background-image: url(../img/games/The-Front.png);
  --icon-width: 75px;
}

.cheats-category a.the-texas-chain {
  background-image: url(../img/games/The-Texas-Chain.png);
  --icon-width: 39px;
}

.cheats-category a.unturned {
  background-image: url(../img/games/unturned.png);
  --icon-width: 35px;
}

.cheats-category a.valorant {
  background-image: url(../img/games/valorant.png);
  --icon-width: 24px;
}

.cheats-category a.veiled-expert {
  background-image: url(../img/games/veiled-expert.png);
  --icon-width: 33px;
}

.cheats-category a.war-thunder {
  background-image: url(../img/games/War-Thunder.png);
  --icon-width: 49px;
}

.cheats-category a.warface {
  background-image: url(../img/games/warface.png);
  --icon-width: 28px;
}

.cheats-category a.warframe {
  background-image: url(../img/games/WARFRAME.png);
  --icon-width: 65px;
}

.cheats-category a.warhammer-40-000 {
  background-image: url(../img/games/Warhammer-40000-1.png);
  --icon-width: 92px;
}

.cheats-category a.will-to-live-online {
  background-image: url(../img/games/will_to_live_online.png);
  --icon-width: 21px;
}

.cheats-category a.world-of-tanks {
  background-image: url(../img/games/World-of-Tanks.png);
  --icon-width: 18px;
}

.cheats-category a.world-war-z {
  background-image: url(../img/games/WORLD-WAR-Z.png);
  --icon-width: 59px;
}

.cheats-category a.wuthering-waves {
  background-image: url(../img/games/Wuthering-Waves.png);
  --icon-width: 74px;
}

.cheats-category a.xdefiant {
  background-image: url(../img/games/XDefiant.png);
  --icon-width: 118px;
}

.cheats-category a.zenless-zone-zero {
  background-image: url(../img/games/Zenless-Zone-Zero.png);
  --icon-width: 23px;
}

.cheats-category a.apb-reloaded {
  background-image: url(../img/games/apb-reloaded.png);
  --icon-width: 45px;
}

.cheats-category a.arma-reforger {
  background-image: url(../img/games/arma-reforger.png);
  --icon-width: 77px;
}

.cheats-category a.battlefield-1 {
  background-image: url(../img/games/battlefield-1.png);
  --icon-width: 116px;
}

.cheats-category a.battlefield-3 {
  background-image: url(../img/games/battlefield-3.png);
  --icon-width: 106px;
}

.cheats-category a.battlefield-4 {
  background-image: url(../img/games/battlefield-4.png);
  --icon-width: 109px;
}

.cheats-category a.battlefield-v {
  background-image: url(../img/games/battlefield-v.png);
  --icon-width: 50px;
}

.cheats-category a.black-desert-mobile {
  background-image: url(../img/games/black-desert-mobile.png);
  --icon-width: 79px;
}

.cheats-category a.black-stigma {
  background-image: url(../img/games/black-stigma.png);
  --icon-width: 52px;
}

.cheats-category a.bloodstrike {
  background-image: url(../img/games/bloodstrike.png);
  --icon-width: 75px;
}

.cheats-category a.cod-black-ops-6 {
  background-image: url(../img/games/cod-black-ops-6.png);
  --icon-width: 84px;
}

.cheats-category a.cod-mobile {
  background-image: url(../img/games/cod-mobile.png);
  --icon-width: 67px;
}

.cheats-category a.company-of-heroes-3 {
  background-image: url(../img/games/company-heroes-3.png);
  --icon-width: 40px;
}

.cheats-category a.darkest-days {
  background-image: url(../img/games/darkest-days.png);
  --icon-width: 240px;
}

.cheats-category a.deadlock {
  background-image: url(../img/games/deadlock.png);
  --icon-width: 44px;
}

.cheats-category a.deep-rock-galactic {
  background-image: url(../img/games/deep-rock-galactic.png);
  --icon-width: 62px;
}

.cheats-category a.diablo-4 {
  background-image: url(../img/games/diablo-4.png);
  --icon-width: 47px;
}

.cheats-category a.dma-cheat {
  background-image: url(../img/games/dma-cheat.png);
  --icon-width: 17px;
}

.cheats-category a.fragpunk {
  background-image: url(../img/games/fragpunk.png);
  --icon-width: 58px;
}

.cheats-category a.marvel-rivals {
  background-image: url(../img/games/marvel-rivals.png);
  --icon-width: 57px;
}

.cheats-category a.new-world {
  background-image: url(../img/games/new-world.png);
  --icon-width: 29px;
}

.cheats-category a.off-the-grid {
  background-image: url(../img/games/off-the-grid.png);
  --icon-width: 32px;
}

.cheats-category a.snowbreak {
  background-image: url(../img/games/snowbreak.png);
  --icon-width: 84px;
}

.cheats-category a.spoofer {
  background-image: url(../img/games/spoofer.png);
  --icon-width: 55px;
}

.cheats-category a.strinova {
  background-image: url(../img/games/strinova.png);
  --icon-width: 95px;
}

.cheats-category a.tarisland {
  background-image: url(../img/games/tarisland.png);
  --icon-width: 54px;
}

.cheats-category a.throne-and-liberty {
  background-image: url(../img/games/throne-and-liberty.png);
  --icon-width: 51px;
}

.cheats-category a.twelve-sky-2 {
  background-image: url(../img/games/twelve-sky-2.png);
  --icon-width: 67px;
}

.cheats-category a.world-of-warships {
  background-image: url(../img/games/world-of-warships.png);
  --icon-width: 25px;
}

.cheats-category a.world-of-warcraft {
  background-image: url(../img/games/world-of-warcraft.png);
  --icon-width: 20px;
}

.cheats-category a.world-war-3 {
  background-image: url(../img/games/world-war-3.png);
  --icon-width: 65px;
}

.cheats-category a.ark {
  background-image: url(../img/games/ark.png);
  --icon-width: 37px;
}

.cheats-category a.cod-warfare-3-warzone-3 {
  background-image: url(../img/games/cod-warfare-3.png);
  --icon-width: 80px;
}

/* Referral link */

.account-cooperation__content:has(.account-cooperation__referral) {
  padding-top: 0;
}

.account-cooperation__referral {
  max-width: 88%;
  padding-bottom: 40px;
}

:root .wprc-copy-link .tooltip .tooltiptext {
  left: auto;
  right: -3em;
  width: max-content;
}

.account-cooperation__referral-label {
  font-size: 1.2em;
  display: block;
  margin-bottom: 0.75em;
  margin-top: 2em;
  color: #999;
}

:root .wprc-copy-link .btn-copy:hover,
:root .wprc-copy-link .btn-copy:active,
:root .wprc-copy-link .btn-copy:focus,
:root .wprc-copy-link .btn-copy {
  background: linear-gradient(40deg, #ae302a -14.96%, #ae302a 137.97%);
  color: var(--brown-color);
  border: 2px solid #b01111;
}

.account-cooperation__referral-count {
  font-size: 1.1em;
  display: block;
  color: var(--gray-color);
  margin-top: 0.75em;
}

:root .wprc-copy-link .btn-copy:hover svg {
  fill: var(--brown-color);
}

:root .wprc-copy-link .btn-copy:hover,
:root .wprc-copy-link .btn-copy:active,
:root .wprc-copy-link .btn-copy:focus {
  filter: brightness(1.05);
  color: white;
}

:root .wprc-copy-link .copy-ref-link-input {
  border: 1px solid var(--gray-color);
  background: #1e1e1e;
  color: var(--gray-color);
  transition: all 0.3s ease 0s;
}

.account-cooperation__stats {
  display: flex;
  width: 100%;
  gap: 3%;
  justify-content: flex-start;
}

.account-cooperation__stats-block {
  border-radius: 10px;
  background: #193d4d;
  flex: 0 0 22%;
  display: flex;
  padding: 1.5em 1em;
  flex-direction: column;
  color: #ddd;
  gap: 2rem;
  white-space: nowrap;
}

.account-cooperation__stats-value {
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .account-cooperation__stats {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .account-cooperation__stats-block {
    flex: 1 1 48.5%;
  }
}

@media screen and (max-width: 480px) {
  /*    .account-bottom__right {
            padding-right: 10px;
        }*/
}

.cookies-note {
  position: fixed;
  bottom: 1rem;
  left: clamp(1rem, 5vw, 2em);
  max-width: 17.5em;
  font-weight: normal;
  font-size: 0.85rem;
  opacity: 1;
  padding: 1em;
  display: none;

  background: #1e1e1e;
  color: #999;
  border-radius: 10px;
  line-height: 1.4;
  z-index: 1000;
  box-shadow: rgb(11 15 35) 1px 1px 6px 2px;
}

@media screen and (max-width: 480px) {
  .cookies-note {
    left: 5vw;
    right: 5vw;
    width: 90vw;
    max-width: 90vw;
    bottom: 0.5rem;
  }
}

.cookies-note h3 {
  color: white;
  font-size: 1.25em;
  margin-bottom: 0.25em;
}

.cookies-note img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
}

.cookies-note .yellow-btn {
  background: linear-gradient(
    40deg,
    #ae302a -14.96%,
    #ae302a 137.97%
  ) !important;
  transition: 0.25s filter;
  border: 0;
  font-size: 1em;
  margin-top: 0.75em;
  padding: 0.75em 1em;
}

.cookies-note .yellow-btn:hover,
.cookies-note .yellow-btn:active,
.cookies-note .yellow-btn:focus {
  transform: none;
  filter: saturate(1.1) brightness(1.1);
}
