/* Логотип */
div.logo { max-width: unset; height: 56px; }

/* Главная страница */
.front_page .catalog-viewed-list { display: none; }
.dc_review_block { width: 760px; height: 600px; margin: 0 auto; overflow: hidden; position: relative; }

/* Монтаж */
div.t_montage div.title { padding: 0px 20px; }
div.t_montage p.number { font-weight: bold; font-size: 80px; line-height: 90%; }

/* Оптовикам */
div.t_wholesalers { padding-bottom: unset; }
div.t_wholesalers img { max-width: 200px; }

/* Рейтинг */
.rating { display: none !important; }

/* Описание товара */
.tab-content #desc table { border-collapse: collapse; margin: 20px 0px; }
.tab-content #desc table td, .tab-content #desc table th { padding: 10px; }
.tab-content #desc .product-video { margin: 40px 0px; }
.tab-content #desc .ico_pdf { height: 70px; vertical-align: middle; }

.order-info-block {
    padding: 32px 31px 33px 30px;
}

.order-info-block--margined {
    margin: 33px 0;
}

.order-info-block .price .line-block__item {
    margin-top: 0;
}

.order-info-block .icon-svg-block {
    padding-right: 3px;
}

.order-info-block .text {
    min-width: 205px;
}

.order-info-block .question-title {
    margin-bottom: 31px;
    color: var(--white_text_black);
}

.order-info-block .price + .order-info-btn {
    margin-top: 20px;
}

.order-info-block ~ .sale-linked {
    border-top: 1px solid #DDD;
}

@media (max-width: 991px) {
    .order-info-block {
        padding:25px;
        padding-bottom: 5px
    }

    .order-info-block .icon-svg-block {
        display: none
    }

    .order-info-block .line-block__item:not(.order-info-btns) {
        margin-top: 0;
        margin-bottom: 20px
    }

    .order-info-block {
        padding-bottom: 5px
    }
}

@media (max-width: 767px) {
    .order-info-block>.line-block {
        flex-direction:column
    }

    .order-info-block .price + .order-info-btn {
        margin-top: 0
    }
}

@media (max-width: 600px) {
    .order-info-block .flex-grow-to-600 {
        flex-grow:1
    }

    .order-info-btns .btn {
        width: 100%
    }
}

@media (min-width: 600px) {
    .order-info-btns .btn.min_width--300 {
        min-width:300px
    }
}
