@charset "utf-8";

@import url('https://fonts.cdnfonts.com/css/gilroy-bold');
@import url('https://db.onlinewebfonts.com/c/000833a3a58fb083c44b9de42c2ff0a2?family=Gilroy-SemiBold');
@import url('https://db.onlinewebfonts.com/c/d8c8c34b8ec2958112c6e34f61dbd78a?family=Gilroy+ExtraBold');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Faustina:wght@700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  background: #dbdbdb;
  font-family: 'Gilroy-Light', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #3e4049;
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
}

p {
  margin-top: 16px;
  width: 100%;
}

.title + p,
p:first-child {
  margin-top: 0;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

/* Title */
h1,
h2,
h3,
h4 {
  display: block;
  text-align: left;
  line-height: 1.2;
  position: relative;
  width: 100%;
}

.title {
  margin-bottom: 16px;
}

h1,
.title.general {
  font-family: 'Gilroy ExtraBold';
  font-weight: 900;
  font-size: 28px;
  color: #fd6b00;
  margin-bottom: 0;
}

h2,
.title.high {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  padding: 8px 14px;
  background: -webkit-gradient(linear, left bottom, left top, from(#062054), to(#0a5f72));
  background: -webkit-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: -moz-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: -o-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: linear-gradient(0deg, #062054 0%, #0a5f72 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

h3,
.title.middle {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #3e4049;
}

h4,
.title.mini {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  color: #282b30;
}

/* Article */
article,
.article {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

article > * + *,
.article > * + * {
  margin-top: 16px;
}

article li,
.article li {
  position: relative;
  padding-left: 24px;
}

article li + li,
.article li + li {
  margin-top: 2px;
}

article ol > li,
.article ol > li {
  counter-increment: ol;
}

article ul > li:before,
article ol > li:before,
.article ul > li:before,
.article ol > li:before {
  display: inline-block;
  position: absolute;
  font: inherit;
  color: inherit;
  z-index: 1;
  top: 0;
  left: 8px;
}

article ul > li:before,
.article ul > li:before {
  content: '';
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #3e4049;
  top: 8px;
}

article ol > li:before,
.article ol > li:before {
  content: counter(ol) '.';
  left: 0;
}

article p a,
.article p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #3e4049;
}

article p a:hover,
.article p a:hover {
  color: #00aa81;
  text-shadow: 0 0.4px #00aa81, 0.4px 0 #00aa81;
}

article .button,
.article .button {
  margin-right: auto;
}

/* Button */
.button {
  background: #fd6b00;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 16px;
  font-family: 'Gilroy-SemiBold';
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  margin: 16px 0 0;
  height: auto;
  width: auto;
  min-width: 180px;
  min-height: 46px;
  position: relative;
}

.button:hover {
  background: #00aa81;
}

.button img,
.button span {
  display: inline-block;
  vertical-align: middle;
}

.button img {
  margin-right: 8px;
}

.button span {
  text-align: left;
}

/* Button Inverse */
.button.inverse {
  background: #00aa81;
}
.button.inverse:hover {
  background: #fd6b00;
}

/* Special */
.image img,
.background img {
  display: block;
  position: relative;
  margin: auto;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgba(255, 255, 255, 1);
  line-height: 1;
}

use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* Content */
.content,
.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.content {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  margin-top: 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 20px;
}

.content-bg > p {
  color: #fff;
}

.cover {
  padding-left: 20px;
  padding-right: 20px;
}

.content > *,
.cover > * {
  display: block;
  position: relative;
}

.content .scroll {
  position: absolute;
  width: 0;
  height: 0;
  top: -74px;
  left: 0;
}

.scroll + h2,
.scroll + h3,
.content .background + h2,
.scroll + .double {
  margin-top: 0;
}

.content-bg > h2,
.content-bg > h3,
.content-bg > p,
.content-bg > h4 {
  color: #fff;
}

.main__buttons {
  display: none;
}

/* Header */
.header {
  background: #edf1f3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  min-height: 68px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

.header__logo img {
  max-width: 152px;
}

.logo[href]:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.menu-button,
.header__menu .header__button {
  display: none;
}

.header__menu {
  margin: 0 auto 0 108px;
}

.header__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.header__menu ul li + li {
  margin-left: 24px;
}

.header__menu ul a {
  position: relative;
  display: inline-block;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #445058;
}

.header__menu ul a:hover {
  color: #ff6b00;
}

.header__button {
  min-width: 108px;
  font-family: 'Gilroy ExtraBold';
  min-height: 40px;
  font-size: 12px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 0;
}

.header__login {
  margin-left: 12px;
}

.header__login span {
  position: relative;
  width: 16px;
  height: 19px;
  margin-right: 8px;
}

.header__login img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  margin: 0;
}

.header__signup {
  margin-left: 6px;
}

/* Languages */
.header__language img {
  display: block;
  width: 24px;
  height: 24px;
  max-width: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}

/* Main */
.main {
  position: relative;
  padding: 68px 10px 0px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.main__content {
  position: relative;
  padding: 0 10px 64px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 -webkit-calc(100% - 10px - 10px - 260px - 260px);
  -moz-box-flex: 1;
  flex: 1 1 calc(100% - 10px - 10px - 260px - 260px);
  overflow: hidden;
  margin-left: 260px;
  margin-right: 260px;
}

/* Sidebar */
.sidebar__links-main {
  display: none;
}

.sidebar {
  width: 260px;
  position: fixed;
  z-index: 10;
  top: 68px;
  height: -webkit-calc(100vh - 68px);
  height: -moz-calc(100vh - 68px);
  height: calc(100vh - 68px);
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar__left {
  left: 10px;
}

.sidebar__right {
  right: 10px;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar__wrap {
  position: relative;
  margin-top: 20px;
}

.sidebar__button {
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  min-width: 240px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.sidebar__button:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 85, 104, 0.9);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 85, 104, 0.9);
  box-shadow: 0 0 10px 0 rgba(0, 85, 104, 0.9);
}

.sidebar__button-app {
  padding: 10px 6px 10px 89px;
  min-height: 64px;
  text-transform: initial;
  background: -webkit-linear-gradient(93deg, #005568 8%, #102a5e 85%);
  background: -moz-linear-gradient(93deg, #005568 8%, #102a5e 85%);
  background: -o-linear-gradient(93deg, #005568 8%, #102a5e 85%);
  background: linear-gradient(357deg, #005568 8%, #102a5e 85%);
  margin-top: 0;
}

.sidebar__button-app:hover {
  background: -webkit-linear-gradient(93deg, #005568 8%, #102a5e 85%);
  background: -moz-linear-gradient(93deg, #005568 8%, #102a5e 85%);
  background: -o-linear-gradient(93deg, #005568 8%, #102a5e 85%);
  background: linear-gradient(357deg, #005568 8%, #102a5e 85%);
}

.sidebar__button-app span:last-of-type {
  display: block;
  font-size: 11px;
  line-height: 1.45455;
  letter-spacing: -0.05em;
  color: #dedede;
  margin-top: 3px;
}

.sidebar__button img {
  position: absolute;
  bottom: 0;
  margin-right: 0;
}

.sidebar__button-app img {
  max-width: 83px;
  left: 6px;
}

.sidebar__button-wheel {
  min-height: 52px;
  padding: 10px 6px 10px 74px;
  background: -webkit-linear-gradient(94deg, #034857 8.52%, #004d47 49.93%, #004f3c 86.47%);
  background: -moz-linear-gradient(94deg, #034857 8.52%, #004d47 49.93%, #004f3c 86.47%);
  background: -o-linear-gradient(94deg, #034857 8.52%, #004d47 49.93%, #004f3c 86.47%);
  background: linear-gradient(356deg, #034857 8.52%, #004d47 49.93%, #004f3c 86.47%);
  margin-top: 12px;
}

.sidebar__button-wheel:hover {
  background: -webkit-linear-gradient(94deg, #034857 8.52%, #004d47 49.93%, #004f3c 86.47%);
  background: -moz-linear-gradient(94deg, #034857 8.52%, #004d47 49.93%, #004f3c 86.47%);
  background: -o-linear-gradient(94deg, #034857 8.52%, #004d47 49.93%, #004f3c 86.47%);
  background: linear-gradient(356deg, #034857 8.52%, #004d47 49.93%, #004f3c 86.47%);
}

.sidebar__button-wheel img {
  max-width: 79px;
  left: 0;
}

.sidebar__item {
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

.sidebar__item + .sidebar__item {
  margin-top: 20px;
}

/* Sidebar__left */
.events {
  margin-top: 16px;
}

.heading {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #fff;
  background: #435057;
  padding: 8px 12px;
}

.heading__link {
  display: block;
}

.heading__link:hover {
  background: rgba(67, 80, 87, 0.9);
}

.events ul {
  background: #fff;
}

.events ul li {
  border-bottom: 1px solid #e2e8ee;
}

.events ul li a {
  position: relative;
  display: block;
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #3e4049;
  padding: 8px 10px 8px 40px;
}

.events ul li a img {
  position: absolute;
  top: 9px;
  left: 12px;
  max-width: 16px;
}

.events ul li a:hover {
  background: rgba(238, 241, 242, 0.8);
}

.sidebar__links-button {
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  padding-right: 36px;
}

.sidebar__links-button:before {
  content: '';
  background: url('../images/icon-nav.svg');
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 11.5px;
  right: 12px;
  width: 12px;
  height: 12px;
}

.sidebar__links-button:hover {
  background: rgba(67, 80, 87, 0.9);
}

.sidebar__links-button.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar__links-list {
  background: #fff;
}

.sidebar__links-list li + li {
  border-top: 1px solid #e2e8ee;
}

.sidebar__links-list a {
  position: relative;
  display: block;
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #3e4049;
  opacity: 0.5;
  position: relative;
  padding: 8px 12px 8px 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  border-left: 3px solid transparent;
}

.sidebar__links-list a:hover {
  background: rgba(253, 107, 0, 0.1);
  border-color: #fd6b00;
  color: #141414;
  opacity: 1;
  text-shadow: 0 0.5px #141414, 0.5px 0 #141414;
}

/* Aside__right */
.sidebar__wrap-right {
  margin-bottom: 48px;
}

.settings__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 11px 16px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
  background: #435057;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}

.settings__item img {
  max-width: 18px;
  margin-right: 10px;
}

.settings__item:hover {
  background: rgba(67, 80, 87, 0.9);
}

.bet__item {
  display: block;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  background: #1a2b33;
}

.bet__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 10px 16px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: #435057;
  min-height: 38px;
}

.bet__heading img {
  max-width: 18px;
  margin-left: 10px;
  opacity: 0.4;
}

.bet__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #1a2b33;
  border-bottom: 1px solid #c5ccd8;
  min-height: 33px;
}

.option__item {
  position: relative;
  width: 50%;
  font-family: 'Gilroy-SemiBold';
  font-weight: 700;
  font-size: 10px;
  line-height: 1.75;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 8px;
}

.option__item:first-child {
  position: relative;
}

.option__item:first-child::after {
  content: '';
  display: block;
  position: absolute;
  width: -webkit-calc(100% + 16px);
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  height: 2px;
  bottom: -1px;
  left: -8px;
  background: #01a980;
}

.option__item:last-child {
  color: rgba(255, 255, 255, 0.4);
}

.bet__img {
  width: 88px;
  height: 67px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  margin: 24px auto;
}

.bet__info {
  max-width: 207px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.66667;
  text-align: center;
  color: #818e95;
  margin: 0 auto;
}

.bet__text {
  max-width: 216px;
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 2;
  text-align: center;
  color: #818e95;
  margin: 12px auto;
}

.bet__input {
  background: #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 5px 12px;
  width: 176px;
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 2;
  color: #818e95;
  margin: 0 auto 42px auto;
}

.bet__bottom {
  background: #22333b;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.bet__currency {
  border: 1px solid #6f7b8d;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  padding: 6px 16px;
  width: 104px;
  height: 32px;
  min-height: 32px;
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  opacity: 0.6;
}

.bet__button {
  font-family: 'Gilroy-Regular', sans-serif;
  min-width: 100px;
  min-height: 32px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 8px;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 0;
  margin-left: 12px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* Games */
.games__heading {
  background: #435057;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.53846;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 16px;
}

.games__heading span {
  position: relative;
  display: inline-block;
  padding: 8px 18px;
  border-top: 5px solid #01a980;
}

.games {
  background: #fff;
  padding: 8px;
}

.games ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px;
  width: auto;
}

.games ul li {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  width: -webkit-calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: calc(50% - 8px);
  margin: 4px;
}

.games ul li a {
  display: block;
}

.games ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.games ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Prime */
.prime {
  background: #22333b;
  min-height: 380px;
  color: #fff;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
}

.prime__wrap {
  position: relative;
  z-index: 2;
  max-width: 548px;
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  color: #fff;
  margin-left: 20px;
}

.prime__rating {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.prime__rating-text {
  font-family: 'Gilroy-SemiBold';
}

.prime__rating-value {
  margin-left: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.prime__rating-value span:first-of-type {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 22px;
  line-height: 1.6;
}

.prime__rating-value span:last-of-type {
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 14px;
}

.prime__text {
  font-family: 'Gilroy-Medium', sans-serif;
  margin-top: 12px;
}

.prime__button {
  margin-top: 24px;
}

/* Double */
.double {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.double > * {
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}

.double > *:last-child {
  margin-left: 20px;
}

.double__item > * + * {
  margin-top: 16px;
}

/* Gradient */
.gradient {
  position: relative;
}

.gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a5f72), to(#062054));
  background: -webkit-linear-gradient(top, #0a5f72 0%, #062054 100%);
  background: -moz-linear-gradient(top, #0a5f72 0%, #062054 100%);
  background: -o-linear-gradient(top, #0a5f72 0%, #062054 100%);
  background: linear-gradient(180deg, #0a5f72 0%, #062054 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

/* Border-gradient */
.border-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e9ea), to(#e6e9ea)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#0a5f72), to(#062054)) border-box;
  background: -webkit-linear-gradient(#e6e9ea, #e6e9ea) padding-box, -webkit-linear-gradient(top, #0a5f72 0%, #062054 100%) border-box;
  background: -moz-linear-gradient(#e6e9ea, #e6e9ea) padding-box, -moz-linear-gradient(top, #0a5f72 0%, #062054 100%) border-box;
  background: -o-linear-gradient(#e6e9ea, #e6e9ea) padding-box, -o-linear-gradient(top, #0a5f72 0%, #062054 100%) border-box;
  background: linear-gradient(#e6e9ea, #e6e9ea) padding-box, linear-gradient(180deg, #0a5f72 0%, #062054 100%) border-box;
  border: 2px solid transparent;
}

/* Table */
.table {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.table a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #3e4049;
}

.table a:hover {
  color: #00aa81;
  text-shadow: 0 0.4px #00aa81, 0.4px 0 #00aa81;
}

.table tr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  padding: 0 20px;
}

.table thead tr {
  min-height: 46px;
  background: -webkit-gradient(linear, left bottom, left top, from(#062054), to(#0a5f72));
  background: -webkit-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: -moz-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: -o-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: linear-gradient(0deg, #062054 0%, #0a5f72 100%);
}

.table tbody tr + tr {
  border-top: 1px solid rgba(62, 64, 73, 0.15);
}

.table tr > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -moz-box-flex: 1;
  flex: 1 1 0%;
}

.table tr > th {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.table tr > td {
  line-height: 1.35;
  padding-top: 12px;
  padding-bottom: 12px;
}

.table tr > * + * {
  padding-left: 16px;
}

.table tr > *:not(:last-child) {
  padding-right: 8px;
}

/* Intro */
.intro__table tr > *:first-child {
  font-family: 'Gilroy-Bold', sans-serif;
}

.intro__table tr > th {
  font-weight: 700;
  font-size: 20px;
  text-transform: initial;
}

/* Intro__compare*/
.intro__compare {
  width: 100%;
}

.intro__compare > * {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.intro__compare > *:last-child {
  margin-top: 20px;
}

.compare__heading {
  position: relative;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  color: #3e4049;
  padding: 12px 10px 12px 76px;
}

.compare__heading::before {
  content: '';
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 20px;
  width: 40px;
  height: 40px;
}

.compare__plus p::before {
  background-image: url('../images/icon-plus.svg');
}

.compare__minus p::before {
  background-image: url('../images/icon-minus.svg');
}

.intro__compare ul {
  padding: 0 10px 12px 20px;
}

.intro__compare ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.intro__compare ul li + li {
  margin-top: 0;
}

.intro__compare ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #3e4049;
  top: 19px;
  margin: auto;
}

/* Upto */
.content.upto__content {
  min-height: 400px;
  background: #000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.content.upto__content-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
}

.content.upto__content-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}

.upto__wrap {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 32, 84, 0.7)), to(rgba(10, 95, 114, 0.7)));
  background: -webkit-linear-gradient(bottom, rgba(6, 32, 84, 0.7) 0%, rgba(10, 95, 114, 0.7) 100%);
  background: -moz-linear-gradient(bottom, rgba(6, 32, 84, 0.7) 0%, rgba(10, 95, 114, 0.7) 100%);
  background: -o-linear-gradient(bottom, rgba(6, 32, 84, 0.7) 0%, rgba(10, 95, 114, 0.7) 100%);
  background: linear-gradient(0deg, rgba(6, 32, 84, 0.7) 0%, rgba(10, 95, 114, 0.7) 100%);
  width: 100%;
  max-width: 536px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.upto__content-left .upto__wrap {
  margin-left: 50px;
}

.upto__content-right .upto__wrap {
  margin-right: 50px;
}

.upto__title {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  background: none;
  max-width: 360px;
}

.upto__text {
  font-family: 'Gilroy-Regular', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
  max-width: 400px;
}

.upto__button {
  margin-top: 20px;
}

/* List */
ul.list > li,
ol.list > li {
  border: 1px solid #09576e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  font-family: 'Gilroy-Medium', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3e4049;
  background: rgba(238, 241, 242, 0.85);
  padding: 4px 10px 4px 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  min-height: 47px;
}

ul.list.bold > li,
ol.list.bold > li {
  font-family: 'Gilroy-Bold', sans-serif;
}

ul.list > li + li,
ol.list > li + li {
  margin-top: 8px;
}

ul.list > li::before,
ol.list > li::before {
  top: 4px;
  left: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(#062054), to(#0a5f72));
  background: -webkit-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: -moz-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: -o-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: linear-gradient(0deg, #062054 0%, #0a5f72 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  text-shadow: none;
  height: -webkit-calc(100% - 8px);
  height: -moz-calc(100% - 8px);
  height: calc(100% - 8px);
  width: 39px;
  padding: 4px;
  text-align: center;
}

ul.list > li::before {
  content: url('../images/icon-list.svg');
}

/* List-counter  */
ol.list > li::before {
  font-family: 'Gilroy-SemiBold';
  font-size: 20px;
  line-height: 1;
  content: counter(ol);
  color: #fff;
}

/* Frame */
.frame {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 40px;
  overflow: hidden;
}

.frame > * + * {
  margin-top: 16px;
}

.frame > .background + * {
  margin-top: 0px;
}

.frame > .background + .cards {
  margin-top: -10px;
}

.frame-small {
  padding: 20px;
  background: rgba(230, 233, 234, 0.85);
}

/* Download__content */
.content.download__content {
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.download__content > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
}

.download__buttons {
  position: relative;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  max-width: 988px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin: -10px;
}

.download__button {
  display: block;
  padding: 10px 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa302), to(#e74900));
  background: -webkit-linear-gradient(top, #ffa302 0%, #e74900 100%);
  background: -moz-linear-gradient(top, #ffa302 0%, #e74900 100%);
  background: -o-linear-gradient(top, #ffa302 0%, #e74900 100%);
  background: linear-gradient(180deg, #ffa302 0%, #e74900 100%);
  font-family: 'Gilroy-SemiBold';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #141414;
  text-transform: uppercase;
  white-space: normal;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  min-width: 220px;
  max-width: 220px;
  min-height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.download__buttons .download__button {
  margin: 10px;
}

.download__button:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa302), to(#e74900));
  background: -webkit-linear-gradient(top, #ffa302 0%, #e74900 100%);
  background: -moz-linear-gradient(top, #ffa302 0%, #e74900 100%);
  background: -o-linear-gradient(top, #ffa302 0%, #e74900 100%);
  background: linear-gradient(180deg, #ffa302 0%, #e74900 100%);
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 163, 2, 1);
  -moz-box-shadow: 0 0 20px 0 rgba(255, 163, 2, 1);
  box-shadow: 0 0 20px 0 rgba(255, 163, 2, 1);
}

.download__button img {
  width: 32px;
}

.download__button span {
  text-align: center;
}

/* Cards */
ul.cards {
  position: relative;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

p + ul.cards {
  margin-top: 6px;
}

ul.cards > li {
  border: 1px solid #09576e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 12px;
  overflow: hidden;
  background: rgba(238, 241, 242, 0.9);
  margin: 10px;
}

ul.cards > li::before {
  display: none;
}

.cards__title {
  background: -webkit-gradient(linear, left bottom, left top, from(#062054), to(#0a5f72));
  background: -webkit-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: -moz-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: -o-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: linear-gradient(0deg, #062054 0%, #0a5f72 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 6px 12px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

.cards__text {
  font-family: 'Gilroy-Medium', sans-serif;
  margin-top: 8px;
}

/* Cards double*/
ul.cards-double > li {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}

/* Slots */
.slots__table tr > *:first-child {
  min-width: 170px;
}

.slots__table tr > th {
  font-size: 18px;
}

/* Games */
.games__table tr > *:first-child {
  max-width: 140px;
}

.games__table tr > *:last-child {
  max-width: 240px;
}

/* Live list */
.list.live__list {
  width: -webkit-calc(100% + 8px);
  width: -moz-calc(100% + 8px);
  width: calc(100% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px -4px -10px -4px;
}

.list.live__list li + li {
  margin-top: 0;
}

ul.list.live__list li {
  width: -webkit-calc((100% - 32px) / 4);
  width: -moz-calc((100% - 32px) / 4);
  width: calc((100% - 32px) / 4);
  min-width: 238px;
  margin: 4px;
}

/* FAQ */
.faq__list {
  margin-top: 16px;
}

.faq__item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.faq__list li + li {
  margin-top: 16px;
}

.title.faq-item__title {
  margin-bottom: 0;
}

.title.faq-item__title {
  z-index: 2;
  cursor: pointer;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#062054), to(#0a5f72)), #e6e9ea;
  background: -webkit-linear-gradient(bottom, #062054 0%, #0a5f72 100%), #e6e9ea;
  background: -moz-linear-gradient(bottom, #062054 0%, #0a5f72 100%), #e6e9ea;
  background: -o-linear-gradient(bottom, #062054 0%, #0a5f72 100%), #e6e9ea;
  background: linear-gradient(0deg, #062054 0%, #0a5f72 100%), #e6e9ea;
  padding: 11px 56px 11px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-item__title:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 16px;
  background: url('../images/icon-faq.svg');
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.faq-item__title:hover {
  text-shadow: 0 0.4px #fff, 0.4px 0 #fff;
}

.faq-item__desc {
  position: relative;
  padding: 6px 16px;
  background: #e6e9ea;
  margin-top: 2px;
}

.faq__item.active .faq-item__title:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* Review */
.reviews__background img {
  -o-object-position: 100%;
  object-position: 100%;
}

.review__list {
  width: 100%;
  margin-top: 16px;
}

.review__list ul {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.review__list ul li {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  border: 2px solid #09576e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  background: rgba(230, 233, 234, 0.88);
  margin: 10px;
}

.review__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.review__name {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #3e4049;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 170px;
  -moz-box-flex: 0;
  flex: 0 0 170px;
}

.review__rating {
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.review__rating img {
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 22px;
  -moz-box-flex: 0;
  flex: 0 1 22px;
}

.review__rating img + img {
  margin-left: 5px;
}

.review__list p {
  font-family: 'Gilroy-Regular', sans-serif;
}

/* Rating */
.rating__table {
  width: 100%;
  margin-top: 16px;
}

.rating__table tbody {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.rating__table tr {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  background: -webkit-gradient(linear, left bottom, left top, from(#062054), to(#0a5f72));
  background: -webkit-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: -moz-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: -o-linear-gradient(bottom, #062054 0%, #0a5f72 100%);
  background: linear-gradient(0deg, #062054 0%, #0a5f72 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin: 10px;
}

.rating__table table tr td:nth-child(1) {
  width: -webkit-calc(100% - 50px - 10px);
  width: -moz-calc(100% - 50px - 10px);
  width: calc(100% - 50px - 10px);
}

.rating__table table tr td:nth-child(2) {
  width: 50px;
  text-align: right;
  margin-left: 10px;
}

.rating__table table tr td:nth-child(3) {
  width: 100%;
  margin-top: 12px;
}

.rating__table table tr td:nth-child(3) > span {
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #e5e5e5;
  height: 30px;
  padding: 6px;
}

.rating__table table tr td:nth-child(3) > span > span {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa302), to(#e74900));
  background: -webkit-linear-gradient(top, #ffa302 0%, #e74900 100%);
  background: -moz-linear-gradient(top, #ffa302 0%, #e74900 100%);
  background: -o-linear-gradient(top, #ffa302 0%, #e74900 100%);
  background: linear-gradient(180deg, #ffa302 0%, #e74900 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 18px;
}
.rating__score {
  background: #06e5a0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8.5px 7.5px;
  width: 40px;
  height: 40px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: #282b30;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -moz-box-flex: 0;
  flex: 0 0 40px;
  margin-right: 8px;
}

.rating__icons {
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.rating__icons img + img {
  margin-left: 2px;
}

.rating__icons img {
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 34px;
  -moz-box-flex: 0;
  flex: 0 1 34px;
}

.rating__table table tr td:nth-child(3) {
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

/* Summary */
.summary__wrap {
  position: relative;
  -webkit-align-self: stretch;
  align-self: stretch;
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
  max-width: 700px;
  border: 2px solid #09576e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  background: rgba(230, 233, 234, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.summary__image {
  position: absolute;
  bottom: 0;
  margin: 0;
}

.summary__image1 {
  left: 650px;
}

.summary__image1 img {
  max-width: 332px;
}

.bonus .summary__wrap {
  max-width: 680px;
}

.bonus .summary__image {
  left: 660px;
}

.bonus .summary__image img {
  max-width: 350px;
}

/* Arrow-top */
.main__top {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -100;
}

.main__arrowtop {
  position: absolute;
  right: 290px;
  bottom: 5px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
}

.main__arrowtop {
  height: 80%;
}

.main__arrowtop a {
  position: -webkit-sticky;
  position: sticky;
  z-index: 11;
  bottom: 10px;
  right: 0;
  width: 54px;
  height: 54px;
}

.main__arrowtop a img {
  max-width: 54px;
}

.main__arrowtop a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* Footer */
.cover.footer {
  padding: 0 280px 20px 280px;
}

.footer__wrapper {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 32px 20px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
  margin-top: 20px;
}

.footer__countries {
  width: 100%;
}

.footer__countries ul {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin: -10px;
}

.footer__countries li {
  margin: 10px;
}

.footer__countries li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 12px;
  background: #435057;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.footer__countries li a:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  background: rgba(67, 80, 87, 0.9);
}

.footer__countries li a img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  max-width: 24px;
  margin-right: 8px;
}

.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  margin: -8px;
}

.footer__menu-item {
  width: -webkit-calc((100% - 64px) / 4);
  width: -moz-calc((100% - 64px) / 4);
  width: calc((100% - 64px) / 4);
  margin: 8px;
}

.footer__menu-item p {
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #282b30;
  margin-bottom: 16px;
}

.footer__menu-item li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.footer__menu-item li + li {
  margin-top: 8px;
}

.footer__menu-item li a {
  position: relative;
  display: block;
  width: auto;
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #868c96;
}

.footer__menu-item li a:hover {
  color: #282b30;
  text-shadow: 0 0.2px #282b30, 0.2px 0 #282b30;
}

.footer__payments {
  width: 100%;
  border-bottom: 1px solid #868c96;
  border-top: 1px solid #868c96;
  padding: 16px 0;
  margin: 15px 0;
}

.footer__payments ul {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.footer__payments ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 15px;
}

.footer__payments ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}

.footer__payments ul li a img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer__payments ul li a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.footer__desc {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.footer__text {
  font-family: 'Gilroy-Medium', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #868c96;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 -webkit-calc(100% - 10px - 32px);
  -moz-box-flex: 1;
  flex: 1 1 calc(100% - 10px - 32px);
}

.footer__text P + p {
  margin-top: 12px;
}

.footer__age {
  font-family: 'Faustina', serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  color: #f6f7f9;
  background: #f04e34;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 8.5px 8px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-left: 10px;
}

/* PAGES */
/* Breadcrumbs */
.breadcrumbs {
  display: inline-block;
  text-align: center;
  margin-bottom: 8px;
  width: auto;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs > li a {
  display: inline-block;
  font-family: 'Gilroy-SemiBold';
  font-size: 16px;
  text-transform: uppercase;
}

.breadcrumbs > li:not(:last-child) a {
  color: #fff;
}

.breadcrumbs > li:not(:last-child) a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.breadcrumbs > li a:not([href]) {
  color: #fff;
}

.breadcrumbs > li a:not([href]),
.breadcrumbs > li a:not([href]) span {
  cursor: default;
}

.breadcrumbs > li:not(:last-child):after {
  content: '|';
  display: inline-block;
  position: relative;
  font: inherit;
  color: #fff;
  margin: 0px 6px;
}

/* BONUS PAGE */
.welcome__list {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 658px;
}

.cashback__list {
  width: -webkit-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: calc(100% - 270px);
  max-width: 658px;
}

/* APP PAGE */
.cards__image {
  position: absolute;
  bottom: 0;
}

.cards__image1 {
  right: -40px;
}

.cards__image1 img {
  max-width: 443px;
}

.cards__image2 {
  right: -68px;
}

.cards__image2 img {
  max-width: 467px;
}

.resp__frame {
  border: 2px solid #0a938a;
  background: rgba(230, 233, 234, 0.9);
}

/* BETTING PAGE */
.list.bets__list,
.list.web__list {
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6px -10px -10px -10px;
}

.list.bets__list li + li,
.list.web__list li + li {
  margin-top: 0;
}

ul.list.bets__list li,
ul.list.web__list li {
  margin: 10px;
}

/* Esports */
.esports__list {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  max-width: 660px;
}

.list__image {
  position: absolute;
  bottom: 0;
}

.list__image1,
.list__image3,
.list__image4,
.list__image7,
.list__image10 {
  right: 0px;
}

.list__image1 img {
  max-width: 354px;
}

.list__image2 {
  bottom: 16px;
  right: 0px;
}

.list__image2 img {
  max-width: 304px;
}

.list__image3 img,
.list__image4 img {
  max-width: 390px;
}

.list__image7 img,
.list__image8 img {
  max-width: 393px;
}

.list__image8 {
  right: -28px;
}

.list__image10 img {
  max-width: 317px;
}
