@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-color: rgba(252, 194, 17, 0.7);
   border: 1px solid #FCC211;
   border-radius: 16px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   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)'.';
   font-weight: 700;
   color: #FCC211;
   left: 5px;
   top: 0;
}

p a,
article li a,
.article li a,
li strong,
.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%;
   position: relative;
}

.content {
   max-width: 1163px;
   width: calc(100% - 20px);
   margin-top: 32px;
}

.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: 63px 60px;
}

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

.prime__img {
   position: absolute;
   bottom: 0;
}

.prime__img-left {
   left: 0;
}

.prime__img-right {
   right: 0;
}

.prime__wrap {
   max-width: 920px;
   margin: 0 auto;
   text-align: center;
}

.prime__title {
   margin-bottom: 17px;
}

.prime__text {
   line-height: 1.71;
   max-width: 760px;
   margin: 0 auto;
}

.prime__button {
   margin-top: 32px;
}

/* About */
.bg-block {
   background-color: #14152D;
   border: 1px solid #FCC211;
   border-radius: 16px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   padding: 20px;
   overflow: hidden;
   width: 100%;
}

.about__table-title {
   background-color: rgba(0, 0, 0, 0);
   border: none;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   text-transform: none;
   padding: 0;
}

.about__table tr {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   padding: 8px 0 18px;
   position: relative;
}

.about__table tr+tr {
   margin-top: 8px;
}

.about__table tr:not(:last-child):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%);
   height: 1px;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
}

.about__table th {
   max-width: 315px;
   width: 100%;
}

.about__table td {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.about__table td a {
   color: #FCC211;
   text-decoration: underline;
}

.about__table td p:not(:first-child) {
   margin-top: 12px;
}

/* Features */
.features__banner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 60px;
   padding: 0;
}

.features__banner-img {
   max-width: 315px;
   width: 100%;
}

.features__banner-img img {
   display: block;
}

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

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

.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;
   margin-top: 32px;
}

.app-button {
   background-color: rgba(252, 194, 17, 0.5);
   border: 2px solid #FCC211;
   border-radius: 8px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   font-weight: 500;
   font-size: 14px;
   color: #fff;
   line-height: 1.14;
   text-align: center;
   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: 16px;
   width: 240px;
   height: 64px;
   padding: 0 30px;
}

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

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

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

.features__proscons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
   width: 100%;
}

.features__proscons-item {
   position: relative;
   width: calc(50% - 10px);
}

.features__proscons-item .background img {
   width: auto;
   height: auto;
   margin-right: 0;
}

.features__proscons-wrap {
   position: relative;
}

.features__proscons-title {
   margin-bottom: 16px;
   text-transform: uppercase;
   position: relative;
   padding: 8px 0 8px 64px;
}

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

.features__pros-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");
}

.features__cons-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");
}

.features__proscons-wrap ul {
   padding: 0 64px;
}

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

.steps__list-item {
   border: 1px solid #FCC211;
   border-radius: 16px;
   -webkit-box-shadow: 0px -1px 20px 0px #FDCD0A99;
   box-shadow: 0px -1px 20px 0px #FDCD0A99;
   text-align: center;
   padding: 20px;
   width: calc(33.3% - 13.3px);
   overflow: hidden;
}

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

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

.steps__item-wrap {
   position: relative;
}

.steps__item-wrap img {
   display: block;
   margin: 0 auto;
   max-width: 59px;
}

.steps__item-text {
   font-size: 15px;
   line-height: 1.3;
}

.steps__item-text:before {
   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%);
   display: block;
   width: 161px;
   height: 1px;
   margin: 20px auto 16px;
}

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

.specification__list-item {
   text-align: center;
   width: calc(33.3% - 13.3px);
}

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

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

.specification__item-img {
   max-width: 51px;
   height: 50px;
   margin: 0 auto 20px
}

.specification__item-img img {
   display: block;
}

.specification__item-title: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%);
   display: block;
   max-width: 161px;
   width: 100%;
   height: 1px;
   margin: 16px auto;
}

/* Bonuses */
.banner {
   border: 1px solid #FCC211;
   border-radius: 16px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   overflow: hidden;
   padding: 80px;
   width: 100%;
}

.bonuses__banner {
   padding: 40px;
   width: 100%;
}

.bonuses__banner-item {
   max-width: 550px;
   position: relative;
}

.bonuses__banner-item+.bonuses__banner-item {
   margin-top: 40px;
}

.bonuses__banner-item:nth-child(odd) {
   margin-left: auto;
}

/* VIP */
.vip-program__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;
   position: relative;
   padding: 24px 80px;
   width: 100%;
}

.vip-program__desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   max-width: 600px;
   position: relative;
}

.vip-program__img {
   max-width: 210px;
   width: 100%;
   position: relative;
}

.vip-program__img img {
   display: block;
}

/* Tournaments */
.tournament .background img {
   -o-object-position: left;
   object-position: left;
}

.tournament__desc {
   text-align: center;
}

.banner__title {
   background-color: rgba(0, 0, 0, 0);
   border: none;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   padding: 0;
}

.banner__title: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%);
   display: block;
   width: 161px;
   height: 1px;
   margin: 22px auto 0;
}

/* Slots */
.slots__table {
   border: 1px solid #FCC211;
   border-radius: 16px;
   -webkit-box-shadow: 0px -1px 20px 0px #FDCD0A99;
   box-shadow: 0px -1px 20px 0px #FDCD0A99;
   width: 100%;
   overflow: hidden;
}

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

.slots__table tr+tr {
   border-top: 1px solid #FCC211;
}

.slots__table th,
.slots__table td {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 12px 20px;
}

.slots__table thead {
   background-color: #FCC211;
   font-size: 19px;
   color: #000;
   text-transform: uppercase;
}

/* Games */
.games__wrap {
   position: relative;
}

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

.games__list-item {
   background-color: #14152D;
   border-radius: 16px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   width: calc(50% - 10px);
   max-width: 472px;
   text-align: center;
   padding: 20px;
}

.games__item-img {
   max-width: 64px;
   margin: 0 auto 23px;
}

.games__item-img img {
   display: block;
}

.games__item-desc h3 {
   color: #FCC211;
}

.games__item-desc p {
   margin-top: 10px;
}

/* Tablegames */
.tablegames__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 20px;
}

.tablegames__list-item {
   background-color: #14152D;
   border: 1px solid #FFC700;
   border-radius: 16px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   text-align: center;
   padding: 20px;
   width: calc(25% - 15px);
}

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

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

.tablegames__item-img {
   max-width: 48px;
   margin: 0 auto 20px;
}

.tablegames__item-img img {
   display: block;
}

.tablegames__item-title: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%);
   display: block;
   max-width: 161px;
   width: 100%;
   height: 1px;
   margin: 16px auto 0;
}

/* Live */
.live__banner {
   width: 100%;
}

.live__banner-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;
   max-width: 580px;
   margin: 0 auto 20px;
}

.live__banner-list li {
   background-color: #14152D;
   border-radius: 16px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   text-align: center;
   padding: 12px;
}

.live__banner-list li:not(:last-child) {
   max-width: 130px;
   width: 100%;
}

.live__banner-list li:before {
   display: none;
}

.live__banner-list li+li {
   margin-top: 0;
}

.banner__app-buttons {
   background-color: #14152D;
   border-radius: 16px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   position: relative;
   width: 100%;
   padding: 20px;
}

.banner__app-logo {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   max-width: 262px;
   margin: 0 auto;
}

.banner__app-logo img {
   display: block;
}

/* License */
.license .background img,
.support .background img {
   -o-object-position: 100%;
   object-position: 100%;
}

.banner__wrap {
   max-width: 600px;
   text-align: center;
   width: 100%;
}

/* Deposit */
.deposit {
   padding-top: 27px;
   padding-bottom: 27px;
}

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

.deposit__app-buttons {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}


/* FAQ */
.faq__item {
   background-color: #14152D;
   border: 1px solid #FFD400;
   border-radius: 15px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   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 #FFD400;
   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 */
.reviews__slider {
   padding: 0 44px;
}

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

.reviews__slide {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   height: 100%;
}

.reviews__slide-desc {
   -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;
}

.reviews__slide-item {
   background-color: #14152D;
   border: 1px solid #FCC211;
   border-radius: 8px;
   text-align: center;
   padding: 16px 20px;
}

.reviews__slide-item+.reviews__slide-item {
   margin-top: 8px;
}

.reviews__desc-img img {
   border-radius: 50%;
   margin: 0 auto;
   max-width: 80px;
}

.reviews__desc-text {
   font-size: 14px;
   line-height: 1.42;
   margin-bottom: auto;
}

.reviews__desc-name {
   font-weight: 700;
   font-size: 14px;
   line-height: 1.42;
}

.reviews__desc-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%);
   display: block;
   height: 1px;
   margin: 16px auto 0;
}

.reviews__slide-stars {
   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: 4px;
}

.reviews__slide-stars img {
   max-width: 16px;
}

.reviews__slider .owl-nav {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-top: 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;
   margin: 0;
   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");
}

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

/* Rating */
.rating__list {
   margin-top: 16px;
}

.rating__list-item {
   background-color: #14152D;
   border: 1px solid #FCC211;
   border-radius: 8px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   padding: 20px 16px;
}

.rating__list-item+.rating__list-item {
   margin-top: 16px;
}

.rating__item-top {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 8px;
   width: 100%;
}

.rating__top-name {
   font-weight: 700;
   margin-right: auto;
}

.rating__top-stars {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 4px;
}

.rating__top-value {
   width: 38px;
}

.rating__top-value span:first-child {
   font-weight: 700;
}

.rating__item-text {
   margin-top: 8px;
}

/* Conclusion */
.conclusion__app-buttons {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

/* 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 */
/* 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: 0;
   width: 100%;
}

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

.welcome__banner-img img {
   display: block;
}

.welcome__banner-desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   max-width: 781px;
   padding: 20px;
}

.welcome__banner-desc ul {
   font-weight: 700;
   color: #FCC211;
}

.welcome__steps {
   padding: 40px;
   width: 100%;
}

.welcome__steps-wrap {
   position: relative;
}

.welcome__steps-item {
   max-width: 468px;
   margin-top: 20px;
}

.welcome__steps-item:nth-child(odd) {
   margin-left: auto;
}

.welcome__item-title {
   text-transform: none;
}

/* Weekly */
.weekly__banner {
   width: 100%;
}

.weekly__banner-wrap {
   position: relative;
}

.weekly__banner-item {
   max-width: 600px;
}

.weekly__banner-item+.weekly__banner-item {
   margin-top: 20px;
   margin-left: auto;
}

.weekly__item-title {
   font-size: 18px;
   color: #FCC211;
   text-transform: uppercase;
}

.weekly__banner-item ul {
   font-weight: 700;
   color: #FCC211;
}

.weekly__banner-item ul:before {
   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%);
   display: block;
   height: 1px;
   margin-bottom: 16px;
}

/* Free */
.free__banner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 95px;
   width: 100%;
   padding: 0;
}

.free__banner-img {
   max-width: 306px;
}

.free__banner-img img {
   display: block;
}

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

.free__banner-desc ul {
   font-weight: 700;
   color: #FCC211;
}

/* Rewards */
.rewards__banner {
   width: 100%;
}

.rewards__wrap {
   position: relative;
   text-align: center;
}

.rewards__list {
   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: 20px;
   max-width: 700px;
   margin: 26px auto 0;
   position: relative;
   padding-top: 26px;
}

.rewards__list:before {
   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%);
   display: block;
   max-width: 161px;
   height: 1px;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   margin: auto;
}

.rewards__list li {
   background-color: #14152D;
   border-radius: 16px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   font-weight: 700;
   text-align: center;
   width: calc(50% - 10px);
   padding: 12px;
}

.rewards__list li:before {
   position: static;
   margin-right: 6px;
}

/* Tourn */
.tourn__banner .background img {
   -o-object-position: 100%;
   object-position: 100%;
}

.tourn__banner-wrap {
   position: relative;
}

.tourn__banner-item {
   max-width: 600px;
}

.tourn__banner-item+.tourn__banner-item {
   margin-top: 16px;
}

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

/* Offers */
.offers__banner-wrap {
   position: relative;
   width: 100%;
}

.offers__banner:first-of-type .offers__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;
}

.offers__banner-desc {
   max-width: 600px;
   width: 100%;
}

/* Terms */
.terms__banner {
   padding-top: 56px;
   padding-bottom: 56px;
}

.terms__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;
   width: 100%;
   position: relative;
}

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

.terms__banner-img {
   max-width: 176px;
}

.terms__banner-img img {
   display: block;
}

/* Action */
.action__banner .background img {
   -o-object-position: 100%;
   object-position: 100%;
}

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

/* Benefits */
.benefits__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;
}

.benefits__wrap ul {
   font-weight: 700;
   color: #FCC211;
}

/* Install */
.install__item ol ul {
   margin-top: 20px;
}

.install__item ol ul li {
   padding-left: 0;
}

.install__item ol ul li:before {
   display: none;
}

/* App */
.app__banner-wrap {
   position: relative;
}

.app__banner-list {
   position: relative;
}

.app__banner-list:before {
   content: '';
   border: 1px dashed #FCC211;
   position: absolute;
   top: 30px;
   bottom: 30px;
   left: 16px;
}

.app__banner-list li {
   padding-left: 48px;
}

.app__banner-list li+li {
   margin-top: 40px;
}

.app__banner-list li:before {
   content: '0' counter(ol);
   background-color: #14152D;
   border: 1px solid #FCC211;
   border-radius: 3px;
   color: #fff;
   width: 32px;
   height: 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;
   left: 0;
   bottom: 0;
   margin: auto;
}

.app__banner-list h4 {
   text-transform: none;
}

.app__banner-list p {
   margin-top: 0;
}

/* Devices */
.devices__wrap {
   background-color: #14152D;
   border-radius: 15px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
   margin-top: 20px;
   padding: 20px;
}

.devices__item {
   border: 1px solid #FCC211;
   border-radius: 15px;
   width: calc(50% - 10px);
   padding: 20px;
}

.devices__item-heading {
   border-bottom: 1px solid #FCC211;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 24px;
   text-transform: uppercase;
   margin-bottom: 16px;
   padding-bottom: 16px;
}

.devices__att {
   font-weight: 700;
   color: #FFC700;
}

/* Requirements */
.requirements__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 20px;
}

.requirements__list-item {
   background-color: #14152D;
   border: 1px solid #FCC211;
   border-radius: 16px;
   -webkit-box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   box-shadow: 0px -1px 20px 0px rgba(253, 205, 10, 0.6);
   width: calc(50% - 10px);
   margin-top: 20px;
   padding: 20px;
   text-align: center;
}

.requirements__item-img {
   max-width: 48px;
   margin: 0 auto 20px;
}

.requirements__item-img img {
   display: block;
}

.requirements__item-title {
   position: relative;
}

.requirements__item-title: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%);
   display: block;
   max-width: 161px;
   width: 100%;
   height: 1px;
   margin: 16px auto 0;
}

/* Web */
.web__banner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   margin-top: 20px;
   padding: 0;
}

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

.web__banner-img {
   max-width: 315px;
}

.web__banner-img img {
   display: block;
}
@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;
   }

   .features__banner,
   .free__banner {
      gap: 20px;
   }

   .features__proscons-wrap ul {
      padding: 0;
   }

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

   .slots__table th,
   .slots__table td {
      padding-left: 10px;
      padding-right: 10px;
   }

}

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

   .about__table th {
      max-width: 215px;
   }

   .features__banner-img,
   .welcome__banner-img {
      max-width: 250px;
   }

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

   .features__proscons-item {
      width: 100%;
   }

   .steps__list-item,
   .specification__list-item,
   .tablegames__list-item {
      width: calc(50% - 10px);
   }

   .banner {
      padding: 40px;
   }

   .banner__app-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .action__banner-wrap {
      background-color: rgba(20, 21, 45, .6);
      border-radius: 15px;
      padding: 20px;
      position: relative;
   }

   .app__banner-list:before {
      top: 40px;
      bottom: 40px;
   }

   .slots__table {
      overflow: auto;
   }

   .slots__table table {
      width: 800px;
   }
}

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

   .prime__img-right {
      display: none;
   }

   .button {
      margin-top: 20px;
   }

   .about__table {
      overflow: auto;
   }

   .about__table table {
      width: 650px;
   }

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

   .steps__list-item,
   .specification__list-item {
      width: 100%;
   }

   .banner {
      padding: 20px;
   }

   .vip-program__img {
      display: none;
   }

   .games__list-item,
   .tablegames__list-item {
      width: 100%;
   }

   .deposit__img {
      display: none;
   }

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

   .welcome__banner,
   .free__banner,
   .offers__banner:first-of-type .offers__banner-wrap,
   .benefits__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .rewards__list li {
      width: 100%;
   }

   .terms__banner-img {
      display: none;
   }

   .app__banner-list:before {
      display: none;
   }

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

   .devices__item,
   .requirements__list-item {
      width: 100%;
   }

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

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

   .about__table th {
      max-width: 170px;
   }

   .features__banner {
      gap: 0;
   }


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

}