.nav__link[data-v-6aaf54e9] {
    display: block;
    color: #fff !important;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: .875rem;
    line-height: 1.42857;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap
}

.license-badge {
    display: flex;
    padding: 30px 0;
}

.license-badge__img {
    flex-shrink: 0;
    min-width: 0;
    padding-right: 30px;
}
.ul.a {
  list-style-type: circle;
}

.ul.b {
  list-style-type: square;
}

.ol.c {
  list-style-type: upper-roman;
}

ol.d {
  list-style-type: lower-alpha;
}
.license-badge__text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 2px;
    padding-bottom: 2px;
}
.center {
    margin-left: auto;
    margin-right: auto;
}	
.
@media screen and (max-width: 460px) {
    .license-badge {
        display: block;
    }

    .license-badge__img {
        padding-right: 0;
        margin-bottom: 14px;
    }

    .license-badge__text {
        padding-top: 0;
        padding-bottom: 0;
    }
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

*, body {
    margin: 0;
    padding: 0
}

body {
    color: #4e4d5e;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    background: #fff;
    -webkit-overflow-scrolling: touch
}

html {
    margin: 0;
    padding: 0;
    font-size: 16px
}

a {
    color: #ffe600;
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

a:hover {
    color: #ffe600;
    text-decoration: none
}

h1, h2, h3, h4, p {
    margin: 0
}

img {
    width: auto;
    max-width: 100%
}

img, picture {
    display: block
}

button {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: transparent
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1023px) {

    .hide-on-md {
        display: none !important
    }
}

@media screen and (min-width: 1024px) {
    .hide-from-md {
        display: none !important
    }
}

.btn--big {
    min-width: 260px
}

.container {
    position: relative;
    padding-top: 48px;
    overflow: hidden
}

@media screen and (max-width: 1023px) {
    .container {
        padding-top: 48px
    }
}

.container--main {
    padding-top: 48px
}

@media screen and (max-width: 1023px) {
    .container--main {
        padding-top: 48px
    }
}

h1, h2, h3, h4 {
    color: #4e4d5e;
    line-height: 1.41667;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    h1, h2, h3, h4 {
        line-height: 1.3125
    }
}

h1 {
    font-size: 2.25rem
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.875rem
    }
}

@media screen and (max-width: 460px) {
    h1 {
        font-size: 1.5rem
    }
}

h2 {
    font-size: 2rem
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 460px) {
    h2 {
        font-size: 1.375rem
    }
}

h3 {
    font-size: 24px
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 22px
    }
}

@media screen and (max-width: 460px) {
    h3 {
        font-size: 20px
    }
}

h4 {
    font-size: 22px
}

@media screen and (max-width: 768px) {
    h4 {
        font-size: 20px
    }
}

@media screen and (max-width: 460px) {
    h4 {
        font-size: 19px
    }
}

.h1-title {
    margin-top: 0;
    margin-bottom: .625em;
    color: #4e4d5e;
    line-height: 1.4;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    text-shadow: none
}

@media screen and (max-width: 1023px) {
    .h1-title {
        font-size: 2.25rem
    }
}

@media screen and (max-width: 768px) {
    .h1-title {
        font-size: 1.875rem
    }
}

@media screen and (max-width: 460px) {
    .h1-title {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 1024px) {
    @supports (display:contents) and (display:grid) {
    }
}

.wrapper {
    max-width: 1226px;
    height: 100%;
    margin: auto;
    padding: 0 15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.scrollbar::-webkit-scrollbar, .vue-feature :not(.mod-default-scroll-bar)::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.scrollbar::-webkit-scrollbar-thumb, .vue-feature :not(.mod-default-scroll-bar)::-webkit-scrollbar-thumb {
    background-color: rgba(234, 179, 80, .7);
    border-radius: 8px
}

.scrollbar::-webkit-scrollbar-track, .vue-feature :not(.mod-default-scroll-bar)::-webkit-scrollbar-track {
    background-color: transparent
}

.section, .section--gradient, .bibi--light {
    position: relative
}

.section--gradient:before, .bibi--light:before, .section:before {
    content: "";
    background-repeat: repeat-x;
    background-position: 50% 0;
    height: 6px;
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0
}

.section {
    background-color: #fff
}

.section--gradient {
    background: #fff
}

.bibi--light, .high-block {
    background-color: #fff
}

.high-block:before, .bibi--light:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5v1h10V5L5 0 0 5z' fill='%23F8F2D4'/%3E%3C/svg%3E")
}

.section__title {
    text-transform: none
}

@media screen and (max-width: 640px) {

    .mobile-feature-position {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.text-block {
    background-color: transparent;
    border-radius: 0
}

.text-block {
    padding: 0 0 32px
}

@media screen and (max-width: 768px) {
    .text-block {
        padding: 0 0 12px
    }
}

.text-block.text-block-shadow {
    overflow: auto
}

.text-block__content, .text-block__content p {
    line-height: 1.7;
    font-size: 1rem
}

@media screen and (max-width: 768px) {
    .text-block__content, .text-block__content p {
        font-size: 1rem;
        line-height: 1.375
    }
}

.text-block__content p {
    margin-bottom: 1em
}

.text-block__content {
    padding-right: 0;
    border-radius: 8px;
    color: #4e4d5e
}

@media screen and (max-width: 768px) {
    .text-block__content {
        padding-right: 0
    }
}

.text-block__content::-webkit-scrollbar-thumb {
    background-color: rgba(234, 179, 80, .7)
}

.text-block__content.max-height {
    /*max-height: 360px;*/
    overflow: auto
}

.text-block__content.scrollbar {
    overflow-y: auto;
    padding: 0 15px 0 0
}

.text-block__content h2 {
    font-size: 2rem
}

.text-block__content h3 {
    font-size: 1.5rem
}

.text-block__content p span {
    color: #a47430
}

@media screen and (max-width: 768px) {
    .text-block__content {
        font-size: 20px
    }

    .text-block__content h1, .text-block__content h2, .text-block__content h3 {
        padding: 0
    }

    .text-block__content h1 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .text-block__content h2 {
        font-size: 20px
    }

    .text-block__content h3 {
        font-size: 18px
    }
}

@media screen and (max-width: 460px) {
    .text-block__content {
        font-size: 20px
    }

    .text-block__content h1, .text-block__content h2 {
        font-size: 18px
    }

    .text-block__content h3 {
        font-size: 16px
    }
}

.about .text-block {
    padding: 0
}

@media screen and (max-width: 768px) {
    .about .text-block {
        padding: 0
    }
}

.text-block__content h2:not(.not-static), .text-block__content h3:not(.not-static) {
    padding: 10px 0 18px;
    font-weight: 700;
    color: #4e4d5e;
    line-height: 1.35;
    letter-spacing: .01em
}

@media screen and (max-width: 768px) {
    .text-block__content h2:not(.not-static), .text-block__content h3:not(.not-static) {
        padding: 0;
        margin: 5px 0 16px
    }
}

.games {
    position: relative;
    z-index: 1;
    padding: 26px 0 40px
}

@media screen and (max-width: 1023px) {
    .games {
        padding: 20px 0 40px
    }
}

@media screen and (max-width: 768px) {
    .games {
        padding: 24px 0
    }
}

.games-with-bottom-separator:after {
    content: "";
    background-repeat: repeat-x;
    background-position: 50% -1px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1V0H0v1l5 5 5-5z' fill='%23fff'/%3E%3C/svg%3E");
    height: 6px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0
}

.games__box, .games__wrap {
    position: relative
}

.games__wrap {
    z-index: 1;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent
}

@media screen and (max-width: 768px) {
    .games__wrap {
        padding: 0
    }
}

.games__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -22px;
    padding-top: 9px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 1023px) {
    .games__top {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width: 768px) {
    .games__top {
        padding-top: 10px
    }
}

.games__content {
    padding-bottom: 20px
}

.games__content:last-child {
    padding-bottom: 0
}

@media screen and (max-width: 768px) {
    .games__content {
        padding: 0 0 20px
    }
}

.games__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0;
    width: 100%;
    margin: 19px 22px 0
}

@media screen and (max-width: 1023px) {
    .games__heading {
        border-top: none;
        margin: 0
    }
}

.games__title {
    font-weight: 700;
    font-size: 24px;
    color: #4e4d5e;
    line-height: 28px
}

@media screen and (max-width: 1023px) {
    .games__title {
        font-size: 1.25rem
    }
}

.games__grid {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(5, 1fr)
}

@media screen and (max-width: 1023px) {
    .games__grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (max-width: 640px) {
    .games__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

.games__button-wrap {
    margin-top: 24px;
    text-align: center
}

@media screen and (max-width: 1023px) {
    .games__heading {
        padding: 16px 0
    }

    .games__button-wrap {
        margin-top: 16px
    }
}

.games-filter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.games-filter__title {
    color: #4e4d5e;
    display: inline-block;
    margin-left: 8px;
    font-weight: 700;
    font-size: .75rem;
    white-space: nowrap
}

.games-filter__icon {
    display: none;
    border-top: 2px solid;
    width: 18px;
    min-height: 12px;
    margin-right: 4px;
    vertical-align: -1px
}

@media screen and (max-width: 1023px) {
    .games-filter__icon {
        display: inline-block
    }
}

.games-filter__icon:after, .games-filter__icon:before {
    content: "";
    display: block;
    border-top: 2px solid;
    margin: 16.66667% auto 0
}

.games-filter__icon:before {
    width: 66.66667%
}

.games-filter__icon:after {
    width: 22.22222%
}

.game-filter__content-wrap {
    display: inline-block
}

.game-filter__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.game-filter__content, .game-filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.game-filter__list {
    margin: 0 -8px;
    padding: 0 16px 0 12px;
    list-style: none
}

.game-filter__item {
    padding: 0 8px
}

.game-filter__button {
    position: relative;
    padding: 3px;
    height: 36px;
    min-width: 36px;
    border: 2px solid #bedaf9;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    background-color: #fff
}

.game-filter__button:hover {
    background-color: #f8f2d4
}

.game-filter__button:hover svg.game-filter__button-icon {
    fill: #c12838
}

.game-filter__button:hover .game-filter__button-text {
    color: #ff5722
}

.game-filter__button-icon, .game-filter__button-text {
    vertical-align: middle
}

.game-filter__button-icon {
    display: inline-block;
    width: 26px;
    height: 26px
}

svg.game-filter__button-icon {
    fill: #c12838;
    -webkit-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out
}

.game-filter__button-text {
    display: inline-block;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: .75rem;
    text-transform: uppercase;
    color: #eb8e3b;
    min-width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.game-filter__button-icon ~ .game-filter__button-text {
    display: none;
    min-width: auto;
    margin-left: 1px
}

@media screen and (max-width: 1023px) {
    .games__filters {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .games-filter {
        margin-top: -11px;
        margin-bottom: -11px
    }

    .games-filter:after {
        background-color: #fff;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 1px;
        right: 1px;
        z-index: 3
    }

    .games-filter__title {
        display: block;
        border: 1px solid transparent;
        cursor: pointer;
        color: #1974ab;
        font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 4px
    }

    .games-filter__title-inner {
        border-bottom: 1px dashed;
        white-space: normal
    }

    .game-filter__content {
        -webkit-box-shadow: 0 12px 16px rgba(0, 0, 0, .24);
        box-shadow: 0 12px 16px rgba(0, 0, 0, .24)
    }

    .game-filter__content {
        display: block;
        background-color: #fff;
        border: 1px solid #a5aab6;
        border-radius: 4px;
        border-top-right-radius: 0;
        padding: 16px;
        text-align: center
    }

    .game-filter__content, .game-filter__content-wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .game-filter__content-wrap {
        padding-left: 30px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100vw;
        margin-top: -1px;
        min-width: 256px;
        visibility: hidden;
        opacity: 0
    }

    .game-filter__list {
        padding: 0;
        margin: 0 -6px;
        margin-bottom: 12px
    }

    .game-filter__item {
        padding: 0 6px;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -ms-flex-preferred-size: 0;
        flex-basis: 0
    }

    .game-filter__button {
        width: 100%
    }

    .game-filter__button-icon ~ .game-filter__button-text {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    .game-filter__content-wrap {
        padding-left: 30px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px
    }
}

.game-filter__button-text {
    min-width: 85px
}

@media (max-width: 400px) {
    .game-filter__button-text {
        font-size: 11px
    }
}

@media screen and (max-width: 359px) {
    .game-filter__item {
        width: 50%
    }

    .game-filter__button-icon:not(:last-child) {
        display: none
    }
}

.game:hover .game__content {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 640px) {
    .game:hover .game__content {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .game:hover .game__content:after {
        width: 0;
        -webkit-transition: width 0s ease .4s;
        transition: width 0s ease .4s
    }
}

.game__wrap {
    -webkit-box-shadow: none;
    box-shadow: none
}

.game__image-wrap, .game__wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.game__image-wrap {
    padding-bottom: 112%;
    width: 100%;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.game__image {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.game__content, .game__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.game__content {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9.63149% 7.11893%;
    margin: auto;
    background-color: rgba(96, 31, 44, .85);
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@media screen and (max-width: 640px) {
    .game__content {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .game__content:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width: 460px) {
    .game__content {
        z-index: 1;
        padding: 8px !important
    }
}

.game__title-wrap {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: -5px;
    width: 100%
}

.game__title-wrap a.game__title:hover {
    text-decoration: underline
}

.game__title, .game__title:hover {
    color: #fff !important
}

.game__title {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0
}

.game__provider, .game__title {
    font-size: .875rem;
    text-decoration: none !important
}

.game__provider {
    color: hsla(0, 0%, 100%, .6) !important;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.game__provider:hover {
    color: #fff !important
}

.game__play {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    overflow: hidden
}

.game__play:after {
    content: "";
    display: block;
    padding-top: 80%
}

.game__play:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.09);
    transform: translate(-50%, -50%) scale(1.09)
}

@media screen and (max-width: 1023px) {
    .game__play:hover {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

.game__play-icon {
    fill: #ffe600;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 360px) {
    .game__play {
        width: 50px;
        height: 50px
    }

    .game__play:after {
        display: none
    }

    .game__play-icon {
        width: 100%;
        height: 100%
    }
}

.game__button {
    background-color: rgba(165, 170, 182, .4);
    border: 2px solid rgba(190, 218, 249, .15);
    height: 40px;
    width: 40px;
    border-radius: 4px;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out
}

.game__demo {
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 6.85714em;
    padding: .64286em 1.42857em;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: .06em;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer
}

@media screen and (max-width: 460px) {
    .game__demo {
        margin-top: auto;
        font-size: 12px
    }
}

.game__demo:hover {
    color: #fff !important;
    background-color: rgba(165, 170, 182, .5) !important
}

.game__jackpot {
    position: absolute;
    bottom: 0;
    right: 0
}

.game__jackpot-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 34px;
    height: 34px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tournament-block-wrap {
    grid-row: 1/3;
    grid-column: 4/6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%
}

@media screen and (max-width: 1023px) {
    .tournament-block-wrap {
        grid-column: 3/5
    }
}

@media screen and (max-width: 768px) {
    .tournament-block-wrap {
        grid-column: 1/5;
        grid-row: 2/4
    }
}

@media screen and (max-width: 640px) {
    .tournament-block-wrap {
        grid-column: 1/3;
        grid-row: 2/4
    }
}

.tournament-block-wrap__inner {
    height: 100%
}

.footer {
    background-color: #c12838;
    color: #c3a7ad;
}

.footer:before {
    content: "";
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5v1h10V5L5 0 0 5z' fill='%236A2331'/%3E%3C/svg%3E");
    height: 6px;
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0
}

@media (max-width: 350px) {
    .footer {
        overflow: hidden
    }
}

.footer__top {
    border-top: 2px solid transparent;
    padding-top: 16px;
    padding-bottom: 16px
}

.footer__bottom {
    background-color: #c12838;
    padding-bottom: 8px
}

.footer a {
    color: #f4d7b3
}

.footer a:hover {
    color: #fff
}

.license-badge {
    color: rgba(195, 167, 173, .7)
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.footer-nav__col {
    width: 25%;
    padding: 7px
}

@media screen and (max-width: 768px) {
    .footer-nav__col {
        width: 50%
    }
}

.footer-nav__title {
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 1.35;
    font-size: 1.25rem;
    letter-spacing: .01em;
    color: inherit
}

.footer-nav__list {
    list-style: none
}

.footer-nav__list--games {
    max-height: 275px;
    padding-right: 20px;
    overflow: auto
}

.footer-nav__item {
    padding: 0
}

.footer-nav__link {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    padding: 10px 0;
    display: inline-block;
    min-width: 40px
}

.footer-partner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 20px 0;
    position: relative;
    list-style: none
}

.footer-partner__list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    margin: auto;
    background-color: hsla(0, 0%, 100%, .2)
}

.footer-partner:first-child .footer-partner__list:first-child:before {
    content: none
}

.footer-partner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px
}

@media screen and (max-width: 1023px) {
    .footer-partner__item {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset
    }
}

.footer-partner--show-icon .footer-partner__icon {
    background-image: url(../img/partners-sprite.png);
    background-repeat: no-repeat
}

.footer-partner__icon--eighteen {
    width: 30px;
    height: 30px;
    background-position: -83px -5px
}

.footer-partner__icon--ssl {
    width: 40px;
    height: 16px;
    background-position: -170px -12px
}

.footer-partner__icon--gambling {
    width: 66px;
    height: 27px;
    background-position: -335px -6px
}

.footer-partner__icon--begambleawareorg {
    width: 73px;
    height: 7px;
    background-position: -454px -16px
}

.footer-partner__icon--mastercard-id {
    width: 96px;
    height: 22px;
    background-position: -668px -65px
}

.footer-partner__icon--verified_visa {
    width: 55px;
    height: 32px;
    background-position: -810px -60px
}

.footer-partner__icon--skrill {
    width: 50px;
    height: 16px;
    background-position: -898px -12px
}

.footer-partner__icon--neteller {
    width: 88px;
    height: 14px;
    background-position: -1003px -14px
}

.footer-partner__icon--ecopayz {
    width: 99px;
    height: 28px;
    background-position: -163px -61px
}

.footer-partner__icon--bitcoin {
    width: 74px;
    height: 22px;
    background-position: -302px -66px
}

.footer-partner__icon--qiwi {
    width: 69px;
    height: 22px;
    background-position: -426px -65px
}

.footer-partner__icon--dmca {
    width: 72px;
    height: 24px;
    background-position: -542px -65px
}

.footer-copyright {
    font-size: .75rem;
    line-height: 16px;
    color: rgba(195, 167, 173, .7);
    text-align: center
}

.about {
    padding: 40px 0 45px
}

@media screen and (max-width: 768px) {
    .about {
        padding: 20px 0 25px
    }
}

.contacts-menu[data-v-1e7f9652] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.contacts-menu__list[data-v-1e7f9652] {
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts-menu__item[data-v-1e7f9652] {
    position: relative
}

.contacts-menu__app-icon-text[data-v-1e7f9652], .contacts-menu__app-icon[data-v-1e7f9652], .contacts-menu_view_in-header-menu[data-v-1e7f9652] {
    display: none
}

@media screen and (max-width: 1023px) {
    .contacts-menu_view_in-header-menu[data-v-1e7f9652] {
        display: block
    }

    .contacts-menu_view_in-header-menu .contacts-menu__list[data-v-1e7f9652] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px
    }

    .contacts-menu_view_in-header-menu .contacts-menu__item[data-v-1e7f9652] {
        width: 100%;
        margin: 8px;
        border-radius: 4px;
        background-color: #c82c3f;
        color: #fff;
        font-size: 16px;
        height: 36px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .contacts-menu_view_in-header-menu .contacts-menu__item_support-chat .contacts-menu__app-icon[data-v-1e7f9652] {
        width: 20px
    }

    .contacts-menu_view_in-header-menu .contacts-menu__item_support-chat .contacts-menu__app-icon svg[data-v-1e7f9652] {
        fill: currentColor;
        -webkit-filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, .14));
        filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, .14))
    }

    .contacts-menu_view_in-header-menu .contacts-menu__clickable-area[data-v-1e7f9652] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 100%
    }

    .contacts-menu_view_in-header-menu .contacts-menu__app-icon[data-v-1e7f9652] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 8px
    }

    .contacts-menu_view_in-header-menu .contacts-menu__app-icon-text[data-v-1e7f9652] {
        display: inline;
        font-weight: 500;
        -webkit-filter: none;
        filter: none
    }
}

.contacts-menu_view_in-main-template[data-v-1e7f9652] {
    display: none
}

@media screen and (min-width: 1024px) {
    .contacts-menu_view_in-main-template[data-v-1e7f9652] {
        display: block;
        position: fixed;
        right: 17px;
        bottom: 40px;
        z-index: 21000
    }
}

@media screen and (min-width: 1024px) {
    .contacts-menu_view_in-main-template .contacts-menu__item[data-v-1e7f9652] {
        margin: 8px
    }

    .contacts-menu_view_in-main-template .contacts-menu__item_support-chat .contacts-menu__app-icon[data-v-1e7f9652] {
        background-color: #ffe600
    }

    .contacts-menu_view_in-main-template .contacts-menu__item_support-chat .contacts-menu__app-icon svg[data-v-1e7f9652] {
        fill: #fff
    }

    .contacts-menu_view_in-main-template .contacts-menu__app-icon[data-v-1e7f9652] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, .15);
        box-shadow: 0 7px 20px rgba(0, 0, 0, .15);
        background-color: #3bb124;
        -webkit-transition: opacity .12s ease-in 0s, -webkit-transform .12s ease-out 0s;
        transition: opacity .12s ease-in 0s, -webkit-transform .12s ease-out 0s;
        transition: opacity .12s ease-in 0s, transform .12s ease-out 0s;
        transition: opacity .12s ease-in 0s, transform .12s ease-out 0s, -webkit-transform .12s ease-out 0s
    }

    .contacts-menu_view_in-main-template .contacts-menu__app-icon[data-v-1e7f9652]:hover {
        cursor: pointer;
        opacity: .85
    }

    .contacts-menu_view_in-main-template .contacts-menu__app-icon[data-v-1e7f9652]:active {
        -webkit-transform: scale(.92);
        transform: scale(.92)
    }

    .contacts-menu_view_in-main-template .contacts-menu__app-icon svg[data-v-1e7f9652] {
        vertical-align: middle
    }
}

.app-btn[data-v-5de5c82e] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    letter-spacing: .01em;
    -webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
    transition: background .15s ease-in-out, color .15s ease-in-out
}

.app-btn[data-v-5de5c82e], .app-btn__content[data-v-5de5c82e] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-btn__content[data-v-5de5c82e] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.app-btn[data-v-5de5c82e]:hover {
    cursor: pointer
}

.app-btn_type_default[data-v-5de5c82e] {
    color: #fff;
    background-color: #b20426;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.app-btn_type_default[data-v-5de5c82e]:hover {
    background-color: #850921
}

.app-btn_size_md[data-v-5de5c82e] {
    min-height: 40px;
    font-size: 16px;
    padding: 8px 12px
}

.app-btn_size_lg[data-v-5de5c82e] {
    min-height: 48px;
    font-size: 16px;
    padding: 10px 16px
}

.app-btn_size_xl[data-v-5de5c82e] {
    min-height: 56px;
    font-size: 18px;
    padding: 12px 20px
}

@media screen and (max-width: 1023px) {
    .app-btn_size_xl[data-v-5de5c82e] {
        min-height: 48px;
        font-size: 16px;
        padding: 10px 16px
    }
}

.app-btn_color_secondary.app-btn_type_default[data-v-5de5c82e] {
    color: #4e4d5e;
    background-color: #ffe600;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.app-btn_color_secondary.app-btn_type_default[data-v-5de5c82e]:hover {
    background-color: #ffe600
}

.app-btn_uppercase[data-v-5de5c82e] {
    text-transform: uppercase
}

.nav-toggle[data-v-6aaf54e9] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
    padding-bottom: 6px;
    z-index: 2
}

.nav[data-v-6aaf54e9] {
    display: block;
    margin-left: 36px
}

.nav__logo[data-v-6aaf54e9] {
    display: none;
    width: 120px;
    margin: 5px auto 0
}

.nav__list[data-v-6aaf54e9] {
    list-style: none;
    margin: 0;
    padding: 0
}



.nav__link-inner[data-v-6aaf54e9]:before, .nav__link[data-v-6aaf54e9], .nav__link svg[data-v-6aaf54e9] {
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out
}

@media screen and (min-width: 1024px) {
    .nav__link:hover svg[data-v-6aaf54e9], .nav__link[data-v-6aaf54e9]:hover {
        color: #fff
    }
}

.nav__link--new[data-v-6aaf54e9] {
    position: relative
}

.nav__link--new[data-v-6aaf54e9]:after {
    content: "NEW";
    background-color: #fc2673;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    line-height: 9px;
    padding: 3px 5px;
    position: absolute;
    top: 3px;
    right: -8px;
    margin-top: 0;
    z-index: 1;
    border-radius: 8px
}

.nav__link-inner[data-v-6aaf54e9] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top
}

.nav__link svg[data-v-6aaf54e9] {
    color: currentColor;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 .5em 0 0;
    width: 20px;
    height: 20px;
    fill: currentColor;
    -webkit-filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, .14));
    filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, .14));
    vertical-align: middle
}

.nav-mobile-login[data-v-6aaf54e9] {
    margin: -28px 52px 16px 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.nav-mobile-login__item[data-v-6aaf54e9] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 8px !important;
    margin-right: 8px !important
}

@media screen and (min-width: 1024px) {
    .nav-main__list[data-v-6aaf54e9] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nav-main__list[data-v-6aaf54e9]:after, .nav-main__list[data-v-6aaf54e9]:before {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding-left: 6px
    }

    .nav-main__item[data-v-6aaf54e9] {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .nav-main__link[data-v-6aaf54e9] {
        text-align: center
    }

    .nav-main__link .nav__link-inner[data-v-6aaf54e9] {
        padding: 10px 6px;
        min-height: 48px;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .nav-main__link .nav__link-inner[data-v-6aaf54e9]:before {
        content: "";
        background-color: c12838;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%
    }

    .nav-main__link[data-v-6aaf54e9]:hover {
        background-color: #d02237
    }

    .nav-toggle .nav-toggle-button[data-v-6aaf54e9] {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .nav-toggle:hover .nav-toggle-button[data-v-6aaf54e9] {
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .nav-toggle:hover .nav-toggle-button[data-v-6aaf54e9] {
        background-color: #931728
    }

    _[data-v-6aaf54e9]:future {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: visible
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .nav__link svg[data-v-6aaf54e9] {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .nav[data-v-6aaf54e9] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        width: 100%;
        height: 100%;
        overflow: auto;
        margin-left: 0;
        padding-top: 36px;
        background: #931728;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }

    .nav-ext[data-v-6aaf54e9] {
        position: static;
        top: 0;
        margin: 0;
        padding: 0
    }

    .mobile-menu--hidden[data-v-6aaf54e9] {
        visibility: hidden
    }

    .nav__lists[data-v-6aaf54e9] {
        display: block;
        margin-bottom: 16px
    }

    .nav__link svg[data-v-6aaf54e9] {
        width: 28px;
        height: 28px;
        margin-right: 8px
    }

    .nav__link[data-v-6aaf54e9] {
        font-size: 16px;
        padding-left: 16px;
        padding-right: 16px;
        white-space: normal
    }

    .nav__link-inner[data-v-6aaf54e9] {
        min-height: 44px;
        padding: 12px 0
    }

    .nav__link--new[data-v-6aaf54e9]:after {
        position: relative;
        margin-left: 3px;
        margin-top: 0;
        top: -2px;
        left: 0;
        right: auto
    }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    .nav__lists[data-v-6aaf54e9] {
        font-size: 0
    }

    .nav-ext[data-v-6aaf54e9], .nav__list[data-v-6aaf54e9] {
        display: inline
    }

    .nav__item[data-v-6aaf54e9] {
        display: inline-block;
        width: 50%;
        font-size: 16px;
        vertical-align: middle
    }
}

@media screen and (max-width: 359px) {
    .nav__link[data-v-6aaf54e9] {
        padding-left: 16px;
        padding-right: 16px
    }
}

.app-tooltip[data-v-7fbfe6d8] {
    position: relative;
    color: #4e4d5e
}

.app-tooltip__content-wrap[data-v-7fbfe6d8] {
    position: relative;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .25);
    box-shadow: 0 0 12px rgba(0, 0, 0, .25);
    border-radius: 4px
}

.app-tooltip__content[data-v-7fbfe6d8] {
    position: relative;
    background: #fffbf8;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    border-radius: 4px;
    padding: 12px
}

.app-tooltip__arrow[data-v-7fbfe6d8] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-tooltip__arrow[data-v-7fbfe6d8]:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fffbf8;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .25);
    box-shadow: 0 0 12px rgba(0, 0, 0, .25)
}

.app-tooltip_arrow-direction_top[data-v-7fbfe6d8] {
    padding-top: 8px
}

.app-tooltip_arrow-direction_top .app-tooltip__arrow[data-v-7fbfe6d8] {
    top: -14px
}

.app-tooltip_arrow-align_center .app-tooltip__arrow[data-v-7fbfe6d8] {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.user-bar[data-v-67ef7780] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1rem;
    padding: 4px 0;
    min-height: 48px;
    position: relative;
    z-index: 1
}

.user-bar__btn + .user-bar__btn[data-v-67ef7780] {
    margin-left: 16px
}

.user-bar__btn[data-v-67ef7780] {
    padding-left: 20px !important;
    padding-right: 20px !important
}

@media screen and (max-width: 1023px) {
    .user-bar[data-v-67ef7780] {
        min-height: 48px
    }

    .user-bar__btn[data-v-67ef7780] {
        min-height: 36px !important;
        padding-left: 12px !important;
        padding-right: 12px !important
    }
}

.header[data-v-284d232c] {
    background-color: #c12838;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header[data-v-284d232c]:after {
    content: "";
    background-color: #c12838;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: -1
}

.header[data-v-284d232c], .header__col--left[data-v-284d232c], .header__col--right[data-v-284d232c] {
    min-height: 48px
}

@media screen and (min-width: 1256px) {
    .header__wrapper[data-v-284d232c] {
        max-width: 1500px
    }
}

.header__logo[data-v-284d232c] {
    position: absolute;
    left: 50%;
    top: 0;
    width: 164px;
    margin-left: -82px;
    z-index: 3
}

.header__logo-img[data-v-284d232c] {
    margin-left: auto;
    margin-right: auto
}

.header__col[data-v-284d232c] {
    min-width: 38.98858%;
    max-width: 50%;
    position: relative
}

.header__col--left[data-v-284d232c] {
    float: left;
    width: 50%;
    padding-right: 70px
}

.header__col--right[data-v-284d232c] {
    float: right;
    padding-left: 90px
}

@media screen and (min-width: 1152px) and (max-width: 1500px) {
    .header__col[data-v-284d232c] {
        min-width: 45%
    }
}

[data-v-284d232c] .nav-toggle-button, [data-v-284d232c] .nav-toggle-button__icon {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

[data-v-284d232c] .nav-toggle-button {
    background-color: #c82c3f;
    border: none;
    cursor: pointer;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    outline: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color
}

@media screen and (min-width: 1024px) {
    [data-v-284d232c] .nav-toggle-button:hover {
        background-color: #ea3a50
    }
}

[data-v-284d232c] .nav-toggle-button__icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    vertical-align: middle;
    fill: currentColor;
    -webkit-filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, .14));
    filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, .14));
    -webkit-transition-property: fill;
    transition-property: fill
}

[data-v-284d232c] .nav-toggle-button__line {
    top: 50%;
    right: 0;
    width: 55.55556%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-v-284d232c] .nav-toggle-button__line, [data-v-284d232c] .nav-toggle-button__line:after, [data-v-284d232c] .nav-toggle-button__line:before {
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

[data-v-284d232c] .nav-toggle-button__line:after, [data-v-284d232c] .nav-toggle-button__line:before {
    content: "";
    width: 100%
}

[data-v-284d232c] .nav-toggle-button__line:before {
    top: -6px
}

[data-v-284d232c] .nav-toggle-button__line:after {
    bottom: -6px
}

[data-v-284d232c] .nav-toggle-button--close {
    position: absolute;
    top: 8px;
    right: 8px
}

[data-v-284d232c] .nav-toggle-button--close .nav-toggle-button__line {
    background-color: transparent
}

[data-v-284d232c] .nav-toggle-button--close .nav-toggle-button__line:after, [data-v-284d232c] .nav-toggle-button--close .nav-toggle-button__line:before {
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto
}

[data-v-284d232c] .nav-toggle-button--close .nav-toggle-button__line:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

[data-v-284d232c] .nav-toggle-button--close .nav-toggle-button__line:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width: 1023px) {
    .header[data-v-284d232c], .header__col--left[data-v-284d232c], .header__col--right[data-v-284d232c] {
        min-height: 48px
    }

    .header__logo[data-v-284d232c] {
        top: 12px;
        /*width: 120px;*/
        margin-left: -80px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        z-index: 0
    }

    .header__col[data-v-284d232c] {
        min-width: 0
    }

    .header__col--left[data-v-284d232c] {
        margin-left: -7px
    }

    .header__col--right[data-v-284d232c] {
        margin-right: -7px
    }
}

@media screen and (max-width: 639px) {
    .header__col--left[data-v-284d232c] {
        padding-right: 50px
    }

    .header__col--right[data-v-284d232c] {
        padding-left: 50px
    }
}

.base-timer {
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.base-timer.is-active {
    opacity: 1
}

@media screen and (max-width: 460px) {
    .tournament-timer[data-v-58aaea3e] {
        font-size: 1.5rem
    }
}

.tournament-timer-wrap[data-v-58aaea3e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
    line-height: 1.1;
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.tournament-timer[data-v-58aaea3e], .tournament-timer__title[data-v-58aaea3e] {
    padding-left: 5px;
    padding-right: 5px
}

.tournament-timer[data-v-58aaea3e] {
    font-size: 24px;
    min-width: 5.16667em;
    text-align: center;
    line-height: inherit
}

@media screen and (max-width: 1023px) {
    .tournament-timer[data-v-58aaea3e] {
        font-size: 24px;
        line-height: inherit
    }
}

.tournament-timer__icon[data-v-58aaea3e] {
    margin: -2px 2px -2px 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentColor;
    display: inline
}

.tournament-timer__title[data-v-58aaea3e] {
    display: block;
    color: #4e4d5e;
    font-size: 12px;
    font-weight: 400;
    padding-top: 4px;
    padding-bottom: 4px
}

@media screen and (max-width: 460px) {
    .tournament-timer__title[data-v-58aaea3e] {
        margin-right: 5px
    }
}

.tournament-conditions[data-v-795d53b1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0 -7px 16px;
    list-style: none
}

.tournament-conditions__item[data-v-795d53b1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    margin: 0 7px;
    min-height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tournament-conditions__top[data-v-795d53b1], .tournament-conditions__value[data-v-795d53b1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px
}

.tournament-conditions__top[data-v-795d53b1] {
    padding: 5px;
    min-height: 80px;
    background-color: #b20426;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tournament-conditions__icon-wrap[data-v-795d53b1] {
    margin-top: 4px;
    margin-bottom: 6px;
    text-align: center
}

.tournament-conditions__icon[data-v-795d53b1] {
    max-height: 32px;
    max-width: 30px;
    fill: #fff
}

.tournament-conditions__title[data-v-795d53b1] {
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

@media screen and (max-width: 1280px) {
    .tournament-conditions__title[data-v-795d53b1] {
        font-size: .75rem
    }
}

.tournament-conditions__value[data-v-795d53b1] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    padding: 7px 5px 5px;
    background-color: hsla(0, 0%, 100%, .4);
    border: 2px solid #b20426;
    min-height: 80px
}

@media screen and (max-width: 1280px) {
    .tournament-conditions__value[data-v-795d53b1] {
        padding: 13px 5px 12px
    }
}

.tournament-conditions__value-text[data-v-795d53b1] {
    display: block;
    font-family: Montserrat, Arial Black, Gadget, Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    color: #4e4d5e
}

@media screen and (max-width: 1280px) {
    .tournament-conditions__value-text[data-v-795d53b1] {
        font-size: 1.625rem
    }
}

@media screen and (max-width: 768px) {
    .tournament-conditions__value-text[data-v-795d53b1] {
        font-size: 1.25rem
    }
}

.tournament-conditions--vertical .tournament-conditions__item[data-v-795d53b1] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tournament-conditions--vertical .tournament-conditions__top[data-v-795d53b1] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.tournament-conditions--vertical .tournament-conditions__value[data-v-795d53b1] {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
    .tournament-conditions__top[data-v-795d53b1], .tournament-conditions__value[data-v-795d53b1] {
        min-height: auto
    }

    .tournament-conditions--vertical .tournament-conditions__icon-wrap[data-v-795d53b1] {
        display: none
    }
}

@media screen and (max-width: 1280px) {
    .tournament-conditions--vertical .tournament-conditions__top[data-v-795d53b1] {
        padding-top: 13px;
        padding-bottom: 13px
    }
}

@media screen and (max-width: 1152px) {
    .tournament-conditions__top[data-v-795d53b1] {
        padding: 15px 8px 14px
    }
}

@media screen and (max-width: 1023px) {
    .tournament-conditions[data-v-795d53b1] {
        margin-left: -4px;
        margin-right: -4px
    }

    .tournament-conditions__item[data-v-795d53b1] {
        margin-left: 4px;
        margin-right: 4px
    }

    .tournament-conditions .tournament-conditions__top[data-v-795d53b1] {
        padding: 9px 6px;
        min-height: auto
    }

    .tournament-conditions__value[data-v-795d53b1] {
        min-height: 56px
    }

    .tournament-conditions__icon-wrap[data-v-795d53b1] {
        margin-top: 2px;
        margin-bottom: 4px
    }

    .tournament-conditions__icon[data-v-795d53b1] {
        max-height: 26px;
        max-width: 24px;
        vertical-align: top
    }
}

@media screen and (max-width: 360px) {
    .tournament-conditions__title[data-v-795d53b1] {
        font-size: .75rem
    }
}

.tournament-fund[data-v-460d6ee0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.tournament-fund__icon-wrap[data-v-460d6ee0] {
    padding-right: 16px
}

.tournament-fund__icon[data-v-460d6ee0] {
    max-width: 72px;
    height: 72px;
    width: auto
}

.tournament-fund__title[data-v-460d6ee0] {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    color: #4e4d5e
}

.tournament-fund__sum-wrap[data-v-460d6ee0] {
    font-size: 72px
}

.tournament-fund__sum-wrap_sm[data-v-460d6ee0] {
    font-size: 56px
}

.tournament-fund__sum[data-v-460d6ee0] {
    display: block;
    font-size: 1em;
    font-weight: 900 !important;
    line-height: 1
}

@media screen and (max-width: 1152px) {
    .tournament-fund__sum[data-v-460d6ee0] {
        font-size: .833333em
    }
}

@media screen and (max-width: 768px) {
    .tournament-fund__sum[data-v-460d6ee0] {
        text-align: center;
        font-size: .777777em
    }
}

.tournament-fund_view_promo[data-v-460d6ee0] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tournament-fund_view_promo .tournament-fund__title[data-v-460d6ee0] {
    color: #4e4d5e;
    margin-bottom: 0
}

@media screen and (min-width: 769px) {
    .tournament-fund_view_promo .tournament-fund__title[data-v-460d6ee0] {
        font-weight: 700;
        font-size: 13px
    }
}

.tournament-block[data-v-1782f118] {
    padding: 20px 36px 14px;
    -webkit-box-shadow: 0 4px 16px rgba(232, 195, 202, .5);
    box-shadow: 0 4px 16px rgba(232, 195, 202, .5);
    border-radius: 4px;
    background: #c12838 url(../img/cosmo.jpg) no-repeat 50% 0;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

@media screen and (max-width: 1280px) {
    .tournament-block[data-v-1782f118]:after, .tournament-block[data-v-1782f118]:before {
        content: ""
    }

    .tournament-block[data-v-1782f118]:after {
        -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
        order: 99
    }
}

@media screen and (max-width: 1152px) {
    .tournament-block[data-v-1782f118] {
        padding: 15px
    }
}

.tournament-block > [data-v-1782f118] {
    margin-top: 2%;
    margin-bottom: 2%
}

.tournament-block > [data-v-1782f118]:first-child {
    margin-top: 0
}

.tournament-block > [data-v-1782f118]:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .tournament-block > [data-v-1782f118] {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.tournament-block__head-top[data-v-1782f118] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1023px) {
    .tournament-block__head-top[data-v-1782f118] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.tournament-block__prize[data-v-1782f118] {
    padding-top: 5px
}

@media screen and (max-width: 768px) {
    .tournament-block__prize[data-v-1782f118] {
        padding-top: 8px
    }
}

.tournament-block__game-image-wrap[data-v-1782f118] {
    margin-right: 24px;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width: 768px) {
    .tournament-block__game-image-wrap[data-v-1782f118] {
        margin-right: 16px
    }
}

.tournament-block__game-image[data-v-1782f118] {
    display: block;
    max-width: 70px;
    max-height: 78px;
    border-radius: 4px;
    cursor: pointer
}

@media screen and (max-width: 1152px) {
    .tournament-block__game-image[data-v-1782f118] {
        max-width: 35px
    }
}

@media screen and (max-width: 768px) {
    .tournament-block__game-image[data-v-1782f118] {
        max-width: 70px;
        max-height: 82px
    }
}

.tournament-block__timer[data-v-1782f118] .tournament-timer__title {
    color: #fff;
    font-weight: 700;
    text-transform: none;
    font-size: 12px
}

.tournament-block__title[data-v-1782f118] {
    max-width: 270px;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1875;
    color: #fff
}

@media screen and (max-width: 1152px) {
    .tournament-block__title[data-v-1782f118] {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 768px) {
    .tournament-block__title[data-v-1782f118] {
        max-width: 266px;
        text-align: center;
        font-size: 1.4rem
    }
}

.tournament-block__button-wrap[data-v-1782f118] {
    text-align: center
}

.tournament-block__button[data-v-1782f118] {
    max-width: 415px;
    width: 100%
}

@media screen and (max-width: 460px) {
    .tournament-block__button[data-v-1782f118] {
        max-width: none
    }
}

.tournament-block__all-games-link[data-v-1782f118] {
    font-size: 16px;
    font-weight: 700;
    text-transform: none
}

@media screen and (max-width: 1023px) {
    .tournament-block__all-games-link[data-v-1782f118] {
        font-size: 14px
    }
}

.race-type-big .tournament-block__prize[data-v-1782f118] .tournament-fund__sum {
    font-size: 38px
}

@media screen and (max-width: 1023px) {
    .race-type-big .tournament-block__prize[data-v-1782f118] .tournament-fund__sum {
        font-size: 26px
    }
}

.tournament-block__game-image.big-race-promo-img[data-v-1782f118] {
    max-width: 131px;
    max-height: 107px
}

.tournament-item-wrapper {
    height: 100%
}

.games-filter__title[data-v-207c024e] {
    display: none
}

@media screen and (max-width: 1023px) {
    .games-filter__title[data-v-207c024e] {
        display: block
    }
}

@media screen and (max-width: 1023px) {
    .game-filter__button-icon[data-v-207c024e] {
        margin-right: 10px
    }
}

.game-filter__list[data-v-207c024e] {
    padding: 0
}

@media screen and (max-width: 1023px) {
    .game-filter__list[data-v-207c024e] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -4px
    }
}

@media screen and (max-width: 1023px) {
    .game-filter__item[data-v-207c024e] {
        padding: 4px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 50%
    }
}

@media screen and (max-width: 1023px) {
    .game-filter__button[data-v-207c024e] {
        text-align: left;
        padding: 5px 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 359px) {
    .game-filter__button[data-v-207c024e] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 1023px) {
    .game-filter__button:hover .game-filter__button-text[data-v-207c024e] {
        color: #ff5722
    }
}

.game-filter__button-text[data-v-207c024e] {
    text-transform: uppercase;
    font-weight: 600;
    color: #4e4d5e;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.game-filter__tooltip-holder[data-v-207c024e] {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    width: 290px;
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(.7);
    transform: translateX(-50%) scale(.7);
    pointer-events: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 5px auto 0;
    text-align: left
}

.filters-desc:hover .game-filter__tooltip-holder[data-v-207c024e], .game-filter__button:hover .game-filter__tooltip-holder[data-v-207c024e] {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    pointer-events: auto
}

@media screen and (max-width: 1500px) {
    .game-filter__button[data-url=jackpot] .game-filter__tooltip-holder[data-v-207c024e] {
        margin-left: -112px;
        -webkit-transform-origin: 88.62069% 50%;
        transform-origin: 88.62069% 50%
    }

    .game-filter__button[data-url=jackpot] .game-filter__tooltip-holder[data-v-207c024e] .app-tooltip_arrow-align_center .app-tooltip__arrow {
        margin-left: 112px
    }

    .game-filter__button[data-url=cold] .game-filter__tooltip-holder[data-v-207c024e] {
        margin-left: -60px;
        -webkit-transform-origin: 70.68966% 50%;
        transform-origin: 70.68966% 50%
    }

    .game-filter__button[data-url=cold] .game-filter__tooltip-holder[data-v-207c024e] .app-tooltip_arrow-align_center .app-tooltip__arrow {
        margin-left: 60px
    }

    .game-filter__button[data-url=hot] .game-filter__tooltip-holder[data-v-207c024e] {
        margin-left: -8px;
        -webkit-transform-origin: 52.75862% 50%;
        transform-origin: 52.75862% 50%
    }

    .game-filter__button[data-url=hot] .game-filter__tooltip-holder[data-v-207c024e] .app-tooltip_arrow-align_center .app-tooltip__arrow {
        margin-left: 8px
    }
}

@media screen and (max-width: 1023px) {
    .game-filter__button .game-filter__tooltip-holder[data-v-207c024e] {
        display: none
    }
}

.filters-desc[data-v-207c024e] {
    display: none;
    position: relative
}

@media screen and (max-width: 1023px) {
    .filters-desc[data-v-207c024e] {
        display: inline-block
    }
}

.filters-desc__title[data-v-207c024e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #1974ab
}

.filters-desc__title-inner[data-v-207c024e] {
    border-bottom: 1px dashed;
    margin-left: 10px;
    line-height: 1
}

.filters-desc__icon-wrap[data-v-207c024e] {
    background-color: currentColor;
    width: 1.42857em;
    height: 1.42857em;
    border-radius: 50%;
    padding: .14286em;
    margin-top: -.21429em
}

.filters-desc__icon[data-v-207c024e] {
    width: 100%;
    height: 100%;
    fill: #fff
}

.filters-desc .game-filter__tooltip-holder p[data-v-207c024e] {
    margin-bottom: 4px
}

.filters-desc .game-filter__tooltip-holder p[data-v-207c024e]:last-child {
    margin-bottom: 0
}

.promo-pull[data-v-3828b2d6] {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #c12838;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, .2);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, .2);
    padding: 0 15px
}

.promo-pull-page-indent[data-v-3828b2d6], .promo-pull[data-v-3828b2d6] {
    height: 56px
}

.promo-pull_show[data-v-3828b2d6] {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width: 640px) {
    .promo-pull[data-v-3828b2d6] {
        font-size: 12px
    }
}

.promo-pull__mark-text[data-v-3828b2d6] {
    font-weight: 700;
    color: inherit
}

.promo-pull__value[data-v-3828b2d6] {
    display: inline-block
}

.promo-pull__img-holder[data-v-3828b2d6] {
    width: 48px;
    height: 48px;
    background-color: #f8f2d4;
    border-radius: 50%;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.promo-pull__img-holder .promo-pull__icon[data-v-3828b2d6] {
    width: 32px;
    height: 32px
}

@media screen and (max-width: 640px) {
    .promo-pull__img-holder[data-v-3828b2d6] {
        width: 36px;
        height: 36px;
        margin-right: 8px
    }

    .promo-pull__img-holder .promo-pull__icon[data-v-3828b2d6] {
        width: 24px;
        height: 24px
    }
}

.promo-pull__btn-holder[data-v-3828b2d6] {
    padding-left: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 640px) {
    .promo-pull__btn-holder[data-v-3828b2d6] {
        padding-left: 12px
    }
}

@media screen and (max-width: 350px) {
    .promo-pull__get-btn-text[data-v-3828b2d6] {
        display: none
    }
}

.promo-pull__get-btn-icon[data-v-3828b2d6] {
    display: none;
    margin: 0 6px
}

@media screen and (max-width: 350px) {
    .promo-pull__get-btn-icon[data-v-3828b2d6] {
        display: block
    }
}

.brand-accent-text, .text-shadow {
    font-family: Montserrat, Arial Black, Gadget, Arial, Helvetica, sans-serif;
    color: #f90819;
    font-weight: 800
}

.section__title {
    color: #4e4d5e;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.31818;
    text-align: center;
    margin: 0 0 .68182em
}

@media screen and (max-width: 1023px) {
    .section__title {
        font-size: 28px;
        line-height: 1.39286
    }
}

@media screen and (max-width: 768px) {
    .section__title {
        font-size: 24px;
        line-height: 1.16667
    }
}

.about .text-block__content :first-child > h1, .about .text-block__content h1:first-child {
    margin: 0 0 10px
}

@media screen and (max-width: 768px) {
    .about .text-block__content :first-child > h1, .about .text-block__content h1:first-child {
        margin: 0 0 26px
    }
}

@media screen and (min-width: 1024px) {
    .about .text-block__content :first-child > h1, .about .text-block__content h1:first-child {
        font-size: 2.25em;
        font-weight: 700;
        margin: 0 0 .66667em;
        text-align: center
    }
}

.app-btn-brand[data-v-149558ca] {
    border: 0;
    cursor: pointer;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.125;
    text-align: center;
    margin: -2px auto -6px;
    padding: 4px 6px 8px;
    width: 252px;
    height: 64px;
    position: relative;
    outline: 0;
    -webkit-transition-property: all;
    transition-property: all
}

.app-btn-brand__svg[data-v-149558ca] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.app-btn-brand__star[data-v-149558ca], .app-btn-brand__text[data-v-149558ca] {
    position: relative
}

.app-btn-brand__text[data-v-149558ca] {
    display: inline-block;
    padding: 17px 10px;
    min-width: 55.55556%
}

.app-btn-brand__star[data-v-149558ca] {
    width: 12px;
    height: 12px;
    fill: #fff
}

#brand-button-shadow[data-v-149558ca], #brand-button[data-v-149558ca], .app-btn-brand[data-v-149558ca] {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.app-btn-brand #brand-button[data-v-149558ca] {
    fill: #b20426;
    stroke: #ffe600;
    -webkit-transition-property: fill, stroke;
    transition-property: fill, stroke
}

.app-btn-brand #brand-button-shadow[data-v-149558ca] {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}

.app-btn-brand:hover #brand-button[data-v-149558ca] {
    fill: #ffe600;
    stroke: #ffe600;
}

.app-btn-brand:active #brand-button[data-v-149558ca], .app-btn-brand:focus #brand-button[data-v-149558ca] {
    fill: #b20426;
    stroke: #ffe600;
}

.app-btn-brand:active #brand-button-shadow[data-v-149558ca], .app-btn-brand:focus #brand-button-shadow[data-v-149558ca], .app-btn-brand:hover #brand-button-shadow[data-v-149558ca] {
    opacity: 1
}

.text-gradient[data-v-8e4f324a] {
    position: relative;
    display: inline-block
}

.text-gradient__text[data-v-8e4f324a] {
    display: inline;
    position: relative;
    background-image: -webkit-linear-gradient(top, #fff, #fdea8b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.text-gradient[data-v-8e4f324a]:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    white-space: pre-line;
    pointer-events: none;
    z-index: -1;
    text-shadow: 0 2px 0 #a47430, 0 4px 5px rgba(0, 0, 0, .8)
}

.app-hero-banner[data-v-8e4f324a] {
    position: relative;
    overflow: hidden;
        background: #b20426 url(../allin/bonusbonus.png);
    height: 25.2vw;
    max-height: 500px;
    min-height: 350px
}
.table {
	width: 90%;
	border: 1px solid #dddddd;
	border-collapse: collapse; 
	margin: auto;
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table td {
	border: 1px solid #dddddd;
	padding: 5px;
}
@media screen and (max-width: 460px) {
    .app-hero-banner[data-v-8e4f324a] {
        min-height: 400px
    }
}

.app-hero-banner[data-v-8e4f324a]:not(.app-hero-banner_separated) {
    margin-top: 48px
}

@media screen and (max-width: 460px) {
    .app-hero-banner[data-v-8e4f324a]:not(.app-hero-banner_separated) {
        margin-top: 0
    }
}

#main-page .app-hero-banner[data-v-8e4f324a]:not(.app-hero-banner_separated) {
    margin-top: 0
}

@media screen and (max-width: 460px) {
    #main-page .app-hero-banner[data-v-8e4f324a]:not(.app-hero-banner_separated) {
        margin-top: -48px
    }
}

.app-hero-banner__bg-img[data-v-8e4f324a], .app-hero-banner__left-img[data-v-8e4f324a], .app-hero-banner__right-img[data-v-8e4f324a] {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: auto;
    -webkit-transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
    transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.app-hero-banner__bg-img img[data-v-8e4f324a], .app-hero-banner__left-img img[data-v-8e4f324a], .app-hero-banner__right-img img[data-v-8e4f324a] {
    max-width: none;
    max-height: 100%;
    height: 100%
}

.app-hero-banner__left-img[data-v-8e4f324a], .app-hero-banner__right-img[data-v-8e4f324a] {
    width: 100%
}

@media screen and (max-width: 460px) {
    .app-hero-banner__left-img[data-v-8e4f324a], .app-hero-banner__right-img[data-v-8e4f324a] {
        max-height: 300px
    }
}

.app-hero-banner__bg-img[data-v-8e4f324a] {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.app-hero-banner__left-img[data-v-8e4f324a] {
    right: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width: 1023px) {
    .app-hero-banner__left-img[data-v-8e4f324a] {
        margin-right: 26px
    }
}

@media screen and (max-width: 640px) {
    .app-hero-banner__left-img[data-v-8e4f324a] {
        margin-right: 0
    }
}

@media screen and (max-width: 460px) {
    .app-hero-banner__left-img[data-v-8e4f324a] {
        margin-right: -110px
    }
}

.app-hero-banner__right-img[data-v-8e4f324a] {
    left: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 1023px) {
    .app-hero-banner__right-img[data-v-8e4f324a] {
        margin-left: 26px
    }
}

@media screen and (max-width: 640px) {
    .app-hero-banner__right-img[data-v-8e4f324a] {
        margin-left: 0
    }
}

@media screen and (max-width: 460px) {
    .app-hero-banner__right-img[data-v-8e4f324a] {
        margin-left: -110px
    }
}

.app-hero-banner__content-wrapper[data-v-8e4f324a] {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0
}

.app-hero-banner__content-wrapper[data-v-8e4f324a], .app-hero-banner__title-holder-inner[data-v-8e4f324a], .app-hero-banner__title-holder[data-v-8e4f324a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app-hero-banner__title-holder-inner[data-v-8e4f324a], .app-hero-banner__title-holder[data-v-8e4f324a] {
    width: 100%
}

@media screen and (max-width: 460px) {
    .app-hero-banner__title-holder[data-v-8e4f324a] {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-top: 70px
    }
}

.app-hero-banner__title[data-v-8e4f324a] {
    position: relative;
    font-weight: 900;
    font-size: 64px;
    line-height: 1.25;
    font-family: Montserrat, Arial Black, Gadget, Arial, Helvetica, sans-serif;
    color: #fdea8b;
    text-align: center
}

@media screen and (max-width: 1367px) {
    .app-hero-banner__title[data-v-8e4f324a] {
        font-size: 48px
    }
}

@media screen and (max-width: 1023px) {
    .app-hero-banner__title[data-v-8e4f324a] {
        font-size: 36px
    }
}

@media screen and (max-width: 640px) {
    .app-hero-banner__title[data-v-8e4f324a] {
        font-size: 32px
    }
}

.app-hero-banner__reg-btn[data-v-8e4f324a] {
    margin-top: 5vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 56px
}

@media screen and (max-width: 460px) {
    .app-hero-banner__reg-btn[data-v-8e4f324a] {
        margin-bottom: 35px;
        margin-top: 15px
    }
}

.app-hero-banner__payment-block[data-v-8e4f324a] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.5vw 0;
    pointer-events: none
}

@media screen and (max-width: 1367px) {
    .app-hero-banner__payment-block[data-v-8e4f324a] {
        padding: 10px 0
    }
}

@media screen and (max-width: 460px) {
    .app-hero-banner__payment-block[data-v-8e4f324a] {
        padding: 3px 0
    }
}

.app-hero-banner_type_welcome-new .app-hero-banner__title[data-v-8e4f324a] {
    font-size: 48px
}

.app-hero-banner_type_welcome-new .app-hero-banner__title > span[data-v-8e4f324a] {
    vertical-align: middle;
    font-family: sans-serif;
}

.app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_1[data-v-8e4f324a] {
    font-size: 120px;
    font-family: sans-serif;
}

.app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_2[data-v-8e4f324a] {
    font-size: 72px;
    font-family: sans-serif;
}

.app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_4[data-v-8e4f324a] {
    font-size: 64px;
    font-family: sans-serif;
}

.app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_5[data-v-8e4f324a] {
    font-size: 36px;
    font-family: sans-serif;
}

@media screen and (max-width: 1600px) {
    .app-hero-banner_type_welcome-new .app-hero-banner__title[data-v-8e4f324a] {
        font-size: 42px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_1[data-v-8e4f324a] {
        font-size: 96px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_2[data-v-8e4f324a] {
        font-size: 58px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_4[data-v-8e4f324a] {
        font-size: 53px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_5[data-v-8e4f324a] {
        font-size: 32px
    }
}

@media screen and (max-width: 1367px) {
    .app-hero-banner_type_welcome-new .app-hero-banner__title[data-v-8e4f324a] {
        font-size: 36px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_1[data-v-8e4f324a] {
        font-size: 72px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_2[data-v-8e4f324a] {
        font-size: 43px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_4[data-v-8e4f324a] {
        font-size: 42px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_5[data-v-8e4f324a] {
        font-size: 28px
    }
}

@media screen and (max-width: 1023px) {
    .app-hero-banner_type_welcome-new .app-hero-banner__title[data-v-8e4f324a] {
        font-size: 28px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_1[data-v-8e4f324a] {
        font-size: 48px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_2[data-v-8e4f324a] {
        font-size: 29px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_4[data-v-8e4f324a] {
        font-size: 32px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_5[data-v-8e4f324a] {
        font-size: 24px
    }
}

@media screen and (max-width: 640px) {
    .app-hero-banner_type_welcome-new .app-hero-banner__title[data-v-8e4f324a] {
        font-size: 22px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_1[data-v-8e4f324a] {
        font-size: 32px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_2[data-v-8e4f324a] {
        font-size: 20px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_4[data-v-8e4f324a] {
        font-size: 24px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_5[data-v-8e4f324a] {
        font-size: 18px
    }
}

@media screen and (max-width: 460px) {
    .app-hero-banner_type_welcome-new .app-hero-banner__title[data-v-8e4f324a] {
        margin-top: -50px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_1[data-v-8e4f324a] {
        font-size: 48px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_2[data-v-8e4f324a] {
        font-size: 29px
    }

    .app-hero-banner_type_welcome-new .app-hero-banner__title .ahb__text-gradient_4[data-v-8e4f324a] {
        font-size: 32px
    }
}

.app-hero-banner_type_welcome-new .ahb__text-gradient_0[data-v-8e4f324a], .app-hero-banner_type_welcome-new .ahb__text-gradient_3[data-v-8e4f324a] {
    display: block
}

.app-hero-banner_type_welcome-new .ahb__text-gradient_1[data-v-8e4f324a], .app-hero-banner_type_welcome-new .ahb__text-gradient_4[data-v-8e4f324a] {
    color: #ffe600;
    line-height: 1
}

.app-hero-banner_type_welcome-new .ahb__text-gradient_1 .text-gradient__text[data-v-8e4f324a], .app-hero-banner_type_welcome-new .ahb__text-gradient_4 .text-gradient__text[data-v-8e4f324a] {
    background-image: none
}

.app-hero-banner_type_welcome-new .app-hero-banner__title-holder[data-v-8e4f324a] {
    margin-top: -2vw
}

@media screen and (max-width: 1023px) {
    .app-hero-banner_type_welcome-new .app-hero-banner__title-holder[data-v-8e4f324a] {
        margin-top: 15px
    }
}

@media screen and (max-width: 460px) {
    .app-hero-banner_type_welcome-new .app-hero-banner__title-holder[data-v-8e4f324a] {
        margin-top: 0
    }
}

.app-hero-banner_type_welcome-new .app-hero-banner__reg-btn[data-v-8e4f324a] {
    margin-top: 2vw
}

@media screen and (max-width: 1367px) {
    .app-hero-banner_type_welcome-new .app-hero-banner__reg-btn[data-v-8e4f324a] {
        margin-top: 1vw
    }
}

@media screen and (max-width: 1023px) {
    .app-hero-banner_type_welcome-new .app-hero-banner__reg-btn[data-v-8e4f324a] {
        margin-top: 10px
    }
}

@media screen and (max-width: 460px) {
    .app-hero-banner_type_welcome-new .app-hero-banner__reg-btn[data-v-8e4f324a] {
        margin-top: 15px
    }
}

.hero__payment-list[data-v-8e4f324a] {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.hero__payment-item[data-v-8e4f324a] {
    padding: 0 18px
}

.hero__payment-icon[data-v-8e4f324a] {
    max-width: 100%;
    vertical-align: middle
}

@media screen and (max-width: 460px) {
    .hero__payment-list[data-v-8e4f324a] {
        max-width: 215px;
        margin-left: auto;
        margin-right: auto
    }

    .hero__payment-item[data-v-8e4f324a] {
        padding: 0 10px
    }
}

.preloader {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F8F2D4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.preloader svg {
    animation: 2s infinite preloader-spinner linear;
}

@keyframes preloader-spinner {
    to {
        transform: rotate(360deg);
    }
}

.main-video__left-things[data-v-1fec906b], .main-video__right-things[data-v-1fec906b] {
    position: absolute;
    bottom: -340px
}

@media screen and (max-width: 1023px) {
    .main-video__left-things[data-v-1fec906b], .main-video__right-things[data-v-1fec906b] {
        bottom: auto;
        top: -80px
    }
}

.main-video__left-things img[data-v-1fec906b], .main-video__right-things img[data-v-1fec906b] {
    max-width: none
}

.main-video__right-things[data-v-1fec906b] {
    left: calc(100% - 230px);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media screen and (max-width: 1023px) {
    .main-video__right-things[data-v-1fec906b] {
        left: calc(50% - 75px)
    }
}

.main-video__left-things[data-v-1fec906b] {
    right: calc(100% - 230px)
}

@media screen and (max-width: 1023px) {
    .main-video__left-things[data-v-1fec906b] {
        right: calc(50% - 75px)
    }
}

.main-video__left-hero[data-v-1fec906b], .main-video__right-hero[data-v-1fec906b] {
    position: absolute
}

@media screen and (max-width: 1023px) {
    .main-video__left-hero[data-v-1fec906b], .main-video__right-hero[data-v-1fec906b] {
        height: 250px;
        overflow: hidden
    }
}

.main-video__left-hero[data-v-1fec906b] {
    bottom: -205px;
    right: calc(100% - 65px);
    -webkit-transform: rotate(6.32deg);
    transform: rotate(6.32deg)
}

@media screen and (max-width: 1023px) {
    .main-video__left-hero[data-v-1fec906b] {
        right: calc(50% - 15px);
        top: 0;
        bottom: auto
    }
}

.main-video__left-hero img[data-v-1fec906b] {
    max-width: 254px;
    width: 19vw
}
/*
@media screen and (max-width: 1023px) {
    .main-video__left-hero img[data-v-1fec906b] {
        max-width: none;
        width: auto
    }
}*/

.main-video__right-hero[data-v-1fec906b] {
    bottom: -45px;
    left: calc(100% - 60px)
}

@media screen and (max-width: 1023px) {
    .main-video__right-hero[data-v-1fec906b] {
        left: calc(50% - 10px);
        top: 0;
        bottom: auto
    }
}

.main-video__right-hero img[data-v-1fec906b] {
    max-width: 231px;
    width: 17vw
}
/*
@media screen and (max-width: 1023px) {
    .main-video__right-hero img[data-v-1fec906b] {
        max-width: none;
        width: auto
    }
}*/

.main-video[data-v-1fec906b] {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(78.4%, #f3ddb3), color-stop(108.44%, #e8c072));
    background: linear-gradient(180deg, #fff, #f3ddb3 78.4%, #e8c072 108.44%)
}

.main-video__title[data-v-1fec906b] {
    margin-bottom: 14px
}

.main-video__sub-title[data-v-1fec906b] {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    padding: 0 0 24px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 1023px) {
    .main-video__sub-title[data-v-1fec906b] {
        font-size: 20px
    }
}

@media screen and (max-width: 768px) {
    .main-video__sub-title[data-v-1fec906b] {
        font-size: 16px
    }
}

.main-video__video-wrap[data-v-1fec906b] {
    width: 65vw;
    max-width: 875px;
    margin: 0 auto;
    padding-bottom: 75px;
    position: relative
}

@media screen and (max-width: 1023px) {
    .main-video__video-wrap[data-v-1fec906b] {
        width: 100%;
        max-width: none;
        padding-bottom: 55px;
        padding-top: 135px
    }
}

@media screen and (max-width: 640px) {
    .main-video__video-wrap[data-v-1fec906b] {
        padding-bottom: 40px
    }
}

.main-video__video-holder[data-v-1fec906b] {
    padding: 56.25% 0 0 0;
    position: relative
}

.main-video__video-holder iframe[data-v-1fec906b] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}