@charset "utf-8";

@font-face {
   font-family: 'Zona Pro';
   src: url('../fonts/zonapro_regular/ZonaPro-Regular.eot');
   src: local('Zona Pro'), local('ZonaPro-Regular'),
      url('../fonts/zonapro_regular/ZonaPro-Regular.eot?#iefix') format("embedded-opentype"),
      url('../fonts/zonapro_regular/ZonaPro-Regular.woff') format("woff"),
      url('../fonts/zonapro_regular/ZonaPro-Regular.woff2') format("woff2"),
      url('../fonts/zonapro_regular/ZonaPro-Regular.ttf') format("truetype");
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Zona Pro';
   src: url('../fonts/zonapro_semibold/ZonaPro-SemiBold.eot');
   src: local('Zona Pro Semibold'), local('ZonaPro-Semibold'),
      url('../fonts/zonapro_semibold/ZonaPro-SemiBold.eot?#iefix') format("embedded-opentype"),
      url('../fonts/zonapro_semibold/ZonaPro-SemiBold.woff') format("woff"),
      url('../fonts/zonapro_semibold/ZonaPro-SemiBold.woff2') format("woff2"),
      url('../fonts/zonapro_semibold/ZonaPro-SemiBold.ttf') format("truetype");
   font-weight: 600;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Zona Pro';
   src: url('../fonts/zonapro_bold/ZonaPro-Bold.eot');
   src: local('Zona Pro Bold'), local('ZonaPro-Bold'),
      url('../fonts/zonapro_bold/ZonaPro-Bold.eot?#iefix') format("embedded-opentype"),
      url('../fonts/zonapro_bold/ZonaPro-Bold.woff') format("woff"),
      url('../fonts/zonapro_bold/ZonaPro-Bold.woff2') format("woff2"),
      url('../fonts/zonapro_bold/ZonaPro-Bold.ttf') format("truetype");
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Zona Pro';
   src: url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.eot');
   src: local('Zona Pro Extrabold'), local('ZonaPro-Extrabold'),
      url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.eot?#iefix') format("embedded-opentype"),
      url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.woff') format("woff"),
      url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.woff2') format("woff2"),
      url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.ttf') format("truetype");
   font-weight: 800;
   font-style: normal;
   font-display: swap;
}

body {
   overflow-x: hidden;
   min-height: 100vh;
   background: -webkit-linear-gradient(90deg, #34434D 0%, #19242D 100%);
   background: -moz-linear-gradient(90deg, #34434D 0%, #19242D 100%);
   background: -o-linear-gradient(90deg, #34434D 0%, #19242D 100%);
   background: linear-gradient(90deg, #34434D 0%, #19242D 100%);
   font-family: 'Zona Pro', 'Arial', sans-serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.5;
   color: #fff;
   text-align: left;
   word-spacing: 2px;
}

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

.green {
   font-weight: 700;
   color: #2BC69D;
}

p+ul,
p+ol,
ul+p,
ol+p {
   margin-top: 16px;
}

ul,
ol {
   text-align: left;
   width: 100%;
}

li {
   position: relative;
}

ol>li {
   counter-increment: ol;
}

ul>li:before,
ol>li:before {
   display: inline-block;
   margin-right: 5px;
}

ul>li:before {
   content: "";
   width: 12px;
   height: 12px;
   background: #fff;
   border-radius: 50%;
}

ol>li:before {
   content: counter(ol)'.';
   font: inherit;
   color: #fff;
}

nav ul {
   width: auto;
}

nav ul li {
   padding: 0;
}

nav ul li:before {
   display: none;
}

a {
   color: inherit;
}

/* Title */
h1,
h2,
h3,
.title {
   display: block;
   position: relative;
   width: 100%;
   font-weight: 700;
   line-height: 1.2;
   color: #fff;
}

h1.title {
   color: #fff;
   text-transform: uppercase;
}

h1,
.title.general {
   font-size: 48px;
}

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

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

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

/* Article */
article,
.article {
   font-size: 16px;
   font-weight: 400;
   line-height: 1.5;
   text-align: left;
}

article>*:first-child,
.article>*:first-child {
   margin-top: 0px;
}

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

article p:first-child,
.article p:first-child {
   margin-top: 0px;
}

/* Button */
.button {
   display: inline-block;
   position: relative;
   width: auto;
   height: auto;
   font-family: 'Zona Pro', 'Arial', sans-serif;
   font-size: 14px;
   font-weight: 700;
   color: #fff;
   line-height: 1;
   text-align: center;
   white-space: nowrap;
   text-transform: capitalize;
   background: #2BC69D;
   border: 2px solid #2BC69D;
   border-radius: 8px;
   padding: 15px 74px;
   margin: 16px 0 0;
}

.button:hover {
   background: transparent;
   color: #2BC69D;
}

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

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

.button span {
   text-align: left;
}

/* Special */
.image img,
.background img {
   display: block;
   position: relative;
   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-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;
   -ms-flex-align: start;
   align-items: flex-start;
   height: 100%;
   width: 100%;
   max-width: 1160px;
   margin: 0px auto;
   position: relative;
   overflow: hidden;
}

.content {
   background: #202A32;
   padding: 20px;
   margin-top: 20px;
   border-radius: 16px;
}

.cover {
   max-width: 100%;
   overflow: hidden;
   padding-left: -webkit-calc(50% - ((1220px - 30px - 30px) / 2));
   padding-left: -moz-calc(50% - ((1220px - 30px - 30px) / 2));
   padding-left: calc(50% - ((1220px - 30px - 30px) / 2));
   padding-right: -webkit-calc(50% - ((1220px - 30px - 30px) / 2));
   padding-right: -moz-calc(50% - ((1220px - 30px - 30px) / 2));
   padding-right: calc(50% - ((1220px - 30px - 30px) / 2));
}

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

/* Header */
.header {
   background: -webkit-linear-gradient(175deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
   background: -moz-linear-gradient(175deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
   background: -o-linear-gradient(175deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
   background: linear-gradient(175deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   overflow: visible;
   padding-top: 14px;
   padding-bottom: 14px;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   z-index: 100;
   height: auto;
}

.logo {
   display: inline-block;
}

.logo img {
   display: block;
}

.header__logo {
   max-width: 87px;
}

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

.header__menu {
   margin: 0 auto 0 46px;
}

.header__menu ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.header__menu ul li+li {
   margin-left: 41px;
}

.header__menu ul li a {
   font-weight: 700;
   font-size: 14px;
   color: #fff;
   text-transform: capitalize;
   letter-spacing: 0;
}

.header__menu ul li a:hover {
   color: #2BC69D;
}

.header__button {
   -webkit-box-flex: 0;
   -ms-flex: none;
   flex: none;
   padding: 11px 23px;
   margin-top: 0;
}

.header__button-login {
   background: none;
   color: #2BC69D;
   margin-right: 15px;
}

.header__button-login:hover {
   border-color: #fff;
   color: #fff;
}

/* Main */
.main {
   padding-top: 68px;
}

/* Prime */
.prime {
   padding: 144px 90px 143px 55px;
}

.prime__wrap {
   z-index: 1;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.prime__title {
   text-shadow: 0 0 3px #098a99;
   max-width: 420px;
}

.prime__subtitle {
   font-weight: 700;
   font-size: 38px;
   line-height: 1.2;
   text-transform: uppercase;
   max-width: 445px;
   text-align: center;
   margin: 0 0 20px;
}

.prime__image {
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
}

/* Table */
.table {
   width: 100%;
   text-align: center;
   border: 1px solid #2BC69D;
   border-radius: 16px;
}

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

.table th,
.table td {
   vertical-align: middle;
}

.table th {
   text-transform: uppercase;
   padding: 27px 16px;
}

.table th+th,
.table td+td {
   border-left: 1px solid #2BC69D;
}

.table td {
   border-top: 1px solid #2BC69D;
   padding: 25.5px 25px;
}

/* Legislation */
.legislation__table th,
.legislation__table td {
   width: 50%;
}

.legislation__table tr:first-child td {
   border-top: none;
}

/* Mobile */

.mobile ol {
   margin-top: 0;
}

/* App */
.app-banner {
   padding: 0 48px;
}

.app-banner__background {
   max-width: 728px;
   margin: 0 auto;
}

.app-banner__wrap {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.app-banner__links {
   margin-left: 40px;
}

.app-banner__button {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-size: 16px;
   text-transform: uppercase;
   border-radius: 16px;
   max-width: 274px;
   padding: 8px 32px;
}

.app-banner__button img {
   margin-right: 20px;
}

.app-banner__ios {
   background: #216F38;
}

.app-banner__android {
   background: #126873;
   margin-top: 20px;
}

.app-banner__button:hover {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}

.app-banner__img img {
   display: block;
}

/* Bonus */
.bonus-banner {
   background: #22474F;
   padding: 66px 40px 65px;
   text-shadow: 0 0 2px #22474F;
}

.bonus-banner__background {
   max-width: 691px;
   margin: 0 0 0 auto;
}

.bonus-banner__wrap {
   position: relative;
   z-index: 1;
}

.bonus-banner__subtitle {
   font-weight: 700;
   font-size: 24px;
   text-transform: uppercase;
}

.bonus-banner__button {
   margin-top: 6px;
}

.bonus-banner__tc {
   font-size: 10px;
   margin-top: 10px;
}

.bonus-banner__img {
   position: absolute;
   bottom: 0;
   right: 0;
}

/* Tournaments */
.tournaments__table th,
.tournaments__table td {
   width: -webkit-calc(100% / 3);
   width: -moz-calc(100% / 3);
   width: calc(100% / 3);
}

/* Slots */
.slots__table th,
.slots__table td {
   width: 20%;
}

/* Game */
.game__table th,
.game__table td {
   width: -webkit-calc(100% / 3);
   width: -moz-calc(100% / 3);
   width: calc(100% / 3);
}

.game__table ul li {
   text-align: center;
}

.game__table ul li:before {
   content: '-';
   background: none;
   border-radius: 0;
   width: auto;
   height: auto;
}

/* Deposit */
.deposit__table th,
.deposit__table td {
   width: 50%;
}

.deposit__table tr:first-child td {
   border-top: none;
}

/* FAQ */
.faq__title {
   text-transform: uppercase;
}

.faq__list {
   margin-top: 16px;
}

.faq__item {
   padding: 0;
   overflow: hidden;
}

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

.faq__item:before {
   display: none;
}

.faq-item__title {
   border: 1px solid #2BC69D;
   border-radius: 16px;
   font-size: 24px;
   text-transform: uppercase;
   color: #fff;
   text-align: left;
   padding: 13px 20px 13px 55px;
   -webkit-transition: all .4s;
   -moz-transition: all .4s;
   -ms-transition: all .4s;
   -o-transition: all .4s;
   transition: all .4s;
   cursor: pointer;
}

.faq-item__title:hover {
   color: #2BC69D;
}

.faq-item__title:before {
   content: '';
   width: 24px;
   height: 24px;
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M4.74106%207.7459C5.03326%207.44784%205.49051%207.42074%205.81272%207.66461L5.90503%207.7459L12.5%2014.4734L19.095%207.7459C19.3872%207.44784%2019.8444%207.42074%2020.1666%207.66461L20.2589%207.7459C20.5511%208.04396%2020.5777%208.51037%2020.3386%208.83904L20.2589%208.93321L13.082%2016.2541C12.7898%2016.5522%2012.3325%2016.5793%2012.0103%2016.3354L11.918%2016.2541L4.74106%208.93321C4.41965%208.60534%204.41965%208.07376%204.74106%207.7459Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 16px;
   margin: auto;
   -webkit-transition: all .4s;
   -moz-transition: all .4s;
   -ms-transition: all .4s;
   -o-transition: all .4s;
   transition: all .4s;
}

.faq-item__title span:before {
   content: counter(ol)'.';
   display: inline-block;
   margin-right: 5px;
}

.faq__item.active .faq-item__title:before {
   -webkit-transform: rotate(-180deg);
   -moz-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
   -o-transform: rotate(-180deg);
   transform: rotate(-180deg);
}

.faq-item__desc {
   margin-top: 17px;
   padding: 0 10px;
   line-height: 1;
}

.faq-item__desc p:first-child {
   margin-top: 0;
}

/* Testimonials */
.testimonials__list {
   margin-top: 16px;
}

/* Grades */
.grades__table th,
.grades__table td {
   width: 50%;
}

.grades__table tr:first-child td {
   border-top: none;
}

/* Footer */
.footer {
   background: #10171F;
}

.footer__payments {
   background: #161F26;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
   padding: 20px;
   border-radius: 8px;
}

.footer__payments>* {
   margin-top: 0;
}

.footer__payments p {
   max-width: 246px;
   font-weight: 600;
   line-height: 1.12;
}

.footer__payments ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding-right: 15px;
}

.footer__payments ul li+li {
   margin-left: 1.3vw;
}

.footer__payments ul li {
   padding-left: 0;
}

.footer__payments ul li:before {
   display: none;
}

.footer__button {
   padding: 15px 22px;
}

.footer__text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.footer__logo {
   max-width: 108px;
}

.footer__logo img {
   max-height: 42px;
}

.footer__text {
   width: 100%;
   margin-top: 21px;
}

.footer__text .wrap {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   font-size: 12px;
   max-width: 860px;
   margin-left: 16px;
}

.footer__text .wrap p:first-child {
   margin-top: 0;
}

.footer__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-top: 14px;
}

.footer__list li+li {
   margin-left: 16px;
}

.footer__list li {
   padding-left: 0;
}

.footer__list li:before {
   display: none;
}