.cabinet-page-other h1 {
    font-size: 18px;
    margin-bottom: 15px; /*изменил с 30px*/
    padding-bottom: 0;
    border-bottom: 0;
}
.cabinet-page-other .product-info .info .name {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    color: #20262c;
}
.cabinet-page-other .product-info .info .article {
    font-size: 14px;
    color: #383838;
}
.cabinet-page-other .product-info .info .price {
    font-family: Roboto;
    font-weight: 500;
    margin-top: 40px;
}
.cabinet-page-other .product-info .info .price .old {
    font-size: 14px;
    text-decoration: line-through;
    color: #b3b3b3;
}
.cabinet-page-other .product-info .info .price .new {
    font-size: 23px;
    font-weight: 500;
    color: #20262c;
}