
:root {
    --swiper-theme-color: #007aff
}

:root {
    --swiper-navigation-size: 44px
}

.icon:before {
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.d-none {
    display: none
}

.heading {
    word-break: break-word;
    overflow-wrap: break-word
}

.block {
    display: block;
    margin-bottom: 2rem;
    border-radius: .5rem;
    background-color: #fff
}

.block.bordered {
    background-color: #0000;
    border: 1px solid rgba(0, 0, 0, .1)
}

.block .block.bordered {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none
}

@media (min-width:744px) {
    .block .block.bordered {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.5rem;
        border-radius: .5rem;
        border: 1px solid rgba(0, 0, 0, .1)
    }
}

.block-section {
    display: block;
    padding: 1rem;
    position: relative
}

@media (min-width:744px) {
    .block-section {
        padding: 1.5rem
    }

    .block-section.block-section-small {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.capsule {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 1rem;
    background-color: #f0f1f2;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s
}

a.capsule:hover {
    background-color: #e8e8e8
}

.bookmaker__notice {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    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: -.5rem;
    margin-bottom: 1rem
}

@media (min-width:744px) {
    .bookmaker__notice {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        margin-bottom: 1.5rem;
        margin-top: -1rem
    }
}

.bookmaker__notice .bookmaker__block {
    width: 100%
}

@media (min-width:744px) {
    .bookmaker__notice .bookmaker__block {
        width: 80%
    }
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: #0000
}

img {
    border-style: none
}

button {

    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.c-red {
    color: #f64747 !important
}

.c-green {
    color: #62b435 !important
}

.c-pink {
    color: #eb909b !important
}

.bg-light {
    background-color: #f0f1f2 !important
}

@media (min-width:744px) {
    .d-md-none {
        display: none !important
    }
}

h1,
.heading-1,
.heading-3,
.heading-4 {
    margin-top: 0;
    margin-bottom: 1rem
}

.heading-4:last-child {
    margin-bottom: 0
}

@media (min-width:744px) {

    h1,
    .heading-1 {
        margin-bottom: 1.5rem
    }
}

h1,
.heading-1,
.heading-3 {

}


.heading {
    display: block;

}

h1,
.heading-1 {
    font-size: 1.5rem;
    line-height: 1.75rem
}

.heading-3 {
    font-size: 1.25rem;
    line-height: 1.5rem
}

.heading-4 {
    font-size: 1rem;
    line-height: 1.25rem
}

@media (min-width:744px) {

    h1,
    .heading-1 {
        font-size: 3rem;
        line-height: 1
    }

    .heading-3 {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5rem
}

.no-max-width {
    max-width: none !important
}

.cursor-pointer {
    cursor: pointer
}

.pseudo-content {
    text-align: left
}

.pseudo-content:after {
    content: attr(data-text)
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%
}

@media (min-width:744px) {
    .container {
        max-width: 45rem
    }
}

@media (min-width:984px) {
    .container {
        max-width: 60rem
    }
}

@media (min-width:1080px) {
    .container {
        max-width: 66rem
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 78rem
    }
}

@media (min-width:1366px) {
    .container {
        max-width: 66rem
    }
}

@media (min-width:1566px) {
    .container {
        max-width: 78rem
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem
}

@media (min-width:744px) {
    .row {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

[class*="col-"] {
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: .5rem;
    padding-right: .5rem
}

@media (min-width:744px) {
    [class*="col-"] {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media (min-width:744px) {
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

.icon.icon-android:before {
    content: "\f105"
}

.icon.icon-bonus:before {
    content: "\e802" !important
}

.icon.icon-claim:before {
    font-family: "fontello" !important;
    content: "\f1e2";
}

.icon.icon-cybersport:before {
    content: "\f13d"
}

.icon.icon-dislike:before {
    content: "\f143"
}

.icon.icon-down:before {
    content: "\f145"
}

.icon.icon-iOS:before {
    content: "\f16c"
}

.icon.icon-like:before {
    content: "\f171"
}

.icon.icon-mobile:before {
    content: "\f18c"
}

.icon.icon-percent:before {
    content: "\f199"
}


.icon.icon-upright:before {
    content: "\f1c6"
}

.icon.icon-user:before {
    content: "\f1c7"
}

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

body {
    margin: 0
}

.section-description {
    margin-bottom: 1rem
}

@media (min-width:744px) {
    .section-description {
        margin-bottom: 1.5rem
    }
}

.heading+.section-description {
    margin-top: -.5rem
}

@media (min-width:744px) {
    .heading+.section-description {
        margin-bottom: 2rem
    }
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:hover {
    color: #40a69f
}

.link {
    color: #40a69f;
}

.link:hover {
    color: #00c7b1;
}

.link {

    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    display: block
}

.pluses-minuses ul,
ul.marked {
    padding-left: 1.5rem
}

.pluses-minuses ul:last-child,
ul.marked:last-child {
    margin-bottom: 0
}

.pluses-minuses ul li,
ul.marked li {
    line-height: 1.25rem;
    text-align: left
}

.pluses-minuses ul li:before,
ul.marked li:before {
    content: "\2022";
    display: inline;
    float: left;
    margin-left: -1.5rem
}

.pluses-minuses ul li+li,
ul.marked li+li {
    margin-top: .75rem
}

img {
    max-width: 100%;
    border: none
}

.img-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.img-box>img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

@media (min-width:744px) {

    a.img-box:hover,
    a.img-box:focus {
        -webkit-filter: brightness(102%);
        filter: brightness(102%)
    }
}

table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .75rem
}

@media (min-width:984px) {
    table {
        font-size: .875rem
    }
}

table:not(.tournament-group-table) {
    display: block;
    overflow-x: auto
}

@media (min-width:744px) {
    table:not(.tournament-group-table) {
        display: table
    }
}

table th,
table td {
    padding: .5rem .25rem
}

table th:first-child,
table td:first-child {
    padding-left: 0
}

table th:last-child,
table td:last-child {
    padding-right: 0
}

table th {
    text-align: left;
    padding-top: 0;
    border-bottom: solid 1px #e5e5e5
}

table tr:last-child td {
    padding-bottom: 0
}

@media (min-width:984px) {
    .mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:not(:hover) .panel-menu {
        display: none
    }
}

@media print {

    *,
    *:before,
    *:after {
        background: rgba(0, 0, 0, 0) !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p {
        orphans: 3;
        widows: 3
    }
}

body {
    scroll-padding-top: 62px;
    min-height: 100vh;
    background: #f0f1f2;
    color: #000c;
    font-size: .875rem;
    line-height: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    overflow-x: hidden
}

@media (min-width:744px) {
    body {
        scroll-padding-top: 72px
    }
}

.icon {
    padding-left: 1.5rem;
    min-height: 1rem;
    position: relative
}

.icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    text-decoration: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon.right {
    display: inline-block;
    padding-left: 0;
    padding-right: 1.5rem
}

.icon.right:before {
    left: auto;
    right: 0
}

.icon.circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0
}

.icon.circle:before {
    position: static;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    background-color: #f0f1f2;
    background-size: 1rem;
    background-position: center
}

i.icon {
    padding-left: 1rem
}

i.icon.circle:before {
    margin-right: 0
}

.icon.capsule {
    min-width: 3.25rem;
    min-height: 2rem;
    padding: .5rem .4rem .5rem 1.75rem;
    border-radius: 1rem;
    background-color: #f0f1f2;
    text-align: center
}

.icon.capsule:before {
    top: .5rem;
    left: .5rem
}

.icon.icon-support-man:before {
    background-image: url(https://web.legalcdn.org/wp/images/support-man.4a2d79497754d84b7d85.svg)
}

.icon.icon-bonus-red:before {
    font-family: iconfont !important;
    content: "\f11c";
    color: #d0021b
}

.icon.icon-bonus:not(.about-offer__item-icon):not(.submenu-link):before {
    color: #f5a623
}

.icon.icon-like:not(.like-section):not(.feed-item__stats-like):not(.bg-green):not(.arrowed):not(.circle):before,
.icon.icon-live:before {
    color: #62b435
}

.icon.icon-reliability:before {
    color: #62b435
}

.icon.icon-percent:before {
    color: #5e48a2
}

.icon.icon-upright:before,
.icon.icon-mobile:before {
    color: #3498db
}

.button_red {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    border: none;
    outline: none;
    text-align: center;
    background-color: #d0021b;
    color: #fff;

    line-height: 1rem;
    cursor: pointer;
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s
}

.button_red:hover {
    color: #fff;
    background-color: #d93449
}

button:active,
.button:active {
    background-color: #ba0218
}

.button--secondary {
    border: 1px solid rgba(52, 152, 219, .2);
    background-color: #0000;
    color: #000c
}

.button--secondary:hover {
    color: #fff
}

.button--secondary:active {
    background-color: #2e88c4;
    color: #fff
}

.exclusive {
    padding-left: 1.5rem;
    text-align: left
}

.exclusive:before {
    top: .2rem;
    position: absolute
}

.exclusive .caption {
    text-transform: uppercase;
    color: #d0021b;
    font-size: 8px;
    letter-spacing: 1.1px;
    line-height: 1.2
}

i.icon {
    pointer-events: none
}

.icon-bonus--multiply:after {
    content: "*";
    position: absolute
}

html {
    scroll-behavior: smooth
}


.bookmakers-rating-table {
    white-space: nowrap;
    position: relative;
    display: table !important;
    overflow-x: auto !important
}

@media (min-width:744px) {
    .bookmakers-rating-table {
        overflow-x: hidden !important
    }
}

.bookmakers-rating-table th {
    padding-left: 0;
    padding-right: 0;
    border-bottom: none
}

.bookmakers-rating-table td {
    padding: 1rem 0;
    border-bottom: solid 1px #e5e5e5
}

@media (min-width:744px) {
    .bookmakers-rating-table td {
        padding: 1.25rem 0
    }
}

.bookmakers-rating-table tr:last-child td {
    border-bottom: none
}

.bookmakers-rating-table tr {
    position: relative;
    cursor: pointer
}

.bookmakers-rating-table .logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5rem;
    width: 6.25rem;
    height: 2rem
}

@media (min-width:744px) {
    .bookmakers-rating-table .logo {
        margin-right: 1rem;
        width: 7.75rem;
        height: 2.5rem
    }
}

@media (min-width:1080px) {
    .bookmakers-rating-table .logo {
        margin-right: 2rem
    }
}

.bookmakers-rating-table .capsule {
    margin-right: .75rem;
    min-width: 5rem;

}

@media (min-width:1366px) {
    .bookmakers-rating-table .capsule {
        margin-right: 1rem
    }
}

@media (min-width:1566px) {
    .bookmakers-rating-table .capsule {
        margin-right: 1.5rem
    }
}

.bookmakers-rating-table .capsule:not(.icon-bonus):not(.reliability-score):before {
    color: #0003
}

.bookmakers-rating-table .capsule.icon-claim {
    min-width: 7rem
}

.bookmakers-rating-table .capsule.icon-bonus {
    background-color: #ffc50433
}

.bookmakers-rating-table .capsule.icon-bonus.exclusive {
    background-color: #f6474733
}

@media (min-width:744px) {
    .bookmakers-rating-table .capsule.icon-bonus {
        margin-right: 0;
        width: 7rem;

        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .bookmakers-rating-table .capsule.icon-bonus:hover {
        background-color: #ffc50433
    }

    .bookmakers-rating-table .capsule.icon-bonus.exclusive {
        background-color: #f6474733;
        padding-top: 0;
        padding-bottom: 0
    }

    .bookmakers-rating-table .capsule.icon-bonus.exclusive:hover {
        background-color: #f6474733
    }

    .bookmakers-rating-table .capsule.icon-bonus.exclusive:before {
        color: #d0021b
    }

    .bookmakers-rating-table .capsule.icon-bonus.exclusive .caption {
        margin-top: .125rem;
        color: #d0021b;

        font-size: .5625rem;
        line-height: .75rem;
        letter-spacing: 1.1px;
        text-transform: uppercase
    }
}

.bookmakers-rating-table .button {
    white-space: nowrap
}

.bookmakers-rating-table--warning>tbody>tr[data-book-details-toggle] td,
.bookmakers-rating-table--warning.bookmakers-landing-table>tbody>tr[data-book-details-toggle] td {
    padding-bottom: 1.5rem !important
}

.bookmakers-rating-table--warning>tbody>tr[data-book-details-toggle] [class^="logo-td"],
.bookmakers-rating-table--warning.bookmakers-landing-table>tbody>tr[data-book-details-toggle] [class^="logo-td"] {
    font-size: .625rem;
    color: #0006;
    line-height: 120%
}

.bookmakers-rating-table--warning>tbody>tr[data-book-details-toggle] [class^="logo-td"]>a,
.bookmakers-rating-table--warning.bookmakers-landing-table>tbody>tr[data-book-details-toggle] [class^="logo-td"]>a {
    position: relative;
    overflow: visible
}

.bookmakers-rating-table--warning>tbody>tr[data-book-details-toggle] [class^="logo-td"]>a:after,
.bookmakers-rating-table--warning.bookmakers-landing-table>tbody>tr[data-book-details-toggle] [class^="logo-td"]>a:after {
    content: attr(data-disclaimer);
    min-width: 250px;
    position: absolute;
    top: 100%;
    left: 0
}

.bookmakers-rating-table--warning>tbody>tr[data-book-details-toggle] [class^="logo-td"] .bookmaker-name-in-logo,
.bookmakers-rating-table--warning.bookmakers-landing-table>tbody>tr[data-book-details-toggle] [class^="logo-td"] .bookmaker-name-in-logo {
    margin-top: 2px;
    position: absolute;
    left: 0;
    font-size: .75rem
}

@media (min-width:744px) {

    .bookmakers-rating-table--warning>tbody>tr[data-book-details-toggle] [class^="logo-td"] .bookmaker-name-in-logo,
    .bookmakers-rating-table--warning.bookmakers-landing-table>tbody>tr[data-book-details-toggle] [class^="logo-td"] .bookmaker-name-in-logo {
        margin-top: 4px
    }
}

.bookmakers-rating-table--warning>tbody>tr[data-book-details-toggle] [class^="logo-td"]>a:after,
.bookmakers-rating-table--warning.bookmakers-landing-table>tbody>tr[data-book-details-toggle] [class^="logo-td"]>a:after {
    margin-top: 10px
}

@media (min-width:744px) {

    .bookmakers-rating-table--warning>tbody>tr[data-book-details-toggle] [class^="logo-td"]>a:after,
    .bookmakers-rating-table--warning.bookmakers-landing-table>tbody>tr[data-book-details-toggle] [class^="logo-td"]>a:after {
        margin-top: 4px
    }
}


.icon:before {
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bookmaker-features {
    margin-bottom: 1rem
}

@media (min-width:744px) {
    .bookmaker-features {
        margin-bottom: 1.5rem
    }
}

.bookmaker-features .block {
    margin-bottom: 0;
    height: 100%
}

.bookmaker-features .pluses .icon.icon-like:before {
    background-color: #62b435;
    color: #fff !important
}

.bookmaker-features .pluses li:before,
.bookmaker-features .minuses li:before {
    display: inline-block;
    width: .6875rem;
    height: .6875rem;
    margin-left: -1.75rem;
    text-align: center
}

.bookmaker-features .minuses {
    border-bottom: solid 1px rgba(0, 0, 0, .1) !important
}

.bookmaker-features .minuses .icon:before {
    background-color: #f64747;
    color: #fff !important
}

.bookmaker-features .heading {
    margin-bottom: 1.5rem
}

@media (min-width:744px) and (max-width:983px) {
    .bookmaker-features .heading {
        font-size: 1.15rem
    }
}

@media (min-width:744px) and (max-width:983px) {
    .bookmaker-features .heading.icon:before {
        width: 1.75rem;
        height: 1.75rem;
        margin-right: .5rem;
        line-height: 1.75rem;
        font-size: .75rem
    }
}

@media (max-width:743px) {
    .bookmaker-features:not(.bookmaker-features--mob-b-top) .pluses {
        border-top: none;
        padding-top: 0
    }
}

.bookmakers-landing-table-block {
    overflow: hidden
}

@media (min-width:744px) {
    .bookmakers-landing-table-block {
        margin-bottom: 1.5rem
    }
}

@media (min-width:744px) {
    .bookmakers-landing-table-block .section-description {
        margin-bottom: 3rem
    }
}

.bookmakers-rating-table.bookmakers-landing-table {
    display: block;
    overflow: visible;
    font-size: .875rem
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table {
        display: table;
        font-size: .75rem
    }
}

@media (min-width:1080px) {
    .bookmakers-rating-table.bookmakers-landing-table {
        font-size: .875rem
    }
}

.bookmakers-rating-table.bookmakers-landing-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table tr {
        display: table-row
    }

    .bookmakers-rating-table.bookmakers-landing-table tr td:last-child {
        width: 10%
    }

    .bookmakers-rating-table.bookmakers-landing-table tr td:last-child .buttons .button {
        width: 100%
    }
}

.bookmakers-rating-table.bookmakers-landing-table th,
.bookmakers-rating-table.bookmakers-landing-table td {
    display: block
}

@media (min-width:744px) {

    .bookmakers-rating-table.bookmakers-landing-table th,
    .bookmakers-rating-table.bookmakers-landing-table td {
        display: table-cell
    }
}

.bookmakers-rating-table.bookmakers-landing-table tr {
    cursor: default
}

.bookmakers-rating-table.bookmakers-landing-table tr:first-child {
    display: none
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table tr:first-child {
        display: table-row
    }
}

.bookmakers-rating-table.bookmakers-landing-table th:nth-last-child(4),
.bookmakers-rating-table.bookmakers-landing-table th:nth-last-child(5),
.bookmakers-rating-table.bookmakers-landing-table td:nth-last-child(4),
.bookmakers-rating-table.bookmakers-landing-table td:nth-last-child(5) {
    display: none
}

@media (min-width:744px) {

    .bookmakers-rating-table.bookmakers-landing-table th:nth-last-child(4),
    .bookmakers-rating-table.bookmakers-landing-table th:nth-last-child(5),
    .bookmakers-rating-table.bookmakers-landing-table td:nth-last-child(4),
    .bookmakers-rating-table.bookmakers-landing-table td:nth-last-child(5) {
        display: table-cell
    }
}

.bookmakers-rating-table.bookmakers-landing-table th:nth-last-child(2),
.bookmakers-rating-table.bookmakers-landing-table th:nth-last-child(3),
.bookmakers-rating-table.bookmakers-landing-table td:nth-last-child(2),
.bookmakers-rating-table.bookmakers-landing-table td:nth-last-child(3) {
    display: none
}

@media (min-width:1080px) {

    .bookmakers-rating-table.bookmakers-landing-table th:nth-last-child(2),
    .bookmakers-rating-table.bookmakers-landing-table th:nth-last-child(3),
    .bookmakers-rating-table.bookmakers-landing-table td:nth-last-child(2),
    .bookmakers-rating-table.bookmakers-landing-table td:nth-last-child(3) {
        display: table-cell
    }
}

.bookmakers-rating-table.bookmakers-landing-table th {
    display: none;
    border-bottom: none
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table th {
        display: table-cell
    }
}

.bookmakers-rating-table.bookmakers-landing-table td {
    border-bottom: none
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table td {
        padding: 1rem 0
    }
}

.bookmakers-rating-table.bookmakers-landing-table td:first-child:before {
    content: "";
    display: block;
    position: absolute;
    left: -1.5rem;
    right: -1.5rem;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    border-bottom: solid 1px #e5e5e5
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-details-tr {
    display: none
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-details-tr td {
    padding-top: .5rem
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-details-tr td {
        padding-top: 1rem
    }
}

.bookmakers-rating-table.bookmakers-landing-table tr:nth-child(2) td:first-child:before,
.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-details-tr td:first-child:before {
    display: none
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-details-tr td:first-child:after {
    content: "";
    display: block;
    position: absolute;
    height: .5rem;
    left: -1.5rem;
    right: -1.5rem;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 16px #0000001a;
    -webkit-transform: translateY(.5rem);
    transform: translateY(.5rem)
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-details-tr td:first-child:after {
        height: 1rem;
        -webkit-transform: none;
        transform: none
    }
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-details-tr:last-child td:first-child:after {
    display: none
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-details-tr .bookmakers-landing-table-details:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    height: 1rem;
    background-color: #fff;
    left: -1.5rem;
    right: -1.5rem
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-mobile-tr td {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-mobile-tr td:before {
    display: none
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-mobile-tr .additional-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-mobile-tr .additional-info:first-child {
    margin-right: auto
}

@media (min-width:414px) {
    .bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-mobile-tr .additional-info:first-child {
        margin-right: 1.5rem
    }
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-mobile-tr .button--secondary {
    margin-left: auto;
    font-size: 12px
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-mobile-tr .button--secondary {
        font-size: 14px
    }
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-mobile-tr .icon-down {
    margin-left: .5rem;
    color: #3498db
}

.bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-mobile-tr .icon-down:before {
    width: 26px;
    background-color: #0000;
    border-radius: 3px;
    border: solid 1px rgba(52, 152, 219, .3)
}

.bookmakers-rating-table.bookmakers-landing-table td.logo-tdd {
    margin-right: auto;
    display: table-cell
}

.bookmakers-rating-table.bookmakers-landing-table .logo {
    width: 96px;
    margin-right: .5rem;
    margin: auto !important;
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table .logo {
        width: 7.75rem;
        margin-right: 1rem
    }
}

@media (min-width:1080px) {
    .bookmakers-rating-table.bookmakers-landing-table .logo {
        margin-right: 2rem
    }
}

.bookmakers-rating-table.bookmakers-landing-table .capsule {
    margin-right: 1rem;
    min-width: 4rem;
    margin: auto !important;
}

@media (min-width:1080px) {
    .bookmakers-rating-table.bookmakers-landing-table .capsule {
        margin-right: 1.5rem
    }
}

.bookmakers-rating-table.bookmakers-landing-table .icon-bonus {
    display: block;
    width: 4.75rem;
    margin-right: 0;
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: 3px;
    background-color: #ffc50433;
    color: #000c;
    text-align: center
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table .icon-bonus {
        width: 5.625rem;
        margin-right: 1rem;
        padding-left: 1.75rem;
        padding-right: .5rem;
        border-radius: 1rem
    }
}

@media (min-width:1080px) {
    .bookmakers-rating-table.bookmakers-landing-table .icon-bonus {
        width: 7rem
    }
}

.bookmakers-rating-table.bookmakers-landing-table .icon-bonus:before {
    display: none
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table .icon-bonus:before {
        display: block
    }
}

.bookmakers-rating-table.bookmakers-landing-table .icon-review {
    width: 4rem
}

@media (min-width:1080px) {
    .bookmakers-rating-table.bookmakers-landing-table .icon-review {
        width: 5rem
    }
}

.bookmakers-rating-table.bookmakers-landing-table .icon-user {
    width: 4.75rem
}

@media (min-width:1080px) {
    .bookmakers-rating-table.bookmakers-landing-table .icon-user {
        width: 5rem
    }
}

.bookmakers-rating-table.bookmakers-landing-table .icon-claim {
    width: 6.25rem;
    margin-right: 1rem
}

@media (min-width:1080px) {
    .bookmakers-rating-table.bookmakers-landing-table .icon-claim {
        width: 7.75rem;
        margin-right: 2rem
    }
}

.bookmakers-rating-table.bookmakers-landing-table .devices .icon {
    margin-right: 1rem;
    color: #0003;
    padding-left: 1rem
}

@media (min-width:1080px) {
    .bookmakers-rating-table.bookmakers-landing-table .devices .icon:last-child {
        margin-right: 0
    }
}

.bookmakers-rating-table.bookmakers-landing-table .devices .icon.active {
    color: #3498db
}

.bookmakers-rating-table.bookmakers-landing-table .devices .icon.active:hover {
    color: #d0021b
}

.bookmakers-rating-table.bookmakers-landing-table .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bookmakers-rating-table.bookmakers-landing-table .buttons .button {
    min-width: 4.75rem;
    padding-left: .25rem;
    padding-right: .25rem;
    margin-left: .5rem
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table .buttons .button {
        margin-right: 1.5rem;
        width: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.bookmakers-rating-table.bookmakers-landing-table .buttons .link.icon-down.right {
    display: none;
    width: 7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    white-space: nowrap
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table .buttons .link.icon-down.right {
        display: inline-block
    }
}

.bookmakers-landing-table-details {
    white-space: normal;
    font-size: .875rem
}

@media (min-width:744px) {
    .bookmakers-landing-table-details {
        padding-bottom: .5rem
    }
}

.bookmakers-landing-table-details .devices-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem
}

.bookmakers-landing-table-details .devices-sm .caption {
    margin-right: auto
}

.bookmakers-landing-table-details .devices-sm .icon {
    margin-left: 1rem;
    padding-left: 1rem;
    color: #0003
}

.bookmakers-landing-table-details .devices-sm .icon.active {
    color: #3498db
}

.bookmakers-landing-table-details .bookmakers-landing-table-details-section {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width:744px) {
    .bookmakers-landing-table-details .bookmakers-landing-table-details-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0;
        border-bottom: none
    }
}

.bookmakers-landing-table-details .bookmakers-landing-table-details-section .icon.icon-bonus:before {
    background-color: #ffc504;
    color: #fff
}

.bookmakers-landing-table-details .bookmakers-landing-table-details-section .icon-support-man:before {
    background-color: #0000 !important;
    background-size: 2rem !important
}

.bookmakers-landing-table-details .bookmakers-landing-table-details-section .heading {
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1rem;
    width: auto;
    background: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border-radius: 0;
    margin-right: 0
}

@media (min-width:744px) {
    .bookmakers-landing-table-details .bookmakers-landing-table-details-section .heading {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

.bookmakers-landing-table-details .bookmakers-landing-table-details-section .button {
    display: none;
    margin-left: auto
}

@media (min-width:744px) {
    .bookmakers-landing-table-details .bookmakers-landing-table-details-section .button {
        display: inline-block
    }
}

.bookmakers-landing-table-details .bookmakers-landing-table-details-section+.bookmakers-landing-table-details-section {
    margin-top: 1rem
}

@media (min-width:744px) {
    .bookmakers-landing-table-details .bookmakers-landing-table-details-section+.bookmakers-landing-table-details-section {
        margin-top: 1.5rem
    }
}

.bookmakers-landing-table-details .organizations {
    display: none
}

@media (min-width:744px) {
    .bookmakers-landing-table-details .organizations {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.bookmakers-landing-table-details .organizations .heading {
    font-size: 0.875rem !important;
    line-height: 1rem !important
}

.bookmakers-landing-table-details .organizations .link {
    font-weight: 400
}

.bookmakers-landing-table-details .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem -1rem 0;
    padding: 0 1rem;
    background-color: #0000
}

@media (min-width:744px) {
    .bookmakers-landing-table-details .footer {
        margin: 0;
        margin-top: 2rem;
        padding: 1rem;
        background-color: #f0f1f2
    }
}

.bookmakers-landing-table-details .footer .button+.button {
    margin-left: .5rem
}

@media (min-width:744px) {
    .bookmakers-landing-table-details .footer .button+.button {
        margin-left: 1rem
    }
}

.bookmakers-landing-table-details .footer .link {
    display: none;
    margin-left: 1.5rem
}

@media (min-width:744px) {
    .bookmakers-landing-table-details .footer .link {
        display: inline-block
    }
}

@media (min-width:744px) {
    .bookmaker-features-positions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.bookmaker-features-positions .bookmaker-features {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-bottom: 0
}

@media (min-width:744px) {
    .bookmaker-features-positions .bookmaker-features {
        margin-bottom: 1.5rem
    }
}

.bookmaker-features-positions .bookmaker-features .heading {
    margin-bottom: 1rem
}

@media (min-width:744px) {
    .bookmaker-features-positions .bookmaker-features .heading {
        margin-bottom: 1.5rem
    }
}

.bookmaker-features-positions .bookmaker-features .row {
    height: 100%
}

.bookmaker-features-positions .bookmaker-position-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%
}

@media (min-width:744px) {
    .bookmaker-features-positions .bookmaker-position-block {
        margin-left: 1.5rem !important
    }
}

@media (min-width:1080px) {
    .bookmaker-features-positions .bookmaker-position-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
        flex: 0 0 15rem
    }
}

.bookmaker-position-block {
    padding-top: 1.25rem;
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
    border-top: none !important;
    border-bottom: solid 1px rgba(0, 0, 0, .1) !important
}

@media (min-width:744px) {
    .bookmaker-position-block {
        padding-top: 1.375rem;
        padding-bottom: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        border-top: solid 1px rgba(0, 0, 0, .1) !important
    }
}

.bookmaker-position-block .heading {
    margin-bottom: 1rem
}

@media (min-width:744px) {
    .bookmaker-position-block .heading {
        margin-bottom: 1.5rem
    }
}

.bookmaker-position-block .bookmaker-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bookmaker-position-block .bookmaker-position+.bookmaker-position {
    margin-top: 1rem
}

.bookmaker-position-block .bookmaker-position .position {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    white-space: nowrap;
    width: 1.5rem;
    margin-right: 1rem;
;
    font-size: 1rem
}

.bookmaker-position-block .bookmaker-position .link {
    margin-right: 1rem
}

.bookmaker-position-block .bookmaker-position .icon {
    margin-left: auto
}

.block-section .bookmakers-rating-table:last-child {
    margin-bottom: -1rem
}

@media (min-width:744px) {
    .block-section .bookmakers-rating-table:last-child {
        margin-bottom: -1.5rem
    }
}

.block-section .bookmakers-rating-table:last-child tr:last-child:not(.bonus-caption-mobile-tr) td {
    padding: 1rem 0
}

@media (min-width:744px) {
    .block-section .bookmakers-rating-table:last-child tr:last-child:not(.bonus-caption-mobile-tr) td {
        padding: 1.25rem 0
    }
}

.book-bonuses .book-bonuses__card-list li::marker {

    font-size: .875rem;
    line-height: 1.25rem
}

.bookmakers-rating-table {
    outline: none
}

.bookmakers-rating-table tr th {
    color: #000c
}

.bookmakers-rating-table tr th {
    background-color: transparent
}

@media (min-width:984px) {
    .d-lg-block {
        display: block !important
    }
}

.section {
    padding-bottom: 1rem
}

.section.gapped {
    border-top: none;
    padding-top: .5rem
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%
}

.bookmaker-claim .heading,
.comment .body,
.bookmaker-claim-description,
.review .description,
.complaint .description,
.article .description,
.article .body,
.last-review-block .description,
.input,
.content-body p,
.content-body li,
.heading,
.word-break {
    word-break: break-word;
    overflow-wrap: break-word
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5 {
    margin-top: 0;
    margin-bottom: 1rem
}


.heading {
    display: block;

}

h2,
.heading-2 {
    font-size: 1.375rem;
    line-height: 1.5rem
}

.section-description {
    margin-bottom: 1rem
}

.heading+.section-description {
    margin-top: -.5rem
}

p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5rem
}

.row.stretch {
    -webkit-box-align: stretch;
    align-items: stretch
}

.row.stretch>[class*="col-"] {
    margin-bottom: 1rem
}

.bookmakers-rating-wrap {
    height: 100%
}

.block {
    display: block;
    margin-bottom: 2rem;
    border-radius: .5rem;
    background-color: rgb(255, 255, 255)
}

.block-section {
    display: block;
    padding: 1rem;
    position: relative
}

.bookmakers-rating-wrap .bookmakers-rating-block {
    height: 100%;
    margin-bottom: 0
}

.bookmakers-rating-block {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.rating-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 6.5rem;
    height: 4rem;
    cursor: pointer;
    z-index: 2;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rating-label__inner {
    position: relative;
    width: 6.5rem;
    height: 4rem;
    overflow: hidden
}

.rating-label__text {
    transform: rotate(30deg);
    text-transform: uppercase;
    min-width: 9rem;
    font-size: .625rem;

    line-height: 1.1;
    padding: .35rem 2.3rem .35rem 2.6rem;
    text-align: center;
    background: rgba(0, 0, 0, .2);
    user-select: none
}

.rating-label__text_green-invert {
    background: rgb(209, 242, 240);
    color: rgb(23, 191, 180)
}

.rating-label__hint {
    display: none;
    width: 17rem;
    position: absolute;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, .2) 0 1px 6px;
    padding: .5rem;
    z-index: 9999;
    top: 2.2rem;
    right: .5rem
}

.rating-label__hint::before {
    content: "";
    position: absolute;
    width: .45rem;
    height: .45rem;
    border: none;
    border-radius: 1px 0 0;
    inset: -.45rem 0 auto 90%;
    transform: translate(50%, 50%) rotate(135deg);
    background: rgb(255, 255, 255)
}

.pseudo-content::after {
    content: attr(data-text)
}

.rating-label__hint p {
    font-size: .75rem;

    line-height: 1.2;
    margin-bottom: .25rem;
    color: rgba(0, 0, 0, .8)
}

.rating-label__hint p :last-child {
    margin-bottom: 0
}

h3,
.heading-3 {
    font-size: 1.25rem;
    line-height: 1.5rem
}

.icon.icon-like::before {
    content: ""
}

.icon {
    padding-left: 1.5rem;
    min-height: 1rem;
    position: relative
}

.icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    text-decoration: none;
    speak: none;
    -webkit-font-smoothing: antialiased
}

.icon.circle {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0
}

.icon.circle::before {
    position: static;
    margin-right: 1rem;
    flex-shrink: 0;
    align-self: flex-start;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    background-color: rgb(240, 241, 242);
    background-size: 1rem;
    background-position: center center
}

.icon.icon-like.icon-like--red::before {
    color: rgb(208, 2, 27)
}

.rating-label+.heading {
    padding-right: 2.9rem
}

.bookmakers-rating-block .body,
.bookmakers-rating-block .heading {
    margin-bottom: .75rem
}

.icon::before {
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-weight: 400 !important
}

.bookmakers-rating-block .description {
    margin-bottom: .5rem;
    color: rgba(0, 0, 0, .4);
    font-size: .8125rem
}

.bookmaker-mini-row {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: .75rem 0
}

.bookmaker-mini-row .number {
    display: none
}

a {
    background-color: rgba(0, 0, 0, 0)
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


.img-box {
    flex-shrink: 0;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.bookmaker-mini-row .logo {
    margin-right: auto;
    flex-shrink: 0;
    width: 3.25rem;
    height: 1.5rem
}

img {
    border-style: none
}

img {
    max-width: 100%;
    border: none
}

.img-box>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.bookmaker-mini-row .likes {
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 5.5rem
}

.bookmaker-mini-row .likes .count {
    margin-right: auto;
    font-size: .8125rem;

    white-space: nowrap
}

.likers {
    max-width: 100%;
    display: flex;
    overflow: hidden;
    padding: 4px 6px 8px;
    margin: 0 -8px
}

.bookmaker-mini-row .likes .likers {
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0
}

.likers .img-box {
    -webkit-box-flex: 0;
    flex: 0 0 2rem;
    margin-right: .5rem;
    width: 2rem;
    height: 2rem;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, .1) 0 2px 6px;
    border-radius: 50%
}

.likers .img-box:nth-child(n+21) {
    display: none
}

.likers .img-box:nth-child(16) {
    margin-right: 0;
    z-index: 5
}

.likers .img-box:nth-child(17) {
    margin-left: -1rem;
    margin-right: 0;
    z-index: 4
}

.likers .img-box:nth-child(18) {
    margin-left: -1.5rem;
    margin-right: 0;
    z-index: 3
}

.likers .img-box:nth-child(19) {
    margin-left: -1.75rem;
    margin-right: 0;
    z-index: 2
}

.likers .img-box:nth-child(20) {
    margin-left: -1.875rem;
    margin-right: 0;
    z-index: 1
}

.likers.small .img-box {
    -webkit-box-flex: 0;
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem
}

.likers.small .img-box:nth-child(n+21) {
    display: none
}

.likers.small .img-box:nth-child(16) {
    margin-right: 0;
    z-index: 5
}

.likers.small .img-box:nth-child(17) {
    margin-left: -.5rem;
    margin-right: 0;
    z-index: 4
}

.likers.small .img-box:nth-child(18) {
    margin-left: -1rem;
    margin-right: 0;
    z-index: 3
}

.likers.small .img-box:nth-child(19) {
    margin-left: -1.25rem;
    margin-right: 0;
    z-index: 2
}

.likers.small .img-box:nth-child(20) {
    margin-left: -1.375rem;
    margin-right: 0;
    z-index: 1
}

.likers.stocked .img-box:nth-child(n+6) {
    display: none
}

.likers.stocked .img-box:nth-child(1) {
    margin-right: 0;
    z-index: 5
}

.likers.stocked .img-box:nth-child(2) {
    margin-left: -1rem;
    margin-right: 0;
    z-index: 4
}

.likers.stocked .img-box:nth-child(3) {
    margin-left: -1.5rem;
    margin-right: 0;
    z-index: 3
}

.likers.stocked .img-box:nth-child(4) {
    margin-left: -1.75rem;
    margin-right: 0;
    z-index: 2
}

.likers.stocked .img-box:nth-child(5) {
    margin-left: -1.875rem;
    margin-right: 0;
    z-index: 1
}

.likers.stocked.small .img-box:nth-child(1) {
    margin-right: 0;
    z-index: 5
}

.likers.stocked.small .img-box:nth-child(2) {
    margin-left: -.5rem;
    margin-right: 0;
    z-index: 4
}

.likers.stocked.small .img-box:nth-child(3) {
    margin-left: -1rem;
    margin-right: 0;
    z-index: 3
}

.likers.stocked.small .img-box:nth-child(4) {
    margin-left: -1.25rem;
    margin-right: 0;
    z-index: 2
}

.likers.stocked.small .img-box:nth-child(5) {
    margin-left: -1.375rem;
    margin-right: 0;
    z-index: 1
}

button,
input,
select,
textarea {

    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button {
    appearance: button
}

.button_red {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    border: none;
    outline: none;
    text-align: center;
    background-color: rgb(208, 2, 27);
    color: rgb(255, 255, 255);

    line-height: 1rem;
    cursor: pointer;
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s
}

.bookmaker-mini-row .button,
.bookmaker-mini-row .details {
    display: block;
    margin-left: auto;
    -webkit-box-flex: 0;
    flex: 0 0 4.125rem
}

.bookmaker-mini-row+.bookmaker-mini-row {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.button--blue {
    background-color: rgb(52, 152, 219);
    color: rgb(255, 255, 255)
}

.button--blue:hover {
    background-color: rgb(91, 172, 226);
    color: rgb(255, 255, 255)
}

.button--blue:active {
    background-color: rgb(46, 136, 196)
}

.bookmakers-rating-block .more {
    display: block;
    margin-top: auto
}

.bookmaker-mini-row .icon {

}

.bookmaker-mini-row .icon-reliability,
.bookmaker-mini-row .icon-percent {
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    width: 3.75rem;
    font-size: .8125rem;

}

.bookmaker-mini-row .icon-reliability {
    margin-left: auto
}

.icon.icon-percent::before {
    content: ""
}

.bg-green {
    background-color: rgb(98, 180, 53) !important
}

i.icon {
    padding-left: 1rem
}

i.icon.small-rounded {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    padding-left: 1.5rem;
    border-radius: 50%
}

i.icon.small-rounded::before {
    width: .75rem;
    height: .75rem;
    top: .375rem;
    left: .375rem;
    font-size: .75rem;
    line-height: .75rem
}

i.icon {
    pointer-events: none
}

.bookmaker-mini-row .score {
    margin-right: .5rem;
    flex-shrink: 0;
    color: rgb(255, 255, 255)
}

.bookmaker-mini-row .score::before {
    color: rgb(255, 255, 255)
}

.icon.icon-upright::before {
    content: ""
}

.icon--orange::before {
    color: rgb(249, 186, 83) !important
}

.icon.icon-bonus::before {
    content: ""
}

.bookmaker-mini-row .icon-bonus {
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    width: 5rem;
    font-size: .8125rem;

    white-space: nowrap
}

.icon-bonus--multiply::after {
    content: "*";
    position: absolute
}

.icon.icon-cybersport::before {
    content: ""
}

.icon--red::before {
    color: rgb(208, 2, 27) !important
}

.exclusive {
    padding-left: 1.5rem;
    text-align: left
}

.exclusive::before {
    top: .2rem;
    position: absolute
}

.exclusive .caption {
    text-transform: uppercase;
    color: rgb(208, 2, 27);
    font-size: 8px;
    letter-spacing: 1.1px;
    line-height: 1.2
}

.bookmaker__notice {
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: -.5rem;
    margin-bottom: 1rem
}

.bookmaker__container {
    -webkit-box-flex: 1;
    flex-grow: 1
}

.bookmaker__notice .bookmaker__block {
    width: 100%
}

@media (min-width:744px) {
    .section {
        padding-top: 2rem;
        padding-bottom: 1.5rem;
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

    .section:first-of-type {
        margin-top: .5rem
    }

    .section.gapped {
        padding-top: 2rem
    }

    .container {
        max-width: 45rem
    }

    h1,
    .heading-1 {
    
    }

    h2.heading-2 {
        margin-bottom: 1.5rem;
        font-size: 2rem;
        line-height: 1
    }

    .section-description {
        margin-bottom: 1.5rem
    }

    .heading+.section-description {
        margin-bottom: 2rem
    }

    .row {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .row.stretch>[class*="col-"] {
        margin-bottom: 1.5rem
    }

    [class*="col-"] {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .block-section {
        padding: 1.5rem
    }

    .bookmakers-rating-block {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    h3,
    .heading-3 {
        font-size: 1.5rem;
        line-height: 1.75rem
    }

    .bookmakers-rating-block .heading {
        margin-bottom: 1rem
    }

    .bookmakers-rating-block .description {
        margin-bottom: 1rem;
        height: 3rem
    }

    .bookmaker-mini-row .likes {
        margin-right: auto
    }

    .bookmaker-mini-row .icon-reliability {
        margin-left: auto
    }

    .bookmaker__notice {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        flex-direction: initial;
        margin-bottom: 1.5rem;
        margin-top: -1rem
    }

    .bookmaker__notice .bookmaker__block {
        width: 80%
    }
}

@media (min-width:984px) {
    .container {
        max-width: 60rem
    }

    .col-lg-4 {
        flex-basis: 33.3333%;
        max-width: 33.3333%
    }

    .bookmaker-mini-row .logo {
        width: 3rem
    }
}

@media (min-width:1080px) {
    .container {
        max-width: 66rem
    }

    .rating-label:hover .rating-label__hint {
        display: block
    }

    .bookmaker-mini-row .number {
        display: block;
        flex-shrink: 0;
        width: 1.5rem;
        margin-right: 1rem;
        color: rgba(0, 0, 0, .4);
        font-size: 1rem
    }

    .bookmaker-mini-row .logo {
        width: 4.625rem
    }

    .bookmaker-mini-row .icon-reliability,
    .bookmaker-mini-row .icon-percent {
        margin-left: auto
    }

    .bookmaker-mini-row .score {
        margin-right: 1rem
    }

    .bookmaker-mini-row .icon-bonus {
        margin-left: auto
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 78rem
    }
}

@media (min-width:1366px) {
    .container {
        max-width: 66rem
    }
}

@media (min-width:1566px) {
    .container {
        max-width: 78rem
    }

    .bookmakers-rating-block .description {
        height: 2rem
    }
}

@media print {

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        break-after: avoid
    }

    a,
    a:visited {
        text-decoration: underline
    }

    tr,
    img {
        break-inside: avoid
    }

    img {
        max-width: 100% !important
    }
}

@media (min-width:350px) {
    .bookmaker-mini-row .logo {
        width: 4.625rem
    }
}

@media (max-width:743px) {
    .likers.small .img-box:nth-child(n+12) {
        display: none
    }

    .likers.small .img-box:nth-child(7) {
        margin-right: 0;
        z-index: 5
    }

    .likers.small .img-box:nth-child(8) {
        margin-left: -.5rem;
        margin-right: 0;
        z-index: 4
    }

    .likers.small .img-box:nth-child(9) {
        margin-left: -1rem;
        margin-right: 0;
        z-index: 3
    }

    .likers.small .img-box:nth-child(10) {
        margin-left: -1.25rem;
        margin-right: 0;
        z-index: 2
    }

    .likers.small .img-box:nth-child(11) {
        margin-left: -1.375rem;
        margin-right: 0;
        z-index: 1
    }
}

.index-heading {
    margin-bottom: 30px !important
}

.icon.icon-bonus-red:before {
    content: "\f11c" !important;
    color: #d0021b !important
}

@media (min-width:744px) {
    .bookmakers-rating-table.bookmakers-landing-table .bookmakers-landing-table-details-tr.active {
        display: table-row
    }
}

.bookmakers-rating-table.bookmakers-landing-table .buttons .link.icon-down.right.active:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.scroll-block {
    overflow-x: scroll;
    flex-wrap: nowrap
}

.cards-carousel__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -12px 1rem;
    overflow-x: auto;
    overflow-y: hidden
}

.table-widget {
    outline: none
}

.widget-box {
    margin: 0 -16px
}

table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .75rem
}

table:not(.tournament-group-table) {
    display: block;
    overflow-x: auto
}

table.table-widget {
    border: 0;
    width: 100%
}

.widget-box.widget__body table.table-widget {
    border: 0
}

table.table-widget tr {
    display: block;
    box-shadow: rgba(0, 0, 0, .12) 0 0 8px;
    border-radius: 3px;
    padding: 12px 16px 16px;
    margin: 12px 0
}

.widget-box.widget__body table.table-widget tr {
    border-width: 1px 0 0;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221)
}

.widget-box.widget__body table.table-widget tr.table-widget__tr_top {
    border: 0
}

.widget-box.widget__body .table-widget__tr_top {
    display: none
}

.widget-box.widget__body table.table-widget tr:last-child {
    border-bottom: 1px solid rgb(221, 221, 221)
}

table th,
table td {
    padding: .5rem .25rem
}

table tr:last-child td {
    padding-bottom: 0
}

.content-body table:not(.expert-table) th,
.tournament-content-body table:not(.expert-table) th,
.content-body table:not(.expert-table) td,
.tournament-content-body table:not(.expert-table) td {
    border: 1px solid rgb(229, 229, 229)
}

.content-body table:not(.expert-table) th,
.tournament-content-body table:not(.expert-table) th,
.content-body table:not(.expert-table) td,
.tournament-content-body table:not(.expert-table) td {
    text-align: center;
    height: auto !important
}

.content-body table:not(.expert-table) tr:first-child td,
.tournament-content-body table:not(.expert-table) tr:first-child td {
    padding-top: .5rem
}

.content-body table:not(.expert-table) tr:last-child td,
.tournament-content-body table:not(.expert-table) tr:last-child td {
    padding-bottom: .5rem
}

table.table-widget td {
    display: block;
    padding: 0
}

table.table-widget td:last-child {
    padding-top: 16px
}

table.table-widget td:last-child::before {
    display: none
}

table.table-widget td:not(:first-child)::before {
    content: attr(data-label);
    font-weight: 700;
    display: block;
    font-size: 12px;
    line-height: 1.7;
    color: rgba(0, 0, 0, .4)
}

.widget-box.widget__body table.table-widget tr td {
    border: 0;
    text-align: center
}

.widget-box.widget__body table.table-widget tr.table-widget__tr_top td {
    padding: 8px 12px;
    border: 0;

}

.widget__body td.table-widget__item {
    border: 0
}

.widget__body table:not(.expert-table) .table-widget__item {
    border-top: 0;
    padding: 5px 0 8px;
    font-size: 14px
}

.widget__body table:not(.expert-table) .table-widget__item:first-child {
    text-align: center;
    padding: 0
}

.widget__body table:not(.expert-table) .table-widget__item:last-child {
    padding-top: 16px
}

.widget__body table:not(.expert-table) .table-widget__item:not(:first-child):not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

a {
    background-color: rgba(0, 0, 0, 0)
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


.tournament-content-body table:not(.expert-table) a {
    color: #fff
}

.widget__body td.table-widget__item:last-child a {
    margin: 0 auto;

}

img {
    border-style: none
}

img {
    max-width: 100%;
    border: none
}

.content-body img,
.tournament-content-body img {
    aspect-ratio: auto;
    height: auto
}

.widget__body td.table-widget__item img {
    width: 123px
}

.bookmaker-claim .heading,
.comment .body,
.bookmaker-claim-description,
.review .description,
.complaint .description,
.article-row .body .title,
.article-row .description,
.article .description,
.article .body,
.last-review-block .description,
.input,
.content-body p,
.content-body li,
.heading,
.word-break {
    word-break: break-word;
    overflow-wrap: break-word
}

p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5rem
}

.content-body p,
.tournament-content-body p,
.content-body li,
.tournament-content-body li {
    margin: .75rem 0
}

.content-body table:not(.expert-table) th p,
.tournament-content-body table:not(.expert-table) th p,
.content-body table:not(.expert-table) td p,
.tournament-content-body table:not(.expert-table) td p {
    margin: 0
}

.content-body table:not(.expert-table) p,
.tournament-content-body table:not(.expert-table) p {
    word-break: normal;
    overflow-wrap: normal;
    font-size: .75rem;
    line-height: 1rem
}

.widget__body table:not(.expert-table) .table-widget__item p,
.widget__body table:not(.expert-table) .table-widget__item span {
    font-size: 14px;
    line-height: 1.1
}

.widget__body td.table-widget__item_buttons::before {
    display: none
}

table.table-widget td .table-widget__btns {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.widget-button {
    width: 100%;
    height: 32px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(208, 2, 27);
    font-size: 14px;
    border-radius: 3px;
    padding: 0 16px;
    color: rgb(255, 255, 255) !important
}

.widget__body td.table-widget__item_buttons a {
    width: fit-content
}

table.table-widget td .table-widget__btns .table-widget__item-button {
    margin: 0;
    min-width: 124px
}

@media (min-width:576px) {
    .widget-box {
        margin: 0
    }

    .widget__body table:not(.expert-table) {
        margin-top: .5rem;
        display: table
    }

    table.table-widget {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%
    }

    table.table-widget tr {
        display: table-row;
        margin-bottom: 0;
        box-shadow: none;
        padding: 0
    }

    table.table-widget tr:last-child {
        border-bottom: 1px solid rgb(221, 221, 221)
    }

    table.table-widget tr .table-widget__item_bobus,
    table.table-widget td {
        display: table-cell
    }

    table.table-widget td:last-child {
        text-align: -webkit-right
    }

    table.table-widget td:not(:first-child)::before {
        display: none
    }

    table.table-widget tr.table-widget__tbody_bottom {
        border-top: 1px solid rgb(221, 221, 221)
    }

    .widget__body table:not(.expert-table) .table-widget__item {
        padding: 20px 12px !important
    }

    .widget__body table:not(.expert-table) .table-widget__item:first-child {
        padding-right: 12px;
        text-align: left;
        width: 112px !important
    }

    .widget__body table:not(.expert-table) .table-widget__item:last-child {
        margin-left: 12px;
        padding: 20px 0 20px 16px;
        min-width: 131px !important
    }

    .widget__body table:not(.expert-table) .table-widget__item:not(:first-child):not(:last-child) {
        border-bottom: 0
    }

    .widget__body td.table-widget__item:last-child a {
        margin: 0
    }

    .widget__body table:not(.expert-table) .table-widget__item img {
        width: 100px
    }

    .widget__body table:not(.expert-table) .table-widget__item p {
        text-align: left;
        font-size: 14px;
        line-height: 1.1
    }

    .widget__body table:not(.expert-table) .table-widget__item_buttons {
        padding: 0;
        margin-left: 12px
    }

    .table-widget__item_buttons .table-widget__btns {
        margin: 0 0 0 auto;
        max-width: 121px !important
    }

    table.table-widget td .table-widget__btns {
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .widget__body td.table-widget__item a.widget-button {
        font-size: 12px;
        padding: 0 10px;
        width: 100% !important
    }

    .widget-button {
        width: 96px
    }
}

@media (min-width:984px) {
    table {
        font-size: .875rem
    }

    .content-body table,
    .post-content table {
        font-size: 1rem
    }
}

@media (min-width:744px) {
    table:not(.tournament-group-table) {
        display: table
    }

    .widget-box.widget__body .table-widget__tr_top {
        display: table-row
    }

    .widget__body table:not(.expert-table) .table-widget__item:last-child {
        width: 145px;
        min-width: initial !important
    }

    .content-body p,
    .tournament-content-body p,
    .content-body li,
    .tournament-content-body li {
        margin: 1rem 0
    }

    .content-body table:not(.expert-table) p,
    .tournament-content-body table:not(.expert-table) p {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .widget__body p,
    .widget__body .table-widget__item li {
        margin: 1rem 0
    }

    .widget__body td.table-widget__item a.widget-button {
        font-size: 14px
    }
}

@media print {

    tr,
    img {
        break-inside: avoid
    }

    a,
    a:visited {
        text-decoration: underline
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
}

@media (min-width:450px) {
    .widget__body td.table-widget__item:last-child a {
        width: fit-content;
        margin: 0 auto
    }

    .widget__body td.table-widget__item_buttons {
        -webkit-box-pack: center;
        justify-content: center
    }
}

.block {
    display: block;
    margin-bottom: 2rem;
    border-radius: .5rem;
    background-color: rgb(255, 255, 255)
}

.accordion {
    transition: all 0.2s ease 0s
}

.toc {
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 1rem;
    grid-template-areas: "title toggle" "content content";
    border: 1px solid rgb(229, 229, 229)
}

.toc__title {
    grid-area: title / title / title / title;
    color: rgba(0, 0, 0, .8);

}

.toc span {
    line-height: 1.125rem
}

.block-section.link.arrowed,
.block-section .accordion-header {
    display: block;
    padding-right: 2.5rem
}

.accordion .accordion-header {
    background: none;

    cursor: pointer;
    position: relative;
    transition: color 0.2s ease 0s
}

.accordion .accordion-header:hover {
    color: rgb(208, 2, 27)
}

.accordion .accordion-header::after {
    content: "";
    color: rgba(0, 0, 0, .4);

    font-style: normal;

    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    display: block;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s
}

.accordion.active .accordion-header::after {
    transform: translateY(-50%) rotate(180deg)
}

.toc__toggle {
    grid-area: toggle / toggle / toggle / toggle
}

.toc .accordion-header::after {
    color: rgb(52, 152, 219);

    font-feature-settings: initial;
    font-kerning: initial;
    font-optical-sizing: initial;
    font-palette: initial;
    font-size: .875rem;
    font-stretch: initial;
    font-style: initial;
    font-synthesis: initial;
    font-variant: initial;
    font-variation-settings: initial;
    font-weight: initial;
    forced-color-adjust: initial;
    text-orientation: initial;
    text-rendering: initial;
    -webkit-font-smoothing: initial;
    -webkit-locale: initial;
    -webkit-text-orientation: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    zoom: initial;
    accent-color: initial;
    place-content: initial;
    place-items: initial;
    place-self: initial;
    alignment-baseline: initial;
    animation-composition: initial;
    animation: initial;
    app-region: initial;
    appearance: initial;
    aspect-ratio: initial;
    backdrop-filter: initial;
    backface-visibility: initial;
    background: initial;
    background-blend-mode: initial;
    baseline-shift: initial;
    baseline-source: initial;
    block-size: initial;
    border-block: initial;
    border: initial;
    border-radius: initial;
    border-collapse: initial;
    border-end-end-radius: initial;
    border-end-start-radius: initial;
    border-inline: initial;
    border-start-end-radius: initial;
    border-start-start-radius: initial;
    inset: initial;
    box-shadow: initial;
    box-sizing: initial;
    break-after: initial;
    break-before: initial;
    break-inside: initial;
    buffered-rendering: initial;
    caption-side: initial;
    caret-color: initial;
    clear: initial;
    clip: initial;
    clip-path: initial;
    clip-rule: initial;
    color-interpolation: initial;
    color-interpolation-filters: initial;
    color-rendering: initial;
    color-scheme: initial;
    columns: initial;
    column-fill: initial;
    gap: initial;
    column-rule: initial;
    column-span: initial;
    contain: initial;
    contain-intrinsic-block-size: initial;
    contain-intrinsic-size: initial;
    contain-intrinsic-inline-size: initial;
    container: initial;
    content: attr(data-open-text);
    content-visibility: initial;
    counter-increment: initial;
    counter-reset: initial;
    counter-set: initial;
    cursor: pointer;
    cx: initial;
    cy: initial;
    d: initial;
    display: initial;
    dominant-baseline: initial;
    empty-cells: initial;
    fill: initial;
    fill-opacity: initial;
    fill-rule: initial;
    filter: initial;
    flex: initial;
    flex-flow: initial;
    float: initial;
    flood-color: initial;
    flood-opacity: initial;
    grid: initial;
    grid-area: initial;
    height: initial;
    hyphenate-character: initial;
    hyphenate-limit-chars: initial;
    hyphens: initial;
    image-orientation: initial;
    image-rendering: initial;
    initial-letter: initial;
    inline-size: initial;
    inset-block: initial;
    inset-inline: initial;
    isolation: initial;
    letter-spacing: initial;
    lighting-color: initial;
    line-break: initial;
    line-height: initial;
    list-style: initial;
    margin-block: initial;
    margin: initial;
    margin-inline: initial;
    marker: initial;
    mask: initial;
    mask-type: initial;
    math-depth: initial;
    math-shift: initial;
    math-style: initial;
    max-block-size: initial;
    max-height: initial;
    max-inline-size: initial;
    max-width: initial;
    min-block-size: initial;
    min-height: initial;
    min-inline-size: initial;
    min-width: initial;
    mix-blend-mode: initial;
    object-fit: initial;
    object-position: initial;
    object-view-box: initial;
    offset: initial;
    opacity: initial;
    order: initial;
    orphans: initial;
    outline: initial;
    outline-offset: initial;
    overflow-anchor: initial;
    overflow-clip-margin: initial;
    overflow-wrap: initial;
    overflow: initial;
    overscroll-behavior-block: initial;
    overscroll-behavior-inline: initial;
    overscroll-behavior: initial;
    padding-block: initial;
    padding: initial;
    padding-inline: initial;
    page: initial;
    page-orientation: initial;
    paint-order: initial;
    perspective: initial;
    perspective-origin: initial;
    pointer-events: initial;
    position: initial;
    quotes: initial;
    r: initial;
    resize: initial;
    rotate: initial;
    ruby-position: initial;
    rx: initial;
    ry: initial;
    scale: initial;
    scroll-behavior: initial;
    scroll-margin-block: initial;
    scroll-margin: initial;
    scroll-margin-inline: initial;
    scroll-padding-block: initial;
    scroll-padding: initial;
    scroll-padding-inline: initial;
    scroll-snap-align: initial;
    scroll-snap-stop: initial;
    scroll-snap-type: initial;
    scroll-timeline: initial;
    scrollbar-gutter: initial;
    shape-image-threshold: initial;
    shape-margin: initial;
    shape-outside: initial;
    shape-rendering: initial;
    size: initial;
    speak: initial;
    stop-color: initial;
    stop-opacity: initial;
    stroke: initial;
    stroke-dasharray: initial;
    stroke-dashoffset: initial;
    stroke-linecap: initial;
    stroke-linejoin: initial;
    stroke-miterlimit: initial;
    stroke-opacity: initial;
    stroke-width: initial;
    tab-size: initial;
    table-layout: initial;
    text-align: initial;
    text-align-last: initial;
    text-anchor: initial;
    text-combine-upright: initial;
    text-decoration: initial;
    text-decoration-skip-ink: initial;
    text-emphasis: initial;
    text-emphasis-position: initial;
    text-indent: initial;
    text-overflow: initial;
    text-shadow: initial;
    text-size-adjust: initial;
    text-transform: initial;
    text-underline-offset: initial;
    text-underline-position: initial;
    white-space: initial;
    timeline-scope: initial;
    touch-action: initial;
    transform: initial;
    transform-box: initial;
    transform-origin: initial;
    transform-style: initial;
    transition: initial;
    translate: initial;
    user-select: initial;
    vector-effect: initial;
    vertical-align: initial;
    view-timeline: initial;
    view-timeline-inset: initial;
    view-transition-name: initial;
    visibility: initial;
    border-spacing: initial;
    -webkit-box-align: initial;
    -webkit-box-decoration-break: initial;
    -webkit-box-direction: initial;
    -webkit-box-flex: initial;
    -webkit-box-ordinal-group: initial;
    -webkit-box-orient: initial;
    -webkit-box-pack: initial;
    -webkit-box-reflect: initial;
    -webkit-highlight: initial;
    -webkit-line-break: initial;
    -webkit-line-clamp: initial;
    -webkit-mask-box-image: initial;
    -webkit-mask: initial;
    -webkit-mask-composite: initial;
    -webkit-print-color-adjust: initial;
    -webkit-rtl-ordering: initial;
    -webkit-ruby-position: initial;
    -webkit-tap-highlight-color: initial;
    -webkit-text-combine: initial;
    -webkit-text-decorations-in-effect: initial;
    -webkit-text-fill-color: initial;
    -webkit-text-security: initial;
    -webkit-text-stroke: initial;
    -webkit-user-drag: initial;
    -webkit-user-modify: initial;
    widows: initial;
    width: initial;
    will-change: initial;
    word-break: initial;
    word-spacing: initial;
    x: initial;
    y: initial;
    z-index: initial
}

.toc.active .accordion-header::after {
    content: attr(data-close-text)
}

.toc .accordion-body,
.toc .toc__toggle.accordion-header,
.toc .toc__content.accordion-body {
    padding: 0
}

.accordion .accordion-body {
    display: none;
    position: relative;
    background: none;
    color: rgba(0, 0, 0, .8)
}

.content-body .accordion-body,
.tournament-content-body .accordion-body {
    padding: .75rem 0 1.5rem
}

.toc__content {
    grid-area: content / content / content / content
}

.toc ol {
    padding: 0;
    counter-reset: item 0;
    margin-bottom: 0
}

.bookmaker-claim .heading,
.comment .body,
.bookmaker-claim-description,
.review .description,
.complaint .description,
.article-row .body .title,
.article-row .description,
.article .description,
.article .body,
.last-review-block .description,
.input,
.content-body p,
.content-body li,
.heading,
.word-break {
    word-break: break-word;
    overflow-wrap: break-word
}

.content-body p,
.tournament-content-body p,
.content-body li,
.tournament-content-body li {
    margin: .75rem 0
}

.toc ol li {
    display: block;
    margin: 0
}

a {
    background-color: rgba(0, 0, 0, 0)
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


.content-body ol a,
.tournament-content-body ol a {
    color: rgb(52, 152, 219)
}

.toc ol a {
    padding: 3px 0;
    line-height: 1.125rem;
    display: inline-flex;
    font-size: 14px;
    color: rgb(52, 152, 219)
}

.toc ol a:hover {
    color: rgb(52, 152, 219)
}

.toc ol a::before {
    content: counters(item, ".") ". ";
    counter-increment: item 1;

    color: rgba(0, 0, 0, .8);

    margin-right: 4px;
    white-space: nowrap;
    min-width: 12px
}

.toc ol ol {
    padding-left: 1rem
}

.toc ol ol a::before {
    min-width: 24px
}

@media (min-width:744px) {

    .block-section.link.arrowed,
    .block-section .accordion-header {
        padding-right: 3rem
    }

    .content-body .accordion-body,
    .tournament-content-body .accordion-body {
        padding: 1rem 0 2.5rem
    }

    .content-body p,
    .tournament-content-body p,
    .content-body li,
    .tournament-content-body li {
        margin: 1rem 0
    }

    .toc ol a {
        color: rgba(0, 0, 0, .8)
    }
}

@media (min-width:1080px) {

    .content-body .accordion-body,
    .tournament-content-body .accordion-body {
        padding: 1rem 0 2.5rem
    }
}

@media print {

    a,
    a:visited {
        text-decoration: underline
    }
}

.bookmaker-name-in-logo {
    justify-content: center;
    font-size: 12px;
    margin-right: auto;
    width: 100%;
    display: flex
}

.content {
    margin-left: .75rem;
    margin-right: .75rem
}

.toc__content_active {
    height: 0;
    overflow: hidden
}

.book-profile,
.book-feedbacks {
    position: relative
}

.bk-header__top-wrapper {
    overflow: hidden;
    transition: max-height 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-right: .75rem;
    width: 100%
}

.bk-header__top,
.bk-header__promo {
    background: rgb(255, 255, 255)
}

.bk-header__top {
    padding: 1rem;
    display: grid;
    grid-auto-columns: 4.5rem 1fr;
    gap: 1.25rem 1rem;
    grid-template-areas: "logo title" "bklist bklist";
    border-radius: .5rem .5rem 0 0
}

img {
    border-style: none
}

img {
    max-width: 100%;
    border: none
}

.bk-header__logo {
    grid-area: logo / logo / logo / logo;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: .5rem
}

.bk-header__title-wrapper {
    grid-area: title / title / title / title;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5 {
    margin-top: 0;
    margin-bottom: 1rem
}


h1,
.heading-1 {
    font-size: 1.375rem;
    line-height: 1.75rem
}

.bk-header__title {
    margin-bottom: .25rem
}

.bk-header__site-mobile {
    padding: .25rem .5rem;
    width: fit-content;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: .25rem;
    color: rgba(0, 0, 0, .4);
    word-break: break-word
}

.bk-header__list-container {
    grid-area: bklist / bklist / bklist / bklist;
    margin: 0 -1rem
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0px !important
}

.bk-header__list {
    padding: 0 1rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: auto
}

.bk-header__list-item {
    position: relative;
    padding: 0 .5rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.bk-header__list-item::after {
    content: "";
    height: 1.5rem;
    width: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: rgba(0, 0, 0, .1)
}

.bk-header__list-item:first-child {
    padding-left: 0
}

.bk-header__list-item:last-child {
    padding-right: 0
}

.bk-header__list-item:last-child::after {
    display: none
}

.bk-header__list-item--site {
    display: none
}

.bk-header__list-item-content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.bk-header__list-item-title {
    margin-bottom: .25rem;
    font-size: .75rem;
    line-height: .875rem;
    color: rgba(0, 0, 0, .4)
}

.bk-header__list-item-text {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.125rem;
    color: rgba(0, 0, 0, .6)
}

.bk-header__list-item-text:hover {
    color: rgba(0, 0, 0, .6)
}

a {
    background-color: rgba(0, 0, 0, 0)
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.bk-header__list-item-icons {
    display: flex;
    color: rgba(0, 0, 0, .6)
}

.icon::before {
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-weight: 400 !important
}

.icon.icon-iOS::before {
    content: ""
}

.icon {
    padding-left: 1.5rem;
    min-height: 1rem;
    position: relative
}

.icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    text-decoration: none;
    speak: none;
    -webkit-font-smoothing: antialiased
}

.bk-header__list-item-icon {
    cursor: default
}

.bk-header__list-item-icon:hover {
    color: rgba(0, 0, 0, .6)
}

.bk-header__list-item-icon:last-child {
    margin-left: .25rem
}

.bk-header__list-item-icon,
.bk-header__list-item-text-q {
    padding-left: 0;
    display: block;
    width: 1.125rem;
    height: 1.125rem
}

.icon.icon-android::before {
    content: ""
}

.icon.icon-circle-q::before {
    content: ""
}

.bk-header__list-item-text-q {
    margin-left: .25rem;
    color: rgba(0, 0, 0, .4)
}

.bk-header__list-item-text-q:hover {
    color: rgba(0, 0, 0, .4)
}

.bk-header__promo {
    transition: max-height 0.4s ease-in-out 0s
}

.bk-header__promo {
    border-radius: 0 0 .5rem .5rem
}

.bk-header__promo {
    padding: 1rem 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.bk-header__promo-sticky-logo,
.bk-header__promo-sticky-title {
    display: none
}

.bk-header__promo-text-wrapper {
    padding: 0 1rem;
    margin-bottom: 1rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.bk-header__promo-title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.icon.icon-bonus::before {
    content: ""
}

.bk-header__promo-title-icon {
    display: inline-block;
    margin-right: .25rem;
    width: 1.5rem;
    height: 1.5rem
}

.bk-header__promo-title-icon::before {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: rgb(246, 71, 71) !important
}

.bk-header__promo-text {
    font-size: .875rem;
    line-height: 1rem
}

.bk-header__promo-btns-wrapper {
    padding: 0 1rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.bk-header__promo-btn {
    padding: 1rem 0;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1rem
}

.bk-header__promo-btn-copy {
    padding: .75rem 0;
    margin-bottom: .75rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .25rem;
    cursor: pointer
}

.bk-header__promo-btn-text {
    display: none
}

.bk-header__promo-btn-content {
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(246, 71, 71);

    line-height: 1.25rem;
    text-transform: uppercase
}

.icon.icon-copy::before {
    content: ""
}

.bk-header__promo-btn-copy-icon {
    display: inline-block;
    margin-left: .5rem;
    width: 1.25rem;
    height: 1.25rem;
    color: rgba(0, 0, 0, .2)
}

.bk-header__promo-btn-copy-icon::before {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem
}

button,
input,
select,
textarea {

    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button {
    appearance: button
}

.bk-header__promo-btn-primary {
    min-width: 13.5rem
}

.sticky__wrapper {
    z-index: 99;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding-bottom: 2rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, .88) 5%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.4s ease-in-out 0s
}

.sticky__wrapper--hidden {
    opacity: 0;
    transform: translateY(200%);
    pointer-events: none
}

.sticky__inner {
    padding: 0 1rem
}

.sticky__btn {
    padding: 1rem 0;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: .25rem
}

.book-content {
    transition: margin-top 0.4s ease-in-out 0s
}

[class*="col-"] {
    min-width: 0;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding-left: .5rem;
    padding-right: .5rem
}

.col-12 {
    flex-basis: 100%;
    max-width: 100%
}

.book-gallery {
    margin-top: 2rem
}

.book-profile .book-page-section,
.book-profile .book-aside-nav,
.book-feedbacks .book-page-section,
.book-feedbacks .book-aside-nav {
    margin-top: 2rem
}

.book-gallery .gallery {
    position: relative
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-pointer-events {
    touch-action: pan-y
}

.carousel {
    position: relative;
    margin: 1rem 0;
    border-radius: .5rem
}

.book-gallery .carousel {
    margin: 0
}

.book-gallery .gallery .swiper {
    margin: 0 -.75rem;
    padding: 0 .75rem
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.carousel:not(.one-image) .images-wrap {
    border-radius: .5rem;
    background-color: rgb(240, 241, 242)
}

.carousel.carousel--multiple .images-wrap {
    height: auto;
    background: none
}

.carousel .images-wrap {
    position: relative;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    height: 300px
}

.gallery__items:not(.swiper-wrapper) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.icon.icon-play::before {
    content: ""
}

.carousel .images-wrap .image {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0
}

.gallery__item {
    height: 256px;
    border-radius: .5rem;
    overflow: hidden
}

.gallery__item--video {
    position: relative;
    padding-left: 0
}

.gallery__item--video::before {
    color: rgb(255, 255, 255);
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

.book-gallery .gallery .swiper-slide {
    opacity: 0;
    width: 200px;
    height: 300px
}

.book-gallery .gallery .swiper-initialized .swiper-slide {
    opacity: 1
}

.carousel.carousel--multiple .images-wrap .image img {
    object-fit: cover
}

.carousel .images-wrap .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.carousel img {
    border-radius: unset
}

.gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, .4);
    box-shadow: rgba(0, 0, 0, .08) 1px 2px 6px;
    transition: opacity 0.4s ease-in-out 0s;
    cursor: pointer
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    transition-delay: 0.75s;
    pointer-events: auto
}

.swiper-button-prev {
    transform: rotate(180deg);
    left: .25rem
}

.swiper-button-prev.gallery__prev {
    transform: rotate(0deg)
}

.icon.icon-left::before {
    content: ""
}

.book-gallery .gallery .swiper-button-prev,
.book-gallery .gallery .swiper-button-next {
    display: none
}

.book-gallery .gallery .swiper-button-prev {
    left: -20px
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next {
    right: .25rem
}

.icon.icon-right::before {
    content: ""
}

.book-gallery .gallery .swiper-button-next {
    right: -20px
}

.aside-nav-block {
    display: none
}

.book-aside-nav {
    position: sticky;
    top: 158px;
    left: 0
}

.aside-nav__title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5rem
}

.aside-nav__list {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start
}

.aside-nav__list-item {
    position: relative;
    font-size: 1rem;
    line-height: 1.125rem
}

.aside-nav__list-item:hover {
    color: rgb(208, 2, 27)
}

.aside-nav__list-item--active {
    color: rgb(208, 2, 27);

}

.aside-nav__list-item--active::before {
    content: "";
    position: absolute;
    left: -.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: .125rem;
    height: 2rem;
    background: rgb(208, 2, 27)
}

.aside-nav__list-item+.aside-nav__list-item {
    margin-top: 1rem
}

.book-features__row {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.book-features__block {
    padding: 1rem;
    border-radius: .5rem;
    background: rgb(255, 255, 255)
}

.book-features__block:first-child {
    margin-bottom: 1rem
}

.bookmaker-claim .heading,
.comment .body,
.bookmaker-claim-description,
.review .description,
.complaint .description,
.article-row .body .title,
.article-row .description,
.article .description,
.article .body,
.last-review-block .description,
.input,
.content-body p,
.content-body li,
.heading,
.word-break {
    word-break: break-word;
    overflow-wrap: break-word
}

.heading {
    display: block
}

h2,
.heading-2 {
    font-size: 1.375rem;
    line-height: 1.5rem
}

h3,
.heading-3 {
    font-size: 1.25rem;
    line-height: 1.5rem
}

.book-features__title {
    margin-bottom: 1.25rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.375rem
}

.icon.icon-plus::before {
    content: ""
}

.book-features__title-icon,
.book-features__title-icon.icon {
    display: inline-block;
    margin-right: .75rem;
    width: 1.5rem;
    height: 1.5rem
}

.book-features__title-icon-plus {
    color: rgb(98, 180, 53)
}

ul {
    margin: 0;
    padding: 0
}

.book-features__list {
    padding-left: .875rem
}

ul li {
    display: block
}

.book-features__list-item {
    margin-bottom: .75rem;
    position: relative;
    padding-left: 1.375rem;
    font-size: 1rem;
    line-height: 1.5rem
}

.book-features__list-item:last-child {
    margin-bottom: 0
}

.book-features__list-item::before {
    content: "";
    position: absolute;
    left: -.25rem;
    top: .625rem;
    width: .25rem;
    height: .25rem;
    border-radius: 100%;
    background: rgb(51, 51, 51)
}

.icon.icon-minus::before {
    content: ""
}

.book-features__title-icon-minus {
    color: rgb(246, 71, 71)
}

.book-ratings__titles {
    margin-bottom: 1rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.book-ratings__title {
    margin: 0
}

.title__line-link {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    padding: 4px 8px;
    height: 24px;


    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    transition: all 0.2s ease 0s;
    cursor: pointer !important
}

.title__line-link:hover {
    color: rgb(208, 2, 27)
}

p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5rem
}

.book-ratings__descr {
    display: none
}

.book-ratings__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem
}

.book-ratings__item {
    padding: 1rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: rgb(255, 255, 255);
    border-radius: .5rem
}

.book-ratings__item:hover {
    color: inherit
}

.book-ratings__item-top {
    margin-bottom: .5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.book-ratings__item-place {
    margin: 0;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem
}

.icon.icon-like::before {
    content: ""
}

.book-ratings__item-icon {
    width: 1.5rem;
    height: 1.5rem
}

.book-ratings__item-icon::before {
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 1.5rem;
    height: 1.5rem
}

.book-ratings__item-text {
    font-size: 1rem;
    line-height: 1.125rem;
    color: rgba(0, 0, 0, .4)
}

.icon.icon-percent::before {
    content: ""
}

.icon.icon-upright::before {
    content: ""
}


.icon.icon-cybersport::before {
    content: ""
}

.book-page-title {
    margin-bottom: 1rem
}

.book-mobile__wrapper {
    position: relative;
    padding: 1.5rem 1rem 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: .5rem;
    background-color: rgb(43, 46, 54);
    color: rgb(255, 255, 255)
}

.book-mobile__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    text-align: center
}

.book-mobile__text {
    margin-bottom: 1rem;
    line-height: 1.125rem;
    text-align: center
}

.book-mobile__btns {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.book-mobile__button {
    padding: .375rem 1.25rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(0, 0, 0);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: .25rem
}

.book-mobile__button:hover {
    color: rgb(255, 255, 255)
}

.book-mobile__button:nth-child(2) {
    margin-left: .5rem
}

.book-mobile__button-icon {
    margin-right: .5rem;
    width: 1.5rem;
    height: 1.5rem
}

.book-mobile__button-icon::before {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem
}

.book-mobile__button-descr {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.book-mobile__button-text {
    font-size: .625rem;
    line-height: .75rem
}

.book-mobile__button-os {

    font-size: .875rem;
    line-height: 1rem
}

.book-mobile__button-icon.icon-android {
    color: rgb(61, 220, 132)
}

.book-mobile__logo-wrap {
    height: 9.375rem;
    margin-top: 2rem;
    padding-top: 3.0625rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background-image: image-set(url("/images/book-mobile-app-x1.webp") 1x, url("/images/book-mobile-app-x2.webp") 2x);
    background-position: center bottom;
    background-repeat: no-repeat
}

.book-mobile__logo {
    width: 4.5rem;
    height: 4.5rem;
    filter: drop-shadow(rgba(0, 0, 0, .4) 12.0906px 12.0906px 16.1208px);
    border-radius: 8px;
    background-color: #fff;
    padding: 10px
}

.start-play__wrapper {
    background: rgb(255, 255, 255);
    border-radius: .5rem
}

.accordion {
    transition: all 0.2s ease 0s
}

.accordion .accordion-header {
    background: none;

    cursor: pointer;
    position: relative;
    transition: color 0.2s ease 0s
}

.accordion .accordion-header:hover {
    color: rgb(208, 2, 27)
}

.accordion .accordion-header::after {
    content: "";
    color: rgba(0, 0, 0, .4);
    font-family: iconfont, sans-serif;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    display: block;
    transition: transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s
}

.start-play__accordion .accordion-header {
    padding: 1rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.start-play__accordion .accordion-header::after {
    right: 1rem
}

.start-play__accordion-num,
.start-play__accordion-title {
    font-size: 1.125rem;
    line-height: 1.375rem
}

.start-play__accordion-num {
    margin-right: .75rem;
    color: rgba(0, 0, 0, .2)
}


h4,
.heading-4 {
    font-size: 1rem;
    line-height: 1.25rem
}

.accordion .accordion-body {
    display: none;
    position: relative;
    background: none;
    color: rgba(0, 0, 0, .8)
}

.accordion.start-play__accordion .accordion-body {
    padding-top: 0
}

.start-play__accordion .accordion-body {
    display: block;
    overflow: hidden;
    max-height: 0
}

.start-play__accordion .accordion-body {
    padding-top: 0
}

.content-body,
.tournament-content-body {
    font-size: 1rem;
    line-height: 1.5rem
}

.start-play__accordion .accordion-inner {
    padding: 0 1rem 1rem
}

.start-play .accordion+.accordion {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.content-body p,
.tournament-content-body p,
.content-body li,
.tournament-content-body li {
    margin: .75rem 0
}

p a,
.link,
.content a {
    color: #40a69f;
}

.reviews-header,
.complaints-header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem
}

.book-profile .reviews-header .book-page-title,
.book-feedbacks .reviews-header .book-page-title {
    margin-bottom: 0
}

.book-bonuses__slider,
.book-cards-slider {
    position: relative;
    margin: 0 -.75rem
}

.book-bonuses__slider .swiper,
.book-cards-slider .swiper {
    padding: 0 .75rem
}

div[class*="__slider-wrapper"] {
    position: relative
}

.book-bonuses__card {
    position: relative;
    padding: 1rem;
    min-height: 264px;
    min-width: 296px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: rgb(43, 46, 54);
    border-radius: .5rem;
    color: rgb(255, 255, 255);
    font-size: .875rem;
    line-height: 1.25rem
}

.book-bonuses__slider .book-bonuses__card,
.book-cards-slider .book-bonuses__card {
    overflow: hidden
}

.book-bonuses__slider .swiper-slide,
.book-cards-slider .swiper-slide {
    max-width: 240px;
    height: auto;
    opacity: 0;
    transition: opacity 0.2s ease 0s
}

.book-bonuses__slider .swiper-initialized .swiper-slide,
.book-cards-slider .swiper-initialized .swiper-slide {
    opacity: 1
}

.book-bonuses__slider--big-first-card .swiper-slide:first-child {
    max-width: 296px
}

.book-bonuses__card-header,
.book-bonuses__card-list {
    max-width: 326px;
    word-break: break-word
}

.book-bonuses__card-header {
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.book-bonuses__card-header-img {
    width: 3rem;
    height: 3rem;
    margin-right: .75rem
}

.book-bonuses__card-title {
    font-size: 1.25rem;
    line-height: 1.5rem
}

.book-bonuses .book-bonuses__card-list {
    margin-top: .75rem
}

.book-bonuses .book-bonuses__card-list ol {
    margin: 0;
    padding: 0;
    list-style-position: inside
}

.book-bonuses .book-bonuses__card-list li::marker {

    font-size: .875rem;
    line-height: 1.25rem
}

.book-bonuses__card-list-item,
.book-bonuses li,
.book-bonuses p {
    font-size: .875rem;
    line-height: 1.25rem
}

.book-bonuses .book-bonuses__card-list p {
    display: inline
}

.book-bonuses__card-promocode,
.book-bonuses .promo-code {
    margin: 0;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center
}

.promocode {
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center
}

.book-bonuses__card-promocode .promocodes-copy__item,
.book-bonuses__card-promocode .promocode,
.book-bonuses .promo-code .promocodes-copy__item,
.book-bonuses .promo-code .promocode {
    padding: 0;
    text-transform: uppercase;

    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    color: rgb(255, 197, 4);
    background: rgba(0, 0, 0, 0);
    border: none;
    transform: none
}

.promocode .icon {
    margin-left: .313rem;
    opacity: .4;
    padding-left: 1rem
}

.promocode .icon::before {
    top: 1px
}

.book-bonuses__card-promocode .promocodes-copy__item .icon.icon-copy,
.book-bonuses__card-promocode .promocode .icon.icon-copy,
.book-bonuses .promo-code .promocodes-copy__item .icon.icon-copy,
.book-bonuses .promo-code .promocode .icon.icon-copy {
    margin-left: .25rem;
    padding-left: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    opacity: 1
}

.book-bonuses .book-bonuses__card-list li+li {
    margin-top: .3125rem
}

.book-bonuses__card-btns {
    margin-top: 1.25rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.book-bonuses__card-btn-more {
    margin-right: 1rem;
    text-decoration: underline
}

button--yellow,
.button--yellow {
    color: rgba(0, 0, 0, .8);
    background-color: rgb(255, 197, 4)
}

.book-bonuses__card-btn-yellow {
    padding: .5rem 0;
    min-width: 156px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(255, 197, 4);
    border-radius: .25rem;

    font-size: .75rem;
    line-height: 1rem;
    color: rgba(0, 0, 0, .8)
}

.book-bonuses__card-coins {
    display: none
}

.book-bonuses__slider .book-bonuses__card-coins,
.book-cards-slider .book-bonuses__card-coins {
    right: -2.5rem
}

.js-link:hover {
    cursor: pointer
}

.vip-bonus {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: .5rem;
    background-color: rgb(43, 46, 54);
    color: rgb(255, 255, 255);
    overflow: hidden;
    cursor: pointer
}

.book-bonuses__slider .vip-bonuses__item,
.book-cards-slider .vip-bonuses__item {
    height: auto
}

.vip-bonus__header {
    position: relative;
    flex-shrink: 0;
    padding: 1rem 2rem .75rem 1rem
}

.vip-bonus__main-info {
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.vip-bonus__logo {
    flex-shrink: 0;
    width: 2.125rem;
    height: 2.125rem;
    margin-right: .75rem;
    border: 1px solid rgb(255, 255, 255);
    border-radius: .25rem;
    overflow: hidden
}

.vip-bonus__hgroup {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.vip-bonus__heading {
    font-size: .875rem
}

.vip-bonus__cost {

    font-weight: 700;
    font-size: 1rem
}

.vip-bonus__img {
    flex-shrink: 0;
    position: relative;
    padding-bottom: 75%
}

.bonus-card__image-cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vip-bonus__img img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    object-fit: cover
}

.vip-bonus__body {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: .75rem 1rem 1rem
}

.vip-bonus__tags {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.vip-bonus__tags:not(:last-child) {
    margin-bottom: .75rem;
    height: 1rem
}

.vip-bonus__time {
    font-size: .8125rem;
    color: rgba(255, 255, 255, .4)
}

.icon.icon-time::before {
    content: ""
}

i.icon {
    padding-left: 1rem
}

i.icon {
    pointer-events: none
}

.vip-bonus__time .icon {
    padding-left: 1.25rem
}

.vip-bonus__descr {
    font-size: 1rem;
    line-height: 1.25;

}

.vip-bonus__descr:not(:last-child) {
    margin-bottom: 1rem
}

.vip-bonus__footer {
    flex-shrink: 0;
    display: flex;
    padding: .75rem 1rem 1rem
}

.vip-bonus__btn:not(:first-child) {
    margin-left: .5rem
}

.vip-btn {
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 50%;
    display: inline-block;
    max-width: 100%;
    border-radius: .25rem;
    border: 1px solid rgb(255, 255, 255);
    padding: .5rem;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: .75rem;


    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden
}

.vip-btn:hover {
    background-color: rgba(255, 255, 255, .1);
    color: rgb(255, 255, 255)
}

.vip-btn--yellow {
    background-color: rgb(255, 197, 4);
    border-color: rgb(255, 197, 4);
    color: rgba(0, 0, 0, .8)
}

.book-bonuses__slider .swiper-button-prev,
.book-cards-slider .swiper-button-prev {
    left: -1rem
}

.book-bonuses__slider .swiper-button-next,
.book-cards-slider .swiper-button-next {
    right: -1rem
}

.book-payment {
    padding-bottom: 1rem
}

.book-block {
    background: rgb(255, 255, 255);
    border-radius: .5rem
}

.ps {
    overflow-anchor: none;
    touch-action: auto;
    overflow: hidden !important
}

.tabs {
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    box-shadow: rgba(0, 0, 0, .1) 0 -1px inset;
    overflow-x: auto
}

.book-payment__header {
    padding: 1rem 1rem 0;
    -webkit-box-align: center;
    align-items: center
}

.tabs a,
.tabs .link,
.tabs .heading-5,
.tabs h1 {
    display: block;
    flex-shrink: 0;
    margin-right: 1rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    white-space: nowrap;
    transition: all 0.2s ease 0s;
    cursor: pointer
}

.tabs a.active,
.tabs .link.active,
.tabs .heading-5.active,
.tabs h1.active {
    border-bottom-color: rgba(0, 0, 0, .4);
    color: inherit;
    cursor: default
}

.link {

    cursor: pointer;
    transition: color 0.2s ease 0s
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
    height: 15px;
    bottom: 0;
    position: absolute
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
    opacity: .6
}

.ps__thumb-x {
    background-color: rgb(170, 170, 170);
    border-radius: 6px;
    transition: background-color 0.2s linear 0s, height 0.2s ease-in-out 0s;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: rgb(153, 153, 153);
    height: 11px
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
    width: 15px;
    right: 0;
    position: absolute
}

.ps__thumb-y {
    background-color: rgb(170, 170, 170);
    border-radius: 6px;
    transition: background-color 0.2s linear 0s, width 0.2s ease-in-out 0s;
    width: 6px;
    right: 2px;
    position: absolute
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: rgb(153, 153, 153);
    width: 11px
}

.tab-panel {
    display: none
}

.tab-panel.active {
    display: block
}

.book-payment .tab-panel--desktop {
    display: none
}

.book-payment__table {
    display: none
}

.book-payment__table-row {
    padding: .75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.book-payment__table-row:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.book-payment__table-header {
    padding-bottom: .75rem
}

.book-payment__table-row-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 1.5rem
}

.book-payment__table-item,
.book-payment__table-header-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    word-break: break-word
}

.book-payment__table-item {
    min-height: 40px
}

.book-payment__table-row-text {
    margin-top: .5rem;
    text-align: center;
    font-size: .75rem;
    line-height: .875rem;
    color: rgba(0, 0, 0, .4)
}

.reviews-header .heading,
.complaints-header .heading {
    margin-bottom: 0
}

.book-profile .reviews-header .heading,
.book-feedbacks .reviews-header .heading {
    max-width: 240px
}

.heading .count {
    color: rgba(0, 0, 0, .2)
}

.book-profile .reviews-header .heading .count,
.book-feedbacks .reviews-header .heading .count {
    margin-left: 0
}

.book-cards-slider .swiper-slide {
    max-width: unset;
    width: 240px;
    min-height: 316px
}

.feedback,
.complaint {
    height: 100%;
    padding: 1rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: rgb(255, 255, 255);
    border-radius: .5rem;
    cursor: pointer;
    transition: box-shadow 0.2s ease 0s, -webkit-box-shadow 0.2s ease 0s;
    word-break: break-word
}

.feedback__header,
.feedback__info-header,
.complaint__header,
.complaint__info-header {
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.feedback__logo,
.complaint__logo {
    width: 2rem;
    height: 2rem;
    border-radius: 24px
}

.feedback__header-text,
.complaint__header-text {
    margin-left: .75rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.feedback__name,
.complaint__name {
    max-width: 164px;
    margin-bottom: .125rem;

    font-size: .875rem;
    line-height: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.feedback__date,
.complaint__date {
    font-size: .75rem;
    line-height: .875rem;
    color: rgba(0, 0, 0, .4)
}

.feedback__body,
.complaint__body {
    padding-top: 1rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    word-break: break-word
}

.feedback__section,
.complaint__section {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.feedback__section-icon,
.complaint__section-icon {
    margin-bottom: .5rem
}

.feedback__section-icon.icon-plus,
.complaint__section-icon.icon-plus {
    color: rgb(98, 180, 53)
}

.feedback__section-text,
.complaint__section-text {
    position: relative;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .875rem;
    line-height: 1.25rem
}

.feedback__section+.feedback__section,
.feedback__section+.complaint__section,
.complaint__section+.feedback__section,
.complaint__section+.complaint__section {
    margin-top: .75rem
}

.feedback__section-icon.icon-minus,
.complaint__section-icon.icon-minus {
    color: rgb(246, 71, 71)
}

.feedback__footer,
.complaint__footer {
    margin-top: 1.25rem;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.feedback__btn,
.complaint__btn {
    font-size: .875rem;
    line-height: 1rem;
    text-decoration: underline;
    text-underline-position: under
}

.feedback__info,
.complaint__info {
    display: none;
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.feedback__info .feedback__section-text,
.feedback__info .complaint__section-text,
.complaint__info .feedback__section-text,
.complaint__info .complaint__section-text {
    height: auto;
    overflow: visible;
    -webkit-line-clamp: unset
}

.complaints__footer,
.feedbacks__footer {
    margin-top: 1rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.complaints__footer-text,
.feedbacks__footer-text {
    font-size: 1rem;
    line-height: 1.5rem
}

.button--blue {
    background-color: rgb(52, 152, 219);
    color: rgb(255, 255, 255)
}

.button--blue:hover {
    background-color: rgb(91, 172, 226);
    color: rgb(255, 255, 255)
}

.button--blue:active {
    background-color: rgb(46, 136, 196)
}

.button--big {
    padding: .75rem 1rem
}

.complaints__footer-btn,
.feedbacks__footer-btn {
    margin-top: 1rem
}

.complaints__header-graph {
    grid-area: graph / graph / graph / graph;
    position: relative
}

.complaints__header-graph,
.complaints__header-graph svg {
    width: 112px;
    height: 112px
}

.complaints__header-graph-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.complaints__header-graph-number,
.complaints__header-stat-num {

    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem
}

.book-profile .complaints__header-graph-number,
.book-profile .complaints__header-stat-num {
    font-size: 1.25rem
}

.complaints__header-stats {
    grid-area: stats / stats / stats / stats;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.complaints__header-stat {
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.complaints__header-stat-num--solved {
    color: rgb(98, 180, 53)
}

.complaints__header-stat-text {
    margin-left: .5rem;

}

.complaints__header-stat+.complaints__header-stat {
    margin-top: .5rem
}

.complaints__header-stat-num--unsolved {
    color: rgb(246, 71, 71)
}

.complaints__header-stat-num--under-consideration {
    color: rgb(245, 166, 35)
}

.complaints__header-text {
    grid-area: text / text / text / text;
    padding: .75rem 1rem;
    background: linear-gradient(0deg, rgba(98, 180, 53, .1), rgba(98, 180, 53, .1)), rgb(255, 255, 255);
    border-radius: .25rem;

    font-size: .875rem;
    line-height: 1.25rem
}

.complaints__header+.book-cards-slider {
    margin-top: 1rem
}

.complaint__section-status {
    width: fit-content;
    margin-bottom: .75rem;
    padding: 3px 4px;
    border-radius: 3px;
    font-size: .75rem;
    line-height: .875rem;
    color: rgb(255, 255, 255);
    text-transform: uppercase
}

.complaint__section-status--under-consideration,
.complaint__section-status--in-progress {
    background: rgb(245, 166, 35)
}

.complaint__title {
    margin-bottom: .75rem;

    font-size: 1rem;
    line-height: 1.125rem
}

.complaint__section-text {
    height: 100px;
    -webkit-line-clamp: 5
}

.complaint__sum {
    padding: .125rem .5rem;

    font-size: .875rem;
    line-height: 1rem;
    background: rgb(240, 241, 242);
    border-radius: 3px
}


.complaint .icon-comments {
    margin-left: auto;
    color: rgba(0, 0, 0, .4);
    font-size: .8125rem
}

.complaint__section-status--solved {
    background: rgb(98, 180, 53)
}

[hidden] {
    display: none
}

.block {
    display: block;
    margin-bottom: 2rem;
    border-radius: .5rem;
    background-color: rgb(255, 255, 255)
}

.book-review .bookmaker-about.block {
    margin-bottom: 0
}

.block-section {
    display: block;
    padding: 1rem;
    position: relative
}

.block.content-body {
    margin-bottom: 0
}

.book-profile .block.content-body,
.book-feedbacks .block.content-body,
.book-profile .block.comments,
.book-feedbacks .block.comments,
.book-profile .book-info .block,
.book-feedbacks .book-info .block {
    margin-bottom: 0
}

.accordion.accordion_content-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1rem
}

.accordion.accordion_content-body:first-child {
    border-top: 0
}

.block-section.link.arrowed,
.block-section .accordion-header {
    display: block;
    padding-right: 2.5rem
}

.accordion.active .accordion-header::after {
    transform: translateY(-50%) rotate(180deg)
}

.accordion.accordion_content-body .accordion-header {
    padding: 1rem 1.5rem 1rem 1rem
}

.accordion.accordion_content-body .accordion-header::after {
    right: 1rem
}

.accordion .heading,
.content-body .accordion .heading {
    margin-bottom: 0
}

.accordion.accordion_content-body .heading {

    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0
}

.content-body h3,
.tournament-content-body h3,
.content-body .heading-3,
.tournament-content-body .heading-3 {
    margin: 1rem 0 .75rem;
    font-size: 1rem;
    line-height: 1.25rem
}

.accordion.accordion_content-body .accordion-body {
    padding: 0 1rem 1rem
}

.content-body .accordion-body,
.tournament-content-body .accordion-body {
    padding: .75rem 0 1.5rem
}

b,
strong {
    font-weight: bolder
}

b,
strong {
    font-weight: 700
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.carousel--inline:not(.swiper-initialized) .swiper-wrapper {
    overflow: hidden
}

.swiper-container.carousel:not(.one-image) .images-wrap {
    margin-bottom: 4.5rem
}

.swiper-container.carousel .image {
    border-radius: .5rem
}

.swiper-container.carousel:not(.one-image) .image {
    border-radius: .5rem;
    background-color: rgb(240, 241, 242);
    height: auto
}

.carousel--inline:not(.swiper-initialized) img {
    opacity: 0
}

.content-body img,
.tournament-content-body img {
    aspect-ratio: auto;
    height: auto
}

.swiper-container.carousel:not(.one-image) .image .description {
    position: absolute;
    bottom: -2.125rem;
    left: 0;
    margin-bottom: 0;
    color: rgba(0, 0, 0, .4);
    font-size: .875rem;
    line-height: 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center
}

.bookmaker-about .description {
    font-size: 1rem;
    line-height: 1.5rem
}

.sliderbody__controls {
    display: flex;
    position: absolute;
    left: .75rem;
    bottom: 1.25rem;
    min-width: 10rem;
    height: 1rem
}

.swiper-container.carousel .sliderbody__controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sliderbody__controls .sliderbody-arrow {
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    padding: 0;
    background: none;
    font-size: 0;
    border-radius: 0;
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    display: none !important
}

.sliderbody__controls .sliderbody-arrow::after {

    content: "";
    color: rgb(255, 255, 255);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    font-style: normal;

    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    speak: none
}

.sliderbody__controls .sliderbody-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 1.5rem
}

.swiper-container.carousel:hover .sliderbody__controls .sliderbody-arrow {
    opacity: 1;
    pointer-events: auto
}

.swiper-container.carousel .sliderbody__controls .sliderbody-arrow {
    display: none;
    top: calc(50% - 1.25rem);
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .4);
    transition: all 0.2s ease 0s;
    opacity: 0
}

.swiper-container.carousel .sliderbody__controls .sliderbody-arrow::after {
    left: 0;
    bottom: 0;
    margin: auto
}

.swiper-container.carousel .sliderbody__controls .sliderbody-arrow:hover {
    background-color: rgba(0, 0, 0, .8)
}

.swiper-container.carousel .sliderbody__controls .sliderbody-arrow.sliderbody-prev {
    left: 1rem;
    transform: scaleX(-1) translateY(-50%)
}

.sliderbody__controls .sliderbody-next {
    right: 1rem;
    -webkit-box-ordinal-group: 100;
    order: 99;
    left: 8rem
}

.swiper-container.carousel .sliderbody__controls .sliderbody-arrow.sliderbody-next {
    right: 1rem;
    left: auto
}

.sliderbody__controls .sliderbody__dots {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    width: 5.5rem;
    height: 1rem;
    bottom: 1.5rem;
    left: 2.5rem;
    margin: 0 .5rem;
    min-width: 5.5rem
}

.content-body ul,
.tournament-content-body ul {
    margin: .75rem 0
}

.content-body ul,
.tournament-content-body ul {
    padding-left: 1.5rem
}

.swiper-container.carousel .sliderbody__controls .sliderbody__dots {
    bottom: 1rem;
    right: 0;
    left: 0;
    padding: 0;
    width: auto;
    height: auto
}

.content-body .sliderbody__controls .sliderbody__dots li::before {
    display: none
}

.sliderbody__controls .sliderbody__dots li {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    flex: 0 0 .5rem;
    width: .5rem;
    height: .5rem;
    margin: .025rem .125rem;
    cursor: pointer;
    opacity: .4;
    transition: opacity 0.2s ease 0s;
    list-style-type: none
}

.sliderbody__controls .sliderbody__dots li.active,
.sliderbody__controls .sliderbody__dots li:hover {
    opacity: 1
}

.sliderbody__controls .sliderbody__dots li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background: rgb(255, 255, 255)
}

.sliderbody__controls .sliderbody__dots li:first-child {
    margin: .025rem .125rem
}

.content-body ul li,
.tournament-content-body ul li {
    font-size: 1rem;
    line-height: 1.5rem
}

.swiper-container.carousel .sliderbody__controls .sliderbody__dots li::after {
    background: rgb(0, 0, 0)
}

.sliderbody__controls .sliderbody__dots li button {
    display: none
}

.carousel .preloader {
    display: none
}

.book-review__updated {
    padding-bottom: .75rem;
    font-size: .75rem;
    line-height: .875rem;
    color: rgba(0, 0, 0, .4)
}

.book-profile .container .author-widget,
.book-feedbacks .container .author-widget {
    margin: 0 -1rem;
    padding: 1rem 1rem 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.container .author-widget p {
    margin: 0;


}

.container .author-widget .author {
    padding: .75rem 0
}

.container .author-widget .author:last-child {
    padding-bottom: 1rem
}

.container .author-widget .author-widget__item.author {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.container .author-widget .author-widget__item.author:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.block-section .author-widget .author-widget__item.author:last-child {
    padding-bottom: 0
}

.container .author-widget .author-widget__item.author .author-widget__personal {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

.img-box {
    flex-shrink: 0;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.img-box.circle {
    border-radius: 50%;
    background-color: rgb(255, 255, 255)
}

.author-widget .author-widget__item.author .author-widget__personal .img-box {
    width: 3rem;
    height: 3rem;
    margin-right: .5rem
}

.img-box>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.author-widget .author-widget__item.author .author-widget__personal .img-box img {
    width: 100%;
    height: 100%;
    margin: 0
}

.author-widget .author-widget__item.author .author-widget__personal .name {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start
}

.author-widget .author-widget__item.author .author-widget__personal .name a {
    color: rgb(51, 51, 51);
    font-size: 14px;

    line-height: 1;
    margin-bottom: 5px;
    transition: all 0.2s ease 0s
}

.author-widget .author-widget__item.author .author-widget__personal .name a:hover {
    color: rgb(208, 2, 27)
}

.user-role {
    padding: 0 .25rem;
    border-radius: 2px;
    font-size: .75rem
}

.user-role[class*="role-"] {
    background-color: rgba(246, 71, 71, .1);
    color: rgb(246, 71, 71)
}

.author-widget .author-widget__item.author .author-widget__personal .name .user-role {
    font-size: 12px;
    line-height: 1.4;

    border-radius: 3px;
    display: inline-block !important
}

.author-widget .author-widget__item.author .author-widget__social {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center
}

.bookmaker-review-rating {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

.book-about-grade .bookmaker-review-rating,
.book-info .block,
.book-info .bookmaker-about.block {
    margin-bottom: 0
}

.bookmaker-review-rating__label {
    flex-basis: 100%
}

.bookmaker-review-rating__rating-caption {
    margin-right: .5rem;
    margin-top: 10px
}

.bookmaker-review-rating__rating-box {
    margin-top: 10px;
    max-width: 130px;
    position: relative;
    vertical-align: middle;
    font-size: 1rem;
    letter-spacing: 10px;

    display: inline-block;
    color: rgb(216, 216, 216);
    cursor: pointer
}

.bookmaker-review-rating__rating-box::before {
    content: "" "" "" "" ""
}

.bookmaker-review-rating__item {
    width: 25px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    z-index: 1
}

.bookmaker-review-rating__item:nth-of-type(1) {
    left: 0
}

.bookmaker-review-rating__item:nth-of-type(2) {
    left: 25px
}

.bookmaker-review-rating__item:nth-of-type(3) {
    left: 50px
}

.bookmaker-review-rating__item:nth-of-type(4) {
    left: 75px
}

.bookmaker-review-rating__item:nth-of-type(5) {
    left: 100px
}

.bookmaker-review-rating__rating {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(255, 197, 4)
}

.bookmaker-review-rating__rating::before {
    content: "" "" "" "" ""
}

.bookmaker-review-rating__rating.three-half {
    width: 66%
}

.book-info__accordion.accordion .accordion-header {
    padding: 1rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.book-info__accordion.accordion .accordion-header::after {
    right: 1rem
}

.book-info__accordion.accordion:last-child .accordion-header {
    border-bottom: none
}

.book-info__accordion.accordion:last-child.active .accordion-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.book-info__accordion-header-icon {
    margin-right: .75rem;
    width: 1.5rem;
    height: 1.5rem
}

.book-info__accordion-header-icon::before {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: rgb(208, 2, 27) !important
}

.book-info__accordion-header-text {

    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem
}

.book-info__accordion.accordion .accordion-body {
    padding-top: 0
}

.book-info__accordion.accordion.active .accordion-body {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.book-info__accordion.accordion:last-child.active .accordion-body {
    border-bottom: none
}

.bookmaker-about .contacts ul {
    -webkit-box-flex: 1;
    flex-grow: 1
}

.bookmaker-about .contacts .contact {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 3rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1rem
}

.bookmaker-about .contacts .contacts-category:last-child .contact:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    min-height: 2rem
}

.book-info .contacts .contacts-category .contact {
    padding-bottom: .75rem;
    margin-bottom: .75rem
}

.bookmaker-about .contacts .contact .title {

}

.bookmaker-about .contacts .contact .link {
    margin-left: auto
}

.bookmaker-about .contacts .contact .worktime {
    margin-top: 2px;
    color: rgba(0, 0, 0, .4);
    font-size: .75rem;
    line-height: .875rem
}

.icon.icon-legal::before {
    content: "\f170";

}

.bookmaker-info__list b {
    display: inline-block;
    margin-bottom: .5rem
}

ul.bordered li+li {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.icon.icon-rating::before {
    content: ""
}

.book-articles__header {
    padding: 1rem 1rem 0;
    -webkit-box-align: center;
    align-items: center
}

.book-articles__header-title--no-border.link.active {
    border-bottom: none
}

.book-articles__wrapper {
    padding: 1rem
}

.book-articles__list,
.book-articles__wrapper {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.book-articles__list-item {
    font-size: .875rem;
    line-height: 1.25rem;
    text-decoration: underline;
    text-underline-position: under
}

.book-articles__list-item+.book-articles__list-item {
    margin-top: .75rem
}

.book-articles__list-item--hidden {
    margin-top: 0;
    max-height: 0;
    overflow: hidden
}

.book-articles__list-item+.book-articles__list-item--hidden {
    margin-top: 0
}

.book-articles__more {
    margin-top: 1rem;

    font-size: .875rem;
    line-height: 1rem
}

.bookmaker-qna .block-section {
    padding-top: 0;
    padding-bottom: 0
}

.book-faq-block .accordion-body p {
    margin: 0
}

.book-faq-block .accordion-body p+p {
    margin-top: 1rem
}

.content-body ul li a,
.tournament-content-body ul li a {
    color: rgb(52, 152, 219)
}

.book-another-bks .swiper-slide {
    min-height: unset;
    width: 240px
}

.book-another-bks .another-bk-card {
    height: 100%
}

.another-bk-card {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: rgb(255, 255, 255);
    border-radius: .5rem
}

.another-bk-card__header {
    min-height: 90px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.another-bk-card__logo {
    height: 90px;
    object-fit: contain
}

.another-bk-card__body {
    padding: 1.5rem;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.another-bk-card__icon {
    margin-right: .5rem;
    width: 1.5rem;
    height: 1.5rem
}

.another-bk-card__icon::before {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem
}

.another-bk-card__descr {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.another-bk-card__text {
    font-size: .75rem;
    line-height: 1rem
}

.another-bk-card__sum {

    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem
}

.another-bk-card__footer {
    padding: 0 1rem 1rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.button--secondary {
    border: 1px solid rgba(52, 152, 219, .2);
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, .8)
}

.button--secondary:hover {
    color: rgb(255, 255, 255)
}

.button--secondary:active {
    background-color: rgb(46, 136, 196);
    color: rgb(255, 255, 255)
}

.another-bk-card__btn {
    width: 208px
}

.book-comments__btn--desktop {
    display: none
}

.b-comments {
    position: relative
}

.lb-popup-selector,
.lb-popup-loading .lb-popup-head-close {
    display: none
}

.field-with-avatar {
    margin-bottom: .5rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    padding-left: 3rem;
    position: relative
}

.field-with-avatar .user-avatar,
.field-with-avatar .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%
}

.animated-field {
    position: relative
}

.animated-field input,
.animated-field .input,
.animated-field select,
.animated-field .select,
.animated-field textarea {
    border: none;
    border-radius: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    outline: none
}

.input {
    outline: none;
    overflow: auto;
    min-height: 1rem
}

.animated-field input+label,
.animated-field .input+label,
.animated-field select+label,
.animated-field .select+label,
.animated-field textarea+label {
    position: absolute;
    top: 0;
    line-height: 1.25rem;
    white-space: nowrap;
    color: rgba(0, 0, 0, .4);
    letter-spacing: .2px;
    transition: all 0.2s ease 0s;
    will-change: top, font-size;
    pointer-events: none
}

.animated-field input:not(.empty-state):focus+label,
.animated-field input:not(.empty-state).active+label,
.animated-field .input:not(.empty-state):focus+label,
.animated-field .input:not(.empty-state).active+label,
.animated-field select:not(.empty-state):focus+label,
.animated-field select:not(.empty-state).active+label,
.animated-field .select:not(.empty-state):focus+label,
.animated-field .select:not(.empty-state).active+label,
.animated-field textarea:not(.empty-state):focus+label,
.animated-field textarea:not(.empty-state).active+label {
    top: -.875rem;
    font-size: .6875rem;

    line-height: .75rem
}

.uploaded-images {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start
}

.mb-6 {
    margin-bottom: 1.5rem !important
}

.add-comment .footer,
.add-complaint .footer {
    display: flex
}

.add-comment .footer .left-side,
.add-complaint .footer .left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-flex: 1;
    flex-grow: 1
}

.cursor-pointer {
    cursor: pointer
}

.icon.icon-emodji::before {
    content: ""
}

.add-emoji {
    position: relative
}

.add-comment .icon-emodji,
.add-comment .icon-image,
.add-complaint .icon-emodji,
.add-complaint .icon-image {
    display: block;
    margin-right: 2rem;
    padding-left: 1.5rem;
    line-height: 1.5rem;
    height: 1.5rem;
    color: rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: color 0.2s ease 0s
}

.add-comment .icon-emodji,
.add-complaint .icon-emodji {
    display: block
}

.comments {
    overflow: visible
}

.comments.block {
    padding-top: 1rem
}

.book-comments .block {
    margin-bottom: 0
}

.comment {
    position: relative
}

.comment:last-child {
    margin-bottom: .25rem
}

.comment .header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: .5rem
}

.comment .img-box {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    flex-shrink: 0
}

.comment .header .link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.comment .status {
    right: .25rem;
    margin-left: .5rem;
    padding: 0 .25rem;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .75rem;
    flex-shrink: 3;
    background-color: rgb(240, 241, 242)
}

.comment .status.marker-1,
.comment .status.marker-2,
.comment .status.marker-3,
.comment .status.marker-4,
.comment .status.marker-5,
.comment .status.marker-8,
.comment .status.marker-9,
.comment .status.marker-10,
.comment .status.marker-11,
.comment .status.marker-12,
.comment .status.marker-13,
.comment .status.marker-14,
.comment .status.marker-15,
.comment .status.marker-16,
.comment .status.marker-17,
.comment .status.marker-18,
.comment .status.marker-19,
.comment .status.marker-20,
.comment .status.marker-21,
.comment .status.marker-22,
.comment .status.marker-23,
.comment .status.marker-24,
.comment .status.marker-25,
.comment .status.marker-26,
.comment .status.marker-27,
.comment .status.marker-28,
.comment .status.marker-29 {
    background-color: rgba(246, 71, 71, .1);
    color: rgb(246, 71, 71)
}

.comment .status.marker-9 {
    background-color: rgb(240, 241, 242);
    color: rgba(0, 0, 0, .4)
}

.comment .header .rate-comment {
    padding-left: .5rem
}

.rate-comment {
    margin-left: auto;
    display: flex;
    color: rgba(0, 0, 0, .2);

}

.rate-comment .icon-minus,
.rate-comment .icon-plus {
    cursor: pointer;
    transition: color 0.2s ease 0s
}

.rate-comment .icon-minus:hover {
    color: rgb(246, 71, 71)
}

.rate-comment .count {
    width: 2.5rem;
    text-align: center
}

.rate-comment .icon-plus:hover {
    color: rgb(98, 180, 53)
}

.comment .body {
    margin-bottom: .5rem;
    line-height: 1.25rem
}

.comment .body a {
    color: rgb(52, 152, 219)
}

.comment .body a:hover {
    color: rgb(208, 2, 27)
}

.comment .footer {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: wrap
}

.comment .footer .date {
    color: rgba(0, 0, 0, .2);
    white-space: nowrap;
    margin-right: 1.5rem
}

.book-profile .comment .footer .date,
.book-feedbacks .comment .footer .date {
    margin-right: 0
}

.comment .footer .btn {
    margin-right: 1.5rem
}

.comment .footer .btn.reply {
    margin-left: auto;
    margin-right: .25rem
}

.book-profile .comment .footer .btn.reply,
.book-feedbacks .comment .footer .btn.reply {
    margin-left: 1rem;
    margin-right: 0
}

.icon.icon-reverse::before {
    content: ""
}

.comment .footer .btn i.icon {
    color: rgba(0, 0, 0, .2);
    transition: color 0.2s ease 0s;
    cursor: pointer
}

.comment .footer .btn:hover i.icon,
.comment .footer .btn.active i.icon {
    color: rgb(208, 2, 27)
}

.icon.icon-cross::before {
    content: ""
}

.comment .footer .btn.reply .icon-cross {
    display: none
}

.comment+.comment,
.comment+.add-comment {
    margin-top: 1.5rem
}

.book-comments .show-more {
    margin: 1rem -1rem 0
}

.show-more {
    padding-top: 1rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-top: 1px solid rgb(240, 241, 242);

    font-size: .875rem;
    line-height: 1rem
}

.comments .show-more {
    margin: 1rem -1rem 0
}

.icon.icon-down::before {
    content: ""
}

.show-more__icon {
    margin-left: .25rem
}

.book-comments__btn--mobile {
    margin-top: 1.5rem;
    width: 100%
}

.book-profile .book-breadcrumbs .container,
.book-feedbacks .book-breadcrumbs .container {
    padding: 0
}

.bschool__breadcrumbs {
    position: relative;
    margin: 1rem 0
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: .625rem;
    color: rgba(0, 0, 0, .4)
}

.bschool__breadcrumbs .breadcrumbs {
    margin: 0;
    overflow-x: auto
}

.breadcrumbs__item {
    padding-left: .25rem;
    text-transform: uppercase
}

.breadcrumbs__item::before {
    display: inline-block;
    padding-right: .25rem;
    color: rgb(161, 170, 178);
    content: "/"
}

.breadcrumbs__item:first-child {
    padding-left: 0
}

.breadcrumbs__item:first-child::before {
    display: none
}

.breadcrumbs__item a {
    color: rgba(0, 0, 0, .6)
}

.breadcrumbs__item a:hover {
    color: rgb(208, 2, 27)
}

.complaints__header {
    display: grid;
    padding: 1.5rem;
    grid-template-columns: 112px 1fr;
    grid-template-areas: "graph stats" "graph text";
    gap: 1.25rem 1.5rem
}

@media (min-width:744px) {
    .container {
        max-width: 45rem
    }

    .bk-header__top {
        padding: 1.5rem;
        grid-auto-columns: 6.5rem 1fr;
        gap: 1rem 1.25rem;
        grid-template-areas: "logo title" "logo bklist"
    }

    .bk-header__logo {
        width: 6.5rem;
        height: 6.5rem
    }

    h1,
    h2,
    .heading-1,
    .heading-2 {
        margin-bottom: 1.5rem
    }

    h1,
    .heading-1 {
        font-size: 2.625rem;
        line-height: 3rem
    }

    .bk-header__title {
        margin-bottom: 0
    }

    .bk-header__site-mobile {
        display: none
    }

    .bk-header__list-container {
        margin: 0
    }

    .bk-header__list {
        padding: 0;
        overflow: unset;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .bk-header__list-item {
        -webkit-box-flex: 0;
        flex-grow: 0;
        padding: 0 1rem !important;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .bk-header__list-item--site {
        display: flex
    }

    .bk-header__list-item-content {
        -webkit-box-align: start;
        align-items: start
    }

    .bk-header__list-item--site .bk-header__list-item-text {
        text-decoration: underline
    }

    .bk-header__top-promo {
        transition: top 0.6s ease-out 0s;
        z-index: 20
    }

    .bk-header__promo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .bk-header__promo-text-wrapper {
        margin-bottom: 0;
        padding: 0 0 0 1.5rem;
        -webkit-box-pack: center;
        justify-content: center
    }

    .bk-header__promo-title {
        margin-bottom: .125rem;
        font-size: 1.375rem;
        line-height: 1.75rem
    }

    .bk-header__promo-text {
        line-height: 1.125rem
    }

    .bk-header__promo-btns-wrapper {
        padding: 0 1.5rem 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .bk-header__promo-btn {
        padding: 1rem 1.25rem;
        max-height: 3rem
    }

    .bk-header__promo-btn-copy {
        padding: 0;
        -webkit-box-align: start;
        align-items: flex-start;
        margin-bottom: 0;
        margin-right: 1.5rem;
        border: none;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .bk-header__promo-btn-text {
        display: block;
        margin-bottom: .25rem;
        font-size: .75rem;
        line-height: .875rem
    }

    .sticky__inner {
        padding: 0 1.5rem
    }

    .row {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    [class*="col-"] {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .carousel {
        margin: 1.5rem 0
    }

    .book-gallery .gallery .swiper {
        margin: 0 -1.5rem;
        padding: 0 1.5rem
    }

    .carousel .images-wrap {
        height: 486px
    }

    .book-gallery .gallery .swiper-slide.gallery__item--video {
        width: 436px
    }

    .book-features__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .book-features__block {
        padding: 1.5rem;
        flex-basis: 50%;
        max-width: 50%
    }

    .book-features__block:first-child {
        margin-bottom: 0;
        margin-right: 1.5rem
    }

    h2,
    .heading-2 {
        font-size: 2rem;
        line-height: 1
    }

    h3,
    .heading-3 {
        font-size: 1.375rem;
        line-height: 1.75rem
    }

    .book-features__title {
        font-size: 1.25rem;
        line-height: 1.5rem
    }

    .book-ratings__titles {
        margin-bottom: .75rem
    }

    .book-ratings__title {
        line-height: 2.25rem
    }

    .book-ratings__descr {
        display: block;
        margin-bottom: 1.5rem
    }

    .book-ratings__wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem
    }

    .book-ratings__item-place {
        font-size: 1.5rem;
        line-height: 1.75rem
    }

    .book-page-title {
        margin-bottom: 1.5rem;
        line-height: 2.25rem
    }

    .book-mobile__wrapper {
        padding: 1.5rem 1.5rem 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: end;
        align-items: end
    }

    .book-mobile__wrapper-content {
        padding-bottom: 1.5rem
    }

    .book-mobile__title {
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.75rem
    }

    .book-mobile__text {
        margin-bottom: 1.5rem;
        text-align: left
    }

    .book-mobile__btns {
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .book-mobile__logo-wrap {
        margin-top: 0;
        margin-left: 1.25rem;
        min-width: 320px;
        flex-shrink: 0
    }

    .start-play__accordion .accordion-header {
        padding: 1.5rem
    }

    .start-play__accordion .accordion-header::after {
        right: 1.5rem
    }

    .start-play__accordion-num,
    .start-play__accordion-title {
        font-size: 1.25rem;
        line-height: 1.5rem
    }

    .start-play__accordion .accordion-inner {
        padding: 0 1.5rem 1.5rem
    }

    .content-body p,
    .tournament-content-body p,
    .content-body li,
    .tournament-content-body li {
        margin: 1rem 0
    }

    .reviews-header,
    .complaints-header {
        margin-bottom: 1.5rem
    }

    .book-bonuses__slider,
    .book-cards-slider {
        margin: 0
    }

    .book-bonuses__slider .swiper,
    .book-cards-slider .swiper {
        padding: 0
    }

    .book-bonuses__card {
        padding: 1.5rem;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .book-bonuses__slider--big-first-card .swiper-slide:first-child {
        max-width: 504px
    }

    .book-bonuses__card-header,
    .book-bonuses__card-list {
        max-width: 452px
    }

    .book-bonuses__card-header-img {
        display: none
    }

    .book-bonuses__card-title {
        font-size: 1.5rem;
        line-height: 1.75rem
    }

    .book-bonuses .book-bonuses__card-list {
        margin-top: 1rem;
        -webkit-box-flex: 1;
        flex-grow: 1
    }

    .book-bonuses__card-btns {
        margin-top: 1.5rem
    }

    .book-bonuses__card-coins {
        display: block;
        width: 172px;
        height: 172px;
        position: absolute;
        top: 75%;
        right: 1.5rem;
        transform: translateY(-50%);
        z-index: -1
    }

    .book-payment {
        padding-bottom: 1.5rem
    }

    .book-payment__header {
        padding: 1.5rem 1.5rem 0%
    }

    .tabs a,
    .tabs .link,
    .tabs .heading-5,
    .tabs h1 {
        margin-right: 1rem;
        padding-bottom: 1.5rem
    }

    .book-payment .tab-panel--desktop.active {
        display: block
    }

    .book-payment__table {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 1.5rem 1.5rem 0
    }

    .complaints__footer,
    .feedbacks__footer {
        margin-top: 1.5rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center
    }

    .complaints__footer-btn,
    .feedbacks__footer-btn {
        min-width: 168px;
        margin-top: 0;
        margin-left: 1.5rem
    }

    .complaints__header-graph,
    .complaints__header-graph svg {
        width: 112px;
        height: 112px
    }

    .book-profile .complaints__header-graph-number,
    .book-profile .complaints__header-stat-num {
        font-size: 1.5rem;
        line-height: 1.75rem
    }

    .complaints__header-stats {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .complaints__header-stat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .complaints__header-stat-text {
        margin-left: 0;
        margin-top: .25rem
    }

    .complaints__header-stat+.complaints__header-stat {
        margin-top: 0;
        margin-left: 1.5rem
    }

    .complaints__header+.book-cards-slider {
        margin-top: 1.5rem
    }

    .block-section {
        padding: 1.5rem
    }

    .accordion.accordion_content-body {
        margin: 0 -1.5rem
    }

    .block-section.link.arrowed,
    .block-section .accordion-header {
        padding-right: 3rem
    }

    .accordion.accordion_content-body .accordion-header {
        padding: 1.5rem 2rem 1.5rem 1.5rem
    }

    .accordion.accordion_content-body .accordion-header::after {
        right: 1.5rem
    }


    .faq_page .faq_item h3,
    .content-body h3,
    .tournament-content-body h3,
    .content-body .heading-3,
    .tournament-content-body .heading-3 {
        margin: 1.5rem 0 1rem;
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    .accordion.accordion_content-body .accordion-body {
        padding: 0 1.5rem 1.5rem
    }

    .content-body .accordion-body,
    .tournament-content-body .accordion-body {
        padding: 1rem 0 2.5rem
    }

    .swiper-container.carousel:not(.one-image) .images-wrap {
        margin-bottom: 3rem
    }

    .swiper-container.carousel:not(.one-image) .image .description {
        width: calc(100% - 10rem);
        text-align: left
    }

    .sliderbody__controls {
        left: 1.5rem
    }

    .sliderbody__controls .sliderbody-arrow {
        top: 50%;
        opacity: 1;
        display: none !important
    }

    .sliderbody__controls .sliderbody-prev {
        left: 1rem;
        transform: translateY(-50%) rotate(180deg)
    }

    .swiper-container.carousel .sliderbody__controls .sliderbody-arrow {
        display: block !important
    }

    .sliderbody__controls .sliderbody-next {
        right: 1rem
    }

    .sliderbody__controls .sliderbody__dots {
        margin: 0 .5rem;
        min-width: 5.5rem;
        height: 1rem
    }

    .content-body ul,
    .tournament-content-body ul {
        margin: 1rem 0
    }

    .swiper-container.carousel .sliderbody__controls .sliderbody__dots {
        width: 8rem;
        left: auto;
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .book-profile .container .author-widget,
    .book-feedbacks .container .author-widget {
        padding: 1.5rem 1.5rem 0;
        margin: 0 -1.5rem
    }

    .container .author-widget .author {
        padding: 1.25rem 0
    }

    .container .author-widget .author:last-child {
        padding-bottom: 1.5rem
    }

    .book-info__accordion.accordion .accordion-header {
        padding: 1.5rem
    }

    .book-info__accordion.accordion .accordion-header::after {
        right: 1.5rem
    }

    .book-info .contacts .contacts-category .contact {
        padding-bottom: 1rem;
        margin-bottom: 1rem
    }

    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .book-articles__header {
        padding: 1.5rem 1.5rem 0
    }

    .book-articles__wrapper {
        padding: 1.5rem
    }

    .book-articles__list-item+.book-articles__list-item {
        margin-top: 1.25rem
    }

    .book-articles__list-item--hidden {
        margin-top: 0
    }

    .book-articles__more {
        margin-top: 1.5rem
    }

    .book-another-bks .swiper-slide {
        width: 216px
    }

    .another-bk-card__btn {
        width: 168px
    }

    .book-comments__btn--desktop {
        display: block;
        min-width: 240px
    }

    .block-section.block-section-medium {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .comment:not([class*="reply"]) {
        padding-left: 3rem
    }

    .comment .img-box {
        margin-right: 1rem
    }

    .comment:not([class*="reply"]) .img-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 2rem;
        height: 2rem
    }

    .comment .footer .btn.reply {
        margin-left: 0;
        margin-right: 1.5rem
    }

    .book-comments .show-more {
        margin: 1.5rem -1.5rem 0
    }

    .show-more {
        padding-top: 1.5rem
    }

    .comments .show-more {
        margin: 1.5rem -1.5rem 0
    }

    .book-comments__btn--mobile {
        display: none
    }

    .bschool__breadcrumbs {
        margin: .5rem 0 1.5rem
    }

    .bschool__breadcrumbs .breadcrumbs {
        padding: 0
    }
}

@media (min-width:984px) {
    .container {
        max-width: 60rem
    }

    .sticky__wrapper {
        display: none
    }

    .tabs {
        overflow: hidden
    }
}

@media (min-width:1080px) {
    .container {
        max-width: 66rem
    }

    .book-gallery .gallery .swiper {
        margin: 0;
        padding: 0
    }

    .book-gallery .gallery .swiper-button-prev,
    .book-gallery .gallery .swiper-button-next {
        display: flex
    }

    .col-xl-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .aside-nav-block {
        position: relative;
        display: block
    }

    .book-profile .col-xl-3,
    .book-feedbacks .col-xl-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .book-profile .col-xl-9,
    .book-feedbacks .col-xl-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .book-mobile__logo-wrap {
        margin-left: 1.5rem;
        min-width: 348px
    }

    .book-bonuses__card-header,
    .book-bonuses__card-list {
        max-width: 524px
    }

    .book-cards-slider--box-shadow .swiper-wrapper {
        padding-bottom: .5rem
    }

    .feedback__info,
    .complaint__info {
        padding: 1.5rem
    }

    .complaints__footer,
    .feedbacks__footer {
        margin-top: 1rem
    }

    .complaints__footer-btn,
    .feedbacks__footer-btn {
        min-width: 240px
    }

    .content-body .accordion-body,
    .tournament-content-body .accordion-body {
        padding: 1rem 0 2.5rem
    }

    .book-another-bks .swiper-slide {
        width: 240px
    }

    .another-bk-card__btn {
        width: 192px
    }

    .comment .body {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 78rem
    }

    .book-bonuses__card-header,
    .book-bonuses__card-list {
        max-width: 600px
    }
}

@media (min-width:1366px) {
    .container {
        max-width: 66rem
    }

    .book-bonuses__card-header,
    .book-bonuses__card-list {
        max-width: 524px
    }
}

@media (min-width:1566px) {
    .container {
        max-width: 78rem
    }

    .book-gallery .gallery .swiper-slide {
        width: 200px;
        height: 300px
    }

    .book-bonuses__card-header,
    .book-bonuses__card-list {
        max-width: 600px
    }
}

@media (min-width:744px) and (max-width:1079px) {

    .book-profile .container,
    .book-feedbacks .container {
        max-width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .gallery__item {
        height: 280px
    }
}

@media print {

    tr,
    img {
        break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        break-after: avoid
    }
}

@media (min-width:360px) {
    .bk-header__list-item {
        padding: 0 .25rem
    }
}

@media (min-width:414px) {
    .gallery__items:not(.swiper-wrapper) {
        grid-template-columns: repeat(3, 1fr)
    }

    .bookmaker-review-rating {
        flex-wrap: nowrap
    }

    .bookmaker-review-rating__label {
        flex-basis: auto
    }

    .bookmaker-review-rating__rating-caption {
        margin-left: auto;
        margin-top: 0
    }

    .bookmaker-review-rating__rating-box {
        margin-top: 0;
        margin-right: -10px
    }
}

@media (min-width:567px) {
    .gallery__items:not(.swiper-wrapper) {
        grid-template-columns: repeat(4, 1fr)
    }

    .book-profile .reviews-header .heading,
    .book-feedbacks .reviews-header .heading {
        max-width: unset
    }
}

@media (min-width:1080px) and (max-width:1279px) {
    .gallery__item {
        height: 256px
    }
}

@media (min-width:1280px) and (max-width:1365px) {
    .gallery__item {
        height: 318px
    }
}

@media (min-width:1565px) {
    .gallery__item {
        height: 318px
    }
}

@media (min-width:744px) and (min-width:1566px) {
    .book-gallery .gallery .swiper-slide.gallery__item--video {
        width: 520px
    }
}

@media (max-width:743px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none
    }

    .bschool__breadcrumbs:not(.scroll-end)::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 4rem;
        height: 100%;
        background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
        z-index: 2;
        pointer-events: none
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

@media (min-width:744px) and (max-width:984px) {
    .sliderbody__controls {
        bottom: .5rem
    }
}

@media (max-width:575px) {
    .container .author-widget .author-widget__item.author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .container .author-widget .author-widget__item.author .author-widget__social {
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin: .5rem 0 0 3.5rem
    }
}

.bk-header__top-promo.bk-header--changed {
    position: -webkit-sticky;
    position: sticky;
    -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 8px 14px #0000001a;
    z-index: 99
}

.bk-header--changed {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, .1);
    top: 64px;
}

.bk-header--changed .bk-header__promo-text-wrapper {
    padding-left: 0;
    margin-right: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bk-header--changed .bk-header__promo-btns-wrapper {
    padding-right: 0
}

.bk-header--changed .bk-header__promo-text,
.bk-header--changed .bk-header__promo-btn-text,
.bk-header--changed .bk-header__promo-reg {
    display: none
}

.bk-header--changed .bk-header__promo-sticky-logo {
    width: 2rem;
    height: 2rem;
    margin-right: .75rem;
    display: block
}

.bk-header--changed .bk-header__promo-sticky-title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.375rem
}

.bk-header--changed .bk-header__promo {
    padding: .5rem 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: none
}

.bk-header--changed .bk-header__promo-btn-primary:not(.bk-header__promo-btn-primary--no-bonus) {
    min-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .5rem 1rem;
    font-size: .875rem
}

.bk-header--changed .bk-header__promo-btn {
    position: relative
}

.bk-header--changed .bk-header__promo-btn {
    position: relative
}

.slider-video {
    width: 100%;
    height: 100%
}

.slider-video .container {
    padding: 0;
    height: 100%
}

.slider-video .gdlr-item {
    margin: 0;
    height: 100%
}

.slider-video .gdlr-parallax-wrapper {
    padding: 0;
    height: 100%
}

.slider-video iframe {
    margin-top: 0;
    height: 100% !important;
    border: none
}

.gallery .swiper {
    overflow-x: scroll;
    padding-bottom: 10px !important
}

@media (min-width:744px) {
    .bk-header__promo-title {
        margin-bottom: .125rem;
        font-size: 1.375rem;
        line-height: 1.75rem
    }
}


.icon.icon-plus:before {
    content: "\f1a1"
}

.bk-header__promo-title-icon {
    padding: 0;
    margin-left: 0
}

.bk-header__promo-title-icon:before {
    padding-top: .3rem;
    margin: 0;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: #f64747 !important
}

.gallery__items {
    overflow: auto;
    padding-bottom: 10px
}

.active .accordion-body {
    max-height: unset
}

.ring {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    overflow: hidden
}


.book-another-bks .tns-controls button {
    position: absolute;
    top: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #0006;
    -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, .08);
    box-shadow: 1px 2px 6px #00000014;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    cursor: pointer
}

.shortcode-slider-wrapper .tns-controls button {
    position: absolute;
    top: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0006;
    color: #0006;
    -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, .08);
    box-shadow: 1px 2px 6px #00000014;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    cursor: pointer;
    display: block !important
}

.shortcode-slider-wrapper .tns-controls button:hover {
    background-color: #000c
}

.shortcode-slider-wrapper {
    padding-bottom: 30px !important
}

.shortcode-slider-wrapper .tns-nav {
    display: none
}

.shortcode-slider-wrapper .tns-controls {
    width: 80%;
    top: 20%
}

.shortcode-slider-wrapper .swiper-slide {
    border-radius: 15px;
    overflow: hidden
}

.shortcode-slider-wrapper {
    position: relative
}

.book-another-bks {
    position: relative
}

.book-another-bks .tns-controls {
    position: static;
    top: 30%
}

.book-another-bks .tns-controls button:last-child {
    right: -20px;
    z-index: 2
}

.book-another-bks .tns-controls button:first-child {
    left: -20px;
    z-index: 2
}

.book-another-bks .tns-controls button:last-child::before {
    content: "\f1aa";
    font-size: 14px
}

.shortcode-slider-wrapper .tns-controls button:last-child::before {
    font-size: 14px;
    color: #fff
}

.shortcode-slider-wrapper .tns-controls button:first-child::before {
    font-size: 14px;
    color: #fff
}

.book-another-bks .tns-controls button:first-child::before {
    content: "\f16f";
    font-size: 14px
}

.author-widget__item {
    width: 100%
}

.content-body .accordion-body {
    padding: 0
}

@media (min-width:744px) {
    .content-body .bk-faq {
        margin-right: -24px;
        margin-left: -24px
    }
}

.content-body .book-page-title {
    padding: 0 24px
}

table {
    outline: none
}

.bookmakers-ratings-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem
}

@media (min-width:744px) {
    .bookmakers-ratings-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem
    }
}

.circle__container {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    position: relative;
    z-index: 0
}

.circle__centre {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    top: 11px;
    left: 11px;
    z-index: 2
}

.complaints__header-graph-number {
    z-index: 3
}

.author-widget .author-widget__item.author .author-widget__personal .img-box img {
    object-fit: contain
}

.bonus-card__image-cover {
    object-fit: cover !important
}

.bookmakers-rating-table .icon-user:before {
    color: #0003;
    content: "\f1c8" !important
}

.app {
    margin-top: 12px;
    margin-bottom: 32px
}

.app--inline {
    all: unset;
    grid-template-areas: "heading heading" "questions questions";
    display: grid;
    margin-bottom: 0;
    background: #fff;
    border-radius: .5rem;
    padding: 1rem;
    grid-template-rows: auto;
    margin-bottom: 2rem
}

@media (min-width:744px) {
    .app--inline {
        padding: 1.5rem;
        grid-template-rows: auto;
        min-height: 182px
    }
}

.app__quiz {
    grid-area: questions;
    height: 100%
}

.app__heading {
    grid-area: heading;
    display: none
}

.app--inline .app__heading {
    display: block
}

.app--inline .app__heading>* {


    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, .8)
}

.app__quiz-inner {
    max-width: 100%;
    display: grid;
    height: 100%;
    width: 100%
}

.questions__image {
    display: none
}

.app--inline .questions__image {
    width: 120px;
    height: 120px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(240, 241, 242);
    border-radius: 100%;
    margin: 1rem auto
}

img {
    border-style: none
}

img {
    max-width: 100%;
    border: none
}

.app--inline .questions__image img {
    max-width: 80px;
    max-height: 80px;
    width: 100%
}

.questions__content {
    height: 100%
}

.questions__title {
    font-size: 14px;
    line-height: 17px;
    color: rgb(158, 158, 158)
}

.questions-progress {
    width: 100%;
    height: 1px;
    background: rgba(58, 130, 247, .25);
    position: relative;
    margin: 4px 0 16px
}

.app--inline .questions-progress {
    margin: 4px 0 12px
}

.questions-progress__slider {
    height: 1px;
    background: rgb(58, 130, 247);
    transition: width 0.9s ease 0s
}

.app--inline .questions-progress__slider {
    background: rgb(52, 152, 219)
}

.question__text {

    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1rem
}

.app--inline .question__text {
    color: rgba(0, 0, 0, .8);
    height: 60px;
    line-height: 20px !important;
    font-size: 18px !important
}

.question__answers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    -webkit-box-align: center;
    align-items: center;
    grid-auto-rows: 40px
}

.app--inline .question__answers {
    display: grid;
    grid-template-columns: 1fr
}

button,
input,
select,
textarea {

    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button {
    appearance: button
}

.app--inline .question__answers button {
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(52, 152, 219, .3);
    color: rgba(0, 0, 0, .8);
    padding: .25rem 1rem
}

@media (min-width:984px) {
    .app__heading {
        display: block;
        margin-bottom: 0;
        font-weight: 700;
        font-size: 36px;
        line-height: 42px;
        color: rgb(255, 255, 255)
    }

    .app__quiz-inner {
        gap: 24px
    }

    .questions {
        height: 100%
    }

    .question {
        display: grid;
        grid-template-rows: auto 1fr;
        -webkit-box-align: end;
        align-items: end;
        height: calc(100% - 38px)
    }

    .question__text {
    
        font-size: 22px;
        line-height: 24px
    }
}

@media (min-width:744px) {
    .app--inline {
        padding: 1.5rem;
        grid-template-rows: auto;
        min-height: 182px
    }

    .app--inline .app__heading {
        margin-bottom: 1rem
    }

    .app--inline .app__quiz-inner {
        gap: 0
    }

    .app--inline .questions {
        display: grid;
        grid-template-areas: "questions-question questions-image";
        gap: 0 24px;
        grid-template-columns: 500px 1fr
    }

    .app--inline .questions__image {
        margin: -2px 0 0 auto
    }

    .app--inline .questions__image {
        grid-area: questions-image
    }

    .app--inline .questions__content {
        grid-area: questions-question
    }

    .app--inline .question {
        display: grid;
        grid-template-rows: auto 1fr;
        -webkit-box-align: end;
        align-items: end;
        height: calc(100% - 38px)
    }

    .app--inline .question__text {
        height: auto
    }

    .app--inline .question__answers {
        width: 332px;
        grid-auto-rows: 32px;
        grid-template-columns: 1fr 1fr
    }

    .app--inline .question__answers button {
        width: 160px
    }
}

@media (min-width:1280px) {
    .app--inline .questions {
        grid-template-columns: 616px 1fr
    }
}

@media (min-width:1366px) {
    .app--inline .questions {
        grid-template-columns: 500px 1fr
    }
}

@media (min-width:1560px) {
    .app--inline .questions {
        grid-template-columns: 616px 1fr
    }
}

@media (min-width:1080px) {
    .app--inline .questions__image {
        width: 150px;
        height: 150px;
        margin: -17px 0 0 auto
    }

    .app--inline .questions__image img {
        max-width: 104px;
        max-height: 104px;
        width: 91px
    }
}

@media print {
    tr,
    img {
        break-inside: avoid
    }

    img {
        max-width: 100% !important
    }
}

@media (max-width:743px) {
    .app--inline .question__answers button:hover {
        background: rgba(0, 0, 0, 0) !important;
        color: rgba(0, 0, 0, .8) !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important
    }

    .app--inline .question__answers button:active {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background: rgb(52, 152, 219) !important;
        color: rgb(255, 255, 255) !important
    }

    .question__answers button {
        user-select: none
    }
}

.ratings-sidebar {
    width: 100%
}

.ratings-sidebar .col-md-6 {
    width: 100%;
    max-width: none
}

.block-feedback {
    margin-bottom: 2rem
}

.quizz-block {
    display: none !important
}

.questions_active {
    display: grid !important
}

.results {
    grid-area: heading;
    display: none
}

.results__text {
    grid-area: res-text
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5 {
    margin-top: 0;
    margin-bottom: 1rem
}

h1,
h2,
h3,
.heading-1,
.heading-2,
.heading-3 {


}

h2,
.heading-2 {
    font-size: 1.375rem;
    line-height: 1.5rem
}

.results h2 {
    font-size: 24px;
    line-height: 24px;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 12px
}

p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5rem
}

.results p {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, .8);
    min-height: 60px;
    margin-bottom: 10px
}

.results h2+p {
    max-width: none !important
}

.results__top {
    grid-area: res-top
}

.result-item {
    width: 100%;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

a {
    background-color: rgba(0, 0, 0, 0)
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.result-item .logo {
    margin-right: auto;
    width: 6.25rem;
    height: 2rem
}

img {
    border-style: none
}

img {
    max-width: 100%;
    border: none
}

.icon::before {
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
;
    font-weight: 400 !important
}

.capsule {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 1rem;
    background-color: rgb(240, 241, 242);
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s
}

a.capsule:hover {
    background-color: rgb(232, 232, 232)
}

.icon.icon-bonus::before {
    content: ""
}

.icon {
    padding-left: 1.5rem;
    min-height: 1rem;
    position: relative
}

.icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    text-decoration: none;
    speak: none;
    -webkit-font-smoothing: antialiased
}

.icon.capsule {
    min-width: 3.25rem;
    min-height: 2rem;
    padding: .5rem .4rem .5rem 1.75rem;
    border-radius: 1rem;
    background-color: rgb(240, 241, 242);
    text-align: center
}

.icon.capsule::before {
    top: .5rem;
    left: .5rem
}

.exclusive {
    padding-left: 1.5rem;
    text-align: left
}

.exclusive::before {
    top: .2rem;
    position: absolute
}

.icon::before {
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
;
    font-weight: 400 !important
}

.result-item .icon.capsule {
    background-color: rgba(255, 197, 4, .2);
    border-radius: 3px;
    height: 32px;

    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    width: 82px;
    padding-left: 0;
    padding-right: 0
}

.result-item .icon.capsule.exclusive,
.result-item .icon.capsule.cashback {
    padding-top: 0;
    padding-bottom: 0
}

.result-item .icon.capsule.exclusive {
    background-color: rgba(246, 71, 71, .2)
}

.result-item .icon.capsule.exclusive::before {
    color: rgb(208, 2, 27)
}

.exclusive .caption {
    text-transform: uppercase;
    color: rgb(208, 2, 27);
    font-size: 8px;
    letter-spacing: 1.1px;
    line-height: 1.2;

}

.result-item .icon.capsule .caption {
    margin-top: .125rem;
    color: rgb(208, 2, 27);

    font-size: .5625rem;
    line-height: .75rem;
    letter-spacing: 1.1px;
    text-transform: uppercase
}

.result-item a.button {
    height: 32px;
    margin-left: auto;
    flex-basis: 5.25rem !important
}

.results__button {
    padding: 8px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    display: flex;
    margin-top: 2rem;
    grid-area: res-but
}

@media (min-width:744px) {
    .results {
        display: none;
        grid-template-columns: 1fr 312px;
        grid-template-areas: "res-text res-top" "res-but res-top"
    }

    h1,
    h2,
    .heading-1,
    .heading-2 {
        margin-bottom: 1.5rem
    }

    h2,
    .heading-2 {
        font-size: 2rem;
        line-height: 1
    }

    .results h2 {
        font-size: 32px;
        line-height: 24px
    }

    .results .result-item:first-of-type {
        padding-top: 0
    }

    .results .result-item:last-of-type {
        padding-bottom: 0;
        border-bottom: 0
    }

    .results .result-item:first-of-type {
        padding-top: 0
    }

    .results .result-item:last-of-type {
        padding-bottom: 0;
        border-bottom: 0
    }

    .result-item .logo {
        width: 100px
    }

    .result-item .icon.capsule {
        width: 112px;
        padding-left: 31px;
        border-radius: 100px;
        text-align: left;
    
        font-size: 16px;
        line-height: 16px
    }
}

@media (min-width:984px) {
    .results {
        grid-template-columns: 1fr 348px
    }

    .results p {
        line-height: 24px
    }

    .results h2+p {
        max-width: 350px !important
    }
}

@media print {

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        break-after: avoid
    }

    a,
    a:visited {
        text-decoration: underline
    }

    tr,
    img {
        break-inside: avoid
    }

    img {
        max-width: 100% !important
    }
}

@media (max-width:743px) {
    .result-item .icon.capsule::before {
        content: unset
    }
}

.accordion.mobile-category-navigation .close-area {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
    width: 3rem;
    position: relative;
    border-left: solid 1px rgba(0, 0, 0, .1)
}

.sidebar-categories:after {
    width: 3rem !important;
    border-left: solid 1px rgba(0, 0, 0, .1) !important;
    height: 100% !important;
    line-height: 48px !important
}

.sidebar-categories_active {
    transition: max-height 0.3s ease-out 0s;
    max-height: 528px;
    overflow: hidden;
    display: block !important
}

.more-ratings-block {
    height: 100%
}

@media (min-width:744px) {
    .more-ratings-blocks [class*=col-] {
        margin-bottom: 1.5rem
    }
}

.no-border {
    border-top: none
}

.without-margin {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.no--paddings {
    padding-left: 0;
    padding-right: 0
}

.toc-header:after {
    transform: translateY(-100%) rotate(0deg) !important;
    line-height: 0 !important;

    color: #3498db !important;
    font-size: .875rem !important;
    position: absolute !important;
    left: -25px !important;
    top: 40px !important
}

.toc .accordion-header:after {
    content: attr(data-open-text)
}

.toc.active .accordion-header:after {
    content: attr(data-close-text) !important
}

.toc {
    position: relative
}

.toc__toggle {
    position: absolute !important;
    right: 0;
    top: 0;
    padding: 1.75rem !important
}

.bookmakers-rating-table .buttons-td a {
    margin-left: .5rem
}

.icon.icon-right:before {
    content: "\f1aa";

}

.bookmakers-rating-table .buttons-td {
    width: 26%;
    min-width: 5.5rem;
    text-align: right
}

.comment-th,
.bonus-th {
    padding-left: 3rem !important
}

@media (max-width:1280px) {

    .comment-th,
    .bonus-th {
        padding-left: 2.3rem !important
    }
}

@media (max-width:768px) {
    .bookmakers-rating-table__row--with-condition {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .bonus-td,
    .buttons-td,
    .logo-td {
        width: 50%
    }

    .bonus-td a {
        justify-content: center
    }

    .comment-th,
    .bonus-th {
        display: none
    }

    .bookmakers-rating-table tbody {
        display: block
    }
}

@media (max-width:744px) {
    .more-ratings-blocks .col-md-4 {
        margin-bottom: 2rem
    }
}

.questions__image img {
    object-fit: contain
}

.icon.icon-circle-q:before {
    content: "\f130"
}

.icon.icon-copy:before {
    content: "\f138"
}

.icon.icon-plus:before {
    content: "\f1a1"
}

.icon.icon-minus:before {
    content: "\f18b"
}

@media (max-width:768px) {
    .result-item .icon.capsule.exclusive {
        display: none !important
    }

    .results__top {
        padding-top: 70px
    }
}

@media (max-width:768px) {
    .book-another-bks .tns-controls button:last-child {
        right: -5px
    }

    .book-another-bks .tns-controls button:first-child {
        left: -5px
    }
}

.bookmakers-rating-table td {
    text-align: left
}



.bookmakers-rating-table td,
.bookmakers-rating-table th {
    margin: 0 !important;
    text-align: left;
    padding-left: 0 !important;
}

@media (max-width: 743px) {
    .bookmakers-rating-table.bookmakers-landing-table tr {
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .bookmakers-rating-table.bookmakers-landing-table td.logo-tdd {
        width: 100%
    }

    .bookmakers-rating-table.bookmakers-landing-table .logo {
        margin: 0 !important;
    }

    .bookmaker-name-in-logo {
        justify-content: flex-start;
    }

    .bookmakers-rating-table.bookmakers-landing-table .buttons {
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }
}

.resilt__text--heading {
    font-size: 24px !important;
    line-height: 24px !important;
    color: #000c !important;
    font-weight: bold !important;
}


.results__button:hover {
    background: none;
    color: #3498db;
}

.results__text p {
    margin-top: 12px;
}

@media screen and (max-width: 743px) {
    .results__top {
        margin-top: 12px;
    }

    .app--inline .app__heading>* {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 768px) {
    .result-item .icon.capsule.exclusive {
        display: flex !important;
        padding: 5px;
        flex-direction: column;
        height: max-content;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 32px;
    }

    .result-item .icon.capsule.exclusive::before {
        display: none;
    }
}

@media screen and (max-width: 335px) {
    .result-item .icon.capsule.exclusive {
        width: 80px;
    }
}

.icon.icon-hockey:before {
    content: "\f165";
}

.icon.icon-cybersport:before {
    content: "\e807";
}

.bookmaker-mini-row .logo.img-box,
.bookmaker-mini-row .logo.img-box .lb-lazy {
    width: 65px !important;
    height: 65px !important;
    max-width: 65px;
    max-height: 65px;
}

@media (max-width: 400px) {
    .bookmakers-rating-table .buttons-td {
        width: 40%;
    }
}

.blogs_content {
    padding-top: 0;
}

.app-reviews-iphone__container .col-lg-9 {
    max-width: 100%;
}