.dz-tsj-form {
  display: grid;
  gap: 12px;
  align-items: end;
}
.dz-tsj-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px !important;
  font-weight: 800;
  color: #0a5c54;
}
.page .page-content .dz-tsj-field input,
.page .page-content .dz-tsj-field select {
  width: 100%;
  height: 52px;
  border: 1px solid #c9d4de;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 18px !important;
  font-weight: 800;
  color: #0b1220;
  background: #fff;
  font-family: inherit;
}
.dz-moy-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr 0.7fr;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e2e8f0;
}
.dz-moy-grid--head {
  font-weight: 800;
  color: #0a5c54;
  border-bottom: 2px solid #0d7377;
}
.page .page-content .dz-moy-grid input,
.page .page-content .dz-moy-grid select {
  width: 100%;
  height: 48px;
  border: 1px solid #c9d4de;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 18px !important;
  font-weight: 800;
  color: #0b1220;
  background: #fff;
  font-family: inherit;
}
.page .page-content .dz-moy-name {
  font-size: 17px !important;
  font-weight: 800;
  color: #0b1220;
}
.page .page-content .dz-moy-coef {
  font-size: 20px !important;
  font-weight: 900;
  color: #0d7377;
  text-align: center;
}
.dz-moy-total {
  margin-top: 16px;
  padding: 18px;
  border-radius: 18px;
  background: #ecfdf5;
  border: 1px solid #86efac;
}
.page .page-content .dz-moy-total b {
  display: block;
  font-size: 36px !important;
  font-weight: 900 !important;
  color: #0b1220 !important;
  line-height: 1.2;
}
.dz-moy-note { color: #0a5c54; font-weight: 800; }
.dz-moy-stream {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.dz-moy-stream button {
  border: 1px solid #c9d4de;
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
}
.dz-moy-stream button.is-on {
  background: #0d7377;
  color: #fff;
  border-color: #0d7377;
}
.dz-moy-opt { margin-top: 8px; font-weight: 700; }
.dz-tk-out { display: none; margin-top: 16px; }
.dz-tk-out.is-on { display: block; }
.page .page-content .dz-moy-grid b {
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #0b1220 !important;
  text-align: center;
}
@media (max-width: 800px) {
  .dz-tsj-form { grid-template-columns: 1fr !important; }
  .dz-moy-grid { grid-template-columns: 1fr 72px 108px; }
}
