
@charset "UTF-8";
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
*,
:after,
:before {
    box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    font-size: 100%;
    font: inherit;
    border: 0;
    vertical-align: baseline;
    padding: 0;
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.next-btn,
.next-btn:focus,
.prev-btn,
.prev-btn:focus,
a,
a:active,
a:focus,
a:hover,
button,
option,
select {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
svg {
    transition: all 0.3s ease-in-out;
}
input,
textarea {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
input::-moz-input-placeholder,
input::-webkit-input-placeholder,
input::placeholder,
textarea::-moz-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::placeholder {
    line-height: normal !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pseudo-link {
    display: inline-flex;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
body {
    font: 16px Helvetica, Arial, sans-serif;
    color: var(--main-font-color);
    background-color: var(--main-background-color);
}
@media screen and (max-width: 1099px) {
    body.is-fixed,
    html.is-fixed {
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        touch-action: none;
        -ms-touch-action: none;
    }
}
.body-wrapper,
body {
    position: relative;
    overflow-x: hidden;
    overflow-anchor: none;
}
.container {
    width: 100%;
    max-width: 1090px;
    padding: 0 15px;
    margin: 0 auto;
}
.hidden {
    display: none !important;
}
svg.hidden {
    display: block !important;
    visibility: hidden;
    width: 0;
    height: 0;
}
@media only screen and (max-width: 1099px) {
    .hidden-mobile {
        display: none !important;
    }
}
@media only screen and (min-width: 1100px) {
    .hidden-desktop {
        display: none !important;
    }
    .container {
        max-width: 950px;
    }
}
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1126px;
        padding: 0 103px;
        margin: 0;
    }
}
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1200px;
        padding: 0 140px;
    }
}
@media only screen and (min-width: 1500px) {
    .container {
        max-width: 950px;
        padding: 0 15px;
        margin: 0 auto;
    }
}
.workarea {
    position: relative;
    display: block;
}
.workarea-sidebar {
    height: auto;
}
.workarea-sidebar:empty,
.workarea-sidebar:not(:has(div, figure)) {
    display: none;
}
.workarea-sidebar > :first-child {
    margin-top: 0;
}
.workarea-sidebar > :last-child {
    margin-bottom: 0;
}
.workarea-has-no-best {
    padding-top: 20px;
}
.workarea-breadcrumb {
    position: relative;
    margin: 0 0 10px;
    z-index: 1;
}
@media (max-width: 990px) {
    .workarea-breadcrumb.is-match-center {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow: auto;
        white-space: nowrap;
        width: calc(100% + 30px);
        margin-left: -15px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .workarea-breadcrumb.is-match-center::-webkit-scrollbar {
        display: none;
    }
    .workarea-breadcrumb.is-match-center .workarea-breadcrumb-item:not(:last-child):after {
        font-size: 16px;
    }
    .workarea-breadcrumb.is-match-center ol {
        margin: 0;
        padding: 0 30px 0 15px;
    }
    .workarea-breadcrumb.is-match-center .fake-a,
    .workarea-breadcrumb.is-match-center a,
    .workarea-breadcrumb.is-match-center span {
        font-weight: 400;
        color: var(--main-font-color);
        font-size: 16px;
    }
}
.workarea-breadcrumb-list {
    display: flex;
    align-items: center;
    overflow: auto;
    flex-wrap: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
}
.workarea-breadcrumb-list::-webkit-scrollbar {
    display: none;
}
.workarea-breadcrumb-list:after {
    content: "";
    width: 15px;
    min-width: 15px;
    height: 15px;
    display: block;
}
.workarea-breadcrumb-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.workarea-breadcrumb-item:not(:last-child) {
    margin: 0 20px 0 0;
}
.workarea-breadcrumb-item:not(:last-child):after {
    content: "/";
    position: absolute;
    top: 0;
    right: -11.945px;
    color: #20a94a;
    font-size: 14px;
}
.workarea-breadcrumb-link {
    color: var(--main-font-color);
    font-size: 14px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    white-space: nowrap;
}
.workarea-breadcrumb-link:focus:not(span),
.workarea-breadcrumb-link:hover:not(span) {
    text-decoration: underline;
    -webkit-text-decoration-color: var(--main-font-color);
    text-decoration-color: var(--main-font-color);
}
.workarea-title {
    border-bottom: 1px solid var(--tablist-border-bottom-color);
    padding: 0 0 10px;
    margin: 0 0 20px;
}
body.dark-theme .workarea-title {
    border-bottom: none;
    padding: 0;
}
.workarea-title .h1,
.workarea-title h1 {
    font-size: 24px;
    font-weight: 700;
}
.workarea-content > :first-child {
    margin-top: 0;
}
.workarea-content > :last-child {
    margin-bottom: 0;
}
.workarea-content .conversion-block {
    margin: 20px 0;
}
.workarea-content .conversion-block p {
    line-height: 1.5625;
    margin: 10px 0;
}
.workarea-content .conversion-block .fake-a,
.workarea-content .conversion-block a {
    font-size: 16px;
    box-shadow: none;
    padding: 11.5px 0;
    margin: 10px 0;
}
.workarea-content .conversion-block .fake-a:hover,
.workarea-content .conversion-block a:hover {
    background-color: var(--primary-color);
}
.workarea-description,
.workarea-text {
    line-height: 1.5625;
}
.workarea-description:empty,
.workarea-text:empty {
    display: none;
}
.workarea-description > :first-child,
.workarea-text > :first-child {
    margin-top: 0;
}
.workarea-description > :last-child,
.workarea-text > :last-child {
    margin-bottom: 0;
}
.workarea-description .h2,
.workarea-description .h3,
.workarea-description .h4,
.workarea-description .h5,
.workarea-description .h6,
.workarea-description h2,
.workarea-description h3,
.workarea-description h4,
.workarea-description h5,
.workarea-description h6,
.workarea-text .h2,
.workarea-text .h3,
.workarea-text .h4,
.workarea-text .h5,
.workarea-text .h6,
.workarea-text h2,
.workarea-text h3,
.workarea-text h4,
.workarea-text h5,
.workarea-text h6 {
    font-weight: 700;
    margin: 40px 0 15px;
}
.workarea-description .h2:first-child,
.workarea-description .h3:first-child,
.workarea-description .h4:first-child,
.workarea-description .h5:first-child,
.workarea-description .h6:first-child,
.workarea-description h2:first-child,
.workarea-description h3:first-child,
.workarea-description h4:first-child,
.workarea-description h5:first-child,
.workarea-description h6:first-child,
.workarea-text .h2:first-child,
.workarea-text .h3:first-child,
.workarea-text .h4:first-child,
.workarea-text .h5:first-child,
.workarea-text .h6:first-child,
.workarea-text h2:first-child,
.workarea-text h3:first-child,
.workarea-text h4:first-child,
.workarea-text h5:first-child,
.workarea-text h6:first-child {
    margin-top: 0;
}
.workarea-description .h2,
.workarea-description h2,
.workarea-text .h2,
.workarea-text h2 {
    font-size: 22px;
}
.workarea-description .h3,
.workarea-description h3,
.workarea-text .h3,
.workarea-text h3 {
    font-size: 18px;
}
.workarea-description .h4,
.workarea-description .h5,
.workarea-description .h6,
.workarea-description h4,
.workarea-description h5,
.workarea-description h6,
.workarea-text .h4,
.workarea-text .h5,
.workarea-text .h6,
.workarea-text h4,
.workarea-text h5,
.workarea-text h6 {
    font-size: 16px;
}
.workarea-description p,
.workarea-text p {
    margin: 15px 0;
}
.workarea-description div.is-highlight,
.workarea-text div.is-highlight {
    font-size: 18px;
    font-weight: 700;
    background-color: #f7f3fc;
    padding: 20px 15px 20px 65px;
    margin: 20px -15px;
}
.workarea-description .fake-a,
.workarea-description a,
.workarea-text .fake-a,
.workarea-text a {
    color: var(--success-color);
    font-weight: 700;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
body.gray-theme .workarea-description .fake-a,
body.gray-theme .workarea-description a,
body.gray-theme .workarea-text .fake-a,
body.gray-theme .workarea-text a {
    color: var(--primary-color);
}
body.gray-theme .workarea-description .fake-a:focus,
body.gray-theme .workarea-description .fake-a:hover,
body.gray-theme .workarea-description a:focus,
body.gray-theme .workarea-description a:hover,
body.gray-theme .workarea-text .fake-a:focus,
body.gray-theme .workarea-text .fake-a:hover,
body.gray-theme .workarea-text a:focus,
body.gray-theme .workarea-text a:hover {
    -webkit-text-decoration-color: var(--primary-color);
    text-decoration-color: var(--primary-color);
}
.workarea-description .fake-a:focus,
.workarea-description .fake-a:hover,
.workarea-description a:focus,
.workarea-description a:hover,
.workarea-text .fake-a:focus,
.workarea-text .fake-a:hover,
.workarea-text a:focus,
.workarea-text a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: var(--success-color);
    text-decoration-color: var(--success-color);
}
.workarea-description .fake-a.is-block,
.workarea-description a.is-block,
.workarea-text .fake-a.is-block,
.workarea-text a.is-block {
    display: flex;
    align-items: center;
    color: #000;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 0;
    margin: 20px 0;
}
.workarea-description .fake-a.is-block:focus,
.workarea-description .fake-a.is-block:hover,
.workarea-description a.is-block:focus,
.workarea-description a.is-block:hover,
.workarea-text .fake-a.is-block:focus,
.workarea-text .fake-a.is-block:hover,
.workarea-text a.is-block:focus,
.workarea-text a.is-block:hover {
    color: var(--success-color);
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.workarea-description .fake-a.is-block:focus span,
.workarea-description .fake-a.is-block:hover span,
.workarea-description a.is-block:focus span,
.workarea-description a.is-block:hover span,
.workarea-text .fake-a.is-block:focus span,
.workarea-text .fake-a.is-block:hover span,
.workarea-text a.is-block:focus span,
.workarea-text a.is-block:hover span {
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.workarea-description .fake-a.is-block:last-child,
.workarea-description a.is-block:last-child,
.workarea-text .fake-a.is-block:last-child,
.workarea-text a.is-block:last-child {
    margin-bottom: 0;
}
.workarea-description .fake-a.is-block > img,
.workarea-description a.is-block > img,
.workarea-text .fake-a.is-block > img,
.workarea-text a.is-block > img {
    width: 115px;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
    margin: 0 15px 0 0;
}
.workarea-description .fake-a.is-block > .aspect-box,
.workarea-description a.is-block > .aspect-box,
.workarea-text .fake-a.is-block > .aspect-box,
.workarea-text a.is-block > .aspect-box {
    width: 115px;
    border-radius: 4px;
    margin: 0 15px 0 0;
}
.workarea-description .fake-a.is-block > .aspect-box img,
.workarea-description a.is-block > .aspect-box img,
.workarea-text .fake-a.is-block > .aspect-box img,
.workarea-text a.is-block > .aspect-box img {
    border-radius: 4px;
}
.workarea-description .fake-a.is-block span,
.workarea-description a.is-block span,
.workarea-text .fake-a.is-block span,
.workarea-text a.is-block span {
    flex-grow: 2;
    width: 50%;
    line-height: 1.6;
    text-decoration: none;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}
.workarea-description .fake-a.is-block span:first-child,
.workarea-description a.is-block span:first-child,
.workarea-text .fake-a.is-block span:first-child,
.workarea-text a.is-block span:first-child {
    margin: 0 15px;
}
.workarea-description ol:not(.overview-difference-list),
.workarea-description ul:not(.overview-difference-list),
.workarea-text ol:not(.overview-difference-list),
.workarea-text ul:not(.overview-difference-list) {
    padding: 0 0 0 40px;
    margin: 25px 0;
}
.workarea-description ol:not(.overview-difference-list) li,
.workarea-description ul:not(.overview-difference-list) li,
.workarea-text ol:not(.overview-difference-list) li,
.workarea-text ul:not(.overview-difference-list) li {
    line-height: 1.5625;
}
.workarea-description ol:not(.overview-difference-list) li p,
.workarea-description ul:not(.overview-difference-list) li p,
.workarea-text ol:not(.overview-difference-list) li p,
.workarea-text ul:not(.overview-difference-list) li p {
    margin: 15px 0 0;
}
.workarea-description ol:not(.overview-difference-list),
.workarea-text ol:not(.overview-difference-list) {
    list-style: decimal;
}
.workarea-description ul:not(.overview-difference-list),
.workarea-text ul:not(.overview-difference-list) {
    list-style: disc;
}
.workarea-description blockquote,
.workarea-text blockquote {
    position: relative;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding: 0 30px;
    margin: 30px 0;
}
body.dark-theme .workarea-description blockquote,
body.dark-theme .workarea-text blockquote {
    color: #fff;
}
.workarea-description blockquote:after,
.workarea-description blockquote:before,
.workarea-text blockquote:after,
.workarea-text blockquote:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(main/img/icons/quote-light.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}
body.dark-theme .workarea-description blockquote:after,
body.dark-theme .workarea-description blockquote:before,
body.dark-theme .workarea-text blockquote:after,
body.dark-theme .workarea-text blockquote:before {
    background-image: url(main/img/icons/quote-dark.svg);
}
body.gray-theme .workarea-description blockquote:after,
body.gray-theme .workarea-description blockquote:before,
body.gray-theme .workarea-text blockquote:after,
body.gray-theme .workarea-text blockquote:before {
    background-image: url(main/img/icons/quote-gray.svg);
}
.workarea-description blockquote:before,
.workarea-text blockquote:before {
    bottom: 0;
    left: 0;
    transform: rotateX(180deg);
}
.workarea-description blockquote:after,
.workarea-text blockquote:after {
    top: 0;
    right: 0;
}
.workarea-description blockquote.is-highlight,
.workarea-text blockquote.is-highlight {
    font-weight: 400;
    text-align: left;
    background-color: #f7f3fc;
    padding: 20px 15px 20px 65px;
    margin: 20px -15px;
}
body.dark-theme .workarea-description blockquote.is-highlight,
body.dark-theme .workarea-text blockquote.is-highlight,
body.gray-theme .workarea-description blockquote.is-highlight,
body.gray-theme .workarea-text blockquote.is-highlight {
    background-color: transparent;
}
.workarea-description blockquote.is-highlight:before,
.workarea-text blockquote.is-highlight:before {
    display: none;
}
.workarea-description blockquote.is-highlight:after,
.workarea-text blockquote.is-highlight:after {
    top: 22px;
    left: 15px;
    width: 30px;
    height: 30px;
    background-image: url(main/img/icons/quote.svg);
}
body.dark-theme .workarea-description blockquote.is-highlight:after,
body.dark-theme .workarea-text blockquote.is-highlight:after {
    background-image: url(main/img/icons/quote-dark.svg);
}
body.gray-theme .workarea-description blockquote.is-highlight:after,
body.gray-theme .workarea-text blockquote.is-highlight:after {
    background-image: url(main/img/icons/quote-gray.svg);
}
.workarea-description blockquote.is-highlight p,
.workarea-text blockquote.is-highlight p {
    font-size: 18px;
    margin: 0;
}
.workarea-description blockquote.is-highlight p:not(:first-child),
.workarea-text blockquote.is-highlight p:not(:first-child) {
    font-size: 16px;
    font-weight: 700;
    margin: 25px 0 0;
}
.workarea-description b,
.workarea-description strong,
.workarea-text b,
.workarea-text strong {
    font-weight: 700;
}
.workarea-description em,
.workarea-description i,
.workarea-text em,
.workarea-text i {
    font-style: italic;
}
.workarea-description hr,
.workarea-text hr {
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}
.workarea-description hr:first-child,
.workarea-description hr:last-child,
.workarea-text hr:first-child,
.workarea-text hr:last-child {
    margin: 30px 0;
}
.workarea-description img,
.workarea-text img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 40px auto;
}
.workarea-description .text-color-violet,
.workarea-text .text-color-violet {
    background-color: #dfd2f2;
}
.workarea-description .text-color-gray,
.workarea-text .text-color-gray {
    background-color: #ebebeb;
}
.workarea-description .text-color-green,
.workarea-text .text-color-green {
    background-color: #d2eedb;
}
.workarea-description .text-color-red,
.workarea-text .text-color-red {
    background-color: #f6ccd1;
}
.workarea-description .text-color-yellow,
.workarea-text .text-color-yellow {
    background-color: #fff7b3;
}
.workarea-description .text-color-orange,
.workarea-text .text-color-orange {
    background-color: #fce4bd;
}
.workarea-description:not(:last-child):not(:empty) > :last-child {
    margin-bottom: 40px;
}
.workarea-description:last-child:not(:empty) > :first-child {
    margin-top: 40px;
}
@media only screen and (max-width: 1099px) {
    body .workarea {
        padding: 65px 0 60px;
    }
    body .workarea.inner-workarea {
        padding-top: 140px;
    }
    body .workarea.inner-workarea.workarea-without-runet-block {
        padding-top: 65px;
    }
}
@media only screen and (max-width: 1099px) and (max-width: 450px) {
    body .workarea.branding {
        padding-top: 365px;
    }
}
@media only screen and (max-width: 1099px) {
    body.has-header-sub-menu .workarea {
        padding: 111px 0 60px;
    }
    body.has-header-sub-menu .workarea.inner-workarea {
        padding-top: 190px;
    }
}
@media only screen and (max-width: 1099px) and (max-width: 450px) {
    body.has-header-sub-menu .workarea.inner-workarea.branding {
        padding-top: 412px;
    }
}
@media only screen and (max-width: 1099px) {
    body.has-header-sub-menu .workarea.inner-workarea.workarea-without-runet-block {
        padding-top: 111px;
    }
}
@media only screen and (max-width: 1099px) and (max-width: 450px) {
    body.has-header-sub-menu .workarea.inner-workarea.workarea-without-runet-block.branding {
        padding-top: 335px;
    }
}
@media only screen and (max-width: 450px) {
    body .workarea.branding {
        padding-top: 365px;
    }
    .has-header-sub-menu.workarea.inner-workarea.branding {
        padding-top: 412px;
    }
    .has-header-sub-menu.workarea-without-runet-block.branding {
        padding-top: 335px;
    }
}
@media only screen and (min-width: 1100px) {
    body .workarea {
        padding: 65px 0 60px;
    }
    body.has-header-sub-menu .workarea {
        padding: 110px 0 60px;
    }
    .workarea-breadcrumb {
        display: block;
        margin: 10px 0 30px;
    }
    .workarea-breadcrumb-list {
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }
    .workarea-breadcrumb-list:after {
        display: none;
    }
    .workarea-breadcrumb-item {
        padding-bottom: 0;
    }
    .workarea-row {
        display: flex;
        align-items: flex-start;
    }
    .workarea-sidebar {
        position: sticky;
        top: 48px;
        width: 230px;
        max-height: calc(100vh - 48px);
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 15px;
        margin: -15px 25px -15px -15px;
        z-index: 4;
    }
    body.has-header-sub-menu .workarea .workarea-sidebar {
        top: 95px;
        max-height: calc(100vh - 95px);
    }
    .workarea-sidebar::-webkit-scrollbar {
        display: none;
    }
    .workarea-sidebar-white {
        background-color: #fff;
    }
    .workarea-sidebar-no-scroll {
        max-height: none;
    }
    .workarea-content {
        flex-grow: 2;
        width: 50%;
        min-width: 680px;
    }
    .workarea-description div.is-highlight,
    .workarea-text div.is-highlight {
        padding: 20px 20px 20px 85px;
        margin: 20px 0;
    }
    .workarea-description div.is-highlight.mfo-slider-item,
    .workarea-text div.is-highlight.mfo-slider-item {
        margin: 0;
        padding: 27px 13px 53px;
        background-color: #fff;
    }
    .workarea-description .fake-a.is-block > img,
    .workarea-description a.is-block > img,
    .workarea-text .fake-a.is-block > img,
    .workarea-text a.is-block > img {
        width: 132px;
        max-height: 90px;
        margin: 0 20px 0 0;
    }
    .workarea-description .fake-a.is-block > .aspect-box,
    .workarea-description a.is-block > .aspect-box,
    .workarea-text .fake-a.is-block > .aspect-box,
    .workarea-text a.is-block > .aspect-box {
        width: 132px;
        margin: 0 20px 0 0;
    }
    .workarea-description .fake-a.is-block span,
    .workarea-description a.is-block span,
    .workarea-text .fake-a.is-block span,
    .workarea-text a.is-block span {
        font-size: 18px;
        line-height: 1.5;
    }
    .workarea-description .fake-a.is-block span:first-child,
    .workarea-description a.is-block span:first-child,
    .workarea-text .fake-a.is-block span:first-child,
    .workarea-text a.is-block span:first-child {
        margin: 0 20px;
    }
    .workarea-description blockquote,
    .workarea-text blockquote {
        font-size: 18px;
        line-height: 1.56;
    }
    .workarea-description blockquote:after,
    .workarea-description blockquote:before,
    .workarea-text blockquote:after,
    .workarea-text blockquote:before {
        width: 18px;
        height: 18px;
    }
    .workarea-description blockquote.is-highlight,
    .workarea-text blockquote.is-highlight {
        line-height: 1.5;
        padding: 20px 20px 20px 85px;
        margin: 20px 0;
    }
    .workarea-description blockquote.is-highlight.mfo-slider-item,
    .workarea-text blockquote.is-highlight.mfo-slider-item {
        margin: 0;
        padding: 27px 13px 53px;
    }
    .workarea-description blockquote.is-highlight:after,
    .workarea-text blockquote.is-highlight:after {
        left: 20px;
        width: 40px;
        height: 40px;
    }
}
.is-win {
    color: var(--success-color);
}
.button {
    display: inline-flex;
    padding: 0 20px;
    border-radius: 8px;
    background-color: var(--primary-color);
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    border: none;
    outline: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    line-height: 1;
}
.button-block {
    display: flex;
    width: 100%;
}
.button-outline {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    color: var(--main-font-color);
    transition: all 0.25s ease-in-out;
}
.button-outline:hover {
    background-color: var(--primary-color);
    color: #fff;
}
body.complaints-theme .workarea-title {
    border-bottom-color: transparent;
}
.has-no-sub-nav .workarea-sidebar {
    top: 49px;
}
.share {
    min-height: 30px;
}
:root {
    --primary-color: #601dc0;
    --success-color: #20a94a;
    --danger-color: #d0021b;
    --attention-color: #f5a623;
    --main-background-color: #fff;
    --darken-background-color: #f9f9f9;
    --main-font-color: #000;
    --button-bg-color: #e8e8e8;
    --table-block-bg-color: #f7f7f7;
    --handler-color: #20a94a;
    --secondary: #fff;
    --main-border-color: #ebebeb;
    --tablist-border-bottom-color: #d5d5d5;
    --input-bg-color: #fff;
    --low-accent-color: #7f7f7f;
    --border-color: var(--button-bg-color);
    --font-size-base: 16px;
    --line-height-base: 1.125;
    --gray-color: #999;
    --gray-bg-color: #f2f3f7;
    --gray-dark: #393b40;
    --light-gray-color: #666;
    --light-border-color: #e9e9e9;
    --border-radius-small: 6px;
    --main-font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    --medium-gray: #7c7c7c;
    --complimentary-grey: #b3b3b3;
}
body.complaints-theme {
    --main-background-color: #f7f7f7;
}
body.dark-theme {
    --primary-color: #601dc0;
    --main-background-color: #161618;
    --main-font-color: #dfdfdf;
    --button-bg-color: #393b40;
    --table-block-bg-color: #1f2023;
    --secondary: #26292c;
    --main-border-color: #26292c;
    --input-bg-color: #393b40;
    --tablist-border-bottom-color: #393b40;
    --low-accent-color: #393b40;
    --border-color: #393b40;
    --light-gray-color: var(--gray-color);
    --light-border-color: #26292c;
}
body.gray-theme {
    --primary-color: #3876e8;
    --success-color: #20a980;
    --danger-color: #dd0a19;
    --main-background-color: #f5f8fe;
    --main-font-color: #1d2d4a;
    --low-accent-color: #949cab;
    --slot-background-color: #fff;
    --handler-color: #7ddcaa;
    --border-color: #c5d0e3;
    --main-font-family: Helvetica, Arial, sans-serif;
    font-family: var(--main-font-family);
}
.preloader {
    display: none;
    position: fixed;
    transition: all 0.3s ease-in-out;
    transition-delay: 0s;
    z-index: 12;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 96.9%, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 8px;
}
.preloader svg {
    width: 50px;
    height: 50px;
    fill: #601dc0;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    position: absolute;
}
.preloader svg path:last-child {
    transform-origin: center;
    animation: rotatePath 0.5s linear infinite;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    display: flex;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.redirect {
    position: fixed;
    background: var(--button-bg-color);
    z-index: 1001;
    width: 100%;
}
.redirect-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9.5px 0;
}
.redirect-info {
    padding: 0 20px 0 0;
}
.redirect-text {
    font-size: 14px;
    font-weight: 700;
}
.redirect-note {
    font-size: 12px;
    margin: 9px 0 0;
}
.redirect-note-time {
    color: #601dc0;
    font-weight: 700;
}
.redirect-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.redirect-button a,
.redirect-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
}
.redirect-button-agree {
    color: #fff;
    background: #601dc0;
    padding: 6px 15px;
}
.redirect-button-cancel {
    color: #601dc0;
    background: none;
    margin: 8px 0 0;
    padding: 8px 16px;
    background-color: rgba(115, 66, 255, 0.08);
}
@media only screen and (min-width: 1100px) {
    body:not(.has-header-sub-menu) .redirect:not(.hidden) ~ .feed-bar {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .redirect-row {
        padding: 10px 25px 10px 0;
    }
    .redirect-text {
        font-size: 16px;
    }
    .redirect-note {
        font-size: 14px;
        margin: 5px 0 0;
    }
    .redirect-note-time {
        color: #601dc0;
        font-weight: 700;
    }
    .redirect-button {
        flex-direction: row;
    }
    .redirect-button a,
    .redirect-button button {
        height: 40px;
        font-size: 16px;
    }
    .redirect-button-agree:hover {
        background: #20a94a;
    }
    .redirect-button-cancel {
        width: auto;
        margin: 0 0 0 8px;
    }
    .redirect-button-cancel:hover {
        background: rgba(115, 66, 255, 0.16);
    }
}
.products-switcher {
    position: relative;
}
.products-switcher-button {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}
.products-switcher-logo {
position: relative;
display: block;
flex-shrink: 0;
height: 27px;
margin-right: 9px;
}
@media screen and (max-width: 330px) {
    .products-switcher-logo {
        height: 16px;
        margin-right: 5px;
    }
}
.products-switcher-logo.telecomasia {
    width: auto;
}
.products-switcher-logo img {
    height: 100%;
}
.products-switcher-flag {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.products-switcher-flag img {
    max-width: 24px;
    max-height: 16px;
    height: auto;
    margin-right: 8px;
}
.products-switcher-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1279px) {
    .products-switcher-arrow {
        position: relative;
    }
    .products-switcher-arrow:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120%;
        height: 120%;
        background-color: transparent;
        transform: translate(-50%, -50%);
    }
}
.products-switcher-arrow svg {
    --size: 12px;
    width: var(--size);
    height: var(--size);
    transform: rotate(90deg);
    fill: var(--main-font-color);
}
.products-switcher-list {
    background-color: var(--background-color);
    border: 1px solid #dde4eb;
    box-shadow: 0 4px 64px rgba(26, 42, 77, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: var(--border-radius);
    padding: 8px;
    overflow: hidden;
    height: 0;
    transition: opacity 0.25s linear;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
body.dark-theme .products-switcher-list {
    border: 1px solid #1f2023;
    box-shadow: 0 4px 64px rgba(0, 0, 0, 0.32);
}
.products-switcher-list li:not(:last-child) {
    margin-bottom: 5px;
}
.products-switcher-list .item {
    display: block;
    width: 100%;
    border-radius: var(--border-radius);
    padding: 8px 8px 3px;
}
.products-switcher-list .item:not(:last-child) {
    margin-bottom: 5px;
}
.products-switcher-list .item.is-comm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    border: 1px solid #dde4eb;
    padding: 8px;
    margin: 12px 8px 8px;
}
.products-switcher-list .item.is-comm img {
    max-width: 100%;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
}
.products-switcher-list .products-switcher-logo {
    margin: 0;
}
.products-switcher-list .description {
    display: block;
    color: var(--grey);
    font-size: 12px;
    line-height: 1.5;
    margin-top: 3px;
}
.products-switcher-list a.item {
    transition: all 0.25s ease;
}
.products-switcher-list a.item:hover {
    background-color: var(--thin-grey);
}
.products-switcher-list a.item:hover.is-comm {
    border-color: var(--primary-color);
}
body.dark-theme .products-switcher-list a.item:hover {
    background-color: #1e1f22;
}
@media screen and (min-width: 1100px) {
    .products-switcher:not(.is-foreign):hover .products-switcher-arrow svg {
        transform: translateY(-1px) rotate(-90deg);
    }
    .products-switcher:not(.is-foreign):hover .products-switcher-list {
        top: calc(100% + 5px);
        left: 16px;
        width: 200px;
        height: auto;
        opacity: 1;
        visibility: visible;
        overflow: initial;
        z-index: 4;
    }
    .products-switcher:not(.is-foreign):hover .products-switcher-list:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 130px;
        height: 25px;
        background-color: transparent;
        z-index: 4;
    }
}
@media screen and (max-width: 1099px) {
    .products-switcher.is-open .products-switcher-arrow svg {
        transform: translateY(-1px) rotate(-90deg);
    }
    .products-switcher.is-open .products-switcher-list {
        top: calc(100% + 5px);
        left: 16px;
        width: 200px;
        height: auto;
        opacity: 1;
        visibility: visible;
        overflow: initial;
        z-index: 4;
    }
    .products-switcher.is-open .products-switcher-list:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 130px;
        height: 25px;
        background-color: transparent;
        z-index: 4;
    }
}
.products-switcher.is-foreign .products-switcher-logo {
    margin-right: 16px;
}
.products-switcher.is-foreign .products-switcher-button {
    border: 1px solid transparent;
    color: var(--main-font-color);
    background-color: var(--grey-light);
    border-radius: 8px;
    transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear;
    padding: 8px 15px 8px 12px;
}
@media screen and (min-width: 1100px) {
    .products-switcher.is-foreign .products-switcher-button:hover {
        background-color: var(--background-color);
        border: 1px solid var(--primary-color);
        box-shadow: 0 0 0 3px rgba(115, 66, 255, 0.16);
    }
    .products-switcher.is-foreign .products-switcher-button:hover .products-switcher-arrow svg {
        transform: translateY(-1px) rotate(-90deg);
    }
    .products-switcher.is-foreign .products-switcher-button:hover .products-switcher-list {
        top: calc(100% + 8px);
        right: -1px;
        left: -1px;
        width: auto;
        height: auto;
        opacity: 1;
        visibility: visible;
        overflow: initial;
        z-index: 4;
    }
    .products-switcher.is-foreign .products-switcher-button:hover .products-switcher-list:before {
        content: "";
        position: absolute;
        top: -25px;
        right: -15px;
        left: -15px;
        width: auto;
        height: 25px;
        background-color: transparent;
        z-index: 4;
    }
}
.products-switcher.is-foreign .products-switcher-arrow {
    margin-left: 20px;
}
.products-switcher.is-foreign .products-switcher-arrow svg {
    fill: var(--grey);
}
.products-switcher.is-foreign .products-switcher-list {
    padding: 5px 4px;
}
.products-switcher.is-foreign .products-switcher-list .item {
    color: rgba(126, 143, 159, 0.8);
    padding: 7px;
}
.products-switcher.is-foreign .products-switcher-list a.item:hover {
    color: var(--main-font-color);
}
@media screen and (max-width: 1099px) {
    .products-switcher.is-foreign.is-open .products-switcher-button {
        background-color: var(--background-color);
        border: 1px solid var(--primary-color);
        box-shadow: 0 0 0 3px rgba(115, 66, 255, 0.16);
    }
    .products-switcher.is-foreign.is-open .products-switcher-list {
        top: calc(100% + 8px);
        right: -1px;
        left: -1px;
        width: auto;
    }
    .products-switcher.is-foreign.is-open .products-switcher-list:before {
        right: -15px;
        left: -15px;
        width: auto;
    }
}
.products-switcher-v2 {
    position: relative;
    display: flex;
    align-items: center;
    padding: 7px 16px 8px;
    z-index: 1;
    background-color: transparent;
    border-right: none;
    margin: -7px 0 -8px -16px;
    --text-color: #252525;
    --text-grey-color: #88908b;
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2 {
        border-right: 1px solid var(--grey-medium);
    }
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-modal-btn {
        display: none;
    }
}
.products-switcher-v2-button {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    color: var(--main-font-color);
    transition: background-color 0.25s linear, border-color 0.25s linear, box-shadow 0.25s linear;
    background-color: transparent;
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-button {
        background-color: var(--grey-light);
        border: 1px solid transparent;
        padding: 8px 15px 8px 12px;
        border-radius: 8px;
    }
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-button:hover {
        background-color: var(--background-color);
        border: 1px solid var(--primary-color);
        box-shadow: 0 0 0 3px rgba(115, 66, 255, 0.16);
    }
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-button:hover .products-switcher-v2-list {
        display: block;
        position: absolute;
        top: calc(100% + 8px);
        right: -1px;
        left: -1px;
        width: auto;
        cursor: default;
        min-width: 614px;
        height: 328px;
        opacity: 1;
        visibility: visible;
        overflow: initial;
        z-index: 4;
    }
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-button:hover .products-switcher-v2-list:before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        height: 8px;
        top: -8px;
        width: auto;
    }
}
.products-switcher-v2-button > .products-switcher-v2-flag img {
    margin-right: 8px;
}
@media screen and (max-width: 1099px) {
    .products-switcher-v2-button > .products-switcher-v2-flag span {
        display: none;
    }
}
.products-switcher-v2-logo {
    position: relative;
    display: block;
    flex-shrink: 0;
    height: 20px;
    margin-right: 9px;
}
@media screen and (max-width: 330px) {
    .products-switcher-v2-logo {
        height: 16px;
        margin-right: 5px;
    }
}
.products-switcher-v2-logo img {
    height: 100%;
}
.products-switcher-v2-flag {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}
.products-switcher-v2-flag img {
    max-width: 24px;
    max-height: 16px;
    height: auto;
    display: block;
}
.products-switcher-v2-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
@media screen and (max-width: 1099px) {
    .products-switcher-v2-arrow {
        display: none;
    }
}
.products-switcher-v2-arrow svg {
    --size: 12px;
    width: var(--size);
    height: var(--size);
    transform: rotate(90deg);
    fill: var(--grey);
}
.products-switcher-v2-close {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-close {
        display: none;
    }
}
.products-switcher-v2-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    padding: 18px 24px 0;
    background-color: var(--background-color);
    overflow: hidden;
    transition: opacity 0.25s linear;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-list {
        padding: 18px 12px 24px;
        border: 1px solid #dde4eb;
        box-shadow: 0 4px 64px rgba(26, 42, 77, 0.16);
        border-radius: var(--border-radius);
    }
}
.products-switcher-v2-list .head {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.products-switcher-v2-list ul {
    padding-top: 12px;
    padding-bottom: 36px;
    flex-grow: 1;
}
@media screen and (max-width: 1099px) {
    .products-switcher-v2-list ul {
        max-height: 100%;
        overflow-y: auto;
    }
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-list ul {
        display: flex;
        flex-wrap: wrap;
        overflow: auto;
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
        max-height: calc(100% - 18px);
    }
}
.products-switcher-v2-list ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.products-switcher-v2-list ul::-webkit-scrollbar-track {
    border-radius: 2px;
}
.products-switcher-v2-list ul::-webkit-scrollbar-thumb {
    background: var(--border-color);
    border-radius: 2px;
}
.products-switcher-v2-list li {
    width: 100%;
    height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-list li {
        width: auto;
    }
}
.products-switcher-v2-list .item {
    display: block;
    width: 100%;
    border-radius: var(--border-radius);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--text-color);
    padding: 12px 12px 12px 0;
    transition: all 0.25s ease;
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-list .item {
        padding: 12px;
    }
}
.products-switcher-v2-list .item:hover {
    background-color: var(--thin-grey);
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-list .nothing {
        display: none;
    }
}
.products-switcher-v2-list .hide {
    display: none;
}
.products-switcher-v2-list .products-switcher-v2-logo {
    margin: 0;
}
.products-switcher-v2-list .description {
    display: block;
    color: var(--grey);
    font-size: 12px;
    line-height: 1.5;
    margin-top: 3px;
}
.products-switcher-v2-list .products-switcher-v2-flag img {
    max-width: 20px;
    max-height: 15px;
    border-radius: 2px;
}
.products-switcher-v2-list .products-switcher-v2-flag span {
    position: relative;
    margin-right: 8px;
}
.products-switcher-v2-list .products-switcher-v2-flag span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        240.64deg,
        hsla(0, 0%, 100%, 0.3),
        rgba(0, 0, 0, 0.17) 26.27%,
        hsla(0, 0%, 100%, 0.26) 37%,
        rgba(0, 0, 0, 0.25) 48.7%,
        rgba(0, 0, 0, 0.14) 59.44%,
        hsla(0, 0%, 100%, 0.3) 73.64%,
        rgba(39, 39, 39, 0.12) 90.15%,
        rgba(0, 0, 0, 0.1)
    );
    background-blend-mode: overlay;
    border-radius: 2px;
}
.products-switcher-v2-search {
    display: block;
    width: 100%;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2-search {
        display: none;
    }
}
.products-switcher-v2-search input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 3px;
    padding: 4px 16px 4px 40px;
    outline: none;
    box-shadow: none;
    border: 1px solid var(--light-border-color);
    transition: all 0.25s ease;
    font-size: 14px;
    line-height: 1.42;
    font-family: Rubik, sans-serif;
    -webkit-appearance: none;
    appearance: none;
    color: var(--text-color);
}
.products-switcher-v2-search input::-webkit-input-placeholder {
    opacity: 1;
    color: var(--text-grey-color);
}
.products-switcher-v2-search input:-moz-placeholder,
.products-switcher-v2-search input::-moz-placeholder {
    opacity: 1;
    color: var(--text-grey-color);
}
.products-switcher-v2-search input:-ms-input-placeholder {
    opacity: 1;
    color: var(--text-grey-color);
}
.products-switcher-v2-search input:focus {
    border: 1px solid var(--text-grey-color);
    box-shadow: 0 0 0 3px rgba(115, 66, 255, 0.16);
}
.products-switcher-v2-search div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    display: flex;
    z-index: 3;
    height: 44px;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.products-switcher-v2-search div svg {
    width: 18px;
    height: 18px;
    fill: var(--grey);
    transition: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.products-switcher-v2-search div.is-clear {
    --size: 15px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    left: auto;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}
.products-switcher-v2-search div.is-clear svg {
    --size: 12px;
    position: static;
    transform: none;
    width: var(--size);
    min-width: var(--size);
    max-width: var(--size);
    height: var(--size);
    fill: var(--text-color);
}
.products-switcher-v2-search.has-content .is-clear {
    display: flex;
}
.products-switcher-v2-search.has-content input {
    border: 1px solid var(--text-grey-color);
    color: var(--text-color);
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2.is-open .products-switcher-v2-button {
        background-color: var(--background-color);
        border: 1px solid var(--primary-color);
        box-shadow: 0 0 0 3px rgba(115, 66, 255, 0.16);
    }
}
.products-switcher-v2.is-open .products-switcher-v2-arrow svg {
    transform: translateY(-1px) rotate(-90deg);
}
.products-switcher-v2.is-open .products-switcher-v2-list {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 9999 !important;
    opacity: 1;
    visibility: visible;
    overflow: initial;
}
@media screen and (min-width: 1100px) {
    .products-switcher-v2.is-open .products-switcher-v2-list {
        display: block;
        position: absolute;
        top: calc(100% + 8px);
        right: -1px;
        left: -1px;
        width: auto;
        cursor: default;
        min-width: 614px;
        height: 328px;
        z-index: 4;
    }
}
.products-switcher-v2.is-open .products-switcher-v2-list:before {
    right: -15px;
    left: -15px;
    width: auto;
}
@media screen and (max-width: 1099px) {
    .products-switcher-v2.is-open .products-switcher-v2-list:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 130px;
        height: 25px;
        background-color: transparent;
        z-index: 4;
    }
}
.header {
    --item-height: 32px;
    --sub-level-width: 200px;
    --sub-level-width-with-bonus: 260px;
    background-color: var(--background-color);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    transition: top 0.25s ease;
}
.header .comm.js-comm .comm-item {
    margin-bottom: 0;
}
@media screen and (max-width: 1260px) {
    .header {
        background-color: transparent;
    }
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.header-container.is-start {
    justify-content: flex-start;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--grey-medium);
    padding: 5px 16px;
    background-color: #f9f8fd;
    min-height: 48px;
}
body.dark-theme .header-wrapper {
    background-color: var(--grey-medium);
    border-bottom: 1px #2a2b2e;
}
.header-wrapper.is-top {
    padding: 7px 16px 8px;
    justify-content: flex-start;
}
.header-wrapper.is-top,
body.dark-theme .header-wrapper.is-top {
    background-color: var(--background-color);
}
body.dark-theme .header-wrapper.is-top .header-flex:last-child {
    position: relative;
}
@media screen and (max-width: 1260px) {
    .is-fixed .header-wrapper.is-top:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 48px;
        background-color: var(--background-color);
        content: "";
        border-bottom: 1px solid var(--grey-medium);
    }
}
.header-flex {
    position: relative;
    display: flex;
    align-items: center;
    height: var(--item-height);
}
@media screen and (max-width: 1260px) {
    .header-flex {
        z-index: 2;
    }
}
@media screen and (max-width: 1260px) {
    .header-flex:first-child {
        z-index: 3;
    }
}
.header-flex-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 210px;
}
@media screen and (max-width: 1260px) {
    .header-flex-wrap {
        min-width: auto;
    }
}
.header-flex-wrap:nth-last-child(4) .header-search-adaptive:nth-last-child(2) {
    margin-right: 16px;
}
.header-logo {
    border-right: 1px solid var(--grey-medium);
    padding: 14px 16px;
    margin: -7px 16px -8px -16px;
}
@media screen and (max-width: 1260px) {
    .header-logo {
        position: relative;
        background-color: transparent;
        border-right: none;
        margin-right: 0;
        z-index: 1;
    }
}
.header-logo.is-foreign {
    display: flex;
    align-items: center;
    padding: 7px 16px 8px;
}
@media screen and (max-width: 1260px) {
    .header-logo.is-foreign .products-switcher-button {
        display: none;
    }
}
.header-menu {
    align-items: center;
    justify-content: flex-start;
}
@media screen and (min-width: 1261px) {
    .header-menu {
        display: flex !important;
    }
}
@media screen and (min-width: 1261px) {
    .header-menu .header-search {
        display: none !important;
    }
}
.header-menu .products-switcher {
    display: none;
}
@media screen and (max-width: 1260px) {
    .header-menu {
        display: none;
        position: fixed;
        padding-top: 16px;
        top: 48px;
        left: 0;
        width: 100vw;
        bottom: -80px;
        padding-bottom: 80px;
        background-color: var(--background-color);
        transform: translateX(100%);
        transition: transform 0.3s ease-out;
        overflow: auto;
    }
    .header-menu.is-active {
        transform: translateX(0);
    }
    .header-menu .header-search {
        --item-height: 40px;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
    }
    .header-menu .header-search,
    .header-menu .products-switcher {
        display: block;
        margin: 0 16px 16px;
    }
}
@media screen and (min-width: 1260px) and (max-width: 1320px) {
    .header-menu > div:first-child:nth-last-child(10),
    .header-menu > div:first-child:nth-last-child(10) ~ div {
        margin-right: 12px;
    }
}
@media screen and (min-width: 1390px) and (max-width: 1451px) {
    .header-menu > div:first-child:nth-last-child(10),
    .header-menu > div:first-child:nth-last-child(10) ~ div {
        margin-right: 12px;
    }
}
@media screen and (min-width: 1260px) and (max-width: 1320px) {
    .header-menu > div:first-child:nth-last-child(11),
    .header-menu > div:first-child:nth-last-child(11) ~ div {
        margin-right: 10px;
    }
}
@media screen and (min-width: 1390px) and (max-width: 1451px) {
    .header-menu > div:first-child:nth-last-child(11),
    .header-menu > div:first-child:nth-last-child(11) ~ div {
        margin-right: 10px;
    }
}
@media screen and (min-width: 1260px) and (max-width: 1320px) {
    .header-menu > div:first-child:nth-last-child(12),
    .header-menu > div:first-child:nth-last-child(12) ~ div {
        margin-right: 10px;
    }
}
@media screen and (min-width: 1390px) and (max-width: 1451px) {
    .header-menu > div:first-child:nth-last-child(12),
    .header-menu > div:first-child:nth-last-child(12) ~ div {
        margin-right: 10px;
    }
}
@media screen and (min-width: 1100px) {
    .header-menu > .item a {
        white-space: nowrap;
    }
}
.header-menu .item {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.14;
    color: var(--main-font-color);
    margin-right: 16px;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .header-menu .item.is-small {
        margin-right: 12px;
    }
}
.header-menu .item.is-small a {
    white-space: nowrap;
}
@media only screen and (min-width: 1100px) {
    .header-menu .item.hide-on-desktop {
        display: none;
    }
}
.header-menu .item > .arrow {
    display: none;
    cursor: pointer;
}
@media screen and (max-width: 1260px) {
    .header-menu .item > .arrow {
        --size: 12px;
        display: inline-flex;
        position: absolute;
        top: 6px;
        right: 20px;
        width: var(--size);
        height: var(--size);
        transition: transform 0.25s ease-in;
    }
    .header-menu .item > .arrow:before {
        position: absolute;
        width: 200%;
        height: 200%;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .header-menu .item > .arrow svg {
        transform: rotate(90deg);
    }
}
.header-menu .item.is-open > .arrow svg {
    fill: var(--main-font-color);
    transform: rotate(-90deg);
}
@media screen and (max-width: 1260px) {
    .header-menu .item {
        margin-right: 0;
        padding: 0 16px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.4;
        display: block;
    }
    .header-menu .item svg {
        fill: rgba(126, 143, 159, 0.8);
    }
    body.dark-theme .header-menu .item svg {
        fill: #666;
    }
    .header-menu .item:last-child {
        margin-bottom: 0;
    }
}
.header-menu .item .is-active,
.header-menu .item a,
.header-menu .item button {
    color: var(--main-font-color);
}
@media screen and (min-width: 1261px) {
    .header-menu .item .is-active:hover,
    .header-menu .item a:hover,
    .header-menu .item button:hover {
        color: var(--primary-color);
    }
    .header-menu .item .is-active:hover .more,
    .header-menu .item a:hover .more,
    .header-menu .item button:hover .more {
        fill: var(--primary-color);
    }
}
@media screen and (min-width: 1261px) {
    .header-menu .item:hover > .fake-a,
    .header-menu .item:hover > a {
        color: var(--primary-color);
    }
    .header-menu .item:hover > .fake-a .more,
    .header-menu .item:hover > a .more {
        fill: var(--primary-color);
    }
}
@media screen and (min-width: 1261px) {
    .header-menu .item:hover > .level-2 {
        opacity: 1;
        z-index: 12;
        height: auto;
        overflow: initial;
        transform: translateY(0);
        max-height: none;
        visibility: visible;
    }
}
.header-menu .item.is-more {
    padding: 5px 16px;
    margin-left: -16px;
}
@media screen and (max-width: 1260px) {
    .header-menu .item.is-more {
        margin: 0;
        padding: 0;
    }
    .header-menu .item.is-more > .fake-a,
    .header-menu .item.is-more > a {
        display: none;
    }
    .header-menu .item.is-more > .level-2 {
        display: block;
        border: none;
    }
    .header-menu .item.is-more > .level-2 > .item > .level-3 > .item > .fake-a,
    .header-menu .item.is-more > .level-2 > .item > .level-3 > .item > a {
        font-size: 16px;
    }
    .header-menu .item.is-more > .level-2 > .item > .arrow {
        right: 20px;
    }
    .header-menu .item.is-more > .level-2 > li {
        padding-left: 16px;
    }
    .header-menu .item.is-more > .level-2 > li > .fake-a,
    .header-menu .item.is-more > .level-2 > li > a {
        font-weight: 600;
        color: var(--main-font-color);
    }
}
.header-menu .item:last-child {
    margin-right: 0;
}
.header-menu .item a.is-long {
    white-space: nowrap;
}
.header-menu .level-2 {
    min-width: var(--sub-level-width);
    border-radius: var(--border-radius);
    border: 1px solid #dde4eb;
    box-shadow: 0 4px 64px rgba(26, 42, 77, 0.16);
    position: absolute;
    left: 0;
    top: calc(100% + 24px);
    background-color: var(--background-color);
    padding: 8px;
    opacity: 0;
    transition: opacity 0.45s ease, transform 0.25s ease, min-height 0.2s ease;
    z-index: -1;
    transform: translateY(-50px);
}
@media screen and (min-width: 1261px) {
    .header-menu .level-2.has-bonus {
        width: auto;
        padding: 16px;
    }
}
@media screen and (max-width: 1260px) {
    .header-menu .level-2.has-bonus {
        border-left: none;
        position: relative;
    }
    .header-menu .level-2.has-bonus:after {
        content: "";
        position: absolute;
        left: 0;
        top: 48px;
        bottom: 0;
        width: 1px;
        background-color: #dde4eb;
    }
}
body.dark-theme .header-menu .level-2 {
    border: 1px solid #1f2023;
    box-shadow: 0 4px 64px rgba(0, 0, 0, 0.32);
}
@media screen and (min-width: 1261px) {
    .header-menu .level-2 {
        display: block !important;
    }
}
@media screen and (max-width: 1260px) {
    .header-menu .level-2 .arrow {
        right: 4px;
    }
}
@media screen and (min-width: 1261px) {
    .header-menu .level-2 {
        height: 0;
        overflow: hidden;
        max-height: 0;
        visibility: hidden;
    }
}
@media screen and (max-width: 1260px) {
    .header-menu .level-2 {
        transform: none;
        display: none;
        position: static;
        opacity: 1;
        width: 100%;
        transition: none;
        z-index: 1;
        padding: 0;
        box-shadow: none;
        border-radius: 0 !important;
        border: none;
        border-left: 1px solid #dde4eb;
        margin-top: 12px;
    }
    body.dark-theme .header-menu .level-2 {
        background-color: var(--background-color);
        border: none;
        border-left: 1px solid #383a41;
        box-shadow: none;
    }
}
.header-menu .level-2.is-right-align {
    left: auto;
    right: 0;
}
.header-menu .level-2.is-right-align .level-3 {
    right: 100%;
    left: auto;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    box-shadow: -60px 4px 64px rgba(26, 42, 77, 0.08);
}
@media screen and (max-width: 1260px) {
    .header-menu .level-2.is-right-align .level-3 {
        box-shadow: none;
    }
}
.header-menu .level-2.is-right-align .level-3:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: auto;
    right: -20px;
    width: 20px;
}
.header-menu .level-2.is-right-align .i-hover.level-3 {
    border-radius: 0;
}
.header-menu .level-2.i-hover {
    border-radius: var(--border-radius) 0 0 var(--border-radius);
}
@media screen and (max-width: 1260px) {
    .header-menu .level-2.i-hover {
        border-radius: 0;
    }
}
.header-menu .level-2.i-hover.is-right-align {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
@media screen and (max-width: 1260px) {
    .header-menu .level-2.i-hover.is-right-align {
        border-radius: 0;
    }
}
.header-menu .level-2:before {
    position: absolute;
    content: "";
    top: -27px;
    left: 0;
    width: 100%;
    height: 27px;
}
@media screen and (max-width: 1260px) {
    .header-menu .level-2:before {
        display: none !important;
    }
}
.header-menu .level-2 .item {
    display: block;
    width: 100%;
    position: static;
}
@media screen and (max-width: 1260px) {
    .header-menu .level-2 .item {
        padding-left: 24px;
        position: relative;
        font-size: 16px;
    }
}
.header-menu .level-2 .item .fake-a,
.header-menu .level-2 .item a {
    padding: 8px;
    display: block;
    position: relative;
    color: var(--grey);
    width: 100%;
    border-radius: var(--border-radius);
    line-height: 1.2857;
}
@media screen and (max-width: 1260px) {
    .header-menu .level-2 .item .fake-a,
    .header-menu .level-2 .item a {
        padding: 0;
        font-weight: 400;
        line-height: 1.2;
    }
}
@media screen and (min-width: 1261px) and (min-width: 1261px) {
    .header-menu .level-2 .item:hover > .fake-a,
    .header-menu .level-2 .item:hover > a {
        color: var(--main-font-color);
        background-color: var(---thin-grey);
    }
}
@media screen and (min-width: 1261px) {
    .header-menu .level-2 .item:hover > .level-3 {
        opacity: 1;
        min-width: var(--sub-level-width);
        width: auto;
        height: auto;
        min-height: calc(100% + 2px);
        overflow: initial;
        transform: translateX(0);
        transition: opacity 0.25s linear, transform 0.45s ease;
    }
    .header-menu .level-2 .item:hover > .level-3.is-have-com {
        width: calc(var(--sub-level-width) * 2);
    }
}
@media screen and (max-width: 1260px) {
    .header-menu .level-2 .item:not(.js-have-sub-level) a:hover {
        color: var(--primary-color);
    }
}
.header-menu .level-3 {
    border: 1px solid #dde4eb;
    box-shadow: 60px 4px 64px rgba(26, 42, 77, 0.08);
    position: absolute;
    left: 100%;
    top: -1px;
    background-color: var(--background-color);
    padding: 8px;
    opacity: 0;
    transition: opacity 0s ease, transform 0.2s ease;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    z-index: -1;
    transform: translateX(-50px);
}
body.dark-theme .header-menu .level-3 {
    border: 1px solid #1f2023;
    box-shadow: 0 4px 64px rgba(0, 0, 0, 0.32);
}
@media screen and (min-width: 1261px) {
    .header-menu .level-3 {
        display: block !important;
        height: 0;
        width: 0;
        overflow: hidden;
    }
}
@media screen and (max-width: 1260px) {
    .header-menu .level-3 {
        transform: none;
        display: none;
        position: static;
        opacity: 1;
        width: 100%;
        transition: none;
        z-index: 1;
        padding: 0;
        box-shadow: none;
        border: none;
        border-left: 1px solid #dde4eb;
        margin-top: 12px;
        border-radius: 0 !important;
    }
    body.dark-theme .header-menu .level-3 {
        background-color: var(--background-color);
        border: none;
        border-left: 1px solid #383a41;
        box-shadow: none;
    }
}
.header-menu .level-3.i-hover,
.header-menu .level-3.i-hover.is-right-align {
    border-radius: 0;
}
.header-menu .level-3 .com,
.header-menu .level-3 a.com {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: 182px;
    background-color: var(--grey-light);
    border: 1px solid var(--grey-medium);
    border-radius: 12px;
}
.header-menu .level-3 .com img,
.header-menu .level-3 a.com img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
@media screen and (max-width: 1260px) {
    .header-menu .level-3 .com,
    .header-menu .level-3 a.com {
        display: none;
    }
}
.header-menu .level-3:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -20px;
    width: 20px;
}
@media screen and (max-width: 1260px) {
    .header-menu .level-3:before {
        display: none !important;
    }
}
.header-menu .level-3 .item {
    display: block;
    width: 100%;
    min-width: var(--sub-level-width);
}
@media screen and (max-width: 1260px) {
    .header-menu .level-3 .item {
        max-width: 100%;
    }
}
.header-menu .level-3 .item .fake-a,
.header-menu .level-3 .item a {
    padding: 8px;
    display: block;
    position: relative;
    color: var(--grey);
    width: 100%;
    border-radius: var(--border-radius);
    line-height: 1.2857;
}
@media screen and (max-width: 1260px) {
    .header-menu .level-3 .item .fake-a,
    .header-menu .level-3 .item a {
        padding: 0;
        line-height: 1.2;
        font-weight: 400;
    }
}
@media screen and (max-width: 1260px) {
    .header-menu .level-3 .item .arrow {
        top: 4px;
    }
}
@media screen and (max-width: 1260px) {
    .header-menu .level-3 .item:not(.js-have-sub-level) a:hover {
        color: var(--primary-color);
    }
}
@media screen and (min-width: 1261px) {
    .header-menu .level-3 .item:hover > .fake-a,
    .header-menu .level-3 .item:hover > a {
        color: var(--main-font-color);
        background-color: var(--grey-light);
    }
}
.header-menu .more {
    width: 15px;
    height: 4px;
    fill: var(--main-font-color);
    transform: translate(2px, -3px);
}
.header-menu .bonus-item {
    margin-bottom: 16px;
}
@media screen and (min-width: 1100px) {
    .header-menu .bonus-item {
        margin-bottom: 8px;
        padding: 0 8px;
    }
}
.header-menu .bonus-item-block {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #dde4eb;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    height: 32px;
}
.header-menu .bonus-item-logo {
    display: flex;
    flex-grow: 0.5;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-width: 50%;
}
.header-menu .bonus-item-logo img,
.header-menu .bonus-item-logo svg {
    max-width: 90px;
    height: auto;
}
.header-menu .bonus-item-text {
    display: flex;
    flex-grow: 0.5;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    color: var(--success-color) !important;
    background-color: rgba(32, 169, 74, 0.08);
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    white-space: nowrap;
}
.header-menu .bonus-item-text svg {
    margin-right: 8px;
    fill: currentColor;
    transition: none;
    min-width: 14px;
}
.header-menu .bonus-item-text:hover {
    color: #fff !important;
    background-color: var(--success-color);
}
.header-menu .item.is-active,
.header-menu a.item:hover,
.header-menu button.item:hover {
    color: var(--primary-color);
}
.header-menu .item.is-active .more,
.header-menu a.item:hover .more,
.header-menu button.item:hover .more {
    fill: var(--primary-color);
}
.header-button {
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    padding: 8px 16px;
    height: var(--item-height);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 165px;
    font-size: 14px;
    line-height: 1.14;
    font-weight: 600;
    background-color: rgba(115, 66, 255, 0.08);
    color: var(--primary-color);
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: var(--border-radius);
    margin-left: 8px;
    white-space: nowrap;
}
.header-button:hover {
    background-color: rgba(115, 66, 255, 0.16);
}
.header-button:active {
    background-color: rgba(115, 66, 255, 0.08);
    box-shadow: 0 0 0 2px rgba(115, 66, 255, 0.4);
}
.header-button.is-login {
    white-space: nowrap;
}
body.dark-theme .header-button {
    color: var(--main-font-color);
    background-color: rgba(115, 66, 255, 0.16);
}
body.dark-theme .header-button:hover {
    color: #fff;
    background-color: var(--primary-color);
}
@media screen and (max-width: 1260px) {
    .header-button {
        --item-height: 24px;
        font-size: 10px;
        padding: 2px 12px;
    }
    .header-button.is-login {
        display: none;
    }
}
.header-button:first-child {
    margin-left: 0;
}
.header-button.is-highlighted {
    color: #fff;
    background-color: #d42a28;
}
.header-button.is-highlighted:hover {
    background-color: rgba(212, 42, 40, 0.82);
}
.header-button.is-highlighted:active {
    background-color: #d42a28;
    box-shadow: 0 0 0 2px rgba(212, 42, 40, 0.4);
}
@media screen and (max-width: 1390px) {
    .header-button.is-highlighted {
        margin-left: 24px;
    }
}
@media screen and (max-width: 1099px) {
    .header-button.is-highlighted {
        margin-left: 0;
    }
}
.header-button.is-highlighted.cyber {
    background-color: #ff7d02;
}
.header-button.is-highlighted.mma {
    background-color: #ff6416;
}
.header-button.is-highlighted.ua {
    background-color: #d8298f;
}
.header-button.header-bk {
    --bgColor: $fonbet-primary;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    z-index: 2;
    color: #000 !important;
    white-space: nowrap;
}
.header-button.header-bk:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--bgColor);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.header-button.header-bk:hover:before {
    opacity: 0.82;
}
.header-adaptive-button {
    display: none;
}
@media screen and (max-width: 1260px) {
    .header-adaptive-button {
        --size: 20px;
        width: var(--size);
        height: var(--size);
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        box-shadow: none;
        outline: none;
        cursor: pointer;
        background-color: transparent;
        margin-left: 16px;
        position: relative;
        z-index: 1;
    }
    .header-adaptive-button:after {
        content: "";
        position: absolute;
        width: calc(var(--size) + 16px);
        height: 40px;
        margin: auto;
        z-index: 2;
    }
    .header-adaptive-button svg {
        width: 100%;
        height: 100%;
        fill: var(--main-font-color);
    }
    .header-adaptive-button svg.menu-icon {
        display: inline-flex;
    }
    .header-adaptive-button svg.close-icon {
        display: none;
        --size: 14px;
        width: var(--size);
        height: var(--size);
        fill: #7e8f9f;
    }
    body.dark-theme .header-adaptive-button svg.close-icon {
        fill: #666;
    }
    .header-adaptive-button.is-clicked svg.menu-icon {
        display: none;
    }
    .header-adaptive-button.is-clicked svg.close-icon {
        display: inline-flex;
    }
}
.header-search {
    display: block;
    width: 200px;
    position: relative;
}
@media screen and (min-width: 1391px) {
    .header-search {
        display: block !important;
    }
}
@media screen and (max-width: 1390px) {
    .header-search {
        display: none;
        position: absolute;
        top: calc(50% - 16px);
        right: 0;
        left: 0;
        width: auto;
        z-index: 3;
    }
    .header-search input {
        box-shadow: 0 4px 64px rgba(26, 42, 77, 0.16);
    }
}
.header-search-adaptive {
    display: none;
}
@media screen and (max-width: 1390px) {
    .header-search-adaptive {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border: none;
        background-color: transparent;
        outline: none;
        box-shadow: none;
    }
    .header-search-adaptive svg {
        width: 19px;
        height: 19px;
        fill: var(--main-font-color);
        transition: all 0.25s ease;
    }
    .header-search-adaptive:hover svg {
        fill: var(--primary-color);
    }
}
@media screen and (max-width: 1260px) {
    .header-search-adaptive {
        display: none;
    }
}
.header-search input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: var(--item-height);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: var(--border-radius);
    padding: 4px 16px 4px 40px;
    outline: none;
    box-shadow: none;
    border: 1px solid var(--grey-light);
    background-color: var(--grey-light);
    transition: all 0.25s ease;
    font-size: 14px;
    line-height: 1.42;
    font-family: Rubik, sans-serif;
    -webkit-appearance: none;
    appearance: none;
    color: var(--main-font-color);
}
.header-search input::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(126, 143, 159, 0.8);
}
body.dark-theme .header-search input::-webkit-input-placeholder {
    color: #666;
}
.header-search input:-moz-placeholder {
    opacity: 1;
    color: rgba(126, 143, 159, 0.8);
}
body.dark-theme .header-search input:-moz-placeholder {
    color: #666;
}
.header-search input::-moz-placeholder {
    opacity: 1;
    color: rgba(126, 143, 159, 0.8);
}
body.dark-theme .header-search input::-moz-placeholder {
    color: #666;
}
.header-search input:-ms-input-placeholder {
    opacity: 1;
    color: rgba(126, 143, 159, 0.8);
}
body.dark-theme .header-search input:-ms-input-placeholder {
    color: #666;
}
.header-search input:focus {
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 0 3px rgba(115, 66, 255, 0.16);
    background-color: var(--background-color);
}
.header-search input:focus::-webkit-input-placeholder {
    color: var(--main-font-color);
}
.header-search input:focus:-moz-placeholder,
.header-search input:focus::-moz-placeholder {
    color: var(--main-font-color);
}
.header-search input:focus:-ms-input-placeholder {
    color: var(--main-font-color);
}
.header-search input:valid + button svg {
    fill: var(--primary-color);
}
.header-search button {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    display: flex;
    z-index: 3;
    height: var(--item-height);
    align-items: center;
    justify-content: flex-start;
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.header-search button svg {
    width: 18px;
    height: 18px;
    fill: var(--grey);
    transition: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-search button.is-clear {
    --size: 15px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    left: auto;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--grey);
    display: none;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}
.header-search button.is-clear svg {
    --size: 7px;
    position: static;
    transform: none;
    width: var(--size);
    min-width: var(--size);
    max-width: var(--size);
    height: var(--size);
    fill: #fff;
}
.header-search:hover input {
    border: 1px solid var(--grey-medium);
}
.header-search:hover input:focus {
    border: 1px solid var(--primary-color);
    box-shadow: 0 0 0 3px rgba(115, 66, 255, 0.16);
}
.header-search:hover input:focus::-webkit-input-placeholder {
    color: var(--main-font-color);
}
.header-search:hover input:focus:-moz-placeholder,
.header-search:hover input:focus::-moz-placeholder {
    color: var(--main-font-color);
}
.header-search:hover input:focus:-ms-input-placeholder {
    color: var(--main-font-color);
}
.header-search.has-content button.is-clear {
    display: flex;
}
.header-search.has-content input {
    border: 1px solid var(--grey-medium);
    color: var(--main-font-color);
}
.header-search.has-error input {
    border: 1px solid #ff4c87;
    box-shadow: 0 0 0 3px rgba(255, 76, 135, 0.16);
}
.header-sub-nav {
    justify-content: flex-start;
    overflow: auto;
    transition: opacity 0.2s ease-in-out, transform 0.15s ease-in-out;
    z-index: 1;
}
@media screen and (max-width: 1099px) {
    .header-sub-nav.is-hidden-by-scroll {
        opacity: 0;
        transform: translateY(-25px);
    }
}
.header-sub-nav .scroll-arrow {
    --size: 60px;
    position: absolute;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none;
    background: linear-gradient(90deg, #f9f8fd 0, #f9f8fd 41%, rgba(249, 248, 253, 0.4) 57%, rgba(249, 248, 253, 0));
    width: var(--size);
    min-width: var(--size);
    max-width: var(--size);
    margin-left: -16px;
    margin-top: 0;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1;
}
@media screen and (max-width: 1099px) {
    .header-sub-nav .scroll-arrow {
        display: none !important;
    }
}
.header-sub-nav .scroll-arrow.is-active {
    opacity: 1;
    visibility: visible;
}
.header-sub-nav .scroll-arrow:hover {
    border-color: var(--primary-color);
}
.header-sub-nav .scroll-arrow:hover svg {
    fill: var(--primary-color);
}
.header-sub-nav .scroll-arrow svg {
    --size: 10px;
    width: var(--size);
    min-width: var(--size);
    max-width: var(--size);
    height: var(--size);
    position: relative;
    z-index: 1;
    transform: rotate(-180deg);
    margin-left: 16px;
}
.header-sub-nav .scroll-arrow:before {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    background-color: var(--background-color);
    border: 1px solid var(--grey-medium);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
}
.header-sub-nav .scroll-arrow.is-right {
    right: 0;
    margin-left: auto;
    justify-content: flex-end;
    background: linear-gradient(270deg, #f9f8fd 0, #f9f8fd 41%, rgba(249, 248, 253, 0.4) 57%, rgba(249, 248, 253, 0));
}
.header-sub-nav .scroll-arrow.is-right:before {
    left: auto;
    right: 10px;
}
.header-sub-nav .scroll-arrow.is-right svg {
    transform: none;
    margin-left: 0;
    margin-right: 16px;
}
.header-sub-nav::-webkit-scrollbar {
    display: none;
}
.header-sub-nav .header-container:after {
    width: 16px;
    min-width: 16px;
    height: 1px;
    content: "";
    display: inline-flex;
}
@media screen and (max-width: 1260px) {
    .header-sub-nav .header-container {
        width: calc(100% + 32px);
        min-width: calc(100% + 32px);
        margin-left: -16px;
        padding-left: 16px;
    }
    .header-sub-nav:after {
        width: 16px;
        min-width: 16px;
        height: 1px;
        content: "";
        display: inline-flex;
    }
}
.header-sub-nav .item {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
    height: 20px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: var(--grey);
    white-space: nowrap;
}
body.dark-theme .header-sub-nav .item {
    color: #666;
}
.header-sub-nav .item .svg-icon {
    --size: 20px;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    max-width: var(--size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    fill: var(--grey);
    filter: grayscale(1);
    transition: 0.3s ease;
    margin-right: 4px;
}
body.dark-theme .header-sub-nav .item .svg-icon {
    color: #666;
}
.header-sub-nav .item.is-highlighted {
    height: 36px;
    border-radius: var(--border-radius);
    padding: 8px 12px;
    background-color: var(--background-color);
    border: 1px solid var(--grey-medium);
    font-weight: 600;
}
body.dark-theme .header-sub-nav .item.is-highlighted {
    color: #666;
    border-color: #666;
    background-color: transparent;
}
.header-sub-nav .item.is-highlighted strong {
    font-weight: 600;
}
.header-sub-nav .item.is-highlighted .svg-icon {
    filter: grayscale(0);
    fill: var(--orange);
}
.header-sub-nav .item:last-child {
    margin-right: 0;
}
.header-sub-nav .item:hover .svg-icon {
    filter: grayscale(0);
}
.header-sub-nav .item.is-active,
.header-sub-nav a.item:hover,
.header-sub-nav button.item:hover {
    color: var(--primary-color);
}
.header-sub-nav .item.is-active .svg-icon,
.header-sub-nav a.item:hover .svg-icon,
.header-sub-nav button.item:hover .svg-icon {
    fill: var(--primary-color);
}
@media screen and (min-width: 1261px) {
    .header .hide-on-desktop {
        display: none !important;
    }
}
@media screen and (max-width: 1260px) {
    .header .hide-on-desktop {
        display: block;
    }
}
@media screen and (max-width: 1260px) {
    .header .is-more .level-2 > .item > .fake-a,
    .header .is-more .level-2 > .item > a {
        font-size: 16px;
    }
}
.head-profile {
    margin-left: 8px;
    position: relative;
    width: 24px;
    height: 24px;
    background-image: url(main/img/icons/user.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1111;
}
@media screen and (min-width: 1190px) {
    .head-profile {
        width: 30px;
        height: 30px;
    }
}
body.dark-theme .head-profile {
    background-image: url(main/img/icons/user_o.svg);
}
.head-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.head-profile-link {
    display: block;
    color: var(--main-font-color);
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin: 10px 0;
}
@media screen and (min-width: 1100px) {
    .head-profile-link {
        line-height: 34px;
        text-transform: none;
        margin: 0;
    }
    .head-profile-link:hover {
        color: var(--primary-color);
    }
}
.head-profile-link:active {
    color: var(--primary-color);
}
.modal[id*="profile"] {
    top: 0;
}
@media screen and (min-width: 1100px) {
    .modal[id*="profile"] {
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
    }
    .modal[id*="profile"] .modal-overlay {
        background: none;
    }
    .modal[id*="profile"] .modal-overlay:after,
    .modal[id*="profile"] .modal-overlay:before {
        display: none;
    }
}
.modal[id*="profile"] .modal-wrap {
    align-self: flex-start;
    text-align: left;
    padding: 4px 20px;
    margin-top: 46px;
}
@media screen and (min-width: 1100px) {
    .modal[id*="profile"] .modal-wrap {
        min-width: 200px;
        padding: 20px 40px 20px 30px;
        margin-top: 70px;
    }
}
.modal[id*="profile"] .modal-close {
    top: -32px;
    right: 3px;
    width: 18px;
    height: 18px;
}
@media screen and (min-width: 1100px) {
    .modal[id*="profile"] .modal-close {
        display: none;
    }
}
.catfish {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.catfish.comm-item {
    overflow: initial;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1100px) {
    .catfish {
        height: auto;
    }
}
.catfish-close {
    position: absolute;
    top: 0;
    right: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    padding-bottom: 8px;
    padding-left: 14px;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    color: #fff;
}
.catfish-close svg {
    color: #fff;
}
@media only screen and (min-width: 1100px) {
    .catfish-close {
        right: 5px;
    }
    .catfish-close:hover svg {
        color: #000;
    }
    body.gray-theme .catfish-close:hover {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }
}
.catfish a:not(:first-child) {
    display: flex;
    justify-content: center;
    background: var(--main-background-color);
}
@media only screen and (min-width: 1100px) {
    .catfish a:not(:first-child) {
        height: 100%;
    }
}
.catfish picture {
    width: max-content;
}
@media screen and (max-width: 660px) {
    .catfish picture {
        width: 100%;
    }
}
.catfish picture img {
    margin: 0;
    max-height: 60px;
}
@media screen and (max-width: 1099px) {
    body.gray-theme .catfish picture img {
        height: 40px;
    }
}
@media only screen and (min-width: 661px) and (max-width: 1099px) {
    .catfish picture img {
        width: 190%;
        margin: 0 0 0 -45%;
    }
}
@media screen and (max-width: 660px) {
    .catfish picture img {
        width: 100%;
    }
}
.catfish .token {
    top: 9px;
    bottom: auto;
    right: 38px;
}
.catfish .tokenBody {
    transform: translate(calc(-100% + 14px), -4px);
}
.catfish .tokenBodyInner {
    padding: 4px 12px;
}
.feed-box {
    --feed-bar-bg-color: #fff;
    position: relative;
    background-color: var(--feed-bar-bg-color);
    margin: 0 0 10px;
}
body.dark-theme .feed-box {
    --feed-bar-bg-color: #1f2023;
}
body.gray-theme .feed-box {
    --feed-bar-bg-color: var(--main-background-color);
}
.feed-box-link {
    display: flex;
    flex-flow: column wrap;
    height: 100%;
    transition: all 0.3s ease-in-out;
    padding: 15px;
}
.feed-box-link:hover {
    background-color: var(--secondary);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
}
body.gray-theme .feed-box-link:hover {
    box-shadow: none;
}
.feed-box-link:hover:after {
    opacity: 0;
}
.feed-box-link:hover .feed-box-video:before {
    background-color: rgba(0, 0, 0, 0.5);
}
.feed-box-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
@media screen and (min-width: 1100px) {
    .feed-box-tools {
        margin-bottom: 10px;
    }
}
.feed-box-tag {
    min-height: 20px;
}
.feed-box-tag,
.feed-box-tag li {
    display: flex;
    align-items: center;
}
.feed-box-tag li {
    position: relative;
    color: var(--gray-color);
    font-size: 13px;
    font-weight: 700;
}
body.gray-theme .feed-box-tag li {
    color: var(--low-accent-color);
}
@media screen and (min-width: 1100px) {
    .feed-box-tag li {
        font-size: 12px;
    }
}
.feed-box-tag li:not(:last-child) {
    margin: 0 25px 0 0;
}
@media screen and (min-width: 1100px) {
    .feed-box-tag li:not(:last-child) {
        margin-right: 20px;
    }
}
.feed-box-tag li:not(:last-child):after {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    right: -14px;
    width: 3px;
    height: 3px;
    background-color: var(--gray-color);
    border-radius: 50%;
}
body.gray-theme .feed-box-tag li:not(:last-child):after {
    background-color: var(--low-accent-color);
}
@media only screen and (min-width: 1100px) {
    .feed-box-tag.feed-box-long {
        display: block;
    }
    .feed-box-tag.feed-box-long li:not(:last-child):after {
        opacity: 0;
    }
    .feed-box-tag.feed-box-long li:not(:last-child) {
        line-height: 1.5;
    }
}
.feed-box-label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    background-color: var(--gray-bg-color);
    border-radius: 4px;
    padding: 0 10px;
    z-index: 3;
}
.feed-box-info {
    flex-grow: 2;
    line-height: 1.25;
    max-width: 100%;
}
.feed-box-img {
    position: relative;
    height: 160px;
    margin: 0 -15px 15px;
}
.feed-box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.feed-box-img .feed-box-label {
    position: absolute;
    top: 15px;
    right: 15px;
}
.feed-box-video {
    display: block;
    position: relative;
    height: 205px;
    border-radius: 8px;
    margin: 0 0 15px;
}
.feed-box-video:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}
.feed-box-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.feed-box-video .feed-box-video-icon {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    z-index: 1;
}
.feed-box-video .feed-box-video-icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.feed-box-video .feed-box-label {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 2;
}
.feed-box-video .feed-box-label.feed-danger-bg {
    top: 12px;
    bottom: auto;
    font-weight: 700;
}
.feed-box-title {
    color: var(--main-font-color);
    font-weight: 700;
}
@media screen and (min-width: 1100px) {
    .feed-box-title {
        font-size: 15px;
    }
}
.feed-box-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.feed-box-subtitle {
    position: relative;
    color: var(--light-gray-color);
    overflow: hidden;
    margin: 15px 0 0;
}
body.dark-theme .feed-box-subtitle {
    color: var(--gray-color);
}
body.gray-theme .feed-box-subtitle {
    color: var(--low-accent-color);
}
.feed-box-subtitle:after {
    content: "";
    position: absolute;
    right: -15px;
    bottom: 0;
    left: -15px;
    height: 30px;
    background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.feed-box-subtitle.is-max:after {
    opacity: 1;
    visibility: visible;
}
.feed-box-other {
    position: relative;
    height: 125px;
    margin: 0 -15px 10px;
}
.feed-box-other .feed-forecast-detail {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 15px;
    right: 15px;
    left: 15px;
    z-index: 1;
}
.feed-box-other .feed-forecast-odds {
    margin: 0;
}
.feed-box-other .feed-forecast-time {
    min-height: 24px;
    color: var(--gray-color);
    background-color: var(--gray-bg-color);
    border-radius: 4px;
    margin: 0;
}
body.dark-theme .feed-box-other .feed-forecast-time {
    color: #000;
}
body.gray-theme .feed-box-other .feed-forecast-time {
    color: var(--low-accent-color);
}
.feed-box-detail {
    display: flex;
    align-items: center;
    color: var(--gray-color);
    font-size: 14px;
    margin: 15px 0 0;
}
body.gray-theme .feed-box-detail {
    color: var(--low-accent-color);
}
.feed-box-review {
    display: flex;
    align-items: center;
    z-index: 4;
    color: var(--gray-color);
}
.feed-box-review svg {
    width: 15px;
    height: 15px;
    fill: var(--gray-color);
    margin: 0 7.5px 0 0;
}
body.gray-theme .feed-box-review svg {
    fill: var(--low-accent-color);
}
.feed-box-review:hover {
    color: var(--primary-color);
}
.feed-box-review:hover svg {
    fill: var(--primary-color);
}
.feed-box-time {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}
.feed-box-clock {
    margin: 0 0 0 10px;
}
.feed-box-logo {
    display: flex;
    align-items: center;
    width: 107px;
    margin: 5px 0 20px;
}
.feed-box-logo img {
    max-width: 100%;
    max-height: 100%;
}
.feed-box-limit {
    color: var(--gray-color);
    font-weight: 700;
    margin: 15px 0 10px;
}
body.gray-theme .feed-box-limit {
    color: var(--low-accent-color);
}
.feed-box-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    font-weight: 700;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    margin-top: 10px;
}
@media (hover) {
    .feed-box-btn:hover {
        background-color: var(--success-color);
    }
}
.feed-forecast {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 15px;
}
.feed-forecast-img {
    width: 100%;
    height: 100%;
}
.feed-forecast-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.feed-forecast-img img.lazy {
    -o-object-fit: contain;
    object-fit: contain;
}
.feed-forecast-team {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
}
.feed-forecast-team img {
    width: 100%;
    height: 100%;
}
.feed-forecast-odds {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90px;
    height: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    margin: 0 auto;
    padding: 0 5px;
}
body.dark-theme .feed-forecast-odds {
    color: #000;
    background-color: var(--gray-bg-color);
}
.feed-forecast-time {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-color);
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 0;
}
body.gray-theme .feed-forecast-time {
    color: var(--low-accent-color);
}
.feed-forecast-clock,
.feed-forecast-date {
    margin: 0 5px;
}
.feed-comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--gray-color);
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 10px;
}
body.gray-theme .feed-comment-head {
    color: var(--low-accent-color);
}
.feed-comment-time {
    display: flex;
    align-items: center;
}
.feed-comment-clock {
    margin: 0 0 0 10px;
}
.feed-comment-title {
    font-size: 14px;
    font-weight: 700;
}
.feed-comment-author {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}
.feed-comment-photo {
    width: 24px;
    height: 24px;
    background-image: url(main/img/icons/user.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    overflow: hidden;
}
body.dark-theme .feed-comment-photo {
    background-image: url(main/img/icons/user_o.svg);
}
.feed-comment-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.feed-comment-name {
    color: var(--main-font-color);
    font-size: 12px;
    margin: 0 0 0 10px;
}
.feed-comment-prof {
    color: var(--gray-color);
    font-weight: 400;
}
body.gray-theme .feed-comment-prof {
    color: var(--low-accent-color);
}
.feed-comment-event,
.feed-comment-forecast,
.feed-comment-user {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px;
}
.feed-comment-forecast .feed-forecast-time {
    font-size: 11px;
}
.feed-comment-user {
    display: flex;
    align-items: center;
}
.feed-comment-user .feed-comment-photo {
    width: 30px;
    height: 30px;
}
.feed-comment-user .feed-comment-name {
    font-weight: 700;
}
.feed-primary:hover {
    box-shadow: 0 0 20px -5px #370a78;
}
body.dark-theme .feed-primary:hover {
    box-shadow: 0 0 20px -5px var(--primary-color);
}
.feed-primary-bg {
    color: #fff;
    background-color: var(--primary-color);
    padding: 0 5px;
}
.feed-success:hover {
    box-shadow: 0 0 20px -5px #066523;
}
body.dark-theme .feed-success:hover {
    box-shadow: 0 0 20px -5px var(--success-color);
}
.feed-success-bg {
    color: #fff;
    background-color: var(--success-color);
    padding: 0 5px;
}
.feed-danger-bg {
    color: #fff;
    background-color: var(--danger-color);
    padding: 0 5px;
}
.feed-photo-bg,
.feed-video-bg {
    color: #fff;
    background-color: var(--primary-color);
    padding: 0 5px;
}
@media screen and (min-width: 1100px) {
    .feed .feed-box-other {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        min-width: 260px;
    }
}
@media only screen and (max-width: 374px) {
    .feed-box-tools {
        margin: 0 0 10px;
    }
    .feed-box-tag li {
        font-size: 12px;
    }
    .feed-box-info {
        font-size: 14px;
        line-height: 1.29;
    }
    .feed-box-subtitle {
        margin: 10px 0 0;
    }
    .feed-box-detail {
        font-size: 12px;
    }
    .feed-box-date {
        font-size: 12px;
        font-weight: 400;
    }
    .feed-box-logo {
        width: 91px;
        margin: 5px 0 15px;
    }
    .feed-box-btn {
        height: 30px;
        font-size: 12px;
    }
    .feed-forecast {
        margin: 0 0 10px;
    }
    .feed-forecast-team {
        width: 40px;
        height: 40px;
    }
    .feed-forecast-odds {
        width: 50px;
        height: 18px;
        font-size: 11px;
    }
    .feed-forecast-time {
        font-size: 10px;
        margin: 5px 0 0;
    }
}
.feed-anchor {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    height: 40px;
    color: #000;
    background-color: rgba(var(--darken-background-color), 0.9);
    border: 1px solid hsla(0, 0%, 59.2%, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    z-index: 999;
}
.feed-anchor:hover {
    color: #20a94a;
    background-color: #f0f0f0;
}
.feed-anchor.is-bg {
    background-color: var(--darken-background-color);
}
.feed-anchor.is-bg:hover {
    background-color: #f0f0f0;
}
.feed-anchor.is-active {
    opacity: 1;
    transform: translateY(0);
}
.feed-anchor-top {
    top: 0;
    transform: translateY(-100%);
}
.feed-anchor-top:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 15px;
    width: 8px;
    height: 8px;
    background-color: #d0021b;
    border-radius: 50%;
}
.feed-anchor-top .feed-anchor-icon {
    margin: 0 7px 2px 0;
}
.feed-anchor-top .feed-anchor-icon svg {
    transform: rotate(-90deg);
}
.feed-anchor-back {
    bottom: 48px;
    transform: translateY(100%);
}
.feed-anchor-back .feed-anchor-icon svg {
    transform: rotate(90deg);
}
.feed-anchor-back .feed-anchor-text {
    font-size: 14px;
}
.feed-anchor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin: 0 7px 0 0;
}
.feed-anchor-icon svg {
    width: 9px;
    height: 9px;
}
.feed-anchor-text span {
    color: #20a94a;
    font-weight: 700;
}
.feed-bar {
    --feed-bar-bg-color: #fff;
    position: fixed;
    display: none;
    top: 48px;
    right: 0;
    width: 260px;
    z-index: 3;
    height: calc(100vh - 48px);
    background-color: var(--feed-bar-bg-color);
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
}
.feed-bar .mfo-com {
    width: 100%;
    height: 180px;
    display: flex;
}
.feed-bar .mfo-com .feed-box-other {
    margin-bottom: 0;
    height: auto;
}
.feed-bar .mfo-com .feed-box-link {
    padding: 0;
}
.feed-bar .mfo-com .feed-box-link:after {
    display: none;
}
.feed-bar .mfo-com img {
    height: 180px;
    width: calc(100% + 1px);
    margin-left: -1px;
}
.feed-bar .mfo-com img.mobile-view {
    display: none;
}
.feed-bar .mfo-com img.mobile-hidden {
    display: block;
}
@media (max-width: 1099px) {
    .feed-bar .mfo-com {
        height: 180px;
    }
    .feed-bar .mfo-com img {
        height: 180px;
        width: 100%;
    }
    .feed-bar .mfo-com img.mobile-view {
        display: block;
    }
    .feed-bar .mfo-com img.mobile-hidden {
        display: none;
    }
}
body.dark-theme .feed-bar {
    --feed-bar-bg-color: #1f2023;
}
body.gray-theme .feed-bar {
    --feed-bar-bg-color: var(--main-background-color);
    box-shadow: none;
    border-left: 1px solid var(--border-color);
    width: 262px;
    top: 60px;
}
.feed-bar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
    z-index: 9;
}
body.dark-theme .feed-bar:after {
    background-color: rgba(31, 32, 35, 0.5);
}
body.gray-theme .feed-bar:after {
    background-color: rgba(245, 248, 254, 0.5);
}
.feed-bar.is-active:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.has-header-sub-menu .feed-bar,
.has-header-sub-menu .feed-bar.is-fix {
    top: 95px;
    height: calc(100vh - 95px);
}
.feed-bar-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    padding: 10px 15px;
    z-index: 1;
}
.feed-bar-head.is-active {
    opacity: 0;
}
.feed-bar-title {
    font-size: 18px;
    font-weight: 700;
}
.feed-bar-icon,
.feed-bar-title {
    display: flex;
    align-items: center;
}
.feed-bar-icon {
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
.feed-bar-icon svg {
    width: 15px;
    height: 15px;
    fill: var(--primary-color);
}
body.dark-theme .feed-bar-icon svg {
    fill: var(--danger-color);
}
.feed-bar-setting {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 30px;
    font-size: 12px;
    color: var(--main-font-color);
    background-color: var(--secondary);
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}
body.gray-theme .feed-bar-setting {
    box-shadow: none;
    border: 1px solid var(--low-accent-color);
}
.feed-bar-setting:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
body.gray-theme .feed-bar-setting:hover {
    box-shadow: none;
    border: 1px solid var(--primary-color);
}
.feed-bar-setting.is-active svg {
    transform: rotate(-180deg);
    transition-delay: 0s;
}
.feed-bar-setting svg {
    width: 12.8px;
    height: 12.8px;
    fill: var(--main-font-color);
    transition-delay: 0.1s;
    margin: 0 6px 0 0;
}
.feed-bar-list {
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100%;
    padding-top: 50px;
    margin-top: -50px;
}
.feed-bar-list::-webkit-scrollbar {
    display: none;
}
.feed-bar .feed-box {
    position: static;
    margin: 0;
}
.feed-bar .feed-box:hover + .feed-box .feed-box-link:after {
    opacity: 0;
}
.feed-bar .feed-box-link {
    position: relative;
    border-radius: 10px;
}
body.gray-theme .feed-bar .feed-box-link {
    border-radius: 0;
}
.feed-bar .feed-box-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    height: 1px;
    background-color: var(--border-color);
    transition: all 0.3s ease-in-out;
}
.feed-bar .feed-box-link:hover:after {
    opacity: 0;
}
.feed-bar .feed-box-tools {
    margin: 0 0 15px;
}
body.gray-theme .feed-bar .feed-box-tools {
    margin: 0 0 8px;
}
.feed-bar .feed-box-tag li {
    font-size: 12px;
}
.feed-bar .feed-box-tag li:not(:last-child) {
    margin: 0 18px 0 0;
}
.feed-bar .feed-box-tag li:not(:last-child):after {
    right: -10.5px;
}
.feed-bar .feed-box-info {
    font-size: 14px;
    line-height: 1.5;
}
body.gray-theme .feed-bar .feed-box-info {
    font-size: 12px;
    line-height: 1.33;
}
.feed-bar .feed-box-img {
    height: 130px;
}
.feed-bar .feed-box-video {
    height: 137px;
}
.feed-bar .feed-box-subtitle {
    max-height: 46px;
    margin: 10px 0 0;
}
.feed-bar .feed-box-other {
    height: 100px;
}
.feed-bar .feed-box-detail {
    font-size: 12px;
    margin: 10px 0 0;
}
body.gray-theme .feed-bar .feed-box-detail {
    margin-top: 15px;
}
.feed-bar .feed-box-logo {
    width: 91px;
    margin: 0 0 15px;
}
.feed-bar .feed-box-limit {
    font-size: 12px;
    font-weight: 400;
    margin: 10px 0;
}
.feed-bar .feed-box-btn {
    height: 30px;
    font-size: 12px;
}
.feed-bar .feed-forecast {
    margin: 0 0 10px;
}
.feed-bar .feed-forecast-team {
    width: 40px;
    height: 40px;
}
.feed-bar .feed-forecast-odds {
    height: 20px;
    font-size: 14px;
}
.feed-bar .feed-forecast-time {
    font-size: 13px;
    margin: 5px 0 0;
}
.feed-setting {
    position: absolute;
    top: 10px;
    right: 15px;
    left: 15px;
    background-color: var(--secondary);
    box-shadow: 0 0 10px -5px #000;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.3s ease-in-out;
    padding: 15px;
    z-index: 10;
}
.feed-setting.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.feed-setting.is-open .feed-setting-close {
    transform: rotate(-1turn);
    transition-delay: 0.1s;
}
.feed-setting-title {
    --feed-setting-title-color: var(--gray-color);
    color: var(--feed-setting-title-color);
    font-size: 12px;
    text-align: center;
    margin: 0 0 20px;
}
body.gray-theme .feed-setting-title {
    --feed-setting-title-color: var(--low-accent-color);
}
.feed-setting-checkbox {
    display: block;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    margin: 0 0 10px;
}
.feed-setting-checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.feed-setting-checkbox input:checked + span {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
body.dark-theme .feed-setting-checkbox input:checked + span {
    color: var(--success-color);
    border: 1px solid var(--success-color);
}
.feed-setting-checkbox input:checked + span:after,
.feed-setting-checkbox input:checked + span:before {
    background-color: var(--primary-color);
}
body.dark-theme .feed-setting-checkbox input:checked + span:after,
body.dark-theme .feed-setting-checkbox input:checked + span:before {
    background-color: var(--success-color);
}
body.gray-theme .feed-setting-checkbox input:checked + span:after,
body.gray-theme .feed-setting-checkbox input:checked + span:before {
    background-color: var(--primary-color);
}
.feed-setting-checkbox input:checked + span:after {
    top: 50%;
    height: 0;
    opacity: 0;
}
.feed-setting-checkbox span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.feed-setting-checkbox span:hover {
    color: var(--primary-color);
}
body.dark-theme .feed-setting-checkbox span:hover {
    color: var(--success-color);
}
.feed-setting-checkbox span:hover:after,
.feed-setting-checkbox span:hover:before {
    background-color: var(--primary-color);
}
body.dark-theme .feed-setting-checkbox span:hover:after,
body.dark-theme .feed-setting-checkbox span:hover:before {
    background-color: var(--success-color);
}
body.gray-theme .feed-setting-checkbox span:hover:after,
body.gray-theme .feed-setting-checkbox span:hover:before {
    background-color: var(--primary-color);
}
.feed-setting-checkbox span:after,
.feed-setting-checkbox span:before {
    content: "";
    position: absolute;
    background-color: var(--gray-color);
    transition: all 0.3s ease-in-out;
}
body.gray-theme .feed-setting-checkbox span:after,
body.gray-theme .feed-setting-checkbox span:before {
    background-color: var(--low-accent-color);
}
.feed-setting-checkbox span:before {
    top: calc(50% - 1px);
    right: 20px;
    width: 10px;
    height: 2px;
}
.feed-setting-checkbox span:after {
    top: calc(50% - 5px);
    right: 24px;
    width: 2px;
    height: 10px;
}
.feed-setting-group {
    position: relative;
    padding: 20px 0 0;
    margin: 20px 0 0;
}
.feed-setting-group:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    left: -10px;
    height: 2px;
    background-color: var(--border-color);
}
.feed-setting-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    font-size: 14px;
    border-radius: 6px;
}
.feed-setting-btn:not(:last-child) {
    margin: 0 0 10px;
}
.feed-setting-reset {
    color: var(--main-font-color);
    background-color: var(--button-bg-color);
    border: 1px solid var(--button-bg-color);
}
.feed-setting-reset:hover {
    background-color: var(--secondary);
    border: 1px solid var(--primary-color);
}
body.dark-theme .feed-setting-reset:hover {
    border: 1px solid var(--success-color);
}
.feed-setting-apply {
    font-weight: 700;
    color: #fff;
    background-color: var(--primary-color);
}
.feed-setting-apply:hover {
    background-color: var(--success-color);
}
.feed-setting-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    transition-delay: 0s;
}
.feed-setting-close:hover svg {
    fill: var(--primary-color);
}
body.dark-theme .feed-setting-close:hover svg {
    fill: var(--success-color);
}
.feed-setting-close svg {
    width: 100%;
    height: 100%;
    fill: var(--main-font-color);
}
@media only screen and (min-width: 1330px) {
    .feed-anchor {
        position: absolute;
        height: 34px;
    }
    .feed-anchor-top .feed-anchor-text {
        padding: 0 0 2px;
    }
    .feed-anchor-back {
        bottom: 0;
    }
    .feed-bar {
        display: block;
    }
}
@media only screen and (max-width: 374px) {
    .feed-anchor-back {
        bottom: 40px;
    }
}
.fb-comm {
    padding: 0;
    height: 150px;
    overflow: hidden;
}
.fb-comm .feed-box-link {
    padding: 1px 15px 0;
    width: 100%;
    min-width: 100%;
}
.fb-comm .feed-box-other {
    margin-bottom: 0;
    height: 100%;
}
.fb-comm .comm-item {
    display: flex;
    align-items: center;
}
.fb-comm img {
    height: 150px;
    width: 260px;
}
.fb-comm img.has-placeholder {
    width: 90%;
    height: auto;
}
.fb-comm img.mobile-view {
    display: none;
}
.fb-comm img.mobile-hidden {
    display: block;
}
@media (max-width: 1099px) {
    .fb-comm {
        height: 190px;
    }
    .fb-comm img {
        height: 190px;
        width: 100%;
    }
    .fb-comm img.mobile-view {
        display: block;
    }
    .fb-comm img.mobile-hidden {
        display: none;
    }
}
.subsport-comm {
    position: relative;
    display: block;
    width: max-content;
    background-color: var(--gray-bg-color);
    border-radius: 8px;
    margin: 0 auto;
}
.subsport-comm:first-child .comm-item img,
.subsport-comm:first-child img {
    margin-top: 0;
}
.subsport-comm img {
    width: 345px;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    margin: 20px auto;
}
.subsport-comm .comm-item {
    overflow: visible;
}
.subsport-comm .comm-item img {
    margin: 20px auto;
}
.workarea-sidebar .subsport-banner:empty {
    display: none;
}
.workarea-sidebar .subsport-banner:empty + .subsport-sidebar {
    margin-top: 0;
}
@media screen and (max-width: 1099px) {
    .workarea-sidebar .subsport-banner:empty + .subsport-sidebar {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1100px) {
    .workarea-sidebar .subsport-sidebar .subsport-comm:first-child .comm-item img,
    .workarea-sidebar .subsport-sidebar .subsport-comm:first-child img {
        margin-top: 0;
    }
    .workarea-sidebar .subsport-sidebar .subsport-comm:not(:last-child) .comm-item img,
    .workarea-sidebar .subsport-sidebar .subsport-comm:not(:last-child) img {
        margin: 20px auto;
    }
    .workarea-sidebar .subsport-sidebar .subsport-comm:last-child .comm-item img,
    .workarea-sidebar .subsport-sidebar .subsport-comm:last-child img {
        margin-bottom: 0;
    }
    .workarea-sidebar .subsport-comm:first-child .comm-item img,
    .workarea-sidebar .subsport-comm:first-child img {
        margin-top: 0;
    }
    .workarea-sidebar .subsport-comm:not(:last-child) .comm-item img,
    .workarea-sidebar .subsport-comm:not(:last-child) img {
        margin-bottom: 20px;
    }
    .workarea-sidebar .subsport-comm:last-child .comm-item img,
    .workarea-sidebar .subsport-comm:last-child img {
        margin-bottom: 0;
    }
    .workarea-sidebar .subsport-comm img {
        height: auto;
        margin: 20px auto;
    }
    .subsport-comm {
        width: 100%;
    }
    .subsport-comm:first-child img .comm-item img,
    .subsport-comm:first-child img img {
        margin-top: 20px;
    }
    .subsport-comm img {
        width: 100%;
        height: 150px;
    }
    .subsport-comm .comm-item img,
    .subsport-comm img {
        margin: 40px auto;
    }
}
@media only screen and (max-width: 374px) {
    .subsport-comm,
    .subsport-comm img {
        width: 100%;
    }
}
.comm-after-text {
    min-height: 150px;
}
.workarea-text + .comm-after-text.comm.js-comm {
    margin-top: 30px;
}
.comm-after-text a {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 660px) {
    .comm-after-text {
        min-height: 210px;
    }
}
.comm.comm-custom {
    min-height: 150px;
}
.comm.comm-custom a {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 660px) {
    .comm.comm-custom {
        min-height: 210px;
    }
}
.comm.comm-custom img {
    min-height: 150px;
}
@media screen and (max-width: 660px) {
    .comm.comm-custom img {
        min-height: 210px;
    }
}
.comm.forecast-sidebar {
    width: 200px;
    padding: 0;
    margin-bottom: 20px;
}
.comm.forecast-sidebar img {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
}
.comm.forecast-sidebar .comm-link {
    width: 100%;
    margin-top: 30px;
}
.comm.forecast-sidebar .comm-link a {
    font-size: 14px;
}
.comm.forecast-sidebar a {
    position: relative;
    display: block;
}
@media (max-width: 990px) {
    .comm.forecast-sidebar {
        display: none;
    }
}
.comm.review-bk .comm-item {
    margin-bottom: 16px;
}
.comm.mobile-menu {
    display: none;
}
@media (max-width: 990px) {
    .comm.mobile-menu {
        display: block;
        width: 375px;
        position: static;
        margin: 10px auto 0;
    }
}
@media (max-width: 370px) {
    .comm.mobile-menu {
        width: 100%;
    }
}
.comm.mobile-menu .comm-item {
    height: 100px;
    margin-top: 8px;
    overflow: hidden;
}
.comm.mobile-menu .comm-item img {
    width: 100%;
    height: 100px;
    margin: 0 auto;
}
.comm.brand-in-forecast {
    display: none;
}
@media (max-width: 450px) {
    .comm.brand-in-forecast {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        width: -moz-fit-content;
        width: fit-content;
        transform: translateY(-224px);
        z-index: 1;
        height: 210px;
        overflow: hidden;
        display: block;
    }
    .comm.brand-in-forecast .comm-item img {
        margin: 0;
    }
}
@media (max-width: 450px) {
    .comm.brand-in-forecast:empty {
        height: 0;
        display: none;
    }
}
@media (max-width: 450px) {
    .comm.brand-in-forecast:empty + .workarea-head {
        margin-top: -230px;
    }
}
.comm.js-comm:not(.comm-сatfish) {
    min-height: auto;
    overflow: hidden;
}
.comm.js-comm:not(.comm-сatfish).banner-custom {
    min-height: auto;
}
.comm.js-comm:not(.comm-сatfish).banner-custom .comm-item {
    margin: 10px 0;
    overflow: hidden;
}
.comm.js-comm:not(.comm-сatfish).banner-custom img {
    margin: 0;
}
.comm.js-comm:not(.comm-сatfish).banner-custom a {
    width: 100%;
}
.comm.js-comm:not(.comm-сatfish).banner-after-text {
    transform: none;
}
.comm.js-comm:not(.comm-сatfish).forecast-box {
    display: block;
}
.comm.js-comm:not(.comm-сatfish) .comm-item {
    margin: 10px 0;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
}
.comm.js-comm:not(.comm-сatfish) img {
    margin: 0;
    border-radius: 0;
}
.comm.js-comm:not(.comm-сatfish) a {
    position: relative;
    display: block;
    width: 100%;
}
.comm.js-comm:not(.comm-сatfish) .banner-link {
    margin-top: 20px;
}
.comm .popup-footer {
    width: 230px;
    height: 140px;
    position: fixed;
    right: 0;
    bottom: 94px;
    z-index: 10;
    transition: 0.3s;
}
.comm .popup-footer img {
    width: 100%;
    height: 100%;
}
@media (max-width: 990px) {
    .comm .popup-footer {
        width: 150px;
        height: 107px;
        bottom: 145px;
    }
    .comm .popup-footer img {
        width: 150px;
        height: 100px;
    }
}
@media (max-width: 350px) {
    .comm .popup-footer {
        bottom: 99px;
    }
}
.comm .popup-footer-close {
    color: #fff;
    position: absolute;
    right: 2px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 1px 5px;
    bottom: 118px;
    z-index: 1;
    background: #000;
}
@media (max-width: 990px) {
    .comm .popup-footer-close {
        bottom: 84px;
    }
}
.comm.comm-school-of-betting {
    margin: 0 auto 20px;
}
.comm.review-bk {
    position: relative;
}
.comm.comm-in-text .promo-link:after {
    border-bottom-right-radius: 8px;
}
.comm-item.comm-rating-list img {
    margin: 0 auto 16px;
    border-radius: 8px;
}
.comm-item.comm-section-top {
    margin-top: 0;
    transform: translateY(-12px);
}
@media (max-width: 990px) {
    .comm-item.comm-section-top {
        transform: translateY(0);
        margin-top: 22px;
    }
}
.comm-item.comm-section-top img {
    margin: 0 auto 16px;
    border-radius: 8px;
}
@media (max-width: 990px) {
    .comm-item.comm-section-top img {
        margin: 0 auto;
    }
}
@media (max-width: 350px) {
    .comm-item.comm-section-top img {
        width: 290px;
    }
}
.mait-top-comm {
    background-repeat: no-repeat;
    background-position: 50%;
    transform: translateY(-20px);
    padding-top: 20px;
}
.promo-link {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.video-container + .banner:empty {
    display: none;
}
.token {
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: hsla(0, 0%, 96.9%, 0.6);
    cursor: pointer;
    transition: background-color 0.25s ease;
    z-index: 100;
    width: auto;
    height: 14px;
    border-radius: 24px;
    padding: 0 4px 0 6px;
    font-size: 8px;
    color: #252525;
}
.token,
.token .box {
    align-items: center;
    justify-content: center;
}
.token .box {
    width: 10px;
    min-width: 10px;
    max-width: 10px;
    height: 10px;
    min-height: 10px;
    max-height: 10px;
    display: inline-flex;
    text-align: center;
}
.token.round {
    width: 14px;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    min-height: 14px;
    max-height: 14px;
    padding: initial;
    border-radius: 50%;
}
.token.onlyLegalAge {
    cursor: default;
}
.token:hover:not(.onlyLegalAge) {
    background-color: #f7f7f7;
}
.tokenBody {
    display: none;
    position: fixed;
    z-index: 9999;
    transform: translate(calc(-100% + 14px), 24px);
}
.tokenBodyInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--main-font-color);
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius-small);
    padding: 12px;
    gap: 12px;
}
.tokenBodyHorizontal {
    padding: 4px 12px;
    transform: translate(calc(-100% + 14px));
}
.tokenBody .close {
    display: inline-flex;
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
}
.tokenText {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.4;
    color: var(--primary-darkgray);
    white-space: nowrap;
}
.tokenCode {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.3333;
    padding-top: 4px;
    color: var(--main-font-color);
}
.tokenLegalAgeText {
    padding-right: 5px;
    margin-right: 2px;
    border-right: 1px solid rgba(37, 37, 37, 0.3);
    line-height: 14px;
}
.tokenLegalAgeText:last-child {
    margin-right: 0;
    padding-right: 2px;
    border-right: none;
}
.mobile-menu .token {
    bottom: auto;
    top: 10px;
}
.mobile-menu .tokenBody {
    margin-top: -40px;
}
.users-preferences {
    --border-radius: 10px;
    --border-radius_inner: calc(var(--border-radius) - 2px);
    --panel-bg: #fff;
    width: 100%;
    background-color: var(--panel-bg);
    border-radius: var(--border-radius);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.4);
}
@media (min-width: 990px) {
    .users-preferences {
        position: static;
        top: 75px;
    }
}
@media screen and (max-width: 1099px) {
    .users-preferences {
        transition: transform 0.35s ease-in-out !important;
    }
    .users-preferences.is-hidden-by-scroll {
        transform: translateY(-55px);
    }
}
@media screen and (min-width: 1100px) {
    .users-preferences {
        margin: 30px 0;
    }
}
.users-preferences-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--panel-bg);
    background-color: #000;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    padding: 0 0 8px;
    margin-bottom: -8px;
}
.users-preferences-list {
    background-color: var(--panel-bg);
    border-radius: var(--border-radius_inner);
}
.users-preferences-item {
    position: relative;
    border-radius: var(--border-radius_inner);
    transition: all 0.3s ease-in-out;
}
.users-preferences-item_highlighted {
    border: 2px solid var(--success-color);
}
.users-preferences-item_highlighted:before {
    display: none;
}
.users-preferences-item_highlighted .users-preferences-achieve {
    color: #fff;
    background-color: var(--success-color);
    margin: 0 -2px -1px;
}
@media screen and (min-width: 1100px) {
    .users-preferences-item.is-rating-without-assessment .users-preferences-body {
        display: flex;
        flex-direction: column;
    }
    .users-preferences-item.is-rating-without-assessment .users-preferences-section:not(:last-child) {
        order: 1;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .users-preferences-item.is-rating-without-assessment .users-preferences-bonus {
        min-width: 116px;
        max-width: 126px;
    }
}
@media screen and (min-width: 1100px) {
    .users-preferences-item.is-without-review .users-preferences-comments {
        display: none;
    }
    .users-preferences-item.is-without-review .users-preferences-section:has(.users-preferences-comments) {
        justify-content: end;
    }
    .users-preferences-item.is-without-review .users-preferences-button:not(.users-preferences-button_primary) {
        pointer-events: none;
        background: var(--table-block-bg-color);
        border: none;
        color: var(--complimentary-grey);
    }
    .users-preferences-item.is-without-review .users-preferences-button:not(.users-preferences-button_primary) svg {
        fill: var(--complimentary-grey);
    }
    .users-preferences-item.is-without-review:not(.is-rating-without-assessment) .users-preferences-section:has(.users-preferences-comments) {
        justify-content: space-between;
    }
}
.users-preferences-item.has-info {
    margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
    .users-preferences-item.has-info {
        margin-bottom: 0;
    }
}
.users-preferences-item:not(:first-child):before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    height: 1px;
    background-color: var(--light-border-color);
    transition: all 0.3s ease-in-out;
}
.users-preferences-item:hover {
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
}
.users-preferences-item:hover + .users-preferences-item:before,
.users-preferences-item:hover:before {
    opacity: 0;
}
.users-preferences-body {
    border-radius: var(--border-radius_inner);
    padding: 10px;
}
.users-preferences-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.users-preferences-section:not(:last-child) {
    margin-bottom: 10px;
}
.users-preferences-assessment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.users-preferences-assessment.is-success {
    background-color: var(--success-color);
}
.users-preferences-assessment.is-average {
    background-color: #f5a623;
}
.users-preferences-assessment.is-danger {
    background-color: var(--danger-color);
}
.users-preferences-assessment.is-new {
    font-size: 12px;
    background-color: var(--primary-color);
}
@media screen and (max-width: 1099px) {
    .users-preferences-assessment.is-new {
        font-size: 11px;
    }
}
.users-preferences-assessment:hover {
    opacity: 0.95;
}
.users-preferences-comments {
    position: relative;
    display: flex;
    justify-content: center;
    width: 44px;
    height: 30px;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    padding: 0 5px;
}
.users-preferences-comments span {
    display: block;
    justify-content: flex-start;
    overflow: hidden;
    max-width: 100%;
    text-align: left;
    text-overflow: ellipsis;
}
.users-preferences-comments > svg {
    position: absolute;
    fill: var(--light-border-color);
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    transform: translateY(1px);
}
.users-preferences-comments:hover {
    color: var(--primary-color);
}
.users-preferences-comments:hover > svg {
    fill: var(--primary-color);
}
.users-preferences-bonus {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    max-width: 90px;
    height: 30px;
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 2px solid var(--light-border-color);
    border-radius: 6px;
    padding: 0 5px;
}
.users-preferences-bonus > svg {
    position: relative;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    transition: none;
    margin: 0 5px 0 0;
}
.users-preferences-bonus span {
    flex-shrink: 0;
}
.users-preferences-bonus:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.users-preferences-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 88px;
    height: 30px;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}
.users-preferences-logo:hover {
    opacity: 0.95;
}
.users-preferences-logo img,
.users-preferences-logo picture {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
}
.users-preferences-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 2px solid var(--light-border-color);
    border-radius: 50%;
}
.users-preferences-button svg {
    fill: var(--primary-color);
}
.users-preferences-button svg.s-icon-paper {
    width: 14px;
    height: 14px;
}
.users-preferences-button:hover {
    border-color: var(--primary-color);
}
.users-preferences-button_primary {
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
}
.users-preferences-button_primary svg {
    fill: #fff;
}
.users-preferences-button_primary:hover {
    border: 2px solid var(--success-color);
    background-color: var(--success-color);
}
.users-preferences-achieve {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 0 0 8px 8px;
    padding: 2px 10px 0;
}
.users-preferences-info {
    position: absolute;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #88908b;
    -webkit-user-select: none;
    user-select: none;
    bottom: -13px;
    right: 0;
    left: 0;
}
@media screen and (min-width: 1100px) {
    .users-preferences-info {
        right: auto;
        left: 10px;
        top: 38px;
        bottom: auto;
    }
}
@media screen and (max-width: 1099px) {
    .users-preferences {
        position: absolute;
        display: none;
        top: 49px;
        left: 0;
        width: 100%;
        background-color: #f0f0f0;
        box-shadow: none;
        border-radius: 0;
        transition: all 0.3s ease-in-out;
        z-index: 950;
    }
    .workarea:not(.workarea-without-runet-block) .users-preferences {
        display: block;
    }
    .users-preferences.scroll {
        position: fixed;
        top: 49px;
        opacity: 1;
        box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.4);
    }
    .users-preferences.animated {
        top: -100px;
        opacity: 0;
    }
    .users-preferences-title {
        justify-content: flex-start;
        min-height: 20px;
        font-size: 12px;
        text-transform: unset;
        border-radius: 0;
        padding: 2px 15px;
        margin-bottom: 0;
    }
    .users-preferences-list {
        display: flex;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overflow: auto;
        background-color: transparent;
        padding: 5px 15px;
    }
    .users-preferences-list::-webkit-scrollbar {
        display: none;
    }
    .users-preferences-item {
        position: relative;
        height: max-content;
        box-shadow: none;
        padding: 0;
    }
    .users-preferences-item:before {
        display: none;
    }
    .users-preferences-item:not(:last-child) {
        margin-right: 15px;
    }
    .users-preferences-item_highlighted .users-preferences-assessment {
        border-radius: 0;
    }
    .users-preferences-item_highlighted .users-preferences-assessment,
    .users-preferences-item_highlighted .users-preferences-logo {
        height: 30px;
    }
    .users-preferences-item_highlighted .users-preferences-achieve {
        margin-top: -8px;
    }
    .users-preferences-item_highlighted.has-info .users-preferences-info {
        bottom: -27px;
    }
    .users-preferences-body {
        position: relative;
        display: flex;
        background-color: var(--panel-bg);
        padding: 0;
        z-index: 1;
    }
    .users-preferences-section:not(:last-child) {
        margin: 0;
    }
    .users-preferences-assessment {
        width: 31px;
        height: 34px;
        border-radius: 8px 0 0 8px;
    }
    .users-preferences-bonus,
    .users-preferences-comments {
        display: none;
    }
    .users-preferences-logo {
        width: 80px;
        height: 34px;
        margin: 0 10px;
    }
    .users-preferences-button {
        display: none;
    }
    .users-preferences-achieve {
        position: relative;
        height: 22px;
        font-size: 9px;
        padding: 10px 10px 0;
    }
    .has-header-sub-menu .users-preferences,
    .has-header-sub-menu .users-preferences.scroll {
        top: 96px;
    }
}
html.is-scrollLock,
html.is-scrollLock body {
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    box-sizing: border-box;
}
@-moz-document url-prefix() {
    html.is-scrollLock,
    html.is-scrollLock body {
        height: 100%;
    }
}
.modal {
    position: fixed;
    display: none;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 9999 !important;
}
.modal.is-max .modal-overlay {
    align-items: flex-end;
}
.modal.is-open .modal-wrap {
    transform: scale(1);
}
.modal-visible {
    display: block;
    opacity: 0;
    visibility: hidden;
}
.modal-visible.is-open {
    opacity: 1;
    visibility: visible;
}
.modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.modal-overlay:after,
.modal-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    background: rgba(0, 0, 0, 0.7);
}
.modal-overlay:before {
    top: -200px;
}
.modal-overlay:after {
    bottom: -200px;
}
.modal-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    background: var(--main-background-color);
    border-radius: 8px;
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.5);
    transform: scale(0.95);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 15px;
    margin: 0 15px;
}
.modal-wrap .js-modal-scroll.is-loading,
.modal-wrap .js-modal-scroll.is-loading-hourglass {
    cursor: default;
    position: relative;
    min-height: 250px;
}
.modal-wrap .js-modal-scroll.is-loading-hourglass:before,
.modal-wrap .js-modal-scroll.is-loading:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    content: "";
    background-color: hsla(0, 0%, 100%, 0.45);
}
body.dark-theme .modal-wrap .js-modal-scroll.is-loading-hourglass:before,
body.dark-theme .modal-wrap .js-modal-scroll.is-loading:before {
    background-color: rgba(0, 0, 0, 0.45);
}
.modal-wrap .js-modal-scroll.is-loading-hourglass:after,
.modal-wrap .js-modal-scroll.is-loading:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-image: url(main/img/matchcenter/loader-small.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    content: "";
}
body.dark-theme .modal-wrap .js-modal-scroll.is-loading-hourglass:after,
body.dark-theme .modal-wrap .js-modal-scroll.is-loading:after {
    display: none;
}
body.gray-theme .modal-wrap {
    background: #fff;
}
.modal-close {
    cursor: pointer;
    position: absolute;
    top: -33px;
    right: 0;
    width: 18px;
    height: 18px;
}
.modal-close:hover svg {
    fill: #ccc;
}
.modal-close svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
@media only screen and (min-width: 1100px) {
    .modal.is-max .modal-overlay {
        align-items: center;
    }
    .modal-wrap {
        width: auto;
        padding: 25px 20px;
    }
}
.sport-category {
    --button-bg: #fff;
    --button-icon-color: #000;
    position: relative;
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 20px 15px 15px;
    margin: -15px -15px 0;
}
.sport-category::-webkit-scrollbar {
    display: none;
}
.sport-category:after {
    content: "";
    position: relative;
    display: block;
    width: 15px;
    height: auto;
    padding: 0 15px 0 0;
}
.sport-category.is-subsport {
    padding-top: 15px;
}
.sport-category-scroll {
    display: flex;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 13px 12px;
}
.sport-category-scroll .sport-category-link {
    flex-flow: initial;
    font-size: 14px;
    white-space: nowrap;
}
.sport-category-scroll .sport-category-link:not(:last-child) {
    margin: 0 25px 0 0;
}
@media (hover) {
    .sport-category-scroll .sport-category-link:hover {
        color: var(--primary-color);
    }
    .sport-category-scroll .sport-category-link:hover img {
        opacity: 1;
        filter: grayscale(0);
    }
}
.sport-category-scroll .sport-category-link.is-select {
    color: var(--primary-color);
}
.sport-category-scroll .sport-category-link.is-select img {
    opacity: 1;
    filter: grayscale(0);
}
.sport-category-scroll .sport-category-link-icon {
    position: relative;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}
.sport-category-scroll .sport-category-link img,
.sport-category-scroll .sport-category-link svg {
    width: 100%;
    height: 100%;
    margin: 0;
}
.sport-category-scroll .sport-category-link img {
    opacity: 0.4;
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
}
.sport-category-link {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-flow: column wrap;
    color: var(--gray-color);
    font-size: 14px;
    font-weight: 700;
}
.sport-category-link:not(:last-child) {
    margin: 0 20px 0 0;
}
@media (hover) {
    .sport-category-link:hover {
        color: #000;
    }
    .sport-category-link:hover svg {
        fill: var(--primary-color);
    }
}
.sport-category-link.is-select {
    color: #000;
}
.sport-category-link.is-select svg {
    fill: var(--primary-color);
}
.sport-category-link svg {
    width: 24px;
    height: 24px;
    fill: var(--gray-color);
    margin: 0 0 10px;
}
.sport-category-next,
.sport-category-prev {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    outline: none;
    background: none;
    border-radius: 50%;
    transition: none;
    z-index: 5;
}
.sport-category-next:after,
.sport-category-next:before,
.sport-category-prev:after,
.sport-category-prev:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
}
.sport-category-next:before,
.sport-category-prev:before {
    top: 0;
    bottom: 0;
    background-color: var(--button-bg);
    border: 1px solid transparent;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    z-index: -1;
}
.sport-category-next:after,
.sport-category-prev:after {
    top: -5px;
    bottom: -5px;
    z-index: -2;
}
.sport-category-next:hover:before,
.sport-category-prev:hover:before {
    border-color: var(--primary-color);
}
.sport-category-next:hover svg,
.sport-category-prev:hover svg {
    fill: var(--primary-color);
}
.sport-category-next svg,
.sport-category-prev svg {
    width: 10px;
    height: 10px;
    fill: var(--button-icon-color);
}
.sport-category-next {
    right: -13px;
}
.sport-category-next:after {
    right: 13px;
    left: -40px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 80%);
}
.sport-category-prev {
    left: -13px;
}
.sport-category-prev:after {
    right: -40px;
    left: 13px;
    background: linear-gradient(-90deg, hsla(0, 0%, 100%, 0), #fff 80%);
}
.sport-category-prev svg {
    transform: rotate(-180deg);
}
.sport-category ~ .forecast-tab {
    margin: 5px 0 0;
}
@media only screen and (min-width: 1100px) {
    .sport-category {
        justify-content: space-between;
        overflow: visible;
        padding: 0;
        margin: 20px 0;
    }
    .sport-category:after {
        display: none;
    }
    .sport-category.is-subsport {
        box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        padding: 0;
        margin-top: 15px;
    }
    .sport-category-scroll {
        width: 100%;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        box-shadow: none;
    }
    .sport-category-scroll::-webkit-scrollbar {
        display: none;
    }
    .sport-category-scroll:after {
        content: "";
        position: relative;
        display: block;
        width: 15px;
        height: auto;
        padding: 0 15px 0 0;
    }
    .sport-category-link {
        font-size: 13px;
    }
    .sport-category-link:not(:last-child) {
        margin: 0;
    }
}
@media only screen and (max-width: 374px) {
    .sport-category-link {
        font-size: 13px;
    }
    .sport-category-link svg {
        width: 21px;
        height: 21px;
    }
}
.sidebar-menu {
    position: relative;
    font-size: 16px;
    margin-bottom: 40px;
    color: var(--light-gray-color);
}
.sidebar-menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
}
.sidebar-menu ul .submenu {
    display: none;
}
.sidebar-menu ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5;
}
.sidebar-menu ul li > a,
.sidebar-menu ul li > span {
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    border-bottom: none;
}
.sidebar-menu ul li > a.active,
.sidebar-menu ul li > span.active {
    color: var(--success-color);
}
.sidebar-menu ul li > a.active + i:after,
.sidebar-menu ul li > span.active + i:after,
.sidebar-menu ul li > span:hover + i:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='284.929' height='284.929'%3E%3Cpath d='M282.082 76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856-2.471 0-4.661.95-6.563 2.856L142.466 174.441 30.262 62.241c-1.903-1.906-4.093-2.856-6.567-2.856-2.475 0-4.665.95-6.567 2.856L2.856 76.515C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565l133.043 133.046c1.902 1.903 4.093 2.854 6.567 2.854s4.661-.951 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.945-4.665-2.847-6.571z' fill='%231fa94a'/%3E%3C/svg%3E");
}
.sidebar-menu ul li i {
    height: 24px;
    line-height: inherit;
    cursor: pointer;
    position: relative;
}
.sidebar-menu ul li i:after {
    display: inline-block;
    font-style: normal;
    transition: transform 0.4s;
    content: "";
    width: 12px;
    height: 12px;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='284.929' height='284.929'%3E%3Cpath d='M282.082 76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856-2.471 0-4.661.95-6.563 2.856L142.466 174.441 30.262 62.241c-1.903-1.906-4.093-2.856-6.567-2.856-2.475 0-4.665.95-6.567 2.856L2.856 76.515C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565l133.043 133.046c1.902 1.903 4.093 2.854 6.567 2.854s4.661-.951 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.945-4.665-2.847-6.571z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.sidebar-menu ul li i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    border-radius: 50%;
    background-color: transparent;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
}
.sidebar-menu ul li i:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='284.929' height='284.929'%3E%3Cpath d='M282.082 76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856-2.471 0-4.661.95-6.563 2.856L142.466 174.441 30.262 62.241c-1.903-1.906-4.093-2.856-6.567-2.856-2.475 0-4.665.95-6.567 2.856L2.856 76.515C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565l133.043 133.046c1.902 1.903 4.093 2.854 6.567 2.854s4.661-.951 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.945-4.665-2.847-6.571z' fill='%231fa94a'/%3E%3C/svg%3E");
}
.sidebar-menu ul li.parent > a,
.sidebar-menu ul li.parent > span {
    max-width: calc(100% - 25px);
}
.sidebar-menu ul li.parent > a.active,
.sidebar-menu ul li.parent > span.active {
    color: var(--success-color);
}
.sidebar-menu ul li.active i:after {
    transform: rotate(180deg);
}
.sidebar-menu > ul {
    padding: 0;
}
.sidebar-menu > ul > li {
    margin-bottom: 15px;
}
.sidebar-menu > ul > li > span:hover,
.sidebar-menu > ul > li a:hover {
    color: var(--success-color);
}
.sidebar-menu > ul > li.active .submenu {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.sidebar-menu > ul > li.active .submenu > ul {
    padding: 15px 0 0 20px;
}
.sidebar-menu > ul > li.active .submenu > ul > li {
    font-size: 14px;
    margin-bottom: 10px;
}
.sidebar-menu > ul > li.active .submenu > ul > li:last-child {
    margin-bottom: 0;
}
.sidebar-menu > ul > li.active .submenu.sub-bookmaker > ul > li {
    font-size: 12px;
    margin-bottom: 4px;
    font-family: Helvetica, Arial, sans-serif;
}
.sidebar-menu > ul > li:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 769px) {
    .sidebar-menu .desc {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .sidebar-menu {
        background: #f7f7f7;
        padding: 5px 15px;
        color: #000;
        cursor: pointer;
        margin: 0 0 20px;
        z-index: 1;
    }
    .sidebar-menu .desc:after {
        float: right;
        display: block;
        font-style: normal;
        font-size: 24px;
        transition: transform 0.4s;
        content: "";
        width: 12px;
        height: 12px;
        background-image: url(main/img/icons/icon-arrow-down.svg);
        background-repeat: no-repeat;
        background-size: contain;
        margin: 3px 0 0 5px;
    }
    .sidebar-menu > ul {
        display: none;
        margin-top: 5px;
        padding: 20px 0 0;
        border-top: 1px solid #bebebe;
    }
    .sidebar-menu.active .desc:after {
        transform: rotate(180deg);
    }
    .sidebar-menu.active > ul {
        display: flex;
    }
    .sidebar-menu.active > ul > li {
        min-height: 24px;
        margin-bottom: 10px;
    }
    .sidebar-menu.active > ul > li > select {
        position: absolute;
        top: 0;
        left: 0;
        right: -15px;
        bottom: 0;
        width: calc(100% + 15px);
        overflow: auto;
        font-size: 16px;
        background: transparent;
        border: none;
        outline: none;
        opacity: 0;
        z-index: 2;
    }
    .sidebar-menu.active > ul > li > select option {
        font-size: 16px;
    }
    .sidebar-menu.active > ul > li.parent > a,
    .sidebar-menu.active > ul > li.parent > span {
        position: relative;
        z-index: 15;
    }
    .sidebar-menu.active > ul > li.parent > span {
        z-index: 1;
    }
    .sidebar-menu.active > ul > li:last-child {
        margin-bottom: 0;
    }
    .sidebar-menu.active > ul > li:after {
        position: absolute;
        top: 0;
        right: -15px;
        bottom: 0;
        width: 15px;
        height: 100%;
        background: #f7f7f7;
        content: "";
        z-index: 4;
    }
}
@media screen and (min-width: 992px) {
    .workarea-content .sidebar-menu {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .workarea-sidebar .sidebar-menu {
        display: none;
    }
}
.cookies-allowance {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 980px;
    padding: 16px 44px 16px 16px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    box-shadow: 0 4px 64px rgba(26, 42, 77, 0.16);
    border-radius: 8px;
    z-index: 1111;
}
@media screen and (max-width: 1099px) {
    .cookies-allowance {
        bottom: 0;
        flex-wrap: wrap;
        padding-right: 40px;
    }
}
.cookies-allowance.show {
    display: flex;
}
@media screen and (min-width: 1100px) {
    .cookies-allowance.show.hasCatfish {
        bottom: 70px;
    }
}
.cookies-allowance > svg {
    min-width: 30px;
    margin-right: 12px;
    color: var(--primary-color);
}
@media screen and (max-width: 1099px) {
    .cookies-allowance > svg {
        margin-right: 10px;
        min-width: 27px;
        width: 27px;
        height: 27px;
    }
}
.cookies-allowance-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    margin-right: 20px;
}
@media screen and (max-width: 1099px) {
    .cookies-allowance-text {
        max-width: calc(100% - 37px);
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.1;
    }
}
.cookies-allowance-text .cookies-allowance-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}
@media screen and (max-width: 1099px) {
    .cookies-allowance-text .cookies-allowance-title {
        font-size: 12px;
        line-height: 1.1;
        margin-bottom: 4px;
    }
}
.cookies-allowance-text a {
    color: var(--primary-color);
    font-weight: 700;
}
.cookies-allowance-text a:before {
    content: " ";
}
.cookies-allowance-btn {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    max-height: 32px;
    border-radius: 8px;
    color: #fff;
    white-space: nowrap;
    background-color: var(--primary-color);
}
.cookies-allowance-btn:hover {
    background-color: var(--success-color);
}
@media screen and (max-width: 1099px) {
    .cookies-allowance-btn {
        width: calc(100% + 24px);
        margin-right: -24px;
    }
}
.cookies-allowance-close {
    position: absolute;
    right: 12px;
    top: 10px;
    background-color: transparent;
    height: 30px;
    width: 30px;
}
@media screen and (max-width: 1099px) {
    .cookies-allowance-close {
        top: 7px;
        right: 7px;
    }
}
.cookies-allowance-close svg {
    transition: transform 0.2s;
    fill: #999;
}
.cookies-allowance-close:hover svg {
    transform: scale(1.2);
}
.h1,
h1 {
    font-size: 24px;
}
.block.betting-detail h2,
.h2,
.school-block h2,
.workarea-content .content h2,
.workarea article h2,
h2 {
    font-size: 22px;
}
.h3,
h3 {
    font-size: 18px;
}
.h4,
h4 {
    font-size: 16px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: var(--main-font-color);
    line-height: normal;
}
span.green {
    color: #4caf50;
}
span.red {
    color: #601dc0;
}
span.kef {
    background: #601dc0;
    color: #fff;
    padding: 2px 10px;
    border-radius: 24px;
}
span.kef a {
    color: #fff;
}
span.kef a,
span.kef a:focus,
span.kef a:hover {
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-grey {
    font-size: 15px;
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--main-font-color);
    background: var(--button-bg-color);
}
.btn-grey:focus,
.btn-grey:hover {
    text-decoration: none;
    color: var(--primary-color);
}
.dark-theme .btn-grey:hover {
    background: var(--primary-color);
    color: var(--main-font-color);
}
.dark-theme .btn-grey:focus {
    text-decoration: none;
    color: var(--main-font-color);
}
.btn-primary {
    font-size: 15px;
    padding: 9px 12px;
    border-radius: 8px;
    background: #601dc0;
    color: #fff !important;
    text-decoration: none !important;
}
.btn-primary:hover {
    background: #20a94a;
}
.btn-gradient {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: none;
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
}
.btn-gradient:after,
.btn-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.btn-gradient:before {
    background: linear-gradient(270deg, #d200ff, #601dc0);
}
.btn-gradient:after {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: #161618;
}
.btn-gradient:hover:after {
    opacity: 0;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-margin-top {
    margin-top: 20px;
}
.text-danger {
    width: 100%;
    color: #ee0005;
    font-size: 14px;
    margin: 10px 0 0;
}
.s-icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.font-medium {
    font-weight: 600;
}
.link-unstyled {
    color: inherit !important;
    text-decoration: none !important;
}
.image {
    transition: opacity 6s ease-in-out;
}
.no-list {
    list-style-type: none;
}
.no-indent {
    padding: 0;
    margin: 0;
}
.no-markers {
    padding-left: 20px;
    list-style: none;
}
.b4_col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.b4_col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.b4_col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.m-top-30 {
    margin-top: 30px;
}
.m-bot-15 {
    margin-bottom: 15px;
}
.m-bot-60 {
    margin-bottom: 60px;
}
.m-bot-60:empty {
    display: none;
}
.v-middle {
    vertical-align: middle;
}
button {
    -webkit-appearance: none;
    appearance: none;
}
a {
    color: #20a94a;
}
.border-style {
    margin: 0 0 17px;
    line-height: 34px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light-border-color);
}
.font-style-2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.border-style .title {
    margin: 0 0 10px;
}
.indigo,
.p-shape-btn,
.w-shape-btn {
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 17px;
    transition: 0.3s;
}
.list-unstyled {
    padding-left: 0 !important;
    list-style: none !important;
}
.w-shape-btn {
    width: 100%;
    max-width: 290px;
    color: #601dc0 !important;
    background-color: transparent;
    border: 2px solid var(--button-bg-color);
}
.w-shape-btn:hover {
    color: #601dc0 !important;
    border-color: #601dc0;
}
.indigo {
    display: inline-block;
    margin: 10px 0;
}
.indigo,
.indigo:focus,
.indigo:hover {
    text-decoration: none;
}
.indigo,
.p-shape-btn {
    color: #fff !important;
    background: #601dc0;
    border: 2px solid #601dc0;
}
.indigo:hover,
.p-shape-btn:hover {
    color: #fff !important;
    background-color: #1fa94a;
    border: 2px solid #1fa94a;
}
.socials-block .social-ico {
    display: block;
    float: left;
    text-decoration: none;
}
.socials-block .social-ico:not(:first-child) {
    margin-left: 17px;
}
.socials-block .social-ico:hover {
    border-color: #1fa94a;
}
.socials-block .s-icon {
    width: 18px;
    height: 18px;
    color: #601dc0;
}
.social-icons .s-icon {
    --size: 18px;
    width: var(--size);
    height: var(--size);
}
body.gray-theme .social-icons .s-icon {
    --size: 22px;
}
.bg-slightGrey {
    background-color: #f7f7f7;
}
body.dark-theme .bg-slightGrey {
    background: #161618;
    border: 1px solid #393b40;
    border-radius: 8px;
}
.d-flex {
    display: flex !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
.shadow-truncate {
    position: relative;
}
.title-1,
.title-2,
.title-3 {
    color: var(--main-font-color);
}
.title-1 {
    padding-bottom: 6px;
    margin-bottom: 31px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.33em;
}
.title-1:not(.title-1--nb) {
    border-bottom: 1px solid #e0e0e0;
}
.title-1--nb {
    margin-bottom: 8px;
}
.title-2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22em;
}
.title-3,
.title-3-2,
.title-3-3,
.title-3-l {
    font-size: 16px;
    line-height: 1.19em;
}
.title-3 {
    font-weight: 600;
}
.title-3-l {
    font-weight: 400;
}
.title-3-2 {
    font-weight: 600;
}
.title-3-3 {
    font-weight: 900;
}
.label-1,
.label-1-1,
.label-1-2,
.label-2,
.label-2-1,
.label-2-2 {
    font-weight: 400;
    color: var(--main-font-color);
}
.label-1,
.label-1-1,
.label-1-2 {
    font-size: 14px;
    line-height: 1.57;
}
.label-1-2 {
    font-weight: 900;
}
.label-2,
.label-2-1,
.label-2-2 {
    font-size: 12px;
    line-height: 1;
}
.label-2-1 {
    font-weight: 600;
}
.label-3 {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: var(--light-gray-color);
}
.cwdtable {
    table-layout: fixed;
}
.review-other-block {
    margin-bottom: 30px;
    transform: translatey(-14px);
}
.review-other-block .p-shape-btn {
    background-color: #1fa94a;
    border-color: #1fa94a;
    display: block;
}
.review-other-block .p-shape-btn:hover {
    background-color: #601dc0;
    border-color: #601dc0;
}
.indigo,
.workarea a.button.indigo {
    background: #1fa94a;
    color: #fff !important;
    padding: 13px 0;
    text-align: center;
    display: block;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none !important;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 30px -6px rgba(0, 0, 0, 0.6);
    z-index: 1;
    border: none;
    line-height: 20px;
}
.indigo:hover,
.workarea a.button.indigo:hover {
    box-shadow: none;
    background: #1fa94a;
    border: none;
}
.b4_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}
.text-center {
    text-align: center;
}
.workarea iframe {
    width: 800px;
    max-width: 100%;
    min-height: auto;
}
@media (min-width: 992px) {
    .main-news .show-more {
        display: none;
    }
    .main-news .show-more-link {
        display: inline !important;
        font-size: 14px;
        font-weight: 600;
        text-decoration: underline;
        color: #000;
    }
    .main-news .show-more-link:hover {
        text-decoration: none;
    }
    .main-news .news-list-items .item {
        margin-bottom: 30px;
        padding: 0;
        border: none;
        border-radius: 0;
    }
    .main-news .news-list-items .item-section {
        display: none;
    }
    .main-news .news-list-items .item-date {
        float: none;
        padding: 0;
    }
    .main-news .news-list-items .item-title-row {
        display: inline;
    }
    .main-news .news-list-items .item-title {
        display: inline;
        font-size: 14px;
        color: #000;
        margin: 0 15px 0 0;
    }
    .main-news .news-list-items .item-title:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
    .main-news .news-list-items .item-comment {
        top: 2px;
    }
    .main-news .news-list-items .item:before {
        content: none;
        display: none;
    }
}
.sub-menu {
    padding: 0;
    margin-top: 2px;
    margin-bottom: 50px;
}
.sub-menu li {
    list-style-type: none;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    cursor: pointer;
    transition: 1s;
}
.sub-menu li.active > a {
    color: #000;
}
.sub-menu li.active .link-value {
    color: #20a94a;
}
.sub-menu li.active .submenu {
    display: flex;
    order: 1;
}
.sub-menu li.active .icon--arrow-down {
    transform: rotate(-180deg);
}
.sub-menu:hover > a {
    color: #000;
}
.sub-menu:hover .link-value {
    color: #20a94a;
}
.sub-menu:hover.is-opened {
    transition: 1s;
}
.sub-menu:hover.is-opened .submenu {
    display: flex;
    order: 1;
}
.sub-menu:hover.is-opened .icon--arrow-down {
    transform: rotate(-180deg);
}
.sub-menu li a {
    color: var(--light-gray-color);
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 992px) {
    .sub-menu li a {
        max-width: 146px;
    }
}
.sub-menu li .submenu {
    display: none;
}
.sub-menu li .submenu ul {
    padding-left: 16px;
}
.sub-menu li .submenu ul li {
    margin: 12px 0;
}
.sub-menu li .submenu ul li a {
    font-size: 12px;
    font-weight: 300;
    font-family: Helvetica, sans-serif;
}
.sub-menu li .link-value {
    color: var(--light-gray-color);
    margin-left: 5px;
}
.sub-menu li .icon--arrow-down {
    margin-left: 13px;
}
.match-navigation {
    margin-bottom: 40px;
    position: relative;
}
.match-navigation-right {
    right: -13px;
}
.match-navigation-left {
    left: -13px;
}
.match-navigation-left svg {
    transform: rotate(-180deg);
}
.match-navigation-left,
.match-navigation-right {
    font-size: 0;
    line-height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid var(--tablist-border-bottom-color);
    background-color: var(--main-background-color);
    z-index: 2;
    cursor: pointer;
    display: none;
    text-align: center;
    transition: all 0.15s ease-in-out;
}
.match-navigation-left:hover,
.match-navigation-right:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.match-navigation-left:hover svg,
.match-navigation-right:hover svg {
    fill: #fff;
}
.match-navigation-left svg,
.match-navigation-right svg {
    width: 9px;
    height: 9px;
    display: inline-flex;
    vertical-align: middle;
    fill: var(--main-font-color);
    transition: all 0.15s ease-in-out;
}
@media (max-width: 990px) {
    .match-navigation {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 20px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 3px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .match-navigation:after,
    .match-navigation:before {
        width: 15px;
        min-width: 15px;
        height: 30px;
        content: "";
        display: inline-flex;
        background-color: transparent;
    }
    .match-navigation::-webkit-scrollbar {
        display: none;
    }
}
.match-navigation.match-navigation-v2 {
    width: 100%;
    position: relative;
    padding: 0;
}
.match-navigation.match-navigation-v2:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--tablist-border-bottom-color);
    border-radius: 0;
    z-index: -1;
}
@media (max-width: 990px) {
    .match-navigation.match-navigation-v2 {
        margin-left: -15px;
        margin-right: -15px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: auto;
    }
    .match-navigation.match-navigation-v2:after {
        display: none;
    }
    .match-navigation.match-navigation-v2 .match-navigation-scroller:after,
    .match-navigation.match-navigation-v2 .match-navigation-scroller:before {
        width: 20px;
        min-width: 25px;
        height: 30px;
        content: "";
        display: inline-flex;
        background-color: transparent;
    }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
    .match-navigation.match-navigation-v2 .match-navigation-scroller:before {
        display: none;
    }
}
.match-navigation.match-navigation-v2 .match-navigation-scroller {
    box-shadow: none;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 1px;
    border-radius: 0;
    background-color: transparent;
    z-index: 1;
}
@media only screen and (max-width: 990px) {
    .match-navigation.match-navigation-v2 .match-navigation-scroller {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.match-navigation.match-navigation-v2 .match-navigation-item {
    font-size: 16px;
    white-space: nowrap;
    padding: 15px 0 10px;
    background-color: transparent;
}
.match-navigation.match-navigation-v2 .match-navigation-item:not(:last-child) {
    margin: 0 25px 0 0;
}
.match-navigation.match-navigation-v2 .match-navigation-item.is-select {
    font-weight: 700;
    position: relative;
    z-index: 2;
}
.match-navigation.match-navigation-v2 .match-navigation-item.is-select:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: var(--primary-color);
    z-index: 2;
}
.match-navigation-scroller {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 13px 11px;
    background-color: var(--main-background-color);
    box-shadow: 0 0 10px -5px rgba(95, 99, 109, 0.5);
    border-radius: 8px;
}
.match-navigation-scroller::-webkit-scrollbar {
    display: none;
}
@media (max-width: 990px) {
    .match-navigation-scroller {
        margin-right: 0;
        width: auto;
        overflow: initial;
    }
}
.match-navigation-item {
    margin-right: 9px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--gray-color);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 24px;
    cursor: pointer;
}
@media (max-width: 990px) {
    .match-navigation-item:not(:last-child) {
        margin-right: 15px;
    }
}
.match-navigation-item .icon-wrapper {
    margin-right: 6px;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    min-height: 24px;
    display: inline-flex;
}
.match-navigation-item svg {
    fill: var(--gray-color);
}
.match-navigation-item.is-active,
.match-navigation-item.is-select,
.match-navigation-item:hover {
    color: var(--main-font-color);
}
.match-navigation-item.is-active .icon,
.match-navigation-item.is-active svg,
.match-navigation-item.is-select .icon,
.match-navigation-item.is-select svg,
.match-navigation-item:hover .icon,
.match-navigation-item:hover svg {
    fill: var(--primary-color);
}
.match-navigation:last-child {
    margin-bottom: 0;
}
.match-navigation-referee {
    width: 20px;
    height: 20px;
}
.match-navigation-stadium {
    width: 24px;
    height: 22px;
}
.match-navigation-archive {
    width: 20px;
    height: 16px;
}
.match-navigation-table {
    width: 20px;
    height: 18px;
}
.match-navigation-cal {
    width: 22px;
    height: 22px;
}
.match-navigation-versus {
    width: 23px;
    height: 15px;
}
.match-navigation-overview {
    width: 20px;
    height: 20px;
}
.match-navigation-team {
    width: 20px;
    height: 19px;
}
.match-navigation-results {
    width: 18px;
    height: 18px;
}
.match-navigation-transfers {
    width: 20px;
    height: 18px;
}
.match-navigation.match-navigation-v2 {
    margin-bottom: 20px;
}
.tag-item {
    display: block;
    height: 290px;
    transition: box-shadow 0.3s;
    text-decoration: none !important;
    color: #000 !important;
    position: relative;
}
.tag-item:before {
    border: 2px solid var(--light-border-color);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 50px;
    content: "";
    box-shadow: inset 0 -30px 20px #fff;
}
body:not(.is-touch) .tag-item:hover {
    box-shadow: inset 0 0 0 2px var(--light-border-color), 0 0 30px -10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 420px) {
    .tag-item-news {
        height: 337px;
    }
}
.tag-item-article:before {
    height: 70px;
    box-shadow: inset 0 -70px 50px #fff;
}
@media (max-width: 420px) {
    .tag-item-article {
        height: 180px;
    }
}
@media (max-width: 350px) {
    .tag-tabs {
        justify-content: space-between;
    }
    .tag-tabs li:not(:last-child) {
        margin-right: 0;
    }
}
.tags,
.tags-block {
    margin-top: 20px;
}
.tags-block .title,
.tags .title {
    font-size: 18px;
    font-weight: 600;
}
.tags-block .no-list .item,
.tags .no-list .item {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.tags-block .no-list .item:not(:last-of-type),
.tags .no-list .item:not(:last-of-type) {
    margin-right: 12px;
}
.tags-block .no-list .item-link,
.tags .no-list .item-link {
    text-decoration: underline;
    color: var(--light-gray-color);
}
.tags-block .no-list .item-link:hover,
.tags .no-list .item-link:hover {
    text-decoration: none;
    color: var(--light-gray-color);
}
.icon--arrow-down:before,
.icon--arrow-left:before,
.icon--arrow-right:before {
    width: 10px;
    padding-top: 100%;
}
.icon--arrow-down:before {
    background-image: url(main/img/icons/icon-arrow-down.svg);
}
body.dark-theme .icon--arrow-down:before {
    background-image: url(main/img/icons/icon-arrow-down-white.svg);
}
.icon {
    display: inline-block;
}
.icon:before {
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.seo-link {
background: #bcfd03;
color: #000000 !important;
padding: 13px 0;
text-align: center;
display: block;
margin: 40px 0;
font-size: 18px;
font-weight: 600;
border-radius: 6px;
text-decoration: none !important;
overflow: hidden;
position: relative;
box-shadow: 0 2px 30px -6px rgba(0, 0, 0, 0.6);
z-index: 1;
}
.seo-link:hover {
    box-shadow: none;
}
body.dark-theme .seo-link:hover {
    background: #601dc0;
}
.seo-link.purple {
    background: #1fa94a;
    box-shadow: 0 2px 30px -6px rgba(0, 0, 0, 0.6);
}
.seo-link.purple .in-link {
    color: #1fa94a;
    transition: 0.4s;
    z-index: -1;
}
.seo-link.purple:hover {
    box-shadow: none;
}
.seo-link.orange {
    background: #1fa94a;
    box-shadow: 0 2px 30px -6px rgba(0, 0, 0, 0.6);
}
.seo-link.orange .in-link {
    color: #1fa94a;
    transition: 0.4s;
    z-index: -1;
}
.seo-link.orange:hover {
    box-shadow: none;
}
.seo-link .in-link {
    position: absolute;
    width: 171px;
    top: -6px;
    opacity: 0.4;
    height: 64px;
    color: #60e288;
    z-index: -1;
}
@media (max-width: 767px) {
    .seo-link .in-link {
        display: none;
    }
}
.seo-link .in-link.left-in-link {
    left: 22px;
}
.seo-link .in-link.right-in-link {
    right: 22px;
}
.seo-link .in-link.s-icon-buk-liga-stavok {
    top: 6px;
    height: 36px;
}
.seo-link .in-link.s-icon-buk-888,
.seo-link .in-link.s-icon-buk-olimpia {
    top: 7px;
    height: 35px;
}
.seo-link .in-link.s-icon-buk-tennisibet {
    top: -8px;
}
.seo-link .in-link.s-icon-buk-bwin {
    height: 36px;
    top: 5px;
}
.seo-link .in-link.s-icon-buk-zenit {
    height: 37px;
    top: 5px;
}
.seo-link .in-link.s-icon-buk-baltbet {
    height: 35px;
    top: 7px;
}
.seo-link .in-link.s-icon-buk-winline {
    top: -7px;
}
.seo-link .in-link.s-icon-buk-mel-bet {
    top: 4px;
    height: 41px;
}
.footer .block-list__item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.88;
    text-decoration: none;
    color: var(--main-font-color);
}
.footer .block-list__item:hover {
    color: #1fa94a;
    text-decoration: none;
}
@media (max-width: 680px) {
    .detail-description iframe {
        width: 100%;
        height: 200px;
    }
}
@media (min-width: 360px) {
    .main-about .title br {
        display: none;
    }
    .footer .copyright {
        max-width: none;
    }
}
@media (min-width: 550px) {
    .main-top-bk .show-more {
        max-width: 236px;
    }
    .main-top-bk .rating-about-btn {
        max-width: 232px;
        margin-left: 30px;
        border-radius: 17px;
    }
    .main-top-bk .rating-about-btn:before {
        content: "Как формируется рейтинг?";
    }
}
@media (min-width: 768px) {
    .w-shape-btn {
        max-width: 236px;
    }
    .bonus-items .item {
        width: 205px;
    }
    .bonus-items .item-block {
        height: 272px;
    }
    .bonus-items .item-title {
        max-width: 272px;
        font-size: 14px;
        line-height: 1.43;
        overflow: hidden;
    }
    .bonus-items .item-descr {
        max-width: 290px;
        font-size: 14px;
        overflow: hidden;
    }
    .bonus-items .item-btn {
        width: 178px;
    }
    .news-list-items .item {
        margin-bottom: 20px;
        padding: 15px 20px;
    }
    .news-list-items .item-top {
        font-weight: 600;
    }
    .news-list-items .item-title {
        margin-bottom: 12px;
    }
}
@media (min-width: 960px) {
    .footer {
        font-size: 14px;
        font-weight: 300;
    }
    .footer .bottom-panel {
        display: none;
    }
    .footer .logo-link {
        display: block;
        width: 250px;
        height: 37px;
        margin-bottom: 15px;
    }
    .footer .description {
        display: block;
        margin-bottom: 17px;
        line-height: normal;
    }
    .footer .copyright {
        width: 441px;
        margin-right: 30px;
    }
    .footer .copyright p:first-child br {
        display: block;
    }
    .footer .left-side {
        float: left;
        width: calc(100% - 269px);
        margin-right: 60px;
    }
    .footer .right-side {
        float: right;
        width: 209px;
        margin-top: 10px;
    }
    .bottom-menu {
        display: block;
        margin-bottom: 55px;
        padding: 0;
        line-height: 0;
        font-size: 0;
        text-align: justify;
        border-bottom: 1px solid var(--tablist-border-bottom-color);
    }
    .bottom-menu > * {
        line-height: normal;
        font-size: 12px;
    }
    .bottom-menu li {
        display: inline-block;
        font-weight: 700;
        text-transform: uppercase;
    }
    .bottom-menu a,
    .bottom-menu span {
        display: block;
        margin-bottom: -1px;
        padding: 13px 0;
        color: #7f7f7f;
        text-decoration: none;
        letter-spacing: 0.75px;
        border-bottom: 1px solid transparent;
        transition: 0.3s;
    }
    .bottom-menu a:hover {
        color: #1d1e1f;
        border-bottom: 1px solid #601dc0;
    }
    .bottom-menu:after {
        content: " ";
        display: inline-block;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .header.inner {
        margin-bottom: 28px;
    }
    .margin-sm {
        margin-left: 230px;
    }
    .w-shape-btn {
        max-width: 220px;
        font-size: 12px;
    }
    .main-forecasts .right-side,
    .news-column-grid .right-side {
        float: right;
        width: calc(100% - 240px);
    }
    .news-column-grid .right-side {
        margin-bottom: 40px;
    }
    .news-column-grid .left-side {
        width: 200px;
        float: left;
    }
}
@media (min-width: 1200px) {
    .margin-sm {
        margin-left: 240px;
    }
    .header .top-menu a {
        font-size: 14px;
    }
    .bonus-items .item-block {
        height: 272px;
    }
    .main-forecasts .right-side {
        width: calc(100% - 235px);
    }
    .news-column-grid .right-side {
        width: calc(100% - 240px);
        float: right;
    }
}
@media (min-width: 1440px) {
    .main-top-bk .rating-about-btn {
        margin-left: 40px;
    }
}
@media (min-width: 992px) {
    .left-sidebar {
        max-width: 200px;
        margin-right: 30px;
    }
}
:root {
    --grey-medium: #dde4eb;
    --grey-light: #f4f3f9;
    --thin-grey: #f9f8fd;
    --grey: #7e8f9f;
    --red: #ff4c87;
    --orange: #ff8f00;
    --background-color: #fff;
    --border-radius: 8px;
    --primary-darkgrey: #5b5b5b;
}
.dark-theme {
    --background-color: #161618;
    --grey-medium: #1f2023;
    --grey: #666;
    --thin-grey: #1e1f22;
    --grey-light: #26292c;
}
.main-top-bk img {
    max-width: 100%;
    height: auto;
}
.main-top-bk .container > .border-style {
    border-bottom: none;
    margin-bottom: 5px;
}
.why-meta-link {
    margin-left: 40px;
}
@media (max-width: 768px) {
    .main-top-bk .show-more {
        width: 85% !important;
    }
    .main-top-bk .why-meta-link {
        position: relative;
        font-size: 0;
        height: 34px;
        width: 34px;
        max-width: 34px;
        margin-left: 4px;
        margin-top: 0;
    }
    .main-top-bk .why-meta-link:after {
        content: "?";
        position: absolute;
        font-size: 14px;
        left: calc(50% - 4.5px);
    }
}
@media (max-width: 570px) {
    .main-top-bk .why-meta-link {
        position: absolute;
        right: 15px;
    }
}
.main-top-bk {
    position: relative;
    margin-bottom: 60px;
    color: #1f2023;
    overflow: hidden;
}
@media screen and (min-width: 1100px) {
    .main-top-bk {
        padding-top: 15px;
    }
}
.main-top-bk .container {
    position: relative;
}
.main-top-bk .title-link {
    display: inline-block;
    text-decoration: none;
}
.main-top-bk .show-more {
    width: calc(100% - 45px);
    max-width: 200px;
}
.main-top-bk .show-more.is-long {
    width: auto;
    max-width: none;
    min-width: 200px;
}
.main-top-bk .rating-about-btn {
    max-width: 34px;
    margin-left: 6px;
    border-radius: 50%;
    transition: color 0.3s, border-color 0.3s;
}
.main-top-bk .rating-about-btn:before {
    content: "?";
}
.main-top-bk .ratings-bo {
    margin-top: 0;
}
.main-top-bk .review-cnt:hover .s-icon-comment {
    color: #601dc0;
}
.ratings-page .main-top-bk.bookmakersrating_page {
    margin-bottom: 0;
    color: #1f2023;
}
.ratings-page .main-top-bk.bookmakersrating_page .container {
    position: relative;
}
.ratings-page .main-top-bk.bookmakersrating_page .container .back-image-panel {
    background: #eee;
    width: 1173px;
    height: 686px;
    border-radius: 212px 134px;
    position: absolute;
    z-index: 1;
    transform: rotate(-36deg);
    right: -652px;
    top: -363px;
    overflow: hidden;
}
@media (max-width: 990px) {
    .ratings-page .main-top-bk.bookmakersrating_page .container .back-image-panel {
        display: none;
    }
}
.ratings-page .main-top-bk.bookmakersrating_page .review-cnt {
    position: relative;
    display: inline-block;
    min-width: 50px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    color: #1f2023;
}
.ratings-page .main-top-bk.bookmakersrating_page .review-cnt .s-icon-comment {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: var(--light-border-color);
}
.ratings-page .main-top-bk.bookmakersrating_page .show-more {
    width: calc(100% - 45px);
    max-width: 200px;
}
.ratings-page .main-top-bk.bookmakersrating_page .rating-about-btn {
    max-width: 34px;
    margin-left: 6px;
    border-radius: 50%;
    transition: color 0.3s, border-color 0.3s;
}
.ratings-page .main-top-bk.bookmakersrating_page .rating-about-btn:before {
    content: "?";
}
.bonuses-wrap .item-wrap {
    position: relative;
}
.bonuses-wrap .item-wrap .item-logo > svg {
    position: absolute;
    top: 0;
    right: 0;
}
.bonuses-wrap .,
.bonuses-wrap .swiper-button-prev {
    background: 0 0 !important;
    height: auto !important;
    margin-top: 0 !important;
}
.payment-types {
    margin-bottom: 40px;
}
.payment-types .payment-tabs li.active .payment-icon:after,
.payment-types .payment-types .payment-icon:hover:after {
    background: #601dc0;
}
.payment-types .payment-tabs {
    justify-content: space-between;
    border: none;
}
.payment-types .payment-tabs li {
    float: none;
    display: inline-block;
    width: 100px;
    margin-bottom: 0;
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.payment-types .payment-tabs-container {
    margin-bottom: 30px;
    padding: 2px 2px 21px;
    border-bottom: 1px solid var(--light-border-color);
}
.payment-types .payment-icon {
    display: block;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -999em;
    border-radius: 8px;
    border: none !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: contain;
}
.payment-types .payment-icon:focus,
.payment-types .payment-icon:hover {
    background-color: #fff;
}
.payment-types .payment-icon:after {
    content: " ";
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 1px;
    background: transparent;
    transition: 0.3s;
}
.payment-types .payment-tab-content {
    font-size: 14px;
    font-weight: 300;
}
.payment-types .item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 53px;
}
.payment-types .item-group {
    display: inline-block;
    width: 49%;
    margin-bottom: 30px;
    vertical-align: top;
}
.payment-types .item-panel-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
.payment-types .item-icon-img {
    position: absolute;
    left: 0;
    width: auto;
}
.payment-types .item-subtitle {
    margin-bottom: 10px;
}
.payment-types .item-value {
    font-weight: 600;
}
.payment-types .item-sm-description {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
    font-size: 14px;
    vertical-align: top;
}
.payment-types .item-sm-description:not(:last-of-type) {
    padding-right: 20px;
}
.payment-types .item-sm-description .item-square {
    padding-right: 12px;
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
}
.bookmaker-bottom-panel {
    display: none;
}
@media (min-width: 400px) {
    .payment-types .payment-tab-content {
        font-size: 16px;
    }
    .payment-types .item-panel-title {
        font-size: 18px;
    }
}
@media (min-width: 460px) {
    .payment-types .item-sm-description {
        width: 49.5%;
        max-width: none;
    }
}
@media (min-width: 500px) {
    .payment-types .item-group {
        width: 32.5%;
    }
}
@media (min-width: 550px) {
    .payment-types .payment-tabs-container {
        padding-bottom: 11px;
    }
    .payment-types .payment-tabs li {
        width: 60px;
    }
    .payment-types .payment-icon {
        height: 30px;
    }
    .payment-types .payment-icon:after {
        bottom: -11px;
    }
}
@media (min-width: 660px) {
    .payment-types .item-group {
        width: 24.5%;
    }
}
@media (min-width: 768px) {
    .payment-types .item-sm-description {
        width: 32.5%;
    }
}
.top-anchor-fix {
    position: absolute;
    margin-top: -80px !important;
}
.why-meta-block h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-font-color);
    padding-top: 40px;
    border-bottom: 1px solid var(--tablist-border-bottom-color);
    padding-bottom: 7px;
    margin-top: 0;
}
.why-meta-block > h2:first-child {
    padding-top: 0;
}
.why-meta-block p {
    margin: 24px 0;
}
.why-meta-block p .desc {
    margin: 39px 0 28px;
}
.why-meta-block ul {
    padding: 0;
}
.why-meta-block ul li {
    padding: 10px 12px;
    margin-left: 17px;
}
.why-meta-block.why-meta-block-casino ul {
    list-style-type: disc;
}
.why-meta-block .list.bottom {
    margin-top: 50px;
}
.why-meta-block .list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.why-meta-block-casino.sub-menu .main-item a {
    font-size: 16px;
}
.why-meta-block-casino.sub-menu a {
    font-size: 14px;
    margin-left: 15px;
}
@media (min-width: 1000px) {
    .why-meta-block .list:not(.to-left) .item {
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .why-meta-block .list .item {
        align-items: flex-start;
    }
}
.example {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    margin-right: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    min-width: 40px;
}
.example.orange {
    background: #f5a623;
}
.example.green {
    background: #1fa94a;
}
.example.red {
    background: #ee0005;
}
.example.int {
    background: transparent;
    font-size: 24px;
    font-weight: 700;
}
.example.int.orange {
    color: #f5a623;
}
.example.int.green {
    color: #1fa94a;
}
.example.int.red {
    color: #ee0005;
}
.example .circle {
    border-radius: 50%;
}
.example .mini {
    width: 30px;
    height: 30px;
    min-width: 30px;
    font-size: 16px;
}
@media (min-width: 1000px) {
    .why-meta-block .list .item .example.mini {
        width: 40px;
        height: 40px;
        font-size: 18px;
        min-width: 40px;
    }
}
.why-meta-block .list .item .description {
    max-width: 100%;
    line-height: 22px;
}
@media (min-width: 1000px) {
    .why-meta-block .list .item .description {
        max-width: 610px;
    }
}
.why-meta-block .table-information {
    display: block;
    margin-top: 27px;
    margin-bottom: 30px;
}
.why-meta-block .table-information .item {
    margin-top: 31px;
}
.why-meta-block .table-information .item .description {
    color: var(--light-border-color);
    margin: 29px 0 31px;
    height: 30px;
}
.why-meta-block .table-information .item .description .box {
    background: var(--light-border-color);
    width: 30px;
    height: 30px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    padding-top: 6px;
}
.why-meta-block .table-information .item .description .letter {
    font-size: 21px;
    font-weight: 700;
}
.why-meta-block .table-information .item .description .symbol {
    margin: 0 9px;
    font-size: 18px;
    font-weight: 700;
}
.why-meta-block .table-information table {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}
.why-meta-block .table-information table td {
    padding: 10px 0;
    font-size: 13px;
    border: 2px solid var(--light-border-color);
    text-align: center;
}
@media (min-width: 1000px) {
    .why-meta-block .table-information table td {
        padding: 10px 9px;
        font-size: 16px;
        border: 2px solid var(--light-border-color);
        text-align: center;
    }
}
.related-news .title {
    margin: 0;
    line-height: 34px;
}
@media screen and (max-width: 768px) {
    .related-news .title {
        margin: 0 0 10px;
    }
}
.related-news-items {
    margin-bottom: 40px;
    margin-right: -8px;
    margin-left: -20px;
}
@media screen and (max-width: 768px) {
    .related-news-items {
        margin-bottom: 40px;
        margin-right: -15px;
        margin-left: -15px;
    }
}
.related-news-items .item {
    position: relative;
    display: block;
    float: left;
    min-height: 156px;
    max-height: 156px;
    margin: 10px 8px 20px;
    padding: 10px 15px 15px;
    border-radius: 10px;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
    color: #000;
    width: 216px;
    text-decoration: none;
    transition: 0.6s;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .related-news-items .item {
        width: 292px;
        margin: 20px 8px;
        width: 246px;
    }
}
.related-news-items .item:hover {
    box-shadow: 0 0 25px -8px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
    .related-news-items .item:hover {
        box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
    }
}
.related-news-items .item:first-child {
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .related-news-items .item:first-child {
        margin-left: 15px;
    }
}
@media screen and (max-width: 768px) {
    .related-news-items .item:last-child {
        margin-right: 15px;
    }
}
.related-news-items .item.new {
    border: 2px solid #1fa94a;
}
.related-news-items .item.exi {
    border: 2px solid #601dc0;
}
.related-news-items .item.shadow-truncate:before {
    width: 150%;
}
.related-news-items .item-top {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    color: #7f7f7f;
}
.related-news-items .item-title {
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    display: block;
    padding-bottom: 6px;
}
@media screen and (max-width: 768px) {
    .related-news-items .item-title {
        font-size: 13px;
    }
}
.related-news-items .news-status-short {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.related-news-items .news-status-short .section {
    font-family: Helvetica;
    font-size: 10px;
    min-height: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f7f7f;
}
.related-news-items .news-status-short .item-date {
    padding: 6px 0 2px;
    font-size: 12px;
}
.related-news-items .news-status-short .item-date .time {
    margin-left: 8px;
}
.related-news-items .news-status-short > * {
    display: flex;
    align-items: center;
}
.related-news-items .news-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 4px;
    margin-bottom: 10px;
    background: #601dc0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: 6px;
    top: 6px;
}
.related-news-items .news-status .status {
    line-height: inherit;
}
.related-news-items .news-status.main {
    background: #1fa94a;
}
.bx_item_detail_rating td {
    vertical-align: middle;
    text-align: right;
}
.bx_item_detail_rating .bx_item_rating {
    text-align: right;
}
.bx_item_detail_rating .bx_stars_container {
    position: relative;
    z-index: 1;
    width: 145px;
    height: 38px;
    background-size: 100% 100%;
}
.bx_item_detail_rating .bx_stars_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: url(main/img/stars.svg) no-repeat 50%;
    background-size: cover;
}
.bx_item_detail_rating .bx_stars_progress {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f8e71c;
}
.bg-non {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 9px;
    right: 9px;
    background: #dadada;
}
.bx_item_detail_rating .bx_stars_rating_votes {
    color: #8d8d8d;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
}
.rating-block-news-detail {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .rating-block-news-detail {
        margin-bottom: 20px;
    }
}
.tags ~ .rating-block-news-detail {
    margin-top: 0;
}
.col-rating {
    margin-right: 15px;
}
.col-rating p {
    margin: 0;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.bx_item_detail_rating .bx_stars_rating_votes {
    font-weight: 700;
}
.bx_stars_rating_votes {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
@media (max-width: 530px) {
    .bx-touch .bx_item_detail_rating .bx_stars_container {
        height: 24px;
        margin: 0;
    }
    .bx_item_detail_rating .bx_stars_rating_votes {
        font-weight: 700;
    }
}
.editor-page-items.editor-slide {
    list-style: none;
    margin: 10px 0;
    padding: 10px 0.5%;
    width: 101%;
    transform: translateX(-3px);
}
.editor-page-items.editor-slide .item {
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
    width: 124px;
    border-radius: 10px;
    min-height: 205px;
    align-self: stretch;
    height: auto;
    margin-right: 15px;
}
.editor-page-items.editor-slide .item a {
    color: var(--main-font-color);
}
.editor-page-items.editor-slide .item a:hover {
    color: var(--primary-color);
}
.editor-page-items.editor-slide .item img {
    width: 100%;
    height: 126px;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}
.editor-page-items.editor-slide .item img:not(.has-placeholder) {
    -o-object-fit: cover;
    object-fit: cover;
}
.editor-page-items.editor-slide .item img.has-placeholder {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.editor-page-items.editor-slide .item .editor-panel {
    padding: 0 10px 10px;
}
.editor-page-items.editor-slide .item .editor-panel .editor-name {
    font-size: 14px;
    font-weight: 700;
    margin-top: 7px;
}
.editor-page-items.editor-slide .item .editor-panel .editor-proffesion {
    font-size: 10px;
    font-weight: 700;
    color: #999;
    margin-top: 5px;
}
.editor-page-items.editor-controls {
    position: relative;
    transform: translateY(-125px);
    z-index: 2;
}
.editor-page-items.editor-controls .controls {
    display: flex;
    justify-content: space-between;
}
.editor-page-items.editor-controls .controls .,
.editor-page-items.editor-controls .controls .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    font-size: 10px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    z-index: 10;
    margin: 0;
}
.editor-page-items.editor-controls .controls . svg,
.editor-page-items.editor-controls .controls .swiper-button-prev svg {
    font-size: 10px;
}
@media (max-width: 900px) {
    .editor-page-items.editor-controls .controls .,
    .editor-page-items.editor-controls .controls .swiper-button-prev {
        display: none;
    }
}
.editor-page-items.editor-controls .controls ..swiper-button-disabled,
.editor-page-items.editor-controls .controls .swiper-button-prev.swiper-button-disabled {
    display: flex;
    opacity: 0;
}
.editor-page-items.editor-controls .controls . {
    right: 0;
    margin-right: -13px;
}
.editor-page-items.editor-controls .controls .swiper-button-prev {
    left: 0;
    margin-left: -13px;
}
.white-block {
    border-radius: 4px;
    background-color: #f7f7f7;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
    font-stretch: normal;
    line-height: normal;
    margin: 5px 6px 0 0;
    transform: translateY(-4px);
}
.white-block a {
    color: #999;
    text-decoration: none;
    display: block;
    padding: 6px 8px;
}
.white-block:hover {
    background-color: #e1e0e0;
}
.white-block:hover a {
    text-emphasis: none;
    color: #000;
}
@media (max-width: 660px) {
    .white-block {
        margin: 5px 6px 5px 0;
    }
}
.material-panel {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--gray-color);
}
.material-panel .material-item {
    display: inline-block;
    color: var(--light-gray-color);
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
}
.material-panel .material-item.is-select,
.material-panel .material-item:hover {
    color: #000;
    text-decoration: none;
}
.material-panel .material-item.is-select span,
.material-panel .material-item:hover span {
    color: #20a94a;
}
.material-panel .material-item.is-select:before,
.material-panel .material-item:hover:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #601dc0;
    display: block;
    bottom: -1px;
    position: absolute;
}
.material-panel .material-item span {
    color: var(--light-gray-color);
}
@media (max-width: 660px) {
    .material-panel {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .material-panel .material-item {
        margin-right: 13px;
    }
}
@media (max-width: 660px) {
    .material-panel {
        display: block;
        margin-top: 30px;
    }
}
.ep-wrapper {
    text-align: center;
}
.ep-code {
    padding-bottom: 57px;
    font-size: 288px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 100px rgba(96, 8, 195, 0.2);
}
@media (max-width: 767px) {
    .ep-code {
        padding-bottom: 97px;
        font-size: 150px;
    }
}
.ep-text {
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 58px;
    line-height: 1.75em;
}
@media (max-width: 767px) {
    .ep-text {
        display: none;
    }
}
.ep-btn {
    width: 216px;
    max-width: 400px;
}
@media (max-width: 767px) {
    .ep-btn {
        width: 100%;
    }
}
.search-page .title {
    display: block;
    padding-bottom: 10px;
}
.search-page form {
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
}
.search-page hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.search-page .small,
.search-page small {
    font-size: 85%;
}
.search-page p {
    margin: 0 0 10px;
}
.search-page .nav-search-form {
    display: flex;
    align-items: center;
    height: 39px;
}
@media screen and (min-width: 1100px) {
    .search-page .nav-search-form {
        height: 44px;
        border-radius: 8px;
    }
}
.search-page .nav-search-input {
    flex-grow: 2;
    width: 50%;
    height: 100%;
    font: 14px/1 Helvetica, Arial, sans-serif;
    color: #000;
    background: none;
    border: 1px solid #f0f0f0;
    border-right: none;
    border-radius: 6px 0 0 6px;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 15px;
}
body.dark-theme .search-page .nav-search-input {
    color: #fff;
}
@media screen and (min-width: 1100px) {
    .search-page .nav-search-input {
        font-size: 16px;
        border-radius: 8px 0 0 8px;
    }
}
.search-page .nav-search-input::placeholder {
    color: var(--gray-color);
    transition: all 0.3s ease-in-out;
}
.search-page .nav-search-input:focus::placeholder {
    color: transparent;
}
.search-page .nav-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 100%;
    background: var(--primary-color);
    border: none;
    border-radius: 0 6px 6px 0;
}
@media screen and (min-width: 1100px) {
    .search-page .nav-search-btn {
        width: 46px;
        border-radius: 0 8px 8px 0;
    }
}
.search-page .nav-search-btn:hover {
    background: #451788;
}
body.gray-theme .search-page .nav-search-btn:hover {
    background: var(--success-color);
}
.search-page .nav-search-btn svg {
    --icon-size: 15px;
    width: var(--icon-size);
    height: var(--icon-size);
    fill: #fff;
}
@media screen and (min-width: 1100px) {
    .search-page .nav-search-btn svg {
        --icon-size: 18px;
    }
}
.search-language-guess {
    display: flex;
    margin-top: 28px;
}
.tags .title-2 {
    padding-bottom: 4px;
}
.tags ul {
    margin-bottom: 0;
    margin-top: 17px;
}
.tags li {
    margin-right: 10px;
    margin-bottom: 15px;
}
.tags a {
    color: var(--gray-color);
    border: 1px solid #e1e0e0;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: calc(var(--border-radius) / 2);
    padding: 5px 8px;
}
.tags a:hover {
    text-decoration: none;
    color: #000;
    background-color: #e1e0e0;
}
.comm-item {
    overflow: hidden;
}
.comm-item img {
    margin: 10px auto;
}
.comm-item .mobile-hidden {
    display: block;
}
@media (max-width: 660px) {
    .comm-item .mobile-hidden {
        display: none;
    }
}
.comm-item .mobile-view {
    display: none;
}
@media (max-width: 660px) {
    .comm-item .mobile-view {
        display: block;
    }
}
.comm-item.feed-forecast-img img {
    margin: 0 auto;
}
.workarea-description .aspect-box,
.workarea-text .aspect-box {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 40px auto;
}
.workarea-description .aspect-box img,
.workarea-text .aspect-box img {
    margin-top: 0;
    margin-bottom: 0;
}
.workarea-description .aspect-box img:not(.has-placeholder),
.workarea-text .aspect-box img:not(.has-placeholder) {
    -o-object-fit: cover;
    object-fit: cover;
}
.workarea-description .aspect-box img.has-placeholder,
.workarea-text .aspect-box img.has-placeholder {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.workarea-description .screen-container > div,
.workarea-text .screen-container > div {
    width: 100%;
}
.workarea-description .screen-container > div > .aspect-box img.has-placeholder,
.workarea-description .screen-container > div img.has-placeholder,
.workarea-text .screen-container > div > .aspect-box img.has-placeholder,
.workarea-text .screen-container > div img.has-placeholder {
    -o-object-fit: contain;
    object-fit: contain;
}
.workarea-description .screen-container .aspect-box,
.workarea-text .screen-container .aspect-box {
    margin-top: 0;
    margin-bottom: 0;
}
.workarea-description .screen-container .screen-container-object .aspect-box,
.workarea-text .screen-container .screen-container-object .aspect-box {
    border-radius: 0;
}
.workarea-description .comm .aspect-box,
.workarea-text .comm .aspect-box {
    margin-bottom: 0;
    margin-top: 0;
}
.forecast-detail.match-detail > .workarea-text > img.lazy {
    -o-object-fit: contain;
    object-fit: contain;
}
.forecast-box.js-comm,
.forecast-list .forecast-box.js-comm {
    padding: 0;
    height: 100%;
    align-self: center;
}
@media (max-width: 991px) {
    .forecast-box.js-comm,
    .forecast-list .forecast-box.js-comm {
        display: block;
        max-width: 345px;
        margin: 15px auto;
    }
    .forecast-box.js-comm .aspect-box:before,
    .forecast-list .forecast-box.js-comm .aspect-box:before {
        content: "";
        display: block;
        padding-bottom: calc(100% / var(--aspect-ratio-mobile, --aspect-ratio));
    }
}
.forecast-box.js-comm .comm-item,
.forecast-list .forecast-box.js-comm .comm-item {
    margin: 0;
    height: 100%;
}
.forecast-box.js-comm .comm-item a,
.forecast-list .forecast-box.js-comm .comm-item a {
    display: block;
}
@media (max-width: 1099px) {
    .overview-v2 .overview-com .aspect-box:before {
        content: "";
        display: block;
        padding-bottom: calc(100% / var(--aspect-ratio-mobile, --aspect-ratio));
    }
}
.aspect-box > :first-child {
    width: 100%;
}
.aspect-box > img,
.aspect-box > picture {
    height: auto;
}
@supports (--custom: property) {
    .aspect-box {
        position: relative;
    }
    .aspect-box:before {
        content: "";
        display: block;
        padding-bottom: calc(100% / var(--aspect-ratio, 1));
    }
    .aspect-box > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .aspect-box picture img {
        width: 100%;
    }
    @media (max-width: 660px) {
        .aspect-box:before {
            content: "";
            display: block;
            padding-bottom: calc(100% / var(--aspect-ratio-mobile, --aspect-ratio));
        }
    }
}
.is-have-positive-color {
    color: var(--success-color) !important;
}
.is-have-positive-color_background {
    background-color: var(--success-color) !important;
    color: #fff !important;
    --item-background-color: var(--success-color);
}
.is-have-positive-color_border {
    border: 1px solid var(--success-color) !important;
}
a.is-have-positive-color {
    text-decoration: none;
    color: var(--success-color) !important;
}
a.is-have-positive-color_background {
    background-color: var(--success-color) !important;
    color: #fff !important;
}
a.is-have-positive-color_border {
    border: 1px solid var(--success-color) !important;
}
.is-have-negative-color {
    color: var(--danger-color) !important;
}
.is-have-negative-color_background {
    background-color: var(--danger-color) !important;
    --item-background-color: var(--danger-color);
    color: #fff !important;
}
.is-have-negative-color_border {
    border: 1px solid var(--danger-color) !important;
}
.is-low-accent {
    color: var(--light-gray-color);
}
.is-strong,
strong {
    font-weight: 700;
}
a.is-underline {
    text-decoration: underline;
}
a.is-underline:hover {
    text-decoration: none;
}


.prom-dm {
    font-size: 14px;
    font-weight: 500;
}

a.casino-reward-box-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.title-promo {
    color: #bcfd03;
}