.catalog_detail.detail .item_main_info {
    border: 0;
}

.price_txt {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #989895;
}
.price_txt a {
    color: #000000;
}

.sale_block {
    display: none;
}
.element-top-block {
    display: flex;
    justify-content: space-between;
}
.element-price-block {
    margin-bottom: 12px;
}
.element-price-block>span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.price_matrix_block,
.element-price-block span {
    display: inline;
}
.element-sku-block {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #969BA5;
}
.info_item .middle_info .element-price-block  .price {
    padding-right: 10px;
    font-size: 24px;
    line-height: 20px;
}
.main-benefits .tizers_block {
    border-bottom: none;
}
@media sreen and (max-width: 1440px) {
    .catalog_detail.detail .item_main_info {
        border: 1px solid #f2f2f2;
    }
}
table {
    width: 50%;
}