/* Скругление нижних углов у блока */
#rec1094425096 .t396__carrier,
#rec1094425096 .t396__filter,
#rec1094425096 .t396__artboard {
    border-radius: 0px 0px 30px 30px;
}

/* Скругление всех углов */
#rec1103574071 .t396__artboard:not(.t396__artboard-flex),
#rec1103574071 .t396__artboard:not(.t396__artboard-flex) .t396__carrier,
#rec1103574071 .t396__artboard:not(.t396__artboard-flex) .t396__filter {
    border-radius: 30px;
}

@media screen and (max-width: 480px) {
  /* Уменьшаем скругление */
  #rec1094425096 .t396__carrier,
  #rec1094425096 .t396__filter,
  #rec1094425096 .t396__artboard {
      border-radius: 0px 0px 15px 15px;
  }

  #rec1103574071 .t396__artboard:not(.t396__artboard-flex),
  #rec1103574071 .t396__artboard:not(.t396__artboard-flex) .t396__carrier,
  #rec1103574071 .t396__artboard:not(.t396__artboard-flex) .t396__filter {
      border-radius: 15px;
  }
}


#rec1112489681 .t396__artboard:not(.t396__artboard-flex), #rec1112489681 .t396__artboard:not(.t396__artboard-flex) .t396__carrier, #rec1112489681 .t396__artboard:not(.t396__artboard-flex) .t396__filter {
    border-radius: 30px 30px 0px 0px;
}

#rec1112479201 .t396__artboard:not(.t396__artboard-flex), #rec1112479201 .t396__artboard:not(.t396__artboard-flex) .t396__carrier, #rec1112479201 .t396__artboard:not(.t396__artboard-flex) .t396__filter {
    border-radius: 15px 15px 0px 0px;
}