.timer-block__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2.2rem;
    width: 2.6666666667rem;
    border-right: 1px solid rgba(49, 52, 62, .4);
    border-left: 1px solid #0c0c0d
}

.partners-contests-stream__header-timer .timer-block__item {
    height: 3.3333333333rem;
    width: 4rem
}

.timer-block__min .timer-block__item {
    flex-direction: row;
    height: auto;
    width: auto;
    border: none
}

.timer-block__min .timer-block__item.hour {
    margin-left: .2666666667rem
}

.timer-block--expired .timer-block__item {
    width: auto;
    padding: 0 .3333333333rem;
    font-size: .6rem;
    color: var(--WHITE_TRANSPARENT_05);
    flex-direction: row;
    gap: .5333333333rem
}

.timer-block--expired .timer-block__item span {
    color: var(--WHITE)
}

.balance-modal__timer .timer-block__item {
    position: relative;
    min-width: 1.3333333333rem;
    margin-right: .2rem;
    text-align: center
}

.balance-modal__timer .timer-block__item:last-child {
    margin-right: 0
}

.side-card .timer-block__item {
    position: relative;
    min-width: 3.3333333333rem;
    margin-right: 1.1333333333rem
}

.side-card .timer-block__item:last-child {
    margin-right: 0
}

.timer-block__item:first-child {
    border-left: 0
}

.timer-block__item:last-child {
    border-right: 0
}

@media(max-width:768px) {
    .promo-modal-head--expired .timer-block--expired .timer-block__item {
        font-size: .6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .timer-block__item {
        height: 4.2rem;
        width: 4.6rem
    }
    .partners-contests-stream__header-timer .timer-block__item {
        height: 6rem;
        width: 7rem
    }
    .timer-block--expired .timer-block__item {
        padding: 0 1rem;
        font-size: 1.4rem;
        gap: .8rem
    }
    .timer-block__min .timer-block__item.hour {
        margin-left: .7rem
    }
    .balance-modal__timer .timer-block__item {
        min-width: 3.4rem;
        margin-right: .3rem
    }
    .side-card .timer-block__item {
        min-width: 7.5rem;
        margin-right: 1rem
    }
}

@media(min-width:1025px) {
    .timer-block__item {
        height: 2.3333333333rem;
        width: 2.5555555556rem
    }
    .partners-contests-stream__header-timer .timer-block__item {
        height: 3.3333333333rem;
        width: 3.8888888889rem
    }
    .timer-block--expired .timer-block__item {
        padding: 0 .5555555556rem;
        font-size: .7777777778rem;
        gap: .4444444444rem
    }
    .timer-block__min .timer-block__item.hour {
        margin-left: .3888888889rem
    }
    .balance-modal__timer .timer-block__item {
        min-width: 1.8888888889rem;
        margin-right: .1666666667rem
    }
    .side-card .timer-block__item {
        min-width: 4.1666666667rem;
        margin-right: .5555555556rem
    }
}

.timer-block {
    display: flex;
    background: linear-gradient(180deg, rgba(12, 19, 38, 0) -83.33%, #0f1116 91.26%), var(--INFINITY);
    border-radius: .2666666667rem;
    overflow: hidden;
    justify-content: center
}

.partners-contests-stream__header-timer .timer-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.account-history-bonus-table-item .timer-block {
    display: inline-flex
}

@media(max-width:768px) {
    .panel-freespins .timer-block,
    .panel-tickets .timer-block {
        margin-top: .3333333333rem
    }
    .promo-modal-head__timer .timer-block {
        margin-left: .8rem;
        flex-shrink: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .tournament-slider .timer-block {
        order: 2;
        justify-content: flex-start;
        margin-bottom: 4rem
    }
    .panel-bonuses .timer-block,
    .panel-freespins .timer-block,
    .panel-tickets .timer-block {
        margin-top: .6rem
    }
}

@media(min-width:1025px) {
    .timer-block {
        border-radius: .4rem
    }
    .tournament-slider .timer-block {
        order: 2;
        justify-content: flex-start;
        margin-bottom: 2.2222222222rem
    }
    .panel-bonuses .timer-block,
    .panel-freespins .timer-block,
    .panel-tickets .timer-block {
        margin-top: .3333333333rem
    }
}

.timer-block__min {
    background: initial
}

.timer-block__colon {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 6px
}

.timer-block__min .timer-block__colon {
    margin: 0 .2666666667rem;
    font-size: .9333333333rem;
    line-height: 1.71
}

@media(min-width:769px) {
    .timer-block__min .timer-block__colon {
        line-height: 1.33
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .timer-block__min .timer-block__colon {
        margin: 0 .5rem;
        font-size: 1.8rem
    }
}

@media(min-width:1025px) {
    .timer-block__min .timer-block__colon {
        margin: 0 .2777777778rem;
        font-size: 1rem
    }
}

.timer-block__count {
    display: flex;
    font-weight: 700;
    font-size: .9333333333rem;
    line-height: 1;
    color: var(--WHITE);
    text-align: center
}

.partners-contests-stream__header-timer .timer-block__count {
    font-size: 1.8666666667rem
}

.timer-block__min .timer-block__count {
    font-weight: 700;
    font-size: .9333333333rem;
    line-height: 1.71
}

.balance-modal .timer-block__count {
    font-weight: 400
}

.balance-modal__timer .timer-block__count {
    font-weight: 400;
    font-size: .9333333333rem;
    line-height: 1
}

.side-card .timer-block__count {
    margin-bottom: .3333333333rem;
    border-radius: .2rem;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: .0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .timer-block__count {
        font-size: 1.8rem
    }
    .partners-contests-stream__header-timer .timer-block__count {
        font-size: 3.6rem
    }
    .balance-modal__timer .timer-block__count {
        font-size: 2.3rem
    }
    .side-card .timer-block__count {
        margin-bottom: .9rem;
        border-radius: .3rem;
        font-size: 3rem;
        letter-spacing: .1rem
    }
    .timer-block__min .timer-block__count {
        font-size: 1.6rem;
        line-height: 1.5
    }
}

@media(min-width:1025px) {
    .timer-block__count {
        font-size: 1rem
    }
    .partners-contests-stream__header-timer .timer-block__count {
        font-size: 2rem
    }
    .balance-modal__timer .timer-block__count {
        font-size: 1.2777777778rem
    }
    .side-card .timer-block__count {
        margin-bottom: .5555555556rem;
        border-radius: .1666666667rem;
        font-size: 1.6666666667rem;
        letter-spacing: .0555555556rem
    }
    .timer-block__min .timer-block__count {
        font-size: .8888888889rem;
        line-height: 1.5
    }
}

.timer-block__label {
    overflow: hidden;
    font-size: .5333333333rem;
    line-height: 1.2;
    color: var(--WHITE_TRANSPARENT_05);
    text-align: center;
    font-weight: 600
}

.partners-contests-stream__header-timer .timer-block__label {
    font-size: .6666666667rem
}

.timer-block__min .timer-block__label {
    font-weight: 600;
    font-size: .8rem;
    line-height: 1;
    margin-top: .1333333333rem;
    margin-left: .1333333333rem
}

.balance-modal__timer .timer-block__label {
    overflow: unset
}

.side-card .timer-block__label {
    font-size: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .timer-block__label {
        font-size: .9rem
    }
    .partners-contests-stream__header-timer .timer-block__label {
        font-size: 1.2rem
    }
    .side-card .timer-block__label {
        font-size: 1.4rem
    }
    .timer-block__min .timer-block__label {
        font-size: 1.4rem;
        line-height: .86;
        margin-top: .2rem;
        margin-left: .2rem
    }
}

@media(min-width:1025px) {
    .timer-block__label {
        font-size: .5rem
    }
    .partners-contests-stream__header-timer .timer-block__label {
        font-size: .6666666667rem
    }
    .side-card .timer-block__label {
        font-size: .7777777778rem
    }
    .timer-block__min .timer-block__label {
        font-size: .7777777778rem;
        line-height: .86;
        margin-top: .1111111111rem;
        margin-left: .1111111111rem
    }
}

.promo-prizes-table {
    margin-top: .5333333333rem;
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-prizes-table {
        margin-top: 1rem
    }
}

@media(min-width:1025px) {
    .promo-prizes-table {
        margin-top: .5555555556rem
    }
}

.promo-prizes-table__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--BLACK);
    min-height: 1.7333333333rem;
    padding-top: .1333333333rem;
    padding-bottom: .1333333333rem
}

.promo-prizes-table__row:last-child {
    border-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-prizes-table__row {
        min-height: 2.6rem;
        padding-top: .2rem;
        padding-bottom: .2rem
    }
}

@media(min-width:1025px) {
    .promo-prizes-table__row {
        min-height: 2rem;
        padding-top: .1111111111rem;
        padding-bottom: .1111111111rem
    }
}

.promo-prizes-table__row--bg {
    background: linear-gradient(270deg, rgba(5, 6, 10, 0), rgba(5, 6, 10, .5) 10%, rgba(5, 6, 10, .5) 89%, rgba(5, 6, 10, 0))
}

.promo-prizes-table__cell {
    display: flex;
    align-items: center;
    width: auto;
    font-size: .6666666667rem;
    line-height: 1;
    color: var(--WHITE_TRANSPARENT_06)
}

.promo-prizes-table__cell:first-child {
    font-size: .6666666667rem;
    font-weight: 700;
    color: var(--WHITE);
    width: 8.6666666667rem
}

@media(min-width:769px) {
    .promo-prizes-table__cell:first-child {
        font-size: 1rem;
        width: 15.5rem
    }
}

@media(min-width:1025px) {
    .promo-prizes-table__cell:first-child {
        font-size: .5555555556rem;
        width: 8.6111111111rem
    }
}

.promo-prizes-table__cell:last-child {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    width: 40%;
    font-weight: 600;
    color: var(--WHITE);
    font-size: .7333333333rem;
    line-height: 1.0666666667rem
}

.promo-prizes-table__cell:last-child span {
    color: var(--WHITE_TRANSPARENT_08);
    font-weight: 400;
    font-size: .6rem;
    line-height: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-prizes-table__cell:last-child span {
        font-size: .9rem;
        line-height: 1.2rem
    }
}

@media(min-width:1025px) {
    .promo-prizes-table__cell:last-child span {
        font-size: .6666666667rem;
        line-height: .8888888889rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-prizes-table__cell:last-child {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .promo-prizes-table__cell:last-child {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.promo-prizes-table__cell:nth-child(2) {
    color: var(--WHITE);
    line-height: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-prizes-table__cell:nth-child(2) {
        line-height: 1.2rem
    }
}

@media(min-width:1025px) {
    .promo-prizes-table__cell:nth-child(2) {
        line-height: .6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-prizes-table__cell {
        font-size: 1.4rem
    }
    .promo-prizes-table__cell:first-child {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .promo-prizes-table__cell {
        font-size: .7777777778rem
    }
    .promo-prizes-table__cell:first-child {
        font-size: .8888888889rem
    }
}

.promo-prizes-table__place {
    flex-shrink: 0;
    width: 1.1333333333rem;
    margin-right: .3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-prizes-table__place {
        width: 1.7rem;
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .promo-prizes-table__place {
        width: .9444444444rem;
        margin-right: .6666666667rem
    }
}

.promo-prizes-table__cup {
    flex-shrink: 0;
    height: .9333333333rem;
    width: .9333333333rem;
    margin-right: .3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-prizes-table__cup {
        height: 1.4rem;
        width: 1.4rem;
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .promo-prizes-table__cup {
        height: .9444444444rem;
        width: .9444444444rem;
        margin-right: .6666666667rem
    }
}

.promo-prizes-table__cup--1 {
    color: var(--BUZZ_IN)
}

.promo-prizes-table__cup--2 {
    color: var(--WHITE)
}

.promo-prizes-table__cup--3 {
    color: var(--RED_LIGHT)
}

.promo-prizes-table__nickname {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-prizes-table__nickname {
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .promo-prizes-table__nickname {
        line-height: 1.3333333333rem
    }
}