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

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

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

#tildaformsuccesspopupbtn-new#tildaformsuccesspopupbtn-new {
    background-color: #204A62 !important;
    color: #fff !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;
}
