@charset "utf-8";

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

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

p {
   margin-top: 16px;
   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;
   line-height: 1.2;
}

.title {
   margin-bottom: 16px;
}

h1.title,
.title.general {
   font-size: 34px;
   color: #FFF72E;
   text-transform: uppercase;
}

h2,
.title.high {
   font-size: 32px;
   color: #FFF72E;
   text-align: center;
   width: auto;
   margin: 0 auto;
   padding: 0 80px;
}

h2:before,
h2:after {
   content: '';
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 64px;
   height: 18px;
   position: absolute;
   top: 10px;
}

h2:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2263%22%20height%3D%2218%22%20viewBox%3D%220%200%2063%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M39.5%209H0M39.5%209L47%201.5M39.5%209L47%2016.5%22%20stroke%3D%22%23FFF72E%22%2F%3E%3Cpath%20d%3D%22M39%205H19%22%20stroke%3D%22%23FFF72E%22%2F%3E%3Cpath%20d%3D%22M39%2013H19%22%20stroke%3D%22%23FFF72E%22%2F%3E%3Crect%20y%3D%220.707107%22%20width%3D%2211.5146%22%20height%3D%2211.5146%22%20transform%3D%22matrix(-0.707107%200.707107%200.707107%200.707107%2053.3994%200.307693)%22%20stroke%3D%22%23FFF72E%22%2F%3E%3Crect%20y%3D%220.707107%22%20width%3D%2211.5146%22%20height%3D%2211.5146%22%20transform%3D%22matrix(-0.707107%200.707107%200.707107%200.707107%2053.3994%200.307693)%22%20stroke%3D%22%23FFF72E%22%2F%3E%3C%2Fsvg%3E");
   left: 0;
}

h2:after {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2263%22%20height%3D%2218%22%20viewBox%3D%220%200%2063%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M23.501%209H63.001M23.501%209L16.001%201.5M23.501%209L16.001%2016.5%22%20stroke%3D%22%23FFF72E%22%2F%3E%3Cpath%20d%3D%22M24.001%205H44.001%22%20stroke%3D%22%23FFF72E%22%2F%3E%3Cpath%20d%3D%22M24.001%2013H44.001%22%20stroke%3D%22%23FFF72E%22%2F%3E%3Crect%20x%3D%229.10156%22%20y%3D%220.807693%22%20width%3D%2211.5146%22%20height%3D%2211.5146%22%20transform%3D%22rotate(45%209.10156%200.807693)%22%20stroke%3D%22%23FFF72E%22%2F%3E%3Crect%20x%3D%229.10156%22%20y%3D%220.807693%22%20width%3D%2211.5146%22%20height%3D%2211.5146%22%20transform%3D%22rotate(45%209.10156%200.807693)%22%20stroke%3D%22%23FFF72E%22%2F%3E%3C%2Fsvg%3E");
   right: 0;
}

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

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

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

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

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

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

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

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

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;
   top: 0;
   left: 0;
}

article ul>li:before,
.article ul>li:before {
   content: "";
   background-color: #FFF72E;
   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)'.';
   color: #FFF72E;
}

p a,
article li a,
.article li a,
.keyword {
   font-weight: 600;
   color: #FFF72E;
}

/* Button */
.button {
   background: #4CB63A;
   border: 2px solid #4CB63A;
   border-radius: 12px;
   font-family: "Poppins", serif;
   font-weight: 600;
   font-size: 16px;
   color: #fff;
   line-height: 1.238;
   text-align: center;
   white-space: nowrap;
   display: inline-block;
   min-width: 170px;
   margin-top: 20px;
   padding: 11px 10px;
}

.button:hover {
   background-color: #fff;
   color: #4CB63A;
}

.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;
}

.background-right img {
   -o-object-position: 80%;
   object-position: 80%;
}

.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: -o-linear-gradient(right, #130404 0%, #2D0D0D 100%);
   background: -webkit-gradient(linear, right top, left top, from(#130404), to(#2D0D0D));
   background: linear-gradient(270deg, #130404 0%, #2D0D0D 100%);
   border-radius: 12px;
   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: #130404;
   -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;
   overflow: visible;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 1000;
   height: auto;
   margin-top: 0;
   padding-top: 9px;
   padding-bottom: 10px;
}

.logo img {
   display: block;
}

.header__logo {
   max-width: 102px;
}

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

.header__menu {
   margin: 0 auto 0 8.6%;
}

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

.header__menu ul li+li {
   padding-left: 46px;
}

.header__menu ul li+li:before {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2213%22%20viewBox%3D%220%200%2030%2013%22%20fill%3D%22none%22%3E%3Crect%20opacity%3D%220.4%22%20y%3D%225.5%22%20width%3D%228%22%20height%3D%221%22%20fill%3D%22url(%23paint0_linear_1548_3679)%22%2F%3E%3Crect%20opacity%3D%220.4%22%20x%3D%2222%22%20y%3D%225.5%22%20width%3D%228%22%20height%3D%221%22%20fill%3D%22url(%23paint1_linear_1548_3679)%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%221.20711%22%20width%3D%226.99997%22%20height%3D%227.00001%22%20transform%3D%22rotate(45%2015%201.20711)%22%20stroke%3D%22%23FFF72E%22%2F%3E%3Crect%20x%3D%2215%22%20y%3D%224.74219%22%20width%3D%221.99998%22%20height%3D%222.00002%22%20transform%3D%22rotate(45%2015%204.74219)%22%20fill%3D%22%23FFF72E%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_1548_3679%22%20x1%3D%220%22%20y1%3D%226%22%20x2%3D%228%22%20y2%3D%226%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFFAF3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_1548_3679%22%20x1%3D%2230%22%20y1%3D%226%22%20x2%3D%2222%22%20y2%3D%226%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFFAF3%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 30px;
   height: 13px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   margin: auto;
}

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

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

.header__button {
   margin-top: 0;
}

.header__login {
   background-color: rgba(0, 0, 0, 0);
   border-color: #FFF72E;
   color: #FFF72E;
   min-width: 115px;
   padding: 12px 10px;
}

.header__login:hover {
   background-color: #FFF72E;
   color: #641616;
}

.header__signup {
   min-width: 145px;
}

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

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

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

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

.sidebar__wrap {
   background-color: #2D0D0D;
   border-radius: 12px;
   position: relative;
   padding: 16px;
}

.sidebar__menu:after {
   content: '';
   background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
   background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0)));
   background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
   display: block;
   height: 1px;
   margin: 20px auto;
}

.sidebar__menu li+li {
   margin-top: 10px;
}

.sidebar__menu li a {
   display: block;
   font-size: 14px;
   color: #fff;
   line-height: 1.715;
   position: relative;
   padding-left: 40px;
}

.sidebar__menu li a img {
   max-width: 32px;
   max-height: 32px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 1px;
   margin: auto;
}

.sidebar__menu li a img:last-of-type {
   opacity: 0;
}

.sidebar__menu li a:hover img:last-of-type {
   opacity: 1;
}

.sidebar__menu li a:hover span {
   color: #FFF72E;
}

.sidebar__links-button {
   font-weight: 700;
   font-size: 16px;
   color: #FFF72E;
   line-height: 1.1;
   text-align: left;
   position: relative;
   white-space: normal;
   padding-right: 30px;
   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%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%23FFF72E%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 20px;
   height: 20px;
   position: absolute;
   top: 0;
   right: 6px;
}

.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%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%23FFF72E%22%2F%3E%3C%2Fsvg%3E");
}

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

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

.sidebar__links-list a {
   display: block;
   font-size: 14px;
   color: #fff;
   position: relative;
}

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

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

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

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

.prime__wrap {
   background: -o-linear-gradient(left, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(41.5%, rgba(255, 247, 46, 0.2)), to(rgba(255, 247, 46, 0)));
   background: linear-gradient(90deg, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   border: 1px solid rgba(255, 247, 46, 0.6);
   border-radius: 12px;
   max-width: 704px;
   width: 100%;
   padding: 20px 24px;
}

/* breadcrumbs */
.breadcrumbs {
   margin-bottom: 13px;
}

.breadcrumbs>li {
   display: inline-block;
   padding: 0px;
}

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

.breadcrumbs>li a {
   display: inline-block;
   font-weight: 500;
   font-size: 16px;
   line-height: 1.5;
   color: #fff;
}

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

.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 18px;
}

.prime__title {
   margin-bottom: 17px;
}

.prime__text {
   font-size: 16px;
   line-height: 1.5;
}

.prime__button {
   margin-top: 15px;
}

/* Info */
.info h2 {
   text-align: left;
   padding: 0;
   margin-left: 0;
   margin-right: 0;
}

.info h2:before,
.info h2:after {
   display: none;
}

.info__title {
   margin-bottom: 0;
}

.table {
   background: -o-linear-gradient(left, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(41.5%, rgba(255, 247, 46, 0.2)), to(rgba(255, 247, 46, 0)));
   background: linear-gradient(90deg, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   border: 1px solid rgba(255, 247, 46, 0.6);
   border-radius: 12px;
   width: 100%;
}

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

.table tr+tr {
   border-top: 1px solid rgba(255, 247, 46, 0.6);
}

.table th,
.table td {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   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;
   padding: 10px 20px;
}

.table tbody th {
   font-weight: 400;
}

.table *+td {
   border-left: 1px solid rgba(255, 247, 46, 0.6);
}

.info__table {
   font-size: 15px;
   line-height: 1.6;
}

.pros-cons {
   background: -o-linear-gradient(left, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(41.5%, rgba(255, 247, 46, 0.2)), to(rgba(255, 247, 46, 0)));
   background: linear-gradient(90deg, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   border: 1px solid rgba(255, 247, 46, 0.6);
   border-radius: 12px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   width: 100%;
   overflow: hidden;
}

.pros-cons__item {
   width: 50%;
}

.cons__item {
   border-left: 1px solid rgba(255, 247, 46, 0.6);
}

.pros-cons__title {
   border-bottom: 1px solid rgba(255, 247, 46, 0.6);
   font-weight: 700;
   font-size: 20px;
   color: #FFF72E;
   line-height: 1.5;
   padding: 10px 20px 10px 54px;
   position: relative;
}

.pros-cons__title:before {
   content: '';
   background-color: #42340C;
   border: 2px solid #FFF72E;
   border-radius: 4px;
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: 16px;
   width: 24px;
   height: 24px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 20px;
   margin: auto;
}

.pros__title:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.70313%200.453125H7.20313V7.20313H0.453125V8.70313H7.20313V15.4531H8.70313V8.70313H15.4531V7.20313H8.70313V0.453125Z%22%20fill%3D%22%23FFF72E%22%2F%3E%3C%2Fsvg%3E");
}

.cons__title:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%222%22%20viewBox%3D%220%200%2016%202%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.453125%200.203125H15.4531V1.70313H0.453125V0.203125Z%22%20fill%3D%22%23FFF72E%22%2F%3E%3C%2Fsvg%3E");
}

.pros-cons__item ul li {
   border-bottom: 1px solid rgba(255, 247, 46, 0.6);
   font-size: 15px;
   line-height: 1.6;
   padding: 10px 19px;
}

.pros-cons__item ul li:before {
   display: none;
}

.pros-cons__item ul li+li {
   margin-top: 0;
}

/* Banner */
.banner {
   border: 1px solid rgba(255, 247, 46, 0.6);
   padding: 80px;
}

.bonus-banner {
   padding-top: 49px;
   padding-bottom: 49px;
}

.banner__wrap {
   background: -o-linear-gradient(left, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(41.5%, rgba(255, 247, 46, 0.2)), to(rgba(255, 247, 46, 0)));
   background: linear-gradient(90deg, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   border: 1px solid rgba(255, 247, 46, 0.6);
   border-radius: 20px;
   padding: 16px;
}

.banner__wrap p,
.banner__wrap li {
   text-shadow: 0 0 5px #000;
}

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

.banner__wrap-width {
   max-width: 620px;
}

.banner__title {
   text-align: left;
   padding: 0;
}

.banner__title:before,
.banner__title:after {
   display: none;
}

/* Article */
.article-wrap {
   background: -o-linear-gradient(left, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(41.5%, rgba(255, 247, 46, 0.2)), to(rgba(255, 247, 46, 0)));
   background: linear-gradient(90deg, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   border: 1px solid rgba(255, 247, 46, 0.6);
   border-radius: 15px;
   padding: 20px;
   width: 100%;
}

/* Slots */
.table thead {
   border-bottom: 1px solid rgba(255, 247, 46, 0.6);
   font-weight: 700;
   font-size: 15px;
   color: #FFF72E;
   text-transform: uppercase;
   text-align: center;
}

.table thead th+th {
   border-left: 1px solid rgba(255, 247, 46, 0.6);
}

.slost__table {
   text-align: center;
}

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

.games__table td:first-child {
   text-align: center;
}

/* FAQ */
.faq__item {
   border: 1px solid rgba(255, 247, 46, 0.6);
   border-radius: 12px;
   overflow: hidden;
}

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

.faq-item__title {
   background: -o-linear-gradient(left, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(41.5%, rgba(255, 247, 46, 0.2)), to(rgba(255, 247, 46, 0)));
   background: linear-gradient(90deg, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   font-size: 16px;
   color: #FFF72E;
   text-transform: uppercase;
   margin-bottom: 0;
   cursor: pointer;
   padding: 16px 55px 15px 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%23FFF72E%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: 14px;
   right: 20px;
}

.faq-item__desc {
   font-size: 16px;
   line-height: 1.5;
   padding: 16px 20px;
}

.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%23FFF72E%22%2F%3E%3C%2Fsvg%3E");
}

/* Reviews */
.reviews__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 16px;
}

.reviews__list-item {
   background: -o-linear-gradient(left, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(41.5%, rgba(255, 247, 46, 0.2)), to(rgba(255, 247, 46, 0)));
   background: linear-gradient(90deg, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   border: 1px solid rgba(255, 247, 46, 0.6);
   border-radius: 12px;
   padding: 14px 20px;
   width: calc(50% - 8px);
}

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

.reviews__heading-img {
   border-radius: 10px;
   max-width: 60px;
   overflow: hidden;
}

.reviews__heading-img img {
   display: block;
}

.reviews__general-name {
   font-weight: 700;
   font-size: 16px;
   color: #FFF72E;
   margin-bottom: 3px;
}

.reviews__general-stars {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 4px;
}

.reviews__general-stars img {
   max-width: 18px;
}

.reviews__item-desc {
   margin-top: 8px;
}

/* Rating */
.rating__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: 16px;
   margin-top: 16px;
}

.rating__list-item {
   background: -o-linear-gradient(left, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(41.5%, rgba(255, 247, 46, 0.2)), to(rgba(255, 247, 46, 0)));
   background: linear-gradient(90deg, rgba(255, 247, 46, 0.2) 41.5%, rgba(255, 247, 46, 0) 100%);
   border: 1px solid rgba(255, 247, 46, 0.6);
   border-radius: 12px;
   text-align: center;
   width: calc(33.3% - 10.6px);
   padding: 16px;
}

.rating__item-value {
   background-color: #42340c;
   border: 1px solid #FFF72E;
   border-radius: 8px;
   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;
   gap: 6px;
   max-width: 141px;
   margin: 0 auto;
   padding: 8px 16px;
   position: relative;
}

.rating__value-img {
   max-width: 32px;
}

.rating__value-text {
   font-weight: 700;
   font-size: 26px;
   color: #FFF72E;
   line-height: 1;
}

.rating__item-name {
   font-weight: 700;
   font-size: 20px;
   color: #FFF72E;
   line-height: 1;
   text-transform: uppercase;
   margin-top: 14px;
}

/* Footer */
.footer {
   margin-top: 16px;
   padding: 69px 20px 100px 257px;
}

.footer:before {
   content: '';
   position: absolute;
   left: 257px;
   right: 20px;
   top: 0;
   height: 40px;
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221204%22%20height%3D%2231%22%20viewBox%3D%220%200%201204%2031%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%2030H573.916L602%2010.1695L587.598%200L560.955%2018.8136H381.651%22%20stroke%3D%22url(%23paint0_linear_122017_172)%22%2F%3E%3Cpath%20d%3D%22M1204%2030H630.084L602%2010.1695L616.402%200L643.045%2018.8136H822.349%22%20stroke%3D%22url(%23paint1_linear_122017_172)%22%2F%3E%3Cpath%20d%3D%22M958%2019H262%22%20stroke%3D%22%23FFF72E%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_122017_172%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%22602%22%20y2%3D%228.77143e-07%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220.0001%22%20stop-color%3D%22%23D8D3D3%22%20stop-opacity%3D%220.015%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23D8D3D3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22paint1_linear_122017_172%22%20x1%3D%221204%22%20y1%3D%220%22%20x2%3D%22602%22%20y2%3D%228.77143e-07%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220.0001%22%20stop-color%3D%22%23D8D3D3%22%20stop-opacity%3D%220.015%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23D8D3D3%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
}

.footer__menu {
   width: 100%;
}

.footer__menu ul {
   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;
}

.footer__menu li a {
   display: block;
   font-size: 16px;
   color: #fff;
   line-height: 1;
   text-transform: uppercase;
}

.footer__menu li+li a {
   border-left: 1px solid #FFF72E;
   padding-left: 16px;
}

.footer__menu li a:hover {
   color: #FFF72E;
}

.footer__counties {
   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;
   margin: 24px auto -8px;
 }
 
 .footer__counties 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;
   border: 1px solid #ffd400;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   padding: 11px 24px;
   background: -webkit-gradient(linear, left bottom, left top, color-stop(33.22%, #2d0d0d), to(#130404));
   background: -webkit-linear-gradient(bottom, #2d0d0d 33.22%, #130404 100%);
   background: -moz-linear-gradient(bottom, #2d0d0d 33.22%, #130404 100%);
   background: -o-linear-gradient(bottom, #2d0d0d 33.22%, #130404 100%);
   background: linear-gradient(360deg, #2d0d0d 33.22%, #130404 100%);
   margin: 8px;
 }
 
 .footer__counties li a {
   text-transform: uppercase;
   color: #fff;
 }
 
 .footer__counties li a:hover {
   color: #ffd400;
 }
 
 .footer__counties li a img {
   display: block;
   max-width: 24px;
   margin-right: 8px;
 }

.footer__payments {
   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: 12px;
   margin: 36px 0 25px;
   padding-bottom: 34px;
}

.footer__payments:before {
   content: '';
   background: -o-linear-gradient(left, rgba(255, 247, 46, 0) 1.44%, #FFF72E 50.08%, rgba(255, 247, 46, 0) 98.72%);
   background: -webkit-gradient(linear, left top, right top, color-stop(1.44%, rgba(255, 247, 46, 0)), color-stop(50.08%, #FFF72E), color-stop(98.72%, rgba(255, 247, 46, 0)));
   background: linear-gradient(90deg, rgba(255, 247, 46, 0) 1.44%, #FFF72E 50.08%, rgba(255, 247, 46, 0) 98.72%);
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   height: 1px;
}

.footer__payments li {
   background-color: #fff;
   border-radius: 6px;
   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;
   padding: 16px;
   width: 112px;
   height: 64px;
}

.footer__payments li img {
   display: block;
}

.footer__text {
   font-size: 14px;
   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: 10px;
   width: 100%;
   padding: 0 42px 0 30px;
}

.footer__text p {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.footer__age {
   background-color: #FE5151;
   border-radius: 50%;
   font-weight: 700;
   font-size: 14px;
   line-height: 1;
   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;
   width: 40px;
   height: 40px;
}

/* To top */
.to-top {
   background-color: #130404;
   border: 1px solid #fff;
   border-radius: 50%;
   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%2214%22%20viewBox%3D%220%200%2024%2014%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M23%2013L12%202L1%2013%22%20stroke%3D%22white%22%20stroke-width%3D%222.56667%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: 24px;
   display: block;
   width: 42px;
   height: 42px;
   position: fixed;
   right: 20px;
   bottom: 20px;
   display: none;
   z-index: 100;
   opacity: .6;
}

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

/* BONUS PAGE */
/* Purpose */
.purpose-banner__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 57px;
}

.purpose-banner__dessc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.purpose-banner__title {
   font-size: 28px;
   text-transform: uppercase;
}

.purpose-banner__buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   gap: 16px;
}

.app-button {
   background-color: #4CB63A;
   border-radius: 12px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
   width: 260px;
   height: 64px;
   padding: 16px 32px;
}

.app-button:hover {
   background-color: rgba(76, 182, 58, .8);
}

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

.app-button span {
   font-weight: 700;
   font-size: 16px;
   color: #fff;
   line-height: 1.28;
   text-align: center;
   text-transform: uppercase;
}

/* Rewards Banner */
.rewards-banner {
   border: none;
}

/* Grab Banner */
.grab-banner__buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 16px;
}

/* Devices Banner */
.devices-banner {
   padding-top: 127px;
   padding-bottom: 127px;
}

.devices-banner__wrap {
   max-width: 715px;
}