div.news-detail {
    word-wrap: break-word;
}

div.news-detail img.detail_picture {
    float: left;
    margin: 0 8px 6px 1px;
}

.news-date-time {
    color: #486DAA;
}

.promotion_detail__banner {
    position: relative;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.promotion_detail__date {
    color: #929190;
    font-size: 12px;
    margin-bottom: 17px;
    padding-left: 15px;
    padding-right: 15px;
}

.promotion_detail__banner_label {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #ffb800;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: inline-block;
}

.promotion_detail__banner_description {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 30px;
}

.promotion_detail__banner_title {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
}

.promotion_detail__banner_info {
    display: inline-flex;
    height: 100%;
    align-items: center;
    max-width: 670px;
    z-index: 20;
    position: relative;
    padding: 20px;
}

.promotion_detail__banner_background {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.18;
    position: absolute;
}

.promotion_detail__banner_active_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.puzzle_block__promotion_detail {
    height: 100%;
}

.promotion_detail__text {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 576px) {
    .promotion_detail__date {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .promotion_detail__banner_active_img {
        background-size: contain;
    }

    .promotion_detail__banner_active_img img {
        width: 50%;
        height: 50%;
    }
}

@media (max-width: 576px) {
    .promotion_detail__banner {
        margin-left: 10px;
        margin-right: 10px;
    }
}
