@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  background: #030a16;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
}

p {
  margin-top: 16px;
  width: 100%;
}

a:not([href]) {
  cursor: default;
}

a:not([href]):hover {
  text-shadow: none !important;
}

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

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

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

.title {
  margin-bottom: 16px;
}

h1,
.title.general {
  text-align: center;
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 0;
}

.highlight {
  color: #fffc65;
}

h2,
.title.high {
  z-index: 2;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 32px;
  color: #fffc65;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  background: #2341e4;
  padding: 6px 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

h3,
.title.middle {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  background: rgba(15, 44, 161, 0.94);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 5px 20px;
}

h4,
.title.mini {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

/* Article */
article,
.article {
  font-weight: 400;
  font-size: 16px;
  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,
article li a,
.article li a {
  color: #fffc65;
}

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

article > .image,
.article > .image {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

article > .button,
.article > .button {
  margin-right: auto;
}

/* Button */
.button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  background: -webkit-radial-gradient(33.52% -15.63%, 80.45% 122.89%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85%);
  background: -moz-radial-gradient(33.52% -15.63%, 80.45% 122.89%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85%);
  background: -o-radial-gradient(33.52% -15.63%, 80.45% 122.89%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85%);
  background: radial-gradient(80.45% 122.89% at 33.52% -15.63%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85%);
  -webkit-box-shadow: 10px 10px 50px 0 rgba(30, 233, 50, 0.3), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 10px 10px 50px 0 rgba(30, 233, 50, 0.3), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 10px 10px 50px 0 rgba(30, 233, 50, 0.3), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.18;
  color: #fff;
  text-shadow: 0 2px 4px #149a02;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  margin: 16px 0 0;
  height: auto;
  width: auto;
  min-width: 203px;
  min-height: 50px;
  position: relative;
  padding: 14px 16px;
}

.button:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

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

.button img {
  margin-right: 10px;
}

.button span {
  text-align: left;
}

/* Button Inverse */
.button.inverse {
  background: -webkit-radial-gradient(33.52% -15.63%, 177.49% 126.29%, rgb(37, 117, 222) 0%, rgb(34, 27, 232) 85%);
  background: -moz-radial-gradient(33.52% -15.63%, 177.49% 126.29%, rgb(37, 117, 222) 0%, rgb(34, 27, 232) 85%);
  background: -o-radial-gradient(33.52% -15.63%, 177.49% 126.29%, rgb(37, 117, 222) 0%, rgb(34, 27, 232) 85%);
  background: radial-gradient(177.49% 126.29% at 33.52% -15.63%, rgb(37, 117, 222) 0%, rgb(34, 27, 232) 85%);
  -webkit-box-shadow: 10px 20px 80px 0 rgba(30, 64, 233, 0.3), -20px -20px 50px 0 rgba(14, 14, 15, 0.5), -10px -20px 50px 0 rgba(0, 60, 255, 0.2), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 10px 20px 80px 0 rgba(30, 64, 233, 0.3), -20px -20px 50px 0 rgba(14, 14, 15, 0.5), -10px -20px 50px 0 rgba(0, 60, 255, 0.2), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 10px 20px 80px 0 rgba(30, 64, 233, 0.3), -20px -20px 50px 0 rgba(14, 14, 15, 0.5), -10px -20px 50px 0 rgba(0, 60, 255, 0.2), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
}

/* 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: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #09224d;
}

.content .scroll {
  position: absolute;
  width: 0;
  height: 0;
  top: -74px;
  left: 0;
}

.scroll + h2 {
  margin-top: 0;
}

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

.content > *,
.cover > * {
  display: block;
  position: relative;
}

.main__buttons {
  display: none;
}

/* Header */
.header {
  background: #030a16;
  -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: 74px;
  overflow: visible;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo {
  display: inline-block;
}

.header__logo {
  margin-left: 30px;
}

.logo img {
  display: block;
  max-width: 178px;
}

.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 50px;
}

.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-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.header__menu ul a:hover {
  color: #2df151;
}

.header__button {
  min-height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.15;
  margin-top: 0;
}

.header__login {
  min-width: 129px;
  margin-left: 15px;
}

.header__signup {
  min-width: 131px;
  margin-left: 15px;
}

/* Languages */
.header__language {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14286;
  text-transform: uppercase;
  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-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: 4px;
}

/* Main */
.main {
  position: relative;
  padding: 74px 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: 20px;
}

.sidebar__links-main {
  display: none;
}

/* Sidebar */
.sidebar__links-main {
  display: none;
}

.sidebar {
  width: 240px;
  margin-top: 20px;
}

.sidebar__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  padding-bottom: 20px;
  max-height: -webkit-calc(100vh - 74px);
  max-height: -moz-calc(100vh - 74px);
  max-height: calc(100vh - 74px);
  overflow-y: auto;
  z-index: 10;
}

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

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

.sidebar__item {
  position: relative;
  background: #030a16;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.sidebar__menu {
  padding: 20px 12px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 20px;
}

.sidebar__menu li {
  position: relative;
}

.sidebar__menu li + li {
  margin-top: 10px;
}

.sidebar__menu li a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 21px 10px 21px 62px;
}

.sidebar__menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.sidebar__menu li a span:first-of-type {
  position: absolute;
  display: block;
  width: 55px;
  height: 55px;
  top: 4px;
  left: 7px;
}

.sidebar__menu li a img {
  display: block;
  overflow: visible;
  -o-object-fit: cover;
  object-fit: cover;
  width: 93px;
  max-width: 93px;
  margin-left: -20px;
}

.sidebar__links {
  border: 2px solid #4962e9;
  margin-bottom: 20px;
}

.sidebar__links-list {
  padding: 5px 0 10px 0;
}

.sidebar__links-button {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1875;
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  padding: 21px 44px 21px 20px;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  background: #2341e4;
}

.sidebar__links-button:before {
  content: '';
  background: url('../images/icon-arrow-sidebar.svg');
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
  position: absolute;
  top: 23px;
  right: 20px;
  width: 16px;
  height: 16px;
}

.sidebar__links-button:hover {
  text-shadow: 0 0.4px #fff, 0.4px 0 #fff;
}

.sidebar__links-button.active:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.sidebar__links-list li + li {
  margin-top: 5px;
}

.sidebar__links-list a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  color: #fff;
  padding: 8px 20px;
}

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

/* Prime */
.prime {
  min-height: 380px;
  background: #030a16;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.prime__wrap {
  max-width: 440px;
  text-align: center;
  width: 100%;
  padding: 26px 20px;
  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;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  background: rgba(35, 65, 228, 0.8);
  margin-left: 30px;
}

.prime__rating {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  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: 10px;
}

.prime__rating-value {
  margin-left: 16px;
}

.prime__button {
  margin-top: 16px;
}

/* Table */
.table {
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgba(3, 10, 22, 0.4)), to(rgba(3, 10, 22, 0.4))),
    -webkit-gradient(linear, left top, right top, from(rgba(11, 108, 185, 0.6)), to(rgba(11, 108, 185, 0.6)));
  background: -webkit-linear-gradient(left, rgba(3, 10, 22, 0.4), rgba(3, 10, 22, 0.4)), -webkit-linear-gradient(left, rgba(11, 108, 185, 0.6), rgba(11, 108, 185, 0.6));
  background: -moz-linear-gradient(left, rgba(3, 10, 22, 0.4), rgba(3, 10, 22, 0.4)), -moz-linear-gradient(left, rgba(11, 108, 185, 0.6), rgba(11, 108, 185, 0.6));
  background: -o-linear-gradient(left, rgba(3, 10, 22, 0.4), rgba(3, 10, 22, 0.4)), -o-linear-gradient(left, rgba(11, 108, 185, 0.6), rgba(11, 108, 185, 0.6));
  background: -webkit-gradient(linear, left top, right top, from(rgba(3, 10, 22, 0.4)), to(rgba(3, 10, 22, 0.4))),
    -webkit-gradient(linear, left top, right top, from(rgba(11, 108, 185, 0.6)), to(rgba(11, 108, 185, 0.6)));
  background: linear-gradient(90deg, rgba(3, 10, 22, 0.4), rgba(3, 10, 22, 0.4)), linear-gradient(90deg, rgba(11, 108, 185, 0.6), rgba(11, 108, 185, 0.6));
}

.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 thead tr {
  font-weight: 700;
  font-size: 20px;
  min-height: 46px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: #0f2ca1;
}

.table tbody tr + tr {
  border-top: 1px solid #0b295d;
}

table tr > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -moz-box-flex: 1;
  flex: 1 1 0%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.table tr > * + * {
  padding-left: 16px;
}

.table a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.table a:hover {
  color: #fffc65;
}

/* Highlight */
.highlight__table td:first-child,
.highlight__table th:first-child {
  max-width: 243px;
}

/* Compare */
.content.compare__content {
  min-height: 314px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.compare__background img {
  -o-object-position: right;
  object-position: right;
}

.compare__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  max-width: 900px;
  margin: 0 160px 0 20px;
}

.compare__wrapper > * {
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #07335e;
}

.compare__wrapper > *:last-child {
  margin-left: 20px;
}

.compare__heading {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding: 13px 10px 13px 64px;
  min-height: 50px;
  background: #0f2ca1;
}

.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: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 28px;
  height: 28px;
}

.compare__plus p::before {
  background-image: url('../images/icon-plus.svg');
}

.compare__minus p::before {
  background-image: url('../images/icon-minus.svg');
}

.compare__wrapper ul li {
  padding: 8px 20px;
}

.compare__wrapper ul li + li {
  border-top: 1px solid #0b295d;
}

.compare__wrapper ul li::before {
  display: none;
}

/* Upto */
.content.upto__content {
  min-height: 340px;
  background: #030a16;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.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;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 26px 32px;
  max-width: 512px;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  background: rgba(35, 65, 228, 0.8);
}

.wolf .upto__wrap {
  max-width: 598px;
}

.man .upto__wrap {
  max-width: 621px;
}

.upto__content-left .upto__wrap {
  margin-left: 30px;
}

.upto__content-right .upto__wrap {
  margin-right: 30px;
}

.upto__title {
  text-align: center;
  font-weight: 900;
  font-size: 44px;
  text-transform: initial;
  color: #fffc65;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.upto__title::before {
  display: none;
}

.upto__text {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.19;
  margin-top: 12px;
}

.upto__text p + p {
  margin: top 12px;
}

.upto__button {
  margin-top: 20px;
}

/* List */
/* List-counter  */
.list,
.list-counter {
  width: 100%;
}

.list ul li,
.list-counter ol li {
  background: #07335e;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 13px 20px 13px 70px;
}

.list ul > * + *,
.list-counter ol > * + * {
  margin-top: 10px;
}

.list ul li::before,
.list-counter ol li::before {
  top: 0;
  left: 0;
  background-color: #c477ff;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 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;
  text-shadow: none;
  height: 100%;
  width: 50px;
  padding: 5px;
  text-align: center;
}

.list ul li::before {
  content: url('../images/icon-list.svg');
  padding-left: 11px;
  padding-top: 8px;
}

/* List-counter  */
.list-counter ol li::before {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.2;
  content: counter(ol);
  color: #fff;
}

/* Registration */
.register__wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.register__text,
.register__list {
  width: -webkit-calc(100% - 277px - 20px);
  width: -moz-calc(100% - 277px - 20px);
  width: calc(100% - 277px - 20px);
}

.register__text {
  margin-top: 16px;
}

.register__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.register__image img {
  max-width: 277px;
}

/* Frame */
.frame {
  position: relative;
  width: 100%;
  border: 2px solid #c477ff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  padding: 16px;
}

.frame > * {
  position: relative;
}

.frame > * + * {
  margin-top: 16px;
}

/* Frame-bg */
.frame-bg {
  background: #061837;
}

/* Install */
.install__content {
  border: 2px solid #c477ff;
}

.install__content .download__button {
  margin: 16px auto 0 0;
}

/* Download */
.content.download__content {
  min-height: 340px;
  background: #030a16;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
}

.download__content > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
}

.download__image {
  margin-right: 91px;
}

.download__image img {
  max-width: 316px;
}

.download__buttons {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: -10px 60px -10px -10px;
}

.download__button {
  display: block;
  padding: 12px 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  white-space: normal;
  text-align: center;
  min-width: 255px;
  max-width: 255px;
  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;
  text-shadow: none;
  margin: 10px;
}

.download__button > span {
  text-align: center;
  min-width: 144px;
}

.download__button span span {
  display: inline-block;
}

.button.download__button-ios {
  -webkit-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
}

/* Bonuses */
.bonuses__list {
  width: 100%;
}

.bonuses__list ul {
  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;
}

.bonuses__list ul li {
  position: relative;
  overflow: hidden;
  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;
  background: #061837;
  border: 2px solid #c777ff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 24px;
  margin: 10px;
}

.bonuses__list ul li:nth-child(-n + 2) {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}

.bonuses__list ul li:nth-child(n + 3) {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
}

.bonuses__content .bonuses__list ul li::before,
.tournament__content .bonuses__list ul li::before {
  display: none;
}

.bonus__bottom {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  position: relative;
  text-align: center;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: 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;
  padding-top: 24px;
}

.bonus__image {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.bonus__title {
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  background: #0f2ca1;
  padding: 12px 8px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.bonus__text {
  margin: 24px 0;
}

.bonus__bottom > .bonus__button {
  color: #fff;
  margin-top: auto;
}

.bonus__bottom > .bonus__button:hover {
  text-shadow: none;
}

.bonus__logo {
  margin-top: -12px;
  margin-bottom: 16px;
}

.bonus__logo img {
  max-width: 213px;
}

/* Tournament */
.tournament__content .bonus__text {
  margin-bottom: 0;
}

.tournament__content .bonus__bottom {
  padding-top: 10px;
}

/* Games */
.games__table tr > *:nth-child(1) {
  max-width: 160px;
}

.games__table tr > *:nth-child(2) {
  min-width: 40%;
}

.games__table tr > *:nth-child(3) {
  max-width: 300px;
}

/* Live */
.live__wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.live__item {
  width: -webkit-calc((100% - 8px) / 2);
  width: -moz-calc((100% - 8px) / 2);
  width: calc((100% - 8px) / 2);
}

.live__item:last-child {
  margin-left: 8px;
}

/* FAQ */
.faq__list {
  margin-top: 20px;
}

.faq__list li {
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.faq__list li + li {
  margin-top: 20px;
}

.faq-item__title {
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #0f2ca1;
  padding: 15px 47px 15px 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: 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;
  z-index: 2;
  top: 13px;
  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__title:hover {
  text-shadow: 0 0.4px #fff, 0.4px 0 #fff;
}

.faq-item__desc {
  position: relative;
  padding: 16px 20px;
  background: #0b295d;
}

.faq__item.active .faq-item__title:after {
  background: url('../images/icon-faq-active.svg');
}

/* 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;
  margin: 10px -10px -10px -10px;
}

.reviews__content ul li {
  padding: 0;
  border: 2px solid #c477ff;
  background: #0b295d;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  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: 10px;
}

.reviews__content ul li > * {
  position: relative;
}

.reviews__content ul li::before {
  display: none;
}

.review__title {
  padding: 15px 20px;
  background: #0f2ca1;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.review__name {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 180px;
  -moz-box-flex: 0;
  flex: 0 1 180px;
  min-width: 180px;
  padding-right: 8px;
}

.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;
}

.review__rating-value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35px;
  -moz-box-flex: 0;
  flex: 0 0 35px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  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;
}

.review__images {
  min-width: 0;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 146px;
  -moz-box-flex: 0;
  flex: 0 1 146px;
  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-left: 5px;
}

.review__images img {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 26px;
  -moz-box-flex: 1;
  flex: 1 1 26px;
}

.review__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  padding: 20px;
  margin-top: 0;
}

/* Rating */
.rating__table {
  border: 2px solid #c477ff;
}

.rating__table tbody tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.rating__table tr > td + td {
  padding-left: 16px;
  border-left: 1px solid rgba(196, 119, 255, 0.2);
}

.rating__table tbody tr + tr {
  border-top: 1px solid rgba(196, 119, 255, 0.2);
}

.rating__table tr td:nth-child(1) {
  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: 700;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}

.rating__table tr td:nth-child(2) {
  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;
  padding-right: 16px;
}

.rating__table tr td:nth-child(2) span {
  display: block;
  width: 100%;
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  border-radius: 600px;
  background: #e5e8ed;
  height: 14px;
}

.rating__table tr td:nth-child(2) span span {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#f5af19), to(#ce2d1b));
  background: -webkit-linear-gradient(left, #f5af19 0%, #ce2d1b 100%);
  background: -moz-linear-gradient(left, #f5af19 0%, #ce2d1b 100%);
  background: -o-linear-gradient(left, #f5af19 0%, #ce2d1b 100%);
  background: linear-gradient(90deg, #f5af19 0%, #ce2d1b 100%);
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  border-radius: 600px;
  height: 100%;
}

.rating__value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -moz-box-flex: 0;
  flex: 0 0 30px;
  margin-left: 6px;
}

/* Conclusion */
.content.conclusion__content {
  border: 2px solid #c477ff;
  background: #030a16;
}

.conclusion__wrap {
  max-width: 896px;
  margin-right: 270px;
  margin-top: 0;
}

.content.conclusion__content-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}

.content.conclusion__content-right .conclusion__wrap {
  margin-right: 0;
  margin-left: 270px;
}

/* Arrow-top */
.main__top {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -100;
}

.main__arrowtop {
  position: absolute;
  right: 20px;
  bottom: -60px;
  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: 40px;
  height: 40px;
}

.main__arrowtop a img {
  max-width: 40px;
}

.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: 80px;
  padding: 0 20px 40px 20px;
}

.footer__countries {
  width: 100%;
  margin-bottom: 30px;
}

.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: 10px;
}

.footer__countries li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 12px;
  background: #111622;
  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: #09224d;
}

.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__links {
  width: 100%;
  padding: 30px;
  background: #111622;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  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;
  margin: 0px -50px;
}

.footer__links > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 190px;
  -moz-box-flex: 0;
  flex: 0 0 190px;
  margin: 0px 50px;
}

.footer__links p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}

.footer__links ul li {
  padding-left: 6px;
}

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

.footer__links ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #bcbcbc;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  word-break: break-word;
  overflow-wrap: break-word;
}

.footer__links ul li a::before {
  content: '•';
  color: inherit;
  font: inherit;
  display: inline-block;
  margin-right: 4px;
  margin-top: -2px;
  vertical-align: middle;
}

.footer__links ul li a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #fff;
}

.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;
}

.footer__info-text {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.footer__info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.43);
}

.info__image {
  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;
}

.info__image + .info__image {
  margin-left: 20px;
}

.info__image-plus {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -moz-box-flex: 0;
  flex: 0 0 80px;
}

.info__image-plus img {
  max-width: 80px;
}

.info__image-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 141px;
  -moz-box-flex: 0;
  flex: 0 0 141px;
}

.info__image-icon img {
  max-width: 141px;
}

.footer__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin: 30px auto 0 auto;
}

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

.breadcrumbs li {
  display: inline-block;
}

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

.breadcrumbs > li:not(:last-child) a {
  font-weight: 500;
}

.breadcrumbs > li:not(:last-child) a:hover {
  text-shadow: 0 0.4px #fff, 0.4px 0 #fff;
}

.breadcrumbs > li a:not([href]) {
  font-weight: 700;
}

.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 16px;
}

/* BONUS PAGE */
/* Prime */
.bonus .prime__wrap {
  max-width: 670px;
}

/* Upto */
.bonus .upto__content-center .upto__wrap {
  max-width: 421px;
}

/* Bg-wrapper */
.bg__wrapper {
  width: 100%;
  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;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  min-height: 340px;
  padding: 20px;
}

.bg__wrapper-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.bg__wrapper-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.bg__wrapper-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.bg__wrapper-right .list-counter {
  max-width: 974px;
  margin-left: 200px;
}

.bg__wrapper-left .list-counter {
  max-width: 974px;
  margin-right: 200px;
}

/* Benefits */
.benefits__list {
  width: 100%;
}

.benefits__list ul {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.benefits__list ul li {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  background: #061837;
  border: 2px solid #c777ff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 24px;
  margin: 10px;
}

.benefits__list ul li::before {
  display: none;
}

.benefits__text {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 24px;
}

/* Cashback */
.cashback__wrapper .list-counter {
  max-width: 600px;
}

/* Join */
.content.join__content {
  border: 2px solid #c477ff;
}

/* APP PAGE */
.app .prime__wrap {
  max-width: 578px;
}

/* Mobile */
.app .download__button {
  margin: 16px auto 0 0;
}

.app .background + .list-counter {
  margin-top: 0;
}

/* Features */
.features__wrapper {
  width: 100%;
}

.features__wrapper ul {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.features__wrapper ul li {
  background: #061837;
  border: 2px solid #c777ff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  padding: 24px;
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  text-align: center;
  margin: 10px;
}

.features__wrapper ul li::before {
  display: none;
}

.features__wrapper ul li:nth-child(3) {
  width: 100%;
  min-height: 350px;
  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;
}

.features__image img {
  max-width: 282px;
}

.features__text {
  padding-top: 24px;
}

.features__text > * + * {
  margin-top: 10px;
}

.features__wrapper ul li .button {
  color: #fff;
}

.features__wrapper ul li .button:hover {
  color: #fff;
  text-shadow: none;
}

/* App__content */
.content.app__content {
  min-height: 340px;
  background: none;
  -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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.content.app__content .download__button {
  margin: 10px;
}

.app__content .download__buttons {
  margin: -10px;
}
@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 - 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__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) {
  /* Prime */
  .app .prime__background img {
    -o-object-position: 78%;
    object-position: 78%;
  }

  /* Conclusion */
  .conclusion__background img {
    -o-object-position: 75%;
    object-position: 75%;
  }

  .conclusion__content-right .conclusion__background img {
    -o-object-position: 25%;
    object-position: 25%;
    opacity: 0.6;
  }

  /* Bb-wrapper */
  .bg__wrapper-right .background img {
    -o-object-position: 5%;
    object-position: 5%;
  }
}

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

  .main {
    padding-left: 20px;
    padding-right: 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 {
    display: none;
  }

  .sidebar__links-main {
    display: block;
  }

  .sidebar__links {
    margin-top: 20px;
    background: #030a16;
    -webkit-box-shadow: 0 0 15px rgba(9, 34, 77, 1);
    -moz-box-shadow: 0 0 15px rgba(9, 34, 77, 1);
    box-shadow: 0 0 15px rgba(9, 34, 77, 1);
  }

  .sidebar__links-button:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  .sidebar__links-button.active:before {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .sidebar__links-list {
    display: none;
  }

  /* FOOTER */
  .footer__links {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-left: -5px;
    margin-right: -5px;
  }

  .footer__links > * {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@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: #169000;
  }

  .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: #030a16;
    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;
    background: none;
  }

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

  /* FOOTER */
  .footer__links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Compare */
  .compare__wrapper {
    margin: 0;
  }

  /* Upto */
  .bonus .upto__content-center .upto__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  /* Download */
  .download__buttons {
    margin-right: 0px;
  }

  .download__image {
    margin-right: 20px;
  }

  /* Bonuses */
  .bonuses__list ul li {
    padding: 12px;
  }

  /* Games */
  .games__table tr > *:nth-child(1) {
    max-width: 120px;
  }

  .games__table tr > *:nth-child(3) {
    max-width: 220px;
  }

  /* Conclusion */
  .conclusion__background img {
    -o-object-position: 85%;
    object-position: 85%;
  }

  .conclusion__content-right .conclusion__background img {
    -o-object-position: 15%;
    object-position: 15%;
  }

  /*  Benefits*/
  .benefits__list ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Features */
  .features__wrapper ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 850px) {
  h1,
  .title.general {
    font-size: 42px;
  }

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

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

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

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

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

  .content {
    padding: 15px;
  }

  /* Prime */
  .prime__wrap {
    margin-left: 0;
  }

  /* Table */
  .table tr {
    padding-left: 12px;
    padding-right: 12px;
  }

  .table tr > * + * {
    padding-left: 8px;
  }

  /* Upto */
  .upto__content-left .upto__background img {
    -o-object-position: 76%;
    object-position: 76%;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 25%;
    object-position: 25%;
  }

  .upto__content-center .upto__background img {
    -o-object-position: 20%;
    object-position: 20%;
  }

  .content .upto__wrap {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Regisration */
  .register__list,
  .register__text {
    width: 100%;
  }

  .register__text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }

  .register__image {
    position: static;
    margin: 20px auto 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }

  /* Download */
  .content.download__content {
    -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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
  }

  .download__background img {
    -o-object-position: 20%;
    object-position: 20%;
    opacity: 0.7;
  }

  .download__image {
    margin-bottom: 20px;
  }

  .download__buttons {
    margin-right: 30px;
  }

  /* Bonuses */
  .bonuses__list ul li:nth-child(n + 3) {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  .bonus__title {
    font-size: 20px;
  }

  /* FOOTER */
  .footer__links {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .footer__links p {
    margin-bottom: 10px;
  }

  /* BONUS */
  /* Bg-wrapper */
  .bg__wrapper {
    padding: 15px;
  }

  /* Cashback */
  .cashback__wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
  }

  .cashback__background img {
    -o-object-position: 20%;
    object-position: 20%;
  }

  .cashback__wrapper .list-counter {
    margin-left: 100px;
  }

  /* APP */
  .app__background img {
    -o-object-position: 20%;
    object-position: 20%;
    opacity: 0.8;
  }

  .content.app__content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
  }

  .app__content .download__buttons {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  /* Compare */
  .compare__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .compare__wrapper > * {
    width: 100%;
  }

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

  /* Upto */
  .upto__title {
    font-size: 38px;
  }

  .upto__text {
    font-size: 26px;
  }

  /* Slots Table */
  /* Games Table */
  .table.slots__table,
  .table.games__table {
    overflow: auto;
  }

  .table.slots__table table,
  .table.games__table table {
    width: 800px;
  }

  .slots__table tr > *:nth-child(1) {
    min-width: 160px;
  }

  /* Live */
  .live__wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .live__item {
    width: 100%;
  }

  .live__item:last-child {
    margin: 10px 0 0 0;
  }

  /* Reviews */
  .reviews__content ul li {
    width: 100%;
  }

  /* Table */
  .table.rating__table {
    overflow: auto;
  }

  .table.table.rating__table table {
    width: 800px;
  }

  /* Conclusion */
  .conclusion__background img {
    opacity: 0.4;
  }

  .conclusion__wrap {
    margin-right: 0;
  }

  .conclusion__content-right .conclusion__background {
    opacity: 0.5;
  }

  .conclusion__content-right .conclusion__background img {
    -o-object-position: left;
    object-position: left;
    opacity: 0.5;
  }

  .content.conclusion__content-right .conclusion__wrap {
    margin-left: 0;
  }

  /* BONUS */
  .bg__wrapper-right .list-counter {
    margin-left: 0;
  }

  .bg__wrapper-left .list-counter {
    margin-right: 0;
  }

  /*  Benefits*/
  .benefits__list ul li {
    width: 100%;
  }

  /* APP */
  /* Features */
  .features__wrapper ul li {
    width: 100%;
  }
}

@media screen and (max-width: 670px) {
  /* FOOTER */
  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
  }

  /* VIP table */
  .table.vip__table table {
    width: 550px;
  }

  .vip__table tr > *:first-child {
    max-width: 180px;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 38px;
  }

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

  /* HEADER */
  .header > .header__button {
    display: none;
  }

  .header__menu .header__button {
    display: inline-block;
    margin: 0 5px 20px;
  }

  .main__buttons {
    background: rgba(3, 10, 22, 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: 12px;
  }

  .main__buttons .button {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    min-width: 0;
  }

  /* Prime */
  .prime {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .prime__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }

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

  /* Table */
  .table {
    overflow: auto;
  }

  .table table {
    width: 680px;
  }

  /* VIP */
  .table.vip__table table {
    width: 100%;
  }

  /* Highlight */
  .highlight__table td:first-child,
  .highlight__table th:first-child {
    max-width: 180px;
  }

  /* Upto */
  .content.upto__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .upto__content-center .upto__background img {
    -o-object-position: 15%;
    object-position: 15%;
  }

  /* Download */
  .content.download__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .download__image {
    margin-right: 0;
  }

  .download__buttons {
    margin-right: -10px;
  }

  /* Bonuses */
  .bonuses__list ul li:nth-child(n) {
    width: 100%;
  }

  .bonus__image {
    height: 250px;
  }

  .bonus__image img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .main__arrowtop a {
    bottom: 72px;
  }

  /* FOOTER */
  .footer {
    padding-bottom: 70px;
  }

  .footer__info {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__info-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
    margin: 20px 0 0 0;
  }

  .footer__info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }

  .info__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 550px) {
  /* Cashback */
  .cashback__wrapper .list-counter {
    margin-left: 0;
  }

  /* APP */
  /* App */
  .content.app__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }

  .app__content .download__buttons {
    margin-right: -10px;
  }
}

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

  h2,
  .title.high {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }

  h3,
  .title.middle {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__logo img {
    max-width: 130px;
  }

  .menu-button {
    margin-left: 10px;
  }

  .content {
    padding: 15px 10px;
  }

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

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

  article > .button,
  .article > .button {
    margin-left: auto;
  }

  /* Prime */
  .prime__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }

  /* Compare */
  .compare__heading {
    padding-left: 48px;
  }

  .compare__heading::before {
    left: 10px;
  }

  .compare__wrapper ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Upto */
  .upto__title {
    font-size: 28px;
  }

  .upto__text {
    font-size: 22px;
  }

  /* List */
  .list ul li,
  .list-counter ol li {
    padding-left: 50px;
    padding-right: 8px;
  }

  .list ul li::before,
  .list-counter ol li::before {
    width: 42px;
    padding: 6px;
  }

  /* List-counter  */
  .list-counter ol li::before {
    font-size: 28px;
  }

  /* Install */
  .install__content .download__button {
    margin-left: auto;
  }

  /* Download */
  .download__image img {
    max-width: 270px;
  }

  /* Bonuses */
  .bonus__image {
    height: 180px;
  }

  .bonus__title {
    font-size: 18px;
  }

  /* Review */
  .review__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding: 10px;
  }

  .review__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
  }

  .review__rating {
    margin-top: 6px;
    margin-right: auto;
  }

  /* FAQ */
  .faq-item__title,
  .title.mini {
    padding: 10px 34px 10px 10px;
  }

  .faq-item__title:after {
    right: 8px;
    top: 8px;
  }

  .faq-item__desc {
    padding: 5px 10px 10px 10px;
  }

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

  /* BONUS */
  /* Frame */
  .frame {
    padding: 10px;
  }

  /* Bg-wrapper */
  .bg__wrapper {
    padding: 10px;
  }

  /* APP */
  .features__image img {
    max-width: 250px;
  }

  /* App */
  .app .download__button {
    margin-left: auto;
  }

  /* Conclusion */
  .conclusion__content .button {
    margin-left: auto;
    margin-right: auto;
  }
}
