.block2-3 {
    padding: 0;
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: 300px auto;
    grid-template-rows: auto;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-areas: "lb rb";
    border-radius: 3px;
}
.left_subblock{
    grid-area: lb;
}
.right_subblock{
    grid-area: rb;
}
.block2-3 h5 {
    margin: 0 0 10px 0;
    padding: 3px;
    width: 180px;
    color: #FFF;
    background-color: #000;
    font-size: 1.1em;
    border-radius: 2px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    font-weight: 300;
}


.photos_img{
    height: 130px;
    width: 220px;
    border-radius: 3px;
    object-fit: cover;
    margin-right: 12px;
}
.cons{
    display: grid;
    grid-template-columns: 280px auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "cd cf1 cf2" "cp cp cp";
    width: 100%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}
.cons div {
    padding: 0 15px 15px 15px;
}
.cons_descr{
    grid-area: cd;
}
.cons_fblock1{
    grid-area: cf1;
}
.cons_fblock2{
    grid-area: cf2;
}
.cons_fblock1 h4, .cons_fblock2 h4 { margin-bottom: 4px;}
.cons_fblock1 input, .cons_fblock2 input, .cons_fblock2 textarea { width: 95%;}
.cons_phones{
    grid-area: cp;
}
.cons_phones div {
    display: inline-block;
    text-align: center;
    width: 21%;
    font-weight: 600;
}
.cons_phones > div > img {
    height: 14px;
}
.cons_btn{
    clear: both;
    width: 160px;
    height: 30px;
    background-color: #E42320;
    border-radius: 5px;
    text-align: center;
    float: right;
    margin: 20px 20px 0 0;
    padding: 3px!important;
}
.cons_btn a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 0.9em;
    text-align: center;
    line-height: 2.1;
    text-decoration: none;
}