.middle .catalog_detail .right_info_icons {
    width: 100px;
}

.middle .catalog_detail .right_info_icons .catalog-element-icons {
    padding: 0;
}

.middle .catalog_detail .item_main_info .right_info {
    width: calc(50% - 110px);
}

.middle .catalog_detail .table--multi_prices {
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    text-align: left;
}

.middle .catalog_detail .table--multi_prices th{
    font-size: 11px;
}

.middle .catalog_detail .table--multi_prices td {
    padding: 5px;
}

.table--multi_prices thead,
.table--multi_prices tbody,
.table--multi_prices tr,
.table--multi_prices td,
.table--multi_prices th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 1px;
}

.table--multi_prices > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}

.middle .catalog_detail .table--multi_prices tr:last-child td:nth-child(2),
.middle .catalog_detail .table--multi_prices tr:last-child td:nth-child(3)
{
    color: red;
    font-size: 14px;
    font-weight: 600;
}

.info_item .middle_info .buy_block .counter_wrapp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.counter_wrapp .total_price,
.counter_wrapp + .total_price
{
    font-size: 22px !important;
    margin-right: 12px;
    line-height: 1.5em !important;
}

@media (max-width: 768px) {
    .middle .catalog_detail .item_main_info .right_info {
        width: auto;
    }
}

.catalog_detail .detail_text_wrapper .detail_text {
    color: unset;
    font-size: 13px;
}

.detail_text_wrapper {


    & h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    & ul {
        font-size: 13px;
        line-height: 1.3em;
        margin-bottom: 16px!important;
    }

    & p {
        margin-bottom: 10px;
    }

    & .iblock.char_block {
        margin-top: 20px;
    }
}

.tabs1.main_tabs1 li {
    font-size: 13px;
}

.detail_text_wrapper {
    display: none;
    margin-bottom: 20px;
}

.img_wrapper .detail_text_wrapper {
    display: block;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 12px;
}

@media screen and (max-width: 950px) {
    .detail_text_wrapper {
        display: block;
    }

    .img_wrapper .detail_text_wrapper {
        display: none;
    }
}