@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;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;
   line-height: 1.2;
   text-transform: uppercase;
}

.title {
   margin-bottom: 20px;
}

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

h2,
.title.high {
   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: 15px;
   font-size: 28px;
   color: #fff;
   text-align: center;
   padding: 10px;
}

h3,
.title.middle {
   font-size: 20px;
   color: #FCC211;
}

.title.middle {
   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: 15px;
   color: #fff;
   text-align: center;
   padding: 10px;
}

h4,
.title.mini {
   font-size: 20px;
   color: #fff;
   line-height: 1.5;
   text-transform: none;
}

/* 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 li+li,
.article li+li {
   margin-top: 14px;
}

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,
li strong {
   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: #1F2038;
   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;
}

.logo img {
   display: block;
}

.header__logo {
   max-width: 152px;
}

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

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

.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 {
   background: -o-linear-gradient(top, #0B0C21 0%, #08091C 20.16%, #0B0C21 100%);
   background: -webkit-gradient(linear, left top, left bottom, from(#0B0C21), color-stop(20.16%, #08091C), to(#0B0C21));
   background: linear-gradient(180deg, #0B0C21 0%, #08091C 20.16%, #0B0C21 100%);
   width: 237px;
   height: calc(100vh - 67px);
   padding: 0 15px 30px;
   position: fixed;
   top: 67px;
   left: 0;
   overflow: auto;
   z-index: 10;
}

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

.sidebar__menu {
   padding: 6px 0;
}

.sidebar__menu li a {
   display: block;
   font-weight: 500;
   font-size: 16px;
   color: #727489;
   line-height: 1.76;
   position: relative;
   padding: 8px 0 8px 37px;
}

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

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

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

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

.sidebar__menu-count {
   background-color: #FA5926;
   border-radius: 50%;
   font-size: 12px;
   color: #fff;
   text-align: center;
   line-height: 1.3;
   display: block;
   width: 16px;
   height: 16px;
   position: absolute;
   top: 4px;
   left: 17px;
}

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

.sidebar__links-button {
   font-weight: 700;
   font-size: 16px;
   color: #FFD400;
   line-height: 1.5;
   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%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");
   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 {
   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-list {
   margin-top: 10px;
}

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

.sidebar__links-list a {
   color: #727489;
   word-wrap: break-word;
}

.sidebar__links-list a:hover {
   color: #FFD400;
   text-decoration: underline;
}

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

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

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

.prime__wrap {
   max-width: 665px;
}

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

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

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

.breadcrumbs>li a {
   display: inline-block;
   color: rgba(255, 255, 255, .8);
   font-weight: 500;
   text-transform: uppercase;
}

.breadcrumbs>li a:not([href]) {
   color: #fff;
}

.breadcrumbs>li a:not([href]),
.breadcrumbs>li a:not([href]) span {
   cursor: default;
}

.breadcrumbs>li:not(:last-child):after {
   content: '|';
   display: inline-block;
   position: relative;
   font: inherit;
   color: #fff;
   margin: 0px 12px;
}

.prime__title {
   margin-bottom: 17px;
}

.prime__title span {
   color: #FFD400;
}

.prime__text {
   line-height: 1.71;
}

/* Pretext */
.pretext {
   line-height: 1.71;
}

/* Info */
.table {
   border: 1px solid #FCC211;
   border-radius: 15px;
   width: 100%;
   overflow: hidden;
}

.table thead {
   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%);
   font-weight: 700;
   font-size: 20px;
   color: #fff;
   line-height: .8;
   text-transform: uppercase;
   word-break: break-all;
}

.table tr {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 40px;
   padding: 12px 20px;
}

.table tbody tr {
   min-height: 62px;
}

.table th,
.table td {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

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

.table tbody tr:nth-child(even) {
   background-color: #1F2038;
}

.info__table thead {
   line-height: 1.1;
   text-transform: none;
}

.info__table thead th:first-child,
.info__table tbody th {
   max-width: 245px;
}

.info__table tbody {
   line-height: 1.57;
}

.info__table tr {
   gap: 20px;
}

.info__table tbody tr {
   min-height: 0;
}

.article__wrap-border,
.article__wrap {
   background-color: #14152D;
   border-radius: 15px;
   padding: 20px;
   width: 100%;
}

.article__wrap-border {
   border: 1px solid #FCC211;
}

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

.pros-cons__item {
   background-color: #14152D;
   width: calc(50% - 10px);
}

.pros-cons__title {
   color: #fff;
   margin-bottom: 16px;
   padding: 8px 0 8px 64px;
}

.pros-cons__title:before {
   content: '';
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
   width: 40px;
   height: 40px;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   margin: auto;
}

.pros__title:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%2220%22%20fill%3D%22url(%23paint0_linear_1453_11091)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28%2020C28%2021.104%2027.104%2022%2026%2022H22V26C22%2027.104%2021.104%2028%2020%2028C18.896%2028%2018%2027.104%2018%2026V22H14C12.896%2022%2012%2021.104%2012%2020C12%2018.896%2012.896%2018%2014%2018H18V14C18%2012.896%2018.896%2012%2020%2012C21.104%2012%2022%2012.896%2022%2014V18H26C27.104%2018%2028%2018.896%2028%2020Z%22%20fill%3D%22white%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_1453_11091%22%20x1%3D%2219.1451%22%20y1%3D%2240%22%20x2%3D%2219.1451%22%20y2%3D%228.33783e-07%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FFD400%22%20stop-opacity%3D%220.254902%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFD400%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.cons__title:before {
   background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2240%22%20height%3D%2240%22%20rx%3D%2220%22%20fill%3D%22url(%23paint0_linear_1453_11091)%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M28%2020C28%2021.104%2027.104%2022%2026%2022H22V26C22%2027.104%2021.104%2028%2020%2028C18.896%2028%2018%2027.104%2018%2026V22H14C12.896%2022%2012%2021.104%2012%2020C12%2018.896%2012.896%2018%2014%2018H18V14C18%2012.896%2018.896%2012%2020%2012C21.104%2012%2022%2012.896%2022%2014V18H26C27.104%2018%2028%2018.896%2028%2020Z%22%20fill%3D%22white%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_1453_11091%22%20x1%3D%2219.1451%22%20y1%3D%2240%22%20x2%3D%2219.1451%22%20y2%3D%228.33783e-07%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23FFD400%22%20stop-opacity%3D%220.254902%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFD400%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

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

/* Registration */
.banner {
   padding: 80px;
}

.banner__wrap {
   width: 100%;
}

.banner__desc {
   max-width: 650px;
}

.registration__desc ol li+li {
   margin-top: 8px;
}

/* Steps */
.steps__subtitle {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
}

/* Tournaments */
.tournaments__list {
   margin-top: 20px;
}

.tournaments__list-item {
   border: 1px solid #FCC211;
   border-radius: 15px;
   padding: 20px;
   overflow: hidden;
}

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

.tournaments__item-desc {
   position: relative;
}

.tournaments__desc-title {
   color: #fff;
}

.tournaments__desc-title:after {
   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%);
   display: block;
   width: 50px;
   height: 1px;
   margin-top: 8px;
}

.tournaments__item-desc p {
   margin-top: 8px;
}

/* Games */
.games__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;
   margin-top: 20px;
}

.games__list-item {
   border: 1px solid #FCC211;
   border-radius: 15px;
   width: calc(33.3% - 13.3px);
   overflow: hidden;
   padding: 20px;
}

.games__item-desc {
   position: relative;
}

.games__item-title {
   color: #fff;
}

.games__item-title:after {
   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%);
   display: block;
   width: 50px;
   height: 1px;
   margin-top: 8px;
}

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

/* License */
.app-buttons {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
   margin-top: 16px;
}

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

.app-button:hover {
   background-color: rgba(255, 212, 0, 0.8);
}

/* Support */
.support__button {
   margin-top: 16px;
}

/* FAQ */
.faq__item {
   background-color: #14152D;
   border: 1px solid #FCC211;
   border-radius: 15px;
   overflow: hidden;
}

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

.faq-item__title {
   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%);
   text-transform: none;
   text-align: left;
   margin-bottom: 0;
   cursor: pointer;
   padding: 16px 55px 16px 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%22url(%23paint0_linear_1453_12002)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_1453_12002%22%20x1%3D%2211.1794%22%20y1%3D%2214%22%20x2%3D%2211.1794%22%20y2%3D%2210%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2314152D%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2345465E%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: 24px;
   height: 24px;
   position: absolute;
   top: 19px;
   right: 16px;
}

.faq-item__desc {
   padding: 16px;
}

.faq-item__desc .article {
   line-height: 1.71;
}

.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%22url(%23paint0_linear_1453_12002)%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_1453_12002%22%20x1%3D%2211.1794%22%20y1%3D%2214%22%20x2%3D%2211.1794%22%20y2%3D%2210%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2314152D%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2345465E%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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 {
   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__table {
   border: 1px solid #FCC211;
}

.rating__table tbody tr {
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   gap: 0;
   min-height: 0;
   padding: 0;
}

.rating__table th,
.rating__table td {
   -webkit-box-flex: 50%;
   -ms-flex: 50%;
   flex: 50%;
   padding: 12px 20px;
}

.rating__table td {
   border-left: 1px solid #FCC211;
}

/* Footer */
.footer {
   padding: 20px 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-top: 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;
}

/* BONUS PAGE */
.steps-list {
   position: relative;
}

.steps-list-border {
   border: 1px solid #FCC211;
   border-radius: 15px;
   padding: 20px;
}

.steps-list:before {
   content: '';
   border: 1px dashed #FCC211;
   position: absolute;
   top: 20px;
   bottom: 20px;
   left: 17px;
}

.steps-list-border:before {
   left: 37px;
}

ol.steps-list li {
   background-color: #14152D;
   border-radius: 8px;
   font-family: 'Roboto', sans-serif;
   padding: 10px 10px 10px 54px;
}

ol.steps-list li:before {
   content: '0' counter(ol);
   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: 1px solid #FCC211;
   border-radius: 3px;
   top: 0;
   bottom: 0;
   left: 0;
   font-weight: 700;
   font-size: 15px;
   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: 38px;
}

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

/* Slot Promotions */
.slot-promotions__app-buttons {
   margin-top: 32px;
}

.article__wrap-border .article__wrap {
   background-color: #1F2038;
   border-radius: 15px;
   padding: 20px;
}

/* Responsibility */
.responsibility__app-buttons,
.security__app-buttons {
   margin-top: 32px;
}