@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3c2a5c;
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #d7d7de;
  background-image: url(../images/body-bg.svg);
  background-position: top left;
  background-repeat: repeat;
  -webkit-background-size: 424px 238px;
  -moz-background-size: 424px 238px;
  background-size: 424px 238px;
}

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;
  text-align: left;
  position: relative;
  width: 100%;
}

.title {
  margin-bottom: 16px;
}

h1,
.title.general {
  font-size: 36px;
  color: #fff;
  margin-bottom: 0;
}

h2,
.title.high {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #3c2a5c;
  background: #eeeef8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 6px 14px;
}

h3,
.title.middle {
  font-size: 20px;
  text-transform: uppercase;
  color: #3c2a5c;
}

h4,
.title.mini {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #3c2a5c;
}

/* 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 p li,
.article p li {
  color: #31d1ab;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

article p a:hover,
.article p a:hover {
  text-shadow: 0 0.4px #31d1ab, 0.4px 0 #31d1ab;
}

article > .button,
.article > .button {
  margin-right: auto;
}

/* Button */
.button {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 19px 24px;
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  background: -webkit-linear-gradient(315deg, #e12151 0%, #ff646d 88.65%);
  background: -moz-linear-gradient(315deg, #e12151 0%, #ff646d 88.65%);
  background: -o-linear-gradient(315deg, #e12151 0%, #ff646d 88.65%);
  background: linear-gradient(135deg, #e12151 0%, #ff646d 88.65%);
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  margin: 16px 0 0;
  height: auto;
  width: auto;
  min-width: 228px;
  min-height: 60px;
  position: relative;
}

.button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.button img,
.button span {
  display: inline-block;
  vertical-align: middle;
}

.button img {
  margin-right: 16px;
}

.button span {
  text-align: left;
}

/* Button Inverse */
.button.inverse {
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 8px;
  padding-bottom: 8px;
}

/* 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: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15);
  -moz-box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15);
  box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15);
  background: #fff;
}

.cover {
  padding-left: 20px;
  padding-right: 20px;
}

.content > *,
.cover > * {
  display: block;
  position: relative;
}

.content-bg,
.content-bg h3 {
  color: #fff;
}

/* Frame */
.frame {
  position: relative;
  width: 100%;
  background: #111622;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px;
  color: #fff;
}

.frame p {
  position: relative;
}

.frame > * + * {
  margin-top: 16px;
}

.frame > .background + * {
  margin-top: 0;
}

/* Scroll */
.content .scroll {
  position: absolute;
  width: 0;
  height: 0;
  top: -74px;
  left: 0;
}

.scroll + h2,
.content .background + h2,
.scroll + .double {
  margin-top: 0;
}

.main__buttons {
  display: none;
}

/* Header */
.header {
  background: #06213e;
  -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;
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 75px;
  overflow: visible;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

.header__logo {
  margin-left: 10px;
}

.header__logo img {
  max-width: 164px;
}

.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 90px;
}

.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: 14px;
}

.header__menu ul a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.52;
}

.header__menu ul a:hover {
  opacity: 1;
}

.header__button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-width: 124px;
  min-height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0;
}

.header__signup {
  margin-left: 8px;
}

.header__lang {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #e3e8eb;
  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: 20px;
}

.header__lang 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: 6px;
}

/* Main */
.main {
  position: relative;
  padding: 75px 20px 0 280px;
}

/* Sidebar */
.sidebar {
  width: 260px;
  position: fixed;
  top: 75px;
  left: 10px;
  height: -webkit-calc(100vh - 75px);
  height: -moz-calc(100vh - 75px);
  height: calc(100vh - 75px);
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-y: auto;
  z-index: 10;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar__wrap {
  overflow: visible;
  margin-top: 20px;
}

.sidebar__item {
  position: relative;
  -webkit-box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15), inset 0 -4px 0 0 rgba(61, 31, 134, 0.1), inset 0 -2px 4px 0 rgba(61, 31, 134, 0.25);
  -moz-box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15), inset 0 -4px 0 0 rgba(61, 31, 134, 0.1), inset 0 -2px 4px 0 rgba(61, 31, 134, 0.25);
  box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15), inset 0 -4px 0 0 rgba(61, 31, 134, 0.1), inset 0 -2px 4px 0 rgba(61, 31, 134, 0.25);
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1.12px solid #e2e2f4;
}

.sidebar__menu {
  padding: 16px 12px 12px 12px;
  margin-bottom: 20px;
}

.sidebar__menu li {
  position: relative;
}

.sidebar__menu li + li {
  margin-top: 4px;
}

.sidebar__menu li a {
  position: relative;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #4d3c6a;
  padding: 11px 11px 11px 36px;
}

.sidebar__menu li:nth-child(1) a,
.sidebar__menu li:nth-child(2) a,
.sidebar__menu li:nth-child(3) a {
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 4px 12px 4px 4px;
  text-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.25);
  opacity: 0.9;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.sidebar__menu li:nth-child(1) a {
  background: -webkit-gradient(linear, right top, left top, from(#770589), to(#490076));
  background: -webkit-linear-gradient(right, #770589 0%, #490076 100%);
  background: -moz-linear-gradient(right, #770589 0%, #490076 100%);
  background: -o-linear-gradient(right, #770589 0%, #490076 100%);
  background: linear-gradient(270deg, #770589 0%, #490076 100%);
}

.sidebar__menu li:nth-child(2) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#31d1ab), to(#04a47e));
  background: -webkit-linear-gradient(top, #31d1ab 0%, #04a47e 100%);
  background: -moz-linear-gradient(top, #31d1ab 0%, #04a47e 100%);
  background: -o-linear-gradient(top, #31d1ab 0%, #04a47e 100%);
  background: linear-gradient(180deg, #31d1ab 0%, #04a47e 100%);
}

.sidebar__menu li:nth-child(3) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#39f), to(#2666b8));
  background: -webkit-linear-gradient(top, #39f 0%, #2666b8 100%);
  background: -moz-linear-gradient(top, #39f 0%, #2666b8 100%);
  background: -o-linear-gradient(top, #39f 0%, #2666b8 100%);
  background: linear-gradient(180deg, #39f 0%, #2666b8 100%);
}

.sidebar__menu li:nth-child(1) a span img,
.sidebar__menu li:nth-child(2) a span img,
.sidebar__menu li:nth-child(3) a span img {
  position: static;
  max-width: 30px;
  opacity: 1;
}

.sidebar__menu li:nth-child(1) a span:first-of-type,
.sidebar__menu li:nth-child(2) a span:first-of-type,
.sidebar__menu li:nth-child(3) a span:first-of-type {
  -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 4px;
  margin-right: 10px;
}

.sidebar__menu li:nth-child(1) a span:last-of-type,
.sidebar__menu li:nth-child(2) a span:last-of-type,
.sidebar__menu li:nth-child(3) a span:last-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
  margin-right: 10px;
  text-align: left;
}

.sidebar__menu li:nth-child(1) a:hover,
.sidebar__menu li:nth-child(2) a:hover,
.sidebar__menu li:nth-child(3) a:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.sidebar__menu li:nth-child(1) a:hover span:last-of-type,
.sidebar__menu li:nth-child(2) a:hover span:last-of-type,
.sidebar__menu li:nth-child(3) a:hover span:last-of-type {
  opacity: 1;
  color: #fff;
}

.sidebar__menu li a img {
  position: absolute;
  left: 8px;
  top: 9px;
  max-width: 20px;
}

.sidebar__menu li a img:last-of-type {
  opacity: 0;
}

.sidebar__menu li a:hover img:last-of-type {
  opacity: 1;
}

.sidebar__menu li a:hover span {
  color: #e12151;
}

.sidebar__menu li a small {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 2px 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: -webkit-radial-gradient(0% 0%, 141.42% 141.42%, rgb(244, 82, 92) 36.11385226249695%, rgb(83, 0, 5) 100%),
    -webkit-radial-gradient(100% 100%, 141.42% 141.42%, rgb(204, 61, 71) 56.09814524650574%, rgb(255, 195, 135) 90.58787226676941%);
  background: -moz-radial-gradient(0% 0%, 141.42% 141.42%, rgb(244, 82, 92) 36.11385226249695%, rgb(83, 0, 5) 100%),
    -moz-radial-gradient(100% 100%, 141.42% 141.42%, rgb(204, 61, 71) 56.09814524650574%, rgb(255, 195, 135) 90.58787226676941%);
  background: -o-radial-gradient(0% 0%, 141.42% 141.42%, rgb(244, 82, 92) 36.11385226249695%, rgb(83, 0, 5) 100%),
    -o-radial-gradient(100% 100%, 141.42% 141.42%, rgb(204, 61, 71) 56.09814524650574%, rgb(255, 195, 135) 90.58787226676941%);
  background: radial-gradient(141.42% 141.42% at 0% 0%, rgb(244, 82, 92) 36.11385226249695%, rgb(83, 0, 5) 100%),
    radial-gradient(141.42% 141.42% at 100% 100%, rgb(204, 61, 71) 56.09814524650574%, rgb(255, 195, 135) 90.58787226676941%);
  -webkit-box-shadow: 0 4px 4px 0 rgba(173, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 4px 0 rgba(173, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(173, 0, 0, 0.25);
}

.sidebar__menu li:nth-child(2) a small,
.sidebar__menu li:nth-child(3) a small {
  right: 38px;
}

.sidebar__menu li:nth-child(6) a small,
.sidebar__menu li:nth-child(7) a small {
  right: 20px;
}

.sidebar__links {
  padding: 12px 0;
}

.sidebar__links-button {
  font-family: 'Roboto', serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3c2a5c;
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  padding: 0 53px 0 33px;
}

.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;
  position: absolute;
  top: 0;
  right: 33px;
  width: 12px;
  height: 12px;
}

.sidebar__links-button:hover:before {
  background: url('../images/icon-arrow-sidebar-hover.svg');
}

.sidebar__links-button:hover {
  color: #e12151;
}

.sidebar__links-button.active:before {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.sidebar__links-list {
  position: relative;
  margin-top: 8px;
}

.sidebar__links li + li {
  margin-top: 4px;
}

.sidebar__links-list a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #3c2a5c;
  opacity: 0.5;
  padding: 8px 33px;
}

.sidebar__links-list a:hover {
  opacity: 1;
  text-shadow: 0 0.2px #3c2a5c, 0.2px 0 #3c2a5c;
}

/* Prime */
.content.prime {
  min-height: 380px;
  background: #06213e;
  -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: 688px;
  text-align: left;
  width: 100%;
  padding: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  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;
  margin-left: 15px;
}

.prime__rating {
  font-weight: 400;
  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: 16px;
}

.prime__rating-text {
  opacity: 0.8;
}

.prime__rating-value {
  margin-left: 6px;
}

.prime__text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 16px;
}

/* Double */
.double {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.double > * {
  width: -webkit-calc((100% - 16px) / 2);
  width: -moz-calc((100% - 16px) / 2);
  width: calc((100% - 16px) / 2);
}

.double > *:last-child {
  margin-left: 16px;
}

.double__item > * + * {
  margin-top: 16px;
}

/* Table */
.table {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: #eeeef8;
}

.table a {
  color: #3c2a5c;
}

.table a:hover {
  text-shadow: 0 0.4px #3c2a5c, 0.4px 0 #3c2a5c;
}

.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 {
  min-height: 46px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: #3c2a5c;
}

.table tbody tr {
  border-top: 1px solid rgba(60, 42, 92, 0.1);
}

.table tr > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -moz-box-flex: 1;
  flex: 1 1 0%;
}

.table tr > th {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.table tr > td {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 12px;
  padding-bottom: 12px;
}

.table tr > * + * {
  padding-left: 16px;
}

/* Intro */
.intro__table thead tr {
  background: none;
}

.intro__table tr > th {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: initial;
  color: #3c2a5c;
}

/* Intro__compare*/
.intro__compare > * {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: #eeeef8;
}

.compare__heading {
  position: relative;
  padding: 20px 10px 20px 76px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #3c2a5c;
}

.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: 12px;
  left: 20px;
  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 li {
  font-size: 15px;
  padding: 12px 20px;
  border-top: 1px solid rgba(60, 42, 92, 0.1);
}

.compare__minus ul li:last-child {
  border-bottom: 1px solid rgba(60, 42, 92, 0.1);
}

.intro__compare ul li::before {
  display: none;
}

/* Upto */
.content.upto__content {
  position: relative;
  min-height: 425px;
  background: #06213e;
  -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-start;
}

.upto__wrap {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 510px;
  padding: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-left: 30px;
}

.upto__title {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  color: #fdb913;
  text-transform: initial;
  padding: 0;
  background: none;
  border: none;
}

.upto__text {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
}

.upto__buttons {
  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: -6px;
}

.upto__buttons .upto__button {
  margin: 6px;
}

.upto__button-detailes {
  -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1), inset 0 -1px 4px 0 rgba(0, 0, 0, 0.25), inset 0 -59px 1px -32px rgba(0, 0, 0, 0.07);
  background: -webkit-radial-gradient(33.52% -15.63%, 80.45% 122.89%, #f2f292 0%, #169000 85.15%), -webkit-radial-gradient(22.73% 20.31%, 121.48% 78.97%, #2df151 18.63%, rgba(55, 241, 45, 0.93) 100%);
  background: -moz-radial-gradient(33.52% -15.63%, 80.45% 122.89%, #f2f292 0%, #169000 85.15%), -moz-radial-gradient(22.73% 20.31%, 121.48% 78.97%, #2df151 18.63%, rgba(55, 241, 45, 0.93) 100%);
  background: -o-radial-gradient(33.52% -15.63%, 80.45% 122.89%, #f2f292 0%, #169000 85.15%), -o-radial-gradient(22.73% 20.31%, 121.48% 78.97%, #2df151 18.63%, rgba(55, 241, 45, 0.93) 100%);
  background: radial-gradient(80.45% 122.89% at 33.52% -15.63%, #f2f292 0%, #169000 85.15%), radial-gradient(121.48% 78.97% at 22.73% 20.31%, #2df151 18.63%, rgba(55, 241, 45, 0.93) 100%);
}

/* List */
/* List-counter  */
.list,
.list-counter {
  width: 100%;
}

.list ul li,
.list-counter ol li {
  background: #eeeef8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.65;
  color: #3c2a5c;
  padding: 6px 16px 6px 64px;
  min-height: 44px;
  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;
}

.list ul li {
  padding-left: 44px;
}

.list ul li + li,
.list-counter ol li + li {
  margin-top: 20px;
}

.list ul li::before,
.list-counter ol li::before {
  top: 0;
  left: 0;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  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;
  height: 100%;
  width: 44px;
  padding: 4px;
  text-align: center;
}

.list ul li::before {
  content: url('../images/icon-list.svg');
}

/* List-counter  */
.list-counter ol li::before {
  background: #3c2a5c;
  font-weight: 600;
  font-size: 25px;
  line-height: 0.8;
  text-align: center;
  color: #fff;
  content: counter(ol);
}

/* List-dark */
.list-dark ul li {
  background: #3c2a5c;
  color: #fff;
}

.list-dark ul li::before {
  content: url('../images/icon-list-dark.svg');
}

/* Features */
.features__title {
  font-weight: 800;
  font-size: 20px;
}

.features__list ul {
  width: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}

.list.features__list ul li {
  width: auto;
  margin: 8px;
}

/* Register */
.register__title {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

/* Bonus */
.bonus__list {
  width: 100%;
}

.bonus__list > ul {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.bonus__list > ul > li {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  padding: 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-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  margin: 10px;
}

.bonus__list .list {
  margin-bottom: 20px;
}

.bonus__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}

.bonus__button {
  margin-top: auto;
}

/* Slots */
.slots__frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.slots__text {
  max-width: 672px;
  margin-right: 180px;
}

.slots__text .list {
  margin-top: 16px;
}

.slots__title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

/* FAQ */
.faq__list {
  margin-top: 20px;
}

.faq__item {
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #eeeef8;
}

.faq__list li + li {
  margin-top: 16px;
}

.faq-item__title {
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  padding: 16px 64px 16px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-item__title:after {
  content: '';
  background: 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;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 9px;
  right: 20px;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-item__desc {
  position: relative;
  padding: 16px 12px;
  border-top: 1px solid rgba(60, 42, 92, 0.1);
  font-size: 15px;
}

.faq__item.active .faq-item__title::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* 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-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6px -10px -10px -10px;
}

.reviews__content ul li {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px;
  background: #eeeef8;
  margin: 10px;
}

.reviews__content ul li::before {
  display: none;
}

.reviews__content ul li > * {
  position: relative;
}

.review__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}

.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 img {
  max-width: 22px;
}

.review__rating img + img {
  margin-left: 5px;
}

/* Rating */
.rating__content {
  -webkit-box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15), inset 0 -4px 0 0 rgba(61, 31, 134, 0.1), inset 0 -2px 4px 0 rgba(61, 31, 134, 0.25);
  -moz-box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15), inset 0 -4px 0 0 rgba(61, 31, 134, 0.1), inset 0 -2px 4px 0 rgba(61, 31, 134, 0.25);
  box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15), inset 0 -4px 0 0 rgba(61, 31, 134, 0.1), inset 0 -2px 4px 0 rgba(61, 31, 134, 0.25);
  background: #0f1622;
}

.rating__table tr > *:nth-child(1) {
  max-width: 245px;
  font-weight: 600;
}

/* 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;
  margin-bottom: 20px;
  padding: 0px 20px 0px 280px;
}

.footer__countries {
  width: 100%;
  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: 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 {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.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__wrap {
  width: 100%;
  -webkit-box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15), inset 0 -4px 0 0 rgba(61, 31, 134, 0.1), inset 0 -2px 4px 0 rgba(61, 31, 134, 0.25);
  -moz-box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15), inset 0 -4px 0 0 rgba(61, 31, 134, 0.1), inset 0 -2px 4px 0 rgba(61, 31, 134, 0.25);
  box-shadow: 0 8px 10px 0 rgba(61, 31, 134, 0.15), inset 0 -4px 0 0 rgba(61, 31, 134, 0.1), inset 0 -2px 4px 0 rgba(61, 31, 134, 0.25);
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 32px 20px;
}

.footer__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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2px 0;
}

.footer__menu li {
  padding: 0 10px;
  margin: 2px 0;
}

.footer__menu li + li {
  border-left: 1px solid rgba(112, 107, 122, 0.4);
}

.footer__menu li a {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #3c2a5c;
}

.footer__menu li a:hover {
  color: #ff646d;
}

.footer__payment {
  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: 28px -4px -4px -4px;
}

.footer__payment li {
  width: 112px;
  height: 57px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #131038;
  background: #131038;
  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: 4px;
}

.footer__payment li img {
  max-width: 70px;
  max-height: none;
  overflow: hidden;
}

.footer__payment li:nth-child(1) img,
.footer__payment li:nth-child(3) img {
  width: 95px;
  max-width: 95px;
}

.footer__partners {
  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: 37px -28px -10px -28px;
}

.footer__partners 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: 10px 28px;
}

.footer__partners li:last-child img {
  max-width: 132px;
}

.footer__text {
  position: relative;
  width: 100%;
  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;
  margin-top: 40px;
}

.footer__image {
  width: 50px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.footer__image img {
  max-width: 50px;
}

.footer__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #3c2a5c;
  opacity: 0.5;
  margin-left: 12px;
  margin-right: 12px;
}

.footer__age {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #f4525c;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding: 10px 8px;
}

/* PAGES */
.pages .prime__wrap {
  max-width: 595px;
}

/* 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: 400;
  font-size: 16px;
  opacity: 0.8;
}

.breadcrumbs > li:not(:last-child) a:hover {
  opacity: 1;
  text-shadow: 0 0.3px #fff, 0.3px 0 #fff;
}

.breadcrumbs > li a:not([href]) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42;
  text-transform: uppercase;
}

.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 20px;
}

/* BONUS PAGE */
/* Welcome */
.welcome__frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.welcome__title {
  color: #fff;
}

.last {
  margin-bottom: 20px;
}

.welcome__button {
  margin-top: auto;
}

/* Vip */
.vip__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;
}

.vip__list ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.list.vip__list ul li {
  width: auto;
  margin: 10px;
}

/* Benefit */
.benefit__wrap {
  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;
  margin-right: -20px;
}

.benefit__text {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.benefit__text > * + * {
  margin-top: 16px;
}

.benefit__image {
  width: 40%;
  margin-bottom: -25px;
}

.benefit__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 20%;
  object-position: 20%;
}

/* APP PAGE */
/* App__content */
.content .app__content,
.content.app__content {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  min-height: 268px;
  padding: 0px 10px;
  background: #0f1622;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  align-items: center;
  -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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
}

.app__content > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
}

.app__image-left {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.app__image-left img {
  max-width: 363px;
}

.app__image-right {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  order: 4;
  margin-right: 9%;
}

.app__image-right img {
  max-width: 269px;
}

.app__buttons {
  position: relative;
  z-index: 1;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: -10px;
  margin-left: 9%;
}

.app__button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.14286;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  white-space: normal;
  min-width: 240px;
  max-width: 240px;
  max-height: 60px;
  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;
}

.app__buttons .app__button {
  margin: 10px;
}

.app__button-ios {
  background: -webkit-linear-gradient(315deg, #e12151 0%, #ff646d 88.65%);
  background: -moz-linear-gradient(315deg, #e12151 0%, #ff646d 88.65%);
  background: -o-linear-gradient(315deg, #e12151 0%, #ff646d 88.65%);
  background: linear-gradient(135deg, #e12151 0%, #ff646d 88.65%);
  -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);
}

.app__button-android {
  background: -webkit-radial-gradient(33.52% -15.63%, 80.45% 122.89%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85.1500391960144%),
    -webkit-radial-gradient(22.73% 20.31%, 121.48% 78.97%, rgb(45, 241, 81) 18.625408411026%, rgb(55, 241, 45) 100%);
  background: -moz-radial-gradient(33.52% -15.63%, 80.45% 122.89%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85.1500391960144%),
    -moz-radial-gradient(22.73% 20.31%, 121.48% 78.97%, rgb(45, 241, 81) 18.625408411026%, rgb(55, 241, 45) 100%);
  background: -o-radial-gradient(33.52% -15.63%, 80.45% 122.89%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85.1500391960144%),
    -o-radial-gradient(22.73% 20.31%, 121.48% 78.97%, rgb(45, 241, 81) 18.625408411026%, rgb(55, 241, 45) 100%);
  background: radial-gradient(80.45% 122.89% at 33.52% -15.63%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85.1500391960144%),
    radial-gradient(121.48% 78.97% at 22.73% 20.31%, rgb(45, 241, 81) 18.625408411026%, rgb(55, 241, 45) 100%);
  -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);
}

.app__button:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.app__button img {
  max-width: 32px;
  margin-right: 20px;
}

.app__button > span {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  text-align: center;
}

/* Mobile */
.mobile__frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.mobile__title {
  color: #fff;
}

/* Requirements */
.require__title {
  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: 24px;
  line-height: 1;
  color: #fff;
  text-transform: initial;
}

.require__title img {
  max-width: 32px;
  margin-right: 16px;
}

/* WEb */
.web__wrap {
  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;
  margin-right: -20px;
}

.web__text {
  width: -webkit-calc(100% - 354px);
  width: -moz-calc(100% - 354px);
  width: calc(100% - 354px);
}

.web__text > * + * {
  margin-top: 16px;
}

.web__image {
  width: 354px;
  margin-bottom: -20px;
}

.web__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
