*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul,
ol {
    padding: 0
}

body,
p,
ul,
ol,
li,
figcaption,
blockquote,
dl,
dd {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul[class],
ol[class] {
    list-style: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


figure img {
    border-radius: 14px;
    margin: 30px auto;
}

input,
button,
textarea,
select {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important
    }
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    src: url("/fonts/NotoSans/NotoSans-Bold.eot");
    src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("/fonts/NotoSans/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSans/NotoSans-Bold.woff2") format("woff2"), url("/fonts/NotoSans/NotoSans-Bold.woff") format("woff"), url("/fonts/NotoSans/NotoSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    src: url("/fonts/NotoSans/NotoSans.eot");
    src: local("Noto Sans"), local("NotoSans"), url("/fonts/NotoSans/NotoSans.eot?#iefix") format("embedded-opentype"), url("/fonts/NotoSans/NotoSans.woff2") format("woff2"), url("/fonts/NotoSans/NotoSans.woff") format("woff"), url("/fonts/NotoSans/NotoSans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.container {
    max-width: 1660px;
    margin: 0 auto;
    padding: 10px 10px;
    width: 100%;
    z-index: 2;
    position: relative
}

.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.main {
    position: relative
}

.main--index {
    z-index: 10
}

.main--index .game__wrapper-btn,
.main--index .game-demo {
    opacity: 0
}

.main__block {
    margin-bottom: 10px
}

.main-content .breadcrumbs__list {
    border-bottom: 1px solid #302d28
}

.list {
    list-style: none;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .container {
        padding: 10px 15px;
    }
}

@media (min-width: 992px) {
    .container {
        padding: 0 30px
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:focus {
    outline: none !important
}

html {
    font-size: 10px;
    max-width: 100%;
    overflow-x: hidden
}

body {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    max-width: 100%
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

body::-webkit-scrollbar-thumb {
    background-color: #302d28
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

::-webkit-scrollbar-thumb {
    background-color: #302d28
}

body[data-theme="dark-base"],
body[data-theme="dark-promo"],
body[data-theme="dark-slot"],
body[data-theme="dark-content"] {
    background-color: #13100e;
    color: #dcd9d5
}

body[data-theme="dark-content"] h2,
body[data-theme="dark-content"] h3,
body[data-theme="dark-content"] h4,
body[data-theme="dark-content"] h5,
body[data-theme="dark-content"] h6,
body[data-theme="dark-content"] .h2,
body[data-theme="dark-content"] .h3,
body[data-theme="dark-content"] .h4,
body[data-theme="dark-content"] .h5,
body[data-theme="dark-content"] .h6,
body[data-theme="dark-slot"] h2,
body[data-theme="dark-slot"] h3,
body[data-theme="dark-slot"] h4,
body[data-theme="dark-slot"] h5,
body[data-theme="dark-slot"] h6,
body[data-theme="dark-slot"] .h2,
body[data-theme="dark-slot"] .h3,
body[data-theme="dark-slot"] .h4,
body[data-theme="dark-slot"] .h5,
body[data-theme="dark-slot"] .h6,
body[data-theme="dark-promo"] h2,
body[data-theme="dark-promo"] h3,
body[data-theme="dark-promo"] h4,
body[data-theme="dark-promo"] h5,
body[data-theme="dark-promo"] h6,
body[data-theme="dark-promo"] .h2,
body[data-theme="dark-promo"] .h3,
body[data-theme="dark-promo"] .h4,
body[data-theme="dark-promo"] .h5,
body[data-theme="dark-promo"] .h6 {
    line-height: 1.2;
    color: #f9b242
}

body.body-main {
    padding: 55px 0
}

body .hidden {
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: -1;
    height: 0 !important
}

body.overflow {
    overflow: hidden;
    height: 100vh;
    width: 100vw
}

.img_ab {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media (min-width: 768px) {
    body.body-main {
        padding-top: 120px;
        padding-bottom: 0
    }

    body .hidden--md {
        display: none
    }
}

h1,
.h1 {
    font-size: 2.66667rem
}

h2,
.h2 {
    font-size: 1.66667rem
}

h3,
.h3 {
    font-size: 1.8rem
}

h4,
.h4 {
    font-size: 1.6rem
}

h5,
.h5 {
    font-size: 1.4rem
}

h6,
.h6 {
    font-size: 1.4rem
}

.t-green {
    color: #3daa45 !important
}

.t-star {
    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;
    width: 35px;
    height: 35px;
    color: #13100e;
    background: #f9b242;
    -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%)
}

.t-center {
    text-align: center
}

.l-center {
    color: #f9b242;
    text-decoration: underline;
    margin: 0 auto
}

.l-right {
    color: #f9b242;
    margin: 0 0 0 auto;
    text-decoration: underline
}

.l-left {
    color: #f9b242;
    margin: 0 auto 0 0;
    text-decoration: underline
}

.l-bm {
    color: #f9b242;
    margin-bottom: 20px;
    text-decoration: underline
}

.b-center {
    margin: 0 auto
}

img,
iframe,
video {
    max-width: 100%;
    height: auto
}

ul,
ol {
    margin: 0
}

ul[class],
ol[class] {
    padding: 0
}

.t-center {
    text-align: center
}

.words img {
    margin: 0 auto 10px
}

.words-dropdown {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.words-dropdown--visible .words-dropdown-main {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.words-dropdown--visible .words-dropdown-main::after {
    display: none
}

.words-dropdown-main {
    width: 100%;
    max-width: 100%;
    max-height: 200px;
    position: relative;
    overflow-y: hidden
}

.words-dropdown-main:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEwMGUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(26, 21, 19, 0)), to(#13100e));
    background-image: linear-gradient(to bottom, rgba(26, 21, 19, 0) 0, #13100e 100%)
}

.words-dropdown-btn {
    text-decoration: underline;
    color: #f9b242
}

h1 {
    text-align: center;
    color: #f9b242;
    font-size: 36px;
    line-height: 46px;
    margin: 50px 0 30px;
}

h2 {
    text-align: center;
    margin: 30px 0;
}

.words a:hover {
    text-decoration: underline
}

.words ul,
.words ol {
    padding-left: 20px
}

.words p,
.words li,
.words ul,
.words ol,
.words h2,
.words h3,
.words h4,
.words h5,
.words h6 {
    margin: 0;
    margin-bottom: 15px
}

.words h1,
.words h2,
.words h3,
.words h4,
.words h5,
.words h6,
.words .h1,
.words .h2,
.words .h3,
.words .h4,
.words .h5,
.words .h6 {
    margin-bottom: 20px
}

table {
    border-collapse: collapse
}

td,
th {
    padding: 7px
}

th {
    font-weight: 400;
    color: #f9b242;
    background: #13100e
}

td {
    font-weight: 300
}

.words table.table-widht,
.subcontent table.table-widht {
    display: table;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.words table.table-widht thead,
.subcontent table.table-widht thead {
    display: table-header-group !important;
    vertical-align: middle;
    border-color: inherit
}

.words table.table-widht tbody,
.subcontent table.table-widht tbody {
    font-size: 1.2rem
}

.words table.table-widht tr,
.subcontent table.table-widht tr {
    display: table-row
}

.words table.table-widht td,
.words table.table-widht th,
.subcontent table.table-widht td,
.subcontent table.table-widht th {
    display: table-cell;
    text-align: center;
    border: 1px solid #13100e
}

.words table.table-widht td,
.subcontent table.table-widht td {
    background: #302d28
}

@media (max-width: 768px) {

    table.table,
    thead,
    tbody {
        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-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    table.table thead {
        display: none
    }

    table.table tr {
        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-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 10px 0
    }

    table.table td,
    th {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 3.2rem
    }

    h2,
    .h2 {
        font-size: 2rem
    }

    h3,
    .h3 {
        font-size: 1.8rem
    }

    h4,
    .h4 {
        font-size: 1.6rem
    }

    h5,
    .h5 {
        font-size: 1.4rem
    }

    h6,
    .h6 {
        font-size: 1.4rem
    }
}

.breadcrumbs {
    width: 100%
}

.breadcrumbs__navigation {
    margin-bottom: 10px
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px 10px 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
    cursor: default;
    color: #f9b242
}

.breadcrumbs__item:after {
    content: '>';
    margin: 0 10px;
    color: #616364
}

.breadcrumbs__item:first-child {
    color: #f9b242
}

.breadcrumbs__item:first-child .breadcrumbs__link {
    text-decoration: underline
}

.breadcrumbs__item:last-child .breadcrumbs__link {
    color: #616364;
    cursor: default
}

.breadcrumbs__item:last-child::after {
    display: none
}

.breadcrumbs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #f9b242
}

.breadcrumbs__link:hover {
    color: #3daa45
}

button,
input,
.btn,
a {
    text-decoration: none;
    color: #dcd9d5;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color .3s, background .3s, border-color .3s, fill .3s, opacity .3s;
    transition: color .3s, background .3s, border-color .3s, fill .3s, opacity .3s
}

.btn {
    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;
    text-align: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 10px 15px;
    color: #13100e;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 1.2rem
}

.btn--mr {
    margin: 20px auto !important
}

.btn-link {
    padding: 5px 0;
    text-transform: none;
    letter-spacing: 1px;
    color: #f9b242;
    text-decoration: underline
}

.btn-yellow {
    border-color: #f9b242;
    background: #f9b242
}

.btn-yellow:hover {
    color: #f9b242;
    background: #13100e
}

.btn-green {
    border-color: #3daa45;
    background: #3daa45
}

.btn-green:hover {
    color: #3daa45;
    background: #13100e
}

.btn--center {
    margin: 0 auto 10px
}

.faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq a:hover,
.faq a:focus,
.faq a:active,
.faq a:checked {
    text-decoration: underline
}

.faq__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0
}

.faq__title {
    font-weight: 600;
    margin-bottom: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.faq__title::before {
    content: "+";
    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;
    text-align: center;
    font-weight: 600;
    width: 10px;
    height: 10px;
    margin: 0;
    font-size: 2.2rem
}

.faq__title:hover,
.faq__title:focus,
.faq__title:active,
.faq__title:checked {
    cursor: pointer
}

.faq__content {
    padding: 5px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.faq summary::-webkit-details-marker {
    color: transparent
}

.faq details[open] summary::before {
    content: "-"
}

@-webkit-keyframes topHeader {
    from {
        top: -100%
    }

    to {
        top: 0px
    }
}

@keyframes topHeader {
    from {
        top: -100%
    }

    to {
        top: 0px
    }
}

.header {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    background: #13100e;
    padding: 20px 0;
}

.header--fixed {
    position: fixed;
    -webkit-animation-name: topHeader;
    animation-name: topHeader;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #13100e
}

.header-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-entry .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 1px
}

.header-entry .btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.header-menu {
    position: fixed;
    display: block;
    top: 55px;
    bottom: 55px;
    left: 0;
    background: #302d28;
    width: 100%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: -10;
    visibility: hidden
}

.header-menu--visible {
    z-index: 2;
    opacity: 1;
    visibility: visible
}

.header-menu__btn {
    width: 55px;
    height: 55px;
    display: block;
    position: relative
}

.header-menu__btn--animation {
    background: #302d28
}

.header-menu__btn--animation .header-menu__line {
    background: transparent
}

.header-menu__btn--animation .header-menu__line::after,
.header-menu__btn--animation .header-menu__line::before {
    top: 0
}

.header-menu__btn--animation .header-menu__line:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-menu__btn--animation .header-menu__line:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-menu__line {
    display: block;
    width: 22px;
    height: 2px;
    background: #f9b242;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-menu__line:after,
.header-menu__line:before {
    content: '';
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    width: 22px;
    height: 2px;
    background: #f9b242;
    position: absolute;
    left: 0
}

.header-menu__line:after {
    top: 8px
}

.header-menu__line:before {
    top: -8px
}

.header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-navigation-dropdown {
    display: none
}

.header-navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-navigation__list--sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.header-navigation__list--sub .header-navigation__item:first-child {
    margin: 0 1px 0 10px
}

.header-navigation__item {
    margin: 0 5px
}

.header-navigation__item:last-child {
    margin-right: 0
}

.header-navigation__link {
    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;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    font-size: 1.2rem;
    color: #fff;
    border: 1px solid transparent
}

.header-navigation__link:hover,
.header-navigation__link:focus,
.header-navigation__link:active,
.header-navigation__link--active {
    border-color: #f9b242;
    color: #f9b242
}

.header-navigation__link--active {
    cursor: default
}

.header-navigation__btn {
    display: none
}

.logotype {
    color: #f9b242;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .header-navigation__list--main {
        max-height: 100%;
        overflow-y: auto;
        padding: 20px 0
    }

    .header-navigation__list--main .header-navigation__link {
        font-size: 1.6rem;
        font-weight: 600;
        border-color: transparent !important;
        margin: 10px 0
    }
}

@media (min-width: 768px) {
    .header {
        background: rgba(19, 16, 14, 0.9);
        -webkit-box-shadow: 0 2px 10px #13100e;
        box-shadow: 0 2px 10px #13100e
    }

    .header__box {
        height: 60px
    }

    .header__bottom {
        position: relative;
        background: transparent
    }

    .header-menu {
        position: relative;
        opacity: 1;
        z-index: 1;
        visibility: visible;
        background: transparent;
        top: 0;
        height: 100%
    }

    .header-menu__btn {
        display: none
    }

    .header-navigation__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%
    }

    .header-navigation__link {
        font-weight: 600;
        font-size: 1.2rem;
        padding: 10px 15px
    }

    .header-navigation__link:hover,
    .header-navigation__link:focus,
    .header-navigation__link:active,
    .header-navigation__link:checked {
        background: #302d28;
        border-color: transparent
    }

    .header-navigation__link--active {
        background: #000 !important;
        color: #f9b242 !important;
        border-color: #f9b242 !important
    }

    .header-navigation__item {
        position: relative
    }

    .header-navigation__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer
    }

    .header-navigation__btn ~ .header-navigation__link {
        display: none
    }

    .header-navigation__btn ~ .header-navigation-dropdown {
        opacity: 0;
        visibility: hidden
    }

    .header-navigation-dropdown {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        display: block;
        width: 100%;
        z-index: 2;
        background: #302d28;
        -webkit-transition: .3s;
        transition: .3s;
        border: 1px solid #f9b242;
        border-radius: 5px
    }

    .header-navigation-dropdown.visible {
        opacity: 1;
        visibility: visible
    }

    .header-navigation-dropdown:after {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0;
        z-index: 1;
        border-bottom: solid 10px #f9b242;
        border-right: solid 8px transparent;
        border-left: solid 8px transparent
    }

    .header-navigation-dropdown:before {
        position: absolute;
        top: -6px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
        content: '';
        width: 0;
        border-bottom: solid 9px #302d28;
        border-right: solid 7px transparent;
        border-left: solid 7px transparent
    }

    .header-navigation-dropdown__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-navigation-dropdown__link {
        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;
        padding: 0 5px;
        height: 25px;
        font-size: 1rem;
        position: relative;
        text-transform: uppercase
    }

    .header-navigation-dropdown__link:hover,
    .header-navigation-dropdown__link:focus,
    .header-navigation-dropdown__link:active,
    .header-navigation-dropdown__link:checked {
        color: #f9b242;
        background: rgba(0, 0, 0, 0.2)
    }

    .header-navigation-dropdown__icon {
        position: absolute;
        top: 2px;
        left: 5px;
        width: 18px;
        height: 18px;
        display: block
    }

    .header-navigation-dropdown__icon svg {
        width: 100%;
        height: 100%
    }
}

.footer__box {
    padding: 20px 0 !important
}

.footer-navigation {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #302d28;
    margin: 0 -15px;
    padding: 20px !important
}

.footer-navigation__item {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-navigation__link {
    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;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #f9b242
}

.footer-navigation__link:hover,
.footer-navigation__link:focus,
.footer-navigation__link:active,
.footer-navigation__link:checked {
    color: #fff
}

.footer__icon {
    min-height: 110px
}

.footer__icon:before {
    display: block;
    margin-bottom: 10px;
    content: "";
    background-image: url(/source/images/images-list.png);
    background-image: -webkit-image-set(url(/source/images/images-list.webp) 1x, url(/source/images/images-list-2x.webp) 2x);
    background-image: image-set(url(/source/images/images-list.png) 1x, url(/source/images/images-list-2x.png) 2x);
    background-repeat: no-repeat
}

.footer__title {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    text-align: center;
    color: #302d28;
    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
}

.payments,
.provaiders,
.sertificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payments__item,
.provaiders__item,
.sertificate__item {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.payments__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px
}

.payments__icon-visa::before {
    background-position: 0 -5951px;
    height: 47px;
    width: 49px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .payments__icon-visa::before {
        background-size: 255px 6214.5px;
        background-position: 0 -5806px;
        height: 47px;
        width: 48.5px
    }
}

.payments__icon-maestro::before {
    background-position: 0 -3766px;
    height: 40px;
    width: 67px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .payments__icon-maestro::before {
        background-size: 255px 6214.5px;
        background-position: 0 -3687px;
        height: 40px;
        width: 67.5px
    }
}

.payments__icon-qiwi::before {
    background-position: 0 -4767px;
    height: 46px;
    width: 44px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .payments__icon-qiwi::before {
        background-size: 255px 6214.5px;
        background-position: 0 -4659px;
        height: 46.5px;
        width: 44px
    }
}

.payments__icon-webmoney::before {
    background-position: 0 -6136px;
    height: 45px;
    width: 45px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .payments__icon-webmoney::before {
        background-size: 255px 6214.5px;
        background-position: 0 -5985px;
        height: 45px;
        width: 45px
    }
}

.payments__icon-yandex-wallet::before {
    background-position: 0 -6215px;
    height: 43px;
    width: 38px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .payments__icon-yandex-wallet::before {
        background-size: 255px 6214.5px;
        background-position: 0 -6062px;
        height: 43px;
        width: 38px
    }
}

.payments__icon-skrill::before {
    background-position: 0 -5113px;
    height: 26px;
    width: 76px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .payments__icon-skrill::before {
        background-size: 255px 6214.5px;
        background-position: 0 -4996px;
        height: 26px;
        width: 76px
    }
}

.payments__icon-neteller::before {
    background-position: 0 -4025px;
    height: 19px;
    width: 107px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .payments__icon-neteller::before {
        background-size: 255px 6214.5px;
        background-position: 0 -3938px;
        height: 19.5px;
        width: 107.5px
    }
}

.payments__icon-interac-online::before {
    background-position: 0 -2520px;
    height: 54px;
    width: 39px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .payments__icon-interac-online::before {
        background-size: 255px 6214.5px;
        background-position: 0 -2460px;
        height: 54px;
        width: 39px
    }
}

.payments__icon-interac-etransfer::before {
    background-position: 0 -2463px;
    height: 55px;
    width: 39px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .payments__icon-interac-etransfer::before {
        background-size: 255px 6214.5px;
        background-position: 0 -2404px;
        height: 54.5px;
        width: 39px
    }
}

.payments__icon-express-connect::before {
    background-position: 0 -1848px;
    height: 50px;
    width: 50px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .payments__icon-express-connect::before {
        background-size: 255px 6214.5px;
        background-position: 0 -1805px;
        height: 50px;
        width: 50px
    }
}

.provaiders__icon-quickfire:before,
.sertificate__icon-quickfire:before {
    background-position: 0 -4815px;
    background-repeat: no-repeat;
    height: 32px;
    width: 92px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-quickfire:before,
    .sertificate__icon-quickfire:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4707px;
        height: 32px;
        width: 92px
    }
}

.provaiders__icon-netent:before,
.sertificate__icon-netent:before {
    background-position: 0 -4046px;
    background-repeat: no-repeat;
    height: 32px;
    width: 91px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-netent:before,
    .sertificate__icon-netent:before {
        background-size: 255px 6214.5px;
        background-position: 0 -3958px;
        height: 32px;
        width: 91px
    }
}

.provaiders__icon-yggdrasil:before,
.sertificate__icon-yggdrasil:before {
    background-position: 0 -6322px;
    background-repeat: no-repeat;
    height: 32px;
    width: 132px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-yggdrasil:before,
    .sertificate__icon-yggdrasil:before {
        background-size: 255px 6214.5px;
        background-position: 0 -6166px;
        height: 32px;
        width: 132px
    }
}

.provaiders__icon-quickspin:before,
.sertificate__icon-quickspin:before {
    background-position: 0 -4849px;
    background-repeat: no-repeat;
    height: 24px;
    width: 100px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-quickspin:before,
    .sertificate__icon-quickspin:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4740px;
        height: 24px;
        width: 100px
    }
}

.provaiders__icon-curacao:before,
.sertificate__icon-curacao:before {
    background-position: 0 -1381px;
    background-repeat: no-repeat;
    height: 58px;
    width: 50px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-curacao:before,
    .sertificate__icon-curacao:before {
        background-size: 255px 6214.5px;
        background-position: 0 -1348px;
        height: 58.5px;
        width: 50px
    }
}

.provaiders__icon-itechlabs:before,
.sertificate__icon-itechlabs:before {
    background-position: 0 -2648px;
    background-repeat: no-repeat;
    height: 53px;
    width: 53px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-itechlabs:before,
    .sertificate__icon-itechlabs:before {
        background-size: 255px 6214.5px;
        background-position: 0 -2584px;
        height: 53px;
        width: 53px
    }
}

.provaiders__icon-pagi:before,
.sertificate__icon-pagi:before {
    background-position: 0 -4287px;
    background-repeat: no-repeat;
    height: 53px;
    width: 53px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-pagi:before,
    .sertificate__icon-pagi:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4193px;
        height: 53px;
        width: 53px
    }
}

.provaiders__icon-comodo:before,
.sertificate__icon-comodo:before {
    background-position: 0 -1097px;
    background-repeat: no-repeat;
    height: 47px;
    width: 119px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-comodo:before,
    .sertificate__icon-comodo:before {
        background-size: 255px 6214.5px;
        background-position: 0 -1068px;
        height: 47px;
        width: 119px
    }
}

.provaiders__icon-askgamblers:before,
.sertificate__icon-askgamblers:before {
    background-position: 0 -521px;
    background-repeat: no-repeat;
    height: 47px;
    width: 142px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-askgamblers:before,
    .sertificate__icon-askgamblers:before {
        background-size: 255px 6214.5px;
        background-position: 0 -508px;
        height: 47px;
        width: 142px
    }
}

.provaiders__icon-pushgaming:before,
.sertificate__icon-pushgaming:before {
    background-position: 0 -4733px;
    background-repeat: no-repeat;
    height: 32px;
    width: 124px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-pushgaming:before,
    .sertificate__icon-pushgaming:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4626px;
        height: 32px;
        width: 124px
    }
}

.provaiders__icon-nextgen:before,
.sertificate__icon-nextgen:before {
    background-position: 0 -4159px;
    background-repeat: no-repeat;
    height: 32px;
    width: 116px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-nextgen:before,
    .sertificate__icon-nextgen:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4069px;
        height: 32px;
        width: 116px
    }
}

.provaiders__icon-elk:before,
.sertificate__icon-elk:before {
    background-position: 0 -1477px;
    background-repeat: no-repeat;
    height: 32px;
    width: 81px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-elk:before,
    .sertificate__icon-elk:before {
        background-size: 255px 6214.5px;
        background-position: 0 -1442px;
        height: 32px;
        width: 81px
    }
}

.provaiders__icon-thunderkick:before,
.sertificate__icon-thunderkick:before {
    background-position: 0 -5643px;
    background-repeat: no-repeat;
    height: 32px;
    width: 103px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-thunderkick:before,
    .sertificate__icon-thunderkick:before {
        background-size: 255px 6214.5px;
        background-position: 0 -5505px;
        height: 32px;
        width: 103px
    }
}

.provaiders__icon-playngo:before,
.sertificate__icon-playngo:before {
    background-position: 0 -4453px;
    background-repeat: no-repeat;
    height: 32px;
    width: 116px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-playngo:before,
    .sertificate__icon-playngo:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4356px;
        height: 32px;
        width: 116px
    }
}

.provaiders__icon-amatic:before,
.sertificate__icon-amatic:before {
    background-position: 0 -37px;
    background-repeat: no-repeat;
    height: 32px;
    width: 104px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-amatic:before,
    .sertificate__icon-amatic:before {
        background-size: 255px 6214.5px;
        background-position: 0 -36px;
        height: 32px;
        width: 104px
    }
}

.provaiders__icon-bigtimegaming:before,
.sertificate__icon-bigtimegaming:before {
    background-position: 0 -761px;
    background-repeat: no-repeat;
    height: 32px;
    width: 127px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-bigtimegaming:before,
    .sertificate__icon-bigtimegaming:before {
        background-size: 255px 6214.5px;
        background-position: 0 -743px;
        height: 32px;
        width: 127px
    }
}

.provaiders__icon-betsoft:before,
.sertificate__icon-betsoft:before {
    background-position: 0 -677px;
    background-repeat: no-repeat;
    height: 32px;
    width: 84px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-betsoft:before,
    .sertificate__icon-betsoft:before {
        background-size: 255px 6214.5px;
        background-position: 0 -661px;
        height: 32px;
        width: 84px
    }
}

.provaiders__icon-endorphina:before,
.sertificate__icon-endorphina:before {
    background-position: 0 -1681px;
    background-repeat: no-repeat;
    height: 48px;
    width: 105px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-endorphina:before,
    .sertificate__icon-endorphina:before {
        background-size: 255px 6214.5px;
        background-position: 0 -1642px;
        height: 48px;
        width: 105px
    }
}

.provaiders__icon-relax:before,
.sertificate__icon-relax:before {
    background-position: 0 -5061px;
    background-repeat: no-repeat;
    height: 32px;
    width: 103px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-relax:before,
    .sertificate__icon-relax:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4946px;
        height: 32px;
        width: 103px
    }
}

.provaiders__icon-nolimitcity:before,
.sertificate__icon-nolimitcity:before {
    background-position: 0 -4211px;
    background-repeat: no-repeat;
    height: 32px;
    width: 119px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-nolimitcity:before,
    .sertificate__icon-nolimitcity:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4119px;
        height: 32px;
        width: 119px
    }
}

.provaiders__icon-blueprint:before,
.sertificate__icon-blueprint:before {
    background-position: 0 -805px;
    background-repeat: no-repeat;
    height: 32px;
    width: 137px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-blueprint:before,
    .sertificate__icon-blueprint:before {
        background-size: 255px 6214.5px;
        background-position: 0 -785px;
        height: 32px;
        width: 137px
    }
}

.provaiders__icon-habanero:before,
.sertificate__icon-habanero:before {
    background-position: 0 -2322px;
    background-repeat: no-repeat;
    height: 28px;
    width: 136px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-habanero:before,
    .sertificate__icon-habanero:before {
        background-size: 255px 6214.5px;
        background-position: 0 -2266px;
        height: 28px;
        width: 136px
    }
}

.provaiders__icon-booongo:before,
.sertificate__icon-booongo:before {
    background-position: 0 -873px;
    background-repeat: no-repeat;
    height: 32px;
    width: 132px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-booongo:before,
    .sertificate__icon-booongo:before {
        background-size: 255px 6214.5px;
        background-position: 0 -850px;
        height: 32px;
        width: 132px
    }
}

.provaiders__icon-evolutiongaming:before,
.sertificate__icon-evolutiongaming:before {
    background-position: 0 -1749px;
    background-repeat: no-repeat;
    height: 18px;
    width: 140px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-evolutiongaming:before,
    .sertificate__icon-evolutiongaming:before {
        background-size: 255px 6214.5px;
        background-position: 0 -1708px;
        height: 18px;
        width: 140px
    }
}

.provaiders__icon-redtiger:before,
.sertificate__icon-redtiger:before {
    background-position: 0 -4983px;
    background-repeat: no-repeat;
    height: 25px;
    width: 132px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-redtiger:before,
    .sertificate__icon-redtiger:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4870px;
        height: 25px;
        width: 132px
    }
}

.provaiders__icon-playtech:before,
.sertificate__icon-playtech:before {
    background-position: 0 -4516px;
    background-repeat: no-repeat;
    height: 29px;
    width: 132px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-playtech:before,
    .sertificate__icon-playtech:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4417px;
        height: 29px;
        width: 132px
    }
}

.provaiders__icon-playson:before,
.sertificate__icon-playson:before {
    background-position: 0 -4487px;
    background-repeat: no-repeat;
    height: 27px;
    width: 132px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-playson:before,
    .sertificate__icon-playson:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4389px;
        height: 27px;
        width: 132px
    }
}

.provaiders__icon-pragmatic:before,
.sertificate__icon-pragmatic:before {
    background-position: 0 -4610px;
    background-repeat: no-repeat;
    height: 48px;
    width: 110px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-pragmatic:before,
    .sertificate__icon-pragmatic:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4507px;
        height: 48px;
        width: 110px
    }
}

.provaiders__icon-gaming1x2:before,
.sertificate__icon-gaming1x2:before {
    background-position: 0 -2100px;
    background-repeat: no-repeat;
    height: 40px;
    width: 98px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-gaming1x2:before,
    .sertificate__icon-gaming1x2:before {
        background-size: 255px 6214.5px;
        background-position: 0 -2051px;
        height: 40px;
        width: 97.5px
    }
}

.provaiders__icon-gaming2by2:before,
.sertificate__icon-gaming2by2:before {
    background-position: 0 -2142px;
    background-repeat: no-repeat;
    height: 33px;
    width: 122px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-gaming2by2:before,
    .sertificate__icon-gaming2by2:before {
        background-size: 255px 6214.5px;
        background-position: 0 -2092px;
        height: 33px;
        width: 122px
    }
}

.provaiders__icon-ainworth:before,
.sertificate__icon-ainworth:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 35px;
    width: 131px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-ainworth:before,
    .sertificate__icon-ainworth:before {
        background-size: 255px 6214.5px;
        background-position: 0 0;
        height: 35px;
        width: 130.5px
    }
}

.provaiders__icon-boominggames:before,
.sertificate__icon-boominggames:before {
    background-position: 0 -839px;
    background-repeat: no-repeat;
    height: 32px;
    width: 93px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-boominggames:before,
    .sertificate__icon-boominggames:before {
        background-size: 255px 6214.5px;
        background-position: 0 -818px;
        height: 31.5px;
        width: 93px
    }
}

.provaiders__icon-genesis:before,
.sertificate__icon-genesis:before {
    background-position: 0 -2261px;
    background-repeat: no-repeat;
    height: 27px;
    width: 117px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-genesis:before,
    .sertificate__icon-genesis:before {
        background-size: 255px 6214.5px;
        background-position: 0 -2207px;
        height: 27px;
        width: 117px
    }
}

.provaiders__icon-irondog:before,
.sertificate__icon-irondog:before {
    background-position: 0 -2576px;
    background-repeat: no-repeat;
    height: 22px;
    width: 116px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-irondog:before,
    .sertificate__icon-irondog:before {
        background-size: 255px 6214.5px;
        background-position: 0 -2515px;
        height: 22px;
        width: 116px
    }
}

.provaiders__icon-justforwin:before,
.sertificate__icon-justforwin:before {
    background-position: 0 -2703px;
    background-repeat: no-repeat;
    height: 43px;
    width: 96px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-justforwin:before,
    .sertificate__icon-justforwin:before {
        background-size: 255px 6214.5px;
        background-position: 0 -2638px;
        height: 43px;
        width: 96px
    }
}

.provaiders__icon-rabcat:before,
.sertificate__icon-rabcat:before {
    background-position: 0 -4875px;
    background-repeat: no-repeat;
    height: 33px;
    width: 110px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-rabcat:before,
    .sertificate__icon-rabcat:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4765px;
        height: 33px;
        width: 110px
    }
}

.provaiders__icon-wazdan:before,
.sertificate__icon-wazdan:before {
    background-position: 0 -6116px;
    background-repeat: no-repeat;
    height: 18px;
    width: 161px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-wazdan:before,
    .sertificate__icon-wazdan:before {
        background-size: 255px 6214.5px;
        background-position: 0 -5966px;
        height: 18px;
        width: 161px
    }
}

.provaiders__icon-spinomenal:before,
.sertificate__icon-spinomenal:before {
    background-position: 0 -5173px;
    background-repeat: no-repeat;
    height: 21px;
    width: 179px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-spinomenal:before,
    .sertificate__icon-spinomenal:before {
        background-size: 255px 6214.5px;
        background-position: 0 -5044px;
        height: 21px;
        width: 179px
    }
}

.provaiders__icon-bfgames:before,
.sertificate__icon-bfgames:before {
    background-position: 0 -711px;
    background-repeat: no-repeat;
    height: 48px;
    width: 63px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-bfgames:before,
    .sertificate__icon-bfgames:before {
        background-size: 255px 6214.5px;
        background-position: 0 -694px;
        height: 48px;
        width: 63px
    }
}

.provaiders__icon-belatra:before,
.sertificate__icon-belatra:before {
    background-position: 0 -593px;
    background-repeat: no-repeat;
    height: 47px;
    width: 154px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-belatra:before,
    .sertificate__icon-belatra:before {
        background-size: 255px 6214.5px;
        background-position: 0 -579px;
        height: 47px;
        width: 154px
    }
}

.provaiders__icon-ganapati:before,
.sertificate__icon-ganapati:before {
    background-position: 0 -2218px;
    background-repeat: no-repeat;
    height: 41px;
    width: 125px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-ganapati:before,
    .sertificate__icon-ganapati:before {
        background-size: 255px 6214.5px;
        background-position: 0 -2165px;
        height: 41px;
        width: 125px
    }
}

.provaiders__icon-redrake:before,
.sertificate__icon-redrake:before {
    background-position: 0 -4932px;
    background-repeat: no-repeat;
    height: 49px;
    width: 78px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-redrake:before,
    .sertificate__icon-redrake:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4820px;
        height: 49px;
        width: 78px
    }
}

.provaiders__icon-realistic:before,
.sertificate__icon-realistic:before {
    background-position: 0 -4910px;
    background-repeat: no-repeat;
    height: 20px;
    width: 120px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-realistic:before,
    .sertificate__icon-realistic:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4799px;
        height: 20px;
        width: 120px
    }
}

.provaiders__icon-betgames:before,
.sertificate__icon-betgames:before {
    background-position: 0 -642px;
    background-repeat: no-repeat;
    height: 33px;
    width: 152px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-betgames:before,
    .sertificate__icon-betgames:before {
        background-size: 255px 6214.5px;
        background-position: 0 -627px;
        height: 33px;
        width: 152px
    }
}

.provaiders__icon-mascotgaming:before,
.sertificate__icon-mascotgaming:before {
    background-position: 0 -3840px;
    background-repeat: no-repeat;
    height: 33px;
    width: 127px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-mascotgaming:before,
    .sertificate__icon-mascotgaming:before {
        background-size: 255px 6214.5px;
        background-position: 0 -3759px;
        height: 33px;
        width: 127px
    }
}

.provaiders__icon-smartsoft:before,
.sertificate__icon-smartsoft:before {
    background-position: 0 -5141px;
    background-repeat: no-repeat;
    height: 30px;
    width: 85px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-smartsoft:before,
    .sertificate__icon-smartsoft:before {
        background-size: 255px 6214.5px;
        background-position: 0 -5023px;
        height: 20px;
        width: 51.5px
    }
}

.provaiders__icon-tomhorn:before,
.sertificate__icon-tomhorn:before {
    background-position: 0 -5677px;
    background-repeat: no-repeat;
    height: 34px;
    width: 108px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-tomhorn:before,
    .sertificate__icon-tomhorn:before {
        background-size: 255px 6214.5px;
        background-position: 0 -5538px;
        height: 34px;
        width: 108px
    }
}

.provaiders__icon-reel-play:before,
.sertificate__icon-reel-play:before {
    background-position: 0 -5010px;
    background-repeat: no-repeat;
    height: 49px;
    width: 78px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-reel-play:before,
    .sertificate__icon-reel-play:before {
        background-size: 255px 6214.5px;
        background-position: 0 -4896px;
        height: 49px;
        width: 78px
    }
}

.provaiders__icon-liveg24:before,
.sertificate__icon-liveg24:before {
    background-position: 0 -3610px;
    background-repeat: no-repeat;
    height: 28px;
    width: 119px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-liveg24:before,
    .sertificate__icon-liveg24:before {
        background-size: 255px 6214.5px;
        background-position: 0 -3535px;
        height: 28px;
        width: 119px
    }
}

.provaiders__icon-gamshy:before,
.sertificate__icon-gamshy:before {
    background-position: 0 -2177px;
    background-repeat: no-repeat;
    height: 39px;
    width: 135px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-gamshy:before,
    .sertificate__icon-gamshy:before {
        background-size: 255px 6214.5px;
        background-position: 0 -2126px;
        height: 38.5px;
        width: 134.5px
    }
}

.provaiders__icon-telegram:before,
.sertificate__icon-telegram:before {
    background-position: 0 -5585px;
    background-repeat: no-repeat;
    height: 56px;
    width: 56px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {

    .provaiders__icon-telegram:before,
    .sertificate__icon-telegram:before {
        background-size: 255px 6214.5px;
        background-position: 0 -5448px;
        height: 56px;
        width: 56px
    }
}

@media (min-width: 768px) {
    .footer-navigation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 992px) {
    .footer-navigation {
        margin: 0 -30px
    }
}

.img-fig {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 15px;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    padding: 5px 5px;
    border: 1px solid #f9b242;
    text-align: left;
}

.responsive-table th {
    background-color: #f9b242;
    font-weight: bold;
    color: black;
}