.bf-wrapper {
    background: url(../images/bg.jpeg) no-repeat center center;
    background-size: cover;
}

.bf-banner .bf-banner__col1, .bf-banner .bf-banner__col2 {
    display: none;
}

.bf-banner {
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}

.bf-banner .blf-info-wrapper {
    display: flex;
    gap: 16px;
}

.bf-banner .blf-logo {
    display: flex;
    flex-direction: row;
}

.bf-banner .blf-logo__title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.bf-banner .blf-logo__discount {
    font-family: 'Montserrat';
    background: #000;
    padding: 4px 18px;
    border-radius: 52px;
    border: 0.2px solid #FCAD22;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3.8px 3.66px -0.8px #FCAD22;
    transform: rotate(-9.16deg);
    align-self: center;
}

.bf-banner .blf-logo__discount-value {
    font-size: 29px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
}

.bf-banner .blf-logo__discount-text {
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    color: #FCAD22;
}

.bf-banner .blf-message {
    font-family: 'Montserrat';
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.bf-banner .blf-message__title {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    text-shadow: 0px 4.21px 4.21px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
}

.bf-banner .blf-message__subtitle {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.bf-banner .blf-code {
    font-size: 23px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 12px 24px;
    border: 2px dashed #FCAD22;
    border-radius: 999px;
    background: linear-gradient(0deg, rgba(217, 217, 217, 0.14), rgba(217, 217, 217, 0.14)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.bf-banner .blf-code__title{
    font-family: 'Montserrat';
    font-size: 23px;
}

.bf-banner .blf-code__value {
    color: #FCAD22;
}

.bf-banner .blf-button__link {
    border-radius: 5px;
    padding: 14px 24px;
    background: #EF7A31;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Montserrat';
}

.bf-banner .mobile{
    display: none;
}

@media screen and (max-width: 966px) {
    .bf-banner .blf-logo__title {
        font-size: 28px;
    }

    .bf-banner .blf-logo__discount {
        padding: 3px 13px;
    }

    .bf-banner .blf-logo__discount-value {
        font-size: 24px;
    }

    .bf-banner .blf-logo__discount-text {
        font-size: 10px;
    }

    .bf-banner .blf-message__title {
        font-size: 12px;
    }

    .bf-banner .blf-message__subtitle {
        font-size: 16px;
    }
    .bf-banner .blf-code{
        display: flex;
    }

    .bf-banner .blf-code__title {
        font-size: 16px;
    }

    .bf-banner .blf-button__link {
        padding: 11px 19px;
    }
}

@media screen and (max-width: 900px) {
    .bf-banner{
        flex-wrap: wrap;
    }

    .bf-banner .blf-info-wrapper .blf-message, .bf-banner .blf-button.desktop{
        display: none;
    }

    .bf-banner .mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bf-banner .mobile .blf-message{
        flex-direction: row;
        align-items: center;
    }

    .bf-banner .mobile .blf-button{
        margin-top: 18px;
    }

    .bf-banner .blf-logo{
        width: 50%;
        padding-left: 20px;
    }

    .bf-banner .blf-info-wrapper{
        width: 50%;
        padding-right: 20px;
        justify-content: flex-end;
    }

    .bf-banner .mobile{
        width: 100%;
        padding-top: 10px;
    }
}

@media screen and (max-width: 500px) {
    .bf-banner .blf-logo__title {
        font-size: 25px;
    }

    .bf-banner .blf-logo__discount {
        border-radius: 38px;
        padding: 2px 11px;
    }

    .bf-banner .blf-logo__discount-value {
        font-size: 21px;
    }

    .bf-banner .blf-logo__discount-text {
        font-size: 9px;
    }

    .bf-banner .blf-message__subtitle {
        font-size: 12px;
    }
    .bf-banner .blf-code__title{
        font-size: 14px;
    }

    .bf-banner .blf-button__link {
        padding: 10px 17px;
        font-size: 12px;
    }
}