.items_topcasino{
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.items_topcasino .item__table {
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden;
    align-items: center;
}

.items_topcasino .item__table-left{
    flex: 1;
    position: relative;
}

.items_topcasino .item__table-left {
    min-width: 514px;
}

.items_topcasino .item__thumb {
    position: relative;
    max-width: 212px;
    width: 212px;
    float: left;
    margin-right: 15px;
    height: 140px
}

.items_topcasino .item__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.items_topcasino .item__rate {
    background: #FFC700;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 11px;
    display: flex;
    align-items: center;
    height: 20px;
}

.items_topcasino .star-in-thumb {
    fill: #fff;
    width: 13px;
    height: 12px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.items_topcasino .logo-flag {
    width: 24px;
    height: 25px;
}

.items_topcasino .item__heading {
    display: flex;
    flex-direction: row;
    padding-top: 15px;
}

.items_topcasino .item__heading--link {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
    color: #000;
    padding-right: 12px;
}


.items_topcasino .item__bonus {
    background: linear-gradient(90deg, rgba(219, 0, 255, .15) 0%, rgba(255, 45, 85, .15) 100%);
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    border: dashed 1px #FF2D55;
    position: relative;
    margin: 5px 0 0;
    min-height: 42px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: column;
    text-align: left;
}

.items_topcasino  .item__bonus:before {
    display: none;
}

.items_topcasino .casino-label {
    background: #F00;
    box-shadow: 0 2px 7px rgba(0,0,0,.11), 0 3px 12px rgba(0,0,0,.08), 0 3px 8px rgba(0,0,0,.15);
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .05em;
    color: #FFF;
    text-transform: uppercase;
    padding: 3px 12px;
    text-align: center;
    position: absolute;
    left: 0;
    border-radius: 0 0 8px;
    z-index: 1;
}

.items_topcasino .item__table-right{
    max-width: 200px;
}

@media (max-width: 768px) {
    .items_topcasino .item__table{
        display: flex;
        flex-direction: column;
    }

    .items_topcasino .item__table-right {
        flex-direction: column-reverse;
    }

}

@media (max-width: 450px) {
    .items_topcasino .item__thumb {
        max-width: 120px;
        height: 81px;
    }
    .items_topcasino .casino-label{
        left: 120px;
    }
    .items_topcasino .item__heading--link{
        font-size: 18px;
    }
}

.items_topcasino .casino__btn {
    padding: 0 15px;
    background: transparent;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    width: inherit;
    margin: 0;
}

.items_topcasino .casino__btn .btn {
    flex: none;
    width: 100px;
    margin: 5px 0;
}

.popup__body.casino-modal{
    padding: 20px;
    max-width: 700px;
}

.popup__body.casino-modal .popup__heading{
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 768px) {
    .popup__body.casino-modal{
        padding: 20px;
        max-width: 100%;
    }

    .items_topcasino .item__table{
        flex-wrap: wrap;
    }
    .items_topcasino .item__table-right {
        max-width: 100%;
        width: 100%;
    }
    .items_topcasino .casino__btn{
        flex-direction: row;
        min-height: 60px;
    }
    .items_topcasino .casino__btn .btn {
        margin: 0 5px;
    }
    .items_topcasino .item__bonus{
        margin: 5px 15px 0 0;
    }
    .items_topcasino .item__table-left {
        min-width: 100%;
    }
}

@media (max-width: 500px) {
    .items_topcasino .item__bonus {
        clear: both;
        margin: 5px 15px;
        float: left;
        width: 100%;
        max-width: calc(100% - 30px);
    }
    .items_topcasino .item__thumb {
        max-width: 110px;
        width: 110px;
        height: inherit;
    }
    .items_topcasino .casino-label,
    .items_topcasino .item__rate{
        display: none;
    }
    .items_topcasino .casino__btn {
        min-height: 50px;
    }
}
@media (max-width: 380px) {
    .items_topcasino .item__thumb {
        max-width: 70px;
        width: 70px;
    }
    .items_topcasino .logo-flag{
        display: none;
    }
    .items_topcasino .item__heading {
        padding-top: 8px;
    }
}