@charset "utf-8";
@font-face {
        font-display: swap;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 300;
        src: url(fonts/open-sans-v36-latin-300.woff2) format("woff2")
        }
@font-face {
        font-display: swap;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 400;
        src: url(fonts/open-sans-v36-latin-regular.woff2) format("woff2")
        }
@font-face {
        font-display: swap;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 500;
        src: url(fonts/open-sans-v36-latin-500.woff2) format("woff2")
        }
@font-face {
        font-display: swap;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 600;
        src: url(fonts/open-sans-v36-latin-600.woff2) format("woff2")
        }
@font-face {
        font-display: swap;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 700;
        src: url(fonts/open-sans-v36-latin-700.woff2) format("woff2")
        }
@font-face {
        font-display: swap;
        font-family: "Open Sans";
        font-style: normal;
        font-weight: 800;
        src: url(fonts/open-sans-v36-latin-800.woff2) format("woff2")
        }
@font-face {
        font-family: Open Sans;
        font-display: swap;
        src: url(fonts/OpenSans-Bold.woff2) format("woff2"), url(fonts/OpenSans-Bold.woff) format("woff");
        font-weight: 700;
        font-style: normal
        }
@font-face {
        font-family: Open Sans;
        font-display: swap;
        src: url(fonts/OpenSans-Medium.woff2) format("woff2"), url(fonts/OpenSans-Medium.woff) format("woff");
        font-weight: 500;
        font-style: normal
        }
@font-face {
        font-family: Open Sans;
        font-display: swap;
        src: url(fonts/OpenSans-Regular.woff2) format("woff2"), url(fonts/OpenSans-Regular.woff) format("woff");
        font-weight: 400;
        font-style: normal
        }
@font-face {
        font-family: Open Sans;
        font-display: swap;
        src: url(fonts/OpenSans-SemiBold.woff2) format("woff2"), url(fonts/OpenSans-SemiBold.woff) format("woff");
        font-weight: 600;
        font-style: normal
        }
* {
        padding: 0;
        margin: 0;
        border: 0
        }
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
:active, :focus {
    outline: 0
    }
a:active, a:focus {
    outline: 0
    }
aside, footer, header, nav {
    display: block
    }
body, html {
    min-height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
    }
button, input, textarea {
    font-family: inherit
    }
input::-ms-clear {
    display: none
    }
button {
    cursor: pointer
    }
button::-moz-focus-inner {
    padding: 0;
    border: 0
    }
a, a:visited {
    text-decoration: none
    }
a:hover {
    text-decoration: none
    }
ul li {
    list-style: none
    }
img {
    vertical-align: top
    }
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
    }
p {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
    }
@font-face {
    font-family: icons;
    src: url(fonts/icons.ttf) format("truetype"), url(fonts/icons.woff) format("woff"), url(img/icons.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
    }
[class*=" icon-font__"]:before, [class^=icon-font__]:before {
    font-family: icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }
:root {
    --main-accent-bg-color: #2ecc71;
    --main-nav-color: #fff;
    --header-bg-color: #000;
    --footer-bg-color: #000;
    --content-button-bg-color: #2ecc71;
    --content-button-color: #fff;
    --offsets: 30px;
    --ff-primary: "Open Sans", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
    --star-size16: 16px;
    --star-size17: 17px;
    --star-size18: 18px;
    --star-size20: 20px;
    --star-size21: 21px;
    --star-size22: 22px;
    --star-size24: 24px;
    --star-size26: 26px;
    --star-size28: 28px;
    --star-color: #bebebe;
    --star-background: #fe7b02;
    --star-rating: 3.8
    }
.dafabetbrcom-container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: 1440px
    }
.dafabetbrcom-container-full {
    max-width: 100%
    }
html {
    font-size: 17px
    }
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    height: 100vh;
    font-family: var(--ff-primary);
    color: var(--color-text);
    background-color: var(--color-body)
    }
body::-webkit-scrollbar {
    width: 10px
    }
body::-webkit-scrollbar-track {
    background-color: var(--color-body-track)
    }
body::-webkit-scrollbar-thumb {
    border: 1px solid var(--color-body-track);
    border-radius: 10px;
    height: 20%;
    background: var(--color-body-thumb)
    }
main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
    }
.list-reset {
    list-style: none;
    margin: 0;
    padding: 0
    }
.visually-hidden {
    position: absolute;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0)
    }
.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    }
.overlay._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    }
.ajax-load {
    position: relative
    }
.ajax-load::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100
    }
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
p {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem
    }
a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: var(--color-link);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
    }
a:hover {
    text-decoration: none
    }
input::-webkit-input-placeholder {
    font-family: var(--ff-primary)
    }
input::-moz-placeholder {
    font-family: var(--ff-primary)
    }
input:-ms-input-placeholder {
    font-family: var(--ff-primary)
    }
input::-ms-input-placeholder {
    font-family: var(--ff-primary)
    }
button, input, input::placeholder {
    font-family: var(--ff-primary)
    }
ol, ul {
    margin-top: 1rem;
    padding-left: 25px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem
    }
img {
    height: auto;
    max-width: 100%
    }
h1 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.5rem;
    color: var(--color-title)
    }
h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: var(--color-title)
    }
h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: var(--color-title)
    }
h4 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: var(--color-title)
    }
h5 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: var(--color-title)
    }
h6 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-title)
    }
.dafabetbrcom-wrapper > .wp-block-table, .dafabetbrcom-wrapper > blockquote, .dafabetbrcom-wrapper > h1, .dafabetbrcom-wrapper > h2, .dafabetbrcom-wrapper > h3, .dafabetbrcom-wrapper > h4, .dafabetbrcom-wrapper > h5, .dafabetbrcom-wrapper > h6, .dafabetbrcom-wrapper > ol, .dafabetbrcom-wrapper > p, .dafabetbrcom-wrapper > ul {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--offsets);
    max-width: 1440px
    }
.dafabetbrcom-wrapper > ol, .dafabetbrcom-wrapper > ul {
    padding-left: 50px
    }
.dafabetbrcom-wrapper blockquote, blockquote {
    margin-top: 1rem;
    border-left: 5px solid var(--main-accent-bg-color);
    padding: 1rem var(--offsets) 1rem 2rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem
    }
.dafabetbrcom-wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
    }
.dafabetbrcom-wrapper + .dafabetbrcom-wrapper, .dafabetbrcom-wrapper:first-child {
    margin-top: 50px
    }
.dafabetbrcom-wrapper:first-child {
    margin-top: 0
    }
.dafabetbrcom-wrapper:last-child {
    margin-bottom: 50px
    }
.wp-block-table table th {
    border-color: var(--color-table-th-bg);
    color: var(--color-table-th-color);
    background-color: var(--color-table-th-bg)
    }
.wp-block-table table td {
    border: 1px solid rgba(94, 94, 94, 0.2)
    }
.wp-block-table thead {
    border-bottom: none
    }
table {
    /*    margin-top: 1rem;*/
    /*    border: 1px solid var(--color-border-table);*/
    /*    border-collapse: collapse;*/
    /*    width: 100%;*/
    /*    background-color: var(--color-table-bg)*/
    }
table th {
    padding: 0.5rem 1rem;
    text-align: center;
    color: var(--color-color-th-table);
    background-color: var(--color-border-table)
    }
table td {
    border: 1px solid var(--color-border-table);
    padding: 0.5rem 1rem;
    color: var(--color-table-td-color)
    }
svg {
    -webkit-transform: translatez(0);
    transform: translatez(0)
    }
.footer--enable-mobile-button {
    padding-bottom: 80px
    }
.get-image {
    margin: 0
    }
.dafabetbrcom-container .dafabetbrcom-container {
    padding-right: 0;
    padding-left: 0
    }
.scroll-lock {
    overflow: hidden
    }
.background-block {
    background-color: var(--color-blocks-text-image)
    }
#wp-link #link-options label span, #wp-link #search-panel label span.search-label, .components-base-control__label, .components-external-link, .components-external-link editor-post-url__link, .editor-post-url__link-label, .link-url, .media-frame-title h1 {
    color: #000
    }
.bookmaker-icon::before {
    content: url(wp-content/themes/casinov3/build/images/bookmaker.svg);
    display: block;
    margin-right: 10px;
    -webkit-transform: translatey(2px);
    -ms-transform: translatey(2px);
    transform: translatey(2px)
    }
.casino-icon::before {
    content: url(wp-content/themes/casinov3/build/images/casino.svg);
    display: block;
    margin-right: 10px;
    -webkit-transform: translatey(2px);
    -ms-transform: translatey(2px);
    transform: translatey(2px)
    }
.freegame-icon::before {
    content: url(wp-content/themes/casinov3/build/images/freegame.svg);
    display: block;
    margin-right: 10px;
    -webkit-transform: translatey(2px);
    -ms-transform: translatey(2px);
    transform: translatey(2px)
    }
.mobile-icon::before {
    content: url(wp-content/themes/casinov3/build/images/mobile.svg);
    display: block;
    margin-right: 10px;
    -webkit-transform: translatey(2px);
    -ms-transform: translatey(2px);
    transform: translatey(2px)
    }
.reviews-icon::before {
    content: url(wp-content/themes/casinov3/build/images/reviews.svg);
    display: block;
    margin-right: 10px;
    -webkit-transform: translatey(2px);
    -ms-transform: translatey(2px);
    transform: translatey(2px)
    }
.gift-icon::before {
    content: url(wp-content/themes/casinov3/build/images/gift.svg);
    display: block;
    margin-right: 10px;
    -webkit-transform: translatey(2px);
    -ms-transform: translatey(2px);
    transform: translatey(2px)
    }
.dafabetbrcom-faq--v1 {
    overflow: hidden;
    border: 1px solid var(--color-faq-item-border);
    border-radius: 10px;
    background-color: var(--color-faq-item)
    }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 34px 25px 24px;
        font-family: var(--ff-primary);
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        color: var(--color-faq-main-title)
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px;
        fill: var(--color-faq-item-open)
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item {
        position: relative
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item::after {
        content: "";
        position: absolute;
        left: 25px;
        right: 25px;
        top: 0;
        border-radius: 3px;
        height: 1px;
        background-color: var(--color-faq-item-border)
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item:focus .dafabetbrcom-faq__item-title, .dafabetbrcom-faq--v1 .dafabetbrcom-faq__item:hover .dafabetbrcom-faq__item-title {
        opacity: 0.7
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item-title {
        padding: 22px 25px 24px
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item-title h3 {
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: var(--color-faq-item-title)
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item-title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        fill: var(--color-faq-item-title)
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item-description {
        margin: 0;
        padding: 0 25px;
        font-family: var(--ff-primary);
        color: var(--color-faq-item-answer)
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item[open]::after {
        display: none
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item[open] + .dafabetbrcom-faq__item::after {
        top: -1px
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-title {
        padding: 22px 25px 25px 50px;
        background-color: var(--color-faq-item-open)
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-title h3 {
        font-weight: 600;
        color: var(--color-faq-item-title-open)
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-title svg {
        fill: var(--color-faq-item-title-open);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
        }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-description {
        padding: 10px 10% 10px 50px
        }
.dafabetbrcom-faq--v2 .dafabetbrcom-faq__title {
        margin: 0 0 25px;
        border-bottom: 1px solid var(--color-faq-item-border);
        padding: 25px;
        font-family: var(--ff-primary);
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
        color: var(--color-faq-main-title)
        }
.dafabetbrcom-faq--v2 .dafabetbrcom-faq__item {
        background-color: var(--color-faq-item)
        }
.dafabetbrcom-faq--v2 .dafabetbrcom-faq__item:not(:last-child) {
        margin-bottom: 10px
        }
.dafabetbrcom-faq--v2 .dafabetbrcom-faq__item-title {
        position: relative;
        border: 1px solid var(--color-faq-item-border);
        border-left: 2px solid var(--color-faq-item-open);
        border-radius: 1px;
        padding: 18px 20px;
        background-color: var(--color-faq-item)
        }
.dafabetbrcom-faq--v2 .dafabetbrcom-faq__item-title h3 {
        margin: 0;
        font-family: var(--ff-primary);
        font-size: 16px;
        line-height: 18px;
        color: var(--color-faq-item-title)
        }
.dafabetbrcom-faq--v2 .dafabetbrcom-faq__item-title svg {
        fill: var(--color-faq-item-title)
        }
.dafabetbrcom-faq--v2 .dafabetbrcom-faq__item-title:hover {
        opacity: 0.7
        }
.dafabetbrcom-faq--v2 .dafabetbrcom-faq__item-description {
        margin: 0;
        border: 1px solid var(--color-faq-item-border);
        border-top: none;
        border-radius: 0 0 1px 1px;
        padding: 20px 18px;
        font-size: 16px;
        line-height: 18px;
        color: var(--color-faq-item-answer)
        }
.dafabetbrcom-faq--v2 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-title {
        margin-bottom: 0;
        background-color: var(--color-faq-item-open)
        }
.dafabetbrcom-faq--v2 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-title svg {
        fill: var(--color-faq-item-title-open);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
        }
.dafabetbrcom-faq--v2 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-title h3 {
        color: var(--color-faq-item-title-open)
        }
.dafabetbrcom-faq--v3 {
        background-color: transparent
        }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0;
        font-family: var(--ff-primary);
        font-size: 24px;
        line-height: 29px;
        color: var(--color-faq-main-title)
        }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px;
        fill: var(--color-faq-item-open)
        }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__item {
        overflow: hidden;
        border: 1px solid var(--color-faq-item-border);
        border-radius: 15px;
        background-color: var(--color-faq-item)
        }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__item:not(:last-child) {
        margin-bottom: 10px
        }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__item:hover .dafabetbrcom-faq__item-title {
        opacity: 0.7
        }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__item-title {
        padding: 20px 23px 16px
        }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__item-title h3 {
        font-family: var(--ff-primary);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: var(--color-faq-item-title)
        }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__item-title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 10px;
        width: 30px;
        height: 30px;
        fill: var(--color-faq-item-title)
        }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__item-title:focus, .dafabetbrcom-faq--v3 .dafabetbrcom-faq__item-title:focus-within {
    outline: 0
    }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__item-description {
    margin: 0;
    outline: 0;
    padding: 22px 20px 20px;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: var(--color-faq-item-answer)
    }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-title {
    border-radius: 15px 15px 0 0;
    background-color: var(--color-faq-item-open)
    }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-title h3 {
    color: var(--color-faq-item-title-open)
    }
.dafabetbrcom-faq--v3 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-title svg {
    fill: var(--color-faq-item-title-open);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.dafabetbrcom-faq__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer
    }
.dafabetbrcom-faq__item-title svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
    }
.dafabetbrcom-faq__item-title::-webkit-details-marker {
    display: none
    }
.dafabetbrcom-faq__item-title:focus, .dafabetbrcom-faq__item-title:focus-within {
    outline: 0
    }
.author {
    position: relative
    }
.author--v1 {
    border-radius: 10px;
    padding: 25px;
    background-color: #fff
    }
.author--v1 .author__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #3c3c3c
    }
.author--v1 .author__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 28px;
    height: 28px
    }
.author--v1 .author__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 25px
    }
.author--v1 .author__body-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    margin-right: 25px
    }
.author--v1 .author__body-wrapper > p {
    display: block;
    margin: 0 0 20px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
    }
.author--v1 .author__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
    }
.author--v1 .author__list-item:not(:last-child) {
    margin-right: 15px
    }
.author--v1 .author__list-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;
    outline: 0;
    border: none;
    width: 24px;
    height: 24px;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    cursor: pointer
    }
.author--v1 .author__list-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author--v1 .author__list-link svg {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.author--v1 .author__list-link p {
    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;
    margin: 0
    }
.author--v1 .author__list-link:hover img, .author--v1 .author__list-link:hover svg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
    }
.author--v1 .author__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
    }
.author--v1 .author__author {
    display: inline-block;
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #3c3c3c
    }
.author--v1 .author__text {
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 16px;
    line-height: 180%;
    color: #797979
    }
.author--v2 {
    position: relative;
    margin-top: 110px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background-color: #fff
    }
.author--v2 .author__image-box {
    position: absolute;
    left: 50%;
    top: -92px;
    z-index: 10;
    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;
    overflow: hidden;
    border: 18px solid #f5f5f5;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
    }
.author--v2 .author__image-box p {
    margin: 0
    }
.author--v2 .author__image-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author--v2 .author__header {
    border-bottom: none;
    padding: 43px 25px 0
    }
.author--v2 .author__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
    padding: 43px 50px 0 25px;
    max-width: 75%;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #3c3c3c
    }
.author--v2 .author__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 16px;
    height: 16px
    }
.author--v2 .author__body {
    margin-bottom: 13px;
    padding: 0 25px
    }
.author--v2 .author__body-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px
    }
.author--v2 .author__author {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
    color: #3c3c3c
    }
.author--v2 .author__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    max-width: 100%
    }
.author--v2 .author__list-item:not(:first-child) {
    margin-left: 15px
    }
.author--v2 .author__list-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;
    outline: 0;
    border: none;
    width: 24px;
    height: 24px;
    background-color: transparent;
    cursor: pointer
    }
.author--v2 .author__list-link p {
    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;
    margin: 0
    }
.author--v2 .author__list-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author--v2 .author__list-link svg {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.author--v2 .author__list-link:hover img, .author--v2 .author__list-link:hover svg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
    }
.author--v2 .author__text {
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 180%;
    color: #001020
    }
.author--v2 .author__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    padding: 20px 25px;
    background-color: #001020
    }
.author--v2 .author__datetime {
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 180%;
    color: #607993
    }
.author--v2 .author__views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.author--v2 .author__views svg {
    margin-right: 10px
    }
.author--v2 .author__views-counter {
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 180%;
    color: #607993
    }
.author--v3 .author__title {
    margin: 0 0 25px;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 10px 25px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase
    }
.author--v3 .author__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff
    }
.author--v3 .author__body-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 224px;
    flex-basis: 224px;
    border-radius: 1px;
    padding: 10px 10px 15px;
    background-color: #0386ff
    }
.author--v3 .author__image-box {
    margin-bottom: 15px
    }
.author--v3 .author__image-box p {
    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;
    margin: 0
    }
.author--v3 .author__image-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author--v3 .author__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    max-width: 100%
    }
.author--v3 .author__list-item:not(:last-child) {
    margin-right: 15px
    }
.author--v3 .author__list-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;
    outline: 0;
    border: none;
    width: 28px;
    height: 28px;
    background-color: transparent;
    cursor: pointer
    }
.author--v3 .author__list-link p {
    margin: 0
    }
.author--v3 .author__list-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author--v3 .author__list-link svg {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.author--v3 .author__list-link:hover img, .author--v3 .author__list-link:hover svg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
    }
.author--v3 .author__content {
    border: 1px solid #e9e9e9;
    border-left: none;
    padding: 20px
    }
.author--v3 .author__author {
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #1e1d2a
    }
.author--v3 .author__text {
    margin: 0;
    font-family: var(--ff-primary);
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #777
    }
.author--v4 .author__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #463f53
    }
.author--v4 .author__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
    }
.author--v4 .author__body {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background-color: #fff
    }
.author--v4 .author__body-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 70px 1fr 100px;
    grid-template-columns: 70px 1fr 100px;
    -ms-grid-rows: -webkit-min-content -webkit-min-content;
    -ms-grid-rows: min-content min-content;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px;
    gap: 5px 20px
    }
.author--v4 .author__image-box {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    overflow: hidden;
    border-radius: 100%;
    width: 70px;
    height: 70px
    }
.author--v4 .author__image-box p {
    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;
    margin: 0
    }
.author--v4 .author__image-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author--v4 .author__author {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin: 0;
    padding: 5px 0;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #464646
    }
.author--v4 .author__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    list-style: none;
    margin: 0;
    padding: 0
    }
.author--v4 .author__list-item:not(:last-child) {
    margin-right: 15px
    }
.author--v4 .author__list-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;
    outline: 0;
    border: none;
    width: 25px;
    height: 25px;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    cursor: pointer
    }
.author--v4 .author__list-link p {
    margin: 0
    }
.author--v4 .author__list-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author--v4 .author__list-link svg {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.author--v4 .author__list-link:hover img, .author--v4 .author__list-link:hover svg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
    }
.author--v4 .author__datetime {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin: 0;
    padding: 10px 0;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 180%;
    text-align: right;
    color: #797979
    }
.author--v4 .author__content {
    padding: 20px 20px 18px
    }
.author--v4 .author__text {
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 16px;
    line-height: 180%;
    color: #6b6476
    }
.author--v5 {
    overflow: hidden;
    margin: 0 auto;
    max-width: 450px
    }
.author--v5 .author__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #463f53
    }
.author--v5 .author__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
    }
.author--v5 .author__image-box {
    position: absolute;
    left: 50%;
    top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    padding-bottom: 20px;
    width: 180px;
    height: 180px;
    background-color: #f5f5f5;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
    }
.author--v5 .author__image-box p {
    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;
    margin: 0
    }
.author--v5 .author__image-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author--v5 .author__image-box-inner {
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    width: 104px;
    height: 104px
    }
.author--v5 .author__body {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 113px 28px 28px;
    background-color: #fff
    }
.author--v5 .author__author {
    display: block;
    margin: 0 0 15px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    color: #463f53
    }
.author--v5 .author__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 auto 12px;
    padding: 0;
    max-width: 141px
    }
.author--v5 .author__list-item:not(:last-child) {
    margin-right: 15px
    }
.author--v5 .author__list-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;
    outline: 0;
    border: none;
    width: 24px;
    height: 24px;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    cursor: pointer
    }
.author--v5 .author__list-link p {
    margin: 0
    }
.author--v5 .author__list-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author--v5 .author__list-link svg {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.author--v5 .author__list-link:hover img, .author--v5 .author__list-link:hover svg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
    }
.author--v5 .author__datetime {
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 180%;
    text-align: center;
    color: #7d748d
    }
.author--v1 .facebook-icon .contour, .author--v2 .facebook-icon .contour, .author--v5 .facebook-icon .contour {
    fill: #3b5998
    }
.author--v1 .facebook-icon .pin, .author--v2 .facebook-icon .pin, .author--v5 .facebook-icon .pin {
    fill: #fff
    }
.author--v1 .twitter-icon .contour, .author--v2 .twitter-icon .contour, .author--v5 .twitter-icon .contour {
    fill: #55acee
    }
.author--v1 .twitter-icon .pin, .author--v2 .twitter-icon .pin, .author--v5 .twitter-icon .pin {
    fill: #fff
    }
.author--v1 .linkedin-icon .contour, .author--v2 .linkedin-icon .contour, .author--v5 .linkedin-icon .contour {
    fill: #0077b5
    }
.author--v1 .linkedin-icon .pin, .author--v2 .linkedin-icon .pin, .author--v5 .linkedin-icon .pin {
    fill: #fff
    }
.author--v1 .instagram-icon .contour, .author--v2 .instagram-icon .contour, .author--v5 .instagram-icon .contour {
    fill: #ff710b
    }
.author--v1 .instagram-icon .pin, .author--v2 .instagram-icon .pin, .author--v3 .facebook-icon .contour, .author--v3 .instagram-icon .contour, .author--v3 .linkedin-icon .contour, .author--v3 .twitter-icon .contour, .author--v5 .instagram-icon .pin {
    fill: #fff
    }
.author--v3 .facebook-icon .pin, .author--v3 .instagram-icon .pin, .author--v3 .linkedin-icon .pin, .author--v3 .twitter-icon .pin {
    fill: #0386ff
    }
.author--v4 .facebook-icon .contour, .author--v4 .instagram-icon .contour, .author--v4 .linkedin-icon .contour, .author--v4 .twitter-icon .contour {
    fill: #fe7b02
    }
.author--v4 .facebook-icon .pin, .author--v4 .instagram-icon .pin, .author--v4 .linkedin-icon .pin, .author--v4 .twitter-icon .pin {
    fill: #fff
    }
.author--v1 .facebook-icon, .author--v1 .instagram-icon, .author--v1 .linkedin-icon, .author--v1 .twitter-icon, .author--v2 .facebook-icon, .author--v2 .instagram-icon, .author--v2 .linkedin-icon, .author--v2 .twitter-icon, .author--v5 .facebook-icon, .author--v5 .instagram-icon, .author--v5 .linkedin-icon, .author--v5 .twitter-icon {
    width: 24px;
    height: 24px
    }
.author--v3 .facebook-icon, .author--v3 .instagram-icon, .author--v3 .linkedin-icon, .author--v3 .twitter-icon {
    width: 28px;
    height: 28px
    }
.author--v4 .facebook-icon, .author--v4 .instagram-icon, .author--v4 .linkedin-icon, .author--v4 .twitter-icon {
    width: 25px;
    height: 25px
    }
.confirm-age--v1 {
    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;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 25px;
    width: 100%;
    max-width: 673px;
    background-color: #fff
    }
.confirm-age--v1 .confirm-age__image {
    margin-bottom: 20px
    }
.confirm-age--v1 .confirm-age__title {
    margin: 0 0 20px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #3c3c3c
    }
.confirm-age--v1 .confirm-age__description {
    margin: 0 0 20px;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 180%;
    text-align: center;
    color: #797979
    }
.confirm-age--v1 .confirm-age__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
    padding-top: 25px;
    width: 100%
    }
.confirm-age--v1 .confirm-age__button {
    -ms-flex-preferred-size: 48.2%;
    flex-basis: 48.2%;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 25px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s, border-color 0.3s;
    -o-transition: opacity 0.3s, border-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s;
    cursor: pointer
    }
.confirm-age--v1 .confirm-age__button--success {
    border-color: #622cd3;
    color: #fff;
    background-color: #622cd3
    }
.confirm-age--v1 .confirm-age__button--success:focus, .confirm-age--v1 .confirm-age__button--success:hover {
    opacity: 0.7
    }
.confirm-age--v1 .confirm-age__button--fail {
    border-color: #e9e9e9;
    color: #000;
    background-color: #e9e9e9
    }
.confirm-age--v1 .confirm-age__button--fail:focus, .confirm-age--v1 .confirm-age__button--fail:hover {
    border-color: #622cd3
    }
.confirm-age--v2 {
    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;
    width: 100%;
    max-width: 502px
    }
.confirm-age--v2 > p {
    display: inline-block;
    margin-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px 0;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #1e1d2a
    }
.confirm-age--v2 .confirm-age__wrapper {
    padding-bottom: 25px;
    width: 100%;
    background-color: #fff
    }
.confirm-age--v2 .confirm-age__title {
    display: inline-block;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #3c3c3c
    }
.confirm-age--v2 .confirm-age__description {
    margin: 25px 0 18px;
    padding: 0 28px;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 180%;
    text-align: center;
    color: #777
    }
.confirm-age--v2 .confirm-age__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 25px
    }
.confirm-age--v2 .confirm-age__button {
    border: 1px solid transparent;
    padding: 25px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s, border-color 0.3s;
    -o-transition: opacity 0.3s, border-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s;
    cursor: pointer
    }
.confirm-age--v2 .confirm-age__button:not(:last-child) {
    margin-bottom: 14px
    }
.confirm-age--v2 .confirm-age__button--success {
    border-color: #0386ff;
    color: #fff;
    background-color: #0386ff
    }
.confirm-age--v2 .confirm-age__button--success:focus, .confirm-age--v2 .confirm-age__button--success:hover {
    opacity: 0.7
    }
.confirm-age--v2 .confirm-age__button--fail {
    border-color: #e9e9e9;
    color: #777;
    background-color: #fff
    }
.confirm-age--v2 .confirm-age__button--fail:focus, .confirm-age--v2 .confirm-age__button--fail:hover {
    border-color: #0386ff
    }
.confirm-age--v3 {
    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;
    border-radius: 10px;
    width: 100%;
    max-width: 477px;
    background-color: #fff
    }
.confirm-age--v3 > p {
    display: inline-block;
    margin: 0 0 20px;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 10px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #463f53
    }
.confirm-age--v3 .confirm-age__wrapper {
    padding-bottom: 19px;
    width: 100%
    }
.confirm-age--v3 .confirm-age__image {
    display: block;
    margin: 0 auto 15px
    }
.confirm-age--v3 .confirm-age__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 10px;
    padding: 0 25px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #3c3c3c
    }
.confirm-age--v3 .confirm-age__description {
    margin: 0 0 25px;
    padding: 0 15px;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #797979
    }
.confirm-age--v3 .confirm-age__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px
    }
.confirm-age--v3 .confirm-age__button {
    border: 1px solid transparent;
    font-family: var(--ff-primary);
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.3s, border-color 0.3s;
    -o-transition: opacity 0.3s, border-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s;
    cursor: pointer
    }
.confirm-age--v3 .confirm-age__button:not(:last-child) {
    margin-bottom: 19px
    }
.confirm-age--v3 .confirm-age__button--success {
    border-radius: 10px;
    padding: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-color: #fe7b02
    }
.confirm-age--v3 .confirm-age__button--success:focus, .confirm-age--v3 .confirm-age__button--success:hover {
    opacity: 0.7
    }
.confirm-age--v3 .confirm-age__button--fail {
    border-radius: 5px;
    padding: 5px;
    color: #797979;
    background-color: #fff
    }
.confirm-age--v3 .confirm-age__button--fail:focus, .confirm-age--v3 .confirm-age__button--fail:hover {
    border-color: #fe7b02
    }
.payments-method--v1 {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 25px;
    background-color: #fff
    }
.payments-method--v1 .payments-method__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #3c3c3c
    }
.payments-method--v1 .payments-method__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
    }
.payments-method--v1 .payments-method__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
    }
.payments-method--v1 .payments-method__item {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    border: 1px solid #e9e9e9;
    padding: 30px 0 31px
    }
.payments-method--v1 .payments-method__item:nth-child(3n+3) {
    border-right: none
    }
.payments-method--v1 .payments-method__item:nth-child(3n+3) .payments-card--v1 {
    margin-left: auto
    }
.payments-method--v1 .payments-method__item:nth-child(3n+1) {
    border-left: none
    }
.payments-method--v1 .payments-method__item:nth-child(3n+2) .payments-card--v1 {
    margin-right: auto;
    margin-left: auto
    }
.payments-method--v2 .payments-method__title {
    margin: 0 0 25px;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 10px 25px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase
    }
.payments-method--v2 .payments-method__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
    }
.payments-method--v2 .payments-method__item {
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    margin: 10px auto 20px;
    padding: 0 5px
    }
.payments-method--v3 .payments-method__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #463f53
    }
.payments-method--v3 .payments-method__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
    }
.payments-method--v3 .payments-method__table {
    margin: 0;
    border: none !important
    }
.payments-method--v3 .payments-method__table td {
    border: none
    }
.payments-method--v3 .payments-method__table-row {
    border-bottom: 1px solid #e9e9e9;
    border-collapse: collapse;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #463f53
    }
.payments-method--v3 .payments-method__table-row td {
    padding: 25px 10px 20px
    }
.payments-method--v3 .payments-method__table-row td:first-child {
    padding-right: 5px;
    padding-left: 30px;
    width: 15.4%
    }
.payments-method--v3 .payments-method__table-row:last-child {
    border-bottom: none
    }
.payments-method--v3 .payments-method__image-box p {
    margin: 0
    }
.payments-method--v3 .payments-method__image-box img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-height: 22px
    }
.payments-method--v3 .payments-method__table-head-row {
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #797979
    }
.payments-method--v3 .payments-method__table-head-row td {
    padding: 20px 10px
    }
.payments-method--v3 .payments-method__table-head-row td:first-child {
    padding-left: 30px
    }
.payments-method--v3 .payments-method__table {
    border-collapse: collapse;
    border-radius: 10px;
    width: 100%;
    background-color: #fff
    }
.payments-card--v1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 365px;
    font-family: var(--ff-primary)
    }
.payments-card--v1 .payments-card__image {
    max-width: 80px
    }
.payments-card--v1 .payments-card__image p {
    margin: 0
    }
.payments-card--v1 .payments-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.payments-card--v1 .payments-card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px
    }
.payments-card--v1 .payments-card__number {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #3c3c3c
    }
.payments-card--v1 .payments-card__text {
    font-weight: 300;
    font-size: 10px;
    line-height: 11px;
    color: #797979
    }
.payments-card--v2 {
    font-family: var(--ff-primary);
    background-color: #fff
    }
.payments-card--v2 .payments-card__image {
    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;
    border: 1px solid #e9e9e9;
    padding: 10px;
    min-height: 72px
    }
.payments-card--v2 .payments-card__image p {
    margin: 0
    }
.payments-card--v2 .payments-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 25px
    }
.payments-card--v2 .payments-card__price {
    list-style: none;
    margin: 0;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    padding: 0;
    width: 100%;
    font-style: 14px;
    line-height: 16px
    }
.payments-card--v2 .block__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px
    }
.payments-card--v2 .block__price-item:not(:last-child) {
    border-bottom: 1px solid #e9e9e9
    }
.payments-card--v2 .payments-card__text {
    color: #797979
    }
.payments-card--v2 .payments-card__number {
    text-align: right;
    color: #1e1d2a
    }
.payments-card--v2 .payments-card__days {
    border: 1px solid #0386ff;
    background-color: #0386ff
    }
.payments-card--v2 .payments-card__days p {
    margin: 14px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    text-align: center;
    color: #fff
    }
.gallery--v1 {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 35px 22px 25px;
    background-color: #fff
    }
.gallery--v1 .gallery__title {
    position: relative;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #3c3c3c
    }
.gallery--v1 .gallery__title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
        }
.gallery--v1 .gallery__list {
        display: -ms-grid;
        display: grid;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        list-style: none;
        margin: 0;
        padding: 0;
        row-gap: 25px
        }
.gallery--v1 .gallery__item {
        overflow: hidden;
        margin: auto;
        border-radius: 5px;
        max-width: 325px
        }
.gallery--v1 .gallery__item p {
        margin: 0
        }
.gallery--v1 .gallery__item img {
        display: block;
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
        }
.gallery--v2 .gallery__title {
        display: inline-block;
        margin: 0 0 25px;
        border-bottom: 1px solid #e9e9e9;
        padding: 25px 10px;
        width: 100%;
        font-family: var(--ff-primary);
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
        color: #1e1d2a
        }
.gallery--v2 .gallery__swiper {
        margin-bottom: 25px;
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 25px
        }
.gallery--v2 .gallery__list {
        list-style: none;
        margin: 0;
        padding: 0
        }
.gallery--v2 .gallery__item {
        overflow: hidden;
        margin: auto;
        border: 1px solid #e9e9e9;
        border-radius: 1px;
        width: 100%
        }
.gallery--v2 .gallery__item p {
        margin: 0
        }
.gallery--v2 .gallery__item img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: content;
        object-fit: content
        }
.gallery--v2 .gallery__swiper-controls {
        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;
        margin: 0 auto
        }
.gallery--v2 .gallery__swiper-pagination {
        margin: 0 18px;
        width: 30px;
        font-family: var(--ff-primary);
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: -2px;
        text-align: center;
        color: #797979
        }
.gallery--v2 .gallery__button {
        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;
        outline: 0;
        border: none;
        background-color: transparent;
        cursor: pointer
        }
.gallery--v2 .gallery__button svg {
        fill: #0386ff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s
        }
.gallery--v2 .gallery__button.swiper-button-disabled svg {
        fill: #797979
        }
.gallery--v3 .gallery__title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 20px;
        font-family: var(--ff-primary);
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        text-transform: uppercase;
        color: #463f53
        }
.gallery--v3 .gallery__title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
        }
.gallery--v3 .gallery__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #e9e9e9;
        border-radius: 10px;
        padding: 18px 20px;
        background-color: #fff
        }
.gallery--v3 .gallery__swiper {
        padding: 12px 0;
        max-height: 412px
        }
.gallery--v3 .gallery__list {
        list-style: none;
        margin: 0;
        padding: 0
        }
.gallery--v3 .gallery__item {
        overflow: hidden;
        margin: auto;
        border-radius: 10px
        }
.gallery--v3 .gallery__item p {
        margin: 0
        }
.gallery--v3 .gallery__item img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
        }
.gallery--v3 .gallery__image-box {
        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;
        overflow: hidden;
        width: 100%;
        height: 100%
        }
.gallery--v3 .gallery__button {
        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;
        border: 1px solid #e9e9e9;
        border-radius: 10px;
        min-width: 69px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #f5f5f5;
        cursor: pointer
        }
.gallery--v3 .gallery__button:focus, .gallery--v3 .gallery__button:focus-visible {
        outline: 0
        }
.gallery--v3 .gallery__button--prev {
        margin-right: 45px
        }
.gallery--v3 .gallery__button--next {
        margin-left: 45px
        }
.rating {
        --percent: calc(var(--star-rating) / 5 * 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: var(--star-size);
        line-height: 1
        }
.rating::before {
    content: "★★★★★";
    font-family: Times, serif;
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(var(--star-background)), to(var(--star-color)));
    background: -o-linear-gradient(left, var(--star-background) var(--percent), var(--star-color) var(--percent));
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text
    }
.rating span {
    padding-left: 10px
    }
.feedbacks__list {
    list-style: none;
    margin: 0;
    padding: 0
    }
.feedbacks__list--v1 .feedbacks__item:not(:last-child) {
    margin-bottom: 10px
    }
.feedbacks__list--v2 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
    }
.feedbacks__list--v3 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
    }
.feedbacks__list--v4 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
    }
.feedback--v1 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 1px
    }
.feedback--v1 > :not(:last-child) {
    border-bottom: 1px solid #e9e9e9
    }
.feedback--v1 .feedback__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
    }
.feedback--v1 .feedback__header svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
    }
.feedback--v1 .feedback__icon-author {
    margin-right: 5px
    }
.feedback--v1 .feedback__author {
    margin: 0;
    padding-left: 10px;
    font-family: var(--ff-primary);
    font-size: 12px;
    line-height: 14px;
    color: #797979
    }
.feedback--v1 .feedback__publication-time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    font-family: var(--ff-primary);
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: #777
    }
.feedback--v1 .feedback__body {
    padding: 15px
    }
.feedback--v1 .feedback__body p {
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 12px;
    line-height: 200%;
    color: #545454
    }
.feedback--v1 .feedback__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 180%;
    color: #777
    }
.feedback--v1 .feedback__footer p {
    margin: 0
    }
.feedback--v1 .feedback__icon-reaction {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
    }
.feedback--v2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px
    }
.feedback--v2 .feedback__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 15px
    }
.feedback--v2 .feedback__icon-reaction {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px
    }
.feedback--v2 .feedback__author {
    margin: 0;
    padding-left: 10px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1e1d2a
    }
.feedback--v2 .feedback__publication-time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 10px;
    font-family: var(--ff-primary);
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #777
    }
.feedback--v2 .feedback__body {
    padding: 15px
    }
.feedback--v2 .feedback__body p {
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 300;
        font-style: normal;
        font-size: 12px;
        line-height: 200%;
        color: #777
        }
.feedback--v3 {
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 1px
        }
.feedback--v3 .feedback__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #e9e9e9;
        padding: 15px 20px
        }
.feedback--v3 .feedback__image {
        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;
        overflow: hidden;
        margin-right: 10px;
        border-radius: 100%;
        width: 50px;
        height: 50px;
        font-size: 24px;
        color: #fff;
        background: -webkit-gradient(linear, left top, left bottom, from(#9859ff), to(#0386ff));
        background: -o-linear-gradient(top, #9859ff 0, #0386ff 100%);
        background: linear-gradient(180deg, #9859ff 0, #0386ff 100%)
        }
.feedback--v3 .feedback__author {
        margin: 0;
        padding-top: 5px;
        font-family: var(--ff-primary);
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 16px;
        color: #1e1d2a
        }
.feedback--v3 .feedback__publication-time {
        font-family: var(--ff-primary);
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        color: #777
        }
.feedback--v3 .feedback__rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-left: auto;
        padding-top: 5px;
        font-family: var(--ff-primary);
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #777
        }
.feedback--v3 .feedback__rating .rating__counter {
        padding-right: 5px
        }
.feedback--v3 .feedback__rating svg {
        -webkit-transform: translatey(-1px);
        -ms-transform: translatey(-1px);
        transform: translatey(-1px)
        }
.feedback--v3 .feedback__body {
        padding: 20px
        }
.feedback--v3 .feedback__body p {
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 300;
        font-size: 12px;
        line-height: 200%;
        color: #777
        }
.feedback--v4 {
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 10px
        }
.feedback--v4 > :not(:last-child) {
        border-bottom: 1px solid #e9e9e9
        }
.feedback--v4 .feedback__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px
        }
.feedback--v4 .feedback__author {
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #0386ff
        }
.feedback--v4 .feedback__publication-time {
        margin-left: auto;
        font-family: var(--ff-primary);
        font-style: normal;
        font-size: 14px;
        line-height: 17px;
        color: #797979
        }
.feedback--v4 .feedback__body {
        padding: 15px
        }
.feedback--v4 .feedback__body p {
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 400;
        font-size: 14px;
        line-height: 180%;
        color: #1e1d2a
        }
.feedback--v4 .feedback__reaction {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px
        }
.feedback--v4 .feedback__reaction p {
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 180%;
        color: #777
        }
.feedback--v4 .feedback__icon-reaction {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 19px
        }
.bookmakers--v1 {
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 10px
        }
.bookmakers--v1 .bookmakers__title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 25px;
        border-bottom: 1px solid #e9e9e9;
        padding: 25px 25px 25px 0;
        font-family: var(--ff-primary);
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        color: #3c3c3c
        }
.bookmakers--v1 .bookmakers__title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
        }
.bookmakers--v1 .bookmakers__table-row {
        padding: 25px
        }
.bookmakers--v1 .bookmakers__table-row:nth-child(2n+2) {
        background-color: #f5f5f5
        }
.bookmakers--v2 .bookmakers__title {
        margin: 0 0 15px;
        border-bottom: 1px solid #e9e9e9;
        padding: 25px 10px;
        font-family: var(--ff-primary);
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
        color: #1e1d2a
        }
.bookmakers--v2 .bookmakers__table {
        border-collapse: separate;
        border-spacing: 0 10px
        }
.bookmakers--v3 .bookmakers__title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 20px;
        font-family: var(--ff-primary);
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        text-transform: uppercase;
        color: #463f53
        }
.bookmakers--v3 .bookmakers__title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
        }
.bookmakers--v3 .bookmakers__table {
        border-collapse: separate;
        width: 100%
        }
.bookmakers--v4 .bookmakers__title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 25px 0;
        font-family: var(--ff-primary);
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        color: #3c3c3c
        }
.bookmakers--v4 .bookmakers__title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
        }
.bookmakers--v4 .bookmakers__body {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 25px 20px
        }
.bookmakers--v5 .bookmakers__title {
        margin: 0 0 25px;
        border-bottom: 1px solid #e9e9e9;
        padding: 25px 10px;
        font-family: var(--ff-primary);
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
        color: #1e1d2a
        }
.bookmakers--v5 .bookmakers__body {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 20px
        }
.bookmakers--v7 .bookmakers__table {
        width: 100%
        }
.bookmakers--v8 .bookmakers__title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 20px;
        font-family: var(--ff-primary);
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        text-transform: uppercase;
        color: #463f53
        }
.bookmakers--v8 .bookmakers__title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
        }
.bookmakers--v8 .bookmakers__body {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 20px
        }
.bookmakers__table {
        margin: 0;
        border: none;
        width: 100%
        }
.bookmakers__table td {
        border: none;
        padding: 0
        }
.bookmaker--v1 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 13% 30.5% 30% 1fr;
        grid-template-columns: 13% 30.5% 30% 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        padding: 25px 25px 19px;
        gap: 12px
        }
.bookmaker--v1 .bookmaker__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 10px;
        padding: 10px;
        width: 100%;
        height: 100%
        }
.bookmaker--v1 .bookmaker__image p {
        margin: 0
        }
.bookmaker--v1 .bookmaker__image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        max-width: 162px
        }
.bookmaker--v1 .bookmaker__name {
        display: inline-block;
        margin: 0 0 7px;
        font-family: var(--ff-primary);
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #3c3c3c
        }
.bookmaker--v1 .bookmaker__rating {
        margin-bottom: 13px
        }
.bookmaker--v1 .bookmaker__rating.rating::before {
        font-size: var(--star-size22)
        }
.bookmaker--v1 .bookmaker__text {
        margin: 0 0 6px;
        font-family: var(--ff-primary);
        font-weight: 300;
        font-size: 14px;
        line-height: 155%;
        color: #797979
        }
.bookmaker--v1 .bookmaker__ad {
        -ms-flex-item-align: start;
        align-self: flex-start;
        overflow: hidden;
        border-radius: 5px;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffc700), to(#fe7b02));
        background: -o-linear-gradient(top, #ffc700, #fe7b02);
        background: linear-gradient(to bottom, #ffc700, #fe7b02)
        }
.bookmaker--v1 .bookmaker__ad-border {
    margin: 2px;
    border-radius: 5px;
    padding: 17px 29px;
    height: calc(100% - 4px);
    background-color: #fff
    }
.bookmaker--v1 .bookmaker__ad-title {
    margin: 0 0 7px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 155%;
    text-align: center;
    color: #3c3c3c
    }
.bookmaker--v1 .bookmaker__ad-text {
    display: inline-block;
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 300;
    font-size: 14px;
    line-height: 155%;
    text-align: center;
    color: #797979
    }
.bookmaker--v1 .bookmaker__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 18px
    }
.bookmaker--v1 .bookmaker__button {
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 19px 30px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: border-color 0.3s, opacity 0.3s;
    -o-transition: border-color 0.3s, opacity 0.3s;
    transition: border-color 0.3s, opacity 0.3s;
    cursor: pointer
    }
.bookmaker--v1 .bookmaker__button:not(:last-child) {
    margin-bottom: 12px
    }
.bookmaker--v1 .bookmaker__button--get {
    border-color: #622cd3;
    color: #fff;
    background-color: #622cd3
    }
.bookmaker--v1 .bookmaker__button--get:hover {
    opacity: 0.7
    }
.bookmaker--v1 .bookmaker__button--read {
    border-color: #dfdfdf;
    color: #797979;
    background-color: #dfdfdf
    }
.bookmaker--v1 .bookmaker__button--read:hover {
    border-color: #622cd3
    }
.bookmaker--v2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 1px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15.2% 17.2% 33.4% 14.6% 1fr;
    grid-template-columns: 15.2% 17.2% 33.4% 14.6% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
    }
.bookmaker--v2 .bookmaker__label {
    position: absolute;
    left: -1px;
    top: 10px;
    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;
    border-radius: 0 1px 1px 0;
    width: 36px;
    height: 36px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background: #0386ff
    }
.bookmaker--v2 .bookmaker__image {
    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;
    overflow: hidden;
    margin: -1px;
    padding: 15px
    }
.bookmaker--v2 .bookmaker__image p {
    margin: 0
    }
.bookmaker--v2 .bookmaker__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.bookmaker--v2 .bookmaker__name {
    margin: 0 0 7px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #1e1d2a
    }
.bookmaker--v2 .bookmaker__content {
    border-right: 1px solid #e9e9e9;
    padding: 20px 25px 20px 22px
    }
.bookmaker--v2 .bookmaker__content p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
    }
.bookmaker--v2 .bookmaker__content span {
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #797979
    }
.bookmaker--v2 .bookmaker__content-games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 5px 0
    }
.bookmaker--v2 .bookmaker__content-games p {
    margin: 0
    }
.bookmaker--v2 .bookmaker__content-games img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 7px;
    max-width: 17px;
    max-height: 17px
    }
.bookmaker--v2 .bookmaker__content-games-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0
    }
.bookmaker--v2 .bookmaker__content-games-item:not(:last-child) {
    margin-right: 15px
    }
.bookmaker--v2 .bookmaker__rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px
    }
.bookmaker--v2 .bookmaker__rating span {
    padding-left: 10px;
    font-size: 18px;
    line-height: 21px
    }
.bookmaker--v2 .bookmaker__rating.rating::before {
    font-size: var(--star-size28)
    }
.bookmaker--v2 .bookmaker__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-right: 1px solid #e9e9e9;
    padding: 10px 25px;
    height: 100%
    }
.bookmaker--v2 .bookmaker__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    list-style: none;
    margin: 0;
    row-gap: 30px
    }
.bookmaker--v2 .bookmaker__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
    }
.bookmaker--v2 .bookmaker__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
    }
.bookmaker--v2 .bookmaker__item p {
    margin: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #777
    }
.bookmaker--v2 .bookmaker__ad {
        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
        }
.bookmaker--v2 .bookmaker__ad svg {
        margin-bottom: 5px
        }
.bookmaker--v2 .bookmaker__ad-title {
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 400;
        font-size: 14px;
        line-height: 155%;
        text-align: center;
        color: #463f53
        }
.bookmaker--v2 .bookmaker__ad-title span {
        display: block;
        padding-left: 7px;
        font-weight: 700;
        font-size: 36px;
        line-height: 41px;
        letter-spacing: 0.14em;
        text-align: center;
        color: #3c3c3c
        }
.bookmaker--v2 .bookmaker__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-left: 1px solid #e9e9e9;
        padding: 20px
        }
.bookmaker--v2 .bookmaker__button {
        outline: 0;
        border: none;
        border-radius: 1px;
        padding: 15px 10px;
        width: 100%;
        font-family: var(--ff-primary);
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s;
        cursor: pointer
        }
.bookmaker--v2 .bookmaker__button:not(:last-child) {
        margin-bottom: 12px
        }
.bookmaker--v2 .bookmaker__button--get {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        background-color: #54bc02
        }
.bookmaker--v2 .bookmaker__button--get svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
        }
.bookmaker--v2 .bookmaker__button--get:focus, .bookmaker--v2 .bookmaker__button--get:hover {
        opacity: 0.7
        }
.bookmaker--v2 .bookmaker__button--read {
        line-height: 21px;
        color: #fff;
        background-color: #622cd3
        }
.bookmaker--v2 .bookmaker__button--read:focus, .bookmaker--v2 .bookmaker__button--read:hover {
        opacity: 0.7
        }
.bookmaker--v3 {
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 10px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 190px 35.5% 1fr 240px;
        grid-template-columns: 190px 35.5% 1fr 240px;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        overflow: hidden;
        width: 100%
        }
.bookmaker--v3:not(:last-child) {
        margin-bottom: 10px
        }
.bookmaker--v3 .bookmaker__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px
        }
.bookmaker--v3 .bookmaker__image p {
        margin: 0
        }
.bookmaker--v3 .bookmaker__image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
        }
.bookmaker--v3 .bookmaker__content {
        margin: 20px 0 10px;
        padding: 0 20px
        }
.bookmaker--v3 .bookmaker__content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
        }
.bookmaker--v3 .bookmaker__name {
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 600;
        font-size: 20px;
        line-height: 24px
        }
.bookmaker--v3 .bookmaker__rating {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: var(--ff-primary)
        }
.bookmaker--v3 .bookmaker__rating .rating__counter {
        padding: 0 10px 0 0;
        font-family: var(--ff-primary);
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #777
        }
.bookmaker--v3 .bookmaker__rating.rating::before {
        font-size: var(--star-size20)
        }
.bookmaker--v3 .bookmaker__ad {
        border: 1px solid #fe7b02;
        border-radius: 3px;
        padding: 10px
        }
.bookmaker--v3 .bookmaker__ad-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 600;
        font-size: 14px;
        line-height: 17px
        }
.bookmaker--v3 .bookmaker__ad-title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 10px
        }
.bookmaker--v3 .bookmaker__ad-text {
        font-family: var(--ff-primary);
        font-weight: 300;
        font-size: 12px;
        line-height: 156.5%;
        color: #797979
        }
.bookmaker--v3 .bookmaker__info-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        -ms-flex-preferred-size: 33.4%;
        flex-basis: 33.4%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        list-style: none;
        border-right: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
        padding: 10px 18px;
        row-gap: 30px
        }
.bookmaker--v3 .bookmaker__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 190px
        }
.bookmaker--v3 .bookmaker__item svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px
        }
.bookmaker--v3 .bookmaker__item p {
        margin: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        font-family: var(--ff-primary);
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #797979
        }
.bookmaker--v3 .bookmaker__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 248px;
        flex-basis: 248px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px
        }
.bookmaker--v3 .bookmaker__button {
    display: block;
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 22px 30px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.bookmaker--v3 .bookmaker__button:not(:last-child) {
    margin-bottom: 10px
    }
.bookmaker--v3 .bookmaker__button:focus, .bookmaker--v3 .bookmaker__button:hover {
    opacity: 0.7
    }
.bookmaker--v3 .bookmaker__button--get {
    color: #fff;
    background-color: #fe7b02
    }
.bookmaker--v3 .bookmaker__button--read {
    color: #797979;
    background-color: #e9e9e9
    }
.bookmaker--v4 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%
    }
.bookmaker--v4 .bookmaker__header {
    position: relative;
    padding: 20px 20px 15px;
    background-color: #001020
    }
.bookmaker--v4 .bookmaker__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 17px;
    border-radius: 10px;
    width: 285px;
    height: 128px
    }
.bookmaker--v4 .bookmaker__image p {
    margin: 0
    }
.bookmaker--v4 .bookmaker__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.bookmaker--v4 .bookmaker__name {
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff
    }
.bookmaker--v4 .bookmaker__rating .rating__counter {
    margin-left: auto;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff
    }
.bookmaker--v4 .bookmaker__rating.rating::before {
    font-size: var(--star-size22)
    }
.bookmaker--v4 .bookmaker__ad {
    border-top: 1px solid #e9e9e9;
    padding: 20px 20px 0
    }
.bookmaker--v4 .bookmaker__ad-title {
    margin: 0 0 5px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 155%;
    color: #3c3c3c
    }
.bookmaker--v4 .bookmaker__ad-text {
    margin: 0 0 20px;
    font-family: var(--ff-primary);
    font-weight: 300;
    font-size: 14px;
    line-height: 155%;
    color: #797979
    }
.bookmaker--v4 .bookmaker__links {
    margin-top: auto;
    padding: 0 20px 20px
    }
.bookmaker--v4 .bookmaker__link {
    display: inline-block;
    -webkit-clip-path: polygon(0 0, 0 24%, 2.5% 50%, 0 76%, 0 100%, 100% 100%, 100% 74%, 97.5% 50%, 100% 24%, 100% 0);
    clip-path: polygon(0 0, 0 24%, 2.5% 50%, 0 76%, 0 100%, 100% 100%, 100% 74%, 97.5% 50%, 100% 24%, 100% 0);
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 21px 60px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #8734f1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.bookmaker--v4 .bookmaker__link:focus, .bookmaker--v4 .bookmaker__link:hover {
    opacity: 0.7
    }
.bookmaker--v5 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
    }
.bookmaker--v5 .bookmaker__header {
    position: relative;
    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;
    margin-bottom: 20px;
    height: 103px;
    background-color: #001020
    }
.bookmaker--v5 .bookmaker__label {
    position: absolute;
    left: 0;
    top: 50%;
    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;
    border-radius: 0 1px 1px 0;
    width: 36px;
    height: 36px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background: #0386ff;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.bookmaker--v5 .bookmaker__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1px;
    padding: 10px;
    height: 100%
    }
.bookmaker--v5 .bookmaker__image p {
    margin: 0
    }
.bookmaker--v5 .bookmaker__image img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    -o-object-fit: contain;
    object-fit: contain
    }
.bookmaker--v5 .bookmaker__name {
    margin: 0 0 10px;
    padding: 0 20px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #1e1d2a
    }
.bookmaker--v5 .bookmaker__rating {
    margin-bottom: 20px;
    padding: 0 20px;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: var(--star-size17);
    color: #777
    }
.bookmaker--v5 .bookmaker__rating.rating::before {
    font-size: var(--star-size17)
    }
.bookmaker--v5 .bookmaker__ad-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 6px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1e1d2a
    }
.bookmaker--v5 .bookmaker__ad-title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
    }
.bookmaker--v5 .bookmaker__ad-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 300;
    font-size: 12px;
    line-height: 156.5%;
    color: #777
    }
.bookmaker--v5 .bookmaker__ad {
    border-top: 1px solid #e9e9e9;
    padding: 20px
    }
.bookmaker--v5 .bookmaker__links {
    margin-top: auto
    }
.bookmaker--v5 .bookmaker__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;
    outline: 0;
    border: none;
    border-radius: 1px;
    padding: 17px 30px 13px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #fff;
    background-color: #54bc02;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer
    }
.bookmaker--v5 .bookmaker__link svg {
    margin-right: 10px
    }
.bookmaker--v5 .bookmaker__link:focus, .bookmaker--v5 .bookmaker__link:hover {
    opacity: 0.7
    }
.bookmaker--v6 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35% 20% 23% 22%;
    grid-template-columns: 35% 20% 23% 22%;
    -ms-grid-rows: auto;
    grid-template-rows: auto
    }
.bookmaker--v6 .bookmaker__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 1px solid #e9e9e9;
    padding: 20px
    }
.bookmaker--v6 .bookmaker__image {
    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;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 15px;
    padding: 10px
    }
.bookmaker--v6 .bookmaker__image p {
    margin: 0
    }
.bookmaker--v6 .bookmaker__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 117px
    }
.bookmaker--v6 .bookmaker__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
    }
.bookmaker--v6 .bookmaker__name {
    margin: 0 0 9px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #1e1d2a
    }
.bookmaker--v6 .bookmaker__rating {
    margin-bottom: 25px;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #777
    }
.bookmaker--v6 .bookmaker__rating .rating__counter {
    margin-left: 5px;
    padding: 0
    }
.bookmaker--v6 .bookmaker__rating.rating::before {
    font-size: var(--star-size28)
    }
.bookmaker--v6 .bookmaker__money-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: auto 0 0;
    padding: 0 0 10px
    }
.bookmaker--v6 .bookmaker__money-item p {
    margin: 0
    }
.bookmaker--v6 .bookmaker__money-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 15px
    }
.bookmaker--v6 .bookmaker__money-item:not(:last-child) {
    margin-right: 20px
    }
.bookmaker--v6 .bookmaker__price-list {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    list-style: none;
    margin: 0;
    padding: 20px
    }
.bookmaker--v6 .bookmaker__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.bookmaker--v6 .bookmaker__price-item:not(:last-child) {
    margin-bottom: 20px
    }
.bookmaker--v6 .bookmaker__price-text {
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #9e9e9e
    }
.bookmaker--v6 .bookmaker__price-number {
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #001020
    }
.bookmaker--v6 .bookmaker__ad {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    padding: 20px;
    height: 100%
    }
.bookmaker--v6 .bookmaker__ad-title {
    margin: 0 0 5px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #29273d
    }
.bookmaker--v6 .bookmaker__ad-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 12px;
    line-height: 175%;
    color: #9e9e9e
    }
.bookmaker--v6 .bookmaker__links {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 20px
    }
.bookmaker--v6 .bookmaker__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;
    outline: 0;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.bookmaker--v6 .bookmaker__link:not(:last-child) {
    margin-bottom: 10px
    }
.bookmaker--v6 .bookmaker__link:hover {
    opacity: 0.7
    }
.bookmaker--v6 .bookmaker__link--get {
    padding: 15px;
    background-color: #29273d
    }
.bookmaker--v6 .bookmaker__link--get svg {
    margin-right: 5px
    }
.bookmaker--v6 .bookmaker__link--read {
    padding: 17px;
    background-color: #ff8a00
    }
.bookmaker--v7 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.3fr 1fr 1fr 0.7fr;
    grid-template-columns: 1.3fr 1fr 1fr 0.7fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-bottom: 10px
    }
.bookmaker--v7 .bookmaker__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 137px 1fr 1fr;
    grid-template-columns: 137px 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-right: 1px solid #e9e9e9;
    padding: 20px;
    gap: 20px
    }
.bookmaker--v7 .bookmaker__image {
    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;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px
    }
.bookmaker--v7 .bookmaker__image p {
    margin: 0
    }
.bookmaker--v7 .bookmaker__image img {
    display: block;
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.bookmaker--v7 .bookmaker__header-wrapper {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
    }
.bookmaker--v7 .bookmaker__name {
    margin: 10px 0;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001635
    }
.bookmaker--v7 .bookmaker__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #9e9e9e
    }
.bookmaker--v7 .bookmaker__rating .rating__counter {
    margin-right: 5px;
    padding: 0
    }
.bookmaker--v7 .bookmaker__rating.rating::before {
    font-size: var(--star-size16)
    }
.bookmaker--v7 .bookmaker__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: flex-end;
    list-style: none;
    margin: 0;
    padding: 0
    }
.bookmaker--v7 .bookmaker__platform-item p {
    margin: 0
    }
.bookmaker--v7 .bookmaker__platform-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 21px;
    max-height: 21px
    }
.bookmaker--v7 .bookmaker__platform-item:not(:last-child) {
    margin-right: 20px
    }
.bookmaker--v7 .bookmaker__ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #e9e9e9;
    padding: 20px;
    height: 100%
    }
.bookmaker--v7 .bookmaker__ad-slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #29273d
    }
.bookmaker--v7 .bookmaker__ad-slogan svg {
    margin-right: 10px
    }
.bookmaker--v7 .bookmaker__ad-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 175%;
    color: #9e9e9e
    }
.bookmaker--v7 .bookmaker__money-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 20px;
    gap: 20px 25px
    }
.bookmaker--v7 .bookmaker__money-item {
    -ms-grid-column-align: center;
    justify-self: center
    }
.bookmaker--v7 .bookmaker__money-item p {
    margin: 0
    }
.bookmaker--v7 .bookmaker__money-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 15px
    }
.bookmaker--v7 .bookmaker__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-left: 1px solid #e9e9e9;
    padding: 20px
    }
.bookmaker--v7 .bookmaker__link {
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.bookmaker--v7 .bookmaker__link:not(:last-child) {
    margin-bottom: 10px
    }
.bookmaker--v7 .bookmaker__link:hover {
    opacity: 0.7
    }
.bookmaker--v7 .bookmaker__link--claim {
    background-color: #0386ff
    }
.bookmaker--v7 .bookmaker__link--read {
    background-color: #001635
    }
.bookmaker--v8 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px
    }
.bookmaker--v8 .bookmaker__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 15px
    }
.bookmaker--v8 .bookmaker__image {
    overflow: hidden;
    margin-right: 12px;
    border-radius: 10px
    }
.bookmaker--v8 .bookmaker__image p {
    margin: 0
    }
.bookmaker--v8 .bookmaker__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 75px;
    max-height: 65px
    }
.bookmaker--v8 .bookmaker__name {
    margin: 0 0 13px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1e1d2a
    }
.bookmaker--v8 .bookmaker__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.bookmaker--v8 .bookmaker__rating .rating__counter {
    padding: 0 8px 0 0;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 17px;
    color: #463f53
    }
.bookmaker--v8 .bookmaker__rating.rating::before {
    font-size: var(--star-size20)
    }
.bookmaker--v8 .bookmaker__info-list {
    margin: 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 10px
    }
.bookmaker--v8 .bookmaker__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.bookmaker--v8 .bookmaker__item:not(:last-child) {
    margin-bottom: 15px
    }
.bookmaker--v8 .bookmaker__item svg {
    margin-right: 5px
    }
.bookmaker--v8 .bookmaker__item p {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #797979
    }
.bookmaker--v8 .bookmaker__ad {
    padding: 15px
    }
.bookmaker--v8 .bookmaker__ad-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1e1d2a
    }
.bookmaker--v8 .bookmaker__ad-title svg {
    margin-right: 5px
    }
.bookmaker--v8 .bookmaker__ad-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 300;
    font-size: 12px;
    line-height: 156.5%;
    color: #797979
    }
.bookmaker--v8 .bookmaker__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px 12px
    }
.bookmaker--v8 .bookmaker__link {
    outline: 0;
    border: none;
    border-radius: 3px;
    padding: 15px 30px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.bookmaker--v8 .bookmaker__link:not(:last-child) {
    margin-bottom: 10px
    }
.bookmaker--v8 .bookmaker__link:focus, .bookmaker--v8 .bookmaker__link:hover {
    opacity: 0.7
    }
.bookmaker--v8 .bookmaker__link--claim {
    color: #fff;
    background-color: #fe7b02
    }
.bookmaker--v8 .bookmaker__link--read {
    color: #797979;
    background-color: #ebebeb
    }
.blank--v1 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    max-width: 500px;
    font-family: var(--ff-primary)
    }
.blank--v1 > :not(:last-child) {
    border-bottom: 1px solid #e9e9e9
    }
.blank--v1 .blank__image {
    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;
    padding: 5px;
    height: 100px
    }
.blank--v1 .blank__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.blank--v1 .blank__body {
    padding: 15px
    }
.blank--v1 .blank__name {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001020
    }
.blank--v1 .blank__body-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.blank--v1 .blank__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9e9e9e
    }
.blank--v1 .blank__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
    }
.blank--v1 .blank__rating.rating::before {
    font-size: var(--star-size18)
    }
.blank--v1 .blank__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.blank--v1 .blank__platform-item:not(:last-child) {
    margin-right: 10px
    }
.blank--v1 .blank__money-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 20px 15px;
    gap: 15px
    }
.blank--v1 .blank__money-item {
    -ms-grid-column-align: center;
    justify-self: center
    }
.blank--v1 .blank__price-list {
    list-style: none;
    margin: 0;
    padding: 15px
    }
.blank--v1 .blank__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.blank--v1 .blank__price-item:not(:last-child) {
    margin-bottom: 15px
    }
.blank--v1 .blank__price-text {
    font-weight: 400;
    color: #9e9e9e
    }
.blank--v1 .blank__price-number {
    font-weight: 500;
    text-align: right;
    color: #001020
    }
.blank--v1 .blank__content {
    padding: 15px
    }
.blank--v1 .blank__slogan {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #001020
    }
.blank--v1 .blank__text {
    margin: 0;
    font-size: 12px;
    line-height: 175%;
    color: #9e9e9e
    }
.blank--v1 .blank__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
    }
.blank--v1 .blank__link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 5px;
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff
    }
.blank--v1 .blank__link:not(:last-child) {
    margin-right: 15px
    }
.blank--v1 .blank__link--claim {
    background-color: #54bc02
    }
.blank--v1 .blank__link--review {
    background-color: #0386ff
    }
.blank--v2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    max-width: 500px;
    font-family: var(--ff-primary)
    }
.blank--v2 > :not(:last-child) {
    border-bottom: 1px solid #e9e9e9
    }
.blank--v2 .blank__header {
    padding: 15px
    }
.blank--v2 .blank__image {
    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;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 5px;
    height: 90px
    }
.blank--v2 .blank__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.blank--v2 .blank__name {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001020
    }
.blank--v2 .blank__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #9e9e9e
    }
.blank--v2 .blank__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
    }
.blank--v2 .blank__rating.rating::before {
    font-size: var(--star-size18)
    }
.blank--v2 .blank__content {
    padding: 15px
    }
.blank--v2 .blank__slogan {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #001020
    }
.blank--v2 .blank__text {
    margin: 0;
    font-size: 12px;
    line-height: 175%;
    color: #9e9e9e
    }
.blank--v2 .blank__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px
    }
.blank--v2 .blank__platform-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.blank--v2 .blank__platform-item svg:not(:last-child) {
    margin-right: 5px
    }
.blank--v2 .blank__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px
    }
.blank--v2 .blank__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    padding: 13px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
    }
.blank--v2 .blank__link:not(:last-child) {
    margin-right: 15px
    }
.blank--v2 .blank__link:hover {
    opacity: 0.7
    }
.blank--v2 .blank__link--claim {
    background-color: #fe7b02
    }
.blank--v2 .blank__link--review {
    background-color: #001020
    }
.cards__list--v1 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px
    }
.cards__list--v2, .cards__list--v3 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px
    }
.card--v1 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    font-family: var(--ff-primary)
    }
.card--v1 .card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px
    }
.card--v1 .card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 5px;
    padding: 5px;
    width: 93px;
    height: 79px
    }
.card--v1 .card__image p {
    margin: 0
    }
.card--v1 .card__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.card--v1 .card__name {
    margin: 0 0 11px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #3c3c3c
    }
.card--v1 .card__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -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;
    margin-left: auto;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 9px;
    width: 51px;
    height: 46px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #ff8a00
    }
.card--v1 .card__body {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px
    }
.card--v1 .card__body-slogan {
    margin: 0 0 15px;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #3c3c3c;
    background-image: url(images/subtrack.svg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x
    }
.card--v1 .card__body-text {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 175%;
    color: #9e9e9e
    }
.card--v1 .card__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    }
.card--v1 .card__platform-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 37px
    }
.card--v1 .card__platform-item svg:not(:last-child) {
    margin-right: 5px
    }
.card--v1 .card__platform-item:not(:last-child) {
    margin-right: 15px
    }
.card--v1 .card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    padding: 15px
    }
.card--v1 .card__button {
    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;
    border: none;
    border-radius: 5px;
    padding: 13px 5px;
    width: 100%;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s, border-color 0.3s;
    -o-transition: opacity 0.3s, border-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s;
    cursor: pointer
    }
.card--v1 .card__button svg {
    margin-right: 10px
    }
.card--v1 .card__button:not(:last-child) {
    margin-right: 15px
    }
.card--v1 .card__button--download {
    color: #fff;
    background-color: #ff8a00
    }
.card--v1 .card__button--download:hover {
    opacity: 0.7
    }
.card--v1 .card__button--read {
    border: 1px dashed #716e6e;
    color: #716e6e;
    background-color: #fff
    }
.card--v1 .card__button--read:hover {
    border-color: #ff8a00
    }
.card--v2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%
    }
.card--v2 .card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px;
    background-color: #001020
    }
.card--v2 .card__image-border {
    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;
    border-radius: 10px;
    padding: 5px;
    width: 68px;
    height: 68px;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.46);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.46)
    }
.card--v2 .card__image {
    overflow: hidden;
    margin-right: 15px;
    border-radius: 10px;
    padding: 5px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
    }
.card--v2 .card__image p {
    margin: 0
    }
.card--v2 .card__image p img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.card--v2 .card__name {
    margin: 14px 0 10px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff
    }
.card--v2 .card__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
    }
.card--v2 .card__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #a1bbe1
    }
.card--v2 .card__rating.rating::before {
    font-size: var(--star-size17)
    }
.card--v2 .card__body {
    border-bottom: 1px solid #e9e9e9;
    padding: 15px
    }
.card--v2 .card__body-slogan {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 8px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #29273d
    }
.card--v2 .card__body-slogan svg {
    margin-left: 10px
    }
.card--v2 .card__body-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 300;
    font-size: 12px;
    line-height: 180%;
    color: #777
    }
.card--v2 .card__lists {
    padding: 17px 15px 15px
    }
.card--v2 .card__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 20px
    }
.card--v2 .card__platform-list:not(:last-child) {
    margin-bottom: 15px
    }
.card--v2 .card__platform-item {
    list-style-type: disc
    }
.card--v2 .card__platform-item:not(:last-child) {
    margin-right: 38px
    }
.card--v2 .card__platform-item::marker {
    font-size: 10px;
    color: #777
    }
.card--v2 .card__platform-item span {
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #777
    }
.card--v2 .card__lists-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #1e1d2a
    }
.card--v2 .card__lists-title svg {
    margin-right: 5px
    }
.card--v2 .card__footer {
    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;
    margin-top: auto;
    border-top: 1px solid #e9e9e9;
    padding: 15px
    }
.card--v2 .card__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    text-decoration: none;
    -webkit-transition: border-color 0.3s, opacity 0.3s;
    -o-transition: border-color 0.3s, opacity 0.3s;
    transition: border-color 0.3s, opacity 0.3s;
    cursor: pointer
    }
.card--v2 .card__button:not(:last-child) {
    margin-right: 15px
    }
.card--v2 .card__button--download {
    border-radius: 10px;
    padding: 15px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background-color: #ff8a00
    }
.card--v2 .card__button--download:focus, .card--v2 .card__button--download:hover {
    opacity: 0.7
    }
.card--v2 .card__button--read {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 12px 20px;
    height: 100%;
    max-width: 75px
    }
.card--v2 .card__button--read:focus, .card--v2 .card__button--read:hover {
    border-color: #ff8a00
    }
.card--v3 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%
    }
.card--v3 .card__header {
    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;
    padding: 5px;
    background-color: #001020
    }
.card--v3 .card__image {
    overflow: hidden;
    max-height: 90px
    }
.card--v3 .card__image p {
    margin: 0
    }
.card--v3 .card__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.card--v3 .card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    padding: 16px 15px 11px 17px
    }
.card--v3 .card__name {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 7px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001020
    }
.card--v3 .card__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.card--v3 .card__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #9e9e9e
    }
.card--v3 .card__rating.rating::before {
    font-size: var(--star-size18)
    }
.card--v3 .card__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.card--v3 .card__platform-item:not(:last-child) {
    margin-right: 10px
    }
.card--v3 .card__body {
    border-bottom: 1px solid #e9e9e9;
    padding: 11px 16px 14px
    }
.card--v3 .card__body-slogan {
    margin: 0 0 5px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #29273d
    }
.card--v3 .card__body-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 175%;
    color: #9e9e9e
    }
.card--v3 .card__money-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 15px
    }
.card--v3 .card__money-item {
    margin: 0 auto;
    padding: 5px 10px
    }
.card--v3 .card__money-item p {
    margin: 0
    }
.card--v3 .card__money-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 15px
    }
.card--v3 .card__footer {
    margin-top: auto;
    padding: 15px
    }
.card--v3 .card__button {
    display: block;
    overflow: hidden;
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #0386ff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.card--v3 .card__button:hover {
    opacity: 0.7
    }
.steps--v1 .steps__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    padding-left: 20px;
    gap: 40px
    }
.steps--v1 .steps__item {
    background-color: #fff;
    border: 1px solid #e2e4ef;
    border-radius: 5px;
    counter-increment: inst;
    position: relative;
    display: block;
    padding: 15px 15px 15px 50px
    }
.steps--v1 .steps__item::before {
        content: counter(inst);
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 5;
        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;
        overflow: hidden;
        border-radius: 100%;
        width: 47px;
        height: 47px;
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        background: -webkit-gradient(linear, left top, left bottom, from(#0386ff), to(#073ecd));
        background: -o-linear-gradient(top, #0386ff 0, #073ecd 100%);
        background: linear-gradient(180deg, #0386ff 0, #073ecd 100%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
        }
.steps--v1 .steps__item::after {
        content: "";
        position: absolute;
        left: -2px;
        bottom: calc(100% + 7px);
        width: 4px;
        height: 30px;
        background-color: #e2e4ef
        }
.steps--v1 .steps__item:first-child::after {
        display: none
        }
.steps--v1 .steps__arrow {
        position: absolute;
        left: 10px;
        top: 50%;
        z-index: 4;
        display: block;
        -webkit-clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
        clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
        width: 28px;
        height: 17px;
        background-color: #ff8a00;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%)
        }
.steps--v1 .steps__text {
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #3c3c3c
        }
.steps--v1 .steps__text span {
        color: #0386ff
        }
.steps--v2 .steps__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        list-style: none;
        padding-left: 20px;
        gap: 20px
        }
.steps--v2 .steps__item {
        counter-increment: inst;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px
        }
.steps--v2 .steps__item::before {
        content: counter(inst);
        position: absolute;
        left: 0;
        top: -7px;
        z-index: 20;
        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;
        border: 1px solid #000;
        border-radius: 100%;
        width: 47px;
        height: 47px;
        font-family: var(--ff-primary);
        font-weight: 800;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        background-color: #ff3c3c
        }
.steps--v2 .steps__item:last-child .steps__item-arrow-bottom, .steps--v2 .steps__item:last-child .steps__item-arrow-shevron {
        visibility: hidden
        }
.steps--v2 .steps__item-arrow {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -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
        }
.steps--v2 .steps__item-arrow-circle {
        position: absolute;
        left: -19px;
        top: -16px;
        z-index: 5;
        display: block;
        border: 1px solid #e2e4ef;
        border-radius: 100%;
        width: 67px;
        height: 67px;
        background-color: #fff
        }
.steps--v2 .steps__item-arrow-bottom {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-bottom: 5px
        }
.steps--v2 .steps__bottom-arrow {
        display: inline-block;
        border: 1px solid #e2e4ef;
        width: 14px;
        height: 100%;
        background-color: #fff
        }
.steps--v2 .steps__bottom-arrow--left {
        border-right: none;
        -webkit-transform: skewy(30deg);
        -ms-transform: skewy(30deg);
        transform: skewy(30deg)
        }
.steps--v2 .steps__bottom-arrow--right {
        border-left: none;
        -webkit-transform: skewy(-30deg);
        -ms-transform: skewy(-30deg);
        transform: skewy(-30deg)
        }
.steps--v2 .steps__arrow {
        display: inline-block;
        border: 1px solid #000;
        width: 14px;
        height: 14px;
        background-color: #ff3c3c
        }
.steps--v2 .steps__arrow--left {
        border-right: none;
        -webkit-transform: skewy(30deg);
        -ms-transform: skewy(30deg);
        transform: skewy(30deg)
        }
.steps--v2 .steps__arrow--right {
        border-left: none;
        -webkit-transform: skewy(-30deg);
        -ms-transform: skewy(-30deg);
        transform: skewy(-30deg)
        }
.steps--v2 .steps__item-content {
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 5px;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0 20px 20px;
        padding: 20px
        }
.steps--v2 .steps__item-content::after {
        content: "";
        position: absolute;
        left: -20px;
        top: 40px;
        width: 21px;
        height: 30px;
        background-image: url(img/svg/steps-2.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
        }
.steps--v2 .steps__item-title {
        margin: 0 0 5px;
        font-family: var(--ff-primary);
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #3c3c3c
        }
.steps--v2 .steps__text {
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #797979
        }
.steps--v3 .steps__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        list-style: none;
        margin: 0;
        padding-left: 22px;
        gap: 40px
        }
.steps--v3 .steps__item {
        counter-increment: inst;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 30px;
        width: 100%;
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat
        }
.steps--v3 .steps__item::before {
    content: counter(inst);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    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;
    overflow: hidden;
    border-radius: 100%;
    width: 63px;
    height: 52px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 126.69%;
    color: #fff;
    background-image: url(images/steps-3.svg);
    background-position: center;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
    }
.steps--v3 .steps__item::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -30px;
    width: 5px;
    height: 28px;
    background-color: #2f206a
    }
.steps--v3 .steps__item:last-child::after {
    display: none
    }
.steps--v3 .steps__triangle {
    z-index: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: -1px;
    width: 30px;
    height: 52px;
    background-image: url(images/steps-3-3.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
    }
.steps--v3 .steps__text {
    margin: 0;
    border: 1px solid #e2e4ef;
    border-radius: 0 10px 10px 0;
    padding: 18px 40px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #2f206a;
    background-color: #fff
    }
.pros-cons--v1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 30px
    }
.pros-cons--v1 .pros-cons__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e4ef;
    padding: 20px 0;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
    }
.pros-cons--v1 .pros-cons__title svg {
    margin-right: 10px
    }
.pros-cons--v1 .pros-cons__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px
    }
.pros-cons--v1 .pros-cons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #e2e4ef;
    border-radius: 55px
    }
.pros-cons--v1 .pros-cons__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
    }
.pros-cons--v1 .pros-cons__text {
    margin: 0;
    padding: 10px 20px 10px 0
    }
.pros-cons--v2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 30px
    }
.pros-cons--v2 .pros-cons__wrapper {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    overflow: hidden
    }
.pros-cons--v2 .pros-cons__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 20px 15px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background-color: #001020
    }
.pros-cons--v2 .pros-cons__title svg {
    margin-right: 10px
    }
.pros-cons--v2 .pros-cons__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 0
    }
.pros-cons--v2 .pros-cons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 15px
    }
.pros-cons--v2 .pros-cons__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
    }
.pros-cons--v2 .pros-cons__item:not(:last-child) {
    border-bottom: 1px solid #e2e4ef
    }
.pros-cons--v2 .pros-cons__text {
    margin: 0
    }
.pros-cons--v3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 40px
    }
.pros-cons--v3 .pros-cons__wrapper {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0
    }
.pros-cons--v3 .pros-cons__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #001020
    }
.pros-cons--v3 .pros-cons__title svg {
    margin-right: 10px
    }
.pros-cons--v3 .pros-cons__list {
    list-style: disc;
    margin: 0;
    padding: 5px 5px 5px 30px;
    color: #586474
    }
.pros-cons--v3 .pros-cons__item {
    margin-bottom: 15px
    }
.pros-cons--v3 .pros-cons__item::marker {
    font-size: 10px
    }
.pros-cons--v3 .pros-cons__text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 12px;
    line-height: 180%
    }
.bonuses .bonuses__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px
    }
.bonuses .bonuses__table {
    margin-top: 0;
    border: none;
    border-collapse: separate
    }
.bonuses .bonuses__table td {
    border: none;
    padding: 0
    }
.bonuses--v4 .bonuses__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px
    }
.bonus--v1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    height: 100%;
    font-family: var(--ff-primary);
    background-color: #fff
    }
.bonus--v1 .bonus__label {
    position: absolute;
    left: -1px;
    top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    padding: 15px 30px 15px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #fff
    }
.bonus--v1 .bonus__label p {
    margin: 0
    }
.bonus--v1 .bonus__label img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 10px;
    max-width: 15px;
    max-height: 15px
    }
.bonus--v1 .bonus__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 0;
    height: 75px
    }
.bonus--v1 .bonus__header p {
    margin: 0
    }
.bonus--v1 .bonus__header img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding-right: 30px;
    max-height: 45px
    }
.bonus--v1 .bonus__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #001020
    }
.bonus--v1 .bonus__title svg {
    margin-right: 10px
    }
.bonus--v1 .bonus__content {
    padding: 15px
    }
.bonus--v1 .bonus__text {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #777
    }
.bonus--v1 .bonus__link-wrapper {
    margin-top: auto;
    padding: 0 15px 15px
    }
.bonus--v1 .bonus__link {
    display: inline-block;
    outline: 0;
    border-radius: 5px;
    padding: 19px 10px;
    width: 100%;
    font-family: inherit;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.14em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.bonus--v1 .bonus__link:hover {
    opacity: 0.7
    }
.bonus--v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
    font-family: var(--ff-primary)
    }
.bonus--v2 .bonus__image {
    overflow: hidden;
    max-height: 165px
    }
.bonus--v2 .bonus__image p {
    margin: 0
    }
.bonus--v2 .bonus__image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 165px;
    -o-object-fit: cover;
    object-fit: cover
    }
.bonus--v2 .bonus__content {
    padding: 15px 15px 0
    }
.bonus--v2 .bonus__title {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #19173c
    }
.bonus--v2 .bonus__subtitle {
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #716e6e
    }
.bonus--v2 .bonus__text {
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #586474
    }
.bonus--v2 .bonus__link-wrapper {
    margin-top: auto;
    padding: 15px
    }
.bonus--v2 .bonus__link {
    position: relative;
    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;
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #fff;
    background-color: #19173c;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.bonus--v2 .bonus__link svg {
    margin-right: 5px;
    width: 17px
    }
.bonus--v2 .bonus__link:hover {
    opacity: 0.7
    }
.bonus--v3 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24% 1fr;
    grid-template-columns: 24% 1fr;
    margin-bottom: 20px;
    font-family: var(--ff-primary)
    }
.bonus--v3 .bonus__image {
    overflow: hidden
    }
.bonus--v3 .bonus__image p {
    margin: 0;
    height: 100%
    }
.bonus--v3 .bonus__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
    }
.bonus--v3 .bonus__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 19px
    }
.bonus--v3 .bonus__content-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
    }
.bonus--v3 .bonus__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #19173c
    }
.bonus--v3 .bonus__title svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px
    }
.bonus--v3 .bonus__subtitle {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #54bc02
    }
.bonus--v3 .bonus__text {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #586474
    }
.bonus--v3 .bonus__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;
    outline: 0;
    border: none;
    border-radius: 3px;
    padding: 15px;
    min-width: 240px;
    font-family: inherit;
    text-decoration: none;
    color: #fff;
    background-color: #54bc02;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.bonus--v3 .bonus__link svg {
    margin-right: 5px;
    width: 17px
    }
.bonus--v3 .bonus__link:hover {
    opacity: 0.7
    }
.bonus--v4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
    font-family: var(--ff-primary);
    background-color: #fff
    }
.bonus--v4 .bonus__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 15px
    }
.bonus--v4 .bonus__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: auto 20px auto 0;
    border-radius: 100px;
    padding: 10px;
    width: 77px;
    height: 77px
    }
.bonus--v4 .bonus__image p {
    margin: 0
    }
.bonus--v4 .bonus__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.bonus--v4 .bonus__title {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #586474
    }
.bonus--v4 .bonus__subtitle {
    display: inline-block;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #001020
    }
.bonus--v4 .bonus__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 12px;
    line-height: 165%
    }
.bonus--v4 .bonus__rating .rating__counter {
    margin-right: 5px;
    padding: 0
    }
.bonus--v4 .bonus__rating.rating::before {
    font-size: var(--star-size18)
    }
.bonus--v4 .bonus__content {
    padding: 15px
    }
.bonus--v4 .bonus__text {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 200%;
    color: #586474
    }
.bonus--v4 .bonus__link-wrapper {
    position: relative;
    margin-top: auto;
    border-top: 1px solid #e9e9e9;
    padding: 15px
    }
.bonus--v4 .bonus__link-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 98px/175px;
    width: 62px;
    height: 71px;
    background-image: url(images/icon-gift-card.svg);
    background-position: center;
    background-size: 37px 37px;
    background-repeat: no-repeat;
    background-color: #fff
    }
.bonus--v4 .bonus__link {
    display: inline-block;
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 20px 30px;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #0386ff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.bonus--v4 .bonus__link:hover {
    opacity: 0.7
    }
.warning--v1 {
    position: relative;
    margin: 1rem 0;
    border: 1px solid #fe7b02;
    border-radius: 15px;
    padding: 20px 20px 20px 120px;
    max-width: 840px;
    background-color: #f5f5f5
    }
.warning--v1::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 48%;
    z-index: 2;
    width: 37px;
    height: 37px;
    background-image: url(images/icon-sign.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.warning--v1::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    border-radius: 100%;
    width: 79px;
    height: 79px;
    background-color: #1e1d2a;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.warning--v1 .warning__title {
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #1e1d2a
    }
.warning--v1 .warning__text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 140%;
    color: #777
    }
.warning--v2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 1px;
    position: relative;
    margin: 1rem auto;
    border-left: 10px solid #ff3c3c;
    padding: 25px 35px 25px 65px;
    max-width: 840px
    }
.warning--v2::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 35px;
    z-index: 2;
    width: 32px;
    height: 32px;
    background-image: url(images/icon-danger-sign.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.warning--v2 .warning__title {
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #1e1d2a
    }
.warning--v2 .warning__text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    color: #777
    }
.warning--v3 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 1px;
    position: relative;
    margin: 1rem auto;
    border-left: 131px solid #1e1d2a;
    padding: 20px;
    max-width: 840px
    }
.warning--v3::before {
    content: "";
    position: absolute;
    left: -92px;
    top: 50%;
    z-index: 2;
    width: 55px;
    height: 55px;
    background-image: url(images/icon-danger-sign-blue.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.warning--v3 .warning__title {
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1e1d2a
    }
.warning--v3 .warning__text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 175%;
    color: #777
    }
.dafabetbrcom-toc--v1 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    margin: 1rem 0;
    font-family: var(--ff-primary);
    background-color: var(--color-toc-bg)
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__wrapper {
    position: relative
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 25px;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: var(--color-toc-title);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__title svg {
    margin-right: 10px
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__title:hover {
    opacity: 0.7
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__title-decor {
    fill: var(--color-toc-item-hover)
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__nav {
    display: none
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__nav.active {
    display: block;
    border-top: 1px solid var(--color-toc-border)
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    outline: 0;
    border: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__toggle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__toggle svg {
    fill: var(--color-toc-item-hover)
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__toggle.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 20px 50px;
    gap: 20px 90px
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__item {
    counter-increment: number;
    position: relative
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__item::before {
    content: counter(number);
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 5;
    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;
    overflow: hidden;
    border: 1px solid var(--color-toc-item-hover);
    border-radius: 5px;
    width: 29px;
    height: 29px;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-toc-bg);
    background-color: var(--color-toc-item-hover);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 5px 25px 5px 40px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: var(--color-toc-item);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__text svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    fill: var(--color-toc-item-hover);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__text:hover {
    color: var(--color-toc-item-hover)
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__text:hover svg {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
    }
.dafabetbrcom-toc--v2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    margin: 1rem 0;
    padding: 25px;
    font-family: var(--ff-primary);
    background-color: var(--color-toc-bg)
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--color-toc-title);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__title svg {
    margin-right: 10px
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__title .dafabetbrcom-toc__title-decor {
    fill: var(--color-toc-item-hover)
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__title:hover {
    opacity: 0.7
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__nav {
    display: none;
    margin-top: 15px;
    border-top: 1px solid var(--color-toc-border)
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__nav.active {
    display: block
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    outline: 0;
    border: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__toggle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__toggle svg {
    fill: var(--color-toc-item-hover)
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__toggle.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 15px 0 0;
    gap: 25px 90px
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: var(--color-toc-item);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__text svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    fill: var(--color-toc-item-hover);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__text:hover {
    color: var(--color-toc-item-hover)
    }
.dafabetbrcom-toc--v2 .dafabetbrcom-toc__text:hover svg {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
    }
.dafabetbrcom-toc--v3 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin: 1rem 0;
    font-family: var(--ff-primary)
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid var(--color-toc-border);
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--color-toc-title);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__title svg {
    margin-right: 10px
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__title:hover {
    opacity: 0.7
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__nav {
    display: none
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__nav.active {
    display: block
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    outline: 0;
    border: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__toggle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__toggle svg {
    fill: inherit
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__toggle.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 20px 25px;
    gap: 25px 90px
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__item {
    position: relative
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 52px;
    height: 52px;
    background-image: url(images/icon-more-3.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.dafabetbrcom-toc--v3 a {
    color: var(--color-toc-item)
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__slogan {
    display: inline-block;
    margin: 0 0 5px;
    padding-left: 63px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    color: var(--color-toc-item);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__slogan:hover {
    color: var(--color-toc-item-hover)
    }
.dafabetbrcom-toc--v3 .dafabetbrcom-toc__text {
    margin: 0;
    padding-left: 63px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px
    }
.promocode--v1 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    font-family: var(--ff-primary)
    }
.promocode--v1 .promocode__header {
    padding: 25px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3.42%, #32283c), to(#0c090f));
    background: -o-linear-gradient(top, #32283c 3.42%, #0c090f 100%);
    background: linear-gradient(180deg, #32283c 3.42%, #0c090f 100%)
    }
.promocode--v1 .promocode__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px;
    border-bottom: 1px solid #ff3c3c;
    padding-bottom: 15px;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff
    }
.promocode--v1 .promocode__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.promocode--v1 .promocode__image p {
    margin: 0
    }
.promocode--v1 .promocode__image img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 40px
    }
.promocode--v1 .promocode__counter {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #574a65
    }
.promocode--v1 .promocode__content {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 15px
    }
.promocode--v1 .promocode__slogan {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #001020
    }
.promocode--v1 .promocode__text {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #545454
    }
.promocode--v1 .promocode__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    padding: 20px
    }
.promocode--v1 .promocode__copy {
    position: relative;
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
    margin-right: 10px;
    min-width: 190px
    }
.promocode--v1 .promocode__input {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 5;
    border: none;
    max-width: 150px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.promocode--v1 .promocode__input:active, .promocode--v1 .promocode__input:focus-within {
    outline: 0
    }
.promocode--v1 .promocode__tooltip-text {
    position: absolute;
    left: 50%;
    bottom: 120%;
    z-index: 1;
    margin-left: -75px;
    border-radius: 6px;
    padding: 5px;
    width: 140px;
    text-align: center;
    color: #fff;
    background-color: #797979;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
    }
.promocode--v1 .promocode__tooltip-text::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -5px;
    border-style: solid;
    border-width: 5px;
    border-color: #797979 transparent transparent
    }
.promocode--v1 .promocode__tooltip {
    position: relative;
    height: 100%
    }
.promocode--v1 ._active .promocode__tooltip-text {
    opacity: 1;
    visibility: visible
    }
.promocode--v1 .promocode__link {
    position: relative;
    outline: 0;
    border-radius: 5px;
    padding: 14px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s, border-color 0.3s;
    -o-transition: opacity 0.3s, border-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s;
    cursor: pointer
    }
.promocode--v1 .promocode__link--copy {
    border-color: #bebebe;
    padding-right: 40px;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #545454;
    background-color: #e9e9e9
    }
.promocode--v1 .promocode__link--copy::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 19px;
    height: 19px;
    background-image: url(images/icon-file-copy.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.promocode--v1 .promocode__link--copy:hover {
    border-color: #ff3c3c
    }
.promocode--v1 .promocode__link--visit {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #ff3c3c
    }
.promocode--v1 .promocode__link--visit:hover {
    opacity: 0.7
    }
.promocode--v2 {
    margin: 1rem auto;
    border-radius: 0 0 3px 3px;
    max-width: 695px;
    background-color: #fff
    }
.promocode--v2 .promocode__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #001020
    }
.promocode--v2 .promocode__title svg {
    margin-right: 10px
    }
.promocode--v2 .promocode__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 25px 25px
        }
.promocode--v2 .promocode__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 35px
        }
.promocode--v2 .promocode__slogan {
        margin: 0 0 6px;
        font-family: var(--ff-primary);
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #001020
        }
.promocode--v2 .promocode__text {
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 400;
        font-size: 14px;
        line-height: 27px;
        color: #797979
        }
.promocode--v2 .promocode__copy {
        position: relative;
        -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
        margin-bottom: 10px;
        min-width: 190px
        }
.promocode--v2 .promocode__input {
        position: absolute;
        left: 15px;
        top: 50%;
        z-index: 5;
        border: none;
        width: 170px;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%)
        }
.promocode--v2 .promocode__input:active, .promocode--v2 .promocode__input:focus-within {
        outline: 0
        }
.promocode--v2 .promocode__tooltip-text {
        position: absolute;
        left: 50%;
        bottom: 120%;
        z-index: 1;
        margin-left: -75px;
        border-radius: 6px;
        padding: 5px;
        width: 140px;
        text-align: center;
        color: #fff;
        background-color: #797979;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s
        }
.promocode--v2 .promocode__tooltip-text::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        margin-left: -5px;
        border-style: solid;
        border-width: 5px;
        border-color: #797979 transparent transparent
        }
.promocode--v2 .promocode__tooltip {
        position: relative;
        width: 100%;
        height: 100%
        }
.promocode--v2 ._active .promocode__tooltip-text {
        opacity: 1;
        visibility: visible
        }
.promocode--v2 .promocode__links {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        min-width: 234px
        }
.promocode--v2 .promocode__link {
        position: relative;
        display: inline-block;
        padding: 19px;
        width: 100%;
        font-family: var(--ff-primary);
        text-transform: uppercase;
        -webkit-transition: opacity 0.3s, border-color 0.3s;
        -o-transition: opacity 0.3s, border-color 0.3s;
        transition: opacity 0.3s, border-color 0.3s;
        cursor: pointer
        }
.promocode--v2 .promocode__link:hover {
        opacity: 0.7
        }
.promocode--v2 .promocode__link--copy {
        border-style: dashed;
        border-color: #5a5a5a;
        min-height: 57px;
        -moz-text-align-last: left;
        text-align-last: left;
        background-color: #fff
        }
.promocode--v2 .promocode__link--copy::before {
        content: "";
        position: absolute;
        right: 25px;
        top: 50%;
        width: 16px;
        height: 16px;
        background-image: url(images/icon-file-copy-2.svg);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        transform: translatey(-50%)
        }
.promocode--v2 .promocode__link--copy:hover {
        border-color: #54bc02
        }
.promocode--v2 .promocode__link--visit {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        background-color: #54bc02
        }
.promocode--v3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        margin: 1rem auto;
        border-radius: 3px;
        max-width: 770px;
        background-color: #fff
        }
.promocode--v3 .promocode__image {
        position: relative;
        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;
        padding: 50px 30px;
        min-width: 194px;
        background-color: #001020
        }
.promocode--v3 .promocode__image::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url(images/promocode-bg.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
        }
.promocode--v3 .promocode__image p {
        margin: 0
        }
.promocode--v3 .promocode__image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
        }
.promocode--v3 .promocode__content {
        padding: 20px;
        width: 100%
        }
.promocode--v3 .promocode__title {
        margin: 0 0 6px;
        font-family: var(--ff-primary);
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        text-transform: uppercase;
        color: #001020
        }
.promocode--v3 .promocode__text {
        margin: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #5a5a5a
        }
.promocode--v3 .promocode__copy {
        position: relative;
        -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
        margin-right: 10px;
        width: 100%;
        min-width: 190px
        }
.promocode--v3 .promocode__input {
        z-index: 5;
        margin-left: 10px;
        border: none;
        width: 170px;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        text-transform: uppercase;
        color: #001020;
        pointer-events: all
        }
.promocode--v3 .promocode__input:active, .promocode--v3 .promocode__input:focus-within {
        outline: 0
        }
.promocode--v3 .promocode__tooltip-text {
        position: absolute;
        left: 50%;
        bottom: 120%;
        z-index: 1;
        margin-left: -75px;
        border-radius: 6px;
        padding: 5px;
        width: 140px;
        text-align: center;
        color: #fff;
        background-color: #797979;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s
        }
.promocode--v3 .promocode__tooltip-text::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -5px;
    border-style: solid;
    border-width: 5px;
    border-color: #797979 transparent transparent
    }
.promocode--v3 .promocode__tooltip {
    position: relative;
    width: 100%;
    height: 100%
    }
.promocode--v3 ._active .promocode__tooltip-text {
    opacity: 1;
    visibility: visible
    }
.promocode--v3 .promocode__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
    }
.promocode--v3 .promocode__link {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: opacity 0.3s, border-color 0.3s;
    -o-transition: opacity 0.3s, border-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s;
    cursor: pointer
    }
.promocode--v3 .promocode__link--copy {
    border-color: #bebebe;
    padding: 14px 40px 14px 14px;
    width: 100%;
    min-width: 294px;
    min-height: 51px;
    font-family: var(--ff-primary);
    letter-spacing: 2.5px;
    text-align: left;
    text-transform: uppercase;
    color: #545454;
    background-color: #e9e9e9
    }
.promocode--v3 .promocode__link--copy::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 19px;
    height: 19px;
    background-image: url(images/icon-file-copy.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.promocode--v3 .promocode__link--copy:hover {
    border-color: #0386ff
    }
.promocode--v3 .promocode__link--visit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-color: #0386ff;
    padding: 16px;
    min-width: 180px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #0386ff
    }
.promocode--v3 .promocode__link--visit:hover {
    opacity: 0.7
    }
.promocode--v3 .promocode__label {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #a6a6a6;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    pointer-events: none
    }
.promocode--v4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    background-color: #47475a
    }
.promocode--v4 .promocode__left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #47475a;
    padding: 17px 19px;
    min-width: 210px;
    background-color: #000
    }
.promocode--v4 .promocode__left._active .promocode__tooltip {
    display: block
    }
.promocode--v4 .promocode__input {
    outline: 0;
    border: none;
    max-width: 110px;
    font-family: var(--ff-primary);
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background-color: transparent
    }
.promocode--v4 .promocode__link--copy {
    position: absolute;
    right: 10px;
    top: 50%;
    outline: 0;
    border: none;
    padding: 5px;
    background-color: transparent;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    cursor: pointer
    }
.promocode--v4 .promocode__tooltip {
    position: absolute;
    left: 50%;
    top: -20px;
    display: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-color: #797979;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
    }
.promocode--v4 .promocode__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px 15px
    }
.promocode--v4 .promocode__right p {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #fff
    }
.promocode--v4 .promocode__right p span {
    display: inline-block;
    font-family: var(--ff-primary);
    font-weight: 800;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    -webkit-transform: translatey(3px);
    -ms-transform: translatey(3px);
    transform: translatey(3px)
    }
.promocode--v4 .promocode__right._active .promocode__link-wrapper {
    height: 100%;
    opacity: 1;
    visibility: visible
    }
.promocode--v4 .promocode__link-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 0;
    background-color: #ff3c3c;
    opacity: 0;
    visibility: hidden
    }
.promocode--v4 .promocode__link {
    outline: 0;
    border: none;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    cursor: pointer
    }
.promocodes--v1 .promocodes__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px
    }
.promocodes--v2 .promocodes__list, .promocodes--v3 .promocodes__list, .promocodes--v4 .promocodes__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px
    }
.downloads--v1 {
    margin: 0 auto;
    max-width: 910px
    }
.downloads--v1 .downloads__table {
    margin: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%
    }
.downloads--v1 .downloads__table td {
    border: none;
    padding: 0
    }
.downloads--v2 .downloads__table {
    margin: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%
    }
.downloads--v2 .downloads__table td {
    border: none;
    padding: 0
    }
.downloads--v3 .downloads__table {
    margin: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%
    }
.downloads--v3 .downloads__table td {
    border: none;
    padding: 0
    }
.downloads--v3 .downloads__table-head-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45px 1.1fr 1fr 1fr 0.9fr;
    grid-template-columns: 45px 1.1fr 1fr 1fr 0.9fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 5px;
    background-color: #231832
    }
.downloads--v3 .downloads__table-head-wrapper p {
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #7d748d;
    margin: 0;
    padding: 12px 15px
    }
.downloads--v3 .downloads__table-head-wrapper p:not(:last-child) {
    border-right: 1px solid #7d748d
    }
.downloads--v4 .downloads__table {
    margin: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%
    }
.downloads--v4 .downloads__table td {
    border: none;
    padding: 0
    }
.downloads--v5 .downloads__table {
    margin: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%
    }
.downloads--v5 .downloads__table td {
    border: none;
    padding: 0
    }
.app--v1 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr 260px;
    grid-template-columns: 300px 1fr 260px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    overflow: hidden;
    font-family: var(--ff-primary)
    }
.app--v1 .app__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin: -1px;
    padding: 20px;
    background-color: #132238
    }
.app--v1 .app__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    border: 1px solid #2b4468;
    border-radius: 20px;
    padding: 10px;
    max-width: 110px
    }
.app--v1 .app__image p {
    margin: 0
    }
.app--v1 .app__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.app--v1 .app__name {
    display: inline-block;
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff
    }
.app--v1 .app__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px
    }
.app--v1 .app__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #a1bbe1
    }
.app--v1 .app__rating.rating::before {
    font-size: var(--star-size17)
    }
.app--v1 .app__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
    }
.app--v1 .app__platform-item:not(:last-child) {
    margin-right: 20px
    }
.app--v1 .app__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    border-right: 1px solid #e9e9e9;
    padding: 20px
    }
.app--v1 .app__slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #29273d
    }
.app--v1 .app__slogan svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px
    }
.app--v1 .app__text {
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 180%;
    color: #777
    }
.app--v1 .app__buttons {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    padding: 20px
    }
.app--v1 .app__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;
    outline: 0;
    border-radius: 5px;
    padding: 19px 10px;
    width: 100%;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s, border-color 0.3s;
    -o-transition: opacity 0.3s, border-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s;
    cursor: pointer
    }
.app--v1 .app__link svg {
    margin-right: 10px
    }
.app--v1 .app__link:not(:last-child) {
    margin-bottom: 10px
    }
.app--v1 .app__link--download {
    border-color: #54bc02;
    padding: 19px 10px;
    font-weight: 600;
    color: #fff;
    background-color: #54bc02
    }
.app--v1 .app__link--download:hover {
    opacity: 0.7
    }
.app--v1 .app__link--read {
    padding: 5px 19px;
    font-weight: 500;
    color: #3c3c3c
    }
.app--v1 .app__link--read:hover {
    border-color: #54bc02
    }
.app--v2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 27% 20% 1fr 22%;
    grid-template-columns: 27% 20% 1fr 22%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    overflow: hidden;
    font-family: var(--ff-primary)
    }
.app--v2 .app__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #e9e9e9;
    padding: 20px
    }
.app--v2 .app__image {
    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;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 10px;
    padding: 15px;
    max-width: 114px
    }
.app--v2 .app__image p {
    margin: 0
    }
.app--v2 .app__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.app--v2 .app__header-wrapper {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
    }
.app--v2 .app__name {
    display: inline-block;
    margin: 10px 0 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #132238
    }
.app--v2 .app__rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
    }
.app--v2 .app__rating .rating__counter {
    margin-top: 10px;
    padding: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #132238
    }
.app--v2 .app__rating.rating::before {
    font-size: var(--star-size21)
    }
.app--v2 .app__lists {
    margin: 0;
    border-right: 1px solid #e9e9e9;
    padding: 20px
    }
.app--v2 .app__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
    }
.app--v2 .app__platform-list:not(:last-child) {
    margin-bottom: 20px
    }
.app--v2 .app__platform-item {
    position: relative;
    padding-left: 20px
    }
.app--v2 .app__platform-item::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    border-radius: 100%;
    width: 3px;
    height: 3px;
    background-color: #777;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.app--v2 .app__platform-item:not(:last-child) {
    margin-right: 20px
    }
.app--v2 .app__platform-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #777
    }
.app--v2 .app__lists-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #132238
    }
.app--v2 .app__lists-title svg {
    margin-right: 5px
    }
.app--v2 .app__content {
    border-right: 1px solid #e9e9e9;
    padding: 20px
    }
.app--v2 .app__slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #132238
    }
.app--v2 .app__slogan svg {
    margin-left: 10px;
    width: 19px
    }
.app--v2 .app__text {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #777
    }
.app--v2 .app__buttons {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 35px 20px
    }
.app--v2 .app__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;
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 30px 20px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #8000ff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.app--v2 .app__link svg {
    margin-left: 10px
    }
.app--v2 .app__link:hover {
    opacity: 0.7
    }
.app--v3 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45px 1.1fr 1fr 1fr 0.9fr;
    grid-template-columns: 45px 1.1fr 1fr 1fr 0.9fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-family: var(--ff-primary)
    }
.app--v3 .app__number {
    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;
    border-right: 1px solid #e9e9e9;
    padding: 5px
    }
.app--v3 .app__number span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #132238
    }
.app--v3 .app__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px
    }
.app--v3 .app__header-wrapper {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
    }
.app--v3 .app__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        margin-right: 15px;
        border-radius: 5px;
        padding: 10px
        }
.app--v3 .app__image p {
        margin: 0
        }
.app--v3 .app__image img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 66px;
        -o-object-fit: contain;
        object-fit: contain
        }
.app--v3 .app__name {
        display: inline-block;
        margin: 0 0 5px;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        color: #132238
        }
.app--v3 .app__rating {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 10px
        }
.app--v3 .app__rating .rating__counter {
        margin-right: 5px;
        padding: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #777
        }
.app--v3 .app__rating.rating::before {
        font-size: var(--star-size18)
        }
.app--v3 .app__content {
        border-right: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
        padding: 15px
        }
.app--v3 .app__slogan {
        margin: 0 0 10px;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #132238
        }
.app--v3 .app__text {
        margin: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 165%;
        color: #777
        }
.app--v3 .app__platform-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0
        }
.app--v3 .app__platform-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0;
        width: 37px
        }
.app--v3 .app__platform-item svg:not(:last-child) {
        margin-right: 5px
        }
.app--v3 .app__platform-item:not(:last-child) {
        margin-right: 15px
        }
.app--v3 .app__money-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        list-style: none;
        margin: 0;
        padding: 15px
        }
.app--v3 .app__money-item {
        margin: 0 auto;
        padding: 8px
        }
.app--v3 .app__money-item p {
        margin: 0
        }
.app--v3 .app__money-item img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        max-height: 16px
        }
.app--v3 .app__links {
        border-left: 1px solid #e9e9e9;
        padding: 15px
        }
.app--v3 .app__link {
        display: inline-block;
        border-radius: 5px;
        padding: 19px 10px;
        width: 100%;
        font-family: var(--ff-primary);
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: opacity 0.3s, border-color 0.3s;
        -o-transition: opacity 0.3s, border-color 0.3s;
        transition: opacity 0.3s, border-color 0.3s;
        cursor: pointer
        }
.app--v3 .app__link:not(:last-child) {
        margin-bottom: 10px
        }
.app--v3 .app__link--download {
        border-color: #0386ff;
        padding: 16px;
        color: #fff;
        background-color: #0386ff
        }
.app--v3 .app__link--download:hover {
        opacity: 0.7
        }
.app--v3 .app__link--read {
        padding: 5px 16px;
        color: #777
        }
.app--v3 .app__link--read:hover {
        border-color: #0386ff
        }
.app--v4 {
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 15px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 57% 23% 20%;
        grid-template-columns: 57% 23% 20%;
        -ms-grid-rows: auto;
        grid-template-rows: auto
        }
.app--v4 .app__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-right: 1px solid #e9e9e9;
        padding: 15px 20px 15px 15px
        }
.app--v4 .app__image {
        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;
        overflow: hidden;
        margin-right: 20px;
        border: 1px solid #e9e9e9;
        border-radius: 15px;
        padding: 20px;
        max-width: 155px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
        }
.app--v4 .app__image p {
        margin: 0
        }
.app--v4 .app__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.app--v4 .app__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
    }
.app--v4 .app__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.app--v4 .app__name {
    display: inline-block;
    margin: 0 0 18px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001020
    }
.app--v4 .app__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001020
    }
.app--v4 .app__rating .rating__counter {
    margin-right: 10px;
    padding: 0
    }
.app--v4 .app__rating.rating::before {
    font-size: var(--star-size21)
    }
.app--v4 .app__slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #8000ff
    }
.app--v4 .app__slogan svg {
    margin-right: 10px
    }
.app--v4 .app__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
    }
.app--v4 .app__lists-wrapper:not(:last-child) {
    margin-right: 20px
    }
.app--v4 .app__lists-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #001020
    }
.app--v4 .app__lists-title svg {
    margin-right: 5px
    }
.app--v4 .app__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
    }
.app--v4 .app__platform-item {
    position: relative;
    padding-left: 20px
    }
.app--v4 .app__platform-item::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    border-radius: 100%;
    width: 3px;
    height: 3px;
    background-color: #777;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.app--v4 .app__platform-item:not(:last-child) {
    margin-right: 15px
    }
.app--v4 .app__platform-item span {
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #777
    }
.app--v4 .app__plus {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    list-style: none;
    margin: 0;
    border-right: 1px solid #e9e9e9;
    padding: 20px
    }
.app--v4 .app__plus-item:not(:last-child) {
    margin-bottom: 20px
    }
.app--v4 .app__plus-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #797979
    }
.app--v4 .app__plus-text svg {
    margin-right: 5px
    }
.app--v4 .app__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 20px
    }
.app--v4 .app__link {
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.app--v4 .app__link:not(:last-child) {
    margin-bottom: 10px
    }
.app--v4 .app__link:hover {
    opacity: 0.7
    }
.app--v4 .app__link--download {
    background-color: #8000ff
    }
.app--v4 .app__link--read {
    background-color: #001020
    }
.app--v5 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32.15% 30% 182px 1fr;
    grid-template-columns: 32.15% 30% 182px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    overflow: hidden;
    font-family: var(--ff-primary)
    }
.app--v5 .app__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1px;
    border-right: 1px solid #e9e9e9;
    padding: 20px
    }
.app--v5 .app__header-wrapper {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
    }
.app--v5 .app__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 20px;
    border: 1px solid #2b4468;
    border-radius: 3px;
    padding: 8px;
    max-width: 185px
    }
.app--v5 .app__image p {
    margin: 0
    }
.app--v5 .app__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.app--v5 .app__name {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001020
    }
.app--v5 .app__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 12px
    }
.app--v5 .app__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #9e9e9e
    }
.app--v5 .app__rating.rating::before {
    font-size: var(--star-size16)
    }
.app--v5 .app__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
    }
.app--v5 .app__platform-item:not(:last-child) {
    margin-right: 20px
    }
.app--v5 .app__content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-right: 1px solid #e9e9e9;
    padding: 20px;
    height: 100%
    }
.app--v5 .app__slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #29273d
    }
.app--v5 .app__text {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 175%;
    color: #9e9e9e
    }
.app--v5 .app__money-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    list-style: none;
    margin: 0;
    border-right: 1px solid #e9e9e9;
    padding: 10px;
    height: 100%
    }
.app--v5 .app__money-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px
    }
.app--v5 .app__money-item p {
    margin: 0
    }
.app--v5 .app__money-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 15px
    }
.app--v5 .app__buttons {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 20px
    }
.app--v5 .app__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;
    border-radius: 5px;
    padding: 19px 10px;
    width: 100%;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s, border-color 0.3s;
    -o-transition: opacity 0.3s, border-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s;
    cursor: pointer
    }
.app--v5 .app__link svg {
    margin-right: 10px
    }
.app--v5 .app__link:not(:last-child) {
    margin-bottom: 10px
    }
.app--v5 .app__link--download {
    border-color: #54bc02;
    padding: 19px 10px;
    font-weight: 600;
    color: #fff;
    background-color: #54bc02
    }
.app--v5 .app__link--download:hover {
    opacity: 0.7
    }
.app--v5 .app__link--read {
    padding: 10px;
    font-weight: 500;
    color: #3c3c3c
    }
.app--v5 .app__link--read:hover {
    border-color: #54bc02
    }
.author-page {
    margin: 2rem 0
    }
.author-page .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column: 1/-1
    }
.author-page .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.25rem
    }
.author-page .page-numbers {
    position: relative;
    display: block;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s
    }
.author-page .page-numbers:not(:first-child) {
    margin-left: -1px
    }
.author-page .page-numbers:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
    }
.author-page .page-numbers:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
    }
.author-page .page-numbers.current {
    color: #fff
    }
.author-page--v1 {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 20px
        }
.author-page--v1 .author-page__content {
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-grid-column-span: 3;
        grid-column: span 3;
        padding: 20px
        }
.author-page--v1 .author-page__content.span-4 {
        -ms-grid-column-span: 4;
        grid-column: span 4
        }
.author-page--v1 .author-page__image {
        overflow: hidden;
        margin-right: 20px;
        margin-bottom: 20px;
        border-radius: 100%;
        width: 108px;
        height: 108px
        }
.author-page--v1 .author-page__image p {
        margin: 0
        }
.author-page--v1 .author-page__image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
        }
.author-page--v1 .author-page__name {
        margin: 0 0 15px;
        font-family: var(--ff-primary);
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        color: #1e1d2a
        }
.author-page--v1 .author-page__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0
        }
.author-page--v1 .author-page__list-item:not(:last-child) {
        margin-right: 25px
        }
.author-page--v1 .author-page__list-link {
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s
        }
.author-page--v1 .author-page__text {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0;
        font-family: var(--ff-primary);
        font-size: 17px;
        line-height: 150%;
        color: #5a5a5a
        }
.author-page--v1 .author-page__bet {
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 10px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
        }
.author-page--v1 .author-page__bet-title {
        display: inline-block;
        margin: 0;
        padding: 20px 20px 16px;
        font-family: var(--ff-primary);
        font-weight: 600;
        font-size: 17px;
        line-height: 150%;
        color: #000
        }
.author-page--v1 .author-page__bet-list {
        list-style: none;
        margin: 0;
        padding: 0
        }
.author-page--v1 .author-page__bet-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #e9e9e9;
        padding: 15px 20px
        }
.author-page--v1 .author-page__bet-image {
        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;
        overflow: hidden;
        margin-right: 13px;
        border-radius: 100%;
        width: 65px;
        height: 65px;
        background-color: #161229
        }
.author-page--v1 .author-page__bet-image p {
        margin: 0
        }
.author-page--v1 .author-page__bet-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
        }
.author-page--v1 .author-page__bet-name {
        margin: 0 0 5px;
        font-family: var(--ff-primary);
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #3c3c3c
        }
.author-page--v1 .author-page__rating {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
        }
.author-page--v1 .author-page__rating .rating__counter {
        margin-right: 5px;
        padding: 0;
        font-family: var(--ff-primary);
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #a1bbe1
        }
.author-page--v1 .author-page__rating.rating::before {
        font-size: var(--star-size17)
        }
.author-page--v1 .author-page__list-title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-column: 1/-1;
        margin: 0;
        font-family: var(--ff-primary);
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase
        }
.author-page--v1 .author-page__list-title svg {
        margin-right: 10px
        }
.author-page--v1 .author-page__article-list {
        display: -ms-grid;
        display: grid;
        grid-column: 1/-1;
        grid-template-columns: repeat(12, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        list-style: none;
        margin: 0;
        padding: 0 0 20px;
        gap: 20px
        }
.author-page--v1 .paper {
        -ms-grid-column-span: 3;
        grid-column: span 3
        }
.author-page--v1 .author-page__load-more {
        grid-column: 1/-1;
        margin: 0 auto;
        outline: 0;
        border: 1px solid #e9e9e9;
        border-radius: 10px;
        padding: 10px;
        width: 350px;
        text-transform: uppercase;
        background-color: #fff;
        -webkit-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s;
        cursor: pointer
        }
.author-page--v1 .author-page__load-more:hover {
        border-color: #8734f1
        }
.author-page--v1 .page-numbers {
        color: #8734f1
        }
.author-page--v1 .page-numbers.current {
        background-color: #8734f1
        }
.author-page--v2 {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 334px 1fr;
        grid-template-columns: 334px 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 20px
        }
.author-page--v2 .author-page__photo {
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        padding: 30px
        }
.author-page--v2 .author-page__image {
        border-radius: 100%;
        width: 209px;
        height: 209px
        }
.author-page--v2 .author-page__image p {
    margin: 0
    }
.author-page--v2 .author-page__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author-page--v2 .author-page__info {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3
    }
.author-page--v2 .author-page__name {
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #001020
    }
.author-page--v2 .author-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 25px
    }
.author-page--v2 .author-page__list-link {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
    }
.author-page--v2 .author-page__list-link:hover {
    opacity: 0.7
    }
.author-page--v2 .author-page__bet {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    padding: 20px
    }
.author-page--v2 .author-page__bet-title {
    margin: 0 0 25px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 17px;
    line-height: 150%;
    text-transform: uppercase
    }
.author-page--v2 .author-page__bet-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: 0;
    margin: 0;
    padding: 0
    }
.author-page--v2 .author-page__bet-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.author-page--v2 .author-page__bet-item:not(:last-child) {
    margin-bottom: 15px
    }
.author-page--v2 .author-page__bet-image {
    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;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 100%;
    width: 65px;
    height: 65px
    }
.author-page--v2 .author-page__bet-image p {
    margin: 0
    }
.author-page--v2 .author-page__bet-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author-page--v2 .author-page__bet-name {
    margin: 0 0 5px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1e1d2a
    }
.author-page--v2 .author-page__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
    }
.author-page--v2 .author-page__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #777
    }
.author-page--v2 .author-page__rating.rating::before {
    font-size: var(--star-size17)
    }
.author-page--v2 .author-page__text {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: inline-block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    margin: 0;
    padding: 30px;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #797979
    }
.author-page--v2 .author-page__article-list {
    display: -ms-grid;
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
    gap: 20px
    }
.author-page--v2 .author-page__article-list .paper {
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding-top: 0
    }
.author-page--v2 .author-page__article-list .paper__title {
    display: box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
    }
.author-page--v2 .author-page__article-list .paper__content {
    padding: 5px
    }
.author-page--v2 .author-page__article-list .paper__publication-time {
    margin: 0
    }
.author-page--v2 .author-page__load-more {
    grid-column: 1/-1;
    margin: 0 auto;
    outline: 0;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 10px;
    width: 350px;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    cursor: pointer
    }
.author-page--v2 .author-page__load-more:hover {
    border-color: #0386ff
    }
.author-page--v2 .page-numbers {
    color: #0386ff
    }
.author-page--v2 .page-numbers.current {
    background-color: #0386ff
    }
.author-page--v2.author-page--no-bet-on .author-page__text {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
    }
.author-page--v3 .author-page__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18% 1fr;
    grid-template-columns: 18% 1fr;
    -ms-grid-rows: -webkit-min-content -webkit-min-content;
    -ms-grid-rows: min-content min-content;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    margin-bottom: 30px;
    gap: 20px 35px
    }
.author-page--v3 .author-page__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    overflow: hidden;
    border-radius: 100%;
    width: 206px;
    height: 206px
    }
.author-page--v3 .author-page__image p {
    margin: 0
    }
.author-page--v3 .author-page__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.author-page--v3 .author-page__name {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #132238
    }
.author-page--v3 .author-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    list-style-type: none;
    margin: 0;
    padding: 0
    }
.author-page--v3 .author-page__list-item:not(:last-child) {
    margin-right: 25px
    }
.author-page--v3 .author-page__list-link {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
    }
.author-page--v3 .author-page__list-link:hover {
    opacity: 0.7
    }
.author-page--v3 .author-page__text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 170%;
    color: #3c3c3c
    }
.author-page--v3 .author-page__list-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase
    }
.author-page--v3 .author-page__list-title svg {
    margin-right: 10px
    }
.author-page--v3 .author-page__article-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
    gap: 20px
    }
.author-page--v3 .author-page__article-list .paper {
    padding-top: 0
    }
.author-page--v3 .author-page__article-list .paper__title {
    display: box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
    }
.author-page--v3 .author-page__load-more {
    grid-column: 1/-1;
    margin: 0 auto;
    outline: 0;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 10px;
    width: 350px;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    cursor: pointer
    }
.author-page--v3 .author-page__load-more:hover {
    border-color: #fe7b02
    }
.author-page--v3 .page-numbers {
    color: #fe7b02
    }
.author-page--v3 .page-numbers.current {
    background-color: #fe7b02
    }
.paper--v1 {
    position: relative
    }
.paper--v1 .paper__image {
    overflow: hidden;
    border-radius: 5px
    }
.paper--v1 .paper__image p {
    margin: 0
    }
.paper--v1 .paper__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
    }
.paper--v1 .paper__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
    }
.paper--v1 .paper__title {
    margin: 0 0 5px;
    max-width: 90%;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 130%;
    color: #3c3c3c
    }
.paper--v1 .paper__preview {
    margin: auto 0 0;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    color: #9e9e9e
    }
.paper--v1 .paper__publication-time {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: #9e9e9e
    }
.paper--v1 .paper__publication-time svg {
    margin-right: 10px
    }
.paper--v1 .paper__link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer
    }
.paper--v1 .paper__link:hover::after {
    background-color: rgba(0, 0, 0, 0.1)
    }
.paper--v1.paper--lg {
    display: -ms-grid;
    display: grid;
    -ms-grid-column-span: 5;
    grid-column: span 5;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
    }
.paper--v1.paper--lg .paper__image {
    overflow: hidden;
    max-height: 160px
    }
.paper--v1.paper--lg .paper__preview, .paper--v1.paper--lg .paper__title {
    display: box;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
    }
.paper--v1.paper--md {
    display: -ms-grid;
    display: grid;
    -ms-grid-column-span: 7;
    grid-column: span 7;
    -ms-grid-row-span: 1;
    grid-row: span 1;
    -ms-grid-columns: 258px 1fr;
    grid-template-columns: 258px 1fr;
    gap: 20px
    }
.paper--v1.paper--md .paper__image {
    overflow: hidden;
    max-height: 135px
    }
.paper--v1.paper--md .paper__title {
    display: box;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
    }
.paper--v1.paper--md .paper__preview {
    display: box;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
    }
.paper--v1.paper--sm {
    display: -ms-grid;
    display: grid;
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-bottom: 1px solid #e9e9e9;
    gap: 15px
    }
.paper--v1.paper--sm .paper__image {
    max-height: 120px
    }
.paper--v1.paper--sm .paper__preview {
    display: none
    }
.paper--v2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
    }
.paper--v2 .paper__image {
    overflow: hidden;
    width: 100%;
    height: 163px
    }
.paper--v2 .paper__image p {
    margin: 0
    }
.paper--v2 .paper__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
    }
.paper--v2 .paper__content {
    padding: 15px 10px
    }
.paper--v2 .paper__content p {
    overflow: hidden;
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #464646
    }
.paper--v2 .paper__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    border-top: 1px solid #e9e9e9;
    padding: 15px 10px
    }
.paper--v2 .paper__grade-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
    }
.paper--v2 .paper__grade-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 12px;
    line-height: 14px
    }
.paper--v2 .paper__grade-item svg {
    margin-right: 5px
    }
.paper--v2 .paper__grade-item:not(:last-child) {
    margin-right: 20px
    }
.paper--v2 .paper__grade-item--like {
    color: #3a8202
    }
.paper--v2 .paper__grade-item--dislike {
    color: #ff3c3c
    }
.paper--v2 .paper__publication-time {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 18px;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #3c3c3c
    }
.paper--v2 .paper__publication-time svg {
    margin-right: 5px
    }
.paper--v2 .paper__link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer
    }
.paper--v2 .paper__link:hover::after {
    background-color: rgba(0, 0, 0, 0.1)
    }
.paper--v2.paper--lg {
    -ms-grid-column-span: 6;
    grid-column: span 6
    }
.paper--v2.paper--lg .paper__content p {
    display: box;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
    }
.paper--v2.paper--md {
    -ms-grid-column-span: 3;
    grid-column: span 3
    }
.paper--v2.paper--md .paper__content p {
    display: box;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
    }
.paper--v2.paper--sm {
    -ms-grid-column-span: 2;
    grid-column: span 2
    }
.paper--v2.paper--sm .paper__content p {
    display: box;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
    }
.paper--v3 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 15px
    }
.paper--v3 .paper__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
    }
.paper--v3 .paper__publication-time {
    margin: 5px 0 15px;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #586474
    }
.paper--v3 .paper__title {
    display: box;
    overflow: hidden;
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #001020;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
    }
.paper--v3 .paper__preview p {
    display: box;
    overflow: hidden;
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 175%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #797979;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
    }
.paper--v3 .paper__link {
    display: inline-block;
    margin-top: auto;
    border-radius: 10px;
    padding: 14px 30px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #0386ff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.paper--v3 .paper__link:hover {
    opacity: 0.7
    }
.paper--v3 .paper__image {
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
    overflow: hidden;
    border-radius: 8px
    }
.paper--v3 .paper__image p {
    margin: 0;
    height: 100%
    }
.paper--v3 .paper__image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 230px;
    -o-object-fit: cover;
    object-fit: cover
    }
.paper--v3.paper--lg {
    -ms-grid-column-span: 12;
    grid-column: span 12
    }
.paper--v3.paper--md {
    -ms-grid-column-span: 6;
    grid-column: span 6
    }
.paper--v3.paper--md .paper__content {
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%
    }
.paper--v3.paper--md .paper__preview {
    display: none
    }
.paper--v3.paper--md .paper__image {
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    height: 166px
    }
.paper--v3.paper--md .paper__link {
    padding: 0;
    text-align: left;
    text-transform: none;
    color: #586474;
    background-color: transparent
    }
.paper--v3.paper--sm {
    position: relative;
    -ms-grid-column-span: 12;
    grid-column: span 12;
    height: 90px
    }
.paper--v3.paper--sm .paper__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
    }
.paper--v3.paper--sm .paper__title {
    display: box;
    overflow: hidden;
    margin: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
    }
.paper--v3.paper--sm .paper__preview {
    display: none
    }
.paper--v3.paper--sm .paper__image {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%
    }
.paper--v3.paper--sm .paper__link {
    padding: 0;
    width: 0;
    height: 0;
    background-color: transparent
    }
.paper--v3.paper--sm .paper__link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer
    }
.paper--v3.paper--sm .paper__link:hover::after {
    background-color: rgba(0, 0, 0, 0.1)
    }
.paper--v4 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 15px
    }
.paper--v4 .paper__image {
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 100px
    }
.paper--v4 .paper__image p {
    margin: 0
    }
.paper--v4 .paper__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
    }
.paper--v4 .paper__link {
    display: box;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #3c3c3c;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
    }
.paper--v4 .paper__link:hover {
    color: #8941ff
    }
.paper--v4 .paper__publication-time {
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #797979
    }
.bookmaker-item--v1 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    max-width: 500px;
    font-family: var(--ff-primary)
    }
.bookmaker-item--v1 > :not(:last-child) {
    border-bottom: 1px solid #e9e9e9
    }
.bookmaker-item--v1 .bookmaker-item__image {
    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;
    overflow: hidden;
    padding: 5px;
    height: 100px;
    background-color: #001020
    }
.bookmaker-item--v1 .bookmaker-item__image p {
    margin: 0
    }
.bookmaker-item--v1 .bookmaker-item__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.bookmaker-item--v1 .bookmaker-item__body {
    padding: 15px
    }
.bookmaker-item--v1 .bookmaker-item__name {
    display: inline-block;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001020
    }
.bookmaker-item--v1 .bookmaker-item__body-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.bookmaker-item--v1 .bookmaker-item__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9e9e9e
    }
.bookmaker-item--v1 .bookmaker-item__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
    }
.bookmaker-item--v1 .bookmaker-item__rating.rating::before {
    font-size: var(--star-size18)
    }
.bookmaker-item--v1 .bookmaker-item__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.bookmaker-item--v1 .bookmaker-item__platform-item:not(:last-child) {
    margin-right: 10px
    }
.bookmaker-item--v1 .bookmaker-item__money-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 10px 15px
    }
.bookmaker-item--v1 .bookmaker-item__money-item {
    margin: 0 auto;
    padding: 5px 10px
    }
.bookmaker-item--v1 .bookmaker-item__money-item p {
    margin: 0
    }
.bookmaker-item--v1 .bookmaker-item__money-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 15px
    }
.bookmaker-item--v1 .bookmaker-item__price-list {
    list-style: none;
    margin: 0;
    padding: 15px
    }
.bookmaker-item--v1 .bookmaker-item__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.bookmaker-item--v1 .bookmaker-item__price-item:not(:last-child) {
    margin-bottom: 15px
    }
.bookmaker-item--v1 .bookmaker-item__price-text {
    font-weight: 400;
    color: #9e9e9e
    }
.bookmaker-item--v1 .bookmaker-item__price-number {
    font-weight: 500;
    text-align: right;
    color: #001020
    }
.bookmaker-item--v1 .bookmaker-item__content {
    padding: 15px
    }
.bookmaker-item--v1 .bookmaker-item__slogan {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #001020
    }
.bookmaker-item--v1 .bookmaker-item__text {
    margin: 0;
    font-size: 14px;
    line-height: 165%;
    color: #9e9e9e
    }
.bookmaker-item--v1 .bookmaker-item__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
    }
.bookmaker-item--v1 .bookmaker-item__link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.bookmaker-item--v1 .bookmaker-item__link:not(:last-child) {
    margin-right: 15px
    }
.bookmaker-item--v1 .bookmaker-item__link:hover {
    opacity: 0.7
    }
.bookmaker-item--v1 .bookmaker-item__link--claim {
    background-color: #54bc02
    }
.bookmaker-item--v1 .bookmaker-item__link--review {
    background-color: #0386ff
    }
.bookmaker-item--v2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    max-width: 500px;
    font-family: var(--ff-primary)
    }
.bookmaker-item--v2 > :not(:last-child) {
    border-bottom: 1px solid #e9e9e9
    }
.bookmaker-item--v2 .bookmaker-item__header {
    padding: 15px
    }
.bookmaker-item--v2 .bookmaker-item__image {
    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;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 5px;
    height: 90px
    }
.bookmaker-item--v2 .bookmaker-item__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.bookmaker-item--v2 .bookmaker-item__name {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #001020
    }
.bookmaker-item--v2 .bookmaker-item__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #9e9e9e
    }
.bookmaker-item--v2 .bookmaker-item__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
    }
.bookmaker-item--v2 .bookmaker-item__rating.rating::before {
    font-size: var(--star-size18)
    }
.bookmaker-item--v2 .bookmaker-item__content {
    padding: 15px
    }
.bookmaker-item--v2 .bookmaker-item__slogan {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #001020
    }
.bookmaker-item--v2 .bookmaker-item__text {
    margin: 0;
    font-size: 12px;
    line-height: 175%;
    color: #9e9e9e
    }
.bookmaker-item--v2 .bookmaker-item__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px
    }
.bookmaker-item--v2 .bookmaker-item__platform-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.bookmaker-item--v2 .bookmaker-item__platform-item svg:not(:last-child) {
    margin-right: 5px
    }
.bookmaker-item--v2 .bookmaker-item__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px
    }
.bookmaker-item--v2 .bookmaker-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 13px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.bookmaker-item--v2 .bookmaker-item__link:not(:last-child) {
    margin-right: 15px
    }
.bookmaker-item--v2 .bookmaker-item__link:hover {
    opacity: 0.7
    }
.bookmaker-item--v2 .bookmaker-item__link--claim {
    background-color: #fe7b02
    }
.bookmaker-item--v2 .bookmaker-item__link--review {
    background-color: #001020
    }
.header-app {
    margin: 2rem 0
    }
.header-app--v1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 68.5% 31.5%;
    grid-template-columns: 68.5% 31.5%;
    -ms-grid-rows: -webkit-min-content -webkit-min-content;
    -ms-grid-rows: min-content min-content;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    background-color: #fff
    }
.header-app--v1 .header-app__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-columns: 282px 1fr;
    grid-template-columns: 282px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px;
    gap: 20px
    }
.header-app--v1 .header-app__image {
    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;
    overflow: hidden;
    border-radius: 3px;
    padding: 20px;
    max-width: 282px
    }
.header-app--v1 .header-app__image p {
    margin: 0
    }
.header-app--v1 .header-app__image img {
    display: header-app;
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.header-app--v1 .header-app__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    outline: 0;
    border: none;
    border-radius: 3px;
    padding: 20px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #fff;
    background-color: #54bc02;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.header-app--v1 .header-app__link svg {
    margin-left: 10px
    }
.header-app--v1 .header-app__link:hover {
    opacity: 0.7
    }
.header-app--v1 .header-app__main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px
    }
.header-app--v1 .header-app__name {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #464646
    }
.header-app--v1 .header-app__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
    }
.header-app--v1 .header-app__platform-item:not(:last-child) {
    margin-right: 15px
    }
.header-app--v1 .header-app__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px
    }
.header-app--v1 .header-app__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #9e9e9e
    }
.header-app--v1 .header-app__rating.rating::before {
    font-size: var(--star-size16)
    }
.header-app--v1 .header-app__main-description {
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 140%;
    color: #777
    }
.header-app--v1 .header-app__bet-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
    }
.header-app--v1 .header-app__bet-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.header-app--v1 .header-app__bet-item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px
    }
.header-app--v1 .header-app__bet-item:not(:last-child) {
    margin-right: 25px
    }
.header-app--v1 .header-app__bet-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #464646
    }
.header-app--v1 .header-app__aside {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-left: 1px solid #e9e9e9;
    padding: 20px;
    gap: 15px
    }
.header-app--v1 .header-app__slogan {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #464646
    }
.header-app--v1 .header-app__slogan svg {
    margin-right: 10px
    }
.header-app--v1 .header-app__aside-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 180%;
    color: #797979
    }
.header-app--v1 .header-app__price-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
    }
.header-app--v1 .header-app__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.header-app--v1 .header-app__price-item:not(:last-child) {
    margin-bottom: 15px
    }
.header-app--v1 .header-app__price-text {
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9e9e9e
    }
.header-app--v1 .header-app__price-number {
    font-family: var(--ff-primary);
    font-weight: 500px;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #001635
    }
.header-app--v1 .header-app__money-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
    }
.header-app--v1 .header-app__money-item {
    margin: 0 auto;
    padding: 5px 12px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
    }
.header-app--v1 .header-app__money-item p {
    margin: 0
    }
.header-app--v1 .header-app__money-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 18px
    }
.header-app--v1 .header-app__footer {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    padding: 10px 20px
    }
.header-app--v1 .header-app__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
    }
.header-app--v1 .header-app__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 10px
    }
.header-app--v1 .header-app__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px
    }
.header-app--v1 .header-app__info-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #797979
    }
.header-app--v2 {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 35.8% 17.9% 26.3%;
    grid-template-columns: 20% 35.8% 17.9% 26.3%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    overflow: hidden
    }
.header-app--v2 .header-app__logo {
    border-right: 1px solid #e9e9e9;
    padding: 20px
    }
.header-app--v2 .header-app__image {
    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;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 25px;
    max-height: 155px
    }
.header-app--v2 .header-app__image p {
    margin: 0
    }
.header-app--v2 .header-app__image img {
    display: header-app;
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.header-app--v2 .header-app__logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.header-app--v2 .header-app__progress {
    position: relative;
    width: 44px;
    height: 44px
    }
.header-app--v2 .header-app__ring {
    width: 44px;
    height: 44px
    }
.header-app--v2 .header-app__circle {
    fill: transparent;
    stroke: #fe7b02;
    stroke-dasharray: 119;
    stroke-width: 3;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
    }
.header-app--v2 .header-app__progress-value {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #001635;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
    }
.header-app--v2 .header-app__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 5px
    }
.header-app--v2 .header-app__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #001635
    }
.header-app--v2 .header-app__rating.rating::before {
    font-size: var(--star-size28);
    letter-spacing: 10px
    }
.header-app--v2 .header-app__main {
    border-right: 1px solid #e9e9e9;
    padding: 20px
    }
.header-app--v2 .header-app__name {
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #001635
    }
.header-app--v2 .header-app__main-description {
    margin: 0 0 20px;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 160%;
    color: #797979
    }
.header-app--v2 .header-app__bet-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 25px;
    padding: 0
    }
.header-app--v2 .header-app__bet-list svg {
    margin-right: 10px
    }
.header-app--v2 .header-app__bet-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 5px
    }
.header-app--v2 .header-app__bet-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #001635
    }
.header-app--v2 .header-app__money-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
    }
.header-app--v2 .header-app__money-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 5px 12px
    }
.header-app--v2 .header-app__money-item p {
    margin: 0
    }
.header-app--v2 .header-app__money-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 20px
    }
.header-app--v2 .header-app__plus-list {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    list-style: none;
    margin: 0;
    padding: 20px
    }
.header-app--v2 .header-app__plus-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.header-app--v2 .header-app__plus-item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px
    }
.header-app--v2 .header-app__plus-item:not(:last-child) {
    margin-bottom: 25px
    }
.header-app--v2 .header-app__plus-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 16px;
    color: #797979
    }
.header-app--v2 .header-app__contnent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    background-color: #001635
    }
.header-app--v2 .header-app__slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff
    }
.header-app--v2 .header-app__slogan svg {
    margin-right: 10px
    }
.header-app--v2 .header-app__content-text {
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 180%;
    color: #9392c9
    }
.header-app--v2 .header-app__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
    outline: 0;
    border: none;
    border-radius: 3px;
    padding: 20px;
    font-family: inherit;
    text-decoration: none;
    color: #fff;
    background-color: #fe7b02;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.header-app--v2 .header-app__link svg {
    margin-left: 10px
    }
.header-app--v2 .header-app__link:hover {
    opacity: 0.7
    }
.header-app--v3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.7% 25.1% 41.2%;
    grid-template-columns: 33.7% 25.1% 41.2%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 5px
    }
.header-app--v3 .header-app__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-columns: 67px 1fr;
    grid-template-columns: 67px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px;
    gap: 20px
    }
.header-app--v3 .header-app__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    overflow: hidden;
    border-radius: 5px;
    height: 67px;
    min-width: 67px
    }
.header-app--v3 .header-app__image p {
    margin: 0
    }
.header-app--v3 .header-app__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.header-app--v3 .header-app__main-wrapper {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2
    }
.header-app--v3 .header-app__main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px
    }
.header-app--v3 .header-app__name {
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #464646
    }
.header-app--v3 .header-app__platform-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
    }
.header-app--v3 .header-app__platform-item:not(:last-child) {
    margin-right: 20px
    }
.header-app--v3 .header-app__rating {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3
    }
.header-app--v3 .header-app__rating .rating__counter {
    margin-right: 5px;
    padding: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #9e9e9e
    }
.header-app--v3 .header-app__rating.rating::before {
    --star-background: #fe7b02;
    font-size: var(--star-size17)
    }
.header-app--v3 .header-app__main-description {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 140%;
    color: #797979
    }
.header-app--v3 .header-app__button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    border-right: 1px solid #e9e9e9;
    padding: 20px
    }
.header-app--v3 .header-app__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    outline: 0;
    border: none;
    border-radius: 3px;
    padding: 18px 20px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #0386ff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.header-app--v3 .header-app__link svg {
    margin-left: 10px
    }
.header-app--v3 .header-app__link:hover {
    opacity: 0.7
    }
.header-app--v3 .header-app__bet-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    list-style: none;
    margin: 0;
    border-right: 1px solid #e9e9e9;
    padding: 20px
    }
.header-app--v3 .header-app__bet-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.header-app--v3 .header-app__bet-item svg {
    margin-right: 5px
    }
.header-app--v3 .header-app__bet-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #464646
    }
.header-app--v3 .header-app__content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px
    }
.header-app--v3 .header-app__slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #464646
    }
.header-app--v3 .header-app__slogan svg {
    margin-right: 10px
    }
.header-app--v3 .header-app__content-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 125%;
    color: #777
    }
.header-app--v3 .header-app__price-list {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    list-style: none;
    margin: 0;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px
    }
.header-app--v3 .header-app__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
    }
.header-app--v3 .header-app__price-item:not(:last-child) {
    margin-bottom: 15px
    }
.header-app--v3 .header-app__price-text {
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 17px;
    color: #9e9e9e
    }
.header-app--v3 .header-app__price-number {
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #464646
    }
.header-app--v3 .header-app__money-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    list-style: none;
    margin: 0;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px
    }
.header-app--v3 .header-app__money-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px
    }
.header-app--v3 .header-app__money-item p {
    margin: 0
    }
.header-app--v3 .header-app__money-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 18px
    }
.header-app--v3 .header-app__plus-list {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    list-style: none;
    margin: 0;
    padding: 20px
    }
.header-app--v3 .header-app__plus-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.header-app--v3 .header-app__plus-item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px
    }
.header-app--v3 .header-app__plus-item:not(:last-child) {
    margin-bottom: 15px
    }
.header-app--v3 .header-app__plus-text {
    margin: 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #464646
    }
.header--v1 {
    position: relative;
    padding: 15px 0;
    font-family: var(--ff-primary);
    background-color: var(--color-header)
    }
.header--v1 .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.header--v1 .header__logo {
    position: relative;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8%;
    align-items: center
    }
.header--v1 .header__logo .get-image {
    margin: 0;
    display: flex;
    align-items: center;
    height: auto
    }
.header--v1 .header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
/*.header--v1 .header__logo:hover {*/
/*    -webkit-animation: 1s ease-in-out infinite logo;*/
/*    animation: 1s ease-in-out infinite logo*/
/*}*/
.header--v1 .header__nav {
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s
    }
.header--v1 .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
    }
.header--v1 .header__nav-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.header--v1 .header__nav-item::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    display: none;
    width: 1px;
    height: 20px;
    background-color: var(--color-second-header-footer-bg);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.header--v1 .header__nav-item .icon-arrow {
    display: none
    }
.header--v1 .header__nav-item:not(:last-child) {
    /*margin-right: 30px*/
    }
.header--v1 .header__nav-item:last-child::after {
    display: none
    }
.header--v1 .header__nav-item--has-children .icon-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    }
.header--v1 .header__nav-item--has-children .icon-arrow svg {
    fill: var(--color-header-navigation-link);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 8px
    }
.header--v1 .header__nav-item--has-children._active .icon-arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.header--v1 .header__nav-item .link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    color: #E6E7E8;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
    }
.header--v1 .header__nav-item .get-image {
    margin-right: 10px;
    line-height: 1
    }
.header--v1 .header__nav-item img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
    }
/*.header--v1 .header__nav-sublist {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 170%;*/
/*    z-index: 15;*/
/*    display: none;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    border-radius: 8px;*/
/*    padding: 0;*/
/*    min-width: 300px;*/
/*    max-width: -webkit-fit-content;*/
/*    max-width: -moz-fit-content;*/
/*    max-width: fit-content;*/
/*    background-color: var(--color-submenu-bg);*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    -webkit-transition: .3s, height .5s;*/
/*    -o-transition: .3s, height .5s;*/
/*    transition: .3s, height .5s;*/
/*    pointer-events: none*/
/*}*/
/*.header--v1 .header__nav-sublist::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -40px;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    background-color: #fff0*/
/*}*/
/*.header--v1 .header__nav-sublist::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: -6px;*/
/*    border-style: solid;*/
/*    border-width: 0 11px 6px;*/
/*    border-color: transparent transparent var(--color-submenu-bg) transparent;*/
/*    width: 0;*/
/*    height: 0;*/
/*    -webkit-transform: translateX(-50%);*/
/*    -ms-transform: translateX(-50%);*/
/*    transform: translateX(-50%)*/
/*}*/
.header--v1 .header__nav-subitem {
    padding: 10px 25px
    }
.header--v1 .header__nav-subitem .icon-arrow {
    display: none
    }
.header--v1 .header__nav-subitem:last-child {
    border-radius: 0 0 8px 8px
    }
.header--v1 .header__nav-subitem.header__nav-item::after {
    display: none
    }
.header--v1 .header__nav-subitem.header__nav-item:not(:last-child) {
    margin-right: 0
    }
.header--v1 .header__nav-subitem.header__nav-item:last-child {
    margin: 0
    }
.header--v1 .header__nav-subitem .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: var(--color-header-navigation-link)
    }
.header--v1 .header__nav-subitem .link::after {
    display: none
    }
.header--v1 .header__nav-subitem .link svg {
    margin-right: 10px;
    fill: var(--color-header-navigation-link);
    -webkit-transition: fill 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, fill 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, fill 0.3s
    }
.header--v1 .header__nav-subitem .link .get-image {
    margin-right: 10px
    }
.header--v1 .header__nav-subitem .link img {
    display: block;
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
    object-fit: contain
    }
.header--v1 .header__buttons {
    z-index: 14;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto
    }
.header--v1 .header__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    padding: 12px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer
    }
.header--v1 .header__link .get-image {
    margin-right: 10px
    }
.header--v1 .header__link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 25px
    }
.header--v1 .header__link:not(:last-child) {
    margin-right: 5px
    }
.header--v1 .header__link--in {
    color: var(--color-first-button);
    background-color: var(--color-first-button-bg)
    }
.header--v1 .header__link--in:hover {
    opacity: 0.7
    }
.header--v1 .header__link--up {
    color: var(--color-second-button);
    background-color: var(--color-second-button-bg)
    }
.header--v1 .header__link--up:hover {
    opacity: 0.7
    }
.header--v1 .header__toggle-menu {
    z-index: 20;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    border: none;
    width: 34px;
    height: 34px
    }
.header--v1 .header__toggle-menu span {
    border-radius: 6px;
    width: 28px;
    height: 3px;
    background-color: var(--color-header-navigation-link-hover);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
    }
.header--v1 .header__toggle-menu span:nth-child(1) {
    -webkit-transform: translatey(-6px);
    -ms-transform: translatey(-6px);
    transform: translatey(-6px)
    }
.header--v1 .header__toggle-menu span:nth-child(3) {
    -webkit-transform: translatey(6px);
    -ms-transform: translatey(6px);
    transform: translatey(6px)
    }
@-webkit-keyframes logo {
    0%, 100%, 40% {
        -webkit-transform: scale(1);
        transform: scale(1)
        } 20%, 66% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
        }
    }
.header--v2 {
    background-color: var(--color-first-header-footer-bg)
    }
.header--v2 .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--color-header-footer-border);
    padding: 20px
    }
.header--v2 .header__top-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
    }
.header--v2 .header__logo {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8%
    }
.header--v2 .header__logo p {
    margin: 0
    }
.header--v2 .header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.header--v2 .header__logo:hover {
    -webkit-animation: 1s ease-in-out infinite logo;
    animation: 1s ease-in-out infinite logo
    }
.header--v2 .header__page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
    }
.header--v2 .header__page-list-item:not(:last-child) {
    margin-right: 10px
    }
.header--v2 .header__page-list-item .icon-arrow {
    display: none
    }
.header--v2 .header__page-list-item .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    font-family: var(--ff-primary);
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-nav-items);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
    }
.header--v2 .header__page-list-item .get-image {
    margin-right: 10px
    }
.header--v2 .header__page-list-item img {
    display: block;
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
    object-fit: contain
    }
.header--v2 .header__page-list-item--current .link {
    color: var(--color-accent)
    }
.header--v2 .header__buttons {
    z-index: 14;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
    }
.header--v2 .header__button {
    z-index: 14;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer
    }
.header--v2 .header__button .get-image {
    margin-right: 10px
    }
.header--v2 .header__button img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 25px
    }
.header--v2 .header__button:not(:last-child) {
    margin-right: 15px
    }
.header--v2 .header__button:hover {
    opacity: 0.7
    }
.header--v2 .header__button--reg {
    padding: 15px 44px;
    color: var(--color-first-button);
    background-color: var(--bg-color-first-button)
    }
.header--v2 .header__button--download {
    padding: 15px 33px;
    color: var(--color-second-button);
    background-color: var(--bg-color-second-button)
    }
.header--v2 .header__toggle-menu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    border: none
    }
.header--v2 .header__toggle-menu svg {
    fill: var(--color-accent);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s
    }
.header--v2 .header__toggle-menu._active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.header--v2 .header__bottom {
    position: relative;
    z-index: 100;
    padding: 10px
    }
.header--v2 .header__nav {
    background-color: var(--color-first-header-footer-bg);
    -webkit-transition: top 0.3s, opacity 0.3s;
    -o-transition: top 0.3s, opacity 0.3s;
    transition: top 0.3s, opacity 0.3s
    }
.header--v2 .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
    }
.header--v2 .header__nav-item {
    position: relative;
    margin: 0 auto;
    padding: 0 25px
    }
.header--v2 .header__nav-item .icon-arrow {
    display: none
    }
.header--v2 .header__nav-item._active .header__nav-sublist {
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: all
    }
.header--v2 .header__nav-item--has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.header--v2 .header__nav-item--has-children .icon-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px
    }
.header--v2 .header__nav-item--has-children .icon-arrow svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
    }
.header--v2 .header__nav-item .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-nav-items);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
    }
.header--v2 .header__nav-item .get-image {
    line-height: 1
    }
.header--v2 .header__nav-item img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
    }
.header--v2 .header__nav-item--current .link {
    color: var(--color-header-navigation-link-hover)
    }
.header--v2 .header__nav-sublist {
    position: absolute;
    left: 50%;
    top: calc(100% + 34px);
    display: none;
    list-style: none;
    margin: 0;
    border: 1px solid var(--color-header-footer-border);
    border-radius: 5px;
    padding: 0;
    height: 0;
    min-width: 230px;
    background-color: var(--color-first-header-footer-bg);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none
    }
.header--v2 .header__nav-sublist::before {
    content: "";
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
    height: 35px
    }
.header--v2 .header__nav-sublist::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    border-style: solid;
    border-width: 0 11px 6px;
    border-color: transparent transparent var(--color-first-header-footer-bg) transparent;
    width: 0;
    height: 0;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
    }
.header--v2 .header__nav-subitem:not(:last-child) {
    border-bottom: 1px solid var(--color-header-footer-border)
    }
.header--v2 .header__nav-subitem .icon-arrow {
    display: none
    }
.header--v2 .header__nav-subitem .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: var(--color-nav-items);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
    }
.header--v2 .header__nav-subitem .link img {
    display: block;
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
    object-fit: contain
    }
@keyframes logo {
    0%, 100%, 40% {
        -webkit-transform: scale(1);
        transform: scale(1)
        } 20%, 66% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
        }
    }
.news-block {
    margin: 2rem 0
    }
.news-block--v1 .news-block__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase
    }
.news-block--v1 .news-block__title svg {
    margin-right: 10px
    }
.news-block--v1 .news-block__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding-bottom: 20px;
    gap: 20px
    }
.news-block--v1 .news-block__list + .news-block__list {
    margin-bottom: 10px;
    border-top: 1px solid #e9e9e9
    }
.news-block--v2 .news-block__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    padding: 14px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #464646
    }
.news-block--v2 .news-block__title svg {
    margin-right: 10px
    }
.news-block--v2 .news-block__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px
    }
.news-block--v2 .news-block__list--most {
    grid-template-columns: repeat(12, 1fr)
    }
.news-block--v3 .news-block__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px
    }
.news-block--v3 .news-block__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px;
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #464646
    }
.news-block--v3 .news-block__title svg {
    margin-right: 10px
    }
.news-block--v3 .news-block__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px
    }
.news-block--v3 .news-block__list--stretch {
    grid-column: 1/-1
    }
.news-block--v3 .news-block__list--stretch .paper--v3.paper--sm {
    -ms-grid-column-span: 6;
    grid-column: span 6
    }
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 110px;
    z-index: 14
    }
.scroll-top__button {
    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;
    border: none;
    border-radius: 100%;
    padding: 4px;
    width: 40px;
    height: 40px;
    color: var(--color-arrow-scroll-to-top);
    background-color: var(--color-scroll-to-top);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer
    }
.scroll-top__button .get-image {
    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
    }
.mobile-button {
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 10px;
    display: none
    }
.mobile-button__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;
    border: none;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: var(--color-content-button);
    background-color: var(--color-content-button-bg);
    cursor: pointer
    }
.mobile-button__link .get-image {
    margin-right: 10px
    }
.mobile-button__link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 25px
    }
.mobile-button__link:hover {
    opacity: 0.7
    }
.video {
    max-width: 650px
    }
.video__container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    background-color: #000
    }
.video__preview {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
    }
.video__button {
    position: absolute;
    left: 50%;
    top: 50%;
    border: none;
    background: 0 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
    }
.video__button-shape {
    fill: #212121;
    fill-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.video__button-icon {
    fill: #fff
    }
.video__button:focus {
    outline: 0
    }
.video__button:focus .video__button-shape, .video__button:hover .video__button-shape {
    fill: red;
    fill-opacity: 1
    }
.video__button:hover {
    cursor: pointer
    }
.video .video__preview p {
    margin: 0
    }
.video .video__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
    }
.video__media {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100%;
    height: 100%
    }
.video.align-center {
    margin: 0 auto
    }
.video.align-right {
    margin-left: auto
    }
.dafabetbrcom-breadcrumbs {
    padding: 20px 0 0 0
    }
.dafabetbrcom-breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none
    }
.dafabetbrcom-breadcrumbs__list_item:not(:last-child) {
    margin-right: 14px
    }
.dafabetbrcom-breadcrumbs__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    text-transform: capitalize;
    color: var(--color-breadcrumbs-item);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
    }
.dafabetbrcom-breadcrumbs__list-link {
    color: var(--text, #5E5E5E);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%
    }
.dafabetbrcom-breadcrumbs__list-link svg {
    margin-left: 14px;
    fill: var(--color-breadcrumbs-separator)
    }
.dafabetbrcom-breadcrumbs__list-link--no-active {
    color: var(--header, #AF0000);
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 100%
    }
.dafabetbrcom-breadcrumbs__list-link--no-active svg {
    display: none
    }
.dafabetbrcom-columns {
    padding: 2rem 0
    }
.dafabetbrcom-columns__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -1rem;
    padding: 0
    }
.dafabetbrcom-columns__container.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
    }
.dafabetbrcom-columns__item {
    margin: 1rem
    }
.dafabetbrcom-columns__item img {
    display: block;
    margin: 0 auto
    }
.dafabetbrcom-columns.align-center .dafabetbrcom-columns__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.dafabetbrcom-columns.align-top .dafabetbrcom-columns__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
    }
.dafabetbrcom-columns.align-bottom .dafabetbrcom-columns__container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
    }
.dafabetbrcom-columns.align-stretch .dafabetbrcom-columns__container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
    }
.dafabetbrcom-columns.col-1 .dafabetbrcom-columns__item {
    width: calc(100% - 2rem)
    }
.dafabetbrcom-columns__item img {
    border-radius: 6px
    }
.dafabetbrcom-columns.col-2 .dafabetbrcom-columns__item {
    width: calc(100% / 2 - 2rem)
    }
.wp-block-columns {
    margin: 0 auto;
    /*padding: 2rem var(--offsets);*/
    max-width: calc(1380px + var(--offsets) + var(--offsets));
    display: -ms-grid;
    display: grid;
    gap: 30px
    }
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    width: 100%
    }
.wp-block-columns .wp-block-column {
    margin: 0
    }
.wp-block-columns.col-2 {
    grid-template-columns: repeat(2, 1fr)
    }
.wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
    }
.wp-block-column > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
    }
.wp-block-column > :not(:first-child) {
    margin-top: 30px
    }
.wp-block-column .row {
    padding: 0
    }
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0
    }
.button-content {
    margin-top: 2rem;
    margin-bottom: 2rem
    }
.button-content.alight-left {
    text-align: left
    }
.button-content.align-right {
    text-align: right
    }
.button-content.align-center {
    text-align: center
    }
.button-content__control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    padding: 15px 65.5px;
    font-family: inherit;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--color-content-button-bg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer
    }
.button-content__control .get-image {
    margin-right: 10px
    }
.button-content__control img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 25px
    }
.comment-form {
    position: relative
    }
.comment-form__title {
    margin: 0 0 15px;
    font-family: inherit;
    font-weight: 800;
    font-style: normal;
    color: var(--color-comments-title)
    }
.comment-form__form {
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -ms-grid-columns: 0.4fr 1fr;
    grid-template-columns: 0.4fr 1fr;
    row-gap: 10px
    }
.comment-form__textarea {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    resize: none
    }
.comment-form__field {
    outline: 0;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 20px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-comments-input);
    background-color: var(--color-comments-input-bg);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.comment-form__field.error {
    border-color: #ff3c3c
    }
.comment-form__button {
    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;
    outline: 0;
    border: none;
    border-radius: 10px;
    padding: 16px 18px 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--color-content-button);
    background-color: var(--color-content-button-bg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer
    }
.comment-form__button svg {
    margin-right: 10px;
    width: 25px;
    height: 25px
    }
.comment-form__alert {
    position: absolute;
    left: 0;
    bottom: -20px;
    display: block;
    grid-column: 1/-1;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.comment-form__alert.success {
    color: #3a8202;
    opacity: 1;
    visibility: visible
    }
.comment-form__alert.error {
    color: #ff3c3c;
    opacity: 1;
    visibility: visible
    }
.comment {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-min-content -webkit-min-content 1fr;
    -ms-grid-columns: min-content min-content 1fr;
    grid-template-columns: -webkit-min-content -webkit-min-content 1fr;
    grid-template-columns: min-content min-content 1fr;
    margin-top: 30px;
    border: 1px solid var(--color-comment-border);
    border-radius: 10px;
    padding: 20px;
    background: var(--color-comment-bg);
    gap: 10px 20px
    }
.comment__author {
    margin: 0;
    font-family: inherit;
    font-weight: 700;
    white-space: nowrap;
    color: var(--color-comment-author)
    }
.comment__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    margin-left: auto;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-comment-text)
    }
.comment__content {
    grid-column: 1/-1;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--color-comment-text)
    }
.comment__reply {
    grid-column: 1/-1;
    border: none;
    border-radius: 5px;
    padding: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--color-comment-text);
    background-color: var(--color-comment-author);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer
    }
.comment__reply .cancel {
    display: none
    }
.comment__reply:hover {
    opacity: 0.7
    }
.comment__reply.active {
    color: #fff;
    background-color: #ff3c3c
    }
.comment__reply.active .reply {
    display: none
    }
.comment__reply.active .cancel {
    display: block
    }
.comment__karma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.comment__value {
    font-size: 1.3rem;
    line-height: 1;
    color: var(--color-comment-text)
    }
.karma__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 5px;
    background-color: transparent;
    cursor: pointer
    }
.karma__control svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: var(--color-comment-author);
    pointer-events: none
    }
.comments-container {
    margin-top: 2rem
    }
.comment-inner-form {
    grid-column: 1/-1;
    margin-top: 1rem
    }
.comment__child {
    grid-column: 1/-1
    }
.page-404 .dafabetbrcom-container {
    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;
    height: 100%
    }
.page-404__title {
    font-size: 160px;
    line-height: 170px
    }
.footer__container {
    position: relative
    }
.footer__logo {
    padding-bottom: 20px
    }
.footer__logo p {
    margin: 0
    }
.footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 50px
    }
.footer__hr {
    border: none;
    height: 1px;
    background-color: var(--color-footer-navigation-link)
    }
.footer__nav {
    padding: 10px 0
    }
.footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
    }
.footer__nav-item {
    /*margin: 0 20px;*/
    /*padding: 10px 0*/
    }
.footer__nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--Surface-Dim, #FFF);
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
    }
.footer__nav-item a p {
    margin: 0
    }
.footer__nav-item a img {
    display: block;
    margin-right: 10px;
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
    object-fit: contain
    }
.footer__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 20px 0
    }
.footer__social-item {
    margin: 0 20px
    }
.footer__social-link {
    display: block;
    border-radius: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.footer__social-link p {
    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;
    margin: 0
    }
.footer__social-link img {
    display: block;
    padding: 2px;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.footer__payments-systems {
    padding: 20px 0
    }
.footer__links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    gap: 20px
    }
.footer__links-link {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.footer__links-link p {
    margin: 0
    }
.footer__links-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.footer__links-link:not(:last-child) {
    margin-right: 40px
    }
.footer__copyright {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: var(--color-footer-text)
    }
.page-footer__dmca {
    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;
    margin-top: 1rem
    }
.payments-systems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.payments-systems__item {
    margin: 0 auto;
    padding: 8px 15px
    }
.payments-systems__item p {
    margin: 0
    }
.payments-systems__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 18px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
    }
.dafabetbrcom-toc-auto {
    margin-bottom: 30px;
    border-radius: 5px;
    max-width: 500px;
    background: var(--color-toc-bg)
    }
.dafabetbrcom-toc-auto.active ol, .dafabetbrcom-toc-auto.active ul {
    display: block
    }
.dafabetbrcom-toc-auto__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px
    }
.dafabetbrcom-toc-auto__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer
    }
.dafabetbrcom-toc-auto__toggle::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10
    }
.dafabetbrcom-toc-auto__toggle svg {
    fill: var(--color-toc-item-hover);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.dafabetbrcom-toc-auto__toggle.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.dafabetbrcom-toc-auto__title {
    margin: 0 20px 0 0;
    padding: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-transform: none;
    color: var(--color-toc-title)
    }
.dafabetbrcom-toc-auto ol, .dafabetbrcom-toc-auto ul {
    display: none;
    margin: 1rem 0 0 28px;
    padding: 0 20px 20px;
    color: var(--color-toc-item)
    }
.dafabetbrcom-toc-auto li {
    padding: 0
    }
.dafabetbrcom-toc-auto li:not(:last-child) {
    margin-bottom: 10px
    }
.dafabetbrcom-toc-auto a {
    padding: 10px 0;
    text-decoration: none;
    color: var(--color-toc-item)
    }
.dafabetbrcom-toc-auto a:hover {
    color: var(--color-toc-item-hover)
    }
#cookie-law-div {
    position: fixed;
    right: 20px;
    bottom: 120px;
    margin-left: 20px;
    border-radius: 5px;
    padding: 5px;
    max-width: 450px;
    background: #fff
    }
#cookie-law-div p {
    margin: 0
    }
#cookie-law-button {
    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;
    float: right;
    border: none;
    border-radius: 5px;
    width: 20px;
    height: 21px;
    color: #fff;
    background: #d90d0d;
    cursor: pointer
    }
#acceptButtonCookie {
    display: inherit;
    float: right;
    margin-left: 25px;
    border: none;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    background-color: #237414
    }
.video-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.video-v2__container {
    position: relative;
    width: 100%;
    max-width: 800px
    }
.video-v2.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
    }
.video-v2.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
    }
.video-v2.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
    }
.video-v2__player {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 16/9
    }
.video-v2__button {
    position: absolute;
    left: 50%;
    top: 50%;
    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;
    outline: 0;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer
    }
.video-v2._active .video-v2__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
    }
.video-v2._active .video-v2__player {
    cursor: pointer
    }
.video-v2__button-icon {
    fill: #fff
    }
.video-v2__button:hover .video-v2__button-shape {
    fill: red
    }
.video-v2__button svg path {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.tabs {
    overflow: hidden
    }
.tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    overflow: hidden;
    margin: 0;
    border-radius: 20px 20px 0 0;
    padding: 0
    }
.tabs__header-button svg {
    fill: #5E5E5E;
    max-width: 24px;
    max-height: 24px
    }
.tabs__header-button.active svg {
    fill: #AF0000
    }
.tabs__item > :first-child {
    margin-top: 0
    }
.tabs__item > :last-child {
    margin-bottom: 0
    }
.tabs--vertical .tabs__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 295px 1fr;
    grid-template-columns: 295px 1fr
    }
.tabs--vertical .tabs__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: -24px;
    border-radius: 20px 0 0 20px
    }
.tabs--vertical .tabs__header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    outline: 0;
    border: 1px solid var(--color-accent);
    padding: 16px 20px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
    color: var(--color-text);
    background-color: var(--color-body);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer
    }
.tabs--vertical .tabs__header-button svg {
    margin-right: 10px;
    width: 24px;
    height: 24px
    }
.tabs--vertical .tabs__header-item:not(:last-child) .tabs__header-button {
    border-bottom: none
    }
.tabs--vertical .tabs__header-button:focus, .tabs--vertical .tabs__header-button:hover {
    opacity: 0.7
    }
.tabs--vertical .tabs__header-item:first-child .tabs__header-button {
    border-radius: 20px 0 0
    }
.tabs--vertical .tabs__header-item:last-child .tabs__header-button {
    border-radius: 0 0 0 20px
    }
.tabs--vertical .tabs__header-button.active {
    color: #fff;
    background-color: var(--color-accent)
    }
.tabs--vertical .tabs__content {
    border: 1px solid var(--color-accent);
    border-radius: 20px
    }
.tabs--vertical .tabs__header-item {
    width: 100%
    }
.tabs--vertical .tabs__header-button:hover {
    color: #fff;
    background-color: var(--color-accent)
    }
.screenshot-gallery__description {
    margin-bottom: 1rem
    }
.screenshot-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
    }
.screenshot-gallery__item:not(:last-child) {
    margin-right: 10px
    }
.gbtn {
    background-color: var(--color-accent) !important;
    opacity: 0.3;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
    }
.wp-admin #link-selector {
    color: #000
    }
.wp-admin .link-url {
    color: #135e96
    }
.wp-admin .components-popover__content *, .wp-admin .edit-post-layout__metaboxes p, .wp-admin .media-modal-content * {
    color: #000
    }
.wp-admin .acf-row {
    background: 0 0 !important
    }
.wp-admin .select2-results__option {
    color: #000
    }
.wp-admin .block-editor-inserter__quick-inserter-expand.components-button {
    color: #fff
    }
.wp-admin .block-editor-block-card__title {
    color: #000
    }
.wp-admin .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon {
    background: #ccc
    }
body .editor-styles-wrapper {
    color: var(--color-text);
    background-color: var(--color-body)
    }
body .editor-styles-wrapper .acf-link .link-wrap {
    color: #000
    }
@media (hover: hover), screen and (min-width: 0 ) {
    .author--v1 .author__author:hover, .author--v2 .author__author:hover, .author--v3 .author__author:hover, .author--v4 .author__author:hover, .author--v5 .author__author:hover {
        text-decoration: underline
        }
    .promocode--v4 .promocode__link:focus, .promocode--v4 .promocode__link:hover {
        text-decoration: underline
        }
    .author-page a.page-numbers:hover {
        background-color: #dee2e6
        }
    .author-page--v1 .author-page__list-link:hover {
        opacity: 0.7
        }
    .scroll-top__button:hover {
        opacity: 0.7;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
        }
    .dafabetbrcom-breadcrumbs__list-link:hover {
        color: var(--header, #AF0000)
        }
    .button-content__control:hover {
        opacity: 0.7
        }
    .comment-form__button:focus, .comment-form__button:hover {
        background-color: #7abbec
        }
    .footer__nav-item a:focus, .footer__nav-item a:hover {
        color: var(--color-footer-navigation-link-hover)
        }
    .footer__links-link:focus img, .footer__links-link:hover img, .footer__social-link:focus img, .footer__social-link:hover img {
        -webkit-transform: scale(1.1) translatez(0);
        transform: scale(1.1) translatez(0)
        }
    .payments-systems__item:focus img, .payments-systems__item:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
        }
    .gbtn:focus, .gbtn:hover {
        background-color: var(--color-accent) !important;
        opacity: 1
        }
    }
@media (max-width: 1439px) {
    .bookmaker--v2 .bookmaker__label {
        left: 0
        }
    .bookmaker--v2 .bookmaker__image img {
        height: 100%
        }
    .bookmaker--v2 .bookmaker__image {
        grid-column: 1/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        margin: 0;
        max-height: 80px
        }
    .bookmaker--v2 .bookmaker__content {
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        border: none;
        padding: 5px 20px
        }
    .bookmaker--v2 .bookmaker__info-wrapper {
        border-left: 1px solid #e9e9e9
        }
    .bookmaker--v2 .bookmaker__info-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        padding: 10px;
        gap: 10px
        }
    .bookmaker--v2 .bookmaker__item {
        padding: 10px 5px
        }
    .bookmaker--v2 .bookmaker__ad {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .bookmaker--v2 .bookmaker__buttons {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/5;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .bookmaker--v2 {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -ms-grid-columns: 0.75fr 2fr 0.3fr 0.75fr;
        grid-template-columns: 0.75fr 2fr 0.3fr 0.75fr
        }
    .dafabetbrcom-toc--v3 .dafabetbrcom-toc__list {
        grid-template-columns: repeat(4, 1fr)
        }
    }
@media (max-width: 1279px) {
    .payments-method--v1 .payments-method__item {
        padding: 30px 5px 31px
        }
    .gallery--v1 .gallery__list {
        grid-template-columns: repeat(3, 1fr)
        }
    .bookmakers--v4 .bookmakers__body, .bookmakers--v5 .bookmakers__body, .bookmakers--v8 .bookmakers__body {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px
        }
    .bookmaker--v3 .bookmaker__image img {
        height: 80px
        }
    .bookmaker--v3 .bookmaker__image {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .bookmaker--v3 .bookmaker__content {
        grid-column: 2/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .bookmaker--v3 .bookmaker__info-list {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin: 0;
        border-left: none
        }
    .bookmaker--v3 .bookmaker__item {
        max-width: 40%
        }
    .bookmaker--v3 .bookmaker__buttons {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/5;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .bookmaker--v3 .bookmaker__button {
        padding: 15px 30px
        }
    .bookmaker--v3 {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px
        }
    .bookmaker--v6 .bookmaker__header {
        -ms-grid-column-span: 4;
        grid-column: span 4
        }
    .bookmaker--v6 .bookmaker__price-list {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        border-right: none
        }
    .bookmaker--v6 .bookmaker__ad {
        -ms-grid-column-span: 4;
        grid-column: span 4;
        border-top: 1px solid #e9e9e9
        }
    .bookmaker--v6 .bookmaker__links {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        border-top: 1px solid #e9e9e9
        }
    .bookmaker--v6 {
        grid-template-columns: repeat(6, 1fr)
        }
    .bookmaker--v7 .bookmaker__header {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        border-bottom: 1px solid #e9e9e9
        }
    .bookmaker--v7 .bookmaker__ad {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .bookmaker--v7 .bookmaker__money-list {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .bookmaker--v7 .bookmaker__links {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        border: none;
        border-bottom: 1px solid #e9e9e9
        }
    .bookmaker--v7 {
        -ms-grid-columns: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr
        }
    .dafabetbrcom-toc--v1 .dafabetbrcom-toc__list {
        grid-template-columns: repeat(3, 1fr)
        }
    .dafabetbrcom-toc--v2 .dafabetbrcom-toc__list {
        grid-template-columns: repeat(4, 1fr)
        }
    .dafabetbrcom-toc--v3 .dafabetbrcom-toc__list {
        grid-template-columns: repeat(3, 1fr)
        }
    .app--v1 .app__header-wrapper {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
        }
    .app--v2 .app__link {
        padding: 30px 10px
        }
    .app--v2 {
        -ms-grid-columns: 27% 22% 1fr 17%;
        grid-template-columns: 27% 22% 1fr 17%
        }
    .author-page--v2 .author-page__photo {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        padding: 10px
        }
    .author-page--v2 .author-page__image {
        width: 120px;
        height: 120px
        }
    .author-page--v2 .author-page__info {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .author-page--v2 .author-page__bet {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .author-page--v2 .author-page__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .author-page--v2.author-page--no-bet-on .author-page__text {
        grid-row: auto
        }
    .author-page--v2.author-page--no-bet-on .author-page__info {
        -ms-grid-column-span: -1;
        grid-column-end: -1
        }
    .author-page--v2 {
        grid-template-columns: repeat(3, 1fr)
        }
    .paper--v2.paper--sm {
        -ms-grid-column-span: 3;
        grid-column: span 3
        }
    .paper--v3 .paper__image {
        max-height: 250px
        }
    .paper--v3.paper--md .paper__title {
        display: box;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
        }
    .paper--v3.paper--sm .paper__title {
        margin-bottom: 10px;
        -webkit-line-clamp: 3
        }
    .paper--v3.paper--sm .paper__image {
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
        margin-left: 10px
        }
    .paper--v3.paper--sm .paper__link {
        width: auto;
        height: auto;
        text-align: left;
        text-transform: none;
        color: #586474
        }
    .paper--v3.paper--sm .paper__link::after {
        display: none
        }
    .paper--v3.paper--sm {
        -ms-grid-column-span: 6;
        grid-column: span 6;
        height: auto
        }
    .header-app--v1 .header-app__bet-item:not(:last-child) {
        margin-right: 20px
        }
    .header-app--v1 .header-app__money-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v2 .header-app__logo {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        border-bottom: 1px solid #e9e9e9
        }
    .header-app--v2 .header-app__logo-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v2 .header-app__main {
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        border-bottom: 1px solid #e9e9e9
        }
    .header-app--v2 .header-app__plus-list {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .header-app--v2 .header-app__contnent {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .header-app--v2 .header-app__link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v2 {
        -ms-grid-columns: 1.2fr 1fr 1fr;
        grid-template-columns: 1.2fr 1fr 1fr
        }
    .header-app--v3 .header-app__bet-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
        }
    .header--v1 .header__nav-item::after {
        right: -12px
        }
    .header--v1 .header__nav-item:not(:last-child) {
        /*margin-right: 20px*/
        }
    .news-block--v2 .news-block__list {
        grid-template-columns: repeat(12, 1fr)
        }
    .news-block--v3 .news-block__wrapper, .tabs--vertical .tabs__container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .tabs--vertical .tabs__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: nowrap row;
        flex-flow: nowrap row;
        overflow: auto;
        margin-right: 0;
        border-style: none;
        border-radius: 16px 16px 0 0;
        padding: 0
        }
    .tabs--vertical .tabs__header-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
        }
    .tabs--vertical .tabs__header-button {
        border-bottom: none;
        border-radius: 0;
        padding: 12px 20px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
        }
    .tabs--vertical .tabs__content {
        border-radius: 0 0 16px 16px;
        padding: 24px 16px
        }
    .tabs--vertical .tabs__header-item:not(:first-child) {
        border: none
        }
    .tabs--vertical .tabs__header-item:first-child .tabs__header-button {
        border-top-left-radius: 18px;
        border-top-right-radius: 0
        }
    .tabs--vertical .tabs__header-item:last-child .tabs__header-button {
        border-radius: 0 18px 0 0
        }
    .games-list__item {
        max-height: 190px
        }
    }
@media screen and (max-width: 1200px) {
    :root {
        --offsets: 20px
        }
    }
@media (max-width: 1023px) {
    html {
        font-size: 16px
        }
    .payments-method--v1 .payments-method__item:nth-child(3n+3) .payments-card--v1 {
        margin-right: auto
        }
    .payments-method--v1 .payments-method__item:nth-child(3n+1), .payments-method--v1 .payments-method__item:nth-child(3n+3) {
        border: 1px solid #e9e9e9
        }
    .payments-method--v1 .payments-method__item:nth-child(3n+1) .payments-card--v1 {
        margin-right: auto;
        margin-left: auto
        }
    .payments-method--v1 .payments-method__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
        }
    .gallery--v1 .gallery__list {
        grid-template-columns: repeat(2, 1fr)
        }
    .gallery--v3 .gallery__button--prev {
        margin-right: 15px
        }
    .gallery--v3 .gallery__button--next {
        margin-left: 15px
        }
    .feedbacks__list--v2 {
        grid-template-columns: repeat(1, 1fr)
        }
    .feedbacks__list--v3 {
        grid-template-columns: repeat(3, 1fr)
        }
    .feedbacks__list--v4 {
        grid-template-columns: repeat(1, 1fr)
        }
    .bookmakers--v4 .bookmakers__body, .bookmakers--v5 .bookmakers__body, .bookmakers--v8 .bookmakers__body {
        grid-template-columns: repeat(2, 1fr)
        }
    .bookmaker--v1 .bookmaker__image {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .bookmaker--v1 .bookmaker__content {
        -ms-grid-column: 2;
        -ms-grid-column-span: 3;
        grid-column: 2/5;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .bookmaker--v1 .bookmaker__ad {
        -ms-grid-row-align: auto;
        align-self: auto;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .bookmaker--v1 .bookmaker__buttons {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/5;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin: 0
        }
    .bookmaker--v1 {
        -ms-grid-columns: 105px 1fr 1fr 250px;
        grid-template-columns: 105px 1fr 1fr 250px
        }
    .bookmaker--v2 .bookmaker__content {
        border-right: none
        }
    .bookmaker--v2 .bookmaker__info-list {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        border: none;
        padding-left: 20px
        }
    .bookmaker--v2 .bookmaker__ad {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .bookmaker--v2 .bookmaker__buttons {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .bookmaker--v2 {
        -ms-grid-columns: 0.5fr 1.5fr;
        grid-template-columns: 0.5fr 1.5fr
        }
    .cards__list--v1, .cards__list--v2, .cards__list--v3 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
        }
    .pros-cons--v1 .pros-cons__item svg {
        margin-left: 7px;
        width: 40px;
        height: 40px
        }
    .pros-cons--v1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px
        }
    .pros-cons--v2 .pros-cons__item svg {
        width: 30px;
        height: 30px
        }
    .pros-cons--v2, .pros-cons--v3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px
        }
    .bonuses .bonuses__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
        }
    .bonuses--v4 .bonuses__list {
        grid-template-columns: repeat(3, 1fr)
        }
    .bonus--v3 .bonus__link {
        min-width: 150px
        }
    .dafabetbrcom-toc--v1 .dafabetbrcom-toc__list {
        grid-template-columns: repeat(2, 1fr)
        }
    .dafabetbrcom-toc--v2 .dafabetbrcom-toc__list {
        grid-template-columns: repeat(3, 1fr)
        }
    .promocodes--v1 .promocodes__list, .dafabetbrcom-toc--v3 .dafabetbrcom-toc__list {
        grid-template-columns: repeat(2, 1fr)
        }
    .downloads--v3 .downloads__table-head {
        display: none
        }
    .app--v2 .app__header {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
        }
    .app--v2 .app__lists {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
        }
    .app--v2 .app__content {
        grid-column: 1/-1;
        border-top: 1px solid #e9e9e9;
        border-right: none
        }
    .app--v2 .app__buttons {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .app--v2 {
        -ms-grid-columns: 2fr 1.5fr 1.5fr;
        grid-template-columns: 2fr 1.5fr 1.5fr
        }
    .app--v3 .app__number {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .app--v3 .app__header {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .app--v3 .app__content {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        margin-left: -1px;
        border-right: none
        }
    .app--v3 .app__money-list {
        margin-left: -1px;
        border: 1px solid #e9e9e9;
        border-right: none
        }
    .app--v3 .app__links {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .app--v3 {
        -ms-grid-columns: 45px 1fr 230px;
        grid-template-columns: 45px 1fr 230px
        }
    .app--v4 .app__header {
        grid-column: 1/-1;
        border-right: none;
        border-bottom: 1px solid #e9e9e9
        }
    .app--v4 .app__plus {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
        }
    .app--v4 .app__links {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4
        }
    .app--v4 {
        grid-template-columns: repeat(3, 1fr)
        }
    .app--v5 .app__header {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4
        }
    .app--v5 .app__content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1/4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        border: none;
        border-top: 1px solid #e9e9e9
        }
    .app--v5 .app__money-list {
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
        grid-column: 4/6;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        border: none
        }
    .app--v5 .app__money-list svg {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
        }
    .app--v5 .app__money-item {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
        }
    .app--v5 .app__buttons {
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
        grid-column: 4/6;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        border-top: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9
        }
    .app--v5 {
        grid-template-columns: repeat(5, 1fr)
        }
    .author-page--v1 .author-page__content {
        -ms-grid-column-span: 4;
        grid-column: span 4
        }
    .author-page--v1 .author-page__bet {
        -ms-grid-column-span: 2;
        grid-column: span 2
        }
    .author-page--v1 .paper {
        -ms-grid-column-span: 4;
        grid-column: span 4
        }
    .author-page--v1 {
        grid-template-columns: repeat(6, 1fr)
        }
    .author-page--v2 .author-page__photo {
        grid-column: 1/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .author-page--v2 .author-page__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .author-page--v2 .author-page__name {
        padding: 10px
        }
    .author-page--v2 .author-page__list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: auto 0;
        padding: 10px
        }
    .author-page--v2 .author-page__bet {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        padding: 10px
        }
    .author-page--v2 .author-page__bet-title {
        margin-bottom: 10px
        }
    .author-page--v2 .author-page__text {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        padding: 20px
        }
    .author-page--v2 {
        grid-template-columns: repeat(2, 1fr)
        }
    .author-page--v3 .author-page__content {
        -ms-grid-columns: -webkit-min-content 1fr;
        -ms-grid-columns: min-content 1fr;
        grid-template-columns: -webkit-min-content 1fr;
        grid-template-columns: min-content 1fr;
        -ms-grid-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
        -ms-grid-rows: min-content min-content min-content;
        grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
        grid-template-rows: min-content min-content min-content
        }
    .author-page--v3 .author-page__image {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        width: 150px;
        height: 150px
        }
    .author-page--v3 .author-page__name {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .author-page--v3 .author-page__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .author-page--v3 .author-page__text {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .paper--v1.paper--lg .paper__image {
        max-height: 135px
        }
    .paper--v1.paper--lg .paper__preview {
        -webkit-line-clamp: 3
        }
    .paper--v1.paper--lg {
        -ms-grid-column-span: 12;
        grid-column: span 12;
        grid-row: auto;
        -ms-grid-columns: 258px 1fr;
        grid-template-columns: 258px 1fr
        }
    .paper--v1.paper--md {
        -ms-grid-column-span: 12;
        grid-column: span 12;
        grid-row: auto
        }
    .paper--v1.paper--sm {
        -ms-grid-column-span: 4;
        grid-column: span 4;
        padding: 10px 0 5px
        }
    .paper--v2.paper--lg .paper__content p {
        -webkit-line-clamp: 3
        }
    .paper--v2.paper--lg {
        -ms-grid-column-span: 4;
        grid-column: span 4
        }
    .paper--v2.paper--md .paper__content p {
        -webkit-line-clamp: 3
        }
    .paper--v2.paper--md, .paper--v2.paper--sm {
        -ms-grid-column-span: 4;
        grid-column: span 4
        }
    .paper--v3.paper--sm .paper__content {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 64%;
        flex-basis: 64%
        }
    .paper--v3.paper--sm {
        height: auto
        }
    .header-app--v1 .header-app__main {
        grid-column: 1/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .header-app--v1 .header-app__aside {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        grid-template-columns: repeat(2, 1fr);
        border: none
        }
    .header-app--v1 .header-app__slogan {
        grid-column: 1/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .header-app--v1 .header-app__aside-text {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .header-app--v1 .header-app__price-list {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .header-app--v1 .header-app__money-list {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .header-app--v1 .header-app__footer {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        border-top: 1px solid #e9e9e9
        }
    .header-app--v1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .header-app--v3 .header-app__main {
        grid-column: 1/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        border-right: none;
        gap: 10px 20px
        }
    .header-app--v3 .header-app__button {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        border: none;
        border-bottom: 1px solid #e9e9e9
        }
    .header-app--v3 .header-app__link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v3 .header-app__bet-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
        padding: 10px
        }
    .header-app--v3 .header-app__bet-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px
        }
    .header-app--v3 .header-app__content {
        grid-column: 1/-1;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
        }
    .header-app--v3 .header-app__slogan {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v3 .header-app__content-text {
        text-align: center
        }
    .header-app--v3 .header-app__price-list {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6
        }
    .header-app--v3 .header-app__money-list {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6;
        border-right: none
        }
    .header-app--v3 .header-app__plus-list {
        grid-column: 1/-1;
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        grid-row: 6/7;
        margin: 0 auto
        }
    .header-app--v3 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
        }
    .header--v1 .header__logo {
        max-width: 90px
        }
    .header--v1 .header__nav._active {
        position: fixed;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.9)
        }
    .header--v1 .header__nav._active::after {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        width: 100%;
        height: 72px;
        background-color: #000
        }
    .header--v1 .header__nav-list {
        -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
        }
    .header--v1 .header__nav-item::after {
        display: none
        }
    .header--v1 .header__nav-item:last-child, .header--v1 .header__nav-item:not(:last-child) {
        margin-right: 0
        }
    .header--v1 .header__nav-item--has-children {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    .header--v1 .header__nav-item {
        width: 100%
        }
    .header--v1 .header__nav-item._active .header__nav-sublist {
        height: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: all
        }
    .header--v1 .header__nav-item._active .header__nav-item a::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
        }
    .header--v1 .header__nav-sublist::after, .header--v1 .header__nav-sublist::before {
        display: none
        }
    .header--v1 .header__nav-sublist {
        position: relative;
        left: auto;
        right: 0;
        top: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 0;
        max-width: 100%;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
        }
    .header--v1 .header__nav-subitem {
        padding: 0
        }
    .header--v1 .header__nav-subitem .link {
        padding: 10px 0;
        width: 100%
        }
    .header--v1 .header__link {
        padding: 8px
        }
    .header--v1 .header__toggle-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .header--v1 .header__toggle-menu._active span:nth-child(1) {
        -webkit-transform: translatey(3px) rotate(45deg);
        -ms-transform: translatey(3px) rotate(45deg);
        transform: translatey(3px) rotate(45deg)
        }
    .header--v1 .header__toggle-menu._active span:nth-child(2) {
        opacity: 0
        }
    .header--v1 .header__toggle-menu._active span:nth-child(3) {
        -webkit-transform: translatey(-3px) rotate(-45deg);
        -ms-transform: translatey(-3px) rotate(-45deg);
        transform: translatey(-3px) rotate(-45deg)
        }
    .header--v2 .header__button {
        padding: 15px;
        font-size: 12px
        }
    .header--v2 .header__toggle-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
        }
    .header--v2 .header__bottom {
        padding: 0
        }
    .header--v2 .header__nav {
        position: absolute;
        right: 0;
        top: 1000px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 150px;
        width: 100%;
        opacity: 0;
        pointer-events: none
        }
    .header--v2 .header__nav._active {
        right: 0;
        top: 0;
        height: 100vh;
        opacity: 1;
        pointer-events: all
        }
    .header--v2 .header__nav-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--v2 .header__nav-item--has-children._active .icon-arrow svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
        }
    .header--v2 .header__nav-item--has-children {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    .header--v2 .header__nav-item {
        margin: 0;
        padding: 0;
        width: 100%
        }
    .header--v2 .header__nav-item .link {
        padding: 15px;
        font-size: 20px
        }
    .header--v2 .header__nav-sublist::after, .header--v2 .header__nav-sublist::before {
        display: none
        }
    .header--v2 .header__nav-sublist {
        position: static;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
        }
    .header--v2 .header__nav-subitem .link {
        padding: 10px 10px 10px 30px
        }
    .comment {
        margin-top: 20px
        }
    .comment:first-child {
        margin-top: 30px
        }
    .footer {
        padding: 45px 0 20px
        }
    .footer--enable-mobile-button {
        padding-bottom: 90px
        }
    .footer__logo img {
        max-height: 32px
        }
    .footer__links-link img {
        max-height: 35px
        }
    .footer__links-link:not(:last-child) {
        margin-right: 30px
        }
    .payments-systems__item img {
        max-height: 15px
        }
    .payments-systems__item {
        padding: 8px 12px
        }
    }
@media (max-width: 1023px) and (max-width: 575px) {
    .header--v1 .header__nav._active::after {
        height: 90px
        }
    }
@media screen and (max-width: 900px) {
    :root {
        --offsets: 16px
        }
    }
@media (max-width: 850px) {
    .video__container {
        padding-bottom: 308px
        }
    }
@media (max-width: 767px) {
    html {
        font-size: 14px
        }
    .dafabetbrcom-wrapper + .dafabetbrcom-wrapper, .dafabetbrcom-wrapper:first-child {
        /*margin-top: 1rem*/
        }
    .dafabetbrcom-wrapper:last-child {
        margin-bottom: 1rem
        }
    .author--v1 .author__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .author--v1 .author__body-wrapper > p {
        margin-bottom: 10px;
        width: 150px
        }
    .author--v1 .author__body-wrapper {
        margin-right: 0
        }
    .author--v1 .author__list {
        margin-bottom: 10px
        }
    .author--v3 .author__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .author--v3 .author__image-box, .author--v3 .author__image-box img {
        max-height: 150px
        }
    .author--v3 .author__list-item:not(:last-child) {
        margin-right: 20px
        }
    .author--v4 .author__body-wrapper {
        gap: 10px
        }
    .payments-method--v1 .payments-method__item:not(:first-child) {
        margin-top: -1px
        }
    .payments-method--v1 .payments-method__item:nth-child(3n+1), .payments-method--v1 .payments-method__item:nth-child(3n+3) {
        border-right: none;
        border-left: none
        }
    .payments-method--v1 .payments-method__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        border-right: none;
        border-left: none;
        padding: 20px 0
        }
    .payments-method--v3 .payments-method__table {
        overflow-x: scroll;
        width: 800px
        }
    .payments-method--v3 {
        overflow-x: auto
        }
    .gallery--v1 .gallery__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .gallery--v1 .gallery__item {
        -ms-grid-column-align: center;
        justify-self: center
        }
    .gallery--v2 .gallery__item {
        max-height: 350px
        }
    .gallery--v3 .gallery__button {
        min-width: 50px
        }
    .feedbacks__list--v2, .feedbacks__list--v3, .feedbacks__list--v4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .bookmakers--v1 .bookmakers__table-row {
        padding: 10px
        }
    .bookmakers--v4 .bookmakers__body, .bookmakers--v5 .bookmakers__body, .bookmakers--v8 .bookmakers__body {
        grid-template-columns: repeat(1, 1fr)
        }
    .bookmaker--v1 .bookmaker__button {
        padding: 15px
        }
    .bookmaker--v2 .bookmaker__content {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin-bottom: 15px;
        padding: 10px
        }
    .bookmaker--v2 .bookmaker__info-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-right: none;
        padding: 10px
        }
    .bookmaker--v2 .bookmaker__info-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
        padding: 0
        }
    .bookmaker--v2 .bookmaker__item {
        padding: 5px;
        max-width: 100%
        }
    .bookmaker--v2 .bookmaker__ad {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .bookmaker--v2 .bookmaker__buttons {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6;
        border-left: none;
        padding: 10px
        }
    .bookmaker--v2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .bookmaker--v3 .bookmaker__image img {
        height: 100%;
        max-height: 100px
        }
    .bookmaker--v3 .bookmaker__content {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin: 0;
        padding: 0 15px
        }
    .bookmaker--v3 .bookmaker__info-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        border-right: none;
        padding: 0 18px
        }
    .bookmaker--v3 .bookmaker__buttons {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
        padding-top: 0
        }
    .bookmaker--v3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .bookmaker--v6 .bookmaker__header {
        -ms-grid-column-span: 6;
        grid-column: span 6;
        border-right: none
        }
    .bookmaker--v6 .bookmaker__price-list {
        -ms-grid-column-span: 3;
        grid-column: span 3
        }
    .bookmaker--v6 .bookmaker__ad {
        -ms-grid-column-span: 6;
        grid-column: span 6;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        border-right: none;
        border-bottom: 1px solid #e9e9e9
        }
    .bookmaker--v6 .bookmaker__links {
        -ms-grid-column-span: 3;
        grid-column: span 3;
        border: none
        }
    .bookmaker--v7 .bookmaker__header {
        grid-column: 1/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        border-right: none
        }
    .bookmaker--v7 .bookmaker__ad {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        border-right: none;
        border-bottom: 1px solid #e9e9e9
        }
    .bookmaker--v7 .bookmaker__money-list {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        border-right: none;
        gap: 15px
        }
    .bookmaker--v7 .bookmaker__links {
        grid-column: 1/-1;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
        border: none;
        border-top: 1px solid #e9e9e9
        }
    .bookmaker--v7, .cards__list--v1, .cards__list--v2, .cards__list--v3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .steps--v2 .steps__list {
        padding: 0
        }
    .steps--v2 .steps__item::before {
        left: 6px;
        top: -10px;
        width: 25px;
        height: 25px
        }
    .steps--v2 .steps__item-arrow-shevron {
        margin-top: auto
        }
    .steps--v2 .steps__item-arrow-circle {
        left: -9px;
        width: 36px;
        height: 36px
        }
    .steps--v2 .steps__item-arrow-bottom {
        display: none
        }
    .steps--v2 .steps__arrow, .steps--v2 .steps__bottom-arrow {
        width: 10px
        }
    .steps--v2 .steps__item-content::after {
        left: -9px;
        top: 15px;
        width: 10px;
        height: 23px
        }
    .steps--v2 .steps__item-content {
        margin: 0
        }
    .steps--v3 .steps__list {
        gap: 15px
        }
    .steps--v3 .steps__item::before {
        width: 50px;
        height: 40px
        }
    .steps--v3 .steps__item {
        padding-left: 22px
        }
    .steps--v3 .steps__triangle {
        width: 15px;
        background-size: contain
        }
    .bonuses .bonuses__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .bonuses--v4 .bonuses__list {
        grid-template-columns: repeat(2, 1fr)
        }
    .bonus--v3 .bonus__image {
        max-height: 150px
        }
    .bonus--v3 .bonus__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .bonus--v3 .bonus__content-wrapper {
        margin-right: 0;
        margin-bottom: 10px
        }
    .bonus--v3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-bottom: 10px
        }
    .dafabetbrcom-toc--v1 .dafabetbrcom-toc__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 20px
        }
    .dafabetbrcom-toc--v2 .dafabetbrcom-toc__list {
        grid-template-columns: repeat(2, 1fr)
        }
    .dafabetbrcom-toc--v3 .dafabetbrcom-toc__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .promocode--v3 .promocode__copy {
        margin: 0 0 10px
        }
    .promocode--v3 .promocode__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .promocode--v3 .promocode__link--copy {
        min-width: auto
        }
    .promocode--v3 .promocode__link--visit {
        width: 100%;
        min-width: auto
        }
    .promocodes--v1 .promocodes__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .app--v1 .app__header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column: 1/-1
        }
    .app--v1 .app__content {
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
        }
    .app--v1 .app__buttons {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
        }
    .app--v1 {
        -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr
        }
    .app--v2 .app__header {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        padding: 10px
        }
    .app--v2 .app__lists {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        border-right: none
        }
    .app--v2 .app__content {
        grid-column: 1/-1;
        padding: 10px
        }
    .app--v2 .app__buttons {
        grid-column: 1/-1;
        grid-row: auto;
        padding: 10px
        }
    .app--v2 .app__link {
        padding: 10px
        }
    .app--v2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
        }
    .app--v3 .app__header, .app--v3 .app__number {
        border-bottom: 1px solid #e9e9e9
        }
    .app--v3 .app__content {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin: 0;
        border: none
        }
    .app--v3 .app__money-list {
        border-right: none;
        border-left: none
        }
    .app--v3 .app__links {
        grid-column: 1/-1;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
        border: none
        }
    .app--v3 {
        -ms-grid-columns: 30px 1fr;
        grid-template-columns: 30px 1fr
        }
    .app--v4 .app__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-column: 1/-1
        }
    .app--v4 .app__image {
        margin: 0 auto
        }
    .app--v4 .app__plus {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        border-right: none;
        border-bottom: 1px solid #e9e9e9
        }
    .app--v4 .app__links {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .app--v4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .app--v5 .app__header {
        grid-column: 1/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .app--v5 .app__content {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .app--v5 .app__money-list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        border-top: 1px solid #e9e9e9;
        gap: 20px
        }
    .app--v5 .app__money-item, .app--v5 .app__money-list svg {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
        }
    .app--v5 .app__buttons {
        grid-column: 1/-1;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
        border-left: none
        }
    .app--v5 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .author-page--v1 .author-page__content, .author-page--v1 .author-page__content.span-4 {
        -ms-grid-column-span: 6;
        grid-column: span 6
        }
    .author-page--v1 .author-page__bet {
        -ms-grid-column-span: 6;
        grid-column: span 6;
        margin: 0 auto;
        width: 100%;
        max-width: 400px
        }
    .author-page--v1 .author-page__article-list {
        padding-bottom: 5px;
        gap: 5px
        }
    .author-page--v1 .paper {
        -ms-grid-column-span: 6;
        grid-column: span 6
        }
    .author-page--v2 .author-page__photo {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .author-page--v2 .author-page__info {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .author-page--v2 .author-page__bet {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        margin: 0 auto;
        width: 100%;
        max-width: 450px
        }
    .author-page--v2 .author-page__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
        }
    .author-page--v2 .author-page__article-list {
        padding-bottom: 5px;
        gap: 5px
        }
    .author-page--v2, .author-page--v3 .author-page__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .author-page--v3 .author-page__image {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .author-page--v3 .author-page__name {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        text-align: center
        }
    .author-page--v3 .author-page__list {
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .author-page--v3 .author-page__text {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
        }
    .author-page--v3 .author-page__article-list {
        padding-bottom: 5px;
        gap: 5px
        }
    .paper--v1.paper--sm {
        -ms-grid-column-span: 6;
        grid-column: span 6
        }
    .paper--v2.paper--lg {
        -ms-grid-column-span: 12;
        grid-column: span 12
        }
    .paper--v2.paper--md, .paper--v2.paper--sm {
        -ms-grid-column-span: 6;
        grid-column: span 6
        }
    .paper--v3.paper--lg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
        }
    .paper--v3.paper--md .paper__image {
        height: 100%;
        max-height: 100px
        }
    .paper--v3.paper--md .paper__link {
        margin-top: auto
        }
    .paper--v3.paper--md {
        -ms-grid-column-span: 12;
        grid-column: span 12
        }
    .paper--v3.paper--md .paper__image, .paper--v3.paper--sm .paper__image {
        max-height: 100px
        }
    .paper--v3.paper--sm {
        -ms-grid-column-span: 12;
        grid-column: span 12
        }
    .header-app--v1 .header-app__main {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .header-app--v1 .header-app__image {
        grid-column: 1/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        padding: 10px;
        max-width: 100%;
        max-height: 100px
        }
    .header-app--v1 .header-app__link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column: 1/-1;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
        }
    .header-app--v1 .header-app__main-wrapper {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .header-app--v1 .header-app__platform-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
        }
    .header-app--v1 .header-app__main-description {
        text-align: center
        }
    .header-app--v1 .header-app__bet-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .header-app--v1 .header-app__aside {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .header-app--v1 .header-app__slogan {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v1 .header-app__aside-text {
        text-align: center
        }
    .header-app--v1 .header-app__price-list {
        grid-column: 1/-1
        }
    .header-app--v1 .header-app__money-list {
        grid-column: 1/-1;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
        }
    .header-app--v1 .header-app__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        margin: 0 0 5px
        }
    .header-app--v2 .header-app__logo {
        grid-column: 1/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        border-right: none
        }
    .header-app--v2 .header-app__image {
        max-height: 90px
        }
    .header-app--v2 .header-app__rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v2 .header-app__main {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        border: none
        }
    .header-app--v2 .header-app__main-description, .header-app--v2 .header-app__name {
        text-align: center
        }
    .header-app--v2 .header-app__bet-list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 10px
        }
    .header-app--v2 .header-app__bet-item {
        padding: 10px
        }
    .header-app--v2 .header-app__money-list {
        -ms-flex-pack: distribute;
        justify-content: space-around
        }
    .header-app--v2 .header-app__plus-list {
        grid-column: 1/-1;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
        margin: 0 auto
        }
    .header-app--v2 .header-app__contnent {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .header-app--v2 .header-app__slogan {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v2 .header-app__content-text {
        text-align: center
        }
    .header-app--v2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .header-app--v3 .header-app__main {
        -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr
        }
    .header-app--v3 .header-app__price-list {
        grid-column: 1/-1;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6;
        border-right: none
        }
    .header-app--v3 .header-app__money-list {
        grid-column: 1/-1;
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        grid-row: 6/7
        }
    .header-app--v3 .header-app__plus-list {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        grid-row: 7/8
        }
    .header-app--v3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .header--v2 .header__top-container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 90px 1fr 90px;
        grid-template-columns: 90px 1fr 90px;
        gap: 10px
        }
    .header--v2 .header__logo {
        -ms-grid-column: 1;
        grid-column: 1/1;
        -ms-grid-row: 1;
        grid-row: 1/1;
        margin: 0
        }
    .header--v2 .header__page-nav {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .header--v2 .header__page-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header--v2 .header__buttons {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        margin: 0 auto
        }
    .header--v2 .header__toggle-menu {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 1;
        grid-row: 1/1
        }
    .news-block--v1 .news-block__list {
        padding-bottom: 5px;
        gap: 10px
        }
    .news-block--v3 .news-block__list--stretch .paper--v3.paper--sm {
        -ms-grid-column-span: 12;
        grid-column: span 12
        }
    .mobile-button._active {
        display: block
        }
    .dafabetbrcom-breadcrumbs__list_item:not(:last-child) {
        margin-right: 7px
        }
    .dafabetbrcom-breadcrumbs__list-link svg {
        margin-left: 10px
        }
    .dafabetbrcom-columns.col-2 .dafabetbrcom-columns__item {
        width: calc(100% - 2rem)
        }
    .button-content {
        margin-top: 1rem;
        margin-bottom: 1rem
        }
    .button-content__control {
        font-size: 14px;
        line-height: 16px
        }
    .comment-form__form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .comment-form__textarea {
        -ms-grid-column: 1;
        grid-column: 1/1;
        grid-row: auto;
        min-height: 120px
        }
    .comment-form__field {
        border-radius: 5px;
        padding: 13px;
        font-size: 14px;
        line-height: 16px
        }
    .comment-form__button svg {
        width: 19px;
        height: 19px
        }
    .comment-form__button {
        border-radius: 5px;
        padding: 13px;
        font-size: 14px;
        line-height: 16px
        }
    .comment {
        margin-top: 10px
        }
    .comment__content {
        font-size: 14px;
        line-height: 16px
        }
    .footer__social-list {
        padding: 15px 0
        }
    .footer__social-item {
        margin: 0 15px
        }
    .footer__links-list, .footer__payments-systems {
        padding: 15px 0
        }
    .tabs__header {
        border-radius: 20px 20px 0 0
        }
    .screenshot-gallery__list {
        overflow-x: auto;
        width: 100%;
        max-width: 980px
        }
    .screenshot-gallery__item {
        min-width: 300px;
        max-width: 325px
        }
    }
@media (max-width: 750px) {
    .promocode--v4 .promocode__left {
        padding: 17px;
        min-width: auto
        }
    .promocode--v4 .promocode__input {
        font-size: 18px;
        line-height: 22px
        }
    .promocode--v4 .promocode__right p span {
        font-size: 20px;
        line-height: 24px;
        -webkit-transform: translatey(1px);
        -ms-transform: translatey(1px);
        transform: translatey(1px)
        }
    .promocode--v4 .promocode__right p {
        font-size: 14px;
        line-height: 17px
        }
    .wp-block-columns.col-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    }
@media (max-width: 575px) {
    .author--v2 .author__image-box {
        left: 80%;
        top: -60px;
        width: 120px;
        height: 120px
        }
    .author--v2 .author__body-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .author--v2 .author__list {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
        }
    .author--v2 .author__list-item:not(:first-child) {
        margin-right: 10px
        }
    .author--v2 {
        margin-top: 70px
        }
    .author--v5 .author__title {
        max-width: 60%
        }
    .author--v5 .author__image-box {
        left: 70%
        }
    .gallery--v3 .gallery__wrapper {
        padding: 18px 10px
        }
    .gallery--v3 .gallery__button {
        min-width: 30px
        }
    .bookmaker--v1 .bookmaker__image {
        -ms-grid-column-align: center;
        justify-self: center;
        grid-column: 1/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .bookmaker--v1 .bookmaker__content {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .bookmaker--v1 .bookmaker__ad {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .bookmaker--v1 .bookmaker__buttons {
        grid-column: 1/-1;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
        }
    .bookmaker--v1 .bookmaker__button:not(:last-child) {
        margin-bottom: 5px
        }
    .bookmaker--v1 .bookmaker__button {
        width: 100%
        }
    .bookmaker--v1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 10px
        }
    .bookmaker--v3 .bookmaker__info-list {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        row-gap: 10px
        }
    .bookmaker--v3 .bookmaker__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
        }
    .bookmaker--v6 .bookmaker__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .bookmaker--v6 .bookmaker__image {
        margin-right: 0;
        margin-bottom: 15px
        }
    .bookmaker--v6 .bookmaker__price-list {
        -ms-grid-column-span: 6;
        grid-column: span 6;
        border-right: none
        }
    .bookmaker--v6 .bookmaker__links {
        -ms-grid-column-span: 6;
        grid-column: span 6
        }
    .bookmaker--v7 .bookmaker__header {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -ms-grid-columns: 137px 1fr;
        grid-template-columns: 137px 1fr;
        padding: 20px 10px
        }
    .bookmaker--v7 .bookmaker__image {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
        }
    .bookmaker--v7 .bookmaker__header-wrapper {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        gap: 20px 10px
        }
    .bookmaker--v7 .bookmaker__platform-list {
        -ms-grid-column-align: start;
        justify-self: start;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .bookmaker--v7 .bookmaker__ad {
        padding: 20px 10px
        }
    .bookmaker--v7 .bookmaker__money-list {
        padding: 20px 10px;
        gap: 10px
        }
    .bookmaker--v7 .bookmaker__links {
        padding: 20px 10px
        }
    .bonuses--v4 .bonuses__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .warning--v1::before {
        left: 50%;
        top: 16px;
        width: 30px;
        height: 30px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
        }
    .warning--v1::after {
        left: 50%;
        top: 10px;
        width: 50px;
        height: 50px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
        }
    .warning--v1 {
        padding: 80px 20px 20px
        }
    .warning--v2::before {
        left: 50%;
        top: 16px;
        width: 30px;
        height: 30px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
        }
    .warning--v2 {
        border-left-width: 4px;
        padding: 60px 20px 20px;
        text-align: center
        }
    .warning--v3::before {
        left: 50%;
        top: 16px;
        width: 30px;
        height: 30px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
        }
    .warning--v3 {
        border-left-width: 4px;
        padding: 60px 20px 20px;
        text-align: center
        }
    .dafabetbrcom-toc--v2 .dafabetbrcom-toc__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .promocode--v2 .promocode__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .promocode--v2 .promocode__content {
        margin: 0 0 10px;
        text-align: center
        }
    .promocode--v3 .promocode__image {
        height: 90px
        }
    .promocode--v3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .app--v1 .app__header {
        padding: 10px
        }
    .app--v1 .app__content {
        grid-column: 1/-1;
        padding: 20px 10px 10px
        }
    .app--v1 .app__buttons {
        grid-column: 1/-1;
        padding: 10px
        }
    .app--v1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .app--v2 .app__header {
        -ms-grid-column-align: center;
        justify-self: center;
        grid-column: 1/-1;
        border-right: none
        }
    .app--v2 .app__lists {
        -ms-grid-column-align: center;
        justify-self: center;
        grid-column: 1/-1
        }
    .app--v2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .app--v4 .app__image {
        margin-bottom: 8px
        }
    .app--v4 .app__header-wrapper {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%
        }
    .app--v4 .app__name {
        margin: 0
        }
    .app--v4 .app__slogan {
        margin-top: 8px
        }
    .app--v4 .app__lists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
        }
    .app--v4 .app__lists-wrapper:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px
        }
    .author-page--v1 .paper {
        -ms-grid-column-span: 12;
        grid-column: span 12
        }
    .paper--v1.paper--lg {
        -ms-grid-column-span: 12;
        grid-column: span 12;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 150px -webkit-min-content;
        -ms-grid-rows: 150px min-content;
        grid-template-rows: 150px -webkit-min-content;
        grid-template-rows: 150px min-content;
        padding: 20px 10px 10px;
        gap: 10px
        }
    .paper--v1.paper--lg .paper__content {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .paper--v1.paper--lg .paper__preview {
        display: none
        }
    .paper--v1.paper--md {
        -ms-grid-column-span: 12;
        grid-column: span 12;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 150px -webkit-min-content;
        -ms-grid-rows: 150px min-content;
        grid-template-rows: 150px -webkit-min-content;
        grid-template-rows: 150px min-content;
        padding: 20px 10px 10px;
        gap: 10px
        }
    .paper--v1.paper--md .paper__content {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .paper--v1.paper--md .paper__preview {
        display: none
        }
    .paper--v1.paper--sm {
        -ms-grid-column-span: 12;
        grid-column: span 12;
        -ms-grid-rows: 150px -webkit-min-content;
        -ms-grid-rows: 150px min-content;
        grid-template-rows: 150px -webkit-min-content;
        grid-template-rows: 150px min-content;
        padding: 20px 10px 10px
        }
    .paper--v2.paper--md, .paper--v2.paper--sm {
        -ms-grid-column-span: 12;
        grid-column: span 12
        }
    .header-app--v1 .header-app__main-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v1 .header-app__name {
        margin-bottom: 10px
        }
    .header-app--v1 .header-app__platform-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    .header-app--v1 .header-app__rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v1 .header-app__bet-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px
        }
    .header-app--v1 .header-app__bet-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v1 .header-app__info-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
        }
    .header-app--v1 .header-app__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0
        }
    .header-app--v3 .header-app__main {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .header-app--v3 .header-app__image {
        grid-column: 1/-1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
        }
    .header-app--v3 .header-app__main-wrapper {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .header-app--v3 .header-app__main-inner {
        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;
        margin-top: 0;
        margin-bottom: 10px
        }
    .header-app--v3 .header-app__rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
        }
    .header-app--v3 .header-app__main-description {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .header-app--v3 .header-app__bet-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
        }
    .header--v1 .header__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
        }
    .header--v1 .header__nav-item--has-children .icon-arrow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 16px
        }
    .header--v1 .header__buttons {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 5px
        }
    .header--v1 .header__link {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
        }
    .header--v1 .header__toggle-menu {
        margin-left: auto
        }
    .header--v2 .header__top-container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        padding: 0
        }
    .header--v2 .header__page-nav {
        grid-column: 1/-1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
        }
    .header--v2 .header__page-list-item .link {
        padding: 7px
        }
    .header--v2 .header__buttons {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        width: 100%
        }
    .header--v2 .header__toggle-menu {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        grid-row: 1/1
        }
    .header--v2 .header__nav-item--has-children .icon-arrow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 16px
        }
    .comment {
        -ms-grid-columns: -webkit-min-content 1fr;
        -ms-grid-columns: min-content 1fr;
        grid-template-columns: -webkit-min-content 1fr;
        grid-template-columns: min-content 1fr;
        gap: 8px
        }
    .comment__author {
        grid-column: 1/-1
        }
    .comment__karma {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
        }
    .comment__karma + .comment__date {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3
        }
    .comment__content {
        margin-top: 8px
        }
    .page-404__title {
        font-size: 100px;
        line-height: 110px
        }
    }
@media (max-width: 449px) {
    .author--v4 .author__author {
        grid-column: 1/-1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
        }
    .author--v4 .author__list {
        grid-column: 1/-1;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
        }
    .confirm-age--v1 .confirm-age__button {
        padding: 15px 10px
        }
    .confirm-age--v1 {
        padding: 10px
        }
    .confirm-age--v2 > p {
        padding: 10px 0
        }
    .confirm-age--v2 .confirm-age__title {
        padding: 10px
        }
    .confirm-age--v2 .confirm-age__description {
        margin: 15px 0 10px;
        padding: 0 10px
        }
    .confirm-age--v2 .confirm-age__buttons {
        padding: 0 10px
        }
    .confirm-age--v2 .confirm-age__button {
        padding: 10px
        }
    .confirm-age--v3 .confirm-age__buttons, .confirm-age--v3 .confirm-age__description {
        padding: 0 10px
        }
    .confirm-age--v3 .confirm-age__button--success, .payments-method--v1 {
        padding: 15px 10px
        }
    .gallery--v1 {
        padding: 20px 10px
        }
    .header-app--v1 .header-app__aside, .header-app--v1 .header-app__footer, .header-app--v1 .header-app__main, .header-app--v3 .header-app__button, .header-app--v3 .header-app__content, .header-app--v3 .header-app__main, .header-app--v3 .header-app__plus-list, .header-app--v3 .header-app__price-list {
        padding: 10px
        }
    .header--v2 .header__top {
        padding: 20px 10px
        }
    }
@media (max-width: 400px) {
    .promocode--v4 .promocode__left {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
        padding: 10px
        }
    .promocode--v4 .promocode__link--copy {
        right: 0
        }
    }
@media (max-width: 374px) {
    .header--v1 .header__link:not(:last-child) {
        margin-right: 0
        }
    }
/* faq */
.dafabetbrcom-faq--v1 {
    border: none;
    background: none;
    box-shadow: none
    }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-description {
    padding: 10px;
    border: 1px solid #bdbdbd;
    border-top: none
    }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item:not(:last-child) {
    margin-bottom: 1rem
    }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__item[open] .dafabetbrcom-faq__item-title, .dafabetbrcom-faq--v1 .dafabetbrcom-faq__item .dafabetbrcom-faq__item-title {
    padding: 12px
    }
.dafabetbrcom-faq--v1 .dafabetbrcom-faq__title {
    padding: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: var(--color-title)
    }
/* faq */
/* footer */
/* footer */
/* toc */
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__title {
    padding: 10px
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__list {
    padding: 10px 12px
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__nav.active {
    border: none
    }
.dafabetbrcom-toc-auto__header {
    padding: 10px
    }
/* toc */
.wp-block-table {
    overflow: auto
    }
.footer__copyright {
    line-height: 24px
    }
.footer__nav-item a, .footer__nav-item .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: var(--color-footer-navigation-link);
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s
    }
.footer__nav-item .link {
    color: #000;
    font-weight: 700
    }
.header--v1 .header__nav-item span.link {
    color: #ffe000
    }
.dafabetbrcom-faq__item-wrapper:not(:last-child) {
    margin-bottom: 1rem
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__nav {
    display: block
    }
.dafabetbrcom-toc--v1 .dafabetbrcom-toc__list {
    display: none
    }
.dafabetbrcom-toc__nav.active .dafabetbrcom-toc__list {
    display: grid
    }
.prefix-slot__title {
    text-align: center;
    margin: 0 8px;
    font-weight: 700;
    color: #fff
    }
.prefix-slot__button {
    width: 100px;
    margin: 0 8px;
    color: var(--color-second-button);
    background-color: var(--color-second-button-bg);
    border: none;
    border-radius: 5px;
    padding: 12px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
    width: calc(100% - 16px);
    transition: all 0.3s ease-in-out
    }
.prefix-slot__button:hover {
    opacity: 0.7
    }
@media (max-width: 1200px) {
    .prefix-slots__list {
        grid-template-columns: repeat(4, 1fr)
        }
    }
@media (max-width: 1023px) {
    .prefix-slots__list {
        grid-template-columns: repeat(3, 1fr)
        }
    }
@media (max-width: 767px) {
    .prefix-slots__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
        }
    }
.sport-clubs {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px 32px;
    flex-wrap: wrap;
    list-style: none
    }
.sport-clubs__item {
    display: flex;
    flex-direction: column;
    gap: 4px
    }
.sport-clubs__item img {
    max-width: 150px;
    object-fit: contain
    }
.sport-clubs__name, .sport-clubs__text {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #fff
    }
.sport-clubs__text {
    font-weight: 400
    }
@media (max-width: 767px) {
    .sport-clubs {
        flex-wrap: nowrap;
        overflow: auto
        }
    }
/* Relink */
* + .relink {
    margin-top: 1rem
    }
.relink > .get-image, .relink > img {
    border-radius: 4px;
    overflow: hidden
    }
.relink__list {
    grid-column: 3/-1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none
    }
.relink--full .relink__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
    }
.relink__item {
    border-radius: 4px;
    background-color: #22252a;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease-in-out
    }
.relink__content {
    flex-grow: 1;
    background-color: #b30101;
    padding: 4px
    }
.relink--full .relink__item {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    width: 100px
    }
.relink--full .relink__item:hover {
    background-color: #b30101
    }
.relink--full .relink__item:hover .relink__title {
    color: #fff
    }
.relink__item:hover {
    opacity: 0.8
    }
.relink .get-image {
    display: flex;
    align-items: center;
    justify-content: center
    }
.relink--full .relink__item img {
    max-width: 56px;
    max-height: 56px;
    object-fit: contain
    }
.relink--full .relink__item {
    gap: 10px;
    background-color: #D9D9D9
    }
.relink--full .relink__content {
    flex-grow: 0;
    background-color: transparent
    }
.relink__title {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s ease-in-out
    }
.relink--full .relink__title {
    color: #373737;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px
    }
.relink__text {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #fff
    }
@media (max-width: 1280px) {
    .relink__list {
        grid-template-columns: repeat(3, 1fr)
        }
    .relink--no-img .relink__list {
        grid-template-columns: repeat(4, 1fr);
        grid-column: 1/-1
        }
    }
@media (max-width: 1023px) {
    .relink {
        grid-template-columns: 1fr
        }
    .relink > .get-image, .relink > img {
        grid-column: auto
        }
    .relink__list {
        grid-template-columns: repeat(4, 1fr)
        }
    .relink__list {
        grid-column: auto
        }
    .relink--no-img .relink__list {
        grid-template-columns: repeat(4, 1fr)
        }
    }
@media (max-width: 767px) {
    .relink--full .relink__list {
        grid-template-columns: repeat(3, 1fr)
        }
    .relink--no-img .relink__list {
        grid-template-columns: repeat(3, 1fr)
        }
    .relink__list {
        grid-template-columns: repeat(2, 1fr)
        }
    .relink--full .relink__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2px
        }
    .relink--full .relink__item {
        width: 100%
        }
    }
@media (max-width: 550px) {
    .relink--full .relink__list, .relink--no-img .relink__list {
        grid-template-columns: repeat(2, 1fr)
        }
    .relink__list {
        grid-template-columns: repeat(1, 1fr)
        }
    }
/* Relink */
/* Links image */
.links-image-container {
    position: relative
    }
.links-image__slider {
    width: 100%;
    overflow: hidden
    }
.links-image__slider .links-image__wrapper {
    display: flex;
    list-style: none;
    padding-left: 0;
    width: fit-content
    }
.links-image__item {
    display: flex;
    position: relative
    }
.links-image__button {
    position: absolute;
    bottom: 16px;
    right: 16px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 120px;
    transition: all 0.3s ease-in-out;
    color: var(--color-second-button);
    background-color: var(--color-second-button-bg);
    cursor: pointer;
    border: none
    }
.links-image__button:hover {
    opacity: 0.7
    }
.links-image__item .get-image {
    width: 100%;
    height: 100%
    }
.links-image__item .get-image img {
    display: block;
    min-width: 100%;
    height: auto;
    object-fit: cover
    }
@media (max-width: 767px) {
    .links-image__button {
        bottom: 8px;
        right: 8px
        }
    }
/* Links image */
* + .block-navigation {
    margin-top: 1rem
    }
.block-navigation__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0
    }
.block-navigation__item {
    position: relative;
    display: flex;
    flex-direction: column
    }
.block-navigation__item:hover .block-navigation__item-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all
    }
.block-navigation__item-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s ease-in-out
    }
.block-navigation__button {
    color: var(--color-second-button);
    background-color: var(--color-second-button-bg);
    border: none;
    border-radius: 5px;
    padding: 12px;
    font-family: var(--ff-primary);
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    cursor: pointer;
    transition: all 0.3s ease-in-out
    }
.block-navigation__button:hover {
    opacity: 0.7
    }
.block-navigation__item-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    padding: 10px 16px;
    background-color: #b30101
    }
.block-navigation__item-text {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    min-height: 30px;
    margin: 0;
    padding: 5px 20px;
    background: rgba(1, 4, 11, 0.7);
    zoom: 1;
    text-align: center;
    color: #fff;
    font-weight: 700;
    z-index: 1;
    font-size: 10px;
    line-height: 12px
    }
.block-navigation__item-content {
    display: flex;
    flex-direction: column;
    gap: 12px
    }
.block-navigation__item-content img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%
    }
.block-navigation__item-content img {
    height: 305px
    }
.image-2 .block-navigation__item-content img:first-child {
    height: 175px
    }
.image-2 .block-navigation__item-content img:nth-of-type(1) {
    height: 175px
    }
.image-2 .block-navigation__item-content img:nth-of-type(2) {
    height: 120px
    }
@media (max-width: 1023px) {
    .block-navigation__list {
        grid-template-columns: repeat(2, 1fr)
        }
    }
@media (max-width: 767px) {
    .block-navigation__list {
        grid-template-columns: 1fr
        }
    .block-navigation__item-content img, .image-2 .block-navigation__item-content img:nth-of-type(1), .image-2 .block-navigation__item-content img:nth-of-type(2) {
        height: fit-content
        }
    }
* + .dafabetbrcom-container {
    margin-top: 1rem
    }
.relink--full .relink__list {
    justify-content: center
    }
.relink__item {
    padding: 4px;
    align-self: stretch
    }
.relink--full .relink__title {
    font-size: 10px;
    line-height: 12px
    }
.relink--full .relink__item {
    min-width: 76px
    }
.relink--full .relink__item img {
    max-height: 28px
    }
.relink--full .relink__item {
    min-height: 70px;
    width: 76px;
    text-transform: uppercase
    }
.links-image__text {
    margin: 0;
    position: absolute;
    max-width: 80%;
    top: 16px;
    right: 16px;
    text-align: right;
    font-weight: 700;
    color: #fff;
    max-width: 90%;
    font-size: 20px;
    line-height: 24px
    }
.icon-font__deposit:before {
    content: "";
    color: #fff
    }
.icon-font__casino:before {
    content: "";
    color: #fff
    }
.icon-font__bonus:before {
    content: "";
    color: #fff
    }
.icon-font__reg:before {
    content: "";
    color: #fff
    }
.icon-font__app:before {
    content: "";
    color: #fff
    }
.dafabetbrcom-wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
    }
.dafabetbrcom-wrapper .dafabetbrcom-wrapper:last-child {
    margin-bottom: 0
    }
.dafabetbrcom-wrapper:last-child {
    margin-bottom: 50px
    }
.dafabetbrcom-container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: 1440px
    }
.dafabetbrcom-container .dafabetbrcom-container {
    padding-left: 0;
    padding-right: 0
    }
.dafabetbrcom-columns {
    padding: 2rem 0
    }
.dafabetbrcom-columns__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -1rem
    }
.dafabetbrcom-columns__container.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
    }
.dafabetbrcom-columns__item {
    margin: 1rem
    }
.dafabetbrcom-columns__item img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.dafabetbrcom-columns.align-center .columns__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.dafabetbrcom-columns.col-2 .dafabetbrcom-columns__item {
    width: calc(50% - 2rem)
    }
.hidden_svg {
    display: none
    }
.no-scroll {
    overflow: hidden
    }
body {
    background: var(--bg, #eaebed);
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Open Sans"
    }
main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
    }
h1 {
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px
    }
h1.align-center {
    text-align: center
    }
h2 {
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 30.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px
    }
h2.align-center {
    text-align: center
    }
p {
    margin-top: 1rem;
    color: var(--text, #5e5e5e);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
    }
p strong {
    font-weight: 700
    }
ol:not([class]), ol.wp-block-list {
    margin-top: 16px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    counter-reset: olNum;
    list-style: none;
    padding: 0
    }
ol:not([class]) li, ol.wp-block-list li {
    position: relative;
    padding: 4px 10px 4px 30px;
    border-radius: 6px;
    border: 1px dashed rgba(94, 94, 94, 0.2);
    color: var(--text, #5e5e5e);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
    }
ol:not([class]) li::before, ol.wp-block-list li::before {
    counter-increment: olNum;
    position: absolute;
    top: 4px;
    left: 7px;
    content: counter(olNum) ".";
    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;
    color: var(--header, #af0000);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
    }
ul:not([class]), ul.wp-block-list {
    margin-top: 16px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    counter-reset: olNum;
    list-style: none;
    padding: 0
    }
ul:not([class]) li, ul.wp-block-list li {
    position: relative;
    padding: 4px 10px 4px 30px;
    border-radius: 6px;
    border: 1px dashed rgba(94, 94, 94, 0.2);
    color: var(--text, #5e5e5e);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
    }
ul:not([class]) li::before, ul.wp-block-list li::before {
    counter-increment: olNum;
    position: absolute;
    top: 4px;
    left: 10px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='9' viewBox='0 0 8 9' fill='none'%3E%3Ccircle cx='4' cy='4.56519' r='4' fill='%23AF0000'/%3E%3C/svg%3E")
    }
:root {
    --height: 0;
    --offsets: 30px
    }
.header {
    position: sticky;
    top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%;
    z-index: 99;
    background: var(--header, #af0000)
    }
.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
    }
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin-right: auto;
    max-width: 112px
    }
.header__logo a {
    width: 100%
    }
.header__logo a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.header__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 65%
    }
.header__nav-list {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 22px
    }
.header__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
    }
.header__nav li img {
    max-height: 16px;
    -o-object-fit: contain;
    object-fit: contain
    }
.header__nav li a {
    word-break: break-all;
    color: #e6e7e8;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s
    }
.header__nav li a:hover {
    color: #ffe000
    }
.header__nav li span {
    word-break: break-all;
    color: #e6e7e8;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    cursor: default
    }
.header__nav li.header__nav-item--has-children {
    position: relative;
    padding-right: 20px
    }
.header__nav li.header__nav-item--has-children svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 0;
    width: 11px;
    height: 11px;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
    transition: -webkit-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s
    }
.header__nav li.header__nav-item--has-children .header__nav-sublist {
    display: none;
    position: absolute;
    min-width: 163px;
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #af0000;
    right: 50%;
    top: 18px;
    -webkit-transform: translatex(50%);
    -ms-transform: translatex(50%);
    transform: translatex(50%);
    z-index: 99
    }
.header__nav li.header__nav-item--has-children .header__nav-sublist::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: 0 0;
    top: -20px;
    left: 0
    }
.header__nav li.header__nav-item--has-children .header__nav-sublist a {
    font-weight: 300;
    color: #e6e7e8;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
    }
.header__nav li.header__nav-item--has-children .header__nav-sublist a:hover {
    color: #ffe000
    }
.header__buttons {
    max-width: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: start;
    align-self: flex-start;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.header__buttons .btn {
    margin-top: 0;
    padding: 12px
    }
.header__burger {
    display: none;
    position: relative;
    width: 27px;
    height: 21px;
    cursor: pointer
    }
.header__burger::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
    }
.header__burger::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
    }
.header__burger span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
    }
.header.burger-active .header__burger span {
    display: none
    }
.header.burger-active .header__burger::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    right: 5px;
    width: 100%
    }
.header.burger-active .header__burger::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8px;
    right: 5px;
    width: 100%
    }
.hero-section .dafabetbrcom-columns__container {
    margin-top: 0
    }
.hero-section--app .dafabetbrcom-columns__container {
    margin-top: 0
    }
.toc-section__toc {
    background: var(--header, #af0000);
    border-radius: 6px
    }
.toc-section__title {
    margin: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    position: relative;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer
    }
.toc-section__title::after {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cg clip-path='url(%23clip0_16_4897)'%3E%3Cpath d='M17.6582 0.189453H7.34193C2.86086 0.189453 0.189453 2.86086 0.189453 7.34192V17.6459C0.189453 22.1393 2.86086 24.8106 7.34193 24.8106H17.6459C22.127 24.8106 24.7984 22.1393 24.7984 17.6582V7.34192C24.8107 2.86086 22.1393 0.189453 17.6582 0.189453ZM17.4982 11.4783L13.1525 15.8239C12.9679 16.0086 12.734 16.0948 12.5001 16.0948C12.2662 16.0948 12.0323 16.0086 11.8476 15.8239L7.50195 11.4783C7.14495 11.1213 7.14495 10.5304 7.50195 10.1734C7.85897 9.81636 8.44988 9.81636 8.80688 10.1734L12.5001 13.8665L16.1932 10.1734C16.5502 9.81636 17.1412 9.81636 17.4982 10.1734C17.8552 10.5304 17.8552 11.109 17.4982 11.4783Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_16_4897'%3E%3Crect width='25' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    top: 50%;
    right: 16px;
    -webkit-transform: translatey(-40%);
    -ms-transform: translatey(-40%);
    transform: translatey(-40%);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s
    }
.toc-section__toc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem
    }
.toc-section__toc.active .toc-section__title {
    padding: 20px 20px 0 20px
    }
.toc-section__toc.active .toc-section__title::after {
    -webkit-transform: translatey(-25%) rotate(180deg);
    -ms-transform: translatey(-25%) rotate(180deg);
    transform: translatey(-25%) rotate(180deg)
    }
.toc-section__toc.active .toc-section__toc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
    }
.toc-section__toc-list {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 16px;
    padding: 20px;
    border-radius: 6px;
    background: var(--header, #af0000);
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    border-right: 1px solid #af0000;
    border-bottom: 1px solid #af0000;
    border-left: 1px solid #af0000;
    margin: 0
    }
.toc-section__toc-item {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
    }
.toc-section__toc-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    padding: 10px 16px;
    border-radius: 6px;
    border: 1px solid #af0000;
    color: var(--text, #5e5e5e);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%
    }
.toc-section__toc-item a:hover::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
    }
.toc-section__toc-item a::before {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M5.24967 2.91797V4.08464H9.09384L2.33301 10.8455L3.15551 11.668L9.91634 4.90714V8.7513H11.083V2.91797H5.24967Z' fill='%23AF0000'/%3E%3C/svg%3E")
    }
.faq-section__list {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.faq-section__item {
    position: relative;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #d9d9d9
    }
.faq-section__item h3 {
    color: var(--title, #3E3E3E);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0
    }
.faq-section__item[open] h3 {
    margin: 0;
    color: var(--Surface-Dim, #FFF);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
    }
.faq-section__item::after {
    position: absolute;
    right: 16px;
    top: 16px;
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='none'%3E%3Cg clip-path='url(%23clip0_2046_2500)'%3E%3Cpath d='M17.6582 0.754517H7.34193C2.86086 0.754517 0.189453 3.42592 0.189453 7.90699V18.211C0.189453 22.7043 2.86086 25.3756 7.34193 25.3756H17.6459C22.127 25.3756 24.7984 22.7043 24.7984 18.2233V7.90699C24.8107 3.42592 22.1393 0.754517 17.6582 0.754517ZM17.4982 12.0434L13.1525 16.389C12.9679 16.5736 12.734 16.6598 12.5001 16.6598C12.2662 16.6598 12.0323 16.5736 11.8476 16.389L7.50195 12.0434C7.14495 11.6863 7.14495 11.0954 7.50195 10.7384C7.85897 10.3814 8.44988 10.3814 8.80688 10.7384L12.5001 14.4316L16.1932 10.7384C16.5502 10.3814 17.1412 10.3814 17.4982 10.7384C17.8552 11.0954 17.8552 11.674 17.4982 12.0434Z' fill='%233E3E3E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2046_2500'%3E%3Crect width='25' height='25' fill='white' transform='translate(0 0.565186)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    height: 27px;
    width: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s
    }
.faq-section__item-text {
    padding: 16px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    border: 1px solid var(--header, #af0000)
    }
.faq-section__item-text p:first-child {
    margin-top: 0
    }
.faq-section summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 17px 45px 17px 20px;
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer
    }
.faq-section summary::marker {
    content: ""
    }
.faq-section__item[open] {
    background: var(--header, #af0000)
    }
.faq-section__item[open] summary {
    color: #fff
    }
.faq-section__item[open]:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='none'%3E%3Cg clip-path='url(%23clip0_2046_2505)'%3E%3Cpath d='M17.6582 25.3756H7.34193C2.86086 25.3756 0.189453 22.7042 0.189453 18.2231V7.91916C0.189453 3.4258 2.86086 0.754503 7.34193 0.754503H17.6459C22.127 0.754503 24.7984 3.4258 24.7984 7.90687V18.2231C24.8107 22.7042 22.1393 25.3756 17.6582 25.3756ZM17.4982 14.0868L13.1525 9.74114C12.9679 9.55648 12.734 9.4703 12.5001 9.4703C12.2662 9.4703 12.0323 9.55648 11.8476 9.74114L7.50195 14.0868C7.14495 14.4438 7.14495 15.0347 7.50195 15.3917C7.85897 15.7487 8.44988 15.7487 8.80688 15.3917L12.5001 11.6985L16.1932 15.3917C16.5502 15.7487 17.1412 15.7487 17.4982 15.3917C17.8552 15.0347 17.8552 14.4561 17.4982 14.0868Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2046_2505'%3E%3Crect width='25' height='25' fill='white' transform='translate(0 0.565186)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    gap: 30px
    }
.footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    }
.footer__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
    }
.footer__logo img {
    max-width: 120px;
    -o-object-fit: contain;
    object-fit: contain
    }
.footer__app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
    }
.footer__app-button {
    min-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 10px;
    border-radius: 6px;
    background: var(--yellow, #ffe000);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s
    }
.footer__app-button-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
    }
.footer__app-button-text span {
    margin-top: 4px;
    display: block;
    font-size: 14px;
    font-weight: 600
    }
.footer__app-button svg:first-child {
    margin-right: 0.25rem
    }
.footer__app-button svg:last-child {
    margin-left: 0.75rem
    }
.footer__nav {
    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;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }
.footer__nav li > a {
    color: #fff;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%
    }
.footer__nav li > a:hover {
    color: #ffe000
    }
.footer__copywrite {
    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;
    gap: 10px;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
    }
.footer__copywrite > img {
    max-width: 135px;
    -o-object-fit: contain;
    object-fit: contain
    }
.mb-section-v1 {
    width: 100%;
    margin: 12px auto 0 auto;
    position: sticky;
    bottom: 0;
    padding: 8px;
    border-radius: 6px;
    background: var(--header, #af0000);
    display: none;
    -ms-grid-columns: 1.3fr 1fr;
    grid-template-columns: 1.3fr 1fr;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 98
    }
.mb-section-v1__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
    }
.mb-section-v1__description {
    margin-top: 0;
    color: #fff;
    text-align: left;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px
    }
.mb-section-v1__description span {
    font-weight: 700
    }
.mb-section-v1 > .btn {
    padding: 14.5px 64.5px 14.5px 24.5px;
    position: relative;
    max-width: unset;
    margin-top: 0;
    gap: 3px
    }
.mb-section-v1 > .btn img {
    position: absolute;
    top: -6px;
    right: 5px;
    max-width: 56px;
    -o-object-fit: contain;
    object-fit: contain
    }
.mb-section-v1 > .btn:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset
    }
.mb-section-v2 {
    width: 100%;
    margin: 12px auto 0 auto;
    position: sticky;
    bottom: 0;
    padding: 8px 8px 8px 75px;
    border-radius: 6px;
    background: var(--header, #af0000);
    display: none;
    -ms-grid-columns: minmax(107px, auto) minmax(143px, auto);
    grid-template-columns: minmax(107px, auto) minmax(143px, auto);
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 98
    }
.mb-section-v3 {
    z-index: 98;
    width: 100%;
    margin: 12px auto 0 auto;
    position: sticky;
    bottom: 0;
    padding: 8px;
    border-radius: 6px;
    background: var(--header, #af0000);
    display: none
    }
.mb-section-v2__img {
    position: absolute;
    bottom: 0;
    left: 5px;
    max-width: 60px;
    max-height: 90px;
    width: 100%
    }
.mb-section-v2__img > img, .mb-section-v2__img > svg {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
    }
.mb-section-v2__description {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-top: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
    }
.mb-section-v2__description span {
    font-weight: 800
    }
.mb-section-v2 > .btn {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    padding: 14.5px 24.5px;
    max-width: unset;
    margin-top: 0;
    gap: 0.1875rem
    }
.mb-section-v2 > .btn:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset
    }
.btn {
    position: relative;
    max-width: 300px;
    padding: 15px 65.5px;
    gap: 10px;
    border-radius: 6px;
    margin-top: 16px;
    display: block;
    color: #313131;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-align: center;
    cursor: pointer
    }
.btn svg {
    display: none
    }
.btn--white {
    background: var(--register, #e4e4e4)
    }
.btn--white:hover {
    -webkit-box-shadow: 0 0 10px 0 #e4e4e4;
    box-shadow: 0 0 10px 0 #e4e4e4
    }
.btn--yellow {
    background: var(--yellow, #ffe000)
    }
.btn--yellow:hover {
    -webkit-box-shadow: 0 0 10px 0 #ffe000;
    box-shadow: 0 0 10px 0 #ffe000
    }
.btn--transparent {
    color: #fff;
    border-radius: 5px;
    border: 1px solid var(--yellow, #ffe000);
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(7.7px);
    backdrop-filter: blur(7.7px)
    }
.btn--full-width {
    width: 100%;
    max-width: 100%
    }
.btn--align-center {
    margin-left: auto;
    margin-right: auto
    }
.btn--with-svg {
    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;
    gap: 8px
    }
.btn--with-svg svg {
    display: inline-block;
    min-width: 33px;
    max-width: 33px;
    height: 36px
    }
.bonus {
    margin-top: 17px;
    width: 100%;
    max-width: 100%;
    padding: 12px 12px 16px 12px;
    border-radius: 6px;
    background: #8d0000;
    background-image: url(images/bonus-background.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 10px
    }
.bonus--small > .btn {
    grid-column: unset !important
    }
.bonus__title {
    grid-column: 1/-1;
    text-align: center;
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
    }
.bonus__item {
    padding: 8px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#600303), to(#420201));
    background: linear-gradient(180deg, #600303 0, #420201 100%);
    text-align: center;
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
    }
.bonus__item span {
    color: var(--yellow, #ffe000);
    font-weight: 700
    }
.bonus > .btn {
    margin-top: 0;
    grid-column: 1/-1;
    padding: 18px 65.5px;
    color: #313131;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
    }
.links-list {
    max-width: 100%;
    width: 100%;
    margin-top: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
    padding-left: 0
    }
.links-list__item {
    border-radius: 6px;
    border: 1px solid var(--header, #af0000);
    background: #af0000;
    background-image: url(images/link-bg.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s
    }
.links-list__item:hover a:after {
    -webkit-transform: translatex(5px);
    -ms-transform: translatex(5px);
    transform: translatex(5px)
    }
.links-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    gap: 13px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    position: relative
    }
.links-list__item-left {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 0 0 10px
    }
.links-list__item a::after {
    /*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='15' viewBox='0 0 29 15' fill='none'%3E%3Cpath d='M28.7071 8.16218C29.0976 7.77166 29.0976 7.13849 28.7071 6.74797L22.3431 0.384008C21.9526 -0.00651647 21.3195 -0.0065164 20.9289 0.384008C20.5384 0.774532 20.5384 1.4077 20.9289 1.79822L26.5858 7.45508L20.9289 13.1119C20.5384 13.5025 20.5384 14.1356 20.9289 14.5261C21.3195 14.9167 21.9526 14.9167 22.3431 14.5261L28.7071 8.16218ZM1.09278e-07 8.45508L28 8.45508L28 6.45508L-1.09278e-07 6.45508L1.09278e-07 8.45508Z' fill='white'/%3E%3C/svg%3E");*/
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    margin-left: 25px;
    right: 16px;
    position: absolute
    }
.links-list__item a img {
    max-width: 40px;
    max-height: 40px;
    -o-object-fit: contain;
    object-fit: contain
    }
.tabs {
    position: relative;
    margin-top: 16px;
    overflow: hidden
    }
.tabs::before {
    position: absolute;
    content: "";
    top: 38px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(94, 94, 94, 0.2)
    }
.tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    text-align: center;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 25px
    }
.tabs__header-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
    }
.tabs__header-button {
    width: 100%;
    padding: 0 48px;
    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;
    gap: 10px;
    text-wrap: nowrap;
    white-space: nowrap;
    background: 0 0;
    color: var(--text, #5e5e5e);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    cursor: pointer
    }
.tabs__header-button.active {
    position: relative;
    color: var(--header, #af0000);
    font-weight: 700
    }
.tabs__header-button.active::after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(175, 0, 0, 0)), color-stop(49.5%, #af0000), to(rgba(175, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(175, 0, 0, 0) 0, #af0000 49.5%, rgba(175, 0, 0, 0) 100%)
    }
.tabs__header-button.active::before {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Ccircle cx='4.5' cy='4.5' r='4.5' fill='%23AF0000'/%3E%3C/svg%3E");
    bottom: -24px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
    }
.tabs__content {
    width: 100%;
    margin: 16px auto 0 auto
    }
.tabs__item > :first-child {
    margin-top: 0
    }
.tabs__item.visually-hidden {
    display: none
    }
.esports-list {
    width: 100%;
    max-width: 100%;
    margin-top: 17px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding: 0
    }
.esports-list + .button-content {
    margin-top: 20px
    }
.esports-list__item {
    border-radius: 4px;
    background: #d9d9d9;
    overflow: hidden;
    display: flex;
    align-items: center
    }
.esports-list__item {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%
    }
.esports-list__item img {
    max-width: 40px;
    -o-object-fit: contain;
    object-fit: contain
    }
.bonuses-list {
    max-width: 100%;
    width: 100%;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    padding: 0
    }
.bonuses-list__item {
    border-radius: 6px;
    min-width: 300px;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
    }
.bonuses-list__item:nth-child(odd) .bonuses-list__item-tag {
    background: var(--yellow, #ffe000)
    }
.bonuses-list__item:nth-child(even) .bonuses-list__item-tag {
    color: #fff;
    background: #5e007c
    }
.bonuses-list__item-tag {
    position: relative;
    margin-bottom: -16px;
    margin-left: 30px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    padding: 7px 12px;
    border-radius: 0 3px 3px 3px;
    z-index: 2;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px
    }
.bonuses-list__item-tag::after {
    position: absolute;
    top: 1px;
    left: -13px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M0 12L13 0V12H0Z' fill='%232B2500'/%3E%3C/svg%3E")
    }
.bonuses-list__item img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    border-radius: 6px 6px 0 0
    }
.bonuses-list__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 12px;
    background: #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 0 6px 6px
    }
.bonuses-list__item-text {
    margin-top: 0;
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
    }
.bonuses-list__item-description {
    margin-top: 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
    }
.bonuses-list__item > .btn {
    margin-top: 12px
    }
.games-list {
    width: 100%;
    max-width: 100%;
    margin-top: 17px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding: 0
    }
.games-list--small {
    grid-template-columns: repeat(6, 1fr)
    }
.games-list__item {
    display: inline-block;
    overflow: hidden;
    height: 200px;
    border-radius: 6px
    }
.games-list__item-img {
    text-align: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden
    }
.games-list__item-img:hover .games-list__item-img-buttons {
    left: 0
    }
.games-list__item-img-buttons {
    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;
    gap: 10px;
    position: relative;
    padding: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px 55px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.7) 100%);
    left: -100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 2
    }
.games-list__item-img-buttons-text {
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-wrap: nowrap
    }
.games-list__item-img-buttons .btn {
    display: block;
    padding: 10px;
    max-width: 100%;
    width: 100%;
    margin-top: 0
    }
.games-list__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
    }
.column-table {
    width: 100%;
    margin-top: 16px
    }
.column-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
    }
.column-table tbody {
    /*display: -ms-grid;*/
    /*display: grid;*/
    /*-ms-grid-columns: 1fr 1fr;*/
    /*grid-template-columns:1fr 1fr;*/
    /*-webkit-column-gap: 40px;*/
    /*-moz-column-gap: 40px;*/
    /*column-gap: 40px*/
    }
.column-table tbody tr {
    border-bottom: 1px solid rgba(94, 94, 94, 0.2);
    display: flex;
    justify-content: space-between
    }
.column-table tbody tr td {
    padding: 13px 16px;
    color: var(--text, #5e5e5e);
    text-align: right;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    width: max-content;
    gap: 6px;
    flex-wrap: wrap
    }
.column-table tbody tr td:first-child {
    min-width: 150px;
    text-align: left;
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
    }
.column-table tbody tr td:first-child img, .column-table tbody tr td:first-child svg {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain
    }
.column-table tbody tr td:last-child {
    /*width: 100%;*/
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center
    }
.wp-block-table {
    width: 100%;
    margin-top: 16px
    }
.wp-block-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
    }
.wp-block-table tr td, .wp-block-table tr th {
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
    }
.wp-block-table tr td:first-child, .wp-block-table tr th:first-child {
    width: 310px
    }
.wp-block-table thead tr th {
    background: var(--header, #af0000);
    padding: 11px 16px;
    border-bottom: 1px solid rgba(94, 94, 94, 0.2);
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
    }
.wp-block-table thead tr th:first-child {
    border-radius: 10px 0 0 0;
    border-right: 1px solid rgba(94, 94, 94, 0.2)
    }
.wp-block-table thead tr th:last-child {
    border-radius: 0 10px 0 0
    }
.wp-block-table tbody tr td {
    border-bottom: 1px solid rgba(94, 94, 94, 0.2);
    padding: 11px 16px
    }
.wp-block-table tbody tr td:first-child {
    padding: 11px 16px;
    border-right: 1px solid rgba(94, 94, 94, 0.2);
    border-left: 1px solid rgba(94, 94, 94, 0.2);
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
    }
.wp-block-table.table-center tbody tr td {
    text-align: center
    }
.wp-block-table.table-center tbody tr td:first-child {
    text-align: left
    }
.wp-block-table tbody tr:first-child {
    border-top: 1px solid rgba(94, 94, 94, 0.2)
    }
.wp-block-table tbody tr td:last-child {
    border-right: 1px solid rgba(94, 94, 94, 0.2);
    color: var(--text, #5e5e5e);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
    }
.wp-block-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px
    }
.wp-block-table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0
    }
.how-to {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 0
    }
.how-to__title {
    margin: 0 0 17px 0
    }
.how-to__item {
    position: relative;
    width: 100%;
    padding: 70px 20px 20px 30px;
    border-radius: 6px;
    background: #d9d9d9;
    text-align: center
    }
.how-to__item-tag {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 12px 18px;
    border-radius: 0 6px 6px 0;
    background: var(--header, #af0000);
    color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px
    }
.how-to__item-content {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px
    }
.how-to__item-content-text {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    gap: 6px
    }
.how-to__item-content-text .btn {
    max-width: 100%
    }
.how-to__item-content-title {
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0
    }
.how-to__item-content-description {
    margin-top: 0;
    color: var(--text, #5e5e5e);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
    }
.how-to__item-content-description p:first-child {
    margin-top: 0
    }
.how-to__item-content img {
    max-width: 680px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px
    }
.pros-cons {
    width: 100%;
    margin-top: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px
    }
.pros-cons__cons-title, .pros-cons__pros-title {
    width: 100%;
    padding: 8px 4px 8px 12px;
    border-radius: 6px;
    color: var(--pure-white, #fff);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px
    }
.pros-cons__cons-list, .pros-cons__pros-list {
    margin-top: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    padding: 0
    }
.pros-cons__cons-list li, .pros-cons__pros-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: var(--text, #5e5e5e);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
    }
.pros-cons__pros-title {
    background: var(--green, #37ad00)
    }
.pros-cons__pros-list li::before {
    content: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='17' fill='%2337AD00'/%3E%3Cpath d='M12.7274 15.8108H10.3897C10.1714 15.8108 10 15.9822 10 16.2004V22.4343C10 22.6526 10.1714 22.824 10.3897 22.824H12.7274C12.9457 22.824 13.1168 22.6526 13.1168 22.4343V16.2004C13.117 15.9822 12.9457 15.8108 12.7274 15.8108Z' fill='white'/%3E%3Cpath d='M23.9996 16.5494C23.9996 15.9145 23.5637 15.272 22.7311 15.272H18.9565C19.4957 14.3074 19.6543 12.9506 19.2795 11.958C19.0041 11.2278 18.4779 10.8018 17.797 10.7584L17.786 10.7575C17.3428 10.7304 16.9593 11.0623 16.9224 11.5047C16.8254 12.4893 16.394 14.2308 15.7757 14.8491C15.2551 15.3697 14.8095 15.5877 14.0708 15.9489C13.9639 16.0012 13.8472 16.0582 13.7236 16.1198C13.7259 16.1465 13.7272 16.1732 13.7272 16.2006V22.3709C13.8164 22.4015 13.9044 22.4318 13.9909 22.4614C15.2099 22.8816 16.2635 23.2443 17.8738 23.2443H20.9255C21.7582 23.2443 22.1939 22.6016 22.1939 21.9669C22.1939 21.7785 22.1557 21.5896 22.0801 21.4167C22.3574 21.3668 22.6002 21.2334 22.7801 21.0292C22.9842 20.7972 23.0968 20.4889 23.0968 20.161C23.0968 19.9732 23.0586 19.7844 22.9831 19.6119C23.6517 19.4964 23.9998 18.9226 23.9998 18.3553C23.9998 18.0263 23.8826 17.695 23.654 17.4525C23.8821 17.2097 23.9996 16.8784 23.9996 16.5494Z' fill='white'/%3E%3C/svg%3E%0A")
    }
.pros-cons__cons-title {
    background: var(--header, #af0000)
    }
.pros-cons__cons-list li::before {
    content: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='17' fill='%23AF0000'/%3E%3Cpath d='M12.7274 18.1892H10.3897C10.1714 18.1892 10 18.0178 10 17.7996V11.5657C10 11.3474 10.1714 11.176 10.3897 11.176H12.7274C12.9457 11.176 13.1168 11.3474 13.1168 11.5657V17.7996C13.117 18.0178 12.9457 18.1892 12.7274 18.1892Z' fill='white'/%3E%3Cpath d='M23.9996 17.4506C23.9996 18.0855 23.5637 18.728 22.7311 18.728H18.9565C19.4957 19.6926 19.6543 21.0494 19.2795 22.042C19.0041 22.7722 18.4779 23.1982 17.797 23.2416L17.786 23.2425C17.3428 23.2696 16.9593 22.9377 16.9224 22.4953C16.8254 21.5107 16.394 19.7692 15.7757 19.1509C15.2551 18.6303 14.8095 18.4123 14.0708 18.0511C13.9639 17.9988 13.8472 17.9418 13.7236 17.8802C13.7259 17.8535 13.7272 17.8268 13.7272 17.7994V11.6291C13.8164 11.5985 13.9044 11.5682 13.9909 11.5386C15.2099 11.1184 16.2635 10.7557 17.8738 10.7557H20.9255C21.7582 10.7557 22.1939 11.3984 22.1939 12.0331C22.1939 12.2215 22.1557 12.4104 22.0801 12.5833C22.3574 12.6332 22.6002 12.7666 22.7801 12.9708C22.9842 13.2028 23.0968 13.5111 23.0968 13.839C23.0968 14.0268 23.0586 14.2156 22.9831 14.3881C23.6517 14.5036 23.9998 15.0774 23.9998 15.6447C23.9998 15.9737 23.8826 16.305 23.654 16.5475C23.8821 16.7903 23.9996 17.1216 23.9996 17.4506Z' fill='white'/%3E%3C/svg%3E%0A")
    }
.galery {
    width: 100%;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    padding: 0
    }
.galery__item {
    min-width: 333px;
    max-width: 333px
    }
.galery__item img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none
    }
.app-specs {
    width: 100%;
    margin-top: 16px;
    padding: 20px;
    border-top: 1px solid rgba(94, 94, 94, 0.2);
    border-bottom: 1px solid rgba(94, 94, 94, 0.2);
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 16px
    }
.app-specs .btn {
    max-width: unset;
    padding: 10px;
    margin-top: 0;
    grid-column: auto/span 3
    }
.app-specs .btn svg {
    min-width: 36px;
    height: 36px
    }
.app-specs__info {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px
    }
.app-specs__downloads, .app-specs__rating, .app-specs__update {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px
    }
.app-specs__downloads span, .app-specs__rating span, .app-specs__update span {
    text-align: center;
    width: 100%;
    display: block;
    color: var(--text, #5e5e5e);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
    }
.app-specs__description {
    margin-top: 0;
    grid-column: 1/-1;
    text-align: center;
    color: var(--title, #3e3e3e);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px
    }
.app-specs__description span {
    color: var(--header, #af0000);
    font-size: 22px;
    font-style: normal;
    font-weight: 800
    }
.breadcrumbs {
    padding: 8px 0;
    background: var(--On-Surface, #fff)
    }
.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
    }
.breadcrumbs__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 4px;
    gap: 8px
    }
.breadcrumbs__list li::after {
    margin: 0 3px;
    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;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath d='M6 15.5L12 9.5L6 3.5' stroke='%2347475A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-transform: translatey(1px);
    -ms-transform: translatey(1px);
    transform: translatey(1px)
    }
.breadcrumbs__list li:last-child::after {
    display: none
    }
.breadcrumbs__list li a {
    color: var(--Surf-Container-Highest, #47475a);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
    }
.breadcrumbs__list li a:hover {
    color: #03b4fe
    }
.breadcrumbs__list li span {
    color: var(--Surf-Container-Highest, #47475a);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: default
    }
.relink-title {
    color: var(--Surface-Dim, #FFF);
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    margin: 0
    }
.relink-text {
    color: var(--Surface-Dim, #FFF);
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin-top: 5px
    }
.slot__button-demo {
    border-radius: 5px;
    border: 1px solid var(--yellow, #FFE000);
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(7.7px);
    color: var(--Surface-Dim, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 12px
    }
@media (min-width: 768px) {
    .tabs__header {
        -ms-overflow-style: none;
        scrollbar-width: none
        }
    .tabs__header::-webkit-scrollbar {
        display: none
        }
    .bonuses-list {
        -ms-overflow-style: none;
        scrollbar-width: none
        }
    .bonuses-list::-webkit-scrollbar {
        display: none
        }
    .galery {
        -ms-overflow-style: none;
        scrollbar-width: none
        }
    .galery::-webkit-scrollbar {
        display: none
        }
    }
@media (min-width: 1440px) {
    .header__nav li.header__nav-item--has-children:hover svg {
        -webkit-transform: rotate(180deg) translatey(6px);
        -ms-transform: rotate(180deg) translatey(6px);
        transform: rotate(180deg) translatey(6px)
        }
    .header__nav li.header__nav-item--has-children:hover .header__nav-sublist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
        }
    }
@media (max-width: 1671px) {
    .header__buttons {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
        }
    }
@media (max-width: 1440px) {
    .header__content {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    .header__nav li.header__nav-item--has-children.active svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 4px;
        right: 21px
        }
    .header__logo {
        margin-top: 0
        }
    .header__nav-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
        }
    .header__nav li.header__nav-item--has-children svg {
        top: 4px;
        right: 16px
        }
    .header__nav li.header__nav-item--has-children .header__nav-sublist {
        width: 100%;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
        }
    .header__nav li.header__nav-item--has-children .header__nav-sublist::after, .header__nav li.header__nav-item--has-children .header__nav-sublist::before {
        display: none
        }
    .header__nav li.header__nav-item--has-children .header__nav-sublist li {
        border: none
        }
    .header__nav li.header__nav-item--has-children.active {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        border-radius: 12px
        }
    .header__nav li.header__nav-item--has-children.active a {
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-left: 0
        }
    .header__nav li.header__nav-item--has-children.active svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 4px
        }
    .header__nav li.header__nav-item--has-children.active .header__nav-sublist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0
        }
    .header__nav li {
        position: relative;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 17px;
        cursor: pointer
        }
    .header__nav li a, .header__nav li span {
        display: block
        }
    .header__nav {
        background: var(--Surface, #000);
        position: absolute;
        bottom: 0;
        right: 50%;
        -webkit-transform: translate(50%, calc(100% + 10px));
        -ms-transform: translate(50%, calc(100% + 10px));
        transform: translate(50%, calc(100% + 10px));
        height: calc(100vh - var(--height));
        height: calc(100svh - var(--height));
        max-width: 100vw;
        width: 100vw;
        display: none;
        z-index: 5;
        padding-top: 20px;
        padding-bottom: 20px;
        overflow-y: auto
        }
    .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
        }
    .header__buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 20px;
        gap: 8px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
        }
    .header__burger {
        display: block
        }
    .header.burger-active .header__nav {
        display: block
        }
    .faq-section__item {
        max-width: unset
        }
    .bonus--small {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .links-list {
        grid-template-columns: repeat(2, 1fr)
        }
    .links-list__item a::after {
        margin-left: auto
        }
    .esports-list {
        grid-template-columns: repeat(2, 1fr)
        }
    .games-list--small {
        grid-template-columns: repeat(2, 1fr)
        }
    .games-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px
        }
    .games-list__item {
        height: auto
        }
    .games-list__item-img-buttons {
        gap: 6px
        }
    .column-table tbody tr td:first-child {
        min-width: 120px
        }
    .how-to__item-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
        }
    .how-to__item-content-text {
        display: contents
        }
    .how-to__item-content-text .btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0
        }
    .how-to__item-content-title {
        -ms-flex-item-align: start;
        align-self: flex-start
        }
    .how-to__item-content-description {
        -ms-flex-item-align: start;
        align-self: flex-start
        }
    .how-to__item-content img {
        max-width: 100%
        }
    }
@media (max-width: 1230px) {
    .column-table tbody tr {
        border-bottom: 1px solid rgba(94, 94, 94, 0.2);
        display: flex;
        justify-content: space-between;
        flex-direction: column
        }
    .column-table tbody tr td {
        width: fit-content
        }
    .games-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px
        }
    }
@media (max-width: 1200px) {
    .app-specs .btn {
        grid-column: 1/-1
        }
    }
@media (max-width: 1079px) {
    .column-table tbody {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .pros-cons {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .mb-section-v3 {
        display: block
        }
    }
@media (max-width: 768px) {
    .dafabetbrcom-wrapper:last-child {
        margin-bottom: 30px
        }
    .how-to__item {
        padding: 67px 16px 16px 16px
        }
    .how-to__item-tag {
        top: 16px
        }
    .how-to {
        gap: 16px
        }
    .how-to__item-content-title {
        font-size: 18px
        }
    .how-to__item-content {
        gap: 4px
        }
    .how-to__item-content img {
        margin-top: 12px
        }
    .faq-section__list {
        gap: 10px
        }
    .faq-section__item h3 {
        font-size: 16px
        }
    .faq-section__item[open] h3 {
        font-size: 16px
        }
    .dafabetbrcom-columns__container.contents {
        padding-left: 16px;
        padding-right: 16px;
        gap: 10px;
        margin-top: 10px !important
        }
    .dafabetbrcom-columns__container.contents .dafabetbrcom-columns__item {
        display: contents
        }
    .dafabetbrcom-columns__container.contents .dafabetbrcom-columns__item h2 {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        width: 100%
        }
    .dafabetbrcom-columns__container.contents .dafabetbrcom-columns__item .get-image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
        }
    .dafabetbrcom-columns__container.contents .dafabetbrcom-columns__item p {
        margin-top: 0
        }
    .dafabetbrcom-columns__container.contents .dafabetbrcom-columns__item .btn {
        margin: 0 auto
        }
    .dafabetbrcom-columns.col-2 .dafabetbrcom-columns__item {
        width: calc(100% - 2rem)
        }
    :root {
        --offsets: 16px
        }
    .header__content {
        gap: 15px
        }
    .header__link {
        flex-grow: 1
        }
    .header__logo {
        max-width: 100px;
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
        }
    .header__buttons {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        width: 100%;
        max-width: unset
        }
    .header__buttons .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: unset
        }
    .header__burger {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
        }
    .hero-section h1 {
        text-align: left
        }
    .hero-section .dafabetbrcom-columns__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
        }
    .hero-section .dafabetbrcom-columns__container .dafabetbrcom-columns__item:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
        }
    .hero-section .dafabetbrcom-columns__container .dafabetbrcom-columns__item:first-child .bonus {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0
        }
    .hero-section--app .dafabetbrcom-columns__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .footer {
        gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px
        }
    .footer__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
        }
    .footer__app {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .footer__app-button {
        width: 100%;
        min-width: unset
        }
    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
        }
    .mb-section-v1 {
        display: -ms-grid;
        display: grid
        }
    .mb-section-v2 {
        display: -ms-grid;
        display: grid;
        justify-content: space-between
        }
    .links-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .games-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
        }
    .esports-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
        }
    .column-table tbody tr td:first-child {
        min-width: 110px
        }
    .wp-block-table tr td:first-child, .wp-block-table tr th:first-child {
        width: 145px
        }
    .galery__item {
        min-width: 170px;
        max-width: 170px
        }
    .esports-list + .button-content {
        margin-top: 17px
        }
    .dafabetbrcom-wrapper + .dafabetbrcom-wrapper, .dafabetbrcom-wrapper:first-child {
        margin-top: 30px
        }
    .dafabetbrcom-wrapper:first-child {
        margin-top: 0
        }
    }
@media (max-width: 576px) {
    .faq-section__item::after {
        position: absolute;
        right: 12px;
        top: 22px
        }
    .faq-section__item h3 {
        max-width: 180px
        }
    h1 {
        font-size: 28px;
        line-height: 36px
        }
    h2 {
        font-size: 25.2px;
        line-height: 30px
        }
    ol:not([class]), ol.wp-block-list {
        font-size: 16px;
        line-height: 24px
        }
    ul:not([class]), ul.wp-block-list {
        font-size: 16px;
        line-height: 24px
        }
    .header__content {
        padding-left: 16px;
        padding-right: 16px
        }
    .toc-section__title::after {
        top: 50%;
        -webkit-transform: translatey(-40%);
        -ms-transform: translatey(-40%);
        transform: translatey(-40%)
        }
    .toc-section__title {
        font-size: 20px;
        line-height: 24px
        }
    .toc-section__toc.active .toc-section__title::after {
        -webkit-transform: translatey(-25%) rotate(180deg);
        -ms-transform: translatey(-25%) rotate(180deg);
        transform: translatey(-25%) rotate(180deg);
        top: 55%
        }
    .toc-section__title::after {
        width: 24px;
        height: 24px;
        top: 44%
        }
    .toc-section__toc-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px;
        padding: 16px
        }
    .toc-section__toc.active .toc-section__title {
        padding: 16px 16px 0 16px
        }
    .toc-section__title {
        margin: 0;
        padding: 16px
        }
    .faq-section summary {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        padding: 12px 45px 12px 12px
        }
    .bonuses-list__item {
        min-width: 260px;
        max-width: 260px
        }
    .games-list__item-img-buttons {
        padding: 5px 20px
        }
    .games-list__item-img-buttons .btn {
        font-size: 15px
        }
    .column-table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
        }
    .column-table tbody tr td {
        text-align: left !important;
        padding: 6px 0 !important
        }
    .column-table tbody tr td:first-child {
        font-size: 16px
        }
    .column-table tbody tr td:last-child {
        font-size: 16px;
        font-weight: 300
        }
    .app-specs {
        gap: 16px;
        padding: 20px 0;
        margin: 3px 0 0 0
        }
    .galery {
        gap: 10px
        }
    .galery__item {
        min-width: 164px;
        max-width: 164px
        }
    .dafabetbrcom-columns__container {
        /*flex-direction: column-reverse;*/
        }
    .dafabetbrcom-columns__item {
        display: flex;
        flex-direction: column
        }
    .dafabetbrcom-columns__item .bonus {
        margin: 0
        }
    .dafabetbrcom-columns__item p:not([class]) {
        order: 5
        }
    .header {
        padding-top: 16px;
        padding-bottom: 16px
        }
    h1.title-about {
        margin-bottom: 16px;
        text-align: left
        }
    .bonus__item {
        font-size: 14px
        }
    .links-list {
        gap: 10px;
        margin: 0;
        padding: 0
        }
    .relink-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 100%
        }
    .games-list__item {
        height: 100%
        }
    .games-list__item-img-buttons {
        padding: 14px 20px
        }
    .button-content {
        order: 9
        }
    }
.game-pop-up-slots__game-bg {
    position: fixed;
    left: 150%;
    top: 150%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    pointer-events: none;
    height: 100%
    }
.game-pop-up-slots__game {
    max-width: 1240px;
    border-radius: 8px;
    background: var(--header, #AF0000);
    padding: 24px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    border-radius: 16px;
    width: 100%
    }
.game-pop-up-slots__game-bg.open {
    left: 50%;
    top: 50%;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    pointer-events: all
    }
.game-pop-up-slots__game-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px
    }
.game-pop-up-slots__game-header .btn {
    border-radius: 5px;
    background: var(--yellow, #FFE000);
    text-wrap: nowrap;
    padding: 15px 37px;
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    order: -1;
    margin: 0
    }
.game-pop-up-slots__iframe {
    overflow: hidden;
    border-radius: 12px;
    width: 100%
    }
.game-pop-up-slots__iframe iframe {
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16/8
    }
.game-pop-up-slots__close-game {
    background: transparent;
    padding: 10px
    }
.game-pop-up-slots__game-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative
    }
.game-pop-up-slots__game-title {
    color: var(--Surface-Dim, #FFF);
    font-size: 30.6px;
    font-weight: 400;
    line-height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-8%, -6%);
    margin: 0
    }
@media (max-width: 1400px) {
    .game-pop-up-slots__game-title {
        font-size: 25px
        }
    }
@media (max-width: 1100px) {
    .game-pop-up-slots__game-title {
        font-size: 25.2px;
        transform: translate(0, -6%)
        }
    .game-pop-up-slots__game-header .btn {
        position: absolute;
        bottom: 16px;
        width: 100%
        }
    .game-pop-up-slots__game-header-wrapper {
        display: contents
        }
    .game-pop-up-slots__game {
        padding: 19px 16px 78px 16px
        }
    }
@media (max-width: 800px) {
    .game-pop-up-slots__iframe iframe {
        height: 600px
        }
    .game-pop-up-slots__game-header .btn {
        max-width: 96%
        }
    }
@media (max-width: 650px) {
    .game-pop-up-slots__game-header .btn {
        max-width: 95%
        }
    .game-pop-up-slots__game {
        height: 100%
        }
    .game-pop-up-slots__iframe iframe {
        height: inherit
        }
    .game-pop-up-slots__iframe {
        height: 90%
        }
    }
@media (max-width: 550px) {
    .game-pop-up-slots__game-header .btn {
        max-width: 92%
        }
    .bonus.bonus--small {
        margin: 0
        }
    .wp-block-table thead tr th {
        font-size: 15px;
        font-style: normal;
        font-weight: 600
        }
    .dafabetbrcom-columns__item.dafabetbrcom-columns__item-img {
        /*order: -1;*/
        }
    }
.button-content-all-link.align-center {
    text-align: center;
    margin: 20px 0 0 0
    }