@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide--casinos .intro__logo {
    width: 100%
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow {
    min-width: 30px;
    height: 30px;
    margin: auto 14px;
    border-radius: 99px;
    border: none;
    background-color: #f0f0f0;
    padding-bottom: 2px
}

.slick-arrow:hover {
    background-color: #ddd
}

.slick-arrow:active {
    background-color: #bbb
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev {
    margin-right: 18px
}

@media screen and (max-width: 768px) {
    --casinos .intro__logo {
        width: 100px
    }

    .slick-arrow {
        padding: 0
    }
}

body {
    background: #000;
    font-family: Arial, sans-serif;
    overflow-x: hidden
}

a {
    color: #f05133
}

ol, ul {
    padding-left: 30px;
    line-height: 2;
    list-style: none
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex--both {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.text-center {
    text-align: center
}

.container {
    width: 1000px;
    margin: 0 auto
}

.copyright {
    font-size: 12px;
    color: #fff;
    margin: 40px auto
}

.main-background {
    background-color: #1b1e27
}

table {
    width: 100%;
    text-align: center;
    margin: 15px 0
}

thead {
    background: #566076;
    color: #fff
}

tbody tr:hover {
    background-color: #ccd0d2
}

tr:nth-child(2n) {
    background-color: #f2f2f2
}

td {
    padding: 10pt 5pt;
    border: 1px solid #32353d
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery img {
    width: 100%;
    height: auto
}

.gallery-icon {
    width: 94%;
    margin: auto
}

.fixed-icon__tg {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100
}

.grv-helper-bell-host {
    display: none !important
}

@media screen and (max-width: 1000px) {
    .container {
        width: calc(100% - 30pt);
        padding: 0 15pt
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 68px
    }
}

.btn {
    display: block;
    color: #fff;
    padding: 13px 30px 12px;
    border-radius: 6px;
    background-color: #566076;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 auto;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-decoration: none;
    text-align: center;
    position: relative;
    overflow: hidden
}

.btn:after {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    display: none;
    pointer-events: none
}

.btn:hover:after {
    display: block
}

.btn--reg {
    background-color: #f05133
}

.btn--jackpot {
    position: relative;
    bottom: -12px
}

.btn--sidebar {
    margin-bottom: 10px
}

.btn--game {
    font-size: 14px;
    padding: 10px 15px 9px;
    margin: 0 auto auto;
    position: relative;
    bottom: 15px
}

.btn--review {
    width: 60px;
    margin: 10px 0 auto auto;
    border: 1px solid #566076
}

.btn--review-white {
    background-color: #fff;
    color: #566076;
    margin: 10px 0 auto auto
}

.btn--play-money {
    width: auto;
    margin: 15px 0;
    max-width: 100%
}

.header {
    background: #1b1e27;
    color: #fff;
    padding: 13px 0;
    height: 42px
}

.header__logo {
    width: auto;
    height: 100%;
    margin: auto
}

.header__right {
    float: right;
    width: 640px
}

.header__social {
    margin-left: 10px
}

.header__social--sidebar {
    margin: 15px auto 0;
    width: 122px
}

.header__social-text {
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    margin-right: 5px;
    color: #ccd0d2
}

.header__social-item {
    height: 35px;
    width: 35px;
    background: url(../img/svg/social.svg) top;
    background-size: cover;
    margin: 0 3px;
    display: block
}

.header__social-item--ok {
    background-position: 50%
}

.header__social-item--mail {
    background-position: bottom
}

@media screen and (max-width: 992px) {
    .header__right {
        width: auto
    }

    .header__right .btn {
        margin: auto 5px
    }

    .header__social {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .header__right {
        display: none
    }

    .header {
        position: fixed;
        left: 0;
        width: 100%;
        right: 0;
        top: 0;
        z-index: 1000
    }
}

@media screen and (max-width: 400px) {
    .header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }

    .header__logo-link {
        width: 200px;
        display: block;
        margin: auto 0 0
    }

    .header__logo {
        width: 100%;
        height: auto
    }
}

.menu {
    background: #fff;
    padding: 0;
    margin: 0
}

.menu__item {
    list-style: none;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto
}

.menu__item:last-child .menu__link--active {
    border-right: none
}

.menu__link {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccd0d2;
    text-decoration: none
}

.menu__link--active {
    border-bottom: none;
    border-right: 1px solid #ccd0d2;
    border-left: 1px solid #ccd0d2
}

.menu__link:hover {
    background: #ccd0d2;
    border-bottom: 1px solid #ccd0d2
}

.menu__icon {
    width: 34px;
    height: 34px;
    margin: 0 auto 10px
}

.menu__text {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

@media screen and (max-width: 768px) {
    .menu {
        display: none
    }
}

.content {
    background: #fff;
    line-height: 1.5;
    font-size: 15px;
    color: #566076
}

.content .h1, .content .h2, .content .h3, .content .h4, .content h1, .content h2, .content h3, .content h4 {
    color: #e69b19;
    margin: 20px 0 15px
}

.content .h1, .content h1 {
    font-size: 22px
}

.content .h2, .content h2 {
    font-size: 20px
}

.content .h3, .content h3 {
    font-size: 18px
}

.content .content__block:last-child {
    border-bottom: none
}

.content__main {
    width: 710px;
    padding: 15pt;
    max-width: 670px
}

.content__main ol li, .content__main ul li {
    counter-increment: li
}

.content__main ol li:before, .content__main ul li:before {
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.content__main ul li:before {
    content: "•";
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.content__main ol li:before {
    content: counter(li) ".";
    display: inline;
    margin-left: -1.5em;
    margin-right: .5em;
    text-align: right
}

.content__main p img {
    float: left;
    margin: 10px 10px 10px 0
}

.content__sidebar {
    width: 260px;
    padding: 15pt;
    background: #ccd0d2
}

.content__block {
    border-bottom: 1px solid #566076;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.content__features-list {
    list-style: none;
    font-size: 15px;
    padding: 0 15pt 0 0;
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%
}

.content__fetures-item {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content__fetures-item:before {
    content: none !important
}

.content__fetures-type {
    color: #f05133
}

.content__fetures-icon {
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    background: url(../img/svg/features-icons.svg) top;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px
}

.content__fetures-icon--slot {
    background-position-y: 72px
}

.content__fetures-icon--dillers {
    background-position-y: 54px
}

.content__fetures-icon--support {
    background-position-y: 90px
}

.content__fetures-icon--currencies {
    background-position-y: 126px
}

.content__fetures-icon--languages {
    background-position-y: 162px
}

.content__fetures-icon--deposit {
    background-position-y: 144px
}

.content__fetures-icon--max {
    background-position-y: 18px
}

.content__fetures-icon--min {
    background-position-y: 36px
}

.content__fetures-icon--time {
    background-position-y: 108px
}

.content__prolog {
    padding: 15pt;
    border: 1px solid #979797;
    float: left;
    width: calc(50% - 30pt);
    margin: 0 15pt 15pt 0;
    background-color: #f0f0f0
}

.content__features-container {
    margin-top: 30px
}

.content__features-container .content__sub-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px
}

.content__prolog-link {
    display: block;
    color: #566076;
    margin-bottom: 3px;
    padding: 2px 0;
    cursor: pointer
}

.content__prolog-link:hover {
    color: #f05133
}

.content__demo {
    margin-top: 25px
}

.content__demo iframe {
    width: 100%;
    height: 500px !important
}

@media screen and (max-width: 992px) {
    .content__main {
        width: 60%
    }

    .content__sidebar {
        width: 40%
    }
}

@media screen and (max-width: 768px) {
    .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .content__main, .content__sidebar {
        width: calc(100% - 30pt)
    }

    .sidebar__link {
        max-width: 300px;
        margin: 0 auto 15px
    }
}

@media screen and (max-width: 576px) {
    .content__features-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .content__features-list, .content__prolog {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }

    .content__prolog {
        width: calc(100% - 30pt)
    }

    .content__prolog--maintenance {
        padding: 15pt
    }
}

.sidebar__header {
    font-size: 19px;
    font-weight: 600;
    margin: 25px 0 15px;
    text-align: left
}

.sidebar__header-icon {
    margin-right: 4px
}

.sidebar__header-icon svg {
    width: 20px;
    position: relative;
    top: 2px;
    max-height: 20px
}

.sidebar__link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px
}

.sidebar__link img {
    width: 100%;
    border-radius: 6px
}

.sidebar__link--singular {
    margin: auto auto 60px
}

.sidebar__link--singular .btn {
    padding: 16px 40px;
    max-width: 90%
}

.sidebar__text-up {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 6px;
    padding: 0 10px;
    margin: auto;
    color: #fff;
    line-height: 1.3;
    border-radius: 6px;
    overflow: hidden
}

.sidebar__text-container {
    margin: auto;
    z-index: 10
}

.sidebar__text-content {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 10;
    -webkit-transition: text-shadow .6s ease-in-out;
    -o-transition: text-shadow .6s ease-in-out;
    transition: text-shadow .6s ease-in-out;
    -webkit-animation: text-glowing 3s infinite;
    animation: text-glowing 3s infinite
}

.sidebar__text-content span {
    font-size: 28px;
    display: block
}

@-webkit-keyframes text-glowing {
    25% {
        text-shadow: 0 0 9px #fff
    }
    75% {
        text-shadow: none
    }
}

@keyframes text-glowing {
    25% {
        text-shadow: 0 0 9px #fff
    }
    75% {
        text-shadow: none
    }
}

.sidebar__text-bg {
    content: "";
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.sidebar__slot {
    border-radius: 6px;
    background: #1b1e27;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative
}

.sidebar__slot:after {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    display: none;
    pointer-events: none
}

.sidebar__slot:hover:after {
    display: block
}

.sidebar__slot-name {
    padding: 10px 10px 15px;
    font-weight: 600;
    margin: 0
}

.sidebar__auth {
    background: #fff;
    padding: 15pt;
    margin-top: 20px
}

.sidebar__list {
    margin: 10px 0
}

.sidebar__list ul {
    width: 100%;
    text-align: left;
    padding: 0;
    list-style: none;
    background: #fff
}

.sidebar__list li {
    display: block;
    padding: 10px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    position: relative;
    height: 27px
}

.sidebar__list li:before {
    content: "";
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden
}

.sidebar__list li:hover:before {
    visibility: visible;
    pointer-events: none
}

.sidebar__list a {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    height: 10px;
    top: 0;
    padding: 10px;
    z-index: 10
}

.sidebar__list--numberic li {
    padding-right: 45px
}

.sidebar__list--numberic li:after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    border: 2px solid #566076;
    border-radius: 99px;
    text-align: center;
    color: #566076;
    line-height: 1.65
}

.sidebar__list--numberic li:first-child:after {
    content: "1"
}

.sidebar__list--numberic li:nth-child(2):after {
    content: "2"
}

.sidebar__list--numberic li:nth-child(3):after {
    content: "3"
}

.sidebar__casino {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    height: 170px;
    margin: 15px 0;
    background-color: #fff
}

.sidebar__casino:hover .sidebar__button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar__casino-image {
    max-width: 80%;
    max-height: 80%;
    margin: auto
}

.sidebar__button-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .4);
    display: none
}

.sidebar__button-container .btn {
    min-width: 80px;
    margin-bottom: 10px
}

.foo-menu {
    background-color: #909aaf;
    list-style: none;
    padding: 0;
    margin-top: 0;
    font-weight: 700;
    font-size: 14px
}

.foo-menu__item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border: 1px solid #1b1e27;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.foo-menu__item:first-child {
    border-left: 1px solid #1b1e27
}

.foo-menu__item:after {
    content: "";
    background: hsla(0, 0%, 100%, .1);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.foo-menu__item:hover:after {
    display: block
}

.foo-menu__link {
    display: block;
    padding: 10pt;
    color: #1b1e27;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin: auto
}

@media screen and (max-width: 768px) {
    .foo-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.games__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 23%;
    flex: 0 23%;
    width: 23%;
    position: relative;
    margin: 0 1% 15px;
    background: #1b1e27;
    border-radius: 6px;
    overflow: hidden
}

.games__item:hover .games__static-wrapper {
    opacity: 1
}

.games__item--slide {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0
}

.games__slide {
    width: 138px;
    margin-right: 10px
}

.games__slide .games__name {
    padding: 5px;
    font-size: 14px
}

.games__static-wrapper {
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.games__demo-btn {
    font-size: 13px;
    margin: auto auto 20px;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-transform: uppercase
}

.games__image {
    width: 100%;
    height: 98px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1;
    -webkit-animation: fade-in .5s;
    animation: fade-in .5s;
    -o-object-fit: cover;
    object-fit: cover
}

.games__carousel {
    margin: 15px 0
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.games__name {
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    display: block
}

@media screen and (max-width: 768px) {
    .games__slide {
        width: 180px
    }

    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 31%;
        flex: 0 31%
    }
}

@media screen and (max-width: 576px) {
    .games {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .games__slide {
        width: 50vw
    }

    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 48%;
        flex: 0 48%;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 320px) {
    .games__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 86%;
        flex: 0 86%;
        margin: 0 auto 15pt
    }

    .games__image {
        height: auto
    }
}

.intro {
    padding: 25pt 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intro--carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intro__logo {
    width: 220px
}

.intro__rate {
    color: #ccd0d2;
    font-size: 12px;
    text-transform: uppercase
}

.intro__rate-text {
    margin-right: 7px;
    white-space: nowrap
}

.intro__star {
    width: 22px;
    height: 22px;
    margin: 0 2px 2px
}

.intro__star--full path {
    fill: #f05133
}

.intro__link {
    width: 90%;
    margin: 0 auto;
    display: block
}

.intro__link--fix {
    margin: auto 0
}

.intro__link .intro__logo {
    padding: 10px
}

.intro__download {
    display: none;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center;
    margin-top: 25px
}

@media screen and (max-width: 768px) {
    .intro__download {
        display: block
    }

    .intro {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .intro--carousel {
        padding: 0 15pt
    }

    .intro--carousel .slick-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -10px
    }

    .intro--carousel .slick-next {
        right: -10px;
        left: auto
    }

    .intro__rate {
        margin: 20px auto 0
    }
}

@media screen and (max-width: 576px) {
    .intro--carousel {
        padding: 0 15pt
    }

    .intro--carousel .slick-arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -25px
    }

    .intro--carousel .slick-next {
        right: -25px;
        left: auto
    }

    .intro__link--fix {
        margin: auto
    }
}

.fixed-auth {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 10pt);
    z-index: 1000000;
    padding: 5pt
}

.fixed-auth__container {
    width: 90%;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fixed-auth__img {
    width: 40px;
    height: 40px
}

.fixed-auth__btn {
    margin: 0
}

@-webkit-keyframes fixed-auth {
    0% {
        bottom: -100px
    }
    to {
        bottom: 0
    }
}

@keyframes fixed-auth {
    0% {
        bottom: -100px
    }
    to {
        bottom: 0
    }
}

@media screen and (max-width: 768px) {
    .fixed-auth {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation: fixed-auth .6s ease-out;
        animation: fixed-auth .6s ease-out;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }
}

@media screen and (max-width: 576px) {
    .fixed-auth__container {
        width: 100%
    }
}

.rating {
    padding: 15pt;
    border: 1px solid #ccd0d2;
    margin-bottom: 15pt;
    border-radius: 6px
}

.rating--slot .btn--review {
    width: 90px
}

.rating__logo-container {
    min-width: 220px;
    max-width: 220px;
    border: 1px solid #ccd0d2;
    height: 160px;
    margin: 0 20px 0 0;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.rating__logo {
    width: auto;
    margin: auto;
    max-width: 90%;
    max-height: 90%
}

.rating__logo--slot {
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    width: 100%;
    margin: auto;
    height: 100%;
    max-width: unset;
    max-height: unset
}

.rating__score {
    margin-top: 10px
}

.rating__title {
    font-size: 20px;
    font-weight: 700
}

.rating__content {
    padding-right: 15px;
    margin-top: 0
}

.rating__text {
    margin-top: 15px
}

.rating__action {
    max-width: 180px;
    margin-right: 0;
    margin-left: auto
}

@media screen and (max-width: 992px) {
    .rating {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .rating__logo-container {
        max-width: unset;
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 10px;
        min-width: 100%
    }

    .rating__logo {
        width: 220px
    }

    .rating__content {
        padding: 0
    }

    .rating__action {
        max-width: 100%;
        width: 100%
    }

    .rating__text {
        margin: 10px 0
    }

    .btn--review {
        width: auto;
        margin: auto
    }

    .btn--review-white {
        margin: auto
    }
}

@media screen and (max-width: 567px) {
    .rating__logo {
        width: auto
    }
}

@media screen and (max-width: 330px) {
    .btn--review-white {
        margin: 10px auto auto
    }
}

.popup_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6000;
    background: rgba(0, 0, 0, .55);
    display: none
}

.popup_overlay.show {
    display: block
}

.popup_wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 550px;
    z-index: 6001;
    display: none;
    width: 100%
}

.popup_wrapper.show {
    display: block
}

.popup {
    position: relative;
    z-index: 6001;
    margin: 0 auto;
    min-width: 100px;
    min-height: 100px;
    border: 5px solid #ff6a00;
    background: #171c1e;
    padding: 10px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.popup--recommend-other {
    border: none;
    border-radius: 10px;
    background: #fff
}

.popup--wait-for {
    background: hsla(0, 0%, 100%, .76);
    border: none;
    width: auto;
    display: inline-block;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.popup_header_title {
    line-height: 1.5
}

.popup_header_title div {
    font-size: 24px;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    padding: 10px 0
}

.popup_mm_wide_img img {
    width: 100%;
    height: auto
}

.popup_mm_wide_content p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 10px
}

.popup_mm_wide_button a {
    -webkit-box-shadow: 0 0 32px #ffaf25;
    box-shadow: 0 0 32px #ffaf25;
    background-color: #ffb124;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
    padding: 5px 15px;
    margin-top: 5px;
    border-radius: 4px;
    color: #fff;
    text-shadow: 0 2px 0 #000;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 35px)
}

.popup_close {
    width: 32px;
    height: 32px;
    background: #ff6a00;
    cursor: pointer;
    border-radius: 90px;
    position: relative
}

.popup_close:after, .popup_close:before {
    content: "";
    background: #fff;
    width: 4px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.popup_close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup__wait-img {
    width: 200px;
    height: 200px
}

.popup__cas {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 30px 10px;
    padding: 10px
}

.popup__cas-img {
    width: calc(80% - 20px);
    padding: 10px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
    margin: auto auto 10px
}

.popup__cas-title {
    margin-bottom: 10px
}

.popup__cas-container {
    position: relative
}

.popup__cas-container .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__cas-container .slick-dots li {
    float: left;
    margin: 0 10px
}

.popup__cas-container .slick-dots button {
    font-size: 0;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    border: none;
    background: #ccc
}

.popup__cas-container .slick-dots .slick-active button {
    background: #566076
}

.bonus__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bonus__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(50% - 15px);
    flex: 0 calc(50% - 15px)
}

.bonus__item {
    font-size: 13px;
    line-height: 1.5;
    background-color: #063ca5;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #566176), color-stop(80%, #1b1f27));
    background-image: -o-linear-gradient(left top, #566176 0, #1b1f27 80%);
    background-image: linear-gradient(to right bottom, #566176 0, #1b1f27 80%);
    position: relative;
    overflow: hidden;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.bonus__title {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    box-orient: vertical;
    height: 3em
}

.bonus__info-container {
    position: relative;
    z-index: 1
}

.bonus__img {
    position: absolute;
    bottom: 10%;
    right: 3%;
    max-height: 60%;
    max-width: 60%;
    opacity: .6;
    z-index: 0;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none
}

.bonus__btn {
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 13px 40px;
    margin-top: 15px;
    display: inline-block
}

@media (max-width: 992px) {
    .bonus__wrapper {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 0
    }
}

@media (max-width: 768px) {
    .bonus__wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 calc(50% - 15px);
        flex: 0 calc(50% - 15px)
    }
}

@media (max-width: 576px) {
    .bonus__wrapper {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        padding: 0
    }
}

.top-informer {
    width: 100%;
    visibility: hidden
}

.top-informer.slick-initialized {
    visibility: unset
}

.top-informer__item {
    position: relative
}

.top-informer__item img, .top-informer__item source {
    width: 100%
}

.top-informer__btn {
    border: none;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    font-size: 20px;
    max-width: 70% !important
}

@media (max-width: 576px) {
    .top-informer__btn {
        bottom: 20px;
        font-size: 14px
    }
}

.mobile-burger--rotate.active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-burger--rotate180.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.line {
    fill: none;
    -webkit-transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    -o-transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    stroke: #fff;
    stroke-width: 5.5;
    stroke-linecap: round
}

.mobile-burger {
    width: 50px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    margin: -4px 0
}

.mobile-burger .top {
    stroke-dasharray: 40 160
}

.mobile-burger .middle {
    stroke-dasharray: 40 142;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.mobile-burger .bottom, .mobile-burger .middle {
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%
}

.mobile-burger .bottom {
    stroke-dasharray: 40 85;
    -webkit-transition: stroke-dashoffset .4s, -webkit-transform .4s;
    transition: stroke-dashoffset .4s, -webkit-transform .4s;
    -o-transition: transform .4s, stroke-dashoffset .4s;
    transition: transform .4s, stroke-dashoffset .4s;
    transition: transform .4s, stroke-dashoffset .4s, -webkit-transform .4s
}

.mobile-burger.active .top {
    stroke-dashoffset: -64px
}

.mobile-burger.active .middle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-burger.active .bottom {
    stroke-dashoffset: -64px
}

.mobile-menu__container {
    position: fixed;
    display: none;
    top: 68px;
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    left: 0;
    width: calc(80% - 30pt);
    padding: 0;
    height: calc(100% - 120px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 10
}

.mobile-menu__container--active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.mobile-menu__container--active .mobile-menu__touch-close {
    display: block
}

.mobile-menu {
    position: relative;
    width: 100%;
    padding: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.mobile-menu__cta-container {
    position: relative;
    margin-bottom: -11px
}

.mobile-menu__cta-img {
    width: 100%
}

.mobile-menu__cta-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px
}

.mobile-menu__touch-close {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    background: transparent
}

.mobile-menu__url {
    color: #fff;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #566076;
    text-decoration: none
}

.mobile-menu__img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

@media screen and (max-width: 768px) {
    .mobile-menu__container {
        display: block;
        list-style: none;
        color: #fff
    }

    .mobile-burger {
        display: inline-block
    }

    .fixed-icon__tg {
        display: none
    }
}