.bf-line {
    background: url("/images/profile/blackfriday2025/bg.jpg") no-repeat top center #0e1015;
    height: 50px;
    position: relative;
    text-align: center;
    clear: both;
}

.bf-line a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    display: block;
}
.bf-text {
    color: white;
    font-size: 24px;
    font-family:  "PF DinText Pro Medium", "PF DinDisplay Pro", Arial, sans-serif;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    vertical-align: top;
}

.bf-after {
    display: inline-block;
    width: 145px;
    position: relative;
    height: 50px;
    z-index: 2;
}

.bf-before {
    display: inline-block;
    width: 145px;
    position: relative;
    height: 50px;
}

.bf-line .cm-btn {
    background: linear-gradient(90deg, #ff1d51 0%, #fa5d82 100%);
    color: #ffffff;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 30px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 50px;
    vertical-align: top;
    border-radius: 20px;
    border: 1px #eab23b solid;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 5px -5px rgba(34, 60, 80, 0.6);
    white-space: nowrap;
}


.bf-line a.b-close {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 20;
}


.page-shop .bf-line,
.page-shop .banner-line-fix {
    display: none;
}

.global-header.fixed > .bf-line {
    height: 50px;
    line-height: 50px;
    top: -1px;
}

.banner-line-fix {height: 50px;}

@media screen and (max-width: 1366px) {
    .bf-line:before, .bf-line:after {
        max-width: 20%;
        background-size: 100% 100%;
    }

    .bf-text {
        letter-spacing: 0;
    }
}

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

    .bf-text {
        font-size: 20px;
    }
}


@media (max-width: 1200px) {
    .global-header-profile-item, .global-header-menu-item {
        padding: 0 4px 0;
    }
}

@media screen and (max-width: 1500px) {
    .banner-line-fix {height: 50px;}
}

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

    .bf-text {
        font-size: 16px;
    }

    .bf-line {
        height: auto;
        background: url("/images/profile/blackfriday2025/bg2.jpg") repeat top center black;
        background-size: cover;
    }
}

@media screen and (max-width: 600px) {
    .bf-after {
        display: none;
    }
}
@media screen and (max-width: 560px) {

    .bf-text {
        display: block;
        line-height: 34px;
        font-size: 22px;
        padding: 0 40px;
    }

    .bf-before:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }



    .bf-line .cm-btn {
        display: inline;
    }
}

@media screen and (max-width: 400px) {
    .bf-text {
        padding: 0 30px;
    }
}

@media (max-width: 1418px) {
    .bf-line a.b-close {
        right: 10px;
    }
}


.global-header-game .bf-line + .global-header-game-hide {
    margin-top: 54px;
}

.cashback2020 .ending-timer-block {
    color: #1dccf0;
}

@media all and (orientation:landscape) {
    .game_menu .bf-line  {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
}