@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;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: #fff;
  text-align: left;
  position: relative;
  width: 100%;
}

.title {
  margin-bottom: 16px;
}

h1,
.title.general {
  text-align: center;
  font-size: 34px;
  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;
}

h2,
.title.high {
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, color-stop(39.9%, #302799), to(#211862));
  background: -webkit-linear-gradient(left, #302799 39.9%, #211862 100%);
  background: -moz-linear-gradient(left, #302799 39.9%, #211862 100%);
  background: -o-linear-gradient(left, #302799 39.9%, #211862 100%);
  background: linear-gradient(90deg, #302799 39.9%, #211862 100%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}

h3,
.title.middle {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
}

h4,
.title.mini {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5;
  text-transform: initial;
}

/* 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,
.article li a {
  color: #18c214;
}

article p a:hover,
.article p a:hover,
.article li a:hover {
  text-shadow: 0 0.4px #18c214, 0.4px 0 #18c214;
}

article .button,
.article .button {
  margin-right: auto;
}

/* Button */
.button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #34c759;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  margin: 16px 0 0;
  height: auto;
  width: auto;
  min-width: 127px;
  min-height: 47px;
  position: relative;
  padding: 12px 20px;
}

.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(45, 241, 81, 0.9);
  -moz-box-shadow: 0 0 20px 0 rgba(45, 241, 81, 0.9);
  box-shadow: 0 0 20px 0 rgba(45, 241, 81, 0.9);
}

.button img,
.button span {
  display: inline-block;
  vertical-align: middle;
}

.button img {
  margin-right: 16px;
}

.button span {
  text-align: left;
}

/* Big button */
.big {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 19px 16px;
  min-width: 200px;
  min-height: 70px;
  font-weight: 600;
  font-size: 21px;
  text-transform: capitalize;
}

/* Button Inverse */
.button.inverse {
  background: -webkit-linear-gradient(275deg, #392b6b 0%, #3942b1 100%), -webkit-linear-gradient(bottom, #9f2fff 0%, #0bb1d3 100%);
  background: -moz-linear-gradient(275deg, #392b6b 0%, #3942b1 100%), -moz-linear-gradient(bottom, #9f2fff 0%, #0bb1d3 100%);
  background: -o-linear-gradient(275deg, #392b6b 0%, #3942b1 100%), -o-linear-gradient(bottom, #9f2fff 0%, #0bb1d3 100%);
  background: linear-gradient(175deg, #392b6b 0%, #3942b1 100%), linear-gradient(0deg, #9f2fff 0%, #0bb1d3 100%);
}

/* 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: rgba(50, 41, 159, 0.5);
}

.content .scroll {
  position: absolute;
  width: 0;
  height: 0;
  top: -74px;
  left: 0;
}

.scroll + h2,
.content .background + h2,
.scroll + .double {
  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: 61px;
  overflow: visible;
  padding-top: 8px;
  padding-bottom: 8px;
}

.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;
  opacity: 0.5;
  color: #fff;
}

.header__menu ul a:hover {
  opacity: 1;
}

.header__button {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 8px 16px;
  min-height: 40px;
  min-width: 100px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-top: 0;
}

.header__login {
  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%);
  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;
  min-width: 100px;
  background: #16225a;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  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;
  padding: 10px 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: auto;
}

.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: 9px;
}

/* Main */
.main {
  position: relative;
  padding: 61px 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: 61px;
  left: 20px;
  height: -webkit-calc(100vh - 61px);
  height: -moz-calc(100vh - 61px);
  height: calc(100vh - 61px);
  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: 14px;
  color: #b8a3e4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 9px 36px 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);
  right: 20px;
}

.sidebar__links {
  padding: 0 12px;
}

.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: 8px 22px 8px 0px;
}

.sidebar__links-button:before {
  content: '';
  background: url('../images/icon-arrow-nav.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: 16.5px;
  right: 0px;
  width: 11px;
  height: 11px;
}

.sidebar__links-button:hover {
  text-shadow: 0 0.4px #fff, 0.4px 0 #fff;
}

.sidebar__links-button.active:before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.sidebar__links-list {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(184, 163, 228, 0.4);
}

.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;
}

.sidebar__links-list a::before {
  content: '•';
  position: absolute;
  color: inherit;
  font: inherit;
  left: 8px;
  top: 0px;
}

.sidebar__links-list a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #fff;
}

/* Prime */
.prime {
  min-height: 461px;
  background: #100724;
  -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;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-top: 16px;
}

.banner__wrap {
  max-width: 675px;
  width: 100%;
  padding: 32px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(48, 39, 151, 0.6);
  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 {
  position: relative;
  width: 100%;
  max-width: 587px;
  background: rgba(26, 27, 106, 0.7);
  padding: 80px 16px 20px 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  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;
  margin-left: 74px;
  margin-top: 52px;
}

.wrap__image {
  position: absolute;
  top: -51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wrap__image img {
  max-width: 122px;
}

.prime__rating {
  font-weight: 600;
  font-size: 16px;
  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-bottom: 10px;
}

.prime__rating-value {
  margin-left: 18px;
}

.prime__text {
  position: relative;
  margin-top: 16px;
}

.prime__button {
  margin-top: 44px;
}

/* Table */
.table {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  overflow: hidden;
}

.table tr {
  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;
  padding: 12px 20px;
}

.table thead tr {
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid #fff;
}

.table tbody tr + tr {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

table tr > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -moz-box-flex: 1;
  flex: 1 1 0%;
}

.table tr > * + * {
  padding-left: 16px;
}

/* Intro */
.intro__table td:first-child,
.intro__table th:first-child {
  max-width: 245px;
}

/* Double */
.double {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.double > * {
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}

.double > *:last-child {
  margin-left: 20px;
}

.double__item > * + * {
  margin-top: 16px;
}

/* Intro__compare*/
.intro__compare > * {
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 20px;
}

.compare__heading {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.65;
  text-transform: uppercase;
  padding: 3px 10px 20px 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.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: -webkit-gradient(linear, left bottom, left top, from(#9f2fff), to(#0bb1d3));
  background: -webkit-linear-gradient(bottom, #9f2fff 0%, #0bb1d3 100%);
  background: -moz-linear-gradient(bottom, #9f2fff 0%, #0bb1d3 100%);
  background: -o-linear-gradient(bottom, #9f2fff 0%, #0bb1d3 100%);
  background: linear-gradient(0deg, #9f2fff 0%, #0bb1d3 100%);
  -webkit-box-shadow: 0 1px 4px 0 #372d82;
  -moz-box-shadow: 0 1px 4px 0 #372d82;
  box-shadow: 0 1px 4px 0 #372d82;
  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-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.upto__wrap {
  position: relative;
  color: #fff;
  margin-right: 72px;
}

.upto__title {
  color: #ffd169;
  text-transform: initial;
  padding: 0;
  background: none;
}

.upto__title .bottom {
  color: #fff;
  text-transform: uppercase;
  font-size: 31px;
  margin-top: 6px;
}

.upto__button {
  margin-top: 50px;
}

/* List-counter  */
.list-counter ol li {
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  text-shadow: 0 3px 2px 0 rgba(29, 0, 98, 0.25);
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 10px 13px 60px;
}

.list-counter ol li + li {
  margin-top: 20px;
}

.list-counter ol li::before {
  background: #fff;
  border-right: 1px solid #31289b;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #31289b;
  text-align: center;
  text-shadow: none;
  height: 100%;
  padding: 14px;
}

/* Registration__content */
.register__text {
  width: -webkit-calc(60% - 20px);
  width: -moz-calc(60% - 20px);
  width: calc(60% - 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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  padding-left: 0;
}

.register__image {
  width: 40%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

/* Download__content */
.content.download__content {
  min-height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -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__buttons {
  position: relative;
  z-index: 1;
  width: auto;
  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 149px -10px -10px;
}

.download__button {
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 12px 24px;
  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;
  -webkit-box-shadow: 0 4px 30px 0 #091d82;
  -moz-box-shadow: 0 4px 30px 0 #091d82;
  box-shadow: 0 4px 30px 0 #091d82;
}

.download__buttons .download__button {
  margin: 10px;
}

.download__button span {
  text-align: center;
}

.download__button:first-child span {
  min-width: 128px;
}

/* Bonuses */
.bonuses__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;
}

.bonuses__content > ul > li {
  position: relative;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 12px;
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  margin: 10px;
}

.bonuses__content > ul > li::before {
  display: none;
}

.bonuses__content > ul > li > * + * {
  margin-top: 16px;
}

.bonuses__title {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 16px;
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  color: #302799;
}

/* Upto */
.upto__buttons {
  position: relative;
  z-index: 1;
  width: auto;
  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: 46px -4px -4px -4px;
}

.upto__buttons .upto__button {
  margin: 4px;
}

.upto__button-details {
  background: rgba(255, 255, 255, 0.39);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.upto__button-details:hover {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.upto__button-details img {
  max-width: 24px;
  margin: 0 0 0 10px;
}

/* Slots */
.slots__table tr > th + th,
.slots__table tr > td + td {
  padding-left: 16px;
}

.slots__table tr th {
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}

.slots__table tr td {
  font-weight: 300;
  line-height: 1.35;
}

.slots__table tr > *:last-child {
  min-width: 300px;
}

.slots__table tr > *:first-child {
  min-width: 180px;
}

/* Live */
.live__table tr > *:first-child {
  max-width: 180px;
}

/* List */
.list,
.list-counter {
  width: 100%;
}

.list ul li {
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  text-shadow: 0 3px 2px rgba(29, 0, 98, 0.25);
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 10px 13px 60px;
}

.list ul li + li {
  margin-top: 20px;
}

.list ul li::before {
  font-size: 24px;
  color: #31289b;
  left: 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;
  background: #fff;
  border-right: 1px solid #31289b;
  text-shadow: none;
  height: 100%;
  width: 40px;
}

/* License__content */
.content.license__content {
  padding: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* left__text */
.left__text {
  padding: 20px 0 20px 20px;
}

.left__text > * + * {
  margin-top: 20px;
}

.right__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

/* Deposites */
.deposites__wrapper {
  position: relative;
  width: 100%;
  min-height: 284px;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.deposites__content ul {
  max-width: 500px;
}

.deposites__content ul li {
  min-height: 68px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 20px;
  background: rgba(48, 39, 153, 0.7);
  font-weight: 600;
  line-height: 1.65;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.deposites__content ul li + li {
  margin-top: 20px;
}

.deposites__content ul li::before,
.deposites__content ul li::after {
  content: '';
  position: static;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
  -moz-box-flex: 0;
  flex: 0 0 45px;
  display: block;
  width: 45px;
  height: 44px;
  background-image: url(../images/icon-deposites.webp);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.deposites__content ul li::before {
  margin-right: 8px;
}

.deposites__content ul li::after {
  margin-left: 8px;
}

/* 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: 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);
  border: 1px solid #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 20px;
  margin: 10px;
}

.reviews__content ul li::before {
  display: none;
}

.review__name {
  font-weight: 700;
  font-size: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 16px;
  background: #fff;
  color: #302799;
}

.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: 16px;
}

.review__rating-value {
  font-weight: 600;
  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: 0 5px;
}

.review__rating img {
  max-width: 30px;
}

/* FAQ */
.faq__list {
  margin-top: 20px;
}

.faq__list li {
  position: relative;
  border: 1px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.faq__list li + li {
  margin-top: 16px;
}

.title.faq-item__title {
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  padding: 12px 54px 12px 16px;
  -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 no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 7px;
  right: 16px;
  width: 32px;
  height: 33px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.title.faq-item__title:hover {
  text-shadow: 0 0.4px #fff, 0.4px 0 #fff;
}

.faq-item__desc {
  position: relative;
  padding: 12px 16px;
  border-top: 1px solid #fff;
}

.faq__item.active .faq-item__title:after {
  background: url('../images/icon-faq-active.svg');
}

/* Rating */
.rating__table thead tr {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}

.rating__table tbody tr {
  line-height: 1.35;
  padding-top: 0;
  padding-bottom: 0;
}

.rating__table tbody tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.rating__table tr > td + td {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.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;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}

.rating__table tr td:nth-child(2) > img {
  display: block;
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 34px;
  -moz-box-flex: 0;
  flex: 0 1 34px;
  margin-right: 6px;
}

/* Expert */
.expert__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.expert__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 138px;
  -moz-box-flex: 0;
  flex: 0 0 138px;
  -webkit-border-radius: 72px;
  -moz-border-radius: 72px;
  border-radius: 72px;
  overflow: hidden;
  margin-right: 16px;
}

.expert__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 -webkit-calc(100% - 138px - 16px);
  -moz-box-flex: 1;
  flex: 1 1 calc(100% - 138px - 16px);
}

.expert__name {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

/* Arrow-top */
.main__top {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -100;
}

.main__arrowtop {
  position: absolute;
  right: 20px;
  bottom: -40px;
  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;
  margin-bottom: 20px;
  padding: 0 30px 0 290px;
}

.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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  margin-bottom: 16px;
}

.footer__links p img {
  margin-right: 10px;
  margin-top: 8px;
}

.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 {
  display: inline-block;
  text-align: center;
  width: auto;
  margin-bottom: 10px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs > li a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.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 8px;
}

/* BONUS PAGE */
/* Welcome */
.welcome__image {
  width: 32%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.welcome__text {
  width: -webkit-calc(68% - 20px);
  width: -moz-calc(68% - 20px);
  width: calc(68% - 20px);
  padding-left: 0;
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  padding: 0;
}

/* Vip */
.vip__table thead tr {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  text-transform: uppercase;
}

.vip__table tbody tr {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.35;
}

.vip__table tr > *:nth-child(1) {
  max-width: 81px;
}

.vip__table tr > *:nth-child(2) {
  max-width: 121px;
}

/* Responsibly__content */
.content.responsibly__content {
  padding: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* APP PAGE */
/* Benefits */
.benefits__content .list {
  margin-top: auto;
  margin-bottom: auto;
}

.benefits__text {
  width: -webkit-calc(60% - 20px);
  width: -moz-calc(60% - 20px);
  width: calc(60% - 20px);
}

.benefits__image {
  width: 40%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
