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

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gilroy-400/Gilroy-Regular.eot');
  src: local(''),
    url('../fonts/gilroy-400/Gilroy-Regular.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/gilroy-400/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/gilroy-400/Gilroy-Regular.woff') format('woff'),
    url('../fonts/gilroy-400/Gilroy-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/gilroy-500/Gilroy-Medium.eot');
  src: local(''),
    url('../fonts/gilroy-500/Gilroy-Medium.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/gilroy-500/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/gilroy-500/Gilroy-Medium.woff') format('woff'),
    url('../fonts/gilroy-500/Gilroy-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/gilroy-700/Gilroy-Bold.eot');
  src: local(''),
    url('../fonts/gilroy-700/Gilroy-Bold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/gilroy-700/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/gilroy-700/Gilroy-Bold.woff') format('woff'),
    url('../fonts/gilroy-700/Gilroy-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/gilroy-800/Gilroy-Extrabold.eot');
  src: local(''),
    url('../fonts/gilroy-800/Gilroy-Extrabold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/gilroy-800/Gilroy-Extrabold.woff2') format('woff2'),
    url('../fonts/gilroy-800/Gilroy-Extrabold.woff') format('woff'),
    url('../fonts/gilroy-800/Gilroy-Extrabold.ttf') format('truetype');
}
@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/gilroy-900/Gilroy-Black.eot');
  src: local(''),
    url('../fonts/gilroy-900/Gilroy-Black.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/gilroy-900/Gilroy-Black.woff2') format('woff2'),
    url('../fonts/gilroy-900/Gilroy-Black.woff') format('woff'),
    url('../fonts/gilroy-900/Gilroy-Black.ttf') format('truetype');
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #3e4049;
  text-align: left;
  background: #dbdbdb;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  text-align: left;
}

ul > li,
ol > li {
  display: block;
  position: relative;
  list-style: none;
}
ul > li:last-child,
ol > li:last-child {
  margin-bottom: 0;
}

ol > li {
  counter-increment: ol;
}

ul > li {
  padding-left: 14px;
}

ul > li::before,
ol > li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  font: inherit;
  text-align: center;
  padding-top: 0;
}

ul > li::before {
  content: '';
  display: none;
}

ol > li::before {
  content: counter(ol);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: -webkit-calc(100% - 4px * 2);
  height: calc(100% - 4px * 2);
  left: 4px;
  top: 4px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #00aa81;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

a:hover {
  text-decoration: underline;
}

/* Title */
h1,
h2,
h3,
h4,
.title {
  margin-bottom: 16px;
  display: block;
  position: relative;
  width: 100%;
  font-family: 'Gilroy', serif;
  font-weight: 700;
  text-transform: inherit;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
}

h1,
.title.general {
  font-weight: 800;
  font-size: 28px;
  color: #fd6b00;
}

h2,
.title.high {
  padding: 8px 14px;
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  background: #00aa81;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

h3,
.title.middle {
  font-size: 20px;
  line-height: 1.6;
  color: #3e4049;
}

h4,
.title.mini {
  font-size: 18px;
  color: #3e4049;
}

/* Button */
.button,
.text > a,
article > a,
.text__button {
  margin: 0;
  padding: 9px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 6px;
  position: relative;
  width: auto;
  min-width: 180px;
  height: auto;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  text-transform: uppercase;
  background: #ff6b00;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #ff6b00;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button:hover {
  color: #ff6b00;
  text-decoration: none;
  background: transparent;
}

.button.button-contrast {
  background: #00aa81;
  border: 1px solid #00aa81;
}
.button.button-transparent {
  background: transparent;
  color: #00aa81;
  border: 1px solid #00aa81;
}

.button.button-contrast:hover {
  color: #fff;
  background: #435057;
}

.button.button-transparent:hover {
  color: #fff;
  background: #00aa81;
}

.button-box {
  text-align: center;
}

/* var */
.button > img,
.button > span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font: inherit;
  line-height: 1;
  vertical-align: middle;
}

.button > img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

/* Special */
.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.image img,
.background img {
  display: block;
  position: relative;
}
.background img {
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.background {
  margin: 0 !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.background img {
  display: block;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgba(255, 255, 255, 1);
  line-height: 1;
}
use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* Content */
.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cover {
  height: auto;
}

.content > *,
.cover > * {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* Article */
article,
.text {
  overflow: hidden;
  text-align: left;
}

article > div,
.text > div,
article .text__image,
.text .text__image,
article iframe,
.text iframe {
  width: 100%;
}

article .text__image,
.text .text__image {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

article .background,
.text .background {
  z-index: -1;
}

article img,
.text img {
  display: block;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.text > div > a,
article > div > a {
  padding: 12px 32px;
  min-width: 156px;
  font-size: 14px;
  line-height: 1.15;
}

article > *,
.text > * {
  margin-bottom: 20px;
}
article > *:last-child,
.text > *:last-child {
  margin-bottom: 0;
}

article a:not(.button),
.text a:not(.button) {
  color: #00aa81;
  font-weight: 700;
}

article p a:hover,
.text p a:hover,
article span a:hover,
.text span a:hover,
article li a:hover,
.text li a:hover {
  color: #fff;
  text-decoration: none;
}

.text__wrap > * {
  margin-bottom: 20px;
}
.text__wrap > *:last-child {
  margin-bottom: 0;
}

.text__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

.text-wrapper__item {
  margin-right: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 20px / 2);
  -ms-flex: 0 0 calc(50% - 20px / 2);
  flex: 0 0 calc(50% - 20px / 2);
}

.text-wrapper__item-right {
  margin-right: 0;
  margin-left: auto;
}

.text__box {
  padding: 20px;
  width: 100%;
  position: relative;
  background: rgba(230, 233, 234, 0.8);
  border: 2px solid #00aa81;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.text__box-contrast {
  color: #fff;
  background: transparent;
  border: none;
}

.text__box-contrast .title,
.text__box-contrast h3 {
  color: #fff !important;
}

.text__box > * {
  margin-bottom: 20px;
  z-index: 10;
}

.text__box > *:last-child {
  margin-bottom: 0;
}

.text-box__item {
  max-width: -webkit-calc(100% - 340px);
  max-width: calc(100% - 340px);
}

.text-box__image {
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  right: 50px;
  width: auto;
  max-width: 250px;
  z-index: 1;
}

.text-box__image img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.text__background-wrap {
  padding: 40px;
  position: relative;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.text-background-wrap__image {
  position: absolute;
  right: 100px;
  bottom: 0;
  width: unset;
  max-height: 250px;
  max-width: 55%;
  z-index: 10;
}

.text-background-wrap__image img {
  width: unset;
  height: 100%;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 8px 0;
}

.list-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

.list > li {
  padding: 10px 20px 10px 56px;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: rgba(238, 241, 242, 0.87);
  border: 1px solid #00aa81;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

ul.list > li::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: -webkit-calc(100% - 4px * 2);
  height: calc(100% - 4px * 2);
  left: 4px;
  top: 4px;
  background: #00aa81;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
ul.list > li::after {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 17px;
  top: -webkit-calc(50% - 13px / 2);
  top: calc(50% - 13px / 2);
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.list-horizontal > li {
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 20px) / 2);
  -ms-flex: 0 0 calc((100% - 20px) / 2);
  flex: 0 0 calc((100% - 20px) / 2);
}

ul.list-horizontal > li::before,
ul.list-horizontal > li::after {
  display: none;
}

ol.list-horizontal {
  counter-reset: step;
}

ol.list-horizontal > .list__item {
  counter-increment: step;
}

ol.list-horizontal > .list__item .list-item__title {
  margin-left: 48px;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  position: relative;
}

ol.list-horizontal > .list__item .list-item__title::before {
  content: counter(step);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 100%;
  left: -48px;
  top: 0;
  font: inherit;
  background: #00aa81;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

ol.list-horizontal > li::before {
  display: none;
}

.list-horizontal.list-wide > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.list-contrast > li {
  background: rgba(47, 61, 70, 0.8);
}

.list-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #37c59e;
}
.list-horizontal .list-item__title {
  padding: 7px 12px;
  margin-bottom: 8px;
  width: 100%;
  color: #ffffff;
  background: #00aa81;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.list li b,
.page-betting .list li p > b {
  font-weight: 700;
  color: #37c59e;
}

.list li p > b {
  color: inherit;
}

.list li > b {
  display: block;
}

.text footer,
article footer,
.text__footer {
  width: 100%;
}

.text__background {
  background: #192329;
}

.section-transparent .text__background,
.text__wrapper .text__background,
.text__wrap .text__background {
  background: transparent;
}

/* Table */
table {
  width: 100%;
  background: #e6e9ea;
  border: 1px solid #00aa81;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: unset;
}

table thead {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #00aa81;
}

table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(62, 64, 73, 0.16);
}

table tr:last-child {
  border-bottom: none;
}

table tr > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

table td {
  padding: 12px 20px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  background: #ffffff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 1;
}

.section-contrast {
  background: #3a454d;
}

.dummy {
  margin: 0 !important;
  position: absolute;
  top: -80px;
  width: 100%;
  height: 0;
}

/* HEADER */
.header {
  padding: 10px -webkit-calc(50% - ((1560px) / 2));
  padding: 10px calc(50% - ((1560px) / 2));
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 68px;
  background: #edf1f3;
  z-index: 1000;
}

.header > * {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.header__logo {
  margin-left: 10px;
  margin-right: 84px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header__logo > img {
  height: 48px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__button-menu {
  display: none;
}

/* logo */
.logo > img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
}

/* Menu */
.menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.menu li {
  margin-bottom: 0 !important;
  margin-right: 4px;
  display: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0;
}
.menu li::before {
  display: none;
}

.menu li > a {
  padding: 8px 10px;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  color: #445058;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.menu li > a:hover {
  color: #ff6b00;
  text-decoration: none;
}
.menu li > a:not([href]):hover {
  color: #445058;
}

/* hover */
.menu li:hover > a {
  text-decoration: none;
}

.header__buttons {
  margin-left: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header__button {
  padding: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 0 6px;
  min-width: 98px;
  min-height: 40px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  text-shadow: none;
}

.menu .header__button-signup,
.menu .header__button-signin {
  display: none;
}

/* Languages */
.header__language {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 24px;
  margin-left: auto;
}

.header__language img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.header__language-bttn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submenu a {
  display: block;
  font: inherit;
  color: inherit;
  font-size: 15px;
}

.menu .submenu {
  padding-top: 28px;
  position: absolute;
  left: -16px;
  top: -100vw;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  width: 202px;
  height: auto;
  max-height: -webkit-calc(100vh - 80px);
  max-height: calc(100vh - 80px);
  background-color: #292526;
  overflow-y: scroll;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  opacity: 0;
}

.menu .submenu::-webkit-scrollbar {
  display: none;
}

.menu .submenu li {
  padding: 0;
}

.menu .submenu li::before {
  display: none;
}

.menu .submenu a {
  padding: 8px 16px;
  width: 100%;
  text-align: left;
}

/* MAIN */
.main {
  margin: 68px auto 0;
  max-width: 1560px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.main > * {
  position: relative;
}

.main__wrap {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 240px * 2 - 16px * 2);
  -ms-flex: 0 0 calc(100% - 240px * 2 - 16px * 2);
  flex: 0 0 calc(100% - 240px * 2 - 16px * 2);
  max-width: -webkit-calc(100% - 240px * 2 - 16px * 2);
  max-width: calc(100% - 240px * 2 - 16px * 2);
  position: relative;
}

.main__wrap > * {
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 10;
}
.main__wrap > *:last-child {
  margin-bottom: 0;
}

/* Prime */
.prime {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  min-height: 380px;
  background-color: #094d60;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  z-index: 0;
}

.prime::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: -o-radial-gradient(
    18.74% 50.13%,
    24.04% 102.15%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.72) 100%
  );
  background: radial-gradient(
    24.04% 102.15% at 18.74% 50.13%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.72) 100%
  );
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}

.prime__wrap {
  padding: 60px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 630px;
}

.prime__wrap > * {
  margin-bottom: 8px;
}
.prime__wrap > *:last-child {
  margin-bottom: 0;
}

.prime__button {
  margin-top: 16px;
  z-index: 1;
}

.prime__desc {
  font-size: 18px;
  color: #fff;
}

.prime__image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.prime__image img {
  display: block;
  height: 100%;
  -o-object-position: center bottom;
  object-position: center bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

/* RATING */
.prime__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}

.prime__rating p {
  margin: 0;
}

.prime-rating__numbers {
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2px;
  color: #fff;
}
.prime-rating__numbers span {
  line-height: 1;
}

.prime-rating__numbers span:first-child {
  font-weight: 700;
  font-size: 22px;
}

/* About */
.about > * {
  margin-bottom: 20px;
}

.about > *:last-child {
  margin-bottom: 0;
}

.about__table {
  width: 100%;
}

.about__benefits {
  width: 100%;
}

.about__table tr > *:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  font-weight: 700;
}

.about__table td {
  padding: 12px 20px;
}

.about__pros-cons > * {
  margin-bottom: 20px;
}

.about__pros-cons > *:last-child {
  margin-bottom: 0;
}

.about-pros-cons__title {
  font-size: 16px;
}

.about-pros-cons__item {
  padding: 40px;
  width: 100%;
  position: relative;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.about-pros-cons__list {
  width: 100%;
}

.about-pros-cons__list > li {
  margin-bottom: 8px;
  padding: 10px 20px 10px 50px;
  background: rgba(238, 241, 242, 0.87);
  border: 1px solid #00aa81;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.about-pros-cons__list > li:last-child {
  border-bottom: none;
}

.about-pros-cons__list > li::before {
  display: block;
  width: 39px;
  height: -webkit-calc(100% - 4px * 2);
  height: calc(100% - 4px * 2);
  left: 4px;
  top: 4px;
  background: #00aa81;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
}

.about-pros-cons__list > li::after {
  content: '';
  position: absolute;
  left: 11px;
  top: -webkit-calc(50% - 24px / 2);
  top: calc(50% - 24px / 2);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
}

.pros .about-pros-cons__list > li::after {
  background-image: url(../images/icons/plus.svg);
}
.cons .about-pros-cons__list > li::after {
  background-image: url(../images/icons/minus.svg);
}

/* Bonus banner */
.bonus-banner {
  padding: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 400px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.bonus-banner__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.bonus-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
}

.bonus-banner-right .bonus-banner__image img {
  -o-object-position: left center;
  object-position: left center;
}

.bonus-banner__wrap {
  margin-right: auto;
  padding: 20px;
  width: 100%;
  max-width: 536px;
  text-align: center;
  background: rgba(67, 80, 87, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 10;
}

.bonus-banner-right .bonus-banner__wrap {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.bonus-banner__title {
  margin-bottom: 10px;
  padding: 0;
  font-size: 32px;
  line-height: 1.2;
  color: rgba(238, 241, 242, 0.9);
  text-align: center;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.bonus-banner__desc {
  margin-bottom: 20px;
  font-size: 24px;
  color: rgba(238, 241, 242, 0.9);
  line-height: 1.2;
}

.bonus-banner-mini {
  padding: 14px 30px;
  min-height: unset;
}

.bonus-banner-mini .bonus-banner__wrap {
  max-width: 77%;
}

.bonus-banner-mini .bonus-banner__desc {
  margin-bottom: 24px;
  font-size: 16px;
}

.bonus-banner-mini .bonus-banner__desc > p {
  margin-bottom: 0;
  line-height: 1.5;
}

/* Rating */
.rating__title {
  margin-bottom: 20px;
}

.rating__list {
  padding: 0 20px;
}

.rating footer {
  padding: 0 20px 20px;
}

.rating > .rating__image {
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 550px;
}

/* F.A.Q. */
.faq__list > li::before {
  display: none;
}

.faq-item {
  margin-bottom: 16px;
  padding: 0;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.faq-item::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/arrow-bottom.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-item.active::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.faq-item__title {
  padding: 11px 56px 11px 16px;
  text-align: left;
  cursor: pointer;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  text-transform: none;
  color: #fff;
  background: #00aa81;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: pointer;
  overflow: hidden;
  border: none;
}

.faq-item__desc a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}
.faq-item__desc .wrap {
  margin-top: 2px;
  padding: 6px 16px;
  background: #e6e9ea;
}
.faq-item__desc .wrap > * {
  margin-bottom: 12px;
}
.faq-item__desc .wrap > *:last-child {
  margin-bottom: 0;
}

.faq-item__desc li {
  margin-bottom: 12px;
  padding-left: 24px;
}

.faq-item__desc li::before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  top: 10px;
  left: 10px;
  background: #3e4049;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* Reviews */
.reviews__list {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.reviews__item {
  padding: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc((100% - 20px) / 2);
  -ms-flex: 0 0 calc((100% - 20px) / 2);
  flex: 0 0 calc((100% - 20px) / 2);
  font-size: 15px;
  background: rgba(230, 233, 234, 0.85);
  border: 2px solid #00aa81;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.reviews__item::before {
  display: none;
}

.reviews-item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 32px;
  width: 100%;
}

.reviews-item__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 20px;
}

.reviews-item__stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}

.rate-5 .reviews-item__stars {
  width: 130px;
}
.rate-4 .reviews-item__stars {
  width: -webkit-calc(130px * 0.8);
  width: calc(130px * 0.8);
}
.rate-3 .reviews-item__stars {
  width: -webkit-calc(130px * 0.6);
  width: calc(130px * 0.6);
}
.rate-2 .reviews-item__stars {
  width: -webkit-calc(130px * 0.4);
  width: calc(130px * 0.4);
}
.rate-1 .reviews-item__stars {
  width: -webkit-calc(130px * 0.2);
  width: calc(130px * 0.2);
}

.reviews-item__stars img {
  display: block;
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.top {
  position: absolute;
  right: -webkit-calc(50% - 1100px / 2);
  right: calc(50% - 1100px / 2);
  bottom: -54px;
  height: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  pointer-events: none;
  z-index: 999;
}

.top__button {
  z-index: 100;
  width: 54px;
  height: 54px;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: all;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #00aa81;
}
.top__button:hover {
  background: #435057;
}

.top__button img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  width: 30px;
  height: 33px;
}

/* FOOTER */
.footer {
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-calc(1560px - 240px * 2 - 16px * 2);
  max-width: calc(1560px - 240px * 2 - 16px * 2);
}

.footer > * {
  margin-bottom: 20px;
  width: 100%;
}

.footer > *:last-child {
  margin-bottom: 0;
}

.footer__wrap {
  padding: 32px 20px;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.footer__wrap > * {
  margin-bottom: 16px;
}

.footer__wrap > *:last-child {
  margin-bottom: 0;
}

.footer__links {
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  gap: 32px;
}

.footer__links-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.footer__links-item li {
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__links li::before {
  display: none;
}

.footer__links a {
  padding: 4px 0;
  display: block;
  width: 100%;
  font-size: 12px;
  color: #868c96;
  font-weight: 500;
  line-height: 1.15;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__links-item > a {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.2;
  color: #282b30;
  font-weight: 700;
  text-transform: uppercase;
}

.footer__links a[href]:hover {
  color: #00aa81;
  text-decoration: none;
}

.footer__payment {
  padding: 15px 0;
  border-top: 1px solid #868c96;
  border-bottom: 1px solid #868c96;
}

.footer-payment__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.footer-payment__list li {
  margin: 0;
  padding: 15px;
}

.footer-payment__list li::before {
  display: none;
}

.footer-payment__list img {
  display: block;
  height: 30px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}

.footer-copy__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-copy__logo img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.footer-copy__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 12px;
  line-height: 1.2;
}

.footer-copy__text > p {
  margin-bottom: 12px;
}

.footer-copy__text > p:last-child {
  margin-bottom: 0;
}

.footer-copy__text a {
  color: inherit;
  font: inherit;
  text-decoration: underline;
}
.footer-copy__text a:hover {
  text-decoration: none;
}

.footer__countries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.footer__countries li {
  margin: 0 !important;
  padding: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 8px;
  text-transform: uppercase;
  background: #435057;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__countries li:hover {
  opacity: 0.75;
}

.footer__countries li::before {
  display: none;
}

.footer__countries a {
  text-decoration: none !important;
}

.footer__countries .icon {
  padding: 12px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 24px;
  height: 48px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.footer__countries .icon img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__countries .text {
  padding: 12px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 24px;
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px 30px;
}

.footer__bottom img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 49px;
}

/* Breadcrumbs */
.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  position: relative;
  z-index: 1;
  text-align: left;
}

.breadcrumbs > li {
  margin-bottom: 0 !important;
  padding: 0;
  font-size: 14px;
}

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

.breadcrumbs > li a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.breadcrumbs > li a:not([href]) {
  font-weight: 700;
  opacity: 1;
}

.breadcrumbs > li a[href]:hover {
  color: #fd6b00;
  text-decoration: none;
}
.breadcrumbs > li a:not([href]):hover {
  color: #fff;
}

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

/* App */
.app {
  padding: 68px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.app__bttns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  gap: 16px 32px;
  z-index: 100;
}

.app__bttn {
  padding: 10px 16px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  color: #141414 !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  text-shadow: o 1px 2px rgba(0, 0, 0, 0.25);
  background: rgba(55, 197, 158, 0.1);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(26.04%, #ffa302),
    to(#e74900)
  );
  background: -o-linear-gradient(top, #ffa302 26.04%, #e74900 100%);
  background: linear-gradient(180deg, #ffa302 26.04%, #e74900 100%);
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.app__bttn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.app-right .app__bttn {
  margin-left: auto;
}

.app__bttn .app-bttn__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.app__bttn .app-bttn__icon {
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.app__bttn .app-bttn__icon img {
  display: block;
  width: 32px;
  height: 32px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.app__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.app__background img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.app__image {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.app__image img {
  height: 100%;
  width: auto;
  max-width: unset;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Sidebar */
.sidebar {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  width: 240px;
  height: -webkit-calc(100vh - 68px);
  height: calc(100vh - 68px);
  position: fixed;
  top: 68px;
  z-index: 100;
  overflow-y: auto;
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.12));
}
.sidebar-left {
  left: -webkit-calc(50% - 1560px / 2);
  left: calc(50% - 1560px / 2);
}
.sidebar-right {
  right: -webkit-calc(50% - 1560px / 2);
  right: calc(50% - 1560px / 2);
}
.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar > * {
  margin-bottom: 16px;
}

.sidebar > *:last-child {
  margin-bottom: 0;
}

.sidebar__buttons > * {
  margin-bottom: 12px;
}
.sidebar__buttons > *:last-child {
  margin-bottom: 0;
}

.sidebar__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar__nav li {
  margin: 0 0 15px;
  padding: 0;
}
.sidebar__nav li:last-child {
  margin-bottom: 0;
}
.sidebar__nav li::before {
  display: none;
}

.contents-table.sidebar__nav ul a {
  padding-left: 12px;
  line-height: 1.6;
  color: #3e4049;
  border: none;
}

.contents-table.sidebar__nav ul a:hover {
  color: #3e4049;
  font-weight: 400;
  background: rgba(0, 170, 129, 0.5);
}

.sidebar__nav .sidebar-nav__icon {
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  display: block;
}
.sidebar__nav a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sidebar__button:hover,
.sidebar__game:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  text-decoration: none;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.sidebar__button {
  padding: 13px 12px 13px 90px;
  display: block;
  width: 100%;
  position: relative;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  background: -o-linear-gradient(158.65deg, #005568 8%, #102a5e 85%);
  background: linear-gradient(291.35deg, #005568 8%, #102a5e 85%);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.sidebar__button::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#324049),
    color-stop(30%, rgba(50, 64, 73, 0))
  );
  background: -o-linear-gradient(bottom, #324049 0%, rgba(50, 64, 73, 0) 30%);
  background: linear-gradient(0deg, #324049 0%, rgba(50, 64, 73, 0) 30%);
  z-index: 10;
}

.sidebar__button .sidebar-button__icon {
  position: absolute;
  left: 6px;
  bottom: 0;
  height: 100%;
}

.sidebar__button .sidebar-button__text > span {
  display: block;
}

.sidebar__button .sidebar-button__text > span:first-child {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 700;
}

.sidebar__game {
  padding: 17px 8px 17px 74px;
  display: block;
  width: 100%;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.5px;
  text-decoration: none;
  text-transform: uppercase;
  background: -o-linear-gradient(
    148.39deg,
    #034857 8.52%,
    #004d47 49.93%,
    #004f3c 86.47%
  );
  background: linear-gradient(
    301.61deg,
    #034857 8.52%,
    #004d47 49.93%,
    #004f3c 86.47%
  );
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.sidebar-game__icon {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}

.contents-table {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.contents-table__head {
  margin: 0;
  padding: 8px 32px 8px 12px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-transform: uppercase;
  background: #435057;
  cursor: pointer;
}

.contents-table__head::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
  bottom: -webkit-calc(50% - 12px / 2);
  bottom: calc(50% - 12px / 2);
  background-image: url(../images/icons/arrow-bottom.svg);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.contents-table.active .contents-table__head + ul {
  display: block;
}
.contents-table.active .contents-table__head::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.contents-table ul {
  display: none;
  position: relative;
  background: #fff;
}

.contents-table li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e2e8ee;
}
.contents-table li::before {
  display: none;
}
.contents-table li:last-child {
  border-bottom: none;
}

.contents-table ul a {
  padding: 8px 6px 8px 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(62, 64, 73, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-left: 3px solid transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  z-index: 10;
}

.contents-table ul a:hover {
  font-weight: 700;
  color: #141414;
  background: rgba(255, 107, 0, 0.1);
  border-left-color: #ff6b00;
}

.sidebar-nav__link {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #435057;
}

.sidebar-nav__link:hover {
  text-decoration: none;
}

.sidebar__link {
  padding: 10px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #ffffff;
  background: #435057;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.sidebar__link:hover {
  text-decoration: none;
}

.sidebar__link .icon {
  margin-right: 10px;
}

.sidebar__link .icon img {
  width: 18px;
  height: 18px;
}

.sidebar__coupon {
  display: block;
  background: #1a2b33;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none !important;
}

.sidebar-coupon__header {
  padding: 10px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 12.5px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  background: #435057;
  overflow: hidden;
}

.sidebar-coupon__header .icon {
  margin-left: auto;
}

.sidebar-coupon__header .icon img {
  width: 18px;
  height: 18px;
}

.sidebar-coupon__body {
  padding: 20px 12px 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-coupon__body > * {
  margin-bottom: 12px;
}

.sidebar-coupon__body > *:last-child {
  margin-bottom: 0;
}

.sidebar-coupon__bets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sidebar-coupon__bets > span {
  padding: 8px 5px 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: -0.02em;
  border-bottom: 2px solid transparent;
}

.sidebar-coupon__bets > span.active {
  color: #fff;
  border-bottom-color: #01a980;
}

.sidebar-coupon__image {
  margin-bottom: 25px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar-coupon__image img {
  height: 67px;
}

.sidebar-coupon__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.67;
  text-align: center;
  color: #818e95;
}

.sidebar-coupon__subtitle {
  font-size: 10px;
  line-height: 2;
  text-align: center;
  color: #818e95;
}

.sidebar-coupon__field {
  padding: 5px 12px;
  width: 176px;
  font-weight: 400;
  font-size: 10px;
  line-height: 2;
  text-align: left;
  color: #818e95;
  background: #ffffff;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}

.sidebar-coupon__footer {
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
  background: #22333b;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.sidebar-coupon-footer__field {
  padding: 7px 15px;
  width: 135px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  color: #6f7b8d;
  border: 1px solid #6f7b8d;
  -webkit-border-radius: 48px;
  border-radius: 48px;
}

.sidebar-coupon-footer__button {
  padding: 7px;
  min-width: unset;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: none;
}

.sidebar__casino {
  background: #fff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.sidebar-casino__header {
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 12px;
  background-color: #435057;
}

.sidebar-casino__header > * {
  padding: 8px 15px;
  border-top: 5px solid transparent;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none !important;
}
.sidebar-casino__header > *.active {
  border-top-color: #01a980;
}

.sidebar-casino__list {
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
  z-index: 10;
}

.sidebar-casino__item {
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 8px / 2);
  -ms-flex: 0 0 calc(50% - 8px / 2);
  flex: 0 0 calc(50% - 8px / 2);
  position: relative;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

.sidebar-casino__item::before {
  display: none;
}

.sidebar-casino__item > a {
  display: block;
  width: 100%;
  height: 100%;
}

.sidebar-casino-item__image {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}

.sidebar-casino-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.sidebar-casino-item__desc {
  padding: 6px 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sidebar-casino__item > a:hover .sidebar-casino-item__desc {
  opacity: 1;
}

.sidebar-casino-item__desc > span:not(.button) {
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #00ffad;
}

.sidebar-casino-item__button {
  padding: 4px 10px;
  min-width: unset;
  width: 100%;
  height: 24px;
  font-size: 10px;
}

.sidebar-casino-item__button .icon {
  margin-right: 2px;
}

.main__contents-table {
  display: none;
}
.section.main__contents-table {
  margin-bottom: 20px;
  padding: 0 !important;
}
@media screen and (max-width: 1600px) {
  .header,
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    max-width: 100%;
  }

  .sidebar-left {
    left: 20px;
  }
  .sidebar-right {
    right: 20px;
  }

  .top {
    padding: 0;
    position: absolute;
    right: 250px;
  }

  .footer {
    max-width: -webkit-calc(100% - 240px * 2 - 16px * 2 - 20px * 2);
    max-width: calc(100% - 240px * 2 - 16px * 2 - 20px * 2);
  }

  .footer__links {
    padding: 0;
  }
}

@media screen and (max-width: 1500px) {
  .prime__wrap::after {
    content: '';
    position: absolute;
    width: 130%;
    height: 100%;
    left: -40%;
    bottom: 0;
    background: rgba(25, 35, 41, 0.7);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    z-index: -1;
  }

  .bonus-banner {
    padding: 40px;
    min-height: unset;
  }
}

@media screen and (max-width: 1300px) {
  .sidebar-right {
    display: none;
  }

  .main__wrap {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 240px - 16px);
    -ms-flex: 0 0 calc(100% - 240px - 16px);
    flex: 0 0 calc(100% - 240px - 16px);
    max-width: -webkit-calc(100% - 240px - 16px);
    max-width: calc(100% - 240px - 16px);
  }

  .top {
    right: 20px;
  }

  .reviews__list {
    padding: 0;
  }

  .rating__list {
    padding: 0;
  }

  .footer {
    margin-right: 20px;
    max-width: -webkit-calc(100% - 240px - 16px - 20px * 2);
    max-width: calc(100% - 240px - 16px - 20px * 2);
  }
}

@media screen and (max-width: 1200px) {
  .menu li:not(:last-child)::after {
    margin: 0 4px;
  }

  .sidebar {
    padding-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .main__wrap {
    padding-bottom: 0;
  }

  table thead {
    font-size: 16px;
  }

  table thead td {
    padding: 12px;
  }

  table td {
    padding: 12px;
  }

  .app {
    padding: 40px 20px !important;
  }

  .bonus-banner {
    padding: 20px;
  }

  .bonus-banner__wrap {
    max-width: 450px;
  }

  .bonus-banner__title {
    font-size: 28px;
  }

  .bonus-banner__desc {
    font-size: 20px;
  }

  .text__background-wrap {
    padding: 20px;
  }

  .text-background-wrap__image {
    right: 20px !important;
    max-height: 220px;
  }

  .about-pros-cons__item {
    padding: 20px;
  }

  .about__table tr > *:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100%;
  }

  .footer__countries {
    padding: 0 20px;
  }

  .footer__wrap {
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .text-wrapper__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 1025px) {
  .menu > ul > li:hover .submenu li {
    display: block;
  }

  .menu > ul > li:hover .submenu {
    top: 0;
    opacity: 1;
    z-index: 100;
  }

  .submenu li::after {
    display: none !important;
  }

  .menu > ul > li > span + a:hover {
    color: #fff;
    text-shadow: 0 0.5px #fff, 0.5px 0 #fff;
  }

  .menu > ul > li:hover > span + a {
    color: #fff;
    text-shadow: 0 0.5px #fff, 0.5px 0 #fff;
  }

  .menu > ul > li:hover > span img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .menu > ul > .header-nav__expander > a {
    padding-right: 24px;
  }

  .menu > ul > .header-nav__expander > a::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    bottom: -webkit-calc(50% - 6px / 2);
    bottom: calc(50% - 6px / 2);
    right: 4px;
    background-image: url(../images/icons/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .menu > ul > .header-nav__expander:hover > a::before {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}

@media screen and (max-width: 1024px) {
  .header__button-menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    min-width: 0;
    background: transparent;
    padding: 12px 13px;
    margin: 0 0 0 16px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #00aa81;
  }

  .header__button-menu svg {
    display: block;
    margin: 0;
    fill: #00aa81;
  }

  .header__button-menu svg rect {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .header__button-menu.active {
    background: #00aa81;
  }
  .header__button-menu.active ~ .menu {
    top: 100%;
    opacity: 1;
  }
  .header__button-menu.active svg,
  .header__button-menu:hover svg {
    fill: #fff;
  }

  .header__button-menu:hover {
    background: #00aa81;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header__button-menu.active svg rect:nth-child(1) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header__button-menu.active svg rect:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 2);
    -ms-transform: scale(0, 2);
    transform: scale(0, 2);
  }

  .header__button-menu.active svg rect:nth-child(3) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .menu {
    display: block;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: auto;
    max-height: -webkit-calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    overflow: auto;
    text-align: center;
    background: rgba(237, 241, 243, 0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    padding: 10px 32px 80px 32px;
    margin: 0 !important;
    z-index: -1;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
  }

  .menu ul {
    display: block;
    max-width: 320px;
  }

  .menu ul:last-child {
    display: block;
  }

  .menu > * {
    margin: 24px auto 0 auto !important;
  }

  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px 0;
    background-color: transparent;
  }
  .menu li > a,
  .menu .submenu a {
    width: 100%;
    text-align: center;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #445058;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  .menu li > a[href]:hover {
    border-color: #ff6b00;
  }

  .menu li:not(:last-child)::after {
    margin: 10px 0;
  }
  .menu li {
    margin: 0 auto 16px !important;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu li:last-child {
    margin-bottom: 0;
  }
  .menu li::after {
    margin: 5px 0;
  }
  .menu li:last-child::after {
    display: none;
  }

  .menu .submenu {
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-height: unset;
    opacity: 1;
    background: transparent;
  }

  .menu .submenu li:first-child::before {
    content: url(../images/icons/menu-divider.svg);
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    width: 35px;
    height: 20px;
  }

  .header__logo {
    margin-left: 0;
    margin-right: auto;
  }

  .sidebar {
    display: none;
  }

  .main__wrap > * {
    padding: 20px;
  }

  .prime {
    width: 100%;
    overflow: hidden;
  }

  .text-background-wrap__image {
    bottom: -30px;
  }

  .main__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main__contents-table {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .contents-table__head {
    padding: 12px 40px 12px 12px;
  }

  .contents-table a {
    padding: 8px 12px;
  }

  .contents-table__head::before {
    right: 16px;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  .contents-table.active .contents-table__head::before {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .bonus-banner__wrap {
    max-width: 536px;
  }
}

@media screen and (max-width: 900px) {
  .cover {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main__wrap > * {
    padding: 16px;
  }

  .header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text__background-wrap {
    padding: 16px;
  }

  .text__box {
    padding: 16px;
  }

  .about-pros-cons__item {
    padding: 16px;
  }

  .app {
    padding: 32px 16px !important;
  }

  .footer__countries,
  .footer__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .header__buttons {
    padding: 12px 16px;
    margin: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 10px;
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    background-color: #435057;
  }
  .header__button {
    margin: 4px 0;
    padding: 9px 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: unset;
  }

  .header__button-menu {
    margin-left: 12px;
  }

  .menu {
    max-height: -webkit-calc(100vh - 64px);
    max-height: calc(100vh - 64px);
  }

  .prime {
    min-height: 320px;
  }

  .prime__wrap {
    padding: 20px;
    max-width: 550px;
  }

  .text-box__image {
    right: -30px !important;
  }

  .text-box__item {
    max-width: -webkit-calc(100% - 250px);
    max-width: calc(100% - 250px);
  }

  .bonus-banner__wrap {
    max-width: 450px;
    background-color: rgba(67, 80, 87, 0.7);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .bonus-banner__title {
    font-size: 24px;
  }

  .text-background-wrap__image {
    right: -40px !important;
  }

  .reviews-item__header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .reviews-item__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .reviews-item__stars {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__wrap {
    padding-bottom: 90px;
  }

  .top__button {
    bottom: 88px;
  }

  .footer-payment__list img {
    height: 24px;
  }

  .footer__links {
    padding: 0 64px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 40px) / 3);
    -ms-flex: 0 0 calc((100% - 40px) / 3);
    flex: 0 0 calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 605px) {
  h1,
  .title.general {
    font-size: 28px;
  }

  h2,
  .title.high {
    font-size: 20px;
  }
  h3,
  .title.middle {
    font-size: 18px;
  }

  h4,
  .title.mini {
    font-size: 16px;
  }

  .prime__wrap {
    padding: 12px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .prime__wrap::after {
    width: 100%;
    left: 0;
  }

  .prime__title {
    text-align: center;
  }

  .prime__image {
    right: -60px;
  }

  .text-box__image {
    z-index: -1;
  }

  .text-box__item {
    max-width: 100%;
  }

  .bonus-banner .bonus-banner__wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    text-align: center;
  }

  .bonus-banner .bonus-banner__title {
    text-align: center;
  }

  .bonus-banner__desc {
    font-size: 20px;
  }

  .breadcrumbs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .header__button-menu {
    min-width: auto;
    padding: 12px;
  }

  .breadcrumbs {
    padding: 0;
  }

  .text__table {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    overflow-x: scroll;
    width: -webkit-calc(100% + 16px * 2) !important;
    width: calc(100% + 16px * 2) !important;
  }

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

  .text__table table {
    width: 740px;
  }

  .text footer,
  article footer,
  .text__footer {
    padding: 0;
  }

  .text-background-wrap__image {
    display: none;
  }

  .list-horizontal > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .list-horizontal {
    gap: 16px;
  }

  .app {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .app__bttns {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .app__image {
    left: unset;
    right: -120px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .reviews__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .top {
    right: 16px;
  }

  .top__button {
    bottom: 84px;
    width: 42px;
    height: 42px;
  }

  .top__button img {
    width: 20px;
    height: 22px;
  }

  .footer__links {
    padding: 0 32px;
  }

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100% - 20px) / 2);
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2);
  }

  .footer__links a {
    text-align: center;
  }

  .footer__countries {
    gap: 12px;
  }

  .footer-payment__list li {
    padding: 8px;
  }
}

@media screen and (max-width: 475px) {
  .bonus-banner .bonus-banner__wrap {
    max-width: 100%;
  }

  .about__table {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    overflow-x: scroll;
    width: -webkit-calc(100% + 16px * 2) !important;
    width: calc(100% + 16px * 2) !important;
  }

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

  .about__table table {
    width: 620px;
  }
}

@media screen and (max-width: 425px) {
  .text__table table {
    width: 640px;
  }

  .about__table {
    font-size: 14px;
  }

  .about__table td {
    padding: 8px 12px;
  }

  .faq-item__title {
    padding-right: 42px;
  }

  .faq-item::after {
    right: 14px;
  }

  .footer__links {
    padding: 0;
  }

  .footer__countries {
    gap: 8px;
  }

  .footer__countries .icon {
    padding: 8px 0;
    height: 40px;
  }

  .footer__countries .text {
    padding: 8px 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  h1,
  .title.general {
    font-size: 24px;
  }

  h2,
  .title.high {
    font-size: 18px;
  }

  h3,
  .title.middle {
    font-size: 16px;
  }

  h4,
  .title.mini {
    font-size: 14px;
  }

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
