.bookie-info {
    border: 1px solid #f5f5f5;
    background-color: #F8F8F8;
    padding: 15px 15px 0 15px;
    margin-bottom: 30px;
}
.bookie-info .row {
    margin-bottom: 15px;
}
.bookie-info .bookie-info__label {
    font-family: 'Montserrat', sans-serif;
}
.bookie-info .btn {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    min-height: 65px;
}

.bookie-list {
    margin-bottom: 30px;
}
.bookie-list__head {
    font-size: 12px;
    line-height: 12px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    text-align: center;
}
.bookie-list__body {
    
}

.bookie-item {
    border: 1px solid #E5E5E5;
    margin: 0 1px 15px 1px;
    border-radius: 7px;
    padding: 5px 0 0 0;
}
.bookie-item__logo {
    position: relative;
    padding-left: 40px;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}
.bookie-item__number {
    position: absolute;
    left: 0;
    top: -12px;
    display: block;
    background-color: #28a745;
    color: #fff;
    width: 34px;
    text-align: center;
    padding: 5px 5px 17px 5px;
    z-index: 9;
}
.bookie-item__number::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 17px solid transparent; 
    border-bottom: 10px solid #fff; 
}
.bookie-item__ligal {
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 15px;
    cursor: default;
    margin-bottom: 5px;
    max-width: 200px;
}
.bookie-item__img {
    max-width: 100%;
    height: auto;
    max-height: 40px;
    object-fit: contain;
}
.bookie-item__img.bookie-item__img-link {
    cursor: pointer;
}

.bookie-item__bonuses {
    position: relative;
    padding: 10px 10px 10px 40px;
    border: 3px solid #f5f5f5;
    border-radius: 4px;
    margin-bottom: 5px;
}
.bookie-item__bonuses.bookie-item__bonuses-link:hover,
.bookie-item__bonuses.bookie-item__bonuses-link:active {
    border: 3px solid #28a745;
    color: #28a745;
    cursor: pointer;
}
.bookie-item__bonuses i {
    position: absolute;
    top: 50%;
    left: 7px;
    font-size: 22px;
    line-height: 22px;
    transform: translateY(-50%);
}
.bookie-item__bonus {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}
.bookie-item__bonuses .bookie-item__bonus:last-child {
    margin-bottom: 0;
}

.bookie-item__country {
    text-align: center;
}
.bookie-item__country img {
    margin: 3px 2px;
}

.bookie-item__app {
    text-align: center;
}
.bookie-item__app img {
    margin: 3px 2px;
    opacity: 0.5;
}

.bookie-item__btns .btn-success,
.bookie-item__btns .btn-danger {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none !important;
    color: #fff !important;
    align-items: center;
    display: flex;
    min-height: 40px;
}

.bookie-item__label {
    display: none;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    text-align: center;
    cursor: default;
}

@media screen and (max-width: 1201px) {
    .bookie-list__head {
        display: none;
    }
    .bookie-list {
        margin-top: 30px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .bookie-item__logo {
        margin-bottom: 10px;
        padding-right: 40px;
    }
    .bookie-item__bonuses {
        margin-bottom: 10px;
    }
    .bookie-item__country {
        margin-bottom: 10px;
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 5px;
    }
    .bookie-item__app {
        margin-bottom: 10px;
    }
    .bookie-item__label {
        display: flex;
    }
    .bookie-item__btns .btn-success,
    .bookie-item__btns .btn-danger {
        max-width: 280px !important;
        padding: 10px 15px !important;
    }
}

@media screen and (max-width: 992px) {
    
}

@media screen and (max-width: 768px) {
    
}