.elementor-23676 .elementor-element.elementor-element-5ee9622{--display:flex;}.elementor-23676 .elementor-element.elementor-element-6fa2606{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6fa2606 *//* ===== HEADER ROOT ===== */
#mgrs-header-root {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px;
}

/* TOP LINE */
#mgrs-header-root .mgrs-topline {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a3f6e;
  margin-bottom: 6px;
}

/* TITLE */
#mgrs-header-root .mgrs-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  color: #0f2f5a;
  margin-bottom: 14px;
  text-transform: uppercase;
}

#mgrs-header-root .mgrs-title-link {
  text-decoration: none;
}

/* ACTIONS */
#mgrs-header-root .mgrs-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* PHONE */
#mgrs-header-root .mgrs-phone {
  background: #b32020;
  color: #fff;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

/* TELEGRAM */
#mgrs-header-root .mgrs-telegram {
  background: #0a5ea8;
  color: #fff;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 768px) {
  #mgrs-header-root .mgrs-title {
    font-size: 22px;
  }
  #mgrs-header-root .mgrs-actions {
    display: none;
  }
}/* End custom CSS */


