@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  background: rgba(10, 98, 106, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(13, 64, 71, 1);
  text-align: left;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content.article ol,
.content.article ul {
  margin-top: 0;
}
.content {
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  max-width: 1280px;
  width: calc(100% - 20px);
  margin-top: 20px;
  padding: 32px 20px;
}
.content,
.cover {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  position: relative;
}

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

.main__buttons {
  display: none;
}

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

.title + p,
p:first-child {
  margin-top: 0;
}
ul,
ol {
  text-align: left;
  width: 100%;
}

li {
  position: relative;
}
h1,
h2,
h3,
h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
}

.title {
  margin-bottom: 16px;
}

h1.title,
.title.general {
  font-weight: 900;
  font-size: 44px;
  line-height: 120%;
  margin-bottom: 16px;
  color: rgba(239, 76, 77, 1);
}

h2,
.title.high {
  text-align: left;

  font-size: 24px;
  line-height: 120%;
  color: rgba(13, 64, 71, 1);
}
h3 {
  color: rgba(13, 64, 71, 1);
  font-size: 20px;
  line-height: 120%;
}
h4 {
  color: rgba(13, 64, 71, 1);
  font-size: 18px;
  line-height: 120%;
  margin-top: 16px;
}
h2 > span {
  color: #fff;
}
.offers__list-text.offers__list-bonus h2 {
  background: none;
  color: rgba(239, 76, 77, 1);
  font-weight: 900;
  font-size: 34px;
  line-height: 120%;
  padding: 0;
  text-align: center;
}
h3,
.title.middle {
  font-size: 20px;
  margin-top: 16px;
}

.content.article p > a {
  color: rgba(78, 165, 34, 1);
}
.content.article ul {
  display: flex;
  flex-direction: column;
}

.offers__list-item.offers__list-item5 {
  display: flex;
  justify-content: flex-end;
}
/* Article */
article,
.article {
  text-align: left;
}

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

article ul li,
.article ul li {
  padding-left: 18px;
  font-weight: 400;
  font-size: 15px;
  line-height: 200%;
}

article ol li,
.article ol li {
  padding-left: 21px;
  font-weight: 400;
  font-size: 15px;
  line-height: 200%;
}

article li + li,
.article li + li {
  margin-top: 8px;
}

ol > li {
  counter-increment: ol;
}

article ul > li:before,
.article ul > li:before,
article ol > li:before,
.article ol > li:before {
  display: inline-block;
  position: absolute;
  font: inherit;
  z-index: 1;
}

article ul > li:before,
.article ul > li:before {
  left: 0;
}

article ul ul,
.article ul ul,
article ul ol,
.article ul ol {
  margin-top: 8px;
}

article ol > li:before,
.article ol > li:before {
  content: counter(ol) ".";
  left: 8px;
  top: 0;
}

p a,
article li a,
.article li a,
.keyword {
  color: rgba(65, 177, 91, 1);
}
.button {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 128%;
  color: rgba(252, 252, 252, 1);
  background: rgba(255, 73, 73, 1);
  box-shadow: 0px 4px 18px 0px rgba(14, 24, 17, 0.25);
  text-align: center;
  white-space: nowrap;
  height: auto;
  width: auto;
  min-width: 273px;
  margin-top: 16px;
  padding: 14px 20px;
  position: relative;
  border-radius: 10px;
  text-transform: uppercase;
}
.button.button__apple {
  background: rgba(36, 142, 68, 1);
  width: 234px;
  min-width: 234px;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 8px;
  margin-top: 0;
  white-space: normal;
  word-break: break-word;
  display: flex;
  align-items: center;
}
.button.button__android {
  margin-top: 0;
  background: rgba(16, 112, 124, 1);
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 8px;
  width: 234px;
  min-width: 234px;
  white-space: normal;
  word-break: break-word;
  display: flex;
  align-items: center;
}
.content .hero__small-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
  margin-top: 8px;
  margin-left: 15px;
}
.button:hover {
  transform: scale(1.05);
}

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

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

.button span {
  text-align: left;
}

/* Special */
.image img,
.background img {
  display: block;
  position: relative;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.image.bonuses-item__image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  max-height: 621px;
  width: unset;
  display: flex;
  z-index: 9;
  align-items: flex-end;
}
.image.hero__image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: unset;
  display: flex;
  z-index: 9;
  align-items: flex-start;
  justify-content: flex-start;
}
.content.hero.hero__app .image.bonuses-item__image {
  margin-right: 105px;
  align-items: center;
}
.image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.background img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.background.background__hero img {
  border-radius: 0 0 0 6px;
}
.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;
  transition: all 0.5s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* Header */
.header {
  background: rgba(5, 65, 70, 1);
  flex-direction: row;
  align-items: center;
  gap: 10px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  margin-top: 0;
  padding: 14px 30px;
}

.logo img {
  display: block;
}

.header__logo {
  max-width: 152px;
}

.menu-button,
.header__menu .header__button {
  display: none;
}

.header__menu {
  margin-left: 9.5%;
}

.header__menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__menu ul a {
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  color: rgba(190, 210, 228, 1);
  text-transform: uppercase;
}

.header__menu ul a:hover {
  color: #ffd400;
}

.header__button {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  border-radius: 3px;
  text-align: center;
  min-width: 88px;
  padding: 8px 22px;
  height: 32px;
  text-transform: uppercase;
}
.header__button.header__signup {
  margin-left: auto;
}
.header__signup {
  background: #41b15b;
  color: #fff;
}

.header__signup:hover {
  transform: scale(1.05);
}
.header__time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
}
.header__login {
  color: #fff;
  background: #2f6165;
}

.header__login:hover {
  transform: scale(1.05);
}

.header__lang {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header__lang img {
  display: block;
  border-radius: 50%;
  max-width: 24px;
  max-height: 24px;
}

.header__lang span {
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  color: rgba(255, 255, 255, 1);

  text-transform: uppercase;
}
/* lg */
.header > * {
  position: relative;
}
.language-menu {
  display: none;
  position: absolute;
  right: -22px;
  background: #1f2038;
  border-radius: 0 0 6px 6px;
  padding: 12px;
  z-index: 99;
  width: 80px;
  top: 46px;
}
.language-menu {
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.language-menu ul {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}

.header__lang {
  position: relative;
  cursor: pointer;
}

.language-menu img {
  width: 24px;
}
.language-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-menu li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.language-menu img {
  margin-right: 8px;
}

.js-lang {
  cursor: pointer;
  position: relative;
}

/* Main */
.main {
  display: flex;
  gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 60px;
}

/* Sidebar */

.sidebar {
  width: 240px;
  position: sticky;
  top: 67px;
  max-height: calc(100vh - 67px);
  overflow-y: auto;
  margin-bottom: 20px;
  padding-top: 14px;
  z-index: 10;
}

.sidebar__links {
  margin-bottom: 40px;
}

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

.sidebar__menu li a {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  display: block;
  color: rgba(255, 255, 255, 1);

  position: relative;
}
.sidebar__menu li a img {
  display: block;
  border-radius: 6px 6px 0 0;
}
.sidebar__menu li {
  border-radius: 6px;
}
.sidebar__menu li + li {
  margin-top: 10px;
}
.sidebar__menu .sidebar__info span {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
}
.sidebar__info {
  background: rgba(2, 69, 77, 1);
  display: flex;
  padding: 9px 16px;
  justify-content: space-between;
  border-radius: 0 0 6px 6px;
}
.sidebar__menu li a:hover img:last-of-type {
  opacity: 1;
}

.sidebar__menu li a:hover span {
  color: #ffd400;
}

.sidebar__menu-count {
  background-color: #fa5926;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 17px;
}

.sidebar__links-button {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  padding-right: 22px;
  color: rgba(255, 255, 255, 1);
  background: rgba(5, 65, 70, 1);
  padding: 6.5px 11px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  margin-top: 20px;
  border-radius: 6px 6px 0 0;
}

.sidebar__links-button:before {
  content: "";
  background-image: url("../images/sitebar-nav.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 6.5px;
  right: 10px;
}

.sidebar__links-button.hide:before {
  transform: rotate(180deg);
}

.sidebar__links-list {
  background: rgba(2, 69, 77, 1);

  border-radius: 0 0 6px 6px;
}

.sidebar__links-list li + li {
  min-height: 32px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(241, 243, 245, 1);
}
.sidebar__links-list li {
  color: rgba(255, 255, 255, 1);
  padding: 8px 10px 8px 25px;
}
.sidebar__links-list a {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: inherit;
  position: relative;
  text-align: left;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  /* padding: 8px 10px 8px 25px; */
  text-transform: none;
}
.sidebar__links-list a::before {
  content: "";
  position: absolute;
  left: -11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s linear;
}
.sidebar__links-list li:hover {
  color: rgba(65, 177, 91, 1);
}
.sidebar__links-list li:hover a {
  font-weight: 800;
}
.sidebar__links-list li:hover a::before {
  background: rgba(65, 177, 91, 1);
}
/* main */
.content-main {
  width: calc(100% - 257px);
}

/* hero */
.hero {
  border-radius: 0 0 0 6px;
  margin-top: 0;
  padding: 47px 40px;
}
.cover__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.cover-rating__desc {
  text-transform: uppercase;
  display: block;
  opacity: 0.9;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
}
.cover-rating__mark {
  font-weight: 700;
  min-width: 60px;
  color: rgba(255, 255, 255, 1);
  line-height: 120%;
}
@media (max-width: 1440px) {
  .content.hero .image.bonuses-item__image {
    margin-right: 20px;
  }
}
.content.hero.bonus__hero .image.bonuses-item__image {
  margin-right: 0;
}
.content.hero {
  width: 100%;
  max-width: 1310px;
  background: none;
}

.hero__wrap {
  max-width: 602px;
  position: relative;
  z-index: 10;
}
.background.background2.home2 img{
  object-position:80%;
}
.offers__list-text.offers__list-bonus ol > li > a{
  font-weight:800;
  color: #fff;
}
.content.article ul{
  margin-top: 16px;
}
.content.article p > span{
  font-weight:700;
}
.background.background2.background__home7 img{
    object-position: 70%;
}
article ul li p span,
.offers__list-text.offers__list-bonus.offers__list-bonus2 ul li .list-bonus2__text > span,
.stair-list2 li > p > span,
.content.article.app-info__list ul li p span,
.stair-list li > p > span{
  font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.offers__list-text.offers__list-bonus.offers__list-bonus2 ul li .list-bonus2__text{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform:none;
    margin:0;
}
.content.article.app-info__list ul{
  margin-top:16px;
}
.content.faq p{
  margin-bottom:16px;
}
.content.offers.offers__content .sub-list{
  padding:20px;
}
.offers__list-text.offers__list-bonus .button{
  margin-top:0;
}
/* breadcrumbs */
.breadcrumbs {
  margin-bottom: 6px;
}

.breadcrumbs > li {
  display: inline-block;
  padding: 0px;
}

.breadcrumbs > li:before {
  display: none;
}

.breadcrumbs > li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  text-transform: none;
}
.breadcrumbs > li:first-child a {
  opacity: 0.8;
  margin-right: 8px;
}
.breadcrumbs > li a:not([href]) {
  color: #fff;
  opacity: 1;
}

.breadcrumbs > li a:not([href]),
.breadcrumbs > li a:not([href]) span {
  cursor: default;
}

.breadcrumbs > li:not(:last-child):after {
  content: "|";
  display: inline-block;
  position: relative;
  font: inherit;
  color: #fff;
  margin-right: 8px;
}

.hero__title {
  margin-bottom: 17px;
}

.hero__title span {
  color: #ffd400;
}

.content .hero__text {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}

.hero__button {
  margin-top: 0;
}

/* Info */
.info__table {
  margin-top: 20px;
}

.info__table tr {
  font-size: 14px;
  line-height: 18.9px;
  display: flex;
  background: rgba(10, 98, 106, 1);
}
.table.info__table table > tbody > tr > th {
  border-top: 1px solid rgba(10, 114, 123, 1);
  border-right: 2px solid rgba(10, 114, 123, 1);
  padding: 12px 20px;
  background: rgba(2, 69, 77, 1);
}
.table.info__table table > tbody > tr > td {
  border-top: 1px solid rgba(10, 114, 123, 1);
  padding: 12px 20px;
  background: rgba(2, 69, 77, 1);
}

.table.info__table table {
  width: 100%;
  border-collapse: collapse;
}

.table.info__table th,
.table.info__table td {
  width: 50%;
  padding: 12px 20px;
  border-right: 2px solid rgba(10, 114, 123, 1);
  box-sizing: border-box;
}

.info__table td {
  flex: 1;
}

.info__table td ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.info__table td ul li {
  background: linear-gradient(0deg, #14152d 0%, #45465e 100%);
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 8px;
}

.info__table td ul li img {
  border-radius: 50%;
  max-width: 16px;
}

/* Pros Cons */
.info__pros-cons {
  display: flex;
  margin-top: 16px;
  background: rgba(2, 69, 77, 1);
  border: 2px solid rgba(10, 114, 123, 1);
  border-radius: 6px;
}

.pros-cons__item {
  width: 100%;
}
article ul > li:before,
.article ul > li:before {
  content: "•";
  color: rgba(13, 64, 71, 1);
  width: 6px;
  height: 6px;
  font-size: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.pros-cons__item-list-right li,
.pros-cons__item-list-left li {
  position: relative;
  padding-left: 30px;
}

.pros-cons__item-list-left li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  width: 20px;
  height: 20px;
  background-image: url(../images/list-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.pros-cons__item-list-right li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 12px;
  width: 20px;
  height: 20px;
  background-image: url("../images/list-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.pros-cons__item-list-left li,
.pros-cons__item-list-right li {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
  min-height: 46px;
  display: flex;
  border-bottom: 2px solid rgba(10, 114, 123, 1);
  align-items: center;
  padding: 11px 20px 11px 49px;
}
.pros-cons__item-list-left li {
  border-right: 2px solid rgba(10, 114, 123, 1);
}
.pros-cons__item-title {
  line-height: 2;
  padding-left: 64px;
  font-size: 20px;
  line-height: 16px;
  margin-top: 13px;
}

.pros-cons__item-title:before {
  content: "";
  background: #fcc211;
  border-radius: 3px;
  border-radius: 150px;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pros__item .pros-cons__item-title:before {
  background-image: url("../img/pros.svg");
}

.cons__item .pros-cons__item-title:before {
  background-image: url("../img/cons.svg");
}

.pros-cons__item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.content.info.info__content .pros-cons__item-list {
  padding: 0;
  margin-top: 20px;
}
.content.promotion h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin: 20px 0 0 0;
  text-transform: none;
}
.content.promotion img {
  margin-top: 20px;
}
.content.info.info__content h3 {
  line-height: 27px;
  text-transform: none;
}
.content.info.info__content .pros-cons__item-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content.info.info__content .pros-cons__item.pros__item.article,
.content.info.info__content .pros-cons__item.cons__item.article {
  background: #14152d;
}
.pros-cons__item-list li {
  font-size: 14px;
  font-weight: 700;
  line-height: 18.9px;
}
/* Steps */
.steps__list {
  border: 1px solid #fcc211;
  border-radius: 15px;
  font-family: "Roboto", sans-serif;
  padding: 20px;
  position: relative;
}
.steps__list:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 39px;
  width: 1px;
  background: repeating-linear-gradient(
    180deg,
    #ffd400,
    #ffd400 10px,
    transparent 12px
  );
}

.steps__list li {
  background: linear-gradient(
    90deg,
    rgba(255, 212, 0, 0.6) 0%,
    rgba(255, 199, 0, 0) 100%
  );
  border-radius: 8px;
  min-height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 54px;
}
.offers__list-text {
  /* padding: 20px; */
}
.offers__list-item.offers__list-next.offers__list-app .offers__item-desc a {
  margin-top: 24px;
}
.offerts__btn {
  background: rgba(255, 212, 0, 0.44);
  border: 2px solid rgba(255, 212, 0, 1);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 16px 39px;
  display: flex;
  max-width: 240px;
  width: 240px;
  margin-top: 32px;
  text-align: center;
  box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6) !important;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.offers__list-text.offers__app {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offers__item-desc.offers__item-app {
  width: 100%;
}
.offers__list-item.home2.home2__app {
  padding: 20px 76px 20px 20px;
  min-height: 269px;
}
.app__list-text ol li {
  counter-increment: custom-counter;
  position: relative;
  padding: 11px 20px 11px 64px;
}

.content .stair-list2 li + li,
.content .stair-list li + li {
  margin-top: 0 !important;
}
.offers__list-item.app4 {
  padding-right: 40px;
}
.app__list-text ol li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 23px;
  top: 9px;
  width: 24px;
  height: 24px;
  background: rgba(45, 177, 85, 1);
  border-radius: 50%;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 1);
}
.app__list-text h3 {
  line-height: 120%;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  margin-bottom: 24px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
}
.offers__list-text div {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.offers__list-text div a img {
  margin-right: 10px;
}
.offers__list-text.offers__list-bonus {
  max-width: 439px;
  text-align: center;
}
.offers__list-text.offers__list-bonus ul {
  margin-top: 20px;
}
.offers__list-text.offers__list-bonus ul > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
  color: #fcc211;
}
.steps__list li:before {
  content: "0" counter(ol);
  background: linear-gradient(0deg, #14152d 0%, #45465e 100%);
  border: 1px solid #ffd400;
  border-radius: 3px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 38px;
}

.steps__list li + li {
  margin-top: 40px;
}

/* Article */
.bg-block {
  border: 1px solid #ffc700;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  background: #14152d;
}

.about__item-title {
  color: #ffc700;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about__item.article.bg-block ol {
  counter-reset: list-counter;
}
.about__item.article.bg-block .bg-block__itam {
  background: linear-gradient(270deg, #ffc700 0%, #14152d 91%);
  border: 1px solid #ffc700;
  padding: 20px;
  border-radius: 15px;
}
.bg-block__itam h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 16px;
}
.about__item.article.bg-block ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 16px;
}
.about__item.article.bg-block ol > li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0;
  color: #ffd400;
  font-weight: bold;
  font-size: 20px;
  font-weight: 400;
  line-height: 17.9px;
}
.about__item-title img {
  max-width: 32px;
}

/* Offers */
.offers__list {
  z-index: 999px;
}
.offers__list.offers__list-bon {
  margin-top: 16px;
}
.content.offers {
  padding: 0;
}
.content.offers.offers__content {
  padding: 20px;
}
.content.offers.offers__content.offers__content-bonus
  .offers__list
  li
  .image.bonuses-item__image {
  margin: auto;
  display: flex;
  align-items: center;
  margin-right: 48px;
}
.content.offers.offers__content.offers__content-bonus2
  .content.conclusion.conclusion__bonus2 {
  padding: 40px 80px;
}
.content.offers.offers__content.offers__content-bonus2
  .conclusion__text.offers__list-text {
  background: none;
  border: none;
}

.content.offers.offers__content.offers__content-bonus2
  .conclusion__text.offers__list-text
  h2 {
  background: none;
  padding: 0;
  color: #fff;
  font-size: 20px;
  line-height: 135%;
  text-transform: none;
}
.content.conclusion.conclusion__bonus4 {
  padding: 80px 20px;
}
.offers__list-text.offers__list-bonus p {
  margin-top: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
}
.offers__list-text.offers__list-bonus .hero__small-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
  margin-top: 8px;
  margin-left: 0;
  margin-bottom: 0;
}
.content.conclusion.content__conclusion5 .conclusion__text.offers__list-text {
  background: none;
  border: none;
  display: flex;
  gap: 40px;
  align-items: center;
}
.content.conclusion.content__conclusion5
  .conclusion__text.offers__list-text
  div:first-child {
  max-width: 660px;
}
.content.conclusion.content__conclusion5
  .conclusion__text.offers__list-text
  img {
  width: 344px;
  height: 88px;
}
.content.conclusion.content__conclusion5
  .conclusion__text.offers__list-text
  div {
  flex-direction: column;
}

.content.offers.offers__content ul > li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.offers__list-item.home2 {
  justify-content: flex-start;
}
.content.offers.offers__content ul {
  margin-top: 0;
}
.offers__list-item.offers__list-next.app {
  border: none;
}
.content.offers.offers__content ul li + li {
  margin-top: 20px;
}
.content.offers.offers__content .offers__list {
  margin-top: 20px;
  border-radius: 15px;
}
.content.offers.offers__content .offers__list h3 {
  font-size: 20px;
  font-weight: 700;
}
.offers__list-item {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 85px 165px 85px 40px;
  overflow: hidden;
  min-height: 380px;
  justify-content: flex-end;
}
.offers__list-item.offers__list-next.offers__list-app {
  padding: 20px;
  min-height: 365px;
  border: none;
}
.offers__list-item.offers__list-next.offers__list-next2.app {
  border: none;
  padding: 70px 20px;
}
.offers__list-item.offers__list-next.offers__list-app
  .offers__list-text.offers__list-bonus.offers__list-bonus2 {
  padding: 0;
  margin: 0;
}
.offers__list-text.offers__list-bonus.offers__list-bonuses {
  max-width: 881px;
  padding: 0;
  border: 2px solid rgba(10, 114, 123, 1);
  border-radius: 6px;
  background: rgba(2, 69, 77, 1);
}
.offers__list-text.offers__list-bonus.offers__list-bonus2 h3 {
  line-height: 120%;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  margin-bottom: 24px;
  text-transform: uppercase;
  margin-top: 0;
}
.offers__list-text.offers__list-bonus.offers__list-bonuses ol > li + li {
  border-top: 2px solid rgba(10, 114, 123, 1);
}
.offers__list-item.offers__list-next.offers__list-bonuses {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
}
.offers__list-text.offers__list-bonus .main-text {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: none;
  margin-bottom: 0;
}
.offers__list-text.offers__list-bonus ol {
  counter-reset: custom-counter;
  position: relative;
}

.offers__list-text.offers__list-bonus ol > li {
  counter-increment: custom-counter;
  position: relative;
}

.offers__list-text.offers__list-bonus ol > li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 23px;
  top: 9px;
  width: 24px;
  height: 24px;
  background: rgba(45, 177, 85, 1);
  border-radius: 50%;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 1);
}
.offers__list-text.offers__list-bonus.offers__list-bonus2
  ol
  li:nth-of-type(odd) {
  background: rgba(10, 98, 106, 1);
}
.offers__list-text.offers__list-bonus ul > li::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 9px;
  width: 22px;
  height: 22px;
  background-image: url("../images/ul.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.offers__list-text.offers__list-bonuses ul > li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 16px;
  width: 10px;
  height: 10px;
  background: rgba(45, 177, 85, 1);

  border-radius: 50%;
  background-image: none;
}

.offers__list-item.offers__list-next.offers__list-next2 {
  display: flex;
  justify-content: flex-end;
}
.offers__list-text.offers__list-bonus.offers__list-bonus2 ul,
.offers__list-text.offers__list-bonus.offers__list-bonus2 ol {
  border: 2px solid rgba(10, 114, 123, 1);
  border-radius: 6px;
}
.offers__list-text.offers__list-bonus ul > li,
.offers__list-text.offers__list-bonus ol > li {
  padding: 12px 20px 12px 64px;
  min-height: 46px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.offers__list-text.offers__list-bonus ul > li + li,
.offers__list-text.offers__list-bonus ol > li + li {
  margin: 0 !important;
}
.offers__list-item.home2 .offers__item-desc .offers__item-nav {
  padding-left: 80px;
}
.offers__list-text.offers__list-bonuses ul > li {
  padding: 11.5px 20px 11.5px 28px;
}
.offers__list-text.offers__list-bonuses ul > li + li,
.offers__list-text.offers__list-bonuses ol > li + li {
  margin: 0 !important;
  border-top: none;
}
.offers__list-text.offers__list-bonus.offers__list-bonus2 {
  max-width: 643px;
}
.button.button__green {
  background: rgba(46, 147, 68, 1);
  min-width: 178px;
}
.offers__list-item + .offers__list-item {
  margin-top: 20px;
}

.offers__item-desc {
  position: relative;
}

.offers__item-desc ul li + li {
  margin-top: 14px;
}

.offers__item-desc ul ul {
  margin-top: 14px;
}
.offers__item-desc.offers__item-bonuses {
  padding: 14px 20px;
  background: rgba(10, 98, 106, 1);
  border: 2px solid rgba(10, 114, 123, 1);
  border-radius: 6px;
  max-width: 643px;
}
.offers__item-desc.offers__item-bonuses p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
}
.offers__list-item.offers__list-bonuses {
  border: none;
}
.atricle__list {
  font-weight: 400;
  font-size: 15px;
  line-height: 200%;
}
.offers__item-nav {
  display: flex;
  gap: 19px;
}
.bonus__content.content {
  padding: 0;
  border: none;
  background: transparent;
  overflow: visible;
}

.bonus__list {
  display: flex;
  align-items: center;
  gap: 19px;
}
.icon__bg {
  background: linear-gradient(180deg, #229d47 0%, #142a14 100%);
  border-radius: 300px;
  width: 80px;
  height: 80px;
  display: flex;
  margin-top: -55px;
  align-items: center;
  justify-content: center;
}
.bonus-list__item {
  border-radius: 8px;
  background: linear-gradient(90deg, #001510 0%, #009f8f 100%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
.offers__list-text.offers__list-bonus.offers__list-bonus2 ul li {
  padding: 12px 20px 12px 64px;
  min-height: 46px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
ol.custom-counter li:nth-of-type(odd) {
  background: rgba(10, 98, 106, 1);
}
.sub-list li:nth-of-type(odd) {
  background: none !important;
}
.bonus-item__image {
  flex: 0 1 30%;
  min-width: 200px;
}
.offers__list-item.home2.bonuses3__home {
  padding: 36px 20px;
  min-height: 218px;
}
.bonus-item__image img {
  display: block;
  margin: auto;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}
.article.bonus-item__article img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.article.bonus-item__article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bonus-item__wrap {
  padding: 24px 16px 24px 16px;
  z-index: 100;
}

.bonus-item__title.title.middle {
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 0;
}
.article.bonus-item__article p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
@media (max-width: 600px) {
  .article.bonus-item__article p {
    color: #fff;
  }
}
.bonus-item__article {
  flex: 0 1 calc(100% - 235px);
}
.offers.offers__bg {
  background: none;
}
.bonus-item__buttons {
  padding: 0 20px;
  margin-top: 16px;
  gap: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.bonus-item__button.button {
  flex: auto;
  font-size: 12px;
  line-height: 15.36px;
  padding: 12px 20px;
  border-radius: 10px;
  background: #ff4949;
  box-shadow: none;
  font-weight: 600;
  min-width: 105px;
  display: inline-block;
  margin-top: 0;
}

.bonus-item__button.button:hover {
  background: #ff0000;
}

.bonus-item__button.button + .bonus-item__button.button {
  background: #2e9344;
  min-width: 105px;
  display: inline-block;
  flex: auto;
  font-size: 12px;
  line-height: 15.36px;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: none;
  font-weight: 600;
}

.bonus-item__button.button + .bonus-item__button.button:hover {
  background: #22b141;
}
@media screen and (max-width: 900px) {
  .bonus__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .bonus-item__title.title.middle {
    color: #fff;
  }
}
@media (max-width: 600px) {
  .bonus-item__buttons {
    flex: 0 1 235px;
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 10px;
  }
}
/* Games */
.games__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin-top: 20px;
}
.games__list.list {
  margin-top: 20px;
}
.games__list-item {
  box-sizing: border-box;
  border: 1px solid #fcc211;
  border-radius: 15px;
  overflow: hidden;
  padding: 101px 20px;
  width: calc(50% - 20px);
}
.games__item-desc {
  position: relative;
  z-index: 1;
}
.games__list-item.games__list-mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.games__item-title {
  border-bottom: 1px solid #fcc211;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.games__item-text {
  margin-top: 8px;
}
.offers__list-btn {
  display: flex;
  gap: 10px;
}

.games__item-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
}
.games__list.list .games__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.content.games {
  padding: 0;
  background: transparent;
}
.content.games.games__content {
  padding: 20px;
  background: #1f2038;
}
.games__list-item .background {
  overflow: hidden;
  border-radius: inherit;
}

.games__list-item .background img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
}
.games__list.list .games__list-item {
  padding: 20px;
}
/* popular-online__content */
.content.popular-online__content div {
  background: #14152d;
  border: 1px solid #fcc211;
  padding: 20px;
  border-radius: 15px;
  margin-top: 20px;
  width: 100%;
}
.content.popular-online__content div ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.content.popular-online__content div ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
  color: #fcc211;
  display: flex;
}
.content.popular-online__content div ul li:before {
  content: "•";
  color: #ffd400;
  width: 6px;
  height: 6px;
  font-size: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.offers__list-item.offers__list-mobile {
  padding: 157px 80px;
}
.offers__list-item.offers__list-mobile .offers__list-text div {
  margin-top: 20px;
}
/* Slots */
ul.bg-block {
  padding: 14px;
}

ul.bg-block li:before,
.bg-block ul li:before {
  background: linear-gradient(0deg, #14152d 0%, #45465e 100%);
}

ul.bg-block > li + li,
ul.bg-block ul {
  margin-top: 14px;
}

ul.bg-block ul li:before {
  background: none;
  border: 2px solid #14152d;
}

.table {
  border: 2px solid rgba(10, 114, 123, 1);
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

.table thead {
  background: rgba(10, 98, 106, 1);
}
.info__table table tbody tr:nth-of-type(even) td,
.info__table table tbody tr:nth-of-type(even) th {
  background: rgba(10, 98, 106, 1);
}
.table.slots__table table tbody tr:nth-of-type(even) td,
.table.slots__table table tbody tr:nth-of-type(even) th {
  background: rgba(10, 98, 106, 1);
}
.pros-cons__item-list-left li:nth-of-type(odd),
.pros-cons__item.cons__item li:nth-of-type(odd) {
  background: rgba(10, 98, 106, 1);
}
.pros-cons__item-list-right li:nth-of-type(3),
.pros-cons__item-list-right li:nth-of-type(4),
.pros-cons__item-list-right li:nth-of-type(5) {
  position: relative;
}

.pros-cons__item-list-right li:nth-of-type(3)::before,
.pros-cons__item-list-right li:nth-of-type(4)::before,
.pros-cons__item-list-right li:nth-of-type(5)::before {
  content: none;
}
.table thead th {
  font-weight: 800;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
  text-transform: uppercase;
  padding: 12px 20px;
  border-right: 2px solid rgba(10, 114, 123, 1);
}
.table.slots__table table > tbody > tr > td {
  background: rgba(2, 69, 77, 1);
}
.table tbody th,
.table td {
  padding: 12px 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
}
.table.grade__table tbody th {
  padding: 12px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.table tbody th .slots__table th,
.slots__table td {
  width: 20%;
}
.table.slots__table.slots__table-twoo table tbody tr td:first-child {
  width: 19%;
}
.table.slots__table.slots__table-twoo table tbody td {
  padding: 12px 20px;
}
.table.slots__table.slots__table-twoo table tbody td div {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 15px;
  gap: 8px;
  line-height: 22px;
  color: rgba(255, 255, 255, 1);
}
.table.slots__table.slots__table-twoo table tbody td div img {
  width: 22px;
  height: 22px;
}
.table.slots__table.slots__table-twoo table tbody td div img:first-child {
  margin-left: 4px;
}
.offers__list-text.offers__list-bonus.offers__list-bonus2
  ul
  li:nth-of-type(odd) {
  background: rgba(10, 98, 106, 1);
}
.offers__list-text.offers__list-bonus.offers__list-bonus2
  ul
  li:nth-of-type(even) {
  background: rgba(2, 69, 77, 1);
}

article .table__list > li:before {
  content: "•";
  color: rgba(45, 177, 85, 1);

  width: 10px;
  height: 10px;
  font-size: 41px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
article .table__list > li + li {
  margin-top: 12px;
}
/* FAQ */
.faq__item {
  overflow: hidden;
  border-radius: 6px;
  background: rgba(10, 98, 106, 1);
}

.faq__item + .faq__item {
  margin-top: 16px;
}

.faq-item__title {
  line-height: 30px;
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
  cursor: pointer;
  padding: 16px 55px 16px 16px;
  background: rgba(2, 69, 77, 1);

  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
}

.faq-item__title:before {
  content: "";
  background-image: url("../images/faq-close.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 17px;
  right: 16px;
}

.faq-item__desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  padding: 16px;
  color: rgba(255, 255, 255, 1);
  background: transparent;
}

.faq__item.active .faq-item__title:before {
  background-image: url("../images/faq-open.svg");
}

/* Reviews */
.reviews__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 16px;
  width: 100%;
  flex-direction: row;
}
.rating__block {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 331px;
  height: 14px;
  border-radius: 600px;
  overflow: hidden;
}
.rating__bar {
  height: 100%;
  background: linear-gradient(90deg, #f5af19 0%, #ce2d1b 100%);

  border-radius: 600px;
}
.reviews__list li:nth-of-type(odd) {
  background: rgba(10, 98, 106, 1);
}
.reviews__list-name {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reviews__list-item {
  border: 2px solid rgba(10, 114, 123, 1);
  background: rgba(2, 69, 77, 1);

  border-radius: 6px;
  padding: 20px 20px;
  width: 32%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.reviews__item-rate {
  display: flex;
  gap: 5px;
}

.reviews__item-rate img {
  max-width: 22px;
}

.reviews__item-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 16px;
}
.reviews__item-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: rgba(255, 255, 255, 1);
}
/* Grade */
.table.grade__table {
  margin-top: 20px;
}
.table.grade__table table > tbody > tr {
  border-top: 1px solid #fcc211;
  background: #14152d;
}
.grade__table th,
.grade__table td {
  width: 50%;
}
.table.grade__table thead tr {
  background: #fcc211;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #13151b;
}

/* Conclusion */
.conclusion {
  padding: 80px;
}
.content.conclusion h2 {
  color: #fff;
  background: none;
  padding: 0;
}
.conclusion__desc {
  position: relative;
  width: 100%;
}
.content.conclusion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.app-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.app-button {
  background: rgba(255, 212, 0, 0.44);
  border: 2px solid rgba(255, 212, 0, 1);
  border-radius: 8px;
  box-shadow: 0px -1px 20px 0px #fdcd0a99, inset 0px -1px 20px 0px #fdcd0a99;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 1.14;
  text-align: center;
  width: 242px;
  height: 64px;
  padding: 10px 32px;
}

.app-button:hover {
  background-color: rgba(255, 212, 0, 0.5);
}
.content.conclusion.conclusion__bonus .conclusion__desc.article h2 {
  background: none;
  color: #fff;
  padding: 0;
  text-transform: none;
  font-size: 20px;
  line-height: 135%;
}
.content.conclusion.conclusion__bonus .conclusion__desc.article p {
  margin-bottom: 20px;
}
/* footer */

.footer {
  background: rgba(16, 42, 46, 1);

  color: #9398a0;
  line-height: 1.3;
  font-size: 12px;
  position: relative;
  z-index: 10;
}

.footer img {
  display: block;
  margin: auto;
}

.footer__content.content {
  padding: 0 10px 10px 10px;
  background: transparent;
  overflow: hidden;
  max-width: none;
  text-align: left;
  border-radius: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.footer__content > * {
  margin-top: 10px;
  background: #fff;
  border-radius: 3px;
}
.footer__article strong {
  font-size: 12px;
  line-height: 14.06px;
}
.footer__menu {
  padding: 15px 30px;
  flex: 0 1 100%;
}

.footer__menu > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -16px;
  margin-left: -16px;
}

.footer__menu > ul > li {
  display: block;
  margin-top: 16px;
  margin-left: 16px;
  flex: 1;
}

.footer__menu > ul > li div {
  font-weight: 700;
  color: rgba(55, 60, 71, 1);

  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer__menu > ul > li li {
  display: block;
}

.footer__menu > ul > li li + li {
  margin-top: 6px;
  display: block;
}
.footer-payment {
  display: flex;
  background: none;
  gap: 10px;
}
.footer__article,
.footer__curacao {
  background: #fff;
  border-radius: 3px;
}
.footer__age {
  display: flex;
  gap: 10px;
  background: none;
  padding: 0;
}
.footer__copyright {
  background: #fff;
  border-radius: 3px;
}
.footer__curacao {
  width: 290px;
}
.footer__menu a {
  display: block;
  color: rgba(58, 63, 71, 1);
  font-size: 12px;
  line-height: 100%;
  white-space: nowrap;
}

.footer__menu a img {
  display: block;
}

.footer__menu a span {
  vertical-align: middle;
}

.footer__menu a span:first-child {
  min-width: 14px;
}

.footer__menu a span + span {
  margin-left: 5px;
}

.footer__menu a:hover {
  opacity: 1;
}

.footer__curacao {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
}

.footer__curacao img {
  max-width: 100px;
  width: 100%;
}

.footer__article {
  flex: 0 1 calc(100% - 20px - 10.5%);
  max-width: calc(100% - 80px - 20px);
  padding: 15px;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.footer__article > * + * {
  margin-top: 5px;
}

.footer p a {
  text-decoration: underline;
}

.footer p a:hover {
  color: #117786;
}

.footer p strong {
  color: #373c47;
}

.footer__copyright {
  padding: 24px 30px;
  width: 73%;
}
.footer__copyright p {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: rgba(58, 63, 71, 1);
}
.footer-info__media p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  color: rgba(55, 60, 71, 1);
}
.footer__copyright p + p {
  margin-top: 10px !important;
}
.footer__support {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  color: #373c47;
  text-transform: uppercase;
  font-weight: 700;
  flex: 0 1 18%;
  min-width: 250px;
}

.footer__support > div:first-child img {
  max-width: 48px;
  width: 100%;
}

.footer__support > div:last-child {
  padding-left: 15px;
  text-align: center;
}

.footer__support > div:last-child > * {
  display: block;
}

.footer__support > div:last-child a {
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
}

.footer__support > div:last-child > * + * {
  margin-top: 8px;
}

.footer__support > div:last-child a:hover {
  text-decoration: underline;
}

.footer__info {
  flex: 0 1 calc(100% - 30px - 53% - 18%);
  background: transparent;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: stretch;
  /* max-width: calc((100% - 250px - 30px) * 0.35); */
  max-width: calc((100% - 222px - 30px) * 0.35);
}

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

.footer-info__button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: rgba(121, 148, 150, 1);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  padding: 6px 12px;
}

.footer-info__button:hover {
  background: #22b141;
}

.footer-info__main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.footer-info__main > * + * {
  margin-left: 10px;
}

.footer-info__age {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #e74b4a;
  border-radius: 3px;
  font-size: 20px;
  white-space: nowrap;
  padding: 10px;
}

.footer-info__media {
  flex: 1;
  background: #fff;
  border-radius: 3px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-info__media ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-top: -10px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-info__media li {
  margin-left: 20px;
  margin-top: 10px;
}

.footer-info__media a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: #5ba8b3;
  transition: all 0.2s linear;
}

.footer-info__media a img {
  max-width: 14px;
}

.footer-info__media a:hover {
  color: #117786;
}

@media screen and (max-width: 1300px) {
  .footer__article,
  .footer__copyright,
  .footer__support {
    padding: 10px;
  }

  .footer-info__media ul {
    margin-left: -10px;
    margin-top: -10px;
  }

  .footer-info__media li {
    margin-left: 10px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .footer__article {
    order: 2;
    flex: 0 1 100%;
    max-width: none;
  }

  .footer__curacao {
    min-width: 0;
  }

  .footer__support {
    order: 4;
    min-width: 0;
    flex: 0 1 calc(35% - 10px);
  }

  .footer__info {
    order: 5;
    max-width: none;
    flex: 0 1 calc(45% - 10px);
  }

  .footer__copyright {
    order: 6;
    flex: 0 1 100%;
    max-width: none;
  }
}

@media screen and (max-width: 800px) {
  .footer__support > div:last-child a {
    font-size: 16px;
    font-weight: 500;
  }

  .footer__menu {
    padding: 10px;
  }

  .footer__menu > ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__menu > ul > li {
    flex: 0 1 calc((100% - 64px) / 4);
  }
}

@media screen and (max-width: 600px) {
  .footer__curacao {
    flex: 0 1 calc(40% - 10px);
    width: 100%;
  }

  .footer__support {
    flex: 0 1 calc(60% - 10px);
  }

  .footer__info {
    flex: 0 1 100%;
  }

  .footer-info__media ul {
    margin-left: -20px;
  }

  .footer-info__media li {
    margin-left: 20px;
  }

  .footer__menu > ul > li {
    flex: 1 1 calc((100% - 32px) / 2);
  }
}

@media screen and (max-width: 400px) {
  .footer__support > div:last-child {
    padding-left: 0;
    margin-top: 8px;
  }

  .footer__support {
    display: block;
  }
}
.footer-flag {
  padding: 15px 30px;
}
.footer-flag__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 26px;
  row-gap: 10px;
}
.footer-flag__list li {
  background: rgba(2, 69, 77, 1);
  border-radius: 8px;
  padding: 12px;
}
.footer-flag__list li a {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  gap: 8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
}
.footer-flag__list li a img {
  width: 24px;
  height: 24px;
}
/* To top */
.main__top {
  position: absolute;
  z-index: -100;
  left: 0;
  top: -100px;
}

.content.content__top {
  position: relative;
  background: none;
  padding: 0;
  height: 42px;
  display: flex;
  align-items: flex-end;
}

.main__arrow {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.main__arrow.visible {
  opacity: 1;
  visibility: visible;
}

.main__arrow a {
  position: sticky;
  bottom: 10px;
  right: 0;
  width: 42px;
  height: 42px;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: 200;
  z-index: 9999;
  border-radius: 6px;
}
.main__arrow img {
  display: block;
  margin: auto;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}
/* MOBILE PAGE */
.content.download .download__block {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content.download .download__block div {
  width: 100%;
}
.content.download .download__block div {
  border: 1px solid #fcc211;
  background: #14152d;
  padding: 20px;
  border-radius: 16px;
}
.download-apk {
  border: 1px solid #fcc211;
  background: #14152d;
  padding: 20px;
  border-radius: 16px;
  width: 100%;
}
.download-apk h3 {
  font-size: 20px;
  line-height: 27px;
  text-transform: none;
}
.download-apk ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.download-apk ul li {
  font-size: 14px;
  line-height: 18.9px;
  font-weight: 700;
}
.download-apk ul li:before {
  content: "•";
  color: #ffd400;
  width: 6px;
  height: 6px;
  font-size: 20px;
  display: inline-block;
  margin-right: 8px;
  margin-top: -16px;
  vertical-align: middle;
}
.content.download .download__block div h3 {
  font-size: 20px;
  line-height: 27px;
  text-transform: none;
}
.content.download .download__block div ul {
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid #fcc211;
}
.content.download .download__block div ul li {
  font-size: 14px;
  line-height: 18.9px;
  font-weight: 700;
  display: flex;
}
.content.download .download__block div ul li:before {
  content: "•";
  color: #ffd400;
  width: 6px;
  height: 6px;
  font-size: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.content.download ul li span {
  color: #ffd400;
  margin-right: 2px;
}
.content.benefits {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
    url("../img/mobile1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px;
}
.content.benefits h2 {
  font-size: 28px;
  line-height: 135%;
  background: none;
  padding: 0;
  color: #fff;
}
.content.benefits .games__list li {
  background: #14152d;
  border: none;
  padding: 20px;
  border-radius: 16px;
}
.content.benefits .games__list-item.games__list-mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 1;
}
.content.benefits .games__item-title {
  font-size: 14px;
  line-height: 18.9px;
  border-bottom: none;
  text-transform: none;
  display: flex;
  align-items: flex-start;
}
.content.benefits .games__item-title:before {
  content: "•";
  color: #ffd400;
  width: 6px;
  height: 6px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.content.offers.offers__mobile li {
  padding: 80px;
}
.content.offers.offers__mobile li h2 {
  font-size: 28px;
  line-height: 37.6px;
  background: none;
  padding: 0;
  color: #fff;
}
@media (min-width: 1440px) {
  .content.offers.offers__mobile .offers__list-text.offers__list-bonus {
    background: none;
    border: none;
    max-width: 620px;
    padding: 0;
  }
}
/* author__block */
.author__block {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  background: rgba(10, 98, 106, 1);
  border: 2px solid rgba(10, 114, 123, 1);
  border-radius: 6px;
}
.author__block img {
  width: 148px;
  height: 148px;
}
.author__block div:first-child {
  width: 45%;
}
.author__block h3 {
  font-size: 15px !important;
  font-weight: 800;
  line-height: 22px;
  margin-top: 0 !important;
  color: rgba(255, 255, 255, 1);
}
.author__block .author__name {
  margin-top: 0;
  background: none;
  padding: 0;
}
.author__block p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  background: rgba(2, 69, 77, 1);
  border-radius: 6px;
  padding: 8px 12px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 1);
}
/* Bonuses */
.bonuses__table-col4 th,
.bonuses__table-col4 td {
  width: 25%;
}

.bonuses__table-col3 th,
.bonuses__table-col3 td {
  width: 33.3%;
}

/* Terms */
.terms {
  padding: 80px;
}

.terms__desc {
  position: relative;
  width: 100%;
}

.terms__desc-text {
  max-width: 610px;
}

/* Banner */
.banner {
  padding: 80px;
}

.banner__desc {
  position: relative;
  width: 100%;
}

.banner__desc .bg-block {
  max-width: 650px;
}

/* BONUS PAGE */
.hero__wrap.hero__wrap-bonus {
  max-width: 730px;
}
.content.hero.bonus__hero-wrap .hero__wrap.hero__wrap-bonus {
  max-width: 800px;
}
.slots__content div {
  background: #14152d;
  border: 1px solid #fcc211;
  padding: 20px;
  border-radius: 15px;
  margin-top: 16px;
  width: 100%;
}
.slots__content div h3 {
  font-size: 20px;
  line-height: 27px;
}
.slots__content div ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}

.slots__content div ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
  color: #fcc211;
  display: flex;
}
.slots__content div ul li:before {
  content: "•";
  color: #ffd400;
  width: 6px;
  height: 6px;
  font-size: 20px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.slots__content .content-bonus {
  padding: 20px;
  background: linear-gradient(270deg, #ffc700 0%, #14152d 91%);
  border: 1px solid #fcc211;
}
.slots__content .content-bonus 0l {
  margin: 0;
}
.slots__content .content-bonus ol li {
  color: #fff;
}
.slots__content .content-bonus {
  counter-reset: list-counter;
}

.slots__content .content-bonus ol > li {
  position: relative;
  counter-increment: list-counter;
  padding-left: 14px;
  display: flex;
  align-items: center;
}

.slots__content .content-bonus ol > li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0;
  color: #ffd400;
  font-weight: 400;
  font-size: 20px;
  line-height: 18.9px;
}
.content-bonus ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.app-buttons.conclusion__app-buttons {
  border: none;
}
.content.slots__content div h3 {
  margin-top: 16px;
}
.content.slots__content div h4 {
  color: #fcc211;
  line-height: 27px;
}
.content.slots__content.slots__content-bonus div ul li {
  font-weight: 700;
  font-size: 14px;
  line-height: 18.9px;
}
