.casino-bonus {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    margin-top: 20px;
}
.recomended__bonuses{
    clear: both;
}
.casino-bonus__row {
    display: flex;
}

.casino-bonus__type {
    width: 115px;
    height: 22px;
    position: absolute;
    top: -11px;
    z-index: 1;
}

.casino-bonus__type:after {
    content: attr(data-type);
    font-size: 12px;
    padding: 0 10px;
    line-height: 22px;
}

.casino-bonus__type:before {
    content: '';
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: #85caff;
    box-shadow: 0 4px 4px rgb(0 0 0 / 35%);
}

.casino-bonus__type:after,
.casino-bonus__type:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.casino-bonus__btn-detail,
.casino-bonus__logo {
    min-width: 120px;
}

.casino-bonus__logo {
    padding: 10px;
}

.casino-bonus__figure {
    width: 100px;
    height: 0;
    position: relative;
    margin: 0;
    padding-bottom: 65.5%;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.25);

}

.casino-bonus__image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.casino-bonus__logo-aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px 0 0;
    flex: 1;
}

.casino-bonus__title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

.casino-bonus__logo-aside .btn {
    margin-bottom: 5px;
}

.casino-bonus__button {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #242526;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin: 2px;
}

.casino-bonus__button:before {
    content: "+";
    display: block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    color: #818181;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    text-align: center;
    line-height: 13px;
}

.casino-bonus__button.open:before {
    content: "-";
}

.casino-bonus__btn-promo {
    display: flex;
    justify-content: right;
    flex: 1;
    align-self: center;
}


.casino-bonus__btn-promo:before{
    content: attr(data-label);
    font-size: 14px;
    line-height: 17px;
    padding-right: 5px;
    opacity: .7;
}

.casino-bonus__content {
    padding: 5px 15px 5px 5px;
    background: rgb(0 0 0 / 5%);
    border-radius: 0 0 8px 8px;
    flex-wrap: wrap;
}

.casino-bonus__info {
    width: 100%;
    margin-top: 10px;
}

.casino-bonus__info.unvisible {
    display: none;
}

.casino-bonus__properties {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.casino-bonus__properties li {
    width: 50%;
    padding: 0 5px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.casino-bonus__properties span {
    opacity: .8;
    font-size: 12px;
    font-weight: 400;
}

.casino-bonus__details {
    border-top: solid rgb(0 0 0 / 20%) 1px;
    font-size: 12px;
    padding: 10px 0 0 15px;
    margin: 5px 0 0;
    line-height: 16px;
    opacity: .6;
}

.casino-bonus__details li + li {
    margin-top: 5px;
}


@media (min-width: 420px) {
    .casino-bonus__logo-aside {
        align-items: baseline;
    }
}

@media (min-width: 576px) {
    .casino-bonus__logo-aside {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .casino-bonus__title {
        padding-right: 10px;
    }

    .casino-bonus__logo-aside .btn {
        white-space: nowrap;
    }

}
@media (min-width: 786px) {
    .casino-bonus__row .btn {
        align-self: center;
        display: flex;
        margin-left: auto;
        height: 40px;
        margin-right: 15px;
        line-height: 22px;
        text-transform: uppercase;
    }

    .casino-bonus__row .btn {
        margin-right: 0;
    }
}

/*
 * OLD Style
 *
.page__heading:after{
    content: attr(data-count);
    display: inline-flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #AEAEB2;
    vertical-align:  super;
    margin-left: 6px;
}

.bonuses__table .item {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
}

.bonuses__table .item+.item {
    margin-top: 24px;
}

.bonuses__table .btn-orange {
    margin: 0 24px 0 0;
    width: 168px;
}
.bonuses__table .btn-orange.promocode__bonusy-list {
    margin: 0 24px 0 auto;
}

.bonuses__table .bonus__more-count {
    float: right;
    margin: 10px 24px 10px 0;
    width: 168px;
    text-align: center;
    clear: right;
}

.bonuses__table .bonus__more-count span {
    display: none;
}

.bonuses__table .bonus__casino-review--mobile {
    order: 2;
    align-self: flex-end;
    width: 168px;
    margin: 12px auto 0;
    display: none;
}

.bonuses__table .bonus__casino-review {
    float: left;
    clear: left;
    margin: 24px 0;
    border: 1px solid #AEAEB2;
    padding: 12px 26px;
    border-radius: 4px;
    width: 160px;
    text-align: center;
    color: #AEAEB2;
    text-decoration: none;
}

.bonus__type {
    background: #AF52DE;
    border-radius: 8px 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.05em;
    color: #FFF;
    padding: 4px 12px;
    float: left;
}

.bonus__name {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding: 12px 14px;
    max-width: calc(100% - 195px);
    float: left;
    clear: left;
}

.bonus__properties {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    clear: right;
    width: calc(100% - 182px);
}
.bonus__properties.full{
    width:  100%;
}

.bonus__properties li {
    float: left;
    width: calc(50% - 24px);
    margin: 0 12px;
    min-height: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5EA;
}

.bonus__properties .copy-code {
    margin-left: auto;
}

.bonus__properties .last {
    border-bottom: 0;
}

.bonus__properties .label {
    font-weight: bold;
    color: #AEAEB2;
}

.bonus__main {
    background: #F7F7F7;
    overflow: hidden;
    padding: 12px 14px;
    clear: both;
}

.bonuses__table  .casino__logo {
    float: left;
    width: 160px;
    min-height: 106px;
    box-shadow: 0 12px 17px rgba(0, 0, 0, .14), 0 5px 22px rgba(0, 0, 0, .12), 0 7px 8px rgba(0, 0, 0, .2);
}

.bonus__main .btn-light {
    float: left;
    clear: left;
    width: 160px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
}

.details {
    padding: 24px;
    font-size: 16px;
    line-height: 20px;
    display: none;
}

.details .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
    display: none;
}

.details ol {
    margin: 0;
    padding: 0 0 0 18px;
}

.details li+li {
    margin-top: 12px;
}

.bonus___more-input {
    display: none;
}

.bonus___more {
    font-size: 16px;
    line-height: 19px;
    padding: 24px 0;
    color: #FF7A00;
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease .3s;
}

.bonus___more:after {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 1.4px solid #FF7A00;
    border-left: 1.4px solid #FF7A00;
    -webkit-transform: rotateZ(-45deg);
    transition: all ease .3s;
    transform: rotateZ(-45deg);
    display: block;
    margin: -5px 0 0 7px;
}

.bonus___more-input:checked~.details {
    display: block;
    border-top: 1px solid #E5E5EA;
}

.bonus___more-input:checked~.bonus___more:after {
    transform: rotateZ(135deg);
    margin: 5px 0 0 7px;
}

.bonus___more:hover {
    text-decoration: none;
    color: #00A3FF;
}

.bonus___more:hover:after {
    border-bottom: 1.4px solid #00A3FF;
    border-left: 1.4px solid #00A3FF;
}

@media (max-width: 768px) and (orientation: portrait){
    .bonus__type{
        order: 1;
    }
    .bonuses__table .item {
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: baseline;
    }

    .bonuses__table  .casino__logo {
        float: left;
        width: 76px;
        min-height: 50px;
        position: absolute;
        top: 30px;
        left: 12px;
        order: 1;
    }

    .bonus__name {
        font-size: 18px;
        line-height: 21px;
        padding-left: 100px;
        width: auto;
        max-width: 100%;
        min-height: 70px;
        order: 1;
    }

    .bonus__main {
        margin: 12px;
        order: 1;
        width: calc( 100% - 24px );
    }

    .bonus__properties {
        clear: both;
        width: 100%;
        margin: 12px;
    }

    .bonus__properties li {
        width: 100%;
    }

    .bonuses__table .btn-orange{
        order:  2;
        align-self: flex-end;
    }
    .bonus__main .btn-light,
    .bonuses__table .btn-orange{
        margin: 12px auto 0
    }
    .details,
    .bonus___more{
        order:  3;
    }
    .bonus___more{
        margin-top: 10px;
    }
    .bonus__properties .last{
            border-bottom: 1px solid #E5E5EA;
    }
    .single-casino .bonus__name{
        padding: 12px;
        min-height: auto;
        width: 100%;
    }
    .single-casino .bonuses__table  .btn-orange{
        margin: 12px auto 0;
    }
    .bonuses__table .bonus__more-count {
        order: 2;
        align-self: flex-end;
        margin: 12px auto 0;
    }
    .bonuses__table .bonus__more-count span {
        display: inline;
    }

    .bonuses__table .bonus__casino-review--desktop {
        display: none;
    }

    .bonuses__table .bonus__casino-review--mobile {
        width: 168px;
        margin: 24px auto;
    }
}

.single-casino.bonuses__table{
    margin-top: 36px;
    clear: both;
    float: left;
    width: 100%;
}

.page__content.bottom{
    margin-top: 30px;
}

.single__bonus{
    margin-top: 30px;
}

.recomended__bonuses{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px;
}


@media (max-width: 768px) and (orientation: portrait){
.recomended__bonuses .bonus__name {
    font-size: 18px;
    line-height: 21px;
    padding-left: 100px;
    width: auto;
    max-width: 100%;
    min-height: 70px;
    order: 1;
}
}

@media (max-width: 768px) {
    .page-template-tmpl__bonuses .main.slots {
        display: flex;
        flex-direction: column;
    }
    .page-template-tmpl__bonuses .main.slots > * {
        order: 3;
    }
    .page-template-tmpl__bonuses .page__content-intro {
        order: 2;
    }
    .page-template-tmpl__bonuses .main.slots .load-more,
    .page-template-tmpl__bonuses .main.slots .bonuses__table,
    .page-template-tmpl__bonuses .main.slots .menu__scroller {
        order: 1;
    }
    .page-template-tmpl__bonuses .main.slots .menu__scroller {
        border-top: 0;
        margin-top: 5px;
    }
}
*/