@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  background: #100724;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
}

p {
  margin-top: 16px;
  width: 100%;
}

.title + p,
p:first-child {
  margin-top: 0;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

/* Title */
h1,
h2,
h3,
h4 {
  display: block;
  font-weight: 900;
  line-height: 1.2;
  color: #ffd169;
  text-align: left;
  position: relative;
  width: 100%;
}

.title {
  margin-bottom: 16px;
}

h1,
.title.general {
  text-align: center;
  font-size: 28px;
  margin-bottom: 0;
}

.decor {
  position: relative;
  display: inline-block;
  padding: 0 110px;
  width: auto;
}

.decor:before,
.decor:after {
  content: '';
  position: absolute;
  background: url('../images/icon-heading-decor.svg');
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 94px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.decor:before {
  left: 0;
}

.decor:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.bottom {
  display: block;
  text-transform: uppercase;
}

h2,
.title.high {
  font-weight: 800;
  font-size: 26px;
  padding: 7px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 11, 59, 0)), color-stop(50%, #1a0b3b), to(#3942b1));
  background: -webkit-linear-gradient(right, rgba(26, 11, 59, 0) 0%, #1a0b3b 50%, #3942b1 100%);
  background: -moz-linear-gradient(right, rgba(26, 11, 59, 0) 0%, #1a0b3b 50%, #3942b1 100%);
  background: -o-linear-gradient(right, rgba(26, 11, 59, 0) 0%, #1a0b3b 50%, #3942b1 100%);
  background: linear-gradient(270deg, rgba(26, 11, 59, 0) 0%, #1a0b3b 50%, #3942b1 100%);
}

h2::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#a7781c), to(#1a0b3b));
  background: -webkit-linear-gradient(left, #a7781c 0%, #1a0b3b 100%);
  background: -moz-linear-gradient(left, #a7781c 0%, #1a0b3b 100%);
  background: -o-linear-gradient(left, #a7781c 0%, #1a0b3b 100%);
  background: linear-gradient(90deg, #a7781c 0%, #1a0b3b 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

h3,
.title.middle {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  padding: 0px 20px;
  background: -webkit-gradient(linear, right top, left top, color-stop(34.62%, rgba(57, 43, 107, 0)), to(#392b6b));
  background: -webkit-linear-gradient(right, rgba(57, 43, 107, 0) 34.62%, #392b6b 100%);
  background: -moz-linear-gradient(right, rgba(57, 43, 107, 0) 34.62%, #392b6b 100%);
  background: -o-linear-gradient(right, rgba(57, 43, 107, 0) 34.62%, #392b6b 100%);
  background: linear-gradient(270deg, rgba(57, 43, 107, 0) 34.62%, #392b6b 100%);
}

h4,
.title.mini {
  font-weight: 800;
  font-size: 17px;
  line-height: 1.5;
}

/* Article */
article,
.article {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

article > * + *,
.article > * + * {
  margin-top: 16px;
}

article li,
.article li {
  position: relative;
  padding-left: 24px;
}

article ol > li,
.article ol > li {
  counter-increment: ol;
}

article ul > li:before,
article ol > li:before,
.article ul > li:before,
.article 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: '•';
}

article ol > li:before,
.article ol > li:before {
  content: counter(ol) '.';
  left: 0;
}

article p a,
.article p a {
  color: #18c214;
}

article p a:hover,
.article p a:hover {
  text-shadow: 0 0.4px #18c214, 0.4px 0 #18c214;
}

article > .button,
.article > .button {
  margin-right: auto;
}

article > .image,
.article > .image {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}

/* Button */
.button {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 24px;
  background: #34c759;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 0 1px 4px rgba(112, 0, 0, 0.25);
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  margin: 16px 0 0;
  height: auto;
  width: auto;
  min-width: 110px;
  min-height: 51px;
  position: relative;
}

.button:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 0 20px 0 rgba(41, 191, 84, 0.9);
  -moz-box-shadow: 0 0 20px 0 rgba(41, 191, 84, 0.9);
  box-shadow: 0 0 20px 0 rgba(41, 191, 84, 0.9);
}

.button img,
.button span {
  display: inline-block;
  vertical-align: middle;
}

.button img {
  margin-right: 16px;
}

.button span {
  text-align: left;
}

/* Button Inverse */
.button.inverse {
  background: -webkit-linear-gradient(275deg, #392b6b 0%, #3942b1 100%);
  background: -moz-linear-gradient(275deg, #392b6b 0%, #3942b1 100%);
  background: -o-linear-gradient(275deg, #392b6b 0%, #3942b1 100%);
  background: linear-gradient(175deg, #392b6b 0%, #3942b1 100%);
}

.button.inverse:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(81, 59, 255, 0.9);
  -moz-box-shadow: 0 0 20px 0 rgba(81, 59, 255, 0.9);
  box-shadow: 0 0 20px 0 rgba(81, 59, 255, 0.9);
}

/* Gradient */
.gradient {
  position: relative;
}

.gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a7781c), color-stop(43%, rgba(253, 227, 176, 0.5703)), to(rgba(167, 120, 28, 0)));
  background: -webkit-linear-gradient(top, #a7781c 0%, rgba(253, 227, 176, 0.5703) 43%, rgba(167, 120, 28, 0) 100%);
  background: -moz-linear-gradient(top, #a7781c 0%, rgba(253, 227, 176, 0.5703) 43%, rgba(167, 120, 28, 0) 100%);
  background: -o-linear-gradient(top, #a7781c 0%, rgba(253, 227, 176, 0.5703) 43%, rgba(167, 120, 28, 0) 100%);
  background: linear-gradient(180deg, #a7781c 0%, rgba(253, 227, 176, 0.5703) 43%, rgba(167, 120, 28, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

/* Special */
.image img,
.background img {
  display: block;
  position: relative;
  margin: auto;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.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.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* Content */
.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.content {
  margin-top: 20px;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #1a0b3b;
}

.content .scroll {
  position: absolute;
  width: 0;
  height: 0;
  top: -74px;
  left: 0;
}

.scroll + h2,
.content .background + h2 {
  margin-top: 0;
}

.cover {
  padding-left: 20px;
  padding-right: 20px;
}

.content > *,
.cover > * {
  display: block;
  position: relative;
}

.main__buttons {
  display: none;
}

/* Header */
.header {
  background: #100724;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  margin-top: 0;
  min-height: 77px;
  overflow: visible;
  padding-top: 14px;
  padding-bottom: 14px;
}

.logo {
  display: inline-block;
}

.header__logo {
  margin-left: 40px;
}

.logo img {
  display: block;
  max-width: 156px;
}

.logo[href]:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.menu-button,
.header__menu .header__button {
  display: none;
}

.header__menu {
  margin: 0 auto 0 70px;
}

.header__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.header__menu ul li + li {
  margin-left: 30px;
}

.header__menu ul a {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.header__menu ul a:hover {
  opacity: 0.5;
}

.header__button {
  padding: 8px 16px;
  min-height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-top: 0;
}

.header__login {
  background: #513bff;
  margin-left: 16px;
}

.header__login:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(81, 59, 255, 0.9);
  -moz-box-shadow: 0 0 20px 0 rgba(81, 59, 255, 0.9);
  box-shadow: 0 0 20px 0 rgba(81, 59, 255, 0.9);
}

.header__signup {
  margin-left: 16px;
}

/* Languages */
.header__language {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.71429;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  background: #34216d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 16px;
  min-width: 100px;
  margin-left: 15px;
}

.header__language img {
  display: block;
  width: 24px;
  height: 24px;
  max-width: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 8px;
}

/* Main */
.main {
  position: relative;
  padding: 77px 20px 0 20px;
}

.main__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.main__content {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 -webkit-calc(100% - 240px - 20px);
  -moz-box-flex: 1;
  flex: 1 1 calc(100% - 240px - 20px);
  margin-left: 260px;
}

.sidebar__links-main {
  display: none;
}

/* Sidebar */
.sidebar {
  width: 240px;
  position: fixed;
  top: 77px;
  left: 20px;
  height: -webkit-calc(100vh - 77px);
  height: -moz-calc(100vh - 77px);
  height: calc(100vh - 77px);
  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: 0 11px;
  margin-top: 16px;
}

.sidebar__buttons {
  margin-bottom: 32px;
}

.sidebar__buttons > a + a {
  margin-top: 16px;
}

.sidebar__buttons a {
  position: relative;
  display: block;
  background: #34216d;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  text-transform: uppercase;
  color: #fff;
  padding: 17px 12px 16px 90px;
  min-height: 53px;
}

.sidebar__buttons a:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(113, 124, 255, 0.8);
  -moz-box-shadow: 0 0 20px 0 rgba(113, 124, 255, 0.8);
  box-shadow: 0 0 20px 0 rgba(113, 124, 255, 0.8);
}

.sidebar__buttons a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 95px;
  height: 53px;
}
.sidebar__menu {
  margin-bottom: 20px;
}

.sidebar__menu li {
  position: relative;
}

.sidebar__menu li + li {
  margin-top: 11px;
}

.sidebar__menu li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #b8a3e4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 9px 26px 10px 11px;
}

.sidebar__menu li a:hover {
  background: #251645;
  color: #fff;
}

.sidebar__menu li a img {
  display: block;
  max-width: 23px;
  margin-right: 12px;
}

.sidebar__menu li a:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 19px;
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../images/icon-arrow-menu.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.sidebar__menu li a:hover:after {
  background-image: url(../images/icon-arrow-menu-hover.svg);
}

.sidebar__links {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar__links-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  padding: 11px 30px 11px 20px;
  overflow: hidden;
  background: #34216d;
}

.sidebar__links-button:before {
  content: '';
  background-image: url(../images/icon-arrow-menu-hover.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 19px;
  right: 10px;
  width: 11px;
  height: 11px;
}

.sidebar__links-button:hover {
  text-shadow: 0 0.3px #fff, 0.3px 0 #fff;
}

.sidebar__links-button.active:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar__links-list {
  background: #1a0b3b;
  padding-bottom: 16px;
  padding-top: 16px;
}

.sidebar__links-list li + li {
  margin-top: 8px;
}

.sidebar__links-list a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #b8a3e4;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar__links-list a:hover {
  color: #fff;
  text-shadow: 0 0.3px #fff, 0.3px 0 #fff;
}

/* Prime */
.content.prime {
  min-height: 460px;
  background: #100724;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  padding: 0;
  margin-top: 0px;
}

.prime__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 460px;
  max-width: 695px;
  padding: 20px 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.prime__wrap::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  background: -webkit-radial-gradient(rgba(26, 11, 59, 1) 0%, rgba(26, 11, 59, 0.8) 50%, rgba(26, 11, 59, 0.5) 70%, rgba(26, 11, 59, 0) 100%);
  background: -moz-radial-gradient(rgba(26, 11, 59, 1) 0%, rgba(26, 11, 59, 0.8) 50%, rgba(26, 11, 59, 0.5) 70%, rgba(26, 11, 59, 0) 100%);
  background: -o-radial-gradient(rgba(26, 11, 59, 1) 0%, rgba(26, 11, 59, 0.8) 50%, rgba(26, 11, 59, 0.5) 70%, rgba(26, 11, 59, 0) 100%);
  background: radial-gradient(rgba(26, 11, 59, 1) 0%, rgba(26, 11, 59, 0.8) 50%, rgba(26, 11, 59, 0.5) 70%, rgba(26, 11, 59, 0) 100%);
  -webkit-box-shadow: 0 0 50px 0 rgba(26, 11, 59, 0.85);
  -moz-box-shadow: 0 0 50px 0 rgba(26, 11, 59, 0.85);
  box-shadow: 0 0 50px 0 rgba(26, 11, 59, 0.85);
}

.prime__rating {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.prime__rating-value {
  margin-left: 18px;
}

.prime__text {
  position: relative;
  max-width: 615px;
  margin-top: 10px;
}

.prime__button {
  margin-top: 30px;
}

/* Table */
.table {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: -webkit-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -moz-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -o-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: linear-gradient(175deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
}

.table table {
  position: relative;
}

.table table::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a7781c), color-stop(43%, rgba(253, 227, 176, 0.5703)), to(rgba(167, 120, 28, 0)));
  background: -webkit-linear-gradient(top, #a7781c 0%, rgba(253, 227, 176, 0.5703) 43%, rgba(167, 120, 28, 0) 100%);
  background: -moz-linear-gradient(top, #a7781c 0%, rgba(253, 227, 176, 0.5703) 43%, rgba(167, 120, 28, 0) 100%);
  background: -o-linear-gradient(top, #a7781c 0%, rgba(253, 227, 176, 0.5703) 43%, rgba(167, 120, 28, 0) 100%);
  background: linear-gradient(180deg, #a7781c 0%, rgba(253, 227, 176, 0.5703) 43%, rgba(167, 120, 28, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.table tr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  padding: 0 20px;
}

.table tr > * {
  padding-right: 4px;
}

.table thead tr {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 209, 105, 0.4);
}

.table tr > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -moz-box-flex: 1;
  flex: 1 1 0%;
}

.table tr > th {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.table tr > td {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.35;
  padding-top: 12px;
  padding-bottom: 12px;
}

.table tr + tr {
  border-top: 1px solid rgba(255, 209, 105, 0.4);
}

.table tr > * + * {
  padding-left: 16px;
}

.table td > ul > li::before {
  content: '-';
}

/* Intro */
.intro__table td:first-child,
.intro__table th:first-child {
  max-width: 245px;
}

.intro__table thead tr {
  font-size: 18px;
}

.intro__table tr > td {
  font-weight: 400;
}

/* Features */
.features__list li {
  counter-increment: ol;
  padding: 0;
}

ul.features__list li::before {
  display: none;
}

.features__list li + li {
  margin-top: 16px;
}

.features__list h3 {
  width: auto;
  display: inline-block;
}

.features__list h3:before {
  content: counter(ol) '.';
  display: inline-block;
  font: inherit;
  color: inherit;
  margin-right: 4px;
}

/* Double */
.double {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.double > * {
  position: relative;
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}

.double > *:last-child {
  margin-left: 20px;
}

.double__text > * + * {
  margin-top: 16px;
}

.double__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

/* Intro__compare*/
.intro__compare > * {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  background: -webkit-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -moz-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -o-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: linear-gradient(175deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
}

.compare__heading {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.65;
  text-transform: uppercase;
  padding: 3px 10px 0px 64px;
}

.compare__heading::before {
  content: '';
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
}

.compare__plus p::before {
  background-image: url('../images/icon-plus.svg');
}

.compare__minus p::before {
  background-image: url('../images/icon-minus.svg');
}

.intro__compare ul {
  padding-left: 50px;
  margin-top: 16px;
}

.intro__compare ul li + li {
  margin-top: 16px;
}

.intro__compare ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fffd68;
  top: 8px;
  margin: auto;
}

/* Upto */
.content.upto__content {
  min-height: 425px;
  background: #100724;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.content.upto__content-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.content.upto__content-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}

.content.upto__content-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.upto__wrap {
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 675px;
  padding: 32px 20px;
  border: 1px solid #ffd169;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(0, 9, 119, 0.01);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 244px;
}

.upto__content-left .upto__wrap {
  margin-left: 20px;
}

.upto__content-right .upto__wrap {
  margin-right: 20px;
}

.upto__title {
  text-align: center;
  font-weight: 900;
  font-size: 34px;
  background: none;
  padding: 0;
  border: none;
}

.upto__title::before {
  display: none;
}

.upto__title .bottom {
  font-size: 31px;
  margin-top: 6px;
  color: #fff;
}

.upto__button {
  margin-top: 12px;
}
/* Bg-wrap */
.bg__wrap {
  width: 100%;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
}

.bg__wrap > * {
  position: relative;
}

.bg__wrap > * + * {
  margin-top: 16px;
}

.bg__wrap > .background + * {
  margin-top: 0;
}

.bg__wrap .background {
  background: #100724;
}

.register__wrap {
  position: relative;
  margin-right: 150px;
  max-width: 695px;
}

.register__wrap > * + *,
.bg__wrap-text > * + * {
  margin-top: 16px;
}

/* List */
/* List-counter  */
.list,
.list-counter {
  width: 100%;
  margin-top: 16px;
}

.list ul,
.list-counter ol {
  position: relative;
}

.list ul li {
  padding: 4px 10px 4px 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(57, 66, 177, 0)), to(rgba(57, 66, 177, 0.8)));
  background: -webkit-linear-gradient(left, rgba(57, 66, 177, 0) 0%, rgba(57, 66, 177, 0.8) 100%);
  background: -moz-linear-gradient(left, rgba(57, 66, 177, 0) 0%, rgba(57, 66, 177, 0.8) 100%);
  background: -o-linear-gradient(left, rgba(57, 66, 177, 0) 0%, rgba(57, 66, 177, 0.8) 100%);
  background: linear-gradient(90deg, rgba(57, 66, 177, 0) 0%, rgba(57, 66, 177, 0.8) 100%);
  -webkit-border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  border-radius: 0 22px 22px 0;
}

.list ul li:after {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px 1px 1px 0;
  -webkit-border-radius: 0 22px 22px 0px;
  -moz-border-radius: 0 22px 22px 0px;
  border-radius: 0 22px 22px 0px;
  background: -webkit-gradient(linear, right top, left top, from(#ffd169), to(rgba(26, 11, 59, 0)));
  background: -webkit-linear-gradient(right, #ffd169 0%, rgba(26, 11, 59, 0) 100%);
  background: -moz-linear-gradient(right, #ffd169 0%, rgba(26, 11, 59, 0) 100%);
  background: -o-linear-gradient(right, #ffd169 0%, rgba(26, 11, 59, 0) 100%);
  background: linear-gradient(270deg, #ffd169 0%, rgba(26, 11, 59, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.list-counter ol li {
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 11, 59, 0)), color-stop(50%, #1a0b3b), to(#34216d));
  background: -webkit-linear-gradient(right, rgba(26, 11, 59, 0) 0%, #1a0b3b 50%, #34216d 100%);
  background: -moz-linear-gradient(right, rgba(26, 11, 59, 0) 0%, #1a0b3b 50%, #34216d 100%);
  background: -o-linear-gradient(right, rgba(26, 11, 59, 0) 0%, #1a0b3b 50%, #34216d 100%);
  background: linear-gradient(270deg, rgba(26, 11, 59, 0) 0%, #1a0b3b 50%, #34216d 100%);
  padding: 13px 10px 13px 56px;
}

.list-counter ol li:after {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px 0 1px 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#ffd169), to(rgba(26, 11, 59, 0)));
  background: -webkit-linear-gradient(left, #ffd169 0%, rgba(26, 11, 59, 0) 100%);
  background: -moz-linear-gradient(left, #ffd169 0%, rgba(26, 11, 59, 0) 100%);
  background: -o-linear-gradient(left, #ffd169 0%, rgba(26, 11, 59, 0) 100%);
  background: linear-gradient(90deg, #ffd169 0%, rgba(26, 11, 59, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.list ul li + li {
  margin-top: 8px;
}

.list-counter ol li + li {
  margin-top: 12px;
}

.list ul li::before,
.list-counter ol li::before {
  padding: 3px;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  text-shadow: none;
  width: 40px;
  height: 100%;
  text-align: center;
}

.list ul li::before {
  top: 0px;
  content: '•';
  font-size: 24px;
  line-height: 1;
  color: #ffd169;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

/* List-counter  */
.list-counter ol li::before {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.33333;
  text-align: center;
  color: #34216d;
  content: counter(ol);
  background: #ffd169;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

/* Install */
.install__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}

.install__wrap-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 73%;
  -moz-box-flex: 0;
  flex: 0 1 73%;
}

.install__wrap-text ul,
.install__wrap-text ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.install__wrap-text li {
  width: auto;
  display: inline-block;
}

.install__wrap-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 27%;
  -moz-box-flex: 0;
  flex: 0 1 27%;
  min-width: 260px;
  margin-top: 0;
  text-align: center;
}

.install__wrap-btn .button {
  margin-left: auto;
  margin-right: auto;
}

/* Download__content */
.content.download__content {
  background: #100724;
  min-height: 300px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.download__content > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
}

.download__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-right: 120px;
}

.download__image {
  margin-bottom: 20px;
}

.download__image img {
  max-width: 250px;
}

.download__buttons {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: -10px;
}

.download__button {
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.14286;
  text-transform: uppercase;
  color: #fff;
  white-space: normal;
  text-align: center;
  min-width: 240px;
  max-width: 240px;
  min-height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.download__buttons .download__button {
  margin: 10px;
}

.download__button > span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  text-align: center;
}

.download__button span span {
  display: inline-block;
}

/* Bonuses */
.bonuses__list > li {
  background: -webkit-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -moz-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -o-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: linear-gradient(175deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 12px 20px;
  width: 100%;
  max-width: 692px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.bonuses__list > li:nth-child(5) {
  max-width: 1087px;
}

.bonuses__list > li:nth-child(5) .list {
  max-width: 461px;
  margin-right: auto;
}

.bonuses__list > li + li {
  margin-top: 20px;
}

ul.bonuses__list > li::before {
  left: 0;
  content: '';
}

.bonuses__list > li > p {
  position: relative;
}

.bonuses__list h3 {
  width: auto;
  display: inline-block;
}

.bonuses__list h4 {
  margin-top: 16px;
}

.bonuses__list .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.bonuses__image {
  position: absolute;
  right: 60px;
  bottom: 0;
}

.bonuses__image img {
  max-width: 385px;
}

.bonuses__bottom {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: 20px auto -20px auto;
}

.bonuses__bottom > * {
  margin: 20px;
}

.bonuses__logo img {
  max-width: 218px;
}

/* Vip */
.vip__list > li {
  max-width: 692px;
  padding: 12px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: -webkit-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -moz-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -o-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: linear-gradient(175deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

ul.vip__list > li::before {
  content: '';
  left: 0;
}

.vip__list > li + li {
  margin-top: 20px;
}

.vip__list > li:nth-child(1) {
  margin-right: auto;
}

.vip__list > li:nth-child(2) {
  margin-right: auto;
  margin-left: auto;
}

.vip__list > li:nth-child(3) {
  margin-left: auto;
}

.vip__list h3 {
  width: auto;
  display: inline-block;
}

/* Tournament */
.tournament__table tr > *:first-child {
  max-width: 270px;
}

/* Games */
.games__table tr > *:first-child {
  max-width: 200px;
}

/* Reviews */
.reviews__content ul {
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: 6px -10px -10px -10px;
}

.reviews__content ul li {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: -webkit-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -moz-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -o-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: linear-gradient(175deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  padding: 18px 12px;
  margin: 10px;
}

.reviews__content ul li:nth-child(3),
.reviews__content ul li:nth-child(4) {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
}

.reviews__content ul li > * {
  position: relative;
}

.reviews__content ul li::before {
  content: '';
  left: 0;
}

.review__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
}

.review__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 6px;
}

.review__rating > * {
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24px;
  -moz-box-flex: 0;
  flex: 0 1 24px;
}

.review__rating img + img {
  margin-left: 5px;
}

.review__text {
  margin-top: 6px;
}

/* FAQ */
.faq__list {
  margin-top: 20px;
}

.faq__item {
  position: relative;
  background: rgba(255, 209, 105, 0.85);
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.faq__list > li + li {
  margin-top: 16px;
}

.faq__item::before {
  z-index: 3;
}

.title.faq-item__title {
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #1a0b3b;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 16px 50px 16px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-item__title:after {
  content: '';
  background-image: url('../images/icon-faq.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-item__desc {
  position: relative;
  padding: 10px 16px;
}

.faq-item__desc ul li {
  position: relative;
  padding-left: 20px;
}

.faq-item__desc ul li:before {
  content: '•';
  display: inline-block;
  position: absolute;
  font: inherit;
  color: inherit;
  z-index: 1;
  top: 0;
  left: 8px;
}

.faq-item__desc > .wrap > * + * {
  margin-top: 6px;
}

.faq__item.active .faq-item__title:after {
  background-image: url('../images/icon-faq-active.svg');
}

.faq__item.active {
  border-color: #ffd169;
  background: none;
}

.faq__item.active .faq-item__title {
  color: #ffd169;
}

/* Rating */
.rating__table,
.rating__table table {
  width: 100%;
}

.rating__table tbody {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: -10px;
}

.rating__table tr {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  background: -webkit-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -moz-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: -o-linear-gradient(275deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  background: linear-gradient(175deg, rgba(57, 43, 107, 0.9) 0%, rgba(57, 66, 177, 0.9) 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 18px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  text-align: center;
  margin: 10px;
}

.rating__table tr td:nth-child(1) {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
}

.rating__table tr td:nth-child(2) > span {
  position: relative;
  display: block;
  width: 100%;
  height: 26px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 3px 7px;
}

.rating__table tr td:nth-child(2) > span > span:first-child {
  display: block;
  height: 100%;
  background: #ffd169;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.rating__score {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #000;
}

/* Arrow-top */
.main__top {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -100;
}

.main__arrowtop {
  position: absolute;
  right: 20px;
  bottom: 42px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}

.main .main__arrowtop {
  height: 72%;
}

.main__arrowtop a {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  bottom: 10px;
  right: 0;
  width: 59px;
  height: 59px;
}

.main__arrowtop a img {
  max-width: 59px;
}

.main__arrowtop a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* Footer */
.footer {
  margin-top: 20px;
  padding: 0 20px 0 280px;
}

.footer__payment {
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 20px 10px;
  background: #1a0b3b;
}

.footer__payment ul {
  width: -webkit-calc(100% + 16px);
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: -8px;
}

.footer__payment li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: 8px;
}

.footer__payment li a {
  position: relative;
  display: block;
}

.footer__payment li a img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}

.footer__payment li a:hover img:nth-child(2) {
  opacity: 1;
}

.footer__payment li a:hover img:nth-child(1) {
  opacity: 0;
}

.footer__countries {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer__countries ul {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: -10px;
}

.footer__countries li {
  margin: 8px;
}

.footer__countries li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 12px;
  background: #1a0b3b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.footer__countries li a:hover {
  background: rgba(50, 41, 159, 0.5);
}

.footer__countries li a img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  max-width: 24px;
  margin-right: 8px;
}

.footer__wrapper {
  width: 100%;
  background: #1a0b3b;
  padding: 40px 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.footer__bottom {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.bottom__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 155px;
  -moz-box-flex: 0;
  flex: 0 0 155px;
  margin-right: 20px;
}

.footer__logo {
  display: block;
}

.footer__logo:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.footer__logo img {
  max-width: 155px;
}

.footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  min-width: 579px;
  margin: -5px;
}

.footer__links > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 183px;
  -moz-box-flex: 0;
  flex: 0 0 183px;
  margin: 5px;
}

.footer__links p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.footer__links p img {
  margin-right: 10px;
}

.footer__links ul li + li {
  margin-top: 8px;
}

.footer__links ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.footer__links ul li a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.footer__contacts {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 295px;
  -moz-box-flex: 0;
  flex: 0 1 295px;
  min-width: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  margin-left: 10px;
}

.footer__mail {
  position: relative;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  min-width: 190px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a0b3b), to(#1a0b3b)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#9c2cf3), to(#3a49f9)) border-box;
  background: -webkit-linear-gradient(#1a0b3b, #1a0b3b) padding-box, -webkit-linear-gradient(top, #9c2cf3, #3a49f9) border-box;
  background: -moz-linear-gradient(#1a0b3b, #1a0b3b) padding-box, -moz-linear-gradient(top, #9c2cf3, #3a49f9) border-box;
  background: -o-linear-gradient(#1a0b3b, #1a0b3b) padding-box, -o-linear-gradient(top, #9c2cf3, #3a49f9) border-box;
  background: linear-gradient(#1a0b3b, #1a0b3b) padding-box, linear-gradient(180deg, #9c2cf3, #3a49f9) border-box;
  border: 2px dashed #1a0b3b;
}

.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: -webkit-linear-gradient(275deg, #bb63ff 0%, #717cff 100%);
  background: -moz-linear-gradient(275deg, #bb63ff 0%, #717cff 100%);
  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: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-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%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #b63d3d;
  padding: 13px 0;
  margin-left: 20px;
}

.footer__text {
  width: 100%;
  padding: 20px 175px 0 175px;
}

/* PAGES */
/* Breadcrumbs */
.breadcrumbs {
  position: relative;
  display: inline-block;
  text-align: center;
  width: auto;
  margin-bottom: 20px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs > li a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.breadcrumbs > li:not(:last-child) a {
  opacity: 0.7;
}

.breadcrumbs > li:not(:last-child) a:hover {
  opacity: 1;
}

.breadcrumbs > li a:not([href]) {
  opacity: 1;
}

.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: 0px 12px;
}

/* BONUS PAGE */
/* Welcome */
.welcome__wrap-text {
  max-width: 955px;
  margin-right: 180px;
}

.welcome__wrap-text ul li {
  display: inline-block;
  width: auto;
}

/* Promo */
.promo__content h4 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}

.promo__content .bonuses__image {
  right: 0;
}

.promo__content .bonuses__image img {
  max-width: 225px;
}

.promo__content .bonuses__list .list li {
  width: auto;
  display: inline-block;
}

.promo__content .bonuses__list > li:nth-child(5) .list {
  max-width: none;
}

/* Cashback */
.cashback__list {
  max-width: 715px;
  margin-right: auto;
}

.cashback__list ul li {
  width: auto;
  display: inline-block;
}

.cashback__wrap-text {
  max-width: 908px;
  margin-right: 180px;
}
/* Responsibly */
.resp__list li {
  display: inline-block;
  width: auto;
}
/* APP PAGE */
.app .prime__text {
  margin-bottom: 20px;
}

/* Mobile */
.mobile__wrap-text {
  max-width: 800px;
  margin-right: 180px;
}

.mobile__wrap-text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.mobile__wrap-text ul li {
  width: auto;
  display: inline-block;
}

.mobile__wrap-text h4 {
  text-transform: uppercase;
}

/* Features */
.app .bonuses__list > li:nth-child(-n + 4) {
  max-width: 710px;
}

/* Requirement */
.require__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.require__list ul li {
  width: auto;
  display: inline-block;
}

/* Responsible */
.responsible__content .resp__list {
  max-width: 900px;
  margin-right: auto;
}

.responsible__content .download__buttons {
  margin-top: 20px;
  margin-right: auto;
}
@media screen and (min-width: 1580px) {
  .cover {
    padding-left: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-left: calc(50% - ((1580px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-right: calc(50% - ((1580px - 40px) / 2));
  }

  .main {
    padding-left: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-left: calc(50% - ((1580px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-right: calc(50% - ((1580px - 40px) / 2));
  }

  .sidebar {
    left: -webkit-calc(50% - ((1580px - 40px) / 2));
    left: -moz-calc(50% - ((1580px - 40px) / 2));
    left: calc(50% - ((1580px - 40px) / 2));
  }

  .footer {
    padding-left: -webkit-calc(50% - ((1580px - 280px - 280px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 280px - 280px) / 2));
    padding-left: calc(50% - ((1580px - 280px - 280px) / 2));
    padding-right: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-right: calc(50% - ((1580px - 40px) / 2));
  }

  .main__arrowtop {
    right: -webkit-calc(50% - ((1580px - 40px) / 2));
    right: -moz-calc(50% - ((1580px - 40px) / 2));
    right: calc(50% - ((1580px - 40px) / 2));
  }
}

@media screen and (max-width: 1400px) {
  /* Install */
  /* Welcome */
  /* Cashback */
  .install__background img,
  .welcome__background img,
  .cashback__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1300px), screen and (max-width: 1025px) {
  /* FOOTER */
  .footer__payment ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }

  .footer__bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    margin: 20px 0 0 0;
  }

  .footer__mail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 340px;
    -moz-box-flex: 0;
    flex: 0 1 340px;
  }

  .footer__info {
    margin: 0 0 0 20px;
  }

  .footer__text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1280px) {
  /* Upto */
  .upto__content-left .upto__background img {
    -o-object-position: 60%;
    object-position: 60%;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 30%;
    object-position: 30%;
  }
}

@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%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
    margin-left: 0;
  }

  .header__logo {
    margin-left: 0;
  }

  .header__menu {
    margin-left: 30px;
  }

  .sidebar {
    position: static;
    height: auto;
    overflow: visible;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }

  .sidebar__menu,
  .sidebar__buttons {
    display: none;
  }

  .sidebar__wrap {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar__links-button:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .sidebar__links-button.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .sidebar__links-list {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .header__logo {
    margin-right: auto;
  }

  .menu-button {
    display: block;
    background-color: transparent;
    padding: 10px;
    width: 40px;
    height: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    flex: none;
    margin-left: 16px;
  }

  .menu-button svg {
    display: block;
    margin: auto;
  }

  .menu-button svg rect {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #fff;
  }

  .menu-button:hover svg rect {
    fill: #34c759;
  }

  .menu-button.active svg rect:nth-child(1) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .menu-button.active svg rect:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 2);
    -moz-transform: scale(0, 2);
    -o-transform: scale(0, 2);
    transform: scale(0, 2);
  }

  .menu-button.active svg rect:nth-child(3) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: #100724;
    z-index: 100;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
    padding: 25px;
    text-align: center;
  }

  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .header__menu ul li + li {
    margin-left: 0;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 40%;
    object-position: 40%;
  }

  /* Upto */
  .content .upto__wrap {
    margin-left: 0;
    margin-right: 0;
  }

  /* Register */
  .register__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }

  /* Bonuses */
  .bonuses__image {
    right: -60px;
  }

  /* FOOTER */
  .footer__text {
    text-align: center;
  }
}

@media screen and (max-width: 970px) {
  /* Upto */
  .upto__content-center .upto__background img {
    -o-object-position: 5%;
    object-position: 5%;
  }
}

@media screen and (max-width: 850px) {
  .decor {
    padding: 0 80px;
  }

  .decor:before,
  .decor:after {
    width: 70px;
  }

  h2,
  .title.high {
    font-size: 24px;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content {
    padding: 15px;
  }

  .main__arrowtop {
    right: 15px;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 15%;
    object-position: 15%;
  }

  /* Table */
  .table tr {
    padding-left: 12px;
    padding-right: 12px;
  }

  .table tr > * + * {
    padding-left: 8px;
  }

  /* Upto */
  .content.upto__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .upto__content-left .upto__background img {
    -o-object-position: 85%;
    object-position: 85%;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 15%;
    object-position: 15%;
  }

  .upto__title {
    font-size: 30px;
  }

  .upto__title .bottom {
    font-size: 28px;
  }

  /* Reviews */
  .reviews__content ul li:nth-child(3),
  .reviews__content ul li:nth-child(4) {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  /* Rating */
  .rating__table tr {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  /* Download */
  .content.download__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .download__wrap {
    margin-right: 0;
  }

  .download__background img {
    -o-object-position: 20%;
    object-position: 20%;
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  /* Table */
  .table {
    overflow: auto;
  }

  .table table {
    width: 800px;
  }

  /* Intro__table */
  .intro__table td:first-child,
  .intro__table th:first-child {
    max-width: 180px;
  }

  /* Double */
  .double {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .double > * {
    width: 100%;
  }

  .double > *:last-child {
    margin: 20px 0 0 0;
  }

  /* Install */
  .install__wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .install__wrap > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
  }

  .install__background img {
    -o-object-position: 85%;
    object-position: 85%;
  }

  /* List */
  .list ul li {
    background: -webkit-gradient(linear, left top, right top, from(rgba(57, 66, 177, 0.1)), to(rgba(57, 66, 177, 0.95)));
    background: -webkit-linear-gradient(left, rgba(57, 66, 177, 0.1) 0%, rgba(57, 66, 177, 0.95) 100%);
    background: -moz-linear-gradient(left, rgba(57, 66, 177, 0.1) 0%, rgba(57, 66, 177, 0.95) 100%);
    background: -o-linear-gradient(left, rgba(57, 66, 177, 0.1) 0%, rgba(57, 66, 177, 0.95) 100%);
    background: linear-gradient(90deg, rgba(57, 66, 177, 0.1) 0%, rgba(57, 66, 177, 0.95) 100%);
  }

  /* Bonuses */
  .bonuses__image img {
    opacity: 0.7;
  }

  .bonuses__bottom {
    padding-top: 40px;
    margin-bottom: -10px;
  }

  .bonuses__logo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }

  .bonuses__bottom .button {
    margin: 10px;
  }

  /* Upto */
  .upto__title {
    font-size: 28px;
  }

  .upto__title .bottom {
    font-size: 24px;
  }

  /* FOOTER */
  .footer__wrapper {
    padding: 20px 12px;
  }

  .footer__links {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    min-width: 0;
  }

  .footer__links > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
  }

  /* APP */
  /* Mobile */
  .mobile__wrap-text {
    margin-right: 0;
  }

  .app .install__background img {
    opacity: 0.6;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 26px;
  }

  .decor {
    padding: 0 60px;
  }

  .decor:before,
  .decor:after {
    width: 50px;
  }

  h2,
  .title.high {
    font-size: 22px;
  }

  .header > .header__button {
    display: none;
  }

  .header__menu .header__button {
    display: inline-block;
    min-width: 145px;
    margin: 0 5px 20px;
  }

  .main__buttons {
    background: rgba(16, 7, 36, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 8px 16px;
  }

  .main__buttons .button {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    padding: 8px 16px;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    white-space: normal;
  }

  /* Prime */
  .banner__wrap {
    padding: 24px 15px;
  }

  /* Bg-wrap */
  .bg__wrap {
    padding: 10px;
  }

  /* Register */
  .register__wrap {
    margin-right: 0;
  }

  .register__background img {
    -o-object-position: 75%;
    object-position: 75%;
  }

  /* Upto */
  .upto__title {
    font-size: 26px;
  }

  .upto__title .bottom {
    font-size: 22px;
  }

  /* Reviews */
  .reviews__content ul li:nth-child(n) {
    width: 100%;
  }

  .main__arrowtop a {
    bottom: 72px;
  }

  /* FOOTER */
  .footer {
    padding-bottom: 70px;
  }

  /* BONUS */
  /* Welcome */
  .welcome__wrap-text,
  .cashback__wrap-text {
    margin-right: 0;
  }

  .welcome__background img {
    opacity: 0.8;
  }
}

@media screen and (max-width: 550px) {
  /* Intro__compare*/
  .intro__compare > * {
    padding: 15px 10px;
  }

  .intro__compare ul {
    padding-left: 0;
  }

  /* Rating */
  .rating__table tr {
    width: 100%;
  }

  /* FOOTER */
  .bottom__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    margin: 0 0 20px 0;
  }

  .footer__links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 450px) {
  h1,
  .title.general {
    font-size: 24px;
    text-align: center;
  }

  .decor {
    padding: 0 38px;
  }

  .decor:before,
  .decor:after {
    width: 30px;
  }

  h2,
  .title.high {
    margin-left: auto;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  h3,
  .title.middle {
    font-size: 18px;
    padding-left: 8px;
    padding-right: 8px;
  }

  h4,
  .title.mini {
    font-size: 16px;
  }

  .content {
    padding: 10px;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__logo img {
    max-width: 130px;
  }

  .menu-button {
    margin-left: 10px;
  }

  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main__arrowtop {
    right: 10px;
  }

  article > .button,
  .article > .button {
    margin-left: auto;
  }

  /* Prime */
  .prime__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* List */
  .list ul li,
  .list-counter ol li {
    padding-left: 32px;
    padding-right: 8px;
  }

  .list ul li::before,
  .list-counter ol li::before {
    width: 24px;
  }

  /* Intro__compare*/
  .intro__compare ul li {
    padding-left: 24px;
    padding-right: 8px;
  }

  .intro__compare ul li::before {
    left: 4px;
  }

  /* Bonuses */
  /* Vip */
  .bonuses__list > li,
  .vip__list > li {
    padding: 10px;
  }

  /* Reviews */
  .reviews__content ul li {
    padding: 16px 10px;
  }

  /* FAQ */
  .title.faq-item__title {
    padding: 10px 36px 10px 10px;
  }

  .faq-item__title:after {
    top: 10px;
    right: 6px;
  }

  .faq-item__desc {
    padding: 5px 10px;
  }

  /* FOOTER */
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__wrapper {
    padding: 15px 10px;
  }

  .footer__links p {
    font-size: 18px;
  }

  .footer__contacts {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 15px -5px -5px -5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% + 10px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% + 10px);
  }

  .footer__contacts > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    margin: 5px;
  }
}
