/* Прогнозные показатели — скругление ТОЛЬКО верхних углов #rec1838809751*/
#rec1838809751 .t431 thead tr th:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 0;
}

#rec1838809751 .t431 thead tr th:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
}

/* Обязательно для корректной работы радиусов */
#rec1838809751 .t431 table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

t-input-group  {
font-size: 10px !important;
}




/* чтобы на сайте не появлялся горизонтальный скролл */
html,
body {
  overflow-x: hidden !important;
}

/* универсальная полоска в Zero Block на всю ширину экрана */
.full-menu-strip {
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  right: auto !important;
  margin-left: 0 !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

/* сам прямоугольник внутри Zero Block */
.full-menu-strip .tn-atom {
  width: 100% !important;
  max-width: 100vw !important;
}
