@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');

html {
  scroll-behavior: smooth;
}

a > * {
  cursor: inherit;
}

body {
  background: #230835;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
}
body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

p {
  width: 100%;
}

.title + p,
p:first-child {
  margin-top: 0;
}

p a {
  color: #ffd169;
  font-weight: 600;
  text-decoration: none;
}

p a:hover {
  color: #34c759;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

.dummy {
  position: absolute;
  top: -67px;
  left: 0;
  width: 0;
  height: 0;
}

.desc {
  margin-bottom: 20px;
  width: 100%;
}

.desc:last-child {
  margin-bottom: 0;
}

.desc > * {
  margin-bottom: 12px;
}

.desc > *:last-child {
  margin-bottom: 0;
}

article .image,
.article .image {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

/* Title */
h1,
h2,
h3,
h4 {
  margin-bottom: 16px;
  display: block;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  position: relative;
  width: 100%;
}

.title {
  margin-bottom: 16px;
}

h1,
.title.general {
  font-size: 34px;
  line-height: 1.2;
  text-align: center;
}

h1 > span {
  color: #ffd169;
}

h2,
.title.high {
  font-size: 21px;
  font-weight: 600;
}

h3,
.title.middle {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
}

h4,
.title.mini {
  font-weight: 600;
  font-size: 14px;
}

/* Article */
article,
.article {
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

article > *,
.article > * {
  margin-bottom: 20px;
}
article > *:last-child,
.article > *:last-child {
  margin-bottom: 0;
}

li {
  position: relative;
}

article li,
.article li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 24px;
}

article li:last-child,
.article li:last-child {
  margin-bottom: 0;
}

ol > li {
  margin-bottom: 4px;
  padding-left: 24px;
  counter-increment: ol;
  position: relative;
}

ol > li:last-child {
  margin-bottom: 0;
}

article ul > li:before,
.article ul > li:before,
ol > li:before {
  display: inline-block;
  position: absolute;
  font: inherit;
  color: inherit;
  z-index: 1;
  top: 0;
  left: 8px;
}

article ul > li:before,
.article ul > li:before {
  content: '•';
}

ol > li:before {
  content: counter(ol) '.';
  left: 0;
  width: 20px;
  text-align: center;
}

article p a,
.article p a,
article p li,
.article p li {
  color: #ffd169;
}

article p a:hover,
.article p a:hover {
  text-shadow: 0 0.4px #ffd169, 0.4px 0 #ffd169;
}

article .image,
.article .image {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  background: #230835;
}

article .bttn,
.article .bttn {
  margin-right: auto;
}

article > *,
.article > * {
  width: 100%;
}

/* Button */
.bttn {
  border: 1px solid #34c759;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #34c759;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  height: auto;
  width: auto;
  min-width: 150px;
  position: relative;
  padding: 8.5px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bttn:hover {
  background: #100724;
}

.bttn img,
.bttn span {
  display: inline-block;
  vertical-align: middle;
}

.bttn img {
  margin-right: 16px;
}

.bttn span {
  text-align: left;
}

.bttn.bttn-large {
  padding: 11px 29px;
  font-size: 21px;
}

/* Button Inverse */
.bttn.inverse {
  background: transparent;
  border-color: transparent;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.bttn.inverse:hover {
  border-color: #3942b1;
}

.bttn.inverse::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  inset: 0;
  padding: 1px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: -o-linear-gradient(272deg, #392b6b -15%, #3942b1 110%);
  background: linear-gradient(178deg, #392b6b -15%, #3942b1 110%);
  z-index: -1;
}
.bttn.inverse:hover::before {
  opacity: 0;
}

/* Special */
.image img,
.background img {
  display: block;
  position: relative;
  margin: auto;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgba(255, 255, 255, 1);
  line-height: 1;
}

use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* Content */
.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.content {
  margin-top: 20px;
  padding: 20px 0;
}
.content.content-bg {
  padding-top: 32px;
  padding-bottom: 32px;
}

.content-bg::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: -20px;
  background: #100724;
  z-index: -1;
}

.content.content-image .content__background {
  margin: 0 !important;
  width: 100vw;
  top: unset;
  bottom: -200px;
  right: -20px;
  left: unset;
  z-index: -1;
}

.cover {
  padding-left: 20px;
  padding-right: 20px;
}

.main__bttns {
  display: none;
}

.list-contrast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
}

.list-contrast.list-horizontal > li {
  padding: 20px 12px 20px 68px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 20px * 3) / 4);
  -ms-flex: 0 0 calc((100% - 20px * 3) / 4);
  flex: 0 0 calc((100% - 20px * 3) / 4);
  position: relative;
}
.list-contrast.list-vertical > li {
  padding: 25.5px 12px 25.5px 68px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.list-contrast > li {
  margin-bottom: 8px;
  position: relative;
  background: -o-linear-gradient(left, #392f76 41.99%, #2d0f62 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(41.99%, #392f76),
    to(#2d0f62)
  );
  background: linear-gradient(90deg, #392f76 41.99%, #2d0f62 100%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.list-contrast > li:nth-child(even) {
  background: transparent;
  border: 1px solid #1c136c;
}

.list-contrast > li::before {
  content: counter(ol);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  z-index: 10;
}
.list-contrast > li::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 100%
    ),
    rgba(255, 255, 255, 0.17);
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.4))
    ),
    rgba(255, 255, 255, 0.17);
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 100%
    ),
    rgba(255, 255, 255, 0.17);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 9;
}

.list-contrast > li ul > li {
  padding: 1px 0 1px 22px;
}
.list-contrast > li ul > li:before {
  content: '';
  width: 7px;
  height: 7px;
  top: 7px;
  left: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #34c759;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.list-contrast.list-bg > li {
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent !important;
  border: 1px solid #1c136c !important;
}

.list-contrast.list-bg > li::before {
  height: 32px;
  top: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.list-contrast.list-bg > li::after {
  top: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.list-contrast.list-bg > li .background {
  z-index: -1;
}

.list-contrast.list-bg > li .background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: -o-linear-gradient(
      left,
      #230835 0%,
      rgba(35, 8, 53, 0.19) 49.96%,
      rgba(35, 8, 53, 0.15) 85.15%,
      #230835 100%
    ),
    -o-linear-gradient(269.81deg, #230835 0.16%, rgba(35, 8, 53, 0) 11.85%, rgba(
            35,
            8,
            53,
            0
          )
          59.97%, #230835 93.78%);
  background: -o-linear-gradient(
      left,
      #230835 0%,
      rgba(35, 8, 53, 0.19) 49.96%,
      rgba(35, 8, 53, 0.15) 85.15%,
      #230835 100%
    ),
    -o-linear-gradient(269.81deg, #230835 0.16%, rgba(35, 8, 53, 0) 11.85%, rgba(
            35,
            8,
            53,
            0
          )
          59.97%, #230835 93.78%);
  background: linear-gradient(
      90deg,
      #230835 0%,
      rgba(35, 8, 53, 0.19) 49.96%,
      rgba(35, 8, 53, 0.15) 85.15%,
      #230835 100%
    ),
    linear-gradient(
      180.19deg,
      #230835 0.16%,
      rgba(35, 8, 53, 0) 11.85%,
      rgba(35, 8, 53, 0) 59.97%,
      #230835 93.78%
    );
  z-index: 1;
}

.list-contrast h3,
.list-contrast h4 {
  margin-bottom: 8px;
}

/* Header */
.header {
  margin-top: 0;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #100724;
  z-index: 1000;
  height: auto;
  min-height: 67px;
  overflow: visible;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
  height: 32px;
}

.logo[href]:hover {
  opacity: 0.75;
}

.menu-bttn,
.header__menu .header__bttn {
  display: none;
}

.header__menu {
  margin: 0 auto 0 72px;
}

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

.header__menu ul li + li {
  margin-left: 30px;
}

.header__menu ul a {
  padding: 4px 0;
  color: #b8a3e4;
  text-transform: capitalize;
}

.header__menu ul a:hover {
  color: #fff;
}

.header__bttns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__bttn {
  margin-left: 8px;
  min-width: 100px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  margin-top: 0;
}

/* Languages */
.header__language-bttn {
  margin-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #b8a3e4;
}

.header__language-bttn img {
  width: 24px;
  height: 24px;
  max-width: 24px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.header__language-bttn span {
  margin-left: 8px;
}

/* Main */
.main {
  position: relative;
  padding: 87px 20px 0 20px;
}

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

.main__content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 -webkit-calc(100% - 217px - 20px);
  -ms-flex: 1 1 calc(100% - 217px - 20px);
  flex: 1 1 calc(100% - 217px - 20px);
  margin-left: 237px;
}

.sidebar__links-main {
  display: none;
}

/* Sidebar */
.sidebar {
  width: 217px;
  position: fixed;
  top: 87px;
  left: 20px;
  height: -webkit-calc(100vh - 87px);
  height: calc(100vh - 87px);
  padding-bottom: 20px;
  overflow-y: auto;
  z-index: 10;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar__wrap {
  padding: 12px;
  margin: 1px;
  position: relative;
  background: #100724;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

.sidebar__wrap::after {
  content: '';
  position: absolute;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  background: -o-linear-gradient(
    top,
    rgba(59, 9, 98, 0.7) 0%,
    rgba(58, 73, 249, 0.7) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(59, 9, 98, 0.7)),
    to(rgba(58, 73, 249, 0.7))
  );
  background: linear-gradient(
    180deg,
    rgba(59, 9, 98, 0.7) 0%,
    rgba(58, 73, 249, 0.7) 100%
  );
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
}

.sidebar__wrap > * {
  margin-bottom: 20px;
}
.sidebar__wrap > *:last-child {
  margin-bottom: 0;
}

.sidebar__item {
  position: relative;
}

.sidebar__item li {
  margin-bottom: 8px;
  position: relative;
}

.sidebar__item li:last-child {
  margin-bottom: 0;
}

.sidebar__top li a {
  padding: 3px 12px 3px 4px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: -o-linear-gradient(left, #392f76 41.99%, #2d0f62 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(41.99%, #392f76),
    to(#2d0f62)
  );
  background: linear-gradient(90deg, #392f76 41.99%, #2d0f62 100%);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.sidebar__top li a:hover {
  color: #b8a3e4;
}

.sidebar__top li a img {
  margin-right: 4px;
  display: block;
  height: 38px;
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.sidebar__top li a > * {
  z-index: 2;
}

.sidebar__top li a:before {
  content: '';
  position: absolute;
  left: -4px;
  top: -webkit-calc(50% - 56px / 2);
  top: calc(50% - 56px / 2);
  display: block;
  width: 56px;
  height: 56px;
  background: #34c759;
  -webkit-filter: blur(12.5px);
  filter: blur(12.5px);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  z-index: 1;
}
.sidebar__top li:nth-child(even) a:before {
  background: #e72f7d;
}

.sidebar__menu ul {
  overflow: hidden;
}

.sidebar__menu li {
  margin-bottom: 8px;
  position: relative;
}

.sidebar__menu li:last-child {
  margin-bottom: 0;
}

.sidebar__menu li a {
  padding: 8px 34px 8px 12px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  background: transparent;
  color: #b8a3e4;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.sidebar__menu li a:hover {
  background: #251645;
}

.sidebar__menu li a img {
  margin-right: 12px;
  display: block;
  height: 30px;
}

.sidebar__menu li a:after {
  content: '';
  position: absolute;
  right: 12px;
  top: -webkit-calc(50% - 11px / 2);
  top: calc(50% - 11px / 2);
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../media/icon-arrow-sidebar.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
}

.sidebar__links-bttn {
  padding: 8px 40px 8px 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background: -o-linear-gradient(left, #392f76 41.99%, #2d0f62 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(41.99%, #392f76),
    to(#2d0f62)
  );
  background: linear-gradient(90deg, #392f76 41.99%, #2d0f62 100%);
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.sidebar__links-bttn:before {
  content: '';
  background: url('../media/icons/icon-arrow-top.svg');
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  position: absolute;
  top: -webkit-calc(50% - 11px / 2);
  top: calc(50% - 11px / 2);
  right: 12px;
  width: 11px;
  height: 11px;
}

.sidebar__links-bttn:hover {
  color: #fff;
}

.sidebar__links-bttn.active:before {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.sidebar__links-list {
  margin-top: 8px;
}

.sidebar__links-list a {
  position: relative;
  display: block;
  color: #b8a3e4;
  padding: 4px 12px;
  word-break: break-word;
}

.sidebar__links-list a:hover {
  color: #fff;
}

/* Prime */
.prime {
  min-height: 380px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 28px 48px;
  margin-top: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.prime__wrap {
  margin-right: auto;
  padding: 98px 24px 24px;
  max-width: 586px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
}

.prime__wrap::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../media/prime-wrap-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-filter: drop-shadow(0 -7px 10px rgba(59, 34, 122, 0.29));
  filter: drop-shadow(0 -7px 10px rgba(59, 34, 122, 0.29));
  z-index: -1;
}

.prime__wrap > * {
  margin-bottom: 16px;
}
.prime__wrap > *:last-child {
  margin-bottom: 0;
}

.prime-wrap__icon {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.prime-wrap__icon img {
  height: 85px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.prime__text .text-contrast,
.prime__text a {
  color: #ffd169;
}

.prime__rating {
  padding: 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
  position: relative;
}

.prime__rating::before,
.prime__rating::after {
  content: '';
  position: absolute;
  width: 47px;
  height: 9px;
  top: -webkit-calc(50% - 9px / 2);
  top: calc(50% - 9px / 2);
  background-image: url(../media/icons/pretitle-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}

.prime__rating::before {
  left: 0;
}
.prime__rating::after {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.prime__rating-value > *:first-child {
  font-weight: 600;
}

.prime__bttn {
  margin-top: 8px;
}

.prime__image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}

.prime__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

/* Table */
.table {
  width: 100%;
}
table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

table thead {
  margin-bottom: 8px;
  background: -o-linear-gradient(left, #392f76 41.99%, #2d0f62 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(41.99%, #392f76),
    to(#2d0f62)
  );
  background: linear-gradient(90deg, #392f76 41.99%, #2d0f62 100%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

table tbody {
  padding: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: -o-linear-gradient(
    274deg,
    rgba(59, 9, 98, 0.7) 0%,
    rgba(58, 73, 249, 0.7) 100%
  );
  background: linear-gradient(
    176deg,
    rgba(59, 9, 98, 0.7) 0%,
    rgba(58, 73, 249, 0.7) 100%
  );
}

.content.content-bg tbody tr {
  background: #100724;
}

table tr {
  padding: 20px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  background: #230835;
}

table thead tr {
  padding: 8px 16px;
  background: transparent;
  font-weight: 600;
}

table tr:first-child {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
table tr:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

table td,
table th {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

/* Info */
.info > * {
  margin-bottom: 20px;
}
.info > *:last-child {
  margin-bottom: 0;
}

.info__table tr > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.info__table tr > *:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 39%;
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
}

.info__table ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 12px;
}

.info__table ul li {
  padding: 4px 12px;
  background: #251645;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.info__features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  width: 100%;
}

.info-features__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 20px / 2);
  -ms-flex: 0 0 calc(50% - 20px / 2);
  flex: 0 0 calc(50% - 20px / 2);
}

.info-features__title {
  margin-bottom: 8px;
  padding: 8px 16px;
  font-weight: 600;
  background: -o-linear-gradient(left, #392f76 41.99%, #2d0f62 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(41.99%, #392f76),
    to(#2d0f62)
  );
  background: linear-gradient(90deg, #392f76 41.99%, #2d0f62 100%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.info-features__list {
  padding: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: -o-linear-gradient(
    274deg,
    rgba(59, 9, 98, 0.7) 0%,
    rgba(58, 73, 249, 0.7) 100%
  );
  background: linear-gradient(
    176deg,
    rgba(59, 9, 98, 0.7) 0%,
    rgba(58, 73, 249, 0.7) 100%
  );
}
.info-features__list li {
  padding: 16px;
  width: 100%;
  background: #230835;
}

.info-features__list li:first-child {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.info-features__list li:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

/* bonus-banner */
.bonus-banner {
  padding: 40px 20px;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 430px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.bonus-banner::before {
  content: '';
  position: absolute;
  width: 544px;
  height: 544px;
  left: -webkit-calc(50% - 544px / 2);
  left: calc(50% - 544px / 2);
  top: -webkit-calc(50% - 544px / 2);
  top: calc(50% - 544px / 2);
  background: rgba(35, 8, 53, 0.8);
  -webkit-filter: blur(96px);
  filter: blur(96px);
  z-index: 1;
}

.bonus-banner__background img {
  -o-object-position: center;
  object-position: center;
}

.bonus-banner__wrap {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 390px;
  z-index: 2;
}

.bonus-banner__wrap > * {
  margin-bottom: 32px;
}
.bonus-banner__wrap > *:last-child {
  margin-bottom: 0;
}

.bonus-banner__title {
  position: relative;
  font-size: 34px;
  font-weight: 900;
  text-transform: none;
  text-align: center;
}

.bonus-banner__text {
  position: relative;
  font-size: 17px;
  font-weight: 500;
}

.bonus-banner__text::before,
.bonus-banner__text::after {
  content: '';
  position: absolute;
  width: 47px;
  height: 9px;
  top: -20px;
  background-image: url(../media/icons/pretitle-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}

.bonus-banner__text::before {
  left: -webkit-calc(50% - 47px - 4px);
  left: calc(50% - 47px - 4px);
}
.bonus-banner__text::after {
  right: -webkit-calc(50% - 47px - 4px);
  right: calc(50% - 47px - 4px);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bonus-banner__text .text-contrast {
  color: #ffd169;
}

.bonus-banner__bttn {
  margin-top: auto;
  padding: 10px 20px;
  min-width: 200px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: -o-linear-gradient(left, #392f76 41.99%, #2d0f62 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(41.99%, #392f76),
    to(#2d0f62)
  );
  background: linear-gradient(90deg, #392f76 41.99%, #2d0f62 100%);
}

/* Bonus gallery */
.bonus-gallery__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
.list.bonus-gallery__list > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.bonus-gallery-list__item {
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 20px * 2) / 3);
  -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
  flex: 0 0 calc((100% - 20px * 2) / 3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.bonus-gallery-list__item::before {
  display: none !important;
}

.bonus-gallery-item__image {
  padding-bottom: 83%;
  width: 100%;
  position: relative;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.bonus-gallery-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.bonus-gallery-item__text {
  margin-top: -20px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  text-align: center;
  background: -o-linear-gradient(left, #392f76 41.99%, #2d0f62 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(41.99%, #392f76),
    to(#2d0f62)
  );
  background: linear-gradient(90deg, #392f76 41.99%, #2d0f62 100%);
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  z-index: 10;
}

.bonus-gallery-item__text > * {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.bonus-gallery-item__text > *:last-child {
  margin-bottom: 0;
}

.bonus-gallery-item__title {
  position: relative;
  text-align: center;
}

.bonus-gallery-item__title::before,
.bonus-gallery-item__title::after {
  content: '';
  position: absolute;
  width: 47px;
  height: 9px;
  bottom: -20px;
  background-image: url(../media/icons/pretitle-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}

.bonus-gallery-item__title::before {
  left: -webkit-calc(50% - 47px - 4px);
  left: calc(50% - 47px - 4px);
}
.bonus-gallery-item__title::after {
  right: -webkit-calc(50% - 47px - 4px);
  right: calc(50% - 47px - 4px);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bonus-gallery-item__bttn {
  margin-top: auto;
}

/* Games */
.games__table tbody tr {
  padding: 16px;
}

.games__table td {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.games__table td:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.games__table .icon {
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.games__table .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.games__table ul > li {
  padding: 1px 0 1px 22px;
}
.games__table ul > li:before {
  content: '';
  width: 7px;
  height: 7px;
  top: 7px;
  left: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #34c759;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Review */
.review__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.review__item {
  padding: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 20px * 2) / 3);
  -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
  flex: 0 0 calc((100% - 20px * 2) / 3);
  background: -o-linear-gradient(left, #392f76 41.99%, #2d0f62 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(41.99%, #392f76),
    to(#2d0f62)
  );
  background: linear-gradient(90deg, #392f76 41.99%, #2d0f62 100%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.review__item:nth-child(even) {
  background: transparent;
  border: 1px solid #1c136c;
}

.review__item > * {
  margin-bottom: 16px;
}
.review__item > *:last-child {
  margin-bottom: 0;
}

.review-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 16px;
}

.review-item__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.review-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.review-item__name > * {
  display: block;
  text-align: left;
}

.review-item__name .name {
  font-size: 17px;
  font-weight: 500;
}

.review-item__rate {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.review-item__rate .icon {
  margin-right: 12px;
}

.review-item__rate .icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.review-item__rate .value > *:first-child {
  font-weight: 600;
}

/* Rating */
.rating__table {
  width: 100%;
}

.rating__table tbody tr {
  padding: 16px;
}

.rating__table tr > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.rating__table tr > *:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 217px;
  -ms-flex: 0 0 217px;
  flex: 0 0 217px;
}

.rating__table .icon {
  margin-right: 12px;
}

.rating__table .icon img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.rating__table .value > *:first-child {
  font-weight: 600;
}

/* FAQ */
.faq__item {
  counter-increment: ol;
}

.faq__list li {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #1c136c;
}
.faq__list li.active {
  background: -o-linear-gradient(273deg, #392b6b -13%, #3942b1 110%);
  background: linear-gradient(177deg, #392b6b -13%, #3942b1 110%);
  border-color: transparent;
}

.faq__list li:last-child {
  margin-bottom: 0;
}

.faq-item__title {
  padding: 16px 44px 16px 16px;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-item__title:after {
  content: '';
  background: url('../media/icons/icon-faq.svg');
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: -webkit-calc(50% - 16px / 2);
  top: calc(50% - 16px / 2);
  right: 16px;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-item__desc {
  padding: 0 16px 16px;
}

.faq__item.active .faq-item__title:after {
  background: url('../media/icons/icon-faq-active.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Summary */
.summary__wrap {
  padding: 16px;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #1c136c;
}

.summary-wrap__header {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}

.summary-wrap__image {
  padding: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  position: relative;
  height: 100px;
}

.summary-wrap__image::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: -o-linear-gradient(
    274deg,
    rgba(59, 9, 98, 0.7) 0%,
    rgba(58, 73, 249, 0.7) 100%
  );
  background: linear-gradient(
    176deg,
    rgba(59, 9, 98, 0.7) 0%,
    rgba(58, 73, 249, 0.7) 100%
  );
  z-index: -1;
}

.summary-wrap__image .image {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.summary-wrap__image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.summary-wrap__info .name {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 500;
}

/* Arrow-top */
.top {
  position: absolute;
  right: 20px;
  bottom: 42px;
  height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  pointer-events: none;
  z-index: 999;
}

.top__button {
  z-index: 100;
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
  pointer-events: all;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: -o-linear-gradient(
    left,
    #5218c6 0%,
    #6014ac 25.07%,
    #761e75 49.51%,
    #85254d 75%,
    #942c29 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5218c6),
    color-stop(25.07%, #6014ac),
    color-stop(49.51%, #761e75),
    color-stop(75%, #85254d),
    to(#942c29)
  );
  background: linear-gradient(
    90deg,
    #5218c6 0%,
    #6014ac 25.07%,
    #761e75 49.51%,
    #85254d 75%,
    #942c29 100%
  );
}
.top__button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.top__button img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  width: 24px;
  height: 24px;
}

/* Footer */
.footer {
  margin-top: 20px;
  padding: 0 20px 0 257px;
}

.footer > * {
  margin-bottom: 20px;
  background: #100724;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.footer > *:last-child {
  margin-bottom: 0;
}

.footer__payment {
  width: 100%;
  padding: 20px 10px;
}

.footer__payment ul {
  width: -webkit-calc(100% + 16px);
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -8px;
}

.footer__payment li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px;
}

.footer__payment li a {
  position: relative;
  display: block;
}

.footer__payment li a img {
  display: block;
  max-height: 42px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.footer__payment li a img ~ img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}

.footer__payment li a:hover img {
  opacity: 0;
}
.footer__payment li a:hover img ~ img {
  opacity: 1;
}

.footer__countries {
  padding: 20px 40px;
}

.footer__countries ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.footer__countries li {
  margin: 0 !important;
  padding: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 8px;
  color: #fff;
  text-transform: uppercase;
  background: #251645;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__countries li:hover {
  opacity: 0.75;
}

.footer__countries li::before {
  display: none;
}

.footer__countries .icon {
  padding: 12px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 24px;
  height: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.footer__countries .text {
  padding: 12px 0;
  color: #fff;
  line-height: 24px;
}

.footer__bottom {
  width: 100%;
  padding: 32px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 20px;
}

.footer__logo img {
  height: 30px;
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 295px - 20px);
  -ms-flex: 0 0 calc(100% - 295px - 20px);
  flex: 0 0 calc(100% - 295px - 20px);
  gap: 20px;
}

.footer__links > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.footer__links-item li:first-child a {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  cursor: default;
}

.footer__links-item a .icon img {
  display: block;
  width: 16px;
  height: 16px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__links ul li + li {
  margin-top: 8px;
}

.footer__links ul li a {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__links a[href] {
  cursor: pointer;
}
.footer__links a[href]:hover {
  color: #18c214;
}

.footer__contacts {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 295px;
  -ms-flex: 0 0 295px;
  flex: 0 0 295px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__mail {
  margin-bottom: 24px;
  position: relative;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(#100724, #100724) padding-box,
    -o-linear-gradient(top, #9c2cf3, #3a49f9) border-box;
  background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#100724),
        to(#100724)
      )
      padding-box,
    -webkit-gradient(linear, left top, left bottom, from(#9c2cf3), to(#3a49f9)) border-box;
  background: linear-gradient(#100724, #100724) padding-box,
    linear-gradient(180deg, #9c2cf3, #3a49f9) border-box;
  border: 2px dashed #100724;
  overflow: hidden;
}

.footer__mail span:first-child {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer__mail img {
  max-width: 20px;
}

.footer__mail:hover span {
  background: -o-linear-gradient(275deg, #bb63ff 0%, #717cff 100%);
  background: linear-gradient(175deg, #bb63ff 0%, #717cff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__info {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 128px;
}

.footer__age {
  width: 54px;
  height: 54px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.514;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #b63d3d;
  padding: 13px 0;
  margin-left: 20px;
}

.footer__copy {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.footer__copy > * {
  margin-bottom: 4px;
}
.footer__copy > *:last-child {
  margin-bottom: 0;
}

/* PAGES */
/* Breadcrumbs */
.breadcrumbs {
  margin-bottom: 16px;
  display: inline-block;
  text-align: center;
  width: auto;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs > li a {
  display: inline-block;
  color: #b8a3e4;
}

.breadcrumbs > li a[href] {
  font-weight: 500;
}

.breadcrumbs > li a[href]:hover {
  opacity: 0.7;
}

.breadcrumbs > li a:not([href]) {
  color: #fff;
}

.breadcrumbs > li a:not([href]),
.breadcrumbs > li a:not([href]) span {
  cursor: default;
}

.breadcrumbs > li:not(:last-child):after {
  content: '|';
  display: inline-block;
  position: relative;
  font: inherit;
  color: #fff;
  margin: 0 10px;
}

/* App banner */
.app-banner {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  min-height: 200px;
  border: 2px solid #1c136c;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.app-banner__background img {
  -o-object-position: right;
  object-position: right;
}

.app-banner__logo {
  position: absolute;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.app-banner__logo img {
  height: 44px;
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.app-banner-2 .app-banner__logo {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.app-banner__bttns {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
  width: 100%;
  max-width: 240px;
}

.app-banner-2 .app-banner__bttns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
}

.app-bttn {
  display: block;
  padding: 15px 20px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  color: #fff;
  background: #100724;
  white-space: normal;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  margin: 0;
}

.app-bttn:hover {
  background: #230835;
}

.app-bttn .icon {
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.app-bttn .icon img {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

/* App info */
.app-info > * {
  margin-bottom: 20px;
}
.app-info > *:last-child {
  margin-bottom: 0;
}

.app-info__banner {
  width: 100%;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #1c136c;
  overflow: hidden;
  z-index: 10;
}

.app-info-banner__background {
  z-index: -2;
}

.app-info-banner__image {
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  background: transparent !important;
  border-radius: 0;
  z-index: -1;
}

.app-info-banner__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left bottom;
  object-position: left bottom;
  height: 100%;
}

.app-info-banner__desc {
  padding: 20px;
  width: 100%;
  max-width: 600px;
  z-index: 10;
  backdrop-filter: blur(3px);
}

.app-info-banner__desc > * {
  margin-bottom: 16px;
}
.app-info-banner__desc > *:last-child {
  margin-bottom: 0;
}

.app-info-banner__list > li {
  padding: 1px 0 1px 22px;
  margin-bottom: 4px;
}

.app-info-banner__list > li:last-child {
  margin-bottom: 0;
}

ul.app-info-banner__list > li:before {
  content: '';
  width: 7px;
  height: 7px;
  top: 7px;
  left: 2px;
  position: absolute;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #34c759;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bonuses__list li .background img {
  opacity: 0.6;
}
@media screen and (min-width: 1440px) {
  .cover {
    padding-left: -webkit-calc(50% - ((1440px - 40px) / 2));
    padding-left: calc(50% - ((1440px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1440px - 40px) / 2));
    padding-right: calc(50% - ((1440px - 40px) / 2));
  }

  .content-bg::after {
    right: -webkit-calc(50% - 100vw / 2 + 237px / 2);
    right: calc(50% - 100vw / 2 + 237px / 2);
  }

  .content.content-image > .background {
    right: -webkit-calc(50% - 100vw / 2 + 237px / 2);
    right: calc(50% - 100vw / 2 + 237px / 2);
  }

  .main {
    padding-left: -webkit-calc(50% - ((1440px - 40px) / 2));
    padding-left: calc(50% - ((1440px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1440px - 40px) / 2));
    padding-right: calc(50% - ((1440px - 40px) / 2));
  }

  .sidebar {
    left: -webkit-calc(50% - ((1440px - 40px) / 2));
    left: calc(50% - ((1440px - 40px) / 2));
  }

  .top {
    right: -webkit-calc(50% - 1400px / 2);
    right: calc(50% - 1400px / 2);
  }

  .footer {
    padding-left: -webkit-calc(50% - ((1440px - 257px - 257px) / 2));
    padding-left: calc(50% - ((1440px - 257px - 257px) / 2));
    padding-right: -webkit-calc(50% - ((1440px - 40px) / 2));
    padding-right: calc(50% - ((1440px - 40px) / 2));
  }
}

@media screen and (max-width: 1400px) {
  .bonus-banner {
    min-height: 30vw;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1360px),
  screen and (max-width: 1024px) {
  .list-contrast.list-horizontal > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .bonus-gallery-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 20px) / 2);
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2);
  }

  .review__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 20px) / 2);
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2);
  }

  .review__item:nth-child(n) {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(41.99%, #392f76),
      to(#2d0f62)
    );
    background: -o-linear-gradient(left, #392f76 41.99%, #2d0f62 100%);
    background: linear-gradient(90deg, #392f76 41.99%, #2d0f62 100%);
  }

  .footer__payment ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .footer__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 auto 20px;
  }

  .footer__mail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 340px;
    -ms-flex: 0 1 340px;
    flex: 0 1 340px;
  }

  .footer__info {
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-left: 0;
  }

  .header__menu {
    margin-left: 30px;
  }

  .sidebar {
    position: static;
    height: auto;
    overflow: visible;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }

  .sidebar__top {
    display: none;
  }

  .sidebar__menu {
    display: none;
  }

  .sidebar__links-bttn:before {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .sidebar__links-bttn.active:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .sidebar__links-list {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo {
    margin-right: auto;
  }

  .menu-bttn {
    display: block;
    background-color: transparent;
    padding: 10px;
    width: 40px;
    height: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: 8px;
  }

  .menu-bttn svg {
    display: block;
    margin: auto;
  }

  .menu-bttn svg rect {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu-bttn:hover svg rect {
    fill: #34c759;
  }

  .menu-bttn.active svg rect:nth-child(1) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .menu-bttn.active svg rect:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 2);
    -ms-transform: scale(0, 2);
    transform: scale(0, 2);
  }

  .menu-bttn.active svg rect:nth-child(3) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-webkit-calc(-100% - 67px));
    -ms-transform: translateY(calc(-100% - 67px));
    transform: translateY(calc(-100% - 67px));
    overflow-y: auto;
    min-height: 200px;
    max-height: -webkit-calc(100vh - 67px);
    max-height: calc(100vh - 67px);
    background: #100724;
    z-index: 100;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 42px 20px;
    text-align: center;
    border-top: 1px solid #392f76;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__menu.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .header__menu ul li + li {
    margin-left: 0;
  }

  .header__menu ul a {
    padding: 8px 16px;
    display: block;
  }

  .app-info__banner {
    padding: 20px;
  }

  .app-info-banner__desc {
    background: rgba(4, 5, 21, 0.5);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .list-contrast.list-bg > li .background img {
    opacity: 0.5;
  }
}

@media screen and (max-width: 850px) {
  .content-bg::after {
    right: -15px;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info__table tr > *:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .app-banner {
    padding: 32px 20px;
  }

  .app-banner .app-banner__logo {
    margin-bottom: 20px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .app-banner__bttns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: unset;
  }

  .app-banner-2 .app-banner__bttns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .app-banner__background {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-left: 0;
    padding-right: 0;
  }

  .main__content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    overflow: hidden;
  }

  .table {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    width: -webkit-calc(100% + 15px * 2);
    width: calc(100% + 15px * 2);
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .table::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
    background: transparent;
  }

  .table::-webkit-scrollbar {
    display: none;
  }
  .table::-webkit-scrollbar-track {
    background: transparent;
  }
  .table::-webkit-scrollbar-thumb {
    background: transparent;
  }

  .table > table {
    width: 850px;
  }

  .games__table td:first-child,
  .info__table tr > *:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
  }

  .footer > * {
    padding: 20px;
  }

  .footer__links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 0;
  }

  .footer__links > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -ms-flex: 0 1 calc((100% - 20px) / 2);
    flex: 0 1 calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 650px) {
  .header__bttns {
    padding: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(4, 5, 21, 0.8);
  }

  .header__bttn {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: -webkit-calc(50% - 4px);
    min-width: calc(50% - 4px);
  }

  .top {
    height: 70%;
  }

  .top__button {
    bottom: 80px;
  }

  .prime {
    padding: 20px;
  }

  .prime__image {
    right: unset;
    left: -120px;
    opacity: 0.8;
  }

  .bonus-banner {
    padding: 20px;
    min-height: unset;
  }

  .bonus-banner__title {
    font-size: 24px;
  }

  .info-features__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .app-info-banner__image {
    opacity: 0.7;
  }

  .app-info-banner__desc {
    background: rgba(4, 5, 21, 0.7);
  }

  .review__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .footer {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 605px) {
  .bonus-gallery-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .footer__links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 450px) {
  h1,
  .title.general {
    font-size: 26px;
    text-align: center;
  }

  h2,
  .title.high {
    font-size: 18px;
  }

  h3,
  .title.middle {
    font-size: 16px;
  }

  .content-bg::after {
    right: -10px;
  }

  .content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  /* .main {
    padding-left: 10px;
    padding-right: 10px;
  } */

  .main__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    width: -webkit-calc(100% + 10px * 2);
    width: calc(100% + 10px * 2);
  }

  .table > table {
    width: 700px;
  }

  .prime {
    padding: 10px;
  }

  article .bttn,
  .article .bttn {
    margin-left: auto;
  }

  .content.bonus-banner {
    padding: 20px 16px;
  }

  .bonus-banner__title > span:first-child {
    padding: 0 24px;
  }

  .bonus-banner__title > span:first-child::before,
  .bonus-banner__title > span:first-child::after {
    top: -webkit-calc(50% - 11px / 2);
    top: calc(50% - 11px / 2);
    width: 20px;
    height: 11px;
  }

  .bonus-banner__background img {
    -o-object-position: left center;
    object-position: left center;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__contacts {
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 20px 0;
  }

  .footer__contacts > * {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .footer__payment li a img {
    height: 24px;
  }

  .footer__countries ul {
    gap: 8px;
  }

  .footer__countries li {
    padding: 0 8px;
  }

  .footer__countries .icon {
    padding: 8px 0;
    width: 20px;
    height: 36px;
  }

  .footer__countries .text {
    padding: 8px 0;
    font-size: 12px;
    line-height: 20px;
  }

  .app-info-banner__image {
    display: none;
  }

  .app-info-banner__desc {
    padding: 0;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 400px) {
  .app-banner {
    padding: 16px;
  }

  .app-banner__logo img {
    height: 36px;
  }

  .app-bttn {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .games__table td:first-child,
  .info__table tr > *:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .footer__logo {
    display: block;
  }

  .footer__logo img {
    margin: 0 auto;
  }

  .footer__links {
    margin: 0;
  }

  .footer__links > * {
    margin: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .footer__links > * + * {
    margin-top: 20px;
  }

  .footer__links ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer__links-item li:first-child a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__links-item a .icon {
    margin-left: -20px;
  }
}
