/* -- BRAND HEADER STYLE -- */
.brand-content__header {
    position: relative;
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
    height: 163px;
}
.brand-content__header-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brand-content__header_logo {
    position: relative;
    z-index: 1;
    width: 160px;
    height: 43px;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
/*    margin-bottom: 10px;*/
}
.brand-content__header_logo img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
/*
.brand-content__header_banner {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    position: relative;    
    height: 163px;
}
.brand-content__header_banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;    
}
*/
.brand-content__header_pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    border-radius: 16px;
    justify-content: center;
}
.brand-content__header_pattern img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.brand-content__header_title {
    font-weight: bold;
    font-size: 52px;
    line-height: 62px;
    justify-content: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    display: flex;
}
.brand-content__buttons {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.brand-content__buttons .btn-b {
    margin: 0;
    width: 48%;
}
.brand-content__buttons .btn-b a {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
}
.brand-content__buttons .btn-b.bonus a.icon-bonus::before {
    font-family: 'Betru';
    content: '\e90e';
    position: absolute;
    left: 22px;
    font-weight: normal;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width:765px) {
    .brand-content__header {
        height: 122px;
    }
    .brand-content__header_title.reviews-content__header_title {
        font-size: 15px;
        line-height: 18px;
        width: 255px;
        max-width: 100%;
        text-align: center;
    }
    .article-content__header_title.brand-content__header_title {
        font-size: 25px;
    }
    .brand-content__buttons .btn-b.bonus a.icon-bonus::before {
        display: none;
    }
}
@media (max-width:550px) {
    .brand-content__header {
        margin-bottom: 0;
        border-radius: 8px 8px 0 0;
        height: 122px;
    }
    
    .brand-content__header_pattern {
        opacity: 0;
    }
    .brand-content__header_pattern.show {
        opacity: 1;
    }       

    .reviews-content__header.brand-content__header {
        height: 153px;
    }

    .brand-content__buttons {
        flex-wrap: wrap;
    }

    .brand-content__buttons .btn-b,
    .brand-content__buttons .btn-b a {
        box-sizing: border-box;
        min-height: 0;
    }

    .brand-content__buttons .btn-b {
        flex: 1 0 50%;
        height: 55px;
    }

    .brand-content__buttons .btn-b a {
        height: 52px;
        font-size: 12px;
    }

    .faq-content__buttons .btn-b.bonus,
    .faq-content__buttons .btn-b.bonus a {
        border-radius: 0 0 0 8px;
    }

    .brand-content .btn-b.bonus,
    .brand-content .btn-b.bonus a {
        border-radius: 0 0 0 8px;
    }

    .brand-content__buttons .btn-b.site,
    .brand-content__buttons .btn-b.site a {
        border-radius: 0 0 8px 0;
    }

    .brand-content__buttons.reviews-content__buttons .btn-b.brand,
    .brand-content__buttons.reviews-content__buttons .btn-b.brand a {
        border-radius: 0 0 0 8px;
        margin: 0;
    }

    .reviews-content__buttons.brand-content__buttons .btn-b.bonus {
        order: 2;
        flex: 1 0 100%;
        margin-top: 15px;
        height: 70px;
    }

    .reviews-content__buttons.brand-content__buttons .btn-b.bonus a {
        height: 68px;
        font-size: 15px;
    }
}

@media (max-width:375px) {
    .brand-content__header_title {
        line-height: 1.1;
        text-align: center;
    }
}