@import url(../fonts/Montserrat/stylesheet.css);
@import url(../fonts/Play/stylesheet.css);
@import url(../fonts/Roboto/stylesheet.css);
@import url(../fonts/PromoCodeFonts/stylesheet.css);

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

sup {
  position: relative;
  font-size: 0.6em;
  line-height: 0;
  vertical-align: baseline !important;
  top: -.5em;
}

a {
  text-decoration: none;
}

a[href^=tel] {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

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

/* Градиенты */
/* Градиенты */
.btn {
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* ========================================================================
   Компонент: Container
 ========================================================================== */
/*
 * 1. Box-sizing должен быть 'content-box', благодаря этому максимальная ширина всегда одинакова и
 *    не зависит от padding на разных экранах. Это важно для модификаторов.
 */
.container {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
  /* Удаление padding у вложенного container */
  /* Телефон в горизонтальном положение и шире */
  /* Планшет в горизонтальном положение и шире */
  /* Модификаторы
 ========================================================================== */
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.container-fueld {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 900px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1139px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.container_small {
  max-width: 900px;
}

.container_large {
  max-width: 1139px;
}

.container_expand {
  max-width: none;
}

.body-one-color {
  background-color: #f5f5f5;
}

.row {
  display: flex;
}

@media (max-width: 1024px) {
  .row {
    flex-wrap: wrap;
  }

  .container {
    /* overflow: hidden; */
  }
}

.catalog {
  padding: 62px 0 0 0;
  width: 100%;
}

.catalog-games {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  min-height: 50vh;
}

.catalog-games-item {
  width: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
  user-select: none;
  transition: 0.3s;
}

.catalog-games-item:hover {
  box-shadow: 0px 4px 15px #A5ABC0;
  transition: 0.3s;
  transform: translateY(-5px);
}

.catalog-games-item:before {
  content: '';
  position: absolute;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 27, 61, 0)), to(#151B3D));
  background-image: -webkit-linear-gradient(rgba(21, 27, 61, 0) 0%, #151B3D 100%);
  background-image: -o-linear-gradient(rgba(21, 27, 61, 0) 0%, #151B3D 100%);
  background-image: linear-gradient(rgba(21, 27, 61, 0) 0%, #151B3D 100%);
  bottom: 0;
  left: 0;
  height: 71.5%;
  z-index: 1;
}

.catalog-games-item__worth {
  margin: 0 auto 20px;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
  z-index: 1;
}

.catalog-games-item__game {
  margin: 0 auto;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
  z-index: 1;
}

.catalog-games-item__license {
  margin: 0 auto;
  color: #959dad;
  font-family: 'Play', sans-serif;
  font-size: 14px;
  font-weight: 400;
  z-index: 1;
}

.catalog-games-item__img {
  position: absolute;
  right: 20px;
  top: 0;
}

.catalog-games-item__sale {
  position: absolute;
  width: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 2px 12px 0;
  background-image: url(../img/catalog/icons/lenta.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  bottom: 79px;
  left: 0;
  z-index: 1;
}

.contacts {
  padding: 270px 0 280px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contacts-text {
  width: 66%;
}

.contacts-text__title {
  color: #151B3D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 21px;
}

.contacts-text__question {
  color: #151B3D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 21px;
}

.contacts-text__data {
  color: #151B3D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  line-height: 21px;
}

.quarantee {
  padding: 90px 0 125px;
  width: 100%;
}

.quarantee-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.quarantee-steps-item {
  padding: 25px 17px 22px 25px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  margin-bottom: 35px;
  width: calc(385px - 42px);
  height: calc(142px - 47px);
}

.quarantee-steps-item-text {
  margin-left: 30px;
}

.quarantee-steps-item-text_large {
  margin-left: 18px;
}

.quarantee-steps-item-text__title {
  color: #151B3D;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.quarantee-steps-item-text__desc {
  color: #6a7198;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.reviews {
  padding: 60px 0 100px 0;
  width: 100%;
}

.reviews-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.reviews-box-send {
  padding: 30px 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #ffffff;
  margin-bottom: 12px;
  position: relative;
}

.reviews-box-send .reviews__form {
  width: 100%;
  margin-left: 12px;
}

.reviews-box-send .reviews__form_message {
  width: calc(100% - 24px);
  padding: 16px 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #f5f5f5;
  border: none;
  outline: none;
  margin-top: 12px;
}

.reviews-box-send .reviews__form_message::-webkit-input-placeholder {
  color: #9da1b6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reviews-box-send .reviews__form_message:-ms-input-placeholder {
  color: #9da1b6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reviews-box-send .reviews__form_message::-ms-input-placeholder {
  color: #9da1b6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reviews-box-send .reviews__form_message::placeholder {
  color: #9da1b6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reviews-box-send .reviews__form_warning {
  color: #eb5757;
  font-family: 'Play', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
}

.reviews-box-send .reviews__form .reviews__form_btn[disabled] {
  opacity: 0.5;
  transition: 0.2s;
}

.reviews-box-send .reviews__form_btn {
  background-color: #ff4b55;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 20px;
  opacity: 1;
  transition: 0.2s;
}

.reviews-box-send .reviews__form_username {
  padding: 8px 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #f5f5f5;
  border: none;
  outline: none;
}

.reviews-box-send .reviews__form_username::-webkit-input-placeholder {
  color: #9da1b6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reviews-box-send .reviews__form_username:-ms-input-placeholder {
  color: #9da1b6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reviews-box-send .reviews__form_username::-ms-input-placeholder {
  color: #9da1b6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reviews-box-send .reviews__form_username::placeholder {
  color: #9da1b6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.reviews__form_url {
  margin-top: 10px;
}

.reviews-box-send .reviews__form_row {
  justify-content: space-between;
}

.reviews-box-send .reviews__form_row_center {
  align-items: center;
}

.reviews-box .readyview-text {
  width: calc(100% - 12px);
  padding-left: 12px;
}

.reviews-box .readyview-text__date {
  color: #a7abc2;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 8px;
}

.reviews-box .readyview-text__review {
  color: #151B3D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.reviews-box .readyview-text__username {
  color: #a7abc2;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.reviews-box-readyview {
  padding: 30px 20px;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  margin-bottom: 12px;
}

.reviews-box-readyview .readyview-text {
  width: calc(100% - 12px);
  padding-left: 12px;
}

.reviews-box-readyview .readyview-text__date {
  color: #a7abc2;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 8px;
}

.reviews-box-readyview .readyview-text__review {
  color: #151B3D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.reviews-box-readyview .readyview-text__username {
  color: #a7abc2;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.reviews-box-adminmsg {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  padding: 30px 20px 30px 26px;
  border-top: 1px solid #dee1ef;
}

.reviews-box-adminmsg__img {
  margin-right: 18px;
}

.reviews-box-adminmsg__status {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ff4b55;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.reviews-box-adminmsg__shopname {
  color: #a7abc2;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 10px;
}

.review-with-answer {
  margin-bottom: 12px;
}

.review-with-answer .reviews-box-readyview {
  margin-bottom: 0;
}

.user-avatar {
  max-width: 50px;
  width: 100%;
  height: 50px;
}

.user-avatar__img {
  width: 100%;
  vertical-align: middle;
}

/* Градиенты */
.good {
  background-color: #E5E5E5;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 170px;
}

.good-header {
  padding: 230px 0 107px 0;
  background-color: #0c0c1e;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative;
}

.good-header .main {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 10%;
}

.good-navigation {
  display: flex;
  align-items: center;
}

.good-navigation__item {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.good-navigation__item img {
  margin-left: 10px;
}

.good-navigation__link {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
}

.good-navigation__now {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0.5;
}

.good-buy {
  transform: translateY(78px) translateX(315px);
}

.good-column {
  background-color: #ffffff;
  transform: translateY(-155px);
  z-index: 4;
  font-family: 'Roboto', sans-serif;
  height: fit-content;
}

.good-column__subtitle {
  color: #9195C1;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 4px;
}

.good-column__title {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}

.good-column__title_underline {
  position: relative;
  display: inline-block;
}

.good-column__title_underline:after {
  content: '';
  width: 100%;
  opacity: 0.15;
  border: 1px solid #000000;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.good-poster {
  width: 280px;
  height: auto;
}

.good-poster img {
  width: 100%;
  object-fit: cover;
}

.good-text {
  padding: 20px;
}

.good-text__item {
  margin-bottom: 14px;
}

.good-block {
  margin: 35px 0 0 35px;
  width: 100%;
}

.good-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-height: 150px;
  background-color: #ffffff;
  /* padding: 20px 10px; */
  padding: 20px 10px 60px;
}

.good-gallery__item {
  /* width: 200px;
  height: 110px; */
  background-color: #ffffff;
  padding: 0 10px;
  cursor: pointer;
}

.good-gallery__item img {
  width: 100%;
  opacity: .7;
}

.good-information {
  background-color: #ffffff;
}

.good-information__nav {
  border-bottom: 1px solid #E5E7F1;
}

.good-information__nav_item {
  display: inline-block;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #8E93B0;
  transition: all .3s;
  box-sizing: border-box;
}

.good-information__nav_item:hover {
  color: #151B3D;
}

.good-information__nav_active {
  color: #151B3D;
  position: relative;
}

.good-information__nav_active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FD7166;
}

.good-description {
  display: none;
  padding: 20px;
}

.good-description__p {
  margin-top: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4C5379;
  line-height: 150%;
  max-width: 860px;
}

.good-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #151B3D;
}

.good-system {
  display: none;
  padding: 20px;
}

.good-system__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.good-system__subtitle {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}

.good-system__title,
.good-system__name {
  color: #151B3D;
  font-weight: 400;
  font-size: 14px;
  width: 50%;
}

.good-system__name {
  text-align: right;
}

.good-activation {
  display: none;
  padding: 20px;
}

.good-activation__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.good-activation__item:last-child {
  margin-bottom: 0;
}

.good-activation__item_num {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  color: #ff4b55;
  border: 2px solid #ff4b55;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin-right: 15px;
}

.good-activation__item_text {
  color: #151B3D;
  font-size: 16px;
}

.good-activation__item_text a {
  text-decoration: none;
  color: #ff4b55;
  font-weight: 500;
}

.good-modal {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 111;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.good-modal-image {
  width: 600px;
  position: relative;
}

.good-modal-image img {
  width: 100%;
}

.good-modal-close {
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}

.good-modal-close:before {
  display: inline-block;
  content: "\00d7";
  color: #fff;
  font-weight: 300;
  font-size: 36px;
}

.show {
  display: block;
}

.show-modal {
  opacity: 1;
  visibility: visible;
}

body {
  font-family: 'Play', sans-serif;
}

.footer-border {
  border-bottom: 1px solid #2c3250;
}

.footer-row {
  padding: 25px 0;
}

.header {
  width: 100%;
}

.header-slider-item {
  padding: 313px 0 173px 0;
  background-color: #0c0c1e;
  position: relative;
  z-index: 2;
}

.header-slider-item .main {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-slider-item .current-slide {
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  position: absolute;
  bottom: -133px;
}

.header-slider-item .current-slide .numberofslides {
  color: #5f6267;
}

.header-slider-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(12, 12, 30, 0.5);
  z-index: 1;
}

.header-slider-item__preorder {
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.header-slider-item__game {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 20px;
}

.header-slider-item-buy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  position: relative;
}

.header-slider-item-buy-sale {
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header-slider-item-buy-sale__img {
  position: absolute;
  top: 0;
}

.header-slider-item-buy-sale__p {
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  transform: rotate(90deg);
}

.header-slider-item-buy__btn {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 16px 25px 16px 65px;
  background-color: #fd7166;
  transition: 0.3s;
  /* width: calc(176px - 90px); */
}

.header-slider-item-buy__btn:hover .header-arrow {
  transition: 0.3s;
  padding-left: 5px;
}

.header-slider-item-buy__btn .header-arrow {
  transition: 0.3s;
  margin-left: 15px;
}

.header-slider-item-buy-text {
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3px 20px 3px 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.header-slider-item-buy-text__worth {
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  margin-bottom: 8px;
}

.header-slider-item-buy-text__oldworth {
  color: #b9b5d0;
  font-family: 'Play', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: line-through;
}

.header-index {
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.header-container {
  width: 100%;
}

.header-border {
  border-bottom: 1px solid #e8e8ec;
  padding: 25px 0;
}

.header-border_index {
  border-bottom: 1px solid #89898a61;
  width: 100%;
  position: absolute;
  z-index: 2;
}

.header-row {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.header-row .footer__text {
  color: #8e92ab;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.header-row .footer__copyright {
  color: #cbcee1;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-row_footer {
  background-color: #151B3D;
}

.header-row .nav {
  display: flex;
  flex-direction: row;
}

.header-row .nav .catalog-box {
  border-right: 1px solid #e8e8ec;
  border-left: 1px solid #e8e8ec;
}

.header-row .nav .catalog-box_index {
  border-right: 1px solid #89898a61;
  border-left: 1px solid #89898a61;
}

.header-row .nav .catalog-box__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #151B3D;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  transition: 0.3s;
  border-opacity: 1;
}

.header-row .nav .catalog-box__btn_index {
  color: #ffffff;
  opacity: 0.75;
}

.header-row .nav .catalog-box__btn:hover {
  opacity: 1;
  transition: 0.3s;
}

.header-row .nav .catalog-box__btn_img {
  padding-right: 10px;
}

.header-row .nav .header-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 20px;
}

.header-row .nav .header-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  color: #151B3D;
  font-family: 'Play',
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
}

.header-row .nav .header-menu__link_index {
  color: #ffffff;
  opacity: 0.75;
}

.header-row .nav .header-menu__link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -1px;
  top: 3px;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

.header-row .nav .header-menu__link:hover {
  opacity: 1;
  transition: 0.3s;
}

.header-row .nav .header-menu__link:hover:before {
  border-bottom: 2px solid #ffffff;
}

.header-row .nav .header-menu__li {
  display: flex;
  align-items: center;
}

.header-row .nav .header-menu__li:nth-child(4) .header-menu__link:before {
  top: 0px;
}

.header-row .nav .header-menu__li:nth-child(1) .header-menu__link:before {
  top: 4px;
}

.header-row .nav .header-menu__li:nth-child(5) .header-menu__link:before {
  top: 4px;
}

.header-row .nav .header-menu__li_img {
  padding-right: 10px;
}

.header-row .checkluck__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2fff5;
  opacity: 0.5;
  position: relative;
  padding: 20px;
  border: 1px solid #40e364;
  transition: 0.3s;
  user-select: none;
  color: #151B3D;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.header-row .checkluck__btn_footer {
  background-image: url(../img/modules/SHINE.png);
  background-position: center center;
  background-color: rgba(255, 212, 60, 0.15);
  border: 1px solid #ffb800;
  color: #ffffff;
  opacity: 0.5;
}

.header-row .checkluck__btn_footer_index {
  opacity: 0.75;
}

.header-row .checkluck__btn_footer:hover {
  opacity: 1;
}

.header-row .checkluck__btn_img {
  padding-right: 10px;
}

.header-row .checkluck__btn:hover {
  opacity: 1;
  transition: 0.3s;
}

.header-action {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-action .logo {
  margin: 0 35px 0 0;
  user-select: none;
}

.header-action .logo_footer {
  /* margin: 0 60px 0 0; */
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.header-action .logo_footer .footer_circle {
  width: 18px;
  height: 18px;
  background-color: #ff4b55;
  border-radius: 50%;
  margin-right: 10px;
}

.header-action .logo_footer .footer_gradient {
  position: absolute;
  background-image: url(../img/modules/gradient.png);
  width: 18px;
  left: 5px;
  top: 5px;
  height: 18px;
  background-size: 100%;
}

.footer-no-copy {
  user-select: none;
  -webkit-user-select: none;
}

.header-links {
  display: flex;
  gap: 20px;
}

.header-action .header-links__a {
  opacity: 0.5;
  color: #151B3D;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 400;
  /* margin-right: 40px; */
}

.header-action .header-links__a_index {
  color: #ffffff;
  opacity: 0.75;
}

.header-action .header-links__a_footer {
  color: #ffffff;
}

.header-action .header-links__a:hover {
  opacity: 1;
  transition: 0.3s;
}

.header-action .header-links__a:last-child {
  margin-right: 0;
}

.header-search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 28px 12px 21px;
  color: #151B3D;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #151B3D;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  opacity: 0.5;
  transition: 0.3s;
  position: relative;
}

.header-search-result-item-info__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-search_index {
  opacity: 0.75;
  border: 1px solid #ffffff;
}

.header-search__label {
  padding-right: 19px;
  cursor: pointer;
}

.header-search__input {
  border: none;
  outline: none;
  width: 92px;
  color: #151B3D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

.header-search__input_index {
  color: #ffffff;
  background-color: transparent;
}

.header-search__input_index::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.header-search__input_index:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.header-search__input_index::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.header-search__input_index::placeholder {
  color: #ffffff;
  opacity: 1;
}

.header-search__input::-webkit-input-placeholder {
  opacity: 1;
}

.header-search__input:-ms-input-placeholder {
  opacity: 1;
}

.header-search__input::-ms-input-placeholder {
  opacity: 1;
}

.header-search__input::placeholder {
  opacity: 1;
}

.main {
  background-color: #f5f5f5;
}

.index {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0;
}

.reviews-slider {
  width: 100%;
}

.index-reviews {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}

.reviews-slider .slick-track {
  display: flex !important;
  gap: 20px;
}

.index-reviews .reviews-box-readyview {
  height: 70px;
}

.index .catalog-games_index {
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  margin-bottom: 125px;
  position: relative;
}

.index .catalog-games-item_index {
  padding: 55px 0 20px 0px;
  align-items: flex-start;
  transition: 0.3s;
  cursor: pointer;
}

.index .catalog-games-item_index .main {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-games-item_index_s {
  transition: 0.3s;
}

.catalog-games-item_index_s .main {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-games-item_index_s:hover {
  box-shadow: 0px 4px 15px #A5ABC0;
  transition: 0.3s;
  transform: translateY(-5px);
}

.index .catalog-games-item_index:hover {
  box-shadow: 0px 4px 15px #A5ABC0;
  transition: 0.3s;
  transform: translateY(-5px);
}

.index .catalog-games-item_index:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 27, 61, 0)), to(#151b3d));
  background-image: -webkit-linear-gradient(rgba(21, 27, 61, 0) 0%, #151b3d 100%);
  background-image: -o-linear-gradient(rgba(21, 27, 61, 0) 0%, #151b3d 100%);
  background-image: linear-gradient(rgba(21, 27, 61, 0) 0%, #151b3d 100%);
}

.index__promo {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../img/index/promo.jpg);
  margin-bottom: 88px;
  background-position: center;
  background-repeat: no-repeat;
}

.index__promo__sale {
  color: #ffffff;
  font-family: "Indie Flower", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.8px;
}

.index__promo__date {
  font-family: 'Merienda', sans-serif;
  font-size: calc(1em + 4vw);
  font-weight: 400;
  color: #fff;
}

.index__promo__word {
  font-family: 'Play', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 19px;
}

.index__promo__btn {
  background-color: #fd7166;
  padding: 16px 21px;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.index__title_newitems {
  position: absolute;
  left: -46px;
  top: -6px;
}

.title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.title-new {
  margin-bottom: 45px;
  padding: 10px 44px;
  color: #151b3d;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  background-image: url(../img/index/topsells.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.index__title_reviews {
  position: absolute;
  left: -39px;
  top: -6px;
}

.index-catalog__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid rgba(21, 27, 61, 0.1);
  padding: 16px 23px;
  margin-bottom: 100px;
  color: #151b3d;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: 0.2s;
}

.index-catalog__btn:hover {
  transition: 0.2s;
}

.index-catalog__btn:hover .index-catalog__btn_p {
  opacity: 1;
  transition: 0.2s;
}

.index-catalog__btn:hover .index-catalog__btn_img {
  opacity: 1;
  transition: 0.2s;
}

.index-catalog__btn_p {
  opacity: 0.75;
  transition: 0.2s;
}

.index-catalog__btn_img {
  margin-right: 11px;
  opacity: 0.75;
  transition: 0.2s;
}

.testluck {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 102px 0 246px 0;
}

.testluck-plan {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 102px;
}

.testluck-plan-item {
  padding: 20px 20px 40px 20px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testluck-plan-item-quality {
  padding: 25px 0;
  background-image: url(../img/testyourluck/planbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.testluck-plan-item-quality:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #151b3db0;
  z-index: -2;
}

.testluck-plan-item-quality__title {
  color: #f2c94c;
  font-family: 'Play', sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 3px;
  text-shadow: 0px 0px 15px #ff6b00;
}

.testluck-plan-item-quality .diamond {
  color: #7ee0ff;
  text-shadow: 0px 0px 15px #5297ff;
}

.testluck-plan-item-quality .platinum {
  color: #d9f6ff;
  text-shadow: 0px 0px 15px #d3e5ff;
}

.testluck-plan-item-quality .gladiator {
  top: -68px;
  right: 0px;
  z-index: -1;
}

.testluck-plan-item-quality .spider {
  top: -134px;
  left: -77px;
  transform: rotate(-67.24deg);
  z-index: -1;
}

.testluck-plan-item-quality .people {
  top: -81px;
  right: 0px;
  z-index: -1;
}

.testluck-plan-item-quality .samurai {
  top: -85px;
  left: -24px;
  z-index: -1;
}

.testluck-plan-item-quality .soldier {
  top: -96px;
  right: 0px;
  z-index: -1;
}

.testluck-plan-item-quality .halo {
  top: -69px;
  left: -22px;
  z-index: -1;
}

.testluck-plan-item-quality__img {
  position: absolute;
}

.testluck-plan-item__price {
  color: #27ae60;
  font-family: 'Play', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.testluck-plan-item__games {
  color: #151B3D;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.testluck-plan-item__range {
  color: #151B3D;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testluck-plan-item__range .range-worth {
  color: #27ae60;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.testluck-plan-item__allsum {
  color: #828282;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

.testluck-plan-item__percent {
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding: 17px 0;
  width: 100%;
  background-color: #e1b631;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}

.testluck-plan-item__percent_diamond {
  background-color: #38cfff;
}

.testluck-plan-item__percent_platinum {
  background-color: #a4bec7;
}

.testluck-plan-item__chance {
  color: #828282;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 87px;
  text-align: center;
}

.testluck-plan-item__buy {
  background-color: #27ae60;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 13px 20px 16px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -26px;
}

.testluck-plan-item__buy_img {
  padding-left: 60px;
}

.testluck-prize {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
}

.testluck-prize-item {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testluck-prize-item_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  width: 385px;
  padding: 70px 0 20px 0;
  margin-bottom: 35px;
}

.testluck-prize-item_box img {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testluck-prize-item_box:last-child {
  margin-bottom: 0;
}

.testluck-prize-item_box:before {
  content: '';
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 27, 61, 0)), to(#151b3d));
  background-image: -webkit-linear-gradient(rgba(21, 27, 61, 0) 0%, #151b3d 100%);
  background-image: -o-linear-gradient(rgba(21, 27, 61, 0) 0%, #151b3d 100%);
  background-image: linear-gradient(rgba(21, 27, 61, 0) 0%, #151b3d 100%);
  bottom: 0;
  left: 0;
  height: 67%;
  width: 100%;
  z-index: 1;
}

.testluck-prize-item_box_worth {
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  z-index: 1;
}

.testluck-prize-item_box_game {
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  z-index: 1;
}

.reviews-slider .container {
  overflow: hidden;
}

.overlay {
  transition: 0.4s;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #ffffffc2;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.overlayvisible {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}

.footer-links {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.hoveropacity {
  opacity: 1;
}

.pbn {
  padding-bottom: 0;
  border-bottom: 1px solid #e8e8ec;
}

.pbn_index {
  border-bottom: 1px solid #89898a61;
  position: absolute;
  width: 100%;
  top: 104px;
  z-index: 1;
}

.hamburger {
  display: none;
}

.slick-dots {
  bottom: 40px;
}

.slick-dots li button {
  background: #ffffff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.index-arrows {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  bottom: -135px;
  left: 77px;
}

.index-arrows_prev {
  margin-right: 20px;
  cursor: pointer;
}

.index-arrows_next {
  cursor: pointer;
}

.index-reviews-arrows {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  bottom: 435px;
  right: 0;
}

.index-reviews-arrows_prev {
  margin-right: 12px;
  cursor: pointer;
  border: 16px solid transparent;
  border-right: 16px solid #d9dced;
  transition: 0.3s;
}

.index-reviews-arrows_prev:hover {
  border-right: 16px solid #fd7166;
  transition: 0.3s;
}

.index-reviews-arrows_prev_active {
  border-right: 16px solid #fd7166;
}

.index-reviews-arrows_next {
  cursor: pointer;
  border: 16px solid transparent;
  border-left: 16px solid #d9dced;
  transition: 0.3s;
}

.index-reviews-arrows_next:hover {
  border-left: 16px solid #fd7166;
  transition: 0.3s;
}

.index-reviews-arrows_next_active {
  border-left: 16px solid #fd7166;
}

.catalog-games-item__game_indexcatalog {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 247px;
}

.slider-review-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: flex !important;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  text-align: left;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slider-review-dots .slick-active {
  padding-top: 0 !important;
}

.slider-review-dots .slick-active button {
  width: 14px;
  height: 14px;
  background-color: #fd7166;
}

.slider-review-dots li {
  padding-top: 4px;
}

.slider-review-dots li:last-child button {
  margin-right: 0;
}

.slider-review-dots li button {
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #a7abc2;
  width: 10px;
  height: 10px;
  cursor: pointer;
  padding: 0;
  margin-right: 12px;
}

.topsellsl {
  position: absolute;
  left: -40px;
  top: 130px;
}

.topsellsr {
  position: absolute;
  right: -40px;
  top: 130px;
}

.newitemsl {
  position: absolute;
  left: -40px;
  top: 85px;
}

input,
input[type="password"],
input[type="search"],
isindex {
  -webkit-appearance: textfield;
  padding: 1px;
  background-color: transparent;
  border: none;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  cursor: auto;
}

.newitemsr {
  position: absolute;
  right: -40px;
  top: 85px;
}

.dropmenu {
  transition: 0.3s;
  position: absolute;
  display: block;
  transform: scaleY(0);
  visibility: hidden;
  transform-origin: top;
  overflow: hidden;
  opacity: 0;
  top: 53px;
  left: 0;
  width: 100%;
}

.dropmenushow {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 110000000000;
  transition: 0.5s;
}

.header-search-result {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.header-search-result-item {
  width: calc(100% - 40px);
  padding: 10px 20px;
}

.header-search-result-item-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-search-result-item-info__game {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0 10px;
}

.header-search-result-item-info__price {
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

.header-search-result-item__blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #252121bd;
  filter: blur(15px);
  z-index: -1;
}

.header-search-result-item:first-child {
  border-bottom: 1px solid #87817c;
}

input[type=search]::-ms-clear {
  display: none;
}

.fixedsearch {
  transition: 0.3s;
  width: 200px;
}

.fixedsearch .header-search {
  opacity: 1;
}

.index-container {
  overflow: initial !important;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00000080;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 3333333333333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-overlay .promo-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 70px 19px;
  background-color: #ffffff;
  position: relative;
}

.popup-overlay .promo-popup .close-popup {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 20px;
  right: 20px;
}

.popup-overlay .promo-popup .close-popup:before {
  content: "\d7";
  left: -10px;
  top: -12px;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #C1D2DB;
  font-size: 35px;
}

.popup-overlay .promo-popup__title {
  color: #151B3D;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32.5px;
  text-align: center;
  width: 99%;
  margin-bottom: 25px;
}

.popup-overlay .promo-popup__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 245px;
  width: 100%;
}

.popup-overlay .promo-popup__form_input {
  border: 2px solid #dbe1ec;
  outline: none;
  padding: 14px 20px;
  width: calc(100% - 40px);
  color: #151B3D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}

.popup-overlay .promo-popup__form_input::-webkit-input-placeholder {
  color: #cdd6e5;
}

.popup-overlay .promo-popup__form_input:-ms-input-placeholder {
  color: #cdd6e5;
}

.popup-overlay .promo-popup__form_input::-ms-input-placeholder {
  color: #cdd6e5;
}

.popup-overlay .promo-popup__form_input::placeholder {
  color: #cdd6e5;
}

.popup-overlay .promo-popup__form_btn {
  background-color: #ff4b55;
  padding: 16px 20px;
  color: #ffffff;
  font-family: 'Play', sans-serif;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}

.show-popupoverlay {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.slick-slider {
  user-select: initial !important;
}

.unset-mail-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.btn_custom {
  font-size: 16px;
  padding: 10px 20px;
  min-width: 100px;
  transition: 0.3s;
}

.btn__blue {
  border: 1px solid #42C0F2;
  color: #42C0F2;
  background-color: #CFEFFC;
}

.btn__blue:hover {
  background-color: #ddf0f8;
}

.btn__red {
  border: 1px solid #E63435;
  color: #E63435;
  background-color: #FFEAEC;
}

.btn__red:hover {
  background-color: #f4e6e7;
}

/* Градиенты */
@media screen and (max-width: 1024px) {
  .menu-block {
    width: 100%;
    padding: 0 0 10px 0;
  }

  .adaptive-menu .catalog-box {
    border-right: 1px solid #e8e8ec;
    border-left: 1px solid #e8e8ec;
  }

  .adaptive-menu .catalog-box_index {
    border-right: 1px solid #89898a61;
    border-left: 1px solid #89898a61;
  }

  .adaptive-menu .catalog-box__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: #ffffff;
    font-family: 'Play', sans-serif;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.5;
    transition: 0.3s;
    border-opacity: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    width: calc(100% - 40px);
  }

  .adaptive-menu .catalog-box__btn_index {
    color: black;
    opacity: 1;
  }

  .adaptive-menu .catalog-box__btn:hover {
    opacity: 1;
    transition: 0.3s;
  }

  .adaptive-menu .catalog-box__btn_img {
    padding-right: 10px;
    fill: black;
  }

  .white-container {
    overflow: initial;
  }

  .slick-dots {
    left: 14.5% !important;
  }

  .index-arrows {
    left: 87px;
  }

  .header-slider-item .container {
    overflow: visible;
  }

  .slider-review-dots {
    display: none;
  }

  .index-reviews {
    justify-content: center;
  }

  .header-index .hamburger-inner {
    background-color: #fff;
  }

  .header-index .hamburger-inner:before {
    background-color: #fff;
  }

  .header-index .hamburger-inner:after {
    background-color: #fff;
  }

  .hamburger.is-active:hover {
    opacity: 1;
  }

  .topsellsl {
    display: none;
    position: absolute;
    left: -40px;
    top: 130px;
  }

  .topsellsr {
    display: none;
    position: absolute;
    right: -40px;
    top: 130px;
  }

  .catalog-games {
    justify-content: space-evenly;
  }

  .newitemsl {
    display: none;
    position: absolute;
    left: -40px;
    top: 85px;
  }

  .newitemsr {
    display: none;
    position: absolute;
    right: -40px;
    top: 85px;
  }

  .footer-links {
    display: flex !important;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }

  .header-action_footer {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
  }

  .header-menu__li_img {
    padding-right: 10px;
  }

  .header-menu__li {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }

  .header-menu__link {
    width: 100%;
    color: black;
    font-family: 'Play', sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .adaptive-menu__a {
    opacity: 1;
    color: black;
    font-family: 'Play', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 30px;
    width: calc(100% - 60px);
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
  }

  .header-search {
    margin-right: 50px;
  }

  .header-row .checkluck__btn {
    margin-right: 50px;
  }

  .header-links {
    display: none;
  }

  .header-row .nav .header-menu {
    display: none;
  }

  .is-active .hamburger-inner,
  .is-active .hamburger-inner::before,
  .is-active .hamburger-inner::after {
    background-color: #fff;
    width: 30px;
    height: 3px;
  }

  .hamburger {
    display: inline-block !important;
    outline: none;
    position: absolute;
    right: 0;
    top: 12px;
    z-index: 200000000000000000000;
  }

  .is-active {
    position: fixed;
  }

  .is-active:hover {
    opacity: 1 !important;
  }

  .adaptive-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 6;
    width: 100%;
    background-color: #ffffff;
  }

  .adaptive-menu .header-menu {
    width: 100%;
  }

  .testluck-plan {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .testluck-plan-item:last-child {
    margin-top: 100px;
  }

  .testluck-prize {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .good-block {
    margin: 15px 0 0 0;
    /* display: flex;
    flex-direction: column-reverse; */
  }

  .good-gallery {
    flex-direction: column;
    padding: 20px 0;
  }

  .good-information__nav_item {
    width: 100%;
    text-align: center;
  }

  .good-column {
    margin-top: 15px;
    transform: translateY(0);
    width: 100%;
  }

  .good-poster {
    width: 100%;
  }

  .good-header {
    padding: 305px 0 107px 0;
    background-size: cover;
    background-position: center right;
  }

  .good-buy {
    transform: unset;
  }

  .good-navigation {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
  .slick-dots {
    left: 18.5% !important;
  }

  .header-slider-item__game {
    font-size: 60px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 684px;
    white-space: nowrap;
  }

  .review-slider-item {
    align-items: center;
  }

  .quarantee-steps {
    justify-content: center;
  }

  .header-row .footer__text {
    margin-bottom: 10px;
  }

  .testluck-plan {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .testluck-plan-item:nth-child(2) {
    margin-top: 100px;
  }

  .footer-row {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 425px) {
  .header-slider-item__game {
    font-size: 32px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 365px;
    white-space: nowrap;
  }

  .header-slider-item .container {
    overflow: visible;
  }

  .header-border_index {
    border-bottom: 1px solid transparent;
  }

  .pbn_index {
    border-bottom: 1px solid #89898a61;
    position: absolute;
    width: 100%;
    top: 126px;
    z-index: 1;
  }

  .index__promo__date {
    font-size: 30px;
  }

  .slick-dots {
    left: 33.5% !important;
  }

  .index-reviews-arrows {
    bottom: 393px;
  }

  .catalog-games {
    justify-content: center;
  }

  .testluck-plan-item__chance {
    margin: 0 0px;
  }

  .testluck-plan-item {
    width: calc(100% - 40px);
  }

  .reviews-box-send .reviews__form_row {
    flex-direction: column-reverse;
  }

  .reviews-box-send .reviews__form_row_center {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .reviews-box-send .reviews__form_warning {
    color: #eb5757;
    font-family: 'Play', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 5px;
    margin-left: 12px;
  }

  .overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 70px;
  }

  .header-row {
    flex-direction: column;
    justify-content: center;
  }

  .header-row .checkluck__btn {
    margin: 0;
  }

  .catalog-box {
    width: 100%;
  }

  .header-action {
    justify-content: flex-start;
  }

  .header-action .logo {
    margin: 5px 0 15px 0;
  }

  .header-search {
    margin-right: 0;
  }

  .adaptive-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 6;
    width: 100%;
  }

  .header-row .footer__text {
    text-align: center;
    margin-bottom: 10px;
    user-select: none;
  }

  .footer__copyright {
    text-align: center;
    width: 100%;
    user-select: none;
  }

  .header-row_footer {
    justify-content: center;
    align-items: center;
  }

  .header-action_footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-action .logo_footer {
    margin: 0 0 10px 0;
  }

  .header-action .header-links__a_footer {
    margin: 0;
  }

  .testluck {
    padding: 102px 0;
  }

  .testluck-prize-item {
    width: 100%;
  }

  .testluck-prize-item_box {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 375px) {
  .popup-overlay .promo-popup {
    padding: 70px 0px;
  }

  .index-reviews-arrows {
    bottom: 420px;
  }

  .header-slider-item__game {
    font-size: 32px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 323px;
    white-space: nowrap;
  }

  .header-slider-item .container {
    overflow: visible;
  }

  .header-border_index {
    border-bottom: 1px solid transparent;
  }

  .pbn_index {
    border-bottom: 1px solid #89898a61;
    position: absolute;
    width: 100%;
    top: 126px;
    z-index: 1;
  }

  .slick-dots {
    left: 38.5% !important;
  }

  .footer-links {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-action .header-links__a_footer {
    margin: 0 10px 0 0;
  }

  .header-action .header-links__a_footer:nth-child(4) {
    margin: 0;
  }

  .header-row .checkluck__btn {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 1024px) and (max-width: 320px) {
  .popup-overlay .promo-popup {
    margin-right: 15px;
    margin-left: 15px;
    padding: 40px 0px;
  }

  .index-reviews-arrows {
    bottom: 427px;
  }

  .slick-dots {
    left: 43.5% !important;
  }

  .header-slider-item .container {
    overflow: visible;
  }

  .header-border_index {
    border-bottom: 1px solid transparent;
  }

  .pbn_index {
    border-bottom: 1px solid #89898a61;
    position: absolute;
    width: 100%;
    top: 126px;
    z-index: 1;
  }

  .header-search__input:focus {
    width: 181px;
  }

  .index__title_reviews {
    display: none;
  }

  .index__title_newitems {
    display: none;
  }

  .header-slider-item__game {
    font-size: 32px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 273px;
    white-space: nowrap;
  }

  .header-slider-item-buy-text__worth {
    font-size: 15px;
  }

  .header-slider-item-buy-text {
    padding: 6px 20px 7px 20px;
  }

  .header-action .header-links__a_footer {
    margin: 0 5px 10px 0;
  }

  .header-action .header-links__a_footer:last-child {
    margin: 0;
  }

  .header-action .header-links__a_footer:nth-child(4) {
    margin: 0 10px 10px 0;
  }
}

@media screen and (max-height: 480px) {
  .menu-block {
    overflow: scroll;
  }
}

.select-custom {
  display: block;
  width: 180px;
  margin-bottom: 20px;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border: none;
  box-shadow: 0px 0px 4px 1px #ddd;
}

.form-result {
  margin: 10px 0 20px;
  display: none;
  font-size: 18px;
  text-align: center;
}

.error {
  color: #ff4343;
}

.success {
  color: #4bb24b;
}

.iconcaptcha-widget {
  max-width: 100% !important;
}

.d-flex {
  display: flex;
  width: 100%;
}

.nothing-found {
  margin-bottom: 50vh;
  text-align: center;
  font-size: 22px;
}

.type-selection {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.type-selection .select-custom {
  margin-bottom: 5px;
}