@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Roboto+Condensed:wght@100..900&family=Roboto:wght@100..900&display=swap');

@font-face {
   font-family: 'Arial';
   src: url('../fonts/ArialMT.eot');
   src: local('Arial'), local('Artial-Regular'),
      url('../fonts/ArialMT.eot?#iefix') format("embedded-opentype"),
      url('../fonts/ArialMT.woff') format("woff"),
      url('../fonts/ArialMT.woff2') format("woff2"),
      url('../fonts/ArialMT.ttf') format("truetype");
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Arial';
   src: url('../fonts/Arial-BoldMT.eot');
   src: local('Arial Bold'), local('Artial-Bold'),
      url('../fonts/Arial-BoldMT.eot?#iefix') format("embedded-opentype"),
      url('../fonts/Arial-BoldMT.woff') format("woff"),
      url('../fonts/Arial-BoldMT.woff2') format("woff2"),
      url('../fonts/Arial-BoldMT.ttf') format("truetype");
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Arial Narrow';
   src: url('../fonts/Arial-BoldMT.eot');
   src: local('Arial Narrow'), local('Artial-Narrow'),
      url('../fonts/Arial-BoldMT.eot?#iefix') format("embedded-opentype"),
      url('../fonts/Arial-BoldMT.woff') format("woff"),
      url('../fonts/Arial-BoldMT.woff2') format("woff2"),
      url('../fonts/Arial-BoldMT.ttf') format("truetype");
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}

body {
   background: #1A1A22 url('../img/main-bg.png');
   background-size: 80%;
   font-family: 'Arial Narrow', sans-serif;
   font-size: 15px;
   font-weight: 400;
   line-height: 1.6;
   color: #fff;
   text-align: left;
   overflow-x: hidden;
   min-height: 100vh;
}

p {
   margin-top: 16px;
   width: 100%;
}

.title+p,
p:first-child {
   margin-top: 0;
}

ul,
ol {
   text-align: left;
   width: 100%;
}

li {
   position: relative;
   padding-left: 22px;
}

ol>li {
   counter-increment: ol;
}

li:before {
   display: inline-block;
   position: absolute;
   font: inherit;
   z-index: 1;
   top: 0;
   left: 7px;
}

ul>li:before {
   content: "•";
}

ol>li:before {
   content: counter(ol)'.';
}

nav li {
   padding: 0;
}

nav li:before {
   display: none;
}

/* Title */
h1,
h2,
h3,
h4,
.title {
   display: block;
   font-family: "Roboto Condensed", sans-serif;
   font-weight: 700;
   line-height: 1;
   text-transform: uppercase;
   position: relative;
   width: 100%;
}

.title {
   margin-bottom: 16px;
}

h1,
.title.general {
   font-size: 36px;
   color: #fff;
   letter-spacing: 1px;
   margin-bottom: 0;
}

h2,
.title.high {
   font-size: 30px;
}

h3,
.title.middle {
   font-size: 18px;
}

h4,
.title.mini {
   font-size: 16px;
}

/* Article */
article,
.article {
   font-size: 15px;
   font-weight: 400;
   line-height: 1.6;
   text-align: left;
}

article>*+*,
.article>*+* {
   margin-top: 16px;
}

article p a,
.article p aб article li a,
.article li a {
   color: inherit;
   text-decoration: underline;
}

article>img,
.article>img {
   border: 3px solid rgba(255, 220, 38, 0.5);
   border-radius: 8px;
}

/* Button */
.button {
   background: -o-linear-gradient(top, #FFC440 0%, #DD251A 82%);
   background: -webkit-gradient(linear, left top, left bottom, from(#FFC440), color-stop(82%, #DD251A));
   background: linear-gradient(180deg, #FFC440 0%, #DD251A 82%);
   border-radius: 50px;
   -webkit-box-shadow: 0px -6px 10px 0px rgba(40, 13, 2, 0.5) inset,
      0px 6px 8px 0px rgba(255, 246, 215, 0.6) inset;
   box-shadow: 0px -6px 10px 0px rgba(40, 13, 2, 0.5) inset,
      0px 6px 8px 0px rgba(255, 246, 215, 0.6) inset;
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 700;
   font-size: 17px;
   color: #fff;
   line-height: 1.059;
   text-align: center;
   text-transform: uppercase;
   white-space: nowrap;
   display: inline-block;
   min-width: 142px;
   margin-top: 16px;
   padding: 13px 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: 1250px;
   margin: 0 auto;
   padding: 32px 0;
}

.cover {
   padding-left: 48px;
   padding-right: 48px;
}

.content>*,
.cover>* {
   display: block;
   position: relative;
}

.main__buttons {
   display: none;
}

/* Header */
.header {
   background-color: #2D2D32;
   -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: 15px;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 1000;
   height: auto;
   margin-top: 0;
   padding-top: 18px;
   padding-bottom: 18px;
}

.logo img {
   display: block;
}

.header__logo {
   max-width: 84px;
}

.menu-button,
.header__menu .header__button {
   display: none;
}

.header__menu {
   margin: 0 auto 0 3%;
}

.header__menu ul {
   font-family: 'Inter', sans-serif;
   font-weight: 500;
   font-size: 14px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 3px;
}

.header__menu>ul>li {
   padding: 8px 0;
}

.header__menu a {
   font-family: 'Inter', sans-serif;
   font-weight: 500;
   text-transform: uppercase;
}

.header__menu>ul>li>a {
   border-radius: 8px;
   font-size: 14px;
   color: #fff;
   line-height: 1;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 4px;
   padding: 4px 8px;
}

.header__menu ul a:hover {
   background-color: #FFDC26;
   color: #000;
}

.header__menu ul a img {
   max-width: 20px;
}

.header__menu li.menu-item-has-children>a {
   padding-right: 25px;
}

.menu-item-has-children>a:before {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.532 0.229802C5.39089 0.0826599 5.19953 0 5 0C4.80047 0 4.60911 0.0826599 4.468 0.229802L0.211229 4.66986C0.0741596 4.81789 -0.0016861 5.01615 2.86102e-05 5.22194C0.00174332 5.42773 0.0808811 5.62459 0.220397 5.77011C0.359912 5.91564 0.548643 5.99818 0.74594 5.99997C0.943238 6.00176 1.13331 5.92265 1.27523 5.77968L5 1.89453L8.72477 5.77968C8.86669 5.92265 9.05676 6.00176 9.25406 5.99997C9.45136 5.99818 9.64009 5.91564 9.7796 5.77011C9.91912 5.62459 9.99826 5.42773 9.99997 5.22194C10.0017 5.01615 9.92584 4.81789 9.78877 4.66986L5.532 0.229802Z' fill='white'/%3E%3C/svg%3E%0A");
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   width: 10px;
   height: 6px;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 8px;
   margin: auto;
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
   -webkit-transition: all .4s ease-in-out;
   -o-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}

.menu-item-has-children>a:hover:before {
   background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.532 0.229802C5.39089 0.0826599 5.19953 0 5 0C4.80047 0 4.60911 0.0826599 4.468 0.229802L0.211229 4.66986C0.0741596 4.81789 -0.0016861 5.01615 2.86102e-05 5.22194C0.00174332 5.42773 0.0808811 5.62459 0.220397 5.77011C0.359912 5.91564 0.548643 5.99818 0.74594 5.99997C0.943238 6.00176 1.13331 5.92265 1.27523 5.77968L5 1.89453L8.72477 5.77968C8.86669 5.92265 9.05676 6.00176 9.25406 5.99997C9.45136 5.99818 9.64009 5.91564 9.7796 5.77011C9.91912 5.62459 9.99826 5.42773 9.99997 5.22194C10.0017 5.01615 9.92584 4.81789 9.78877 4.66986L5.532 0.229802Z' fill='black'/%3E%3C/svg%3E%0A");
   -webkit-transform: rotateX(0);
   transform: rotateX(0);
}

.header__menu ul.sub-menu {
   background-color: #FFDC26;
   border-radius: 8px;
   -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: 8px;
   width: auto;
   white-space: nowrap;
   padding: 8px 16px;
   position: absolute;
   top: calc(100% - 1px);
   right: 0;
   display: none;
}

.header__menu .menu-item-has-children:hover .sub-menu {
   display: block;
}

.header__menu .sub-menu a {
   font-size: 10px;
   color: #000;
   text-transform: uppercase;
}

.header__menu .sub-menu a:hover {
   text-decoration: underline;
}

.header__lang {
   background-color: rgba(255, 220, 38, 0.4);
   border-radius: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 18px;
   font-family: 'Roboto', sans-serif;
   font-weight: 500;
   font-size: 14px;
   color: #000;
   line-height: 1;
   text-transform: uppercase;
   padding: 10px 20px;
}

.header__lang img {
   border-radius: 50%;
   max-width: 24px;
}

.header__button {
   margin-top: 0;
   min-width: 0;
   padding-top: 9px;
   padding-bottom: 9px;
}

.header__signup {
   min-width: 114px;
}

.header__login {
   background: none;
   border: 2px solid #FF0000;
   color: #FFDC26;
   -webkit-box-shadow: none;
   box-shadow: none;
   padding-top: 7px;
   padding-bottom: 7px;
   min-width: 106px;
}

/* Main */
.main {
   padding-top: 80px;
}

/* Prime */
.prime {
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   min-height: 360px;
   width: 100%;
}

.prime__background img {
   -o-object-position: 85% 10%;
   object-position: 85% 10%;
}

.cover.prime {
   padding: 30px calc(50% - (1600px - 604px) / 2);
}

.prime__wrap {
   background-color: rgba(0, 0, 0, 0.6);
   border-radius: 12px;
   max-width: 488px;
   text-align: center;
   padding: 20px;
}

.prime__rating {
   font-family: 'Arial', sans-serif;
   margin-bottom: 16px;
}

.prime__text {
   font-size: 18px;
   line-height: 1.3;
   margin-top: 18px;
}

/* Wrapper */
.content-wrapper {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   gap: 38px;
   padding: 20px 48px 0 30px;
}

/* Sidebar */
.sidebar {
   width: 234px;
   position: -webkit-sticky;
   position: sticky;
   top: 80px;
   height: calc(100vh - 80px);
   padding: 32px 0;
   overflow: auto;
}

.sidebar::-webkit-scrollbar {
   display: none;
}

.sidebar__quicklinks {
   background-color: #fff;
   border: 1px soldi #E3F8FF;
   border-radius: 8px;
   overflow: hidden;
   padding: 1px;
}

.sidebar-quicklinks__button {
   background-color: #FFDC26;
   border-radius: 8px;
   font-family: 'Inter', sans-serif;
   font-weight: 700;
   font-size: 15px;
   color: #000;
   line-height: 1.067;
   text-align: left;
   padding: 11px 40px 12px 15px;
   position: relative;
   width: 100%;
}

.sidebar-quicklinks__button:after {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.264138 5.77056C0.433317 5.91747 0.662742 6 0.901961 6C1.14118 6 1.37061 5.91747 1.53978 5.77056L6.00545 1.89154L10.4711 5.77056C10.6413 5.91331 10.8691 5.99229 11.1057 5.99051C11.3422 5.98872 11.5685 5.90631 11.7358 5.76101C11.903 5.61572 11.9979 5.41917 12 5.21371C12.002 5.00824 11.9111 4.81029 11.7468 4.66249L6.64327 0.229439C6.47409 0.0825293 6.24467 0 6.00545 0C5.76623 0 5.5368 0.0825293 5.36762 0.229439L0.264138 4.66249C0.0950107 4.80945 0 5.00873 0 5.21653C0 5.42432 0.0950107 5.62361 0.264138 5.77056Z' fill='black'/%3E%3C/svg%3E%0A");
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   width: 12px;
   height: 6px;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 18px;
   margin: auto;
}

.sidebar-quicklinks__button.hide:after {
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
}

.sidebar-quicklinks__list {
   padding: 12px 16px;
}

.sidebar-quicklinks__list li+li {
   margin-top: 8px;
}

.sidebar-quicklinks__list li a {
   display: block;
   font-family: 'Inter', sans-serif;
   font-weight: 400;
   font-size: 15px;
   line-height: 1.6;
}

.sidebar-quicklinks__list li a:hover {
   color: #FFDC26;
}

/* General */
.general-content {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.general-content>*:first-child {
   margin-top: 0;
}

/* Games */
.games__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 10px 20px;
}

.games-list__item {
   min-width: 130px;
   max-width: 234px;
   width: calc(20% - 16px);
   padding: 0;
}

.games-list__item:before {
   display: none;
}

.games-item__img {
   border-radius: 8px;
   overflow: hidden;
   position: relative;
}

.games-item__img img {
   display: block;
}

.games-img__hover {
   background-color: rgba(0, 0, 0, 0.6);
   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;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 16px;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   padding: 10px;
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all .4s;
   -o-transition: all .4s;
   transition: all .4s;
}

.games-list__item:hover .games-img__hover {
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}

.games-hover__button {
   display: inline-block;
   border-radius: 8px;
   font-weight: 700;
   font-size: 15px;
   color: #fff;
   line-height: 1.2;
   text-align: center;
   min-width: 120px;
   padding: 11px 10px;
}

.games-hover__button:first-child {
   background-color: #FFDC26;
}

.games-hover__button:last-child {
   background-color: #000;
}

.games-hover__button:hover {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}

.games-item__desc {
   font-family: 'Arial', sans-serif;
   font-weight: 700;
   white-space: nowrap;
   overflow: hidden;
   margin-top: 6px;
   -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
   -webkit-transition: all .4s;
   -o-transition: all .4s;
   transition: all .4s;
}

.games-list__item:hover .games-item__desc {
   color: #FFDC26;
}

/* About */
.about {
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 16px;
   line-height: 1.25;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   gap: 20px;
}

.about__item {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.about__list {}

.about__list li {
   background-color: rgba(255, 220, 38, 0.7);
   border-radius: 8px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 16px;
   padding: 10px 20px;
}

.about__list li+li {
   margin-top: 2px;
}

.about__list li:before {
   display: none;
}

.about__list li img {
   max-width: 24px;
}

.about__table tr {
   background-color: rgba(255, 220, 38, 0.7);
   border-radius: 8px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   padding: 12px 20px;
}

.about__table tr+tr {
   margin-top: 2px;
}

.about__table tr>* {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.about__table th {
   font-weight: 700;
}

/* Banner */
.banner {
   border: 3px solid rgba(255, 220, 38, 0.5);
   border-radius: 8px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   min-height: 280px;
   overflow: hidden;
}

.content.banner {
   padding: 20px;
}

.banner__background img {
   -o-object-position: 60%;
   object-position: 60%;
}

.banner__wrap {
   max-width: 445px;
   text-align: center;
   position: relative;
   width: 100%;
}

.banner__title {
   margin-bottom: 8px;
}

.banner__text {
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 18px;
   color: #fff;
}

.banner__button {
   margin-top: 10px;
}

/* Rating */
.rating__list li {
   background-color: rgba(255, 220, 38, 0.7);
   border-radius: 8px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px 20px;
   padding: 10px 20px;
}

.rating__list li:before {
   display: none;
}

.rating__list li+li {
   margin-top: 2px;
}

.rating-item__name {
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 700;
   font-size: 16px;
   max-width: 214px;
   width: 100%;
}

.rating-item__stars {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 8px;
   margin: 0 auto;
}

.rating-item__stars img {
   max-width: 26px;
   width: calc(10% - 7.2px);
}

.rating-item__value {
   max-width: 214px;
   width: 100%;
   text-align: center;
}

/* FAQ */
.faq-list__item {
   background-color: #fff;
   border-radius: 8px;
   overflow: hidden;
   padding: 0;
}

.faq-list__item:before {
   display: none;
}

.faq-list__item+.faq-list__item {
   margin-top: 8px;
}

.faq-item__title {
   color: #000;
   cursor: pointer;
   margin-bottom: 0;
   padding: 21px 60px 21px 20px;
   -webkit-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

.faq-item__title:before {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7072 15.3498C12.5197 15.5373 12.2653 15.6426 12.0002 15.6426C11.735 15.6426 11.4807 15.5373 11.2932 15.3498L5.63618 9.69279C5.45403 9.50419 5.35323 9.25159 5.35551 8.98939C5.35779 8.72719 5.46296 8.47638 5.64837 8.29097C5.83377 8.10557 6.08459 8.0004 6.34678 7.99812C6.60898 7.99584 6.86158 8.09663 7.05018 8.27879L12.0002 13.2288L16.9502 8.27879C17.1388 8.09663 17.3914 7.99584 17.6536 7.99812C17.9158 8.0004 18.1666 8.10557 18.352 8.29097C18.5374 8.47638 18.6426 8.72719 18.6449 8.98939C18.6471 9.25159 18.5463 9.50419 18.3642 9.69279L12.7072 15.3498Z' fill='%231769FF'/%3E%3C/svg%3E%0A");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 20px;
   margin: auto;
   width: 24px;
   height: 24px;
   -webkit-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;
}

.faq-item__desc {
   font-family: 'Arial', sans-serif;
   color: #1B204F;
   padding: 12px 20px;
}

.faq-list__item.active {
   background-color: rgba(255, 220, 38, 0.8);
}

.faq-list__item.active .faq-item__title:before {
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
}

/* Footer */
.footer {
   background-color: #2D2D32;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   gap: 20px;
   margin-top: 28px;
   padding: 15px 156px;
}

.footer__left {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   max-width: 264px;
}

.footer-left__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 28px;
}

.footer__support {
   background: -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
   background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
   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: 36px;
   height: 36px;
}

.footer__lang {
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 16px;
   text-transform: uppercase;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 12px;
}

.footer__lang img {
   border-radius: 50%;
   max-width: 24px;
}

.footer__menu {
   margin-top: 30px;
}

.footer__menu li+li {
   margin-top: 8px;
}

.footer__menu a {
   font-size: 13px;
   color: #fff;
}

.footer__right {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.footer ul li {
   padding: 0;
}

.footer ul li:before {
   display: none;
}

.footer ul img {
   display: block;
}

.footer__payments {
   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: 12px 24px;
}

.footer__icons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   margin: 31px 0 12px;
}

.footer__license {
   display: inline-block;
   color: #fff;
   font-size: 12px;
   padding-right: 18px;
   position: relative;
}

.footer__license:after {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2902_5998)'%3E%3Cpath d='M4.09028 5.64307L8.11863 9.61564L12.2051 5.64307L13.0631 6.38949L8.11863 11.1431L3.28571 6.38949L4.09028 5.64307Z' fill='%23F2F2F2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2902_5998'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   width: 16px;
   height: 16px;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   margin: auto;
}

.footer__text {
   font-size: 12px;
}

.footer__copyright {
   font-size: 12px;
   color: #A4A4A4;
}

/* To top */
.to-top {
   background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 18L16 4L29 18H20.7895V32H11.2105V18H3Z' fill='%23FFDC26'/%3E%3C/svg%3E%0A");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: cover;
   display: block;
   width: 32px;
   height: 32px;
   position: fixed;
   right: 20px;
   bottom: 20px;
   display: none;
   z-index: 100;
}

/* PAGES */
/* Breadcrumbs */
.breadcrumbs {
   text-align: center;
   margin-bottom: 13px;
   position: relative;
}

.breadcrumbs>li {
   display: inline-block;
   padding: 0;
}

.breadcrumbs>li:before {
   display: none;
}

.breadcrumbs>li a {
   font-family: 'Arial', sans-serif;
   color: #fff;
   display: inline-block;
}

.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;
   color: #fff;
   margin: 0 3px;

}

/* BONUS PAGE */
.content.bonuses {
   padding: 0;
}

.bonuses__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 20px;
}

.bonuses-list__item {
   border: 1px solid #fff;
   border-radius: 8px;
   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;
   width: calc(50% - 10px);
   max-width: 615px;
   min-height: 280px;
   overflow: hidden;
   padding: 0;
}

.bonuses-list__item:nth-child(4n+1) {
   background: -webkit-gradient(linear, left top, left bottom, from(#BFC20A), to(#5D9319));
   background: -o-linear-gradient(top, #BFC20A 0%, #5D9319 100%);
   background: linear-gradient(180deg, #BFC20A 0%, #5D9319 100%);
}

.bonuses-list__item:nth-child(4n+2) {
   background: -webkit-gradient(linear, left top, left bottom, from(#FFC440), color-stop(82%, #970000));
   background: -o-linear-gradient(top, #FFC440 0%, #970000 82%);
   background: linear-gradient(180deg, #FFC440 0%, #970000 82%);
}

.bonuses-list__item:nth-child(4n+3) {
   background: -webkit-gradient(linear, left top, left bottom, from(#1CBEE2), to(#1E49B9));
   background: -o-linear-gradient(top, #1CBEE2 0%, #1E49B9 100%);
   background: linear-gradient(180deg, #1CBEE2 0%, #1E49B9 100%);
}

.bonuses-list__item:nth-child(4n+4) {
   background: -webkit-gradient(linear, left top, left bottom, from(#2B97AE), to(#2A8744));
   background: -o-linear-gradient(top, #2B97AE 0%, #2A8744 100%);
   background: linear-gradient(180deg, #2B97AE 0%, #2A8744 100%);
}

.bonuses-list__item:before {
   display: none;
}

.bonuses-item__desc {
   max-width: 349px;
   text-align: center;
   width: 100%;
   position: relative;
   z-index: 1;
}

.bonuses-desc__title {
   font-size: 28px;
   text-shadow: 0 0 2px #000;
}

.bonuses-desc__text {
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 20px;
   text-shadow: 0 0 2px #000;
   margin-top: 15px;
}

.bonuses-item__img {
   position: absolute;
   bottom: 0;
   right: 0;
}

.bonuses-item__img img {
   display: block;
}

/* APP PAGE */
.app {
   border: 3px solid rgba(255, 220, 38, 0.5);
   border-radius: 8px;
   -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;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
   gap: 57px;
   padding: 59px 78px;
   overflow: hidden;
}

.app__background img {
   -o-object-position: 45%;
   object-position: 45%;
}

.app__logo {
   max-width: 233px;
}

.app__logo img {
   display: block;
}

.app__buttons {
   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: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 16px;
}

.app__button {
   background-color: #00AA81;
   border-radius: 16px;
   font-family: 'Inter', sans-serif;
   font-weight: 700;
   font-size: 15px;
   color: #fff;
   line-height: 1.3;
   text-transform: uppercase;
   width: 222px;
   height: 60px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 12px;
   padding: 10px 20px;
}

.app__button-ios {
   background: -o-linear-gradient(top, #FFC440 0%, #DD251A 82%);
   background: -webkit-gradient(linear, left top, left bottom, from(#FFC440), color-stop(82%, #DD251A));
   background: linear-gradient(180deg, #FFC440 0%, #DD251A 82%);
   -webkit-box-shadow: 0px -6px 10px 0px rgba(40, 13, 2, 0.5) inset,
      0px 6px 8px 0px rgba(255, 246, 215, 0.6) inset;
   box-shadow: 0px -6px 10px 0px rgba(40, 13, 2, 0.5) inset,
      0px 6px 8px 0px rgba(255, 246, 215, 0.6) inset;
}

.app__button-android {
   background-color: rgba(255, 214, 0, 0.83);
   -webkit-box-shadow: 0px -10px 12px 0px rgba(232, 142, 15, 1) inset,
      0px 10px 12px 0px rgba(255, 255, 255, 0.8) inset;
   box-shadow: 0px -10px 12px 0px rgba(232, 142, 15, 1) inset,
      0px 10px 12px 0px rgba(255, 255, 255, 0.8) inset;
}

.app__button:hover {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}

/* CASINO PAGE */
.casino-games {
   padding: 0;
}

/* LOGIN PAGE */
.login {
   border: 3px solid rgba(255, 220, 38, 0.5);
   border-radius: 8px;
   padding: 16px 104px;
   overflow: hidden;
}

.login__background img {
   -o-object-position: 65% 10%;
   object-position: 65% 10%;
}

.login__wrap {
   background-color: #F6F6F4;
   -webkit-box-shadow: 0px 4px 8px 0px rgba(25, 25, 29, 0.5);
   box-shadow: 0px 4px 8px 0px rgba(25, 25, 29, 0.5);
   border-radius: 20px;
   color: #19191D;
   max-width: 400px;
   width: 100%;
   text-align: center;
   padding: 0 20px 20px;
}

.login__logo {
   display: block;
   max-width: 100px;
   margin: 0 auto;
}

.login__logo img {
   display: block;
}

.login__title {
   font-size: 31px;
   margin: 5px 0;
}

.login__form {
   max-width: 280px;
   margin: 0 auto;
}

.login-form__item {
   display: block;
   position: relative;
}

.login-form__item+.login-form__item {
   margin-top: 11px;
}

.login-item__name {
   display: block;
   font-size: 12px;
   text-align: left;
   margin: 0 0 0 8px;
}

.login-item__input {
   display: block;
   border: 1px solid #868A92;
   border-radius: 4px;
   line-height: 1.2;
   width: 100%;
   padding: 10px 17px;
}

.login-item__input ::-webkit-input-placeholder {
   color: #868A92;
   opacity: 1;
}

.login-item__input ::-moz-placeholder {
   color: #868A92;
   opacity: 1;
}

.login-item__input :-ms-input-placeholder {
   color: #868A92;
   opacity: 1;
}

.login-item__input ::-ms-input-placeholder {
   color: #868A92;
   opacity: 1;
}

.login-item__input ::placeholder {
   color: #868A92;
   opacity: 1;
}

.login-item__input ::-ms-input-placeholder {
   color: #868A92;
}

.login__password-button {
   background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2859_55254)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6493 7.42926C15.959 7.69026 15.9984 8.15286 15.7374 8.46259C14.9654 9.37866 13.781 10.2919 12.445 10.9771C11.1088 11.6624 9.5607 12.1504 8.0517 12.1504C5.06501 12.1504 2.45609 10.572 0.241899 8.52892C-0.0557578 8.25426 -0.074409 7.79032 0.200241 7.49266C0.47489 7.19506 0.938839 7.17639 1.23649 7.45106C3.3348 9.38712 5.60088 10.6837 8.0517 10.6837C9.26143 10.6837 10.578 10.2863 11.7756 9.67212C12.9734 9.05786 13.9922 8.25752 14.616 7.51739C14.877 7.20772 15.3396 7.16826 15.6493 7.42926Z' fill='%238F8F8F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2859_55254'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.00976562 -0.0100098)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
   background-repeat: no-repeat;
   background-size: center center;
   background-size: cover;
   cursor: pointer;
   width: 16px;
   height: 16px;
   position: absolute;
   bottom: 12px;
   right: 12px;
   z-index: 1;
}

.login-form__button {
   background: #FFDC26;
   -webkit-box-shadow: 0px -10px 12px 0px rgba(232, 142, 15, 1) inset,
      0px 10px 12px 0px rgba(255, 255, 255, 0.8) inset;
   box-shadow: 0px -10px 12px 0px rgba(232, 142, 15, 1) inset,
      0px 10px 12px 0px rgba(255, 255, 255, 0.8) inset;
   color: #19191D;
   min-width: 150px;
   margin: 28px 0 17px;
}

.login-form__forgot {
   display: block;
   color: #868A92;
   font-size: 14px;
}