@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(255, 212, 0, 0.4);
   border-radius: 16px;
   font-size: 28px;
   color: #fff;
   line-height: 1.2;
   text-align: center;
   padding: 13px;
}

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

h4,
.title.mini {
   font-size: 18px;
   color: #FFD400;
   line-height: 1.5;
}

/* 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: -o-linear-gradient(bottom, rgba(255, 212, 0, 0.254902) 0%, #FFD400 100%);
   background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 212, 0, 0.254902)), to(#FFD400));
   background: linear-gradient(0deg, rgba(255, 212, 0, 0.254902) 0%, #FFD400 100%);
   border-radius: 50%;
   width: 6px;
   height: 6px;
   top: 0;
   bottom: 0;
   left: 0;
   margin: auto;
}

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

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

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

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

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

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

.button span {
   text-align: left;
}

/* Special */
.image img,
.background img {
   display: block;
   position: relative;
   margin: auto;
}

.background {
   display: block !important;
   position: absolute !important;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
}

.background img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
}

.js-expand-content {
   display: none;
   overflow: hidden;
}

.js-expand-content.expanded {
   height: 100%;
}

svg {
   display: inline-block;
   position: relative;
   vertical-align: inherit;
   fill: rgba(255, 255, 255, 1);
   line-height: 1;
}

use {
   fill: rgba(255, 255, 255, 1);
   fill-rule: evenodd;
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

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

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

.content {
   background: -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: 20px;
   max-width: 1163px;
   width: calc(100% - 20px);
   margin-top: 20px;
   padding: 20px;
}

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

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

.main__buttons {
   display: none;
}

/* Header */
.header {
   background: #0B0C21;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 16px;
   overflow: visible;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 1000;
   height: auto;
   margin-top: 0;
   padding-top: 13px;
   padding-bottom: 13px;
}

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

.logo img {
   display: block;
}

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

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

.header__menu {
   margin-right: 5.5%;
}

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

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

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

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

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

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

.header__login {
   color: #fff;
}

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

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

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

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

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

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

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

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

.sidebar__links-button:before {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M19.7589%2015.7541C19.4667%2016.0522%2019.0095%2016.0793%2018.6873%2015.8354L18.595%2015.7541L12%209.02658L5.40503%2015.7541C5.11283%2016.0522%204.65558%2016.0793%204.33338%2015.8354L4.24106%2015.7541C3.94887%2015.456%203.9223%2014.9896%204.16137%2014.661L4.24106%2014.5668L11.418%207.2459C11.7102%206.94784%2012.1675%206.92074%2012.4897%207.16461L12.582%207.2459L19.7589%2014.5668C20.0804%2014.8947%2020.0804%2015.4262%2019.7589%2015.7541Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 24px;
   height: 24px;
   position: absolute;
   top: 0;
   right: 0;
}

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

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

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

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

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

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

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

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

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

.prime__wrap {
   background-color: rgba(20, 21, 45, 0.698);
   border-radius: 16px;
   -webkit-backdrop-filter: blur(20px);
   backdrop-filter: blur(20px);
   text-align: center;
   max-width: 820px;
   padding: 20px;
}

.prime__title {
   margin-bottom: 13px;
}

.prime__title span {
   color: #FFD400;
}

.prime__text {
   line-height: 1.71;
}

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

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

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

.info__table tr: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;
   left: 0;
   right: 0;
   bottom: 0;
   height: 1px;
}

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

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

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

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

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

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

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

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

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

/* Article */
.article-wrap {
   background-color: rgba(20, 21, 45, 0.6);
   border-radius: 16px;
   padding: 20px;
   width: 100%;
}

/* App */
.app__banner {
   border-radius: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   gap: 40px;
   padding: 40px;
   width: 100%;
   overflow: hidden;
}

.app__banner-wrap {
   background-color: rgba(20, 21, 45, 0.6);
   border-radius: 16px;
   padding: 20px;
   max-width: 550px;
   position: relative;
}

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

.app__banner-wrap ol {
   font-weight: 700;
}

.app__banner-wrap .button {
   margin-top: 22px;
}

/* Bonus */
.bonus__list-item {
   padding-left: 86px;
}

.bonus__list-item:before {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%22131%22%20viewBox%3D%220%200%2046%20131%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M21%2081.8566L26.6724%2058.0864H15.3276L21%2081.8566Z%22%20fill%3D%22%23FFD400%22%2F%3E%3Cpath%20d%3D%22M16.2999%2047.9355L14.6764%2055.3577L14.7239%2055.5567H27.2761L27.3236%2055.3577L25.7%2047.9355H16.2999Z%22%20fill%3D%22%23FFD400%22%2F%3E%3Cpath%20d%3D%22M23.074%2084.0645L41.9672%2058.0864H29.2733L23.074%2084.0645Z%22%20fill%3D%22%23FFD400%22%2F%3E%3Cpath%20d%3D%22M0.0328064%2058.0864L18.926%2084.0645L12.7267%2058.0864H0.0328064Z%22%20fill%3D%22%23FFD400%22%2F%3E%3Cpath%20d%3D%22M29.8707%2055.5567H42L37.2948%2048.4989C37.0602%2048.1469%2036.6652%2047.9355%2036.2423%2047.9355H28.2897L29.8568%2055.0997C29.8897%2055.2502%2029.8934%2055.405%2029.8707%2055.5567Z%22%20fill%3D%22%23FFD400%22%2F%3E%3Cpath%20d%3D%22M12.1432%2055.0997L13.7103%2047.9355H5.75769C5.33474%2047.9355%204.93984%2048.1469%204.70523%2048.4989L0%2055.5567H12.1293C12.1066%2055.405%2012.1103%2055.2502%2012.1432%2055.0997Z%22%20fill%3D%22%23FFD400%22%2F%3E%3Cpath%20opacity%3D%220.4%22%20d%3D%22M23%2036.7911L23%200.941466M23%20130L23%2094.1504%22%20stroke%3D%22url(%23paint0_linear_2229_16877)%22%20stroke-width%3D%222.70833%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_2229_16877%22%20x1%3D%2223%22%20y1%3D%220.941467%22%20x2%3D%2223%22%20y2%3D%22130%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FFFAF3%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%220.1875%22%20stop-color%3D%22%23FFFAF3%22%2F%3E%3Cstop%20offset%3D%220.796875%22%20stop-color%3D%22%23FFFAF3%22%20stop-opacity%3D%220.972603%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFFAF3%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 46px;
   height: 131px;
   left: 20px;
}

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

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

.bonus__list-item ul li {
   padding: 0;
}

.bonus__list-item ul li:before {
   display: none;
}

/* Reload Banner */
.banner {
   padding: 80px;
}

.banner__title {
   margin-bottom: 32px;
}

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

.reload-bonus__desc {
   max-width: 619px;
}

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

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

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

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

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

/* VIP */
.vip__desc,
.start__desc {
   -webkit-backdrop-filter: blur(20px);
   backdrop-filter: blur(20px);
   margin: 0 auto;
   text-align: center;
}

.vip__desc {
   max-width: 800px;
}

.title.banner__desc-title {
   background-color: rgba(0, 0, 0, 0);
   line-height: 1.35;
   padding: 0;
}

.banner__desc-title:after {
   content: '';
   display: block;
   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%);
   width: 161px;
   height: 1px;
   margin: 16px auto;
}

/* Tournaments */
.content.tournaments {
   background: rgba(20, 21, 45, 0.698);
   -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: 67px;
   padding: 0;
}

.tournaments__img {
   max-width: 315px;
}

.tournaments__img img {
   display: block;
}

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

.title.tournaments__title {
   background-color: rgba(0, 0, 0, 0);
   text-align: left;
   padding: 0;
}

/* Slots */
.table {
   border: 1px solid rgba(255, 212, 0, 0.4);
   border-radius: 15px;
   margin-top: 15px;
   width: 100%;
   overflow: hidden;
}

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

.table tbody tr:last-child {
   border-radius: 0 0 15px 15px;
}

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

.table thead {
   background-color: rgba(255, 212, 0, 0.4);
}

.table thead th {
   font-weight: 700;
   font-size: 20px;
   line-height: 1.4;
   text-transform: uppercase;
   padding: 6px 20px;
}

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

.table tbody td {
   padding: 21px 20px;
}

/* Games */
.games__table tbody td {
   padding-top: 12px;
   padding-bottom: 12px;
}

/* Live */
.live .background img {
   -o-object-position: 100%;
   object-position: 100%;
}

.live__desc {
   max-width: 619px;
}

.live__button {
   margin-top: 20px;
}

/* Payment */
.payment__wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
}

.payment__wrap-img {
   border-radius: 8px;
   overflow: hidden;
}

.payment__wrap-img img,
.payment__wrap-logo img {
   display: block;
}

.payment__wrap ul {
   width: auto;
}

.payment__wrap-logo {
   max-width: 262px;
   margin: 0 auto;
}

/* Service */
.service {
   padding-bottom: 64px;
}

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

.service__wrap-img {
   max-width: 192px;
}

.service__wrap-img img {
   display: block;
}

.service__wrap-desc {
   text-align: center;
   max-width: 700px;
   padding-left: 60px;
   padding-right: 60px;
}

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

/* FAQ */
.faq__item {
   background-color: rgba(20, 21, 45, 0.698);
   border-radius: 15px;
   overflow: hidden;
}

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

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

.faq-item__title:before {
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20%2012C20%2013.104%2019.104%2014%2018%2014H14V18C14%2019.104%2013.104%2020%2012%2020C10.896%2020%209.99999%2019.104%209.99999%2018V14H6.00001C4.89601%2014%204%2013.104%204%2012C4%2010.896%204.89601%2010%206.00001%2010H9.99999V6C9.99999%204.896%2010.896%204%2012%204C13.104%204%2014%204.896%2014%206V10H18C19.104%2010%2020%2010.896%2020%2012Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 24px;
   height: 24px;
   position: absolute;
   top: 19px;
   right: 16px;
}

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

.faq__item.active .faq-item__title:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17.125%2010H5.875C4.83953%2010%204%2010.8955%204%2012C4%2013.1045%204.83953%2014%205.875%2014H17.125C18.1605%2014%2019%2013.1045%2019%2012C19%2010.8955%2018.1605%2010%2017.125%2010Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
}

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

.reviews__list-item {
   background-color: #14152D;
   border: 1px solid #FCC211;
   border-radius: 15px;
   padding: 20px;
   width: calc(50% - 10px);
}

.reviews__item-stars {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 5px;
   margin-bottom: 20px;
}

.reviews__item-stars img {
   display: block;
   max-width: 22px;
}

.reviews__item-desc p+p {
   margin-top: 16px;
}

.reviews__desc-name {
   font-weight: 700;
   font-size: 20px;
   line-height: 1.5;
}

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

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

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

.rating__item-top {
   font-weight: 700;
   line-height: 1.42;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 8px;
}

.rating__item-desc {
   font-size: 15px;
   line-height: 1.5;
}

/* 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 */
.page-prime {
   padding-left: 40px;
   padding-right: 40px;
}

.page-prime__wrap {
   max-width: 740px;
}

/* APP PAGE */
/* Install */
.install__banner {
   border-radius: 16px;
   padding: 20px;
   width: 100%;
   overflow: hidden;
}

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

.install__banner-desc {
   max-width: 640px;
   position: relative;
}

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

.install__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;
   margin: 18px auto;
   width: 161px;
   height: 1px;
}

.instal__buttons {
   background: rgba(20, 21, 45, 0.698);
   border-radius: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   gap: 20px;
   padding: 20px;
   width: 100%;
}

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

.instal__buttons-logo img {
   display: block;
}

/* Details */
.details__banner {
   border-radius: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   margin-top: 20px;
   padding: 40px;
   width: 100%;
   overflow: hidden;
}

.details__banner-item {
   background-color: rgba(20, 21, 45, 0.698);
   border-radius: 16px;
   text-align: center;
   max-width: 468px;
   padding: 20px;
   position: relative;
}

.details__banner-item+.details__banner-item {
   margin-top: -80px;
}

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

.details__banner-title {
   font-size: 14px;
   color: #FCC211;
}

.details__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;
   margin: 20px auto;
   width: 161px;
   height: 1px;
}

.details__banner-text {
   line-height: 1.5;
}

.details__banner-button {
   margin-top: 20px;
}

/* Devices */
.devices__banner {
   background-color: rgba(20, 21, 45, 0.698);
   border-radius: 16px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 32px;
   overflow: hidden;
}

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

.devices__banner-img img {
   display: block;
}

.devices__banner-desc {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   padding: 15px;
}

.devices__banner-button {
   margin-top: 20px;
}

/* Website */
.website__wrap {
   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: 20px;
   margin-top: 20px;
   width: 100%;
}

.website__desc {
   max-width: 579px;
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.website__img {
   max-width: 192px;
}

.website__img img {
   display: block;
}

/* BONUSES PAGE */
/* Welcome */
.welcome__table tbody tr {
   min-height: 62px;
}

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

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

.welcome__list-item {
   border-radius: 16px;
   width: calc(33.3% - 13.3px);
   overflow: hidden;
   padding: 20px;
}

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

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

.welcome__item-img {
   max-width: 59px;
   margin: 0 auto;
   position: relative;
}

.welcome__item-img img {
   display: block;
}

.welcome__item-desc {
   font-size: 15px;
   line-height: 1.33;
   text-align: center;
   position: relative;
}

.welcome__item-desc: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;
   margin: 18px auto;
   width: 161px;
   height: 1px;
}

/* Conditions */
.conditions {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.conditions__desc {
   text-align: center;
   max-width: 800px;
}

/* Free */
.free__banner {
   border-radius: 16px;
   width: 100%;
   overflow: hidden;
   padding: 64px 20px 64px 40px;
}

.free__banner-wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   gap: 20px;
   position: relative;
}

.free__banner-desc *+* {
   margin-top: 16px;
}

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

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

/* Program  */
.program .background img {
   -o-object-position: 100%;
   object-position: 100%;
}

.program__desc {
   max-width: 700px;
}

/* Cashback */
.cashback__desc {
   text-align: center;
   max-width: 800px;
   margin: 0 auto;
}

/* Promotions */
.promotion__banner {
   border-radius: 16px;
   padding: 30px 80px 30px 60px;
   width: 100%;
   overflow: hidden;
}

.promotion__banner-wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   gap: 20px;
   position: relative;
}

.promotion__banner-img {
   max-width: 192px;
}

.promotion__banner-img img {
   display: block;
}

.promotion__banner-desc {
   text-align: center;
   max-width: 700px;
}

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

/* Terms */
.terms .background img {
   -o-object-position: 100%;
   object-position: 100%;
}

.terms__desc {
   text-align: center;
   max-width: 700px;
}

/* Responsible */
.responsible {
   padding: 12px 80px;
}

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

.responsible__img {
   max-width: 210px;
}

.responsible__img img {
   display: block;
}

.responsible__desc {
   max-width: 700px;
}

/* More */
.more {
   padding-top: 114px;
}

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

.more__desc {
   text-align: center;
   max-width: 700px;
}