@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&family=Roboto:wght@400;700&display=swap');

body {
   overflow-x: hidden;
   min-height: 100vh;
   background: #0B0C21;
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   font-weight: 400;
   line-height: 1.35;
   color: #fff;
   text-align: left;
}

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

.title+p,
p:first-child {
   margin-top: 0;
}

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

li {
   position: relative;
}

/* Title */
h1,
h2,
h3,
h4 {
   display: block;
   position: relative;
   width: 100%;
   font-weight: 700;
   text-transform: uppercase;
}

.title {
   margin-bottom: 20px;
}

h1.title,
.title.general {
   font-weight: 900;
   font-size: 40px;
   color: #fff;
   line-height: 1.5;
}

h2,
.title.high {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   border-radius: 16px;
   font-size: 28px;
   color: #fff;
   line-height: 1.2;
   text-align: center;
   padding: 13px;
}

h3,
.title.middle {
   font-size: 20px;
   line-height: 1.2;
   text-transform: none;
}

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

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

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

article ul li,
.article ul li {
   padding-left: 18px;
}

article ol li,
.article ol li {
   padding-left: 21px;
}

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

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

ol>li {
   counter-increment: ol;
}

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

article ul>li:before,
.article ul>li:before {
   content: "";
   background-color: #FCC211;
   border-radius: 50%;
   width: 6px;
   height: 6px;
   top: 0;
   bottom: 0;
   left: 0;
   margin: auto;
}

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

.article-img {
   border-radius: 16px;
   overflow: hidden;
}

.article-img img {
   display: block;
}

p a,
article li a,
.article li a,
.keyword {
   color: #FCC211;
}

/* Button */
.button {
   background: url('../img/button.svg') no-repeat center / cover;
   display: inline-block;
   font-weight: 700;
   font-size: 18px;
   color: #fff;
   line-height: 1;
   text-align: center;
   white-space: nowrap;
   height: auto;
   width: auto;
   min-width: 264px;
   margin-top: 20px;
   padding: 30px 20px;
   position: relative;
}

.button:hover {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}

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

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

.button span {
   text-align: left;
}

/* Special */
.image img,
.background img {
   display: block;
   position: relative;
   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;
   transition: all 0.5s;
}

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

/* Content */
.content,
.cover {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   width: 100%;
   overflow: hidden;
   position: relative;
}

.content {
   background-color: #14152D;
   border-radius: 20px;
   max-width: 1163px;
   width: calc(100% - 20px);
   margin-top: 20px;
   padding: 20px;
}

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

.content>*,
.cover>* {
   display: block;
   position: relative;
}

.main__buttons {
   display: none;
}

/* Header */
.header {
   background: #0B0C21;
   -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;
   gap: 16px;
   overflow: visible;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 1000;
   height: auto;
   margin-top: 0;
   padding-top: 13px;
   padding-bottom: 13px;
}

.header:after {
   content: '';
   background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 3.5%, #FCC211 48.91%, rgba(255, 255, 255, 0) 97%);
   background: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(48.91%, #FCC211), color-stop(97%, rgba(255, 255, 255, 0)));
   background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #FCC211 48.91%, rgba(255, 255, 255, 0) 97%);
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 1px;
}

.logo img {
   display: block;
}

.header__logo {
   max-width: 152px;
   margin: 0 auto;
}

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

.header__menu {
   margin-right: 5.5%;
}

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

.header__menu ul a {
   font-weight: 700;
   font-size: 14px;
   color: #fff;
}

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

.header__button {
   border: 1px solid #FFD400;
   border-radius: 8px;
   font-weight: 700;
   line-height: 1.743;
   text-align: center;
   min-width: 132px;
   padding: 7px 10px;
}

.header__signup {
   background-color: #FFD400;
   color: #000;
}

.header__signup:hover {
   background-color: rgba(0, 0, 0, 0);
   color: #fff;
}

.header__login {
   color: #fff;
}

.header__login:hover {
   background-color: #FFD400;
   color: #000;
}

.header__lang {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 6px;
}

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

.header__lang span {
   font-weight: 600;
   font-size: 14px;
   color: #fff;
   text-transform: uppercase;
}

/* Main */
.main {
   padding: 67px 0 0 257px;
}

/* Sidebar */
.sidebar {
   width: 237px;
   height: calc(100vh - 87px);
   padding: 0 15px 30px;
   position: fixed;
   top: 87px;
   left: 0;
   overflow: auto;
   z-index: 10;
}

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

.sidebar__links-button {
   font-weight: 700;
   font-size: 16px;
   color: #FFD400;
   line-height: 1.5;
   letter-spacing: 1px;
   text-align: left;
   position: relative;
   white-space: normal;
   padding-right: 36px;
   width: 100%;
}

.sidebar__links-button:before {
   content: '';
   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%22M19.7589%2015.7541C19.4667%2016.0522%2019.0095%2016.0793%2018.6873%2015.8354L18.595%2015.7541L12%209.02658L5.40503%2015.7541C5.11283%2016.0522%204.65558%2016.0793%204.33338%2015.8354L4.24106%2015.7541C3.94887%2015.456%203.9223%2014.9896%204.16137%2014.661L4.24106%2014.5668L11.418%207.2459C11.7102%206.94784%2012.1675%206.92074%2012.4897%207.16461L12.582%207.2459L19.7589%2014.5668C20.0804%2014.8947%2020.0804%2015.4262%2019.7589%2015.7541Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 24px;
   height: 24px;
   position: absolute;
   top: 0;
   right: 0;
}

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

.sidebar__links-list {
   margin-top: 10px;
}

.sidebar__links-list li+li {
   margin-top: 12px;
}

.sidebar__links-list a {
   display: block;
   font-size: 14px;
   color: #727489;
   line-height: 1.71;
   word-wrap: break-word;
}

.sidebar__links-list a:hover {
   color: #fff;
}

/* Main */
.content-main {
   width: calc(100% - 257px);
}

/* Prime */
.prime {
   border-radius: 0;
   margin-top: 0;
   padding: 77px 60px;
}

.content.prime {
   width: 100%;
   max-width: 1183px;
}

.prime .background img {
   -o-object-position: 100%;
   object-position: 100%;
}

.prime__wrap {
   max-width: 670px;
}

.prime__title {
   margin-bottom: 13px;
}

.prime__title span {
   color: #FFD400;
}

.prime__text {
   line-height: 1.71;
}

.prime__button {
   margin-top: 32px;
}

/* Info */
.info__table {
   width: 100%;
}

.info__table tr {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   position: relative;
   padding: 9px 0 17px;
}

.info__table tr+tr {
   margin-top: 6px;
}

.info__table tr:after {
   content: '';
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   height: 1px;
}

.info__table th,
.info__table td {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   font-size: 15px;
   line-height: 1.334;
}

.info__table th {
   max-width: 315px;
}

/* Pros Cons */
.pros-cons__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 20px;
   width: 100%;
   margin-top: 20px;
}

.pros-cons__item {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   border-radius: 15px;
   width: calc(50% - 10px);
   padding: 20px;
}

.pros-cons__item-title {
   font-weight: 700;
   font-size: 20px;
   text-transform: uppercase;
   position: relative;
   padding: 6px 0 7px 64px;
}

.pros-cons__item-title:before {
   content: '';
   background-color: #FCC211;
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: 20px;
   border-radius: 17px;
   width: 40px;
   height: 40px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   margin: auto;
}

.pros-cons__list {
   margin-top: 16px;
   padding: 0 64px;
}

ul.pros-cons__list li {
   font-weight: 700;
   padding-left: 26px;
}

ul.pros-cons__list li:before {
   content: '';
   background-color: rgba(0, 0, 0, 0);
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2331_9271)%22%3E%3Cpath%20d%3D%22M13.9731%205.73917L11.8477%201.0731C11.7991%200.966424%2011.6926%200.897949%2011.5754%200.897949H2.42456C2.30732%200.897949%202.20092%200.966424%202.15231%201.0731L0.0269087%205.73917C-0.0240058%205.85099%20-0.00139045%205.98255%200.0839258%206.07095L6.78478%2013.0117C6.89672%2013.1325%207.10328%2013.1325%207.21522%2013.0117L13.9161%206.07095C14.0014%205.98255%2014.024%205.85096%2013.9731%205.73917ZM5.12515%206.16234H8.87482L6.99999%2011.8486L5.12515%206.16234ZM8.80856%205.56405H5.19141L6.99999%201.87642L8.80856%205.56405ZM0.764122%205.56402L2.43446%201.89697L4.23178%205.56402H0.764122ZM9.76822%205.56402L11.5655%201.89697L13.2358%205.56402H9.76822Z%22%20fill%3D%22%23FCC211%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2331_9271%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 14px;
   height: 14px;
}

.pros__item-title:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.6668%209.99967C16.6668%2010.9197%2015.9201%2011.6663%2015.0001%2011.6663H11.6668V14.9997C11.6668%2015.9197%2010.9202%2016.6663%2010.0002%2016.6663C9.08016%2016.6663%208.33349%2015.9197%208.33349%2014.9997V11.6663H5.00017C4.08017%2011.6663%203.3335%2010.9197%203.3335%209.99967C3.3335%209.07967%204.08017%208.33301%205.00017%208.33301H8.33349V4.99967C8.33349%204.07967%209.08016%203.33301%2010.0002%203.33301C10.9202%203.33301%2011.6668%204.07967%2011.6668%204.99967V8.33301H15.0001C15.9201%208.33301%2016.6668%209.07967%2016.6668%209.99967Z%22%20fill%3D%22%2314152D%22%2F%3E%3C%2Fsvg%3E");
}

.cons__item-title:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2220%22%20viewBox%3D%220%200%2021%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M14.7708%208.33301H5.39575C4.53286%208.33301%203.83325%209.07926%203.83325%209.99967C3.83325%2010.9201%204.53286%2011.6663%205.39575%2011.6663H14.7708C15.6336%2011.6663%2016.3333%2010.9201%2016.3333%209.99967C16.3333%209.07926%2015.6336%208.33301%2014.7708%208.33301Z%22%20fill%3D%22%2314152D%22%2F%3E%3C%2Fsvg%3E");
}

/* Register */
.banner {
   border-radius: 20px;
   overflow: hidden;
   width: 100%;
   padding: 80px;
}

.register__banner {
   padding: 20px 111px 20px 20px;
}

.banner__wrap {
   position: relative;
}

.register__banner-wrap {
   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;
   gap: 20px;
}

.banner__desc {
   padding: 20px;
   position: relative;
}

.banner__desc * {
   position: relative;
}

.banner__desc:before {
   content: '';
   background-color: rgba(20, 21, 45, 0.6);
   -webkit-backdrop-filter: blur(20px);
   backdrop-filter: blur(20px);
   border-radius: 16px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
}

.register__banner-desc {
   max-width: 600px;
}

.register__banner-img {
   max-width: 228px;
}

.register__banner-img img {
   display: block;
}

/* App */
.app__banner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   gap: 20px;
   padding: 40px;
}

.app__banner-desc {
   max-width: 550px;
}

.app__banner-desc:last-of-type {
   -ms-flex-item-align: end;
   align-self: flex-end;
}

.app__banner-desc ol {
   margin-top: 15px;
   padding-top: 20px;
}

.app__banner-desc ol:before {
   content: '';
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
}

/* Bonuses */
.bonuses__banner {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   border-radius: 16px;
   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;
   overflow: hidden;
   width: 100%;
}

.bonuses__banner-desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 20px;
}

.bonuses__banner-desc ul li {
   font-weight: 700;
   color: #FCC211;
   padding-left: 30px;
}

.bonuses__banner-desc ul li+li {
   margin-top: 16px;
}

.bonuses__banner-desc ul li:before {
   content: '';
   background-color: rgba(0, 0, 0, 0);
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2331_9271)%22%3E%3Cpath%20d%3D%22M13.9731%205.73917L11.8477%201.0731C11.7991%200.966424%2011.6926%200.897949%2011.5754%200.897949H2.42456C2.30732%200.897949%202.20092%200.966424%202.15231%201.0731L0.0269087%205.73917C-0.0240058%205.85099%20-0.00139045%205.98255%200.0839258%206.07095L6.78478%2013.0117C6.89672%2013.1325%207.10328%2013.1325%207.21522%2013.0117L13.9161%206.07095C14.0014%205.98255%2014.024%205.85096%2013.9731%205.73917ZM5.12515%206.16234H8.87482L6.99999%2011.8486L5.12515%206.16234ZM8.80856%205.56405H5.19141L6.99999%201.87642L8.80856%205.56405ZM0.764122%205.56402L2.43446%201.89697L4.23178%205.56402H0.764122ZM9.76822%205.56402L11.5655%201.89697L13.2358%205.56402H9.76822Z%22%20fill%3D%22%23FCC211%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2331_9271%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 14px;
   height: 14px;
}

.bonuses__banner-img {
   max-width: 316px;
}

.bonuses__banner-img img {
   display: block;
}

.app-buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 10px;
}

.app-button {
   background-color: rgba(252, 194, 17, 0.4);
   border: 2px solid #FCC211;
   border-radius: 8px;
   -webkit-box-shadow: 0px -1px 20px 0px #FDCD0A99;
   box-shadow: 0px -1px 20px 0px #FDCD0A99;
   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;
   font-weight: 500;
   font-size: 14px;
   color: #fff;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 16px;
   width: 240px;
   height: 64px;
   padding: 16px 32px;
}

.app-button img {
   display: block;
   width: 32px;
}

.app-button span {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.app-button:hover {
   background-color: rgba(252, 194, 17, 0.7);
}

/* VIP */
.vip__list-item {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   border-radius: 16px;
   margin-top: 15px;
   min-height: 170px;
   padding: 20px 20px 20px 86px;
}

.vip__list-item:before {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%22131%22%20viewBox%3D%220%200%2046%20131%22%20fill%3D%22none%22%3E%3Cpath%20opacity%3D%220.4%22%20d%3D%22M23%2036.7911L23%200.941466M23%20130L23%2094.1504%22%20stroke%3D%22url(%23paint0_linear_2331_12913)%22%20stroke-width%3D%222.70833%22%2F%3E%3Cg%20clip-path%3D%22url(%23clip0_2331_12913)%22%3E%3Cpath%20d%3D%22M43.9193%2062.2175L37.543%2048.2193C37.3972%2047.8993%2037.0779%2047.6938%2036.7262%2047.6938H9.27368C8.92197%2047.6938%208.60275%2047.8993%208.45692%2048.2193L2.08073%2062.2175C1.92798%2062.553%201.99583%2062.9477%202.25178%2063.2128L22.3543%2084.0351C22.6902%2084.3974%2023.3098%2084.3974%2023.6457%2084.0351L43.7482%2063.2128C44.0042%2062.9477%2044.072%2062.5529%2043.9193%2062.2175ZM17.3755%2063.487H28.6245L23%2080.5457L17.3755%2063.487ZM28.4257%2061.6921H17.5742L23%2050.6293L28.4257%2061.6921ZM4.29237%2061.6921L9.30338%2050.6909L14.6954%2061.6921H4.29237ZM31.3046%2061.6921L36.6965%2050.6909L41.7075%2061.6921H31.3046Z%22%20fill%3D%22%23FCC211%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_2331_12913%22%20x1%3D%2223%22%20y1%3D%220.941467%22%20x2%3D%2223%22%20y2%3D%22130%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FFFAF3%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%220.1875%22%20stop-color%3D%22%23FFFAF3%22%2F%3E%3Cstop%20offset%3D%220.796875%22%20stop-color%3D%22%23FFFAF3%22%20stop-opacity%3D%220.972603%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFFAF3%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22clip0_2331_12913%22%3E%3Crect%20width%3D%2242%22%20height%3D%2242%22%20fill%3D%22white%22%20transform%3D%22translate(2%2045)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 46px;
   height: 131px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 20px;
   margin: auto;
}

/* Championships */
.championships__img {
   position: absolute;
   bottom: 0;
}

.championships__img-left {
   left: 0;
}

.championships__img-right {
   right: 0;
}

.banner__title {
   margin-bottom: 32px;
}

.championships__desc {
   background-color: rgba(20, 21, 45, 0.6);
   border-radius: 16px;
   text-align: center;
   margin: 0 auto;
   max-width: 619px;
   padding: 20px;
}

/* Slots */
.content.slots {
   background: none;
   border-radius: 0;
   padding: 0;
}

.slots__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 20px;
}

.slots__list-item {
   border-radius: 16px;
   overflow: hidden;
   padding: 86px 20px 20px;
   width: calc(33.3% - 13.3px);
   min-height: 328px;
   text-align: center;
}

.slots__list-item+.slots__list-item {
   margin-top: 0;
}

.slots__list-item:before {
   display: none;
}

.slots__item-title {
   color: #FCC211;
}

.slots__item-text {
   font-size: 15px;
   line-height: 1.3;
   position: relative;
   padding-top: 20px;
}

.slots__item-text:before {
   content: '';
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
}

.table {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   border-radius: 15px;
   overflow: hidden;
   width: 100%;
}

.table tr {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.table tr>* {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.table thead {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   font-weight: 700;
   font-size: 20px;
   line-height: 1.1;
   text-transform: uppercase;
}

.table thead th {
   padding: 19px 20px;
}

.table tbody tr:nth-child(odd) {
   background-color: rgba(20, 21, 45, 0.6);
}

.table tbody td {
   line-height: 1.286;
   padding: 22px 20px;
}

/* Games */
.games__table th:first-child,
.games__table td:first-child {
   max-width: 125px;
}

/* Live */
.live {
   padding-right: 65px;
}

.live__wrap {
   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;
   gap: 20px;
   width: 100%;
}

.live__desc {
   background-color: rgba(20, 21, 45, 0.6);
   border-radius: 16px;
   max-width: 619px;
   padding: 20px;
}

.live__img {
   max-width: 223px;
}

.live__img img {
   display: block;
}

/* License */
.content.license {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   -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;
   gap: 20px;
   padding: 0;
}

.license__desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 20px;
}

.license__title {
   background: none;
   border-radius: 0;
   padding: 0;
   text-align: left;
}

.license__img {
   max-width: 316px;
}

.license__img img {
   display: block;
}

/* Payments */
.payments {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
}

.payments__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 20px;
   margin-top: 15px;
}

.payments__list-item {
   background-color: rgba(20, 21, 45, 0.698);
   border-radius: 15px;
   padding: 20px;
   width: calc(50% - 10px);
}

.payments__item-title {
   padding-bottom: 16px;
}

.payments__item-title:after {
   content: '';
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   height: 1px;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}

/* Service */
.service {
   -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;
   gap: 20px;
   padding: 0;
}

.service__img {
   max-width: 316px;
}

.service__img img {
   display: block;
}

.service__desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 20px;
}

.service__title {
   background: none;
   border-radius: none;
   padding: 0;
   text-align: left;
}

/* FAQ */
.faq__item {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   border-radius: 15px;
   overflow: hidden;
}

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

.title.faq-item__title {
   line-height: 1.4;
   text-align: left;
   margin-bottom: 0;
   cursor: pointer;
   padding: 17px 55px 17px 16px;
}

.faq-item__title:before {
   content: '';
   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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20%2012C20%2013.104%2019.104%2014%2018%2014H14V18C14%2019.104%2013.104%2020%2012%2020C10.896%2020%209.99999%2019.104%209.99999%2018V14H6.00001C4.89601%2014%204%2013.104%204%2012C4%2010.896%204.89601%2010%206.00001%2010H9.99999V6C9.99999%204.896%2010.896%204%2012%204C13.104%204%2014%204.896%2014%206V10H18C19.104%2010%2020%2010.896%2020%2012Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 24px;
   height: 24px;
   position: absolute;
   top: 19px;
   right: 16px;
}

.faq-item__desc {
   border-top: 1px solid rgba(255, 212, 0, 0.4);
   line-height: 1.71;
   padding: 16px;
}

.faq__item.active .faq-item__title:before {
   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%22M17.125%2010H5.875C4.83953%2010%204%2010.8955%204%2012C4%2013.1045%204.83953%2014%205.875%2014H17.125C18.1605%2014%2019%2013.1045%2019%2012C19%2010.8955%2018.1605%2010%2017.125%2010Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
}

/* Reviews */
.content.reviews {
   background: none;
   border-radius: 0;
   padding: 0;
}

.review__slider {
   padding: 0 44px;
}

.reviews__slide {
   background: #14152D;
   border-radius: 8px;
   height: 100%;
   text-align: center;
   padding: 16px 20px;
}

.reviews__slide-img {
   max-width: 80px;
   margin: 0 auto;
}

.reviews__slide-name {
   font-weight: 700;
   margin-bottom: 16px;
   padding-bottom: 16px;
   position: relative;
}

.reviews__slide-name:after {
   content: '';
   background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 3.5%, #FFFFFF 48.91%, rgba(255, 255, 255, 0) 97%);
   background: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(48.91%, #FFFFFF), color-stop(97%, rgba(255, 255, 255, 0)));
   background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #FFFFFF 48.91%, rgba(255, 255, 255, 0) 97%);
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 1px;
}

.owl-carousel .owl-stage {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.owl-theme .owl-nav {
   margin: 0;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   height: 24px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
   border: 1px solid #FCC211;
   border-radius: 4px;
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: 8px;
   font-size: 0;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 24px;
   height: 24px;
}

.owl-carousel .owl-nav button.owl-next {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L7%207L1%2013%22%20stroke%3D%22white%22%20stroke-width%3D%221.4%22%2F%3E%3C%2Fsvg%3E");
   right: 0;
}

.owl-carousel .owl-nav button.owl-prev {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M7%201L1%207L7%2013%22%20stroke%3D%22white%22%20stroke-width%3D%221.4%22%2F%3E%3C%2Fsvg%3E");
   left: 0;
}

/* Rating */
.rating {
   background-color: #1F2038;
   font-size: 15px;
   line-height: 1.5;
}

.rating__table {
   border-radius: 16px;
   overflow: hidden;
   width: 100%;
}

.rating__table tr {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
   line-height: 1.572;
   padding: 12px 20px;
}

.rating__table tr:nth-child(odd) {
   background-color: #14152D;
}

.rating__table tr:nth-child(even) {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);

}

.rating__table th,
.rating__table td {
   width: calc(50% - 10px);
}

.rating__table th {
   font-weight: 700;
   font-size: 14px;
}

.rating__stras {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 8px;
}

.rating__stras img {
   max-width: 16px;
}

/* Conclusion */
.banner__desc {
   text-align: center;
}

.conclusion__title {
   background: none;
   border-radius: 0;
   padding: 0;
}

.conclusion__button {
   margin-top: 32px;
}

/* Footer */
.footer {
   padding: 32px 40px 20px 277px;
}

.footer__logo {
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   max-width: 152px;
   opacity: .5;
   margin: 0 auto;
}

.footer__flags {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 20px;
   margin-bottom: 32px;
}

.footer__flags li {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   border-radius: 8px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 8px;
   padding: 12px 20px;
}

.footer__flags li img {
   border-radius: 50%;
   max-width: 24px;
}

.footer__flags li a {
   color: #fff;
   text-transform: uppercase;
}

.footer__menu {
   margin: 32px 0px;
   width: 100%;
}

.footer__menu ul {
   border: 2px solid rgba(255, 255, 255, .1);
   border-radius: 100px;
   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;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 8px 16px;
   padding: 2px;
}

.footer__menu li a {
   display: block;
   font-weight: 500;
   font-size: 14px;
   color: rgba(255, 255, 255, 0.502);
   line-height: 1;
   text-transform: uppercase;
   padding: 9px 17px;
}

.footer__menu li a:hover {
   background-color: #FFD400;
   border-radius: 100px;
   color: #000;
}

.footer__text {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   gap: 12px;
   position: relative;
}

.footer__desc {
   color: rgba(255, 255, 255, .5);
   line-height: 1.71;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

/* To top */
.to-top {
   background-color: #1F2038;
   border-radius: 50%;
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2224%22%20viewBox%3D%220%200%2021%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11.1%200.3L20.85%2010.8C21%2010.95%2021%2011.25%2021%2011.55C20.85%2011.85%2020.55%2012%2020.25%2012H15V23.25C15%2023.7%2014.7%2024%2014.25%2024H6.75C6.3%2024%206%2023.7%206%2023.25V12H0.75C0.45%2012%200.15%2011.85%200%2011.55C0%2011.25%203.35276e-08%2010.95%200.15%2010.8L9.9%200.3C10.05%200.15%2010.35%200%2010.5%200C10.65%200%2010.95%200.15%2011.1%200.3Z%22%20fill%3D%22%23FDCD0B%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: 21px;
   display: block;
   width: 42px;
   height: 42px;
   position: fixed;
   right: 20px;
   bottom: 20px;
   display: none;
   z-index: 100;
   opacity: .6;
}

.to-top:hover {
   opacity: 1;
}

/* PAGES */
/* BONUSES PAGE */
.bonuses-prime .prime__wrap {
   max-width: 756px;
}

.bonus-img {
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
}

/* Welcome */
.welcome__banner {
   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;
   gap: 20px;
   padding-right: 32px;
}

.welcome__banner-desc {
   text-align: left;
   max-width: 720px;
}

.welcome__banner-title {
   text-transform: uppercase;
}

.welcome__app-buttons {
   margin-top: 32px;
}

.welcome__banner-img {
   max-width: 238px;
   position: relative;
}

.welcome__banner-img img {
   display: block;
}

.welcome__list-item {
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   border-radius: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   min-height: 170px;
   padding: 20px 20px 20px 86px;
}

.welcome__list-item+.welcome__list-item {
   margin-top: 20px;
}

.welcome__list-item:before {
   content: '';
   background-color: rgba(0, 0, 0, 0);
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%22131%22%20viewBox%3D%220%200%2046%20131%22%20fill%3D%22none%22%3E%3Cpath%20opacity%3D%220.4%22%20d%3D%22M23%2036.7911L23%200.941466M23%20130L23%2094.1504%22%20stroke%3D%22url(%23paint0_linear_2331_12913)%22%20stroke-width%3D%222.70833%22%2F%3E%3Cg%20clip-path%3D%22url(%23clip0_2331_12913)%22%3E%3Cpath%20d%3D%22M43.9193%2062.2175L37.543%2048.2193C37.3972%2047.8993%2037.0779%2047.6938%2036.7262%2047.6938H9.27368C8.92197%2047.6938%208.60275%2047.8993%208.45692%2048.2193L2.08073%2062.2175C1.92798%2062.553%201.99583%2062.9477%202.25178%2063.2128L22.3543%2084.0351C22.6902%2084.3974%2023.3098%2084.3974%2023.6457%2084.0351L43.7482%2063.2128C44.0042%2062.9477%2044.072%2062.5529%2043.9193%2062.2175ZM17.3755%2063.487H28.6245L23%2080.5457L17.3755%2063.487ZM28.4257%2061.6921H17.5742L23%2050.6293L28.4257%2061.6921ZM4.29237%2061.6921L9.30338%2050.6909L14.6954%2061.6921H4.29237ZM31.3046%2061.6921L36.6965%2050.6909L41.7075%2061.6921H31.3046Z%22%20fill%3D%22%23FCC211%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_2331_12913%22%20x1%3D%2223%22%20y1%3D%220.941467%22%20x2%3D%2223%22%20y2%3D%22130%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FFFAF3%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%220.1875%22%20stop-color%3D%22%23FFFAF3%22%2F%3E%3Cstop%20offset%3D%220.796875%22%20stop-color%3D%22%23FFFAF3%22%20stop-opacity%3D%220.972603%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFFAF3%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22clip0_2331_12913%22%3E%3Crect%20width%3D%2242%22%20height%3D%2242%22%20fill%3D%22white%22%20transform%3D%22translate(2%2045)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 46px;
   height: 131px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 20px;
   margin: auto;
}

.welcome__item-title {
   color: #FCC211;
   text-transform: uppercase;
}

.welcome__list-item p {
   margin-top: 16px;
}

/* VIP Banner */
.vip-banner__desc {
   font-size: 15px;
   line-height: 1.5;
}

.vip-banner__desc p+p {
   margin-top: 32px;
}

.vip-banner__button {
   margin-top: 32px;
}

/* Cashback */
.content.cashback {
   background: none;
   border-radius: 0;
   padding: 0;
}

.cashback__banner-desc {
   text-align: left;
}

.cashback__banner-desc h3 {
   text-transform: uppercase;
}

.cashback__banner-desc h4 {
   color: #fff;
}

.cashback__banner-desc ol:before {
   content: '';
   border: 1px dashed #FCC211;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 16px;
}

.cashback__banner-desc ol li {
   line-height: 1.429;
   padding: 6px 0 6px 48px;
}

.cashback__banner-desc ol li+li {
   margin-top: 40px;
}

.cashback__banner-desc ol li:before {
   content: '0' counter(ol);
   background-color: #14152d;
   border: 1px solid #FCC211;
   border-radius: 3px;
   left: 0;
   top: 0;
   bottom: 0;
   width: 32px;
   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;
   z-index: 1;
}

.cashback__app-buttons {
   margin-top: 32px;
}

/* Rewards */
.content.rewards {
   background: none;
   border-radius: 0;
   padding: 0;
}

.rewards__banner {
   padding: 40px 40px 80px 40px;
}

.rewards__banner .background img {
   -o-object-position: 100%;
   object-position: 100%;
}

.rewards__banner-desc {
   text-align: left;
   max-width: 814px;
}

.rewards__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 20px;
}

.rewards__list-item {
   background-color: rgba(20, 21, 45, 0.698);
   border-radius: 16px;
   text-align: center;
   padding: 32px 20px;
   width: calc(50% - 10px);
}

.rewards__list-item+.rewards__list-item {
   margin-top: 0;
}

.rewards__list-item:before {
   display: none;
}

.rewards__item-img {
   max-width: 56px;
   margin: 0 auto 20px;
}

.rewards__item-img img {
   display: block;
}

/* Offer */
.offer {
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   gap: 20px;
   padding-top: 27px;
   padding-bottom: 27px;
}

.offer__img {
   max-width: 210px;
}

.offer__img img {
   display: block;
}

.offer__desc {
   max-width: 600px;
}

.offer__desc-title {
   background: none;
   border-radius: 0;
   padding: 0;
}

.offer__desc-title:after {
   content: '';
   display: block;
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   height: 1px;
   margin-top: 20px;
}

.offer__app-buttons {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-top: 32px;
}

/* Responsible */
.responsible__banner {
   padding-top: 74px;
   padding-bottom: 74px;
}

.responsible__banner-desc {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   padding: 24px 40px;
}

.responsible__banner-desc ul {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.responsible__banner-desc ul li+li {
   margin-top: 16px;
}

.responsible__banner-button {
   margin-top: 0;
}

/* APP PAGE */
/* Prime */
.mobile-prime {
   padding-top: 47px;
   padding-bottom: 47px;
}

/* Mobile */
.mobile__banner {
   padding-top: 56px;
   padding-bottom: 56px;
}

.mobile__banner-wrap {
   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;
   gap: 20px;
   position: relative;
   width: 100%;
}

.mobile__wrap-item {
   max-width: 342px;
}

.mobile__item-list {
   text-align: left;
}

.mobile__item-list li {
   font-weight: 700;
   padding-left: 30px;
}

.mobile__item-list li+li {
   margin-top: 16px;
}

.mobile__item-list li:before {
   content: '';
   background-color: rgba(0, 0, 0, 0);
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2331_9271)%22%3E%3Cpath%20d%3D%22M13.9731%205.73917L11.8477%201.0731C11.7991%200.966424%2011.6926%200.897949%2011.5754%200.897949H2.42456C2.30732%200.897949%202.20092%200.966424%202.15231%201.0731L0.0269087%205.73917C-0.0240058%205.85099%20-0.00139045%205.98255%200.0839258%206.07095L6.78478%2013.0117C6.89672%2013.1325%207.10328%2013.1325%207.21522%2013.0117L13.9161%206.07095C14.0014%205.98255%2014.024%205.85096%2013.9731%205.73917ZM5.12515%206.16234H8.87482L6.99999%2011.8486L5.12515%206.16234ZM8.80856%205.56405H5.19141L6.99999%201.87642L8.80856%205.56405ZM0.764122%205.56402L2.43446%201.89697L4.23178%205.56402H0.764122ZM9.76822%205.56402L11.5655%201.89697L13.2358%205.56402H9.76822Z%22%20fill%3D%22%23FCC211%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2331_9271%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 14px;
   height: 14px;
}

.mobile__wrap-img {
   max-width: 192px;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.mobile__wrap-img img {
   display: block;
}

.mobile__item-button {
   margin: 27px auto 0;
}

/* Install */
.install__banner {
   padding: 20px;
}

.install__banner>* {
   position: relative;
}

.install__banner-wrap {
   text-align: left;
   overflow: hidden;
}

.install__banner-title {
   text-transform: uppercase;
}

.install__banner-desc {
   position: relative;
   z-index: 1;
}

.install__banner-desc ol {
   max-width: 600px;
}

.install__banner-desc ol li+li {
   margin-top: 20px;
}

.install__banner-button {
   margin-top: 32px;
}

.install__banner-img {
   border-radius: 0 0 16px 0;
   position: absolute;
   bottom: 0;
   right: 0;
   overflow: hidden;
}

.install__banner-img img {
   display: block;
}

/* Benefits */
.benefits__list {
   margin-top: 20px;
}

.benefits__list-item {
   border-radius: 20px;
   background: -o-linear-gradient(bottom, #14152D 0%, #45465E 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(#14152D), to(#45465E));
   background: linear-gradient(0deg, #14152D 0%, #45465E 100%);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   overflow: hidden;
}

.benefits__list-item+.benefits__list-item {
   margin-top: 20px;
}

.benefits__item-img {
   max-width: 314px;
}

.benefits__item-img img {
   display: block;
}

.benefits__item-desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 20px;
}

/* Devices */
.devices {
   padding: 20px;
}

.devices>* {
   position: relative;
   z-index: 1;
}

.devices__wrap {
   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;
   gap: 20px;
   margin-top: 20px;
}

.devices__desc {
   max-width: 669px;
   text-align: left;
}

.devices__desc+.devices__desc {
   margin-top: 20px;
}

.devices__desc h3 {
   text-transform: uppercase;
}

.devices__desc h4 {
   color: #fff;
   text-transform: none;
}

.devices__desc ul li {
   padding-left: 30px;
}

.devices__desc ul li+li {
   margin-top: 20px;
}

.devices__desc ul li:before {
   content: '';
   background-color: rgba(0, 0, 0, 0);
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2331_9271)%22%3E%3Cpath%20d%3D%22M13.9731%205.73917L11.8477%201.0731C11.7991%200.966424%2011.6926%200.897949%2011.5754%200.897949H2.42456C2.30732%200.897949%202.20092%200.966424%202.15231%201.0731L0.0269087%205.73917C-0.0240058%205.85099%20-0.00139045%205.98255%200.0839258%206.07095L6.78478%2013.0117C6.89672%2013.1325%207.10328%2013.1325%207.21522%2013.0117L13.9161%206.07095C14.0014%205.98255%2014.024%205.85096%2013.9731%205.73917ZM5.12515%206.16234H8.87482L6.99999%2011.8486L5.12515%206.16234ZM8.80856%205.56405H5.19141L6.99999%201.87642L8.80856%205.56405ZM0.764122%205.56402L2.43446%201.89697L4.23178%205.56402H0.764122ZM9.76822%205.56402L11.5655%201.89697L13.2358%205.56402H9.76822Z%22%20fill%3D%22%23FCC211%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2331_9271%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 14px;
   height: 14px;
}

.devices__wrap-img {
   max-width: 252px;
}

.devices__wrap-img img {
   display: block;
}

/* Web */
.web__desc {
   font-size: 15px;
   line-height: 1.5;
}

.web__app-buttons {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   margin-top: 32px;
}
@media screen and (min-width:1440px) {
   .cover {
      padding-left: calc(50% - (1400px / 2));
      padding-right: calc(50% - (1400px / 2));
   }

   .main {
      padding-left: calc(50% - ((1440px - 257px - 257px) / 2));
      padding-right: calc(50% - (1440px / 2));
   }

   .sidebar {
      left: calc(50% - (1440px / 2));
   }

   .footer {
      padding-left: calc(50% - ((1440px - 277px - 277px) / 2));
      padding-right: calc(50% - ((1440px - 80px) / 2));
   }
}

@media screen and (min-width: 1025px) {
   .header__menu {
      display: block !important;
   }
}

@media (orientation: landscape) and (max-width:850px) {
   .header__menu {
      height: calc(100vh - 67px);
      overflow: auto;
   }
}

@media screen and (max-width: 1200px) {
   .main {
      padding-left: 0;
   }

   .content {
      width: calc(100% - 40px);
      margin-left: auto;
      margin-right: auto;
   }

   .sidebar {
      background: #1F2038;
      border-radius: 20px;
      height: auto;
      margin: 20px auto 0;
      width: calc(100% - 40px);
      padding: 10px 20px;
      position: static;
   }

   .sidebar__links-button:before {
      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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20%2012C20%2013.104%2019.104%2014%2018%2014H14V18C14%2019.104%2013.104%2020%2012%2020C10.896%2020%209.99999%2019.104%209.99999%2018V14H6.00001C4.89601%2014%204%2013.104%204%2012C4%2010.896%204.89601%2010%206.00001%2010H9.99999V6C9.99999%204.896%2010.896%204%2012%204C13.104%204%2014%204.896%2014%206V10H18C19.104%2010%2020%2010.896%2020%2012Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
   }

   .sidebar__links-button.hide:before {
      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%22M17.125%2010H5.875C4.83953%2010%204%2010.8955%204%2012C4%2013.1045%204.83953%2014%205.875%2014H17.125C18.1605%2014%2019%2013.1045%2019%2012C19%2010.8955%2018.1605%2010%2017.125%2010Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
   }

   .sidebar__links-list {
      display: none;
   }

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

@media screen and (max-width: 1025px) {

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

   .header__logo {
      margin-left: 0;
   }

   .menu-button {
      display: block;
      background-color: #FDCD0B;
      padding: 10px;
      border-radius: 8px;
      width: 40px;
      height: 40px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
   }

   .menu-button svg {
      display: block;
      margin: auto;
   }

   .menu-button svg rect {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      fill: #0B0C21;
   }

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

   .menu-button.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);
   }

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

   .header__menu {
      background: #0B0C21;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 100;
      margin: 0;
      padding: 25px;
      text-align: center;
      display: none;
   }

   .header__menu ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
   }

   .prime {
      padding: 40px;
   }

   .pros-cons__list {
      padding-right: 0;
   }

   .register__banner {
      padding-right: 20px;
   }

   .slots__list-item {
      padding-top: 40px;
   }

   .mobile__wrap-img {
      display: none;
   }

   .mobile__banner-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 40px;
   }

   .install__banner-img {
      opacity: .4;
   }

}

@media screen and (max-width: 850px) {

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

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

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

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

   .prime {
      padding: 20px;
   }

   .prime__wrap {
      background-color: rgba(20, 21, 45, .8);
      border-radius: 16px;
      padding: 20px;
   }

   .pros-cons__list {
      padding-left: 0;
   }

   .banner {
      padding: 40px;
   }

   .register__banner-img {
      display: none;
   }

   .bonuses__banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
   }

   .championships__img-right {
      display: none;
   }

   .slots__list-item {
      width: calc(50% - 10px);
      min-height: 0;
      padding-top: 20px;
   }

   .table thead {
      font-size: 16px;
   }

   .live__img {
      display: none;
   }

   .content.license {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      gap: 0;
   }

   .payments__list-item {
      width: 100%;
   }

   .service {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
   }

   .welcome__banner-img,
   .offer__img {
      display: none;
   }

   .responsible__banner-desc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .benefits__item-desc {
      text-align: center;
   }

   .benefits__list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
   }
}

@media screen and (max-width: 650px) {

   h1,
   .title.general {
      font-size: 24px;
      line-height: 1.3;
   }

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

   .header>.header__button {
      display: none;
   }

   .header__menu .header__button {
      display: inline-block;
      margin: 20px 5px 0;
   }

   .prime {
      padding: 20px;
   }

   .button {
      margin-top: 20px;
   }

   .info__table,
   .table {
      overflow: auto;
   }

   .info__table {
      padding-bottom: 10px;
   }

   .info__table::-webkit-scrollbar,
   .table::-webkit-scrollbar {
      height: 4px;
   }

   .info__table::-webkit-scrollbar-track,
   .table::-webkit-scrollbar-track {
      background: #0B0C21;
      border-radius: 3px;
   }

   .info__table::-webkit-scrollbar-thumb,
   .table::-webkit-scrollbar-thumb {
      background: #FFD400;
      border-radius: 3px;
   }

   .info__table table {
      width: 550px;
   }

   .info__table th {
      max-width: 230px;
   }

   .pros-cons__item {
      width: 100%;
   }

   .banner {
      padding: 20px;
   }

   .app__banner {
      gap: 20px;
   }

   .table table {
      width: 650px;
   }

   .table tbody td {
      padding-top: 12px;
      padding-bottom: 12px;
   }

   .slots__list-item {
      width: 100%;
   }

   .rewards__list-item {
      width: 100%;
   }

   .devices__wrap-img {
      display: none;
   }

   .footer__menu ul {
      border-radius: 30px;
   }
}

@media screen and (max-width: 450px) {

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

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

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

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

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

   .button {
      min-width: 200px;
      padding-top: 20px;
      padding-bottom: 20px;
   }

   .content-bar {
      padding-left: 10px;
      padding-right: 10px;
   }

   .content {
      padding: 15px;
   }

   .content,
   .sidebar {
      width: calc(100% - 20px);
   }

   .prime {
      padding: 0;
   }

   .prime__wrap {
      background-color: rgba(20, 21, 45, 0.8);
      border-radius: 0;
      padding-left: 10px;
      padding-right: 10px;
   }

   .prime__text {
      line-height: 1.4;
   }

   .banner {
      padding-left: 10px;
      padding-right: 10px;
   }

   .vip__list-item {
      padding-left: 60px;
   }

   .vip__list-item:before {
      left: 5px;
   }

   .service__desc {
      padding-left: 0;
      padding-right: 0;
   }

   .rating__table tr {
      padding-left: 10px;
      padding-right: 10px;
   }

   .rating__stras {
      gap: 4px;
   }

   .responsible__banner-desc {
      padding-left: 20px;
      padding-right: 20px;
   }

   .footer {
      padding-top: 40px;
   }

   .footer__flags {
      gap: 10px;
   }

   .footer__flags li {
      padding: 10px;
   }

   .footer__text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }

}