.b-brands-detail .brands-detail__row {
    display: flex;
    flex-wrap: wrap;
}
.b-brands-detail .brands-detail__content {
    width: calc(100% - 330px);
}
.b-brands-detail .brands-detail__col-right {
    width: 330px;
    padding-left: 20px;
}
.b-brands-detail .brands-detail__imgbox {
    margin-bottom: 23px;
}
.b-brands-detail .brands-detail__desc {
    margin-bottom: 23px;
    line-height: 1.714;
}
.b-brands-detail .brands-detail__brand-list {
    margin-bottom: 58px;
}
.b-brands-detail .brands-detail__full-desc {
    margin-bottom: 46px;
    line-height: 1.714;
}
.b-brands-detail .brands-detail__full-desc h3 {
    margin-bottom: 15px;
}
.b-brands-detail .brands-detail__full-desc p {
    margin-bottom: 15px;
}
.b-brands-detail .brands-detail__full-desc ul,
.b-brands-detail .brands-detail__full-desc ol {
    margin-bottom: 20px;
}
.b-brands-detail .brands-detail__btns {
    margin-bottom: 87px;
}
.b-brands-detail .brands-detail__form {
    margin-bottom: -45px;
}
.b-brands-detail .brands-detail__news {
    margin-bottom: 60px;
}
.b-brands-detail .brands-detail__news-head {
    margin-bottom: 26px;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.043;
}
.b-brands-detail .brands-detail__news-date {
    margin-bottom: 11px;
    font-weight: 600;
    font-size: 14px;
    color: #3A9563;
}
.b-brands-detail .brands-detail__news-title {
    margin-bottom: 21px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}
.b-brands-detail .brands-detail__news-title a:link,
.b-brands-detail .brands-detail__news-title a:visited {
    text-decoration: none;
    color: inherit;
}
.b-brands-detail .brands-detail__news-title a:hover {
    text-decoration: underline;
}
/*------------------------------*/
.b-brands-detail--not-colright .brands-detail__content {
    width: 100%;
}
.b-brands-detail--not-colright .brands-detail__col-right {
    width: 100%;
    padding: 0;
    margin: 0 !important;
}
/*------------------------------*/
@media (max-width:1239px) {
    /*--------------------------*/
    .b-brands-detail .brands-detail__brand-list {
        margin-bottom: 40px;
    }
    .b-brands-detail .brands-detail__full-desc {
        margin-bottom: 40px;
    }
    .b-brands-detail .brands-detail__btns {
        margin-bottom: 50px;
    }
    .b-brands-detail .brands-detail__form {
        margin-bottom: -30px;
    }
    .b-brands-detail .brands-detail__content {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .b-brands-detail .brands-detail__col-right {
        order: 2;
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .b-brands-detail .brands-detail__news {
        margin-bottom: 40px;
    }
    /*--------------------------*/
    /*--------------------------*/
}
/*------------------------------*/
@media (min-width: 768px) and (max-width: 1239px) {
    /*--------------------------*/

    /*--------------------------*/
}
/*------------------------------*/
@media (max-width:767px) {
    /*--------------------------*/
    .b-brands-detail .brands-detail__form {
        margin-bottom: -20px;
    }
    .b-brands-detail .brands-detail__news-date {
        margin-bottom: 7px;
    }
    .b-brands-detail .brands-detail__news-title {
        margin-bottom: 20px;
        font-size: 14px;
    }
    /*--------------------------*/
}
/*------------------------------*/
/*------------------------------*/