html[data-lang="ru"] #services.feature-row .feature-copy {
  grid-template-rows: 36px minmax(0, 1fr) 39px !important;
  row-gap: 2.5px !important;
}

html[data-lang="ru"] .practice-card a {
  font-size: 10.5px !important;
}

html[data-lang="ru"] .home-contact-strip .consult-button > span:first-child {
  position: relative;
  width: 14px;
  height: 16px;
  flex: 0 0 14px;
  box-sizing: border-box;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  font-size: 0;
  line-height: 0;
}

html[data-lang="ru"] .home-contact-strip .consult-button > span:first-child::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 6px;
  height: 1.5px;
  border-radius: 1px;
  background: currentColor;
  box-shadow: 0 4px 0 currentColor;
}

html[data-lang="ru"] #consultation.modal {
  padding-right: 12px;
  padding-left: 12px;
}

html[data-lang="ru"] #consultation .modal-panel {
  width: min(100%, 520px);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
  overflow-x: hidden;
}

html[data-lang="ru"] #consultation .contact-form,
html[data-lang="ru"] #consultation .contact-form label,
html[data-lang="ru"] #consultation .contact-form input,
html[data-lang="ru"] #consultation .contact-form textarea,
html[data-lang="ru"] #consultation .contact-form button,
html[data-lang="ru"] #consultation .turnstile-container {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

html[data-lang="ru"] #consultation .turnstile-container > div,
html[data-lang="ru"] #consultation .turnstile-container iframe {
  width: 100% !important;
  max-width: 100% !important;
}
