@charset "UTF-8";
.v-align-top {
    vertical-align: text-top
}

.v-align-mid {
    vertical-align: middle
}

.v-align-bot {
    vertical-align: text-bottom
}

.color-brand {
    color: #8a7a1c
}

.color-base {
    color: #555
}

.color-black {
    color: #000
}

.color-gold {
    color: #f3d738
}

.color-red {
    color: #9e0c00
}

.color-red-light {
    color: #df4f57;
    --color2: #df4f57
}

.color-blue {
    color: #0b8ad4
}

.color-green {
    color: #8dc640
}

.color-grey-dark {
    color: #454545
}

.color-grey-light {
    color: #cbcaca
}

.color-white {
    color: #fff
}

.gap-6 {
    margin: 6px
}

.gap-12 {
    margin: 12px
}

.gap-top-6 {
    margin-top: 6px
}

.gap-top-12 {
    margin-top: 12px
}

.gap-top-36 {
    margin-top: 36px
}

.gap-bot-3 {
    margin-bottom: 3px
}

.gap-bot-6 {
    margin-bottom: 6px
}

.gap-bot-12 {
    margin-bottom: 12px
}

.gap-bot-24 {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .gap-bot-24--tab {
        margin-bottom: 24px
    }
}

.gap-bot-36 {
    margin-bottom: 36px
}

@media (min-width:480px) {
    .gap-bot-48--mob {
        margin-bottom: 48px
    }
}

.gap-left-6 {
    margin-left: 6px
}

.gap-left-12 {
    margin-left: 12px
}

.gap-right-6 {
    margin-right: 6px
}

.gap-right-12 {
    margin-right: 12px
}

.pad-6,
.pad-6-childs>* {
    padding: 6px
}

.pad-12,
.pad-12-childs>* {
    padding: 12px
}

@media (min-width:768px) {
    .pad-24--tab {
        padding: 24px
    }
}

.pad-top-6 {
    padding-top: 6px
}

.pad-top-12 {
    padding-top: 12px
}

@media (min-width:768px) {
    .pad-top-24--tab {
        padding-top: 24px
    }
}

.pad-bot-6 {
    padding-bottom: 6px
}

.pad-bot-12 {
    padding-bottom: 12px
}

.pad-bot-48 {
    padding-bottom: 48px
}

.pad-left-6 {
    padding-left: 6px
}

.pad-left-12 {
    padding-left: 12px
}

.pad-left-18 {
    padding-left: 18px
}

.pad-right-6 {
    padding-right: 6px
}

.pad-right-12 {
    padding-right: 12px
}

.pad-right-18 {
    padding-right: 18px
}

.text-bold {
    font-weight: 700
}

.text-underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.a11y-only {
    position: absolute;
    height: 1px;
    width: 1px;
    padding: 100px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.heading {
    display: block;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
}

@media (min-width:768px) {
    .heading {
        font-size: 28px;
        line-height: 1.5
    }
}

.heading--h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3
}

@media (min-width:768px) {
    .heading--h1 {
        font-size: 30px;
        line-height: 1.5
    }
}

.heading--h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1
}

.bdr-radius-4 {
    border-radius: 4px
}

.bdr-radius-8 {
    border-radius: 8px
}

.full-width {
    width: 100%
}

.head {
    position: static;
    background: #8a7a1c;
    z-index: 1
}

.head__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1
}

.head-logo {
    display: block
}

.head-logo__img {
    width: 130px;
    height: auto
}

.nav {
    display: none;
    z-index: 100;
    color: #fff;
    overflow: hidden
}

@media (min-width:768px) {
    .heading--h3 {
        font-size: 20px;
        line-height: 1.2
    }
    .head-logo__img {
        width: 180px
    }
    .nav {
        display: block
    }
}

.nav-menu {
    display: flex
}

.nav-menu__item {
    display: inline-block;
    list-style-type: none;
    height: 90px
}

.nav-menu__item--sub .nav-menu__link {
    position: relative
}

.nav-menu__item--sub .nav-menu__link:before {
    content: "";
    display: none;
    height: 0;
    width: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #8A7A1C
}

.nav-menu__item--sub:hover .nav-menu__link:before {
    display: block
}

.nav-menu__link {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
    align-items: center;
    height: 100%
}

@media (min-width:1024px) {
    .nav-menu__link {
        padding-left: 24px;
        padding-right: 24px
    }
}

.nav-menu__link,
.nav-sub__link {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    color: rgba(255, 255, 255, .7);
    text-decoration: none
}

.nav-menu__link:hover,
.nav-sub__link:hover {
    color: #fff
}

.nav-sub {
    flex-wrap: wrap;
    background: #8A7A1C;
    background: linear-gradient(to bottom, #8A7A1C 0, #8A7A1C 100%);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .055);
    padding: 8px;
    display: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 300px;
    visibility: hidden;
    z-index: 1
}

.nav-sub--align-right {
    right: 0
}

.nav-menu__item:hover .nav-sub {
    display: flex;
    opacity: 1;
    visibility: visible
}

.nav-sub__link {
    padding: 8px 10px
}

.nav-sub__link--more {
    color: #fff
}

.nav-sub__link--more .nav-sub__underlined {
    text-decoration: underline
}

.nav-sub__link--more:hover {
    color: #ffc74d
}

.nav-sub__item {
    display: block;
    position: relative;
    flex: 0 0 50%
}

.nav-bot {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    background: #8a7a1c;
    background: linear-gradient(to bottom, #8a7a1c 0, #6a0400 100%);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: 100;
    margin-left: -12px;
    margin-right: -12px
}

.nav-bot__item {
    font-size: 11px;
    line-height: 1.3;
    flex: 0 0 25%;
    margin-bottom: env(safe-area-inset-bottom)
}

@media (min-width:768px) {
    .nav-bot {
        display: none
    }
    .nav-bot__item {
        font-size: 14px;
        line-height: 1.35
    }
}

.nav-bot__link {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff
}

.nav-bot__menu {
    content-visibility: hidden;
    position: fixed;
    width: 70%;
    height: 100%;
    transform: translateX(-100%)
}

.nav-bot__container {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    display: flex;
    flex-direction: column
}

.nav-bot [role=menu] {
    overflow: hidden;
    left: 0;
    top: 0;
    transition: transform .4s ease-in-out;
    background: #8a7a1c;
    background: linear-gradient(to bottom, #8a7a1c 0, #6a0400 100%)
}

.nav-toggle-input[type=checkbox]:checked~[role=menu] {
    transform: translateX(0)
}

.nav-toggle-input[type=checkbox]:checked~.nav-bot__menu {
    content-visibility: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.nav-cta {
    display: block;

    color: #f8db82;
    margin-top: 3px;
    margin-bottom: 3px;

    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    border-radius: 6px
}

@media (min-width:768px) {
    .nav-cta {
        font-size: 14px;
        line-height: 1.35;
        display: none
    }
}

.nav-close {
    margin-left: auto;
    text-align: right;
    display: inline-block;
    color: rgba(255, 255, 255, .2);
    font-size: 28px;
    line-height: 44px;
    height: 44px
}

.nav-toggle-input[type=checkbox]:checked+.nav-toggle-label .nav-toggle-label__icon--opened,
.nav-toggle-input[type=checkbox]:not(:checked)+.nav-toggle-label .nav-toggle-label__icon--closed {
    display: inline
}

.nav-toggle-input[type=checkbox]:checked+.nav-toggle-label--search .nav-toggle-label__icon--opened,
.nav-toggle-input[type=checkbox]:not(:checked)+.nav-toggle-label--search .nav-toggle-label__icon--closed {
    display: inline-flex
}

.nav-toggle-input[type=checkbox]:checked+.nav-toggle-label .nav-toggle-label__icon--closed,
.nav-toggle-input[type=checkbox]:not(:checked)+.nav-toggle-label .nav-toggle-label__icon--opened {
    display: none
}

.nav-toggle-input[type=checkbox] {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.nav-toggle-input[type=checkbox]:focus {
    outline: 0;
    background-color: #56110b
}

.nav-list__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media (min-width:768px) {
    .nav-list__link {
        font-size: 16px;
        line-height: 1.35
    }
}

.nav-list__item:last-of-type .nav-list__link {
    border-bottom: none
}

.nav-list,
.nav-list-sub[role=menu] {
    overflow-y: scroll;
    overflow-x: hidden;
    list-style: none;
    overflow: -moz-scrollbars-none
}

.nav-list-sub[role=menu]::-webkit-scrollbar,
.nav-list::-webkit-scrollbar {
    width: 0
}

.nav-list-sub {
    position: absolute;
    width: 100%;
    height: calc(100% - 44px);
    transform: translateX(100%);
    margin-top: 44px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column
}

.nav-list-sub__actions {
    display: flex;
    flex-direction: column
}

.nav-list-sub__back {
    font-size: 14px
}

.nav-list-sub__back,
.nav-list-sub__link {
    color: rgba(255, 255, 255, .7)
}

.nav-list-sub__title {
    color: #fff
}

.nav-list-sub__link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px
}

.nav-list-sub__link--more,
.nav-list-sub__link--title {
    font-size: 14px
}

.nav-list-sub__link--title {
    margin-top: 20px;
    margin-bottom: 14px;
    color: #fff
}

.nav-list-sub__link--more {
    margin-top: 14px;
    margin-bottom: 20px;
    color: #f8db82
}

.nav-list-sub__link--more .nav-list-sub__underlined {
    border-bottom: 1px solid #f8db82
}

.page-container {
    padding-bottom: calc(56px + env(safe-area-inset-bottom));
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden
}

.main-content {
    padding-top: 12px
}

.row {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.pd-pull {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width:1100px) {
    .main-content {
        display: flex;
        align-items: flex-start;
        padding-top: 24px
    }
    .row {
        max-width: 1100px
    }
    .LeftContent {
        width: 100%;
        padding-right: 24px
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    font: 13px sans-serif;
    margin: 0;
    background: #fff;
    height: 100%;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px
}

.fonts-loaded body {
    font-family: Lato, sans-serif
}

body:before {
    content: ""
}

body.js-prevent-scroll {
    overflow: hidden
}

body.js-prevent-scroll:before {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 101
}

body.js-nav-open:before {
    transition: background-color .4s ease-in-out;
    z-index: 99
}

a {
    color: #9e0d00;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    border: none;
    text-decoration: none;
    object-fit: contain
}

.list-fancy {
    font-size: 13px;
    line-height: 1.3;
    color: #555;
    list-style-type: none;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .page-container {
        padding-bottom: calc(0 + env(safe-area-inset-bottom))
    }
    .list-fancy {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 24px
    }
}

.list-fancy--rule-top-blue,
.list-fancy--rule-top-green {
    padding-top: 40px
}

.list-fancy--rule-top-blue {
    border-top: 4px solid #48cad0
}

.list-fancy--rule-top-green {
    border-top: 4px solid #82be37
}

.list-fancy__item {
    display: flex;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .list-fancy__item {
        margin-bottom: 24px
    }
}

.list-simple {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 12px;
    padding-left: 18px;
    color: #555
}

@media (min-width:768px) {
    .list-simple {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 24px;
        padding-left: 24px
    }
}

.list-simple--spaced .list-simple__item {
    margin-bottom: 12px
}

.list-simple--no-style {
    list-style-type: none
}

.rating {
    font-size: 18px;
    font-weight: 700;
    color: #555
}

.rating .ico {
    color: #f3d738
}

.rating span {
    color: #555
}

.text-section>:last-child {
    margin-bottom: 0
}

.text-section__text {
    margin-bottom: 12px;
    color: #555;
    font-size: 13px;
    line-height: 1.3
}

@media (min-width:768px) {
    .text-section__text {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 24px
    }
}

.text-section__text--italic {
    font-style: italic
}

.text-section__text--med {
    font-size: 13px;
    line-height: 1.3
}

.text-section__text a {
    color: #9e0d00;
    font-weight: 700;
    text-decoration: underline
}

.text-section__text a:hover {
    text-decoration: none
}

.text-section__list {
    margin-bottom: 12px;
    padding-left: 20px;
    list-style: none
}

@media (min-width:768px) {
    .text-section__text--med {
        font-size: 16px;
        line-height: 1.35
    }
    .text-section__list {
        padding-left: 28px;
        margin-bottom: 24px
    }
}

.text-section__list a {
    color: #9e0d00;
    font-weight: 700;
    text-decoration: underline
}

.text-section__list a:hover {
    text-decoration: none
}

.text-section__list--nested {
    padding-top: 12px
}

.text-section__list--angle .text-section__item:after {
    left: -22px;
    background-image: url(assets/media/images/icons/icon-angle-right.svg)
}

.text-section__item {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    color: #555;
    position: relative;
    margin-bottom: 6px
}

.text-section__item:last-of-type {
    margin: 0
}

.text-section__item:after {
    position: absolute;
    top: 0;
    left: -20px;
    content: "";
    width: 13px;
    height: 13px;
    background-image: url(assets/media/images/icons/icon-check-circle-solid.svg)
}

@media (min-width:768px) {
    .text-section__item {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 12px
    }
    .text-section__item:after {
        top: 4px;
        left: -28px;
        width: 18px;
        height: 18px
    }
}

.text-section__image {
    margin-bottom: 15px;
    max-width: 40%
}

.text-section__image--lge,
.text-section__image--med,
.text-section__image--sml {
    width: 95px
}

@media (min-width:480px) {
    .text-section__image--lge,
    .text-section__image--med {
        width: 125px
    }
}

@media (min-width:768px) {
    .text-section__image--lge {
        width: 175px
    }
}

.text-section__image--left {
    float: left;
    clear: left;
    margin-right: 15px
}

.text-section__image--right {
    float: right;
    clear: right;
    margin-left: 15px
}

.text-section__image--full {
    display: block;
    width: 100%;
    max-width: none
}

.text-link {
    color: #9e0d00;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer
}

.text-link:hover {
    text-decoration: none
}

.cta-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    flex: none;
    order: 0;
    flex-grow: 0;
    display: block;
    margin: 15px 0
}

.cta-link--yellow {
    background-color: #fdd70f;
    color: #1e1e1e;
    border-radius: 4px
}

.cta-link--white {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    box-sizing: border-box;
    border-radius: 4px;
    color: #1e1e1e
}

.ts .heading {
    text-align: center;
    font-size: 20px;
    line-height: 1.1
}

@media (min-width:1024px) {
    .ts {
        background-color: #f5f5f5;
        margin-bottom: 0
    }
    .ts .heading {
        text-align: left
    }
    .ts .row {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.ts__btn-wrap {
    display: inline-block;
    background-color: #e6e6e6
}

@media (max-width:767px) {
    .ts__btn-wrap {
        display: block;
        width: 100%;
        background: 0 0
    }
    .ts-column {
        margin-bottom: 12px
    }
    .ts-column--last {
        margin-bottom: 0
    }
}

@media (min-width:1024px) {
    .ts__intro {
        width: calc(100% - 730px);
        padding-top: 40px;
        padding-right: 30px
    }
    .ts__promote {
        width: 730px
    }
}

@media (min-width:768px) {
    .ts .heading {
        font-size: 33px;
        line-height: 1.2
    }
    .ts__promote {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        padding-top: 40px
    }
    .ts-column--first {
        flex: 0 0 50%;
        padding-right: 12px
    }
}

.ts-box {
    background: linear-gradient(to bottom, #262626 0, #262626 49%, #040404 100%)
}

.ts-box--promo {
    position: relative;
    overflow: hidden;
    height: 110px
}

.ts-box--promo img {
    position: absolute;
    top: 0
}

.ts-box--counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto
}

@media (min-width:768px) {
    .ts-box {
        height: 207px
    }
}

.ts-promo {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    padding: 22px 65px 22px 17px;
    text-shadow: 0 0 14px #000
}

.ts-promo__sub-title {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #f8656c;
    font-weight: 700;
    text-transform: uppercase
}

.ts-promo__title {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #fff
}

.ts-promo__btn {
    position: absolute;
    bottom: 23px;
    right: 21px;
    width: 39px;
    height: 39px;
    border: 2px solid #ffc74d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: right .2s ease-in-out;
    font-size: 25px
}

.ts-promo:hover .ts-promo__btn {
    right: 15px
}

.ts__visitors {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #ffc74d
}

.ts-tiles {
    margin: calc(-12px / 2);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative
}

.ts-tiles__item {
    margin: 6px;
    width: calc(50% - 12px);
    height: 115px;
    text-decoration: none;
    outline: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative
}

.ts-tiles__item img {
    transition: transform .1s ease-in-out
}

.no-touch .ts-tiles__item:hover img {
    transform: scale(1.2)
}

.ts-tiles__item--color-1 {
    background-color: #d7700c
}

.ts-tiles__item--color-2 {
    background-color: #4b9fef
}

.ts-tiles__item--color-3 {
    background-color: #82be37
}

.ts-tiles__item--color-4 {
    background-color: #173959
}

.ts-tiles__item--color-5 {
    background-color: #cc8e76
}

.ts-tiles__item--color-6 {
    background-color: #666
}

.ts-tiles__item-text {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding-top: 6px
}

.ts-tiles__link {
    position: absolute;
    bottom: -24px;
    right: 6px;
    font-size: 18px
}

@media (min-width:768px) {
    .ts-tiles__item {
        height: 134px
    }
    .ts-tiles__item-text {
        font-size: 18px;
        padding-top: 12px
    }
    .ts-tiles__link {
        right: 6px
    }
}

.win-counter {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .win-counter {
        font-size: 24px
    }
}

.win-counter__curr {
    margin-right: 6px
}

.homepage .block-toplist {
    margin-top: 0
}

.odometer-inside {
    display: flex
}

.odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: .1em;
    padding: 0 .15em;
    background-color: #eee;
    color: #000
}

.odometer-digit+.odometer-digit {
    margin-left: .1em
}

.odometer-digit__spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer-digit__inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer-digit:last-child {
    display: none
}

.odometer-ribbon {
    display: block;
    margin-top: .05em;
    margin-left: .15em
}

.odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.odometer-value {
    display: block;
    transform: translateZ(0)
}

.odometer-value.odometer-last-value {
    position: absolute
}

.odometer-formatting-mark {
    margin: 0 .1em
}

.odometer-animating-up .odometer-ribbon-inner {
    transition: transform 1s
}

.odometer-animating-down .odometer-ribbon-inner,
.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: transform 1s;
    transform: translateY(0)
}

.btn-y {
    background: #f3d738;
    background: linear-gradient(to bottom, #f3d738 0, #ffe349 21%, #f9d825 65%, #f5d002 100%);
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 14px;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, .27);
    cursor: pointer;
    letter-spacing: .3px;
    font-weight: 700
}

@media (min-width:768px) {
    .btn-y {
        padding-left: 38px;
        padding-right: 38px
    }
    .box-toplist-in-l .box-toplist-info {
        padding: 11px 0
    }
}

.btn-y:hover {
    transform: translateY(2px);
    box-shadow: 0 0 0 0 #969696
}

.btn-wrap {
    display: inline-block;
    padding: 6px 6px 7px;
    background-color: #e6e6e6
}

.btn-wrap__tick:before {
    margin-right: 5px
}

.fonts-loaded .btn-wrap__tick:before {
    content: "";
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inherit;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn-wrap--right {
    float: right
}

.btn {
    padding: 14px;
    background-color: #420807;
    color: #ecebeb;
    border-radius: 20px;
    margin: 2px;
    display: inline-block;
    font-weight: 700
}

.btn:hover {
    background: #714b4b
}

.box-toplist-in {
    display: table;
    width: 100%
}

.box-toplist-in-l {
    background: #efefef;
    border-right: 1px solid #d9e0e4;
    padding: 0 16px;
    width: 23%;
    min-width: 125px;
    text-align: center;
    vertical-align: middle
}

.box-toplist-in-l .box-toplist-info+.box-toplist-info {
    border-top: 2px solid #d7dee3
}

.box-toplist-in-l .box-toplist-info .title-toplist-small {
    line-height: 100%;
    text-transform: uppercase;
    color: #8f9ca9
}

.box-toplist-in-l .box-toplist-info .info-toplist {
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    color: #5bb000;
    font-weight: 700;
    letter-spacing: -1px
}

.box-toplist-in-l .box-toplist-info .info-toplist .small {
    font-size: 13px
}

.box-toplist-in-c {
    padding: 15px 10px 15px 15px
}

.box-toplist-in-c .text-toplist {
    font-size: 15px;
    line-height: 100%;
    color: #24aa1d
}

.box-toplist-in-c .text-toplist span {
    color: #084b05
}

.box-toplist-deposit .text-toplist-deposit {
    font-size: 15px;
    line-height: 100%;
    color: #24aa1d;
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0
}

.box-toplist {
    border-radius: 4px
}

.box-toplist-l {
    background: #fff;
    position: relative;
    border-radius: 2px 0 0 2px
}

.box-toplist-r {
    min-width: 218px;
    text-align: center;
    vertical-align: middle
}

.box-toplist-r .img-toplist {
    display: flex;
    flex-direction: column;
    align-items: center
}

.title-toplist-big {
    line-height: 100%;
    text-transform: uppercase;
    color: #110e2d;
    left: 19%;
    top: 3%
}

.title-toplist-big span {
    color: #254b96
}

.title-toplist-big span:hover {
    color: #000
}

@media only screen and (max-width:767px) {
    .box-toplist-in-l {
        width: 100%;
        border: 0
    }
    .box-toplist-in-l .box-toplist-info {
        float: left;
        width: 33.333%
    }
    .box-toplist-in-l .box-toplist-info+.box-toplist-info {
        border-top: 0;
        border-left: 2px solid #d7dee3
    }
}

@media screen and (max-width:600px) {
    .block-toplist-top .title-toplist-top,
    .box-toplist-in-c,
    .list-toplist-trust {
        width: 100%;
        display: block;
        text-align: center
    }
    .box-toplist-r {
        width: 100%;
        display: block;
        padding: 15px 0 10px
    }
    .box-toplist-l {
        padding: 0
    }
    .list-toplist {
        text-align: left
    }
}

@media all and (max-width:480px) {
    .box-toplist-in-l .box-toplist-info .info-toplist {
        font-size: 22px
    }
}

.bonus-toplist .bonus-toplist-in {
    display: block;
    font-weight: 700;
    color: #fff
}

.list-toplist {
    counter-reset: li-counter
}

.list-toplist li {
    position: relative;
    padding: 6px 0 6px 24px;
    font-size: 14px;
    line-height: 100%;
    color: #434343
}

.list-toplist li:before {
    content: counter(li-counter);
    counter-increment: li-counter;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
    color: #434343;
    border: 1px solid #434343;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px
}

.list-toplist li .underline {
    color: #0835bd;
    text-decoration: underline
}

.list-toplist-deposit {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin: 6px 0
}

.list-toplist-deposit .icon-deposit {
    display: inline-block;
    width: 37px;
    height: 25px;
    margin: 0 1px;
    border-radius: 2px;
    background-color: #f4f5f5;
    box-shadow: 0 2px 0 0 #d3d2d2
}

.list-toplist-deposit .icon-deposit svg {
    padding: 2px 4px;
    width: 100%;
    height: 100%
}

.block-toplist {
    counter-reset: newCounter
}

.block-toplist ul {
    list-style: none
}

.topCasino {
    margin-bottom: 12px
}

.topCasino--text {
    margin-bottom: 30px
}

.icon-favourite {
    margin-right: auto
}

.box-toplist {
    border: 4px solid #373d5f;
    box-shadow: 3px 4px 24px rgba(0, 0, 0, .18);
    position: relative
}

.box-toplist.box-toplist .box-toplist-r:after {
    border-color: #84007d
}

@media (min-width:768px) {
    .box-toplist {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch
    }
    .box-toplist.box-toplist .box-toplist-keyline {
        border-bottom: 2px solid #d7dee3
    }
}

.box-toplist.box-toplist-2 {
    border-color: #84007d
}

.box-toplist.box-toplist-2 .box-toplist-r {
    background-color: #84007d
}

.box-toplist.box-toplist-2 .box-toplist-r:after {
    border-color: #84007d
}

.box-toplist.box-toplist-3 {
    border-color: #2a4e20
}

.box-toplist.box-toplist-3 .box-toplist-r {
    background-color: #2a4e20
}

.box-toplist.box-toplist-3 .box-toplist-r:after {
    border-color: #2a4e20
}

.box-toplist.branded-black {
    border-color: #000
}

.box-toplist.branded-black .box-toplist-r {
    background-color: #000
}

.box-toplist.branded-black .box-toplist-r:after {
    border-color: #000
}

.box-toplist.branded-888sport {
    border-color: #ff6322
}

.box-toplist.branded-888sport .box-toplist-r {
    background-color: #ff6322
}

.box-toplist.branded-888sport .box-toplist-r:after {
    border-color: #ff6322
}

.box-toplist.branded-bodogsports {
    border-color: #242424
}

.box-toplist.branded-bodogsports .box-toplist-r {
    background-color: #242424
}

.box-toplist.branded-bodogsports .box-toplist-r:after {
    border-color: #242424
}

.box-toplist.branded-royal-vegas {
    border-color: #6c090b
}

.box-toplist.branded-royal-vegas .box-toplist-r {
    background-color: #6c090b
}

.box-toplist.branded-royal-vegas .box-toplist-r:after {
    border-color: #6c090b
}

.box-toplist.branded-magicred {
    border-color: #ba3430
}

.box-toplist.branded-magicred .box-toplist-r {
    background-color: #ba3430
}

.box-toplist.branded-magicred .box-toplist-r:after {
    border-color: #ba3430
}

.box-toplist-l {
    display: block;
    width: 100%
}

.box-toplist-in {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .box-toplist-l {
        width: calc(100% - 230px)
    }
    .box-toplist-in {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: nowrap
    }
}

@media (max-width:767px) {
    .box-toplist-in-l {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch
    }
    .box-toplist-in-l .box-toplist-info {
        width: auto;
        margin: 15px 0
    }
}

.box-toplist-in-l .box-toplist-info .title-toplist-small {
    font-size: 11px
}

.box-toplist-in-l .box-toplist-keyline {
    margin: 10px;
    border-left: 2px solid #d7dee3
}

@media (min-width:768px) {
    .box-toplist-in-l {
        width: 26%;
        padding: 16px 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        order: 1
    }
    .box-toplist-in-l .box-toplist-info {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .box-toplist-in-l .box-toplist-info .title-toplist-small {
        font-size: 14px
    }
    .box-toplist-in-l .box-toplist-keyline {
        border: 0
    }
    .box-toplist-in-c {
        width: 74%;
        padding: 22px;
        order: 2
    }
}

.box-toplist-in-c .title-toplist-big {
    position: static;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.box-toplist-in-c .title-toplist-big span,
.box-toplist-in-c .title-toplist-big__link {
    color: #000
}

.box-toplist-in-c .text-toplist {
    margin: 0 0 13px
}

.box-toplist-in-c .list-toplist {
    padding-bottom: 6px
}

@media (min-width:768px) {
    .box-toplist-in-c .title-toplist-big {
        font-size: 24px
    }
    .box-toplist-in-c .list-toplist {
        padding-bottom: 17px;
        margin-bottom: 17px;
        border-bottom: 1px solid #d3d3d3
    }
}

.box-toplist-in-c .text-toplist-deposit {
    display: block
}

@media (max-width:767px) {
    .box-toplist-in-c .text-toplist {
        text-align: left;
        font-size: 13px;
        line-height: 14px
    }
    .box-toplist-in-c .list-toplist li {
        font-size: 13px;
        line-height: 15px;
        margin: 0 0 -3px
    }
    .box-toplist-in-c .text-toplist-deposit {
        text-align: left;
        margin: 6px 0 12px;
        background-size: cover
    }
    .box-toplist-in-c .list-toplist-deposit {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }
    .box-toplist-in-c .list-toplist-deposit li {
        margin: 0 4px 0 0
    }
}

.box-toplist-r {
    background-color: #373d5f;
    display: block;
    width: 100%;
    padding: 21px 27px 15px;
    position: static
}

.box-toplist-r:after {
    counter-increment: newCounter;
    content: counters(newCounter, ".") " ";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #373d5f;
    background-color: #fff;
    color: #373d5f;
    font-size: 20px;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 700
}

@media (min-width:768px) {
    .box-toplist-r {
        position: relative;
        width: 230px;
        order: 2
    }
    .box-toplist-r:after {
        width: 42px;
        height: 42px;
        border: 4px solid #373d5f;
        font-size: 21px;
        top: -26px
    }
}

.box-toplist-r .img-toplist {
    width: 100%;
    height: auto;
    line-height: 1;
    cursor: pointer
}

.box-toplist-r .img-toplist img {
    display: block;
    max-width: 170px;
    max-height: 74px
}

.box-toplist-r .bonus-toplist {
    display: block;
    overflow: hidden;
    margin: 16px 0
}

.box-toplist-r .bonus-toplist .text-toplist {
    display: block;
    color: #ddd;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 6px
}

@media (min-width:768px) {
    .box-toplist-r .bonus-toplist {
        margin: 15px 0 23px
    }
    .box-toplist-r .bonus-toplist .text-toplist {
        font-size: 19px
    }
}

.box-toplist-r .bonus-toplist .bonus-toplist-in {
    padding: 0;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px
}

.box-toplist-r .bonus-toplist .bonus-toplist-in .big {
    font-size: 16px;
    line-height: 1
}

.box-toplist-r .btn-y {
    min-width: 0;
    display: block;
    font-size: 12px;
    width: 140px;
    margin: 0 auto;
    padding: 12px 10px
}

@media (min-width:768px) {
    .box-toplist-r .bonus-toplist .bonus-toplist-in {
        font-size: 14px;
        line-height: 20px
    }
    .box-toplist-r .bonus-toplist .bonus-toplist-in .big {
        font-size: 20px
    }
    .box-toplist-r .btn-y {
        font-size: 25px;
        margin: 0 0 9px;
        width: 100%;
        padding: 12px
    }
}

.box-toplist-r .link-read-review {
    outline: 0;
    color: #ddd;
    font-size: 13px;
    font-weight: 700;
    transition: color .2s ease-in-out
}

@media (max-width:767px) {
    .box-toplist-r .link-read-review {
        margin: 10px 0 5px
    }
}

.box-toplist-r .link-read-review:hover {
    color: #ffc74d
}

.link-read-review {
    display: block;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    text-decoration: underline;
    margin: 0 0 5px
}

.link-read-review:hover {
    text-decoration: none
}

.snav {
    display: none
}

@media (min-width:1100px) {
    .snav {
        display: block;
        border-radius: 4px;
        flex: 0 0 258px;
        padding: 12px;
        border: 1px solid #e5e5e5;
        font-size: 18px
    }
}

.snav ul {
    list-style: none
}

.snav__title {
    margin-top: 36px;
    text-transform: uppercase;
    color: #8a7a1c;
    border-bottom: 1px solid #8a7a1c
}

.snav__title--first {
    margin-top: 0
}

.snav__title--no-link {
    padding: 7px
}

.snav__title a {
    display: block;
    color: #8a7a1c
}

.snav__item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #555
}

.snav__item a,
.snav__title a {
    padding: 7px
}

.snav__item a:hover,
.snav__title a:hover {
    background-color: #f5f5f5
}

.snav__highlight {
    font-size: 12px;
    color: #dc2a2a;
    font-weight: 700
}

@font-face {
    font-family: Lato;
    font-display: swap;
    font-weight: 400;
    src: url(dist/fonts/lato/lato.woff2) format("woff2"), url(dist/fonts/lato/lato.woff) format("woff")
}

@font-face {
    font-family: Lato;
    font-display: swap;
    font-weight: 700;
    src: url(dist/fonts/lato/lato-bold.woff2) format("woff2"), url(dist/fonts/lato/lato-bold.woff) format("woff")
}

.ico {
    fill: currentColor;
    --color2: none;
    stroke-width: 8%
}

.ico--duo-white-black {
    color: #fff;
    --color2: #222
}

.ico--duo-white {
    color: #fff;
    --color2: #fff
}

.ico--duo-white-brand {
    color: #fff;
    --color2: #8a7a1c
}

.ico--duo-brand-white {
    color: #8a7a1c;
    --color2: #fff
}

.ico--x-light {
    stroke-width: 1
}

.ico--light {
    stroke-width: 4%
}

.ico--bold {
    stroke-width: 12%
}

.ico--x-bold {
    stroke-width: 16%
}
.border {
    list-style: none;
    padding: 0;
    margin: 20px;
    }
    .border li {
    /* font-family: "Trebuchet MS", "Lucida Sans"; */
    padding: 7px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-left: 10px solid #f05d22;
    box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
         -2px -2px 5px 0 rgba(0,0,0,.1),
        2px 2px 5px 0 rgba(0,0,0,.1),
        -2px 2px 5px 0 rgba(0,0,0,.1);
    font-size: 12px;
    letter-spacing: 0.8px;
    /* transition: 0.3s all linear; */
    }
    .border li:nth-child(2){border-color: #8bc63e;}
    .border li:nth-child(3){border-color: #fcba30;}
    .border li:nth-child(4){border-color: #1ccfc9;}
    .border li:nth-child(5){border-color: #493224;}
    .border li:nth-child(6){border-color: #8bc63e;}
    .border li:nth-child(7){border-color: #fcba30;}
    .border li:nth-child(8){border-color: #1ccfc9;}
    .border li:nth-child(9){border-color: #493224;}
    .border li:nth-child(10){border-color: #8bc63e;}
    .border li:hover {border-left: 10px solid transparent;}
    .border li:nth-child(1):hover {border-right: 10px solid #f05d22;}
    .border li:nth-child(2):hover {border-right: 10px solid #8bc63e;}
    .border li:nth-child(3):hover {border-right: 10px solid #fcba30;}
    .border li:nth-child(4):hover {border-right: 10px solid #1ccfc9;}
    .border li:nth-child(5):hover {border-right: 10px solid #493224;}
    .border li:nth-child(6):hover {border-right: 10px solid #f05d22;}
    .border li:nth-child(7):hover {border-right: 10px solid #8bc63e;}
    .border li:nth-child(8):hover {border-right: 10px solid #fcba30;}
    .border li:nth-child(9):hover {border-right: 10px solid #1ccfc9;}
    .border li:nth-child(10):hover {border-right: 10px solid #493224;}
    .footer__logoBox {
        display: flex;
        align-items: center;
        padding: 0 0 70px 0;
        background-color: #8A7A1C;
        margin-left: -12px;
    margin-right: -12px;
    }
    .footer_logoBox_item {
        width:16%;
        padding: 10px;
        text-align: center;
    }
    .img__footer {
        /* max-width: 150px !important; */
    }
    @media (max-width: 1135px) {
        .footer__logoBox {
            padding: 0 0 70px 0;
            margin-left: -12px;
    margin-right: -12px;
        }
        .footer_logoBox_item {
            width:16%;
            padding-right: 5px;
        }
        .img__footer {

        }
    }
    @media (max-width: 767px) {
        .footer__logoBox {
            padding: 0 0 70px 0;
            margin-left: -12px;
    margin-right: -12px;
        }
        .footer_logoBox_item:first-child {
            width: 5%;
        }
        .footer_logoBox_item:last-child {
            width:5%;
        }
        .footer_logoBox_item {
            width:22.5%;
            padding-right: 5px;
        }
        .img__footer {

        }
    }

    h4 {
        margin: 10px 5px;
        color: #000;
        font-size: 1.2em;
        font-weight: 400;
    }

    p {
      margin-bottom: 10px;
    }

    .color-text {
      color: #8A7A1C;
    }

    .big-text {
      font-size: 25px;
      font-weight: 800;
    }

    .main-first-block {
      display: flex;
      align-items: center;
      margin-bottom: 50px;
      padding: 30px 0 30px 0;
    }

    .left-block-main {
      min-width: 75%;
    }

    .left-block-main h1 {
      font-size: 40px;
      font-weight: 800;
    }

    .left-block-main p {
      /* font-size: 15px; */
      width: 80%;
    }

    .right-block-main-img {
      min-width: 25%;
    }

    @media (max-width:700px) {
      .right-block-main-img {
        display: none;
      }

      .left-block-main {
        width: 100%;
      }

      .left-block-main p {
        width: 100%;
      }

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

      .left-block-main h1 {
        text-align: center;
      }

      .main-first-block {
        margin-bottom: 0;
      }
    }
    :root {
      --gap: 15px;
    }

    .heading {
      color: #8A7A1C;
      font-weight: 800;
      text-shadow: 0 1px 1px #908018;
    }

    .text {
      font-size: 15px;
    }

    .list-reset {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .choice-list {
      display: flex;
      flex-wrap: wrap;

    }

    .choice-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: calc((100% - (var(--gap) * 3)) / 4);
      border-radius: 15px;
      padding: 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      margin-bottom: 15px;
    }

    .choice-item:not(:nth-child(4n)) {
      margin-right: var(--gap);
    }

    .choice-item-img {
      width: 55%;
    }

    .choice-item-heading {
      font-weight: 800;
      color: #8A7A1C;
    }

    .choice-item-text {
      font-size: 13px;
    }

    @media (max-width: 800px) {
      .choice-item {
        max-width: calc((100% - (var(--gap) * 2)) / 2);
      }
    }
