.blockquoteName, .buttonMore {
    display: block;
    font-weight: 700
}

table td, table th {
    min-width: 190px;
    padding: 8px 8px 8px 16px;
    height: 44px
}

.buttonMore, .cardBtn, .cardName, .jackpotBlockTitle, .sliderText span {
    text-align: center
}

.footerToggle > *, .gameUpButton img, .sliderImage {
    pointer-events: none
}

.cardName, .tournamentBox, .tournamentDataTitle, .tournamentTitle {
    text-overflow: ellipsis
}

*, .cardName, .footerContentElement, .gameUpButton, ::after, ::before {
    box-sizing: border-box
}

ol[class], ul[class] {
    padding: 0;
    list-style: none
}

blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, p {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

a[class], table a:not([class]) {
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

article > * + * {
    margin-top: 1em
}

button, input, select, textarea {
    font: inherit;
    outline: 0
}

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: NaNs !important;
        animation-duration: NaNs !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important
    }
}

html {
    font-size: 10px
}

body {
    color: #fff;
    font-family: Muller, sans-serif;
    background-color: #212132;
    font-size: 1.6rem;
    font-weight: 300
}

.content {
    box-shadow: 0 0 30px 0 #00000080;
    position: relative;
    padding-top: 15px
}

.contentImg {
    box-shadow: 0 2px 5px -2px #000;
    margin: 20px auto;
    width: 100%;
    height: auto
}

.content::after {
    content: "";
    background: url(../img/svg/content_bg.svg) 0 0/100% repeat-y;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.contentInner {
    padding: 1px 15px;
    max-width: 1200px;
    margin: 0 auto
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2
}

.content .TitleH1, .content h1 {
    font-size: 27px
}

.content .TitleH2, .content h2 {
    font-size: 24px
}

.content .TitleH3, .content h3 {
    font-size: 22px
}

.content .TitleH4, .content h4, .tableCaption {
    font-size: 20px
}

.content .TitleH5, .content h5 {
    font-size: 18px
}

.content .TitleH6, .content h6 {
    font-size: 16px
}

.content p:not([class]) {
    margin-bottom: 10px !important;
    font-size: 1.6rem
}

.overflow, body.overflow-hidden {
    overflow: hidden
}

.buttonMore {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    margin-bottom: 50px;
    width: 140px;
    box-shadow: 0 3px 0 0 #2c3552, 0 4px 4px 0 #000;
    background-color: #4d5a85;
    color: #fff;
    border-radius: 20px
}

.blockquote, table tbody tr:nth-child(2n), table thead tr {
    background-image: url(../img/svg/category_bg.svg);
    background-repeat: repeat;
    background-color: #212132
}

.buttonMore:hover, .jackpotBlockLink:hover, .tableButton:hover {
    box-shadow: 0 3px 0 0 #2c3552, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4)
}

.blockquote {
    border-radius: 5px;
    margin: 20px auto;
    font-style: italic;
    color: #fff;
    padding: 1.2em 30px;
    border-left: 4px solid #fe284a;
    line-height: 1.6;
    position: relative;
    box-shadow: inset -20px 10px 50px 10px rgba(0, 0, 0, .2)
}

.jackpotBlockLink, .tableButton {
    outline: 0;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 22px;
    letter-spacing: 1px
}

.blockquote::after {
    content: ""
}

.blockquoteName {
    color: #fff;
    font-style: normal;
    margin-top: 1em
}

.sliderText span, .tableButton {
    font-weight: 800;
    color: #fff;
    white-space: nowrap
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.tableCaption {
    display: flex;
    margin: 15px 0
}

.content a:not([class]):hover, .faq a:not([class]):focus, .faq a:not([class]):hover, .footerLanguageLink:hover, table a:not([class]):focus, table a:not([class]):hover {
    text-decoration: underline
}

table th {
    line-height: 21px;
    text-align: left;
    font-size: 14px;
    font-weight: 700
}

table td {
    line-height: 18px;
    font-size: 12px
}

table tbody tr:nth-child(odd) {
    background-image: url(../img/svg/category_bg.svg);
    background-repeat: repeat;
    background-color: #292f49
}

table thead tr {
    box-shadow: inset 0 10px 50px 10px rgba(0, 0, 0, .4);
    border-bottom: 1px solid #d21e3b
}

table tbody tr {
    border-bottom: 1px dashed #1b8681
}

.tableWrapper {
    margin-bottom: 40px;
    width: 100%;
    overflow-x: auto;
    box-shadow: 0 2px 5px -2px #000
}

.tableWrapper::-webkit-scrollbar {
    display: none
}

.tableImage {
    width: 100px;
    height: auto;
    margin: unset
}

.tableButton {
    background-color: #62c23c;
    box-shadow: 0 3px 0 0 #2c3552, 0 4px 4px 0 #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 12px
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerUltraLight.eot");
    src: local("Muller UltraLight"), local("MullerUltraLight"), url("../fonts/Muller/MullerUltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerUltraLight.woff2") format("woff2"), url("../fonts/Muller/MullerUltraLight.woff") format("woff"), url("../fonts/Muller/MullerUltraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerBoldItalic.eot");
    src: local("Muller Bold Italic"), local("MullerBoldItalic"), url("../fonts/Muller/MullerBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerBoldItalic.woff2") format("woff2"), url("../fonts/Muller/MullerBoldItalic.woff") format("woff"), url("../fonts/Muller/MullerBoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerMedium.eot");
    src: local("Muller Medium"), local("MullerMedium"), url("../fonts/Muller/MullerMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerMedium.woff2") format("woff2"), url("../fonts/Muller/MullerMedium.woff") format("woff"), url("../fonts/Muller/MullerMedium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerExtraBoldItalic.eot");
    src: local("Muller ExtraBold Italic"), local("MullerExtraBoldItalic"), url("../fonts/Muller/MullerExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerExtraBoldItalic.woff2") format("woff2"), url("../fonts/Muller/MullerExtraBoldItalic.woff") format("woff"), url("../fonts/Muller/MullerExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerUltraLightItalic.eot");
    src: local("Muller UltraLight Italic"), local("MullerUltraLightItalic"), url("../fonts/Muller/MullerUltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerUltraLightItalic.woff2") format("woff2"), url("../fonts/Muller/MullerUltraLightItalic.woff") format("woff"), url("../fonts/Muller/MullerUltraLightItalic.ttf") format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerRegular.eot");
    src: local("Muller Regular"), local("MullerRegular"), url("../fonts/Muller/MullerRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerRegular.woff2") format("woff2"), url("../fonts/Muller/MullerRegular.woff") format("woff"), url("../fonts/Muller/MullerRegular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerBlackItalic.eot");
    src: local("Muller Black Italic"), local("MullerBlackItalic"), url("../fonts/Muller/MullerBlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerBlackItalic.woff2") format("woff2"), url("../fonts/Muller/MullerBlackItalic.woff") format("woff"), url("../fonts/Muller/MullerBlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: "Muller Hairline";
    src: url("../fonts/Muller/MullerHairlineItalic.eot");
    src: local("Muller Hairline Italic"), local("MullerHairlineItalic"), url("../fonts/Muller/MullerHairlineItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerHairlineItalic.woff2") format("woff2"), url("../fonts/Muller/MullerHairlineItalic.woff") format("woff"), url("../fonts/Muller/MullerHairlineItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerHeavyItalic.eot");
    src: local("Muller Heavy Italic"), local("MullerHeavyItalic"), url("../fonts/Muller/MullerHeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerHeavyItalic.woff2") format("woff2"), url("../fonts/Muller/MullerHeavyItalic.woff") format("woff"), url("../fonts/Muller/MullerHeavyItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerThinItalic.eot");
    src: local("Muller Thin Italic"), local("MullerThinItalic"), url("../fonts/Muller/MullerThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerThinItalic.woff2") format("woff2"), url("../fonts/Muller/MullerThinItalic.woff") format("woff"), url("../fonts/Muller/MullerThinItalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: "Muller Hairline";
    src: url("../fonts/Muller/MullerHairline.eot");
    src: local("Muller Hairline"), local("MullerHairline"), url("../fonts/Muller/MullerHairline.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerHairline.woff2") format("woff2"), url("../fonts/Muller/MullerHairline.woff") format("woff"), url("../fonts/Muller/MullerHairline.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerHeavy.eot");
    src: local("Muller Heavy"), local("MullerHeavy"), url("../fonts/Muller/MullerHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerHeavy.woff2") format("woff2"), url("../fonts/Muller/MullerHeavy.woff") format("woff"), url("../fonts/Muller/MullerHeavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerThin.eot");
    src: local("Muller Thin"), local("MullerThin"), url("../fonts/Muller/MullerThin.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerThin.woff2") format("woff2"), url("../fonts/Muller/MullerThin.woff") format("woff"), url("../fonts/Muller/MullerThin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerLightItalic.eot");
    src: local("Muller Light Italic"), local("MullerLightItalic"), url("../fonts/Muller/MullerLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerLightItalic.woff2") format("woff2"), url("../fonts/Muller/MullerLightItalic.woff") format("woff"), url("../fonts/Muller/MullerLightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerLight.eot");
    src: local("Muller Light"), local("MullerLight"), url("../fonts/Muller/MullerLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerLight.woff2") format("woff2"), url("../fonts/Muller/MullerLight.woff") format("woff"), url("../fonts/Muller/MullerLight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerBlack.eot");
    src: local("Muller Black"), local("MullerBlack"), url("../fonts/Muller/MullerBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerBlack.woff2") format("woff2"), url("../fonts/Muller/MullerBlack.woff") format("woff"), url("../fonts/Muller/MullerBlack.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerBold.eot");
    src: local("Muller Bold"), local("MullerBold"), url("../fonts/Muller/MullerBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerBold.woff2") format("woff2"), url("../fonts/Muller/MullerBold.woff") format("woff"), url("../fonts/Muller/MullerBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerExtraBold.eot");
    src: local("Muller ExtraBold"), local("MullerExtraBold"), url("../fonts/Muller/MullerExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerExtraBold.woff2") format("woff2"), url("../fonts/Muller/MullerExtraBold.woff") format("woff"), url("../fonts/Muller/MullerExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: "Muller Regular";
    src: url("../fonts/Muller/MullerRegularItalic.eot");
    src: local("Muller Regular Italic"), local("MullerRegularItalic"), url("../fonts/Muller/MullerRegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerRegularItalic.woff2") format("woff2"), url("../fonts/Muller/MullerRegularItalic.woff") format("woff"), url("../fonts/Muller/MullerRegularItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Muller;
    font-display: swap;
    src: url("../fonts/Muller/MullerMediumItalic.eot");
    src: local("Muller Medium Italic"), local("MullerMediumItalic"), url("../fonts/Muller/MullerMediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Muller/MullerMediumItalic.woff2") format("woff2"), url("../fonts/Muller/MullerMediumItalic.woff") format("woff"), url("../fonts/Muller/MullerMediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic
}

.header {
    width: 100%;
    justify-content: center;
    display: flex;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #161626;
    height: auto;
    max-height: 100px;
    min-height: 50px
}

.headerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    flex-direction: column
}

.headerLogotype {
    width: 100%;
    max-width: 200px;
    display: flex;
    align-items: center;
    height: 50px
}

.headerNavButtons {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    justify-content: center;
    border-top: 1px solid #363648
}

.headerButtonLogin {
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    display: flex
}

.headerButtonRegistration {
    height: 30px;
    font-size: 12px;
    background-color: #d21e3b;
    box-shadow: #871628 0 3px 0 0, #000 0 4px 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: 0;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 12px;
    margin-left: 20px
}

.faqLink:hover, .headerButtonRegistration:hover {
    box-shadow: #871628 0 3px 0 0, #000 0 4px 4px 0, rgba(255, 255, 255, .4) 0 15px 15px -3px inset
}

.headerButtonHelp {
    display: flex;
    align-items: center;
    color: #e8ce3a;
    margin-left: 20px
}

.headerButtonHelp:hover {
    cursor: pointer;
    color: #f5ea1a
}

.headerButtonHelp:hover svg {
    fill: #f5ea1a;
    stroke: #f5ea1a
}

.headerButtonHelp svg {
    stroke: #f5ea1a;
    fill: #e8ce3a
}

.headerButtonHelp span {
    display: none
}

.slider {
    overflow-x: hidden;
    margin-top: 100px;
    height: 25vh;
    max-height: 80px;
    width: 100%;
    position: relative
}

@media (min-width: 668px) {
    .content {
        padding-top: 20px
    }

    .contentImg {
        margin: 30px auto
    }

    .tableButton {
        font-size: 14px
    }

    .header {
        background-color: rgba(37, 37, 54, .95);
        height: 50px
    }

    .headerBox {
        flex-direction: initial
    }

    .headerLogotype {
        height: 100%
    }

    .headerNavButtons {
        border-top: initial;
        justify-content: flex-end;
        height: 100%
    }

    .headerButtonRegistration {
        padding: 0 30px;
        min-width: 160px
    }

    .headerButtonHelp svg {
        margin-right: 7px
    }

    .headerButtonHelp span {
        position: relative;
        top: 2px;
        display: flex
    }

    .slider {
        box-shadow: 0 6px 30px 0 #000c;
        max-height: initial;
        margin-top: initial;
        padding-top: initial;
        height: 300px
    }
}

.sliderBox {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
    transform: translateX(-100%)
}

.sliderElement {
    min-width: 100%;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .8);
    position: relative;
    transform: translateX(0)
}

.jackpot, .jackpotSumm {
    left: 50%;
    transform: translateX(-50%)
}

.sliderElementInner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%
}

.jackpot, .sliderText {
    position: absolute;
    display: flex
}

.sliderImage {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%
}

.sliderText {
    width: 100%;
    align-items: center;
    justify-content: center
}

.sliderText span {
    font-size: 12px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sliderTextJackpot {
    background: linear-gradient(269.99deg, rgba(6, 16, 79, 0), rgba(6, 16, 79, .6) 33.33%, rgba(6, 16, 79, .6) 66.66%, rgba(6, 16, 79, 0) 99.99%)
}

@media (min-width: 668px) {
    .sliderText span {
        padding-top: initial;
        display: flex;
        align-items: center
    }

    .sliderTextJackpot {
        background: linear-gradient(270.09deg, #06104f00 .07%, #06104fe6 10.06%, #06104fe6 89.94%, #06104f00 99.93%)
    }

    .sliderTextJackpot span {
        font-weight: 800;
        height: 56px;
        font-size: 26px;
        line-height: 34px;
        -webkit-text-fill-color: #0000;
        background: linear-gradient(180deg, #fff176, #ffc40f 50%, #f5b401 50.01%, #ffee5b);
        -webkit-background-clip: text
    }
}

.sliderTextJackpot span {
    text-transform: uppercase
}

.sliderTextBonus, .sliderTextTournament {
    background: linear-gradient(90deg, #32125800 0, #32125899 20%, #32125899 80%, #32125800)
}

.sliderTextTournament span {
    padding-top: 3px;
    text-transform: uppercase
}

@media (min-width: 668px) {
    .sliderTextTournament {
        background: 0 0
    }

    .sliderTextTournament span {
        padding-top: initial;
        font-weight: 800;
        height: 48px;
        font-size: 26px;
        line-height: 32px;
        color: #321258e6;
        -webkit-text-fill-color: #0000;
        background: linear-gradient(180deg, #ffee5b 0, #ffee5b 40%, #ffd303 45%, #f4b001 50%, #ffd303 55%, #ffee5b 60%, #ffee5b);
        -webkit-background-clip: text
    }

    .sliderTextBonus {
        background: linear-gradient(90deg, rgba(50, 18, 88, 0) 0, rgba(50, 18, 88, .9) 10%, rgba(50, 18, 88, .9) 90%, rgba(50, 18, 88, 0))
    }
}

.sliderTextBonus span {
    padding-top: 3px
}

@media (min-width: 668px) {
    .sliderTextBonus span {
        text-transform: uppercase;
        padding-top: initial;
        width: 100%;
        height: 48px;
        font-size: 26px;
        line-height: 32px;
        max-width: 1200px;
        white-space: nowrap;
        color: #321258e6;
        -webkit-text-fill-color: #0000;
        background: linear-gradient(180deg, #ffee5b 0, #ffee5b 40%, #ffd303 45%, #f4b001 50%, #ffd303 55%, #ffee5b 60%, #ffee5b);
        -webkit-background-clip: text
    }
}

.jackpot {
    top: -2px
}

.jackpotElement {
    position: relative;
    display: flex;
    background-repeat: no-repeat
}

.jackpotSumm {
    position: absolute;
    bottom: 2.5px;
    font-size: 12px;
    white-space: nowrap;
    background-size: calc(100% - 1px) calc(100% - 1px);
    background-position: 50%;
    background-repeat: no-repeat;
    font-weight: 700
}

.cardGame, .categoryElement, .jackpotBlock, .searchInputBox, .searchSelect, .searchSelectBox {
    position: relative
}

.jackpotMajor {
    width: 86px;
    height: 45px;
    transform: translateY(10px);
    background-image: url("../img/jackpot_box/major_sm_x1.webp");
    background-image: -webkit-image-set(url("../img/jackpot_box/major_sm_x1.webp") 1x, url("../img/jackpot_box/major_sm_x2.webp") 2x);
    background-size: 86px 45px
}

.jackpotBlockMajor .jackpotBlockText, .jackpotMajor span {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(180deg, #cfc2b4 13%, #fef2df 44%, #d4c4b3 46%, #bbaa9b);
    -webkit-background-clip: text
}

.jackpotMinor {
    width: 86px;
    height: 45px;
    transform: translateY(10px);
    background-image: url("'../img/jackpot_box/minor_sm_x1.webp");
    background-image: -webkit-image-set(url("../img/jackpot_box/minor_sm_x1.webp") 1x, url("../img/jackpot_box/minor_sm_x2.webp") 2x);
    background-size: 86px 45px
}

.jackpotBlockMinor .jackpotBlockText, .jackpotMinor span {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(180deg, #e2e2e2 13%, #b3b3b3 44%, #c1c1c1 46%, #e0e0e0);
    -webkit-background-clip: text
}

.jackpotMega {
    width: 95px;
    height: 45px;
    margin: 0 5px;
    background-image: url("'../img/jackpot_box/mega_sm_x1.webp");
    background-image: -webkit-image-set(url("../img/jackpot_box/mega_sm_x1.webp") 1x, url("../img/jackpot_box/mega_sm_x2.webp") 2x);
    background-size: 95px 45px
}

.jackpotMega span {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(180deg, #fff47a, #f4b200 37.5%, #ffc30c 45.31%, #fff47a 99.48%);
    -webkit-background-clip: text
}

.category {
    background-color: #212132;
    background-image: url(../img/svg/category_bg.svg);
    background-repeat: repeat;
    box-shadow: inset 0 5px 25px 0 #000c
}

.categoryInner {
    padding: 1px 5px
}

.categoryList[class] {
    display: flex;
    flex-wrap: wrap;
    margin: 4px 0
}

.categoryElement {
    width: 25%
}

.categoryElement:hover {
    box-shadow: inset 0 0 0 32px rgba(255, 255, 255, .05)
}

.categoryElement:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 5px;
    height: calc(100% - 10px);
    width: 1px;
    background-color: #313047;
    right: 0;
    display: block
}

.categoryElement.active {
    background: url(../img/noise.png), #101226;
    box-shadow: inset 0 20px 30px -15px #fff3;
    border-radius: 8px;
    padding: 2px
}

.searchSelectBox::after, .searchSelectBox::before {
    width: 10px;
    height: 2px;
    top: 16px;
    background-color: #fff;
    position: absolute;
    content: ""
}

.categoryElement.active .categoryElementInner {
    border: 2px dotted #17eada;
    border-radius: 8px
}

.categoryElementInner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 11px;
    justify-content: center;
    flex-direction: column
}

.categoryLink, .feedbackStars, .jackpotBlockElement, .searchLeft {
    display: flex;
    align-items: center
}

.categoryLink {
    width: 100%;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    height: 55px
}

.categoryLink.active {
    border: 2px dotted #1b8681
}

.categoryLink img {
    margin-bottom: 4px
}

.categoryLinkOne {
    color: #17eada
}

.categoryLinkOne img {
    height: 20px
}

@media (min-width: 668px) {
    .jackpot {
        top: 50px
    }

    .jackpotSumm {
        font-size: 25px
    }

    .jackpotMajor {
        width: 180px;
        height: 88px;
        transform: translateY(20px);
        background-image: url("../img/jackpot_box/major_lg_x1.webp");
        background-image: -webkit-image-set(url("../img/jackpot_box/major_lg_x1.webp") 1x, url("../img/jackpot_box/major_lg_x2.webp") 2x);
        background-size: 180px 88px
    }

    .jackpotMinor {
        width: 180px;
        height: 88px;
        transform: translateY(20px);
        background-image: url("../img/jackpot_box/minor_lg_x1.webp");
        background-image: -webkit-image-set(url("../img/jackpot_box/minor_lg_x1.webp") 1x, url("../img/jackpot_box/minor_lg_x2.webp") 2x);
        background-size: 180px 88px
    }

    .jackpotMega {
        width: 203px;
        height: 88px;
        margin: 0 20px;
        background-image: url("../img/jackpot_box/mega_lg_x1.webp");
        background-image: -webkit-image-set(url("../img/jackpot_box/mega_lg_x1.webp") 1x, url("../img/jackpot_box/mega_lg_x2.webp") 2x);
        background-size: 203px 88px
    }

    .category {
        box-shadow: none
    }

    .categoryInner {
        padding: 10px 0 0;
        border-bottom: 2px dotted #1b8681
    }

    .categoryList[class] {
        flex-wrap: nowrap;
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        padding: 0 15px
    }

    .categoryElement {
        margin-top: initial;
        flex: 1 1 25%;
        border-radius: 10px 10px 0 0
    }

    .categoryElement:last-child::after {
        display: none
    }

    .categoryElement::after {
        content: "";
        position: absolute;
        width: 1px;
        background-color: #313047;
        right: 0;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        height: 65%
    }

    .categoryElement:not(:last-child)::after {
        top: 50%;
        transform: translateY(-50%);
        height: 65%
    }

    .categoryElement.active {
        box-shadow: inset 0 10px 60px -15px #fff3;
        padding: initial;
        border-radius: 8px 8px 0 0
    }

    .categoryElement.active .categoryElementInner {
        padding-left: 4px;
        padding-left: initial;
        position: relative;
        top: 1px;
        border-radius: 8px 8px 0 0;
        border-color: #1b8681 #1b8681 transparent
    }

    .categoryElement.active .categoryElementInner::before {
        content: "";
        width: 100%;
        display: block;
        height: 2px;
        bottom: -3px;
        position: absolute;
        z-index: 2;
        margin: auto;
        background-color: #202233
    }

    .categoryElement.active .categoryLink {
        padding: 5px 5px 0
    }

    .categoryElementInner {
        padding-left: 10px;
        font-size: 16px;
        padding-left: initial;
        justify-content: center;
        flex-direction: initial
    }

    .categoryLink img {
        margin-bottom: initial;
        margin-right: 12px
    }

    .categoryLinkOne img {
        height: auto;
        width: 52px
    }
}

.categoryLinkTwo {
    color: #de593e
}

.categoryLinkFour img, .categoryLinkThree img, .categoryLinkTwo img {
    height: 25px
}

@media (min-width: 668px) {
    .categoryLinkTwo img {
        height: auto;
        width: 40px
    }

    .categoryLinkThree img {
        height: auto;
        width: 37px
    }
}

.categoryLinkThree {
    color: #6ef770
}

.categoryLinkFour {
    color: #e8ce3a
}

.searchInput, .searchSelect {
    color: #fff;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    cursor: pointer
}

@media (min-width: 668px) {
    .categoryLinkFour img {
        height: auto;
        width: 37px
    }
}

.search {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px
}

.searchList, .searchSelect {
    display: flex;
    align-items: center
}

.searchSelect {
    padding: 5px 35px 5px 10px;
    width: 100%;
    height: 35px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.searchSelectBox {
    width: 100%;
    max-width: 290px;
    margin-right: 25px
}

.searchSelectBox::before {
    display: flex;
    right: 20px;
    transform: rotate(45deg);
    z-index: 2
}

.searchSelectBox::after {
    display: flex;
    right: 14px;
    transform: rotate(-45deg)
}

.searchList {
    margin: 0
}

.searchLink {
    display: block;
    height: 27px
}

.searchLinkNew svg, .searchLinkNew:hover svg {
    fill: #302e40
}

.searchLinkNew:hover svg .svg_flag_new {
    fill: #4dd433
}

.searchElement + .searchElement {
    margin-left: 15px
}

.searchInput {
    font-style: italic;
    padding: 5px 50px 5px 15px;
    width: 100%;
    height: 35px;
    border-radius: 30px;
    border: 1px solid transparent;
    margin-top: 15px;
    font-weight: 500
}

.faq summary, .jackpotBlock {
    background-image: url(../img/svg/category_bg.svg);
    background-repeat: repeat
}

.searchInput:focus {
    box-shadow: 0 0 0 2px #ffde26
}

.searchInputBox {
    max-width: 450px;
    width: 100%;
    cursor: pointer;
    margin-left: 0
}

@media (min-width: 1024px) {
    .slider {
        height: 380px
    }

    .search {
        margin-left: initial;
        margin-right: initial;
        max-width: initial;
        align-items: center;
        justify-content: space-between;
        flex-direction: row
    }

    .searchSelect {
        width: 190px
    }

    .searchInput {
        margin-top: initial
    }

    .searchInputBox {
        margin-left: 20px
    }
}

.searchInputBox::before {
    position: absolute;
    content: "";
    right: 20px;
    bottom: 10px;
    width: 15px;
    height: 15px;
    background-image: url("../img/svg/search.svg")
}

.jackpotBlock {
    margin: 20px 0;
    border-radius: 10px;
    width: 100%;
    background-color: #292f49;
    box-shadow: 0 2px 5px -2px #000
}

.jackpotBlockMega .jackpotBlockText, .jackpotBlockTitle {
    color: #ffc91a;
    background: linear-gradient(180deg, #fff47a, #f4b200 37.5%, #ffc30c 45.31%, #fff47a 99.48%);
    -webkit-text-fill-color: #0000
}

.jackpotBlockInner {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    box-shadow: inset 0 10px 40px 10px rgba(0, 0, 0, .2)
}

@media (min-width: 668px) {
    .search {
        margin-bottom: 25px
    }

    .jackpotBlockInner {
        flex-wrap: initial;
        justify-content: initial;
        flex-direction: column;
        padding: 20px;
        box-shadow: inset 0 10px 30px 10px rgba(0, 0, 0, .2)
    }
}

.jackpotBlockList[class] {
    margin: 0 0 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.jackpotBlockTitle {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    display: block;
    margin-bottom: 20px;
    -webkit-background-clip: text
}

.jackpotBlockElement:first-child {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px
}

.jackpotBlockElement:not(:first-child) {
    width: 50%;
    justify-content: center
}

@media (min-width: 668px) {
    .jackpotBlockList[class] {
        flex-wrap: initial;
        justify-content: center
    }

    .jackpotBlockElement {
        padding-left: 10px
    }

    .jackpotBlockElement:first-child {
        margin-bottom: 0;
        width: initial;
        justify-content: initial
    }

    .jackpotBlockElement:not(:first-child) {
        width: initial;
        justify-content: initial
    }

    .jackpotBlockElement:not(:last-child) {
        margin-right: 30px
    }
}

.jackpotBlockImage {
    margin-right: 10px;
    width: auto;
    height: 40px;
    min-width: 40px
}

.jackpotBlockContent {
    display: flex;
    flex-direction: column
}

@media (min-width: 668px) {
    .jackpotBlockContent {
        flex-direction: initial;
        flex-wrap: wrap
    }
}

.jackpotBlockText {
    margin-right: 5px;
    color: #7883ab;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 800
}

@media (min-width: 668px) {
    .jackpotBlockText {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .jackpotBlockInner {
        flex-direction: row
    }

    .jackpotBlockList[class] {
        margin-top: 0;
        margin-bottom: 0
    }

    .jackpotBlockTitle {
        margin-bottom: 0
    }

    .jackpotBlockElement:not(:last-child) {
        margin-right: 20px
    }

    .jackpotBlockContent {
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center
    }

    .jackpotBlockText {
        font-size: 16px
    }
}

.jackpotBlockSumm {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    min-width: 75px
}

@media (min-width: 668px) {
    .jackpotBlockSumm {
        min-width: 110px;
        color: #fff;
        font-size: 18px;
        flex-wrap: wrap
    }
}

@media (min-width: 992px) {
    .jackpotBlockSumm {
        min-width: initial;
        font-size: 16px
    }
}

.jackpotBlockMega .jackpotBlockText {
    -webkit-background-clip: text
}

.jackpotBlockLink {
    background-color: #4d5a85;
    box-shadow: 0 3px 0 0 #2c3552, 0 4px 4px 0 #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    padding: 5px 20px;
    font-weight: 800;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    font-size: 12px
}

.card {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-left: -5px;
    margin-right: -5px
}

.cardName, .feedback.active, .footerPayBox.active, .gameUp.active {
    display: block
}

.card[class] {
    margin-bottom: 15px
}

.cardGame {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 #000
}

.cardLabel, .cardName {
    border: 1px solid #393a51
}

.cardBtnDemo:hover, .cardGame:hover {
    transform: scale(1.1)
}

.cardGame:hover .cardAbove, .feedbackRatingLabel.active::before, .feedbackRatingLabel.hover::after {
    opacity: 1
}

.cardBox {
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px
}

@media (min-width: 668px) {
    .jackpotBlockLink {
        font-size: 14px
    }

    .cardBox {
        width: 25%
    }
}

.cardLabel {
    width: 100%;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden
}

.cardLabel img {
    width: 100%;
    height: 100%
}

.cardName {
    flex-direction: column;
    justify-content: center;
    flex: none;
    height: 25%;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    background-color: #161626;
    font-weight: 500;
    font-size: 1.4rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden
}

.cardAbove, .gameUp, .gameUpInner {
    height: 100%;
    width: 100%
}

.cardBtn, .infoLink {
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px
}

@media (min-width: 500px) {
    .cardName {
        font-size: 1.6rem
    }
}

@media (min-width: 668px) {
    .cardName {
        font-size: 1.4rem
    }
}

.cardBtn, .infoTextMiddle .infoTextSmall {
    font-size: 14px;
    text-transform: uppercase
}

.cardAbove {
    padding: 30px 15px 15px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #393a51;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10
}

.cardAboveCenter, .cardBtn {
    justify-content: center
}

@media (min-width: 500px) {
    .cardAbove {
        padding-top: 45px
    }

    .cardBtnPlay {
        font-size: 16px
    }
}

@media (min-width: 668px) {
    .cardAbove {
        padding-top: 30px
    }
}

.cardBtn {
    display: flex;
    align-items: center;
    border: none
}

.cardBtnPlay {
    border-radius: 50px;
    padding: 5px 25px;
    font-weight: 800;
    max-width: 125px;
    width: 100%;
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
    background-color: #62c23c
}

.cardBtnPlay:hover, .feedbackButton:hover, .infoLink:hover, .tournamentLink:hover {
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, .4)
}

@media (min-width: 668px) {
    .cardBtnPlay {
        font-size: 14px
    }
}

.cardBtnDemo {
    margin-top: 30px;
    border-radius: 50px;
    padding: 5px 20px;
    background-color: #313047;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

@media (min-width: 500px) {
    .cardBtnDemo {
        font-size: 16px
    }
}

.gameUp {
    position: fixed;
    z-index: 22;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #000;
    overflow: auto;
    display: none
}

.gameUpInner {
    display: table
}

.gameUpBox {
    display: table-cell;
    vertical-align: middle
}

.gameUpContent {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000
}

.gameUp-popup {
    position: relative;
    width: 100% !important;
    height: calc(100% - 32px) !important;
    border: none;
    display: block
}

.gameUp-popup iframe, .gameUpPopup iframe {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100% !important;
    height: 100% !important
}

.gameUpButton {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0
}

.gameUpButton:hover {
    transform: scale(1.05);
    opacity: 1
}

.gameUpButton:focus {
    transform: scale(.9);
    opacity: .8
}

.gameUpButtonBox {
    padding-right: 10px;
    width: 100%;
    height: 50px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.gameUpButtonFull {
    display: none;
    right: 50px;
    width: 20px
}

.gameUpButton svg {
    width: 32px;
    height: 32px;
    fill: #fff
}

.gameUpPopup {
    position: relative;
    width: 100% !important;
    height: calc(100% - 100px) !important;
    border: none;
    display: block
}

.info, .infoBg {
    border-radius: 10px
}

.info {
    background-color: #292f49;
    box-shadow: 0 2px 5px -2px #000;
    margin-bottom: 15px;
    padding: 10px
}

.infoBg, .infoLink {
    display: flex;
    max-width: 400px
}

.infoInner, .infoText {
    display: flex;
    flex-wrap: wrap
}

.infoTextMiddle {
    justify-content: center;
    width: 100%
}

.infoTextMiddle .infoTextSmall {
    margin-right: 5px;
    font-weight: 700;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(180deg, #cfc2b4 13%, #fef2df 44%, #d4c4b3 46%, #bbaa9b);
    -webkit-background-clip: text
}

.infoTextMiddle .infoTextBig {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(180deg, #cfc2b4 13%, #fef2df 44%, #d4c4b3 46%, #bbaa9b);
    -webkit-background-clip: text
}

.infoLink, .infoTextColumn .infoTextSmall {
    font-size: 12px
}

.infoTextColumn {
    flex-direction: column
}

@media (min-width: 1200px) {
    .sliderTextJackpot {
        background: linear-gradient(270.09deg, #06104f00 .07%, #06104fe6 25.04%, #06104fe6 74.96%, #06104f00 99.93%)
    }

    .sliderTextTournament span {
        height: 62px;
        font-size: 30px;
        line-height: 38px
    }

    .sliderTextBonus {
        background: linear-gradient(90deg, rgba(50, 18, 88, 0) 0, rgba(50, 18, 88, .9) 25%, rgba(50, 18, 88, .9) 75%, rgba(50, 18, 88, 0))
    }

    .sliderTextBonus span {
        height: 62px;
        font-size: 40px;
        line-height: 48px
    }

    .categoryLinkOne img {
        width: 60px
    }

    .categoryLinkTwo img {
        width: 55px
    }

    .categoryLinkFour img, .categoryLinkThree img {
        width: 45px
    }

    .jackpotBlockTitle {
        font-size: 22px;
        padding-left: 10px
    }

    .jackpotBlockText {
        font-size: 18px
    }

    .jackpotBlockSumm {
        min-width: 110px;
        font-size: 18px
    }

    .cardBox {
        width: 20%
    }

    .infoTextColumn {
        flex-direction: initial;
        align-items: center
    }

    .infoTextColumn .infoTextSmall {
        margin-right: 10px
    }
}

.infoTextColumn .infoTextBig {
    font-weight: 700;
    font-size: 18px
}

.infoBg {
    padding: 5px 20px;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    margin: 5px 0 10px;
    border: 1px solid transparent
}

.infoImg {
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.infoImgBox {
    display: flex;
    justify-content: center;
    width: 100%
}

.infoLink {
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
    background-color: #62c23c;
    margin: 5px auto;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    padding: 2px 20px;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%
}

.tableOfContent, .tableOfContentHeader {
    border-radius: 16px;
    display: flex;
    box-shadow: 0 2px 5px -2px #000
}

@media (min-width: 668px) {
    .cardBtnDemo {
        font-size: 14px
    }

    .info {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto
    }

    .infoInner {
        align-items: center;
        justify-content: space-around
    }

    .infoImgBox, .infoTextMiddle {
        width: initial
    }

    .infoTextMiddle .infoTextSmall {
        margin-right: 10px;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        background: initial;
        font-size: 22px
    }

    .infoTextMiddle .infoTextBig {
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
        background: initial;
        font-size: 22px
    }

    .infoTextColumn .infoTextSmall {
        font-size: 16px
    }

    .infoTextColumn .infoTextBig {
        font-size: 22px
    }

    .infoBg {
        margin: initial
    }

    .infoLink {
        width: initial;
        max-width: initial;
        margin: initial;
        padding: 8px 25px;
        font-size: 14px
    }
}

.faq, .faq h3 {
    margin-top: 40px
}

.tableOfContent {
    flex-direction: column;
    margin-bottom: 40px;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box
}

.faq summary, .tableOfContentHeader {
    cursor: pointer;
    background-color: #292f49;
    font-weight: 700
}

main .tableOfContent a:not([class]) {
    color: rgba(255, 255, 255, .8);
    font-weight: 500;
    text-decoration: none
}

main .tableOfContent a:not([class]):hover {
    text-decoration: none;
    border-bottom: 1px solid #fe284a
}

.tableOfContentHeader {
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 24px;
    padding: 10px 20px
}

.tableOfContentHeader svg {
    width: 18px;
    height: 14px;
    fill: #fff;
    margin-left: 8px;
    flex-shrink: 0
}

.tableOfContentHeader.active {
    border-radius: 16px 16px 0 0
}

.tableOfContentHeader.active svg {
    transform: rotate(180deg)
}

.tableOfContentBox {
    max-height: 0;
    overflow: hidden
}

.tableOfContentBox.active {
    max-height: 1000px
}

.tableOfContentList[class] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 20px 5px 40px;
    list-style: decimal;
    flex-direction: column;
    margin: 0;
    border-radius: 0 0 16px 16px
}

.faq summary, .feedbackRatingLabel {
    align-items: center;
    position: relative
}

.tableOfContentElement {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 5px
}

.tableOfContentElement::marker {
    font-weight: 500;
    color: #fe284a
}

@media screen and (min-width: 900px) {
    .tableOfContentBox.active {
        max-height: 500px
    }

    .tableOfContentElement {
        width: 50%
    }

    .tableOfContentElement:nth-child(odd) {
        padding-right: 25px
    }
}

.faq {
    margin-bottom: 32px
}

.faq a:not([class]) {
    color: #006ed5;
    text-decoration: none
}

.faq h3 {
    margin-bottom: 24px
}

.faq details {
    border-radius: 10px;
    box-shadow: 0 2px 5px -2px #000
}

.faq details[open] summary {
    border-radius: 10px 10px 0 0
}

.faq details[open] summary::before {
    rotate: -90deg
}

.faq summary {
    border-radius: 10px;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    border-bottom: 1px dashed #1b8681;
    display: inline-flex;
    word-break: break-all;
    padding: 10px 42px 10px 16px
}

.faq summary::-webkit-details-marker {
    display: none
}

.faq summary::before {
    content: "⇨";
    position: absolute;
    display: flex;
    right: 8px;
    rotate: 90deg;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    color: #fe284a;
    font-size: 24px;
    padding-top: 4px
}

.faqElement {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    border-radius: 8px
}

.faqSupport {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.faqHeader[class] {
    margin-bottom: 0;
    margin-right: 20px
}

.faqLink {
    height: 30px;
    font-size: 14px;
    background-color: #fe284a;
    box-shadow: #871628 0 3px 0 0, #000 0 4px 4px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: 0;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 12px
}

.faqText, .feedback input, .feedback select, .feedback textarea {
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    box-shadow: inset 0 10px 40px 10px rgba(0, 0, 0, .2)
}

.faqText {
    color: rgba(255, 255, 255, .8);
    border-radius: 0 0 10px 10px;
    padding: 20px 28px 10px;
    font-size: 14px;
    line-height: 20px
}

.feedback, .reviewsElement {
    box-shadow: 0 2px 5px -2px #000;
    border-radius: 1rem
}

.reviews {
    margin-bottom: 3rem;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.feedbackButton, .feedbackInput, .feedbackInputInner, .feedbackRating, .feedbackRatingLabel, .reviewsTop {
    display: flex;
    display: flex
}

.reviewsElement {
    padding: 1.5rem;
    background-color: #292f49
}

.reviewsElement:not(:last-child) {
    margin-bottom: 30px
}

.reviewsTop {
    justify-content: space-between;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #fe284a
}

.reviewsRating {
    text-align: right
}

.reviewsDate {
    font-size: 1.2rem;
    font-weight: 400
}

.reviewsName {
    color: #fff;
    font-size: 18px
}

.reviewsText {
    padding-top: 10px;
    padding-left: 15px
}

.feedback {
    background: url(../img/svg/category_bg.svg) #292f49;
    padding: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    overflow: hidden
}

.feedbackTitle {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

.feedbackRating {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.feedbackRatingTitle {
    margin-right: 1.5rem
}

.feedbackInput {
    flex-wrap: wrap;
    position: relative;
    margin: 0 -1rem
}

.feedbackInputInner {
    width: 100%;
    flex-direction: column;
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem
}

.feedbackButton, .tournamentLink {
    justify-content: center;
    white-space: nowrap;
    outline: 0;
    cursor: pointer;
    text-decoration: none
}

@media (min-width: 768px) {
    .feedbackInput {
        flex-wrap: nowrap
    }

    .feedbackInputInner {
        width: 50%
    }
}

.feedbackButton {
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
    background-color: #62c23c;
    margin: 20px auto 0;
    align-items: center;
    border: none;
    border-radius: 50px;
    padding: 6px 20px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    max-width: 400px
}

@media (min-width: 668px) {
    .faqLink {
        padding: 0 30px;
        max-width: 160px
    }

    .feedbackButton {
        width: initial;
        max-width: initial;
        margin: 20px 0 0;
        padding: 8px 25px;
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .cardName {
        font-size: 1.6rem
    }

    .cardAbove {
        padding-top: 40px
    }

    .cardBtnPlay {
        font-size: 16px
    }

    .gameUp {
        background: rgba(0, 0, 0, .7)
    }

    .gameUpBox {
        padding: 1rem
    }

    .gameUpContent {
        max-width: 1320px;
        padding: 7px 45px;
        margin: 0 auto;
        position: relative
    }

    .gameUpButton::before {
        content: none
    }

    .gameUpButton img {
        display: block
    }

    .gameUpButton span {
        display: none
    }

    .gameUpButtonBox {
        position: absolute;
        height: auto;
        width: auto;
        right: 0;
        top: 7px;
        padding-right: 0;
        display: block
    }

    .gameUpButtonFull {
        display: block;
        margin-top: 15px
    }

    .gameUpPopup {
        background: #1c1c1e;
        width: auto !important;
        height: auto !important
    }

    .gameUpPopup::before {
        display: block;
        content: "";
        width: 100%;
        height: 0;
        padding: 28% 0
    }

    .feedbackButton, .infoLink {
        width: 220px
    }
}

.feedback input {
    height: 50px
}

.feedback select {
    height: 50px;
    margin-bottom: 2rem;
    cursor: pointer
}

.feedback input, .feedback select, .feedback textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px;
    font-size: 15px;
    vertical-align: top;
    color: #fff
}

.feedback input::-moz-placeholder, .feedback select::-moz-placeholder, .feedback textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .8)
}

.feedback input:-ms-input-placeholder, .feedback select:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.feedback input::placeholder, .feedback select::placeholder, .feedback textarea::placeholder {
    color: rgba(255, 255, 255, .8)
}

.feedback input:focus, .feedback select:focus, .feedback textarea:focus {
    outline: 0;
    border-bottom: 1px dashed #1b8681
}

.feedback textarea {
    resize: none;
    margin-bottom: 1.5rem
}

.feedbackRatingInput {
    opacity: 0
}

.feedbackRatingLabel {
    justify-content: center;
    margin-right: 3px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.feedbackRatingImg, .feedbackRatingLabel::after, .feedbackRatingLabel::before {
    height: 100%;
    position: absolute;
    width: 100%;
    display: flex
}

.feedbackRatingLabel::after {
    content: "";
    align-items: center;
    justify-content: center;
    background: url("../img/svg/star-full-white.svg") 50% 50%/90% no-repeat;
    top: 0;
    left: 0;
    opacity: 0
}

.feedbackRatingLabel::before {
    content: "";
    align-items: center;
    justify-content: center;
    background: url("../img/svg/star-full.svg") 50% 50%/90% no-repeat;
    top: 0;
    left: 0;
    opacity: 0
}

.feedbackRatingImg {
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    align-items: center;
    justify-content: center
}

.advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 24px;
    position: relative;
    box-shadow: 0 2px 5px -2px #000;
    border-radius: 10px;
    background: #292f49;
    margin: 40px 0
}

.advantagesElement {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 8px;
    width: 100%;
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, .4)) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    z-index: 1
}

@media screen and (min-width: 668px) {
    table th {
        font-size: 16px
    }

    table td {
        font-size: 14px
    }

    .tableOfContentList[class] {
        padding: 25px 20px 15px 60px;
        flex-direction: row
    }

    .faq summary {
        padding: 12px 54px 12px 28px
    }

    .faq summary::before {
        right: 20px
    }

    .reviewsName {
        font-size: 22px
    }

    .reviewsText {
        padding-left: 20px
    }

    .advantagesElement {
        flex: 0 0 calc(50% - 8px);
        padding: 12px 24px;
        width: unset
    }

    .footerNav {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }
}

@media screen and (min-width: 992px) {
    .advantagesElement {
        flex: 0 0 calc(33.33% - 8px);
        padding: 12px 24px;
        width: unset
    }
}

.advantagesElement:hover {
    box-shadow: inset 0 10px 40px 10px rgba(0, 0, 0, .4);
    border: 1px dashed #1b8681
}

.advantagesImage {
    margin-right: 16px !important;
    width: 48px;
    height: 48px;
    margin: unset
}

.advantagestext {
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0
}

.tournament {
    margin-top: 20px;
    margin-bottom: 50px
}

.tournamentElement {
    margin-bottom: 20px;
    width: 100%
}

.tournamentBox {
    background: #292f49;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #fff;
    will-change: transform;
    transform: translateZ(0) scale(1);
    display: block;
    border-radius: 10px;
    height: auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .6)
}

.tournamentBox:hover .tournamentImage {
    transform: translateZ(0) scale(1.05)
}

.tournamentLeft {
    height: 120px;
    width: 100%;
    display: block;
    position: relative
}

.tournamentLeft::after {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 10px);
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .4);
    pointer-events: none
}

.tournamentRight {
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 30px 10px 80px;
    background-image: url(../img/svg/category_bg.svg);
    background-repeat: repeat;
    background-color: #212132;
    box-shadow: inset 0 10px 40px 10px rgba(0, 0, 0, .4);
    border-top: 2px dashed #1b8681;
    z-index: 2
}

.tournamentLink, .tournamentReward {
    z-index: 3;
    text-transform: uppercase
}

.tournamentImage {
    width: calc(100% + 10px);
    position: absolute;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    border-radius: 5px;
    bottom: 0;
    padding: 0;
    top: auto;
    max-width: none
}

.tournamentTitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-transform: uppercase
}

.tournamentReward {
    position: absolute;
    max-width: calc(100% - 40px);
    font-weight: 900;
    display: flex;
    flex-direction: row;
    align-items: center;
    top: 105px;
    left: auto;
    height: 30px;
    margin-left: 10px;
    padding: 0 10px;
    border: 1px solid #262c44;
    border-radius: 5px;
    background: #212234
}

.footerPayBox, .tournamentRewardTitle {
    display: none
}

.tournamentRewardImage {
    display: flex;
    margin-right: 10px
}

.tournamentRewardSumm {
    color: #fff;
    font-size: 18px;
    transform: translateY(1.5px)
}

.tournamentInfo {
    display: flex;
    position: relative;
    font-size: 14px;
    font-weight: 500
}

.tournamentTimer {
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    background-color: #292f49;
    box-shadow: 0 2px 5px -2px #000
}

.tournamentData {
    order: -1;
    margin-right: 5px;
    position: relative;
    width: 50%;
    background-color: #292f49;
    box-shadow: 0 2px 5px -2px #000;
    padding: 10px;
    border-radius: 5px
}

.tournamentDataTitle {
    margin-bottom: 13px;
    color: rgba(255, 255, 255, .5);
    display: block;
    overflow: hidden;
    max-width: 100%
}

.tournamentDataStatus {
    padding-left: 25px
}

.tournamentDataImage {
    position: absolute;
    bottom: 12px;
    width: 20px;
    height: 20px
}

.tournamentLink {
    position: absolute;
    bottom: 20px;
    left: 10px;
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
    background-color: #62c23c;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 50px;
    padding: 6px 20px;
    line-height: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    max-width: 400px;
    width: 160px
}

.welcome {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6);
    padding-top: 60px
}

.welcomeHover {
    fill: #fff
}

.welcomeLink {
    height: 60px;
    margin-bottom: 10px;
    width: 100%
}

.downloadLink:hover .downloadHover, .welcomeLink:hover .welcomeHover {
    fill: #fe284a
}

.welcomeLink svg {
    height: 100%;
    width: 100%
}

.welcomeInner {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 400px;
    padding: 30px 30px 0;
    text-align: center;
    border-radius: 10px;
    background: url(../img/svg/category_bg.svg) #292f49;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, .8)
}

.download, .download svg, .welcomeInner img {
    box-shadow: 0 2px 5px -2px #000
}

.welcomeInner img {
    border: 1px dashed #1b8681;
    height: 100%;
    width: 100%;
    border-radius: 25px
}

.welcomeClose {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    fill: #fff;
    height: 22px;
    width: 22px;
    cursor: pointer
}

.welcomeBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px
}

.downloadInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: inset 0 10px 40px 10px rgba(0, 0, 0, .2);
    background: url(../img/svg/category_bg.svg) #212132;
    padding: 20px;
    border-radius: 10px;
    border-left: 2px solid #fe284a;
    border-right: 2px solid #fe284a;
    margin: 40px 0
}

.downloadHover {
    fill: #292f49
}

.downloadBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.downloadTitle {
    font-weight: 700;
    text-align: center;
    font-size: 22px
}

.downloadLink {
    display: flex;
    margin: 10px 20px;
    height: 60px
}

@media (min-width: 668px) {
    .tournamentBox {
        display: flex;
        align-items: normal;
        height: 252.5px;
        box-shadow: 0 5px 10px 0 #000
    }

    .tournamentLeft {
        height: inherit;
        max-width: calc(100% - 300px)
    }

    .tournamentRight {
        border-top: none;
        border-right: 2px solid #fe284a;
        border-radius: 10px;
        width: 300px;
        padding: 0;
        display: flex;
        flex-direction: column
    }

    .tournamentImage {
        top: 0;
        bottom: auto;
        height: 100%
    }

    .tournamentTitle {
        padding: 15px 15px 15px 25px;
        font-size: 23px;
        font-weight: 800;
        margin-bottom: 0;
        line-height: 30px
    }

    .tournamentReward {
        flex-direction: column;
        top: 10px;
        left: 40px;
        height: auto;
        margin-left: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: 0 0
    }

    .tournamentRewardTitle {
        color: #fff;
        font-weight: 700;
        display: block;
        box-sizing: border-box;
        border-radius: 6px;
        padding: 10px;
        background-color: #fe284a;
        box-shadow: 0 2px 5px -2px #000;
        line-height: 14px;
        font-size: 14px
    }

    .tournamentRewardImage {
        display: none
    }

    .tournamentRewardSumm {
        margin-bottom: 100px;
        font-size: 46px;
        text-shadow: 0 1px 0 #777, 0 2px 0 #777, 0 3px 0 #777, 1px 0 0 #777, 1px 1px 0 #777, 1px 2px 0 #777, 1px 3px 0 #777, 0 6px 24px #000
    }

    .tournamentInfo {
        font-weight: initial;
        padding: 15px 15px 15px 25px;
        font-size: 16px;
        flex-direction: column;
        margin-top: auto
    }

    .tournamentTimer {
        box-shadow: none;
        width: 100%;
        padding: 0;
        background: 0 0
    }

    .tournamentTimerValue {
        font-weight: 700;
        font-size: 18px
    }

    .tournamentData {
        box-shadow: none;
        width: 100%;
        padding: 0;
        background: 0 0;
        margin-right: 0;
        order: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px
    }

    .tournamentDataTitle {
        margin-bottom: 3px;
        color: #646a87;
        font-weight: 500
    }

    .tournamentDataStatus {
        font-weight: 700;
        font-size: 18px;
        padding-left: 0
    }

    .tournamentDataImage {
        height: 35px;
        width: 35px;
        position: static
    }

    .tournamentLink {
        max-width: initial;
        margin: 20px 0 0;
        padding: 8px 25px;
        font-size: 18px;
        bottom: 27px;
        left: 40px;
        width: 205px
    }

    .welcomeLink {
        width: 150px
    }

    .welcomeBox {
        margin-top: 10px;
        justify-content: space-between
    }

    .downloadTitle {
        font-size: 30px
    }

    .downloadLink {
        height: 70px
    }
}

.download svg {
    width: auto;
    height: 100%
}

.footer {
    background: url("../img/noise.png"), #0a0a14;
    width: 100%;
    color: #646a87;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footerInner {
    padding: 0 15px;
    max-width: 1200px
}

.footerContent {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.footerContentElement {
    margin-bottom: 5px;
    display: inline-flex;
    align-items: center
}

.footerContentLink {
    display: block;
    font-size: 1.6rem;
    text-decoration: none;
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px
}

.footerContentLink:hover {
    background-color: #252536
}

.footerContentBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    margin-bottom: 15px
}

.footerSocial {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
    column-gap: 10px;
    justify-content: center;
    padding-bottom: 20px
}

.footerSocialLink {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 37px;
    width: 37px
}

.footerSocialLinkIn {
    background-color: #264484;
    box-shadow: 0 3px 0 1px #16284d
}

.footerSocialLinkIn:hover {
    box-shadow: 0 3px 0 1px #16284d, inset 0 10px 10px 5px rgba(255, 255, 255, .4)
}

.footerSocialLinkTg {
    background-color: #2ca3df;
    box-shadow: 0 3px 0 1px #1a6b84
}

.footerSocialLinkTg:hover {
    box-shadow: 0 3px 0 1px #1a6b84, inset 0 10px 10px 5px rgba(255, 255, 255, .4)
}

.footerSocialLinkVk {
    background-color: #3a6aa3;
    box-shadow: 0 3px 0 1px #223f61
}

.footerSocialLinkVk:hover {
    box-shadow: 0 3px 0 1px #223f61, inset 0 10px 10px 5px rgba(255, 255, 255, .4)
}

.footerSocialLinkYo {
    background-color: red;
    box-shadow: 0 3px 0 1px #781712
}

.footerSocialLinkYo:hover {
    box-shadow: 0 3px 0 1px #781712, inset 0 10px 10px 5px rgba(255, 255, 255, .4)
}

.footerDown {
    border-top: 1px dashed #303036;
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footerLanguage {
    flex-shrink: 0;
    border-radius: 8px;
    position: relative;
    display: inline-flex;
    z-index: 1;
    margin-bottom: 30px
}

.footerLanguageDrop {
    z-index: 1;
    position: absolute;
    bottom: 50px;
    right: 0;
    overflow-y: auto;
    background-color: #4a5372;
    border-radius: 5px;
    max-height: 300px;
    display: none;
    padding: 6px 4px
}

.footerLanguageDrop::-webkit-scrollbar-thumb {
    background: 0 0
}

.footerLanguageDrop::-webkit-scrollbar-track {
    background: 0 0
}

.footerLanguageDrop.active {
    display: flex
}

.footerLanguageButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    outline: 0;
    padding: 6px;
    background: 0 0;
    cursor: pointer;
    flex-shrink: 0;
    font-weight: 700
}

.footerLanguageButton img {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.footerLanguageButton span {
    color: #fff;
    margin-left: 1rem;
    text-transform: uppercase
}

.footerLanguageLink {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #fff;
    width: 100%
}

.footerLanguageLink img {
    margin-right: 10px;
    border-radius: 50%
}

.footerLanguageList {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.footerLanguageElement {
    cursor: pointer;
    padding: 10px 5px;
    width: 100%
}

.footerCopywright {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap
}

.footerInfo, .footerPayElement {
    margin-bottom: 15px;
    display: flex
}

.footerCopywrightContent {
    width: 80%;
    padding-right: 20px;
    color: #646a87;
    font-size: 1.2rem
}

.footerInfo {
    align-items: center
}

@media screen and (min-width: 668px) {
    .footerContentBlock {
        justify-content: start;
        padding-left: 0;
        padding-right: 0;
        margin-right: 20px
    }

    .footerSocial {
        flex-wrap: nowrap
    }

    .footerLanguageDrop {
        padding-bottom: 50px;
        width: 370px;
        overflow-y: visible;
        bottom: -5px;
        right: -36px;
        max-height: 515px;
        height: auto
    }

    .footerLanguageButton {
        position: relative;
        z-index: 10
    }

    .footerLanguageLink {
        font-size: 16px
    }

    .footerLanguageList {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        width: 100%
    }

    .footerLanguageElement {
        width: 50%
    }

    .footerCopywright {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .footerInfo {
        width: calc(50% - 15px)
    }

    .footerInfo + .footerInfo {
        margin-left: 15px
    }
}

.footerInfo img {
    margin-right: 15px
}

.footerPay {
    padding-bottom: 25px;
    text-align: center
}

.footerPayList {
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footerPayElement {
    height: 60px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .03);
    padding: 10px;
    align-items: center;
    justify-content: center;
    flex: 1 1 calc(33.3333333333% - 15px)
}

@media screen and (min-width: 380px) {
    .footerPayElement {
        flex: 1 1 calc(25% - 15px)
    }
}

@media screen and (min-width: 470px) {
    .footerPayElement {
        flex: 1 1 calc(20% - 15px)
    }
}

@media screen and (min-width: 560px) {
    .footerPayElement {
        flex: 1 1 calc(16.6666666667% - 15px)
    }
}

@media screen and (min-width: 810px) {
    .footerPayElement {
        flex: 1 1 calc(14.2857142857% - 15px)
    }
}

@media screen and (min-width: 920px) {
    .footerPayElement {
        flex: 1 1 calc(12.5% - 15px)
    }
}

@media screen and (min-width: 1025px) {
    .footerDown {
        justify-content: space-between;
        align-items: center;
        display: flex;
        flex-direction: row
    }

    .footerLanguage {
        order: 1;
        margin-left: 10px
    }

    .footerPayElement {
        flex: 1 1 calc(11.1111111111% - 15px)
    }
}

@media screen and (min-width: 1130px) {
    .footerPayElement {
        flex: 1 1 calc(10% - 15px)
    }
}

.footerPayElement img {
    width: auto;
    max-width: 60px;
    max-height: 30px;
    height: auto
}

@media screen and (min-width: 810px) {
    .footerPayElement img {
        max-height: 40px
    }
}

.footerArrow {
    width: 12px;
    height: 9px;
    fill: #fff;
    margin-left: 8px;
    margin-top: -5px;
    flex-shrink: 0
}

.footerToggle {
    background-color: transparent;
    border: none;
    cursor: pointer
}

.footerToggle.active .footerArrow {
    transform: rotate(-180deg)
}

.footerToggleText {
    color: #fff;
    font-weight: 700
}

.content a:not([class]) {
    color: #46afff;
    text-decoration: none
}

.contentVideo {
    margin: 30px 0;
    width: 100%;
    height: 300px
}

@media (min-width: 414px) {
    .contentVideo {
        height: 350px
    }
}

@media (min-width: 768px) {
    .contentVideo {
        height: 400px
    }
}

@media (min-width: 1200px) {
    .contentVideo {
        height: 450px
    }
}

.img-fig {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.fig-img img {
    border-radius: 14px;
    margin: 30px auto;
}