html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  display: block;
  position: relative;
  width: 100%;
  background: #0a626a;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  color: #d9d9d9;
}

.no-scroll {
  overflow-y: hidden;
}
body.no-scroll {
  overflow-y: hidden;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
.content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1310px;
  overflow: hidden;
  border-radius: 6px;
  background: #294f56;

  padding: 32px 20px;
  margin: 0 auto 20px auto;
}

h1,
h2,
h3,
h4,
.title {
  display: block;
  position: relative;
  font-size: 30px;
  font-weight: 900;
  line-height: 120%;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
}

h1,
.title.general {
  text-transform: uppercase;
}

h2,
h3,
h4,
.title.high {
  justify-content: left;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #d9d9d9;
  border-left: 2px solid #41af5a;
  text-transform: uppercase;

  padding: 0 0 0 16px;
}

h2,
.title.high {
  position: relative;
  display: flex;
  align-items: center;
}

h3,
title.medium {
  font-size: 20px;
  text-align: left;
}
h4,
title.medium {
  font-size: 18px;
  text-align: left;
}

article > *,
.article > *,
.desk > * {
  margin-top: 16px;
}

article > *:first-child,
.article > *:first-child,
.desk > *:first-child {
  margin-top: 0 !important;
}

article > h2,
.article > h2,
.desk > h2 {
  margin-top: 16px;
}

article > h3,
.article > h3,
.desk > h3 {
  margin-top: 16px;
}
article > h4,
.article > h4,
.desk > h4 {
  margin-top: 16px;
}

.button {
  position: relative;

  min-width: 273px;
  height: 48px;
  border-radius: 10px;
  background: #ff4949;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  line-height: 128%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fcfcfc;
  /* white-space: nowrap; */
  cursor: pointer;
  box-shadow: 0px 4px 18px 0px #0e181140;
  padding: 14px;
  margin: 0 auto;

  transition: all 0.5s;
}

.button:hover {
  transform: scale(1.1);
}

.header,
.main,
.footer {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;

  max-width: 1600px;
  max-width: 100%;

  margin: 0 auto;
}

.background {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.background img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.images img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* -------------------HEADER---------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #054146;
}

.header__content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  max-height: 60px;
  border-radius: 0;
  background: #054146;

  padding: 18px 30px;
  margin: 0 auto;
}

.logo {
  display: block;
  position: relative;
  max-width: 113px;
  flex: 0 0 113px;
  margin-right: 147px;
}

.logo img {
  display: block;
  position: relative;
  width: auto;
  max-height: 24px;
}

.logo:hover {
  transform: scale(1.1);
}
.header__menu {
  display: flex;
  white-space: nowrap;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.header__menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  flex: 1 1 auto;
  gap: 30px;
}
.header__menu-list li {
  display: block;
}

.header__menu-list li a {
  display: inline-flex;
  position: relative;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  text-transform: uppercase;
  color: #bed2e4;
  transition: all 0.5s;
  padding: 20px 0;
}

.header__menu-list a:hover {
  color: #41b15b;
}

.menu a {
  display: none;
}

span {
  display: inline-block;
}

.header__menu-list a img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.header__menu-list a span:last-child {
  line-height: 24px;
}

.header__flag span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}

.header__flag span img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.header__flag {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  color: #ffffff;
  text-transform: uppercase;
}

.button__login {
  margin-left: auto;
}

.button__login {
  min-width: 88px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 3px;
  background: #ffffff2b;

  padding: 8px 16px;
  margin: 0;
  border: none;
}

.button__singup {
  min-width: 152px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
  margin: 0 10px 0 auto;
  padding: 8px;
  border-radius: 3px;
  background: #41b15b;
}

.button__singup:hover {
  background: #416064;
}
.header__time {
  color: #ffffff;
  position: relative;

  margin-left: 10px;
}

.button__login:hover {
  background: #41b15b;
}

.header__btn-menu {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background: #33636b;
  padding: 10px;
  margin-left: 12px;
  order: 3;
}

svg {
  position: relative;
  fill: #ffffff;
  line-height: 1;
  vertical-align: 1;
}

/* ------------------ MAIN------------- */
.main.home {
  display: flex;
  margin-bottom: 30px;
}

.main__wrap {
  display: flex;
  position: relative;
  flex: 1 1 100%;
  justify-content: center;
  align-items: stretch;
  max-width: 1600px;
  padding: 20px 30px;
  margin: 0 auto;
}

/*--------------------MAIN__SIDEBAR-------------- */

.sidebar {
  position: relative;
  align-self: stretch;

  flex: 0 0 240px;
}

.sidebar {
  align-self: stretch;
  position: sticky;
  flex: 0 0 240px;
  top: 80px;
  bottom: 20px;
  height: calc(100vh - 110px);
  overflow: auto;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar-left__review {
  overflow: hidden;
  border-radius: 3px;
  background: #294f56;
  margin-top: 20px;
}

.sidebar-left__quik {
  margin-bottom: 24px;
}

.menu__review-desk {
  position: relative;
  background: #213f45;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 16px;
}

.menu__review li {
  position: relative;
  padding: 8px 16px;
}
.menu__review.active {
  /* padding: 8px 0; */
  margin: 8px 0;
}

.menu__review li {
  padding: 8px 20px;
  padding: 4px 16px;
  transition: all 0.5s;
}
.menu__review li + li {
  margin-top: 8px;
}

.menu__review li a {
  position: relative;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  transition: all 0.5s;
}

.menu__review li:hover a {
  font-weight: 700;
}

.sidebar__list,
.menu__review-list {
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: 0;
}

.menu__review li:hover {
  border-left: 2px solid #41af5a;
}

.menu__links li a img {
  vertical-align: middle;
  margin-right: 8px;
}

.sidebar__review {
  margin-top: 20px;
}

.menu__review-content::after,
.menu__review-desk::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/sidebar/sidebar-arrowDown.svg) no-repeat center
    center / contain;
  transition: transform 0.3s ease-in-out;
}

.menu__review-content::after {
  width: 20px;
  height: 20px;
  right: 20px;
}

.menu__review-content.active::after,
.menu__review-desk.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.menu-review__content {
  display: none;
  padding: 0;
  margin-bottom: 20px;
  /* background: #054146; */
}

.menu__review-content {
  position: relative;
  padding: 20px;
  border-radius: 6px;
}

.menu__review-content.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.menu__review li a {
  position: relative;
  display: flex;
}

.menu__review-list {
  padding: 0;
}
.menu__review-list li {
  padding: 8px 16px;
}
.content__wrapper {
  /* margin: 0 10px; */

  flex: 0 1 calc(100% - 240px - 10px);
}

.sidebar__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.sidebar__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  gap: 10px;
}

.sidebar__cards img {
  display: block;
  width: 100%;
  height: 100%;
}

.sidebar__cards a img {
  position: relative;
  min-height: 113px;
  display: block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-radius: 6px;
  object-fit: cover;
}

.sidebar__text {
  position: absolute;
  bottom: 0px;
  background: #02454d;
  justify-content: space-between;
  border-radius: 0 0 6px 6px;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
  overflow: hidden;

  padding: 9px 16px;
  width: 100%;
  display: flex;
}

/* -----------hero ----------- */
.content__wrapper {
  position: relative;
  top: 80px;

  margin-left: 20px;
  /* margin-right: 20px; */
}

.hero {
  padding: 0;
  min-height: 380px;
  display: flex;
  align-items: center;
  /* width: 100vw; */
  padding: 20px;
}

.hero__wrapper {
  display: flex;
  align-items: center;
}

.hero__data {
  display: block;
  position: relative;
  max-width: 500px;
  padding: 20px;
  align-items: center;
}

.hero__title {
  margin-bottom: 16px;

  text-align: left;
}

.hero__title strong {
  color: #ffffff;
}
.hero__title span {
  font-weight: 900;
  font-size: 44px;
  line-height: 120%;
  color: #0a626a;
}

/* .hero__data p {
  color: #ffffff;
  text-align: center;
} */

.hero__text {
  color: #ffffff;
  text-align: left;
}

.hero__rating {
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: left;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}

.hero__rating p {
  margin-right: 10px;
  font-weight: 400;
}
.hero__button {
  width: 273px;
  display: block;
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 0;
}
/* .hero__data span {
  font-size: 15px;

  line-height: 18px;

  color: #ffffff;
} */

.hero__data .hero__span {
  display: block;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
  text-align: left;
  /* width: max-content; */
  padding: 0 15px;
}

/* --------------------features----------- */
.features > * {
  margin-top: 16px;
}
.features {
  gap: 20px;
  width: 100%;
  height: auto;

  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}

.features .features__title {
  margin-bottom: 20px;
}

.features__content {
  display: flex;
  gap: 20px;
}

.features__wrapp {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 50%;
}

.content__wrapp {
  display: flex;
  flex-direction: row;
  width: 100%;
  background: #02454d;
  border: 2px solid #9e9ea8;
  border-radius: 6px;
}

.features__list {
  position: relative;
}

.features__list li,
.features__table tr {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;

  color: #ffffff;

  padding: 9px 20px;
}

.features__list li:not(:last-child),
.features__item li {
  border-bottom: 2px solid #9e9ea8;
}

.features__table td:nth-child(1) {
  text-transform: none;
}

.features__list li::before,
.features__item li::before {
  content: "";
  display: block;
  position: relative;
  min-width: 24px;
  height: 24px;
  background: url(../images/main/features-plus.svg) no-repeat center
    center/contain;
  vertical-align: middle;
  margin-right: 20px;
}

.features__item li::before {
  background: url(../images/main/features-minus.svg) no-repeat center
    center/contain;
}

.features__table table {
  width: 100%;
  border: 2px solid #9e9ea8;
  border-radius: 6px;
  border-collapse: separate;
  background: #02454d;
}
.features__table tr:not(:last-child),
table thead tr {
  border-bottom: 2px solid #9e9ea8;
}
.features__table tr {
  padding: 0;
}

.features__table td,
.features__table th {
  width: 50%;
  padding: 9px 20px;
  text-transform: uppercase;
  white-space: normal;
}

.features__table td:nth-child(2),
.features__table th:nth-child(2) {
  padding-left: 10px;
  border-left: 2px solid #9e9ea8;
}

.features__item {
  border-left: 2px solid #9e9ea8;
}

/* ----------------article------------- */

.article {
  display: flex;
  flex-direction: column;
}
.article ul li {
  position: relative;
  padding-left: 20px;
}

.article ul li + li {
  margin-top: 8px;
}

.article ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #41AF5A;
}

.article__button {
  min-width: 200px;
  min-width: 0;
  width: max-content;
  margin: 20px auto 0 auto;
  background: #2e9344;

  box-shadow: 0px 4px 18px 0px #0e181140;

  padding: 14px 32px;
  margin-left: 0;
}

.article h3 {
  text-transform: uppercase;
}

.article__links {
  color: #4ea522;
}

/* для нумерованного списка */

.article ol {
  counter-reset: ol;
  position: relative;
}

.article ol li {
  counter-increment: ol;
  position: relative;
  padding-left: 20px;
}

.article ol li::before {
  content: counter(ol) ".";
  display: inline-block;
  position: absolute;
  font: inherit;
  font-weight: 400;
  color: #41AF5A;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.article ol li + li {
  margin-top: 8px;
}

.article .image {
  padding: 69px 20px;
}

.article .list {
  left: 0;
  color: white;
  border: 2px solid #9e9ea8;

  border-radius: 6px;

  max-width: 50%;
  z-index: 10;

  margin-top: 0;
}

.article .image-win {
  padding: 28px 20px;
}
.list li span{
  font-weight: 700;
  font-size: 16px;line-height: 22px;
}

.list-win-flex li{
  display: flex;flex-direction: column;
}

.article .list li:not(:last-child) {
  border-bottom: 2px solid #9e9ea8;
}

.article .list li {
  padding: 12px 20px 12px 64px;
}

.article .list li + li {
  margin-top: 0;
}

.article__span{
  font-weight: 700;
}

.article ol span{
  font-weight: 700;
}

.article .list li::before {
  content: counter(ol) "";
  left: 20px;
  background: #2db155;
  color: #ffffff;
  border-radius: 300px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.article .list__dicas li{
  padding: 12px 20px 12px 40px;
}
.article .list__dicas {
  max-width: 60%;
  background: #02454D;

}

.article .list__dicas li::before{
  content:"";
  width: 8px;height: 8px;
}

.article__button-register {
  background: #2e9344;
  min-width: 178px;
}

/*  */
.table__wrapper {
  border: 1px solid #9e9ea8;
  border-radius: 6px;
  background: #02454d;
  width: 100%;
  overflow-x: auto;
}

.table__game,
.ratings__table,
.table__features {
  border-collapse: collapse;
  table-layout: auto;
}

.table__game,
.ratings__table,
.table__features {
  table-layout: fixed;
  background: #02454d;
}
/*  */

.table__wrapper::-webkit-scrollbar {
  height: 3px;
}
.table__wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.table__wrapper::-webkit-scrollbar-thumb {
  background: #9e9ea8;
}
/* ------------ */
.table__game thead tr th,
.table__game tbody tr td,
.table__features thead tr th,
.table__features tbody tr td,
.ratings__table thead th,
.ratings__table tbody td {
  /* border: 1px solid black; */
  display: table-cell;
}

.table__game,
.table__features,
.ratings__table {
  display: table;
  width: 100%;
}

.table__wrapper {
  max-width: 100%;
  overflow: auto;
}

/* ----------------- */

.table__game thead tr th,
.table__features thead tr th {
  text-transform: uppercase;
  font-weight: 800;
}
.table__game thead tr th,
.table__game tbody tr td,
.table__features thead tr th,
.table__features tbody tr td {
  width: 20%;
  padding: 12px 20px;
  border: 1px solid #9e9ea8;
}

.table__features thead tr th,
.table__features tbody tr td,
.ratings__table thead th,
.ratings__table tbody td,
.ratings__table thead tr th,
.ratings__table tbody tr td {
  width: 33.33%;
}
.table__features-depósitos thead tr th{
word-break: keep-all;
}
.table__features-depósitos thead tr th,.table__features-depósitos tbody tr td{
  width: 25%;
  
}
.table__features tbody tr td ul li {
  padding-left: 20px;
}

.table__features tbody tr td ul li::before {
  width: 10px;
  height: 10px;
  background: #2db155;
}

.article__button-play,
.article__button-deposit {
  min-width: 144px;
  background: #2e9344;
}

.article .list-win li::before {
  content: "";
  background: url(../images/app/icon-win.svg) no-repeat center center / contain;
  width: 24px;
  height: 24px;
  top: 15px;
  transform: none;
}
.article .list-win-right {
  margin-left: auto;

  max-width: 55%;
}

.article .image-win-right {
  padding: 69px 20px;

  display: flex;
  align-items: center;
}

.article .list-win-right li::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.article .list__bonus {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: auto;
  position: relative;
  top: 0;
  transform: none;
}

.article .list__bonus li:not(:last-child) {
  border-bottom: none;
}

.article .image-center {
  padding: 32px;
}
.article .image {
  position: relative;
}

.table__level-wrapper {
  overflow-x: auto;
  width: 100%;
  border: 2px solid #9e9ea8;
  border-radius: 6px;
}

.table__level {
  background: #02454d;

  border-collapse: separate;
  overflow: hidden;
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
}
.table__level thead tr th,
.table__level tbody tr:not(:last-child) td {
  border-bottom: 2px solid #9e9ea8;
}

.table__level thead tr th,
.table__level tbody tr td {
  width: 33.33%;
  padding: 12px 20px;
  font-weight: 800;
  line-height: 22px;
}

.table__level-wrapper::-webkit-scrollbar {
  height: 3px;
}

.table__level-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.table__level-wrapper::-webkit-scrollbar-thumb {
  background: #9e9ea8;
}

.table__level thead tr th {
  text-transform: uppercase;
}

.table__level thead tr th:not(:first-child),
.table__level tbody tr td:not(:first-child) {
  border-left: 2px solid #9e9ea8;
}

.article__info {
  position: relative;
 
  border-radius: 6px;
  color: #D9D9D9;
  
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
  
}

.article .list-win {
  max-width: 53%;
}

.background-win img{
  object-position: 60%;
}

.article .image__logo {padding: 20px;}
/* -------------banner---------------- */

.banner {
  display: flex;
  align-items: center;
  justify-content: left;
  overflow: hidden;
  width: 100%;
  min-height: 380px;
  border: 3px solid #2e9344;
  padding: 20px;
  background: transparent;
  border-radius: 6px;
  margin-bottom: 20px;
}

.banner__info {
  display: flex;

  flex-direction: column;
  align-items: center;
  position: relative;

  text-align: center;

  border-radius: 12px;
  padding: 16px;
}

.banner .banner__title-main {
  text-align: left;
  flex-direction: column;
  align-items: center;
  font-weight: 900;
  line-height: 120%;
  border-left: none;
  padding: 0;
  font-size: 34px;
  color: #ef4c4d;
  width: 100%;
  text-transform: none;
  margin-bottom: 20px;
}

.banner .banner__title::after {
  display: none;
}

.banner__title-main > *:last-child {
  color: #ffffff;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 16px;
}

.banner__title-main span {
  color: #ffffff;
}

.banner .banner__background img {
  object-position: 100%;
}

.banner__button {
  margin-left: auto;
  margin-bottom: 8px;
}

.banner__span {
  font-size: 10px;
  line-height: 150%;
  font-weight: 400;
}

.banner__button-app {
  display: inline-block;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 128%;
  text-transform: uppercase;
  height: 64px;
  white-space: normal;
  padding: 12px 22px 12px 64px;
  margin-bottom: 0;
}

.banner__button-app::before,
.banner__button-ios::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 32px;
  height: 32px;
}

.banner__button-ios {
  background: #248e44;
  min-width: 234px;
  max-width: 254px;
  width: 100%;
}

.banner__button-ios::before {
  background: url(../images/app/apple-app.svg) no-repeat center center / contain;
}

.banner__button-android {
  background: #10707c;
  min-width: 259px;
  max-width: 259px;
}

.banner__button-android::before {
  background: url(../images/app/android-app.svg) no-repeat center center /
    contain;
}

.banner__btn-main {
  display: flex;
  flex-direction: row;
  gap: 19px;
}

.banner__btn {
  min-height: 323px;
  padding: 20px 20px 20px 96px;
}

.banner__bonus-right {
  justify-content: flex-end;
  padding: 80px;
  margin-bottom: 0;
}
/* --------------rating------------------- */
.rating__table {
  /* display: flex; */
  width: 100%;
  margin-top: 16px;
  background: #02454d;
  /* border: 2px solid #9e9ea8; */
  border-radius: 6px;
  margin-bottom: 16px;
}

/* .rating__table tbody {
  width: 100%;
} */

.table td {
  /* display: flex; */
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: none;
  vertical-align: middle;
  text-align: left;
}

/* .rating__table table {
  width: 100%;
} */

.rating__table tr {
  /* display: flex; */
  position: relative;
  align-items: center;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 2px solid #9e9ea8;
}

.rating__table td:not(:first-child),
.rating__table th:not(:first-child) {
  border-left: 2px solid #9e9ea8;
}

.ratings__cell-flex {
  display: flex;
  gap: 8px;
  align-items: center;
}

.rating__table tbody tr td span {
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
  vertical-align: middle;
  height: 18px;
  white-space: nowrap;
}

.rating__table thead tr th,
.rating__table tbody tr td {
  width: 33.333%;
  padding: 12px 20px;
}
/* .rating__table tbody tr:not(:last-child) {
  border-bottom: 2px solid #9e9ea8;
}
.rating__table tbody tr td:not(:first-child),
.rating__table thead tr th:not(:first-child) {
  border-left: 2px solid #9e9ea8;
} */
.rating__table thead tr th {
  text-transform: uppercase;
}

.ratings__image img {
  display: block;
  height: auto;
  width: 100%;
  height: 22px;
}

.ratings__image {
  display: flex;
  gap: 5px;
  align-items: center;
}

/*  */

/* -------review----- */

.review__wrapper {
  border-radius: 6px;
  background: #02454d;

  border: 2px solid #2e9344;
  /* flex: 1 1 calc(50% - 16px); */
  padding: 20px;
}

.review__photo {
  display: block;
  width: 60px;
  height: 60px;
}

.review ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 16px;
}
.review ul li {
  display: flex;
  flex: 1 1 calc(33.333% - 16px);
   flex: 0 1 calc(33.333% - 16px);
  border-radius: 6px;
}

.review__wrapp {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.review .review__wrapp h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 135%;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 16px;
  border-left: none;
  padding: 0;
}

.review__wrapp img {
  width: 22px;
  height: 22px;
}

/* ----------faq----------------------- */

.faq__subtitle {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  text-align: left;
  background: #213f45;
  border-left: none;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  padding: 17px 64px 17px 20px;
}

.faq__list li + li {
  margin-top: 16px;
}

.faq__title {
  margin-bottom: 16px;
}

.faq__subtitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(../images/faq-arrowDown.svg) no-repeat center center / contain;
  transition: transform 0.3s ease-in-out;
}

.faq__subtitle.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq__item {
  position: relative;
}

.faq__subtitle.active {
  transition: all 0.5s;
}

.faq__answer {
  position: relative;
  color: #ffffff;
  background: transparent;
  padding: 12px 20px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}
/* --------feedback------- */
.feedback {
  margin-bottom: 0;
}
.feedback ul {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

.feedback ul li .feedback__block {
  display: flex;
  background: #02454d;
  border: 2px solid #2db155;
  border-radius: 6px;
  gap: 20px;
  padding: 20px;
}
.feedback ul li div img {
  display: block;
  min-width: 320px;
  height: auto;
}
.feedback__desc{
  display: flex;flex-direction: column;
  gap :10px;
}

.feedback__desc h3 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  border-left: none;
  padding: 0;
}
.feedback__info {
  border-bottom: 2px solid #0a727b;
  width: max-content;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

/* ---------main__arrow------ */
.main__arrow {
  display: block;
  position: fixed;
  width: 42px;
  height: 42px;
  right: 20px;
  bottom: 20px;

  background: url(../images/ArrowUp.svg) no-repeat center center / contain;
  z-index: 100;
}

/* ------------footer----------------- */
.footer {
  display: flex;
  position: relative;
  margin-top: 60px;
}

.footer__content {
  padding: 10px;
  /* max-width: 1600px; */
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  width: auto;
  background: #102a2e;
}

.footer__content > * {
  background: #fff;

  border-radius: 3px;
  margin: 5px;
}

.footer__country {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  row-gap: 10px;
  padding: 15px 40px;
}

.footer__country li {
  background: #02454d;
  border-radius: 8px;
  padding: 12px;
}
.footer__country a {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer__country a span img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: middle;
}

.footer__country a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
  padding: 15px 30px;
}

.footer__menu div {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #373c47;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.footer__menu li {
  position: relative;
  color: #3a3f47;

  flex: 0 1 calc((100% - 30px) / 5);
}

.footer__info {
  position: relative;
}

.footer__info a {
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  color: #3a3f47;
}

.footer__text p {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #3a3f47;
}

.footer__text p + p {
  margin-top: 8px;
}

.footer__wrapper {
  display: flex;
  width: 100%;
  gap: 10px;
  background: transparent;
}

.footer__image {
  padding: 10px 33px;
  flex: 0 0 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 3px;
}

.footer__image img {
  max-width: 100px;
}

.footer__desc {
  background: #ffffff;
  border-radius: 3px;
  flex: 0 1 calc(100% - 276px - 10px);
  padding: 15px;
}

.footer__desc p {
  color: #3a3f47;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
}

.footer__desc-link {
  color: #3a3f47;
  text-decoration: underline;
}

.footer__text {
  color: #3a3f47;

  padding: 20px;

  flex: 0 1 calc(100% - 434px - 20px);
}
.footer__text p {
  display: flex;
  flex-direction: row;
}

.footer__links {
  display: flex;
  flex-direction: row;
}

.footer__links {
  background: #ffffff;
  border-radius: 3px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 21px;

  flex: 0 1 calc(100% - 54px - 10px);
}
.footer__android,
.footer__windows {
  position: relative;
}

.footer__links li a img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

.footer__age {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  height: auto;
  color: #373c47;
  background: #ffffff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 23.44px;
  padding: 13px;
}

.footer__information {
  text-align: center;
  display: flex;
  align-items: stretch;

  flex-wrap: wrap;

  flex: 0 1 434px;
  background: transparent;
}

.footer__mob {
  background: #799293;
  border-radius: 3px;
  padding: 8px;
  margin-top: 10px;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.footer__mob a {
  color: #ffffff;
}

.footer__wrapper ul {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 3px;
  flex: 0 1 276px;
}
.footer__wrapper ul li {
  display: block;
}

.footer__wrapper ul li a {
  display: block;
}
.footer__wrapper ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}

/* --------------bonus page------------- */
.breadcrumbs {
  display: flex;
  text-align: center;
  justify-content: left;
  margin-bottom: 6px;
  white-space: nowrap;
}

.breadcrumbs li:not(:last-child) a {
  padding-left: 0;
}

.breadcrumbs li a {
  font-weight: 400;
  color: #ffffff;
  padding: 10px;
}

.breadcrumbs li:first-child a:hover {
  color: #ff6b00;
}

.breadcrumbs li:last-child a {
  font-weight: 700;
}

.breadcrumbs > li:not(:last-child):after {
  content: "|";
  position: relative;
  color: #ffffff;
}

.main-page.home {
  top: 60px;
  /* display: block; */
}

.home .hero__page.hero__page-page {
  justify-content: start;
}

.hero__data-bonus {
  max-width: 473px;
}

.content__wrapper-page {
  top: 0;
}

.content.bonuses {
  /* padding: 0;
  background: none; */
  border: none;
  box-shadow: none;
}
.content.bonuses  h2,.content.bonuses  p{
  margin-bottom: 16px;
  position: relative;
}

.bonuses__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bonuses__item {
  display: flex;
  background: transparent;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  padding: 0;
  border: 3px solid #2e9344;
  overflow: hidden;
  background: #02454D;

}

.bonuses__item > * {
  position: relative;
}

.bonuses__item + .bonuses__item {
  margin-top: 0;
}

.bonuses__item:before {
  display: none;
}

.bonuses__icon {
  background: #2e9344;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;

  display: flex;

  align-items: center;

  justify-content: center;
}

.bonuses__img img {
  display: block;
  height: 100%;
  width: 100%;
}

.bonuses__desc {
  padding: 24px 20px;
  background: #02454d;
  width: 100%;
  text-align: center;
}
.bonuses__desc p {
  color: #ffffff;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 150%;
}

.title.bonuses__title {
  flex-direction: column;
  text-align: center;
  color: #ffffff;
  border: none;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  position: relative;
  margin-bottom: 12px;
  background: transparent;
  padding: 0;
}

.title.bonuses__title::before,
.title.bonuses__title::after {
  display: none;
}

.bonuses__buttons {
  display: flex;
  justify-content: center;

  gap: 16px;
}

.bonuses__button {
  min-width: 105px;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  color: #ffffff;
  padding: 12px 20px;
  line-height: 128%;
  font-weight: 600;
  height: 39px;
  background: #FF4949;

}

.bonuses__list-last{
  grid-template-columns: repeat(1, 1fr);
  margin-top: 20px;
}

.bonuses__item-last{
flex-direction: row-reverse
}
.bonuses__item-content{
  position: relative;
}
.bonuses__item-content .bonuses__desc{
  width: 50%;
}
.article .article__list li::before {
  width: 3px;
  height: 3px;
}
/* .list__bonus li .custom-bullets {
  left: -60px;
}
.list__bonus li .custom-bullets li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  padding-left: 48px;
  padding: 12px 20px;
}

.article .custom-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
}

.article .custom-bullets li::before {
  content: " ";
  width: 48px;
  height: 16px;
  display: none;
}

.article .custom-bullets li span.dot {
  display: inline-block;
  border-radius: 50%;
  background-color: #2db155;
}

.article .custom-bullets li span.dot.small {
  width: 8px;
  height: 8px;
}

.article .custom-bullets li span.dot.medium {
  width: 12px;
  height: 12px;
}

.article .custom-bullets li span.dot.large {
  width: 16px;
  height: 16px;
} */
.list__bonus{
  display: flex;flex-direction: column;
  gap: 16px;
  justify-content: center;align-items: center;
  padding: 20px;
}

.list__bonus li{
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;align-items: center;
}

.list__bonus li P{
  font-weight: 400;
  text-align: center;
}

.article .list__bonus > li::before {
  content: none !important;
}

.article .list__bonus li {
  padding: 12px 20px;
  padding: 10px;
}
.article .image-center {
  display: flex;
  justify-content: center;
}

.article .list__bonus li {
  /* padding: 12px 20px; */
  font-weight: 700;
}

.article .list__bonus li::before {
  top: 10px;
  transform: none;
  left: 20px;
}

.article ul li span{
  font-weight: 700;

}

/*  */

.article .list__bonus {
  counter-reset: main-counter;
  list-style: none;
  background: #02454DE5;
  border: 2px solid #9E9EA8;
  border-radius: 6px;

}
.article .list__bonus > li {
  counter-increment: main-counter;
  position: relative;
}

.article .list__bonus > li::before {
  content: counter(main-counter) "";
  font-weight: bold;
  position: absolute;
}

.content-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.background__image-center img {
  object-fit: cover;
}
/*  */

/* --------------------app-page------------- */
.hero__page-app {
  height: 600px;
  height: auto;
}

.hero__title-app {
  text-align: center;
}

.home .hero.hero__page-app {
  justify-content: flex-start;
  align-items: center;
}

.article .image-app,
.article .image-right-app {
  padding: 20px;
}
.article .image-app h3,
.article .image-right-app h3 {
  margin-bottom: 16px;
}
.article .image-app ol,
.article .image-right-app ol {
  left: 0;
  max-width: 100%;
}

.article .image-right-app ol {
  max-width: 100%;
}

.article .image-app .article__button-app-ios,
.article .image-right-app .article__button-app-android {
  position: relative;
  display: inline-block;
  min-width: 234px;
  height: 64px;
  font-size: 16px;
  line-height: 128%;
  font-weight: 600;
  background: #248e44;
  border: 2px solid #ffffff;
  margin-top: 0;
  width: 234px;
  padding: 12px 22px 12px 64px;
}
.article .image-right-app .article__button-app-android {
  background: #10707c;
  width: 259px;
  margin-left: 0;
  margin-right: 0;
}

.article .image-app .article__button-app-ios::before,
.article .image-right-app .article__button-app-android::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  background: url(../images/app/apple-app.svg) no-repeat center center / contain;
}

.article .image-right-app .article__button-app-android::before {
  background: url(../images/app/android-app.svg) no-repeat center center /
    contain;
}

.image__box ,.image__boxes{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 55%;
  margin-left: auto;
  position: relative;
    z-index: 1;
}

.image__boxes{
  margin-right: auto;
  margin-left: 0;
  
}
.article__content,.article__content-right{
overflow: hidden;
border-radius: 6px;
}

.article__app {
  margin-bottom: 0;
}
.image-app p,.image-right-app p{
  position: relative;
  margin-bottom: 16px;
}
.image-app .list-app,.image-right-app .list-right-app{
  background: #02454D;
margin-bottom: 16px;
}

.text-app{
  font-weight: 700;
}
.list__app{
  display: flex;
flex-direction: column;
gap:12px ;
  background: #02454D;
border: 2px solid #2E9344;
border-radius: 6px;
padding: 12px;
}