@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.visually-hidden, .fscontrol__input, .checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.reset-list, .slick-paging, .slider--landing .slick-dots, .socials, .tabs--map.tabs .tabs-nav, .tabs--feed .tabs-nav, .menu, .feed-nav__list, .pagination__list, .daypicker__list, .breadcrumbs__list {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0; }

.reset-input, .control__input, .lang__select {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  -webkit-appearance: none; }

.reset-button, .slider--landing .slick-dots > li button, .button, .card__action, .search, .modal__close {
  padding: 0;
  font-size: 1em;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  cursor: pointer; }

.link, .button, .card__link, .socials__link, .logo__link, .lang, .menu__link, .search, .toggle, .feed-nav__link, .modal__close, .breadcrumbs__link {
  color: inherit;
  cursor: pointer;
  -webkit-transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  -o-transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s; }
  .link:focus, .button:focus, .card__link:focus, .socials__link:focus, .logo__link:focus, .lang:focus, .menu__link:focus, .search:focus, .toggle:focus, .feed-nav__link:focus, .modal__close:focus, .breadcrumbs__link:focus {
    will-change: color;
    color: #d0393b; }

html,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

*,
*:before,
*:after,
*:focus {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-family: "Montserrat", Arial;
  font-display: fallback;
  outline: none; }

::-moz-focus-inner {
  border: 0; }

html {
  font-size: 12px; }

body {
  min-height: 100vh;
  width: 100%;
  font-size: 1rem;
  line-height: 1.75;
  color: #282C45;
  background-color: #fff; }
  body.js-modal-open {
    height: 100vh;
    overflow: hidden; }
  body.landing {
    background-color: #fff; }

a {
  text-decoration: none;
  color: inherit; }

button {
  color: inherit; }

svg {
  width: 1em;
  height: 1em;
  fill: currentColor; }

img {
  opacity: 0; }

img[src] {
  opacity: 1; }

img[data-src],
img[data-lazy] {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJ3aGl0ZSI+CiAgPHBhdGggZD0iTTAgNCBMMCAyOCBMMzIgMjggTDMyIDQgeiBNNCAyNCBMMTAgMTAgTDE1IDE4IEwxOCAxNCBMMjQgMjR6IE0yNSA3IEE0IDQgMCAwIDEgMjUgMTUgQTQgNCAwIDAgMSAyNSA3Ij48L3BhdGg+Cjwvc3ZnPg==") no-repeat center #fff; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase; }

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase; }

::placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase; }

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  text-transform: uppercase; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.75;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  color: white;
  padding: 0;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
  border: 1px solid transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  -o-transition: opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  transition: opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  color: #282C45;
  opacity: 1; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    background-color: #282C45;
    border-color: #fff; }

.mfp-arrow-left {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' fill='%23282C45' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.563 21.238a1.688 1.688 0 0 1-2.387 2.386l-9.69-9.69a.616.616 0 0 1 0-.87l9.69-9.69a1.688 1.688 0 0 1 2.387 2.387l-7.395 7.395a.486.486 0 0 0 0 .687l7.395 7.395z'/%3E%3C/svg%3E"); }
  .mfp-arrow-left:hover, .mfp-arrow-left:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.563 21.238a1.688 1.688 0 0 1-2.387 2.386l-9.69-9.69a.616.616 0 0 1 0-.87l9.69-9.69a1.688 1.688 0 0 1 2.387 2.387l-7.395 7.395a.486.486 0 0 0 0 .687l7.395 7.395z'/%3E%3C/svg%3E"); }

.mfp-arrow-right {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' fill='%23282C45' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.437 5.762a1.688 1.688 0 0 1 2.387-2.386l9.69 9.69c.24.24.24.63 0 .87l-9.69 9.69a1.687 1.687 0 1 1-2.387-2.387l7.395-7.395a.486.486 0 0 0 0-.687L8.437 5.762z'/%3E%3C/svg%3E"); }
  .mfp-arrow-right:hover, .mfp-arrow-right:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.437 5.762a1.688 1.688 0 0 1 2.387-2.386l9.69 9.69c.24.24.24.63 0 .87l-9.69 9.69a1.687 1.687 0 1 1-2.387-2.387l7.395-7.395a.486.486 0 0 0 0-.687L8.437 5.762z'/%3E%3C/svg%3E"); }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.75;
  color: #fff;
  font-style: italic;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.2em;
  width: 2.75em;
  cursor: pointer;
  background: #fff;
  color: #282C45;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 200;
  font-size: 1.5rem; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0;
  border-radius: 0 0.4rem 0.4rem 0; }

.slick-next {
  right: 0;
  border-radius: 0.4rem 0 0 0.4rem; }

/* Slider */
.slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  min-height: 300px;
  width: 100%; }
  .slider__item {
    max-width: 100%; }
  .slider__item:not(:first-child) {
    display: none; }

.slick-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  border-radius: 0.2rem;
  overflow: hidden; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 0;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-paging {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.3rem;
  height: 3.3rem;
  font-size: 0.9rem;
  line-height: 3.3rem;
  color: #fff;
  background-color: rgba(40, 44, 69, 0.5);
  text-align: center; }
  .slick-paging li {
    display: none; }
  .slick-paging .slick-active {
    display: block; }

.slider--landing .slick-prev,
.slider--landing .slick-next {
  height: 3rem;
  width: 3rem;
  font-size: 1.8rem;
  background: transparent;
  color: #fff;
  border-radius: 50%; }

.slider--landing .slick-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slider--landing .slick-dots > li {
    margin-left: 0.9rem; }
    .slider--landing .slick-dots > li button {
      width: 0.8rem;
      height: 0.8rem;
      color: rgba(255, 255, 255, 0.4);
      background: currentColor;
      border: 0.1rem solid transparent;
      border-radius: 50%;
      text-indent: -9999px;
      cursor: pointer; }
    .slider--landing .slick-dots > li:first-child {
      margin-left: 0; }
    .slider--landing .slick-dots > li.slick-active button {
      color: #fff;
      border-color: currentColor; }

.slider--gallery {
  overflow: visible; }
  .slider--gallery .slick-prev,
  .slider--gallery .slick-next {
    top: -5rem;
    border: 1px solid #282C45;
    color: #282C45;
    background-color: #fff;
    border-radius: 0; }
  .slider--gallery .slider__item figure {
    margin: 0; }
  .slider--gallery .slider__item figcaption {
    visibility: none;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -5;
    padding: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 600;
    color: #282C45;
    text-align: center;
    background-color: #282C45;
    color: #fff;
    -webkit-transition: visibility cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    -o-transition: visibility cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: visibility cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s; }
  .slider--gallery .slider__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }
    .slider--gallery .slider__img-wrap {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 115%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fscontrol__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fscontrol__control {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .fscontrol__control:first-child .fscontrol__label {
    border-radius: 0.2rem 0 0 0.2rem;
    border: 1px solid #282C45; }
  .fscontrol__control:last-child .fscontrol__label {
    border-radius: 0 0.2rem 0.2rem 0;
    border: 1px solid #282C45; }

.fscontrol__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #282C45;
  border-bottom: 1px solid #282C45;
  cursor: pointer; }
  .fscontrol__label--sm {
    font-size: 0.8rem; }
  .fscontrol__label--md {
    font-size: 1rem; }
  .fscontrol__label--lg {
    font-size: 1.3rem; }

.fscontrol__input:checked + .fscontrol__label {
  background-color: #d0393b;
  color: #fff; }

.banner {
  position: relative;
  border-radius: 0.2rem;
  margin: 0 -6px; }
  .banner .container {
    height: 100%; }
  .banner__wrap {
    position: relative;
    margin: 0 auto;
    max-width: 54rem; }
    .banner__wrap .mfp-close {
      right: -6px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 0 0 0 0.2rem;
      -webkit-transition: opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
      -o-transition: opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
      transition: opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s; }
  .banner__inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #282C45;
    margin: 0 -6px;
    padding: 1.5rem 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 0.2rem 0 0; }
  .banner__heading {
    margin: 0;
    font-weight: 700;
    font-size: 1.5rem; }
  .banner__description {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2; }
  .banner__action {
    margin-top: 1.25rem; }
  .banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 0.2rem;
    overflow: hidden; }
    .banner__bg-img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      font-family: 'object-fit: cover; object-position: center;'; }
  .banner--content-overlay {
    margin: 0 -6px; }
    .banner--content-overlay .banner__bg {
      position: static;
      max-height: 300px; }
    .banner--content-overlay .banner__inner {
      padding: 1.5rem 2.5rem;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 0 0.2rem 0 0; }
    .banner--content-overlay .banner__heading {
      font-size: 1.5rem; }

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 19rem;
  height: 2.8rem;
  line-height: 2.8rem;
  border: 1.4px solid transparent;
  border-radius: 0.2rem;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: background-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  -o-transition: background-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  transition: background-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s; }
  .button:disabled {
    cursor: not-allowed; }
  .button__icon {
    color: #d0393b;
    font-size: 1.1em; }
    .button__icon:first-child {
      margin-right: 0.6em; }
    .button__icon:last-child {
      margin-left: 0.6em; }
  .button__text:not(:only-child) {
    max-width: calc(100% - 1.1em - 0.6em);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .button--primary {
    max-width: none;
    padding: 0 0.7rem;
    font-size: 1rem;
    color: #fff;
    background-color: #d0393b; }
    .button--primary .button__icon {
      color: #fff; }
    .button--primary:focus {
      will-change: background-color, color;
      color: #fff;
      background-color: #ad292b; }
    .button--primary:disabled {
      background-color: rgba(208, 57, 59, 0.5); }
  .button--secondary {
    max-width: none;
    padding: 0 0.7rem;
    font-size: 0.9rem;
    color: #282C45;
    background-color: #fff;
    border-color: #282C45; }
    .button--secondary:disabled {
      color: rgba(40, 44, 69, 0.5);
      border-color: rgba(221, 221, 235, 0.5); }
  .button--lg {
    padding: 0 2.25rem; }
  .button--sm {
    font-size: 1.1rem;
    line-height: 2.1; }
  .button--accent {
    background-color: #fff;
    border: 1px solid #282C45;
    color: #282C45;
    padding: 0 0.7rem;
    max-width: none; }
    .button--accent.button:hover, .button--accent.button:focus {
      background-color: #282C45;
      color: #fff; }
    .button--accent:disabled {
      opacity: 0.5; }
  .button--block {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
  .button--underline .button__text {
    border-bottom: 1px solid currentColor;
    line-height: 1.2; }
  .button--text-normal {
    font-weight: normal; }

.card {
  height: 100%;
  min-width: 17rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #DDDDEB;
  border-radius: 0.2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, -webkit-box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  transition: border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, -webkit-box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  -o-transition: border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  transition: border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  transition: border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, -webkit-box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  overflow: hidden; }
  .card__info {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #DDDDEB; }
    .card__info-item {
      margin-bottom: 0.5rem; }
    .card__info .card__item {
      margin-top: 0.2rem; }
    .card__info-label {
      opacity: 0.6; }
  .card__cover {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    border-radius: 0.2rem;
    overflow: hidden; }
  .card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: 'object-fit: cover; object-position: center';
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: -webkit-transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    -o-transition: transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, -webkit-transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s; }
    .card__img-wrap {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      overflow: hidden; }
  .card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    -o-transition: visibility cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: visibility cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #282C45; }
    .card__overlay-content {
      color: #fff;
      font-style: italic;
      font-size: 1.4rem; }
  .card__actions {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .card__action {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
            flex: 0 0 2.5rem;
    height: 2.5rem;
    color: #fff; }
    .card__action-inner {
      padding-right: 2.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      white-space: nowrap;
      -webkit-transition: max-width cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s;
      -o-transition: max-width cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s;
      transition: max-width cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s;
      height: 100%;
      padding-right: 1rem; }
    .card__action-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 600;
      overflow: hidden;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
      .card__action-label:before {
        content: '';
        display: inline-block;
        width: 1rem;
        height: 100%; }
    .card__action-icon {
      display: none; }
    .card__action--share .card__action-inner {
      background-color: #282C45;
      padding-right: 0.5rem; }
    .card__action--share .card__action-label:before {
      width: 0.5rem; }
    .card__action--share:only-child {
      margin-bottom: auto; }
    .card__action--add {
      margin-bottom: auto; }
      .card__action--add .card__action-inner {
        background-color: #d0393b; }
    .card__action--remove .card__action-inner {
      background-color: #282C45; }
    .card__action--remove .card__action-icon {
      -webkit-transform: translate(50%, -50%) rotate(45deg);
          -ms-transform: translate(50%, -50%) rotate(45deg);
              transform: translate(50%, -50%) rotate(45deg); }
  .card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem; }
    .card__item--heading {
      padding: 0.5rem 0;
      font-size: 1.2rem; }
      .card__item--heading + .card__item {
        margin-top: 0; }
    .card__item--actions {
      display: -ms-grid;
      display: grid;
      grid-gap: 1rem;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
    .card__item--actions > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
    .card__item--heading, .card__item:first-child {
      margin-top: 0; }
    .card__item--actions {
      margin-top: 1rem; }
    .card__item--visible-3x {
      display: none; }
  .card__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1rem -0.9rem -0.5rem; }
    .card__group .card__item {
      margin-top: 0;
      margin-bottom: 0.5rem;
      padding: 0 0.9em; }
      .card__group .card__item:nth-child(even) {
        border-left: 1px solid #DDDDEB; }
      .card__group .card__item:last-child:not(:nth-child(even)) {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; }
  .card__link {
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
  .card__icon {
    margin-right: 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 0.2rem;
    font-size: 1.4em;
    color: #d0393b; }
    .card__icon--centered {
      margin-top: 0;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
  .card__title {
    font-size: 1.2rem;
    font-weight: 600;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .card__description {
    margin: 0;
    line-height: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: #282C45; }
    .card__description--light {
      font-size: 1rem;
      font-style: italic;
      line-height: 1.75;
      color: #282C45;
      padding: 0 0.1em; }
    .card__description--primary {
      color: #282C45; }
    .card__description--sm {
      font-size: 0.9rem; }
    .card__description--lg {
      font-size: 1.2rem;
      color: #282C45; }
  .card__divider {
    margin: 0.5rem 0;
    border: 0;
    border-bottom: 1px dashed #DDDDEB; }
    .card__divider--mr-2x {
      margin: 1rem 0; }
    .card__divider--mr-top {
      margin-bottom: 0; }
    .card__divider--mr-top-2x {
      margin-top: 1rem; }
    .card__divider--mr-bottom {
      margin-top: 0; }
    .card__divider--mr-bottom-2x {
      margin-bottom: 1rem; }
    .card__divider + .card__item {
      margin-top: 0; }
  .card--category {
    padding-bottom: 0; }
  .card--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .card--column .card__item--rating {
      margin-top: auto; }
      .card--column .card__item--rating + .card__item--actions {
        margin-top: 0; }
    .card--column .card__item--actions {
      padding-top: 1rem;
      margin-top: auto; }
  .card--shadow {
    -webkit-box-shadow: 0px 1px 4px rgba(85, 85, 94, 0.16);
            box-shadow: 0px 1px 4px rgba(85, 85, 94, 0.16); }
  .card--post .card__title,
  .card--post .card__description, .card--news .card__title,
  .card--news .card__description {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .card--post .card__title, .card--news .card__title {
    max-height: 3.5em;
    font-weight: 500;
    line-height: 1.65; }
  .card--post .card__description, .card--news .card__description {
    max-height: 4em; }
  .card--news .card__icon {
    color: #4d5586; }
  .card--news .card__group .card__item {
    border-left: 0; }
    .card--news .card__group .card__item:last-child {
      padding: 0; }
  .card--size-3x .card__action--share {
    display: none; }

.control {
  display: block;
  position: relative;
  padding: 0.5em 0 1em;
  font-size: 1.2rem; }
  .control__label {
    display: block;
    position: absolute;
    left: 0;
    top: 1.5em;
    pointer-events: none;
    -webkit-transition: font-size cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, top cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    -o-transition: font-size cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, top cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: font-size cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, top cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s; }
  .control__error {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FE4848;
    font-style: italic;
    font-size: 0.8em;
    line-height: 1;
    pointer-events: none; }
  .control__input {
    padding: 1em 0;
    width: 100%;
    font-size: 1em;
    line-height: 1;
    border-bottom: 1px solid #DDDDEB;
    -webkit-transition: border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    -o-transition: border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    border-bottom: 1px solid #282C45; }
    .control__input:focus + .control__label, .control__input:not(:placeholder-shown) + .control__label {
      will-change: top, font-size;
      top: 0;
      font-size: 0.8em; }
  .control.js-error .control__error {
    display: block; }
  .control:hover .control__input {
    border-color: #282C45; }
  .control ::-webkit-input-placeholder {
    visibility: hidden; }
  .control :-ms-input-placeholder {
    visibility: hidden; }
  .control ::-ms-input-placeholder {
    visibility: hidden; }
  .control ::placeholder {
    visibility: hidden; }
  .control :-moz-placeholder {
    visibility: hidden;
    opacity: 0; }
  .control ::-moz-placeholder {
    visibility: hidden;
    opacity: 0; }
  .control :-ms-input-placeholder {
    visibility: hidden; }
  .control ::-ms-input-placeholder {
    visibility: hidden; }
  .control :-webkit-autofill,
  .control :-webkit-autofill:hover,
  .control :-webkit-autofill:focus,
  .control :-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important; }

.cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 35rem;
  border-radius: 0.2rem; }
  .cover__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(81, 77, 77, 0.15); }
    .cover__outer.slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cover__outer > .container {
      padding: 0; }
  .cover .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cover__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: center;
    padding: 2rem 1rem 5rem;
    color: #fff;
    background-color: #ab1214; }
    .cover__inner.container {
      padding-left: 1rem;
      padding-right: 1rem; }
    .cover__inner h1 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1.5rem;
      line-height: 1.17;
      letter-spacing: 0.02em; }
    .cover__inner p {
      margin-top: 0.5em;
      margin-bottom: 0;
      font-size: 1.2rem;
      line-height: 1.5;
      font-weight: 500; }
    .cover__inner .button {
      margin-top: 1em; }
  .cover__bg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    z-index: -1;
    border-radius: 0.2rem;
    overflow: hidden; }
    .cover__bg-img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .cover__label {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0 .8rem;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 600;
    border-radius: 0.2rem;
    background-color: #282C45; }
  .cover .slick-next,
  .cover .slick-prev {
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background-color: white;
    color: #282C45;
    border-radius: 0;
    bottom: 0.75rem; }
    .cover .slick-next:hover, .cover .slick-next:focus,
    .cover .slick-prev:hover,
    .cover .slick-prev:focus {
      background-color: #282C45;
      color: #fff; }
  .cover .button {
    background-color: #fff;
    color: #282C45; }
    .cover .button:hover, .cover .button:focus {
      background-color: #282C45;
      color: #fff; }

.header {
  will-change: color, border-color;
  border-bottom: 1px solid transparent;
  opacity: 1;
  -webkit-transition: opacity linear 0.2s, top cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  -o-transition: opacity linear 0.2s, top cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  transition: opacity linear 0.2s, top cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
  padding-top: 5rem;
  color: #282C45;
  background: #fff;
  text-shadow: none; }
  .header .icon {
    color: #d0393b; }
  .header .socials {
    color: #282C45; }
  .header .nav--main, .header .nav--secondary {
    position: fixed;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #DDDDEB; }
  .header .nav--secondary {
    border-top: 1px solid #DDDDEB;
    border-bottom: 1px solid #DDDDEB;
    top: 4.8rem; }

.nav {
  font-size: 1rem; }
  .nav .menu,
  .nav .socials {
    font-size: 1em; }
  .nav__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .nav__item--toggle {
    display: none; }
  .nav__item--logo {
    grid-area: logo; }
  .nav__item--primary {
    display: none; }
  .nav__item--secondary {
    display: none; }
  .nav__item--desktop {
    display: none; }
  .nav__item--lang {
    display: none; }
  .nav__item--search {
    display: none; }
  .nav__item--socials {
    display: none; }
  .nav--main {
    position: relative;
    z-index: 1001;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .nav--secondary {
    position: relative;
    z-index: 1001;
    display: none;
    margin-right: -1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow-x: auto; }
    .nav--secondary .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .nav--secondary .menu__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-left: 1.5rem; }
        .nav--secondary .menu__item:first-child {
          margin-left: 0; }
      .nav--secondary .menu:after {
        content: '';
        display: inline-block;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 1rem;
                flex: 0 0 1rem;
        height: 1rem; }
  .nav--mobile {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: -ms-grid;
    display: grid;
    grid-gap: 1em;
    -ms-grid-columns: auto 1em auto 1em auto;
    grid-template-columns: repeat(3, auto);
    -ms-grid-rows: auto 1em auto 1em auto;
    grid-template-rows: auto auto auto;
        grid-template-areas: 'primary   primary   lang' 'search    socials   socials' 'secondary secondary secondary';
    color: #282C45;
    background: #fff; }
    .nav--mobile .logo__link {
      background-size: contain;
      background-position: top center;
      background-repeat: no-repeat;
      background-image: url("../img/icons.svg#logo-colored"); }
    .nav--mobile .logo__img {
      opacity: 0; }
    .nav--mobile .icon {
      color: #d0393b; }
    .nav--mobile .nav__item--primary {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      display: block;
      grid-area: primary; }
    .nav--mobile .nav__item--secondary {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
      display: block;
      grid-area: secondary; }
    .nav--mobile .nav__item--lang {
      -ms-grid-row: 1;
      -ms-grid-column: 5;
      display: block;
      grid-area: lang;
      -ms-grid-column-align: end;
          justify-self: end; }
    .nav--mobile .nav__item--search {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      display: block;
      grid-area: search;
      -ms-grid-row-align: center;
          align-self: center; }
    .nav--mobile .nav__item--socials {
      -ms-grid-row: 3;
      -ms-grid-column: 3;
      -ms-grid-column-span: 3;
      display: block;
      grid-area: socials;
      -ms-grid-row-align: center;
          align-self: center;
      -ms-grid-column-align: end;
          justify-self: end; }

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 0 -0.4em; }
  .socials__link {
    display: inline-block;
    padding: 0.4em;
    line-height: 0; }
    .socials__link-icon {
      font-size: 1.5em; }
    .socials__link--vk:focus {
      color: #48739C; }
    .socials__link--ok:focus {
      color: #EA7037; }
    .socials__link--facebook:focus {
      color: #3B5B95; }
    .socials__link--twitter:focus {
      color: #1da1f2; }

.ya-share2 .ya-share2__container_size_m .ya-share2__icon {
  width: 1.8rem;
  height: 1.8rem; }

.ya-share2 .ya-share2__badge {
  border-radius: 0.2rem; }

.ya-share2 .ya-share2__container_size_m .ya-share2__item {
  margin-right: 0.5rem; }

.ya-share2__link {
  opacity: 1; }
  .ya-share2__link:hover, .ya-share2__link:focus {
    opacity: 0.8; }

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem; }
  .tags--mr-top {
    margin-top: 1rem; }
  .tags__item {
    display: inline-block;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem; }
    .tags__item .tags__item-link {
      display: inline-block;
      padding: 0 0.5rem;
      font-size: 0.9rem;
      font-weight: 500;
      line-height: 2;
      border-radius: 0.2rem;
      background-color: rgba(40, 44, 69, 0.8);
      color: #fff; }

.landing-section {
  position: relative;
  margin-top: 5rem; }
  .landing-section--has-icon {
    margin-top: 7.25rem; }
  .landing-section__icon {
    display: none; }
  .landing-section__headline {
    padding: 0 1rem;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  .landing-section__content {
    padding: 0 1rem; }
  .landing-section--about .landing-section__design-block {
    margin-top: 2rem; }
  .landing-section--about p {
    font-size: 1.1rem; }

.design-block {
  position: relative;
  max-width: 100%;
  padding-top: 4.2rem;
  padding-bottom: 4.2rem; }
  .design-block__wrap {
    position: relative;
    width: 100%; }
    .design-block__wrap:before, .design-block__wrap:after {
      content: '';
      position: absolute;
      width: 90%;
      height: 1.5rem; }
    .design-block__wrap:before {
      top: -1.5rem;
      right: 0;
      background-color: #ab1214; }
    .design-block__wrap:after {
      bottom: -1.5rem;
      left: 0;
      background-color: #fff; }
  .design-block__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }

.tabs--map.tabs .tab {
  display: none; }
  .tabs--map.tabs .tab--active {
    display: block; }

.tabs--feed {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .tabs--feed .tabs__nav {
    display: inline-block; }
  .tabs--feed .tabs__content {
    margin-top: 2.25rem;
    display: -ms-grid;
    display: grid; }
    .tabs--feed .tabs__content > .tab {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1/2; }
  .tabs--feed .tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .tabs--feed .tabs-nav__item {
      position: relative;
      margin-left: 2rem;
      padding-bottom: 1.25rem; }
      .tabs--feed .tabs-nav__item:first-child {
        margin-left: 0; }
    .tabs--feed .tabs-nav__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 5rem;
      height: 5rem;
      font-size: 2.75rem;
      border: 1px solid currentColor;
      border-radius: 50%;
      color: #282C45; }
      .tabs--feed .tabs-nav__link--active {
        color: #d0393b; }
        .tabs--feed .tabs-nav__link--active:after {
          content: '';
          display: inline-block;
          width: 0.5rem;
          height: 0.5rem;
          position: absolute;
          bottom: 0;
          left: 50%;
          background-color: currentColor;
          border-radius: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
  .tabs--feed .tab {
    visibility: hidden;
    display: -ms-grid;
    display: grid;
    grid-gap: 2.25rem 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 2.25rem auto 2.25rem auto;
    grid-template-rows: auto auto auto; }
  .tabs--feed .tab > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .tabs--feed .tab > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }
  .tabs--feed .tab > *:nth-child(3) {
  -ms-grid-row: 5;
  -ms-grid-column: 1; }
    .tabs--feed .tab .card {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
    .tabs--feed .tab__info {
      width: 100%;
      text-align: center;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
    .tabs--feed .tab__description {
      margin-top: 1rem; }
    .tabs--feed .tab--active {
      visibility: visible; }

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: local("Montserrat-Regular"), local("Montserrat Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  src: local("Montserrat-Italic"), local("Montserrat Italic"), url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: local("Montserrat-Medium"), local("Montserrat Medium"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  src: local("Montserrat-MediumItalic"), local("Montserrat Medium Italic"), url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  src: local("Montserrat-SemiBold"), local("Montserrat SemiBold"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  src: local("Montserrat-SemiBoldItalic"), local("Montserrat SemiBold Italic"), url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: local("Montserrat-Bold"), local("Montserrat Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"); }

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  src: local("Montserrat-BoldItalic"), local("Montserrat Bold Italic"), url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff"); }

.layout {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr; }

.layout > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.layout > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }

.layout > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }

.main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate3d(0, 0, 0); }

.container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }
  .container .container {
    padding-left: 0;
    padding-right: 0; }

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/*! uncss:ignore start */
.datepicker {
  border-radius: 0.2rem;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.2rem;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: rgba(208, 57, 59, 0.2);
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #fff;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: rgba(208, 57, 59, 0.4);
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: rgba(208, 57, 59, 0.4);
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: rgba(208, 57, 59, 0.4);
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: rgba(208, 57, 59, 0.5);
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777; }

.datepicker table tr td.today {
  color: #fff;
  background-color: rgba(208, 57, 59, 0.5);
  border-color: #d0393b; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #fff;
  background-color: rgba(208, 57, 59, 0.7);
  border-color: #d0393b; }

.datepicker table tr td.today:hover {
  color: #fff;
  background-color: rgba(208, 57, 59, 0.7);
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #fff;
  background-color: rgba(208, 57, 59, 0.8);
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #fff;
  background-color: rgba(208, 57, 59, 0.8);
  border-color: #b37400; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777; }

.datepicker table tr td.range.today {
  color: #fff;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #fff;
  background-color: rgba(208, 57, 59, 0.8);
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #fff;
  background-color: rgba(208, 57, 59, 0.8);
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #fff;
  background-color: rgba(208, 57, 59, 0.8);
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #fff;
  background-color: rgba(208, 57, 59, 0.8);
  border-color: #815608; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: rgba(208, 57, 59, 0.3);
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background-color: rgba(208, 57, 59, 0.3);
  color: #777777; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #d0393b;
  border-color: #204d74; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #c22e30;
  border-color: #122b40; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #fff; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: rgba(40, 44, 69, 0.5);
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #DDDDEB;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 60px rgba(142, 145, 174, 0.2);
          box-shadow: 0px 20px 60px rgba(142, 145, 174, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #282C45;
  font-size: 0.9rem;
  line-height: 1.42857143; }

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0 0.5rem; }

.datepicker table tr th {
  font-weight: 600; }

/*! uncss:ignore end */
.heading {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #282C45;
  line-height: 1.5; }
  h1, .heading--h1 {
    font-size: 2rem; }
  h2, .heading--h2 {
    font-size: 1.5rem; }
  h3, .heading--h3 {
    font-size: 1.4rem; }
  h4, .heading--h4 {
    font-size: 1.2rem; }
  h5, .heading--h5 {
    font-size: 1.1rem; }
  h6, .heading--h6 {
    font-size: 1rem; }
  .heading--lead {
    margin-top: 0; }
  .heading--align-center {
    text-align: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .heading--decorators {
    position: relative; }

.logo {
  line-height: 1; }
  .logo__link {
    display: inline-block;
    font-size: 3.8em;
    line-height: 0; }
  .logo svg {
    width: 1.671em;
    height: 1em; }

.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5em;
  font-size: 1.2rem; }
  .rating__icon {
    color: #282C45; }
    .rating__icon:not(:first-child) {
      margin-left: 0.25em; }
  .rating--1 .rating__icon:nth-child(-n+1) {
    color: #d0393b; }
  .rating--2 .rating__icon:nth-child(-n+2) {
    color: #d0393b; }
  .rating--3 .rating__icon:nth-child(-n+3) {
    color: #d0393b; }
  .rating--4 .rating__icon:nth-child(-n+4) {
    color: #d0393b; }
  .rating--5 .rating__icon:nth-child(-n+5) {
    color: #d0393b; }

.lang {
  display: inline-block;
  position: relative;
  margin: 0 -0.5em; }
  .lang__select {
    color: inherit;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer; }
    .lang__select:focus {
      color: #d0393b; }
      .lang__select:focus + .lang__arrow {
        color: #d0393b; }
  .lang__arrow {
    position: absolute;
    top: 50%;
    right: 0.3em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 1;
    pointer-events: none; }
    .lang__arrow-icon {
      font-size: 1.3em;
      vertical-align: -0.2em; }

.menu {
  display: inline-block;
  font-weight: normal;
  margin: 0 -0.3rem; }
  .menu__heading {
    margin: 0 -0.3rem;
    font-size: 1.1rem; }
  .menu__item {
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
    .menu__item--blind-desktop {
      display: none; }
  .menu__link {
    display: inline-block;
    padding: 0.3rem; }
    .menu__link-icon {
      margin-right: 0.5rem;
      font-size: 1.3em;
      vertical-align: -0.2em; }
  .menu--columns {
    display: block;
    -webkit-columns: 1;
            columns: 1;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
            break-inside: avoid; }
  .menu--text-bold {
    font-weight: 600; }
  .menu--text-med {
    font-weight: 500; }
  .menu--accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .menu--accordion .menu {
      overflow: hidden;
      max-height: 0;
      -webkit-transition: max-height cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.4s;
      -o-transition: max-height cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.4s;
      transition: max-height cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.4s; }
      .menu--accordion .menu.js-active {
        will-change: max-height;
        max-height: 500px; }

.search {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem;
  margin: 0 -0.5rem; }
  .search__icon {
    margin-right: 0.5rem;
    font-size: 1.4em;
    vertical-align: -0.3em; }

.toggle {
  position: relative;
  width: 3.45em;
  height: 3em;
  padding: 0.97em 0.5em;
  margin: 0 -0.5em;
  font-size: 1em;
  border: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .toggle__item {
    position: absolute;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    display: block;
    width: 2.45em;
    height: 2px;
    background-color: currentColor;
    border-radius: 1px;
    -webkit-transition: top cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, bottom cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, -webkit-transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: top cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, bottom cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, -webkit-transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    -o-transition: top cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, bottom cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: top cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, bottom cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: top cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, bottom cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, -webkit-transform cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s; }
  .toggle__item--first {
    top: 0.97em; }
  .toggle__item--second {
    bottom: 0.97em; }
  .toggle--desktop {
    display: none; }
  .toggle.js-active .toggle__item {
    will-change: transform, top, bottom; }
  .toggle.js-active .toggle__item--first {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .toggle.js-active .toggle__item--second {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
        -ms-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg); }

.footer {
  margin-top: 4rem;
  border-top: 1px solid #DDDDEB;
  background-color: #fff; }
  .footer .logo {
    font-size: 1.46em; }
  .footer .socials {
    margin-top: 0;
    color: #282C45; }
  .footer__item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #DDDDEB; }
  .footer__grid {
    display: -ms-grid;
    display: grid;
    text-align: center;
    grid-gap: 2.5rem;
    -ms-grid-columns: 1fr 2.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
  .footer__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .footer__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
    .footer__grid-item {
      width: 100%;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/3;
      overflow: hidden;
      -ms-grid-column-align: center;
          justify-self: center; }
      .footer__grid-item--copyright {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/ span 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2; }
      .footer__grid-item--socials {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/ span 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3; }
      .footer__grid-item--developer {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/ span 2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        -ms-grid-column-align: center;
            justify-self: center; }

.developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .developer__link {
    display: inline-block;
    margin-left: 1rem;
    line-height: 1; }
  .developer__logo {
    font-size: 4.8em;
    width: 1em;
    height: 0.54em; }

.panel {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #DDDDEB;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0px 1px 4px rgba(85, 85, 94, 0.16);
          box-shadow: 0px 1px 4px rgba(85, 85, 94, 0.16); }
  .panel + .panel {
    margin-top: 1.5rem; }
  .panel--lead {
    margin-top: 0; }
  .panel__item {
    margin-top: 1.75rem; }
    .panel__item--column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .panel__item:first-child, .panel__item--no-margin {
      margin-top: 0; }

.feed {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.feed > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.feed-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  .feed-nav__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 1.5rem;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .feed-nav__list:after {
      content: '';
      display: block;
      width: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 1.5rem;
              flex: 0 0 1.5rem;
      height: 1.5rem; }
  .feed-nav__item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.5rem;
            flex: 0 0 11.5rem;
    overflow: hidden; }
    .feed-nav__item:not(:first-child) {
      margin-left: 2.5rem; }
  .feed-nav__cover {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 47%; }
  .feed-nav__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain;'; }
    .feed-nav__img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 0.2rem;
      overflow: hidden; }
  .feed-nav__label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .feed-nav__title {
    font-weight: 600;
    line-height: 3.5;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .feed-nav__count {
    margin-left: 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination__list {
    position: relative;
    height: 3.5rem;
    padding: 0.7rem 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pagination__list:after, .pagination__list:before {
      content: '';
      display: block;
      position: absolute;
      top: 0.7rem;
      bottom: 0.7rem;
      width: 1px;
      background-color: #DDDDEB; }
    .pagination__list:after {
      right: 0; }
    .pagination__list:before {
      left: 0; }
  .pagination__item:not(:first-child) {
    margin-left: 0.9rem; }
  .pagination__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2em;
    height: 2em;
    font-size: 0.9rem;
    font-weight: 600;
    color: #282C45;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, background-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, visibility cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    -o-transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, background-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, visibility cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, background-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, opacity cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, visibility cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s; }
    .pagination__link--prev {
      margin-right: 0.4rem; }
    .pagination__link--next {
      margin-left: 0.4rem; }
    .pagination__link--hidden {
      will-change: opacity, visibility;
      visibility: hidden;
      opacity: 0; }
    .pagination__link--active {
      color: #fff;
      background-color: #d0393b; }

.map {
  position: relative;
  height: 0;
  margin: 0 -1rem;
  padding-bottom: 100%;
  border-radius: 0.2rem;
  overflow: hidden; }
  .map__container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .map--offset {
    margin-top: 2rem; }

.modal {
  position: relative;
  margin: 0 auto;
  padding: 1.5rem;
  max-width: 36em;
  border-radius: 0.2rem;
  background-color: #fff; }
  .modal__close {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem;
    font-size: 2rem; }
  .modal .heading {
    margin-bottom: 1.5rem; }
  .modal .form__recaptcha {
    padding: 0; }

.dateblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .dateblock__all {
    grid-area: all; }
  .dateblock .button {
    padding: 0 1.5rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    .dateblock .button__icon {
      color: inherit; }

.daypicker {
  grid-area: daypicker;
  padding: 1rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }
  .daypicker__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 0;
    max-width: 100%; }
  .daypicker__item {
    width: 2.75rem;
    height: 4.2rem;
    margin-left: 0.5rem;
    overflow: hidden;
    border-radius: 0.2rem; }
    .daypicker__item:first-child {
      margin-left: 0; }
  .daypicker__link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.3;
    background-color: transparent;
    text-align: center; }
    .daypicker__link--active, .daypicker__link:focus, .daypicker__link:hover {
      color: #fff;
      background-color: #d0393b; }
  .daypicker__date {
    font-size: 1.4rem;
    font-weight: 600; }
  .daypicker__weekday {
    font-size: 1.2rem; }

.datepicker {
  grid-area: datepicker; }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .checkbox__input:hover + .checkbox__check {
    border: none;
    color: rgba(208, 57, 59, 0.4); }
  .checkbox__input:focus + .checkbox__check {
    -webkit-box-shadow: 0 0 0 2px rgba(208, 57, 59, 0.4);
            box-shadow: 0 0 0 2px rgba(208, 57, 59, 0.4); }
  .checkbox__input:checked + .checkbox__check {
    border: none;
    color: #d0393b; }
  .checkbox__check {
    margin-top: 0.2em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1em;
            flex: 0 0 1em;
    margin-right: 0.6rem;
    font-size: 1em;
    color: transparent;
    border-radius: 0.2rem;
    border: 1px solid #DDDDEB;
    -webkit-transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, -webkit-box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s;
    transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, -webkit-box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s;
    -o-transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s;
    transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s;
    transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, border-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s, -webkit-box-shadow cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.2s; }
  .checkbox__label {
    font-size: 0.8rem; }
  .checkbox.js-error .checkbox__label {
    color: #FE4848; }

.form {
  margin-bottom: -1rem; }
  .form-group {
    margin-bottom: 1rem; }
    .form-group--1 {
      grid-area: group1; }
    .form-group--2 {
      grid-area: group2; }
    .form-group--3 {
      grid-area: group3; }
    .form-group--agree {
      grid-area: agree; }
    .form-group--captcha {
      grid-area: captcha; }
    .form-group--submit {
      grid-area: submit; }
  .form__recaptcha {
    padding: 1rem 0;
    margin: 0 -1.5rem; }
    .form__recaptcha > div {
      margin: 0 auto; }
  .form__submit {
    width: 100%; }

.breadcrumbs {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .breadcrumbs__item {
    position: relative;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3;
    color: #282C45;
    display: inline; }
    .breadcrumbs__item:not(:first-child) {
      margin-left: 1.5rem; }
      .breadcrumbs__item:not(:first-child):after {
        content: '';
        position: absolute;
        left: -0.75rem;
        top: 0.6rem;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        width: 0.44em;
        height: 0.7em;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.586 7L.293 1.707 1.707.293 8.414 7l-6.707 6.707-1.414-1.414L5.586 7z' fill='%23737786'/%3E%3C/svg%3E"); }

.inner-page__header {
  padding-top: 7.5rem; }

.inner-page__grid {
  margin-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.inner-page__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .inner-page__grid .panel {
    margin: 0; }

.inner-page__slider {
  max-width: 100%; }

.inner-page__description {
  line-height: 2; }
  .inner-page__description > *:first-child {
    margin-top: 0; }

.inner-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem; }
  .inner-page__row + .heading {
    margin-top: 0; }
  .inner-page__row-item {
    margin-top: 1rem; }
    .inner-page__row-item:first-child {
      margin-top: 0; }

.page-header__breadcrumbs {
  margin: 0 -1rem;
  padding: 0 1rem; }
  .page-header__breadcrumbs .breadcrumbs__list:after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1rem;
            flex: 0 0 1rem; }

.page-header__heading {
  margin-bottom: 0.6rem;
  line-height: 1.3; }

.page-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-header__address {
  font-style: italic;
  line-height: 1.75;
  color: #282C45; }
  .page-header__address-icon {
    margin-right: 0.5em;
    font-size: 1.4em;
    vertical-align: -0.2em;
    color: #d0393b; }

.page-header__share {
  margin-top: 1rem; }

.page {
  padding-top: 5rem; }
  .page__headline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 1.5rem; }
    .page__headline .heading {
      margin-top: 0; }
      .page__headline .heading:only-child {
        margin-bottom: 0; }
    .page__headline--bordered:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: -1.5rem;
      right: -1.5rem;
      border: 1px dashed #DDDDEB; }
    .page__headline--no-padding {
      padding: 0; }
  .page__content {
    padding: 1.5rem 0; }
    .page__content--border-top {
      position: relative; }
      .page__content--border-top:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: -1.5rem;
        border: 1px dashed #DDDDEB; }
    .page__content:last-child {
      padding-bottom: 0; }
  .page--blog {
    padding-top: 6.5rem; }
    .page--blog .page__headline {
      padding-bottom: 1rem; }

.blog-aside {
  display: none; }

.blog-inner__hero {
  position: relative;
  margin: 0 -1.5rem;
  height: 0;
  padding-top: 100vw; }
  .blog-inner__hero-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .blog-inner__hero-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }
  .blog-inner__hero--has-info {
    height: auto; }
    .blog-inner__hero--has-info .blog-inner__hero-wrap {
      bottom: calc(100% - 100vw); }

.blog-inner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.75rem 0.5rem;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 3rem;
  letter-spacing: 0.01em;
  color: #282C45;
  background: #fff; }
  .blog-inner__info-item {
    padding: 0 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #DDDDEB; }
    .blog-inner__info-item:first-child {
      border-left: 0; }
  .blog-inner__info .icon {
    color: #d0393b;
    font-size: 1.7rem;
    margin-right: 0.7rem; }

.blog-inner__content, .inner-page__description {
  font-size: 1rem;
  line-height: 2.25; }
  .blog-inner__content img, .inner-page__description img {
    max-width: 100%;
    border-radius: 0.2rem; }
  .blog-inner__content h1, .inner-page__description h1, .blog-inner__content h2, .inner-page__description h2, .blog-inner__content h3, .inner-page__description h3, .blog-inner__content h4, .inner-page__description h4, .blog-inner__content h5, .inner-page__description h5, .blog-inner__content h6, .inner-page__description h6 {
    margin-top: 2em;
    margin-bottom: 1rem; }
  .blog-inner__content p, .inner-page__description p {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .blog-inner__content blockquote, .inner-page__description blockquote {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
    font-style: italic; }
    .blog-inner__content blockquote p:last-of-type, .inner-page__description blockquote p:last-of-type {
      margin-bottom: 0.5rem; }
    .blog-inner__content blockquote cite, .inner-page__description blockquote cite {
      font-weight: 600;
      color: #282C45;
      font-style: normal; }
    .blog-inner__content blockquote:before, .inner-page__description blockquote:before {
      content: '“';
      display: block;
      position: absolute;
      top: 0;
      left: -0.08em;
      font-size: 4.5rem;
      line-height: 1; }
  .blog-inner__content ol, .inner-page__description ol,
  .blog-inner__content ul,
  .inner-page__description ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem; }
    .blog-inner__content ol li, .inner-page__description ol li,
    .blog-inner__content ul li,
    .inner-page__description ul li {
      margin-top: 0.4rem;
      padding-left: 1rem; }
      .blog-inner__content ol li:first-child, .inner-page__description ol li:first-child,
      .blog-inner__content ul li:first-child,
      .inner-page__description ul li:first-child {
        margin-top: 0; }
  
  .blog-inner__content ul,
  .inner-page__description ul {
    list-style: none; }
    
    .blog-inner__content ul li,
    .inner-page__description ul li {
      position: relative; }
    .blog-inner__content ul li:before, .inner-page__description ul li:before {
      content: '';
      display: inline-block;
      position: absolute;
      left: -1rem;
      top: 0.55rem;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%);
      width: 7px;
      height: 7px;
      background-color: #d0393b;
      border-radius: 50%; }
  .blog-inner__content table, .inner-page__description table {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
    text-align: center;
    border-collapse: collapse; }
    .blog-inner__content table tr, .inner-page__description table tr {
      border-bottom: 1px solid #E9E9EF; }
      .blog-inner__content table tr:first-child, .inner-page__description table tr:first-child {
        background-color: #F2F2F4;
        border: 0;
        border-radius: 0.2rem; }
    .blog-inner__content table th, .inner-page__description table th {
      font-weight: 600; }
    .blog-inner__content table td, .inner-page__description table td, .blog-inner__content table th, .inner-page__description table th {
      padding: 0.8rem; }
  .blog-inner__content a, .inner-page__description a {
    color: #d0393b;
    -webkit-transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    -o-transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
    transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s; }
    .blog-inner__content a:hover, .inner-page__description a:hover, .blog-inner__content a:focus, .inner-page__description a:focus {
      color: #982426; }

.contacts-section__heading {
  margin-bottom: 0.75rem;
  line-height: 1.75; }

.contacts-section__menu {
  font-size: 0.9rem; }

.contacts-section .menu__item {
  white-space: normal; }

.contacts-section .menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contacts-section .icon {
  color: #d0393b;
  margin-top: 0.4em;
  margin-right: 0.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  font-size: 1em; }

.contacts-form {
  margin: 0 auto;
  max-width: 500px; }

.interactive-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .interactive-map__controls .button {
    max-width: none; }
    .interactive-map__controls .button__icon {
      font-size: 1.3em; }
  .interactive-map__map {
    margin-top: 2.5rem; }
  @media (min-width: 375px) {
      .nav .menu,
      .nav .socials {
        font-size: 1.2em; } }
  @media (min-width: 425px) {
    .footer__grid-item--copyright {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1 / 2; }
    .footer__grid-item--socials {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/ 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1 / 2; }
    .footer__grid-item--developer {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/ span 2;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2 / 3;
      -ms-grid-column-align: center;
          justify-self: center; } }
  @media (min-width: 600px) {
    .nav--mobile {
      grid-gap: 2rem;
      padding-bottom: 3rem;
      -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: auto 2rem auto 2rem auto 2rem auto;
      grid-template-rows: auto auto auto auto;
          grid-template-areas: 'primary   .      secondary' 'primary   .      secondary' 'primary   .      secondary' 'lang      search socials'; }
      .nav--mobile .nav__item--lang, .nav--mobile .nav__item--search, .nav--mobile .nav__item--socials {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        -ms-grid-column-align: start;
            justify-self: start; }
    .nav--mobile .nav__item--primary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1; }
    .nav--mobile .nav__item--secondary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
    .nav--mobile .nav__item--lang {
    -ms-grid-row: 7;
    -ms-grid-column: 1; }
    .nav--mobile .nav__item--search {
    -ms-grid-row: 7;
    -ms-grid-column: 3; }
    .nav--mobile .nav__item--socials {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1; }
      .menu--accordion .menu {
        max-height: none; }
        .menu--accordion .menu.js-active {
          max-height: none; }
    .footer__grid {
      justify-items: start;
      text-align: left; }
      .footer__grid-item {
        grid-column: auto; }
        .footer__grid-item--socials {
          -ms-grid-column-align: end;
              justify-self: end; }
        .footer__grid-item--developer {
          -ms-grid-column: 1;
          -ms-grid-column-span: 2;
          grid-column: 1 / span 2;
          -ms-grid-column-align: center;
              justify-self: center; }
    .feed {
      -ms-grid-columns: 1fr 1.5rem 1fr;
      grid-template-columns: repeat(2, 1fr); }
    .map {
      margin: 0;
      width: 100%;
      padding-bottom: 50%; }
    .dateblock {
      display: -ms-grid;
      display: grid;
      grid-gap: 1rem;
      -ms-grid-columns: 1fr 1rem 1fr;
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: auto 1rem auto;
      grid-template-rows: auto auto;
          grid-template-areas: 'all       datepicker' 'daypicker daypicker'; }
    .dateblock__all {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .daypicker {
      padding: 0; }
    .daypicker {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3; }
    .datepicker {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .page-header__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-header__share {
    margin-top: 0;
    margin-left: 2rem; }
    .page {
      padding-top: 6.5rem; } }
  @media (min-width: 768px) {
  .mfp-arrow-left {
    left: 1rem; }
  .mfp-arrow-right {
    right: 1rem; }
  .slider--landing .slick-prev {
    left: 1rem; }
  .slider--landing .slick-next {
    right: 1rem; }
    .slider--gallery .slick-prev,
    .slider--gallery .slick-next {
      top: -4rem; }
    .slider--gallery .slick-prev {
      left: auto;
      right: 8rem; }
    .slider--gallery .slick-next {
      right: 4rem; }
    .slider--gallery .slider__item {
      padding: 0 1rem; }
    .slider--gallery .slider__img-wrap:hover figcaption {
      z-index: 2;
      opacity: 1;
      visibility: visible; }
    .banner {
      height: 0;
      margin: 0;
      padding-bottom: 50%; }
      .banner__inner {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 3rem; }
      .banner__heading {
        margin-bottom: 0.25em;
        line-height: 1.3; }
      .banner__description {
        margin-top: 0; }
      .banner__wrap .mfp-close {
        right: 0; }
      .banner--content-overlay .banner__bg {
        position: absolute;
        max-height: none; }
      .banner--content-overlay .banner__inner {
        max-width: 70%; }
      .banner--content-overlay .banner__heading {
        font-size: 1.8rem; }
        .card__item--actions {
          -ms-grid-columns: 1fr 1rem 1fr;
          grid-template-columns: repeat(2, 1fr);
          -ms-grid-rows: auto;
          grid-template-rows: auto; }
        .card__item--actions > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
        .card__item--actions > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
          .card__item--actions .button--block {
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            grid-column: 1/3; }
    .card {
      padding: 1.2rem; }
      .card--category {
        padding-bottom: 0; }
      .card--size-sm .card__cover {
        display: none; }
      .card--size-sm > .card__item:not(.card__item--heading):not(.card__group) {
        display: none; }
      .card--size-sm .card__group {
        margin-top: auto; }
      .card--size-1x {
        -ms-grid-column-span: 2;
        grid-column: span 2; }
      .card--size-2x {
        -ms-grid-column-span: 2;
        grid-column: span 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .card--size-2x .card__title {
          font-size: 1.6rem; }
      .card--size-3x {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 4rem;
        padding-bottom: 4rem;
        padding-left: 7rem;
        padding-right: 7rem;
        -ms-grid-column-span: 4;
        grid-column: span 4;
        text-align: center; }
        .card--size-3x .card__cover {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 0; }
          .card--size-3x .card__cover:after {
            content: '';
            position: absolute;
            top: 0;
            right: 5rem;
            left: 5rem;
            bottom: 0;
            z-index: 1;
            background: #fff; }
        .card--size-3x .card__actions {
          z-index: 3; }
        .card--size-3x .card__item {
          z-index: 1; }
          .card--size-3x .card__item--visible-3x {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .card--size-3x .card__item--share {
            margin-top: 1rem; }
        .card--size-3x .card__title {
          font-size: 2rem;
          line-height: 1.35; }
    .cover .slick-next,
    .cover .slick-prev {
      bottom: 5rem;
      border-radius: 50%; }
    .header .nav--main {
      border-bottom: 0; }
    .socials {
      margin-top: 0; }
    .landing-section__headline {
      padding: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: left; }
      .landing-section__headline > * {
        margin: 0; }
    .landing-section__content {
      padding: 0; }
    .landing-section--about {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .landing-section--about .landing-section__design-block {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin-top: 0; }
    .design-block {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      .design-block__wrap {
        padding-bottom: 57%;
        height: 0; }
      .design-block__img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      .tabs--feed .tab {
        -ms-grid-columns: 1fr 1.5rem 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto; }
      .tabs--feed .tab > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .tabs--feed .tab > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
        .tabs--feed .tab__info {
          -ms-grid-column: 1;
          -ms-grid-column-span: 2;
          grid-column: 1/3; }
    .container {
      padding-left: 2rem;
      padding-right: 2rem; }
      .container .container {
        padding-left: inherit;
        padding-right: inherit; }
      .heading--decorators:after, .heading--decorators:before {
        content: '';
        display: block;
        width: 11.25rem;
        height: 1px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .heading--decorators:before {
        right: calc(100% + 1.3rem);
        background: -o-linear-gradient(359.96deg, #DDDDEB 28.55%, rgba(255, 255, 255, 0) 112.62%);
        background: linear-gradient(90.04deg, #DDDDEB 28.55%, rgba(255, 255, 255, 0) 112.62%);
        -webkit-transform: translateY(-50%) rotate(-180deg);
            -ms-transform: translateY(-50%) rotate(-180deg);
                transform: translateY(-50%) rotate(-180deg); }
      .heading--decorators:after {
        left: calc(100% + 1.3rem);
        background: -o-linear-gradient(359.96deg, #DDDDEB 28.55%, rgba(255, 255, 255, 0) 112.62%);
        background: linear-gradient(90.04deg, #DDDDEB 28.55%, rgba(255, 255, 255, 0) 112.62%); }
    .menu--columns {
      display: block;
      -webkit-columns: 2;
              columns: 2;
      -webkit-column-gap: 2.5rem;
              column-gap: 2.5rem;
      margin: 0; }
      .menu--columns .menu__item {
        padding: 2px 0;
        margin-left: -0.15rem; }
    .footer__grid {
      -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
    .footer__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .footer__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .footer__grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
      .footer__grid-item--nav {
        width: 100%;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2 / span 2; }
      .footer__grid-item--socials {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4; }
      .footer__grid-item--developer {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / span 3;
        -ms-grid-column-align: center;
            justify-self: center; }
    .panel {
      padding: 2rem 2.5rem; }
    .feed {
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
      .feed--pyramid, .feed--routes {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto; }
      .feed--pyramid > *:nth-child(1), .feed--routes > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .feed--pyramid > *:nth-child(2), .feed--routes > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      .feed--pyramid > *:nth-child(3), .feed--routes > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .feed--pyramid > *:nth-child(4), .feed--routes > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4; }
      .feed--news {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr); }
      .feed--news > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .feed--news > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      .feed--news > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
      .feed--news > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
      .feed--news > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .feed--news > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2; }
        .feed--news .card--size-sm {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          grid-column: 1 / 2; }
        .feed--news .card--size-2x {
          -ms-grid-row: 1;
          -ms-grid-row-span: 3;
          grid-row: 1 / 4;
          -ms-grid-column: 2;
          -ms-grid-column-span: 1;
          grid-column: 2 / 3; }
      .feed--contacts {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto; }
      .feed--contacts > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .feed--contacts > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      .feed__item--col-1-2 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / span 2; }
    .feed-nav {
      margin: 0 -2.5rem; }
      .feed-nav__list {
        padding: 0 2.5rem; }
        .feed-nav__list:after {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 2.5rem;
                  flex: 0 0 2.5rem; }
    .modal {
      padding: 3rem; }
    .form__submit {
      width: auto; }
    .form__recaptcha {
      margin: 0; }
      .form__recaptcha > div {
        margin: 0; }
  .inner-page__grid {
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(7, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
  .inner-page__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .inner-page__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .inner-page__grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
  .inner-page__grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7; }
  .inner-page__grid > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9; }
  .inner-page__grid > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11; }
  .inner-page__grid > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13; }
  .inner-page__slider {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/8; }
  .inner-page__info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4; }
    .inner-page__info .card {
      position: -webkit-sticky;
      position: sticky;
      top: 7rem;
      height: auto;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
  .inner-page__description {
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
    grid-column: 4/8; }
  .inner-page__feed {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/8; }
  .page-header__breadcrumbs {
    margin: 0;
    padding: 0; }
    .page-header__breadcrumbs .breadcrumbs__list:after {
      content: none; }
    .page__headline {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page__headline > *:not(:first-child) {
        margin-left: 1.5rem; }
      .page__headline .heading {
        margin-bottom: 0; }
      .page__headline--bordered:after {
        left: -2.5rem;
        right: -2.5rem; }
      .page__headline--column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .page__headline--column > *:not(:first-child) {
          margin-left: 0;
          margin-top: 1rem; }
  .blog {
    display: -ms-grid;
    display: grid;
    grid-gap: 2rem;
    -ms-grid-columns: 13rem 2rem 1fr;
    grid-template-columns: 13rem 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
  .blog > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .blog > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .blog-aside {
      display: block; }
      .blog-aside__nav {
        top: 11rem;
        position: -webkit-sticky;
        position: sticky;
        -webkit-transform: translateZ(0);
                transform: translateZ(0); }
  .blog-inner__hero {
    margin: 0 -2.5rem;
    height: 0;
    padding-top: 50%; }
    .blog-inner__hero--has-info .blog-inner__hero-wrap {
      bottom: 0; }
  .blog-inner__content img, .inner-page__description img {
    margin-top: 2rem; }
  .blog-inner__info {
    position: absolute;
    left: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    bottom: -1px; }
  .contacts-section__menu {
    font-size: 1.2rem; }
    .contacts-form {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3; }
    .interactive-map {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .interactive-map__controls {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 40%;
                flex: 0 1 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .interactive-map__controls .button {
          margin-top: 0.5rem;
          font-size: 1.1rem; }
          .interactive-map__controls .button:first-child {
            margin-top: 0; }
      .interactive-map__map {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 60%;
                flex: 1 1 60%;
        margin-top: 0;
        margin-left: 2.5rem; } }
  @media (min-width: 1023px) {
    .header {
      padding-top: 9rem; } }
  @media (min-width: 1024px) {
    .link:hover, .button:hover, .card__link:hover, .socials__link:hover, .logo__link:hover, .lang:hover, .menu__link:hover, .search:hover, .toggle:hover, .feed-nav__link:hover, .modal__close:hover, .breadcrumbs__link:hover {
      will-change: color;
      color: #d0393b; }
    .slick-prev:hover,
    .slick-next:hover {
      color: #d0393b; }
  .slider--landing .slick-dots {
    bottom: 3rem; }
    .slider--landing .slick-dots button:hover {
      color: rgba(255, 255, 255, 0.75); }
    .slider--gallery .slick-prev:hover, .slider--gallery .slick-prev:focus,
    .slider--gallery .slick-next:hover,
    .slider--gallery .slick-next:focus {
      color: #fff;
      background: #282C45; }
    .banner--wide {
      padding-bottom: 40%; }
      .button--primary:hover {
        will-change: background-color, color;
        color: #fff;
        background-color: #ad292b; }
      .button--secondary:hover {
        will-change: background-color, color;
        color: #fff;
        background-color: #282C45; }
      .button--secondary:disabled {
        color: rgba(40, 44, 69, 0.5);
        background-color: #fff; }
    .card__group .card__item:not(:first-child) {
      border-left: 1px solid #DDDDEB; }
    .card__group .card__item:last-child:not(:nth-child(even)) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .card__icon {
      margin-right: 0.5em; }
    .card--size-1x {
      -ms-grid-column-span: 2;
      grid-column: span 2; }
    .card--size-2x {
      -ms-grid-column-span: 3;
      grid-column: span 3; }
      .card--size-2x .card__cover {
        -webkit-box-ordinal-group: -1;
            -ms-flex-order: -2;
                order: -2;
        padding-bottom: 40%; }
      .card--size-2x .card__group {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
    .card--size-3x {
      -ms-grid-column-span: 6;
      grid-column: span 6;
      padding-left: calc(40% - 2rem); }
      .card--size-3x .card__cover:after {
        left: calc(40% - 4rem); }
    .card:hover {
      will-change: border-color, box-shadow;
      border-color: #fff;
      -webkit-box-shadow: 0px 4px 60px rgba(9, 12, 36, 0.08);
              box-shadow: 0px 4px 60px rgba(9, 12, 36, 0.08); }
      .card:hover .card__img {
        will-change: transform;
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
      .card:hover .card__overlay {
        will-change: opacity, visibility;
        visibility: visible;
        opacity: 1; }
    .card--news .card__group .card__item {
      border-left: 0; }
    .cover {
      padding: 1rem; }
      .cover__bg {
        max-height: 40vw;
        height: 100%; }
      .cover__inner {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 50%;
        padding: 2rem 2rem 5rem !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: auto !important;
        -ms-flex-item-align: end;
            align-self: flex-end; }
        .cover__inner h1 {
          font-size: 2rem; }
        .cover__inner p {
          font-size: 1.5rem; }
      .cover .slick-next,
      .cover .slick-prev {
        bottom: 4rem; }
      .cover .slick-next {
        right: 30%; }
      .cover .slick-prev {
        left: 30%; }
    .nav--mobile {
      display: block; }
      .nav--mobile .nav__item--logo, .nav--mobile .nav__item--toggle, .nav--mobile .nav__item--lang, .nav--mobile .nav__item--search, .nav--mobile .nav__item--socials, .nav--mobile .nav__item--secondary, .nav--mobile .nav__item--primary {
        display: none; }
      .nav--mobile .nav__item--desktop {
        display: block; }
        .nav--mobile .nav__item--desktop > .menu {
          display: -ms-grid;
          display: grid;
          grid-gap: 2.5rem;
          -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
          grid-template-columns: repeat(4, 1fr);
          -ms-grid-rows: auto 2.5rem auto;
          grid-template-rows: auto auto;
          margin: 0; }
        .nav--mobile .nav__item--desktop > .menu > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
        .nav--mobile .nav__item--desktop > .menu > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
        .nav--mobile .nav__item--desktop > .menu > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
        .nav--mobile .nav__item--desktop > .menu > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7; }
        .nav--mobile .nav__item--desktop > .menu > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
        .nav--mobile .nav__item--desktop > .menu > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
        .nav--mobile .nav__item--desktop > .menu > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5; }
        .nav--mobile .nav__item--desktop > .menu > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7; }
          .nav--mobile .nav__item--desktop > .menu .menu__item {
            -ms-flex-item-align: start;
                -ms-grid-row-align: start;
                align-self: start; }
            .nav--mobile .nav__item--desktop > .menu .menu__item:not(:first-child) {
              margin-left: 0; }
    .nav--secondary {
      border-bottom: 1px solid transparent; }
    .nav--main {
      font-size: 1em; }
      .nav--main .menu,
      .nav--main .socials {
        font-size: 1em; }
      .nav--main .nav__item {
        display: block; }
        .nav--main .nav__item--toggle {
          display: none; }
        .nav--main .nav__item--primary, .nav--main .nav__item--socials {
          -ms-grid-column-align: end;
              justify-self: end;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
        .nav--main .nav__item--lang {
          -ms-grid-column-align: end;
              justify-self: end;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
        .nav--main .nav__item--search {
          -ms-grid-column-align: center;
              justify-self: center;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
    .nav--secondary {
      display: block;
      padding-top: 0.6rem;
      padding-bottom: 0.6rem; }
      .nav--secondary .menu {
        font-size: 0.9rem; }
        .nav--secondary .menu:after {
          display: none; }
      .socials__link--vk:hover {
        color: #48739C; }
      .socials__link--ok:hover {
        color: #EA7037; }
      .socials__link--facebook:hover {
        color: #3B5B95; }
      .socials__link--twitter:hover {
        color: #1da1f2; }
        .tags__item .tags__item-link {
          -webkit-transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, background-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
          -o-transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, background-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s;
          transition: color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s, background-color cubic-bezier(0.39, 0.08, 0.16, 1.02) 0.3s; }
          .tags__item .tags__item-link:hover {
            will-change: background-color, color;
            color: #fff;
            background-color: #282C45; }
    .tabs--feed .tabs__nav {
      position: absolute;
      top: 0;
      left: 0; }
    .tabs--feed .tabs__content {
      margin: 0; }
      .tabs--feed .tab {
        -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto; }
      .tabs--feed .tab > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .tabs--feed .tab > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .tabs--feed .tab > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
        .tabs--feed .tab__info {
          -ms-grid-column: 1;
          -ms-grid-column-span: 1;
          grid-column: 1/2;
          padding-top: 9rem;
          text-align: left; }
    .lang:hover {
      color: #d0393b; }
    .menu {
      height: 100%;
      margin: 0 -0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu__heading {
        margin: 0 -0.5rem 0.3rem; }
      .menu__item:not(:first-child) {
        margin-left: 1em; }
      .menu__item--blind-mobile {
        display: none; }
      .menu__item--blind-desktop {
        display: inline-block; }
        .menu__item--blind-desktop:not(:first-child) {
          margin-left: auto; }
      .menu__link {
        padding: 0.5rem; }
      .menu--columns {
        display: block;
        -webkit-columns: 3;
                columns: 3;
        margin: 0; }
        .menu--columns .menu__item {
          margin-left: -0.5rem; }
      .menu--vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .menu--vertical .menu__item {
          margin-left: 0; }
        .menu--vertical .menu__link {
          padding-top: 0.3rem;
          padding-bottom: 0.3rem; }
    .toggle__item {
      height: 3px; }
    .toggle--desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 5em; }
    .toggle--mobile {
      display: none; }
    .footer__grid {
      -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
      grid-template-columns: repeat(4, 1fr);
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
    .footer__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .footer__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .footer__grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
    .footer__grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7; }
      .footer__grid-item--nav {
        width: 100%;
        -ms-grid-column: 2;
        -ms-grid-column-span: 3;
        grid-column: 2 / span 3; }
      .footer__grid-item--socials {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4 / 5; }
      .footer__grid-item--developer {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3 / 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        -ms-grid-column-align: start;
            justify-self: start; }
    .developer {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .panel > .blog-inner {
      margin-left: -2.5rem;
      margin-right: -2.5rem; }
    .feed {
      -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
      grid-template-columns: repeat(3, 1fr); }
      .feed--pyramid, .feed--routes {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto; }
      .feed--pyramid > *:nth-child(1), .feed--routes > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .feed--pyramid > *:nth-child(2), .feed--routes > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      .feed--pyramid > *:nth-child(3), .feed--routes > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .feed--pyramid > *:nth-child(4), .feed--routes > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4; }
      .feed--pyramid > *:nth-child(5), .feed--routes > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
      .feed--pyramid > *:nth-child(6), .feed--routes > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6; }
      .feed--news {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); }
      .feed--contacts {
        padding-top: 1.5rem;
        grid-gap: 4rem 2.5rem;
        -ms-grid-columns: 3fr 2.5rem 4fr;
        grid-template-columns: 3fr 4fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto; }
      .feed--contacts > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .feed--contacts > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .feed__item--col-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2; }
      .feed__item--col-2 {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2 / 3; }
      .feed__item--row-1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; }
      .feed__item--row-2 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; }
      .feed__item--row-3 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3 / 4; }
      .feed__item--row-4 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4 / 5; }
      .feed__item--row-1-3 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1 / span 3; }
    .feed-nav__item {
      -ms-flex-preferred-size: 13rem;
          flex-basis: 13rem; }
      .pagination__link:hover {
        will-change: color, background-color;
        color: #fff;
        background-color: #d0393b; }
    .map {
      padding-bottom: 30%; }
    .dateblock {
      grid-gap: 2rem;
          grid-template-areas: 'all daypicker datepicker .';
      -ms-grid-columns: auto 2rem auto 2rem auto 2rem 1fr;
      grid-template-columns: auto auto auto 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
      .dateblock__all, .dateblock__daypicker, .dateblock__datepicker {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
    .dateblock__all {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .daypicker__list {
      width: auto; }
    .daypicker {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
    .datepicker {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
  .inner-page__header {
    padding-top: 10.5rem; }
  .inner-page__grid {
    -ms-grid-columns: 1fr 1.25rem 1fr 1.25rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
  .inner-page__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .inner-page__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .inner-page__grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
  .inner-page__slider {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .inner-page__info {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3; }
    .inner-page__info .card {
      top: 10.5rem; }
  .inner-page__description {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3; }
  .inner-page__feed {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4; }
  .inner-page__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .inner-page__row-item {
      margin-top: 0;
      margin-left: 1rem; }
      .inner-page__row-item:first-child {
        margin-left: 0; }
    .page {
      padding-top: 10.5rem; }
      .page__headline > *:not(:first-child) {
        margin-left: 3rem; }
      .page__headline--column > *:not(:first-child) {
        margin-left: 0;
        margin-top: 1rem; }
  .blog-inner {
    padding-left: 6rem;
    padding-right: 6rem; }
    .blog-inner__hero {
      margin: 0 -6rem;
      padding-top: 40%; }
    .blog-inner--small-padding {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
      .blog-inner--small-padding .blog-inner__hero {
        margin: 0 -2.5rem; }
    .contacts-form {
      max-width: none;
      margin: 0; }
    .interactive-map .map {
      padding-bottom: 50%; } }
  @media (min-width: 1101px) {
    .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 1201px) {
    html {
      font-size: 15px;
      font-size: calc(14px + (20 - 12)*(100vw - 1200px)/(2550 - 1200)); }
    .slider--gallery .slick-prev {
      right: 10rem;
      left: auto; }
    .slider--gallery .slick-next {
      right: 6rem; }
    .nav--secondary .menu {
      font-size: 1.1rem; }
  .blog-inner {
    padding-left: 9.5rem;
    padding-right: 9.5rem; }
    .blog-inner__hero {
      margin: 0 -9.5rem; }
    .blog-inner--small-padding {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
      .blog-inner--small-padding .blog-inner__hero {
        margin: 0 -2.5rem; }
    .contacts-form .form {
      display: -ms-grid;
      display: grid;
      grid-gap: 0 2.5rem;
      -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr 2.5rem 1fr;
      grid-template-columns: repeat(5, 1fr);
      -ms-grid-rows: auto;
      grid-template-rows: auto;
          grid-template-areas: 'group1  group1  group1  group1 group1' 'group2  group2  group2  group2 group2' 'group3  group3  group3  group3 group3' 'agree   agree   agree   submit submit' 'captcha captcha captcha submit submit'; }
    .form-group--1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9; }
    .form-group--2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9; }
    .form-group--3 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9; }
    .form-group--agree {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5; }
    .form-group--captcha {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5; }
    .form-group--submit {
    -ms-grid-row: 7;
    -ms-grid-row-span: 3;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3; } }
  @media (min-width: 1251px) {
    .container {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 1441px) {
    .slider--gallery .slick-prev {
      right: 12rem;
      left: auto; }
    .slider--gallery .slick-next {
      right: 8rem; }
    .landing-section {
      margin-top: 7.25rem; }
      .landing-section--has-icon {
        margin-top: 9rem; }
      .landing-section__content {
        padding: 0; }
    .container {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1801px) {
  .slider--landing .slick-prev {
    left: 7.25rem; }
  .slider--landing .slick-next {
    right: 7.25rem; }
    .slider--gallery .slick-prev {
      right: 18.5rem;
      left: auto; }
    .slider--gallery .slick-next {
      right: 14.5rem; }
    .cover .slick-next {
      right: 30%; }
    .cover .slick-prev {
      left: 30%; }
    .container {
      padding-left: 7.25rem;
      padding-right: 7.25rem; } }
  @media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
  @media (max-width: 767px) {
  .inner-page > .container {
    padding-left: 1rem;
    padding-right: 1rem; }
      .page--blog .page__headline {
        padding-left: 1rem;
        padding-right: 1rem; }
  .blog-inner .page__headline {
    padding-left: 0;
    padding-right: 0; }
    .contacts-form {
      padding: 0;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  @media (max-width: 599px) {
    .main > .container {
      padding-left: 0;
      padding-right: 0; } }
