@charset "UTF-8";
@font-face {
  font-family: 'icon-font';
  src: url("assets/fonts/icons.woff2?q525ru") format("woff2"), url("assets/fonts/icons.woff?q525ru") format("woff"), url("assets/fonts/icons.ttf?q525ru") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* ============================
   CORE HEADER STYLES
   authors:
   Bartosz Chucherko
   Jakub Garczyński
   Schibsted Tech Polska, 2016
   ============================ */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* ========================================================
   GLOBAL VARIABLES
   all variables should have a !default flag so they can
   be overwritten, but still have a fallback.
   ======================================================== */
/*
    this mixin should be used wherever we use
    checkbox hack to control menu state
    USAGE example:
    @include menu-triggered {
      .ch-header-main .ch-menu-label-close {
        (...)
    }
*/
.ch-icon-label {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  left: auto;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 1px; }

@-webkit-keyframes user-appear-in {
  from {
    opacity: 0.5;
    transform: scale3d(0, 0, 0) translate3d(20px, 0px, 0px); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px); } }
@-moz-keyframes user-appear-in {
  from {
    opacity: 0.5;
    transform: scale3d(0, 0, 0) translate3d(20px, 0px, 0px); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px); } }
@keyframes user-appear-in {
  from {
    opacity: 0.5;
    transform: scale3d(0, 0, 0) translate3d(20px, 0px, 0px); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px); } }
@-webkit-keyframes user-appear-out {
  from {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px); }
  to {
    opacity: 0.5;
    transform: scale3d(0, 0, 0) translate3d(20px, 0px, 0px); } }
@-moz-keyframes user-appear-out {
  from {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px); }
  to {
    opacity: 0.5;
    transform: scale3d(0, 0, 0) translate3d(20px, 0px, 0px); } }
@keyframes user-appear-out {
  from {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px); }
  to {
    opacity: 0.5;
    transform: scale3d(0, 0, 0) translate3d(20px, 0px, 0px); } }
@-webkit-keyframes user-name-in {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes user-name-in {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes user-name-in {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes grow-in {
  from {
    height: 0; } }
@-moz-keyframes grow-in {
  from {
    height: 0; } }
@keyframes grow-in {
  from {
    height: 0; } }
@-webkit-keyframes bounce-in {
  0%, 100%, 20%, 40%, 60%, 80% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@-moz-keyframes bounce-in {
  0%, 100%, 20%, 40%, 60%, 80% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@keyframes bounce-in {
  0%, 100%, 20%, 40%, 60%, 80% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes fade-in-alerts-off {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }
@-moz-keyframes fade-in-alerts-off {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }
@keyframes fade-in-alerts-off {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }
@-webkit-keyframes fade-in-alerts-on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in-alerts-on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in-alerts-on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes search-loader {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes search-loader {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes search-loader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
html, body {
  height: 100%;
  width: 100%;
  margin: 0; }

.ch-core-header {
  color: #ffffff;
  font: 16px Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  width: 100%;
  padding-bottom: 56px !important;
  position: relative;
  top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
  @media (max-width: 61.1775em) {
    .ch-core-header {
      padding-bottom: 48px !important; } }
  .ch-core-header a {
    cursor: pointer;
    text-decoration: none; }
    @media (min-width: 61.1875em) {
      .ch-core-header a:hover {
        text-decoration: underline !important; } }
    .ch-core-header a:active, .ch-core-header a:focus {
      text-decoration: underline !important; }
  .ch-core-header ul {
    list-style: none;
    padding: 0; }
  .ch-core-header input {
    appearance: none;
    border-radius: 0; }
  .ch-core-header button {
    appearance: none;
    padding: 1em; }
  .ch-core-header .ch-list-item-special a,
  .ch-core-header .ch-list-item-special a:link,
  .ch-core-header .ch-list-item-special a:visited {
    color: #A2C7E6;
    font-weight: 600; }
  .ch-core-header .ch-list-item-special a:hover,
  .ch-core-header .ch-list-item-special a:active,
  .ch-core-header .ch-list-item-special a:focus {
    color: #56b2ff; }
  .ch-core-header .ch-main-links {
    display: block;
    opacity: 1;
    overflow: hidden; }
    @media (max-width: 61.1775em) {
      .ch-core-header .ch-main-links {
        display: none; } }
    .ch-core-header .ch-main-links .ch-list-item {
      margin: 0 5px; }
    .ch-core-header .ch-main-links a,
    .ch-core-header .ch-main-links a:link,
    .ch-core-header .ch-main-links a:visited {
      color: rgba(255, 255, 255, 0.85);
      display: inline-block;
      font-size: 15px;
      font-weight: 600;
      padding: 0 5px; }
      @media (max-width: 61.1775em) {
        .ch-core-header .ch-main-links a,
        .ch-core-header .ch-main-links a:link,
        .ch-core-header .ch-main-links a:visited {
          color: rgba(255, 255, 255, 0.85);
          font-size: 12px; } }
    .ch-core-header .ch-main-links a:hover,
    .ch-core-header .ch-main-links a:active,
    .ch-core-header .ch-main-links a:focus {
      color: #ffffff; }

.ch-core-header,
.ch-core-header::before,
.ch-core-header::after,
.ch-core-header *,
.ch-core-header *::before,
.ch-core-header *::after {
  box-sizing: border-box;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  pointer-events: auto; }

.ch-core-header *,
.ch-core-header *::before,
.ch-core-header *::after {
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit; }

.ch-header-main *,
.ch-header-sub * {
  height: inherit; }

.ch-inner-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

#ch-menu-state {
  display: none; }

.ch-nav-list {
  list-style: none; }
  .ch-nav-list .ch-list-item {
    display: inline-block;
    margin: 0 10px; }

.ch-core-header .ch-header-main {
  background-color: #000;
  height: 56px;
  line-height: 56px;
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  z-index: 99999; }
  @media (max-width: 61.1775em) {
    .ch-core-header .ch-header-main {
      height: 48px;
      line-height: 48px;
      overflow-y: visible; } }
  .ch-core-header .ch-header-main .ch-inner-container {
    padding: 0 10px; }
.ch-core-header .ch-logo {
  display: block;
  position: absolute;
  left: 10px;
  width: 224px; }
  .ch-core-header .ch-logo:link, .ch-core-header .ch-logo:hover, .ch-core-header .ch-logo:active, .ch-core-header .ch-logo:visited {
    color: #ffffff;
    text-decoration: none !important; }
  .ch-core-header .ch-logo .ch-icon-logo {
    position: relative;
    top: -1px;
    font-size: 28px;
    vertical-align: middle; }
    @media (max-width: 61.1775em) {
      .ch-core-header .ch-logo .ch-icon-logo {
        font-size: 24px; } }
.ch-core-header .ch-nav-search-container {
  float: left;
  left: 254px;
  max-width: 476px;
  padding-right: 5em;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: all 300ms ease-out 75ms;
  width: 100%; }
  @media (max-width: 61.1775em) {
    .ch-core-header .ch-nav-search-container {
      height: 58px;
      left: 0;
      max-width: none;
      overflow: hidden;
      position: absolute;
      padding-left: 0;
      padding-right: 0;
      right: 0;
      top: -200%;
      transition: top 0s ease-out 225ms;
      width: auto; } }
.ch-core-header .ch-widgets {
  display: block;
  min-width: 100px;
  position: absolute;
  right: 0; }
  .ch-core-header .ch-widgets * {
    float: left;
    font-size: 15px; }
  .ch-core-header .ch-widgets > * {
    margin-left: 15px;
    margin-right: 15px; }
    .ch-core-header .ch-widgets > *:last-child {
      margin-right: 0; }
@media (max-width: 61.1775em) {
  .ch-core-header .ch-login {
    display: none; } }
.ch-core-header .ch-login::after {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  content: "";
  display: inline-block;
  height: 18.75px;
  position: relative;
  right: -15px;
  top: -1px;
  vertical-align: middle;
  animation: 225ms ease-out backwards 100ms grow-in; }
@media (max-width: 61.1775em) {
  .ch-core-header .ch-login::after {
    display: none; } }
.ch-core-header .ch-login .ch-user-name {
  animation: 450ms ease-out backwards 200ms user-name-in;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }
@media (max-width: 61.1775em) {
  .ch-core-header .ch-subscribe-btn-container {
    display: none; } }
.ch-core-header .ch-subscribe-btn-container::after {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  content: "";
  display: inline-block;
  height: 18.75px;
  position: relative;
  right: -15px;
  top: -1px;
  vertical-align: middle;
  animation: 225ms ease-out backwards 500ms grow-in; }
@media (max-width: 61.1775em) {
  .ch-core-header .ch-subscribe-btn-container::after {
    display: none; } }
.ch-core-header .ch-subscribe-btn-container:empty::after {
  display: none; }
.ch-core-header .ch-subscribe-btn-container .ch-list-item-special {
  animation: 450ms ease-out backwards 200ms user-name-in; }
.ch-core-header .ch-alerts::after {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  content: "";
  display: inline-block;
  height: 18.75px;
  position: relative;
  right: -15px;
  top: -1px;
  vertical-align: middle;
  animation: 225ms ease-out backwards 0s grow-in; }
.ch-core-header .ch-menu-trigger {
  color: #ffffff;
  float: right;
  width: 100px; }
  .ch-core-header .ch-menu-trigger:active, .ch-core-header .ch-menu-trigger:focus {
    outline: none; }
  .ch-core-header .ch-menu-trigger label {
    cursor: pointer;
    display: block;
    position: absolute;
    width: inherit;
    top: 0;
    z-index: 10; }
  .ch-core-header .ch-menu-trigger .ch-menu-icon {
    float: right; }
.ch-core-header .ch-menu-label {
  font-weight: 700;
  position: absolute;
  right: 45px;
  user-select: none; }
.ch-core-header .ch-menu-label-close {
  opacity: 0.6;
  visibility: hidden;
  transform: rotate3d(1, 0, 0, 90deg);
  transition: all 130ms linear; }
.ch-core-header .ch-menu-label-open {
  opacity: 1;
  visibility: visible;
  transform: rotate3d(1, 0, 0, 0deg);
  transition: all 130ms linear 130ms; }
.ch-core-header.logged-in .ch-menu-trigger {
  width: 105px; }
  @media (max-width: 22.5em) {
    .ch-core-header.logged-in .ch-menu-trigger {
      width: 42px; } }
.ch-core-header.logged-in .ch-menu-icon {
  padding-right: 15px !important; }
.ch-core-header.logged-in .ch-menu-label {
  right: 50px; }
  @media (max-width: 22.5em) {
    .ch-core-header.logged-in .ch-menu-label {
      display: none; } }

#ch-menu-state:checked ~ .ch-header-main .ch-menu-label-close,
#ch-menu-state:target ~ .ch-header-main .ch-menu-label-close,
.ch-core-header.is-open .ch-header-main .ch-menu-label-close {
  opacity: 1;
  visibility: visible;
  transform: rotate3d(1, 0, 0, 0deg);
  transition: all 130ms linear 130ms; }
#ch-menu-state:checked ~ .ch-header-main .ch-menu-label-open,
#ch-menu-state:target ~ .ch-header-main .ch-menu-label-open,
.ch-core-header.is-open .ch-header-main .ch-menu-label-open {
  opacity: 0.6;
  visibility: hidden;
  transform: rotate3d(1, 0, 0, 90deg);
  transition: all 130ms linear; }
#ch-menu-state:checked ~ .ch-header-main .ch-nav-search-container,
#ch-menu-state:target ~ .ch-header-main .ch-nav-search-container,
.ch-core-header.is-open .ch-header-main .ch-nav-search-container {
  transform: translate3d(0, -56px, 0);
  transition: all 225ms ease-out 50ms; }
  @media (max-width: 61.1775em) {
    #ch-menu-state:checked ~ .ch-header-main .ch-nav-search-container,
    #ch-menu-state:target ~ .ch-header-main .ch-nav-search-container,
    .ch-core-header.is-open .ch-header-main .ch-nav-search-container {
      top: 48px;
      transform: translate3d(0, 0, 0);
      transition: none; } }

.ch-core-header .ch-header-sub {
  background-color: #ffffff;
  position: relative;
  top: 56px;
  z-index: 99980; }
  @media (max-width: 61.1775em) {
    .ch-core-header .ch-header-sub {
      opacity: 1;
      top: 48px;
      transition: opacity 150ms ease-out 200ms; } }
  .ch-core-header .ch-header-sub .ch-inner-container {
    padding: 0 10px; }
    @media (max-width: 61.1775em) {
      .ch-core-header .ch-header-sub .ch-inner-container {
        padding: 0; } }
  .ch-core-header .ch-header-sub .ch-section-label-container {
    float: left;
    text-transform: capitalize; }
  .ch-core-header .ch-header-sub .ch-section-label {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
    font-size: 20px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: baseline;
    padding-top: 0.175em; }
    @media (max-width: 61.1775em) {
      .ch-core-header .ch-header-sub .ch-section-label {
        margin-left: 10px;
        font-size: 14px;
        line-height: 1.71429;
        display: inline-block;
        vertical-align: baseline;
        padding-top: 0.43214em; } }
  .ch-core-header .ch-header-sub .ch-main-links,
  .ch-core-header .ch-header-sub .ch-section-links {
    height: 50px;
    line-height: 50px;
    overflow: hidden; }
    @media (max-width: 61.1775em) {
      .ch-core-header .ch-header-sub .ch-main-links,
      .ch-core-header .ch-header-sub .ch-section-links {
        height: 38px;
        line-height: 38px;
        padding: 0; } }
    .ch-core-header .ch-header-sub .ch-main-links::after,
    .ch-core-header .ch-header-sub .ch-section-links::after {
      border-bottom: 1px solid #eeeeee;
      bottom: -1px;
      content: "";
      left: 0;
      position: absolute;
      width: 100%; }
  .ch-core-header .ch-header-sub .ch-main-links {
    display: none; }
    @media (max-width: 61.1775em) {
      .ch-core-header .ch-header-sub .ch-main-links {
        display: block; } }
    .ch-core-header .ch-header-sub .ch-main-links .ch-subsections {
      padding-right: 7.5em;
      margin-left: 10px; }
      .ch-core-header .ch-header-sub .ch-main-links .ch-subsections li {
        float: left; }
        .ch-core-header .ch-header-sub .ch-main-links .ch-subsections li a,
        .ch-core-header .ch-header-sub .ch-main-links .ch-subsections li a:link,
        .ch-core-header .ch-header-sub .ch-main-links .ch-subsections li a:visited {
          color: rgba(34, 34, 34, 0.7);
          font-weight: 400;
          margin-right: 15px;
          padding: 0;
          font-size: 14px;
          line-height: 1.71429;
          display: inline-block;
          vertical-align: baseline;
          padding-top: 0.43214em; }
  .ch-core-header .ch-header-sub .ch-list-item-special {
    display: none; }
    @media (max-width: 61.1775em) {
      .ch-core-header .ch-header-sub .ch-list-item-special {
        display: block;
        font-weight: 600;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 15; }
        .ch-core-header .ch-header-sub .ch-list-item-special::before {
          border-right: 1px solid #cccccc;
          content: "";
          display: inline-block;
          height: 17.5px;
          position: relative;
          left: -5px;
          top: -1px;
          vertical-align: middle; }
        .ch-core-header .ch-header-sub .ch-list-item-special a,
        .ch-core-header .ch-header-sub .ch-list-item-special a:link,
        .ch-core-header .ch-header-sub .ch-list-item-special a:visited {
          white-space: nowrap; } }
    @media (max-width: 61.1775em) and (max-width: 61.1775em) {
      .ch-core-header .ch-header-sub .ch-list-item-special a,
      .ch-core-header .ch-header-sub .ch-list-item-special a:link,
      .ch-core-header .ch-header-sub .ch-list-item-special a:visited {
        color: #5297d0;
        padding: 0 10px;
        margin: 0;
        font-size: 12px;
        line-height: 2;
        display: inline-block;
        vertical-align: baseline;
        padding-top: 0.575em; } }
  @media (max-width: 61.1775em) and (max-width: 61.1775em) {
    .ch-core-header .ch-header-sub .ch-list-item-special a:hover,
    .ch-core-header .ch-header-sub .ch-list-item-special a:active {
      color: #286394; } }

  .ch-core-header .ch-header-sub .ch-sub-links {
    overflow: visible;
    position: relative; }
    .ch-core-header .ch-header-sub .ch-sub-links .ch-subsections {
      overflow-y: hidden; }
    @media (max-width: 61.1775em) {
      .ch-core-header .ch-header-sub .ch-sub-links .ch-section-label-container {
        z-index: 20; }
        .ch-core-header .ch-header-sub .ch-sub-links .ch-section-label-container::before {
          background-color: #ffffff;
          bottom: 0;
          content: "";
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 10; } }
    @media (max-width: 61.1775em) {
      .ch-core-header .ch-header-sub .ch-sub-links .ch-section-label {
        position: relative;
        z-index: 20; } }
    .ch-core-header .ch-header-sub .ch-sub-links .ch-dropdown-trigger {
      display: none; }
      @media (max-width: 61.1775em) {
        .ch-core-header .ch-header-sub .ch-sub-links .ch-dropdown-trigger {
          color: #222222;
          cursor: pointer;
          display: inline-block;
          font-size: 14px;
          position: relative;
          z-index: 20; }
          .ch-core-header .ch-header-sub .ch-sub-links .ch-dropdown-trigger::before {
            border-right: 1px solid #cccccc;
            content: "";
            display: inline-block;
            height: 14px;
            position: relative;
            left: -10px;
            top: -1px;
            vertical-align: middle; }
          .ch-core-header .ch-header-sub .ch-sub-links .ch-dropdown-trigger::after {
            display: block;
            height: 0;
            width: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #1c1c1c;
            content: "";
            bottom: 1px;
            left: 50%;
            margin-left: -10px;
            position: absolute;
            transform: scale3d(0, 0, 1);
            transform-origin: bottom center;
            transition: all 300ms ease 0s; } }
      .ch-core-header .ch-header-sub .ch-sub-links .ch-dropdown-trigger .ch-icon {
        display: inline-block;
        float: right;
        font-size: 15px;
        line-height: 38px;
        margin-left: 5px;
        transition: transform 200ms linear 0s; }
      .ch-core-header .ch-header-sub .ch-sub-links .ch-dropdown-trigger.is-open::after {
        transform: scale3d(1, 1, 1);
        transition: all 300ms ease 200ms; }
      .ch-core-header .ch-header-sub .ch-sub-links .ch-dropdown-trigger.is-open .ch-icon {
        transform: scale3d(1, -1, 1);
        transition: transform 200ms linear 0s; }
.ch-core-header .ch-subsections-container::after {
  clear: both;
  content: "";
  display: table; }
@media (max-width: 61.1775em) {
  .ch-core-header .ch-subsections-container {
    height: auto;
    position: absolute;
    left: 0;
    margin-top: -2px;
    max-height: 0;
    overflow-y: hidden;
    transform: translate3d(0, -120%, 0);
    transition: all 300ms ease-out 0s;
    width: 100%;
    z-index: 1; }
    .ch-core-header .ch-subsections-container.is-open {
      max-height: calc(100vh - 92px);
      overflow-y: auto;
      transform: translate3d(0, 0, 0);
      transition: all 300ms ease-out 0s;
      -webkit-overflow-scrolling: touch; } }
@media (max-width: 61.1775em) {
  .ch-core-header .ch-subsections-container .ch-subsections {
    background-color: #1c1c1c;
    overflow: auto;
    padding: 10px;
    width: 100%; } }
.ch-core-header .ch-subsections-container .ch-subsections li {
  display: block;
  float: left;
  padding: 0 10px; }
  .ch-core-header .ch-subsections-container .ch-subsections li:first-child {
    padding-left: 0; }
  @media (max-width: 61.1775em) {
    .ch-core-header .ch-subsections-container .ch-subsections li {
      float: none;
      height: auto;
      width: inherit; }
      .ch-core-header .ch-subsections-container .ch-subsections li a,
      .ch-core-header .ch-subsections-container .ch-subsections li a:link,
      .ch-core-header .ch-subsections-container .ch-subsections li a:visited {
        color: #ffffff;
        font-size: 15px; }
      .ch-core-header .ch-subsections-container .ch-subsections li:first-child {
        padding-left: 10px; } }
.ch-core-header .ch-subsections-container .ch-subsections a,
.ch-core-header .ch-subsections-container .ch-subsections a:link,
.ch-core-header .ch-subsections-container .ch-subsections a:visited {
  color: rgba(34, 34, 34, 0.7);
  font-size: 15px;
  font-weight: normal;
  padding: 0; }
  @media (max-width: 61.1775em) {
    .ch-core-header .ch-subsections-container .ch-subsections a,
    .ch-core-header .ch-subsections-container .ch-subsections a:link,
    .ch-core-header .ch-subsections-container .ch-subsections a:visited {
      color: rgba(34, 34, 34, 0.7);
      font-size: 14px;
      vertical-align: top; } }
.ch-core-header .ch-subsections-container .ch-subsections a:hover,
.ch-core-header .ch-subsections-container .ch-subsections a:active {
  color: #222222; }
  @media (max-width: 61.1775em) {
    .ch-core-header .ch-subsections-container .ch-subsections a:hover,
    .ch-core-header .ch-subsections-container .ch-subsections a:active {
      color: #222222; } }

@media (max-width: 61.1775em) {
  #ch-menu-state:checked ~ .ch-header-sub,
  #ch-menu-state:target ~ .ch-header-sub,
  .ch-core-header.is-open .ch-header-sub {
    opacity: 0;
    transition: opacity 100ms ease-out 0s; } }

#ch-menu {
  max-height: 0;
  overflow-y: hidden;
  position: fixed;
  top: 56px;
  transition: all 200ms ease-out 0s;
  width: 100%;
  z-index: 99990;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 61.1775em) {
    #ch-menu {
      max-height: none;
      height: 0;
      padding-top: 92px;
      top: 0;
      transform: translate3d(0, -100%, 0);
      transition: all 300ms ease-out 100ms;
      visibility: hidden; } }
  #ch-menu a,
  #ch-menu a:link {
    color: #ffffff;
    font-size: 16px; }
  #ch-menu .ch-outer-container {
    background-color: #1c1c1c;
    height: 100%;
    margin: 0 auto;
    max-width: none;
    overflow-y: auto; }
  #ch-menu .ch-inner-container {
    display: flex;
    flex-direction: row;
    height: inherit;
    padding: 0; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-inner-container {
        flex-direction: column;
        height: 100%;
        justify-content: flex-start;
        opacity: 0;
        transition: opacity 150ms ease-in 0s; } }
  #ch-menu .ch-inner-container-wrapper {
    display: flex;
    flex-direction: row;
    height: inherit;
    margin: 0 10px;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    width: 100%; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-inner-container-wrapper {
        flex-direction: column;
        margin: 0; } }
  #ch-menu .ch-menu-group {
    float: left;
    display: inline-block;
    margin: 0 15px;
    padding: 30px 0;
    position: relative;
    vertical-align: top; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-group {
        flex: 0 0 auto;
        padding: 0; } }
    #ch-menu .ch-menu-group:first-child {
      margin-left: 0; }
    #ch-menu .ch-menu-group:last-child {
      margin-right: 0; }
  #ch-menu .ch-menu-group-nav {
    flex: 1 1.5 100%; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-group-nav {
        flex: 0 0 auto;
        margin: 0;
        padding: 15px 0; } }
  #ch-menu .ch-menu-group-info {
    background-color: #363636;
    color: #ffffff;
    font-weight: 600;
    flex: 1 1 25em;
    max-width: 300px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-group-info {
        background-color: inherit;
        border-top: 1px solid #363636;
        flex: 0 0 auto;
        margin: 0;
        max-width: 100%;
        padding: 15px 0;
        text-align: center;
        transform: translate3d(0, 0, 0);
        transition: all 300ms ease-out 0s; }
        #ch-menu .ch-menu-group-info.show-sitemap {
          transform: translate3d(-100%, 0, 0);
          transition: all 300ms ease-out 0s; } }
  #ch-menu .ch-menu-area {
    margin-bottom: 29px; }

#ch-menu-state:checked ~ #ch-menu,
#ch-menu-state:target ~ #ch-menu,
.ch-core-header.is-open #ch-menu {
  max-height: 50em;
  visibility: visible;
  transition: all 300ms ease-out 0s; }
  @media (max-width: 61.1775em) {
    #ch-menu-state:checked ~ #ch-menu,
    #ch-menu-state:target ~ #ch-menu,
    .ch-core-header.is-open #ch-menu {
      max-height: none;
      height: 100vh;
      transform: translate3d(0, 0, 0);
      transition: all 300ms ease-out 0s; } }
  #ch-menu-state:checked ~ #ch-menu .ch-inner-container,
  #ch-menu-state:target ~ #ch-menu .ch-inner-container,
  .ch-core-header.is-open #ch-menu .ch-inner-container {
    opacity: 1;
    transition: opacity 300ms ease-out 150ms; }

#ch-menu .ch-menu-area-nav {
  font-weight: 600;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 300ms ease-out 0s; }
  #ch-menu .ch-menu-area-nav.show-sitemap {
    opacity: 0;
    transform: translate3d(-150%, 0, 0);
    transition: all 300ms ease-out 0s; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-area-nav.show-sitemap {
        transform: translate3d(-100%, 0, 0); } }
  @media (max-width: 61.1775em) {
    #ch-menu .ch-menu-area-nav {
      font-weight: 400;
      flex: 0 0 auto;
      margin: 0;
      padding: 10px 0; } }
  #ch-menu .ch-menu-area-nav li {
    display: flex; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-area-nav li {
        border-bottom: 0;
        display: block;
        margin: 0;
        padding: 0;
        max-height: 45px;
        overflow-y: hidden;
        transition: all 200ms ease-out 0s; } }
    #ch-menu .ch-menu-area-nav li .ch-section-name-container {
      padding: 0;
      flex: 0 1 14em; }
      @media (max-width: 61.1775em) {
        #ch-menu .ch-menu-area-nav li .ch-section-name-container {
          padding: 15px 30px; } }
      #ch-menu .ch-menu-area-nav li .ch-section-name-container a {
        display: inline-block;
        font-size: 20px;
        line-height: 1.2;
        display: inline-block;
        vertical-align: baseline;
        padding-top: 0.175em; }
        @media (max-width: 61.1775em) {
          #ch-menu .ch-menu-area-nav li .ch-section-name-container a {
            padding-top: 0; } }
    #ch-menu .ch-menu-area-nav li .ch-icon {
      display: none; }
      @media (max-width: 61.1775em) {
        #ch-menu .ch-menu-area-nav li .ch-icon {
          color: #ffffff;
          cursor: pointer;
          display: block;
          float: right;
          font-size: 24px;
          padding: 10px;
          position: relative;
          right: -10px;
          top: -10px;
          transition: transform 200ms linear 0s; } }
    #ch-menu .ch-menu-area-nav li:last-of-type {
      border: none;
      padding-bottom: 0; }
  #ch-menu .ch-menu-area-nav > li {
    padding: 0 0 29px; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-area-nav > li {
        padding: 0; } }
    #ch-menu .ch-menu-area-nav > li::before {
      border-bottom: 1px solid #363636;
      content: "";
      margin-top: -14.5px;
      position: absolute;
      width: 100%; }
      @media (max-width: 61.1775em) {
        #ch-menu .ch-menu-area-nav > li::before {
          display: none; } }
    #ch-menu .ch-menu-area-nav > li:first-child::before {
      display: none; }
  @media (max-width: 61.1775em) {
    #ch-menu .ch-menu-area-nav li.is-open {
      background-color: #363636;
      max-height: 25em;
      transition: all 350ms ease-out 0s; }
      #ch-menu .ch-menu-area-nav li.is-open .ch-menu-subsections {
        background-color: #292929;
        transition: all 350ms linear 0s; }
      #ch-menu .ch-menu-area-nav li.is-open .ch-icon {
        transform: scale3d(1, -1, 1);
        transition: transform 200ms linear 0s; } }
#ch-menu .ch-menu-subsections {
  flex: 1 1 100%; }
  @media (max-width: 61.1775em) {
    #ch-menu .ch-menu-subsections {
      columns: 2;
      padding: 15px 45px 20px;
      transition: all 200ms ease-out 0s;
      width: 100%; } }
  #ch-menu .ch-menu-subsections li {
    border: 0;
    display: inline-block;
    font-weight: 400;
    padding-right: 15px; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-subsections li {
        display: table-row;
        padding: 4px 0;
        transition: all 200ms linear 0s; } }
    #ch-menu .ch-menu-subsections li a {
      font-size: 16px;
      line-height: 1.5;
      display: inline-block;
      vertical-align: baseline;
      padding-top: 0.325em; }
      @media (max-width: 61.1775em) {
        #ch-menu .ch-menu-subsections li a {
          font-size: 15px; } }
      #ch-menu .ch-menu-subsections li a.new::after {
        color: #12c56c;
        content: 'nowe!';
        font-style: italic;
        font-size: 15px;
        margin-left: 5px; }
#ch-menu a.ch-menu-section {
  flex: 0 1 12em;
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: baseline;
  padding-top: 0.175em; }
  @media (max-width: 61.1775em) {
    #ch-menu a.ch-menu-section {
      flex: 0 1 100%;
      font-size: 18px;
      font-weight: 400;
      opacity: 0;
      transform: translate3d(-10px, 0, 0);
      transform-origin: left top;
      transition: all 300ms ease-out 0s; } }

@media (max-width: 61.1775em) {
  #ch-menu-state:checked ~ #ch-menu .ch-menu-group-nav li:nth-child(1) a.ch-menu-section,
  #ch-menu-state:target ~ #ch-menu .ch-menu-group-nav li:nth-child(1) a.ch-menu-section,
  .ch-core-header.is-open #ch-menu .ch-menu-group-nav li:nth-child(1) a.ch-menu-section {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
    transition: all 300ms ease-out 85ms; }
  #ch-menu-state:checked ~ #ch-menu .ch-menu-group-nav li:nth-child(2) a.ch-menu-section,
  #ch-menu-state:target ~ #ch-menu .ch-menu-group-nav li:nth-child(2) a.ch-menu-section,
  .ch-core-header.is-open #ch-menu .ch-menu-group-nav li:nth-child(2) a.ch-menu-section {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
    transition: all 300ms ease-out 120ms; }
  #ch-menu-state:checked ~ #ch-menu .ch-menu-group-nav li:nth-child(3) a.ch-menu-section,
  #ch-menu-state:target ~ #ch-menu .ch-menu-group-nav li:nth-child(3) a.ch-menu-section,
  .ch-core-header.is-open #ch-menu .ch-menu-group-nav li:nth-child(3) a.ch-menu-section {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
    transition: all 300ms ease-out 155ms; }
  #ch-menu-state:checked ~ #ch-menu .ch-menu-group-nav li:nth-child(4) a.ch-menu-section,
  #ch-menu-state:target ~ #ch-menu .ch-menu-group-nav li:nth-child(4) a.ch-menu-section,
  .ch-core-header.is-open #ch-menu .ch-menu-group-nav li:nth-child(4) a.ch-menu-section {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
    transition: all 300ms ease-out 190ms; }
  #ch-menu-state:checked ~ #ch-menu .ch-menu-group-nav li:nth-child(5) a.ch-menu-section,
  #ch-menu-state:target ~ #ch-menu .ch-menu-group-nav li:nth-child(5) a.ch-menu-section,
  .ch-core-header.is-open #ch-menu .ch-menu-group-nav li:nth-child(5) a.ch-menu-section {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
    transition: all 300ms ease-out 225ms; }
  #ch-menu-state:checked ~ #ch-menu .ch-menu-group-nav li:nth-child(6) a.ch-menu-section,
  #ch-menu-state:target ~ #ch-menu .ch-menu-group-nav li:nth-child(6) a.ch-menu-section,
  .ch-core-header.is-open #ch-menu .ch-menu-group-nav li:nth-child(6) a.ch-menu-section {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
    transition: all 300ms ease-out 260ms; }
  #ch-menu-state:checked ~ #ch-menu .ch-menu-group-nav li:nth-child(7) a.ch-menu-section,
  #ch-menu-state:target ~ #ch-menu .ch-menu-group-nav li:nth-child(7) a.ch-menu-section,
  .ch-core-header.is-open #ch-menu .ch-menu-group-nav li:nth-child(7) a.ch-menu-section {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
    transition: all 300ms ease-out 295ms; }
  #ch-menu-state:checked ~ #ch-menu .ch-menu-group-nav li:nth-child(8) a.ch-menu-section,
  #ch-menu-state:target ~ #ch-menu .ch-menu-group-nav li:nth-child(8) a.ch-menu-section,
  .ch-core-header.is-open #ch-menu .ch-menu-group-nav li:nth-child(8) a.ch-menu-section {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
    transition: all 300ms ease-out 330ms; }
  #ch-menu-state:checked ~ #ch-menu .ch-menu-group-nav li:nth-child(9) a.ch-menu-section,
  #ch-menu-state:target ~ #ch-menu .ch-menu-group-nav li:nth-child(9) a.ch-menu-section,
  .ch-core-header.is-open #ch-menu .ch-menu-group-nav li:nth-child(9) a.ch-menu-section {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
    transition: all 300ms ease-out 365ms; }
  #ch-menu-state:checked ~ #ch-menu .ch-menu-group-nav li:nth-child(10) a.ch-menu-section,
  #ch-menu-state:target ~ #ch-menu .ch-menu-group-nav li:nth-child(10) a.ch-menu-section,
  .ch-core-header.is-open #ch-menu .ch-menu-group-nav li:nth-child(10) a.ch-menu-section {
    transform: translate3d(15px, 0, 0);
    opacity: 1;
    transition: all 300ms ease-out 400ms; } }

@media (max-width: 61.1775em) {
  #ch-menu .ch-menu-area-user {
    border-bottom: 1px solid #363636;
    padding: 0 15px 15px; } }
#ch-menu .ch-menu-area-user a.ch-menu-section {
  opacity: 1; }
@media (max-width: 61.1775em) {
  #ch-menu .ch-menu-area-user li {
    padding: 0 10px; } }
@media (max-width: 61.1775em) {
  #ch-menu .ch-menu-area-user li.ch-li-logged-in {
    display: inline-block;
    padding: 0 7px; } }
@media (max-width: 61.1775em) {
  .ch-core-header.logged-in #ch-menu .ch-menu-area-user li.ch-li-logged-in {
    display: inline; } }
#ch-menu .ch-menu-area-user li.ch-li-login, #ch-menu .ch-menu-area-user li.ch-li-abonnent {
  background-color: #ffffff;
  margin: 15px 0;
  text-align: center; }
  @media (min-width: 48em) {
    #ch-menu .ch-menu-area-user li.ch-li-login, #ch-menu .ch-menu-area-user li.ch-li-abonnent {
      max-width: 20em; } }
  @media (max-width: 61.1775em) {
    #ch-menu .ch-menu-area-user li.ch-li-login, #ch-menu .ch-menu-area-user li.ch-li-abonnent {
      display: inline-block !important;
      width: 50%; } }
  @media (max-width: 47.99em) {
    #ch-menu .ch-menu-area-user li.ch-li-login, #ch-menu .ch-menu-area-user li.ch-li-abonnent {
      display: block;
      float: left;
      max-width: none; } }
  #ch-menu .ch-menu-area-user li.ch-li-login a, #ch-menu .ch-menu-area-user li.ch-li-abonnent a {
    color: #222222;
    display: block;
    font-weight: 400;
    padding: 15px; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-area-user li.ch-li-login a, #ch-menu .ch-menu-area-user li.ch-li-abonnent a {
        padding: 25px 5px; } }
@media (max-width: 61.1775em) {
  #ch-menu .ch-menu-area-user li.ch-li-login {
    background-color: #ffffff;
    display: block;
    text-align: center; } }
@media (max-width: 61.1775em) {
  #ch-menu .ch-menu-area-user li.ch-li-login a {
    color: #222222;
    display: block; } }
#ch-menu .ch-menu-area-user li.ch-li-abonnent {
  display: none; }
  @media (max-width: 61.1775em) {
    #ch-menu .ch-menu-area-user li.ch-li-abonnent {
      border-left: 1px solid #cccccc; } }
  @media (max-width: 47.99em) {
    #ch-menu .ch-menu-area-user li.ch-li-abonnent {
      float: right; } }
@media (max-width: 61.1775em) {
  #ch-menu .ch-menu-area-user li.ch-li-minside {
    clear: right; } }
#ch-menu .ch-menu-area-user .ch-li-group {
  padding: 0; }
#ch-menu .ch-menu-area-user .ch-user-details {
  margin-bottom: 29px;
  position: relative; }
  #ch-menu .ch-menu-area-user .ch-user-details img, #ch-menu .ch-menu-area-user .ch-user-details a {
    vertical-align: middle; }
  @media (max-width: 61.1775em) {
    #ch-menu .ch-menu-area-user .ch-user-details {
      margin-bottom: 15px; } }
  #ch-menu .ch-menu-area-user .ch-user-details::after {
    border-bottom: 1px solid rgba(94, 94, 94, 0.7);
    content: "";
    bottom: -14.5px;
    position: absolute;
    left: 0;
    width: 100%; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-area-user .ch-user-details::after {
        display: none; } }
#ch-menu .ch-menu-area-user .ch-login-info,
#ch-menu .ch-menu-area-user .ch-btn-logout {
  font-size: 0.875rem;
  margin-left: 5px; }
#ch-menu .ch-menu-area-user .ch-login-info {
  vertical-align: bottom;
  margin-right: 20px;
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }
#ch-menu .ch-menu-area-user .ch-btn-login {
  position: relative; }
  #ch-menu .ch-menu-area-user .ch-btn-login .ch-icon-spid-logo {
    bottom: 8px;
    color: #cccccc;
    font-size: 10px;
    position: absolute;
    right: 8px; }
#ch-menu .ch-menu-area-user .ch-btn-logout {
  color: rgba(255, 255, 255, 0.6); }
  #ch-menu .ch-menu-area-user .ch-btn-logout::before {
    border-right: 1px solid rgba(94, 94, 94, 0.7);
    content: "";
    display: inline-block;
    height: 15px;
    position: relative;
    left: -15px;
    top: -1px;
    vertical-align: middle; }

#ch-menu .ch-menu-area-pub {
  font-weight: normal;
  margin-left: 0;
  transform: translate3d(0, 0, 0);
  transition: all 300ms ease-out 0s; }
  @media (max-width: 61.1775em) {
    #ch-menu .ch-menu-area-pub {
      margin: 0;
      padding: 0 15px 90px;
      text-align: center; } }
  @media (max-width: 61.1775em) {
    #ch-menu .ch-menu-area-pub li {
      display: inline-block;
      padding: 0 8px; } }
  #ch-menu .ch-menu-area-pub .ch-icon-logo-short {
    display: none; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-area-pub .ch-icon-logo-short {
        background: #ffffff;
        border-radius: 100%;
        color: #1c1c1c;
        display: inline-block;
        font-size: 1.5em;
        height: 1.5em;
        line-height: 1.5;
        vertical-align: middle;
        width: 1.5em; } }
  #ch-menu .ch-menu-area-pub a {
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: baseline;
    padding-top: 0.325em; }

#ch-menu .ch-menu-area-sitemap {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease-in 0s;
  top: 0;
  width: 100%; }
  #ch-menu .ch-menu-area-sitemap.show-sitemap {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all 300ms ease-out 0s; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-area-sitemap.show-sitemap {
        height: 100%;
        overflow-y: visible; } }
  @media (max-width: 61.1775em) {
    #ch-menu .ch-menu-area-sitemap {
      height: 0;
      overflow-y: hidden;
      padding: 15px 30px;
      top: 0;
      transition: all 300ms ease-out 0s;
      width: 100%;
      -webkit-overflow-scrolling: touch; } }
  #ch-menu .ch-menu-area-sitemap .ch-sitemap-divider {
    border-bottom: 1px solid #363636;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 30px; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-area-sitemap .ch-sitemap-divider {
        padding-top: 10px; } }
    #ch-menu .ch-menu-area-sitemap .ch-sitemap-divider .ch-sitemap-title {
      color: #ffffff;
      cursor: pointer;
      display: inline-flex;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px; }
    #ch-menu .ch-menu-area-sitemap .ch-sitemap-divider .ch-icon {
      display: inline-block;
      font-size: 24px;
      margin-right: 10px;
      transform: rotateZ(90deg); }
  #ch-menu .ch-menu-area-sitemap .ch-sitemap-list {
    column-fill: balance;
    column-count: 4; }
    @media (max-width: 61.1775em) {
      #ch-menu .ch-menu-area-sitemap .ch-sitemap-list {
        column-count: initial;
        height: auto;
        padding-bottom: 60px; } }
    #ch-menu .ch-menu-area-sitemap .ch-sitemap-list .ch-sitemap-list-group {
      border-bottom: 1px solid #363636;
      margin-bottom: 10px; }
      #ch-menu .ch-menu-area-sitemap .ch-sitemap-list .ch-sitemap-list-group:last-of-type {
        border-bottom: none; }
      #ch-menu .ch-menu-area-sitemap .ch-sitemap-list .ch-sitemap-list-group ul {
        padding-bottom: 11px; }
        #ch-menu .ch-menu-area-sitemap .ch-sitemap-list .ch-sitemap-list-group ul li {
          line-height: 22px;
          padding: 0 5px 0 0; }
          @media (max-width: 61.1775em) {
            #ch-menu .ch-menu-area-sitemap .ch-sitemap-list .ch-sitemap-list-group ul li {
              line-height: 2em; } }
      #ch-menu .ch-menu-area-sitemap .ch-sitemap-list .ch-sitemap-list-group a {
        font-size: 14.4px; }

.ch-menu-icon {
  background-color: transparent;
  border: 0 none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 0 10px !important;
  text-transform: none;
  transition-duration: 150ms;
  transition-property: opacity, filter;
  transition-timing-function: linear; }
  .ch-menu-icon:hover {
    opacity: 0.7; }

.ch-menu-icon-user {
  position: absolute;
  right: 4px;
  z-index: 10;
  overflow-x: hidden; }
  .ch-menu-icon-user svg {
    animation: 225ms ease-out forwards user-appear-in;
    fill: #ffffff;
    opacity: 1;
    stroke: #000;
    stroke-width: 2px;
    width: 28px; }

#ch-menu-state:checked ~ .ch-header-main .ch-menu-icon-user svg,
#ch-menu-state:target ~ .ch-header-main .ch-menu-icon-user svg,
.ch-core-header.is-open .ch-header-main .ch-menu-icon-user svg {
  animation: 225ms ease-in normal forwards user-appear-out; }

.ch-menu-icon-box {
  width: 21px; }

.ch-menu-icon-inner {
  display: block;
  background-color: #ffffff;
  height: 3px;
  position: absolute;
  top: 27px;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 21px; }
  @media (max-width: 61.1775em) {
    .ch-menu-icon-inner {
      top: 23px; } }
  .ch-menu-icon-inner::after, .ch-menu-icon-inner::before {
    background-color: #ffffff;
    height: inherit;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: inherit; }
  .ch-menu-icon-inner::after {
    content: "";
    display: block;
    bottom: -6px; }
  .ch-menu-icon-inner::before {
    content: "";
    display: block;
    top: -6px; }

.ch-menu-icon-squeeze .ch-menu-icon-inner {
  height: 3px;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .ch-menu-icon-squeeze .ch-menu-icon-inner::before {
    transition: top 0.1s ease 0.15s, opacity 0.1s ease 0s; }
  .ch-menu-icon-squeeze .ch-menu-icon-inner::after {
    transition: bottom 0.1s ease 0.15s, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
#ch-menu-state:checked ~ .ch-header-main .ch-menu-icon-squeeze .ch-menu-icon-inner, #ch-menu-state:target ~ .ch-header-main .ch-menu-icon-squeeze .ch-menu-icon-inner {
  transform: rotate(45deg);
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  #ch-menu-state:checked ~ .ch-header-main .ch-menu-icon-squeeze .ch-menu-icon-inner::before, #ch-menu-state:target ~ .ch-header-main .ch-menu-icon-squeeze .ch-menu-icon-inner::before {
    opacity: 0;
    top: 0;
    transition: top 0.1s ease 0s, opacity 0.1s ease 0.15s; }
  #ch-menu-state:checked ~ .ch-header-main .ch-menu-icon-squeeze .ch-menu-icon-inner::after, #ch-menu-state:target ~ .ch-header-main .ch-menu-icon-squeeze .ch-menu-icon-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease 0s, transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s; }

.ch-alerts {
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-out; }
  .ch-alerts .ch-alerts-link {
    cursor: pointer;
    height: inherit;
    padding: 0 0.5rem;
    position: relative;
    text-align: center;
    transition: padding 500ms ease-out;
    width: auto; }
    .ch-alerts .ch-alerts-link:hover {
      text-decoration: none;
      color: #ffffff; }
  .ch-alerts .ch-alerts-icon {
    color: #ffffff;
    font-size: 22px;
    line-height: 56px;
    opacity: 0;
    animation: 500ms ease-out forwards 200ms fade-in-alerts-off; }
    @media (max-width: 61.1775em) {
      .ch-alerts .ch-alerts-icon {
        font-size: 18px;
        line-height: 48px; } }
  .ch-alerts .ch-alerts-count {
    background-color: #D0021B;
    border: 2px solid #000;
    border-radius: 4px;
    box-sizing: content-box;
    color: #ffffff;
    display: none;
    font-size: 11px;
    font-weight: 700;
    height: 14px;
    left: 19px;
    line-height: 14px;
    margin-top: -15px;
    max-width: 32px;
    min-width: 9px;
    opacity: 0;
    overflow: hidden;
    padding: 0 3px;
    position: absolute;
    top: 50%; }
    @media (max-width: 61.1775em) {
      .ch-alerts .ch-alerts-count {
        left: 17px; } }
    .ch-alerts .ch-alerts-count:empty {
      animation: none;
      visibility: hidden; }
  .ch-alerts.ch-alerts-on {
    visibility: visible;
    opacity: 1;
    transition: all 500ms ease-out; }
    .ch-alerts.ch-alerts-on .ch-alerts-icon {
      animation: 500ms ease-out forwards 200ms fade-in-alerts-on; }
    .ch-alerts.ch-alerts-on .ch-alerts-count {
      display: block;
      animation: 700ms ease-out forwards 500ms bounce-in; }
  .ch-alerts.ch-alerts-off .ch-alerts-link {
    padding-right: 0;
    transition: padding 300ms ease-out; }

.ch-search {
  border: 0;
  float: left;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 225ms linear 0s;
  width: 100%; }
  @media (max-width: 61.1775em) {
    .ch-search {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      height: 48px;
      opacity: 1;
      position: absolute;
      top: -100%;
      transition: all 112.5ms linear 100ms;
      width: 100%;
      visibility: hidden;
      width: 100%; } }
  .ch-search .ch-search-submit {
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 32px; }
    @media (max-width: 61.1775em) {
      .ch-search .ch-search-submit {
        top: 0; } }
  .ch-search .ch-icon-search {
    color: rgba(255, 255, 255, 0.85);
    line-height: inherit;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 2.75em; }
  .ch-search input {
    border: 0;
    background-color: #1c1c1c;
    color: rgba(255, 255, 255, 0.85);
    height: 46px;
    max-height: 44px;
    padding: 0 0.66em 0 2.75em;
    width: 100%;
    vertical-align: baseline;
    line-height: 2.75em; }
    .ch-search input::-moz-placeholder, .ch-search input::-webkit-input-placeholder
    .ch-search input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 61.1775em) {
      .ch-search input {
        background-color: #363636;
        height: inherit;
        max-height: none;
        vertical-align: top; } }
    .ch-search input:focus, .ch-search input:active {
      outline: none; }

#ch-menu-state:checked ~ .ch-header-main .ch-search,
#ch-menu-state:target ~ .ch-header-main .ch-search,
.ch-core-header.is-open .ch-header-main .ch-search {
  opacity: 1;
  transition: all 168.75ms linear 0s; }
  @media (max-width: 61.1775em) {
    #ch-menu-state:checked ~ .ch-header-main .ch-search,
    #ch-menu-state:target ~ .ch-header-main .ch-search,
    .ch-core-header.is-open .ch-header-main .ch-search {
      visibility: visible;
      top: -48px;
      transform: translate3d(0, 100%, 0);
      transition-duration: 275ms;
      transition-timing-function: ease-out; } }
#ch-menu-state:checked ~ .ch-header-main .ch-main-links,
#ch-menu-state:target ~ .ch-header-main .ch-main-links,
.ch-core-header.is-open .ch-header-main .ch-main-links {
  opacity: 0;
  transition: opacity 225ms linear 0s; }

.ch-qs-result {
  background-color: #363636;
  display: none;
  height: 100%;
  max-width: 460px;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 10; }
  @media (max-width: 61.1775em) {
    .ch-qs-result {
      background-color: #363636;
      margin: 0;
      max-width: none;
      padding: 15px 0 25px; } }
  .ch-qs-result.visible {
    display: block; }
  .ch-qs-result .ch-qs-results-articles .ch-qs-article {
    background-color: rgba(255, 255, 255, 0.05);
    height: 58px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media (max-width: 61.1775em) {
      .ch-qs-result .ch-qs-results-articles .ch-qs-article {
        background-color: transparent;
        border-bottom: 1px solid #1c1c1c;
        height: auto;
        margin: 10px 0;
        padding-bottom: 3px; } }
    .ch-qs-result .ch-qs-results-articles .ch-qs-article:hover {
      background-color: rgba(255, 255, 255, 0.1); }
      .ch-qs-result .ch-qs-results-articles .ch-qs-article:hover .ch-qs-entry-title {
        text-decoration: underline; }
    .ch-qs-result .ch-qs-results-articles .ch-qs-article .ch-qs-article-url {
      display: block;
      height: 58px; }
      .ch-qs-result .ch-qs-results-articles .ch-qs-article .ch-qs-article-url .ch-qs-article-section {
        background-color: #1c1c1c;
        display: block;
        float: left;
        font-size: 14px;
        height: 58px;
        line-height: 58px;
        text-align: center;
        text-transform: capitalize;
        width: 105px; }
        @media (max-width: 61.1775em) {
          .ch-qs-result .ch-qs-results-articles .ch-qs-article .ch-qs-article-url .ch-qs-article-section {
            background-color: rgba(255, 255, 255, 0.15);
            color: #000;
            font-size: 11px;
            float: none;
            height: auto;
            left: 15px;
            line-height: inherit;
            padding: 2px 5px;
            position: absolute;
            width: auto; } }
      .ch-qs-result .ch-qs-results-articles .ch-qs-article .ch-qs-article-url .ch-qs-title-wrapper {
        display: table;
        height: 58px;
        float: left;
        max-width: 60%;
        position: relative; }
        @media (max-width: 61.1775em) {
          .ch-qs-result .ch-qs-results-articles .ch-qs-article .ch-qs-article-url .ch-qs-title-wrapper {
            max-width: 65%; } }
        .ch-qs-result .ch-qs-results-articles .ch-qs-article .ch-qs-article-url .ch-qs-title-wrapper .ch-qs-entry-title {
          padding: 0 20px;
          display: table-cell;
          vertical-align: middle;
          text-align: left; }
          @media (max-width: 61.1775em) {
            .ch-qs-result .ch-qs-results-articles .ch-qs-article .ch-qs-article-url .ch-qs-title-wrapper .ch-qs-entry-title {
              padding: 15px 15px 0; } }
      .ch-qs-result .ch-qs-results-articles .ch-qs-article .ch-qs-article-url .ch-qs-img-container {
        float: right;
        max-width: 103px; }
        @media (max-width: 61.1775em) {
          .ch-qs-result .ch-qs-results-articles .ch-qs-article .ch-qs-article-url .ch-qs-img-container {
            margin-right: 15px;
            max-width: 90px; } }
        .ch-qs-result .ch-qs-results-articles .ch-qs-article .ch-qs-article-url .ch-qs-img-container .ch-qs-article-image {
          width: 100%; }
    .ch-qs-result .ch-qs-results-articles .ch-qs-article.closed .ch-qs-abonnent {
      background-color: #1c1c1c;
      display: block;
      float: right;
      height: 58px;
      position: relative;
      width: 25px; }
      .ch-qs-result .ch-qs-results-articles .ch-qs-article.closed .ch-qs-abonnent:before {
        bottom: 23px;
        color: #ffffff;
        content: "Abonnent";
        display: block;
        font-size: 11px;
        left: -12px;
        position: absolute;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      @media (max-width: 61.1775em) {
        .ch-qs-result .ch-qs-results-articles .ch-qs-article.closed .ch-qs-abonnent {
          display: none; } }
    @media (max-width: 61.1775em) {
      .ch-qs-result .ch-qs-results-articles .ch-qs-article.closed .ch-qs-article-section:after {
        border-left: 5px solid #363636;
        content: "Abonnent";
        padding: 3px 0 3px 5px; } }
  .ch-qs-result .ch-qs-show-more {
    background-color: #1c1c1c;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 25px auto;
    text-align: center;
    width: 140px; }
  .ch-qs-result .ch-qs-no-results {
    color: #ffffff; }
    @media (max-width: 61.1775em) {
      .ch-qs-result .ch-qs-no-results {
        padding: 15px; } }
    .ch-qs-result .ch-qs-no-results .ch-qs-message {
      font-size: 16px; }
      .ch-qs-result .ch-qs-no-results .ch-qs-message span {
        font-style: italic;
        font-weight: bold; }
    .ch-qs-result .ch-qs-no-results .ch-qs-help {
      margin-top: 25px; }
      .ch-qs-result .ch-qs-no-results .ch-qs-help h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px; }
      .ch-qs-result .ch-qs-no-results .ch-qs-help p {
        line-height: 1.3em; }

.ch-qs-loader {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding-top: 18px;
  padding-right: 10px; }
  @media (max-width: 61.1775em) {
    .ch-qs-loader {
      padding-top: 15px; } }
  .ch-qs-loader.visible {
    display: block; }
  .ch-qs-loader .loader,
  .ch-qs-loader .loader:after {
    border-radius: 50%;
    height: 20px;
    width: 20px; }
  .ch-qs-loader .loader {
    border-bottom: 2px solid rgba(246, 255, 255, 0.2);
    border-left: 2px solid #f6ffff;
    border-right: 2px solid rgba(246, 255, 255, 0.2);
    border-top: 2px solid rgba(246, 255, 255, 0.2);
    font-size: 10px;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: search-loader 800ms infinite linear;
    -moz-animation: search-loader 800ms infinite linear;
    animation: search-loader 800ms infinite linear; }

.ch-qs-cleaner {
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: none;
  position: absolute;
  right: 5px;
  top: 0; }
  .ch-qs-cleaner.visible {
    display: block; }
    .ch-qs-cleaner.visible:before {
      content: '✕';
      font-style: normal;
      padding: 10px; }

#ch-menu .ch-perks-card {
  margin: 15px 0; }
  #ch-menu .ch-perks-card .ch-perks-card-container {
    background: #000;
    border: 1px solid #363636;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 20em;
    margin: 0 auto;
    padding: 15px; }
    #ch-menu .ch-perks-card .ch-perks-card-container::after {
      clear: both;
      content: "";
      display: table; }
    #ch-menu .ch-perks-card .ch-perks-card-container > * {
      float: left;
      line-height: 1.2; }
  #ch-menu .ch-perks-card .ch-perks-header {
    float: none;
    margin-bottom: 1em; }
    #ch-menu .ch-perks-card .ch-perks-header::after {
      clear: both;
      content: "";
      display: table; }
    #ch-menu .ch-perks-card .ch-perks-header > * {
      float: left;
      line-height: 1.5;
      vertical-align: middle; }
  #ch-menu .ch-perks-card .ch-perks-pub-logo {
    display: inline-block; }
    #ch-menu .ch-perks-card .ch-perks-pub-logo .ch-icon {
      display: block;
      font-size: 2em; }
  #ch-menu .ch-perks-card .ch-perks-title {
    font-size: 1.25em;
    margin-left: 1em; }
    #ch-menu .ch-perks-card .ch-perks-title::before {
      border-right: 1px solid rgba(255, 255, 255, 0.9);
      content: "";
      display: inline-block;
      height: 1.25em;
      position: relative;
      left: -0.5em;
      top: -1px;
      vertical-align: middle; }
  #ch-menu .ch-perks-card .ch-perks-year {
    font-size: 1.25em;
    float: right; }
  #ch-menu .ch-perks-card .ch-perks-message,
  #ch-menu .ch-perks-card .ch-perks-link {
    clear: both;
    font-size: 0.8125rem;
    margin-left: 3.25em; }
    #ch-menu .ch-perks-card .ch-perks-message a,
    #ch-menu .ch-perks-card .ch-perks-link a {
      font-size: inherit; }
  #ch-menu .ch-perks-card .ch-perks-link {
    margin-bottom: 1em;
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
  #ch-menu .ch-perks-card .ch-perks-message::before {
    content: "Se alle dine fordeler på"; }
  #ch-menu .ch-perks-card .ch-perks-customer-info {
    clear: left;
    font-size: 0.625rem; }

.ch-perks-products {
  margin-top: 18px; }
  .ch-perks-products .ch-perks-products-label {
    font-size: 1.125rem; }
  .ch-perks-products .ch-product {
    display: block;
    margin-top: 1rem; }
    .ch-perks-products .ch-product::after {
      clear: both;
      content: "";
      display: table; }
  .ch-perks-products .ch-product-title,
  .ch-perks-products .ch-product-price {
    float: left;
    font-size: 0.8125rem;
    font-weight: 400; }
  .ch-perks-products .ch-product-title {
    text-align: left;
    width: 70%; }
  .ch-perks-products .ch-product-price {
    text-align: right;
    width: 30%; }

@font-face {
  font-family: 'icon-font';
  src: url(assets/fonts/icons.woff2?q525ru) format("woff2"), url(assets/fonts/icons.woff?q525ru) format("woff"), url(assets/fonts/icons.ttf?q525ru) format("truetype");
  font-weight: 400;
  font-style: normal; }
.ch-icon {
  font-family: icon-font !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  font-smooth: always;
  -webkit-font-smoothing: antialiased; }

.ch-icon-logo-short:before {
  content: ""; }

.ch-icon-spid-logo:before {
  content: ""; }

.ch-icon-search:before {
  content: ""; }

.ch-icon-chevron-down:before {
  content: ""; }

.ch-icon-user-hollow:before {
  content: ""; }

.ch-icon-bell:before {
  content: "🔔"; }

.ch-icon-logo {
  display: inline-block;
  background: url(../../assets/site/bg/logo.png) 50% 50% no-repeat;
  width: 225px; }

/*# sourceMappingURL=core-header.css.map */
