.jackpot-hits {
    background-color: #1a1a1a;
    padding: 20px 30px;
    border-radius: 0 0 10px 10px
}

.jackpot-hits .items-6 .item {
    width: calc(16.66% - 15px)
}

.jackpot-hits .items-5 .item {
    width: calc(20% - 15px)
}

.jackpot-hits .items-1 .item,.jackpot-hits .items-2 .item,.jackpot-hits .items-3 .item,.jackpot-hits .items-4 .item {
    width: calc(25% - 15px)
}

.jackpot-hits .item {
    width: 70px;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    max-width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 5px
}

.jackpot-hits .item .user {
    width: 42px;
    height: 46px;
    cursor: pointer
}

.jackpot-hits .item .user img {
    border-radius: 100%;
    display: block;
    width: 100%;
    padding: 3px
}

.jackpot-hits .item .hit {
    font-size: 13px;
    font-weight: 500;
    margin: 4px
}

.jackpot-hits .item.current {
    color: #fff;
    background: #62ca5b;
    border-color: #62ca5b
}

@media(max-width: 820px) {
    .jackpot-hits {
        padding:10px 30px
    }
}

@media(max-width: 820px) {
    .jackpot-hits .item .hit {
        font-size:10px
    }
}

.circle {
    text-align: center;
    height: 400px;
    width: 400px;
    display: block;
    position: relative;
    margin: 20px 0
}

.fix-circle {
    position: relative;
    z-index: 2
}

.circle_jackpot {
    max-width: 400px;
    max-height: 400px;
    margin: 0 auto;
    display: block;
    width: 400px;
    height: 400px;
    transition: all 0 ease 0;
    transform: rotate(0deg)
}

.time .spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    bottom: 0;
    display: block;
    margin: auto;
    width: 0;
    -webkit-transition: -webkit-transform 4s cubic-bezier(.1,.3,0,1);
    transition: -webkit-transform 4s cubic-bezier(.1,.3,0,1);
    -o-transition: transform 4s cubic-bezier(.1,.3,0,1);
    transition: transform 4s cubic-bezier(.1,.3,0,1);
    transition: transform 4s cubic-bezier(.1,.3,0,1),-webkit-transform 4s cubic-bezier(.1,.3,0,1)
}

.time .spinner svg {
    display: block;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 1;
    position: relative;
    top: 6px;
    width: 50px;
    height: 40px;
    right: calc(50px/2)
}

.time .block {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    width: 95%;
    height: 95%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 100%;
    z-index: 1;
    background: #121212
}

.avatars {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0
}

.avatars .avatar {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(19deg)
}

.avatars .avatar img {
    display: table;
    margin: 0 auto;
    width: 35px;
    border-radius: 50%;
    margin-top: 18px
}

.time .block .title {
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px
}

.time .block .value {
    font-size: 45px;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 300
}

.time .block .value.bank {
    font-size: 28px;
    line-height: 45px;
    padding-top: 8px;
    font-weight: 400
}

.time .block .line {
    width: 150px;
    height: 2px;
    background: #454d6d;
    margin: 10px;
    border-radius: 6px
}

.winner-block {
    position: absolute;
    z-index: 5
}

#bets .sanitize-avatar {
    width: 33px;
    height: 33px
}

#bets .sanitize-avatar img {
    width: 33px;
    height: 33px;
    padding: 3px
}
