.react-horizontal-scrolling-menu--wrapper {
    display: flex;
}

.react-horizontal-scrolling-menu--scroll-container {
    display: flex;
    height: max-content;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}

:export {
    wrapper: react-horizontal-scrolling-menu--wrapper;
    container: react-horizontal-scrolling-menu--scroll-container;
}

.form__textarea {
    display: block;
    width: 100%;
    border-radius: 24px;
    height: 47px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #c3ccd9;
    line-height: 45px;
    padding: 15px 22px;
    color: #6e82a2;
    font-size: 14px;
    transition: border-color .15s ease, background-color .15s ease;
    height: 200px;
    resize: none;
    outline: none;
    background-color: #edf1f3;
    border-color: #edf1f3;
    transition: background-color .15s ease, border-color .15s ease;
    line-height: 1.35
}

.form__textarea--small {
    height: 40px;
    font-size: 12px;
    line-height: 38px
}

.form__textarea--disabled {
    border-color: #f0f3f8;
    background-color: #f0f3f8;
    pointer-events: none
}

.form__textarea--disabled:focus {
    background-color: #fff
}

.form__textarea--error {
    border-color: #fe5151
}

.form__textarea:focus {
    background-color: transparent;
    outline: none;
    border-color: #00aa81
}

.form__row {
    display: flex;
    min-width: 100%;
    position: relative
}

.form__row:nth-child(1n + 2) {
    margin-top: 20px
}

.form__row--valign {
    align-items: center
}

.form__row--spaced {
    justify-content: space-between
}

.form__row--align_top {
    align-items: flex-start;
    justify-content: space-between
}

.form__row--offset {
    margin: 0 -15px
}

@media screen and (max-width: 900px) {
    .form__row--field-response {
        display: block
    }

    .form__row--field-response .form__form-text {
        padding-top: 0
    }

    .form__row--field-response .form__col--offset_left {
        padding-left: 0
    }

    .form__row--field-response .form__col:first-child {
        margin-bottom: 10px
    }
}

.form__error {
    border-radius: 14px;
    display: flex;
    min-height: 44px;
    border: 1px solid #f04c44;
    background-color: rgba(244, 207, 201, 0.5);
    font-size: 12px;
    font-weight: 700;
    color: #f04c44;
    width: 100%;
    align-items: center;
    padding: 14px 18px
}

.form__error .svg-icon {
    position: relative;
    display: block;
    top: -1px;
    margin-right: 15px;
    flex: 0 0 12px
}

.form__col {
    display: flex;
    position: relative
}

.form__col--column {
    flex-direction: column
}

.form__col--full {
    width: 100%
}

.form__col--offset {
    padding: 0 15px
}

.form__col--custom_left {
    padding-left: 25px
}

.form__col--offset_left {
    padding-left: 15px
}

.form__col--w_25 {
    width: 25%
}

.form__col--w_70 {
    width: 70%
}

.form__col--w_65 {
    width: 65%
}

.form__col--w_45 {
    width: 45%
}

.form__col--w_30 {
    width: 30%
}

.form__col--w_50 {
    width: 50%
}

.form__col--w_100 {
    width: 100%
}

.form__col--w_400 {
    width: 400px;
    flex: 0 0 400px
}

.form__col--w_435 {
    width: 435px;
    flex: 0 0 435px
}

.form__col--w_120 {
    width: 120px;
    flex: 0 0 120px
}

.form__col--w_300 {
    width: 300px;
    flex: 0 0 300px
}

.form__col--centered {
    text-align: center
}

.form__form-text {
    color: #072443;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    position: relative;
    padding-top: 11px
}

.form__form-text:first-letter {
    text-transform: uppercase
}

.form__form-text--custom_top {
    padding-top: 5px
}

.form__form-text--no_padding {
    padding-top: 0
}

.form__label {
    color: #072443;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    width: max-content
}

.form__label:nth-child(1n + 2) {
    margin-top: 8px
}

.form__label--error {
    color: #fe5151
}

.form__label a {
    color: #00aa81;
    transition: color .15s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.form__label a:after {
    content: '';
    display: block;
    height: 1px;
    background: #00aa81;
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease, opacity .15s ease
}

.form__label a:hover:after {
    opacity: 1;
    transform: scale(1)
}

.form__section-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase
}

.form__section-subtitle {
    font-weight: 500;
    font-size: 12px;
    color: #072443
}

.form__section-text {
    font-size: 12px;
    font-weight: 500;
    color: #072443;
    line-height: 16px
}

.customer-form {
    padding: 20px;
    position: relative
}

.customer-form .app-loader {
    position: relative;
    height: 300px
}

.customer-form + .customer-form {
    position: relative
}

.customer-form + .customer-form:after {
    content: '';
    height: 1px;
    position: absolute;
    display: block;
    top: 0;
    left: 16px;
    right: 16px;
    background: #edf1f3
}

.customer-form__section {
    position: relative;
    padding-bottom: 20px
}

.customer-form__section + .customer-form__section {
    padding-top: 20px;
    border-top: 1px solid #edf1f3
}

.customer-form__content {
    max-width: 550px
}

.customer-form--pgw {
    padding: 0
}

.react-datepicker {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    padding: 15px !important;
    border: none !important
}

@media screen and (max-height: 600px) {
    .react-datepicker {
        height: 290px;
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
}

.react-datepicker__triangle {
    border-bottom-color: #fff !important
}

.react-datepicker__triangle:before {
    display: none
}

.react-datepicker__day-name {
    width: 35px !important
}

.react-datepicker__year-select {
    display: block;
    width: 100%;
    border-radius: 24px;
    height: 47px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #c3ccd9;
    line-height: 45px;
    padding: 0 35px 0 15px;
    color: #6e82a2;
    font-size: 14px;
    transition: border-color .15s ease, background-color .15s ease;
    background-color: #f0f3f8;
    border-color: #f0f3f8;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    -webkit-appearance: none;
    appearance: none;
    position: relative
}

.react-datepicker__year-select--small {
    height: 40px;
    font-size: 12px;
    line-height: 38px
}

.react-datepicker__year-select--disabled {
    border-color: #f0f3f8;
    background-color: #f0f3f8;
    pointer-events: none
}

.react-datepicker__year-select--disabled:focus {
    background-color: #fff
}

.react-datepicker__year-select::-ms-expand {
    display: none
}

.react-datepicker__year-select:focus {
    border-color: #00aa81;
    outline: none;
    background: #fff
}

.react-datepicker__year-dropdown-container {
    position: relative
}

.react-datepicker__year-dropdown-container:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: solid;
    border-color: #c3ccd9;
    border-width: 0 2px 2px 0;
    padding: 4px;
    display: block;
    width: 0;
    height: 0;
    -webkit-user-select: none;
    user-select: none;
    transform: rotate(45deg) translateY(-50%) scale(.8);
    margin-top: -2px
}

.react-datepicker__year-dropdown-container:after--top {
    margin-top: -6px;
    transform: rotate(-135deg) translateY(-50%)
}

.react-datepicker__year-dropdown-container:after--bottom {
    transform: rotate(45deg) translateY(-50%);
    margin-top: -3px
}

.react-datepicker__year-dropdown-container:after--right {
    right: 12px
}

.react-datepicker__year-dropdown-container:after--center {
    position: static;
    margin-top: -10px;
    transform: rotate(-135deg) translateY(-50%) translateX(-50%)
}

.react-datepicker__day-names {
    position: relative;
    width: 100%
}

.react-datepicker__header__dropdown {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    padding-right: 20px !important
}

.react-datepicker__month-dropdown-container {
    display: none !important
}

@media screen and (max-height: 600px) {
    .react-datepicker__month {
        margin: .2rem 0 0
    }
}

.react-datepicker__current-month {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #072443 !important;
    padding-left: 20px !important;
    display: flex;
    height: 40px;
    font-family: Gilroy, sans-serif;
    width: 50%;
    align-self: center;
    align-items: center
}

.react-datepicker__navigation:focus {
    outline: none !important
}

.react-datepicker__navigation--previous {
    top: 28px
}

@media screen and (max-height: 600px) {
    .react-datepicker__navigation--previous {
        top: 23px
    }
}

.react-datepicker__navigation--next {
    top: 28px;
    left: 152px
}

@media screen and (max-height: 600px) {
    .react-datepicker__navigation--next {
        top: 23px;
        left: 140px
    }
}

.react-datepicker__header {
    background: transparent !important;
    min-height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 0 !important;
    border-bottom: 1px solid #cdd2da !important
}

@media screen and (max-height: 600px) {
    .react-datepicker__header__dropdown {
        padding-right: 0 !important
    }
}

.react-datepicker__day {
    border-radius: 50% !important;
    transition: background .15s ease;
    font-size: 14px !important;
    width: 35px !important;
    line-height: 35px !important;
    font-family: Gilroy, sans-serif;
    color: #072443;
    font-weight: 400 !important;
    outline: none
}

.react-datepicker__day--selected {
    color: #fff !important
}

.react-datepicker__day--keyboard-selected {
    color: #fff !important
}

.react-datepicker__day--weekend:not(.react-datepicker__day--selected) {
    color: #fe5151
}

.react-datepicker__day--disabled {
    color: #c1c3c7 !important
}

@media screen and (max-height: 600px) {
    .react-datepicker__day {
        width: 27px !important;
        line-height: 27px !important
    }
}

@media screen and (max-height: 600px) {
    .react-datepicker__day-name {
        width: 27px !important;
        line-height: 27px !important
    }
}

.react-datepicker__input-container input {
    display: block;
    width: 100%;
    border-radius: 24px;
    height: 47px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #c3ccd9;
    line-height: 45px;
    padding: 0 40px 0 22px;
    color: #6e82a2;
    font-size: 14px;
    transition: border-color .15s ease, background-color .15s ease;
    -webkit-appearance: none;
    height: 40px;
    font-size: 12px;
    line-height: 40px
}

.react-datepicker__input-container input--small {
    height: 40px;
    font-size: 12px;
    line-height: 38px
}

.react-datepicker__input-container input--disabled {
    border-color: #f0f3f8;
    background-color: #f0f3f8;
    pointer-events: none
}

.react-datepicker__input-container input--disabled:focus {
    background-color: #fff
}

.react-datepicker__input-container input:focus {
    background-color: #fff;
    border-color: #00aa81;
    outline: none
}

.my-date-input-picker {
    fill: #6e82a2;
    width: 135px;
    display: flex;
    position: relative
}

.my-date-input-picker .svg-icon {
    top: 12px;
    right: 16px;
    font-size: 14px;
    fill: inherit;
    position: absolute;
    pointer-events: none
}

.my-date-input-picker.active {
    fill: #00aa81
}

.react-datepicker__day-name, .react-datepicker__time-name {
    font-size: 11px !important;
    font-family: Gilroy, sans-serif !important;
    color: #868c96 !important;
    font-weight: 500 !important
}

.react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--scroll {
    margin: 0 !important
}

select::-ms-expand {
    display: none;
    -webkit-appearance: none;
    appearance: none
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
    background-color: #ff6b00
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--in-range:hover, .react-datepicker__year-text--selected:hover, .react-datepicker__year-text--in-selecting-range:hover, .react-datepicker__year-text--in-range:hover {
    background-color: #00aa81
}

.form-input {
    position: relative;
    display: block;
    width: 100%
}

.form-input__input {
    display: block;
    width: 100%;
    border-radius: 24px;
    height: 47px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #c3ccd9;
    line-height: 45px;
    padding: 0 40px 0 22px;
    color: #6e82a2;
    font-size: 14px;
    transition: border-color .15s ease, background-color .15s ease;
    background-position-x: 85% !important
}

.form-input__input--small {
    height: 40px;
    font-size: 12px;
    line-height: 38px
}

.form-input__input--disabled {
    border-color: #f0f3f8;
    background-color: #f0f3f8;
    pointer-events: none
}

.form-input__input--disabled:focus {
    background-color: #fff
}

.form-input__input--province {
    padding-right: 15px
}

.form-input__input--password {
    padding: 0 66px 0 22px
}

.form-input__input--icon {
    padding-left: 50px
}

.form-input__input--error {
    border-color: #fe5151
}

.form-input__input--reverse-icon {
    padding-right: 50px;
    padding-left: 22px
}

.form-input__input:placeholder {
    color: #868c96
}

.form-input__input:active:not([disabled]), .form-input__input:focus:not([disabled]) {
    outline: none;
    border-color: #00aa81;
    line-height: normal
}

.form-input__input:active:not([disabled]):placeholder, .form-input__input:focus:not([disabled]):placeholder {
    color: transparent
}

.form-input__input:active:not([disabled]) + .form-input__icon--main .svg-icon, .form-input__input:focus:not([disabled]) + .form-input__icon--main .svg-icon {
    color: #00aa81
}

.form-input__input:active:not([disabled]) + .form-input__icon--reverse .svg-icon, .form-input__input:focus:not([disabled]) + .form-input__icon--reverse .svg-icon {
    color: #00aa81
}

.form-input__icon {
    position: absolute;
    width: 16px;
    display: flex;
    height: 100%;
    justify-content: center;
    top: 0;
    align-items: center;
    font-size: 16px
}

.form-input__icon--loader {
    color: #6e82a2;
    right: 14px;
    font-size: 11px
}

.form-input__icon--loader .svg-icon {
    animation: loader-rotate .8s linear infinite
}

.form-input__icon--error {
    color: #fe5151;
    right: 14px
}

.form-input__icon--success {
    color: #00aa81;
    right: 14px
}

.form-input__icon--main {
    left: 20px
}

.form-input__icon--main .svg-icon {
    max-height: 100%;
    height: 16px;
    color: #6e82a2;
    transition: color .1s ease
}

.form-input__icon--reverse {
    right: 13px
}

.form-input__icon--reverse .svg-icon {
    max-height: 100%;
    height: 16px;
    color: #303955;
    transition: color .1s ease
}

.form-input__icon--secondary {
    right: 6px;
    width: 30px;
    color: #c3ccd9;
    pointer-events: auto
}

.form-input__icon--offset {
    right: 36px
}

.form-input ::-ms-clear, .form-input ::-ms-reveal {
    display: none
}

@keyframes loader-rotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.cabinet-table {
    width: 100%;
    position: relative
}

.cabinet-table tbody tr {
    transition: background-color .15s ease;
    border-bottom: 1px solid #edf1f3
}

.cabinet-table tbody tr:hover:not(.inner):not(.active) {
    background: rgba(232, 236, 241, 0.7)
}

.cabinet-table__wrapper {
    border-radius: 0 0 16px 16px
}

.cabinet-table__wrapper--betting-history {
    overflow-y: hidden;
    overflow-x: auto
}

.cabinet-table__wrapper--betting-history table {
    min-width: 1350px
}

.cabinet-table__wrapper--betting-history thead {
    border-radius: 2px;
    overflow: hidden
}

.cabinet-table__wrapper--betting-history thead th {
    overflow: hidden
}

.cabinet-table__wrapper--betting-history thead th:nth-child(1) {
    border-radius: 2px 0 0 2px
}

.cabinet-table__wrapper--betting-history thead th:nth-last-child(1) {
    border-radius: 0 2px 2px 0
}

.cabinet-table__wrapper--betting-history tbody tr {
    transition: background-color .15s ease
}

.cabinet-table__wrapper--betting-history tbody tr:nth-child(1n + 2) {
    border-top: 1px solid #edf1f3
}

.cabinet-table__wrapper--betting-history tbody tr:hover {
    background: #edf1f3
}

.cabinet-table__heading {
    background: #22323a
}

.cabinet-table__show-active thead, .cabinet-table__show-active tr, .cabinet-table__show-active th:first-of-type {
    padding-left: 25px
}

.cabinet-table__show-active tbody tr {
    border-left: 3px solid transparent;
    cursor: pointer
}

.cabinet-table__show-active tbody tr.active {
    background: #edf1f3;
    border-left-color: #00aa81
}

.cabinet-table__show-active tbody tr.inner {
    background: rgba(232, 236, 241, 0.4);
    cursor: default
}

.cabinet-table__show-active tbody tr.inner td {
    font-size: 14px;
    padding: 20px 10px;
    vertical-align: top;
    color: $ cabinetTableTdBaseColor;
    font-weight: 400
}

.cabinet-table__show-active tbody tr.inner td:nth-child(1) {
    padding-left: 50px
}

.cabinet-table__show-active tbody tr.inner td:nth-last-child(1) {
    padding-right: 20px
}

.cabinet-table__bet {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between
}

.cabinet-table__bet + .cabinet-table__bet {
    border-top: 1px solid #edf1f3;
    margin-top: 9px;
    padding-top: 9px
}

.cabinet-table__bet-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column
}

.cabinet-table__bet-item .event-status__live {
    position: absolute;
    left: -33px;
    top: 22px
}

.cabinet-table__bet-item span {
    display: block
}

.cabinet-table__bet-item span + span {
    padding-top: 5px
}

.cabinet-table__bet-item--w_150 {
    flex: 0 0 150px
}

.cabinet-table__bet-item--w_200 {
    flex: 0 0 200px
}

.cabinet-table__bet-item--w_100 {
    flex: 0 0 100px
}

.cabinet-table__bet-item--no-one-line {
    white-space: normal
}

.cabinet-table__game-icon {
    display: block;
    width: 16px;
    position: relative;
    top: -1px;
    margin-right: 8px
}

.cabinet-table__game-icon img {
    display: block;
    width: 100%
}

.cabinet-table__th {
    color: #868c96;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    min-height: 30px;
    padding: 9px 10px 8px 10px
}

.cabinet-table__th:nth-child(1) {
    padding-left: 15px
}

.cabinet-table__th:nth-last-child(1) {
    padding-right: 15px
}

.cabinet-table__th--w_250 {
    width: 250px;
    box-sizing: content-box
}

.cabinet-table__th--w_150 {
    width: 150px;
    box-sizing: content-box
}

.cabinet-table__th--w_75 {
    width: 75px
}

.cabinet-table__th--w_200 {
    width: 200px;
    box-sizing: content-box
}

.cabinet-table__th--w_100 {
    width: 100px;
    box-sizing: content-box
}

.cabinet-table__th--bet {
    padding-left: 35px
}

.cabinet-table__td {
    color: $ cabinetTableTdBaseColor;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 10px;
    line-height: 20px;
    vertical-align: top
}

.cabinet-table__td:nth-child(1) {
    padding-left: 15px
}

.cabinet-table__td:nth-last-child(1) {
    padding-right: 15px
}

.cabinet-table__td--bet {
    padding-left: 35px
}

.cabinet-table__td--mid {
    vertical-align: middle
}

.cabinet-table__td--bold {
    font-weight: 700
}

.cabinet-table__td--w_75 {
    width: 75px
}

.cabinet-table__time {
    color: $ cabinetTableTdBaseColor;
    text-transform: uppercase;
    font-weight: 400;
    paddin-top: 3px
}

.cabinet-table__winning {
    color: $ cabinetTableWinAmount
}

.cabinet-table__pending {
    color: $ cabinetTableTdBaseColorAlpha
}

.cabinet-table__type-wrapper {
    display: flex;
    align-items: center
}

.cabinet-table__type-wrapper--icon .svg-icon {
    margin-right: 8px;
    font-size: 20px
}

.cabinet-table__type-wrapper--title {
    text-transform: uppercase;
    font-weight: 700
}

.cabinet-table__status {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-flex;
    border-radius: 14px;
    height: 24px;
    padding: 4px 8px;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    white-space: nowrap;
    justify-content: center
}

.cabinet-table__status--pending {
    color: #fff;
    background: var(--tableStatusPending)
}

.cabinet-table__status--lose {
    color: #fff;
    background: var(--tableStatusLose)
}

.cabinet-table__status--win {
    color: #fff;
    background: var(--tableStatusSuccess)
}

.cabinet-table__status--returned {
    color: #fff;
    background: var(--tableStatusReturned)
}

.cabinet-table__status--activated {
    color: #fff;
    background: var(--tableStatusActivated)
}

.cabinet-table__status--min_width {
    width: 100px;
    flex: 0 0 100px
}

.cabinet-table__free-container {
    position: relative;
    display: flex;
    flex-direction: column
}

.cabinet-table__icon-holder {
    display: flex;
    align-items: center;
    position: absolute;
    transform: translateX(-100%);
    top: 2px
}

.cabinet-table__league-info {
    position: relative
}

.cabinet-table__teams {
    position: relative
}

.cabinet-table__stake-amount {
    position: relative;
    display: flex;
    align-items: center
}

.cabinet-table__bet-arrow--cashout {
    position: relative;
    top: -1px
}

.cabinet-table__bet-arrow--padding {
    padding: 0 5px 0 7px
}

.cabinet-table__bet-arrow--returned {
    position: relative;
    top: -1px;
    padding-right: 5px
}

.cabinet-table__stake-cotainer {
    display: flex;
    align-items: center
}

.cabinet-table__td-transform {
    position: relative;
    transform: translateX(-10px)
}

.cabinet-table__cashout {
    width: 150px;
    border-radius: 26px;
    overflow: hidden;
    margin-top: -5px
}

.not-found {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 300px
}

.not-found__icon {
    position: relative;
    width: 133px;
    height: 133px;
    border-radius: 50%;
    background: #e1e8ef;
    margin: 0 0 0 0
}

.not-found__icon + .not-found__text {
    margin-top: 34px
}

.not-found__icon .svg-icon {
    height: 107px;
    position: absolute;
    width: 107px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    transform: translate(-50%, -39px)
}

.not-found__text {
    color: #072443;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 16px;
    font-weight: 500
}

.cookie-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 101;
    pointer-events: auto !important
}

.cookie-bar * {
    pointer-events: auto !important
}

.cookie-bar__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: calc(100% - 150px)
}

.cookie-bar__message {
    margin-left: 10px
}

.cookie-bar__link {
    color: #fff
}

.cookie-bar__button {
    margin-left: 20px
}

@media screen and (max-width: 800px) {
    .cookie-bar__icon {
        margin: 0 auto
    }

    .cookie-bar__content {
        display: block
    }

    .cookie-bar__message {
        margin-top: 10px
    }

    .cookie-bar__button {
        margin: 10px auto 0
    }
}

.ui-select {
    position: relative;
    width: 100%
}

.ui-select__outer {
    display: block;
    width: 100%;
    border-radius: 24px;
    height: 47px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #c3ccd9;
    line-height: 45px;
    padding: 0 26px 0 20px;
    color: #6e82a2;
    font-size: 14px;
    transition: border-color .15s ease, background-color .15s ease;
    position: relative;
    cursor: pointer
}

.ui-select__outer--small {
    height: 40px;
    font-size: 12px;
    line-height: 38px
}

.ui-select__outer--disabled {
    border-color: #f0f3f8;
    background-color: #f0f3f8;
    pointer-events: none
}

.ui-select__outer--disabled:focus {
    background-color: #fff
}

.ui-select__outer--icon {
    padding-left: 50px
}

.ui-select__outer--selected .ui-select__outer-text {
    color: #6e82a2
}

.ui-select__outer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    font-size: 16px;
    color: #6e82a2;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%)
}

.ui-select__outer-text {
    color: #868c96;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-select__outer-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    display: flex;
    align-items: center;
    color: #c3ccd9;
    font-size: 14px
}

.ui-select__outer-arrow .svg-icon {
    transform: rotate(180deg);
    transition: transform .15s ease
}

.ui-select__inner {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 5px;
    pointer-events: none
}

.ui-select__inner > * {
    pointer-events: auto
}

.ui-select__inner.ui-select__inner--small .ui-select__list-item {
    min-height: 34px;
    font-size: 12px
}

.ui-select__list {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.21);
    max-height: 190px;
    overflow-y: auto;
    scrollbar-color: rgba(0, 170, 129, 0.4) transparent;
    scrollbar-width: thin
}

.ui-select__list::-webkit-scrollbar {
    width: 6px
}

.ui-select__list::-webkit-scrollbar-track {
    border-radius: 3px
}

.ui-select__list::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 170, 129, 0.4);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.ui-select__list-item {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    min-height: 40px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(62, 64, 73, 0.5);
    transition: color .15s ease, background-color .15s ease;
    -webkit-user-select: none;
    user-select: none
}

.ui-select__list-item:hover {
    background-color: #f0f3f8;
    color: #3e4049;
    cursor: pointer
}

.ui-select__list-item--active {
    background-color: #00aa81;
    color: #fff
}

.ui-select__list-item-icon {
    width: 35px;
    margin-right: 10px
}

.ui-select__flag {
    width: 28px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px
}

.ui-select__flag img {
    display: block
}

.ui-select__search {
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.ui-select__search input {
    height: 100%;
    width: 100%;
    background: none;
    border: 0;
    padding: 0 26px 0 21px;
    font-weight: 400;
    color: #6e82a2;
    outline: none;
    font-size: 14px
}

.ui-select__search input:placeholder {
    color: #868c96
}

.ui-select__actions {
    display: none
}

.ui-select__currency-item {
    width: 100%;
    display: flex
}

.ui-select__currency-item-name {
    width: calc(100% - 50px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.ui-select__currency-item-code {
    width: 50px;
    text-align: right
}

.ui-select.ui-select--open .ui-select__outer {
    border-color: #00aa81 !important
}

.ui-select.ui-select--open .ui-select__outer-arrow .svg-icon {
    transform: rotate(0deg)
}

.ui-select.ui-select--open .ui-select__inner {
    display: block
}

.ui-select.ui-select--open.ui-select--searchable .ui-select__outer-icon, .ui-select.ui-select--open.ui-select--searchable .ui-select__outer-text {
    display: none
}

.ui-select.ui-select--error .ui-select__outer {
    border-color: #fe5151
}

.ui-select.ui-select--disabled .ui-select__outer {
    pointer-events: none;
    opacity: .8;
    background-color: #efefef;
    border-color: #efefef
}

.ui-select.ui-select--small .ui-select__outer {
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    border-radius: 20px
}

.ui-select.ui-select--small .ui-select__search input {
    font-size: 12px
}

.ui-select.ui-select--small .ui-select__outer-arrow {
    font-size: 12px
}

.widget__fallback .form-select__list-dropdown {
    max-width: 100%
}

.widget__fallback .form-select__list-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.app-dropdown {
    position: relative
}

.app-dropdown--big .app-dropdown__holder {
    height: 40px;
    border-radius: 14px;
    padding: 0 15px
}

.app-dropdown--big .app-dropdown__holder-text {
    font-size: 14px
}

.app-dropdown--big .app-dropdown__icon {
    font-size: 11px
}

.app-dropdown--big .app-dropdown__list {
    top: 45px
}

.app-dropdown--opened .app-dropdown__list {
    display: block
}

.app-dropdown--opened .app-dropdown__icon {
    transform: rotate(0)
}

.app-dropdown--text_capitalize .app-dropdown__item-text {
    text-transform: capitalize
}

.app-dropdown__icon {
    color: #445058;
    transform: rotate(-180deg);
    font-size: 9px
}

.app-dropdown__holder {
    border-radius: 10px;
    background: #fff;
    height: 22px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    color: #303955;
    justify-content: space-between;
    overflow: hidden;
    border: 1px solid #c3ccd9;
    -webkit-user-select: none;
    user-select: none
}

.app-dropdown__holder-text {
    font-size: 12px;
    font-weight: 400;
    color: #6e82a2;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 1px;
    padding-right: 8px
}

.filter-section__language .app-dropdown__holder-text {
    color: #445058
}

.app-dropdown__list {
    list-style: none;
    position: absolute;
    top: 27px;
    margin: 0;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    border-radius: 8px;
    min-width: 100%;
    display: none;
    background: #f0f3f8;
    z-index: 10;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.21)
}

.app-dropdown__item-text {
    padding: 4px 10px;
    box-sizing: border-box;
    min-height: 20px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 500;
    color: #6e82a2;
    display: flex;
    align-items: center;
    transition: color .15s ease, background-color .15s ease
}

.app-dropdown__item {
    transition: color .15s ease, background-color .15s ease;
    cursor: pointer
}

.app-dropdown__item:nth-child(1) {
    border-radius: 8px 8px 0 0
}

.app-dropdown__item:nth-last-child(1) {
    border-radius: 0 0 8px 8px
}

.app-dropdown__item:only-child {
    border-radius: 8px
}

.app-dropdown__item:hover {
    background-color: #00aa81
}

.app-dropdown__item:hover .app-dropdown__item-text {
    color: #fff
}

.app-dropdown__item--active {
    cursor: default;
    background-color: #00aa81
}

.app-dropdown__item--active .app-dropdown__item-text {
    color: #fff
}

.app-dropdown__item--icon {
    display: flex;
    align-items: center
}

.form-select {
    position: relative;
    width: 100%
}

.form-select--open .form-select__arrow-container {
    transform: translateY(-50%) scaleY(-1);
    margin-top: 1px
}

.form-select--open .form-select__list-dropdown {
    display: block
}

.form-select--open .form-select__select-flex-list {
    display: flex
}

.form-select--open .form-select__placeholder {
    border-color: #00aa81
}

.form-select--disabled .form-select__placeholder {
    background-color: #f0f3f8;
    border-color: #f0f3f8
}

.form-select--disabled.form-select--open .form-select__placeholder {
    border-color: #00aa81;
    background: #fff
}

.form-select--mini .form-select__placeholder {
    font-size: 12px;
    line-height: 30px;
    height: 30px
}

.form-select--mini .form-select__search-input {
    font-size: 12px;
    line-height: 30px
}

.form-select--mini .form-select__arrow {
    transform: rotate(45deg) translateY(-50%) scale(.8)
}

.form-select--mini .form-select__list-dropdown {
    top: 35px
}

.form-select--mini .form-select__select-flex-list {
    top: 60px
}

.form-select--small .form-select__placeholder {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    color: #445058
}

.form-select--small .form-select__search-input {
    font-size: 12px;
    line-height: 40px
}

.form-select--small .form-select__arrow {
    transform: rotate(45deg) translateY(-50%) scale(.8);
    border-color: #445058
}

.form-select--small .form-select__list-dropdown {
    top: 45px
}

.form-select--small .form-select__select-flex-list {
    top: 60px
}

.form-select--height_30 .form-select__placeholder {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding-left: 15px
}

.form-select--height_30 .form-select__search-input {
    font-size: 12px;
    line-height: 30px
}

.form-select--height_30 .form-select__arrow {
    transform: rotate(45deg) translateY(-50%) scale(.8)
}

.form-select--height_30 .form-select__list-dropdown {
    top: 34px
}

.form-select--height_30 .form-select__select-flex-list {
    top: 34px
}

.form-select--text_capitalize .form-select__placeholder {
    text-transform: capitalize
}

.form-select--text_capitalize .form-select__search-input {
    text-transform: capitalize
}

.form-select--text_capitalize .form-select__list-text {
    text-transform: capitalize
}

.form-select--text_capitalize .select-flex-list-item__text {
    text-transform: capitalize
}

.form-select--disabled .form-select__placeholder {
    pointer-events: none;
    background-color: #dedede;
    border-color: #dedede;
    color: #072443;
    opacity: .3
}

.form-select__placeholder {
    display: block;
    width: 100%;
    border-radius: 24px;
    height: 47px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #c3ccd9;
    line-height: 45px;
    padding: 0 45px 0 22px;
    color: #6e82a2;
    font-size: 14px;
    transition: border-color .15s ease, background-color .15s ease;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.form-select__placeholder--small {
    height: 40px;
    font-size: 12px;
    line-height: 38px
}

.form-select__placeholder--disabled {
    border-color: #f0f3f8;
    background-color: #f0f3f8;
    pointer-events: none
}

.form-select__placeholder--disabled:focus {
    background-color: #fff
}

.event-full-markets .form-select__placeholder {
    color: #072443;
    border-color: #c3ccd9
}

.form-select__placeholder--icon {
    padding-left: 50px
}

.form-select__placeholder--error {
    border-color: #fe5151
}

.form-select__icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.form-select__arrow-container {
    width: 13px;
    height: 7px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.form-select__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: solid;
    border-color: #c3ccd9;
    border-width: 0 2px 2px 0;
    padding: 4px;
    display: block;
    width: 0;
    height: 0;
    -webkit-user-select: none;
    user-select: none
}

.form-select__arrow--top {
    margin-top: -6px;
    transform: rotate(-135deg) translateY(-50%)
}

.form-select__arrow--bottom {
    transform: rotate(45deg) translateY(-50%);
    margin-top: -3px
}

.form-select__arrow--right {
    right: 12px
}

.form-select__arrow--center {
    position: static;
    margin-top: -10px;
    transform: rotate(-135deg) translateY(-50%) translateX(-50%)
}

.form-select__list-dropdown {
    display: none;
    overflow: hidden;
    border-radius: 8px;
    min-width: 100%;
    background: #f0f3f8;
    z-index: 10;
    position: absolute;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.21);
    max-height: 190px;
    overflow-y: auto;
    left: 0;
    top: 52px;
    list-style: none;
    margin: 0;
    padding: 0
}

.form-select__list-item {
    transition: color .15s ease, background-color .15s ease;
    cursor: pointer
}

.form-select__list-item:nth-child(1) {
    border-radius: 8px 8px 0 0
}

.form-select__list-item:nth-last-child(1) {
    border-radius: 0 0 8px 8px
}

.form-select__list-item:hover {
    background-color: #00aa81
}

.form-select__list-item:hover .form-select__list-text {
    color: #fff
}

.form-select__list-item--active {
    cursor: default;
    background-color: #00aa81
}

.form-select__list-item--active .form-select__list-text {
    color: #fff
}

.form-select__list-text {
    padding: 4px 10px;
    box-sizing: border-box;
    min-height: 30px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    color: #6e82a2;
    display: flex;
    align-items: center;
    transition: color .15s ease, background-color .15s ease
}

.form-select__search {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.form-select__search-input {
    display: block;
    width: 100%;
    border-radius: 24px;
    height: 47px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #c3ccd9;
    line-height: 45px;
    padding: 0 40px 0 16px;
    color: #6e82a2;
    font-size: 14px;
    transition: border-color .15s ease, background-color .15s ease;
    width: 100%;
    height: 100%;
    border-color: #00aa81
}

.form-select__search-input--small {
    height: 40px;
    font-size: 12px;
    line-height: 38px
}

.form-select__search-input--disabled {
    border-color: #f0f3f8;
    background-color: #f0f3f8;
    pointer-events: none
}

.form-select__search-input--disabled:focus {
    background-color: #fff
}

.form-select__search-input:focus, .form-select__search-input:active {
    outline: none
}

.form-select__wrapper {
    position: relative
}

.form-select__text-holder {
    color: #868c96
}

.event-full-markets .form-select__text-holder {
    color: #072443
}

.select-flex-list {
    display: none;
    flex-wrap: wrap;
    border-radius: 8px;
    background: #fff;
    z-index: 11;
    position: absolute;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    width: 220px;
    right: 0;
    top: 52px;
    margin: 0;
    padding: 25px 35px
}

.select-flex-list:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 13px 10px;
    border-color: transparent transparent #00aa81 transparent;
    right: 70px;
    top: -25px
}

.select-flex-list--columns_4 {
    width: 880px
}

.select-flex-list--columns_4 .select-flex-list-item {
    width: calc(25% - 20px)
}

.select-flex-list--columns_3 {
    width: 660px
}

.select-flex-list--columns_3 .select-flex-list-item {
    width: calc(33.333% - 20px)
}

.select-flex-list__item {
    padding: 10px
}

.select-flex-list-item {
    transition: background .15s ease, color .15s ease;
    cursor: pointer;
    width: 100%;
    color: #6e82a2;
    padding: 0;
    margin: 2px 10px;
    border-radius: 25px;
    text-decoration: none
}

.select-flex-list-item:focus, .select-flex-list-item:active {
    text-decoration: none
}

.select-flex-list-item:hover:not(.active) {
    background: #00aa81;
    color: #fff
}

.select-flex-list-item.active {
    background: #00aa81;
    border-radius: 21px;
    color: #fff;
    cursor: default;
    pointer-events: none
}

.select-flex-list-item__content {
    display: flex;
    align-items: center;
    height: 39px
}

.select-flex-list-item__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    margin: 0 18px 0 3px;
    border-radius: 50%;
    background: #e8ecf6;
    width: 33px;
    height: 33px
}

.select-flex-list-item__icon {
    width: 100%;
    max-width: 25px;
    max-height: 25px;
    height: auto;
    position: relative
}

.select-flex-list-item__text {
    font-size: 14px;
    font-weight: 500
}

.sign-up__wrapper {
    padding: 10px
}

.sign-up__content {
    padding: 0 0 20px 0
}

.sign-up__content--m_top {
    margin-top: 30px
}

.sign-up__banner {
    display: block;
    border-radius: 8px;
    font-size: 0;
    line-height: 0
}

.sign-up__banner img, .sign-up__banner div {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    width: 100%;
    height: 213px;
    background: #000;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.sign-up__title {
    color: #072443;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0
}

.sign-up__title span {
    font-size: 19px;
    display: block;
    padding-bottom: 10px
}

.sign-up-bonus {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d6dae1;
    margin-bottom: 18px
}

.sign-up-bonus__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 30px
}

.sign-up-bonus__item:not(.active) {
    cursor: pointer
}

.sign-up-bonus__item:hover .sign-up-bonus__item-title, .sign-up-bonus__item.active .sign-up-bonus__item-title {
    color: #00aa81
}

.sign-up-bonus__item:hover .sign-up-bonus__item-title .svg-icon, .sign-up-bonus__item.active .sign-up-bonus__item-title .svg-icon {
    color: #00aa81
}

.sign-up-bonus__item:nth-child(1n + 2) {
    border-left: 1px solid #d6dae1
}

.sign-up-bonus__item-title {
    font-size: 14px;
    color: #072443;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: color .2s ease
}

.sign-up-bonus__item-title .svg-icon {
    display: block;
    font-size: 24px;
    transition: color .2s ease;
    position: relative;
    top: -1px;
    color: #6e82a2;
    margin-right: 8px
}

.sign-up-bonus__item-text {
    color: #6e82a2;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 8px 0 0 0
}

.register-steps {
    display: flex;
    justify-content: space-between;
    width: 280px;
    margin: 30px auto;
    position: relative
}

.register-steps:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 17px;
    right: 17px;
    border-top: 1px dashed #d6dae1
}

.register-steps__item {
    position: relative;
    z-index: 1;
    width: 34px;
    height: 34px;
    display: flex;
    line-height: 34px;
    justify-content: center;
    transition: background-color .15s ease, color .15s ease;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    background-color: #edeff2;
    color: #868c96
}

.register-steps__item--active {
    color: #fff;
    background-color: #00aa81
}

.register-steps__item--passed {
    cursor: pointer
}

.base-form {
    position: relative;
    z-index: 2
}

.base-form .relative {
    position: relative
}

.base-form .notice-box--center {
    right: -20px
}

.base-form__set {
    display: flex;
    flex-wrap: wrap;
    padding: 0 130px
}

.base-form__set--dob .base-form__title {
    display: none
}

.base-form__set--dob .relative {
    width: 100%;
    margin: 0 7px
}

.base-form__set--dob .notice-box--center {
    top: calc(50% + 24px)
}

.base-form__set--dob .notice-box__position--top {
    bottom: 10px
}

.base-form__field {
    width: 100%;
    padding: 0 7px;
    margin-bottom: 20px
}

.base-form__field--country {
    position: relative
}

.base-form__field--dob-title {
    display: flex;
    align-items: center
}

.base-form__field--action {
    display: flex;
    justify-content: center;
    margin-bottom: 0
}

.base-form__field--action .app-button {
    width: 100%
}

.base-form__field--button .app-button {
    width: 100%;
    height: 47px;
    line-height: 1;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 700
}

.base-form__field--terms .form__label {
    width: 100%
}

.base-form__field--half {
    width: 50%
}

.base-form__field--third {
    width: 33.3333%
}

.base-form__field--fourth {
    width: 25%
}

.base-form__field-text {
    width: 100%
}

.base-form__code-sent {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 20px 0;
    padding: 0 7px;
    width: 100%;
    justify-content: space-between
}

.base-form__code-sent--confirmation {
    margin: 5px 10px 0 0
}

.base-form__code-sent--timer {
    text-decoration: underline;
    font-weight: 700;
    margin: 5px 5px 0 0;
    color: #1a3769
}

.sign-in {
    position: absolute;
    width: 280px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1), 0 7px 39px 12px rgba(21, 42, 71, 0.43);
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    z-index: 10;
    top: 100%;
    margin-top: 8px
}

.sign-in:after {
    display: block;
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff
}

.sign-in__content {
    padding: 25px 20px 0 20px
}

.sign-in__content .form__label {
    margin-top: 20px
}

.sign-in__button {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #bdc5d4;
    margin: 20px 0 0 0
}

.sign-in__link {
    color: #00aa81;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer
}

.sign-in__title {
    font-size: 16px;
    color: #072443;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    position: relative
}

.sign-in__back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 12px;
    color: #072443;
    display: block
}

.sign-in__back:hover {
    color: #00aa81
}

.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.login-form__field {
    position: relative;
    width: 100%;
    margin-top: 20px
}

.code-resend {
    width: 100%;
    font-size: 13px
}

.code-resend button {
    display: inline-block;
    color: #00aa81;
    font-weight: 500;
    font-size: inherit;
    line-height: inherit;
    margin: 0 5px;
    text-decoration: underline
}

.code-resend button:hover {
    text-decoration: none
}

.code-resend__timer {
    display: none;
    margin: 0 5px;
    white-space: nowrap;
    font-weight: 500
}

.code-resend--button-disabled button {
    display: none
}

.code-resend--button-disabled .code-resend__timer {
    display: inline-block
}

.page--casino .footer .page-wrapper {
    max-width: 100%
}

html, body, .mobile-overflow {
    -webkit-overflow-scrolling: touch
}

html, body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html > a, body > a, html button, body button {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.mobile-overflow {
    overflow: hidden;
    overflow-y: auto
}

html.active-modal body {
    overflow: hidden
}

html.active-modal .page {
    pointer-events: none
}

html.active-modal .page .page-header__wrapper {
    filter: blur(2px)
}

html.active-modal .page .page-content .page-wrapper .aside {
    filter: blur(2px)
}

html.active-modal .page .page-content .page-wrapper .center-section {
    filter: blur(2px)
}

html.active-modal .page .page-content .page-wrapper .right-section {
    filter: blur(2px)
}

html.active-modal .page .footer {
    filter: blur(2px)
}

.content {
    max-width: 920px;
    margin: 0 auto;
    width: 100%
}

.content--flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.app-inputmin {
    background: #f0f3f8;
    color: #6e82a2;
    height: 22px;
    border-radius: 10px;
    line-height: 22px;
    padding: 0 28px 0 10px;
    outline: none;
    box-sizing: border-box;
    border: none;
    font-size: 12px;
    font-weight: 400;
    width: 100%
}

.app-inputmin:focus, .app-inputmin:active {
    outline: none
}

.app-inputmin:focus:placeholder, .app-inputmin:active:placeholder {
    color: transparent
}

.app-inputmin__image {
    display: block;
    position: absolute;
    pointer-events: none;
    right: 12px;
    top: 50%;
    transform: translateY(-50%)
}

.app-inputmin:placeholder {
    color: #6e82a2
}

.app-image {
    display: block
}

.no-select {
    -webkit-user-select: none;
    user-select: none
}

.app-link {
    color: inherit
}

.app-link__button {
    text-decoration: none
}

.app-link__button--inline {
    display: inline-block;
    color: inherit
}

.app-link--flex {
    display: flex;
    text-decoration: none
}

.menu-section {
    position: relative;
    padding: 20px 0 17px 0
}

.menu-section:nth-child(1n + 2) {
    border-top: 1px solid #cdd2da
}

.nowrap {
    white-space: nowrap
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.no_wrap {
    white-space: nowrap
}

.page-header__default {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    background-color: #445058
}

.page-header__default--hidden-content {
    border-radius: 8px
}

a:focus {
    outline: none
}

.MH_300 {
    min-height: 300px
}

.ML_10 {
    margin-left: 10px
}

.RELATIVE {
    position: relative
}

.deposit-page iframe {
    flex: 0 0 100%;
    width: 100%;
    display: block;
    border: 0
}

.deposit-page iframe html {
    overflow: hidden
}

.customer-cashier {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.loading-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .15s ease
}

.animation-start .loading-overlay {
    background-color: rgba(0, 0, 0, 0.2)
}

.loading-overlay__logo {
    position: relative
}

.loading-overlay__logo:after {
    content: '';
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    top: 0
}

.loading-overlay__logo img, .loading-overlay__logo svg {
    font-size: 200px;
    display: block
}

.no-events {
    pointer-events: none
}

.Flex {
    display: flex;
    align-items: center
}

.Through {
    text-decoration: line-through
}

.M_t10 {
    margin-top: 10px
}

.M_t5 {
    margin-top: 5px
}

.grecaptcha-badge {
    display: none !important
}

.notice-box {
    position: absolute;
    max-width: 290px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.21);
    border-radius: 15px;
    bottom: 0;
    transform: translateX(100%);
    z-index: 12;
    right: -30px
}

.notice-box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.notice-box ul li {
    font-size: 12px;
    font-weight: 400;
    color: #6e82a2;
    line-height: 1.4;
    position: relative;
    padding-left: 16px
}

.notice-box ul li:after {
    content: '';
    display: block;
    position: absolute;
    background: #00aa81;
    height: 5px;
    border-radius: 50%;
    width: 5px;
    left: 0;
    top: 5px
}

.notice-box ul li:nth-child(1n + 2) {
    margin-top: 8px
}

.notice-box__inner {
    border-radius: 15px;
    overflow: hidden
}

.notice-box--custom {
    transform: translate(100%, calc(25% - 7px));
    right: -5px
}

.notice-box--custom-sign-up {
    transform: translate(100%, calc(25% - 10px))
}

.notice-box--pw-restore {
    transform: translate(100%, 70%)
}

.notice-box--pw-restore:after {
    top: 65px;
    border-right-color: #22323a !important
}

.notice-box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 10px solid #d1dae5;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -10px;
    bottom: 83px
}

.notice-box__position--top {
    width: 100%;
    max-width: none;
    transform: translateX(0);
    right: auto;
    left: 0;
    bottom: 65px
}

.notice-box__position--top:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d1dae5;
    border-bottom: 0 solid transparent;
    position: absolute;
    left: 16px;
    bottom: -11px
}

.notice-box__position--bottom {
    transform: translate(-8%, 105%)
}

.notice-box__position--bottom:after {
    left: 50%;
    top: -11px;
    transform: rotate(90deg)
}

.notice-box__text {
    font-size: 12px;
    font-weight: 500;
    color: #072443
}

.notice-box__title {
    color: #072443;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px
}

.notice-box__section {
    padding: 18px 15px;
    overflow: hidden
}

.notice-box__section--req {
    background: #edf1f3;
    border-radius: 15px 15px 0 0;
    position: relative;
    border-bottom: 1px solid #edf1f3;
    bottom: -1px
}

.notice-box__section--rec {
    border-radius: 0 0 15px 15px;
    background: #d1dae5
}

.notice-box__section--obs {
    border-radius: 15px;
    background: #22323a
}

.notice-box--obs {
    bottom: 120px
}

.notice-box--obs.notice-box__position--top {
    bottom: 200px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.21)
}

.notice-box--obs.notice-box__position--top:after {
    bottom: -10px;
    border-top-color: #22323a;
    border-right-color: transparent
}

.notice-box--obs:after {
    bottom: 30px;
    border-right-color: #22323a
}

.notice-box--center {
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    bottom: auto
}

.notice-box--center:after {
    top: 50%;
    transform: translateY(-50%);
    border-right: 10px solid #22323a
}

.notice-box--center .notice-box__section--req {
    border-bottom: none;
    border-radius: 15px
}

.banner-text-block {
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 130px;
    left: 220px;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-5.5deg);
    width: 340px;
    height: 120px;
    font-size: 20px;
    text-align: center
}

.banner-text-block__title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px
}

.info-box {
    position: relative;
    background-color: #22323a;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.21);
    border-radius: 8px;
    padding: 20px 20px 18px 20px
}

.info-box__text {
    color: #072443;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.info-box__text a, .info-box__text button {
    padding: 0;
    display: inline-flex;
    color: #00aa81;
    text-decoration: underline;
    transition: color .15s ease;
    cursor: pointer
}

.info-box__text a:hover, .info-box__text button:hover {
    color: inherit
}

.react-datepicker-popper {
    z-index: 1
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    font-size: 14px !important;
    color: #6e82a2 !important
}

input::-webkit-contacts-auto-fill-button, input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0
}

.m_t15 {
    margin-top: 15px
}

.BT_gray {
    border-top: 1px solid #e2e8ee
}

button {
    background: transparent;
    border: none;
    display: block;
    padding: 0
}

button:focus {
    outline: none
}

#gameHolder {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

#gameHolder iframe {
    border: 0;
    left: 50%;
    transform: translateX(-50%)
}

.event-table {
    min-height: 100px
}

.event-status__live {
    height: 14px;
    background-color: #fe5151;
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.event-status__live--free {
    position: static;
    background: #778ca9;
    display: inline-flex;
    margin: 2px 0 0 0;
    align-self: flex-start
}

.event-status__live--big {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.event-status__live--big.c_blue {
    background-color: #00aa81
}

.event-status__live--big.coupon-count {
    background-color: #00aa81;
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

body:-webkit-full-screen .casino-game__container {
    height: calc(100vh - 115px)
}

body:fullscreen .casino-game__container {
    height: calc(100vh - 115px)
}

body:-webkit-full-screen #chat-widget-container {
    display: none
}

body:fullscreen #chat-widget-container {
    display: none
}

body:-webkit-full-screen .casino-game__container {
    height: calc(100vh - 115px)
}

body:-webkit-full-screen #chat-widget-container {
    display: none
}

.holder {
    position: relative;
    height: 20px;
    flex: 0 0 20px;
    min-width: 20px;
    width: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    top: -1px
}

.holder img {
    display: block;
    width: 20px
}

.holder--small {
    height: 16px;
    flex: 0 0 16px;
    min-width: 16px;
    width: 16px;
    margin-right: 8px
}

.holder--small img {
    width: 100%;
    height: auto
}

.holder--small .flag-icon {
    width: 16px;
    height: 12px
}

.site-menu__link-text {
    display: flex;
    line-height: 20px;
    align-items: center;
    flex-wrap: nowrap
}

.seo-footer {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: calc(16vw + 20px);
    margin-right: calc(18vw + 20px)
}

.seo-footer.text-page {
    padding: 0 20px
}

.seo-footer.text-page h1, .seo-footer.text-page h2, .seo-footer.text-page h3 {
    color: #00aa81
}

@media screen and (max-width: 1560px) {
    .seo-footer {
        margin-left: 270px;
        margin-right: 300px
    }
}

@media screen and (max-width: 1250px) {
    .seo-footer {
        margin-right: 10px
    }
}

.full-page-width .seo-footer {
    max-width: 1460px;
    margin-left: auto !important;
    margin-right: auto !important
}

.footer {
    background: #fff;
    padding: 50px 10px 40px 10px;
    max-width: calc(100% - 34vw - 40px);
    margin-left: calc(16vw + 20px);
    overflow: hidden;
    position: relative;
    z-index: 5;
    border-radius: 8px 8px;
    margin-top: 15px
}

@media screen and (max-width: 1560px) {
    .footer {
        margin-left: 270px;
        max-width: calc(100% - 570px)
    }
}

@media screen and (max-width: 1250px) {
    .footer {
        max-width: calc(100% - 250px);
        margin-right: 10px
    }
}

.appReady .footer {
    display: block
}

.page-colum-two .footer {
    max-width: 100%;
    margin-right: 10px
}

.text_page-1 .footer {
    max-width: 100%;
    margin-right: 10px
}

.full-page-width .footer {
    margin: 0 10px;
    max-width: 100%;
    border-radius: 8px 8px 0 0
}

.footer__content {
    margin: 0 auto;
    width: 100%;
    max-width: 1460px
}

.footer__menu {
    display: flex;
    justify-content: space-around
}

.footer__menu-title {
    color: #445058;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0 0 20px 0
}

@media screen and (max-width: 1429px) {
    .footer__menu-title {
        font-size: 12px
    }
}

.footer__payments {
    margin: 30px 0;
    border-top: 1px solid #868c96;
    border-bottom: 1px solid #868c96;
    padding: 30px 0
}

.footer__payments .payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer__payments .payment-methods__item {
    padding: 15px;
    height: 60px
}

.footer__payments .payment-methods__item img {
    height: 100%;
    width: auto
}

.footer__payments .payment-methods__item--small {
    height: 80px
}

.footer__payments .payment-methods__item--hide {
    display: none
}

.footer__text {
    color: #868c96;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer__text p {
    margin: 0;
    padding: 0
}

.footer__text p + p {
    margin-top: 23px
}

.footer__text-info {
    margin-right: 25px
}

.footer__age-list {
    display: flex
}

.footer__text-image {
    color: #f6f7f9;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f04e34;
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    position: relative;
    height: 40px;
    text-decoration: none
}

.footer__text-image + .footer__text-image {
    margin-left: 12px
}

.footer__validators {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-menu__item:nth-child(1n + 2) {
    margin-top: 5px
}

.footer-menu__link {
    display: inline-block;
    color: #868c96;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    position: relative;
    text-decoration: none
}

@media screen and (max-width: 1429px) {
    .footer-menu__link {
        font-size: 11px
    }
}

.footer-menu__link:after {
    content: '';
    display: block;
    height: 1px;
    background: #868c96;
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease, opacity .15s ease;
    bottom: -2px
}

.footer-menu__link:hover:after {
    opacity: 1;
    transform: scale(1)
}

.account-balance {
    padding: 0 16px
}

.account-balance__row {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

.account-balance__row .aside-menu__arrow {
    right: 0;
    cursor: pointer;
    transform: rotate(180deg)
}

.account-balance__row .aside-menu__arrow--down {
    transform: rotate(0)
}

.account-balance__row--pointer {
    cursor: pointer
}

.account-balance__label {
    font-size: 14px;
    font-weight: 400
}

.account-balance__label span {
    font-weight: 500
}

.account-balance__value {
    font-weight: 700;
    color: #00aa81
}

.account-balance__others {
    padding: 0 0 0 30px;
    border-top: 1px solid #eceff3
}

.account-balance__others-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

.account-balance__others-label {
    font-size: 14px;
    font-weight: 500
}

.account-balance__others-value {
    font-size: 16px;
    font-weight: 700
}

.center-section {
    position: relative;
    width: calc(100% - 250px);
    max-width: calc(100% - 34vw);
    margin-left: 16vw;
    padding: 0 10px
}

.center-section__content {
    border-radius: 8px
}

.page-colum-two .center-section {
    max-width: 100%;
    padding-right: 0
}

.text_page-1 .center-section {
    max-width: 100%;
    padding-right: 0
}

@media screen and (max-width: 1560px) {
    .center-section {
        margin-left: 250px;
        max-width: calc(100% - 530px)
    }
}

@media screen and (max-width: 1250px) {
    .center-section {
        max-width: calc(100% - 250px);
        padding-right: 15px
    }
}

.center-section__top {
    margin-bottom: 15px
}

.center-section__bottom {
    margin: 15px 0 0 0
}

.rcs-custom-scroll {
    min-height: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    min-width: 0
}

.rcs-custom-scroll .rcs-outer-container {
    overflow: hidden
}

.rcs-custom-scroll .rcs-outer-container .rcs-positioning {
    position: relative
}

.rcs-custom-scroll .rcs-outer-container:hover .rcs-custom-scrollbar {
    opacity: 1;
    transition-duration: .2s
}

.rcs-custom-scroll .rcs-inner-container {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -17px !important;
    -webkit-overflow-scrolling: touch
}

.rcs-custom-scroll .rcs-inner-container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.05) 60%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    transition: height .1s ease-in
}

.rcs-custom-scroll .rcs-inner-container.rcs-content-scrolled:after {
    height: 5px;
    transition: height .15s ease-out
}

.rcs-custom-scroll.rcs-scroll-handle-dragged .rcs-inner-container {
    -webkit-user-select: none;
    user-select: none
}

.rcs-custom-scroll .rcs-custom-scrollbar {
    position: absolute;
    height: 100%;
    width: 3px;
    right: 1px;
    opacity: 0;
    z-index: 3;
    transition: opacity .4s ease-out;
    padding: 6px 0;
    box-sizing: border-box;
    pointer-events: none
}

.rcs-custom-scroll .rcs-custom-scrollbar.rcs-custom-scrollbar-rtl {
    right: auto;
    left: 3px
}

.rcs-custom-scroll.rcs-scroll-handle-dragged .rcs-custom-scrollbar {
    opacity: 1
}

.rcs-custom-scroll .rcs-custom-scroll-handle {
    position: absolute;
    width: 100%;
    top: 0
}

.rcs-custom-scroll .rcs-inner-handle {
    height: calc(100% - 12px);
    margin-top: 6px;
    background-color: rgba(15, 168, 16, 0.7);
    border-radius: 3px
}

.aside .rcs-custom-scroll {
    max-width: initial;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    min-width: 100%
}

.aside .rcs-inner-container {
    padding: 0 10px;
    margin-right: -17px !important
}

.aside__cabinet .rcs-inner-container {
    padding: 0 10px;
    margin-right: -17px !important
}

.right-section .rcs-custom-scroll {
    max-width: initial;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    min-width: 100%
}

.right-section .rcs-inner-container {
    padding: 0 10px;
    margin-right: -17px !important
}

.coupon-notification .rcs-custom-scrollbar {
    opacity: 1 !important
}

body:-webkit-full-screen .rcs-inner-container {
    overflow: visible
}

.right-section {
    width: 18vw;
    flex: 0 0 18vw;
    flex-direction: column;
    position: fixed;
    right: 10px;
    top: 82px;
    z-index: 10;
    bottom: 15px;
    display: flex;
    min-width: 280px
}

.right-section__sidebar-toggle {
    display: none
}

@media screen and (max-width: 1250px) {
    .right-section {
        position: fixed;
        right: -350px;
        width: 370px;
        flex: 0 0 370px;
        height: calc(100% - 69px);
        padding: 13px 15px 13px 13px;
        margin-top: -13px;
        margin-right: -10px;
        background-color: rgba(38, 65, 106, 0.8);
        z-index: 20;
        transition: all .2s
    }

    .right-section--open {
        right: 10px
    }

    .right-section--open .right-section__sidebar-toggle--icon {
        transform: rotate(-45deg)
    }

    .right-section__sidebar-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 25px;
        height: 25px;
        left: -25px;
        top: 15px;
        border-radius: 3px 0 0 3px;
        background-color: #ff6b00;
        cursor: pointer;
        outline: none
    }

    .right-section__sidebar-toggle:hover {
        background-color: #fc6a00
    }

    .right-section__sidebar-toggle--icon {
        position: relative;
        border: solid;
        border-color: inherit;
        border-width: 0 1px 1px 0;
        padding: 2px;
        display: block;
        width: 0;
        height: 0;
        transform: rotate(135deg);
        color: #fff
    }
}

.right-section .grid__row:first-child {
    padding-top: 1px
}

.right-section .grid__row:last-child {
    padding-bottom: 1px
}

.aside-casino {
    position: relative;
    background-color: #edf1f3;
    border-radius: 8px;
    overflow: hidden
}

.aside-casino__section {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 7px
}

.aside-casino__game-section {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    width: 100%
}

.aside-casino__game-section .casino-game-item {
    width: calc(50% - 7px);
    margin-top: 15px
}

.aside-casino__game-section .casino-game-item:nth-of-type(1), .aside-casino__game-section .casino-game-item:nth-of-type(2) {
    margin-top: 0
}

.aside-casino__game-section .casino-game-item:nth-child(even) {
    margin-left: 14px
}

.aside-casino__game-section .app-loader {
    position: relative
}

.aside-casino__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: transform .25s ease;
    width: 100%
}

.aside-casino__section-link {
    height: 57px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    align-items: center;
    display: flex;
    padding: 0 30px 0 10px;
    position: relative;
    cursor: pointer;
    transition: box-shadow .15s ease, background .15s ease;
    text-decoration: none
}

.aside-casino__section-link:hover {
    background: #e2e8ee
}

.aside-casino__section-link:hover .aside-casino__section-text {
    color: #072443
}

.aside-casino__section-text {
    color: #5e7288;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    padding: 0 0 0 8px;
    transition: color .15s ease
}

.aside-casino__sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px
}

.aside-casino__section-svg {
    font-size: 25px;
    color: #00aa81;
    position: relative;
    display: block;
    transition: color .15s ease
}

@media screen and (min-width: 1250px) and (max-width: 1759px) {
    .aside-casino__section-svg {
        display: none
    }
}

.aside-casino__section-arrow {
    font-size: 9px;
    color: #00aa81;
    transition: color .15s ease;
    transform: rotate(90deg) translateY(-50%);
    position: absolute;
    right: 10px;
    margin-top: -5px;
    top: 50%
}

.aside-casino__section-game {
    position: relative;
    display: block;
    width: 100%;
    height: 123px;
    overflow: hidden
}

.aside-casino__section-game:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 2
}

.aside-casino__section-game:hover:after {
    opacity: 1
}

.aside-casino__section-game:hover .aside-casino__image {
    transform: scale(1.1)
}

.aside-casino__section-game:nth-child(1n + 2) {
    margin-top: 15px
}

.aside-casino__header {
    height: 41px;
    padding: 0 16px;
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #445058;
    transition: filter .25s ease
}

.aside-casino__title-section {
    display: flex
}

.aside-casino__header-title {
    padding: 0
}

.aside-casino__header-title:nth-child(1n + 2) {
    margin-left: 20px
}

.casino-games {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 20px;
    position: relative;
    min-height: 493px;
    border-radius: 8px
}

.casino-games__title {
    color: #445058;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.casino-games__title a {
    color: #445058;
    transition: border .15s ease;
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden
}

.casino-games__title a:after {
    content: '';
    height: 1px;
    width: calc(50% + 1px);
    position: absolute;
    bottom: 3px;
    background-color: #445058;
    transition: background-color .15s ease, transform .15s ease;
    left: 0
}

.casino-games__title a:before {
    content: '';
    height: 1px;
    width: calc(50% + 1px);
    position: absolute;
    bottom: 3px;
    right: 0;
    background-color: #445058;
    transition: background-color .15s ease, transform .15s ease
}

.casino-games__title a:hover {
    color: #00aa81
}

.casino-games__title a:hover:after {
    transform: translateX(-100%);
    background-color: #00aa81
}

.casino-games__title a:hover:before {
    transform: translateX(100%);
    background-color: #00aa81
}

.casino-games__title--m_bottom {
    margin-bottom: 15px
}

.casino-games__step {
    position: absolute;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
    background-color: #edeff2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    width: 30px;
    margin-top: -10px;
    z-index: 3;
    height: 42px;
    padding-left: 3px;
    top: 50%;
    transform: translateY(-21px);
    transition: opacity .3s ease
}

.casino-games__step:hover {
    opacity: .7
}

.casino-games__step--right {
    right: 0
}

.casino-games__step--left {
    left: 0;
    transform: translateY(-21px) scale(-1)
}

.casino-games-action {
    position: absolute;
    right: 20px;
    top: 15px;
    display: flex;
    align-items: center;
    min-height: 24px
}

.casino-games-action__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding-left: 1px;
    width: 24px;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    background-color: #e6eaf3
}

.casino-games-action__arrow + .casino-games-action__arrow {
    margin-left: 5px
}

.casino-games-action__arrow--disabled {
    cursor: default;
    color: #cfd3db
}

.casino-games-action__arrow--left {
    transform: scale(-1)
}

.casino-games-action__link {
    color: #00aa81;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    margin-left: 15px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer
}

.casino-games-action__link:after {
    content: '';
    display: block;
    height: 1px;
    background: #00aa81;
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease, opacity .15s ease
}

.casino-games-action__link:hover {
    color: #00aa81
}

.casino-games-action__link:hover:after {
    opacity: 1;
    transform: scale(1)
}

.casino-games-list {
    list-style: none;
    padding: 0
}

.casino-games-list__item {
    display: flex;
    width: 190px;
    overflow: hidden;
    flex: 0 0 190px;
    flex-direction: column;
    outline: none;
    -webkit-user-select: none;
    user-select: none
}

.casino-games-list__item:focus {
    outline: none
}

.casino-games-list__item--row_slides {
    flex: 0 0 12.5%;
    padding: 6px 4px;
    box-sizing: border-box
}

@media screen and (min-width: 1920px) {
    .casino-games-list__item--row_slides {
        flex: 0 0 10%
    }
}

@media screen and (max-width: 1600px) {
    .casino-games-list__item--row_slides {
        flex: 0 0 16.6666%
    }
}

@media screen and (max-width: 1200px) {
    .casino-games-list__item--row_slides {
        flex: 0 0 20%
    }
}

@media screen and (max-width: 950px) {
    .casino-games-list__item--row_slides {
        flex: 0 0 25%
    }
}

.casino-games-list__item--button {
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    width: 100%
}

.casino-games-list__item--double .casino-game-item:nth-child(2) {
    margin-top: 8px
}

.page-casino {
    padding-top: 69px;
    position: relative
}

.page-casino__header {
    background-color: #000;
    border-radius: 8px;
    display: flex;
    height: 460px;
    margin: 0 20px;
    overflow: hidden;
    position: relative
}

.page-casino__wrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 1460px;
    position: relative
}

.page-casino__header-banner {
    background-position: left;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 100%
}

.page-casino__content_bg {
    height: 100%;
    position: absolute;
    background-position: right;
    right: 33%;
    left: 0;
    min-width: 1200px;
    max-width: 1600px;
    background-repeat: no-repeat
}

.casino-games-wrap {
    margin: 20px 0
}

.casino-game-section + .casino-game-section {
    margin-top: 15px
}

.casino-menu-section {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1460px;
    min-height: 58px;
    padding: 20px 0;
    position: relative
}

@media screen and (max-width: 1000px) {
    .casino-menu-section {
        display: block
    }
}

.casino-menu-section--inner {
    justify-content: flex-end
}

.casino-content {
    background-color: #edeff2;
    padding-bottom: 1px;
    position: relative;
    z-index: 3
}

.casino-total {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.21);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-height: 420px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .5s ease;
    width: 310px;
    margin-right: 5px
}

.casino-total.hidden {
    opacity: 0
}

.casino-total__won {
    font-weight: 700
}

.casino-total__line {
    display: flex;
    height: 80px;
    min-height: 80px;
    padding: 17px 15px;
    position: relative
}

.casino-total__line + .casino-total__line {
    border-top: 1px solid transparent;
    transition: border-color .8s ease
}

.casino-total__line.animate + .casino-total__line.animate {
    border-color: #445058
}

.casino-total__line.animate .casino-total__image, .casino-total__line.animate .casino-total__name-and-won, .casino-total__line.animate .casino-total__won-on-game {
    transform: translateX(0)
}

.casino-total__image {
    align-items: center;
    display: flex;
    flex: 0 0 45px;
    height: 45px;
    justify-content: center;
    margin-right: 20px;
    position: relative;
    transform: translateX(calc(-100% - 40px));
    transition: transform .5s ease;
    width: 45px;
    z-index: 2;
    border-radius: 4px;
    overflow: hidden
}

.casino-total__image > img {
    max-height: 100%;
    max-width: 100%
}

.casino-total__text {
    color: #072443;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.casino-total__text strong {
    font-weight: 700
}

.casino-total__text span {
    display: inline-block;
    font-weight: 500;
    max-width: 110px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.casino-total__text span::after {
    opacity: 1;
    bottom: 1px;
    transform: scale(1)
}

.casino-total__text a, .casino-total__text .casino-total__won-on-game--authorize {
    color: #00aa81;
    cursor: pointer;
    max-width: 200px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    font-weight: 700
}

.casino-total__text a:hover::after, .casino-total__text .casino-total__won-on-game--authorize:hover::after {
    opacity: 1;
    transform: scale(1)
}

.casino-total__text a::after, .casino-total__text .casino-total__won-on-game--authorize::after {
    content: '';
    display: block;
    height: 1px;
    background: #00aa81;
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease, opacity .15s ease;
    bottom: 1px
}

.casino-total__name-and-won {
    display: flex;
    min-height: 32px;
    transform: translateX(calc(-100% - 95px));
    transition: transform .35s ease-out
}

.casino-total__won-on-game {
    display: flex;
    max-width: 260px;
    position: relative;
    top: -8px;
    transform: translateX(calc(-100% - 95px));
    transition: transform .5s ease-out;
    white-space: nowrap
}

.casino-total__footer {
    align-items: center;
    background-color: #ffc700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 102px;
    padding: 18px 15px 15px
}

.casino-total__footer span {
    color: #445058;
    font-size: 15px;
    font-weight: 700
}

.casino-total__footer strong {
    color: #445058;
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
    margin-top: 7px
}

.casino-total__recent-winners {
    background-color: rgba(39, 1, 1, 0.7);
    border: 6px solid #fec019;
    border-radius: 10px
}

.recent-winners__header {
    display: flex;
    justify-content: space-between;
    padding: 18px 26px 0
}

.recent-winners__header-dot {
    background: #fec019;
    border-radius: 100%;
    display: inline-block;
    height: 13px;
    width: 13px
}

.recent-winners__header-text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase
}

.recent-winners__list {
    margin: 27px 0 25px;
    padding: 0
}

.recent-winners__winner {
    align-items: center;
    background: rgba(29, 1, 0, 0.7);
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
    padding: 7px 19px
}

.recent-winners__winner-portrait {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 38px;
    width: 38px
}

.recent-winners__winner-info {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: none
}

.recent-winners__winner-info .text-light {
    font-weight: 300;
    margin-top: 8px
}

.recent-winners__winner-amount {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.recent-winners__left {
    align-items: flex-start;
    display: flex;
    flex: 0 0 70%;
    max-width: 70%
}

.casino-welcome {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    max-width: 580px;
    padding: 45px 28px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

@media screen and (max-width: 1000px) {
    .casino-welcome {
        max-width: 350px
    }
}

.casino-welcome__wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 22px
}

.casino-welcome__title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .4px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.casino-welcome__text {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 50px;
    font-weight: 600;
    justify-content: center;
    line-height: 38px;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media screen and (max-width: 1000px) {
    .casino-welcome__text {
        font-size: 35px;
        line-height: 30px
    }
}

.casino-welcome__text--part {
    padding-bottom: 20px
}

.casino-welcome__text--title {
    color: #00aa81;
    white-space: nowrap
}

.casino-welcome__text--amount {
    color: #e1ff14;
    white-space: nowrap
}

.casino-welcome__text--amount:first-child {
    margin-right: 15px
}

.casino-welcome__text--amount:last-child {
    margin-left: 15px
}

.casino-welcome__subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2px;
    margin-bottom: 0;
    text-transform: uppercase
}

.casino-welcome__subtitle span {
    color: #e1ff14
}

.casino-welcome__login {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 5
}

.casino-welcome__login a {
    color: #00aa81;
    cursor: pointer;
    display: inline-block;
    position: relative
}

.casino-welcome__login a:hover::after {
    opacity: 1;
    transform: scale(1)
}

.casino-welcome__login a::after {
    content: '';
    display: block;
    height: 1px;
    background: #00aa81;
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease, opacity .15s ease
}

.casino-welcome__divider {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    margin-top: 25px;
    width: 100%
}

.casino-welcome__payment {
    align-items: center;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.casino-welcome__payment > li:not(:first-child) {
    margin-left: 20px
}

@media screen and (max-width: 1000px) {
    .casino-welcome__payment {
        display: block;
        margin-top: -20px
    }

    .casino-welcome__payment > li {
        display: inline-block;
        margin-top: 20px
    }
}

.casino-welcome__button {
    display: flex;
    margin: 23px 0;
    position: relative;
    z-index: 5
}

.casino-welcome__payment-ecopayz {
    height: 25px
}

.casino-welcome__payment-skrill {
    height: 21px
}

.casino-live-welcome {
    padding-top: 25px;
    padding-left: 125px;
    padding-right: 0
}

.casino-live-welcome__text {
    color: #fff;
    font-size: 45px;
    font-weight: 700
}

.casino-live-welcome__title {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px
}

.casino-live-welcome__group-text {
    align-items: center;
    display: flex;
    flex-direction: column
}

.casino-live-welcome__group-text--list {
    color: #fec019;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform: lowercase
}

.casino-live-welcome__group-text--list > li::first-letter {
    text-transform: uppercase
}

.casino-live-welcome__group-text--list > span {
    font-size: 50px;
    font-weight: 400
}

.casino-live-welcome__button {
    font-style: normal
}

.casino-live-welcome__login {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px
}

.casino-live-welcome__login > a {
    color: #c40
}

.casino-live-welcome__login > a::after {
    content: '';
    display: block;
    height: 1px;
    background: #00aa81;
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease, opacity .15s ease
}

.top-line-events {
    position: relative;
    background-color: #edf1f3
}

.top-line-events__content {
    padding: 0 20px
}

.top-line-events__title {
    font-size: 15px;
    color: #5e7288;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

.top-line-events__title .holder {
    display: inline-flex
}

.top-line-events__team img {
    display: block;
    margin: 0 auto
}

.top-line-events__team-name {
    color: #072443;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 8px 0 10px 0;
    flex: 0 0 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% + 20px)
}

.top-line-events__coefficient {
    border: 1px solid #c3ccd9;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    margin: 0 auto;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #3d404a;
    transition: border-color .15s ease
}

.top-line-events__coefficient:hover {
    border-color: #6e82a2
}

.top-line-events__time {
    color: #072443;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    margin: 8px 0 0 0
}

.top-line-events__item {
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    max-width: 25%
}

.top-line-events__item--button {
    flex: 0 0 45%;
    max-width: 45%
}

.top-line-events__section-data {
    margin: 18px 0 0 0
}

.top-line-events__section {
    padding: 15px 0 20px 0
}

.top-line-events__section + .top-line-events__section {
    border-top: 1px solid #c3ccd9
}

.top-line-events__section:last-child {
    padding-bottom: 70px
}

.top-line-events__row {
    display: flex;
    justify-content: space-between
}

.top-line-events__col {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    justify-content: center;
    align-items: center
}

.top-line-events__col img {
    display: block;
    margin: 0 auto
}

.top-line-events__col--button {
    flex: 0 0 45%;
    max-width: 45%
}

.top-line-events__event-link {
    display: block;
    width: 100%
}

.top-line-events__event-link .app-button:lang(pl), .top-line-events__event-link .app-button:lang(no), .top-line-events__event-link .app-button:lang(es) {
    font-size: 12px;
    letter-spacing: -.05em
}

.top-line-events__event-link .app-button:lang(de), .top-line-events__event-link .app-button:lang(pt) {
    font-size: 10px
}

.top-events {
    position: relative;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.top-events__event-content {
    padding: 16px 20px 13px 20px
}

.top-events__disabled {
    font-size: 14px;
    color: #c3ccd9
}

.top-events__event-name {
    display: flex;
    align-items: center;
    text-decoration: none
}

.top-events__event-name:hover .top-events__name, .top-events__event-name.active .top-events__name {
    color: #00aa81
}

.top-events__event-name--live {
    margin-right: -12px
}

.top-events__name {
    color: #072443;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    transition: color .15s ease
}

@media screen and (max-width: 1429px) {
    .top-events__name {
        font-size: 12px
    }
}

.top-events__event-bar {
    display: flex;
    align-items: center;
    margin-top: 11px;
    width: 100%;
    justify-content: space-between;
    position: relative
}

.top-events__event-body-status {
    display: flex;
    align-items: center
}

.top-events__event-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #072443;
    position: relative;
    transition: color .15s ease;
    white-space: nowrap;
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width: 1429px) {
    .top-events__event-text {
        font-size: 12px
    }
}

.top-events__event-team {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-decoration: none
}

.top-events__event-team:nth-child(1n + 2) {
    margin-top: 5px
}

.top-events__image {
    position: relative;
    top: -1px;
    display: block;
    width: 17px;
    margin-right: 10px
}

.top-events__event-image {
    display: flex;
    align-items: flex-start;
    width: 100%
}

.top-events__event-time {
    font-size: 14px;
    font-weight: 400;
    color: #868c96;
    line-height: 18px;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
    width: 100%
}

@media screen and (max-width: 1429px) {
    .top-events__event-time {
        font-size: 12px
    }
}

.top-events__event-score {
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #00aa81
}

@media screen and (max-width: 1429px) {
    .top-events__event-score {
        font-size: 12px
    }
}

.top-events__event-left {
    flex: 0 0 calc(100% - 84px);
    max-width: calc(100% - 84px)
}

.top-events__event-right {
    flex: 0 0 72px;
    min-width: 7px;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.top-events__event-teams {
    margin-top: 11px;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width: 1429px) {
    .top-events__event-teams {
        margin-top: 10px
    }
}

.top-events__event-teams:hover .top-events__event-text, .top-events__event-teams.active .top-events__event-text {
    color: #00aa81
}

.top-events__event-factors {
    position: relative;
    display: flex;
    background-color: #edf1f3
}

.top-events__event-factor {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 30px;
    transition: background-color .15s ease, border-color .15s ease, color;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.top-events__event-factor:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    transform: translateX(-120%);
    opacity: .7;
    background-color: #ea4e4e
}

.top-events__event-factor:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    transform: translateX(120%);
    background-color: #ea4e4e;
    opacity: .7
}

.top-events__event-factor.down:after {
    background-color: #ea4e4e;
    animation: oddDown .8s ease
}

.top-events__event-factor.down:before {
    background-color: #ea4e4e;
    animation: oddDownBefore .8s ease
}

.top-events__event-factor.up:after {
    background-color: #4dc97f;
    animation: oddDown .8s ease
}

.top-events__event-factor.up:before {
    background-color: #4dc97f;
    animation: oddDownBefore .8s ease
}

.top-events__event-factor--ds {
    pointer-events: none;
    color: #c3ccd9
}

.top-events__event-factor--ds .top-events__event-factor-name {
    opacity: .5
}

.top-events__event-factor--ds:after {
    display: none
}

.top-events__event-factor--ds:before {
    display: none
}

.top-events__event-factor--no_hover {
    pointer-events: none
}

.top-events__event-factor:hover, .top-events__event-factor.active {
    background: #00aa81;
    border-color: #00aa81
}

.top-events__event-factor:hover .top-events__event-factor-value, .top-events__event-factor.active .top-events__event-factor-value {
    color: #fff
}

.top-events__event-factor:hover .top-events__event-factor-name, .top-events__event-factor.active .top-events__event-factor-name {
    color: #fff
}

.top-events__event-factor:nth-child(1n + 2) {
    border-left: 1px solid #e1e5eb
}

.top-events__event-factor-name {
    color: #868c96;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    transition: color .15s ease
}

.top-events__event-factor-value {
    font-size: 10px;
    font-weight: 500;
    color: #00aa81;
    transition: color .15s ease;
    min-width: 20px
}

.top-events__event-load-more {
    padding: 8px 12px;
    background-color: #edf1f3;
    width: 100%
}

.top-events__event-load-more--text {
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 1.25;
    font-weight: 500;
    text-decoration: none;
    color: #00aa81;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none
}

@keyframes oddDown {
    0% {
        transform: translateX(-120%)
    }
    100% {
        transform: translateX(220%)
    }
}

@keyframes oddDownBefore {
    0% {
        transform: translateX(120%)
    }
    100% {
        transform: translateX(-220%)
    }
}

.sport-menu__item {
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    color: #000
}

.sport-menu__item:hover {
    opacity: .5
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNwb3J0LW1lbnUuc3R5bCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxrQkFBa0IsWUFBWSxDQUFDLDBCQUEwQixDQUFDLFlBQVksQ0FBQyxVQUFVLENBQUMsd0JBQXdCLFVBQVUiLCJmaWxlIjoic3BvcnQtbWVudS5zdHlsIiwic291cmNlc0NvbnRlbnQiOlsiLnNwb3J0LW1lbnVfX2l0ZW17cGFkZGluZzoxMHB4O2JhY2tncm91bmQ6cmdiYSgwLDAsMCwwLjEpO2Rpc3BsYXk6ZmxleDtjb2xvcjojMDAwfS5zcG9ydC1tZW51X19pdGVtOmhvdmVye29wYWNpdHk6LjV9Il19 */</style>
<style>
 .sport-menu-item__leagues {
     position: relative;
     overflow: hidden;
     border-left: 1px solid #e8e8e8;
     border-right: 1px solid #e8e8e8;
     background-color: #fafcfd
 }

.sport-menu-item__leagues.favorites a.sport-menu-item__text, .sport-menu-item__leagues.favorites .aside-menu-list__amount {
    font-size: 14px
}

.sport-menu-item__event {
    background-color: #edeff2;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px;
    display: block;
    text-decoration: none
}

.sport-menu-item__event-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sport-menu-item__event-row:nth-child(1n + 2) {
    margin-top: 2px
}

.sport-menu-item__event-section {
    text-decoration: none
}

@media (hover: hover) {
    .sport-menu-item__event-section:hover .sport-menu-item__event-name {
        color: #00aa81
    }
}

.sport-menu-item__event-action {
    margin-top: 10px
}

.sport-menu-item__event-col {
    display: flex;
    align-items: center;
    margin: 2px 0
}

.sport-menu-item__event-col:nth-child(1) {
    max-width: 80%
}

.sport-menu-item__event-col:nth-child(2) {
    max-width: 20%
}

.sport-menu-item__event-col svg {
    display: block;
    height: 18px;
    font-size: 18px;
    color: #cdd9da;
    transition: color .15s ease;
    cursor: pointer
}

.sport-menu-item__event-col svg:hover {
    color: #072443
}

.sport-menu-item__event-col svg:nth-child(1n + 2) {
    margin-left: 10px
}

.sport-menu-item__event-col span {
    font-size: 12px;
    font-weight: 400;
    color: #072443
}

.sport-menu-item__image {
    width: 15px;
    display: block;
    margin-right: 5px
}

.sport-menu-item__event-name {
    color: #072443;
    font-size: 12px;
    transition: color .15s ease;
    position: relative;
    font-weight: 500;
    line-height: 1.35
}

.sport-menu-item__event-score {
    color: #072443;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.35
}

.sport-menu-item__check {
    position: relative;
    margin-right: 15px
}

.sport-menu-item__check--favorite {
    color: #fbc91b;
    top: 0;
    left: 3px;
    cursor: pointer
}

.sport-menu-item__leagues-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px;
    border-bottom: 1px solid #e8e8e8;
    flex-wrap: wrap
}

@media (hover: hover) {
    .sport-menu-item__leagues-item:hover {
        transition: background-color .15s ease;
        background-color: #eff2f4
    }
}

.sport-menu-item__leagues-item--with_hover {
    cursor: pointer;
    transition: background-color .15s ease;
    background-color: #fbfcfd
}

.sport-menu-item__leagues-item--with_hover.active {
    background-color: #eff2f4
}

.sport-menu-item__leagues-item--with_hover.active .aside-menu__arrow {
    transform: rotate(0);
    top: 50%;
    right: 10px;
    margin: -4px 0 0
}

.sport-menu-item__leagues-item--with_hover.active .aside-menu__arrow--hidden {
    display: block !important
}

.sport-menu-item__leagues-item--with_hover.active .aside-menu__text-amount {
    display: none
}

@media (hover: hover) {
    .sport-menu-item__leagues-item--with_hover:hover .aside-menu__arrow {
        display: block !important;
        top: 50%;
        right: 10px;
        margin: -4px 0 0
    }

    .sport-menu-item__leagues-item--with_hover:hover .aside-menu__text-amount {
        display: none
    }
}

.sport-menu-item__leagues-item--with_hover .aside-menu__arrow {
    transform: rotate(180deg);
    top: 50%;
    right: 10px;
    margin: -4px 0 0
}

.sport-menu-item__leagues-item--with_hover .aside-menu__arrow--hidden {
    display: none !important
}

.sport-menu-item__leagues-item .aside-menu-list__amount {
    font-size: 12px
}

.sport-menu-item__text {
    font-weight: 500;
    line-height: 1.35;
    font-size: 12px;
    color: #072443;
    position: relative;
    top: 0;
    cursor: pointer;
    transition: color .15s ease;
    text-decoration: none;
    display: flex;
    align-items: center
}

.sport-menu-item__text .flag-icon {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: block
}

@media screen and (max-width: 1429px) {
    .sport-menu-item__text {
        font-size: 11px
    }
}

.sport-menu-item__text:not(.no-hover):hover {
    color: #00aa81
}

.sport-menu-item__text .holder {
    top: 0
}

.sport-menu-item__text--default {
    display: block
}

.sport-menu-item__text--default strong {
    font-weight: 700;
    color: #868c96
}

.sport-menu-item__select {
    display: flex;
    align-items: center;
    max-width: 80%
}

.sport-menu-item__select--inline {
    display: inline
}

.sport-menu-item__select .form-checkbox__view {
    background: #fff;
    border-radius: 3px
}

.sport-menu-item__description {
    padding: 6px 12px;
    text-align: right;
    font-size: 11px;
    color: rgba(134, 140, 150, 0.5);
    border-bottom: 1px solid #e8e8e8
}

.form-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none
}

.form-checkbox--c_gray .form-checkbox__view:before {
    background-color: #f0f3f8;
    border-color: #f0f3f8
}

.form-checkbox--small-white .form-checkbox__view {
    width: 16px;
    height: 16px
}

.form-checkbox--small-white .form-checkbox__view:before {
    background-color: #fff;
    border-color: #fff;
    border-radius: 3px
}

.form-checkbox--small-white .form-checkbox__view:after {
    width: 6px;
    height: 10px;
    transform: rotate(40deg) scale(1) translate(-1px, 3px) translateZ(0)
}

.form-checkbox--small-white .form-checkbox__input.input-checked + .form-checkbox__view:after {
    transform: rotate(40deg) scale(1) translate(-1px, 3px) translateZ(0);
    opacity: 1
}

.form-checkbox--small-white .form-checkbox__input.input-checked + .form-checkbox__view:before {
    background: #00aa81;
    border-color: #00aa81
}

.form-checkbox--small .form-checkbox__view {
    width: 16px;
    height: 16px
}

.form-checkbox--small .form-checkbox__view:before {
    border-radius: 3px
}

.form-checkbox--small .form-checkbox__view:after {
    width: 6px;
    height: 10px;
    transform: rotate(40deg) scale(1) translate(-1px, 3px) translateZ(0)
}

.form-checkbox--small .form-checkbox__input.input-checked + .form-checkbox__view:after {
    transform: rotate(40deg) scale(1) translate(-1px, 3px) translateZ(0);
    opacity: 1
}

.form-checkbox__input {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    clip-path: polygon(0 0)
}

.form-checkbox__input.input-checked + .form-checkbox__view:after {
    transform: rotate(40deg) scale(1) translate(5px, 3px) translateZ(0);
    opacity: 1
}

.form-checkbox__input.input-checked + .form-checkbox__view:before {
    transform: rotate(0deg) scale(1) translateZ(0);
    background: #00aa81;
    border-color: #00aa81
}

.form-checkbox__view {
    position: relative;
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center
}

.form-checkbox__view:after, .form-checkbox__view:before {
    content: '';
    box-sizing: border-box;
    display: block;
    transition: transform .15s ease, opacity .15s ease
}

.form-checkbox__view:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #c3ccd9;
    position: absolute;
    border-radius: 8px;
    top: 0;
    left: 0;
    transform: rotate(0deg) scale(1) translateZ(0)
}

.form-checkbox__view:after {
    width: 8px;
    height: 16px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    position: absolute;
    top: 0;
    left: 8px;
    transform: rotate(40deg) scale(1) translate(5px, 3px) translateZ(0);
    opacity: 0
}

.form-checkbox__view-arrow {
    position: absolute
}

.sport-menu-country .country-arrow {
    transform: rotate(180deg);
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    transition: transform .15s ease, opacity 0s ease
}

.sport-menu-country .country-arrow.active {
    display: block !important;
    transform: rotate(0deg)
}

.sport-menu-country__league:hover .country-arrow {
    display: block !important
}

.sport-menu-country__list:last-child .sport-menu-country__league {
    border-radius: 0 0 16px 16px
}

.sport-menu-country__list--active .country-arrow {
    transform: rotate(-90deg)
}

.sport-menu-country__list--active .sport-menu-country__text {
    display: none
}

.sport-menu-country__list--active .sport-menu-country__league {
    background: #eff2f4;
    border-radius: 0
}

.sport-menu-country__list--active .sport-menu-country__items .sport-menu-item__leagues-item {
    padding: 13px 13px 13px 23px
}

.sport-menu-country__list--active .sport-menu-country__items .sport-menu-item__leagues-item:last-child {
    border-radius: 0 0 16px 16px
}

.sport-menu-country__list--active .sport-menu-country__items .sport-menu-item__event {
    padding: 15px 15px 15px 25px
}

.title-hover {
    position: relative
}

.title-hover:hover .title-hover__text {
    transition-delay: .15s;
    opacity: 1
}

.title-hover__text {
    position: absolute;
    display: flex;
    z-index: 10;
    width: 120px;
    text-align: center;
    padding: 10px 12px;
    background: #edeff2;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    top: -8px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s ease
}

.title-hover__text:after {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 5px);
    transform: translateX(-50%);
    bottom: -6px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #edeff2
}

.title-hover__text span {
    font-weight: 400;
    color: #445058;
    font-size: 12px;
    text-transform: none
}

.title-hover__text strong {
    font-weight: 700
}

.aside-filters {
    position: relative
}

.aside-filters__toggler {
    position: relative;
    display: flex;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    overflow: hidden
}

.aside-filters__section {
    border-radius: 0 0 8px 8px;
    padding: 10px 8px;
    background-color: #445058
}

.aside-filters__button {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #445058;
    flex: 0 0 50%;
    height: 40px;
    justify-content: center;
    text-align: center;
    transition: box-shadow .15s ease, background-color .15s ease, color .15s ease;
    position: relative;
    padding-top: 5px;
    cursor: pointer;
    overflow: hidden
}

.aside-filters__button:hover {
    color: #00aa81
}

.aside-filters__button:after {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    transition: transform .15s ease, opacity .15s ease;
    opacity: 0
}

.aside-filters__button--active {
    color: #fff;
    background-color: #445058;
    cursor: default;
    pointer-events: none
}

.aside-filters__button--active:after {
    opacity: 1
}

.aside-filters__button--prematch:after {
    background-color: #00aa81
}

.aside-filters__button--live:after {
    background-color: #fe5151
}

.top-championships {
    list-style: none;
    margin: 0;
    padding: 18px 0 15px 18px;
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: column
}

.top-championships a {
    display: flex;
    width: 100%;
    text-decoration: none;
    transition: color .15s ease;
    color: #072443;
    line-height: 20px;
    align-items: flex-start;
    padding: 1px 20px 1px 0
}

.top-championships a.link-active {
    cursor: default;
    color: #00aa81
}

.top-championships a:hover {
    color: #00aa81
}

.top-championships a:nth-child(1n + 2) {
    margin-top: 10px
}

.top-championships a span {
    color: inherit;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding-top: 1px
}

@media screen and (max-width: 1429px) {
    .top-championships a span {
        font-size: 12px;
        padding-top: 2px
    }
}

.top-championships a .blank {
    display: block;
    margin-right: 10px;
    width: 20px;
    min-width: 20px;
    position: relative;
    top: 1px;
    background-color: #00aa81
}

.top-championships .flag-icon {
    width: 20px;
    height: 15px
}

.event-table__heading {
    background: #edf1f3;
    display: flex;
    width: 100%;
    min-height: 30px;
    padding: 7px 0
}

.event-table__heading--between {
    justify-content: space-between
}

.event-table__action {
    font-size: 12px;
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: center;
    color: #303955
}

.event-table__action.open .svg-icon {
    transform: rotate(-90deg)
}

.event-table__action .svg-icon {
    transition: transform .15s ease;
    transform: rotate(90deg)
}

.event-table__heading-value {
    color: #868c96;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none
}

.event-table__heading-value .modal-info {
    z-index: 12
}

.event-table__heading-value i {
    font-size: 12px;
    color: #c3ccd9;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    position: relative;
    top: -2px
}

.event-table__heading-value i:hover {
    color: #c3ccd9
}

.event-table__heading-value i:hover .modal-info {
    display: flex
}

.event-table__heading-value--results {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    width: auto;
    padding: 0 20px
}

.event-table__event-result {
    display: flex;
    align-items: center;
    color: #f04c44;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .01em;
    padding: 0 20px
}

.event-table__coefficient-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.event-table__title {
    font-size: 10px;
    font-weight: 500;
    color: #868c96;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    min-height: 100%
}

.event-table__title-image {
    display: block;
    margin-right: 10px;
    position: relative;
    min-width: 18px
}

.event-table__title-image img {
    display: block;
    max-width: 20px;
    position: relative;
    top: -1px
}

.event-table__title-image:nth-child(1n + 2) {
    margin-right: 0
}

.event-table__title-text {
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #868c96;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    transition: color .2s ease
}

a.event-table__title-text:hover {
    color: #00aa81
}

.event-table__event-info {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    min-width: 30%
}

@media screen and (max-width: 1429px) {
    .event-table__event-info {
        flex: 0 0 35%;
        min-width: 35%
    }
}

.event-table__event-info--live .event-table__teams:after {
    content: '';
    transition: box-shadow .15s ease;
    height: 100%;
    width: 30px;
    box-shadow: inset 20px 0 10px 0 #fff;
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 3
}

.event-table__event-info--live .event-table__col--team {
    padding-top: 3px;
    padding-bottom: 0
}

.event-table__event-info--live .event-table__event-name {
    padding: 0 10px 10px 20px
}

.event-table__teams {
    position: relative;
    flex: 1 1 0
}

.event-table__team-name {
    transition: background .15s ease;
    background: #fff;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
    padding-right: 16px;
    display: flex;
    align-items: center
}

.event-table__live-wrapper {
    display: flex;
    align-items: center;
    padding: 10px 10px 0 20px
}

.event-table__live-wrapper--status {
    margin-left: 10px;
    font-size: 12px;
    color: #868c96;
    position: relative
}

.event-table__live-wrapper .event-status__live {
    font-size: 9px;
    padding: 0 8px;
    height: 18px;
    border-radius: 10px
}

.event-table__event-name {
    display: flex;
    flex: 0 0 30%;
    min-width: 30%;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    align-items: flex-end
}

@media screen and (max-width: 1429px) {
    .event-table__event-name {
        flex: 0 0 35%;
        min-width: 35%
    }
}

.event-table__event-name--flexible {
    justify-content: flex-start
}

.event-table__event-name--dynamic_width {
    flex: 0 0 auto
}

.event-table__event-score {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    margin-left: 10px;
    right: 10px
}

.event-table__event-score--result {
    background: inherit;
    position: relative;
    z-index: 5;
    font-weight: 700;
    color: #00aa81
}

.event-table__event-periods {
    display: flex
}

.event-table__event-periods--item {
    display: flex;
    justify-content: flex-end;
    color: #868c96
}

.event-table__event-periods--item:after {
    content: '';
    transition: border-color .15s ease;
    border-right: 1px solid #e2e8ee;
    margin: 0 10px
}

.event-table__event-periods--item:last-child {
    color: #072443
}

.event-table__event-coefficient {
    display: flex;
    flex: 0 0 70%;
    min-width: 70%
}

@media screen and (max-width: 1429px) {
    .event-table__event-coefficient {
        flex: 0 0 65%;
        min-width: 65%
    }
}

.event-table__row {
    display: flex;
    min-height: 72px;
    transition: background .15s ease
}

.event-table__row--between {
    justify-content: space-between
}

.event-table__row.active {
    cursor: pointer
}

.event-table__row:hover .event-table__event-periods--item:after {
    border-color: #c3ccd9
}

.event-table__row:hover .event-table__team-name {
    background: #edeff2
}

.event-table__row:hover .event-table__event-info--live .event-table__teams:after {
    box-shadow: inset 20px 0 10px 0 #edeff2
}

.event-table__row:hover:not(.event-table__row--additional) {
    background-color: #edeff2
}

.event-table__row:hover:not(.event-table__row--additional) .event-table__col {
    border-color: #ced9df
}

.event-table__row:nth-child(1n + 2):not(.event-table__row--additional) {
    border-top: 1px solid #edf1f3
}

.event-table__col-align {
    display: flex;
    max-width: 100%;
    text-decoration: none;
    color: inherit
}

.event-table__col-align--nowrap {
    flex-wrap: nowrap
}

.event-table__col-align--row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.event-table__col-align--column {
    flex-direction: column
}

.event-table__col {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: border-color .15s ease
}

.event-table__col--active {
    background-color: #22323a;
    color: #fff !important
}

.event-table__col--active .event-table__icon {
    transform: rotate(0deg)
}

.event-table__col--disabled {
    pointer-events: none
}

.event-table__col--flexible span {
    white-space: nowrap
}

.event-table__col--flexible a {
    color: #072443;
    font-size: 14px;
    line-height: 20px;
    flex: 0 0 50%;
    max-width: 300px;
    transition: color .15s ease
}

.event-table__col--flexible a:hover {
    color: #00aa81
}

.event-table__col--factor {
    flex: 1 1 60px;
    padding: 0;
    justify-content: center;
    min-width: 60px;
    width: 60px
}

.event-table__heading .event-table__col--factor {
    padding-top: 0;
    padding-bottom: 0;
    border-left: 1px solid transparent
}

.event-table__row .event-table__col--factor {
    border-left: 1px solid #edf1f3
}

.event-table__col--additional-info {
    color: #072443;
    font-size: 14px;
    line-height: 20px;
    flex: 0 0 70%;
    max-width: 70%;
    transition: color .15s ease;
    display: block;
    padding-left: 10px
}

.event-table__col--additional-info b {
    color: #072443;
    font-weight: 700;
    padding: 5px;
    font-size: 14px;
    display: inline-block;
    margin-left: -10px
}

.event-table__col--more {
    color: #072443;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    flex: 0 0 60px;
    min-width: 60px;
    width: 60px
}

.event-table__col--more.no-underline {
    text-decoration: none
}

.event-table__col--more span {
    display: block
}

.event-table__col--score {
    color: #072443;
    font-size: 14px;
    align-self: center;
    font-weight: 400;
    min-width: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap
}

@media screen and (max-width: 1759px) {
    .event-table__col--score {
        flex: 0 0 auto;
        width: auto
    }
}

.event-table__col--status {
    color: #fe5151;
    font-size: 14px;
    align-self: center;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center
}

.event-table__col--statuses {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px
}

.event-table__col--statuses .live-icon {
    color: #fe5151;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.event-table__col--time {
    color: #072443;
    font-size: 14px;
    line-height: 24px;
    flex: 0 0 70px;
    min-width: 70px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.event-table__col--time span {
    font-size: 12px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    color: #ff6b00
}

.event-table__col--team {
    color: #072443;
    font-size: 14px;
    line-height: 20px;
    transition: color .15s ease;
    overflow: hidden;
    width: 100%
}

.event-table__col--team strong {
    color: #072443;
    font-weight: 700
}

.event-table__col--team mark {
    background-color: transparent;
    color: #ff6b00;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block
}

.event-table__col--team:hover:not(.no-events) {
    color: #00aa81
}

.event-table__col--action {
    padding-left: 10px;
    padding-right: 10px
}

.event-table__col--action span {
    display: block;
    padding: 6px;
    margin-top: -7px
}

.event-table__col--action .svg-icon {
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #cdd9da;
    transition: color .15s ease
}

.event-table__col--action .svg-icon:hover {
    color: #072443
}

.event-table__action-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.event-table__icon {
    font-size: 9px;
    width: 9px;
    transition: transform .15s ease;
    height: 9px;
    transform: rotate(-180deg)
}

.event-timer {
    display: flex;
    align-items: center;
    font-size: 12px
}

.event-timer .svg-icon {
    font-size: 18px;
    margin-right: 5px;
    display: block;
    position: relative;
    top: -1px
}

.Flex-right {
    height: 100%;
    display: flex;
    align-items: center
}

.section-menu {
    border-bottom: 1px solid #c3ccd9;
    overflow: hidden
}

.section-menu .scroll-menu-arrow {
    bottom: 0
}

.section-menu-list {
    list-style: none;
    min-width: 100%;
    padding: 0
}

.section-menu-list__item {
    display: flex;
    height: 41px;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap;
    padding: 0 10px 0 20px
}

.section-menu-list__item.selected {
    cursor: default
}

.section-menu-list__item.selected:after {
    content: '';
    height: 1px;
    position: absolute;
    right: 10px;
    left: 20px;
    bottom: 0;
    background-color: #00aa81
}

.section-menu-list__item:hover .section-menu-list__icon, .section-menu-list__item.selected .section-menu-list__icon {
    filter: unset
}

.section-menu-list__item:hover .section-menu-list__text, .section-menu-list__item.selected .section-menu-list__text {
    color: #00aa81
}

.section-menu-list__text {
    color: #868c96;
    font-size: 14px;
    font-weight: 500;
    transition: color .15s ease
}

.section-menu-list__icon {
    display: block;
    width: 15px;
    min-height: 15px;
    filter: grayscale(100%);
    margin-right: 6px;
    position: relative;
    top: -1px;
    transition: filter .15s ease
}

.sport-page {
    position: relative
}

.sport-page__load {
    margin: 15px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}
.customer-dropdown {
    position: relative
}

.customer-dropdown__holder {
    height: 40px;
    border-radius: 20px;
    background-color: #4e6976;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 30px 0 15px;
    color: #f0f3f8;
    position: relative
}

.customer-dropdown__arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -4px
}

.customer-dropdown__arrow .svg-icon {
    font-size: 8px;
    transform: rotate(90deg)
}

.customer-dropdown__text {
    font-size: 12px;
    line-height: 1;
    color: #f0f3f8;
    font-weight: 700;
    -webkit-user-select: none;
    user-select: none
}

.customer-dropdown__icon {
    color: #f0f3f8;
    width: 17px;
    height: 17px;
    font-size: 17px
}

.customer-dropdown__list {
    background-color: #4e6976;
    position: absolute;
    min-width: 100%;
    top: 40px;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
    margin-top: 3px;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.21);
    z-index: 12
}

.customer-dropdown__list--alert {
    background: #00aa81;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-left: 10px
}

.customer-dropdown__list-item {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    padding: 7px 15px;
    transition: background-color .15s ease;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    white-space: nowrap
}

.customer-dropdown__list-item:hover:not(.active) {
    background-color: #00aa81;
    color: #fff
}

.customer-dropdown__list-item:hover:not(.active) .customer-dropdown__list-item-svg {
    color: #fff
}

.customer-dropdown__list-item.active {
    cursor: default;
    color: #00aa81
}

.customer-dropdown__list-item.active .customer-dropdown__list-item-svg {
    color: #00aa81
}

.customer-dropdown__notifications {
    position: absolute;
    top: -3px;
    left: -3px;
    background: #00aa81;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.customer-dropdown__notifications .svg-icon {
    fill: #fff;
    font-size: 12px
}

.customer-dropdown__list-item-icon {
    font-size: 14px;
    margin-right: 15px
}

.live-widgets {
    display: block
}

.live-widgets__loader {
    height: 200px;
    position: relative;
    background: #22323a;
    border-radius: 0 0 16px 16px
}

.live-widgets__no-auth {
    min-height: 120px;
    padding: 14px 20px;
    background: #22323a;
    display: flex;
    align-items: center
}

.live-widgets__no-auth .info-box {
    width: 100%
}
.betradar-widget:not(.betradar-widget--loaded) .sr-widget {
    display: none
}

.sr-lmt-plus-tabs__wrapper {
    width: 250px
}

.sr-bb .srt-base-1-background {
    display: none !important
}

.sr-bb .sr-lmt-clock__time {
    font-size: 12px !important
}

.sr-lmt-clock__desc {
    font-size: 12px !important
}

.sr-bb .sr-lmt-plus-scb__status {
    font-size: 12px !important;
    height: auto !important
}

.sr-bb .sr-lmt-plus-tabs__wrapper-inner.srm-is-top {
    display: none !important
}

.sr-bb .sr-lmt-plus-tabs__tab-icon {
    width: 20px;
    height: 20px
}

.sr-lmt-plus-tabs {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.sr-lmt-plus-tabs__tab-icon svg {
    fill: #fff !important
}

.sr-bb .sr-lmt-plus-tabs__tab {
    flex: 0 0 22px !important;
    padding: 0;
    margin: 0 10px
}

.sr-bb .sr-lmt-plus-tabs__border {
    height: 4px !important;
    left: 8px;
    right: 8px
}

.sr-lmt-plus__footer-wrapper {
    display: none !important
}

.sr-bb {
    font-family: "Gilroy", "Noto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-align: left;
    background: #00aa81
}

.sr-bb .sr-loader__container {
    background-color: #445058
}

.sr-bb .sr-lmt-plus__comp-padding {
    bottom: -1px
}

.sr-bb .sr-lmt-plus__segment.srm-scoreboard {
    padding: 0 15px
}

.sr-bb .sr-lmt-plus__segment.srm-scoreboard.srm-compact {
    height: 40px;
    border-bottom: 1px solid #c3ccd9
}

.sticky .sr-bb .sr-lmt-plus__segment.srm-scoreboard {
    position: fixed;
    top: 46px;
    bottom: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.21)
}

.sticky .sr-bb .sr-lmt-plus__segment.srm-scoreboard:after {
    position: absolute;
    height: 10px;
    width: 100%;
    top: -5px;
    content: '';
    display: block;
    left: 0;
    background: #edeff2
}

.sr-bb.sr-rtl {
    text-align: right
}

.sr-bb .sr-bb {
    background: none
}

.sr-bb .srt-base-1 {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-1-win {
    background-color: transparent;
    color: #ff6b00;
    border-color: #ff6b00
}

.sr-bb .srt-base-1-draw {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.4)
}

.sr-bb .srt-base-1-lose {
    background-color: transparent;
    color: #2db155;
    border-color: #2db155
}

.sr-bb .srt-base-1-is-active {
    background-color: rgba(20, 147, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-1-is-active-2 {
    background-color: #2c3f59;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-1-is-hoverable:hover {
    background-color: rgba(20, 147, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-1-primary {
    background-color: transparent;
    color: #ff6b00;
    border-color: #ff6b00
}

.sr-bb .srt-base-1-home-1 {
    background-color: transparent;
    color: #ff6b00;
    border-color: #ff6b00
}

.sr-bb .srt-base-1-away-1 {
    background-color: transparent;
    color: #2db155;
    border-color: #2db155
}

.sr-bb .srt-base-1-home-2 {
    background-color: transparent;
    color: #ff6b00;
    border-color: #77c0ff
}

.sr-bb .srt-base-1-away-2 {
    background-color: transparent;
    color: #2db155;
    border-color: #77c0ff
}

.sr-bb .srt-base-1-home-3 {
    background-color: transparent;
    color: #ff6b00;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-1-away-3 {
    background-color: transparent;
    color: #2db155;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-1-home-4 {
    background-color: transparent;
    color: #1474c8;
    border-color: #1474c8
}

.sr-bb .srt-base-1-away-4 {
    background-color: transparent;
    color: #268951;
    border-color: #268951
}

.sr-bb .srt-base-1-home-5 {
    background-color: transparent;
    color: #66b9ff;
    border-color: #66b9ff
}

.sr-bb .srt-base-1-away-5 {
    background-color: transparent;
    color: #77cc91;
    border-color: #77cc91
}

.sr-bb .srt-base-1-background {
    background-color: #445058;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-2 {
    background-color: #445058;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-2-is-active {
    background-color: #15375d;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-2-is-hoverable:hover {
    background-color: #15375d;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-3 {
    background-color: #15375d;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-3-is-active {
    background-color: #153c66;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-3-is-hoverable:hover {
    background-color: #153c66;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-3-background {
    background-color: #445058;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-4 {
    background-color: #152f50;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-5-is-active {
    background-color: #154577;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-5-is-hoverable:hover {
    background-color: #154577;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-6 {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3)
}

.sr-bb .srt-primary-1 {
    background-color: #ff6b00;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-1-is-active {
    background-color: #2c9eff;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-1-is-hoverable:hover {
    background-color: #2c9eff;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-1-is-disabled {
    background-color: #43a9ff;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-2 {
    background-color: #5bb3ff;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-3 {
    background-color: #2c9eff;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-4 {
    background-color: #1469b5;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-5 {
    background-color: #1469b5;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-5-is-hoverable:hover {
    background-color: #ff6b00;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-6 {
    background-color: #77c0ff;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-7 {
    background-color: #ff6b00;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-8 {
    background-color: #ff6b00;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-8-is-active-1 {
    background-color: #2c9eff;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-8-is-active-2 {
    background-color: #2c9eff;
    color: #fff;
    border-color: #445058
}

.sr-bb .srt-primary-9 {
    background-color: #154a7e;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-primary-10 {
    background-color: #147eda;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-11 {
    background-color: #2c9eff;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-primary-12 {
    background-color: #ff6b00;
    color: #fff;
    border-color: #fff
}

.sr-bb .srt-primary-13 {
    background-color: #152f50;
    color: #fff;
    border-color: rgba(20, 147, 255, 0.3)
}

.sr-bb .srt-base-1-primary-1 {
    background-color: transparent;
    color: #ff6b00;
    border-color: #ff6b00
}

.sr-bb .srt-base-1-primary-2 {
    background-color: transparent;
    color: #5bb3ff;
    border-color: #5bb3ff
}

.sr-bb .srt-base-1-primary-3 {
    background-color: transparent;
    color: #2c9eff;
    border-color: #2c9eff
}

.sr-bb .srt-base-1-primary-4 {
    background-color: transparent;
    color: #1469b5;
    border-color: #1469b5
}

.sr-bb .srt-base-1-primary-5 {
    background-color: transparent;
    color: #1469b5;
    border-color: #1469b5
}

.sr-bb .srt-base-1-primary-6 {
    background-color: transparent;
    color: #77c0ff;
    border-color: #77c0ff
}

.sr-bb .srt-base-1-primary-7 {
    background-color: transparent;
    color: #ff6b00;
    border-color: #ff6b00
}

.sr-bb .srt-base-1-primary-8 {
    background-color: transparent;
    color: #ff6b00;
    border-color: #ff6b00
}

.sr-bb .srt-base-1-primary-9 {
    background-color: transparent;
    color: #154a7e;
    border-color: #154a7e
}

.sr-bb .srt-base-1-primary-10 {
    background-color: transparent;
    color: #147eda;
    border-color: #147eda
}

.sr-bb .srt-base-1-primary-11 {
    background-color: transparent;
    color: #2c9eff;
    border-color: #2c9eff
}

.sr-bb .srt-base-1-primary-13 {
    background-color: #445058;
    color: #152f50;
    border-color: rgba(20, 147, 255, 0.3)
}

.sr-bb .srt-base-1-neutral-1 {
    background-color: transparent;
    color: #33465f;
    border-color: #33465f
}

.sr-bb .srt-base-1-neutral-2 {
    background-color: transparent;
    color: #e8eaed;
    border-color: #e8eaed
}

.sr-bb .srt-base-1-neutral-3 {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-1-neutral-4 {
    background-color: transparent;
    color: #adb4bf;
    border-color: #adb4bf
}

.sr-bb .srt-base-1-neutral-5 {
    background-color: transparent;
    color: #c5cad1;
    border-color: #c5cad1
}

.sr-bb .srt-base-1-neutral-6 {
    background-color: transparent;
    color: #4d5d73;
    border-color: #4d5d73
}

.sr-bb .srt-base-1-neutral-7 {
    background-color: transparent;
    color: #adb4bf;
    border-color: #adb4bf
}

.sr-bb .srt-base-1-neutral-8 {
    background-color: transparent;
    color: #33465f;
    border-color: #33465f
}

.sr-bb .srt-base-1-neutral-9 {
    background-color: transparent;
    color: #233752;
    border-color: #233752
}

.sr-bb .srt-base-1-neutral-10 {
    background-color: transparent;
    color: #31445d;
    border-color: #31445d
}

.sr-bb .srt-base-1-neutral-11 {
    background-color: transparent;
    color: #445058;
    border-color: #737f91
}

.sr-bb .srt-base-1-neutral-12 {
    background-color: transparent;
    color: #b9bfc8;
    border-color: #b9bfc8
}

.sr-bb .srt-base-1-neutral-13 {
    background-color: transparent;
    color: #2c3f59;
    border-color: #2c3f59
}

.sr-bb .srt-base-1-is-active-primary {
    background-color: rgba(20, 147, 255, 0.12);
    color: #ff6b00;
    border-color: #ff6b00
}

.sr-bb .srt-base-1-is-active-home-1 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #ff6b00;
    border-color: #ff6b00
}

.sr-bb .srt-base-1-is-active-away-1 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #2db155;
    border-color: #2db155
}

.sr-bb .srt-base-1-is-active-home-2 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #ff6b00;
    border-color: #77c0ff
}

.sr-bb .srt-base-1-is-active-away-2 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #2db155;
    border-color: #77c0ff
}

.sr-bb .srt-base-1-is-active-home-3 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #ff6b00;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-1-is-active-away-3 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #2db155;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-1-is-active-home-4 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #1474c8;
    border-color: #1474c8
}

.sr-bb .srt-base-1-is-active-away-4 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #268951;
    border-color: #268951
}

.sr-bb .srt-base-1-is-active-home-5 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #66b9ff;
    border-color: #66b9ff
}

.sr-bb .srt-base-1-is-active-away-5 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #77cc91;
    border-color: #77cc91
}

.sr-bb .srt-base-1-is-active-primary-1 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #ff6b00;
    border-color: #ff6b00
}

.sr-bb .srt-base-1-is-active-primary-2 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #5bb3ff;
    border-color: #5bb3ff
}

.sr-bb .srt-base-1-is-active-primary-3 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #2c9eff;
    border-color: #2c9eff
}

.sr-bb .srt-base-1-is-active-primary-4 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #1469b5;
    border-color: #1469b5
}

.sr-bb .srt-base-1-is-active-primary-5 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #1469b5;
    border-color: #1469b5
}

.sr-bb .srt-base-1-is-active-primary-6 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #77c0ff;
    border-color: #77c0ff
}

.sr-bb .srt-base-1-is-active-primary-7 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #ff6b00;
    border-color: #ff6b00
}

.sr-bb .srt-base-1-is-active-primary-8 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #ff6b00;
    border-color: #ff6b00
}

.sr-bb .srt-base-1-is-active-primary-9 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #154a7e;
    border-color: #154a7e
}

.sr-bb .srt-base-1-is-active-primary-10 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #147eda;
    border-color: #147eda
}

.sr-bb .srt-base-1-is-active-primary-11 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #2c9eff;
    border-color: #2c9eff
}

.sr-bb .srt-base-1-is-active-neutral-1 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #33465f;
    border-color: #33465f
}

.sr-bb .srt-base-1-is-active-neutral-2 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #e8eaed;
    border-color: #e8eaed
}

.sr-bb .srt-base-1-is-active-neutral-3 {
    background-color: rgba(20, 147, 255, 0.12);
    color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-base-1-is-active-neutral-4 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #adb4bf;
    border-color: #adb4bf
}

.sr-bb .srt-base-1-is-active-neutral-5 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #c5cad1;
    border-color: #c5cad1
}

.sr-bb .srt-base-1-is-active-neutral-6 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #4d5d73;
    border-color: #4d5d73
}

.sr-bb .srt-base-1-is-active-neutral-7 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #adb4bf;
    border-color: #adb4bf
}

.sr-bb .srt-base-1-is-active-neutral-8 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #33465f;
    border-color: #33465f
}

.sr-bb .srt-base-1-is-active-neutral-9 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #233752;
    border-color: #233752
}

.sr-bb .srt-base-1-is-active-neutral-10 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #31445d;
    border-color: #31445d
}

.sr-bb .srt-base-1-is-active-neutral-11 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #737f91;
    border-color: #737f91
}

.sr-bb .srt-base-1-is-active-neutral-12 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #b9bfc8;
    border-color: #b9bfc8
}

.sr-bb .srt-base-1-is-active-neutral-13 {
    background-color: rgba(20, 147, 255, 0.12);
    color: #2c3f59;
    border-color: #2c3f59
}

.sr-bb .srt-home-1 {
    background-color: #ff6b00;
    color: #fff;
    border-color: #ff6b00
}

.sr-bb .srt-away-1 {
    background-color: #2db155;
    color: #fff;
    border-color: #2db155
}

.sr-bb .srt-home-2 {
    background-color: #ff6b00;
    color: #fff;
    border-color: #77c0ff
}

.sr-bb .srt-away-2 {
    background-color: #2db155;
    color: #fff;
    border-color: #77c0ff
}

.sr-bb .srt-home-3 {
    background-color: #ff6b00;
    color: #fff;
    border-color: #445058
}

.sr-bb .srt-away-3 {
    background-color: #2db155;
    color: #fff;
    border-color: #445058
}

.sr-bb .srt-home-4 {
    background-color: #1474c8;
    color: #fff;
    border-color: #1474c8
}

.sr-bb .srt-away-4 {
    background-color: #268951;
    color: #fff;
    border-color: #268951
}

.sr-bb .srt-home-5 {
    background-color: #66b9ff;
    color: #fff;
    border-color: #66b9ff
}

.sr-bb .srt-away-5 {
    background-color: #77cc91;
    color: #fff;
    border-color: #77cc91
}

.sr-bb .srt-neutral-1 {
    background-color: #33465f;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-neutral-2 {
    background-color: #e8eaed;
    color: #000;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-neutral-3 {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-neutral-4 {
    background-color: #adb4bf;
    color: #000;
    border-color: rgba(0, 0, 0, 0.16)
}

.sr-bb .srt-neutral-5 {
    background-color: #c5cad1;
    color: #000;
    border-color: rgba(0, 0, 0, 0.16)
}

.sr-bb .srt-neutral-6 {
    background-color: #4d5d73;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-neutral-7 {
    background-color: #adb4bf;
    color: #000;
    border-color: rgba(0, 0, 0, 0.16)
}

.sr-bb .srt-neutral-8 {
    background-color: #33465f;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-neutral-9 {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-neutral-10 {
    background-color: #31445d;
    color: rgba(255, 255, 255, 0.82);
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-neutral-11 {
    background-color: #737f91;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-neutral-12 {
    background-color: #b9bfc8;
    color: #000;
    border-color: rgba(0, 0, 0, 0.16)
}

.sr-bb .srt-neutral-13 {
    background-color: #2c3f59;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-win {
    background-color: #ff6b00;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-draw {
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-lose {
    background-color: #2db155;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-text-secondary {
    opacity: .8;
    -webkit-font-smoothing: antialiased
}

.sr-bb .srt-text-disabled {
    opacity: .6
}

.sr-bb .srt-text-tertiary {
    opacity: .7
}

.sr-bb .srt-primary-1 .srt-text-secondary, .sr-bb .srt-primary-1.srt-text-secondary, .sr-bb .srt-primary-1-is-active .srt-text-secondary, .sr-bb .srt-primary-1-is-active.srt-text-secondary, .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-secondary, .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-secondary, .sr-bb .srt-primary-1-is-disabled .srt-text-secondary, .sr-bb .srt-primary-1-is-disabled.srt-text-secondary, .sr-bb .srt-primary-2 .srt-text-secondary, .sr-bb .srt-primary-2.srt-text-secondary, .sr-bb .srt-primary-3 .srt-text-secondary, .sr-bb .srt-primary-3.srt-text-secondary, .sr-bb .srt-primary-4 .srt-text-secondary, .sr-bb .srt-primary-4.srt-text-secondary, .sr-bb .srt-primary-5 .srt-text-secondary, .sr-bb .srt-primary-5.srt-text-secondary, .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-secondary, .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-secondary, .sr-bb .srt-primary-6 .srt-text-secondary, .sr-bb .srt-primary-6.srt-text-secondary, .sr-bb .srt-primary-7 .srt-text-secondary, .sr-bb .srt-primary-7.srt-text-secondary, .sr-bb .srt-primary-8 .srt-text-secondary, .sr-bb .srt-primary-8.srt-text-secondary, .sr-bb .srt-primary-8-is-active-1 .srt-text-secondary, .sr-bb .srt-primary-8-is-active-1.srt-text-secondary, .sr-bb .srt-primary-8-is-active-2 .srt-text-secondary, .sr-bb .srt-primary-8-is-active-2.srt-text-secondary, .sr-bb .srt-primary-9 .srt-text-secondary, .sr-bb .srt-primary-9.srt-text-secondary, .sr-bb .srt-primary-10 .srt-text-secondary, .sr-bb .srt-primary-10.srt-text-secondary, .sr-bb .srt-primary-11 .srt-text-secondary, .sr-bb .srt-primary-11.srt-text-secondary, .sr-bb .srt-primary-12 .srt-text-secondary, .sr-bb .srt-primary-12.srt-text-secondary, .sr-bb .srt-primary-13 .srt-text-secondary, .sr-bb .srt-primary-13.srt-text-secondary {
    opacity: .8;
    -webkit-font-smoothing: antialiased
}

.sr-bb .srt-primary-1 .srt-text-disabled, .sr-bb .srt-primary-1.srt-text-disabled, .sr-bb .srt-primary-1-is-active .srt-text-disabled, .sr-bb .srt-primary-1-is-active.srt-text-disabled, .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-disabled, .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-disabled, .sr-bb .srt-primary-1-is-disabled .srt-text-disabled, .sr-bb .srt-primary-1-is-disabled.srt-text-disabled, .sr-bb .srt-primary-2 .srt-text-disabled, .sr-bb .srt-primary-2.srt-text-disabled, .sr-bb .srt-primary-3 .srt-text-disabled, .sr-bb .srt-primary-3.srt-text-disabled, .sr-bb .srt-primary-4 .srt-text-disabled, .sr-bb .srt-primary-4.srt-text-disabled, .sr-bb .srt-primary-5 .srt-text-disabled, .sr-bb .srt-primary-5.srt-text-disabled, .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-disabled, .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-disabled, .sr-bb .srt-primary-6 .srt-text-disabled, .sr-bb .srt-primary-6.srt-text-disabled, .sr-bb .srt-primary-7 .srt-text-disabled, .sr-bb .srt-primary-7.srt-text-disabled, .sr-bb .srt-primary-8 .srt-text-disabled, .sr-bb .srt-primary-8.srt-text-disabled, .sr-bb .srt-primary-8-is-active-1 .srt-text-disabled, .sr-bb .srt-primary-8-is-active-1.srt-text-disabled, .sr-bb .srt-primary-8-is-active-2 .srt-text-disabled, .sr-bb .srt-primary-8-is-active-2.srt-text-disabled, .sr-bb .srt-primary-9 .srt-text-disabled, .sr-bb .srt-primary-9.srt-text-disabled, .sr-bb .srt-primary-10 .srt-text-disabled, .sr-bb .srt-primary-10.srt-text-disabled, .sr-bb .srt-primary-11 .srt-text-disabled, .sr-bb .srt-primary-11.srt-text-disabled, .sr-bb .srt-primary-12 .srt-text-disabled, .sr-bb .srt-primary-12.srt-text-disabled, .sr-bb .srt-primary-13 .srt-text-disabled, .sr-bb .srt-primary-13.srt-text-disabled {
    opacity: .6
}

.sr-bb .srt-primary-1 .srt-text-tertiary, .sr-bb .srt-primary-1.srt-text-tertiary, .sr-bb .srt-primary-1-is-active .srt-text-tertiary, .sr-bb .srt-primary-1-is-active.srt-text-tertiary, .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-tertiary, .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-tertiary, .sr-bb .srt-primary-1-is-disabled .srt-text-tertiary, .sr-bb .srt-primary-1-is-disabled.srt-text-tertiary, .sr-bb .srt-primary-2 .srt-text-tertiary, .sr-bb .srt-primary-2.srt-text-tertiary, .sr-bb .srt-primary-3 .srt-text-tertiary, .sr-bb .srt-primary-3.srt-text-tertiary, .sr-bb .srt-primary-4 .srt-text-tertiary, .sr-bb .srt-primary-4.srt-text-tertiary, .sr-bb .srt-primary-5 .srt-text-tertiary, .sr-bb .srt-primary-5.srt-text-tertiary, .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-tertiary, .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-tertiary, .sr-bb .srt-primary-6 .srt-text-tertiary, .sr-bb .srt-primary-6.srt-text-tertiary, .sr-bb .srt-primary-7 .srt-text-tertiary, .sr-bb .srt-primary-7.srt-text-tertiary, .sr-bb .srt-primary-8 .srt-text-tertiary, .sr-bb .srt-primary-8.srt-text-tertiary, .sr-bb .srt-primary-8-is-active-1 .srt-text-tertiary, .sr-bb .srt-primary-8-is-active-1.srt-text-tertiary, .sr-bb .srt-primary-8-is-active-2 .srt-text-tertiary, .sr-bb .srt-primary-8-is-active-2.srt-text-tertiary, .sr-bb .srt-primary-9 .srt-text-tertiary, .sr-bb .srt-primary-9.srt-text-tertiary, .sr-bb .srt-primary-10 .srt-text-tertiary, .sr-bb .srt-primary-10.srt-text-tertiary, .sr-bb .srt-primary-11 .srt-text-tertiary, .sr-bb .srt-primary-11.srt-text-tertiary, .sr-bb .srt-primary-12 .srt-text-tertiary, .sr-bb .srt-primary-12.srt-text-tertiary, .sr-bb .srt-primary-13 .srt-text-tertiary, .sr-bb .srt-primary-13.srt-text-tertiary {
    opacity: .7
}

.sr-bb .srt-icon {
    opacity: .33
}

.sr-bb .srt-icon-secondary {
    opacity: .7
}

.sr-bb .srt-elevation-1 {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1)
}

.sr-bb .srt-elevation-2 {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16)
}

.sr-bb .srt-elevation-3 {
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19)
}

.sr-bb .srt-elevation-center-2 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23), 0 1px 5px rgba(0, 0, 0, 0.16)
}

.sr-bb .srt-inset-top-1 {
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.23)
}

.sr-bb .srt-inset-bottom-1 {
    box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.23)
}

.sr-bb .srt-inset-top-2 {
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.23)
}

.sr-bb .srt-inset-bottom-2 {
    box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.23)
}

.sr-bb .srt-inset-top-3 {
    box-shadow: inset 0 6px 6px 0 rgba(0, 0, 0, 0.23)
}

.sr-bb .srt-inset-bottom-3 {
    box-shadow: inset 0 -6px 6px 0 rgba(0, 0, 0, 0.23)
}

.sr-bb .srt-fill-blue-card {
    fill: #2579ad
}

.sr-bb .srt-stroke-blue-card {
    stroke: #2579ad
}

.sr-bb .srt-fill-soccer-yellow-card {
    fill: #ffbf00
}

.sr-bb .srt-stroke-soccer-yellow-card {
    stroke: #ffbf00
}

.sr-bb .srt-fill-soccer-red-card {
    fill: #e43b3b
}

.sr-bb .srt-stroke-soccer-red-card {
    stroke: #e43b3b
}

.sr-bb .srt-stroke-soccer-substitution-in {
    stroke: #4fbe30;
    fill: transparent
}

.sr-bb .srt-fill-soccer-substitution-in {
    fill: #4fbe30
}

.sr-bb .srt-stroke-soccer-substitution-out {
    stroke: #e43b3b;
    fill: transparent
}

.sr-bb .srt-fill-soccer-substitution-out {
    fill: #e43b3b
}

.sr-bb .srt-stroke-soccer-own-goal {
    stroke: #e43b3b;
    fill: transparent
}

.sr-bb .srt-fill-soccer-own-goal {
    fill: #e43b3b
}

.sr-bb .srt-fill-soccer-relegation-1 {
    fill: #fdd835
}

.sr-bb .srt-stroke-soccer-relegation-1 {
    stroke: #fdd835
}

.sr-bb .srt-fill-soccer-relegation-2 {
    fill: #ffb848
}

.sr-bb .srt-stroke-soccer-relegation-2 {
    stroke: #ffb848
}

.sr-bb .srt-fill-soccer-relegation-3 {
    fill: #ef6c00
}

.sr-bb .srt-stroke-soccer-relegation-3 {
    stroke: #ef6c00
}

.sr-bb .srt-fill-soccer-relegation-4 {
    fill: #e93a34
}

.sr-bb .srt-stroke-soccer-relegation-4 {
    stroke: #e93a34
}

.sr-bb .srt-fill-soccer-relegation-5 {
    fill: #941d1d
}

.sr-bb .srt-stroke-soccer-relegation-5 {
    stroke: #941d1d
}

.sr-bb .srt-fill-soccer-promotion-1 {
    fill: #51d151
}

.sr-bb .srt-stroke-soccer-promotion-1 {
    stroke: #51d151
}

.sr-bb .srt-fill-soccer-promotion-2 {
    fill: #1b911b
}

.sr-bb .srt-stroke-soccer-promotion-2 {
    stroke: #1b911b
}

.sr-bb .srt-fill-soccer-promotion-3 {
    fill: #0e8094
}

.sr-bb .srt-stroke-soccer-promotion-3 {
    stroke: #0e8094
}

.sr-bb .srt-fill-soccer-promotion-4 {
    fill: #0a6cce
}

.sr-bb .srt-stroke-soccer-promotion-4 {
    stroke: #0a6cce
}

.sr-bb .srt-fill-soccer-promotion-5 {
    fill: #4a9fe4
}

.sr-bb .srt-stroke-soccer-promotion-5 {
    stroke: #4a9fe4
}

.sr-bb .srt-nfl-timeout-1 {
    background-color: #f5a623;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-nfl-timeout-2 {
    background-color: rgba(245, 166, 35, 0.3);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16)
}

.sr-bb .srt-nfl-penalty {
    background-color: #f4a621;
    color: #fff;
    border-color: #f4a621
}

.sr-bb .srt-nfl-negative-yards-1 {
    background-color: #ac182e;
    color: #fff;
    border-color: #ac182e
}

.sr-bb .srt-nfl-negative-yards-2 {
    background-color: #ac182e;
    color: #fff;
    border-color: #ac182e
}

.sr-bb .srt-nfl-first-line {
    background-color: #4b90de;
    color: #fff;
    border-color: #4b90de
}

.sr-bb .srt-nfl-ten-line {
    background-color: #f5a623;
    color: #fff;
    border-color: #f5a623
}

.sr-bb .srt-fill-nfl-penalty {
    fill: #f4a621
}

.sr-bb .srt-stroke-nfl-penalty {
    stroke: #f4a621
}

.sr-bb .srt-fill-nfl-negative-yards-1 {
    fill: #ac182e
}

.sr-bb .srt-stroke-nfl-negative-yards-1 {
    stroke: #ac182e
}

.sr-bb .srt-fill-nfl-negative-yards-2 {
    fill: #ac182e
}

.sr-bb .srt-stroke-nfl-negative-yards-2 {
    stroke: #ac182e
}

.sr-bb .srt-fill-nfl-first-line {
    fill: #4b90de
}

.sr-bb .srt-stroke-nfl-first-line {
    stroke: #4b90de
}

.sr-bb .srt-fill-nfl-ten-line {
    fill: #f5a623
}

.sr-bb .srt-stroke-nfl-ten-line {
    stroke: #f5a623
}

.sr-bb .srt-mlb-run-1 {
    background-color: #090;
    color: #fff;
    border-color: #090
}

.sr-bb .srt-mlb-run-2 {
    background-color: #fff;
    color: #090;
    border-color: #090
}

.sr-bb .srt-mlb-hit-1 {
    background-color: #f7ab11;
    color: #fff;
    border-color: #f7ab11
}

.sr-bb .srt-mlb-hit-2 {
    background-color: #fff;
    color: #f7ab11;
    border-color: #f7ab11
}

.sr-bb .srt-mlb-hit-3 {
    background-color: #00a4ff;
    color: #fff;
    border-color: #00a4ff
}

.sr-bb .srt-mlb-error-1 {
    background-color: #d0021b;
    color: #fff;
    border-color: #d0021b
}

.sr-bb .srt-mlb-error-2 {
    background-color: #fff;
    color: #d0021b;
    border-color: #d0021b
}

.sr-bb .srt-mlb-neutral-1 {
    background-color: #212121;
    color: #fff;
    border-color: #fff
}

.sr-bb .srt-fill-mlb-base {
    fill: #00a4ff
}

.sr-bb .srt-strole-mlb-base {
    fill: #00a4ff
}

.sr-bb .srt-fill-change-increase {
    fill: #ff6b00
}

.sr-bb .srt-stroke-change-increase {
    stroke: #ff6b00
}

.sr-bb .srt-fill-change-decrease {
    fill: #2db155
}

.sr-bb .srt-stroke-change-decrease {
    stroke: #2db155
}

.sr-bb .srt-fill-text {
    fill: #fff
}

.sr-bb .srt-fill-text-invert {
    fill: #fff
}

.sr-bb .srt-fill-text-secondary {
    fill-opacity: .8
}

.sr-bb .srt-fill-text-disabled {
    fill-opacity: .6
}

.sr-bb .srt-fill-base-1 {
    fill: transparent
}

.sr-bb .srt-stroke-base-1 {
    stroke: transparent
}

.sr-bb .srt-fill-base-1-active {
    fill: rgba(20, 147, 255, 0.12)
}

.sr-bb .srt-stroke-base-1-active {
    stroke: rgba(20, 147, 255, 0.12)
}

.sr-bb .srt-fill-base-1-active-2 {
    fill: #2c3f59
}

.sr-bb .srt-stroke-base-1-active-2 {
    stroke: #2c3f59
}

.sr-bb .srt-fill-base-1-primary {
    fill: transparent
}

.sr-bb .srt-stroke-base-1-primary {
    stroke: transparent
}

.sr-bb .srt-fill-base-1-home {
    fill: transparent
}

.sr-bb .srt-stroke-base-1-home {
    stroke: transparent
}

.sr-bb .srt-fill-base-1-away {
    fill: transparent
}

.sr-bb .srt-stroke-base-1-away {
    stroke: transparent
}

.sr-bb .srt-fill-base-2 {
    fill: currentColor
}

.sr-bb .srt-stroke-base-2 {
    stroke: currentColor
}

.sr-bb .srt-fill-base-2-active {
    fill: #15375d
}

.sr-bb .srt-stroke-base-2-active {
    stroke: #15375d
}

.sr-bb .srt-fill-base-2-hover {
    fill: #15375d
}

.sr-bb .srt-stroke-base-2-hover {
    stroke: #15375d
}

.sr-bb .srt-fill-base-3 {
    fill: #15375d
}

.sr-bb .srt-stroke-base-3 {
    stroke: #15375d
}

.sr-bb .srt-fill-base-3-active {
    fill: #153c66
}

.sr-bb .srt-stroke-base-3-active {
    stroke: #153c66
}

.sr-bb .srt-fill-base-3-hover {
    fill: #153c66
}

.sr-bb .srt-stroke-base-3-hover {
    stroke: #153c66
}

.sr-bb .srt-fill-primary-1 {
    fill: #ff6b00
}

.sr-bb .srt-stroke-primary-1 {
    stroke: #ff6b00
}

.sr-bb .srt-fill-primary-2 {
    fill: #5bb3ff
}

.sr-bb .srt-stroke-primary-2 {
    stroke: #5bb3ff
}

.sr-bb .srt-fill-primary-3 {
    fill: #2c9eff
}

.sr-bb .srt-stroke-primary-3 {
    stroke: #2c9eff
}

.sr-bb .srt-fill-primary-4 {
    fill: #1469b5
}

.sr-bb .srt-stroke-primary-4 {
    stroke: #1469b5
}

.sr-bb .srt-fill-primary-5 {
    fill: #1469b5
}

.sr-bb .srt-stroke-primary-5 {
    stroke: #1469b5
}

.sr-bb .srt-fill-primary-6 {
    fill: #77c0ff
}

.sr-bb .srt-stroke-primary-6 {
    stroke: #77c0ff
}

.sr-bb .srt-fill-primary-7 {
    fill: #ff6b00
}

.sr-bb .srt-stroke-primary-7 {
    stroke: #ff6b00
}

.sr-bb .srt-fill-primary-8 {
    fill: #ff6b00
}

.sr-bb .srt-stroke-primary-8 {
    stroke: #ff6b00
}

.sr-bb .srt-fill-primary-8-is-active-1 {
    fill: #2c9eff
}

.sr-bb .srt-stroke-primary-8-is-active-1 {
    stroke: #2c9eff
}

.sr-bb .srt-fill-primary-8-is-active-2 {
    fill: #2c9eff
}

.sr-bb .srt-stroke-primary-8-is-active-2 {
    stroke: #2c9eff
}

.sr-bb .srt-fill-primary-9 {
    fill: #154a7e
}

.sr-bb .srt-stroke-primary-9 {
    stroke: #154a7e
}

.sr-bb .srt-fill-primary-10 {
    fill: #147eda
}

.sr-bb .srt-stroke-primary-10 {
    stroke: #147eda
}

.sr-bb .srt-fill-primary-11 {
    fill: #2c9eff
}

.sr-bb .srt-stroke-primary-11 {
    stroke: #2c9eff
}

.sr-bb .srt-fill-primary-12 {
    fill: #ff6b00
}

.sr-bb .srt-stroke-primary-12 {
    stroke: #ff6b00
}

.sr-bb .srt-fill-home-1 {
    fill: #ff6b00
}

.sr-bb .srt-stroke-home-1 {
    stroke: #ff6b00
}

.sr-bb .srt-fill-home-2 {
    fill: #ff6b00
}

.sr-bb .srt-stroke-home-2 {
    stroke: #ff6b00
}

.sr-bb .srt-fill-home-3 {
    fill: #ff6b00
}

.sr-bb .srt-stroke-home-3 {
    stroke: #ff6b00
}

.sr-bb .srt-fill-home-4 {
    fill: #1474c8
}

.sr-bb .srt-stroke-home-4 {
    stroke: #1474c8
}

.sr-bb .srt-fill-home-5 {
    fill: #66b9ff
}

.sr-bb .srt-stroke-home-5 {
    stroke: #66b9ff
}

.sr-bb .srt-fill-away-1 {
    fill: #2db155
}

.sr-bb .srt-stroke-away-1 {
    stroke: #2db155
}

.sr-bb .srt-fill-away-2 {
    fill: #2db155
}

.sr-bb .srt-stroke-away-2 {
    stroke: #2db155
}

.sr-bb .srt-fill-away-3 {
    fill: #2db155
}

.sr-bb .srt-stroke-away-3 {
    stroke: #2db155
}

.sr-bb .srt-fill-away-4 {
    fill: #268951
}

.sr-bb .srt-stroke-away-4 {
    stroke: #268951
}

.sr-bb .srt-fill-away-5 {
    fill: #77cc91
}

.sr-bb .srt-stroke-away-5 {
    stroke: #77cc91
}

.sr-bb .srt-fill-neutral-1 {
    fill: #33465f
}

.sr-bb .srt-stroke-neutral-1 {
    stroke: #33465f
}

.sr-bb .srt-fill-neutral-2 {
    fill: #e8eaed
}

.sr-bb .srt-stroke-neutral-2 {
    stroke: #e8eaed
}

.sr-bb .srt-fill-neutral-3 {
    fill: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-stroke-neutral-3 {
    stroke: rgba(255, 255, 255, 0.12)
}

.sr-bb .srt-fill-neutral-4 {
    fill: #adb4bf
}

.sr-bb .srt-stroke-neutral-4 {
    stroke: #adb4bf
}

.sr-bb .srt-fill-neutral-5 {
    fill: #c5cad1
}

.sr-bb .srt-stroke-neutral-5 {
    stroke: #c5cad1
}

.sr-bb .srt-fill-neutral-6 {
    fill: #4d5d73
}

.sr-bb .srt-stroke-neutral-6 {
    stroke: #4d5d73
}

.sr-bb .srt-fill-neutral-7 {
    fill: #adb4bf
}

.sr-bb .srt-stroke-neutral-7 {
    stroke: #adb4bf
}

.sr-bb .srt-fill-neutral-8 {
    fill: #33465f
}

.sr-bb .srt-stroke-neutral-8 {
    stroke: #33465f
}

.sr-bb .srt-fill-neutral-9 {
    fill: #233752
}

.sr-bb .srt-stroke-neutral-9 {
    stroke: #233752
}

.sr-bb .srt-fill-neutral-10 {
    fill: #31445d
}

.sr-bb .srt-stroke-neutral-10 {
    stroke: #31445d
}

.sr-bb .srt-fill-neutral-11 {
    fill: #737f91
}

.sr-bb .srt-stroke-neutral-11 {
    stroke: #737f91
}

.sr-bb .srt-fill-neutral-12 {
    fill: #b9bfc8
}

.sr-bb .srt-stroke-neutral-12 {
    stroke: #b9bfc8
}

.sr-bb .srt-fill-neutral-13 {
    fill: #2c3f59
}

.sr-bb .srt-stroke-neutral-13 {
    stroke: #2c3f59
}

.sr-bb .srt-fill-win {
    fill: #ff6b00
}

.sr-bb .srt-stroke-win {
    stroke: #ff6b00
}

.sr-bb .srt-fill-draw {
    fill: rgba(255, 255, 255, 0.4)
}

.sr-bb .srt-stroke-draw {
    stroke: rgba(255, 255, 255, 0.4)
}

.sr-bb .srt-fill-lose {
    fill: #2db155
}

.sr-bb .srt-stroke-lose {
    stroke: #2db155
}

.sr-bb .srt-stop-base-1 {
    stop-color: transparent
}

.sr-bb .srt-stop-primary-1 {
    stop-color: #ff6b00
}

.sr-bb .srt-stop-primary-2 {
    stop-color: #5bb3ff
}

.sr-bb .srt-stop-primary-3 {
    stop-color: #2c9eff
}

.sr-bb .srt-stop-primary-4 {
    stop-color: #1469b5
}

.sr-bb .srt-stop-primary-5 {
    stop-color: #1469b5
}

.sr-bb .srt-stop-primary-6 {
    stop-color: #77c0ff
}

.sr-bb .srt-stop-primary-7 {
    stop-color: #ff6b00
}

.sr-bb .srt-stop-primary-8 {
    stop-color: #ff6b00
}

.sr-bb .srt-stop-primary-9 {
    stop-color: #154a7e
}

.sr-bb .srt-stop-primary-10 {
    stop-color: #147eda
}

.sr-bb .srt-stop-primary-11 {
    stop-color: #2c9eff
}

.sr-bb .srt-stop-primary-12 {
    stop-color: #ff6b00
}

.sr-bb .srt-stop-home-1 {
    stop-color: #ff6b00
}

.sr-bb .srt-stop-away-1 {
    stop-color: #2db155
}

.sr-bb .srt-fill-neutral-14 {
    fill: #445058
}

.sr-bb .srt-stroke-neutral-14 {
    stroke: #445058
}

.sr-bb .srt-logo-powered-by-light {
    display: none
}

.sr-bb .srt-logo-powered-by-dark {
    display: inline-block
}

.sr-bb .sr-lmt-plus-tabs__wrapper {
    overflow-y: auto;
    width: 100%
}

.sr-bb .sr-lmt-plus-tabs__wrapper-inner {
    display: block;
    text-align: right;
    white-space: nowrap;
    width: auto
}

.full-event-header {
    background: #edeff2
}

.widgets {
    width: 100%;
    position: relative;
    z-index: 2;
    background: #edeff2
}

.sr-bb .sr-lmt-plus-tabs__wrapper-inner.srm-is-btm, .sr-bb .srt-base-1 {
    border-bottom: transparent !important
}

.sr-bb .sr-lmt-plus-tabs__wrapper, .sr-bb .sr-lmt-plus-tabs__wrapper-inner, .sr-bb .sr-lmt-plus-tabs {
    background: #445058 !important;
    height: 40px !important
}

.sr-bb, .sr-lmt-plus-tabs-xsmall {
    background: #445058 !important
}

.sr-bb .sr-lmt-plus__wrapper {
    display: flex;
    flex-direction: column
}

.sr-bb .sr-lmt-plus__wrapper > * {
    order: 1
}

.sr-bb .sr-lmt-plus__wrapper .sr-lmt-plus__comp-wrapper {
    border: none;
    order: 0
}

.sr-bb .sr-lmt-plus-tabs {
    width: 100%;
    padding: 0 7px
}

.sr-bb .sr-lmt-plus-tabs__tab.srm-tab-btm {
    display: inline-flex !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 8px !important
}

.sr-bb .sr-lmt-plus-tabs__tab.srm-other {
    display: none !important
}

.sr-bb .sr-lmt-plus-tabs__tab-name {
    display: none
}

.sr-lmt-plus-tabs.sr-lmt-plus-tabs-xsmall .sr-lmt-plus-tabs__tab.srm-tab-top {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.sr-bb .sr-lmt-plus-tabs__wrapper-inner .srt-base-1 .srm-is-btm .srm-has-6 .srm-layout-single {
    background: #008000
}

.hidden-no-events * {
    pointer-events: none
}

.st0 {
    fill: #445058 !important
}
.customer-balance-dropdown {
    position: relative
}

.customer-balance-dropdown__holder {
    height: 40px;
    border-radius: 20px;
    background-color: #4e6976;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 30px 0 15px;
    color: #f0f3f8;
    position: relative
}

.customer-balance-dropdown__arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -4px
}

.customer-balance-dropdown__arrow .svg-icon {
    font-size: 8px;
    transform: rotate(90deg)
}

.customer-balance-dropdown__text {
    font-size: 12px;
    line-height: 1;
    color: #f0f3f8;
    font-weight: 700;
    -webkit-user-select: none;
    user-select: none
}

.customer-balance-dropdown__list {
    background-color: #4e6976;
    position: absolute;
    min-width: 100%;
    top: 40px;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
    margin-top: 3px;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.21);
    z-index: 12;
    cursor: auto
}

.customer-balance-dropdown__list-item {
    font-size: 12px;
    line-height: 1;
    color: #f0f3f8;
    font-weight: 500;
    padding: 5px 15px;
    transition: background-color .15s ease;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    justify-content: space-between
}

.customer-balance-dropdown__list-item--left {
    padding-right: 20px
}

.customer-balance-dropdown__list-item--left + div {
    color: #fff
}

.customer-balance-dropdown__list-item--first {
    margin: 7px 5px 7px 5px
}

.customer-balance-dropdown__list-item--bonuses-color {
    color: #fff
}

.customer-balance-dropdown__bonuses {
    margin: 7px 5px 12px 5px
}

.customer-balance-dropdown__divider {
    border-top: 1px solid #445058
}
.page-header__logo img {
    width: 180px !important;
}

.aside-menu-list__svg {
    display: block;
    width: 100%;
    height: 100%
}


/*888*/
.recommendedGamesSection {
    --mslElementBg: #FFFFFF;
    --mslBorderRadius: 8px;
    --mslTextDark: #3E4049;
    --mslMoreLinkColor: #FF6B00;
    --mslMoreLinkFontSize: 14px;
    --mslMoreLinkFontWeight: 700;
    --mslCasinoGamesItemWidth: 138px;
    --mslCasinoGamesItemHeight: 138px;
    --mslCasinoGamesItemBorderRadius: 8px;
    --mslCasinoGamesItemTitle: #1A2930;
    --mslCasinoGamesItemTitleFontSize: 14px;
    --mslCasinoGamesItemTitleLineHeight: 20px;
    --mslCasinoGamesItemTitleFontWeight: 700;
    --mslCasinoGamesProducerFontSize: 12px;
    --mslCasinoGamesProducerFontWeight: 400;
    --mslCasinoGamesProducerLineHeight: 16px;
    --eventHalfInformation: #868c96;
    --buttonMain: #00AA81;
    --buttonMainText: #ffffff;
    --buttonText: #FFFFFF;
    --casinoFavoritesWidth: 23px;
    --casinoFavoritesHeight: min-content;
    --casinoFavoritesBorderRadius: 0;
    --casinoFavoritesBg: transparent;
    --casinoFavoritesSvgHeight: auto;
}
.-qEGs.recommendedGamesSection {
    padding: 24px;
    background: var(--mslElementBg);
    border-radius: var(--mslBorderRadius);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    min-height: 400px;
}
.-qEGs.nnAZr.recommendedGamesSection {
    min-height: unset;
}
.recommendedGamesSection .\+CAbK {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
.recommendedGamesSection ._6l3DD {
    font-size: 20px;
    font-weight: 700;
    color: var(--mslTextDark);
    text-transform: capitalize;
    margin: 0;
}
.recommendedGamesSection .dkJe2 {
    color: var(--mslMoreLinkColor);
    font-size: var(--mslMoreLinkFontSize);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--mslMoreLinkFontWeight);
}
.recommendedGamesSection .vjPUP {
    width: 100%;
}
.recommendedGamesSection .react-horizontal-scrolling-menu--wrapper {
    display: flex;
}
.recommendedGamesSection .horizontal-menu .react-horizontal-scrolling-menu--wrapper {
    position: relative;
}
.recommendedGamesSection .horizontal-menu .react-horizontal-scrolling-menu--wrapper::before, .horizontal-menu .react-horizontal-scrolling-menu--wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: var(--draggerScrollButtonBlurWidth);
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
}
.recommendedGamesSection .react-horizontal-scrolling-menu--scroll-container {
    overscroll-behavior: contain;
}
.recommendedGamesSection .react-horizontal-scrolling-menu--scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.recommendedGamesSection .react-horizontal-scrolling-menu--scroll-container {
    display: flex;
    height: max-content;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}
.recommendedGamesSection .horizontal-menu .react-horizontal-scrolling-menu--wrapper::before, .horizontal-menu .react-horizontal-scrolling-menu--wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: var(--draggerScrollButtonBlurWidth);
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
}
.recommendedGamesSection .react-horizontal-scrolling-menu--scroll-container {
    overscroll-behavior: contain;
}
.recommendedGamesSection .react-horizontal-scrolling-menu--scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.recommendedGamesSection .react-horizontal-scrolling-menu--scroll-container {
    display: flex;
    height: max-content;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}
.recommendedGamesSection ._9YR1h {
    width: var(--mslCasinoGamesItemWidth);
    margin: 0 6px;
}
.recommendedGamesSection .vjPUP .react-horizontal-scrolling-menu--item:first-child ._9YR1h {
    margin-right: 0;
}
.recommendedGamesSection .bfiB4 {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.recommendedGamesSection .vjPUP .casino-game-item {
    height: var(--mslCasinoGamesItemHeight);
    border-radius: var(--mslCasinoGamesItemBorderRadius);
}
.recommendedGamesSection .RS4cI {
    display: block;
    height: auto;
    transition: transform .25s ease;
    width: 100%;
    border-radius: 6px;
}
.recommendedGamesSection .vjPUP .casino-game-item img {
    height: 100%;
}
.recommendedGamesSection .Jykwf {
    align-items: center;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: 2;
}
.recommendedGamesSection .Jykwf .VZ\+X4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(100%);
    transition: transform .3s ease-in-out;
}
.recommendedGamesSection .app-button {
    appearance: none;
    outline: none;
    border: none;
    color: var(--buttonText);
    font-family: Roboto, sans-serif;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease;
    min-height: 40px;
    border-radius: 100px;
    padding: 5px 20px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1;
    box-sizing: border-box;
    user-select: none;
    text-decoration: none;
}
.recommendedGamesSection .app-button--default {
    background: var(--buttonMain);
    color: var(--buttonMainText);
}
.recommendedGamesSection .app-button--casino-game {
    height: 30px;
    padding-left: 22px;
    padding-right: 22px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
}
.recommendedGamesSection .bfiB4._0QGS1 .app-button {
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    min-height: 26px;
    padding: 2px 10px;
}
.recommendedGamesSection .app-button span {
    display: block;
    position: relative;
    text-decoration: none;
    top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommendedGamesSection .ZFlQY {
    width: var(--casinoFavoritesWidth, 23px);
    min-width: var(--casinoFavoritesWidth, 23px);
    height: var(--casinoFavoritesHeight, min-content);
    border-radius: var(--casinoFavoritesBorderRadius);
    background: var(--casinoFavoritesBg);
    cursor: pointer;
}
.recommendedGamesSection .bfiB4._0QGS1 .Jykwf .VZ\+X4 .LpWRD {
    margin-top: 8px;
}
.recommendedGamesSection .ZFlQY svg {
    display: block;
    width: 100%;
    height: var(--casinoFavoritesSvgHeight, auto) !important;
}

.recommendedGamesSection ._3WGVw {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.recommendedGamesSection .bfiB4._0QGS1 .app-button {
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    min-height: 26px;
    padding: 2px 10px;
}
.recommendedGamesSection .bfiB4._0QGS1 .app-button {
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    min-height: 26px;
    padding: 2px 10px;
}
.recommendedGamesSection .YEdAo {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.recommendedGamesSection ._9YR1h strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommendedGamesSection .YEdAo strong {
    color: var(--mslCasinoGamesItemTitle, #3E4049);
    font-size: var(--mslCasinoGamesItemTitleFontSize);
    font-weight: var(--mslCasinoGamesItemTitleFontWeight);
    line-height: var(--mslCasinoGamesItemTitleLineHeight);
}
.recommendedGamesSection .YEdAo span {
    color: var(--eventHalfInformation);
    font-size: var(--mslCasinoGamesProducerFontSize);
    font-weight: var(--mslCasinoGamesProducerFontWeight);
    line-height: var(--mslCasinoGamesProducerLineHeight);
}
.recommendedGamesSection .bfiB4:hover .RS4cI {
    transform: scale(1.1);
}
.recommendedGamesSection .bfiB4:hover .Jykwf {
    opacity: 1;
}
.recommendedGamesSection .bfiB4:hover .Jykwf .VZ\+X4 {
    transform: translateY(0);
}

.ZFlQY._3Fdss:hover .fPUBc {
    fill: var(--casinoFavoritedOuterHover, var(--casinoFavoritedOuter))
}
