 .t-beforeafter__slider  {
    border-radius: 10px;
    
}

.t-input-title.t-descr.t-descr_md {
    font-size: 14px;
}



/* Скруглення країв таблиці в CL46 */
.t431__table {
  border-radius: 16px;
  overflow: hidden;
}

/* Скруглення окремих кутів таблиці */
.t431__table tr:first-child td:first-child {
  border-top-left-radius: 16px;
}
.t431__table tr:first-child td:last-child {
  border-top-right-radius: 16px;
}
.t431__table tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}
.t431__table tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}