/* HEADER */

header {
  position: fixed;
  width: 100%;
  background: rgba(19, 26, 42, 0.9);
border-bottom: 1px solid #232F49;
  z-index: 1000;
}
header > .header-block {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 32px 0;
}
header > .header-block > div {
  display: flex;
  flex: 0 0 auto;
}
header .logo {
  width: 100px;
  position: relative;
}
header .logo > a {
  position: absolute;
  top: -15px
}
header .menu ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
header .menu li {
  /* display: inline-block; */
  margin: 0;
  padding: 0 18px 0;
  position: relative;
}
header .menu li.active a {
  color: #fff;
}
header .menu li.active:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -33px;
  left: 0;
  height: 65px;
  background: linear-gradient(180deg, rgba(96, 61, 250, 0) 18.94%, #603DFA 179.81%);
  border-bottom: 1px solid #603DFA;
}
header .menu a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #7688AF;
  text-decoration: none;
  position: relative;
  transition: all 0.1s;
}
header .menu a:hover {
  color: #fff;
}
header .contacts > a {
  margin: 0 8px;
}
header .contacts > a svg path {
    transition: all 0.1s;
}
header .contacts > a:hover svg path {
  fill: #fff;
}

/* FOOTER */

footer {
  background: radial-gradient(66.27% 66.27% at 67.5% -5.42%, #212B42 0%, #131A2A 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border-radius: 100px 100px 0px 0px;
}
footer hr {
  color: #232F49;
}
footer > div {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2px;
}
footer .site-slang {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
footer .site-slang img {
  vertical-align: bottom;
}
footer .site-slang .slash {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #6F6F6F;
  padding: 15px
}
footer .tg-news {
  padding-bottom: 25px;
}
footer .tg-news a {
  text-decoration: none;
}
footer .tg-news span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #FFFFFF;
  padding-left: 5px;
  vertical-align: middle;
}
footer .menu > div > b {
  display: block;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-bottom: 16px;
  border-bottom: 1px solid #232F49;
  margin-bottom: 16px;
}
footer .menu .navigate > a {
  display: block;
}
footer .menu .navigate > a, footer .menu .games a {
  display: table;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #7688AF;
  text-decoration: none;
  margin-bottom: 10px;
  transition: all 0.1s
}
footer .menu .navigate > a:hover, footer .menu .games a:hover {
  color: #fff;
}
footer .leave-review {
  background-color: #0E1421;
  background-image: url('/img/leave-review-bg.webp');
  background-position: bottom right;
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 12px;
  padding: 20px 17px 20px;
  margin: 0;
}
footer .leave-review b {
  display: block;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-bottom: 10px;
}
footer .leave-review div > a span {
  text-decoration: underline !important;
  padding-left: 5px;
}
footer .leave-review div > a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #7688AF;
  transition: all 0.1s;
}
footer .leave-review div > a:hover, footer .leave-review div > a:hover path {
  color: #fff !important;
  fill: #fff;
}
footer .leave-review span > a {
  text-decoration: none;
  margin-right: 15px;
  transition: all 0.15s;
}
footer .leave-review span > a:hover path {
  fill: #fff;
}
footer .no-copy {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 112%;
  color: #FFFFFF;
}

/* Main page */
body {
  background-image: url('/img/background.svg');
  background: #0E1421;
}
.first-screen {
  padding-top: 88px;
  /* height: 600px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #131A2A;
  border-radius: 0px 0px 100px 100px;
  height: 500px;
  background-image: url('/img/first-screen-default-bg.webp');
}
.site-index .first-screen{
  background-image: url('/img/first_screen.webp');
  height: 750px;
}
.first-screen .info {
  max-width: 750px;
  margin: 100px auto 0;
  text-align: center;
}
.first-screen .info h1 {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  text-align: center;
  color: #FFFFFF;
}
.first-screen .info span {
  display: block;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #7688AF;
  margin-bottom: 30px;
}
.btn-show-more {
  display: inline-block;
  padding: 15px 20px;
  background: #603DFA;
  /* box-shadow: 0px 10px 25px rgba(96, 61, 250, 0.4); */
  border-radius: 15px;
  text-decoration: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  transition: all 0.2s;
  /* border: 1px solid; */
  /* border-image-source: linear-gradient(226.43deg, #B7A7FF -125.62%, rgba(255, 255, 255, 0) 83.02%); */
  position: relative;
}
.btn-show-more:hover {
  color: #fff;
  box-shadow: 0px 10px 25px rgba(96, 61, 250, 0.4);
}
.btn-show-more svg {
  margin-left: 10px;
}

.popular-games {
  max-width: 1200px;
  margin: 0 auto;
  /* padding-top: 140px; */
  margin-bottom: 25px;
}
.popular-games h2 {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  color: #FFFFFF;
}
.popular-games > .show {
  text-align: right;
}
.popular-games > .col-md-6 {
  padding-bottom: 35px;
}
.game {
  padding-bottom: 24px;
}
.game > div {
  background: radial-gradient(66.27% 66.27% at 67.5% -5.42%, #212B42 0%, #131A2A 100%),
  radial-gradient(166.27% 261.41% at 88.45% 0%, #5971A4 0%, rgba(0, 0, 0, 0) 0%);
  border-radius: 12px;
  padding: 20px;
  /* border: 1px solid; */
  /* border-image-source: radial-gradient(166.27% 261.41% at 88.45% 0%, #5971A4 0%, rgba(0, 0, 0, 0) 0%); */
}
.game .game-image img {
  width: 100%;
  max-width: 100%;
  /* background: url('img/image.png'); */
  border-radius: 12px 12px 30px 30px;
  max-height: 177px;
}
.game .game-props {
  padding: 25px 32px 0;
  color: #fff;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.game .game-props > * {
  padding-left:0;
  padding-right: 0;
}
.game .game-props .col-md-6 {
  padding: 16px 0;
}
.game .game-name {
  display: block;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.game .game-name img {
  vertical-align: middle;
  margin-right: 10px;
  max-height: 25px;
  max-width: 80px;
}
.game .count-text, .game .count-val {
  border-bottom: 1px solid #232F49;
}
.game .count-val, .game .price-val {
  text-align: right;
}
.game .count-val > span {
  font-weight: 600;
  color: #7688AF;
  padding-right: 6px;
}
.game .count-val > img {
  vertical-align: middle;
}
.game .price-val {
  font-weight: 600;
  color: #7688AF;
}
.game .price-val span {
  font-size: 24px;
  color: #fff;
}
.btn-show {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  background: #603DFA;
  color: #fff;
  box-shadow: 0px 10px 25px rgba(96, 61, 250, 0.4);
  border-radius: 15px;
  padding: 16px 20px;
  display: block;
  text-align: center;
  margin-top: 15px;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-show:hover {
  box-shadow: 0px 10px 25px rgba(96, 61, 250, 0.7);
  color: #fff;
}
main .faq {
  max-width: 1200px;
  margin: 0 auto 120px;
}
main h4 {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.faq .questions > span {
  cursor: pointer;
  display: block;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding: 20px;
  background: radial-gradient(66.27% 66.27% at 67.5% -5.42%, #212B42 0%, #131A2A 100%);
  border-radius: 12px;
  /* border: 1px solid #5971A4;
  border-image-source: radial-gradient(166.27% 261.41% at 88.45% 0%, #5971A4 0%, rgba(0, 0, 0, 0) 0%); */
  margin-bottom: 24px;
  transition: all 0.25s;
}
.faq .questions span.active, .faq .questions span:hover {
  background: #603DFA;
  box-shadow: 0px 10px 25px rgba(96, 61, 250, 0.4);
  border-radius: 12px;
}
.faq .faq-content {
  padding: 20px;
  background: radial-gradient(66.27% 66.27% at 67.5% -5.42%, #212B42 0%, #131A2A 100%);
  border-radius: 12px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  word-break: break-word;
}
.faq .faq-content b {
  display: block;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding-bottom: 12px;
}
main .reviews {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
main .warranties {
  max-width: 1200px;
  margin: 0 auto 50px;
}
main .warranties > div {
  margin-bottom: 24px;
}
main .warranties > div > div {
  margin: 0;
  background: radial-gradient(66.27% 66.27% at 67.5% -5.42%, #212B42 0%, #131A2A 100%);
  border-radius: 12px;
  padding: 20px;
  /* background: #603DFA; */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7688AF;
}
main .warranties > div b {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  display: block;
  padding-bottom: 8px;
}
main .warranties > div .col-md-1 {
  padding-left: 0;
}
main .warranties > div .col-md-11 {
  padding-right: 0;
}
.reviews > .content {
  width: 100vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative
}
@media all and (min-width: 1200px) {
  .reviews > .content {
    width: calc(100vw - 30px);
    margin-left: calc((100vw - 30px - 1200px) / 2 * -1);
  }
  .review {
    min-width: 350px;
  }
}
/* .slider-row {
  width: 500vw;
} */
.review {
  display: inline-block;
  /* width: 20vw; */
  /* margin: 0 10px; */
  padding: 0 10px;
  vertical-align: top;
}
.review > div {
  padding: 20px;
  background: radial-gradient(66.27% 66.27% at 67.5% -5.42%, #212B42 0%, #131A2A 100%);
  border-radius: 12px;
  color: #fff;
}
.review .header {
  /* margin: 0; */
  margin-bottom: 24px;
}
.review .header .user .img {
  float: left;
  margin-right: 14px;
  margin-top: 2px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.review .header .user img {
  max-height: 100%;
}
.review .header .user b {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  display: block;
}
.review .header .user span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #7688AF;
}
.review .header .date {
  text-align: right;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #7688AF;
}
.review .rating {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding-left: 25px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.review .rating[rating="positive"], .review .rating[data-rating="positive"] {
color: #603DFA;
}
.review .rating:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -3px;
  left: 0;
}
.review .rating[rating="positive"]:before, .review .rating[data-rating="positive"]:before {
  background-image: url('/img/good-review.svg')
}
.review p {
  margin-bottom: 0;
}
.reviews > .content::before, .reviews > .content::after {
  content: "";
  top: 0;
  display: block;
  height: 100%;
  width: 20vw;
  position: absolute;
  z-index: 5;
}
.reviews > .content::before {
  background: linear-gradient(270deg, rgba(14, 20, 33, 0) 0%, #0E1421 100%);
}
.reviews > .content::after {
  right: 0;
  background: linear-gradient(270deg, rgba(14, 20, 33, 0) 0%, #0E1421 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.slide-arrows {
  float: right;
}
.slide-arrows .arrow {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  height: 45px;
  margin-left: 10px;
  background: radial-gradient(66.27% 66.27% at 67.5% -5.42%, #212B42 0%, #131A2A 100%);
  border-radius: 6px;
  /* border: 1px solid;
  border-image-source: radial-gradient(166.27% 261.41% at 88.45% 0%, #5971A4 0%, rgba(0, 0, 0, 0) 0%); */
  transition: all 0.2s;
}
.slide-arrows .arrow.right {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.slide-arrows .arrow img {
  display: block;
}
.slide-arrows .arrow:hover {
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
  /* background: #603DFA; */
}
.three-benefits {
  align-items: center;
  max-width: 1200px;
  margin: 100px auto 120px;
}
.three-benefits > * {
  text-align: center;
  position: relative;
}

.three-benefits .benefit img {
  display: block;
  margin: 0 auto 15px;
}
.three-benefits .benefit b {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  display: block;
}
.three-benefits .benefit span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #7688AF;
}
.three-benefits .benefit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.three-benefits .benefit.first::before {
  width: 555px;
  height: 100px;
  background: url('/img/benefit-line-first.svg');
  background-size: 100% 100%;
  top: 25px;
  right: -228px;
}


.three-benefits .benefit.second::before {
  width: 223px;
  height: 36px;
  background: url('/img/benefit-line-second.svg');
  background-size: 100% 100%;
  top: 25px;
  left: -65px;
}
.three-benefits .benefit.third {
  padding-top: 80px;
}
.three-benefits .benefit.third::before {
  width: 2px;
  height: 66px;
  background: url('/img/benefit-line-third.svg');
  background-size: 100% 100%;
  top: -1px;
  left: calc(50% - 1px);
}
.page-content > *:not(.first-screen) {
  max-width: 1200px;
  margin: 0 auto;
}
.page-content > .list {
  margin-bottom: 75px;
}
.cheat-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #603DFA;
  margin-bottom: 25px;
}
.status-val > span {
  display: inline;
  position: relative;
}
.status-val > span:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  left: -16px;
  top: 6px;
  border-radius: 100%;
}
.status-val > span[status="0"], .status-val > span[data-status="0"] {
  color: #35FF31;
}
.status-val > span[status="0"]:before, .status-val > span[data-status="0"]:before {
  background-color: #35FF31;
}
.status-val > span[status="1"], .status-val > span[data-status="1"] {
  color: #FF4646;
}
.status-val > span[status="1"]:before, .status-val > span[data-status="1"]:before {
  background-color: #FF4646;
}
.status-val > span[status="2"], .status-val > span[data-status="2"] {
  color: #FFB931;
}
.status-val > span[status="2"]:before, .status-val > span[data-status="2"]:before {
  background-color: #FFB931;
}
nav[aria-label="breadcrumb"] {
  position: absolute;
  top: 135px;
  width: 100%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  z-index: 2;
}
nav[aria-label="breadcrumb"] > ol {
  max-width: 1200px;
  margin: 0 auto;
}
nav[aria-label="breadcrumb"] a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s;
}
nav[aria-label="breadcrumb"] a:hover {
  color: #603DFA;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  height: 19px;
  width: 19px;
  background-image: url('/img/arrow-right.svg');
  background-position: center;
  padding: 0;
  margin-right: 12px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}
.breadcrumb-item.active {
  color: #603DFA;
}
.linear-gradient-border {position: relative;}
.linear-gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background-origin: border-box;
  background-clip: border-box;
}
.btn-show-more::before, .btn-show::before, .questions > span:hover::before, .questions > span.active::before, .game-fast-link:hover::before, .form button.linear-gradient-border::before, .linear-gradient-border.purple::before {
  padding: 1px;
  background: linear-gradient(226.43deg, #B7A7FF -125.62%, rgba(255, 255, 255, 0) 83.02%);  /* Light purple */
}
.game > .linear-gradient-border:hover::before {
  background: linear-gradient(0deg, #603DFA 8.5%, rgba(20, 27, 42, 0) 75.35%);  /* Dark purple */
}
.questions > span::before,
.faq-content.linear-gradient-border::before,
.review > div::before,
.arrow::before,
.warranties .linear-gradient-border::before,
footer::before,
.game-fast-link::before,
.form.linear-gradient-border::before,
.form .active.linear-gradient-border::before,
.form span.linear-gradient-border:hover::before,
.game > .linear-gradient-border::before,
.images > img.linear-gradient-border::before,
.linear-gradient-border.grey::before {
  padding: 1px;
  background: linear-gradient(223.95deg, #5971A4 8.5%, rgba(20, 27, 42, 0) 75.35%);  /* Light grey */
}
footer.footer::before {
  border-radius: 100px 100px 0 0;
}
.game-fast-link::before, .form span.linear-gradient-border::before {
  border-radius: 6px;
}
.form.linear-gradient-border::before {
  border-radius: 12px;
}

@media all and (max-width: 1200px) and (min-width: 900px) {
  header > .header-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  main h4, .popular-games h2 {
    padding-left: 40px;
  }
  .slide-arrows {
    margin-right: 20px;
  }
  .first-screen .data h3 {
    margin-top: 225px !important;
    margin-left: 45px;
  }
  nav[aria-label="breadcrumb"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .site-slang {
    padding: 0 50px;
  }
  .footer .menu, .tg-news, .no-copy {
    padding: 0 40px;
  }
  .footer .menu .navigate {
    width: 35%;
  }
  .footer .menu .games {
    width: 65%;
  }
  .leave-review-block {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
@media all and (max-width: 899px) {
  header .logo {
    height: 1px;
    width: auto;
  }
  header .logo > a {
    position: relative;
  }
  header .logo > a img {
    max-height: 70px;
  }
  header > .header-block {
    justify-content: center;
    height: 57px;
  }
  header .header-block .menu, header .header-block .contacts, header .header-block .lang-selector {
    display: none;
  }
  .site-index .first-screen {
    background: url('/img/mobile-first-screen.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    max-height: 560px;
    border-radius: 0 0 50px 50px;
    mix-blend-mode: screen;
  }
  .first-screen .info {
    margin-top: 50px;
    padding: 0 14px;
  }
  .first-screen .info h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .first-screen .info span {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255,255,255,0.9);
    text-shadow: #000 0 0 1px;
  }
  .popular-games {
    padding-top: 40px;
  }
  .popular-games h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .popular-games > .col-md-6 {
    padding-bottom: 6px;
  }
  .popular-games .btn-show-more {
    display: block;
    margin-bottom: 18px;
  }
  .row > * {
    margin: 0;
  }
  .popular-games > .row {
    padding: 0;
  }
  .game .game-props .col-md-6 {
    width: 50%;
  }
  .three-benefits .benefit::before {
    display: none;
  }
  .game .game-image img {
    max-height: none;
  }
  .faq > .row {
    margin: 0;
  }
  footer .row.menu {
    margin: 0;
  }
  .popular-games, main .warranties {
    margin-bottom: 16px;
  }
  .three-benefits, main .faq {
    margin-bottom: 40px;
  }
  .faq h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .faq .questions > span {
    margin-bottom: 12px;
  }
  .reviews h4 {
    font-size: 24px;
    line-height: 26px;
    padding: 0 12px;
  }
  .review .profile-picture > .user {width: 70%;}
  .review .profile-picture > .date {width: 30%;}
  .warranties .row > .col-md-1 {width: 15%;}
  .warranties .row > .col-md-11 {width: 85%;}
  .warranties .row b {
    font-size: 18px;
    line-height: 24px;
  }
  .warranties .row span {
    font-size: 16px;
    line-height: 24px;
  }
  footer {
    border-radius: 40px 40px 0px 0px;
  }
  footer.footer::before {
    border-radius: 40px 40px 0px 0px;
  }
  footer .site-slang {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
  }
  footer .site-slang .slash {
    display: none;
  }
  footer .site-slang img {
    display: block;
    margin: 0 auto;
    padding-bottom: 12px;
  }
  footer .tg-news {
    padding: 0 20px 25px;
  }
  footer .row.menu > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .navigate{
    display: flex;
    flex-wrap: inherit;
    margin-bottom: 14px;
  }
  footer .navigate b {
    width: 100%;
  }
  footer .navigate a {
    display: block;
    width: 50%;
  }
  footer .games > .row {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
  }
  footer .games .col-md-3 {
    width: 50%;
  }
  footer .no-copy {
    padding: 0 20px;
  }
  .three-benefits .mobile {
    display: block !important;
    margin-bottom: 24px;
  }
  .three-benefits .mobile img {width: 100%;}
  .three-benefits .pc-benefit {
    display: none;
  }
  .three-benefits .benefit {
    padding: 0 12px 24px !important;
  }
  nav[aria-label="breadcrumb"] {
    top: 100px;
    padding: 0 15px;
  }
  .first-screen .data h3 {
    max-width: 100% !important;
    padding: 0 15px;
    font-size: 24px !important;
    line-height: 28px !important;
    text-align: center;
    margin-top: 150px !important;
  }
  .first-screen {
    height: 370px;
    border-radius: 0 0 40px 40px;
  }
  .fast-links .game-fast-link {
    width: 100%;
    margin-right: 14px ;
    margin-left: 14px;
  }
  .full-list.row {margin: 0;}
  .page-content > .list {margin-bottom: 24px;}
  .breadcrumb-item {
    margin-bottom: 4px;
  }
  header.active > .header-block:not(.open-menu) {
    height: 100vh;
    position: relative;
    align-items: start;
  }
  header.active .menu, header.active .contacts {
    display: flex;
    max-width: 100%;
  }
  header.active .contacts {
    position: absolute;
    bottom: 100px;
  }
  header.active .lang-selector {
    position: absolute;
    bottom: 40px;
    display: flex !important;
  }
  header.active .menu ul {
    flex-wrap: wrap;
    padding-left: 0;
  }
  header.active .menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
  }
  header.active .menu li.active::before {
    display: none;
  }
  header .open-menu {
    display: block !important;
    position: absolute;
    /* margin-top: -65px; */
    right: 0;
    height: 65px;
    width: 65px;
    background: url(/img/mob-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 5;
  }
  .open-menu {
    overflow: hidden;
  }
  .site-notification {
    padding-right: 50px !important;
    position: relative;
  }
  .site-notification .close-notification {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
  }
}
.site-notification {
  display: block;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #603DFA;
  font-family: 'Inter';
  font-size: 16px;
  line-height: 19px;
}
.site-notification .subblock {
  max-width: 1200px;
  margin: 0 auto;
}
.site-notification .close-notification {
  float: right;
  margin-top: 4px;
  cursor: pointer;
}
/* .lang-selector{z-index:9;position:fixed;top:max(30%,150px);background:#603DFA;border-radius:0 12px 12px 0;padding:12px 10px}.lang-selector a{display:block;color:#fff;text-decoration:none;line-height:100%}.lang-selector a.selected{color:#afafaf;pointer-events:none}.lang-selector a+a{margin-top:10px} */
.lang-selector{background:#603DFA;border-radius:7px;padding:5px 10px;margin:-1px 0}.lang-selector a{display:inline-block;color:#fff;text-decoration:none;line-height:100%}.lang-selector a.selected{color:#afafaf;pointer-events:none}.lang-selector a+a{margin-left: 7px;border-left:1px solid #7688AF;padding-left:7px}
.fancybox__container{z-index:99999}
.site-notification a{color:#fff}
.chatbro_container .chatbro_movable_chat{z-index:10001!important}