@charset "UTF-8";:root {
  /* region Colors */
  --orange-dark: #ff6827;
  --grey-1: #696969;
  --grey-2: #b3b3b3;
  --grey-3: #969696;
  --grey-4: #ababab80;
  --backdrop-color: #00000033;
  /* endregion */
  /* region Fonts */
  --font-size-xxs: 10px;
  --font-size-xs: 12px;
  --font-size-s: 14px;
  --font-size-m: 16px;
  --font-size-l: 31px;
  --font-size-xl: 40px;
  --font-size-xxl: 49px;
  --line-height-xs: 12px;
  --line-height-s: 14px;
  --line-height-m: 16px;
  --line-height-l: 19px;
  --line-height-xl: 20px;
  --line-height-xxl: 31px;
  --font-weight: 400;
  --font-weight-l: 500;
  --font-weight-xl: 700;
  --font-size-h2: 20px;
  --font-shadow:
    #000 0px -2px 0px, #000 0px -2px 0px, #000 0px 2px 0px, #000 0px 2px 0px, #000 -2px 0px 0px, #000 2px 0px 0px,
    #000 -2px 0px 0px, #000 2px 0px 0px, #000 -1px -2px 0px, #000 1px -2px 0px, #000 -1px 2px 0px, #000 1px 2px 0px,
    #000 -2px -1px 0px, #000 2px -1px 0px, #000 -2px 1px 0px, #000 2px 1px 0px, #000 -2px -2px 0px, #000 2px -2px 0px,
    #000 -2px 2px 0px, #000 2px 2px 0px;
  /* endregion */
  /* region Borders */
  --hq-border-outset: 2px outset buttonface;
  --hq-border-inset: 2px inset buttonface;
  /* endregion */
  /* region Transitions */
  --duration: 0.15s;
  --duration-slow: 0.3s;
  --transition: var(--duration) ease-in-out;
  --transition-slow: var(--duration-slow) ease-in-out;
  /* endregion */
  /* region z-index */
  --z-index-backdrop: 1300;
  --z-index-dropdown: 1301;
  /* endregion */
}
.wysiwyg h3 {
  margin-bottom: 12px;
  font-family: var(--wp--preset--font-family--druk-wide);
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
}
.wysiwyg p {
  /* Перекрытие стилей */
  margin: 0 0 8px 0;
  font-family: var(--wp--preset--font-family--pt-sans-narrow);
  font-weight: var(--font-weight);
  font-size: var(--font-size-m);
  line-height: var(--line-height-l);
}
.wysiwyg ul {
  margin-bottom: 8px;
  /* Перекрытие стилей */
  padding-left: 16px;
}
.wysiwyg li {
  list-style-type: square;
  font-family: var(--wp--preset--font-family--pt-sans-narrow);
  font-weight: var(--font-weight);
  font-size: var(--font-size-m);
  line-height: var(--line-height-l);
}