@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  background: #030a16;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
}

p {
  margin-top: 16px;
  width: 100%;
}

.title + p,
p:first-child {
  margin-top: 0;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

/* Title */
h1,
h2,
h3,
h4 {
  display: block;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  position: relative;
  width: 100%;
}

.title {
  margin-bottom: 16px;
}

h1,
.title.general {
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 0;
}

.highlight {
  color: #fffc65;
}

h2,
.title.high {
  z-index: 2;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 32px;
  color: #fffc65;
  padding: 6px 0;
}

h2:before,
.article h3::before,
.article .title.middle::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#5f0fff), to(#3cacfd));
  background: -webkit-linear-gradient(left, #5f0fff 0%, #3cacfd 100%);
  background: -moz-linear-gradient(left, #5f0fff 0%, #3cacfd 100%);
  background: -o-linear-gradient(left, #5f0fff 0%, #3cacfd 100%);
  background: linear-gradient(90deg, #5f0fff 0%, #3cacfd 100%);
}

h3,
.title.middle {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  padding: 5px 0;
}

h4,
.title.mini {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

/* Article */
article,
.article {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

article > * + *,
.article > * + * {
  margin-top: 16px;
}

article li,
.article li {
  position: relative;
  padding-left: 24px;
}

article ol > li,
.article ol > li {
  counter-increment: ol;
}

article ul > li:before,
article ol > li:before,
.article ul > li:before,
.article ol > li:before {
  display: inline-block;
  position: absolute;
  font: inherit;
  color: inherit;
  z-index: 1;
  top: 0;
  left: 8px;
}

article ul > li:before,
.article ul > li:before {
  content: '-';
}

article ol > li:before,
.article ol > li:before {
  content: counter(ol) '.';
  left: 0;
}

article p a,
.article p a,
article li a,
.article li a {
  color: #fffc65;
}

article p a:hover,
.article p a:hover,
article li a:hover,
.article li a:hover {
  text-shadow: 0 0.4px #fffc65, 0.4px 0 #fffc65;
}

article > .image,
.article > .image {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #2a86d8;
  overflow: hidden;
}

article > .button,
.article > .button {
  margin-right: auto;
}

/* Button */
.button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  background: -webkit-radial-gradient(33.52% -15.63%, 80.45% 122.89%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85%);
  background: -moz-radial-gradient(33.52% -15.63%, 80.45% 122.89%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85%);
  background: -o-radial-gradient(33.52% -15.63%, 80.45% 122.89%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85%);
  background: radial-gradient(80.45% 122.89% at 33.52% -15.63%, rgb(242, 242, 146) 0%, rgb(22, 144, 0) 85%);
  -webkit-box-shadow: 10px 10px 50px 0 rgba(30, 233, 50, 0.3), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 10px 10px 50px 0 rgba(30, 233, 50, 0.3), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 10px 10px 50px 0 rgba(30, 233, 50, 0.3), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.18;
  color: #fff;
  text-shadow: 0 2px 4px #149a02;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  margin: 16px 0 0;
  height: auto;
  width: auto;
  min-width: 203px;
  min-height: 50px;
  position: relative;
  padding: 14px 16px;
}

.button:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.button img,
.button span {
  display: inline-block;
  vertical-align: middle;
}

.button img {
  margin-right: 10px;
}

.button span {
  text-align: left;
}

/* Button Inverse */
.button.inverse {
  background: -webkit-radial-gradient(33.52% -15.63%, 177.49% 126.29%, rgb(37, 117, 222) 0%, rgb(34, 27, 232) 85%);
  background: -moz-radial-gradient(33.52% -15.63%, 177.49% 126.29%, rgb(37, 117, 222) 0%, rgb(34, 27, 232) 85%);
  background: -o-radial-gradient(33.52% -15.63%, 177.49% 126.29%, rgb(37, 117, 222) 0%, rgb(34, 27, 232) 85%);
  background: radial-gradient(177.49% 126.29% at 33.52% -15.63%, rgb(37, 117, 222) 0%, rgb(34, 27, 232) 85%);
  -webkit-box-shadow: 10px 20px 80px 0 rgba(30, 64, 233, 0.3), -20px -20px 50px 0 rgba(14, 14, 15, 0.5), -10px -20px 50px 0 rgba(0, 60, 255, 0.2), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 10px 20px 80px 0 rgba(30, 64, 233, 0.3), -20px -20px 50px 0 rgba(14, 14, 15, 0.5), -10px -20px 50px 0 rgba(0, 60, 255, 0.2), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 10px 20px 80px 0 rgba(30, 64, 233, 0.3), -20px -20px 50px 0 rgba(14, 14, 15, 0.5), -10px -20px 50px 0 rgba(0, 60, 255, 0.2), inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
}

/* Special */
.image img,
.background img {
  display: block;
  position: relative;
  margin: auto;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgba(255, 255, 255, 1);
  line-height: 1;
}

use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* Content */
.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.content {
  margin-top: 20px;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #09224d;
}

.content .scroll {
  position: absolute;
  width: 0;
  height: 0;
  top: -74px;
  left: 0;
}

.scroll + h2 {
  margin-top: 0;
}

.cover {
  padding-left: 20px;
  padding-right: 20px;
}

.content > *,
.cover > * {
  display: block;
  position: relative;
}

.main__buttons {
  display: none;
}

/* Header */
.header {
  background: #030a16;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  margin-top: 0;
  min-height: 74px;
  overflow: visible;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logo {
  display: inline-block;
}

.header__logo {
  margin-left: 30px;
}

.logo img {
  display: block;
  max-width: 178px;
}

.logo[href]:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.menu-button,
.header__menu .header__button {
  display: none;
}

.header__menu {
  margin: 0 auto 0 50px;
}

.header__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.header__menu ul li + li {
  margin-left: 30px;
}

.header__menu ul a {
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.header__menu ul a:hover {
  color: #2df151;
}

.header__button {
  min-height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.15;
  margin-top: 0;
}

.header__login {
  min-width: 129px;
  margin-left: 15px;
}

.header__signup {
  min-width: 131px;
  margin-left: 15px;
}

/* Languages */
.header__language {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  flex: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14286;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 15px;
}

.header__language img {
  display: block;
  width: 24px;
  height: 24px;
  max-width: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 4px;
}

/* Main */
.main {
  position: relative;
  padding: 74px 20px 0 20px;
}

.main__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.main__content {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 -webkit-calc(100% - 240px - 20px);
  -moz-box-flex: 1;
  flex: 1 1 calc(100% - 240px - 20px);
  margin-left: 20px;
}

.sidebar__links-main {
  display: none;
}

/* Sidebar */
.sidebar__links-main {
  display: none;
}

.sidebar {
  width: 240px;
  margin-top: 20px;
}

.sidebar__wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  padding-bottom: 20px;
  max-height: -webkit-calc(100vh - 74px);
  max-height: -moz-calc(100vh - 74px);
  max-height: calc(100vh - 74px);
  overflow-y: auto;
  z-index: 10;
}

.sidebar__wrap::-webkit-scrollbar {
  display: none;
}

.sidebar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar__item {
  position: relative;
  background: #030a16;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.sidebar__menu {
  padding: 20px 12px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  margin-bottom: 20px;
}

.sidebar__menu li {
  position: relative;
}

.sidebar__menu li + li {
  margin-top: 10px;
}

.sidebar__menu li a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.2;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 21px 10px 21px 62px;
}

.sidebar__menu li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.sidebar__menu li a span:first-of-type {
  position: absolute;
  display: block;
  width: 55px;
  height: 55px;
  top: 4px;
  left: 7px;
}

.sidebar__menu li a img {
  display: block;
  overflow: visible;
  -o-object-fit: cover;
  object-fit: cover;
  width: 93px;
  max-width: 93px;
  margin-left: -20px;
}

.sidebar__links-list {
  padding: 5px 0 10px 0;
}

.sidebar__links-button {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1875;
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  padding: 21px 44px 21px 20px;
}

.sidebar__links-button:before {
  content: '';
  background: url('../images/icon-arrow-sidebar.svg');
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
  position: absolute;
  top: 23px;
  right: 20px;
  width: 16px;
  height: 16px;
}

.sidebar__links-button:hover {
  color: #169000;
}

.sidebar__links-button:hover:before {
  background: url('../images/icon-arrow-sidebar-hover.svg');
}

.sidebar__links-button.active:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.sidebar__links-list li + li {
  margin-top: 5px;
}

.sidebar__links-list a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  color: #fff;
  padding: 8px 20px;
}

.sidebar__links-list a:hover {
  color: #fffc65;
}

/* Prime */
.prime {
  min-height: 380px;
  background: #030a16;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.prime__wrap {
  max-width: 713px;
  text-align: left;
  width: 100%;
  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-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;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.prime__rating {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.prime__rating-value {
  margin-left: 16px;
}

.prime__button {
  margin-top: 30px;
}

/* Table */
.table {
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(3, 10, 22, 0.4);
  border: 2px solid #2a86d8;
}

.table tr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  padding: 0 20px;
}

.table thead tr {
  font-weight: 700;
  font-size: 20px;
  min-height: 46px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: #2a86d8;
}

.table tbody tr + tr {
  border-top: 1px solid #0b295d;
}

table tr > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -moz-box-flex: 1;
  flex: 1 1 0%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.table tr > * + * {
  padding-left: 16px;
}

.table a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.table a:hover {
  color: #fffc65;
}

/* Highlight */
.highlight__table td:first-child,
.highlight__table th:first-child {
  max-width: 243px;
}

/* Compare */
.compare__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.compare__wrapper > * {
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #061837;
}

.compare__wrapper > *:last-child {
  margin-left: 20px;
}

.compare__heading {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding: 13px 10px 13px 76px;
  min-height: 50px;
  background: #2a86d8;
}

.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: 5px;
  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');
}

.compare__wrapper ul li {
  padding: 8px 20px;
}

.compare__wrapper ul li + li {
  border-top: 1px solid #0b295d;
}

.compare__wrapper ul li::before {
  display: none;
}

/* Upto */
.content.upto__content {
  min-height: 340px;
  background: #030a16;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.content.upto__content-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.content.upto__content-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}

.content.upto__content-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.upto__wrap {
  position: relative;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 540px;
}

.upto__content-left .upto__wrap {
  margin-left: 30px;
}

.upto__content-right .upto__wrap {
  margin-right: 30px;
}

.upto__title {
  text-align: center;
  font-weight: 900;
  font-size: 44px;
  text-transform: initial;
  color: #fffc65;
  padding: 0;
  background: none;
}

.upto__title::before {
  display: none;
}

.upto__text {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.19;
  margin-top: 12px;
}

.upto__text p + p {
  margin: top 12px;
}

.upto__button {
  margin-top: 20px;
}

/* List */
/* List-counter  */
.list,
.list-counter {
  width: 100%;
}

.list ul li,
.list-counter ol li {
  background: #061837;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 13px 20px 13px 70px;
}

.list ul > * + *,
.list-counter ol > * + * {
  margin-top: 10px;
}

.list ul li::before,
.list-counter ol li::before {
  top: 0;
  left: 0;
  background: #5e17ff;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  text-shadow: none;
  height: 100%;
  width: 50px;
  padding: 5px;
  text-align: center;
}

.list ul li::before {
  content: url('../images/icon-list.svg');
}

/* List-counter  */
.list-counter ol li::before {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.2;
  content: counter(ol);
  color: #fff;
}

/* Registration */
.list-counter ol li.img {
  background: none;
  padding: 0;
}

.list-counter ol li.img::before {
  display: none;
}

.registration__content .list-counter ol li:nth-child(5):before {
  content: '4';
}

.registration__content .list-counter ol li:nth-child(6):before {
  content: '5';
}

.registration__content .list-counter ol li:nth-child(7):before {
  content: '6';
}

/* Download */
.content.download__content {
  min-height: 340px;
  background: #030a16;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.download__content > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
}

.download__buttons {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: -10px 200px -10px -10px;
}

.download__button {
  display: block;
  padding: 12px 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  white-space: normal;
  text-align: center;
  min-width: 234px;
  max-width: 234px;
  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;
  margin: 10px;
}

.download__button > span {
  text-align: center;
  min-width: 144px;
}

.download__button span span {
  display: inline-block;
}

.button.download__button-ios {
  -webkit-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 10px 0 rgba(255, 255, 255, 0.6);
}

/* Bonuses */
.bonuses__list li {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #061837;
  border: 2px solid #2a86d8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 20px;
}

.bonuses__list li + li {
  margin-top: 20px;
}

.bonuses__content .bonuses__list li::before {
  display: none;
}

.bonus__bottom {
  position: relative;
  width: -webkit-calc(100% - 352px);
  width: -moz-calc(100% - 352px);
  width: calc(100% - 352px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  color: #fff;
  padding-left: 20px;
}

.bonus__image {
  width: 352px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.bonus__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.title.bonus__title {
  font-weight: 900;
  color: #fffc65;
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

.bonus__text {
  margin-top: 16px;
}

.bonus__bottom > .bonus__button {
  color: #fff;
}

.bonus__bottom > .bonus__button:hover {
  text-shadow: none;
}

/* Games */
.games__table tr > *:nth-child(1) {
  max-width: 234px;
}

.games__table tr > *:nth-child(2) {
  min-width: 40%;
}

.games__table tr > *:nth-child(3) {
  max-width: 372px;
}

/* Benefits */
.benefits__wrapper {
  width: 100%;
}

.benefits__wrapper 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;
}

.benefits__wrapper ul li {
  background: #061837;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  padding: 0px;
  border: 2px solid #2a86d8;
  margin: 10px;
}

.benefits__wrapper ul li::before {
  display: none;
}

.benefits__wrapper ul li:nth-child(-n + 3) {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
}

.benefits__wrapper ul li:nth-last-child(-n + 2) {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}

.benefits__subtitle {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #fffc65;
  background: #2a86d8;
  padding: 12px 8px;
  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-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.benefits__subtitle span {
  display: inline-block;
}

.benefits__wrapper ul li:nth-child(1) .benefits__subtitle span,
.benefits__wrapper ul li:nth-child(4) .benefits__subtitle span {
  max-width: 350px;
}

.benefits__wrapper ul li:nth-child(2) .benefits__subtitle span {
  max-width: 335px;
}

.benefits__wrapper p {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 24px;
  margin-top: 0;
}

/* Live */
.live__list {
  width: 100%;
}

.live__list > ul > li {
  padding-left: 0;
}

.live__list > ul > li > * + * {
  margin-top: 20px;
}

.live__list > ul > li > .image {
  border: 2px solid #2a86d8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.live__list > ul > li::before {
  display: none;
}

.live__list > ul > li + li {
  margin-top: 20px;
}

.live__list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-top: 20px;
}

.live__image {
  width: 216px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.live__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.live__text {
  width: -webkit-calc(100% - 216px);
  width: -moz-calc(100% - 216px);
  width: calc(100% - 216px);
  padding-left: 16px;
}

/* License */
/* Payment */
.license__list,
.payment__list {
  width: 100%;
}

.license__list ul,
.payment__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;
}

.license__list ul li,
.payment__list ul li {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  background: #061837;
  border: 2px solid #2a86d8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 10px;
}

.license__list ul li::before,
.licence__title::before,
.payment__list ul li:before,
.payment__title::before {
  display: none;
}

.licence__title,
.payment__title {
  font-weight: 900;
  text-align: center;
  color: #fffc65;
  background: #2a86d8;
  padding: 11px 8px;
  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;
}

.license__text,
.payment__text {
  padding: 24px;
  margin-top: 0;
}

/* Payment */
.payment__list ul li {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}

/* FAQ */
.faq__list {
  margin-top: 20px;
}

.faq__item {
  counter-increment: ol;
}

.faq-item__title:before {
  content: counter(ol) '.';
  display: inline-block;
  font: inherit;
  color: inherit;
  margin-right: 4px;
}

.faq__list li {
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #2a86d8;
}

.faq__list li + li {
  margin-top: 20px;
}

.faq-item__title {
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0;
  background: #2a86d8;
  padding: 15px 47px 15px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-item__title:after {
  content: '';
  background: url('../images/icon-faq.svg');
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: 14px 9px;
  -moz-background-size: 14px 9px;
  background-size: 14px 9px;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 23px;
  width: 14px;
  height: 9px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-item__title:hover {
  text-shadow: 0 0.4px #fff, 0.4px 0 #fff;
}

.faq-item__desc {
  position: relative;
  padding: 16px 20px;
  background: #061837;
}

.faq__item.active .faq-item__title:after {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* Reviews */
.reviews__content ul {
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -10px -10px -10px;
}

.reviews__content ul li {
  padding: 0;
  border: 2px solid #2a86d8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  margin: 10px;
}

.reviews__content ul li > * {
  position: relative;
}

.reviews__content ul li::before {
  display: none;
}

.review__title {
  padding: 5px 20px;
  background: #2a86d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.review__name {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70px;
  -moz-box-flex: 0;
  flex: 0 1 70px;
  min-width: 70px;
  padding-right: 8px;
}

.review__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.review__rating-value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35px;
  -moz-box-flex: 0;
  flex: 0 0 35px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.review__images {
  min-width: 0;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 190px;
  -moz-box-flex: 0;
  flex: 0 1 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 5px;
}

.review__images img {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 38px;
  -moz-box-flex: 1;
  flex: 1 1 38px;
}

.review__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  background: #061837;
  padding: 20px;
  margin-top: 0;
}

/* Rating */
.rating__table {
  width: 100%;
}

.rating__table tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: -10px;
}

.rating__table tr {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  width: -webkit-calc((100% - 100px) / 5);
  width: -moz-calc((100% - 100px) / 5);
  width: calc((100% - 100px) / 5);
  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;
  background: #061837;
  border: 2px solid #2a86d8;
  margin: 10px;
}

.rating__table tr td:nth-child(1) {
  width: 100%;
  padding: 5px 6px;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #fffc65;
  text-align: center;
  background: #2a86d8;
  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;
  word-break: break-word;
  overflow-wrap: break-word;
}

.rating__table tr td:nth-child(2) {
  position: relative;
  min-width: 0;
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 20px 16px;
}

.rating__table tr td:nth-child(2) span:first-child {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -moz-box-flex: 0;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 5px;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

.rating__table tr:first-child td:nth-child(2) span:first-child {
  width: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48px;
  -moz-box-flex: 0;
  flex: 0 0 48px;
  padding: 5px 0;
}

.rating__table tr td:nth-child(2) span:last-child {
  position: relative;
  z-index: 1;
  max-width: 144px;
  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;
  min-width: 0;
  padding: 4px;
}

.rating__table tr td:nth-child(2) span:last-child > img {
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 28px;
  -moz-box-flex: 0;
  flex: 0 1 28px;
}

/* Frame */
.frame {
  width: 100%;
  border: 2px solid #2a86d8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 16px;
}

.frame > * + * {
  margin-top: 16px;
}

/* Frame-bg */
.frame-bg {
  background: #061837;
}

/* Arrow-top */
.main__top {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -100;
}

.main__arrowtop {
  position: absolute;
  right: 20px;
  bottom: -60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}

.main .main__arrowtop {
  height: 72%;
}

.main__arrowtop a {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  bottom: 10px;
  right: 0;
  width: 40px;
  height: 40px;
}

.main__arrowtop a img {
  max-width: 40px;
}

.main__arrowtop a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* Footer */
.footer {
  margin-top: 80px;
  padding: 0 20px 40px 20px;
}

.footer__countries {
  width: 100%;
  margin-bottom: 30px;
}

.footer__countries ul {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: -10px;
}

.footer__countries li {
  margin: 10px;
}

.footer__countries li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 12px;
  background: #111622;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.footer__countries li a:hover {
  background: #09224d;
}

.footer__countries li a img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  max-width: 24px;
  margin-right: 8px;
}

.footer__links {
  width: 100%;
  padding: 30px;
  background: #111622;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: 0px -50px;
}

.footer__links > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 190px;
  -moz-box-flex: 0;
  flex: 0 0 190px;
  margin: 0px 50px;
}

.footer__links p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}

.footer__links ul li {
  padding-left: 6px;
}

.footer__links ul li + li {
  margin-top: 8px;
}

.footer__links ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #bcbcbc;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  word-break: break-word;
  overflow-wrap: break-word;
}

.footer__links ul li a::before {
  content: '•';
  color: inherit;
  font: inherit;
  display: inline-block;
  margin-right: 4px;
  margin-top: -2px;
  vertical-align: middle;
}

.footer__links ul li a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #fff;
}

.footer__info {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.footer__info-text {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}

.footer__info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.43);
}

.info__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.info__image + .info__image {
  margin-left: 20px;
}

.info__image-plus {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -moz-box-flex: 0;
  flex: 0 0 80px;
}

.info__image-plus img {
  max-width: 80px;
}

.info__image-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 141px;
  -moz-box-flex: 0;
  flex: 0 0 141px;
}

.info__image-icon img {
  max-width: 141px;
}

.footer__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin: 30px auto 0 auto;
}

/* PAGES */
/* Breadcrumbs */
.breadcrumbs {
  display: inline-block;
  text-align: center;
  width: auto;
  margin-bottom: 10px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs > li a {
  display: inline-block;
  color: #fff;
}

.breadcrumbs > li:not(:last-child) a {
  font-weight: 500;
}

.breadcrumbs > li:not(:last-child) a:hover {
  text-shadow: 0 0.4px #fff, 0.4px 0 #fff;
}

.breadcrumbs > li a:not([href]) {
  font-weight: 700;
}

.breadcrumbs > li a:not([href]),
.breadcrumbs > li a:not([href]) span {
  cursor: default;
}

.breadcrumbs > li:not(:last-child):after {
  content: '|';
  display: inline-block;
  position: relative;
  font: inherit;
  color: #fff;
  margin: 0px 16px;
}

/* BONUS PAGE */
/* Prime */
.bonus .prime__wrap {
  max-width: 744px;
}

/* Upto */
.bonus .upto__content-center .upto__wrap {
  max-width: 421px;
}

/* Bg-wrapper */
.bg__wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  min-height: 340px;
  padding: 20px;
}

.bg__wrapper-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}

.bg__wrapper-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.bg__wrapper-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

/* Roller */
.roller__wrapper .list {
  max-width: 782px;
}

/* Cashback */
.cashback__wrapper .list {
  max-width: 762px;
}

/* Promo */
.promo__wrapper .list-counter {
  max-width: 834px;
}

/* Responsibly */
.list ul li .underline {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.list ul li .underline:hover {
  color: #fffc65;
  text-shadow: none;
}

.responsibly__wrapper {
  border: 2px solid #2a86d8;
}

.responsibly__info {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 542px;
  background: rgba(6, 24, 55, 0.94);
  border: 1px solid #2a86d8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 24px 20px;
}

.responsibly__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fffc65;
}

.responsibly__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 12px;
}

/* APP PAGE */
/* Mobile */
.app .download__button {
  margin: 16px auto 0 0;
}

.mobile__content ol li p {
  margin-top: 0;
  font-weight: 400;
  text-transform: initial;
}

/* Features */
.features__wrapper {
  width: 100%;
}

.features__wrapper > ul {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.features__wrapper > ul > li {
  background: #061837;
  border: 2px solid #2a86d8;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  margin: 10px;
}

.features__wrapper > ul > li::before {
  display: none;
}

.features__wrapper > ul > li:nth-child(-n + 3) {
  width: -webkit-calc((100% - 60px) / 3);
  width: -moz-calc((100% - 60px) / 3);
  width: calc((100% - 60px) / 3);
  text-align: center;
}

.features__subtitle {
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fffc65;
  padding: 11px 8px;
  background: #2a86d8;
}

.features__subtitle::before {
  display: none;
}

.features__text {
  padding: 24px;
}

.features__text > * + * {
  margin-top: 24px;
}

.features__text ul li {
  border: 1px solid #2a86d8;
}

/* List inside */
.list ul li.list__inside {
  padding-left: 89px;
}

.list ul li.list__inside:before {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #5e17ff;
  left: 69px;
  top: 18px;
}

/* Requirements */
.bg__wrapper-ios {
  min-height: 403px;
}

.bg__wrapper-android {
  min-height: 460px;
}

.requirements__wrap {
  width: 100%;
  max-width: 818px;
}

.bg__wrapper-left .requirements__wrap {
  margin-right: 16px;
}

.bg__wrapper-right .requirements__wrap {
  margin-left: 16px;
}

.requirements__wrap .list ul li {
  border: 1px solid #2a86d8;
}

.apps__image {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin: 0 auto -20px auto;
}

.apps__image-ios {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3;
}

.apps__image-ios img {
  max-width: 226px;
}

.apps__image-android img {
  max-width: 254px;
}

/* App__content */
.content.app__content {
  min-height: 340px;
  background: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.app__image {
  margin-right: 95px;
}

.app__image img {
  max-width: 316px;
}

.app .download__buttons {
  margin-right: 90px;
}
