@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: 'Museo Sans Cyrl 300';
  src: url("../../web/assets/fonts/MuseoSans/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

* {
  --webkey-color-primary: #1152F4;
  --webkey-color-success: #7CB342;
  --webkey-color-info: #03a9f4;
  --webkey-color-warning: #FF8833;
  --webkey-color-error: #ff1a1a;
  --webkey-color-text: #111827;
  --webkey-color-text-grey: #9ca3af;
  --webkey-font-family: 'Museo Sans Cyrl 300';
  --webkey-margin-top: 0.5rem;
  --webkey-margin-right: 0.5rem;
  --webkey-margin-end-block: 100px;
  --webkey-padding: 0.375rem;
  --webkey-border-radius: 0.375rem;
  --webkey-border: 1px solid #D1D5DB;
  --webkey-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.2);
  font-family: var(--webkey-font-family);
  margin: 0;
  padding: 0; }

.webkey_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 0; }
  .webkey_nav a {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    text-decoration: inherit; }
    .webkey_nav a svg {
      width: 1.25rem;
      height: 1.25rem;
      color: var(--webkey-color-text-grey); }
    .webkey_nav a:hover {
      cursor: pointer;
      color: #F36D86; }
  .webkey_nav__list {
    position: relative; }
    .webkey_nav__list ul {
      display: flex;
      padding: 0;
      column-gap: 2rem;
      margin: 0; }
      .webkey_nav__list ul li {
        list-style: none; }
    .webkey_nav__list__sub_menu {
      display: none;
      position: absolute;
      top: 3rem;
      min-width: 10rem; }
      .webkey_nav__list__sub_menu ul {
        flex-direction: column;
        background: #fff;
        padding: var(--webkey-padding);
        column-gap: 3rem;
        border: var(--webkey-border);
        border-radius: var(--webkey-border-radius);
        z-index: 1;
        min-width: 150px; }
        .webkey_nav__list__sub_menu ul li {
          background: #fff;
          list-style: none;
          margin: var(--webkey-margin-top); }
          .webkey_nav__list__sub_menu ul li a {
            color: black; }
  .webkey_nav_mobile .webkey_nav_mobile, .webkey_nav_mobile .webkey_nav_mobile__top, .webkey_nav_mobile .webkey_nav_mobile__wrapper {
    display: none; }
  @media screen and (max-width: 1024px) {
    .webkey_nav_mobile .webkey_nav, .webkey_nav_mobile .webkey_nav__center {
      display: none; }
    .webkey_nav_mobile .webkey_nav_mobile__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      background-color: #0F6972;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .webkey_nav_mobile .webkey_nav_mobile__top__logo {
        width: 100%; }
      .webkey_nav_mobile .webkey_nav_mobile__top__btn {
        width: 1.5rem;
        height: 1.5rem; }
    .webkey_nav_mobile .webkey_nav_mobile__wrapper {
      display: block;
      position: fixed;
      overflow: hidden;
      width: 75vw;
      max-width: 100%;
      height: 100%;
      z-index: 100;
      background-color: white;
      left: -100%;
      top: 0; } }
  @media screen and (max-width: 1024px) and (max-width: 576px) {
    .webkey_nav_mobile .webkey_nav_mobile__wrapper {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_visible {
        left: 0; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_list {
        display: flex;
        flex-direction: column;
        height: 85vh;
        margin-left: -0.75rem;
        margin-right: 0;
        padding: 1.5rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__content {
          flex: 1 0 auto; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__footer {
          flex: 0 0 auto; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list a {
          display: flex;
          flex-direction: row;
          color: var(--webkey-color-text);
          font-weight: 600;
          font-size: 1rem;
          line-height: 1.5rem;
          text-decoration: none;
          padding: 0.5rem 0.75rem;
          border-radius: var(--webkey-border-radius); }
          .webkey_nav_mobile .webkey_nav_mobile__wrapper_list a:hover {
            background-color: #F9FAFB; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__btn {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list {
          display: none;
          flex-direction: column;
          padding-left: 0.75rem; }
          .webkey_nav_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list a {
            font-size: 0.875rem;
            color: black; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        padding: 1.5rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_top__logo {
          width: 100%;
          height: 3rem; }
        .webkey_nav_mobile .webkey_nav_mobile__wrapper_top__btn {
          width: 1.5rem;
          height: 1.5rem; }
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_close {
        position: fixed;
        top: 0;
        z-index: 101;
        width: 25vw;
        height: 100vh;
        margin-left: 75vw;
        background-color: rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 1024px) and (max-width: 576px) {
      .webkey_nav_mobile .webkey_nav_mobile__wrapper_close {
        width: 0; } }
  @media screen and (max-width: 1024px) {
    .webkey_nav {
      display: none; } }
.webkey_nav__center {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1.75rem 0; }
  .webkey_nav__center a {
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
    line-height: 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    text-decoration: inherit; }
    .webkey_nav__center a svg {
      width: 1.25rem;
      height: 1.25rem;
      color: var(--webkey-color-text-grey); }
    .webkey_nav__center a:hover {
      cursor: pointer;
      color: #F36D86; }
  .webkey_nav__center__list {
    position: relative; }
    .webkey_nav__center__list ul {
      display: flex;
      padding: 0;
      column-gap: 2rem;
      margin: 0; }
      .webkey_nav__center__list ul li {
        list-style: none; }
    .webkey_nav__center__list__sub_menu {
      display: none;
      position: absolute;
      top: 3rem;
      min-width: 10rem; }
      .webkey_nav__center__list__sub_menu ul {
        flex-direction: column;
        background: #fff;
        padding: var(--webkey-padding);
        column-gap: 3rem;
        border: var(--webkey-border);
        border-radius: var(--webkey-border-radius);
        z-index: 1;
        min-width: 150px; }
        .webkey_nav__center__list__sub_menu ul li {
          background: #fff;
          list-style: none;
          margin: var(--webkey-margin-top); }
          .webkey_nav__center__list__sub_menu ul li a {
            color: black; }
  @media screen and (max-width: 1024px) {
    .webkey_nav__center {
      display: none; } }
  .webkey_nav__center_mobile .webkey_nav_mobile, .webkey_nav__center_mobile .webkey_nav_mobile__top, .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
    display: none; }
  @media screen and (max-width: 1024px) {
    .webkey_nav__center_mobile .webkey_nav, .webkey_nav__center_mobile .webkey_nav__center {
      display: none; }
    .webkey_nav__center_mobile .webkey_nav_mobile__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-left: auto;
      margin-right: auto;
      background-color: #0F6972;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .webkey_nav__center_mobile .webkey_nav_mobile__top__logo {
        width: 100%; }
      .webkey_nav__center_mobile .webkey_nav_mobile__top__btn {
        width: 1.5rem;
        height: 1.5rem; }
    .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
      display: block;
      position: fixed;
      overflow: hidden;
      width: 75vw;
      max-width: 100%;
      height: 100%;
      z-index: 100;
      background-color: white;
      left: -100%;
      top: 0; } }
  @media screen and (max-width: 1024px) and (max-width: 576px) {
    .webkey_nav__center_mobile .webkey_nav_mobile__wrapper {
      width: 100%; } }
  @media screen and (max-width: 1024px) {
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_visible {
        left: 0; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list {
        display: flex;
        flex-direction: column;
        height: 85vh;
        margin-left: -0.75rem;
        margin-right: 0;
        padding: 1.5rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__content {
          flex: 1 0 auto; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__footer {
          flex: 0 0 auto; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list a {
          display: flex;
          flex-direction: row;
          color: var(--webkey-color-text);
          font-weight: 600;
          font-size: 1rem;
          line-height: 1.5rem;
          text-decoration: none;
          padding: 0.5rem 0.75rem;
          border-radius: var(--webkey-border-radius); }
          .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list a:hover {
            background-color: #F9FAFB; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__btn {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list {
          display: none;
          flex-direction: column;
          padding-left: 0.75rem; }
          .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_list__sub_menu__list a {
            font-size: 0.875rem;
            color: black; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
        padding: 1.5rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top__logo {
          width: 100%;
          height: 3rem; }
        .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_top__btn {
          width: 1.5rem;
          height: 1.5rem; }
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_close {
        position: fixed;
        top: 0;
        z-index: 101;
        width: 25vw;
        height: 100vh;
        margin-left: 75vw;
        background-color: rgba(0, 0, 0, 0.2); } }
    @media screen and (max-width: 1024px) and (max-width: 576px) {
      .webkey_nav__center_mobile .webkey_nav_mobile__wrapper_close {
        width: 0; } }

/*# sourceMappingURL=templates.css.map */