@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

/* Шрифты */
@font-face {
  font-family: "HeliosC";
  src: url("../fonts/heliosc.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HeliosC";
  src: url("../fonts/heliosc_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "HeliosC";
  src: url("../fonts/heliosc_bolditalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  font-family: HeliosC, sans-serif;
  /*overflow-x: hidden;*/
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none !important;
}
/*a:hover {
  color:var(--statesuccsess);
}*/
.title--primary {
  font-size: clamp(1.625rem, calc(1.4126rem + .9061vw), 2.5rem);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 24px;
}
label {
  font-weight: normal;
}
a:hover {
  color: unset !important;
}