html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    display: flex;
    margin: 0;
    background-color: #0C1C3A;
    color: #FFFFFF;
    position: relative;
    overflow-x: hidden;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@media (min-width: 0px) and (max-width: 575px) {
    .container {
        width: unset;
    }
}

p,
i,
b,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    color: #FFFFFF;
    font-family: "Rubik", sans-serif;
    margin-bottom: 0;
}

h1 {
    margin-top: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38.73px;
}

h2 {
    margin-top: 0;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 105%;
    text-transform: uppercase;
    font-weight: 400;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.w-30 {
    width: 30%;
}

.w-100 {
    width: 100%;
}

.hidden {
    display: none;
}

.d-flex {
    display: flex;
}

.text-center {
    text-align: center;
}

img.img-float-left {
    float: left;
    width: 300px;
    height: auto;
    margin-right: 18px;
}

.content {
    width: 100%;
}

.topbar {
    background: #0C1C3A;
    position: fixed;
    z-index: 90;
    width: -webkit-fill-available;
    padding: 5px 16px 5px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1150px) {
    .topbar {
        justify-content: flex-end;
    }
}

@media (max-width: 750px) {
    .topbar {
        z-index: 200;
        padding: 15px;
        justify-content: center;
    }
}

.topbar .header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1360px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 750px) {
    .topbar .header {
        margin-bottom: 15px;
        margin-top: 0;
    }
}

.topbar .header .logotype {
    height: 50px;
}

@media (max-width: 750px) {
    .topbar .header .logotype {
        height: 40px;
    }
}

.topbar .header .block-menu {
    display: flex;
    line-height: 140%;
    list-style-type: none;
    margin-right: 40px;
    margin-top: 0;
}

@media (max-width: 750px) {
    .topbar .header .block-menu {
        display: none;
        position: absolute;
        background-color: #0C1C3A;
        width: 100%;
        height: 82vh;
        overflow: auto;
        top: 70px;
        left: 0;
        font-size: 18px;
        padding: 15px;
        z-index: 10;
    }
}

.topbar .header .block-menu li {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

@media (max-width: 750px) {
    .topbar .header .block-menu li {
        padding-bottom: 25px;
    }
}

.topbar .header .block-menu li a {
    text-decoration: none;
}

.topbar .header .block-menu li a.active,
.topbar .header .block-menu li a:hover {
    margin-bottom: -24px;
    border-bottom: 1px solid #F58500;
    position: relative;
    top: -8px;
    padding-bottom: 6px;
}

.topbar .header .flex {
    display: flex;
    align-items: center;
}

.topbar .header .flex .burger-menu {
    margin-left: 11.5px;
    display: none;
}

@media (max-width: 750px) {
    .topbar .header .flex .burger-menu {
        display: block;
    }
}

.topbar .header .flex .auth a {
    padding: 16px;
    border-radius: 32px;
    text-decoration: none;
    line-height: 140%;
    text-transform: uppercase;
}

@media (max-width: 750px) {
    .topbar .header .flex .auth a {
        padding: 6px 12px 7px;
    }
}

.topbar .header .flex .auth .login {
    border: 1px solid #F58500;
    margin-right: 10px;
    transition: 0.3s;
}

.topbar .header .flex .auth .login:hover {
    background: #F58500;
}

.topbar .header .flex .auth .reg {
    background: #1CA3F7;
    transition: 0.3s;
}

.topbar .header .flex .auth .reg:hover {
    background: #1CA3F7;
}

.topbar .content-list {
    display: flex;
    width: 100%;
    max-width: 1360px;
    border-radius: 73px;
    border: 1px solid #4B5973;
    align-items: center;
}

.topbar .content-list .content-list-items {
    margin: unset;
    position: relative;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    margin: 16px;
}

@media (max-width: 750px) {
    .topbar .content-list .content-list-items {
        margin: 8px;
        overflow: auto;
    }
}

.topbar .content-list .content-list-items ul {
    list-style: none;
    margin: 0 0 0 -43px;
    width: 100%;
    overflow: hidden;
}

.topbar .content-list .content-list-items ul li {
    display: inline-block;
}

.topbar .content-list .content-list-items ul li a {
    border-radius: 24px;
    display: flex;
    line-height: 140%;
    padding: 8px 10px;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid #4B5973;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 750px) {
    .topbar .content-list .content-list-items ul li a {
        font-size: 12px;
    }
}

.topbar .content-list .content-list-items ul li a:hover,
.topbar .content-list .content-list-items ul li a.active {
    border: 1px solid #F58500;
    padding: 8px 10px;
}

.topbar .content-list .content-list-items::-webkit-scrollbar {
    height: 0;
}

.topbar .content-list .content-list-items::-webkit-scrollbar:hover {
    height: 8px;
}

.topbar .content-list .content-list-items::-webkit-scrollbar-thumb {
    background: #F58500;
}

.heading-item {
    position: absolute;
    z-index: -1;
    padding-top: 140px;
    margin-top: -140px;
}

.breadcrumbs {
    width: 100%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

@media (max-width: 750px) {
    .breadcrumbs {
        margin-bottom: 0;
    }
}

.breadcrumbs a {
    color: #FFFFFF;
    text-decoration: none;
}

.breadcrumbs .arrow {
    margin-bottom: -5px;
}

.btn {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    margin-right: 12px;
    text-decoration: none;
    line-height: 25.5px;
}

@media (max-width: 750px) {
    .btn {
        padding: 1px 16px;
        border-radius: 6px;
    }
}

.container {
    z-index: 50;
    position: relative;
    padding: 80px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 750px) {
    .container {
        display: block;
        padding: 155px 15px 15px 15px;
    }
}

.box-heading {
    width: 100%;
    max-width: 1360px;
    padding: 24px 16px 0 16px;
}

@media (max-width: 750px) {
    .box-heading {
        width: auto;
        max-width: unset;
        padding: 16px 0;
    }
}

.box-heading h2 {
    margin-bottom: 0;
}

.box-heading h3:first-child {
    margin-top: 0;
}

.box {
    width: 100%;
    max-width: 1360px;
    padding: 24px 16px;
    margin-bottom: 20px;
    z-index: 0;
}

@media (max-width: 750px) {
    .box {
        width: auto;
        max-width: unset;
        padding: 16px 0;
    }
}

.box p {
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 22px;
}

.box ul,
.box ol {
    margin-left: 0;
    position: relative;
    left: -1em;
}

.box h3:first-child {
    margin-top: 0;
}

.box *:last-child {
    margin-bottom: 0;
}

.box .image {
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
}

.box img {
    border-radius: 12px;
}

.box .image-left {
    margin-right: 18px;
    float: left;
}

@media (max-width: 1050px) {
    .box .image-left {
        margin-right: unset;
        margin-bottom: 16px;
        width: 100%;
    }
}

.box .image-left img {
    width: 300px;
}

@media (max-width: 1050px) {
    .box .image-left img {
        width: 100%;
    }
}

.box .image-right {
    width: 100%;
    margin-left: 18px;
}

@media (max-width: 1050px) {
    .box .image-right {
        margin-top: 16px;
        margin-left: unset;
    }
}

.box .image-right img {
    width: 100%;
}

.box.image-text {
    display: flex;
}

@media (max-width: 1050px) {
    .box.image-text {
        display: block;
    }
}

.box.empty {
    background-color: unset;
}

.first-block {
    width: 100%;
    display: flex;
    margin-bottom: 60px;
}

@media (max-width: 750px) {
    .first-block {
        flex-direction: column-reverse;
    }
}

.first-block .first-block-text {
    background: #13274C;
    border-radius: 32px;
    padding: 24px;
    width: 50%;
    margin-right: 20px;
}

@media (max-width: 750px) {
    .first-block .first-block-text {
        padding: 0;
        margin-right: 0;
        width: 100%;
        border-radius: 0 0 8px 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.first-block .first-block-text h1 {
    font-size: 62px;
    font-weight: 400;
    line-height: 96%;
    text-transform: uppercase;
}

@media (max-width: 750px) {
    .first-block .first-block-text h1 {
        margin: 10px;
    }
}

.first-block .first-block-text p {
    font-size: 18px;
    line-height: 140%;
}

@media (max-width: 750px) {
    .first-block .first-block-text p {
        margin: 10px;
    }
}

.first-block .first-block-text .action {
    padding: 13px 16px 14px 16px;
}

.first-block .first-block-text .action .btn {
    border-radius: 32px;
    text-align: center;
    background: #1CA3F7;
    line-height: 140%;
    border: none;
    min-width: 180px;
    display: inline-block;
    transition: 0.3s;
    text-transform: uppercase;
}

@media (max-width: 750px) {
    .first-block .first-block-text .action .btn {
        width: 100%;
        padding: 15px 0;
    }
}

.first-block .first-block-text .action .btn:hover {
    opacity: 0.9;
}

.first-block .first-block-image {
    width: 45%;
}

@media (max-width: 750px) {
    .first-block .first-block-image {
        width: 100%;
    }
}

.first-block .first-block-image img {
    border-radius: 32px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: -4px;
}

@media (max-width: 750px) {
    .first-block .first-block-image img {
        border-radius: 8px 8px 0 0;
        margin-bottom: 20px;
    }
}

.footer {
    margin-bottom: 40px;
    border-radius: 32px;
    border: 1px solid #4B5973;
    width: 100%;
    max-width: 1360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1450px) {
    .footer {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .footer {
        width: auto;
        max-width: unset;
    }
}

.footer .footer-top {
    margin: 16px 16px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1340px;
    border-bottom: 1px solid #4B5973;
    padding-bottom: 16px;
}

.footer .footer-top .flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.footer .footer-top .flex .links {
    padding-left: 10px;
    padding-right: 10px;
}

.footer .footer-top .flex .links a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 140%;
    text-decoration: none;
    margin: 8px;
}

.footer .footer-top .flex .links a:hover,
.footer .footer-top .flex .links a:active {
    color: #FFFFFF;
}

.footer .footer-top .flex .social a {
    text-decoration: none;
}

.footer .footer-top .flex .social a .social-item {
    height: 38px;
    width: auto;
    border-radius: 6px;
    margin: 0 0 0 6px;
}

.footer .footer-bottom {
    margin: 16px;
    width: 100%;
    max-width: 1340px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* @media (max-width: 1450px) {
    .footer .footer-bottom {
        flex-direction: column;
    }
} */
 @media (max-width: 768px) {
    .footer .footer-bottom {
        flex-direction: column;
    }
} 

.footer .footer-bottom .links {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1450px) {
    .footer .footer-bottom .links {
        margin-bottom: 15px;
    }
}

@media (max-width: 750px) {
    .footer .footer-bottom .links {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
}

.footer .footer-bottom .links a {
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    color: #ADB7C9;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 24px;
    margin-bottom: 8px;
    transition: 0.3s;
}

.footer .footer-bottom .links a:hover {
    color: #FFFFFF;
}

.footer .footer-bottom .logos {
    display: flex;
    align-items: center;
}

@media (max-width: 750px) {
    .footer .footer-bottom .logos {
        display: inline-flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.footer .footer-bottom .logos img {
    height: 20px;
    margin-left: 20px;
}

.footer .footer-bottom .logos .dmca {
    height: 26px;
}

.footer .footer-bottom .logos .mga {
    height: 22.5px;
}

.footer .footer-bottom .logos .gamble-aware {
    height: 15.3px;
}

.footer .footer-bottom .logos .logo18 {
    height: 40px;
}

.footer .footer-bottom .logos .gamcare {
    height: 25.5px;
}

.footer .footer-copyright {
    text-align: center;
    color: #ADB7C9;
    font-size: 14px;
    margin-bottom: 16px;
}

.snippet-left {
    display: flex;
}

@media (max-width: 750px) {
    .snippet-left {
        flex-direction: column;
    }
}

.snippet-left .snippet-text {
    width: 100%;
}

.snippet-left .snippet-image {
    margin-right: 20px;
    min-width: 380px;
}

@media (max-width: 750px) {
    .snippet-left .snippet-image {
        min-width: unset;
        width: 100%;
        margin-bottom: 10px;
    }
}

.snippet-left .snippet-image .image {
    max-width: 380px;
    height: auto;
}

@media (max-width: 750px) {
    .snippet-left .snippet-image .image {
        max-width: unset;
        width: 100%;
    }
}

.snippet-right {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 750px) {
    .snippet-right {
        flex-direction: column-reverse;
    }
}

.snippet-right .snippet-image {
    min-width: 380px;
}

@media (max-width: 750px) {
    .snippet-right .snippet-image {
        width: 100%;
        margin-bottom: 10px;
    }
}

.snippet-right .snippet-image .image {
    max-width: 380px;
    height: auto;
}

@media (max-width: 750px) {
    .snippet-right .snippet-image .image {
        max-width: unset;
        width: 100%;
    }
}

.snippet-right .snippet-text {
    width: 100%;
    margin-right: 20px;
}

.advantages {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.advantages .advantage {
    max-width: 280px;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid #4B5973;
}

@media (max-width: 750px) {
    .advantages .advantage {
        max-width: unset;
        width: 100%;
    }
}

.advantages .advantage .heading {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 120%;
    margin-bottom: 8px;
}

.advantages .advantage .text {
    line-height: 140%;
    color: #ADB7C9;
}

.pros-and-cons {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: row;
}

@media (max-width: 750px) {
    .pros-and-cons {
        flex-direction: column;
    }
}

.pros-and-cons .pros {
    padding: 16px;
    border-radius: 24px;
    border: 1px solid #94EB51;
}

.pros-and-cons .pros .heading {
    font-size: 24px;
    font-weight: 500;
    color: #94EB51;
    text-transform: uppercase;
}

.pros-and-cons .pros .list-item {
    color: #ADB7C9;
    line-height: 140%;
    display: flex;
    align-items: flex-start;
}

.pros-and-cons .pros .list-item img {
    margin-right: 10px;
}

.pros-and-cons .cons {
    padding: 16px;
    border-radius: 24px;
    border: 1px solid #FF3F3F;
}

.pros-and-cons .cons .heading {
    font-size: 24px;
    font-weight: 500;
    color: #94EB51;
    text-transform: uppercase;
}

.pros-and-cons .cons .list-item {
    color: #ADB7C9;
    line-height: 140%;
    display: flex;
    align-items: flex-start;
}

.pros-and-cons .cons .list-item img {
    margin-right: 10px;
}

.table-responsive {
    overflow-x: auto;
}

table {
    width: 100%;
    border-spacing: 0;
    display: inline-table;
    border-radius: 32px;
    border: 1px solid #4B5973;
}

@media (max-width: 750px) {
    table {
        overflow-x: auto;
        white-space: nowrap;
    }
}

table thead tr td {
    border-collapse: collapse;
    width: auto;
    padding: 16px;
    font-weight: 400;
    border-bottom: 1px solid #4B5973;
}

table thead tr td:first-child {
    color: #ADB7C9;
}

table tbody a {
    color: #FFFFFF;
}

table tbody tr td {
    border-collapse: collapse;
    width: auto;
    padding: 16px;
    border-bottom: 1px solid #4B5973;
}

table tbody tr td:first-child {
    font-weight: 400;
    color: #ADB7C9;
}

table tbody tr td:not(:first-child) {
    font-weight: 400;
    color: #FFFFFF;
}

table tbody tr:last-child td {
    border: unset;
}

.comparison-table table thead tr th {
    background: #13274C;
    padding: 8px 16px;
    border-right: 1px solid #4B5973;
    border-bottom: 1px solid #4B5973;
}

.comparison-table table thead tr th:first-child {
    border-radius: 32px 0 0 0;
}

.comparison-table table thead tr th:last-child {
    border-radius: 0 32px 0 0;
    border-right: unset;
}

.comparison-table table tbody tr td {
    border-right: 1px solid #4B5973;
    border-bottom: 1px solid #4B5973;
}

.comparison-table table tbody tr td:last-child {
    border-right: unset;
}

.comparison-table table tbody tr:last-child td {
    border-bottom: unset;
}

.comparison-table table tbody .name,
.comparison-table table tbody payment {
    line-height: 140%;
    color: #FFFFFF;
}

.comparison-table table tbody .welcome {
    color: #94EB51;
    line-height: 140%;
}

.comparison-table table tbody .rtp {
    color: #94EB51;
    line-height: 140%;
}

.comparison-table table tbody .rating {
    display: flex;
    align-items: center;
}

.comparison-table table tbody .rating .stars {
    margin-right: 8px;
}

.comparison-table table tbody .rating p {
    font-weight: 700;
    margin: 0;
}

.comparison-table table tbody .btn {
    width: 100%;
    padding: 12px 16px;
    text-align: center;
    border: none;
    background: #1CA3F7;
    line-height: 140%;
    border-radius: 32px;
    transition: 0.3s;
    margin: 0;
}

.comparison-table table tbody .btn:hover {
    background: #1CA3F7;
}

.comparison-table table tbody .btn.btn-secondary {
    background: none;
    border: 1px solid #F58500;
}

.comparison-table table tbody .btn.btn-secondary:hover {
    background: #F58500;
}

.error {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.error .error-404 {
    font-size: 128px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.error p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    margin-bottom: 64px;
}

.error .btn {
    margin-bottom: 130px;
}

.sitemap {
    display: flex;
    flex-direction: column;
}

.sitemap a {
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    padding: 16px 12px;
    margin-bottom: 8px;
    transition: 0.3s;
}

.sitemap a:hover {
    background-color: #13274C;
    transition: 0s;
}

.cookies {
    position: fixed;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    background-color: #13274C;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 750px) {
    .cookies {
        flex-direction: column;
    }
}

.cookies .cookies-block {
    display: flex;
    align-items: center;
}

.cookies .cookies-block img {
    height: 44px;
    width: auto;
    margin: 13px 14px 13px 80px;
}

@media (max-width: 750px) {
    .cookies .cookies-block img {
        margin-left: 10px;
    }
}

.cookies .cookies-block .cookies-text-block .cookies-heading {
    font-weight: 700;
    margin-top: 13px;
    margin-bottom: 6px;
}

.cookies .cookies-block .cookies-text-block .cookies-text {
    line-height: 20px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.cookies .cookies-links {
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 750px) {
    .cookies .cookies-links {
        margin-bottom: 13px;
        white-space: unset;
    }
}

.cookies .cookies-links .cookies-links-policy {
    margin-right: 10px;
}

.cookies .cookies-links .cookies-links-btn {
    cursor: pointer;
    margin-right: 80px;
}

@media (max-width: 750px) {
    .cookies .cookies-links .cookies-links-btn {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.authors {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.authors .author {
    width: 280px;
    padding: 16px;
    border-radius: 32px;
    border: 1px solid #4B5973;
    padding: 16px;
}

@media (max-width: 750px) {
    .authors .author {
        width: 100%;
    }
}

.authors .author .author-item {
    display: flex;
    justify-content: space-between;
}

.authors .author .author-item .flex {
    display: flex;
    margin-bottom: 16px;
}

.authors .author .author-item .flex .avatar {
    height: 76.59px;
    margin-right: 16px;
}

.authors .author .author-item .flex .info .name {
    margin: 0;
    font-weight: 700;
}

.authors .author .author-item .flex .info .label {
    margin-top: 8px;
    font-size: 14px;
    color: #ADB7C9;
}

.authors .author .author-item .author-social a {
    text-decoration: none;
}

.authors .author .author-item .author-social a .social-item {
    height: 38px;
    width: auto;
    border-radius: 6px;
    margin: 0 0 0 6px;
}

.authors .author .heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    color: #ADB7C9;
}

.authors .author .text {
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 16px;
}

.authors .author .slot-play {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}

.authors .author .slot-play .btn {
    width: 100%;
    padding: 12px 16px;
    text-align: center;
    border: none;
    background: #1CA3F7;
    line-height: 140%;
    border-radius: 32px;
    transition: 0.3s;
    margin: 0;
}

.authors .author .slot-play .btn:hover {
    background: #1CA3F7;
}

.authors .author .slot-play .btn.btn-secondary {
    background: none;
    border: 1px solid #F58500;
}

.authors .author .slot-play .btn.btn-secondary:hover {
    background: #F58500;
}

.faq {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}

@media (max-width: 950px) {
    .faq {
        grid-template-columns: repeat(1, 1fr);
    }
}

.faq .faq-item h3 {
    cursor: pointer;
    border-radius: 32px;
    border: 1px solid #4B5973;
    padding: 14px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
}

.faq .faq-item .faq-item-content {
    padding: 9px 12px;
    border-radius: 32px;
    border: 1px solid #4B5973;
    display: none;
    margin-bottom: 8px;
}

.faq .faq-item .faq-item-content p {
    margin: 0;
}

.faq .faq-item .faq-item-content.show {
    display: block;
}

.faq .faq-item h3::after {
    content: url("/assets/img/arrow-down.svg");
    margin-right: 5px;
}

.faq .faq-item.show h3::after {
    content: url("/assets/img/arrow-up.svg");
    margin-right: 5px;
}

.content-center {
    text-align: center;
}

input[id=radio-1]:checked~.glider {
    transform: translateX(0);
}

input[id=radio-2]:checked~.glider {
    transform: translateX(100%);
}

input[id=radio-3]:checked~.glider {
    transform: translateX(200%);
}

.showcase .showcase-item {
    padding: 16px;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    border: 2px solid #1CA3F7;
}

@media (max-width: 750px) {
    .showcase .showcase-item {
        align-items: center;
        flex-direction: column;
    }
}

.showcase .showcase-item .showcase-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 16px;
}

@media (max-width: 750px) {
    .showcase .showcase-item .showcase-first {
        margin-right: 0;
    }
}

.showcase .showcase-item .showcase-first .showcase-logo {
    border-radius: 24px;
    height: 150px;
    width: auto;
    margin-bottom: 16px;
}

@media (max-width: 750px) {
    .showcase .showcase-item .showcase-first .showcase-logo {
        width: 100%;
        height: auto;
    }
}

.showcase .showcase-item .showcase-first strong {
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.showcase .showcase-item .showcase-first .rating {
    display: flex;
    align-items: center;
}

.showcase .showcase-item .showcase-first .rating .stars {
    margin-right: 8px;
}

.showcase .showcase-item .showcase-first .rating .stars img {
    height: 20px;
    width: auto;
}

.showcase .showcase-item .showcase-first .rating .stars .gray {
    filter: grayscale(100%);
    opacity: 0.2;
}

.showcase .showcase-item .showcase-first .rating p {
    font-weight: 700;
    margin: 0;
    color: #FFFFFF;
}

.showcase .showcase-item .showcase-content {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
}

@media (max-width: 750px) {
    .showcase .showcase-item .showcase-content {
        width: 100%;
        align-items: center;
        flex-direction: column;
        margin-bottom: 16px;
    }
}

.showcase .showcase-item .showcase-content .text {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #94EB51;
}

.showcase .showcase-item .showcase-content .text-secondary {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ADB7C9;
}

.showcase .showcase-item .showcase-content .promocode {
    margin: 16px 0 16px 0;
    border-radius: 60px;
    border: 1px solid #94EB51;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.showcase .showcase-item .showcase-content .promocode p {
    margin: 8px 12px;
    color: #94EB51;
    line-height: 140%;
}

.showcase .showcase-item .showcase-content .promocode .input {
    cursor: pointer;
    background: #13274C;
    display: flex;
    align-items: center;
    border-radius: 32px;
    padding: 10px 16px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 140%;
    margin: 8px 12px;
}

.showcase .showcase-item .showcase-content .promocode .input img {
    height: 21px;
    width: auto;
    margin-left: 16px;
}

.showcase .showcase-item .showcase-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.showcase .showcase-item .showcase-list .list-item {
    display: flex;
    align-items: center;
    line-height: 140%;
    margin: 0 0 12px 0;
}

.showcase .showcase-item .showcase-list .list-item img {
    margin-right: 10px;
}

.showcase .showcase-item .showcase-play {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}

@media (max-width: 750px) {
    .showcase .showcase-item .showcase-play {
        padding: 0;
        width: 100%;
    }
}

.showcase .showcase-item .showcase-play .btn {
    padding: 12px 16px;
    text-align: center;
    border: none;
    display: inline-block;
    width: 100%;
    background: #1CA3F7;
    line-height: 140%;
    border-radius: 32px;
    margin-bottom: 17px;
    transition: 0.3s;
    text-transform: uppercase;
}

@media (max-width: 750px) {
    .showcase .showcase-item .showcase-play .btn {
        padding: 15px 0;
    }
}

.showcase .showcase-item .showcase-play .btn:hover {
    background: #1CA3F7;
}

.showcase .showcase-item .showcase-play .btn.btn-secondary {
    background: none;
    border: 1px solid #F58500;
}

.showcase .showcase-item .showcase-play .btn.btn-secondary:hover {
    background: #F58500;
}

.showcase-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.showcase-grid .showcase-item {
    width: 406px;
    padding: 16px;
    border-radius: 32px;
    border: 1px solid #4B5973;
}

@media (max-width: 750px) {
    .showcase-grid .showcase-item {
        min-width: unset;
        width: 100%;
        flex-direction: column;
    }
}

.showcase-grid .showcase-item .showcase-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 750px) {
    .showcase-grid .showcase-item .showcase-content {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}

.showcase-grid .showcase-item .showcase-content .showcase-logo {
    border-radius: 24px;
    height: 150px;
    width: auto;
}

.showcase-grid .showcase-item .showcase-content .flex {
    display: flex;
    flex-direction: column;
}

.showcase-grid .showcase-item .showcase-content .flex strong {
    font-size: 18px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.showcase-grid .showcase-item .showcase-content .flex .rating {
    display: flex;
    align-items: center;
}

.showcase-grid .showcase-item .showcase-content .flex .rating .stars {
    margin-right: 8px;
}

.showcase-grid .showcase-item .showcase-content .flex .rating .stars img {
    height: 20px;
    width: auto;
}

.showcase-grid .showcase-item .showcase-content .flex .rating .stars .gray {
    filter: grayscale(100%);
    opacity: 0.2;
}

.showcase-grid .showcase-item .showcase-content .flex .rating p {
    font-weight: 700;
    margin: 0;
    color: #FFFFFF;
}

.showcase-grid .showcase-item .text {
    margin: 16px 0 16px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: #94EB51;
}

.showcase-grid .showcase-item .text-secondary {
    margin: 16px 0 16px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ADB7C9;
}

.showcase-grid .showcase-item .promocode {
    margin: 16px 0 16px 0;
    border-radius: 60px;
    border: 1px solid #94EB51;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showcase-grid .showcase-item .promocode p {
    margin: 0;
    color: #94EB51;
    line-height: 140%;
}

.showcase-grid .showcase-item .promocode .input {
    cursor: pointer;
    background: #13274C;
    display: flex;
    align-items: center;
    border-radius: 32px;
    padding: 16px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 140%;
}

.showcase-grid .showcase-item .promocode .input img {
    height: 21px;
    width: auto;
    margin-left: 16px;
}

.showcase-grid .showcase-item .showcase-list .list-item {
    display: flex;
    align-items: center;
    line-height: 140%;
    margin: 0 0 12px 0;
}

.showcase-grid .showcase-item .showcase-list .list-item img {
    margin-right: 10px;
}

.showcase-grid .showcase-item .showcase-play {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}

.showcase-grid .showcase-item .showcase-play .btn {
    width: 100%;
    padding: 12px 16px;
    text-align: center;
    border: none;
    background: #1CA3F7;
    line-height: 140%;
    border-radius: 32px;
    transition: 0.3s;
    margin: 0;
    text-transform: uppercase;
}

.showcase-grid .showcase-item .showcase-play .btn:hover {
    background: #1CA3F7;
}

.showcase-grid .showcase-item .showcase-play .btn.btn-secondary {
    background: none;
    border: 1px solid #F58500;
}

.showcase-grid .showcase-item .showcase-play .btn.btn-secondary:hover {
    background: #F58500;
}

.promocode-box {
    border-radius: 16px;
    background: #1CA3F7;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 750px) {
    .promocode-box {
        flex-direction: column;
    }
}

.promocode-box .promocode-text {
    margin-right: 30px;
}

@media (max-width: 750px) {
    .promocode-box .promocode-text {
        margin-right: 0;
    }
}

.promocode-box .promocode-text .text-first {
    margin: 0 0 8px 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 120%;
}

.promocode-box .promocode-text .text-secondary {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}

@media (max-width: 750px) {
    .promocode-box .promocode-text .text-secondary {
        margin-bottom: 20px;
    }
}

.promocode-box .promocode-action .input {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    background: #13274C;
    border-radius: 66px;
    padding: 9px 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 10px;
    min-width: 300px;
    transition: 0.3s;
}

.promocode-box .promocode-action .input span {
    width: 100%;
    text-align: center;
}

.promocode-box .promocode-action .input img {
    height: 21px;
    width: auto;
    margin-left: 16px;
}

.promocode-box .promocode-action .input:hover {
    opacity: 0.9;
}

.promocode-box .promocode-action .btn {
    border-radius: 32px;
    background: #94EB51;
    border: unset;
    padding: 9px 16px;
    display: flex;
    justify-content: center;
    margin-right: 0;
    font-size: 14px;
    line-height: 140%;
    color: #0C1C3A;
    transition: 0.3s;
}

.promocode-box .promocode-action .btn:hover {
    opacity: 0.9;
}

.reviews {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.reviews .review {
    width: 280px;
    border: 1px solid #4B5973;
    border-radius: 32px;
    padding: 16px;
}

@media (max-width: 750px) {
    .reviews .review {
        width: 100%;
    }
}

.reviews .review .user {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
}

.reviews .review .user .avatar {
    height: 52.6px;
    margin-right: 16px;
}

.reviews .review .user .user-info {
    width: 100%;
}

.reviews .review .user .user-info .user-info-name {
    display: flex;
    justify-content: space-between;
}

.reviews .review .user .user-info .user-info-name .name {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}

.reviews .review .user .user-info .user-info-name .rating {
    display: flex;
    align-items: center;
}

.reviews .review .user .user-info .user-info-name .rating .stars {
    margin-right: 8px;
}

.reviews .review .user .user-info .user-info-name .rating p {
    font-weight: 700;
    margin: 0;
    color: #FFFFFF;
}

.reviews .review .user .user-info .city {
    color: #ADB7C9;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    display: flex;
    align-items: center;
}

.reviews .review .user .user-info .city img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.slots {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.slots .slot {
    width: 406px;
    padding: 16px;
    border-radius: 32px;
    border: 1px solid #4B5973;
}

@media (max-width: 750px) {
    .slots .slot {
        min-width: unset;
        width: 100%;
        flex-direction: column;
    }
}

.slots .slot .slot-content {
    display: flex;
    flex-direction: column;
}

@media (max-width: 750px) {
    .slots .slot .slot-content {
        width: 100%;
        align-items: normal;
        margin-bottom: 16px;
    }
}

.slots .slot .slot-content .slot-logo {
    border-radius: 24px;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.slots .slot .slot-content .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
}

.slots .slot .slot-content .flex .head-name {
    margin-top: 6px;
    margin-bottom: 16px;
}

.slots .slot .slot-content .flex strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 96%;
    text-transform: uppercase;
}

.slots .slot .slot-content .flex .rating {
    display: flex;
    align-items: center;
}

.slots .slot .slot-content .flex .rating .stars {
    margin-right: 8px;
}

.slots .slot .slot-content .flex .rating p {
    font-weight: 700;
    margin: 0;
}

.slots .slot .slot-content .flex .rtp {
    display: flex;
    align-items: center;
    border-radius: 60px;
    border: 1px solid #4B5973;
    padding: 4px 12px 4px 8px;
    line-height: 140%;
}

.slots .slot .slot-content .flex .rtp img {
    margin-right: 6px;
}

.slots .slot .slot-content .flex .level {
    display: flex;
    align-items: center;
    border-radius: 60px;
    border: 1px solid #4B5973;
    padding: 4px 12px 4px 8px;
    line-height: 140%;
}

.slots .slot .slot-content .flex .level img {
    margin-right: 6px;
}

.slots .slot .slot-content .flex .provider {
    display: flex;
    align-items: center;
    border-radius: 60px;
    background: #13274C;
    padding: 8px 16px;
}

.slots .slot .slot-content .heading {
    text-transform: uppercase;
    margin: 0 0 8px 0;
    font-weight: 500;
    line-height: 120%;
}

.slots .slot .slot-content .heading.green {
    color: #94EB51;
}

.slots .slot .slot-content .heading.red {
    margin-top: 16px;
    color: #FF3F3F;
}

.slots .slot .slot-content .list-item {
    display: flex;
    align-items: center;
    margin: 0 0 12px 0;
    line-height: 140%;
}

.slots .slot .slot-content .list-item img {
    margin-right: 10px;
}

.slots .slot .paylines-box {
    border-radius: 24px;
    border: 1px solid #4B5973;
    margin-bottom: 16px;
    padding: 16px 12px;
}

@media (max-width: 750px) {
    .slots .slot .paylines-box {
        border: unset;
        padding: unset;
    }
}

.slots .slot .paylines-box table {
    border-radius: 58px;
}

@media (max-width: 750px) {
    .slots .slot .paylines-box table {
        border-radius: 24px;
        padding: 15px;
    }
}

.slots .slot .paylines-box table tbody {
    border-radius: 58px;
}

.slots .slot .paylines-box table tbody tr {
    border-radius: 58px;
}

@media (max-width: 750px) {
    .slots .slot .paylines-box table tbody tr {
        border: unset;
    }
}

.slots .slot .paylines-box table tbody tr td {
    border-radius: 58px;
    font-weight: 400;
    color: #FFFFFF;
}

@media (max-width: 750px) {
    .slots .slot .paylines-box table tbody tr td {
        border: unset;
        padding: 10px 0;
    }
}

.slots .slot .paylines-box table tbody tr td:first-child {
    color: #ADB7C9;
}

.slots .slot .paylines-box table tbody tr:nth-child(2n) {
    background: unset;
}

.slots .slot .text {
    margin: 18px 0 18px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.slots .slot .slot-play {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}

.slots .slot .slot-play .btn {
    width: 100%;
    padding: 12px 16px;
    text-align: center;
    border: none;
    background: #1CA3F7;
    line-height: 140%;
    border-radius: 32px;
    transition: 0.3s;
    margin: 0;
}

.slots .slot .slot-play .btn:hover {
    background: #1CA3F7;
}

.slots .slot .slot-play .btn.btn-secondary {
    background: none;
    border: 1px solid #F58500;
}

.slots .slot .slot-play .btn.btn-secondary:hover {
    background: #F58500;
}

.download-app {
    position: fixed;
    bottom: 45%;
    right: 40px;
    text-transform: uppercase;
    display: flex;
    z-index: 200;
    height: auto;
    margin: 0 auto -1px;
    flex-direction: column;
}

@media (max-width: 750px) {
    .download-app {
        padding: 12px;
        bottom: 0;
        right: unset;
        background: #13274C;
        align-items: center;
        justify-content: space-between;
        max-width: 100%;
        min-width: 100%;
        flex-direction: unset;
    }
}

.download-app a {
    background: #ADB7C9;
    width: 100%;
    padding: 5px 0;
    text-decoration: none;
    border-radius: 8px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

@media (max-width: 750px) {
    .download-app a {
        margin-bottom: unset;
        margin-right: 30px;
    }
}

.download-app a p {
    margin: 0;
    color: #4B5973;
}

.download-app a p span {
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    color: #13274C;
}

.download-app .mr-10 {
    margin-right: 10px;
}

.scroll-arrow {
    padding: 0 2px;
    cursor: pointer;
    border: none;
    background: transparent;
}


body {
    background-color: #030C2B;
    color: #FFFFFF;
}

p,
i,
b,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
    color: #FFFFFF;
}

.topbar {
    background: #030C2B;
}

@media (max-width: 750px) {
    .topbar .header .block-menu {
        background-color: #030C2B;
    }
}

.topbar .header .block-menu li a.active,
.topbar .header .block-menu li a:hover {
    border-bottom: 1px solid #B1B3BC;
}

.topbar .header .flex .auth .login {
    border: 1px solid #B1B3BC
}

.topbar .header .flex .auth .login:hover {
    background: #B1B3BC;
}

.topbar .header .flex .auth .reg {
    background: #2660FF;
}

.topbar .header .flex .auth .reg:hover {
    background: #2660FF;
}

.topbar .content-list {
    border: 1px solid #0C27C5;
}

.topbar .content-list .content-list-items ul li a {
    border: 1px solid #0C27C5;
}

.topbar .content-list .content-list-items ul li a:hover,
.topbar .content-list .content-list-items ul li a.active {
    border: 1px solid #F58500;
}

.topbar .content-list .content-list-items::-webkit-scrollbar-thumb {
    background: #F58500;
}

.breadcrumbs {
    color: #FFFFFF;
}

.breadcrumbs a {
    color: #FFFFFF;
}

.btn {
    border: 1px solid #FFFFFF;
}

.first-block .first-block-text {
    background: #07187B;
}

.first-block .first-block-text .action .btn {
    background: #2660FF;
}

.footer {
    border: 1px solid #0C27C5;
}

.footer .footer-top {
    border-bottom: 1px solid #0C27C5;
}

.footer .footer-top .flex .links a:hover,
.footer .footer-top .flex .links a:active {
    color: #FFFFFF;
}

.footer .footer-bottom .links a {
    color: #ADB7C9;
}

.footer .footer-bottom .links a:hover {
    color: #FFFFFF;
}

.footer .footer-copyright {
    color: #ADB7C9;
}

.advantages .advantage {
    border: 1px solid #0C27C5;
}

.advantages .advantage .text {
    color: #ADB7C9;
}

.pros-and-cons .pros {
    border: 1px solid #94EB51;
}

.pros-and-cons .pros .heading {
    color: #94EB51;
}

.pros-and-cons .pros .list-item {
    color: #ADB7C9;
}

.pros-and-cons .cons {
    border: 1px solid #FF3F3F;
}

.pros-and-cons .cons .heading {
    color: #94EB51;
}

.pros-and-cons .cons .list-item {
    color: #ADB7C9;
}

table {
    border: 1px solid #0C27C5;
}

table thead tr td {
    border-bottom: 1px solid #0C27C5;
}

table thead tr td:first-child {
    color: #ADB7C9;
}

table tbody a {
    color: #FFFFFF;
}

table tbody tr td {
    border-bottom: 1px solid #0C27C5;
}

table tbody tr td:first-child {
    color: #ADB7C9;
}

table tbody tr td:not(:first-child) {
    color: #FFFFFF;
}

.comparison-table table thead tr th {
    background: #07187B;
    border-right: 1px solid #0C27C5;
    border-bottom: 1px solid #0C27C5;
}

.comparison-table table tbody tr td {
    border-right: 1px solid #0C27C5;
    border-bottom: 1px solid #0C27C5;
}

.comparison-table table tbody .name,
.comparison-table table tbody payment {
    color: #FFFFFF;
}

.comparison-table table tbody .welcome {
    color: #94EB51;
}

.comparison-table table tbody .rtp {
    color: #94EB51;
}

.comparison-table table tbody .btn {
    background: #2660FF;
}

.comparison-table table tbody .btn:hover {
    background: #2660FF;
}

.comparison-table table tbody .btn.btn-secondary {
    border: 1px solid #F58500;
}

.comparison-table table tbody .btn.btn-secondary:hover {
    background: #F58500;
}

.error p {
    color: #FFFFFF;
}

.sitemap a:hover {
    background-color: #07187B;
}

.cookies {
    background-color: #07187B;
}

.authors .author {
    border: 1px solid #0C27C5;
}

.authors .author .author-item .flex .info .label {
    color: #ADB7C9;
}

.authors .author .heading {
    color: #ADB7C9;
}

.authors .author .slot-play .btn {
    background: #2660FF;
}

.authors .author .slot-play .btn:hover {
    background: #2660FF;
}

.authors .author .slot-play .btn.btn-secondary {
    border: 1px solid #F58500;
}

.authors .author .slot-play .btn.btn-secondary:hover {
    background: #F58500;
}

.faq .faq-item h3 {
    border: 1px solid #0C27C5;
}

.faq .faq-item .faq-item-content {
    border: 1px solid #0C27C5;
}

.showcase .showcase-item {
    border: 2px solid #2660FF;
}

.showcase .showcase-item .showcase-first .rating p {
    color: #FFFFFF;
}

.showcase .showcase-item .showcase-content .text {
    color: #94EB51;
}

.showcase .showcase-item .showcase-content .text-secondary {
    color: #ADB7C9;
}

.showcase .showcase-item .showcase-content .promocode {
    border: 1px solid #94EB51;
}

.showcase .showcase-item .showcase-content .promocode p {
    color: #94EB51;
}

.showcase .showcase-item .showcase-content .promocode .input {
    background: #07187B;
}

.showcase .showcase-item .showcase-play .btn {
    background: #2660FF;
}

.showcase .showcase-item .showcase-play .btn:hover {
    background: #2660FF;
}

.showcase .showcase-item .showcase-play .btn.btn-secondary {
    border: 1px solid #F58500;
}

.showcase .showcase-item .showcase-play .btn.btn-secondary:hover {
    background: #F58500;
}

.showcase-grid .showcase-item {
    border: 1px solid #0C27C5;
}

.showcase-grid .showcase-item .showcase-content .flex .rating p {
    color: #FFFFFF;
}

.showcase-grid .showcase-item .text {
    color: #94EB51;
}

.showcase-grid .showcase-item .text-secondary {
    color: #ADB7C9;
}

.showcase-grid .showcase-item .promocode {
    border: 1px solid #94EB51;
}

.showcase-grid .showcase-item .promocode p {
    color: #94EB51;
}

.showcase-grid .showcase-item .promocode .input {
    background: #07187B;
}

.showcase-grid .showcase-item .showcase-play .btn {
    background: #2660FF;
}

.showcase-grid .showcase-item .showcase-play .btn:hover {
    background: #2660FF;
}

.showcase-grid .showcase-item .showcase-play .btn.btn-secondary {
    border: 1px solid #F58500;
}

.showcase-grid .showcase-item .showcase-play .btn.btn-secondary:hover {
    background: #F58500;
}

.promocode-box {
    background: #2660FF;
}

.promocode-box .promocode-action .input {
    background: #07187B;
}

.promocode-box .promocode-action .btn {
    background: #94EB51;
    color: #030C2B;
}

.reviews .review {
    border: 1px solid #0C27C5;
}

.reviews .review .user .user-info .user-info-name .rating p {
    color: #FFFFFF;
}

.reviews .review .user .user-info .city {
    color: #ADB7C9;
}

.slots .slot {
    border: 1px solid #0C27C5;
}

.slots .slot .slot-content .flex .rtp {
    border: 1px solid #0C27C5;
}

.slots .slot .slot-content .flex .level {
    border: 1px solid #0C27C5;
}

.slots .slot .slot-content .flex .provider {
    background: #07187B;
}

.slots .slot .slot-content .heading.green {
    color: #94EB51;
}

.slots .slot .slot-content .heading.red {
    color: #FF3F3F;
}

.slots .slot .paylines-box {
    border: 1px solid #0C27C5;
}

.slots .slot .paylines-box table tbody tr td {
    color: #FFFFFF;
}

.slots .slot .paylines-box table tbody tr td:first-child {
    color: #ADB7C9;
}

.slots .slot .slot-play .btn {
    background: #2660FF;
}

.slots .slot .slot-play .btn:hover {
    background: #2660FF;
}

.slots .slot .slot-play .btn.btn-secondary {
    border: 1px solid #F58500;
}

.slots .slot .slot-play .btn.btn-secondary:hover {
    background: #F58500;
}

@media (max-width: 750px) {
    .download-app {
        background: #07187B;
    }
}

.download-app a {
    background: #ADB7C9;
}

.download-app a p {
    color: #0C27C5;
}

.download-app a p span {
    color: #07187B;
}

.review {
    margin: 15px 0 0 0;
}

.first-block .first-block-image img {
    height: 100%;
    object-fit: fill;
}

.first-block .first-block-text h1 {
    font-size: 42px;
}

.container {
    padding-top: 165px;
}

@media (max-width: 1024px) {
    .first-block .first-block-text h1 {
        font-size: 40px;
    }
}

@media (max-width: 750px) {
    .topbar .header .block-menu {
        top: 135px;
    }

    .topbar .header .flex .auth a {
        padding: 6px 8px 7px;
    }
}

@media (max-width: 475px) {
    .topbar .header .flex {
        flex-direction: column-reverse;
    }

    .topbar .header .flex .auth {
        margin: 10px 0 0 0;
    }

    .topbar .header .flex .burger-menu {
        align-self: flex-end;
    }

    .snippet-right .snippet-image {
        min-width: 100%;
    }

    .topbar .header .block-menu {
        top: 160px;
    }
}

@media (max-width: 390px) {
    .container {
        padding-top: 180px;
    }

    .topbar .header {
        flex-direction: column;
    }

    .topbar .header .flex .auth {
        display: flex;
    }

    .topbar .header .flex {
        flex-direction: row;
        justify-content: space-between;
    }

    .topbar .header .block-menu {
        top: 179px;
    }
}