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

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

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


.t-form-success-popup_new .t-form-success-popup__button {
    background-color: #3D6E75 !important;
}



html,
body {
  overflow-x: hidden !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;
}
</style>