.brand_detail_container {
    margin-top: -40px;
}

.brand-image {
    background-color: #e9e4e0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    padding: 40px 0;
    min-height: 640px;
    display: flex;
    align-items: center;
}

.brand-image_photo-no {
    position: absolute;
    font-size: 670px;
    opacity: .2;
    font-weight: 600;
    color: #fff;
    width: 100%;
    white-space: nowrap;
    bottom: -170px;
}

.brand-image__wrap {
    height: 100%;
    padding: 0 5%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.brand-image__pics {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.brand-image__pics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-image__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    margin-top: 0;
    margin-bottom: 10px;
}

.brand-image__anons {
    max-width: 370px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.brand-detail {
    box-shadow: none;
}

.brand-detail__text {
    text-align: center;
}

.brand-detail.brand-detail_big-pics {
    box-shadow: none;
}

.brand-detail.brand-detail_big-pics .brand-detail__text ul {
    list-style: none;
}

.category-list .category-list__more a {
    border-bottom: 1px solid #C0C0C0;
    color: #000000;
    opacity: .6;
}

.brand-text-more {
    text-align: center;
    margin: 20px 0;
}

.brand-text-more a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    opacity: .6;
    border-bottom: 1px solid #C0C0C0;
    text-decoration: none;
}


@media screen and (max-width: 1024px) {

    .brand-image {
        min-height: 500px;
    }

}

@media screen and (max-width: 767px) {

    .brand_detail_container {
        margin-top: -30px;
    }

    .brand-image {
        min-height: 350px;
        align-items: flex-end;
    }

    .brand-image__anons {
        max-width: 100%;
    }

    .brand-image_photo-no {
        font-size: 400px;
        bottom: -100px;
    }
}