.bonus-item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin: 15px 0;
    background-color: #1C1F31;
    border-radius: 5px;
    gap: 10px;
}

.bonus-item--achieve {
    margin-top: 30px;
}

.bonus-item__info {
    display: flex;
    flex-grow: 1;
}

.bonus-item__poster {
    display: flex;
    flex-shrink: 0;
    width: 145px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px 0 10px;
    height: 100%;
    gap: 5px;
}

.bonus-item__casino-poster-link {
    display: flex;
}

.bonus-item__image {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 3px;
}

.bonus-item__casino-title-link {
    padding: 4px 15px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #4F5266;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
    display: none;
    justify-content: center;
    align-items: center;
}

.bonus-item__label {
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    text-transform: uppercase;
    color: #fff;
    background-color: #02A8F4;
    position: absolute;
    left: 0;
    top: -20px;
}

.bonus-item__label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 19px;
    margin-right: -13px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 8 13'%3E%3Cpath fill='%2302A8F4' fill-opacity='.7' d='M0 0h3v13H0z'/%3E%3Cpath fill='%2302A8F4' fill-opacity='.5' d='M4 0h2v13H4z'/%3E%3Cpath fill='%2302A8F4' fill-opacity='.3' d='M7 0h1v13H7z'/%3E%3C/svg%3E") no-repeat;
    background-size: cover;
}

.bonus-item__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    padding: 10px 10px 0;
    justify-content: space-between;
    height: 100%;
    gap: 10px;
}

.bonus-item__title-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.bonus-item__title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

.bonus-item-promo-box {

    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.bonus-item-promo-val {
    line-height: 24px;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-position: under;
    text-decoration-thickness: 1px;
    color: var(--khi-base-color);
}

.bonus-item-promo-val:after {
    content: "";
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: var(--kznh-ico-clip-new);
}

.bonus-item__info-link {
    color: var(--khi-base-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-decoration-line: underline;
    z-index: 2;
    display: none;
}

.bonus-item__aside-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    text-align: left;
}

.bonus-item__button-promo {
    display: flex;
    max-width: 180px;
    width: 100%;
    margin: 5px 0;
    padding: 1px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .8);
    border-radius: 30px;
    background: var(--khi-base-color);
    color: #000;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-position: under;
    text-decoration-thickness: 1px;
    position: relative;
}
.bonus-item__button-promo:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: var(--kznh-ico-pointer) no-repeat;
}
.bonus-item__button-promo:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    background: var(--kznh-ico-clip-black) center no-repeat;
}

.bonus-item__button--code {
    position: relative;
    border-radius: 30px;
    background: var(--khi-base-color);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    margin: 0 10px 10px;
    text-decoration: none;
}

.bonus-item__button--code:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: var(--kznh-ico-pointer) no-repeat;
}

.bonus-item__properties {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
    border-top: 1px solid #2B2E41;
    display: none;
}

.bonus-item__properties-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bonus-item__properties-row--hidden {
    display: none;
}

.bonus-item__property {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    white-space: nowrap;
}

.bonus-item__property-label {
    color: #86878E;
}

.bonus-item__property-value {
    font-weight: bold;
}

.bonus-item__property-value--dark {
    font-weight: normal;
    color: #86878E;
}

.bonus-item__property-value-icon {
    display: inline-block;
    width: 14px;
    height: 15px;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
}

.bonus-item-bttn-wide {
    width: 100%;
}

/* Bonuses List Casino View */
.shortcode-bonuses .toc__go-top,
.bonuses__list--casino .bonus-item__poster {
    display: none;
}

.bonuses__list--casino .bonus-item__title-wrap {
    max-width: 100%;
    width: 100%;
    padding: 25px 0 5px;
}

.bonuses__list--casino .bonus-item__title {
    margin: 0;
    padding: 0 10px;
}

.bonuses__list--casino .bonus-item__info {
    flex-direction: column;
}

.shortcode-bonuses {
    margin-bottom: 20px;
}

.bonus-item__button-text-yellow {
    line-height: 22px;
    border-radius: 30px;
    background: var(--khi-base-color);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    margin: 0 10px;
    text-decoration: none;
}

@media screen and (min-width:576px){
    .bonus-item--achieve {
        margin-top: 15px;
    }

    .bonus-item {
        flex-direction: row;
    }

    .bonus-item__poster {
        border-right: 1px solid #2B2E41;
    }

    .bonus-item__info-link,
    .bonus-item__casino-title-link {
        display: flex;
    }

    .bonus-item__aside-box {
        display: flex;
        align-items: center;
        position: relative;
        padding: 10px 20px;
        background-color: rgba(223,212,6,.1);
        border-top: 1px dashed var(--khi-base-color-dark);
        gap: 10px;
        border-left: 1px dashed var(--khi-base-color-dark);
        border-top: 0;
        min-width: 205px;
        width: 205px;
        justify-content: center;
        flex-direction: column;
    }

    .bonus-item__aside-box:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 15px;
        background: var(--kznh-ico-scissor) no-repeat;
        top: initial;
        left: 0;
        bottom: 10px;
        margin-top: 0;
        margin-left: -10px;
        transform: rotate(-90deg);
    }

    .bonus-item__label {
        position: relative;
        top: -10px;
    }

    .bonus-item__aside-col {
        align-items: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .bonus-item__properties {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: calc(100% - 224px);
        margin-top: 0;
        padding: 15px 15px 0 0;
        border-top: 0;
    }

    .bonus-item__properties-row {
        width: calc(50% - 5px);
    }

    .bonus-item__property-label {
        margin-right: 5px;
    }

    .bonus-item__property {
        flex-direction: column;
        justify-content: initial;
        margin-bottom: 10px;
    }

    .bonus-item__property--details-show {
        margin-left: initial;
        margin-right: initial;
    }

    /* Bonuses List Casino View */
    .bonuses__list--casino .bonus-item__title-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bonuses__list--casino .bonus-item__title {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .bonus-item__properties {
        width: calc(100% - 224px);
        height: auto;
        padding-right: 0;
    }

    .bonus-item__properties-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px 45px 10px 0;
    }

    .bonus-item__properties-row:first-of-type {
        border-bottom: 1px solid #2B2E41;
    }

    .bonus-item__property {
        flex-direction: column;
        justify-content: flex-start;
        width: calc(33.3% - 15px);
        margin-bottom: 0;
    }
}

@media screen and (min-width:1024px){
    .bonus-item__casino-title-link:hover {
        background: var(--khi-base-color);;
        color: #1B1F2F;
        text-decoration: none;
    }

    .bonus-item-promo-box:hover {
        opacity: .8;
    }
    .bonus-item__info-link:hover {
        opacity: .8;
        color: var(--khi-base-color);
    }
    .bonus-item__button-text-yellow:hover,
    .bonus-item__button-promo:hover,
    .bonus-item__button--code:hover {
        opacity: .8;
        color: #000;
    }
    .bonus-item__aside--promokod {
        cursor: pointer;
    }

    .bonus-item__title {
        font-size: 20px;
        line-height: 24px;
    }

    .bonus-item-promo-box {
        font-size: 20px;
    }

    .bonus-item__properties-row {
        padding-left: 15px;
    }

    .bonus-item__aside-box:before {
        top: initial;
        bottom: 0;
        margin-left: -10px;
        margin-bottom: 15px;
        transform: rotate(270deg);
    }

    .bonus-item__aside-col {
        align-items: center;
        flex-grow: 0;
    }

    /* Bonuses List Casino View */
    .bonuses__list--casino .bonus-item__info-block {
        width: calc(100% - 200px);
    }

    .shortcode-bonuses .bonus-item {
        min-height: 130px;
    }

    .shortcode-bonuses .bonus-item__button--code {
        margin-bottom: 15px;
    }
}

.bonus-item--light .bonus-item-promo-box{
    font-weight: 400;
}
.bonus-item--light .bonus-item-promo-text{
    font-size: 14px;
    opacity: .75;
}
.bonus-item--light .bonus-item__poster{
    width: 100px;
}
@media (min-width: 768px) {
    .bonus-item--light .bonus-item__poster{
        width: 145px;
    }
    .bonus-item--light .bonus-item__title-box{
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
    .bonus-item--light .bonus-item-promo-box{
        cursor: auto;
        font-size: 18px;
        white-space: nowrap;
    }
    .bonus-item--light .bonus-item-promo-val:after{
        display: none;
    }
}


@media (max-width: 576px){
    .main--casino .bonus-item__title-wrap{
        padding-top: 10px;
    }
    .main--casino .bonus-item-promo-box.padding {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.bonus-item-promo-box .casino-bonus--btn-promo {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    align-self: center;
    display: block;
    padding: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    text-indent: initial;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    height: 36px;
    border: 1px solid var(--khi-base-color);
    color: var(--khi-base-color);
    min-width: 120px;
    width: 100%;
}

.bonus-item-promo-box .casino-bonus--btn-promo:hover{
    color: #000;
    background: var(--khi-base-color);
}

.subpage .casino-bonus--btn-promo:hover{
    color: #000;
    border: transparent;
}