*, *::before, *::after {
    box-sizing: border-box
}

ul[class], ol[class] {
    padding: 0
}

.o-clearfix {
    clear: both
}

body, h1, h2, h3, h4, p, li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul[class], ol[class] {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

section > * + *, article > * + *, .c-section-content > * + * {
    margin-top: 1em
}

input, button, textarea, select {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

body {
    font-family: sans-serif;
    background: #0c0d1b
}

body.is-overflow {
    overflow: hidden
}

.o-container {
    padding: 0 10px;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden
}

p:not([class]), li:not([class]), h1, h2, h3, h4 {
    color: #fff;
    font-family: sans-serif
}

.o-text {
    margin-bottom: 30px;
    padding: 20px
}

.o-text__2cl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.o-text__2cl-item {
    width: 100%
}

@media (min-width: 768px) {
    .o-text__2cl-item {
        width: calc(50% - 12px)
    }
}

h1 {
    font-size: 25px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

.o-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.c-depos__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 215px
}

.o-flex__item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px
}

.c-depos__title {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color: #ffc601;
    font-weight: 700
}

@media (min-width: 414px) {
    h1 {
        font-size: 26px
    }

    h2 {
        font-size: 23px
    }

    h3 {
        font-size: 21px
    }

    h4 {
        font-size: 19px
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 34px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 24px
    }

    .img-lg-none {
        display: none
    }
}

.c-rounded-list[class] {
    padding-left: 30px
}

.c-rounded-list {
    counter-reset: li;
    padding: 0 20px
}

.c-rounded-list ol {
    margin: 0 0 0 2em
}

.c-rounded-list li {
    position: relative;
    display: block;
    padding: 15px 30px;
    margin: .7em 0;
    background-color: #1c1e29;
    border-radius: .3em;
    color: #fff;
    transition: all .3s ease-out
}

.c-rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #ffc601;
    height: 2.5em;
    width: 2.5em;
    line-height: 2em;
    color: #000;
    font-weight: 700;
    border: .3em solid #000;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out
}

.c-btn {
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #000;
    border: 1px solid #ffc601;
    padding: 6px 25px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer
}

.c-btn:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32)), linear-gradient(180.16deg, #ffd600 0.74%, #ffc601 99.78%)
}

.o-two {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
    justify-content: center
}

.o-two__item[class] {
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 40px;
    max-width: 700px
}

@media (min-width: 992px) {
    .o-two__item[class] {
        width: 50%
    }
}

.o-three {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
    justify-content: center
}

.o-three__item[class] {
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .o-three__item[class] {
        width: 50%
    }
}

@media (min-width: 992px) {
    .o-three__item[class] {
        width: 33%
    }
}

.o-four {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
    justify-content: center
}

.o-four__item[class] {
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .o-four__item[class] {
        width: 50%
    }
}

@media (min-width: 1280px) {
    .o-four__item[class] {
        width: 25%
    }
}

.o-yes {
    display: flex;
    align-items: center;
    position: relative
}

.o-yes:before {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    width: 12px;
    height: 12px;
    background-position: center;
    background: url("../img/svg/yes.svg");
    background-size: 100%
}

.o-no {
    display: flex;
    align-items: center;
    position: relative
}

.o-no:before {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    left: 0;
    background-position: center;
    background: url("../img/svg/no.svg");
    background-size: 100%
}

.o-star {
    display: flex;
    align-items: center;
    position: relative
}

.o-star:before {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background-position: center;
    background: url("../img/svg/star.svg");
    background-size: 100%
}

.o-title {
    font-size: 22px;
    padding-left: 35px;
    color: #fff;
    position: relative
}

.o-title::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.o-text a:not([class]) {
    text-decoration: none;
    color: #ffc601;
    font-weight: 700
}

.o-text a:not([class]):hover {
    text-decoration: underline
}

.o-text table:not([class]) {
    margin: 25px 0;
    color: #fff;
    border-collapse: collapse;
    width: 100%
}

.o-text table:not([class]) tr:not(:last-child) {
    border-bottom: 1px solid #777
}

.o-text table:not([class]) td {
    padding: 10px 20px;
    min-width: 160px
}

.o-text table:not([class]) td:not(:last-child) {
    border-right: 1px solid #777
}

@media (min-width: 450px) {
    .o-clearfix::after {
        content: "";
        display: block;
        clear: both
    }
}

.o-clearfix p + p {
    margin-top: 12px
}

.o-float-right {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px
}

.o-float-right-555 {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 555px) {
    .o-float-right-555 {
        float: right;
        margin-right: 0;
        margin-left: 15px;
        margin-bottom: 10px
    }

    .o-float-left {
        float: left;
        margin-right: 15px;
        margin-bottom: 10px
    }
}

.o-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.o-btn {
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #000;
    border: 1px solid #ffc601;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 700;
    transition: background .2s, color .1s;
    padding: 6px 25px;
    min-width: 115px
}

.o-btn:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32)), linear-gradient(180.16deg, #ffd600 0.74%, #ffc601 99.78%)
}

.o-txt-content {
    border-top: 2px solid #ffc601;
    padding: 20px;
    margin-top: 0
}

.o-title-h1, .o-title-h2, .o-title-h3, .o-title-h4 {
    color: #ffc601;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 15px
}

.o-text-center {
    text-align: center
}

.o-img {
    height: auto;
    margin-top: 12px;
    margin-bottom: 12px
}

.o-img-center {
    margin: 10px auto;
    max-width: 100%;
    height: auto
}

.o-title--mod {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.o-title--mod::before, .o-title--mod::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0e2a23 0, #ffc601 50%, #0e2a23 100%)
}

.o-title--mod::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.o-title--mod::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.c-main a:not([class]) {
    color: #ffc601;
    font-weight: 700;
    text-decoration: none
}

.c-main a:not([class]):hover {
    text-decoration: underline
}

.c-main__txt-section {
    color: #fff
}

.c-main__txt-section p {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .c-main__txt-img-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .c-main__img-section {
        flex-basis: 40%
    }

    .c-main__txt-section {
        flex-basis: 59%
    }

    .o-img-900 {
        max-width: 900px !important;
        width: 100%;
        margin-top: 17px !important;
        margin-bottom: 17px !important
    }

    .o-img-750 {
        max-width: 750px !important;
        width: 100%;
        margin-top: 17px !important;
        margin-bottom: 17px !important
    }

    .is-none-td-768 {
        display: none !important
    }

    .o-flex--mod {
        flex-wrap: nowrap
    }
}

figcaption {
    font-size: 14px;
    margin-top: 17px !important;
    margin-bottom: 17px !important
}

figcaption p + p {
    color: #fff;
    opacity: .5
}

.c-main__img-section {
    margin-bottom: 10px
}

.o-container--fluid {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 768px)and (max-width: 991px) {
    .o-container--fluid {
        width: 100%
    }
}

@media (min-width: 992px)and (max-width: 1999px) {
    .o-container--fluid {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .o-container--fluid {
        max-width: 1140px
    }
}

.c-main__img {
    max-width: 300px;
    margin: 0 auto;
    width: 100%
}

@media (min-width: 768px) {
    .c-main__img {
        max-width: 400px
    }
}

.o-paragraph {
    color: #fff;
    margin-bottom: 10px
}

.o-list {
    color: #fff
}

.o-item {
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px
}

.o-item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #ffc601;
    left: 0;
    top: 7px
}

.o-heading {
    color: #ffc601;
    margin-bottom: 15px
}

.o-title-h2-sub {
    color: #ffc601;
    font-size: 24px;
    margin-bottom: 15px
}

.o-text-block {
    color: #fff;
    line-height: 1.7
}

.o-text-block span {
    color: #ffc601;
    font-weight: 700
}

.o-text-block + .o-text-block {
    margin-top: 30px
}

.o-text-block-wrap {
    margin-bottom: 15px
}

.c-header {
    background-color: #1c1e29
}

.c-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px
}

.c-header__logo {
    height: 100%;
    margin-right: auto;
    margin-left: 5px
}

.c-header__logo--desktop {
    display: none
}

.c-header__logo img {
    height: 100%;
    max-width: initial
}

.c-header__box {
    display: flex
}

.c-header__btn {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 20px;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    transition: background .2s, color .1s
}

.c-header__btn-in {
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #000;
    border: 1px solid #ffc601
}

.c-header__btn-in:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32)), linear-gradient(180.16deg, #ffd600 0.74%, #ffc601 99.78%)
}

.c-header__btn-sign {
    border: 1px solid #ccc;
    margin-left: 5px
}

.c-header__btn-sign:hover {
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #000;
    border: 1px solid #ffc601
}

.c-header-overlay {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: .3s linear
}

.c-header-overlay.is-active {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, .5)
}

.c-burger {
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer
}

.c-burger__line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 3px 0;
    border-radius: 2px
}

.c-burger__line--mod {
    width: 60%
}

.c-burger__line--short {
    width: 90%
}

.c-burger img {
    width: 30px;
    cursor: pointer
}

.js-menu-close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px
}

.js-menu-close svg {
    width: 30px;
    transform: rotate(-180deg)
}

.c-menu {
    width: 320px;
    height: 100%;
    padding: 20px 10px;
    padding-left: 20px;
    position: fixed;
    z-index: 5;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #1c1e29;
    transition: all .3s;
    overflow-y: auto;
    transform: translateX(-100%)
}

.c-menu.is-active {
    transform: translateX(0)
}

.c-menu__list[class] {
    margin-top: 50px
}

.c-menu__item {
    margin-bottom: 10px
}

.c-menu__link {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 5px;
    overflow: hidden
}

.c-menu__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #ffc601;
    width: 0;
    transform: translateX(-100%);
    transition: all .3s
}

.c-menu__link:hover::before {
    width: 100%;
    transform: translateX(0)
}

.c-menu__sublist-open {
    display: inline-flex;
    align-items: center;
    position: relative
}

.c-menu__sublist-more {
    display: inline-flex;
    align-items: center;
    margin-left: 20px
}

.c-menu__sublist-more svg {
    height: 15px;
    width: 15px;
    display: flex;
    cursor: pointer
}

.c-menu__sublist[class] {
    padding-left: 20px
}

.c-menu__sublist {
    max-height: 0;
    transition-duration: .3s;
    overflow-y: hidden
}

.c-menu__sublist.is-open {
    max-height: 600px
}

.c-header__bottom {
    position: fixed;
    bottom: 0;
    z-index: 4;
    height: 60px;
    left: 0;
    right: 0;
    background-color: #1c1e29;
    padding: 10px
}

@media (min-width: 768px) {
    .c-header__bottom {
        display: none
    }
}

.c-header__menu-list[class] {
    margin: 0
}

.c-header__menu-list {
    display: flex;
    justify-content: space-between
}

.c-header__menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 5px
}

.c-header__menu-item svg {
    width: 20px;
    height: 20px;
    margin-bottom: 3px
}

.c-header__menu-item path {
    fill: #fff
}

.c-header__menu-link {
    text-decoration: none;
    color: #fff;
    font-size: 12px
}

.c-header__menu-burger {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #424354;
    border: 2px solid #000;
    margin-top: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0
}

.c-header__menu-burger span {
    display: block;
    width: 60%;
    height: 3px;
    border-radius: 4px;
    background-color: #fff;
    position: relative
}

.c-header__menu-burger span::before, .c-header__menu-burger span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #fff
}

.c-header__menu-burger span::before {
    top: 7px
}

.c-header__menu-burger span::after {
    bottom: 7px
}

@media (min-width: 555px) {
    .c-header__btn {
        font-size: 14px;
        padding: 5px 15px
    }

    .c-header__logo--desktop {
        display: block
    }

    .c-header__logo--mobile {
        display: none
    }
}

@media (min-width: 768px) {
    .c-header__btn {
        padding: 6px 25px;
        min-width: 115px
    }

    .c-header__btn-in {
        margin-right: 5px
    }
}

@media (min-width: 992px) {
    .c-header__logo {
        margin: 0
    }
}

@media (min-width: 1366px) {
    .c-header .o-container {
        overflow: visible
    }

    .c-menu {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        background: rgba(0, 0, 0, 0);
        transform: translateX(0);
        overflow-y: visible
    }

    .c-menu__list[class] {
        margin: 0
    }

    .c-menu__list {
        display: flex
    }

    .c-menu__item {
        margin-bottom: 0;
        margin: 0 15px;
        display: flex
    }

    .c-menu__link {
        padding: 0;
        white-space: nowrap
    }

    .c-menu__item {
        position: relative
    }

    .c-menu__sublist[class] {
        padding: 0
    }

    .c-menu__sublist {
        max-height: 0;
        overflow-y: hidden;
        transition-duration: 0s;
        position: absolute;
        background-color: #1c1e29;
        z-index: 10;
        left: -10px;
        top: 100%
    }

    .c-menu__sublist-more {
        display: none
    }

    .c-menu__sublist .c-menu__sublist-parent > .c-menu__sublist-open::after {
        content: "";
        height: 15px;
        width: 15px;
        display: flex;
        background-image: url(../img/svg/down-arrow.svg);
        background-position: 50%;
        background-size: 100%;
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg)
    }

    .c-menu__subitem {
        display: flex
    }

    .c-menu__subitem .c-menu__link {
        padding: 10px;
        text-transform: capitalize;
        border-bottom: 1px solid #62606c;
        width: 100%
    }

    .c-menu__subitem.c-menu__sublist-parent {
        position: relative
    }

    .c-menu__sublist-right {
        position: absolute;
        left: 100%;
        top: 0
    }

    .c-menu__sublist-open {
        width: 100%
    }

    .c-menu__sublist-parent:hover > ul.c-menu__sublist {
        max-height: 900px;
        overflow-y: initial
    }

    .c-menu-close {
        display: none
    }

    .c-burger {
        display: none
    }
}

.c-main__inner {
    display: flex;
    flex-direction: column
}

.c-breadcrumbs {
    width: 100%;
    order: 1;
    padding-left: 30px;
    padding-right: 30px
}

.c-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap
}

.c-breadcrumbs__item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 10px
}

.c-breadcrumbs__item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24.5px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.c-breadcrumbs__item:last-child::before {
    content: none
}

.c-breadcrumbs__link {
    display: block;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    background: linear-gradient(180deg, #ffd601, #ffc601);
    padding: 2.5px 20px;
    border-radius: 20px
}

.c-breadcrumbs__link:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32)), linear-gradient(180.16deg, #ffd600 0.74%, #ffc601 99.78%)
}

.c-breadcrumbs__last {
    display: block;
    font-size: 18px;
    color: #fff;
    border: 1px solid #ffc601;
    padding: 2.5px 20px;
    border-radius: 20px
}

.c-content-page ul:not([class]), .c-content-page ol:not([class]) {
    padding-left: 25px;
    margin-bottom: 10px
}

@media (min-width: 767px) {
    .c-content-page ul:not([class]), .c-content-page ol:not([class]) {
        padding-left: 40px
    }
}

.c-content-page ul:not([class]) {
    list-style: none;
    margin: 10px 0
}

.c-content-page ul:not([class]) > li:first-child {
    margin-top: 0
}

.c-content-page ul:not([class]) > li {
    position: relative
}

.c-content-page ul:not([class]) > li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffc601;
    top: 8px;
    left: -15px
}

.c-content-page ul:not([class]) > li, .c-content-page ol:not([class]) > li {
    padding-left: 5px;
    margin-top: 15px
}

.c-table-casino, table:not([class]) {
    margin: 10px 0;
    color: #fff;
    border-collapse: collapse;
    width: 100%
}

.c-table-casino tr th, table:not([class]) tr th {
    background-color: #1c1e29;
    padding: 10px 15px;
    border-right: 1px solid #777
}

.c-table-casino tr th:last-child, table:not([class]) tr th:last-child {
    border-right: none
}

.c-table-casino tr:first-child td, table:not([class]) tr:first-child td {
    text-align: center
}

.c-table-casino tr:not(:last-child), table:not([class]) tr:not(:last-child) {
    border-bottom: 1px solid #777
}

.c-table-casino tr td:first-child, table:not([class]) tr td:first-child {
    font-weight: 700;
    text-align: left
}

.c-table-casino tr td:last-child, table:not([class]) tr td:last-child {
    text-align: left
}

.c-table-casino td, table:not([class]) td {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    min-width: 120px
}

.c-table-casino td:not(:last-child), table:not([class]) td:not(:last-child) {
    border-right: 1px solid #777
}

.o-float-img {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.o-table-wrap {
    overflow-y: auto
}

.o-text table:not([class]) tr:first-child {
    background-color: #1c1e29
}

.o-text table:not([class]) td:not(:last-child) {
    border-right: 1px solid #777
}

.o-text table:not([class]) td {
    padding: 10px 20px;
    min-width: 160px
}

.o-embed {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 600px
}

.o-embed--900 {
    max-width: 900px
}

.o-embed--none {
    max-width: none
}

.o-embed::before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.o-embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px
}

.o-tl-center {
    text-align: center
}

.o-padding {
    padding-left: 15px;
    padding-right: 15px
}

.c-main__top {
    display: flex;
    flex-direction: column
}

.c-main__table-section {
    order: -1
}

.c-section > * + * {
    margin-top: 1em
}

.c-block-items {
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.c-block-item {
    width: calc(50% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    background-color: #1c1e29;
    box-shadow: 0 0 10px 3px rgba(201, 198, 198, .0588235294);
    padding: 30px 15px;
    border-radius: 10px;
    transition: box-shadow .3s ease-in-out
}

.c-block-item__link {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 255px;
    max-height: 225px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    text-decoration: none;
    text-align: center
}

.c-block-item__link--mod {
    max-width: 150px
}

.c-block-item__link img {
    max-width: 75px;
    max-height: 150px;
    width: 100%;
    height: auto
}

.c-block-item__link--mod img {
    max-width: 200px;
    max-height: 95px;
    min-height: 50px;
    height: 100%
}

.o-obj-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.c-block-item__title {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    color: #ffc601;
    font-size: 14px;
    text-align: center;
    margin-top: 15px
}

.c-block-item:hover {
    box-shadow: none
}

@media (min-width: 768px) {
    .c-block-item {
        width: calc(33.3333333333% - 15px)
    }

    .c-block-item__title--decor {
        position: relative;
        padding-right: 30px
    }

    .c-block-item__title--decor::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background-image: url("../img/icons/arrow-right.svg");
        width: 19.5px;
        height: 19.5px
    }

    .o-float-img {
        float: right;
        margin-left: 15px;
        margin-bottom: 10px
    }
}

@media (min-width: 1200px) {
    .c-block-item {
        width: calc(20% - 15px);
        padding: 40px 20px
    }

    .c-block-item__title {
        font-size: 16px
    }

    .c-block-item__link img {
        max-width: 95px
    }

    .c-block-item__link--mod img {
        max-width: 200px
    }
}

.c-info {
    background-image: url("../img/webp/info-sm_1x.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center
}

@media (min-width: 576px) {
    .c-info {
        background-image: url("../img/webp/info-md_1x.webp")
    }
}

@media (min-width: 1024px) {
    .c-info {
        background-image: url("../img/webp/info-lg_1x.webp")
    }
}

.c-info {
    min-height: 200px;
    position: relative
}

@media (min-width: 768px) {
    .c-info {
        min-height: 290px;
        display: flex;
        align-items: center;
        max-width: 1050px;
        margin: 0 auto
    }
}

@media (min-width: 1050px) {
    .c-info {
        border-radius: 7px
    }
}

.c-info::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%
}

@media (min-width: 1050px) {
    .c-info::before {
        border-radius: 7px
    }
}

.c-info__content {
    position: relative;
    color: #fff;
    padding: 30px;
    max-width: 3200px
}

@media (min-width: 555px) {
    .c-info__content {
        max-width: 415px
    }
}

@media (min-width: 768px) {
    .c-info__content {
        max-width: 530px
    }
}

.c-info__suptitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .c-info__suptitle {
        font-size: 39px;
        line-height: 47px
    }
}

.c-info__title {
    color: #eee5e5;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .c-info__title {
        font-size: 18px
    }
}

.c-info.c-info--active {
    background: none;
    background-color: #59017c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding: 30px;
    position: relative
}

.c-info.c-info--active::before {
    z-index: 1
}

.c-info.c-info--active .c-info__content {
    max-width: none;
    padding: 0;
    position: relative;
    z-index: 1;
    text-align: center
}

.c-info.c-info--active .c-info__content-image {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.c-info__img {
    height: auto;
    border: 1px solid #fff;
    border-radius: 30px;
    min-width: 240px
}

@media (min-width: 500px) {
    .c-info.c-info--active {
        flex-direction: row
    }

    .c-info.c-info--active .c-info__content {
        margin-right: 15px
    }

    .c-info__img {
        flex-shrink: 0;
        padding-right: 20px
    }
}

@media (min-width: 768px) {
    .c-info.c-info--active {
        max-width: 1024px;
        justify-content: flex-start;
        border-radius: 20px;
        overflow: hidden
    }

    .c-info.c-info--active .c-info__content {
        max-width: 460px;
        text-align: left
    }

    .c-info.c-info--active::before {
        content: none
    }

    .c-info__img {
        width: 300px
    }
}

.c-tape {
    background-color: #1c1e29;
    height: 60px;
    margin-top: 15px;
    margin-bottom: 15px
}

.c-tape__list {
    height: 100%
}

.c-tape .o-container {
    overflow-x: auto;
    overflow-y: hidden
}

.c-tape .o-container::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0)
}

.c-tape .o-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3)
}

.c-tape__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px
}

.c-tape__list[class] {
    margin: 0
}

.c-tape__list {
    display: flex
}

.c-tape__list-item {
    display: flex;
    align-items: center
}

.c-tape__list-item svg {
    width: 25px;
    fill: #fff
}

.c-tape__list-item + .c-tape__list-item {
    margin-left: 30px
}

.c-tape__list-link {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding-left: 7px;
    white-space: nowrap
}

.c-tape + .c-tape {
    margin-top: 0
}

.c-tape__list-item--active .c-tape__list-link {
    color: #ffc601
}

.c-tape__list-item--active svg {
    fill: #ffc601
}

.c-tape__list-item:hover .c-tape__list-link {
    color: #ffc601
}

.c-tape__list-item:hover svg {
    fill: #ffc601
}

.c-providers {
    color: #fff;
    padding: 20px 0
}

.c-providers__title {
    margin-bottom: 15px
}

.c-providers__title::before {
    background-image: url(../img/arrow.svg);
    width: 20px;
    height: 20px
}

.c-providers__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.c-providers__item {
    width: calc(50% - 10px);
    min-height: 90px;
    margin: 0 5px 10px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c1e29;
    transition: transform .2s
}

.c-providers__item:hover {
    transform: scale(1.1)
}

.c-providers__item img {
    width: 140px;
    height: auto;
    max-height: 50px
}

@media (min-width: 768px) {
    .c-providers__item {
        max-width: 180px;
        width: 100%;
        margin: 0 10px 15px
    }
}

.c-table-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px
}

.c-table-top__item {
    box-shadow: 0 0 10px 5px rgba(201, 198, 198, .0588235294);
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    height: 100%
}

.c-table-top__item:first-child .c-table-top__img img {
    margin-top: 35px
}

.c-table-top__mindep {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    background-color: #1c1e29;
    font-weight: 700
}

.c-table-top__img {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px
}

.c-table-top__img img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 150px;
    transform: scale(1.2)
}

.c-table-top__num {
    background-color: #1c1e29;
    color: #fff;
    background-color: #ffc601;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.c-table-top__num--mod {
    width: 100%;
    text-align: center;
    border-radius: 0
}

.c-table-top__box {
    padding: 15px;
    color: #fff;
    background-color: #1c1e29;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.c-table-top__box--mod {
    color: #000;
    background-color: #ffc601
}

.c-table-top__text {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #ffc601;
    font-size: 21px;
    display: block;
    margin-bottom: 12px
}

.c-table-top__text--mod {
    color: #000
}

.c-table-top__subtext {
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    display: block
}

.c-table-top__subtext--mod {
    color: #000
}

.c-table-top__btn {
    padding: 7px 32px;
    min-width: 135px;
    text-align: center
}

.c-table-top__btn--mod {
    background: #1c1e29;
    color: #fff;
    border: 0;
    padding-top: 8px;
    padding-bottom: 8px
}

.c-table-top__btn--mod:hover {
    background: rgb(48.6956521739, 52.1739130435, 71.3043478261)
}

.c-table-top__btn-download {
    color: #000;
    display: inline-flex;
    flex-direction: column;
    padding: 6px 5px 6px 33px;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    margin-top: 10px;
    font-weight: 700;
    background-color: #fff;
    min-width: 129px;
    border-radius: 23px;
    align-items: center
}

.c-table-top__btn-download::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/icon-android.svg");
    width: 18px;
    height: 22px
}

.c-table-top__btn-download span {
    margin-right: 5px
}

.c-table-top__btn-download span:first-child {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 2px
}

.c-table-top__btn-download span:last-child {
    font-size: 15px;
    line-height: 15px
}

.c-table-top__name {
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center
}

.c-table-top__name:hover {
    text-decoration: underline
}

.c-table-top__name--mod {
    color: #000
}

.c-table-top__offer {
    background-color: #ffc601;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 700
}

.c-table-top__offer--mod {
    background: #1c1e29;
    color: #fff
}

.c-table-top__offer span {
    font-weight: 700
}

.c-table-top__info {
    padding: 20px 15px
}

.c-table-top__payments[class] {
    margin-top: 0;
    margin-bottom: 0
}

.c-table-top__payments {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto
}

.c-brands__container {
    margin-top: 0
}

.c-brands__title {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 700
}

.c-brands__btn {
    margin-bottom: 15px
}

.c-brands__table {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    counter-reset: rank 3
}

.c-brands__table tbody {
    width: 100%
}

.c-brands__table--mod {
    counter-reset: rank 0;
    margin-top: 25px
}

.c-brands__heading {
    display: none
}

.c-brands__item {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 10px 5px rgba(201, 198, 198, .0588235294);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    width: 100%;
    position: relative
}

.c-brands__item::after {
    counter-increment: rank;
    content: counter(rank);
    position: absolute;
    background-color: #ffc601;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.c-brands__td {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #1c1e29
}

.c-brands__logo {
    background: rgba(0, 0, 0, 0)
}

.c-brands__logo-link {
    width: 100%;
    display: flex;
    justify-content: center;
    transition: background-color .2s linear
}

.c-brands__logo-link:hover {
    background-color: #313447
}

.c-brands__logo-link img {
    max-width: 150px;
    width: 100%;
    transform: scale(1.2)
}

.c-brands__decor-img {
    display: none
}

.c-brands__bonus {
    padding: 15px 15px 0 15px
}

.c-brands__review {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px
}

.c-brands__games {
    background-color: #ffc601
}

.c-brands__deposits {
    padding: 20px 15px;
    background-color: rgba(0, 0, 0, 0)
}

.c-brands__bezdep-value {
    font-weight: 700;
    color: #ffc601;
    display: inline-block;
    margin-bottom: 6px;
    text-align: center
}

.c-brands__mindep {
    background-color: #1c1e29;
    color: #fff;
    padding: 15px
}

.c-brands__mindep-value {
    font-weight: 700;
    font-size: 22px;
    color: #ffc601;
    display: inline-block;
    margin-bottom: 2px
}

.c-brands__mindep-text {
    font-size: 15px;
    text-align: center
}

.c-brands__mindep span {
    font-weight: 700
}

@media (min-width: 768px) {
    .c-table-top {
        margin-top: 40px;
        margin-left: -7.5px;
        margin-right: -7.5px;
        margin-bottom: 20px
    }

    .c-table-top__item {
        width: calc(33.3333333333% - 15px);
        margin-top: 48px;
        margin-left: 7.5px;
        margin-right: 7.5px
    }

    .c-table-top__item:nth-child(2) {
        order: -1
    }

    .c-table-top__item--first {
        margin-top: -10px
    }

    .c-table-top__text {
        font-size: 18px
    }

    .c-table-top__img img {
        transform: scale(1)
    }

    .c-table-top__name {
        font-size: 16px
    }

    .c-brands__title {
        font-size: 25px;
        margin-top: 10px
    }

    .c-brands__item {
        flex-direction: row
    }

    .c-brands__td {
        flex-basis: 16.6666666667%;
        background: rgba(0, 0, 0, 0)
    }

    .c-brands__td--7 {
        flex-basis: 14.2857142857%
    }

    .c-brands__td--5 {
        flex-basis: 20%
    }

    .c-brands__logo-link img {
        height: 140px;
        transform: scale(0.8)
    }

    .c-brands__games {
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0);
        flex-shrink: 1;
        position: relative;
        color: #ffc601
    }

    .c-brands__games-link span {
        display: none
    }

    .c-brands__decor-img {
        position: absolute;
        z-index: -1;
        transition: transform .2s linear
    }

    .c-brands__bezdep {
        flex-shrink: 1
    }

    .c-brands__bezdep-value {
        font-size: 14px
    }

    .c-brands__mindep-value {
        font-size: 16px;
        letter-spacing: 1px
    }

    .c-brands__mindep-text {
        font-size: 13px
    }

    .c-brands__decor--games {
        display: block;
        width: 63px;
        right: 0
    }

    .c-brands__link {
        min-width: 0
    }

    .c-brands__review {
        padding: 5px
    }

    .c-brands__review-link {
        margin-top: 0
    }

    .c-brands__play {
        padding-right: 15px;
        padding-left: 0
    }

    .c-brands__link {
        padding-left: 25px;
        padding-right: 25px
    }

    .c-brands__deposits {
        padding: 15px 10px
    }

    .c-brands__bonus {
        flex-basis: 22%
    }

    .c-brands__bonus a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .c-brands__bonus .c-table-top__subtext {
        display: none
    }

    .c-brands__bonus-text {
        font-size: 16px
    }

    .c-brands__logo {
        background: #1c1e29
    }
}

@media (min-width: 992px) {
    .c-table-top {
        margin-left: -13px;
        margin-right: -13px
    }

    .c-table-top__item {
        width: calc(33.3333333333% - 28px);
        margin-left: 13px;
        margin-right: 13px
    }

    .c-table-top__subtext {
        font-size: 16px
    }

    .c-table-top__text {
        font-size: 21px
    }

    .c-table-top__name {
        font-size: 18px
    }

    .c-table-top__img img {
        transform: scale(1.2)
    }

    .c-brands__bonus-text {
        font-size: 20px
    }

    .c-brands__link {
        padding: 7px 32px;
        min-width: 135px
    }

    .c-brands__review-link {
        font-size: 20px
    }

    .c-brands__games {
        font-size: 20px
    }

    .c-brands__bonus {
        position: relative
    }

    .c-brands__bonus:hover .c-brands__decor-img {
        transform: translate(84px, -120%);
        transition: transform .4s linear
    }

    .c-brands__decor--rocket {
        display: block;
        width: 95px;
        top: 4px;
        left: -13px
    }

    .c-brands__decor--games {
        width: 90px;
        left: 50%;
        transform: translateX(-50%)
    }

    .c-brands__bezdep {
        margin-top: 0
    }

    .c-brands__bezdep-value {
        font-size: 14px
    }

    .c-brands__mindep {
        margin-top: -13px
    }

    .c-brands__mindep-value {
        font-size: 22px
    }

    .c-brands__mindep-text {
        font-size: 15px
    }
}

@media (min-width: 1200px) {
    .c-brands__bonus {
        flex-basis: 17%
    }

    .c-brands__logo-link img {
        transform: scale(1)
    }

    .c-brands__bezdep-value {
        font-size: 16px
    }
}

.c-payments-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.c-payments-card {
    border: 1px solid #d2d2e1;
    border-radius: 4px;
    min-width: 31px;
    height: 26px;
    min-height: 26px;
    background-color: #fff;
    flex-basis: calc(25% - 4px);
    margin-right: 4px;
    max-width: 33px;
    padding: 4px;
    margin-bottom: 4px;
    display: flex;
    align-items: center
}

.c-payments-card img {
    max-width: 40px;
    max-height: 20px;
    min-width: 20px;
    margin: 0 auto
}

.c-payments-scale {
    transform: scale(1.4)
}

.c-payments-scale-2 {
    transform: scale(1.2)
}

.c-brands__table--mod {
    counter-reset: rank 0
}

.c-offer.is-load {
    background-image: url("../img/offer.jpg");
    background-image: -webkit-image-set(url("../img/webp/offer.webp") 1x, url("../img/webp/offer.webp") 2x);
    background-image: -webkit-image-set(url("../img/offer.jpg") 1x, url("../img/offer.jpg") 2x);
    background-image: image-set(url("../img/offer.jpg") 1x, url("../img/offer.jpg") 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.c-offer {
    min-height: 150px;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 5px
}

.c-offer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .1);
    left: 0;
    border-radius: 5px;
    top: 0
}

.c-offer__content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 25px
}

.c-offer__descr {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    width: 100%
}

.c-offer__link {
    padding: 8px 25px
}

@media (min-width: 768px) {
    .c-offer__content {
        justify-content: space-between
    }

    .c-offer__descr {
        width: auto;
        margin-bottom: 0;
        margin-right: 15px;
        font-size: 27px
    }
}

.c-table-wrapper, .o-table-wrap {
    overflow-x: auto
}

.c-table-wrapper::-webkit-scrollbar, .o-table-wrap::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0)
}

.c-table-wrapper::-webkit-scrollbar-thumb, .o-table-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3)
}

.c-table-payment {
    color: #fff;
    font-size: 14px;
    border-collapse: collapse;
    display: block;
    text-align: center;
    background-color: #1c1e29;
    width: 600px;
    border-radius: 5px
}

@media (min-width: 600px) {
    .c-table-payment {
        width: 100%;
        display: table
    }
}

.c-table-payment td {
    padding: 10px;
    border: 1px solid #01081f;
    transition: all .3s
}

.c-table-payment tr {
    border: 1px solid #01081f
}

.c-table-payment tr:hover {
    background-color: #0c0d1b;
    color: #fff
}

.c-table-payment__name {
    width: 30%;
    font-weight: 600
}

.c-author {
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #888;
    margin-top: 15px
}

.c-author__inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: #fff;
    margin: 2rem auto;
    margin-bottom: 1rem;
    max-width: 500px
}

@media (min-width: 768px) {
    .c-author__inner {
        flex-direction: initial;
        max-width: initial;
        flex-wrap: initial;
        align-items: center
    }
}

.c-author__img {
    width: 100%;
    height: 100%
}

.c-author__img-box {
    margin: 0 auto 1rem auto
}

@media (min-width: 768px) {
    .c-author__img-box {
        width: 25%;
        margin-right: 2rem
    }
}

.c-author__content {
    width: 100%
}

@media (min-width: 768px) {
    .c-author__content {
        width: 75%
    }
}

.c-author__title {
    font-size: 19px;
    font-weight: bold;
    color: #ffc601;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.c-author__quote {
    font-style: italic;
    font-size: 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.c-author__quote::before {
    content: "";
    align-items: center;
    padding-top: 1.5rem;
    margin-bottom: 5px;
    width: 40px;
    height: 27px;
    background-image: url("../img/quote.svg");
    background-position: 50%;
    background-size: 100%
}

.c-author__btn {
    display: flex;
    justify-content: center;
    font-weight: bold;
    width: 150px;
    border-radius: 2rem;
    padding: .4rem 1rem;
    text-decoration: none;
    margin: 1rem auto 0 auto;
    text-decoration: none;
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #000;
    border: 1px solid #ffc601
}

.c-author__btn:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32)), linear-gradient(180.16deg, #ffd600 0.74%, #ffc601 99.78%)
}

.c-how-to {
    max-width: 1000px;
    margin: 20px auto;
    background-color: #1c1e29;
    padding: 10px 10px 10px 15px;
    border-left: 5px solid #ffc601
}

@media (min-width: 414px) {
    .c-how-to {
        border-left: 15px solid #ffc601;
        padding: 20px 20px 20px 40px
    }
}

.c-how-to__inner {
    max-width: 700px
}

.c-how-to__list {
    counter-reset: list
}

.c-how-to__item {
    margin-top: 20px;
    position: relative
}

.c-how-to__item::before {
    display: inline;
    counter-increment: list;
    content: counter(list) ". ";
    color: #ffc601;
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0px
}

@media (min-width: 414px) {
    .c-how-to__item::before {
        top: 3px;
        font-size: 26px
    }
}

.c-how-to__item > * {
    padding-left: 30px
}

.c-how-to__item h3 {
    color: #ffc601;
    display: inline-flex
}

.c-best-slots {
    overflow-x: hidden;
    margin: 40px 0
}

.c-best-slots__inner {
    background-color: #1c1e29;
    padding: 10px 20px 20px 20px;
    border-radius: 0 0 20px 20px;
    color: #fff
}

.c-best-slots__item {
    max-width: 400px
}

.c-best-slots__img {
    border-radius: 20px 20px 0 0
}

.c-best-slots__title {
    color: #ffc601;
    font-size: 26px;
    font-weight: bold;
    text-align: center
}

.c-best-slots__info-top {
    display: flex;
    margin: 10px 0 20px 0
}

.c-best-slots__info-top > * {
    width: 50%;
    padding: 0 15px
}

.c-best-slots__left {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc
}

.c-best-slots__right {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-best-slots__right img {
    max-height: 40px
}

.c-best-slots__year {
    font-size: 20px;
    font-weight: bold
}

.c-best-slots__feature-list {
    display: flex;
    flex-wrap: wrap
}

.c-best-slots__feature-item {
    width: 50%;
    padding: 0 10px 0 20px;
    font-size: 15px
}

.c-best-slots__btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #000;
    border: 1px solid #ffc601;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 700;
    transition: background .2s, color .1s;
    padding: 6px 25px;
    min-width: 115px
}

.c-best-slots__btn:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32)), linear-gradient(180.16deg, #ffd600 0.74%, #ffc601 99.78%)
}

.c-device {
    overflow-x: hidden;
    margin-top: 40px
}

.c-device__item {
    max-width: 400px
}

.c-device__img {
    width: 30%;
    height: 30%
}

.c-device__img-box {
    display: flex;
    background-color: #ffc601;
    justify-content: center;
    padding: 10% 0;
    border-radius: 20px 20px 0 0
}

.c-device__inner {
    border-radius: 20px
}

.c-device__info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    border-radius: 0 0 20px 20px
}

.c-device__text {
    text-align: center;
    color: #fff;
    margin-top: 10px
}

.c-device__title {
    font-size: 30px;
    text-align: center;
    color: #ffc601
}

.c-device__btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #000;
    border: 1px solid #ffc601;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 700;
    transition: background .2s, color .1s;
    padding: 6px 25px;
    min-width: 115px
}

.c-device__btn:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32)), linear-gradient(180.16deg, #ffd600 0.74%, #ffc601 99.78%)
}

.c-present {
    z-index: 10;
    background: #1c1e29;
    box-sizing: border-box;
    border-radius: 5px;
    max-width: 520px;
    width: calc(100% - 25px);
    margin-right: 15px;
    margin-left: 10px
}

@media (min-width: 555px) {
    .c-present {
        margin: 0 auto
    }
}

.c-present__top {
    background: linear-gradient(180deg, #ffd601, #ffc601);
    border-radius: 5px 5px 0 0;
    position: relative;
    padding: 10px
}

.c-present__img {
    max-width: 180px;
    height: auto;
    margin: -95px auto 0 auto;
    display: block
}

.c-present__flag {
    position: absolute;
    margin: 0 0 0px -30px;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    left: auto;
    right: 20px;
    width: 45px;
    height: 45px;
    bottom: -25px
}

.c-present__content {
    padding: 10px
}

.c-present__info {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding-bottom: 20px
}

.c-present__info span {
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-left: 15px
}

.c-present__title {
    font-size: 26px;
    line-height: 30px;
    padding-top: 25px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

.c-present__brand {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #0c0d1b
}

@media (min-width: 412px) {
    .c-present__brand {
        margin-right: 15px
    }
}

.c-present__brand:hover {
    background-color: #1c1e29
}

.c-present__brand img, .c-present__flag img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.c-present__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px
}

@media (min-width: 412px) {
    .c-present__box {
        flex-direction: row
    }
}

.c-present__descr {
    font-weight: 700;
    font-size: 24px;
    flex: 1;
    text-align: center;
    color: #fff
}

@media (min-width: 412px) {
    .c-present__descr {
        text-align: left
    }
}

.o-black-text {
    color: #fff
}

.o-yellow-text {
    color: #ffd601
}

.c-present__btns {
    display: flex;
    flex-wrap: wrap
}

.c-present__btn {
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #0e2a23;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    font-size: 20px;
    padding: .8rem;
    border-radius: 5px;
    border: none;
    display: block
}

.c-present__btn:hover {
    background: #f2d751
}

.c-present__btn + .c-present__btn {
    margin-top: 10px
}

.o-btn--black {
    color: #fff;
    background: #0c0d1b;
    cursor: pointer
}

.o-btn--black:hover {
    background: #000
}

.c-present__close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    background: #1c1e29;
    padding: 10px;
    border: 0;
    border-radius: 50%;
    color: #ffd601;
    cursor: pointer;
    transition: background .3s ease, color .3s ease;
    z-index: 100;
    transition: transform .2s linear
}

.c-present__close img {
    pointer-events: none
}

.c-present__close:active {
    transform: scale(0.9)
}

@media (min-width: 767px) {
    .c-present__img {
        max-width: 310px
    }

    .c-present__title {
        font-size: 30px
    }

    .c-present__flag {
        bottom: -35px;
        left: 50%;
        width: 60px;
        height: 60px
    }

    .c-present__title {
        padding-top: 35px;
        font-size: 33px;
        line-height: 38px;
        margin-bottom: 30px
    }

    .c-present__descr {
        font-size: 30px
    }
}

.c-pros {
    display: flex;
    align-items: center;
    background-color: #1c1e29;
    border-radius: 20px;
    padding: 30px 20px;
    border: 1px solid #888;
    flex-direction: column;
    margin: 40px 0
}

@media (min-width: 768px) {
    .c-pros {
        flex-direction: initial
    }
}

.c-pros__left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%
}

.c-pros__left img {
    width: 100%;
    max-width: 160px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .c-pros__left img {
        margin-bottom: 0px
    }
}

.c-pros__right {
    width: 100%
}

@media (min-width: 768px) {
    .c-pros__right {
        width: 70%
    }
}

.c-pros__title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center
}

@media (min-width: 768px) {
    .c-pros__title {
        text-align: initial;
        font-size: 25px
    }
}

.c-pros__list[class] {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .c-pros__list[class] {
        padding-left: 40px
    }
}

.c-pros__item {
    padding: 0 10px;
    display: flex;
    width: 50%;
    margin-bottom: 10px;
    align-items: flex-start;
    flex: 1 1 200px
}

@media (min-width: 768px) {
    .c-pros__item {
        flex: initial
    }
}

.c-pros__link {
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
    display: block
}

.c-table-compare {
    margin: 40px 0;
    color: #fff;
    border-collapse: collapse;
    width: 100%
}

.c-table-compare tr:first-child {
    font-weight: 700
}

.c-table-compare th:not(:last-child) {
    border-right: 1px solid #777
}

.c-table-compare th {
    background-color: #1c1e29
}

.c-table-compare tr:not(:last-child) {
    border-bottom: 1px solid #777
}

.c-table-compare td {
    padding: 10px 20px;
    min-width: 200px
}

.c-table-compare td:not(:last-child) {
    border-right: 1px solid #777
}

.c-table-bonus {
    color: #fff;
    border-collapse: collapse;
    border-top: 1px solid #888
}

.c-table-bonus tbody tr:nth-child(odd) {
    background-color: #1c1e29
}

.c-table-bonus th {
    padding: 10px 20px;
    color: #ffc601;
    border-bottom: 1px solid #888
}

.c-table-bonus td {
    min-width: 200px;
    padding: 10px 20px;
    text-align: center
}

.c-table-bonus td:first-child {
    font-weight: bold
}

.c-table-bonus__box {
    display: flex;
    height: 100%;
    justify-content: center
}

.c-best-payments {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    border: 1px solid #888;
    padding: 20px 10px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .c-best-payments {
        float: left;
        margin-left: initial;
        margin-right: 40px
    }
}

.c-best-payments__title {
    font-size: 22px;
    color: #fff;
    text-align: center
}

.c-best-payments__list {
    display: flex;
    flex-wrap: wrap
}

.c-best-payments__item {
    width: 50%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

@media (min-width: 576px) {
    .c-best-payments__item {
        flex: initial
    }
}

.c-best-payments__link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
    display: inline-flex;
    background-color: #1c1e29;
    transition-duration: .3s
}

.c-best-payments__link:hover {
    opacity: .6
}

.c-best-payments__btn {
    text-align: center;
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #000;
    border: 1px solid #ffc601;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 700;
    transition: background .2s, color .1s;
    padding: 6px 25px;
    min-width: 115px
}

.c-best-payments__btn:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32)), linear-gradient(180.16deg, #ffd600 0.74%, #ffc601 99.78%)
}

.c-quote {
    text-align: center;
    color: #fff;
    margin: 40px 0;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    font-style: italic
}

@media (min-width: 576px) {
    .c-quote {
        font-size: 20px;
        padding: 0 50px
    }
}

.c-quote::before {
    position: absolute;
    content: "";
    display: inline-flex;
    align-items: center;
    width: 20px;
    height: 20px;
    background-image: url("../img/quote-gold.svg");
    background-position: 50%;
    background-size: 100%
}

@media (min-width: 576px) {
    .c-quote::before {
        width: 40px;
        height: 40px
    }
}

.c-quote::before {
    left: 0;
    top: -30px
}

@media (min-width: 768px) {
    .c-quote::before {
        top: -15px
    }
}

.c-quote::after {
    position: absolute;
    content: "";
    display: inline-flex;
    align-items: center;
    width: 20px;
    height: 20px;
    background-image: url("../img/quote-gold.svg");
    background-position: 50%;
    background-size: 100%
}

@media (min-width: 576px) {
    .c-quote::after {
        width: 40px;
        height: 40px
    }
}

.c-quote::after {
    right: 0;
    bottom: -30px
}

@media (min-width: 768px) {
    .c-quote::after {
        bottom: -15px
    }
}

.c-toc {
    margin-top: 20px;
    overflow-y: auto
}

.c-toc::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0)
}

.c-toc::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0)
}

.c-toc .c-toc__list {
    padding: 0 10px;
    width: 100%;
    display: flex
}

.c-toc__item {
    margin-bottom: 10px;
    border: 2px solid #ffc601;
    border-radius: 10px;
    transition-duration: .3s
}

.c-toc__item:hover {
    transform: scale(1.05);
    background: #1c1e29
}

.c-toc__item:not(:last-child) {
    margin-right: 13px
}

.c-toc__link {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 115px;
    min-height: 160px;
    text-align: center;
    text-decoration: none
}

.c-toc__link img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px
}

.c-toc__text {
    color: #fff
}

.c-best-casino {
    margin-top: 40px
}

.c-best-casino__item {
    display: flex;
    flex-direction: column
}

.c-best-casino__title {
    background-color: #ffc601;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    padding: 10px 0 15px 0;
    border-radius: 10px 10px 0 0
}

.c-best-casino__flag {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 40px;
    width: 40%;
    top: -10px;
    left: -16px;
    background-color: #1c1e29;
    z-index: 2;
    color: #fff;
    min-width: 200px;
    box-shadow: 3px 8px 5px rgba(0, 0, 0, .6)
}

.c-best-casino__flag-box {
    position: relative
}

.c-best-casino__flag::before {
    top: 100%;
    left: 0;
    content: "";
    position: absolute;
    display: flex;
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #000;
    border-right: 8px solid #000
}

.c-best-casino__flag::after {
    left: 100%;
    top: 0;
    content: "";
    position: absolute;
    display: flex;
    border-left: 0px solid #1c1e29;
    border-bottom: 20px solid #1c1e29;
    border-top: 20px solid #1c1e29;
    border-right: 26px solid rgba(0, 0, 0, 0)
}

.c-best-casino img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .7
}

.c-best-casino__content {
    background-color: #1c1e29;
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

@media (min-width: 414px) {
    .c-best-casino__content {
        padding: 25px 30px
    }
}

.c-best-casino__links {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap
}

.c-best-casino__links li {
    width: 50%
}

.c-best-casino__links a {
    color: #ffc601;
    text-decoration: none;
    font-weight: bold
}

.c-best-casino__links a:hover {
    text-decoration: underline
}

.c-description {
    margin-top: 40px
}

.c-description .c-description__item {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column
}

.c-description__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1
}

.c-description__title {
    padding: 2px 10px;
    background-color: #ffc601;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    width: 50%;
    min-width: 280px;
    position: relative;
    clip-path: polygon(0 0, 88% 0%, 100% 100%, 0% 100%)
}

.c-description__btn {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    align-self: center;
    padding: 5px 20px;
    border-radius: 20px;
    min-width: 100px;
    width: 140px;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    transition: background .2s, color .1s;
    border: 1px solid #ccc
}

.c-description__btn:hover {
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #000;
    border: 1px solid #ffc601
}

.c-description__btn::before {
    content: none
}

.c-description__btn-box {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-live-dealer {
    margin-top: 40px
}

.c-live-dealer__item {
    display: flex;
    flex-direction: column
}

.c-live-dealer__img {
    width: 50%
}

.c-live-dealer__top {
    display: flex
}

.c-live-dealer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-weight: bold
}

@media (min-width: 414px) {
    .c-live-dealer__content {
        font-size: 26px
    }
}

@media (min-width: 576px) {
    .c-live-dealer__content {
        font-size: 30px
    }
}

@media (min-width: 768px) {
    .c-live-dealer__content {
        font-size: 28px
    }
}

@media (min-width: 1200px) {
    .c-live-dealer__content {
        font-size: 32px
    }
}

@media (min-width: 1280px) {
    .c-live-dealer__content {
        font-size: 22px
    }
}

.c-live-dealer__content img {
    margin-top: 20px;
    width: 70px;
    height: 70px
}

@media (min-width: 414px) {
    .c-live-dealer__content img {
        width: 90px;
        height: 90px
    }
}

@media (min-width: 576px) {
    .c-live-dealer__content img {
        width: 120px;
        height: 120px
    }
}

@media (min-width: 768px) {
    .c-live-dealer__content img {
        width: 100px;
        height: 100px
    }
}

@media (min-width: 1200px) {
    .c-live-dealer__content img {
        width: 140px;
        height: 140px
    }
}

@media (min-width: 1280px) {
    .c-live-dealer__content img {
        width: 70px;
        height: 70px
    }
}

.c-live-dealer__title {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc601;
    padding: 10px;
    font-weight: bold
}

.c-live-dealer--mod .c-live-dealer__item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 100px
}

.c-live-dealer--mod .c-live-dealer__title {
    margin-top: 0
}

.c-compare {
    margin-top: 40px
}

.c-compare__inner {
    background-color: #1c1e29;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 414px) {
    .c-compare__inner {
        padding: 20px 30px
    }
}

.c-compare__title {
    color: #ffc601;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    text-align: center
}

.c-compare__list-item {
    padding-left: 25px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    display: block
}

.c-compare__btn {
    background: linear-gradient(180deg, #ffd601, #ffc601);
    color: #000;
    border: 1px solid #ffc601;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 700;
    transition: background .2s, color .1s;
    padding: 6px 25px;
    min-width: 115px
}

.c-compare__btn:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.32)), linear-gradient(180.16deg, #ffd600 0.74%, #ffc601 99.78%)
}

.c-compare__btn-box {
    display: flex;
    justify-content: center
}

.c-compare--mod .o-no::before {
    background: url(../img/svg/no-red.svg);
    top: 8px
}

.c-compare--mod .o-yes::before {
    top: 8px
}

.c-compare--mod .c-compare__title {
    width: 100%;
    border-bottom: 1px solid #62606c
}

.c-compare--mod .c-compare__title {
    padding: 20px;
    background-color: #1c1e29
}

.c-compare--mod .c-compare__inner {
    padding: 0
}

.c-compare--mod .c-compare__list[class] {
    padding: 20px;
    background-color: #232737;
    margin: 0;
    width: 100%
}

.c-compare--mod .c-compare__list-item {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.c-compare--mod .c-compare__list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.c-list-provider {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    margin-top: 40px
}

.c-list-square {
    margin-top: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.c-list-square__list {
    counter-reset: list-square
}

.c-list-square__item {
    margin-bottom: 40px;
    padding-left: 70px;
    position: relative
}

@media (min-width: 414px) {
    .c-list-square__item {
        padding-left: 90px
    }
}

.c-list-square__item::before {
    content: counter(list-square);
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    background-color: #ffc601;
    font-weight: bold;
    font-size: 20px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    counter-increment: list-square
}

@media (min-width: 414px) {
    .c-list-square__item::before {
        font-size: 24px;
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px
    }
}

.c-list-square__item img {
    float: right;
    width: 80px;
    height: 80px;
    margin-left: 20px;
    margin-bottom: 20px
}

.c-list-square__title {
    text-transform: uppercase;
    color: #ffc601;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none
}

.c-list-square__title--hover:hover {
    text-decoration: underline
}

.c-list-square--mod .c-list-square__item img {
    position: absolute;
    right: 0;
    display: none
}

@media (min-width: 450px) {
    .c-list-square--mod .c-list-square__item {
        padding-right: 120px
    }

    .c-list-square--mod .c-list-square__item img {
        display: block
    }
}

@media (min-width: 768px) {
    .c-list-square__item--mod {
        padding-right: 100px
    }

    .c-list-square__item--mod img {
        right: 0;
        position: absolute
    }
}

@media (min-width: 1200px) {
    .c-list-provider__item img {
        width: 110px
    }
}

.c-links-blocks {
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px
}

.c-links-block {
    width: calc(50% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    background-color: #1c1e29;
    box-shadow: 0 0 10px 3px rgba(201, 198, 198, .0588235294);
    padding: 30px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: box-shadow .3s ease-in-out, transform .3s linear
}

.c-links-block:hover {
    box-shadow: none;
    transform: scale(0.98)
}

.c-links-block__link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    text-decoration: none;
    text-align: center
}

.c-links-block__title {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    color: #ffc601;
    text-align: center;
    margin-top: 20px
}

.c-links-block__link img {
    max-width: 75px;
    max-height: 150px;
    width: 100%;
    height: auto
}

@media (min-width: 768px) {
    .c-links-block {
        width: calc(33.3333333333% - 15px)
    }
}

@media (min-width: 1200px) {
    .c-links-block {
        width: calc(20% - 15px);
        padding: 40px 20px
    }

    .c-links-block__link img {
        max-width: 95px
    }

    .c-links-block__title {
        font-size: 18px
    }
}

.c-appraisal {
    margin-top: 25px;
    margin-bottom: 25px
}

.c-appraisal__list[class] {
    margin: 0
}

.c-appraisal__list {
    counter-reset: list-square;
    position: relative
}

.c-appraisal__list::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #ffc601;
    top: 5px;
    left: 13px
}

.c-appraisal__wrap {
    border-bottom: 1px solid #62606c;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.c-appraisal__title {
    color: #ffc601;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px
}

.c-appraisal__item {
    padding-left: 40px;
    position: relative
}

.c-appraisal__item::before {
    content: counter(list-square);
    counter-increment: list-square;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffc601;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    left: 0;
    z-index: 2;
    top: 5px
}

.c-appraisal__box {
    margin-bottom: 40px;
    padding-top: 12px
}

.c-appraisal__img {
    margin: 0 auto 25px;
    min-height: 130px;
    min-width: 130px;
    height: 130px;
    width: 130px
}

.c-appraisal--mod .c-appraisal__list::after {
    content: none
}

.c-appraisal--mod .c-appraisal__item::before {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 40px
}

.c-appraisal--mod .c-appraisal__list {
    counter-reset: li
}

.c-appraisal--mod .c-appraisal__item::before {
    content: none
}

.c-appraisal--mod .c-appraisal__item {
    border-top: 1px solid #62606c;
    border-bottom: 1px solid #62606c;
    padding-top: 30px;
    padding-left: 0;
    justify-content: space-between
}

.c-appraisal--mod .c-appraisal__item svg {
    flex: 0 0 auto
}

.c-appraisal--mod .c-appraisal__img--mod {
    min-height: 100px;
    min-width: 100px;
    height: 100px;
    width: 100px
}

@media (min-width: 550px) {
    .c-appraisal__list::after {
        left: 19px
    }

    .c-appraisal__item {
        display: flex;
        align-items: center;
        padding-left: 55px
    }

    .c-appraisal__item::before {
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .c-appraisal__img {
        margin: 0 0 0 30px
    }

    .c-appraisal--mod .c-appraisal__item {
        padding-left: 55px
    }

    .c-appraisal--mod .c-appraisal__item::before {
        counter-increment: li;
        content: counter(li, decimal-leading-zero);
        top: 35px
    }
}

@media (min-width: 1100px) {
    .c-appraisal {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto
    }

    .c-appraisal__title {
        font-size: 28px;
        line-height: 50px
    }

    .c-appraisal-second {
        margin: 15px 0
    }

    .c-appraisal--mod .c-appraisal__img {
        margin-left: 50px
    }
}

.c-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px
}

.c-trust__item {
    text-align: center;
    margin: 0 15px 15px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 412px) {
    .c-trust__item {
        margin: 0 30px 30px
    }
}

.c-trust__item > img {
    margin: 0 auto 20px;
    min-width: 60px;
    width: 60px;
    min-height: 60px
}

.c-trust__content {
    color: #fff;
    display: flex;
    flex-direction: column
}

.c-trust__info {
    font-weight: 700;
    color: #ffc601;
    margin-bottom: 10px
}

.c-trust__descr {
    flex: 1 1 auto
}

.c-navigation {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .c-navigation {
        max-width: 1200px;
        margin: 15px auto
    }
}

.c-navigation__title {
    background-color: #1c1e29;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    font-size: 20px;
    margin-bottom: 15px;
    pointer-events: none
}

.c-navigation__title.is-active span::before {
    transform: rotate(135deg);
    top: 10px
}

.c-navigation__title span {
    display: inline-block;
    position: relative;
    cursor: pointer;
    pointer-events: visible
}

.c-navigation__title span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin-right: 0px;
    transform: rotate(-45deg);
    right: -25px;
    top: 15px
}

.c-navigation__inner {
    background-color: #1c1e29;
    padding: 20px 15px;
    border-radius: 0 0 10px 10px;
    display: block
}

.c-navigation__inner.is-active {
    display: none
}

.c-navigation__list[class] {
    margin: 10px 0 0
}

.c-navigation__list {
    display: flex;
    flex-wrap: wrap
}

.c-navigation__item {
    flex: 1 1 100%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .c-navigation__item {
        flex: 1 1 50%
    }
}

.c-navigation__link {
    color: #fff;
    display: inline-block;
    transition: color .2s linear;
    text-decoration: none
}

.c-navigation__link:hover {
    color: #ffc601
}

.c-block-list {
    counter-reset: list-square;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px
}

.c-block-list__item {
    padding-left: 40px;
    position: relative;
    border-bottom: 1px solid #777;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.c-block-list__item:last-child {
    border-bottom: none
}

.c-block-list__item::before {
    content: counter(list-square);
    counter-increment: list-square;
    position: absolute;
    left: 0;
    font-size: 40px;
    color: #ffc601;
    font-weight: 700
}

.c-block-list__title {
    color: #ffc601;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px
}

.c-block-list__descr p + p {
    margin-top: 10px
}

@media (min-width: 555px) {
    .c-block-list__item {
        padding-left: 55px
    }

    .c-block-list__item::before {
        font-size: 55px
    }

    .c-block-list__title {
        font-size: 25px
    }
}

@media (min-width: 992px) {
    .c-block-list__item {
        padding-left: 80px
    }

    .c-block-list__item::before {
        font-size: 80px
    }

    .c-block-list__item--mod::before {
        top: -20px
    }
}

.c-comparisons {
    width: 100%;
    min-width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: separate
}

.c-comparisons__head {
    background-color: #1c1e29;
    font-weight: 700;
    color: #ffc601;
    font-size: 20px
}

.c-comparisons__img {
    width: 100%;
    opacity: .6
}

.c-comparisons__list[class] {
    margin: 10px 0;
    padding-left: 20px
}

.c-comparisons__list li {
    padding-left: 25px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px
}

.c-comparisons__list li:last-child {
    margin-bottom: 0
}

.c-comparisons tr th, .c-comparisons tr td {
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    padding: 5px
}

.c-comparisons tr th:first-child, .c-comparisons tr td:first-child {
    border-left: 1px solid #777
}

.c-comparisons tr th {
    border-top: 1px solid #777
}

.c-comparisons tr:first-child th:first-child {
    border-top-left-radius: 6px
}

.c-comparisons tr:first-child th:last-child {
    border-top-right-radius: 6px
}

.c-comparisons tr:last-child td:first-child {
    border-bottom-left-radius: 6px
}

.c-comparisons tr:last-child td:last-child {
    border-bottom-right-radius: 6px
}

.c-comparisons th {
    padding: 10px
}

.c-comparisons td {
    padding: 15px
}

.c-casino-category {
    border-collapse: collapse;
    width: 100%;
    min-width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff
}

.c-casino-category__thead {
    background-color: #1c1e29;
    font-weight: 700;
    color: #ffc601;
    text-transform: uppercase
}

.c-casino-category th {
    padding: 10px;
    text-align: center
}

.c-casino-category td {
    padding: 15px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #777
}

.c-casino-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 80px -10px 30px
}

.c-casino-block__item {
    border: 1px solid #62606c;
    border-radius: 15px;
    overflow: hidden;
    max-width: 280px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #0c0d1b;
    position: relative
}

.c-casino-block__item--mod {
    order: -1
}

@media (min-width: 1024px) {
    .c-casino-block__item--mod {
        margin-top: -40px;
        order: 0;
        height: 100%
    }
}

.c-casino-block__item--horizont {
    display: flex;
    flex-direction: column
}

@media (min-width: 550px) {
    .c-casino-block__item--horizont {
        max-width: 890px;
        flex-direction: row
    }
}

.c-casino-block__img {
    padding: 0 15px
}

.c-casino-block__img img {
    margin: 35px auto 10px;
    height: auto;
    width: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 150px
}

.c-casino-block__img--mod {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 15px 10px
}

.c-casino-block__img--mod img {
    margin: 0
}

.c-casino-block__num {
    background-color: #1c1e29;
    color: #fff;
    background-color: #ffc601;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.c-casino-block__num--mod {
    width: 100%;
    text-align: center;
    border-radius: 0
}

.c-casino-block__box {
    padding: 20px 15px;
    color: #fff;
    background-color: #1c1e29;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.c-casino-block__box--mod {
    color: #000;
    background-color: #ffc601;
    padding: 10px 10px 0 10px
}

.c-casino-block__text {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center
}

.c-casino-block__btn {
    padding: 7px 32px;
    min-width: 135px;
    text-align: center
}

.c-casino-block__btn--mod {
    background: #1c1e29;
    color: #fff;
    border: 0;
    padding-top: 8px;
    padding-bottom: 8px
}

.c-casino-block__btn--mod:hover {
    background: rgb(48.6956521739, 52.1739130435, 71.3043478261)
}

.c-casino-block__offer {
    background-color: #ffc601;
    text-align: center;
    padding: 5px;
    color: #000;
    font-size: 14px
}

.c-casino-block__offer--mod {
    background: #1c1e29;
    color: #fff
}

.c-casino-block__offer span {
    font-weight: 700
}

.c-casino-block__info {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.c-casino-block__info--mod {
    justify-content: space-between;
    background-color: #1c1e29;
    width: 100%
}

@media (min-width: 550px) {
    .c-casino-block__info--mod {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap
    }
}

@media (min-width: 768px) {
    .c-casino-block__info--mod {
        flex-wrap: nowrap
    }
}

.c-casino-block__slots {
    margin-bottom: 25px
}

.c-casino-block__slots img {
    margin: 0 auto;
    width: 235px;
    height: 115px
}

@media (min-width: 550px) {
    .c-casino-block__slots--mod {
        flex: 1 1 50%;
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .c-casino-block__slots--mod {
        margin: 0 15px
    }
}

.c-casino-block__list[class] {
    margin: 0 0 15px
}

@media (min-width: 550px) {
    .c-casino-block__list--mod[class] {
        flex: 1 1 46%;
        margin: 0 10px 0 0
    }
}

@media (min-width: 768px) {
    .c-casino-block__list--mod {
        width: 33.33%
    }
}

.c-casino-block__list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px
}

.c-casino-block__list li:last-child {
    margin-bottom: 0
}

.c-casino-block__list li::after {
    content: "";
    position: absolute;
    background: url(../img/svg/yes.svg);
    width: 12px;
    height: 12px;
    left: 5px;
    top: 5px
}

@media (min-width: 550px) {
    .o-margin {
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .o-margin {
        margin-top: 0
    }
}

.c-other__items {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 40px 0
}

.c-other__item {
    display: flex;
    gap: 15px;
    flex: 0 0 230px;
    flex-direction: column;
    border: 10px solid #1c1e29;
    width: 100%;
    transition: border-color .2s linear
}

.c-other__item:hover {
    border-color: #303340
}

.c-other__link {
    align-items: center;
    border-radius: 30px;
    display: inline-flex;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    margin: 20px;
    text-align: center;
    transition: all .2s ease;
    justify-content: center;
    min-width: 130px;
    position: relative;
    top: 0;
    text-decoration: none;
    background: #1c1e29;
    border: 2px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    color: #fff;
    transition: background .2s linear
}

.c-other__link::after {
    content: "";
    background: url(../img/icons/search-icon.svg);
    min-height: 10px;
    height: 10px;
    min-width: 10px;
    min-width: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px
}

.c-other__link:hover {
    background: #303340
}

.c-other__link:hover::after {
    animation: animate 1s ease-in-out forwards
}

.c-table-section {
    border-collapse: collapse;
    padding: 50px 0
}

.c-table-section__table {
    width: 100%
}

.c-table-section__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    counter-reset: section
}

.c-table-section__table-head {
    display: none
}

.c-table-section__tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f5df73
}

.c-table-section__tr:last-child {
    margin-bottom: 0
}

.c-table-section__td {
    margin-bottom: 15px;
    width: 100%
}

.c-table-section__td:last-child {
    margin-bottom: 0
}

.c-table-section .number {
    background-color: #ffc601;
    color: #0e2a23;
    font-size: 1.8rem;
    text-align: center;
    width: 210px;
    margin-bottom: 5px
}

.c-table-fz-20 {
    font-size: 20px
}

.c-table-section__txt_white {
    color: #fff;
    font-weight: 500
}

.c-table-section__casino-link {
    display: block
}

.c-table-section .casino-img {
    width: 210px
}

.c-table-section .bonus {
    color: #ffc601;
    font-size: .9rem;
    text-align: center
}

.c-table-section__play-btn {
    display: block;
    background-color: #ffc601;
    color: #0e2a23;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 700;
    transition: all ease .2s
}

.c-table-section__play-btn:hover {
    background-color: rgba(245, 223, 115, .9)
}

.c-table-section .games-quantity, .c-table-section .review {
    text-align: center
}

.c-table-section__quantity, .c-table-section__review-link {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
    text-decoration: none
}

.c-table-section__types {
    font-size: 18px
}

.c-table-section__review-link {
    transition: all ease .2s
}

.c-table-section__deposit-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.c-table-section__deposit-img {
    max-width: 34px;
    max-height: 30px
}

.c-table-section__txt_payment {
    font-size: 1rem;
    color: #fff
}

.c-table-section__payment-link {
    position: relative;
    width: 100%
}

.c-table-section__payment-icon {
    background-image: url(../img/payment/payment-systems.png);
    background-image: -webkit-image-set(url("../img/webp/payment-systems.webp") 1x, url("../img/webp/payment-systems.webp") 2x);
    background-image: -webkit-image-set(url("../img/payment/payment-systems.png") 1x, url("../img/payment/payment-systems.png") 2x);
    background-image: image-set(url("../img/payment/payment-systems.png") 1x, url("../img/payment/payment-systems.png") 2x);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 120px;
    display: block;
    height: 35px;
    margin: 0 auto
}

.c-table-section__payment-icon.visa {
    background-position: 2px -42px
}

.c-table-section__payment-icon.mastercard {
    background-position: 2px 0
}

.c-table-section__payment-icon.paypal {
    background-position: 2px -336px
}

.c-table-section__payment-icon.skrill {
    background-position: 2px -82px
}

.c-table-section__payment-icon.neteller {
    background-position: 2px -165px
}

.c-table-section__payment-icon.paysafe-card {
    background-position: 2px -376px
}

.c-table-section__payment-icon.giro-pay {
    background-position: 2px -2220px
}

.c-table-section__payment-icon.pay-n-pay {
    background-position: 2px -3652px
}

.c-table-section__payment-icon.uberweisung {
    background-position: 2px -502px
}

.c-table-section__payment-icon.cheque {
    background-position: 2px -633px
}

.c-table-section__payment-icon.trustly {
    background-position: 2px -2560px
}

.c-table-section__payment-icon.webmoney {
    background-position: 2px -1515px
}

.c-table-section__payment-icon.yandex {
    background-position: 2px -2640px
}

.ideal {
    margin: 0 auto
}

.c-table-section__avaliable {
    display: flex;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    color: #ffc601;
    justify-content: center
}

.c-table-section__avaliable_y {
    border: 1px solid #ffc601;
    background-color: #ffc601;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    color: #000
}

.c-table-section__avaliable_seperator {
    margin-top: 0
}

.c-table-section__avaliable_n {
    border: 1px solid #ffc601;
    background-color: #ffc601;
    color: #ff3636;
    width: 30px;
    height: 30px;
    margin: 0 10px
}

.c-table-section__td {
    text-align: center
}

@media (min-width: 768px) {
    .c-table-section__table-head {
        display: flex;
        width: 100%;
        height: 70px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        position: relative
    }

    .c-table-section__table-head::after, .c-table-section__table-head::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #0e2a23 0, #f5df73 50%, #0e2a23 100%)
    }

    .o-flex-b-10 {
        flex-basis: 10%
    }

    .c-table-section__table-head::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .c-table-section__table-head::after {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .c-table-section__th {
        text-align: center;
        font-size: 1rem;
        color: #ffc601;
        text-shadow: 1px 1px 1px #000
    }

    .flex-b-10 {
        flex-basis: 10%;
        padding-left: 10px;
        padding-right: 10px
    }

    .c-table-section__tr {
        flex-direction: row;
        width: 100%;
        height: 150px;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        margin-bottom: 15px
    }

    .c-table-section__tr:last-child {
        border-bottom: none
    }

    .c-table-section__td {
        margin-bottom: 0;
        width: auto
    }

    .c-table-section .number {
        position: static;
        height: 35%;
        width: 100%
    }

    .c-table-section .number, .c-table-section .number_heading {
        flex-basis: 5%
    }

    .c-table-section .casino-img, .c-table-section .casino-img_heading {
        flex-basis: 18%
    }

    .c-table-section .bonus, .c-table-section .bonus_heading {
        flex-basis: 15%
    }

    .c-table-section .play-btn, .c-table-section .play_heading {
        flex-basis: 15%
    }

    .c-table-section .review, .c-table-section .review_heading {
        flex-basis: 15%
    }

    .c-table-section .first-bonus, .c-table-section .first-bonus_heading {
        flex-basis: 25%
    }

    .c-table-section .first-bonus {
        color: #ffc601
    }

    .c-table-section .games-quantity, .c-table-section .games-quantity_heading {
        flex-basis: 10%
    }

    .c-table-section .types, .c-table-section .types_heading {
        flex-basis: 15%
    }

    .c-table-section__td.first-bonus.bonus--size, .first-bonus_heading.types__heading--size {
        flex-basis: 35%
    }

    .bonus--size {
        font-size: 16px
    }
}

@media (min-width: 768px)and (min-width: 768px) {
    .bonus--size {
        font: size 12px
    }
}

@media (min-width: 768px)and (min-width: 1200px) {
    .bonus--size {
        font: size 14px
    }
}

@media (min-width: 768px) {
    .c-table-section__txt_bonus {
        color: #ffc601
    }

    .c-table-section .deposit, .c-table-section .deposit_heading {
        flex-basis: 15%
    }

    .c-table-section .avaliability, .c-table-section .avaliability_heading, .c-table-section .deposit-and-withdrawal, .c-table-section .deposit-and-withdrawal_heading, .c-table-section .fees, .c-table-section .fees_heading, .c-table-section .payment-method, .c-table-section .payment-method_heading, .c-table-section .payment-system, .c-table-section .payment-system_heading {
        flex-basis: 19%
    }

    .c-table-section .casino-img {
        height: 100%;
        overflow: hidden
    }

    .c-table-section__casino-link {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .c-table-section__deposit-container {
        justify-content: flex-start
    }
}

.c-table-section__tr.tr--size, .number.number--size {
    width: 270px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .c-table-section__tr.tr--size, .number.number--size {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .c-table-section .bonus {
        font-size: 1.2rem
    }
}

.c-game {
    display: flex;
    flex-direction: column;
    padding: 20px
}

.c-game__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}

.c-games__img {
    margin-top: 0
}

.c-game__title {
    font-size: 1.2rem;
    color: #ffc601;
    text-shadow: 1px 1px 1px #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px
}

.c-game__description {
    font-size: 1rem;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    line-height: 1.8rem
}

@media (min-width: 768px) {
    .c-game {
        flex-basis: 30%
    }
}

.c-games-box__game {
    margin-bottom: 20px
}

.c-games-box__game:last-child {
    margin-bottom: 0
}

@media (min-width: 768px)and (max-width: 991px) {
    .c-games-box__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px
    }

    .c-games-box__game {
        flex-basis: 50%
    }
}

@media (min-width: 992px) {
    .c-games-box__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px
    }

    .c-games-box__game {
        flex-basis: 25%;
        text-align: center
    }
}

.c-info-box {
    border-top: 2px solid #ffc601;
    background-color: #1c1e29;
    padding: 20px
}

.c-info-box__title {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 20px;
    display: block
}

.c-info-box__item {
    color: #ffc601;
    font-size: 1rem
}

.c-info-box .c-info-box__item {
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px
}

.c-info-box .c-info-box__item:last-child {
    margin-bottom: 0
}

.c-info-box .c-info-box__item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #ffc601;
    left: 0;
    top: 7px
}

.c-info-box__content-section {
    margin-bottom: 20px
}

.c-info-box__quote {
    font-size: 1rem;
    color: #fff;
    position: relative;
    line-height: 1.9rem;
    margin-bottom: 15px
}

.c-info-box__quote::before {
    content: "";
    background-image: url(../img/icons/quote.svg);
    background-size: contain;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px
}

.c-info-box__img {
    max-width: 300px;
    width: 100%;
    filter: grayscale(1);
    margin-bottom: 10px
}

.c-info-box__position {
    font-size: 1rem;
    color: #ffc601
}

.c-info-box__name {
    font-size: 1rem;
    color: #ffc601
}

.c-info-box__seperator {
    display: none
}

@media (min-width: 768px) {
    .c-info-box__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative
    }

    .c-info-box__content-section {
        flex-basis: 47%;
        padding-right: 10px
    }

    .c-info-box__quote-section {
        flex-basis: 47%;
        padding-left: 10px
    }

    .c-info-box__seperator {
        position: absolute;
        display: block;
        width: 2px;
        height: 80%;
        background-color: rgba(245, 223, 115, .5);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .c-info-box__img {
        margin-left: auto;
        width: 200px
    }

    .c-info-box__name, .c-info-box__position {
        text-align: right
    }
}

@media (min-width: 992px) {
    .c-info-box__quote-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .c-info-box__quote {
        flex-basis: 60%
    }

    .c-info-box__autor {
        flex-basis: 40%
    }

    .c-info-box__img {
        width: 100px
    }
}

.c-winners {
    border-top: 2px solid #ffc601;
    padding: 20px
}

.c-winners__title {
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 20px
}

.c-winners__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #1c1e29;
    margin-top: 0
}

.c-winners__rank {
    color: #fff;
    font-size: 1rem;
    flex-basis: 60%;
    text-align: right
}

.c-winners__link, .c-winners__value {
    flex-basis: 35%;
    color: #ffc601;
    font-size: 1rem;
    text-decoration: none;
    margin-top: 0
}

.c-winners__link:hover {
    text-decoration: underline
}

.o-link {
    text-decoration: none
}

.o-link:hover {
    text-decoration: underline
}

.c-winners__value-special {
    flex-basis: 48%;
    display: flex;
    flex-direction: column
}

.c-winners__rank-special {
    flex-basis: 49%
}

@media (min-width: 768px) {
    .c-winners__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .c-winners__item {
        flex-basis: 49%
    }

    .c-winners__item:nth-child(2n) {
        background-color: #1c1e29
    }

    .c-winners li.is-colored {
        background-color: #292c39
    }
}

.c-games-info__title {
    color: #f5df73;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    margin-bottom: 10px
}

.c-games-info__desc {
    font-size: 18px;
    text-shadow: 1px 1px 0 #000;
    color: #fff3b9;
    margin-bottom: 10px
}

.c-games-info__desc:last-child {
    margin-bottom: 0
}

.c-games-info__item {
    padding-top: 45px;
    padding-bottom: 20px
}

.c-games-info__item-logo {
    margin: 0 auto
}

.c-games-info__item-title {
    margin-top: 15px;
    color: #f5df73;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    line-height: 18px
}

.c-games-info__item-desc {
    margin-top: 15px;
    color: #fff3b9;
    font-size: 15px;
    font-weight: 300;
    text-shadow: 1px 1px 1px #000
}

.c-games-info__item-desc--underlined {
    font-weight: 700;
    text-decoration: underline
}

.c-games-info__item {
    display: flex
}

.c-games-info__item picture {
    flex-basis: 30%
}

.c-games-info__item-text {
    flex-basis: 70%;
    margin-left: 10px
}

.c-games-info__item-title {
    margin-top: 0
}

.c-criterions {
    border-top: 2px solid #ffc601;
    padding: 20px
}

.c-criterions__title {
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 20px
}

.c-criterions__item {
    font-size: 1.1rem;
    color: #ffc601;
    margin-bottom: 10px;
    margin-top: 0
}

@media (min-width: 768px) {
    .c-criterions__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .c-criterions__item {
        flex-basis: 48%;
        display: flex
    }

    .c-criterions__item:first-child {
        justify-content: flex-end
    }

    .c-criterions__item:nth-child(2n+3) {
        justify-content: flex-end
    }
}

.c-bets {
    border-top: 2px solid #f5df73;
    padding: 20px
}

.c-bets__title {
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 20px
}

.c-bets__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 50px;
    margin-bottom: 10px
}

.c-bets__item:last-child {
    align-items: flex-start
}

.c-bets__rating, .c-bets__type {
    height: 100%;
    display: flex;
    align-items: center
}

.c-bets__type {
    flex-basis: 30%;
    font-size: 1.2rem;
    color: #ffc601;
    position: relative
}

.c-bets__type::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 60px;
    border-right: 2px solid #fff
}

.c-bets__type::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 1px;
    background-color: #fff
}

.c-bets__rating {
    width: 100%;
    position: relative
}

.c-bets .dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    background-color: #fff;
    width: 2px;
    height: 6px;
    transform: translateX(-100%)
}

.c-bets .dot::after {
    content: "";
    position: absolute;
    left: -1px;
    top: -15px;
    background-color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    transform: translateX(-50%)
}

.c-bets__empty, .c-bets__type {
    flex-basis: 35%
}

.c-bets__border, .c-bets__rating {
    flex-basis: 65%
}

.c-bets__rating-field {
    width: 95%;
    height: 100%;
    position: relative;
    background-color: #fff3b9;
    border: 1px solid #f5df73
}

.c-bets__rating-field::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: #f5df73
}

.c-bets__rating-value {
    position: absolute;
    z-index: 5;
    padding: 5px;
    color: #0e2a23;
    font-size: 1.2rem;
    font-weight: 700
}

.c-bets__empty {
    width: 100%;
    height: 100%
}

.c-bets__border {
    border-bottom: 2px solid #fff;
    width: 100%;
    position: relative
}

.c-bets__border::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #fff;
    width: 2px;
    height: 2px;
    transform: translateX(-100%)
}

.c-bets__border::after {
    position: absolute;
    right: 0;
    top: -9px;
    width: 10px;
    height: 10px;
    content: "";
    transform: translate(95%, 50%);
    background-color: #fff;
    border-radius: 50%
}

.c-bets__point {
    position: absolute;
    font-size: 1.6rem;
    color: #fff3b9;
    top: 10px
}

.c-bets__point:first-child::after {
    content: none
}

.c-bets__point::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 4px;
    background-color: #fff;
    left: 50%;
    top: -10px;
    transform: translate(-50%, 50%)
}

.c-bets__point:nth-child(1) {
    left: 0
}

.c-bets__point:nth-child(2) {
    left: 25%
}

.c-bets__point:nth-child(3) {
    left: 50%
}

.c-bets__point:nth-child(4) {
    left: 75%
}

.c-bets__point:nth-child(5) {
    left: 91%
}

.c-bets__icons {
    display: none
}

.classic .c-bets__rating-field::after {
    left: 70%;
    width: 25%
}

.slots .c-bets__rating-field::after {
    left: 20%;
    width: 70%
}

.rulette .c-bets__rating-field::after {
    left: 60%;
    width: 30%
}

.black-jack .c-bets__rating-field::after {
    left: 60%;
    width: 39%
}

.board-games .c-bets__rating-field::after {
    left: 28%;
    width: 70%
}

.video-poker .c-bets__rating-field::after {
    left: 70%;
    width: 25%
}

.scretch-cards .c-bets__rating-field::after {
    left: 65%;
    width: 15%
}

.arcades .c-bets__rating-field::after {
    left: 0;
    width: 86%
}

@media (min-width: 768px) {
    .c-bets__type {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 30px
    }

    .c-bets__icons {
        display: block;
        width: 45px;
        margin-left: 25px
    }
}

.c-bonuses {
    border-top: 2px solid #f5df73;
    padding: 20px
}

.c-bonuses__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.c-bonuses__list .free-spins::after {
    background-position: -85px 0
}

.c-bonuses__list .no-deposit::after {
    background-position: -170px 0
}

.c-bonuses__list .free-play::after {
    background-position: -255px 0
}

.c-bonuses__list .deposit-reload::after {
    background-position: -340px 0
}

.c-bonuses__list .comp-point::after {
    background-position: -425 0
}

.c-bonuses__list .free-rolls::after {
    background-position: -510px 0
}

.c-bonuses__list .daily-deals::after {
    background-position: -595px 0
}

.c-bonuses__list .hight-roller::after {
    background-position: -680px 0
}

.c-bonuses__list .vip-bonuses::after {
    background-position: -765px 0
}

.c-bonuses__list .raffles::after {
    background-position: -850px 0
}

.c-bonuses__list .referal-bonuses::after {
    background-position: -935px 0
}

.c-bonuses__item {
    padding-top: 90px;
    margin-bottom: 20px;
    text-align: center;
    position: relative
}

.c-bonuses__item::after {
    position: absolute;
    content: "";
    background-image: url(../img/icons/four-boxes-sprite.png);
    background-image: -webkit-image-set(url("../img/webp/icons/four-boxes-sprite.webp") 1x, url("../img/webp/icons/four-boxes-sprite.webp") 2x);
    background-image: -webkit-image-set(url("../img/icons/four-boxes-sprite.png") 1x, url("../img/icons/four-boxes-sprite.png") 2x);
    background-image: image-set(url("../img/icons/four-boxes-sprite.png") 1x, url("../img/icons/four-boxes-sprite.png") 2x);
    background-size: cover;
    width: 85px;
    height: 85px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0)
}

.c-bonuses__title {
    font-size: 1.1rem;
    color: #ffc601;
    font-weight: 500
}

.o-copy-button {
    border: 1px dashed #ffc601;
    cursor: pointer;
    padding: 10px 4px;
    border-radius: 12px;
    max-width: 250px;
    width: 100%;
    text-align: center;
    color: #ffc601;
    position: relative;
    background: rgba(0, 0, 0, 0);
    margin-top: 5px;
    font-size: 19px
}

.o-copy-button:hover {
    color: #bc991e;
    border: 1px dashed #bc991e
}

.o-copy-button::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTYgMUg0Yy0xLjEgMC0yIC45LTIgMnYxNGgyVjNoMTJWMVptMyA0SDhjLTEuMSAwLTIgLjktMiAydjE0YzAgMS4xLjkgMiAyIDJoMTFjMS4xIDAgMi0uOSAyLTJWN2MwLTEuMS0uOS0yLTItMlptMCAxNkg4VjdoMTF2MTRaIiBmaWxsPSIjZmZjNjAxIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.o-copy-button.copy {
    background-color: #ffc601;
    color: #000
}

.o-copy-button.copy::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIj48cGF0aCBkPSJNMTYgMUg0Yy0xLjEgMC0yIC45LTIgMnYxNGgyVjNoMTJWMVptMyA0SDhjLTEuMSAwLTIgLjktMiAydjE0YzAgMS4xLjkgMiAyIDJoMTFjMS4xIDAgMi0uOSAyLTJWN2MwLTEuMS0uOS0yLTItMlptMCAxNkg4VjdoMTF2MTRaIiBmaWxsPSIjMDAwMDAwIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyNHYyNEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==)
}

.c-brands__mindep.copy {
    padding-bottom: 0
}

@media (min-width: 768px) {
    .c-bonuses__list {
        flex-direction: row
    }

    .o-copy-button::before {
        content: none
    }

    .c-bonuses__item {
        flex-basis: 25%
    }

    .c-brands__td.c-brands__deposits.copy {
        display: none
    }

    .c-brands__td.copy {
        flex-basis: 19.4%
    }
}

@media (min-width: 1200px) {
    .o-copy-button {
        padding-right: 40px;
        padding-left: 15px
    }

    .o-copy-button::before {
        content: ""
    }

    .c-brands__deposits.copy {
        display: flex
    }

    .c-brands__td.copy {
        flex-basis: 16.6666666667%
    }

    .c-brands__td.c-brands__deposits.copy {
        display: flex
    }
}

.c-os {
    border-top: 2px solid #f5df73;
    padding: 20px
}

.c-os__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.c-os__item {
    border: 2px solid #ffc601;
    max-width: 250px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.c-os__title {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px
}

.c-os__icon-container {
    margin-top: 0
}

.c-os__icons {
    width: 150px
}

@media (min-width: 768px) {
    .c-os__container {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch
    }

    .c-os__container--mod {
        justify-content: center
    }

    .c-os__container--mod .c-os__item {
        margin-left: 8px;
        margin-right: 8px
    }

    .c-os__item {
        flex-basis: 23%;
        max-width: 100%;
        text-align: center;
        justify-content: space-between
    }

    .c-os__icons {
        width: 100px
    }
}

.c-conclusion {
    border-top: 2px solid #ffc601;
    padding: 20px
}

.c-conclusion__img-container {
    margin-bottom: 20px
}

.c-conclusion__img {
    max-width: 250px
}

.c-conclusion__autor-name {
    font-size: 1.4rem;
    color: #ffc601;
    margin-bottom: 10px
}

.c-conclusion__blockquote {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 10px
}

.c-conclusion__blockquote::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
    background-image: url(../img/icons/quote.svg);
    background-size: contain;
    float: left;
    margin-right: 10px
}

.c-conclusion__btn {
    background-color: #ffc601;
    color: #0e2a23;
    display: block;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    padding: 10px 0
}

.c-conclusion__btn:hover {
    background-color: rgb(243.3, 217.56, 91.2);
    text-decoration: none
}

@media (min-width: 768px) {
    .c-conclusion__container {
        display: flex;
        justify-content: flex-start
    }

    .c-conclusion__img-container {
        flex-basis: 30%;
        margin-right: 10px
    }

    .c-conclusion__img {
        max-width: 200px;
        margin: auto
    }

    .c-conclusion__content {
        flex-basis: 65%
    }

    .c-conclusion__btn-section {
        display: flex;
        justify-content: flex-end
    }

    .c-conclusion__btn {
        flex-basis: 40%
    }
}

.с-table-of-content {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px
}

.с-table-of-content__title {
    color: #ffc601;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-right: 5px
}

.с-table-of-content__list[class] {
    margin: 0
}

.с-table-of-content__list {
    display: flex;
    overflow-x: auto
}

.с-table-of-content__list::-webkit-scrollbar {
    width: 1em;
    height: 6px;
    border-radius: 10px
}

.с-table-of-content__list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.с-table-of-content__list::-webkit-scrollbar-thumb {
    background-color: #ffc601;
    border-radius: 10px
}

.с-table-of-content__item {
    flex: 1 0 auto;
    margin-left: 10px;
    margin-bottom: 5px
}

.с-table-of-content__link {
    text-decoration: none;
    color: #fff;
    border: 2px solid #ffc601;
    display: inline-block;
    border-radius: 30px;
    padding: 13px 30px
}

.с-table-of-content__link:hover {
    background: #1c1e29
}

.c-table-casinos thead th:not(:first-child) {
    display: none
}

.c-table-casinos tr {
    display: flex;
    flex-direction: column
}

.c-table-casinos tr:nth-child(even) {
    background: #1c1e29
}

.c-table-casinos .c-table-game__img {
    max-width: 150px;
    min-height: 150px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 414px) {
    .c-table-game.c-table-casinos td {
        min-width: 200px
    }
}

@media (min-width: 768px) {
    .c-table-casinos tr {
        flex-direction: row;
        display: table-row
    }

    .c-table-casinos thead th:not(:first-child) {
        display: table-cell
    }
}

.c-bottom-casino {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #1c1e29;
    z-index: 4;
    transform: translateY(100%)
}

.c-bottom-casino.is-active {
    transform: translateY(0)
}

.c-bottom-casino__inner {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.c-bottom-casino__top {
    display: flex;
    align-items: center;
    margin-right: 50px
}

.c-bottom-casino__logo {
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 10px 0 0;
    background-color: #424354
}

.c-bottom-casino__logo img {
    width: 100%;
    height: auto
}

.c-bottom-casino__rating {
    text-align: center;
    color: #fff
}

.c-brand__rating-val span {
    font-weight: 700;
    color: #ffd601
}

.c-bottom-casino__bonus {
    font-size: 20px;
    line-height: 25px;
    padding: 5px 10px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    flex: 1
}

.c-bottom-casino__rating .c-casino-table__rating {
    margin-bottom: 0
}

.c-bottom-casino__warning {
    color: #ffc601;
    margin-bottom: 5px
}

.c-casino-table__rating {
    display: flex;
    height: 20px;
    width: 110px;
    margin-bottom: 10px
}

.c-casino-table__rating--color {
    width: 100%;
    height: 20px;
    overflow-x: hidden;
    display: flex
}

.c-bottom-casino__text {
    margin-bottom: 5px
}

.c-bottom-casino__btn {
    width: 100%;
    padding: 14px;
    border-radius: 4px;
    font-size: 17px;
    text-align: center
}

.c-bottom-casino__close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0
}

.c-bottom-casino__close svg {
    width: 20px;
    height: 20px
}

.c-bottom-casino__close img {
    width: 100%;
    height: 100%
}

@media (min-width: 555px) {
    .c-bottom-casino__btn {
        max-width: 300px
    }
}

@media (min-width: 768px) {
    .c-bottom-casino {
        bottom: 0
    }
}

@media (min-width: 992px) {
    .c-bottom-casino__inner {
        flex-direction: row;
        margin-left: 0;
        margin-right: 0
    }

    .c-bottom-casino__btn {
        margin-right: 55px;
        margin-top: 0
    }

    .c-bottom-casino__close {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width: 1200px) {
    .c-bottom-casino__bonus {
        font-size: 24px;
        line-height: 27px;
        margin-left: 25px;
        margin-right: 25px
    }
}

.c-requirements[class] {
    margin-top: 25px;
    margin-bottom: 25px
}

.c-requirements__item {
    background-color: #1c1e29;
    margin-bottom: 15px;
    border-radius: 15px
}

.c-requirements__item:last-child {
    margin-bottom: 0
}

.c-requirements__box {
    background-color: #1c1e29;
    color: #fff;
    padding: 20px;
    border-radius: 15px
}

.c-requirements__done {
    background-color: #0c0d1b;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 50%;
    position: relative
}

.c-requirements__done svg {
    position: absolute;
    right: -5px
}

.c-requirements__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffc601;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.c-requirements__close {
    display: flex;
    align-items: center;
    justify-content: center
}

.c-requirements__close svg {
    position: static
}

@media (min-width: 768px) {
    .c-requirements {
        display: flex;
        flex-wrap: wrap;
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .c-requirements__item {
        flex: 1 1 calc(50% - 15px);
        margin-left: 7.5px;
        margin-right: 7.5px
    }
}

.c-pros-cons {
    color: #fff
}

.c-pros-cons__list[class] {
    list-style-type: disc;
    padding-left: 20px
}

.c-pros-cons__list li + li {
    margin-top: 10px
}

.c-pros-cons__title {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #ffc601
}

.c-pros-cons__box + .c-pros-cons__box {
    margin-top: 40px
}

.c-pros-cons__decor {
    padding-left: 20px
}

@media (min-width: 411px) {
    .c-pros-cons__list[class] {
        padding-left: 40px
    }

    .c-pros-cons__title {
        padding-left: 40px
    }

    .c-pros-cons__decor {
        padding-left: 40px
    }
}

.c-block-play {
    margin-bottom: 15px;
    color: #fff
}

.c-block-play__head {
    background-color: #1c1e29;
    border-top: 1px solid #62606c;
    border-bottom: 1px solid #62606c;
    padding: 20px 20px 100px
}

.c-block-play__title {
    margin-bottom: 10px
}

.c-block-play__content[class] {
    background-color: #1c1e29;
    padding: 30px;
    border: 1px solid #62606c;
    border-radius: 30px;
    width: 100%;
    margin: -70px auto 0
}

.c-block-play__item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffc601;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.c-block-play__item:last-child {
    margin-bottom: 0
}

.c-block-play__item p {
    margin-left: 30px;
    font-size: 18px
}

@media (min-width: 411px) {
    .c-block-play__content[class] {
        width: 92%
    }
}

.c-live-block {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px
}

.c-live-block__item + .c-live-block__item {
    margin-top: 30px
}

.c-live-block__info {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    background-color: #1c1e29;
    border: 1px solid #62606c
}

.c-live-block__info svg {
    fill: #ffc601
}

.c-live-block__title {
    color: #ffc601;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-left: 15px
}

.c-live-block__title:hover {
    text-decoration: none
}

.c-live-block__inner {
    padding: 15px;
    background-color: #232737;
    border: 1px solid #62606c;
    border-top: none
}

.c-live-block__content {
    margin-bottom: 15px
}

.c-live-block__content p + p {
    margin-top: 15px
}

.c-live-block__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.c-live-block__video iframe {
    display: block;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline-width: 0
}

@media (min-width: 768px) {
    .c-live-block__inner {
        display: flex;
        align-items: center
    }

    .c-live-block__content {
        margin-right: 15px
    }

    .c-live-block__right {
        width: 40%;
        flex: 0 0 auto
    }
}

@media (min-width: 1024px) {
    .c-live-block__content {
        margin-right: 30px
    }
}

.c-slots {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.c-slots__item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    min-height: 100px;
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px
}

.c-slots__item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-slots__item:hover .c-slots__hover {
    opacity: 1
}

.c-slots__hover {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    opacity: 0
}

.c-slots__hover-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

@media (min-width: 550px) {
    .c-slots__item {
        width: calc(33.3333333333% - 10px)
    }
}

@media (min-width: 768px) {
    .c-slots__item {
        width: calc(25% - 10px)
    }
}

@media (min-width: 992px) {
    .c-slots {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    .c-slots__item {
        width: calc(20% - 15px);
        margin-left: 7.5px;
        margin-right: 7.5px;
        margin-bottom: 15px
    }

    .c-slots__hover-title {
        font-size: 18px
    }
}

.c-popup {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #000;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none
}

.c-popup.is-active {
    display: block
}

.c-popup__wrapper {
    display: table;
    height: 100%;
    width: 100%
}

.c-popup__inner {
    display: table-cell;
    vertical-align: middle
}

.c-popup__content {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000
}

.c-popup__content-promo {
    max-width: 560px !important;
    background-color: #0c0d1b;
    padding: 0 !important;
    position: static
}

.c-popup__btn-promo {
    right: 10px;
    top: 10px;
    position: absolute
}

.c-promocode {
    text-align: center
}

.c-promocode__top, .c-promocode__bottom {
    padding: 20px 15px
}

.c-promocode__top {
    padding-top: 40px
}

.c-promocode__title {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #ffc601;
    margin-bottom: 20px
}

.c-promocode__box {
    display: flex;
    justify-content: center;
    max-width: 340px;
    margin: 0 auto 15px
}

.c-promocode__input {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #e0e0e0;
    color: #fff;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%
}

.c-promocode__btn {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    border: 0;
    padding: 2px 10px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.c-promocode__text {
    display: block;
    margin-bottom: 15px
}

.c-promocode__bottom {
    background: #0c0d1b;
    display: flex;
    align-items: center
}

.c-promocode__img {
    background-color: #1c1e29;
    display: inline-block;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px
}

.c-promocode__content {
    text-align: left
}

.c-promocode__content-title {
    color: #ffc601;
    font-weight: 700
}

.c-promocode__content-text {
    display: none
}

@media (min-width: 550px) {
    .c-promocode__content-text {
        margin-top: 5px;
        display: block;
        font-size: 13px
    }
}

.c-slots-popup {
    display: block;
    position: relative;
    width: 100% !important;
    height: calc(100% - 30px) !important;
    border: none;
    display: block
}

.c-slots-popup iframe {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100% !important;
    height: 100% !important
}

.c-popup__btns {
    padding-right: 10px;
    width: 100%;
    height: 30px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.c-popup__btn {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 0;
    font-size: 14px;
    transition: transform .2s linear, opacity .2s;
    display: flex;
    align-items: center
}

.c-popup__btn::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icons/close-icon.svg") center no-repeat;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 3px
}

.c-popup__btn img {
    display: none
}

.c-popup__btn--full {
    display: none;
    right: 50px
}

.js-btn-close-test {
    position: absolute;
    right: 10px;
    top: 50px;
    width: 50px;
    height: 50px;
    background-color: red
}

.c-popup__btn img {
    pointer-events: none
}

.c-popup__btn:hover {
    transform: scale(1.05);
    opacity: 1
}

.c-popup__btn:focus {
    transform: scale(0.9);
    opacity: .8
}

.c-popup-special {
    padding: 4rem 1rem 1rem;
    max-width: 1024px
}

.c-popup__inner-special {
    padding: 5rem 1rem
}

.c-popup__btn-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    border: 0;
    background-image: url(../img/close-icon.svg);
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: transform .2s linear, opacity .2s;
    outline: none
}

@media (min-width: 992px) {
    .c-popup {
        background: rgba(0, 0, 0, .7)
    }

    .c-popup__inner {
        padding: 1rem
    }

    .c-popup__inner--mod {
        padding: 5rem 1rem
    }

    .c-popup__btns {
        position: absolute;
        height: auto;
        width: auto;
        right: 0;
        top: 7px;
        padding-right: 0
    }

    .c-popup__btn::before {
        content: none
    }

    .c-popup__btn img {
        display: block
    }

    .c-popup__btn span {
        display: none
    }

    .c-popup__btns {
        display: block
    }

    .c-popup__btn--full {
        display: block;
        margin-top: 15px
    }

    .c-popup__content {
        max-width: 1320px;
        padding: 7px 45px;
        margin: 0 auto;
        position: relative
    }

    .c-popup__content--mod {
        background: #1c1e29;
        padding: 4rem 1rem 1rem;
        max-width: 1024px;
        margin: 0 auto;
        position: relative;
        border-radius: 20px
    }

    .c-slots-popup {
        background: #1c1c1e;
        width: auto !important;
        height: auto !important
    }

    .c-slots-popup::before {
        display: block;
        content: "";
        width: 100%;
        height: 0;
        padding: 28% 0
    }
}

.c-table-game {
    color: #fff;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0
}

.c-table-game th {
    padding: 10px 9px;
    text-align: center;
    background-color: #1c1e29
}

.c-table-game td {
    text-align: center;
    min-width: 200px
}

.c-table-game td:not(:first-child) {
    padding: 12px 5px
}

@media (min-width: 414px) {
    .c-table-game td {
        min-width: 240px
    }
}

.c-table-game tr {
    border-top: 1px solid #62606c
}

.c-table-game__img {
    width: 100%;
    margin: 0 auto;
    max-width: 200px
}

@media (min-width: 414px) {
    .c-table-game__img {
        max-width: 240px
    }
}

.block-four {
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.block-four__item-wrapper {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    justify-content: center
}

.block-four__item {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 255px;
    max-height: 225px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    background-color: #1c1e29;
    padding: 25px 30px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 0 10px 3px rgba(201, 198, 198, .0588235294);
    transition: box-shadow .3s ease-in-out
}

.block-four__item:hover {
    box-shadow: initial
}

.block-four__item img {
    width: 100px;
    height: auto;
    max-height: 100px
}

.block-four__item span {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    text-align: center
}

@media (min-width: 550px) {
    .block-four__item-wrapper {
        width: auto
    }

    .block-four__item img {
        width: 120px
    }
}

.c-faq {
    padding: 10px 0;
    background-color: #1c1e29;
    border-radius: 5px;
    margin: 10px;
    margin-bottom: 30px
}

.c-faq summary::-webkit-details-marker {
    display: none
}

.c-faq details {
    margin-bottom: 10px
}

@media (min-width: 1366px) {
    .c-faq {
        margin-left: auto;
        margin-right: auto
    }
}

.c-faq summary {
    padding: 10px 10px 10px 40px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    background-color: #0c0d1b;
    position: relative;
    border: 1px solid rgba(255, 198, 1, .7);
    outline: none;
    font-weight: 700;
    font-size: 18px;
    margin: 0 10px
}

.c-faq summary::before {
    content: "";
    background-image: url(../img/svg/arrow.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg)
}

.c-faq details > div {
    padding: 20px;
    font-size: 15px;
    color: #fff
}

.c-faq details[open] summary::before {
    transform: translateY(-50%) rotate(0deg)
}

.c-faq h3 {
    font-size: 18px
}

details > summary:first-of-type {
    list-style: none
}

.c-reviews {
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 30px
}

.c-reviews__item {
    border: 2px solid hsla(0, 0%, 100%, .3);
    padding: 20px;
    border-radius: 4px;
    background: #1c1e29
}

.c-reviews__item + .c-reviews__item {
    margin-top: 8px
}

.c-reviews__name {
    font-size: 18px;
    font-weight: 700;
    color: #ffc601;
    margin-bottom: 15px
}

.c-reviews__top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-reviews__answer {
    text-align: right;
    display: block;
    text-decoration: none;
    color: #ffc601
}

.c-reviews__answer:hover {
    text-decoration: underline
}

.c-reviews__answer a {
    color: #fff;
    text-decoration: none
}

.c-reviews__text {
    padding-left: 20px
}

.c-reviews__text p + p {
    margin-top: 10px
}

.c-block-relinking__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.c-block-relinking__item {
    max-width: 180px;
    width: 100%;
    min-height: 90px;
    margin: 0 15px 15px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c1e29;
    transition: transform .2s
}

.c-block-relinking__item:hover {
    transform: scale(1.1)
}

.c-block-relinking__item img {
    width: 140px;
    height: auto;
    max-height: 50px
}

.o-geo-links {
    border: 1px solid rgba(210, 210, 225, .6509803922);
    border-radius: 8px;
    max-width: 900px;
    margin-top: 30px;
    margin-bottom: 30px
}

.o-geo-links__wrap {
    position: relative
}

.o-geo-links__title {
    padding: 20px 15px 10px 15px;
    border-bottom: 1px solid rgba(210, 210, 225, .6509803922)
}

.o-geo-links__list[class] {
    margin: 0;
    padding: 15px;
    position: relative;
    z-index: 1;
    -moz-column-count: 2;
    column-count: 2
}

.o-geo-links__item {
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}

.o-geo-links__link {
    display: inline-block;
    text-align: center;
    padding: 8px 12px;
    color: #fff;
    font-weight: 800;
    border-radius: 40px;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease
}

.o-geo-links__link:hover {
    color: #000;
    background-color: #ffc601
}

.o-geo-links__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: .4
}

@media (min-width: 411px) {
    .o-geo-links__link {
        min-width: 180px
    }
}

@media (min-width: 768px) {
    .o-geo-links {
        margin-left: auto;
        margin-right: auto
    }

    .o-geo-links__title {
        text-align: center
    }
}

.c-games-list__list-container {
    color: #fff
}

.c-games-list__main-txt {
    margin-bottom: 15px
}

.c-games-list__item-tÑ–tle {
    margin-bottom: 13px;
    color: #ffc601
}

.c-games-list__item-txt {
    position: relative
}

.c-games-list__item-txt::before {
    content: "";
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 15px 10px 0;
    float: left;
    display: block;
    flex-shrink: 0
}

.c-games-list__img {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0
}

.c-games-list__item-txt.baccarat::before {
    background-image: url(../img/games/baccarat.svg)
}

.c-games-list__item-txt.bingo::before {
    background-image: url(../img/games/bingo.svg)
}

.c-games-list__item-txt.blackjack::before {
    background-image: url(../img/games/blackjack.svg)
}

.c-games-list__item-txt.casino::before {
    background-image: url(../img/games/casino.svg)
}

.c-games-list__item-txt.slots::before {
    background-image: url(../img/cherries-icon.svg)
}

.c-games-list__item-txt.craps::before {
    background-image: url(../img/games/craps.svg)
}

.c-games-list__item-txt.keno::before {
    background-image: url(../img/games/keno.svg)
}

.c-games-list__item-txt.roulette::before {
    background-image: url(../img/games/roulette.svg)
}

.c-games-list__item-txt.scratch::before {
    background-image: url(../img/games/scratch.svg)
}

.c-games-list__item-txt.videopoker::before {
    background-image: url(../img/games/videopoker.svg)
}

.c-games-list__item-txt.poker::before {
    background-image: url(../img/games/poker.svg)
}

@media (min-width: 768px) {
    .c-games-list__list-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .c-games-list__item {
        flex-basis: 48%;
        margin-bottom: 10px
    }

    .c-games-list__item:last-child {
        margin-bottom: 0
    }
}

.c-casino-alternative {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.c-popup__content--mod {
    max-width: 1024px;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0c0d1b
}

.js-btn-close-end {
    position: absolute;
    right: 10px;
    top: 10px
}

.c-casino-alternative__item {
    border: 1px solid #62606c;
    border-radius: 15px;
    overflow: hidden;
    max-width: 280px;
    width: 100%;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative
}

.c-casino-alternative__item--mod {
    order: -1
}

.c-casino-alternative__descr {
    margin-bottom: 20px;
    font-size: 18px
}

.c-casino-alternative__item--horizont {
    display: flex;
    flex-direction: column
}

.c-casino-alternative__img {
    padding: 0 15px
}

.c-casino-alternative__img img {
    margin: 35px auto 10px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 150px;
    width: auto
}

.c-casino-alternative__img--mod {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 15px 10px
}

.c-casino-alternative__img--mod img {
    margin: 0
}

.c-casino-alternative__num {
    background-color: #1c1e29;
    color: #fff;
    background-color: #ffc601;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    left: 0
}

.c-casino-alternative__num--mod {
    width: 100%;
    text-align: center;
    border-radius: 0
}

.c-casino-alternative__box {
    padding: 20px 15px;
    color: #fff;
    background-color: #1c1e29;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.c-casino-alternative__box--mod {
    color: #000;
    background-color: #ffc601
}

.c-casino-alternative__text {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center
}

.c-casino-alternative__btn {
    padding: 7px 32px;
    min-width: 135px;
    text-align: center
}

.c-casino-alternative__btn--mod {
    background: #1c1e29;
    color: #fff;
    border: 0;
    padding-top: 8px;
    padding-bottom: 8px
}

.c-casino-alternative__btn--mod:hover {
    background: #313447
}

.c-casino-alternative__offer {
    background-color: #ffc601;
    text-align: center;
    color: #000;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    display: block
}

.c-casino-alternative__offer--mod {
    background: #1c1e29;
    color: #fff
}

.c-casino-alternative__img {
    border: 1px solid rgba(98, 96, 108, .2784313725)
}

.c-casino-alternative__offer span {
    font-weight: 700
}

.c-casino-alternative__info {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.c-casino-alternative__info--mod {
    justify-content: space-between;
    background-color: #1c1e29;
    width: 100%
}

.c-casino-alternative__slots {
    margin-bottom: 25px
}

.c-casino-alternative__slots img {
    margin: 0 auto;
    width: 235px;
    height: 115px
}

.c-casino-alternative__list[class] {
    margin: 0 0 15px
}

.c-casino-alternative__list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px
}

.c-casino-alternative__list li:last-child {
    margin-bottom: 0
}

.c-casino-alternative__list li::after {
    content: "";
    position: absolute;
    background: url(../img/svg/yes.svg);
    width: 12px;
    height: 12px;
    left: 5px;
    top: 5px
}

@media (min-width: 550px) {
    .c-casino-alternative__slots--mod {
        flex: 1 1 50%;
        margin-bottom: 0
    }

    .c-casino-alternative__list--mod[class] {
        flex: 1 1 46%;
        margin: 0 10px 0 0
    }

    .o-margin {
        margin-top: 15px
    }

    .c-casino-alternative__info--mod {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap
    }

    .c-casino-alternative__item--horizont {
        max-width: 890px;
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .c-casino-alternative__list--mod {
        width: 33.33%
    }

    .o-margin {
        margin-top: 0
    }

    .c-casino-alternative__slots--mod {
        margin: 0 215px
    }

    .c-casino-alternative__info--mod {
        flex-wrap: nowrap
    }
}

@media (min-width: 992px) {
    .c-casino-alternative__descr {
        margin-bottom: 70px
    }

    .c-casino-alternative__item--mod {
        margin-top: -40px;
        order: 0
    }
}

.c-footer__languages {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-footer__section {
    padding: 20px 10px;
    border-bottom: 1px solid #62606c
}

.c-footer__section--mod {
    border-bottom: none;
    padding-bottom: 0
}

.c-footer__title {
    color: #ffc601;
    font-size: 18px;
    text-align: center;
    font-weight: 700
}

.c-footer__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.c-footer__list-item {
    margin: 10px;
    width: auto;
    opacity: .8;
    transition: opacity .3s ease
}

.c-footer__list-item:hover {
    opacity: 1
}

.c-footer__list-item img {
    height: 30px;
    width: auto;
    max-width: 130px;
    -o-object-fit: contain;
    object-fit: contain
}

.c-footer__list-item--mod img {
    max-width: 85px
}

.c-footer__link {
    text-decoration: none;
    color: #aeadb4;
    transition: color .2s linear
}

.c-footer__link:hover {
    color: #fff
}

.c-dropdown-country {
    display: none
}

.c-footer__restrictions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.c-footer__restrictions-item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1rem
}

.c-footer__restrictions-text {
    display: flex;
    align-items: center
}

.c-footer__restrictions-text span {
    border: 3px solid #aeadb4;
    border-radius: 26px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem
}

.c-footer__restrictions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.c-footer__restrictions-item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1rem
}

.c-footer__restrictions-text {
    display: flex;
    align-items: center
}

.c-footer__restrictions-text span {
    border: 3px solid #aeadb4;
    border-radius: 26px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem
}

@media (min-width: 768px) {
    .c-footer__icons {
        margin-left: -10px;
        margin-right: -10px
    }

    .c-footer__flex {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px
    }

    .c-footer__list[class] {
        margin: 0
    }

    .c-footer__list {
        flex: 1 1 auto;
        justify-content: flex-start
    }

    .c-footer__title {
        flex-shrink: 0;
        margin-right: 15px
    }
}

.c-destinations__title {
    color: #ffc601;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px
}

.c-destinations__inner {
    display: flex;
    flex-wrap: wrap
}

.c-destinations__list {
    width: 50%
}

.c-destinations__item + .c-destinations__item {
    margin-top: 12px
}

@media (min-width: 500px) {
    .c-destinations__list {
        width: 33.3333333333%
    }

    .c-destinations__list[class] {
        padding-right: 15px
    }
}

@media (min-width: 768px) {
    .c-destinations__list {
        width: 25%
    }
}

@media (min-width: 992px) {
    .c-destinations__list {
        width: 20%
    }
}

.c-nav {
    display: flex;
    flex-wrap: wrap
}

.c-nav__col {
    flex-basis: 100%;
    border-top: 1px solid #62606c;
    margin-bottom: 15px
}

.c-nav__col:first-child {
    border-top: none
}

.c-nav__title {
    color: #ffc601;
    font-size: 18px;
    position: relative;
    padding-top: 15px;
    padding-left: 25px
}

.c-nav__title svg {
    position: absolute;
    left: 0;
    top: 18px
}

.c-nav__list[class] {
    padding-left: 25px
}

.c-nav__item + .c-nav__item {
    margin-top: 15px
}

.o-icon {
    width: 15px;
    height: 15px
}

@media (min-width: 412px) {
    .c-nav__col {
        flex-basis: calc(50% - 20px);
        margin-right: 20px
    }

    .c-nav__col:nth-child(2) {
        border-top: none
    }
}

@media (min-width: 700px) {
    .c-nav__col {
        flex-basis: calc(33.3333333333% - 20px);
        margin-right: 20px
    }

    .c-nav__col:nth-child(3) {
        border-top: none
    }
}

@media (min-width: 992px) {
    .c-nav__col {
        flex-basis: calc(25% - 20px);
        margin-right: 20px
    }

    .c-nav__col:nth-child(4) {
        border-top: none
    }
}

@media (min-width: 1200px) {
    .c-nav__col {
        flex-basis: calc(20% - 20px);
        margin-right: 20px
    }

    .c-nav__col:nth-child(5) {
        border-top: none
    }
}

.c-secure-seals[class] {
    margin-top: 20px
}

.c-secure-seals {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.c-secure-seals__item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px
}

.c-footer__content p:not([class]) {
    color: #aeadb4
}

.c-footer__content p + p {
    margin-top: 15px
}

.c-footer__logo {
    display: flex;
    justify-content: center;
    flex-shrink: 0
}

.c-statistics {
    max-width: 350px;
    margin: 0 auto 0
}

.c-statistics__element {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-statistics__element + .c-statistics__element {
    margin-top: 15px
}

.c-statistics__number {
    font-size: 36px;
    font-weight: 600;
    color: #ffc601;
    width: 25%
}

.c-statistics__content {
    width: 60%;
    margin-left: 4%
}

.c-statistics__title {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    color: #ffc601
}

.c-statistics__text {
    font-size: 11px;
    display: block;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .c-footer__bottom {
        display: flex;
        align-items: center
    }

    .c-footer__bottom-item {
        width: 100%
    }

    .c-footer__logo {
        margin-right: 30px
    }

    .c-statistics {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: none
    }

    .c-statistics__element + .c-statistics__element {
        margin-top: 0;
        margin-left: 15px
    }

    .c-statistics__element {
        max-width: 33.3333333333%
    }

    .c-statistics__number {
        margin-right: 15px;
        width: auto
    }
}

.c-footer .o-container {
    overflow-x: visible
}

.c-footer {
    background-color: #1c1e29;
    color: #aeadb4;
    padding: 0 0 20px 0;
    padding-bottom: 80px;
    border-top: 1px solid #ffc601
}

@media (min-width: 768px) {
    .c-footer {
        padding-bottom: 20px
    }
}

.c-footer__lang {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.c-footer__lang img {
    width: 20px;
    min-width: 20px;
    height: 15px;
    margin-right: .5rem;
    overflow-x: scroll
}

.c-footer__lang-inner {
    display: flex;
    align-items: center;
    position: relative
}

.c-footer__lang-inner:hover .c-footer__lang-list {
    max-height: 6000px
}

.c-footer__lang-inner:hover .c-footer__lang-title {
    color: #ffc601
}

.c-footer__lang-inner.is-open .c-footer__lang-list {
    max-height: 6000px
}

.c-footer__lang-inner.is-open .c-footer__lang-title {
    color: #ffc601
}

.c-footer__lang-title {
    color: #fff;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    transition-duration: .3s;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px
}

.c-footer__lang-title:hover {
    color: #ffc601
}

.c-footer__lang-list[class] {
    max-height: 0px;
    padding: 0;
    border-top: none;
    transition-duration: .4s;
    padding: 0 24px;
    border-top: 1px solid #ffc601;
    border-left: 1px solid #ffc601;
    border-right: 1px solid #ffc601;
    width: 100%;
    bottom: 100%;
    right: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    overflow: hidden;
    background-color: #1c1e29;
    position: absolute
}

.c-footer__lang-item:first-child {
    margin-top: 20px
}

.c-footer__lang-item:last-child {
    margin-bottom: 12px
}

.c-footer__lang-item:not(:last-child) {
    margin-bottom: 1rem
}

.c-footer__lang-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition-duration: .3s
}

.c-footer__lang-link:hover {
    color: #ffc601
}

.c-footer__info[class] {
    margin: 0;
    padding: 20px 0
}

.c-footer__info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #62606c;
    border-bottom: 1px solid #62606c
}

.c-footer__info-item {
    margin: 0 15px 10px
}

.c-footer__info-link {
    text-decoration: none;
    color: #aeadb4;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .2s
}

.c-footer__info-link:hover {
    color: #fff
}

.c-footer__payments {
    padding: 20px;
    border-bottom: 1px solid #62606c
}

.c-footer__payments-list[class] {
    margin: 0
}

.c-footer__payments-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.c-footer__payments-icon {
    display: block
}

.c-footer__payments-icon.is-load {
    background-image: url("../img/svg/payments-sprite.svg");
    background-image: -webkit-image-set(url("../img/webp/payments-sprite.webp") 1x, url("../img/webp/payments-sprite.webp") 2x);
    background-image: -webkit-image-set(url("../img/svg/payments-sprite.svg") 1x, url("../img/svg/payments-sprite.svg") 2x);
    background-image: image-set(url("../img/svg/payments-sprite.svg") 1x, url("../img/svg/payments-sprite.svg") 2x)
}

.c-footer__payments-icon {
    height: 36px;
    background-size: cover
}

.c-footer__lang-item {
    width: 100%
}

.c-footer__payments-item {
    height: 100%;
    margin: 0 15px 15px
}

.c-visa {
    background-position: 0 0;
    width: 57px
}

.c-mastercard {
    background-position: -122px 0;
    width: 48px
}

.c-yandex-money {
    background-position: -367px 0;
    width: 104px
}

.c-webmoney {
    background-position: -540px 0;
    width: 100px
}

.c-paypal, .c-paysafe {
    width: 95px;
    height: 30px
}

.c-scrill {
    width: 110px
}

.c-footer__box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #62606c
}

@media (min-width: 992px) {
    .c-footer__box {
        flex-wrap: nowrap;
        justify-content: space-between
    }
}

.c-footer__box img {
    width: 250px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .c-footer__box img {
        margin-bottom: 0
    }
}

.c-footer__box p {
    max-width: 600px;
    font-size: 15px
}

@media (min-width: 992px) {
    .c-footer__box p {
        margin-left: 25px
    }
}

.c-footer__content {
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    max-width: 1200px;
    margin: 15px 0 auto
}

.c-footer__copyright {
    margin-top: 15px;
    text-align: center
}

.c-footer__data {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.c-footer__data-item {
    flex: 1 1 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 2rem;
    align-items: center
}

.c-sitemap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px
}

.c-sitemap__box {
    margin-bottom: 50px;
    width: 100%
}

.c-sitemap__title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px
}

.c-sitemap__list[class] {
    margin: 0
}

.c-sitemap__item + .c-sitemap__item {
    margin-top: 5px
}

.c-sitemap__link {
    text-decoration: none;
    display: inline-block;
    color: #ffc601
}

.c-sitemap__link:hover {
    text-decoration: underline;
    color: rgb(255, 203.7224409449, 26.5)
}

@media (min-width: 555px) {
    .c-sitemap {
        margin-left: -10px;
        margin-right: -10px
    }

    .c-sitemap__box {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 992px) {
    .c-sitemap__box {
        width: 33.333%
    }
}
h1, h2, h3 {
    color: #ffc601 !important;
}