@charset "utf-8";

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

body {
   overflow-x: hidden;
   min-height: 100vh;
   background: #fff;
   font-family: 'Roboto', 'Arial', sans-serif;
   font-size: 24px;
   font-weight: 400;
   line-height: 1.5;
   color: #2d3c46;
   text-align: left;
   -webkit-text-size-adjust: 100%;
   text-size-adjust: 100%;
}

p {
   margin-top: 16px;
   line-height: 1.25;
   width: 100%;
}

p+ul,
p+ol {
   margin-top: 16px;
}

ul,
ol {
   text-align: left;
   width: 100%;
}

.list-wide {
   margin: 44px -30px 0;
   width: -webkit-calc(100% + 60px);
   width: -moz-calc(100% + 60px);
   width: calc(100% + 60px);
}

.list-wide li {
   background: #5f5b5b;
   padding: 14px 63px;
   min-height: 100px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.list-wide li+li {
   margin-top: 25px;
}

nav ul {
   width: auto;
}

a {
   color: inherit;
}

/* Title */
h1,
h2,
h3,
.title {
   display: block;
   position: relative;
   width: 100%;
   font-weight: 700;
   line-height: 1.2;
   color: #2d3c46;
   text-transform: uppercase;
}

h1.title {
   color: #01a77f;
   text-align: center;
}

h1,
.title.general {
   font-size: 48px;
}

h2,
.title.high {
   font-size: 36px;
}

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

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

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

article>*:first-child,
.article>*:first-child {
   margin-top: 0px;
}

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

article p:first-child,
.article p:first-child {
   margin-top: 0px;
}

/* Button */
.button {
   display: inline-block;
   position: relative;
   width: auto;
   height: auto;
   font-size: 15px;
   font-weight: 700;
   color: #fff;
   line-height: 1;
   text-transform: uppercase;
   text-align: center;
   white-space: nowrap;
   background: #01a77f;
   border: 2px solid #01a77f;
   min-width: 180px;
   border-radius: 30px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   -ms-border-radius: 30px;
   -o-border-radius: 30px;
   padding: 14px 32px;
   margin: 16px 0 0;
}

.button:hover {
   background: transparent;
   color: #01a77f;
}

.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;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
}

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

/* Content */
.content,
.cover {
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
   flex-direction: column;
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   height: 100%;
   width: 100%;
   max-width: 1290px;
   margin: 0px auto;
   position: relative;
   overflow: hidden;
}

.content {
   margin-top: 25px;
   border-radius: 6px;
}

.content.border {
   border: 1px solid #23b390;
   padding: 26px 30px;
}

.content.gray {
   background: #3e3d3d;
   border: none;
   color: #fff;
   padding: 26px 30px;
}

.content.gray h2,
.content.gray h3,
.content.gray h4 {
   color: #fff;
}

.cover {
   max-width: 100%;
   overflow: hidden;
   padding-left: -webkit-calc(50% - ((1290px - 30px - 30px) / 2));
   padding-left: -moz-calc(50% - ((1290px - 30px - 30px) / 2));
   padding-left: calc(50% - ((1290px - 30px - 30px) / 2));
   padding-right: -webkit-calc(50% - ((1290px - 30px - 30px) / 2));
   padding-right: -moz-calc(50% - ((1290px - 30px - 30px) / 2));
   padding-right: calc(50% - ((1290px - 30px - 30px) / 2));
}

.content>*,
.cover>* {
   display: block;
   position: relative;
   -webkit-box-flex: 1;
   -webkit-flex: 1 1 auto;
   -moz-box-flex: 1;
   flex: 1 1 auto;
}

/* Header */
.header {
   background: #01a77f;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   overflow: visible;
   padding-top: 27px;
   padding-bottom: 27px;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   z-index: 100;
   height: auto;
}

.logo {
   display: inline-block;
}

.logo img {
   display: block;
}

.header__logo {
   max-width: 154px;
}

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

.header__menu {
   margin: 0 auto 0 7.7vw;
}

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

.header__menu ul li+li {
   margin-left: 3.3vw;
}

.header__menu ul li a {
   font-size: 15px;
   font-weight: 400;
   color: #010101;
   text-transform: uppercase;
}

.header__menu ul li a:hover {
   color: #fff;
}

.header__button {
   font-weight: 400;
   -webkit-box-flex: 0;
   -ms-flex: none;
   flex: none;
   margin-top: 0;
}

.header__button-login {
   background: #fff;
   border-color: #fff;
   color: #192228;
   margin-right: 30px;
}

.header__button-login:hover {
   color: #192228;
}

.header__button-signup {
   color: #fff;
   background: #3e3d3d;
   border-color: #3e3d3d;
}

.header__button-signup:hover {
   color: #fff;
}

.header.scroll {
   padding-top: 10px;
   padding-bottom: 10px;
}

/* Main */
.main {
   padding-top: 100px;
   padding-bottom: 25px;
}

/* Prime */
.prime {
   -webkit-box-align: start;
   -ms-flex-align: start;
   align-items: flex-start;
   padding-top: 70px;
   padding-bottom: 78px;
   text-align: center;
}

.prime__wrap {
   max-width: 1020px;
   margin: 0 auto;
   z-index: 1;
}

.prime__text {
   color: #fff;
   line-height: 1.1;
   margin: 21px 0 31px;
}

/* Banner Casino */
.banner-casino {
   padding: 66px 55px 77px;
}

.banner__title {
   font-family: 'Lato', 'Arial', sans-serif;
   color: #fff;
   line-height: 1.3;
}

.banner__title span {
   display: block;
   color: #01a77f;
}

.banner-casino__button {
   margin-top: 42px;
}

/* Características */
.characteristics .title {
   text-transform: none;
}

.characteristics h2+p {
   margin-top: 25px;
}

.characteristics__table-title {
   margin: 28px 0 27px;
}

.characteristics__table {
   margin: 0 -30px;
}

.characteristics__table table {
   border-collapse: separate;
   border-spacing: 30px 0;
}

.characteristics__table tr:first-child th,
.characteristics__table tr:first-child td {
   border-radius: 4px 4px 0 0;
   -webkit-border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
   -ms-border-radius: 4px 4px 0 0;
   -o-border-radius: 4px 4px 0 0;
}

.characteristics__table tr:last-child th,
.characteristics__table tr:last-child td {
   border-radius: 0 0 4px 4px;
   -webkit-border-radius: 0 0 4px 4px;
   -moz-border-radius: 0 0 4px 4px;
   -ms-border-radius: 0 0 4px 4px;
   -o-border-radius: 0 0 4px 4px;
}

.characteristics__table th {
   background: #3e3d3d;
   font-weight: 400;
   color: #fff;
   width: 32.5%;
}

.characteristics__table td {
   background: #f8f9fb;
   line-height: 1.06;
}

.characteristics__table th,
.characteristics__table td {
   padding: 11px 27px;
}

/* Pros Cons */
.pros-cons__table {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   margin-top: 50px;
}

.pros-cons__item {
   background: #5f5b5b;
   width: -webkit-calc(50% - 15px);
   width: -moz-calc(50% - 15px);
   width: calc(50% - 15px);
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   -o-border-radius: 4px;
   padding: 43px 77px 50px;
}

.pros-cons__item h3.title {
   color: #01a77f;
}

.pros-cons__item ul {
   margin-top: 43px;
}

.pros-cons__item li {
   line-height: 1.22;
}

/* Banner Bonus */
.banner-bonus {
   padding: 59px 57px 50px;
}

.banner-bonus__title {
   font-size: 48px;
   text-transform: none;
}

.banner-bonus__button {
   min-width: 228px;
   padding-top: 21px;
   padding-bottom: 21px;
   margin-top: 31px;
}

/* Review Banner */
.review-banner {
   border: none;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   padding: 0;
}

.review-banner__review {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
   border-radius: 4px 0 0 4px;
   -webkit-border-radius: 4px 0 0 4px;
   -moz-border-radius: 4px 0 0 4px;
   -ms-border-radius: 4px 0 0 4px;
   -o-border-radius: 4px 0 0 4px;
   margin-top: 0;
}

.review-banner__banner {
   max-width: 450px;
   width: 100%;
   background: #01a77f;
   position: relative;
   text-align: center;
   padding: 32px 20px 0;
}

.review-banner__title {
   font-family: 'Lato', 'Arial', sans-serif;
   font-weight: 700;
   font-size: 36px;
   color: #fff;
   position: relative;
   text-shadow: 0 0 5px #01a77f;
   z-index: 1;
   margin-top: 0;
}

.review-banner__title span {
   font-weight: 400;
   display: block;
   margin-bottom: 33px;
}

.review-banner__title-s {
   font-size: 30px;
}

.review-banner__button {
   color: #3e3d3d;
   font-size: 24px;
   font-weight: 700;
   text-transform: uppercase;
   background: #fff;
   border-color: #fff;
   min-width: 319px;
   padding-top: 25px;
   padding-bottom: 25px;
   margin-top: 46px;
   border-radius: 50px;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   -ms-border-radius: 50px;
   -o-border-radius: 50px;
   position: relative;
   z-index: 1;
}

.review-banner__button:hover {
   color: #fff;
}

.review-banner__img {
   margin-top: 47px;
}

/* Slots Table */
.table {
   background: #01a77f;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   width: 100%;
   padding: 25px 0;
}

.table table {
   border-collapse: separate;
}

.slots-table th,
.slots-table td {
   background: #3e3d3d;
   color: #fff;
}

.slots-table table {
   border-spacing: 30px 0;
}

.slots-table th,
.slots-table td {
   font-size: 18px;
   width: 25%;
   padding-left: 47px;
   padding-right: 40px;
}

.slots-table tr:first-child th {
   padding-top: 26px;
   padding-bottom: 36px;
   border-radius: 4px 4px 0 0;
   -webkit-border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
   -ms-border-radius: 4px 4px 0 0;
   -o-border-radius: 4px 4px 0 0;
}

.slots-table td {
   padding-top: 1px;
   padding-bottom: 2px;
}

.slots-table tr:last-child td {
   border-radius: 0 0 4px 4px;
   -webkit-border-radius: 0 0 4px 4px;
   -moz-border-radius: 0 0 4px 4px;
   -ms-border-radius: 0 0 4px 4px;
   -o-border-radius: 0 0 4px 4px;
   padding-bottom: 37px;
}

/* Payment */
.content.payment {
   padding-left: 0;
   padding-right: 0;
}

.payment__table table {
   border-collapse: separate;
   border-spacing: 30px;
}

.payment__table table th,
.payment__table table td {
   font-size: 18px;
   font-weight: 700;
   text-transform: uppercase;
   vertical-align: middle;
   padding: 23px 20px;
}

.payment__table table th {
   background: #01a77f;
   text-align: center;
}

.payment__table table td {
   word-break: break-all;
   background: #fff;
   color: #3e3d3d;
}

/* FAQ */
.faq {
   margin-top: 45px;
}

.faq__cover {
   padding-left: -webkit-calc(50% - ((1345px - 30px - 30px) / 2));
   padding-left: -moz-calc(50% - ((1345px - 30px - 30px) / 2));
   padding-left: calc(50% - ((1345px - 30px - 30px) / 2));
   padding-right: -webkit-calc(50% - ((1345px - 30px - 30px) / 2));
   padding-right: -moz-calc(50% - ((1345px - 30px - 30px) / 2));
   padding-right: calc(50% - ((1345px - 30px - 30px) / 2));
   background: #3e3d3d;
   padding-top: 35px;
   padding-bottom: 35px;
   margin-top: 50px;
}

.faq__item {
   font-family: 'Poppins', sans-serif;
}

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

.faq__item:before {
   display: none;
}

.faq-item__title {
   background: #5f5b5b;
   font-weight: 700;
   color: #fff;
   text-align: left;
   text-transform: none;
   padding: 23px 38px;
   -webkit-transition: all .4s;
   -moz-transition: all .4s;
   -ms-transition: all .4s;
   -o-transition: all .4s;
   transition: all .4s;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
   cursor: pointer;
}

.faq-item__title:hover {
   background: #01a77f;
}

.faq-item__desc {
   font-size: 16px;
   font-weight: 400;
   padding: 24px 5px 0;
   color: #fff;
}

.faq-item__desc p:first-child {
   margin-top: 0;
}

/* Comments */
.comments {}

.comments__list {
   font-family: 'Lato', 'Arial', sans-serif;
   color: #fff;
   font-size: 15px;
   line-height: 1.66;
   background: #01a77f;
   display: flex;
   flex-wrap: wrap;
   grid-gap: 30px;
   padding: 30px;
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
}

.comments__list li {
   background: #3e3d3d;
   width: -webkit-calc(33.3% - 20px);
   width: -moz-calc(33.3% - 20px);
   width: calc(33.3% - 20px);
   padding: 29px 25px;
}

/* Classification */
.classification {}

.classification__wrap {
   margin-top: 35px;
   display: flex;
   justify-content: space-between;
}

.classification__item {
   background: #525151;
   width: -webkit-calc(50% - 15px);
   width: -moz-calc(50% - 15px);
   width: calc(50% - 15px);
   border-radius: 6px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -ms-border-radius: 6px;
   -o-border-radius: 6px;
   overflow: hidden;
}

.classification__table th {
   background: #6d6a6a;
   padding: 27px 45px 31px;
   text-transform: uppercase;
   width: 50%;

}

.classification__table td {
   padding: 12px 0px 12px 45px
}

.classification__summary {
   padding: 30px;
   font-size: 18px;
}

.classification__summary p {
   line-height: 1.66;
}