.winners-dropdown {
    z-index: 1;
    position: relative;
    flex: 0 0 auto
}

.winners-dropdown__selected {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0 12px 0 16px;
    display: flex;
    align-items: center;
    background-color: #544a42;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    transition: all .2s ease-out
}

.winners-dropdown__selected.open {
    background-color: #f09235
}

.winners-dropdown__selected-text {
    margin-right: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #fff
}

.winners-dropdown__selected-ic {
    width: 10px;
    height: auto;
    letter-spacing: normal;
    fill: #fff;
    transition: all .2s ease-out
}

.winners-dropdown__selected.open .winners-dropdown__selected-ic {
    transform: rotate(180deg)
}

.winners-dropdown__list-wrapper {
    padding-bottom: 8px;
    z-index: 0;
    position: absolute;
    right: 0;
    bottom: 100%;
    min-width: 100%
}

.winners-dropdown__list {
    padding: 8px 0;
    box-shadow: 0 16px 16px rgba(0, 0, 0, .2);
    border-radius: 12px;
    background-color: #312d2b
}

.winners-dropdown__list-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.winners-dropdown__list-item.active {
    pointer-events: none
}

.winners-dropdown__list-item-text {
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap;
    color: #bab2a8;
    transition: all .2s ease-out
}

.winners-dropdown__list-item.active .winners-dropdown__list-item-text,
.winners-dropdown__list-item:hover .winners-dropdown__list-item-text {
    color: #f09235
}

.real-time-winners__wrapper {
    position: fixed;
    bottom: 0;
    left: 80px;
    right: 0;
    z-index: 21
}

@media (max-width:1280px) {
    .real-time-winners__wrapper {
        display: none;
    }
}

.real-time-winners {
    display: flex;
    background-color: #35302b;
    height: 68px
}

.real-time-winners__slider {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.real-time-winners__slider-next,
.real-time-winners__slider-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    flex-shrink: 0;
    height: 100%;
    transition: all .2s ease;
    cursor: pointer
}

.real-time-winners__slider-next.swiper-button-disabled,
.real-time-winners__slider-prev.swiper-button-disabled {
    visibility: hidden
}

.real-time-winners__slider-ic {
    width: 6px;
    height: 24px;
    color: #bab2a8
}

.real-time-winners__slider-next:hover .real-time-winners__slider-ic,
.real-time-winners__slider-prev:hover .real-time-winners__slider-ic {
    color: #f09235
}

.real-time-winners__list {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 32px 16px;
    width: 100%;
    overflow: hidden
}

.real-time-winners__slider .real-time-winners__list {
    padding-inline: 8px
}

.real-time-winners__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 8px;
    opacity: 0;
    width: 16.666%;
    animation: showElement .4s linear;
    animation-fill-mode: forwards;
    transition: opacify .2s ease-out
}

.real-time-winners__item:nth-last-child(6) {
    animation-delay: .2s
}

.real-time-winners__item:nth-last-child(5) {
    animation-delay: .4s
}

.real-time-winners__item:nth-last-child(4) {
    animation-delay: .6s
}

.real-time-winners__item:nth-last-child(3) {
    animation-delay: .8s
}

.real-time-winners__item:nth-last-child(2) {
    animation-delay: 1s
}

.real-time-winners__item:last-child {
    animation-delay: 1.2s
}

.real-time-winners__item.swiper-slide {
    padding: 0
}

.real-time-winners__item.swiper-slide:first-child {
    animation-delay: 1s
}

.real-time-winners__item.swiper-slide:nth-child(2) {
    animation-delay: .8s
}

.real-time-winners__item.swiper-slide:nth-child(3) {
    animation-delay: .6s
}

.real-time-winners__item.swiper-slide:nth-child(4) {
    animation-delay: .4s
}

.real-time-winners__item.swiper-slide:nth-child(5) {
    animation-delay: .2s
}

.real-time-winners__item.swiper-slide:nth-child(6) {
    animation-delay: 0s
}

@keyframes showElement {
    to {
        opacity: 1
    }
}

.real-time-winners__game-link {
    cursor: pointer;
    position: relative;
    display: flex;
    border-radius: 0;
    align-items: center;
    height: 100%;
    width: 100%;
    transition: transform .2s ease-out
}

.real-time-winners__item:hover .real-time-winners__game-link {
    transform: translateY(-8px)
}

.real-time-winners__game-logo {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-transform: uppercase;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    margin-right: 20px;
    flex-shrink: 0
}

.real-time-winners__description {
    flex-grow: 1;
    overflow: hidden
}

.real-time-winners__game-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.33;
    color: #fff;
    width: 100%
}

.real-time-winners__game-title,
.real-time-winners__nickname {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.real-time-winners__nickname {
    font-size: 10px;
    line-height: 1.4;
    color: #bab2a8
}

.real-time-winners__win-amount {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #f09235;
    line-height: 1.25
}

.real-time-winners__remove {
    font-size: 12px;
    line-height: 1.33;
    color: #f09235;
    margin-top: 4px;
    text-decoration: underline
}

.real-time-winners__close {
    display: flex;
    padding: 0 21px;
    align-items: center;
    color: #fff;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: all .1s ease-out
}

.real-time-winners__close:hover {
    color: #f09235
}

.real-time-winners__close-icon {
    width: 10px
}

.real-time-winners__toggle {
    z-index: 35;
    position: fixed;
    bottom: 0;
    right: 58px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px 16px 0 0;
    background: #544a42;
    cursor: pointer;
    transition: all .2s ease-out
}

.real-time-winners__toggle:hover {
    background-color: #f09235
}

.real-time-winners__toggle-text {
    margin-right: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.real-time-winners__toggle-icon {
    width: 11px;
    height: auto;
    fill: #fff
}