:root {
  /* Цвета интерфейса */
  --color-text: #626262;
  --color-white: #fff;
  --color-red: #ed1b2f;
  --color-red-hover: #9e0917;
  --color-black: #231f20;
  --color-gray: #bfbfbf;
  --color-footer-bg: #222222;
  --color-footer-text: #828282;
  --color-footer-gold-text: #f0ead8;

  /* Шрифты */
  --font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, sans-serif;
  --font-size-base: 18px;
  --font-size-medium: 24px;
  --font-size-large: 32px;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/Bebas_Neue.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_extrabold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/proximanova_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Сброс стилей */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-base);
  line-height: 100%;
  letter-spacing: 0%;
}

.s_khl_menu_khl_ic {
  background: url("../img/header/khl.svg") center no-repeat !important;
  background-size: contain !important;
}

.s_khl_menu_n_menu_bl {
  z-index: 9999 !important;
}