@media (min-width:576px) {}

@media (min-width:1024px) {}

@media (min-width:1280px) {}

@media (max-width:768px) {}

@media (max-width:360px) {}

@media (max-width:320px) {}

@media (min-width:360px) {}

@media (min-width:360px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1280px) {}

.bonuses__list {
    margin-top: 25px
}

.bonus-item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-top: 24px;
    margin-bottom: 50px;
    background-color: #303345;
    box-shadow: 0 10px 20px 0#0006
}

.bonus-item__info {
    display: flex;
    background: #e5e5e5
}

.bonus-item__label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 0;
    text-transform: uppercase;
    color: #fff;
    background-color: #B300F2;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    width: 100%
}

.bonus-item__title-wrap {
    display: flex;
    align-items: center
}

.bonus-item__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left
}

.bonus-item__aside--promokod {
    cursor: pointer
}

.bonus-item__aside-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.bonus-item__aside-title {
    color: #000;
    opacity: .6;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: left
}

.bonus-item__button {
    display: block;
    position: relative;
    text-decoration: none;
    transition: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    border-radius: 5px;
    color: #000;
    padding: 10px 37px;
    background: #e2a539;
    cursor: pointer;
    white-space: nowrap
}

.bonus-item__button:hover {
    background: #6DF37B;
    text-decoration: none;
}

.bonus-item__button-text {
    display: inline-flex;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-position: under;
    text-decoration-thickness: 1px;
    color: #e2a539;
    margin-top: 5px;
    gap: 5px;
    width: fit-content
}

.bonus-item__button-text:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background:
        /* original URL: https://casinosvyvodom.com/wp-content/themes/casinosvyvodom/assets/images/icons/document-copy-green.svg */
        url(../images/document-copy-green.svg)no-repeat;
    background-size: contain
}

.bonus-item__button-text:hover {
    text-decoration: none;
    color: #fff
}

.bonus-item__button-text:hover:after {
    filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(28%) hue-rotate(131deg) brightness(105%) contrast(110%)
}

.bonuses__list--casino .bonus-item__title-wrap {
    max-width: 100%;
    width: 100%
}

.bonuses__list--casino .bonus-item__title {
    margin: 0;
    padding: 0 10px
}

@keyframes flare {
    from {
        background-position: -150px 0
    }

    to {
        background-position: 150px 0
    }
}

@media (max-width:768px) {
    .bonuses__list--casino .bonus-item__title-wrap {
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .bonus-item__aside-col {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        margin-bottom: 15px;
    }
    .bonus-item__button-text {
        margin-top: 0;
    }
    .bonuses__list--casino .bonus-item__title {
        padding: 0;
        text-align: center;
    }
    .bgall {
        overflow: hidden;
    }
}

@media (min-width:768px) {
    .bonus-item__label {
        position: relative;
        top: 0;
        left: 0;
        padding: 2px 33px;
        text-transform: uppercase;
        color: #fff;
        background-color: #B300F2;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
        display: inline-block;
        width: auto
    }

    .bonus-item__title-wrap {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
        width: 100%;
        background: #e5e5e5
    }

    .bonus-item__title {
        max-width: calc(100% - 150px);
        padding-left: 12px;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left
    }

    .bonus-item__aside-lg {
        display: flex
    }

    .bonus-item__aside-lg.bonus-item__aside--promokod {
        padding-bottom: 12px;
        margin-left: 12px
    }

    .bonus-item__aside-col {
        flex-direction: row;
        gap: 8px
    }

    .bonus-item__aside-title {
        line-height: 20px
    }

    .bonus-item__button-text {
        margin: 0
    }

    .bonus-item__aside-bonus-btn {
        display: flex;
        align-items: center;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%)
    }

    .bonus-item__button {
        padding: 10px 24px;
        display: inline-block
    }

    .bonus-item {
        padding-top: 0;
        box-shadow: none;
        border-radius: 0 4px 4px 0;
        overflow: hidden;
        margin-bottom: 15px
    }
}

@media (min-width:1024px) {}

@media (min-width:1280px) {}

@keyframes flare {
    from {
        background-position: -200px 0
    }

    to {
        background-position: 200px 0
    }
}

@media (min-width:360px) {}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1280px) {}

@media (min-width:576px) {}

@media (min-width:768px) {}

@media (min-width:1024px) {}

@media (min-width:1280px) {}