@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.article-full__content:after {
  clear: both;
  content: '';
  display: table; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

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

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

/**
     * 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 */ }

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

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

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

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

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

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=47.5em&large=62em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 15px; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Open Sans-web", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1d1d1b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 5px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 5px;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li, h1, .title, .widget__title,
h2,
.title-s,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 86.666%;
  line-height: inherit; }

h1, .title, .widget__title,
h2,
.title-s,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans-web", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #5c4c9a;
  text-rendering: optimizeLegibility; }
  h1 small, .title small, .widget__title small,
  h2 small,
  .title-s small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #a1a1a1; }

h1, .title, .widget__title {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem; }


h2,
.title-s {
  font-size: 1.13333rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem; }

h3 {
  font-size: 1.06667rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem; }

h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem; }

h5 {
  font-size: 0.93333rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem; }

h6 {
  font-size: 0.86667rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem; }

@media print, screen and (min-width: 47.5em) {
  h1, .title, .widget__title {
    font-size: 1.33333rem; }
  
  h2,
  .title-s {
    font-size: 1.26667rem; }
  h3 {
    font-size: 1.2rem; }
  h4 {
    font-size: 1.06667rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 0.93333rem; } }

@media print, screen and (min-width: 62em) {
  h1, .title, .widget__title {
    font-size: 1.73333rem; }
  
  h2,
  .title-s {
    font-size: 1.6rem; }
  h3 {
    font-size: 1.46667rem; }
  h4 {
    font-size: 1.33333rem; }
  h5 {
    font-size: 1.2rem; }
  h6 {
    font-size: 1.06667rem; } }

a {
  line-height: inherit;
  color: #9e147a;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: #881169;
    text-decoration: none; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 76rem;
  height: 0;
  margin: 1.33333rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #a1a1a1;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.2; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.6rem 1.33333rem 0 1.26667rem;
  border-left: 1px solid #a1a1a1; }
  blockquote, blockquote p {
    line-height: 1.2;
    color: #858584; }

cite {
  display: block;
  font-size: 0.86667rem;
  color: #858584; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #1d1d1b;
  color: #1d1d1b;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.13333rem 0.33333rem 0.06667rem;
  border: 1px solid #a1a1a1;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1d1d1b; }

kbd {
  margin: 0;
  padding: 0.13333rem 0.26667rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #1d1d1b;
  border-radius: 5px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #858584; }

.lead {
  font-size: 18.75px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet, .primary-tile__list, .main-nav__ul, .aside-nav__list {
  margin-left: 0;
  list-style: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3rem;
  margin: 0 0 1.33333rem;
  padding: 0.66667rem;
  border: 2px solid #cdcdcd;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.06667rem;
  font-weight: normal;
  color: #1d1d1b;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 2px solid #b8c402;
    background-color: #fff;
    box-shadow: 0 0 5px #a1a1a1;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a1a1a1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a1a1a1; }

input::placeholder,
textarea::placeholder {
  color: #a1a1a1; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.33333rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.66667rem;
  margin-right: 1.33333rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.66667rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.93333rem;
  font-weight: normal;
  line-height: 1.8;
  color: #1d1d1b; }
  label.middle {
    margin: 0 0 1.33333rem;
    padding: 0.8rem 0; }

.help-text {
  margin-top: -0.66667rem;
  font-size: 0.86667rem;
  font-style: italic;
  color: #1d1d1b; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.33333rem; }
  .input-group > :first-child {
    border-radius: 5px 0 0 5px; }
  .input-group > :last-child > * {
    border-radius: 0 5px 5px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #a1a1a1;
  background: #e6e6e6;
  color: #1d1d1b;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 3.06667rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 3.06667rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.06667rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.66667rem; }

.fieldset {
  margin: 1.2rem 0;
  padding: 1.33333rem;
  border: 1px solid #a1a1a1; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.2rem;
    padding: 0 0.2rem;
    background: #fff; }

select {
  height: 3rem;
  margin: 0 0 1.33333rem;
  padding: 0.66667rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #cdcdcd;
  border-radius: 5px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.06667rem;
  line-height: normal;
  color: #1d1d1b;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28133, 133, 132%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.33333rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 2px solid #b8c402;
    background-color: #fff;
    box-shadow: 0 0 5px #a1a1a1;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fdeeec; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.66667rem;
  margin-bottom: 1.33333rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button, .pagination-next a, .pagination-next.disabled, .pagination-previous a, .pagination-previous.disabled, .file-upld__lbl {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.06rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #9e147a;
  color: #fff; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .pagination-next a, .pagination-next [data-whatinput='mouse'] a, [data-whatinput='mouse'] .pagination-next.disabled, [data-whatinput='mouse'] .pagination-previous a, .pagination-previous [data-whatinput='mouse'] a, [data-whatinput='mouse'] .pagination-previous.disabled, [data-whatinput='mouse'] .file-upld__lbl {
    outline: 0; }
  .button:hover, .pagination-next a:hover, .pagination-next.disabled:hover, .pagination-previous a:hover, .pagination-previous.disabled:hover, .file-upld__lbl:hover, .button:focus, .pagination-next a:focus, .pagination-next.disabled:focus, .pagination-previous a:focus, .pagination-previous.disabled:focus, .file-upld__lbl:focus {
    background-color: #861168;
    color: #fff; }
  .button.tiny, .pagination-next a.tiny, .tiny.pagination-next.disabled, .pagination-previous a.tiny, .tiny.pagination-previous.disabled, .tiny.file-upld__lbl {
    font-size: 0.6rem; }
  .button.small, .pagination-next a.small, .small.pagination-next.disabled, .pagination-previous a.small, .small.pagination-previous.disabled, .small.file-upld__lbl {
    font-size: 0.75rem; }
  .button.large, .pagination-next a.large, .large.pagination-next.disabled, .pagination-previous a.large, .large.pagination-previous.disabled, .large.file-upld__lbl {
    font-size: 1.25rem; }
  .button.expanded, .pagination-next a.expanded, .expanded.pagination-next.disabled, .pagination-previous a.expanded, .expanded.pagination-previous.disabled, .expanded.file-upld__lbl {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary, .pagination-next a.primary, .primary.pagination-next.disabled, .pagination-previous a.primary, .primary.pagination-previous.disabled, .primary.file-upld__lbl {
    background-color: #1779ba;
    color: #fff; }
    .button.primary:hover, .pagination-next a.primary:hover, .primary.pagination-next.disabled:hover, .pagination-previous a.primary:hover, .primary.pagination-previous.disabled:hover, .primary.file-upld__lbl:hover, .button.primary:focus, .pagination-next a.primary:focus, .primary.pagination-next.disabled:focus, .pagination-previous a.primary:focus, .primary.pagination-previous.disabled:focus, .primary.file-upld__lbl:focus {
      background-color: #126195;
      color: #fff; }
  .button.secondary, .pagination-next a.secondary, .secondary.pagination-next.disabled, .pagination-previous a.secondary, .secondary.pagination-previous.disabled, .secondary.file-upld__lbl {
    background-color: #767676;
    color: #fff; }
    .button.secondary:hover, .pagination-next a.secondary:hover, .secondary.pagination-next.disabled:hover, .pagination-previous a.secondary:hover, .secondary.pagination-previous.disabled:hover, .secondary.file-upld__lbl:hover, .button.secondary:focus, .pagination-next a.secondary:focus, .secondary.pagination-next.disabled:focus, .pagination-previous a.secondary:focus, .secondary.pagination-previous.disabled:focus, .secondary.file-upld__lbl:focus {
      background-color: #5e5e5e;
      color: #fff; }
  .button.success, .pagination-next a.success, .success.pagination-next.disabled, .pagination-previous a.success, .success.pagination-previous.disabled, .success.file-upld__lbl {
    background-color: #3adb76;
    color: #1d1d1b; }
    .button.success:hover, .pagination-next a.success:hover, .success.pagination-next.disabled:hover, .pagination-previous a.success:hover, .success.pagination-previous.disabled:hover, .success.file-upld__lbl:hover, .button.success:focus, .pagination-next a.success:focus, .success.pagination-next.disabled:focus, .pagination-previous a.success:focus, .success.pagination-previous.disabled:focus, .success.file-upld__lbl:focus {
      background-color: #22bb5b;
      color: #1d1d1b; }
  .button.warning, .pagination-next a.warning, .warning.pagination-next.disabled, .pagination-previous a.warning, .warning.pagination-previous.disabled, .warning.file-upld__lbl {
    background-color: #ffae00;
    color: #1d1d1b; }
    .button.warning:hover, .pagination-next a.warning:hover, .warning.pagination-next.disabled:hover, .pagination-previous a.warning:hover, .warning.pagination-previous.disabled:hover, .warning.file-upld__lbl:hover, .button.warning:focus, .pagination-next a.warning:focus, .warning.pagination-next.disabled:focus, .pagination-previous a.warning:focus, .warning.pagination-previous.disabled:focus, .warning.file-upld__lbl:focus {
      background-color: #cc8b00;
      color: #1d1d1b; }
  .button.alert, .pagination-next a.alert, .alert.pagination-next.disabled, .pagination-previous a.alert, .alert.pagination-previous.disabled, .alert.file-upld__lbl {
    background-color: #cc4b37;
    color: #fff; }
    .button.alert:hover, .pagination-next a.alert:hover, .alert.pagination-next.disabled:hover, .pagination-previous a.alert:hover, .alert.pagination-previous.disabled:hover, .alert.file-upld__lbl:hover, .button.alert:focus, .pagination-next a.alert:focus, .alert.pagination-next.disabled:focus, .pagination-previous a.alert:focus, .alert.pagination-previous.disabled:focus, .alert.file-upld__lbl:focus {
      background-color: #a53b2a;
      color: #fff; }
  .button.hollow, .pagination-next a, .pagination-next.disabled, .pagination-previous a, .pagination-previous.disabled, .file-upld__lbl {
    border: 1px solid #9e147a;
    color: #9e147a; }
    .button.hollow, .pagination-next a, .pagination-next.disabled, .pagination-previous a, .pagination-previous.disabled, .file-upld__lbl, .button.hollow:hover, .pagination-next a:hover, .pagination-next.disabled:hover, .pagination-previous a:hover, .pagination-previous.disabled:hover, .file-upld__lbl:hover, .button.hollow:focus, .pagination-next a:focus, .pagination-next.disabled:focus, .pagination-previous a:focus, .pagination-previous.disabled:focus, .file-upld__lbl:focus {
      background-color: transparent; }
    .button.hollow:hover, .pagination-next a:hover, .pagination-next.disabled:hover, .pagination-previous a:hover, .pagination-previous.disabled:hover, .file-upld__lbl:hover, .button.hollow:focus, .pagination-next a:focus, .pagination-next.disabled:focus, .pagination-previous a:focus, .pagination-previous.disabled:focus, .file-upld__lbl:focus {
      border-color: #4f0a3d;
      color: #4f0a3d; }
    .button.hollow.primary, .pagination-next a.primary, .primary.pagination-next.disabled, .pagination-previous a.primary, .primary.pagination-previous.disabled, .primary.file-upld__lbl {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .pagination-next a.primary:hover, .primary.pagination-next.disabled:hover, .pagination-previous a.primary:hover, .primary.pagination-previous.disabled:hover, .primary.file-upld__lbl:hover, .button.hollow.primary:focus, .pagination-next a.primary:focus, .primary.pagination-next.disabled:focus, .pagination-previous a.primary:focus, .primary.pagination-previous.disabled:focus, .primary.file-upld__lbl:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary, .pagination-next a.secondary, .secondary.pagination-next.disabled, .pagination-previous a.secondary, .secondary.pagination-previous.disabled, .secondary.file-upld__lbl {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .pagination-next a.secondary:hover, .secondary.pagination-next.disabled:hover, .pagination-previous a.secondary:hover, .secondary.pagination-previous.disabled:hover, .secondary.file-upld__lbl:hover, .button.hollow.secondary:focus, .pagination-next a.secondary:focus, .secondary.pagination-next.disabled:focus, .pagination-previous a.secondary:focus, .secondary.pagination-previous.disabled:focus, .secondary.file-upld__lbl:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success, .pagination-next a.success, .success.pagination-next.disabled, .pagination-previous a.success, .success.pagination-previous.disabled, .success.file-upld__lbl {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .pagination-next a.success:hover, .success.pagination-next.disabled:hover, .pagination-previous a.success:hover, .success.pagination-previous.disabled:hover, .success.file-upld__lbl:hover, .button.hollow.success:focus, .pagination-next a.success:focus, .success.pagination-next.disabled:focus, .pagination-previous a.success:focus, .success.pagination-previous.disabled:focus, .success.file-upld__lbl:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning, .pagination-next a.warning, .warning.pagination-next.disabled, .pagination-previous a.warning, .warning.pagination-previous.disabled, .warning.file-upld__lbl {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .pagination-next a.warning:hover, .warning.pagination-next.disabled:hover, .pagination-previous a.warning:hover, .warning.pagination-previous.disabled:hover, .warning.file-upld__lbl:hover, .button.hollow.warning:focus, .pagination-next a.warning:focus, .warning.pagination-next.disabled:focus, .pagination-previous a.warning:focus, .warning.pagination-previous.disabled:focus, .warning.file-upld__lbl:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert, .pagination-next a.alert, .alert.pagination-next.disabled, .pagination-previous a.alert, .alert.pagination-previous.disabled, .alert.file-upld__lbl {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .pagination-next a.alert:hover, .alert.pagination-next.disabled:hover, .pagination-previous a.alert:hover, .alert.pagination-previous.disabled:hover, .alert.file-upld__lbl:hover, .button.hollow.alert:focus, .pagination-next a.alert:focus, .alert.pagination-next.disabled:focus, .pagination-previous a.alert:focus, .alert.pagination-previous.disabled:focus, .alert.file-upld__lbl:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .pagination-next a.disabled, .disabled.pagination-next, .pagination-previous a.disabled, .disabled.pagination-previous, .disabled.file-upld__lbl, .button[disabled], .pagination-next a[disabled], .pagination-next.disabled[disabled], .pagination-previous a[disabled], .pagination-previous.disabled[disabled], .file-upld__lbl[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .pagination-next a.disabled, .disabled.pagination-next, .pagination-previous a.disabled, .disabled.pagination-previous, .disabled.file-upld__lbl, .button.disabled:hover, .pagination-next a.disabled:hover, .disabled.pagination-next:hover, .pagination-previous a.disabled:hover, .disabled.pagination-previous:hover, .disabled.file-upld__lbl:hover, .button.disabled:focus, .pagination-next a.disabled:focus, .disabled.pagination-next:focus, .pagination-previous a.disabled:focus, .disabled.pagination-previous:focus, .disabled.file-upld__lbl:focus, .button[disabled], .pagination-next a[disabled], .pagination-next.disabled[disabled], .pagination-previous a[disabled], .pagination-previous.disabled[disabled], .file-upld__lbl[disabled], .button[disabled]:hover, .pagination-next a[disabled]:hover, .pagination-next.disabled[disabled]:hover, .pagination-previous a[disabled]:hover, .pagination-previous.disabled[disabled]:hover, .file-upld__lbl[disabled]:hover, .button[disabled]:focus, .pagination-next a[disabled]:focus, .pagination-next.disabled[disabled]:focus, .pagination-previous a[disabled]:focus, .pagination-previous.disabled[disabled]:focus, .file-upld__lbl[disabled]:focus {
      background-color: #9e147a;
      color: #fff; }
    .button.disabled.primary, .pagination-next a.disabled.primary, .disabled.primary.pagination-next, .pagination-previous a.disabled.primary, .disabled.primary.pagination-previous, .disabled.primary.file-upld__lbl, .button[disabled].primary, .pagination-next a[disabled].primary, .pagination-next.disabled[disabled].primary, .pagination-previous a[disabled].primary, .pagination-previous.disabled[disabled].primary, .file-upld__lbl[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .pagination-next a.disabled.primary, .disabled.primary.pagination-next, .pagination-previous a.disabled.primary, .disabled.primary.pagination-previous, .disabled.primary.file-upld__lbl, .button.disabled.primary:hover, .pagination-next a.disabled.primary:hover, .disabled.primary.pagination-next:hover, .pagination-previous a.disabled.primary:hover, .disabled.primary.pagination-previous:hover, .disabled.primary.file-upld__lbl:hover, .button.disabled.primary:focus, .pagination-next a.disabled.primary:focus, .disabled.primary.pagination-next:focus, .pagination-previous a.disabled.primary:focus, .disabled.primary.pagination-previous:focus, .disabled.primary.file-upld__lbl:focus, .button[disabled].primary, .pagination-next a[disabled].primary, .pagination-next.disabled[disabled].primary, .pagination-previous a[disabled].primary, .pagination-previous.disabled[disabled].primary, .file-upld__lbl[disabled].primary, .button[disabled].primary:hover, .pagination-next a[disabled].primary:hover, .pagination-next.disabled[disabled].primary:hover, .pagination-previous a[disabled].primary:hover, .pagination-previous.disabled[disabled].primary:hover, .file-upld__lbl[disabled].primary:hover, .button[disabled].primary:focus, .pagination-next a[disabled].primary:focus, .pagination-next.disabled[disabled].primary:focus, .pagination-previous a[disabled].primary:focus, .pagination-previous.disabled[disabled].primary:focus, .file-upld__lbl[disabled].primary:focus {
        background-color: #1779ba;
        color: #fff; }
    .button.disabled.secondary, .pagination-next a.disabled.secondary, .disabled.secondary.pagination-next, .pagination-previous a.disabled.secondary, .disabled.secondary.pagination-previous, .disabled.secondary.file-upld__lbl, .button[disabled].secondary, .pagination-next a[disabled].secondary, .pagination-next.disabled[disabled].secondary, .pagination-previous a[disabled].secondary, .pagination-previous.disabled[disabled].secondary, .file-upld__lbl[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .pagination-next a.disabled.secondary, .disabled.secondary.pagination-next, .pagination-previous a.disabled.secondary, .disabled.secondary.pagination-previous, .disabled.secondary.file-upld__lbl, .button.disabled.secondary:hover, .pagination-next a.disabled.secondary:hover, .disabled.secondary.pagination-next:hover, .pagination-previous a.disabled.secondary:hover, .disabled.secondary.pagination-previous:hover, .disabled.secondary.file-upld__lbl:hover, .button.disabled.secondary:focus, .pagination-next a.disabled.secondary:focus, .disabled.secondary.pagination-next:focus, .pagination-previous a.disabled.secondary:focus, .disabled.secondary.pagination-previous:focus, .disabled.secondary.file-upld__lbl:focus, .button[disabled].secondary, .pagination-next a[disabled].secondary, .pagination-next.disabled[disabled].secondary, .pagination-previous a[disabled].secondary, .pagination-previous.disabled[disabled].secondary, .file-upld__lbl[disabled].secondary, .button[disabled].secondary:hover, .pagination-next a[disabled].secondary:hover, .pagination-next.disabled[disabled].secondary:hover, .pagination-previous a[disabled].secondary:hover, .pagination-previous.disabled[disabled].secondary:hover, .file-upld__lbl[disabled].secondary:hover, .button[disabled].secondary:focus, .pagination-next a[disabled].secondary:focus, .pagination-next.disabled[disabled].secondary:focus, .pagination-previous a[disabled].secondary:focus, .pagination-previous.disabled[disabled].secondary:focus, .file-upld__lbl[disabled].secondary:focus {
        background-color: #767676;
        color: #fff; }
    .button.disabled.success, .pagination-next a.disabled.success, .disabled.success.pagination-next, .pagination-previous a.disabled.success, .disabled.success.pagination-previous, .disabled.success.file-upld__lbl, .button[disabled].success, .pagination-next a[disabled].success, .pagination-next.disabled[disabled].success, .pagination-previous a[disabled].success, .pagination-previous.disabled[disabled].success, .file-upld__lbl[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .pagination-next a.disabled.success, .disabled.success.pagination-next, .pagination-previous a.disabled.success, .disabled.success.pagination-previous, .disabled.success.file-upld__lbl, .button.disabled.success:hover, .pagination-next a.disabled.success:hover, .disabled.success.pagination-next:hover, .pagination-previous a.disabled.success:hover, .disabled.success.pagination-previous:hover, .disabled.success.file-upld__lbl:hover, .button.disabled.success:focus, .pagination-next a.disabled.success:focus, .disabled.success.pagination-next:focus, .pagination-previous a.disabled.success:focus, .disabled.success.pagination-previous:focus, .disabled.success.file-upld__lbl:focus, .button[disabled].success, .pagination-next a[disabled].success, .pagination-next.disabled[disabled].success, .pagination-previous a[disabled].success, .pagination-previous.disabled[disabled].success, .file-upld__lbl[disabled].success, .button[disabled].success:hover, .pagination-next a[disabled].success:hover, .pagination-next.disabled[disabled].success:hover, .pagination-previous a[disabled].success:hover, .pagination-previous.disabled[disabled].success:hover, .file-upld__lbl[disabled].success:hover, .button[disabled].success:focus, .pagination-next a[disabled].success:focus, .pagination-next.disabled[disabled].success:focus, .pagination-previous a[disabled].success:focus, .pagination-previous.disabled[disabled].success:focus, .file-upld__lbl[disabled].success:focus {
        background-color: #3adb76;
        color: #1d1d1b; }
    .button.disabled.warning, .pagination-next a.disabled.warning, .disabled.warning.pagination-next, .pagination-previous a.disabled.warning, .disabled.warning.pagination-previous, .disabled.warning.file-upld__lbl, .button[disabled].warning, .pagination-next a[disabled].warning, .pagination-next.disabled[disabled].warning, .pagination-previous a[disabled].warning, .pagination-previous.disabled[disabled].warning, .file-upld__lbl[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .pagination-next a.disabled.warning, .disabled.warning.pagination-next, .pagination-previous a.disabled.warning, .disabled.warning.pagination-previous, .disabled.warning.file-upld__lbl, .button.disabled.warning:hover, .pagination-next a.disabled.warning:hover, .disabled.warning.pagination-next:hover, .pagination-previous a.disabled.warning:hover, .disabled.warning.pagination-previous:hover, .disabled.warning.file-upld__lbl:hover, .button.disabled.warning:focus, .pagination-next a.disabled.warning:focus, .disabled.warning.pagination-next:focus, .pagination-previous a.disabled.warning:focus, .disabled.warning.pagination-previous:focus, .disabled.warning.file-upld__lbl:focus, .button[disabled].warning, .pagination-next a[disabled].warning, .pagination-next.disabled[disabled].warning, .pagination-previous a[disabled].warning, .pagination-previous.disabled[disabled].warning, .file-upld__lbl[disabled].warning, .button[disabled].warning:hover, .pagination-next a[disabled].warning:hover, .pagination-next.disabled[disabled].warning:hover, .pagination-previous a[disabled].warning:hover, .pagination-previous.disabled[disabled].warning:hover, .file-upld__lbl[disabled].warning:hover, .button[disabled].warning:focus, .pagination-next a[disabled].warning:focus, .pagination-next.disabled[disabled].warning:focus, .pagination-previous a[disabled].warning:focus, .pagination-previous.disabled[disabled].warning:focus, .file-upld__lbl[disabled].warning:focus {
        background-color: #ffae00;
        color: #1d1d1b; }
    .button.disabled.alert, .pagination-next a.disabled.alert, .disabled.alert.pagination-next, .pagination-previous a.disabled.alert, .disabled.alert.pagination-previous, .disabled.alert.file-upld__lbl, .button[disabled].alert, .pagination-next a[disabled].alert, .pagination-next.disabled[disabled].alert, .pagination-previous a[disabled].alert, .pagination-previous.disabled[disabled].alert, .file-upld__lbl[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .pagination-next a.disabled.alert, .disabled.alert.pagination-next, .pagination-previous a.disabled.alert, .disabled.alert.pagination-previous, .disabled.alert.file-upld__lbl, .button.disabled.alert:hover, .pagination-next a.disabled.alert:hover, .disabled.alert.pagination-next:hover, .pagination-previous a.disabled.alert:hover, .disabled.alert.pagination-previous:hover, .disabled.alert.file-upld__lbl:hover, .button.disabled.alert:focus, .pagination-next a.disabled.alert:focus, .disabled.alert.pagination-next:focus, .pagination-previous a.disabled.alert:focus, .disabled.alert.pagination-previous:focus, .disabled.alert.file-upld__lbl:focus, .button[disabled].alert, .pagination-next a[disabled].alert, .pagination-next.disabled[disabled].alert, .pagination-previous a[disabled].alert, .pagination-previous.disabled[disabled].alert, .file-upld__lbl[disabled].alert, .button[disabled].alert:hover, .pagination-next a[disabled].alert:hover, .pagination-next.disabled[disabled].alert:hover, .pagination-previous a[disabled].alert:hover, .pagination-previous.disabled[disabled].alert:hover, .file-upld__lbl[disabled].alert:hover, .button[disabled].alert:focus, .pagination-next a[disabled].alert:focus, .pagination-next.disabled[disabled].alert:focus, .pagination-previous a[disabled].alert:focus, .pagination-previous.disabled[disabled].alert:focus, .file-upld__lbl[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fff; }
  .button.dropdown::after, .pagination-next a.dropdown::after, .dropdown.pagination-next.disabled::after, .pagination-previous a.dropdown::after, .dropdown.pagination-previous.disabled::after, .dropdown.file-upld__lbl::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after, .pagination-next a.arrow-only::after, .arrow-only.pagination-next.disabled::after, .pagination-previous a.arrow-only::after, .arrow-only.pagination-previous.disabled::after, .arrow-only.file-upld__lbl::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 5px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.53333rem 0.66667rem 0.66667rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #1d1d1b; }
  tfoot {
    background: #f2f2f2;
    color: #1d1d1b; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.53333rem 0.66667rem 0.66667rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.53333rem 0.66667rem 0.66667rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #fff; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 61.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.4375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 47.5em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 47.5em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.4375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 47.5em) and (max-width: 61.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.4375em), screen and (min-width: 62em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 62em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 61.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 62em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 61.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: none;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 5px;
  background-color: #1d1d1b;
  font-size: 86.666%;
  color: #fff; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #1d1d1b;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1d1d1b transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1d1d1b;
    top: 50%;
    bottom: auto;
    left: 100%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1d1d1b transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #858584;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  .title-s,
  h3 {
    orphans: 3;
    widows: 3; }
  
  h2,
  .title-s,
  h3 {
    page-break-after: avoid; } }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 5px 5px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 5px 5px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: foreground(#fff, #9e147a); }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 5px 5px; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: foreground(#fff, #1d1d1b); }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #9e147a;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #9e147a; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #ad1685; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 0.66667rem;
    font-size: 0.8rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fff;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #fff;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: foreground(#9e147a, #9e147a);
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.06667rem;
    border-radius: 5px;
    font-size: 1.06667rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 47.5em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.2rem 0.46667rem;
    border-radius: 5px;
    color: #a1a1a1; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.2rem 0.46667rem;
    background: transparent;
    color: #9e147a;
    cursor: default; }
  .pagination .disabled {
    padding: 0.2rem 0.46667rem;
    color: #a1a1a1;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.2rem 0.46667rem;
    content: '\2026';
    color: #a1a1a1; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(29, 29, 27, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 2.66667rem 4rem;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 47.5em) {
    .reveal {
      min-height: 0; } }
  .reveal .column,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 47.5em) {
    .reveal {
      width: 600px;
      max-width: 90%; } }
  @media print, screen and (min-width: 47.5em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 47.5em) {
    .reveal.tiny {
      width: 30%;
      max-width: 90%; } }
  @media print, screen and (min-width: 47.5em) {
    .reveal.small {
      width: 50%;
      max-width: 90%; } }
  @media print, screen and (min-width: 47.5em) {
    .reveal.large {
      width: 90%;
      max-width: 90%; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 47.4375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.93333rem;
    color: #a1a1a1;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #a1a1a1; }
  .breadcrumbs a {
    color: #9e147a; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #e6e6e6;
    cursor: not-allowed; }

@font-face {
  font-family: 'Open Sans-web';
  font-style: normal;
  font-weight: 300;
  src: url(/skin/dist/fonts/Open_Sans-normal-300.woff) format("woff");
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'Open Sans-web';
  font-style: normal;
  font-weight: 400;
  src: url(/skin/dist/fonts/Open_Sans-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'Open Sans-web';
  font-style: normal;
  font-weight: 600;
  src: url(/skin/dist/fonts/Open_Sans-normal-600.woff) format("woff");
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'Open Sans-web';
  font-style: normal;
  font-weight: 700;
  src: url(/skin/dist/fonts/Open_Sans-normal-700.woff) format("woff");
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'Open Sans-web';
  font-style: normal;
  font-weight: 800;
  src: url(/skin/dist/fonts/Open_Sans-normal-800.woff) format("woff");
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'Open Sans-web';
  font-style: italic;
  font-weight: 300;
  src: url(/skin/dist/fonts/Open_Sans-italic-300.woff) format("woff");
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'Open Sans-web';
  font-style: italic;
  font-weight: 400;
  src: url(/skin/dist/fonts/Open_Sans-italic-400.woff) format("woff");
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'Open Sans-web';
  font-style: italic;
  font-weight: 600;
  src: url(/skin/dist/fonts/Open_Sans-italic-600.woff) format("woff");
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'Open Sans-web';
  font-style: italic;
  font-weight: 700;
  src: url(/skin/dist/fonts/Open_Sans-italic-700.woff) format("woff");
  unicode-range: U+0-10FFFF; }

@font-face {
  font-family: 'Open Sans-web';
  font-style: italic;
  font-weight: 800;
  src: url(/skin/dist/fonts/Open_Sans-italic-800.woff) format("woff");
  unicode-range: U+0-10FFFF; }

h1, .title, .widget__title {
  font-weight: 600;
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.bbold {
  font-size: 16px;
  font-weight: bold; }

.t-center {
  text-align: center; }

table {
  border-collapse: collapse; }
  table td {
    border: 2px solid #a1a1a1; }
  table p {
    margin: 0; }

.table-container {
  overflow: auto;
  margin: 1.6em 0; }
  @media screen and (max-width: 760px) {
    .table-container {
      margin: 1.2em 0; } }
  .table-container table {
    margin: 0; }
  .table-container::-webkit-scrollbar {
    -webkit-appearance: none; }
  .table-container::-webkit-scrollbar:horizontal {
    background-color: #e6e6e6;
    border-radius: 5px;
    height: 10px; }
  .table-container::-webkit-scrollbar-thumb {
    border: 2px solid #e6e6e6;
    background-color: #a1a1a1;
    border-radius: 5px; }

.multilevel-ol ol {
  list-style: none;
  counter-reset: li; }

.multilevel-ol li {
  margin: 5px 0; }
  .multilevel-ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". "; }

.content li {
  margin-bottom: .5em; }

hr {
  border: none;
  border-top: 2px solid #f5f5f5;
  margin: 30px 0; }

iframe {
  max-width: 100%; }

.svg-icon {
  display: inline-block;
  fill: currentColor;
  max-width: 100%;
  vertical-align: middle; }
  .button .svg-icon, .pagination-next a .svg-icon, .pagination-next.disabled .svg-icon, .pagination-previous a .svg-icon, .pagination-previous.disabled .svg-icon, .file-upld__lbl .svg-icon {
    margin-right: 15px; }

.icon, .event__more .button:after, .event__more .pagination-next a:after, .pagination-next .event__more a:after, .event__more .pagination-next.disabled:after, .event__more .pagination-previous a:after, .pagination-previous .event__more a:after, .event__more .pagination-previous.disabled:after, .event__more .file-upld__lbl:after, .main-nav__a span:after {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .icon_arr-right-green, .button_arr-green:after, .event__more .button:after, .event__more .pagination-next a:after, .pagination-next .event__more a:after, .event__more .pagination-next.disabled:after, .event__more .pagination-previous a:after, .pagination-previous .event__more a:after, .event__more .pagination-previous.disabled:after, .event__more .file-upld__lbl:after, .main-nav__a span:after, .aside-nav__li_has-sub > a:before {
    height: 13px;
    width: 8px;
    background-image: url("/skin/src/images/icons/arr-right-green.png"); }
  .icon_arr-right-gray, .article__title-link:after, .accordion__item-tggl-arr:after {
    height: 13px;
    width: 8px;
    background-image: url("/skin/src/images/icons/arr-right-gray.png"); }
  .icon_arr-right-gray-big, .producers .slick-next:before {
    height: 18px;
    width: 11px;
    background-image: url("/skin/src/images/icons/arr-right-gray-big.png"); }
  .icon_arr-left-gray-big, .producers .slick-prev:before {
    height: 18px;
    width: 11px;
    background-image: url("/skin/src/images/icons/arr-left-gray-big.png"); }
  .icon_arr-right-primary-big, .thumbs-gallery .slick-next:before, .news-gallery__thumb .slick-next:before {
    height: 18px;
    width: 11px;
    background-image: url("/skin/src/images/icons/arr-right-primary-big.png"); }
  .icon_arr-left-primary-big, .thumbs-gallery .slick-prev:before, .news-gallery__thumb .slick-prev:before {
    height: 18px;
    width: 11px;
    background-image: url("/skin/src/images/icons/arr-left-primary-big.png"); }
  .icon_arr-left-primary, .button_back:before, .pagination-previous a:before {
    height: 12px;
    width: 7px;
    background-image: url("/skin/src/images/icons/arr-left-primary.png"); }
  .icon_arr-right-primary, .pagination-next a:after, .aside-nav__list_sub .aside-nav__a.is-active:after {
    height: 12px;
    width: 7px;
    background-image: url("/skin/src/images/icons/arr-right-primary.png"); }
  .icon_arr-left-lightgray, .pagination-previous.disabled:before {
    height: 12px;
    width: 7px;
    background-image: url("/skin/src/images/icons/arr-left-lightgray.png"); }
  .icon_arr-right-gray-sm, .aside-nav__list_sub .aside-nav__li_has-sub > a:before {
    height: 12px;
    width: 7px;
    background-image: url("/skin/src/images/icons/arr-right-gray-sm.png"); }
  .icon_arr-right-lightgray, .pagination-next.disabled:after {
    height: 12px;
    width: 7px;
    background-image: url("/skin/src/images/icons/arr-right-lightgray.png"); }
  .icon_arr-right-white, .primary-tile__a:after {
    height: 13px;
    width: 8px;
    background-image: url("/skin/src/images/icons/arr-right-white.png"); }
  .icon_arr-down-dark-big {
    height: 11px;
    width: 18px;
    background-image: url("/skin/src/images/icons/arr-down-dark-big.png"); }
  .icon_calendar, .date:before {
    height: 15px;
    width: 12px;
    background-image: url("/skin/src/images/icons/monthly-calendar.png"); }
  .icon_events {
    height: 18px;
    width: 20px;
    background-image: url("/skin/src/images/icons/events.png"); }
  .icon_newspaper {
    height: 21px;
    width: 21px;
    background-image: url("/skin/src/images/icons/newspaper.png"); }
  .icon_newspaper-gray {
    height: 17px;
    width: 21px;
    background-image: url("/skin/src/images/icons/newspaper-gray.png"); }
  .icon_target, .location:before {
    height: 15px;
    width: 12px;
    background-image: url("/skin/src/images/icons/target.png"); }
  .icon_dialog {
    height: 24px;
    width: 27px;
    background-image: url("/skin/src/images/icons/dialog.png"); }
  .icon_point {
    height: 21px;
    width: 17px;
    background-image: url("/skin/src/images/icons/point.png"); }
  .icon_search {
    height: 19px;
    width: 19px;
    background-image: url("/skin/src/images/icons/search.png"); }
  .icon_mail {
    height: 17px;
    width: 22px;
    background-image: url("/skin/src/images/icons/mail.png"); }
  .icon_phone {
    height: 28px;
    width: 14px;
    background-image: url("/skin/src/images/icons/phone.png"); }
  .icon_menu {
    height: 17px;
    width: 20px;
    background-image: url("/skin/src/images/icons/menu.png"); }
  .icon_vacancy {
    height: 24px;
    width: 19px;
    background-image: url("/skin/src/images/icons/vacancy.png"); }
  .icon_resume {
    height: 24px;
    width: 18px;
    background-image: url("/skin/src/images/icons/resume.png"); }

.button, .pagination-next a, .pagination-next.disabled, .pagination-previous a, .pagination-previous.disabled, .file-upld__lbl {
  font-weight: 600;
  height: 3.13333rem;
  line-height: 2.86667rem;
  padding-top: 0;
  padding-bottom: 0; }
  a.button, .pagination-next a, a.pagination-next.disabled, .pagination-previous a, a.pagination-previous.disabled, a.file-upld__lbl {
    text-decoration: none; }
  .button.hollow, .pagination-next a, .pagination-next.disabled, .pagination-previous a, .pagination-previous.disabled, .file-upld__lbl {
    border-width: 2px;
    border-color: #b8c402; }
  .button.secondary, .pagination-next a.secondary, .secondary.pagination-next.disabled, .pagination-previous a.secondary, .secondary.pagination-previous.disabled, .secondary.file-upld__lbl {
    background-color: #5c4c9a;
    color: #fff;
    font-size: 1rem; }
  .button .icon, .pagination-next a .icon, .pagination-next.disabled .icon, .pagination-previous a .icon, .pagination-previous.disabled .icon, .file-upld__lbl .icon, .button .event__more .button:after, .event__more .button .button:after, .pagination-next a .event__more .button:after, .event__more .pagination-next a .button:after, .pagination-next.disabled .event__more .button:after, .event__more .pagination-next.disabled .button:after, .pagination-previous a .event__more .button:after, .event__more .pagination-previous a .button:after, .pagination-previous.disabled .event__more .button:after, .event__more .pagination-previous.disabled .button:after, .file-upld__lbl .event__more .button:after, .event__more .file-upld__lbl .button:after, .button .event__more .pagination-next a:after, .event__more .pagination-next .button a:after, .event__more .pagination-next a a:after, .event__more .pagination-next.disabled a:after, .file-upld__lbl .event__more .pagination-next a:after, .event__more .pagination-next .file-upld__lbl a:after, .button .pagination-next .event__more a:after, .pagination-next .event__more .button a:after, .pagination-next a .event__more a:after, .pagination-next .event__more a a:after, .pagination-next.disabled .event__more a:after, .file-upld__lbl .pagination-next .event__more a:after, .pagination-next .event__more .file-upld__lbl a:after, .button .event__more .pagination-next.disabled:after, .event__more .button .pagination-next.disabled:after, .pagination-next a .event__more .pagination-next.disabled:after, .event__more .pagination-next a .pagination-next.disabled:after, .pagination-next.disabled .event__more .pagination-next.disabled:after, .event__more .pagination-next.disabled .pagination-next.disabled:after, .pagination-previous a .event__more .pagination-next.disabled:after, .event__more .pagination-previous a .pagination-next.disabled:after, .pagination-previous.disabled .event__more .pagination-next.disabled:after, .event__more .pagination-previous.disabled .pagination-next.disabled:after, .file-upld__lbl .event__more .pagination-next.disabled:after, .event__more .file-upld__lbl .pagination-next.disabled:after, .button .event__more .pagination-previous a:after, .event__more .pagination-previous .button a:after, .event__more .pagination-previous a a:after, .event__more .pagination-previous.disabled a:after, .file-upld__lbl .event__more .pagination-previous a:after, .event__more .pagination-previous .file-upld__lbl a:after, .button .pagination-previous .event__more a:after, .pagination-previous .event__more .button a:after, .pagination-previous a .event__more a:after, .pagination-previous .event__more a a:after, .pagination-previous.disabled .event__more a:after, .file-upld__lbl .pagination-previous .event__more a:after, .pagination-previous .event__more .file-upld__lbl a:after, .button .event__more .pagination-previous.disabled:after, .event__more .button .pagination-previous.disabled:after, .pagination-next a .event__more .pagination-previous.disabled:after, .event__more .pagination-next a .pagination-previous.disabled:after, .pagination-next.disabled .event__more .pagination-previous.disabled:after, .event__more .pagination-next.disabled .pagination-previous.disabled:after, .pagination-previous a .event__more .pagination-previous.disabled:after, .event__more .pagination-previous a .pagination-previous.disabled:after, .pagination-previous.disabled .event__more .pagination-previous.disabled:after, .event__more .pagination-previous.disabled .pagination-previous.disabled:after, .file-upld__lbl .event__more .pagination-previous.disabled:after, .event__more .file-upld__lbl .pagination-previous.disabled:after, .button .event__more .file-upld__lbl:after, .event__more .button .file-upld__lbl:after, .pagination-next a .event__more .file-upld__lbl:after, .event__more .pagination-next a .file-upld__lbl:after, .pagination-next.disabled .event__more .file-upld__lbl:after, .event__more .pagination-next.disabled .file-upld__lbl:after, .pagination-previous a .event__more .file-upld__lbl:after, .event__more .pagination-previous a .file-upld__lbl:after, .pagination-previous.disabled .event__more .file-upld__lbl:after, .event__more .pagination-previous.disabled .file-upld__lbl:after, .file-upld__lbl .event__more .file-upld__lbl:after, .event__more .file-upld__lbl .file-upld__lbl:after, .button .main-nav__a span:after, .main-nav__a .button span:after, .pagination-next a .main-nav__a span:after, .main-nav__a .pagination-next a span:after, .pagination-next.disabled .main-nav__a span:after, .main-nav__a .pagination-next.disabled span:after, .pagination-previous a .main-nav__a span:after, .main-nav__a .pagination-previous a span:after, .pagination-previous.disabled .main-nav__a span:after, .main-nav__a .pagination-previous.disabled span:after, .file-upld__lbl .main-nav__a span:after, .main-nav__a .file-upld__lbl span:after {
    top: -2px;
    margin-right: 1rem; }
  .button_back {
    width: 8.66667rem; }
    .button_back:before {
      content: '';
      position: relative;
      display: inline-block;
      vertical-align: middle;
      top: -1px;
      margin-right: 0.66667rem; }
  .button_xslong {
    min-width: 185px; }
  .button_slong {
    min-width: 220px; }
  .button_long {
    min-width: 260px; }
  .button_arr-green:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    margin-left: 0.66667rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }

.btns-wrap {
  margin-top: 30px;
  text-align: center; }
  .btns-wrap .button, .btns-wrap .pagination-next a, .pagination-next .btns-wrap a, .btns-wrap .pagination-next.disabled, .btns-wrap .pagination-previous a, .pagination-previous .btns-wrap a, .btns-wrap .pagination-previous.disabled, .btns-wrap .file-upld__lbl {
    margin: 5px 15px; }

.primary {
  position: relative;
  background-position: 50% 50%;
  height: 538px;
  overflow: hidden; }
  .primary__text {
    color: #fff;
    font-size: 2.4rem; }
    .primary__text-inner {
      margin-top: 7.33333rem; }
  .primary__title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5; }
  .primary__subtitle {
    font-weight: 300;
    text-transform: lowercase; }
  .primary__menu {
    position: absolute;
    bottom: 0;
    left: auto;
    width: 100%;
    margin-top: 4.2rem; }
  .primary__slider {
    height: 100%; }
  @media screen and (max-width: 992px) {
    .primary {
      height: auto; }
      .primary__loader {
        display: none; }
      .primary__slider {
        height: 215px; }
      .primary__menu {
        margin: 0;
        padding: 25px 0;
        position: static; }
      .primary__text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        font-size: 1.2rem;
        height: 215px; }
        .primary__text-inner {
          margin-top: 0;
          text-align: center; }
      .primary__subtitle {
        font-size: 0.93333rem; } }

.primary-slider {
  height: 525px;
  overflow: hidden; }
  .primary-slider__slide {
    background-position: 50% 50%;
    background-size: cover;
    height: 525px;
    overflow: hidden;
    position: relative; }
  .primary-slider__link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .primary-slider .slick-list,
  .primary-slider .slick-track {
    height: 100%; }
  @media screen and (max-width: 992px) {
    .primary-slider {
      height: 215px; }
      .primary-slider__slide {
        height: 215px; } }
  @media screen and (max-width: 640px) {
    .primary-slider__slide {
      background-position: 70% 50%; } }

.progress-bar {
  height: 0.86667rem;
  background-color: #a1a1a1; }
  .progress-bar__progress {
    height: 100%;
    width: 0%;
    background-color: #b8c402; }

.primary-menu {
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px; }
  .primary-menu_inline {
    margin-bottom: 1.66667rem; }
    .primary-menu_inline .primary-tile {
      border-radius: 5px; }
  .primary-menu__item {
    -ms-flex: none;
        flex: none;
    width: 25%; }
    .primary-menu__item .primary-tile {
      margin-left: 30px; }
  @media screen and (max-width: 1200px) {
    .primary-menu_inline {
      margin-left: -15px; }
      .primary-menu_inline .primary-menu__item .primary-tile {
        margin-left: 15px; } }
  @media screen and (max-width: 992px) {
    .primary-menu {
      margin-left: -15px; }
      .primary-menu__item .primary-tile {
        margin-left: 15px; } }
  @media screen and (max-width: 992px) {
    .primary-menu_inline {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 0; }
      .primary-menu_inline .primary-menu__item {
        width: 50%; }
        .primary-menu_inline .primary-menu__item .primary-tile {
          margin-bottom: 15px; } }
  @media screen and (max-width: 640px) {
    .primary-menu {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: -15px; }
      .primary-menu_inline {
        margin-bottom: 0; }
      .primary-menu__item {
        width: 50%; }
        .primary-menu__item .primary-tile {
          margin-bottom: 15px; } }

.primary-tile {
  transition: background-color .3s ease;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  cursor: pointer;
  z-index: 500; }
  .primary-tile_analytics {
    background-color: #635a9a; }
    .primary-tile_analytics:hover {
      background-color: #59518a; }
  .primary-tile_pre-analytics {
    background-color: #cc1b4a; }
    .primary-tile_pre-analytics:hover {
      background-color: #b51842; }
  .primary-tile_automation {
    background-color: #9b1f7c; }
    .primary-tile_automation:hover {
      background-color: #861b6b; }
  .primary-tile_lis {
    background-color: #b0bd0e; }
    .primary-tile_lis:hover {
      background-color: #9aa50c; }
  .primary-tile_small .primary-tile__head {
    padding: 1rem; }
  .primary-tile__head {
    color: #fff;
    display: block;
    padding: 1.33333rem;
    text-align: center;
    text-decoration: none; }
    .primary-tile__head:hover {
      color: #fff; }
  .primary-tile__icon {
    position: relative;
    height: 6.8rem;
    width: 6.8rem;
    margin: 0 auto 1.46667rem;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #f0eff5 0%, #cbcbd1 100%);
    background-clip: padding-box;
    opacity: 0.902; }
    .primary-tile__icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .primary-tile_small .primary-tile__icon {
      height: 5.26667rem;
      width: 5.26667rem;
      margin-bottom: 1rem; }
  .primary-tile__name {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
    font-size: 1.33333rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    vertical-align: bottom; }
    .primary-tile_small .primary-tile__name {
      font-size: 15px; }
  .primary-tile__dropdown {
    max-height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    padding: 0 1rem;
    background-color: inherit;
    overflow: hidden;
    transition: max-height .8s linear .1s; }
    .primary-tile:hover .primary-tile__dropdown {
      max-height: 500px; }
  .primary-tile__list {
    margin: 0;
    -ms-transform: translateX(-120%);
        transform: translateX(-120%);
    transition: transform .2s ease-in-out .6s; }
    .primary-tile:hover .primary-tile__list {
      -ms-transform: translateX(0);
          transform: translateX(0); }
  .primary-tile__li {
    padding: 1rem 0 0.66667rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2); }
  .primary-tile__a {
    display: inline-block;
    color: #fff;
    font-size: 0.93333rem;
    text-decoration: none;
    line-height: 1.4; }
    .primary-tile__a:hover {
      color: #fff; }
    .primary-tile__a:after {
      content: '';
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.33333rem; }
  @media screen and (max-width: 1200px) {
    .primary-tile .primary-tile__icon {
      margin-bottom: 10px; }
    .primary-tile .primary-tile__name {
      font-size: 1.06667rem; }
    .primary-tile .primary-tile_small {
      padding: 1rem 0.33333rem; }
      .primary-tile .primary-tile_small .primary-tile__name {
        font-size: 0.93333rem; } }
  @media screen and (max-width: 992px) {
    .primary-tile {
      border-radius: 5px; }
      .primary-tile .primary-tile__head {
        padding: 1rem 0.33333rem; }
      .primary-tile .primary-tile__icon {
        height: 3.33333rem;
        width: 3.33333rem;
        margin-bottom: 0.66667rem;
        border-width: 2px; }
        .primary-tile .primary-tile__icon img {
          max-width: 64%; }
      .primary-tile .primary-tile__name {
        font-size: 0.8rem; }
      .primary-tile .primary-tile_small .primary-tile__name {
        font-size: 0.8rem; } }
  @media screen and (max-width: 640px) {
    .primary-tile .primary-tile__head {
      padding: 0.53333rem 0.33333rem; } }

.search {
  position: relative; }
  .search__input {
    height: 2.6rem;
    padding-top: 0.46667rem;
    padding-bottom: 0.46667rem;
    margin: 0;
    border-color: #9e147a;
    border-radius: 2px; }
  .search__action {
    position: absolute;
    top: 10px;
    right: 10px;
    outline: none; }
    .search__action .svg-icon {
      fill: #b8c402; }
      .search__action .svg-icon path {
        stroke: #b8c402 !important; }

.widget {
  padding: 1rem 1.66667rem 1rem 1rem;
  background-color: #fff;
  border-radius: 5px; }
  .widget__action .button, .widget__action .pagination-next a, .pagination-next .widget__action a, .widget__action .pagination-next.disabled, .widget__action .pagination-previous a, .pagination-previous .widget__action a, .widget__action .pagination-previous.disabled, .widget__action .file-upld__lbl {
    margin: 0; }

.articles-widget__article {
  padding: 1.33333rem 0 1rem;
  border-top: 2px solid #e7e4f0; }

.article-preview {
  padding-left: 1.33333rem; }
  .article-preview_row {
    max-width: 76rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e6e6e6; }
    .article-preview_row::before, .article-preview_row::after {
      display: table;
      content: ' '; }
    .article-preview_row::after {
      clear: both; }
  .article-preview__row-in {
    display: -ms-flexbox;
    display: flex; }
  .article-preview__image {
    border-radius: 5px;
    overflow: hidden;
    -ms-flex: none;
        flex: none;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 180px;
    margin-right: 20px;
    text-align: center; }
  .article-preview__content {
    -ms-flex: 1;
        flex: 1; }
  .article-preview__date {
    margin-bottom: 0.66667rem; }
  .article-preview:not(.article-preview_row) .date {
    margin-left: -20px; }
  .article-preview__title {
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: #5c4c9a; }
    .article-preview__title a {
      color: inherit;
      text-decoration: none; }
      .article-preview__title a:hover {
        color: #9e147a; }
    .main-section__aside .article-preview__title {
      font-weight: normal; }
  .article-preview__text {
    color: #5c4c9a; }
    .article-preview_row .article-preview__text {
      color: inherit;
      font-size: 0.93333rem; }
    .article-preview__text p {
      margin: 0;
      line-height: 1.45; }
  @media screen and (max-width: 760px) {
    .article-preview__row-in {
      -ms-flex-direction: column;
          flex-direction: column; }
    .article-preview__image {
      margin: 0 auto 15px; } }

.news__item:last-child .article-preview_row {
  border-bottom: none; }

.article-full__head {
  text-transform: none; }

.article-full__date {
  margin-bottom: 1.13333rem; }

.article-full__content {
  margin-bottom: 2rem; }
  .article-full__content .figure {
    float: right;
    margin: 0 0 0.66667rem 1.33333rem;
    max-width: 40%; }
    .article-full__content .figure img {
      border-radius: 5px; }

@media screen and (max-width: 640px) {
  .article-full__content {
    margin-bottom: 1.33333rem; }
    .article-full__content .figure {
      background-color: transparent;
      float: none;
      margin: 0 auto 20px;
      max-width: 100%; } }

.article {
  margin-bottom: 2rem; }
  .article__title {
    margin-bottom: 2rem; }
    .article__title-no-link {
      display: block;
      padding: 0.66667rem 2.8rem 0.66667rem 1.33333rem;
      background-color: #f5f5f5;
      color: #1d1d1b;
      font-weight: 600;
      border-radius: 5px; }
    .article__title-link {
      position: relative;
      display: block;
      padding: 0.66667rem 2.8rem 0.66667rem 1.33333rem;
      background-color: #f5f5f5;
      color: #1d1d1b;
      text-decoration: none;
      font-weight: 600;
      border-radius: 5px;
      overflow: hidden;
      transition: background-color .2s ease-in; }
      .article__title-link:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        display: block;
        height: 100%;
        width: 2.8rem;
        background-color: #e6e6e6;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        transition: background-color .2s ease-out; }
      .article__title-link:hover {
        background-color: #e6e6e6; }
        .article__title-link:hover:after {
          background-color: #f5f5f5; }
  .article__content {
    margin-right: -0.66667rem;
    margin-left: -0.66667rem; }
    @media print, screen and (min-width: 47.5em) {
      .article__content {
        margin-right: -0.66667rem;
        margin-left: -0.66667rem; } }
    @media print, screen and (min-width: 62em) {
      .article__content {
        margin-right: -0.66667rem;
        margin-left: -0.66667rem; } }
    .article__content::before, .article__content::after {
      display: table;
      content: ' '; }
    .article__content::after {
      clear: both; }
  .article__img {
    width: 25%;
    float: left;
    padding-right: 0.66667rem;
    padding-left: 0.66667rem;
    text-align: center; }
    .article__img:last-child:not(:first-child) {
      float: right; }
  .article__text {
    width: 75%;
    float: left;
    padding-right: 0.66667rem;
    padding-left: 0.66667rem; }
    .article__text:last-child:not(:first-child) {
      float: right; }
    .article__text-title {
      margin-bottom: 0.66667rem;
      font-weight: 700;
      font-size: 1rem;
      color: #5c4c9a; }
  .article__links {
    margin-top: 0.66667rem;
    color: #5c4c9a;
    font-weight: 700; }
    .article__links li {
      margin-bottom: .5em; }
    .article__links a {
      color: inherit;
      text-decoration: none; }
      .article__links a:hover {
        text-decoration: underline; }
  .article__actions {
    text-align: right; }
    .article__actions .button, .article__actions .pagination-next a, .pagination-next .article__actions a, .article__actions .pagination-next.disabled, .article__actions .pagination-previous a, .pagination-previous .article__actions a, .article__actions .pagination-previous.disabled, .article__actions .file-upld__lbl {
      margin: 0; }
  @media screen and (max-width: 760px) {
    .article__img {
      width: 100%;
      float: left;
      padding-right: 0.66667rem;
      padding-left: 0.66667rem;
      margin-bottom: 20px; }
      .article__img:last-child:not(:first-child) {
        float: right; }
    .article__text {
      width: 100%;
      float: left;
      padding-right: 0.66667rem;
      padding-left: 0.66667rem; }
      .article__text:last-child:not(:first-child) {
        float: right; } }

.event_row {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1; }

.event__img {
  border-radius: 5px;
  overflow: hidden;
  -ms-flex: none;
      flex: none;
  width: 180px;
  margin-right: 20px; }
  .event__img img {
    border-radius: 5px;
    max-width: 100%; }

.event__all {
  -ms-flex: 1;
      flex: 1; }

.event__date-location {
  margin-bottom: 10px;
  overflow: hidden; }
  .event__date-location .location {
    margin-bottom: 0; }

.event__date {
  margin-bottom: 1.33333rem;
  font-size: 1.2rem;
  line-height: 1; }
  .event__date-in {
    display: inline-block;
    padding-bottom: 1.33333rem;
    border-bottom: 2px solid #e7e4f0; }
  .event_row .event__date {
    float: left;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.event__day {
  color: #9e147a;
  font-weight: 600;
  font-size: 2.66667rem; }

.event__month {
  color: #9e147a;
  font-weight: 600; }

.event__year {
  font-weight: 300; }

.event__location {
  font-weight: 600; }
  .event__location .icon, .event__location .event__more .button:after, .event__more .event__location .button:after, .event__location .event__more .pagination-next a:after, .event__more .pagination-next .event__location a:after, .event__location .pagination-next .event__more a:after, .pagination-next .event__more .event__location a:after, .event__location .event__more .pagination-next.disabled:after, .event__more .event__location .pagination-next.disabled:after, .event__location .event__more .pagination-previous a:after, .event__more .pagination-previous .event__location a:after, .event__location .pagination-previous .event__more a:after, .pagination-previous .event__more .event__location a:after, .event__location .event__more .pagination-previous.disabled:after, .event__more .event__location .pagination-previous.disabled:after, .event__location .event__more .file-upld__lbl:after, .event__more .event__location .file-upld__lbl:after, .event__location .main-nav__a span:after, .main-nav__a .event__location span:after {
    margin-right: 0.6rem; }
  .event_row .event__location {
    float: right;
    /*min-width: rem-calc(200);
      padding: rem-calc(13 10);
      margin-bottom: rem-calc(5);
      background-color: $lightest-gray;
      border-radius: $global-radius;*/ }
    @media screen and (max-width: 992px) and (min-width: 761px) {
      .event_row .event__location {
        float: left;
        margin-top: 10px; } }

.event_row .event__text {
  clear: both;
  font-weight: 300; }

.event__text p:last-child {
  margin-bottom: 0; }

.event__more {
  margin-top: 2.33333rem; }
  .event__more .button, .event__more .pagination-next a, .pagination-next .event__more a, .event__more .pagination-next.disabled, .event__more .pagination-previous a, .pagination-previous .event__more a, .event__more .pagination-previous.disabled, .event__more .file-upld__lbl {
    margin: 0; }
    .event__more .button:after, .event__more .pagination-next a:after, .pagination-next .event__more a:after, .event__more .pagination-next.disabled:after, .event__more .pagination-previous a:after, .pagination-previous .event__more a:after, .event__more .pagination-previous.disabled:after, .event__more .file-upld__lbl:after {
      content: '';
      margin-left: 0.66667rem; }

@media screen and (max-width: 992px) {
  .event__date {
    font-size: 0.93333rem; }
  .event__day {
    font-size: 1.6rem; }
  .event__more {
    margin-top: 1.33333rem; }
    .event__more .button, .event__more .pagination-next a, .pagination-next .event__more a, .event__more .pagination-next.disabled, .event__more .pagination-previous a, .pagination-previous .event__more a, .event__more .pagination-previous.disabled, .event__more .file-upld__lbl {
      font-size: 13px;
      padding: 0 5px; } }

@media screen and (max-width: 992px) and (min-width: 761px) {
  .event_row .event__location {
    float: left;
    margin-top: 10px; } }

@media screen and (max-width: 760px) {
  .event__more .button, .event__more .pagination-next a, .pagination-next .event__more a, .event__more .pagination-next.disabled, .event__more .pagination-previous a, .pagination-previous .event__more a, .event__more .pagination-previous.disabled, .event__more .file-upld__lbl {
    font-size: 16px;
    padding: 0 16px; } }

@media screen and (max-width: 640px) {
  .event__date-in {
    padding-bottom: 0.66667rem; }
  .event_row {
    -ms-flex-direction: column;
        flex-direction: column; }
    .event_row .event__img {
      margin: 0 0 10px 0;
      text-align: center;
      width: 100%; }
  .event_row .event__date {
    float: none;
    clear: both; }
  .event_row .event__location {
    float: left;
    margin-top: 10px; } }

.events {
  padding: 3.33333rem 0 2rem;
  background-color: #fff; }
  .events_rows {
    padding: 0; }
  .events__head {
    margin-right: -0.66667rem;
    margin-left: -0.66667rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 47.5em) {
      .events__head {
        margin-right: -1rem;
        margin-left: -1rem; } }
    @media print, screen and (min-width: 62em) {
      .events__head {
        margin-right: -1rem;
        margin-left: -1rem; } }
    .events__head::before, .events__head::after {
      display: table;
      content: ' '; }
    .events__head::after {
      clear: both; }
  .events__title {
    width: 50%;
    float: left;
    padding-right: 0.66667rem;
    padding-left: 0.66667rem; }
    @media print, screen and (min-width: 47.5em) {
      .events__title {
        padding-right: 1rem;
        padding-left: 1rem; } }
    .events__title:last-child:not(:first-child) {
      float: right; }
    .events__title .title {
      margin: 0; }
  .events__all {
    width: 50%;
    float: left;
    padding-right: 0.66667rem;
    padding-left: 0.66667rem;
    text-align: right; }
    @media print, screen and (min-width: 47.5em) {
      .events__all {
        padding-right: 1rem;
        padding-left: 1rem; } }
    .events__all:last-child:not(:first-child) {
      float: right; }
    .events__all .button, .events__all .pagination-next a, .pagination-next .events__all a, .events__all .pagination-next.disabled, .events__all .pagination-previous a, .pagination-previous .events__all a, .events__all .pagination-previous.disabled, .events__all .file-upld__lbl {
      width: 14.66667rem;
      margin: 0; }
  .events__all-mobile {
    display: none; }
  .events__list {
    margin-bottom: 0.66667rem; }
    .events_cols .events__list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 0 -10px -30px; }
  .events_cols .events__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    width: 25%; }
    .events_cols .events__item .event {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding-left: 30px;
      width: 100%; }
      .events_cols .events__item .event__date {
        margin-bottom: 0.8rem; }
      .events_cols .events__item .event__text {
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .events_rows .events__item:not(:last-child) a {
    border-bottom: 2px solid #f5f5f5; }
  .events_rows .events__item:first-child a {
    padding-top: 0; }
    .events_rows .events__item:first-child a:before {
      top: -10px; }
  .events_rows .events__item a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 2rem 0;
    position: relative; }
    .events_rows .events__item a:before {
      content: '';
      position: absolute;
      left: -15px;
      top: -2px;
      bottom: -2px;
      right: -15px;
      transition: background-color .2s linear; }
    .events_rows .events__item a:hover:before {
      background-color: #f5f5f5; }
    .events_rows .events__item a:hover .location {
      background-color: #e6e6e6;
      transition: background-color .2s linear; }
  @media screen and (max-width: 992px) {
    .events_cols .events__list {
      margin-left: -20px;
      overflow: hidden; }
    .events_cols .events__item .event {
      padding-left: 20px; } }
  @media screen and (max-width: 760px) {
    .events__all {
      display: none; }
    .events__all-mobile {
      display: block; }
    .events_cols .events__item {
      width: 100%; } }

.event-full__header {
  max-width: 76rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.66667rem; }
  .event-full__header::before, .event-full__header::after {
    display: table;
    content: ' '; }
  .event-full__header::after {
    clear: both; }

.event-full__head {
  text-transform: none; }

.event-full__date {
  float: left; }

.event-full__location {
  float: right; }

.event-full__content {
  margin-bottom: 2rem; }
  .event-full__content .figure {
    float: right;
    margin: 0 0 0.66667rem 1.33333rem;
    max-width: 40%; }
    .event-full__content .figure img {
      border-radius: 5px; }

@media screen and (max-width: 640px) {
  .event-full__content {
    margin-bottom: 1.33333rem; }
    .event-full__content .figure {
      background-color: transparent;
      float: none;
      margin: 0 auto 20px;
      max-width: 100%; }
  .event-full__date {
    margin-bottom: 15px;
    float: none; }
  .event-full__location {
    float: none; } }

.catalog-tile__list {
  margin-right: -0.66667rem;
  margin-left: -0.66667rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  @media print, screen and (min-width: 47.5em) {
    .catalog-tile__list {
      margin-right: -0.66667rem;
      margin-left: -0.66667rem; } }
  @media print, screen and (min-width: 62em) {
    .catalog-tile__list {
      margin-right: -0.66667rem;
      margin-left: -0.66667rem; } }

.catalog-tile__item {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0.66667rem;
  padding-left: 0.66667rem;
  max-width: 25%;
  margin-bottom: 1.33333rem;
  display: -ms-flexbox;
  display: flex; }
  .catalog-tile__item .tile-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
    width: 100%; }

@media screen and (max-width: 1200px) {
  .catalog-tile__list {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
  @media screen and (max-width: 1200px) and (min-width: 47.5em) {
    .catalog-tile__list {
      margin-right: -0.5rem;
      margin-left: -0.5rem; } }
  @media screen and (max-width: 1200px) and (min-width: 62em) {
    .catalog-tile__list {
      margin-right: -0.5rem;
      margin-left: -0.5rem; } }

@media screen and (max-width: 1200px) {
  .catalog-tile__item {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    max-width: 33.33333%;
    margin-bottom: 1rem; } }

@media screen and (max-width: 992px) {
  .catalog-tile__item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    max-width: 50%; } }

@media screen and (max-width: 640px) {
  .catalog-tile__item {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    max-width: 100%; } }

.tile-block {
  display: block;
  height: 100%;
  padding: 1rem 0.66667rem;
  border: 2px solid #cdcdcd;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
  min-height: 180px;
  transition-property: color, border-color;
  transition-duration: .2s;
  transition-timing-function: ease-in;
  font-weight: 600; }
  .catalog-title_brands .tile-block {
    min-height: 150px;
    padding: 1rem 0.66667rem 0.66667rem; }
  .tile-block:hover {
    border-color: #9e147a; }
  .tile-block__img {
    height: 6.66667rem;
    line-height: 6.66667rem;
    margin-bottom: 0.66667rem; }
    .catalog-title_brands .tile-block__img {
      height: 5rem;
      line-height: 5rem; }
  .tile-block__name {
    font-size: 14px; }

.thumbs-gallery {
  max-width: 504px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative; }
  .thumbs-gallery img {
    display: block;
    margin: 0 auto; }
  .thumbs-gallery .slick-track {
    margin: 0 auto; }
  .thumbs-gallery .slick-slide {
    outline: none; }
  .thumbs-gallery .slider-nav {
    margin: 25px auto 0;
    padding: 0 25px;
    -ms-flex-pack: center;
        justify-content: center; }
    .thumbs-gallery .slider-nav .slick-slide {
      padding: 0 10px; }
      .thumbs-gallery .slider-nav .slick-slide button {
        height: 80px;
        line-height: 78px;
        padding: 0.33333rem;
        border: 2px solid #e6e6e6;
        border-radius: 5px;
        opacity: .7;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 90px;
        outline: none;
        cursor: pointer; }
      .thumbs-gallery .slider-nav .slick-slide img {
        max-height: 100%; }
    .thumbs-gallery .slider-nav .slick-current button {
      opacity: 1; }
  .thumbs-gallery .slick-prev {
    left: 0;
    width: 11px; }
    .thumbs-gallery .slick-prev:before {
      content: '';
      display: block; }
  .thumbs-gallery .slick-next {
    right: 0;
    width: 11px; }
    .thumbs-gallery .slick-next:before {
      content: '';
      display: block; }
  @media screen and (max-width: 992px) {
    .thumbs-gallery {
      max-width: 460px; }
      .thumbs-gallery .slider-nav {
        margin-top: 20px; }
        .thumbs-gallery .slider-nav .slick-slide button {
          height: 72px;
          line-height: 70px;
          width: 82px; } }
  @media screen and (max-width: 640px) {
    .thumbs-gallery .slider-nav {
      margin: 0;
      padding: 0;
      position: static; }
      .thumbs-gallery .slider-nav .slick-list {
        display: none; }
    .thumbs-gallery .product__slider-nav-item {
      display: none; } }

.product__head {
  text-transform: none; }

.product__meta {
  margin-right: -0.66667rem;
  margin-left: -0.66667rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px; }
  @media print, screen and (min-width: 47.5em) {
    .product__meta {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 62em) {
    .product__meta {
      margin-right: -1rem;
      margin-left: -1rem; } }

.product__brand {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 0.66667rem;
  padding-left: 0.66667rem;
  max-width: 33.33333%; }
  @media print, screen and (min-width: 47.5em) {
    .product__brand {
      padding-right: 1rem;
      padding-left: 1rem; } }

.product__question {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-right: 0.66667rem;
  padding-left: 0.66667rem;
  min-width: initial;
  text-align: right; }
  @media print, screen and (min-width: 47.5em) {
    .product__question {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .product__question .button, .product__question .pagination-next a, .pagination-next .product__question a, .product__question .pagination-next.disabled, .product__question .pagination-previous a, .pagination-previous .product__question a, .product__question .pagination-previous.disabled, .product__question .file-upld__lbl {
    margin: 0; }

.product__tabs {
  margin: 0; }
  .product__tabs .accordion {
    margin: 20px 0; }

.product__gallery {
  clear: both;
  margin-bottom: 3.33333rem; }

.product__slider-for {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }
  .product__slider-for.slider-for {
    max-width: 500px; }
    .product__slider-for.slider-for .product__slider-for-item {
      -ms-flex: none;
          flex: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 500px;
      max-width: 100%;
      height: auto !important; }
  .product__slider-for .slick-track {
    display: -ms-flexbox;
    display: flex; }
  .product__slider-for-img {
    padding: 0.33333rem;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .product__slider-for .product__slider-for-img img {
    display: inline-block;
    margin: 0; }
  .product__slider-for-text {
    margin-top: 15px;
    text-align: center;
    font-weight: bold; }

.product__slider-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .product__slider-nav-item {
    cursor: pointer;
    -ms-flex: none;
        flex: none;
    width: 110px;
    padding: 0 10px; }
    .product__slider-nav-item button {
      height: 80px;
      line-height: 78px;
      padding: 0.33333rem;
      border: 2px solid #e6e6e6;
      border-radius: 5px;
      opacity: .7;
      text-align: center;
      display: block;
      margin: 0 auto;
      width: 90px;
      outline: none; }
    .product__slider-nav-item img {
      max-height: 100%; }

@media screen and (max-width: 992px) {
  .product__gallery {
    margin-bottom: 2rem; }
  .product__slider-for.slider-for {
    max-width: 380px; } }

@media screen and (max-width: 640px) {
  .product__brand {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.66667rem;
    padding-left: 0.66667rem;
    max-width: 100%; } }
  @media screen and (max-width: 640px) and (min-width: 47.5em) {
    .product__brand {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media screen and (max-width: 640px) {
  .product__gallery {
    margin-bottom: 1.33333rem; }
  .product__slider-for.slider-for {
    padding: 0 25px; } }

.brand__top {
  margin-right: -0.66667rem;
  margin-left: -0.66667rem; }
  @media print, screen and (min-width: 47.5em) {
    .brand__top {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media print, screen and (min-width: 62em) {
    .brand__top {
      margin-right: -1rem;
      margin-left: -1rem; } }
  .brand__top::before, .brand__top::after {
    display: table;
    content: ' '; }
  .brand__top::after {
    clear: both; }

.brand__logo {
  width: 33.33333%;
  float: left;
  padding-right: 0.66667rem;
  padding-left: 0.66667rem;
  text-align: center; }
  @media print, screen and (min-width: 47.5em) {
    .brand__logo {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .brand__logo:last-child:not(:first-child) {
    float: right; }

.brand__desc {
  width: 66.66667%;
  float: left;
  padding-right: 0.66667rem;
  padding-left: 0.66667rem; }
  @media print, screen and (min-width: 47.5em) {
    .brand__desc {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .brand__desc:last-child:not(:first-child) {
    float: right; }

.brand__filter {
  margin-bottom: 20px; }
  .brand__filter-label {
    font-weight: bold;
    margin-right: 10px; }
  .brand__filter-select {
    margin: 0;
    width: auto; }

@media screen and (max-width: 640px) {
  .brand__logo {
    width: 100%;
    float: left;
    padding-right: 0.66667rem;
    padding-left: 0.66667rem;
    margin-bottom: 20px; } }
  @media screen and (max-width: 640px) and (min-width: 47.5em) {
    .brand__logo {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media screen and (max-width: 640px) {
    .brand__logo:last-child:not(:first-child) {
      float: right; }
  .brand__desc {
    width: 100%;
    float: left;
    padding-right: 0.66667rem;
    padding-left: 0.66667rem; } }
  @media screen and (max-width: 640px) and (min-width: 47.5em) {
    .brand__desc {
      padding-right: 1rem;
      padding-left: 1rem; } }

@media screen and (max-width: 640px) {
    .brand__desc:last-child:not(:first-child) {
      float: right; } }

.brands-full__head {
  text-transform: none; }

.links {
  padding-top: 2rem;
  border-top: 2px solid #e6e6e6; }
  .links__title {
    margin-bottom: 1.66667rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase; }
  .links__item {
    margin-bottom: 2rem; }
    .links__item-title a {
      text-decoration: none;
      color: #5c4c9a;
      font-weight: 700; }
      .links__item-title a:hover {
        color: #9e147a; }
  .links__category {
    margin-bottom: 0.33333rem;
    line-height: 1.1;
    color: #858584; }

.figure {
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 5px;
  overflow: hidden; }
  .figure__img {
    margin: 0; }
  .figure__caption {
    padding: 0.66667rem;
    color: #a1a1a1; }

.date {
  color: #858584;
  font-size: 0.93333rem;
  line-height: 1; }
  .date:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    margin-right: 0.33333rem; }

.date-big {
  font-size: 1.2rem; }
  .date-big__day {
    color: #9e147a;
    font-weight: 600;
    font-size: 2.66667rem; }
  .date-big__month {
    color: #9e147a;
    font-weight: 600; }
  .date-big__year {
    font-weight: 300; }

.location {
  min-width: 13.33333rem;
  padding: 0.86667rem 0;
  margin-bottom: 0.33333rem;
  border-radius: 5px;
  line-height: 1; }
  .location:not(.location_transparent) {
    background-color: #f5f5f5;
    padding-left: 0.66667rem;
    padding-right: 0.66667rem; }
  .location:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
    margin-right: 0.6rem; }

.producers {
  background-color: #f5f5f5;
  padding: 3.66667rem 0; }
  .producers__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -30px -10px; }
    .producers__list-item {
      text-align: center;
      -ms-flex: auto;
          flex: auto;
      margin: 30px 0;
      padding: 0 10px; }
      .producers__list-item a {
        background-position: 0 0;
        display: inline-block;
        transform: translate3d(0, 0, 0);
        opacity: .8; }
        .producers__list-item a:hover {
          background-position: 0 100%;
          opacity: 1; }
        .producers__list-item a[data-id="8"] {
          margin-top: -40px; }
      .producers__list-item:nth-child(1), .producers__list-item:nth-child(6) {
        text-align: left; }
      .producers__list-item:nth-child(5), .producers__list-item:nth-child(11) {
        text-align: right; }
  @media screen and (max-width: 1200px) {
    .producers__list-item {
      min-width: 15%; } }
  @media screen and (max-width: 992px) {
    .producers {
      padding: 1.66667rem 0; } }
  @media screen and (max-width: 760px) {
    .producers__list {
      margin: 0 -10px;
      -ms-flex-pack: center;
          justify-content: center; }
      .producers__list-item {
        margin: 15px 0; }
        .producers__list-item:nth-child(n) {
          text-align: center; } }

.producers__slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .producers__slider-item {
    text-align: center;
    -ms-flex: none;
        flex: none; }
    .producers__slider-item a {
      background-position: 0 0;
      display: block;
      transform: translate3d(0, 0, 0);
      /*-webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;*/ }
      .producers__slider-item a:hover {
        background-position: 0 100%;
        /*-webkit-filter: grayscale(1%);
          filter: grayscale(1%);
          filter: gray;*/ }

.producers .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .producers .slick-track:before, .producers .slick-track:after {
    display: none; }

.producers .slick-prev {
  width: 11px; }
  .producers .slick-prev:before {
    content: '';
    display: block; }

.producers .slick-next {
  width: 11px; }
  .producers .slick-next:before {
    content: '';
    display: block; }

@media screen and (min-width: 1201px) {
  .producers .slick-track {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100% !important;
    transform: translate3d(0, 0, 0) !important; } }

@media screen and (max-width: 992px) {
  .producers__slider {
    padding: 0 20px; }
  .producers .slick-prev {
    left: 0; }
  .producers .slick-next {
    right: 0; } }

.pagination {
  float: right; }
  .pagination-wrap {
    overflow: hidden; }
  .pagination li {
    vertical-align: middle; }
  .pagination a {
    text-decoration: none;
    font-weight: 600; }
  .pagination-next a, .pagination-next.disabled, .pagination-previous a, .pagination-previous.disabled {
    width: 8.66667rem;
    margin: 0; }
    .pagination-next a:after, .pagination-next a:before, .pagination-next.disabled:after, .pagination-next.disabled:before, .pagination-previous a:after, .pagination-previous a:before, .pagination-previous.disabled:after, .pagination-previous.disabled:before {
      content: '';
      position: relative;
      display: inline-block;
      vertical-align: middle; }
  .pagination-next a, .pagination-previous a {
    color: #9e147a; }
  .pagination-next.disabled, .pagination-previous.disabled {
    opacity: 1;
    border-color: #a1a1a1; }
    .pagination-next.disabled:hover, .pagination-previous.disabled:hover {
      color: #a1a1a1;
      border-color: #a1a1a1; }
  .pagination-next {
    margin-left: 0.66667rem; }
  .pagination-previous {
    margin-right: 0.66667rem; }
  @media screen and (max-width: 760px) {
    .pagination {
      float: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .pagination:before, .pagination:after {
        display: none; } }

.projects {
  /*
  @include desktop-laptop {
    &__list {
      padding-top: 211px;
    }
  }*/ }
  @media screen and (min-width: 1201px) {
    .projects__list {
      display: -ms-flexbox;
      display: flex;
      height: 470px;
      margin: 0 -20px;
      overflow: hidden;
      padding: 170px 20px 0;
      position: relative; }
      .projects__list_2 .projects__item:nth-child(1) .projects__name-line {
        height: 20px; }
      .projects__list_2 .projects__item:nth-child(2) .projects__name-line {
        height: 164px; }
      .projects__list_3 .projects__item:nth-child(1) .projects__name-line {
        height: 32px; }
      .projects__list_3 .projects__item:nth-child(2) .projects__name-line {
        height: 108px; }
      .projects__list_3 .projects__item:nth-child(3) .projects__name-line {
        height: 136px; }
      .projects__list_4 .projects__item:nth-child(1) .projects__name-line {
        height: 38px; }
      .projects__list_4 .projects__item:nth-child(2) .projects__name-line {
        height: 88px; }
      .projects__list_4 .projects__item:nth-child(3) .projects__name-line {
        height: 118px; }
      .projects__list_4 .projects__item:nth-child(4) .projects__name-line {
        height: 118px; }
      .projects__list_5 .projects__item:nth-child(1) {
        margin-top: 140px; }
        .projects__list_5 .projects__item:nth-child(1) .projects__name-line {
          height: 25px; }
        .projects__list_5 .projects__item:nth-child(1) .projects__name {
          -ms-transform: translateX(-20px);
              transform: translateX(-20px);
          bottom: 85px !important; }
      .projects__list_5 .projects__item:nth-child(2) {
        margin-top: 80px; }
        .projects__list_5 .projects__item:nth-child(2) .projects__name-line {
          height: 82px; }
      .projects__list_5 .projects__item:nth-child(3) .projects__name-line {
        height: 110px; }
      .projects__list_5 .projects__item:nth-child(4) .projects__name-line {
        height: 124px; }
      .projects__list_5 .projects__item:nth-child(5) .projects__name-line {
        height: 138px; }
      .projects__list_5 .projects__item:nth-child(5) .projects__name {
        -ms-transform: translateX(-40%);
            transform: translateX(-40%); }
      .projects__list_6 .projects__item:nth-child(1) .projects__name-line {
        height: 42px; }
      .projects__list_6 .projects__item:nth-child(2) .projects__name-line {
        height: 74px; }
      .projects__list_6 .projects__item:nth-child(3) .projects__name-line {
        height: 98px; }
      .projects__list_6 .projects__item:nth-child(4) .projects__name-line {
        height: 114px; }
      .projects__list_6 .projects__item:nth-child(5) .projects__name-line {
        height: 118px; }
      .projects__list_6 .projects__item:nth-child(6) .projects__name-line {
        height: 104px; }
      .projects__list_7 .projects__item:nth-child(1) .projects__name-line {
        height: 45px; }
      .projects__list_7 .projects__item:nth-child(2) .projects__name-line {
        height: 70px; }
      .projects__list_7 .projects__item:nth-child(3) .projects__name-line {
        height: 90px; }
      .projects__list_7 .projects__item:nth-child(4) .projects__name-line {
        height: 104px; }
      .projects__list_7 .projects__item:nth-child(5) .projects__name-line {
        height: 110px; }
      .projects__list_7 .projects__item:nth-child(6) .projects__name-line {
        height: 110px; }
      .projects__list_7 .projects__item:nth-child(7) .projects__name-line {
        height: 98px; }
      .projects__list_8 .projects__item:nth-child(1) .projects__name-line {
        height: 45px; }
      .projects__list_8 .projects__item:nth-child(2) .projects__name-line {
        height: 70px; }
      .projects__list_8 .projects__item:nth-child(3) .projects__name-line {
        height: 86px; }
      .projects__list_8 .projects__item:nth-child(4) .projects__name-line {
        height: 104px; }
      .projects__list_8 .projects__item:nth-child(5) .projects__name-line {
        height: 110px; }
      .projects__list_8 .projects__item:nth-child(6) .projects__name-line {
        height: 110px; }
      .projects__list_8 .projects__item:nth-child(7) .projects__name-line {
        height: 114px;
        left: -14px; }
      .projects__list_8 .projects__item:nth-child(8) .projects__name-line {
        height: 100px;
        left: -12px; }
    .projects__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1;
      position: relative; }
    .projects__name {
      color: #5c4c9a;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: center;
          justify-content: center;
      font-size: 12px;
      height: 62px;
      position: absolute;
      left: 0;
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
      text-align: center;
      width: 272px;
      z-index: 1; }
      .projects__name-inner {
        border: 2px dotted transparent;
        border-radius: 5px;
        color: #5c4c9a;
        line-height: 1.4;
        padding: 5px;
        text-decoration: none;
        text-align: left;
        transition: border-color .3s ease; }
      .projects__name-line {
        height: 105px;
        overflow: hidden;
        position: absolute;
        left: -60px;
        top: 60px;
        width: 120%;
        transition: opacity .3s ease;
        pointer-events: none; }
        .projects__name-line:before {
          border-top: 2px dotted #9e147a;
          content: '';
          position: absolute;
          left: 156px;
          top: 0;
          width: 42px;
          transition: opacity .3s ease; }
        .projects__name-line:after {
          border-top: 2px dotted #9e147a;
          content: '';
          position: absolute;
          left: 200px;
          top: 0;
          -ms-transform: rotate(60deg);
              transform: rotate(60deg);
          -ms-transform-origin: 0 0;
              transform-origin: 0 0;
          width: 200px; }
    .projects__inner {
      text-decoration: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      cursor: pointer;
      width: 100%; }
      .projects__inner:hover .projects__date {
        color: #5c4c9a; }
      .projects__inner:hover + .projects__name .projects__name-inner {
        border-color: #9e147a; }
      .projects__inner:hover + .projects__name .projects__name-line {
        opacity: 1 !important; }
        .projects__inner:hover + .projects__name .projects__name-line:before {
          opacity: 0; }
    .projects__scale {
      background-color: #9e147a;
      -ms-flex: 1;
          flex: 1; }
    .projects__date {
      color: #a1a1a1;
      font-size: 15px;
      font-weight: 600;
      height: 40px;
      line-height: 40px;
      text-align: center;
      transition: color .3s ease; }
    .projects__circle {
      height: 272px;
      position: absolute;
      bottom: 40px;
      left: 0;
      width: 100%;
      pointer-events: none; }
      .projects__circle svg {
        vertical-align: bottom; } }
  @media screen and (max-width: 1200px) {
    .projects__circle {
      display: none; }
    .projects__item {
      display: -ms-flexbox;
      display: flex;
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 15px; }
    .projects__inner {
      -ms-flex: none;
          flex: none;
      margin-right: 15px; }
    .projects__date {
      color: #a1a1a1; }
    .projects__name {
      color: #5c4c9a; } }
  @media screen and (max-width: 640px) {
    .projects__item {
      -ms-flex-direction: column;
          flex-direction: column; }
    .projects__inner {
      margin: 0 0 5px; } }

.contacts__item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e6e6e6; }
  .contacts__item:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.contacts p.bbold {
  margin-bottom: 10px; }

.contacts__map-btn {
  min-width: 220px;
  margin: 0; }

.contacts__map {
  border-radius: 5px;
  display: none;
  height: 300px;
  margin-top: 20px;
  overflow: hidden; }

.simple-form {
  max-width: 100%;
  text-align: center; }
  .simple-form__desc {
    margin-top: 0.66667rem;
    color: #a1a1a1; }
    .simple-form__desc p:last-child {
      margin: 0; }
  .simple-form__action .button, .simple-form__action .pagination-next a, .pagination-next .simple-form__action a, .simple-form__action .pagination-next.disabled, .simple-form__action .pagination-previous a, .pagination-previous .simple-form__action a, .simple-form__action .pagination-previous.disabled, .simple-form__action .file-upld__lbl {
    min-width: 12.33333rem;
    margin: 0; }
  .simple-form__file-note {
    margin-top: 1rem;
    margin-bottom: 1.33333rem;
    text-align: left;
    color: #a1a1a1; }
  .simple-form__note {
    margin-bottom: 1.33333rem;
    text-align: left; }
    .simple-form__note_s {
      font-size: .7em; }

.docs-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .docs-list__item:not(:last-child) {
    margin-bottom: 10px; }
  .docs-list__link {
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #5c4c9a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 18px;
    min-height: 36px;
    padding-left: 30px;
    text-decoration: none; }
    .docs-list__link[href$=".doc"], .docs-list__link[href$=".docx"] {
      background-image: url("/skin/images/doc_icon.png"); }
    .docs-list__link[href$=".xls"], .docs-list__link[href$=".xlsx"] {
      background-image: url("/skin/images/xls_icon.png"); }
    .docs-list__link[href$=".pdf"] {
      background-image: url("/skin/images/pdf_icon.png"); }
    .docs-list__link_vacancy-icon {
      background-image: url("/skin/images/vacancy_icon.png"); }

.support-form {
  margin: 0 auto;
  width: 515px; }

table {
  /*
  &.white-bg {
    tbody {
      tr:nth-child(even) {
        background-color: transparent;
      }
    }
  }
  */ }
  table.zebra tbody tr:nth-child(even) {
    background-color: #f2f2f2; }

.connectivity__row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-align: center;
      align-items: center; }
  .connectivity__row_main {
    margin-bottom: 40px; }

.connectivity__num {
  color: #9e147a;
  font-size: 48px;
  font-weight: bold;
  -ms-flex: none;
      flex: none;
  margin-right: 30px;
  text-align: center;
  width: 120px; }

.connectivity__items {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }

.connectivity__item {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  text-align: center; }
  .connectivity__item:not(:last-child) {
    margin-right: 30px; }
    .connectivity__row_main .connectivity__item:not(:last-child):after {
      content: '+';
      color: #9e147a;
      font-size: 54px;
      font-weight: bold;
      position: absolute;
      top: 50px;
      right: -30px;
      z-index: 1; }

.connectivity__img {
  height: 200px;
  line-height: 198px;
  margin-bottom: 5px; }

.connectivity__ttl {
  font-weight: bold;
  font-size: 16px; }
  .connectivity__row_main .connectivity__ttl {
    color: #9e147a; }

.connectivity__hint {
  position: absolute; }

@media screen and (max-width: 992px) {
  .connectivity__num {
    font-size: 34px;
    margin-right: 15px;
    width: 50px; }
  .connectivity__item:not(:last-child) {
    margin-right: 15px; }
    .connectivity__row_main .connectivity__item:not(:last-child):after {
      font-size: 34px;
      right: -15px; } }

@media screen and (max-width: 640px) {
  .connectivity__row_main .connectivity__num {
    display: none; }
  .connectivity__ttl {
    font-size: 13px; }
  .connectivity__img {
    height: auto;
    line-height: inherit; } }

.accordion__item {
  margin-bottom: 15px; }
  .accordion__item-tggl {
    position: relative;
    display: block;
    padding: 0.66667rem 4.13333rem 0.66667rem 1.33333rem;
    background-color: #f5f5f5;
    color: #1d1d1b;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
    transition: background-color .2s ease-in; }
    .accordion__item-tggl-arr {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto;
      display: block;
      height: 100%;
      width: 2.8rem;
      background-color: #e6e6e6;
      transition: background-color .2s ease-out; }
      .accordion__item-tggl-arr:after {
        content: '';
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -4px 0 0 -4px; }
      .accordion__item-tggl-arr_right:after {
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
    .accordion__item-tggl_img {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding-top: 15px;
      padding-bottom: 15px;
      min-height: 110px; }
    .accordion__item-tggl-img {
      -ms-flex: none;
          flex: none;
      margin-right: 20px;
      max-width: 20%; }
      .accordion__item-tggl-img img {
        display: block;
        border-radius: 50%; }
    .accordion__item-tggl-name {
      margin: 0; }
    .accordion__item-tggl-content {
      -ms-flex: 1;
          flex: 1; }
    .accordion__item-tggl-date {
      font-weight: normal; }
    .accordion__item-tggl-num {
      background-color: #e6e6e6;
      color: #9d9d9d;
      font-size: 18px;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex: none;
          flex: none;
      margin-left: 10px;
      height: 50px;
      width: 50px; }
    .accordion__item-tggl:hover {
      background-color: #e6e6e6; }
      .accordion__item-tggl:hover .accordion__item-tggl-arr {
        background-color: #f5f5f5; }
    .accordion__item-tggl.is-open .accordion__item-tggl-arr:after {
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  .accordion__item-content {
    display: none;
    padding-top: 10px; }
    .accordion__item-content_border {
      border-radius: 0 0 5px 5px;
      border: 2px solid #f5f5f5;
      border-top: none;
      padding: 20px; }

.info-block {
  background-color: rgba(158, 20, 122, 0.1);
  border-radius: 5px;
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 70px;
  padding: 20px; }
  .info-block:before {
    background: url("/skin/images/icons/info-circle.svg") no-repeat 50% 50%;
    display: block;
    height: 22px;
    width: 22px;
    content: '';
    -ms-flex: none;
        flex: none;
    margin-right: 10px; }
  .info-block p {
    margin: 0; }

.features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 30px 0;
  margin-left: -20px; }
  .features__item {
    -ms-flex: 1;
        flex: 1;
    padding-left: 20px;
    max-width: 260px; }
    .features__item-icon {
      height: 55px;
      line-height: 55px;
      margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .features {
      display: block; }
      .features__item {
        max-width: 100%; }
        .features__item:not(:last-child) {
          margin-bottom: 20px; } }

.num-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 -20px;
  font-weight: bold; }
  .num-list li {
    padding: 15px 20px 15px 40px;
    position: relative;
    margin-bottom: 20px;
    min-height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: none;
        flex: none;
    width: 50%; }
    .num-list li:after {
      border: 2px solid #f5f5f5;
      border-radius: 5px;
      content: '';
      position: absolute;
      left: 20px;
      top: 0;
      right: 0;
      bottom: 0; }
    .num-list li.__fw {
      width: 100%;
      -ms-flex-pack: center;
          justify-content: center; }
    .num-list li:before {
      counter-increment: li;
      content: counters(li, ".");
      -ms-flex: none;
          flex: none;
      color: #dadada;
      font-size: 30px;
      margin-right: 20px; }
  @media screen and (max-width: 640px) {
    .num-list li {
      min-height: 50px;
      width: 100%; }
      .num-list li.__fw {
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.cancel-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0; }
  .cancel-list li {
    border: 2px solid #f5f5f5;
    border-radius: 5px;
    min-height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 0 20px 0;
    padding: 20px; }
    .cancel-list li:before {
      background: url("/skin/images/icons/remove.svg") no-repeat 50% 50%;
      background-size: contain;
      height: 34px;
      width: 34px;
      content: '';
      -ms-flex: none;
          flex: none;
      margin-right: 20px; }

.video-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 15px; }
  .video-block__item {
    width: 100%;
    margin-right: 15px;
    text-align: center; }
    .video-block__item:last-child {
      margin-right: 0; }
  .video-block__video {
    max-width: 100%; }
  @media screen and (max-width: 760px) {
    .video-block {
      -ms-flex-direction: column;
          flex-direction: column; }
      .video-block__item {
        margin-bottom: 15px;
        margin-right: 0; } }

.file-upld {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .file-upld__text {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    margin-right: 20px;
    white-space: nowrap; }
  .file-upld__inp {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }
  .file-upld__lbl {
    position: relative;
    margin-bottom: 0; }

.news-gallery {
  max-width: 840px;
  margin: 30px auto; }
  .news-gallery__pre-slider:not(.slick-initialized) {
    display: -ms-flexbox;
    display: flex;
    opacity: 0; }
  .news-gallery__thumb {
    margin-top: 20px;
    padding: 0 25px; }
    .news-gallery__thumb-slider:not(.slick-initialized) {
      display: -ms-flexbox;
      display: flex;
      opacity: 0; }
    .news-gallery__thumb-item {
      outline: none; }
      .news-gallery__thumb-item-inner {
        cursor: pointer;
        padding: 0 4px; }
    .news-gallery__thumb .slick-prev {
      width: 11px; }
      .news-gallery__thumb .slick-prev:before {
        content: '';
        display: block; }
    .news-gallery__thumb .slick-next {
      width: 11px; }
      .news-gallery__thumb .slick-next:before {
        content: '';
        display: block; }
  @media screen and (max-width: 1200px) {
    .news-gallery {
      max-width: 680px; } }
  @media screen and (max-width: 992px) {
    .news-gallery {
      max-width: 460px; } }
  @media screen and (max-width: 760px) {
    .news-gallery {
      max-width: 100%; } }

.course-order {
  display: -ms-flexbox;
  display: flex; }
  .course-order__calendar {
    -ms-flex: none;
        flex: none; }
    .course-order__calendar .datepicker {
      margin: 0 auto;
      max-width: 100%; }
  .course-order__info {
    background-color: #f5f5f5;
    border-radius: 5px;
    -ms-flex: 1;
        flex: 1;
    margin-left: 40px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    font-size: 24px; }
    .course-order__info-ttl {
      font-weight: bold; }
    .course-order__info-date {
      font-weight: 300; }
    .course-order__info-btn {
      margin-top: 20px; }
  @media screen and (max-width: 992px) {
    .course-order {
      display: block; }
      .course-order__info {
        margin-left: 0;
        margin-top: 20px;
        font-size: 20px; }
        .course-order__info-btn {
          margin-top: 10px; } }

.course-calendar .datepicker--cell-day:not(.active) {
  pointer-events: none; }

.date-input {
  position: relative; }
  .date-input:after {
    background: url("/skin/images/icons/calendar.svg") 50% 50% no-repeat;
    content: '';
    height: 21px;
    width: 21px;
    position: absolute;
    right: 12px;
    top: 12px; }

.course-info {
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 20px 0;
  padding: 20px;
  display: -ms-flexbox;
  display: flex; }
  .course-info__col {
    -ms-flex: auto;
        flex: auto; }
    .course-info__col:not(:last-child) {
      margin-right: 40px; }
    .course-info__col-item:not(:last-child) {
      margin-bottom: 10px; }
    .course-info__col p, .course-info__col ul, .course-info__col ol {
      margin: 0; }
  @media screen and (max-width: 640px) {
    .course-info {
      display: block; }
      .course-info__col:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px; } }

.vebinar-info {
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 20px 0;
  padding: 20px 20px 20px 0;
  display: -ms-flexbox;
  display: flex; }
  .vebinar-info__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    padding-left: 20px; }
    .vebinar-info__item p, .vebinar-info__item ul, .vebinar-info__item ol {
      margin: 0; }
  .vebinar-info__icon {
    -ms-flex: none;
        flex: none;
    margin-right: 10px;
    margin-top: 3px; }
  @media screen and (max-width: 640px) {
    .vebinar-info {
      display: block; }
      .vebinar-info__item:not(:last-child) {
        margin-bottom: 10px; } }

.lector {
  background-color: rgba(158, 20, 122, 0.1);
  border-radius: 5px;
  margin: 20px 0;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .lector__img {
    background-color: #fff;
    border: 8px solid #a498c1;
    border-radius: 50%;
    -ms-flex: none;
        flex: none;
    margin-right: 40px;
    overflow: hidden; }
    .lector__img img {
      display: block; }
  .lector__content {
    -ms-flex: 1;
        flex: 1; }
  .lector__ttl, .lector__name {
    font-size: 24px;
    line-height: 1.2; }
  .lector__name {
    font-weight: bold; }
  .lector__desc {
    margin-top: 10px; }
  @media screen and (max-width: 1200px) {
    .lector {
      padding: 30px; }
      .lector__img {
        border-width: 6px;
        margin-right: 30px;
        width: 120px; }
      .lector__ttl, .lector__name {
        font-size: 20px; } }
  @media screen and (max-width: 992px) {
    .lector {
      padding: 20px; }
      .lector__img {
        border-width: 5px;
        margin-right: 20px;
        width: 100px; }
      .lector__ttl, .lector__name {
        font-size: 18px; } }
  @media screen and (max-width: 640px) {
    .lector {
      display: block;
      text-align: center; }
      .lector__img {
        margin: 0 auto 15px;
        width: 120px; }
      .lector__ttl, .lector__name {
        font-size: 17px; } }

.reg-block {
  border: 2px solid #f5f5f5;
  border-radius: 5px;
  margin: 30px 0;
  padding: 15px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .reg-block__content {
    -ms-flex: 1;
        flex: 1; }
  .reg-block__btn {
    -ms-flex: none;
        flex: none;
    margin-left: 40px; }
    .reg-block__btn .button, .reg-block__btn .pagination-next a, .pagination-next .reg-block__btn a, .reg-block__btn .pagination-next.disabled, .reg-block__btn .pagination-previous a, .pagination-previous .reg-block__btn a, .reg-block__btn .pagination-previous.disabled, .reg-block__btn .file-upld__lbl {
      margin: 0; }
  @media screen and (max-width: 640px) {
    .reg-block {
      display: block;
      text-align: center; }
      .reg-block__btn {
        margin: 15px 0 0; } }

.switch {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  line-height: 1.2;
  min-height: 30px;
  padding-left: 38px;
  padding-top: 2px;
  position: relative;
  font-size: 15px; }
  .switch__inp {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0; }
  .switch__el {
    border: 2px solid #cdcdcd;
    border-radius: 10px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px; }
    .switch__el:before {
      transition: all .3s ease;
      background-color: #fff;
      content: '';
      opacity: 0;
      position: absolute; }
      .switch__inp:checked + .switch__el:before {
        opacity: 1; }
    .switch__inp:checked + .switch__el {
      background-color: #5c4c9a;
      border-color: #5c4c9a; }
    .switch__inp[type="radio"] + .switch__el {
      border-radius: 50%; }
      .switch__inp[type="radio"] + .switch__el:before {
        border-radius: 50%;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px; }
    .switch__inp[type="checkbox"] + .switch__el:before {
      background: url("/skin/images/checkbox.svg") no-repeat 50% 50%;
      border-radius: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }

.survey__section:not(:last-child) {
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 20px; }

.survey__layout {
  max-width: 580px;
  margin: 0 auto; }
  .survey__layout_s {
    max-width: 515px; }

.survey__text {
  text-align: center;
  max-width: 540px;
  margin: 0 auto; }

.survey__ttl {
  font-size: 22px; }

.survey__anonim {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px 0; }

.survey__btn {
  margin-top: 20px; }
  .survey__btn .button, .survey__btn .pagination-next a, .pagination-next .survey__btn a, .survey__btn .pagination-next.disabled, .survey__btn .pagination-previous a, .pagination-previous .survey__btn a, .survey__btn .pagination-previous.disabled, .survey__btn .file-upld__lbl {
    width: 100%; }

.survey__bottom {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .survey__bottom-note {
    font-size: 12px;
    color: #cdcdcd;
    -ms-flex: 1;
        flex: 1; }
  .survey__bottom-btn {
    -ms-flex: none;
        flex: none;
    margin-left: 15px; }
    .survey__bottom-btn .button, .survey__bottom-btn .pagination-next a, .pagination-next .survey__bottom-btn a, .survey__bottom-btn .pagination-next.disabled, .survey__bottom-btn .pagination-previous a, .pagination-previous .survey__bottom-btn a, .survey__bottom-btn .pagination-previous.disabled, .survey__bottom-btn .file-upld__lbl {
      width: 240px;
      margin-bottom: 0; }

.survey__tbl {
  border: none; }
  .survey__tbl tbody {
    border: none; }
  .survey__tbl th {
    color: #b5b5b5;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding: 0 10px; }
  .survey__tbl td {
    padding: 10px; }
  .survey__tbl th, .survey__tbl td {
    border: none; }
    .survey__tbl th:first-child, .survey__tbl td:first-child {
      padding-left: 0;
      width: 100%; }
    .survey__tbl th:last-child, .survey__tbl td:last-child {
      padding-right: 0; }
  .survey__tbl-select {
    width: 80px;
    margin: 0; }

.survey select.nonempty-field {
  background-color: transparent !important; }

@media screen and (max-width: 760px) {
  .survey__ttl {
    font-size: 18px; }
  .survey__tbl th {
    font-size: 13px;
    padding: 0 5px; }
  .survey__tbl td {
    padding: 5px; }
  .survey__tbl-select {
    width: 65px; }
  .survey__bottom {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-top: 30px; }
    .survey__bottom-btn {
      margin-left: 0;
      margin-bottom: 15px;
      width: 100%; }
      .survey__bottom-btn .button, .survey__bottom-btn .pagination-next a, .pagination-next .survey__bottom-btn a, .survey__bottom-btn .pagination-next.disabled, .survey__bottom-btn .pagination-previous a, .pagination-previous .survey__bottom-btn a, .survey__bottom-btn .pagination-previous.disabled, .survey__bottom-btn .file-upld__lbl {
        width: 100%; } }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.survey-ok {
  color: #5c4c9a;
  font-size: 24px;
  text-align: center; }
  .survey-ok:before {
    content: url("/skin/images/ok-check-s.svg");
    line-height: 1;
    display: block;
    margin: 0 auto 20px; }
  .survey-ok_load:before {
    content: url("/skin/images/load.svg"); }
  @media screen and (max-width: 760px) {
    .survey-ok {
      font-size: 22px; } }
  @media screen and (max-width: 640px) {
    .survey-ok {
      font-size: 20px; } }

body {
  background-color: #fff;
  min-width: 320px; }
  @media screen and (max-width: 992px) {
    body {
      font-size: 13px; } }

.layout-center {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .layout-center:before, .layout-center:after {
    content: ' ';
    display: table; }
  .layout-center:after {
    clear: both; }
  @media screen and (max-width: 1200px) {
    .layout-center {
      max-width: 960px; } }
  @media screen and (max-width: 992px) {
    .layout-center {
      max-width: 740px; } }

.mobile-visible {
  display: none; }

@media screen and (max-width: 760px) {
  .mobile-visible {
    display: block; }
  .mobile-hidden {
    display: none; } }

.main-header {
  padding-top: 2rem;
  padding-bottom: 1.86667rem;
  background-color: #fff;
  background-image: url(/skin/dist/images/bg-top.png);
  background-repeat: repeat-x;
  background-position: top center; }
  .main-header__top {
    padding-bottom: 1.13333rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .main-header__logo {
    -ms-flex: none;
        flex: none;
    margin-right: 30px; }
  .main-header__search {
    -ms-flex: none;
        flex: none;
    margin-top: 35px;
    width: 225px; }
  .main-header__contacts {
    margin-top: 35px; }
  .main-header .header-contacts {
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap; }
    .main-header .header-contacts__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 10px 0; }
      .main-header .header-contacts__item:first-child {
        border-right: 2px solid rgba(92, 76, 154, 0.15);
        padding-right: 20px;
        margin-right: 20px; }
    .main-header .header-contacts__text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      line-height: 1;
      margin-left: 10px; }
      .main-header .header-contacts__text-item {
        -ms-flex: none;
            flex: none;
        margin-right: 25px; }
        .main-header .header-contacts__text-item:last-child {
          margin-right: 0; }
      .main-header .header-contacts__text-title {
        margin-bottom: 0.33333rem;
        font-size: 86.666%;
        color: #9e147a; }
      .main-header .header-contacts__text_phones {
        font-weight: 300; }
      .main-header .header-contacts__text-phone {
        font-size: 133%; }
    .main-header .header-contacts__icon {
      height: 2.6rem;
      width: 2.6rem;
      -ms-flex: none;
          flex: none;
      border: 2px solid #b8c402;
      border-radius: 50%;
      position: relative; }
      .main-header .header-contacts__icon .icon, .main-header .header-contacts__icon .event__more .button:after, .event__more .main-header .header-contacts__icon .button:after, .main-header .header-contacts__icon .event__more .pagination-next a:after, .event__more .pagination-next .main-header .header-contacts__icon a:after, .main-header .header-contacts__icon .pagination-next .event__more a:after, .pagination-next .event__more .main-header .header-contacts__icon a:after, .main-header .header-contacts__icon .event__more .pagination-next.disabled:after, .event__more .main-header .header-contacts__icon .pagination-next.disabled:after, .main-header .header-contacts__icon .event__more .pagination-previous a:after, .event__more .pagination-previous .main-header .header-contacts__icon a:after, .main-header .header-contacts__icon .pagination-previous .event__more a:after, .pagination-previous .event__more .main-header .header-contacts__icon a:after, .main-header .header-contacts__icon .event__more .pagination-previous.disabled:after, .event__more .main-header .header-contacts__icon .pagination-previous.disabled:after, .main-header .header-contacts__icon .event__more .file-upld__lbl:after, .event__more .main-header .header-contacts__icon .file-upld__lbl:after, .main-header .header-contacts__icon .main-nav__a span:after, .main-nav__a .main-header .header-contacts__icon span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .main-header .menu-btn {
    display: none; }
  @media screen and (max-width: 1200px) {
    .main-header {
      background-position: 40% -6px; }
      .main-header__search {
        display: none; }
      .main-header__logo {
        height: 72px;
        width: 152px; }
      .main-header__contacts {
        margin-top: 20px; } }
  @media screen and (max-width: 992px) {
    .main-header {
      background-position: 32% -12px;
      padding-bottom: 20px; }
      .main-header__top {
        padding-bottom: 10px; }
      .main-header__logo {
        height: 57px;
        width: 120px; }
      .main-header__contacts {
        margin-top: 5px; }
      .main-header .header-contacts__item:first-child {
        border-right: none;
        padding-right: 0; }
      .main-header .header-contacts__text {
        font-size: 13px; }
        .main-header .header-contacts__text-item {
          margin-right: 20px; } }
  @media screen and (min-width: 761px) {
    .main-header__nav {
      display: block !important; }
    .main-header .header-contacts__text {
      display: -ms-flexbox !important;
      display: flex !important; } }
  @media screen and (max-width: 760px) {
    .main-header {
      background-position: 50% -20px;
      padding: 30px 0 5px;
      position: relative;
      z-index: 501; }
      .main-header .js-nav-tggl-block {
        display: none; }
      .main-header .menu-btn {
        display: block; }
      .main-header .nav-tggl {
        position: relative; }
        .main-header .nav-tggl__ic {
          cursor: pointer;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          z-index: 1; }
        .main-header .nav-tggl.is-open .icon, .main-header .nav-tggl.is-open .event__more .button:after, .event__more .main-header .nav-tggl.is-open .button:after, .main-header .nav-tggl.is-open .event__more .pagination-next a:after, .event__more .pagination-next .main-header .nav-tggl.is-open a:after, .main-header .nav-tggl.is-open .pagination-next .event__more a:after, .pagination-next .event__more .main-header .nav-tggl.is-open a:after, .main-header .nav-tggl.is-open .event__more .pagination-next.disabled:after, .event__more .main-header .nav-tggl.is-open .pagination-next.disabled:after, .main-header .nav-tggl.is-open .event__more .pagination-previous a:after, .event__more .pagination-previous .main-header .nav-tggl.is-open a:after, .main-header .nav-tggl.is-open .pagination-previous .event__more a:after, .pagination-previous .event__more .main-header .nav-tggl.is-open a:after, .main-header .nav-tggl.is-open .event__more .pagination-previous.disabled:after, .event__more .main-header .nav-tggl.is-open .pagination-previous.disabled:after, .main-header .nav-tggl.is-open .event__more .file-upld__lbl:after, .event__more .main-header .nav-tggl.is-open .file-upld__lbl:after, .main-header .nav-tggl.is-open .main-nav__a span:after, .main-nav__a .main-header .nav-tggl.is-open span:after {
          background-position: 100% 0; }
      .main-header__logo {
        margin-right: 10px;
        width: 102px; }
      .main-header__top {
        padding-bottom: 0; }
      .main-header .header-contacts {
        margin-top: 0; }
        .main-header .header-contacts__item {
          padding: 0; }
          .main-header .header-contacts__item:not(:last-child) {
            margin-right: 10px; }
        .main-header .header-contacts__text {
          background-color: #fff;
          border-top: 3px solid #9e147a;
          border-bottom: 3px solid #9e147a;
          font-size: 15px;
          margin: 0;
          padding: 20px;
          position: absolute;
          left: 0;
          top: 100%;
          text-align: center;
          width: 100%; }
          .main-header .header-contacts__text-item {
            margin: 0 0 10px 0; }
            .main-header .header-contacts__text-item:last-child {
              margin-bottom: 0; }
      .main-header__nav {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%; } }

.main-nav {
  background-color: #9e147a;
  border-radius: 5px;
  overflow: hidden; }
  .main-nav__ul {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0; }
  .main-nav__li {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center; }
    .main-nav__li:first-child span {
      border-left: none; }
    .main-nav__li:last-child span {
      border-right: none; }
  .main-nav__a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    transition: color 0.25s ease-in-out;
    transition-property: background-color, color;
    padding: 0.73333rem 0; }
    .main-nav__a:hover, .main-nav__a:focus, .main-nav__a.is-active {
      background-color: #8c0c6b;
      color: #fff; }
    .main-nav__a span {
      display: block;
      padding: 0.73333rem 0;
      border-left: 1px solid #a7398a;
      border-right: 1px solid #a7398a; }
      .main-nav__a span:after {
        content: '';
        margin-left: 0.66667rem; }
  @media screen and (max-width: 992px) {
    .main-nav__a {
      font-size: 12px;
      padding: 0.53333rem 0; }
      .main-nav__a span {
        padding: 0.33333rem 0; }
        .main-nav__a span:after {
          margin-left: 0.2rem; } }
  @media screen and (max-width: 992px) and (min-width: 761px) {
    .main-nav__a span:after {
      display: none; } }
  @media screen and (max-width: 760px) {
    .main-nav {
      border-radius: 0;
      padding: 5px 0; }
      .main-nav__ul {
        -ms-flex-direction: column;
            flex-direction: column; }
      .main-nav__li {
        text-align: left; }
      .main-nav__a {
        font-size: 14px;
        padding: 0.33333rem 1.33333rem; }
        .main-nav__a span {
          border: none; }
          .main-nav__a span:after {
            margin-left: 8px; } }

.main-section {
  padding-bottom: 4rem; }
  .main-section_index {
    padding-top: 2rem;
    background-image: url(/skin/dist/images/bg-bottom.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-color: #f5f5f5; }
  .main-section_inner {
    background-color: #fff; }
  .main-section__center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin-left: -30px; }
  .main-section__content {
    -ms-flex: 1;
        flex: 1; }
    .main-section_index .main-section__content {
      padding-top: 1rem; }
  .main-section__aside {
    -ms-flex: none;
        flex: none;
    margin-left: 30px;
    padding-right: 30px;
    width: 25%; }
  @media screen and (max-width: 1200px) {
    .main-section__center {
      margin-left: 0; }
    .main-section__aside {
      margin-left: 0;
      padding-right: 0;
      margin-right: 20px;
      width: 220px; } }
  @media screen and (max-width: 760px) {
    .main-section_inner {
      padding-bottom: 1.33333rem; }
    .main-section__center {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
    .main-section__aside {
      margin: 0 0 20px 0;
      width: 100%; } }

.main-footer {
  width: 100%;
  padding: 2.93333rem 0 6rem;
  border-top: 4px solid #5c4c9a;
  background: #fff url("/skin/dist/images/bg-bottom.png") repeat-x bottom center;
  font-size: 0.93333rem; }
  .main-footer__layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    line-height: 1.7; }
  .main-footer__contact {
    white-space: nowrap; }
  .main-footer__author {
    text-align: right; }
  @media screen and (max-width: 992px) {
    .main-footer {
      font-size: 0.86667rem; } }
  @media screen and (max-width: 760px) {
    .main-footer {
      padding: 2rem 0 5.33333rem; }
      .main-footer__layout {
        -ms-flex-direction: column;
            flex-direction: column;
        line-height: normal;
        -ms-flex-align: center;
            align-items: center;
        text-align: center; }
      .main-footer__cpr {
        margin-bottom: 20px; }
      .main-footer__contact {
        margin-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    .main-footer__author img {
      max-width: 80px; } }

.bottom-info {
  margin-top: 20px;
  font-size: 10px;
  text-align: justify;
  line-height: 1.2; }
  @media screen and (max-width: 760px) {
    .bottom-info {
      display: none; } }

.aside-nav {
  background-color: #f5f5f5;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden; }
  .aside-nav__list {
    margin: 0; }
    .aside-nav__list .aside-nav__list {
      background-color: #e7e7e7; }
      .aside-nav__list .aside-nav__list .aside-nav__li:not(:last-child):after {
        border-bottom-color: #d7d5d5; }
    .aside-nav__list .aside-nav__list .aside-nav__list {
      background-color: #e2dfdf;
      font-size: 14px; }
      .aside-nav__list .aside-nav__list .aside-nav__list .aside-nav__a {
        padding: 1.06667rem; }
    .aside-nav__list_sub {
      display: none; }
  .aside-nav__li {
    position: relative; }
    .aside-nav__li_has-sub > a:before {
      content: '';
      position: relative;
      display: inline-block;
      vertical-align: middle;
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -6px;
      transition: transform .2s ease; }
    .aside-nav__li:not(:last-child):after {
      content: '';
      position: absolute;
      right: 1.06667rem;
      bottom: 0;
      left: 1.06667rem;
      display: block;
      border-bottom: 2px solid #e6e6e6; }
    .aside-nav__li_tggl {
      display: none; }
      .aside-nav__li_tggl:after {
        opacity: 0; }
  .aside-nav__a {
    position: relative;
    display: block;
    padding: 1.4rem 1.06667rem;
    line-height: 1;
    text-decoration: none; }
    .aside-nav__list_sub .aside-nav__a {
      padding-left: 2.13333rem !important; }
    .aside-nav__a_root {
      color: #1d1d1b; }
    .aside-nav__a.is-active:not(.aside-nav__tggl) {
      margin-top: -2px;
      background-color: #9e147a;
      color: #fff;
      position: relative;
      z-index: 1; }
    .aside-nav__a.is-active.aside-nav__tggl {
      background-color: #e6e6e6; }
    .aside-nav__list_sub .aside-nav__a.is-active {
      background-color: transparent;
      color: #9e147a;
      font-weight: 600; }
      .aside-nav__list_sub .aside-nav__a.is-active:after {
        display: block !important;
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -5px;
        left: 1.06667rem;
        border: none;
        transition: transform .2s ease; }
    .aside-nav__a.is-active:after {
      display: none !important; }
    .aside-nav__a.is-active + .aside-nav__list_sub {
      display: block; }
    .aside-nav__a.is-open:before {
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  @media screen and (max-width: 992px) {
    .aside-nav__nav {
      font-size: 13px; }
    .aside-nav__list .aside-nav__list .aside-nav__list {
      font-size: 12px; }
      .aside-nav__list .aside-nav__list .aside-nav__list .aside-nav__a {
        padding: 8px 1.06667rem; }
    .aside-nav__a {
      padding: 1.06667rem; } }
  @media screen and (min-width: 761px) {
    .aside-nav__nav {
      display: block !important; } }
  @media screen and (max-width: 760px) {
    .aside-nav__nav {
      border-top: 2px solid #e6e6e6;
      display: none;
      font-size: 14px; }
    .aside-nav__list .aside-nav__list .aside-nav__list {
      font-size: 13px; }
    .aside-nav__list-tggl {
      border: 2px solid rgba(184, 196, 2, 0.6);
      border-radius: 5px;
      cursor: pointer;
      height: 32px;
      position: absolute;
      top: 7px;
      right: 1.06667rem;
      width: 32px;
      z-index: 2; }
      .aside-nav__list_sub a ~ .aside-nav__list-tggl {
        border-color: rgba(133, 133, 132, 0.4); }
      .aside-nav__list-tggl:before {
        content: '';
        position: absolute;
        left: -10px;
        top: -9px;
        bottom: -9px;
        right: -18px; }
    .aside-nav__a {
      padding: 16px 20px; }
    .aside-nav__li:first-child .aside-nav__a.is-active {
      margin-top: 0; }
    .aside-nav__li_tggl {
      display: block; }
    .aside-nav__li_has-sub > a:before {
      margin-right: 8px; }
    .aside-nav .aside-nav__tggl:before {
      background-image: url(/skin/src/images/icons/arr-right-dark-big.png);
      height: 20px;
      margin-top: -10px;
      right: 18px;
      width: 13px; } }

.aside-btn {
  margin-top: 2rem; }
  .aside-btn .button, .aside-btn .pagination-next a, .pagination-next .aside-btn a, .aside-btn .pagination-next.disabled, .aside-btn .pagination-previous a, .pagination-previous .aside-btn a, .aside-btn .pagination-previous.disabled, .aside-btn .file-upld__lbl {
    margin: 0; }
  @media screen and (max-width: 1200px) and (min-width: 761px) {
    .aside-btn .button, .aside-btn .pagination-next a, .pagination-next .aside-btn a, .aside-btn .pagination-next.disabled, .aside-btn .pagination-previous a, .pagination-previous .aside-btn a, .aside-btn .pagination-previous.disabled, .aside-btn .file-upld__lbl {
      font-size: 13px;
      padding: 0 5px; }
      .aside-btn .button .icon, .aside-btn .pagination-next a .icon, .pagination-next .aside-btn a .icon, .aside-btn .pagination-next.disabled .icon, .aside-btn .pagination-previous a .icon, .pagination-previous .aside-btn a .icon, .aside-btn .pagination-previous.disabled .icon, .aside-btn .file-upld__lbl .icon, .aside-btn .button .event__more .button:after, .event__more .aside-btn .button .button:after, .aside-btn .pagination-next a .event__more .button:after, .event__more .aside-btn .pagination-next a .button:after, .pagination-next .aside-btn a .event__more .button:after, .event__more .pagination-next .aside-btn a .button:after, .aside-btn .pagination-next.disabled .event__more .button:after, .event__more .aside-btn .pagination-next.disabled .button:after, .aside-btn .pagination-previous a .event__more .button:after, .event__more .aside-btn .pagination-previous a .button:after, .pagination-previous .aside-btn a .event__more .button:after, .event__more .pagination-previous .aside-btn a .button:after, .aside-btn .pagination-previous.disabled .event__more .button:after, .event__more .aside-btn .pagination-previous.disabled .button:after, .aside-btn .file-upld__lbl .event__more .button:after, .event__more .aside-btn .file-upld__lbl .button:after, .aside-btn .button .event__more .pagination-next a:after, .event__more .pagination-next .aside-btn .button a:after, .aside-btn .event__more .pagination-next a a:after, .event__more .aside-btn .pagination-next a a:after, .event__more .pagination-next .aside-btn a a:after, .aside-btn .event__more .pagination-next.disabled a:after, .event__more .aside-btn .pagination-next.disabled a:after, .aside-btn .file-upld__lbl .event__more .pagination-next a:after, .event__more .pagination-next .aside-btn .file-upld__lbl a:after, .aside-btn .button .pagination-next .event__more a:after, .pagination-next .event__more .aside-btn .button a:after, .aside-btn .pagination-next a .event__more a:after, .aside-btn .pagination-next .event__more a a:after, .pagination-next .aside-btn a .event__more a:after, .pagination-next .event__more .aside-btn a a:after, .aside-btn .pagination-next.disabled .event__more a:after, .aside-btn .file-upld__lbl .pagination-next .event__more a:after, .pagination-next .event__more .aside-btn .file-upld__lbl a:after, .aside-btn .button .event__more .pagination-next.disabled:after, .event__more .aside-btn .button .pagination-next.disabled:after, .aside-btn .pagination-next a .event__more .pagination-next.disabled:after, .event__more .aside-btn .pagination-next a .pagination-next.disabled:after, .pagination-next .aside-btn a .event__more .pagination-next.disabled:after, .event__more .pagination-next .aside-btn a .pagination-next.disabled:after, .aside-btn .pagination-next.disabled .event__more .pagination-next.disabled:after, .event__more .aside-btn .pagination-next.disabled .pagination-next.disabled:after, .aside-btn .pagination-previous a .event__more .pagination-next.disabled:after, .event__more .aside-btn .pagination-previous a .pagination-next.disabled:after, .pagination-previous .aside-btn a .event__more .pagination-next.disabled:after, .event__more .pagination-previous .aside-btn a .pagination-next.disabled:after, .aside-btn .pagination-previous.disabled .event__more .pagination-next.disabled:after, .event__more .aside-btn .pagination-previous.disabled .pagination-next.disabled:after, .aside-btn .file-upld__lbl .event__more .pagination-next.disabled:after, .event__more .aside-btn .file-upld__lbl .pagination-next.disabled:after, .aside-btn .button .event__more .pagination-previous a:after, .event__more .pagination-previous .aside-btn .button a:after, .aside-btn .event__more .pagination-previous a a:after, .event__more .aside-btn .pagination-previous a a:after, .event__more .pagination-previous .aside-btn a a:after, .aside-btn .event__more .pagination-previous.disabled a:after, .event__more .aside-btn .pagination-previous.disabled a:after, .aside-btn .file-upld__lbl .event__more .pagination-previous a:after, .event__more .pagination-previous .aside-btn .file-upld__lbl a:after, .aside-btn .button .pagination-previous .event__more a:after, .pagination-previous .event__more .aside-btn .button a:after, .aside-btn .pagination-previous a .event__more a:after, .aside-btn .pagination-previous .event__more a a:after, .pagination-previous .aside-btn a .event__more a:after, .pagination-previous .event__more .aside-btn a a:after, .aside-btn .pagination-previous.disabled .event__more a:after, .aside-btn .file-upld__lbl .pagination-previous .event__more a:after, .pagination-previous .event__more .aside-btn .file-upld__lbl a:after, .aside-btn .button .event__more .pagination-previous.disabled:after, .event__more .aside-btn .button .pagination-previous.disabled:after, .aside-btn .pagination-next a .event__more .pagination-previous.disabled:after, .event__more .aside-btn .pagination-next a .pagination-previous.disabled:after, .pagination-next .aside-btn a .event__more .pagination-previous.disabled:after, .event__more .pagination-next .aside-btn a .pagination-previous.disabled:after, .aside-btn .pagination-next.disabled .event__more .pagination-previous.disabled:after, .event__more .aside-btn .pagination-next.disabled .pagination-previous.disabled:after, .aside-btn .pagination-previous a .event__more .pagination-previous.disabled:after, .event__more .aside-btn .pagination-previous a .pagination-previous.disabled:after, .pagination-previous .aside-btn a .event__more .pagination-previous.disabled:after, .event__more .pagination-previous .aside-btn a .pagination-previous.disabled:after, .aside-btn .pagination-previous.disabled .event__more .pagination-previous.disabled:after, .event__more .aside-btn .pagination-previous.disabled .pagination-previous.disabled:after, .aside-btn .file-upld__lbl .event__more .pagination-previous.disabled:after, .event__more .aside-btn .file-upld__lbl .pagination-previous.disabled:after, .aside-btn .button .event__more .file-upld__lbl:after, .event__more .aside-btn .button .file-upld__lbl:after, .aside-btn .pagination-next a .event__more .file-upld__lbl:after, .event__more .aside-btn .pagination-next a .file-upld__lbl:after, .pagination-next .aside-btn a .event__more .file-upld__lbl:after, .event__more .pagination-next .aside-btn a .file-upld__lbl:after, .aside-btn .pagination-next.disabled .event__more .file-upld__lbl:after, .event__more .aside-btn .pagination-next.disabled .file-upld__lbl:after, .aside-btn .pagination-previous a .event__more .file-upld__lbl:after, .event__more .aside-btn .pagination-previous a .file-upld__lbl:after, .pagination-previous .aside-btn a .event__more .file-upld__lbl:after, .event__more .pagination-previous .aside-btn a .file-upld__lbl:after, .aside-btn .pagination-previous.disabled .event__more .file-upld__lbl:after, .event__more .aside-btn .pagination-previous.disabled .file-upld__lbl:after, .aside-btn .file-upld__lbl .event__more .file-upld__lbl:after, .event__more .aside-btn .file-upld__lbl .file-upld__lbl:after, .aside-btn .button .main-nav__a span:after, .main-nav__a .aside-btn .button span:after, .aside-btn .pagination-next a .main-nav__a span:after, .main-nav__a .aside-btn .pagination-next a span:after, .pagination-next .aside-btn a .main-nav__a span:after, .main-nav__a .pagination-next .aside-btn a span:after, .aside-btn .pagination-next.disabled .main-nav__a span:after, .main-nav__a .aside-btn .pagination-next.disabled span:after, .aside-btn .pagination-previous a .main-nav__a span:after, .main-nav__a .aside-btn .pagination-previous a span:after, .pagination-previous .aside-btn a .main-nav__a span:after, .main-nav__a .pagination-previous .aside-btn a span:after, .aside-btn .pagination-previous.disabled .main-nav__a span:after, .main-nav__a .aside-btn .pagination-previous.disabled span:after, .aside-btn .file-upld__lbl .main-nav__a span:after, .main-nav__a .aside-btn .file-upld__lbl span:after {
        margin-right: 0.53333rem; } }
  @media screen and (max-width: 760px) {
    .aside-btn {
      margin-top: 1.33333rem; } }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

.tabs {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  border: none;
  height: 100%;
  margin-bottom: -2px;
  z-index: 2; }
  .tabs:before, .tabs:after {
    display: none; }
  .tabs-title {
    float: none;
    text-align: center;
    vertical-align: middle; }
    .tabs-title a {
      height: 100%;
      min-width: 7.66667rem;
      padding-left: 10px;
      padding-right: 10px;
      border: 2px solid #9e147a;
      background-color: #9e147a;
      color: #fff;
      font-size: 0.93333rem;
      font-weight: 600;
      text-decoration: none;
      border-radius: 5px 5px 0 0;
      line-height: 2.4; }
      .tabs-title a span {
        display: inline-block;
        line-height: 1.2;
        vertical-align: middle; }
    .tabs-title:not(:last-child) {
      padding-right: 0.66667rem; }
    .tabs-title:hover a, .tabs-title.is-active a {
      color: #1d1d1b;
      border-bottom-color: #fff; }
  .tabs-content {
    border: none;
    border-top: 2px solid #9e147a;
    font-size: 0.93333rem; }
  .tabs-panel {
    padding: 2rem 0; }
    .tabs-panel p:last-child {
      margin: 0; }

.simple-tabs {
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .simple-tabs__item {
    padding-left: 40px; }
  .simple-tabs__link.active {
    text-decoration: none; }

.accordion-item:not(:last-child) {
  border-bottom: 2px solid #fff; }

.accordion-item.is-active {
  border-bottom: none; }
  .accordion-item.is-active .accordion-title {
    background-color: #fff;
    color: #9e147a;
    font-size: 14px; }
    .accordion-item.is-active .accordion-title:hover {
      background-color: #fff;
      color: #9e147a; }
    .accordion-item.is-active .accordion-title:before {
      display: none; }

.accordion-item:last-child > .accordion-content:last-child {
  border-bottom: 2px solid #9e147a; }

.accordion-title {
  background-color: #9e147a;
  border: 2px solid #9e147a;
  border-bottom: none;
  color: #fff;
  font-size: 0.86667rem;
  font-weight: 600;
  padding: 15px 20px;
  text-decoration: none; }
  .accordion-title:before {
    margin-top: -13px;
    font-size: 24px; }
  .accordion-title:hover {
    background-color: #9e147a;
    color: #fff; }

.accordion-content {
  border-left: 2px solid #9e147a;
  border-right: 2px solid #9e147a;
  border-top: none;
  border-bottom: none;
  padding: 5px 20px; }

.reveal:focus {
  outline: none; }

.reveal__title {
  margin-bottom: 1.66667rem;
  text-align: center; }

.reveal__desc {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center; }

@media screen and (max-width: 992px) {
  .reveal {
    max-width: 90%; } }

@media screen and (max-width: 640px) {
  .reveal {
    max-width: 100%;
    padding: 30px 20px; } }

body.is-reveal-open .container {
  overflow-y: scroll; }

.tooltip {
  max-width: 25rem; }
  .tooltip_cell {
    display: none;
    max-width: 150px;
    color: #1d1d1b;
    background-color: #e6e6e6; }
    .tooltip_cell:after, .tooltip_cell:before {
      content: none; }
    .tooltip_cell img {
      max-height: 150px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: auto; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/skin/dist/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Open Sans-web";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "Open Sans-web";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #9a9a9a; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #818181; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #9a9a9a; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #e21dae; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #cb1a9d; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(158, 20, 122, 0.1);
    color: #888888; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(158, 20, 122, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #f5f5f5;
  border-radius: 5px;
  box-sizing: content-box;
  font-family: "Open Sans-web", Helvetica, Roboto, Arial, sans-serif, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 300px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 3100; }
  .datepicker.-from-top- {
    -ms-transform: translateY(-8px);
        transform: translateY(-8px); }
  .datepicker.-from-right- {
    -ms-transform: translateX(8px);
        transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -ms-transform: translateY(8px);
        transform: translateY(8px); }
  .datepicker.-from-left- {
    -ms-transform: translateX(-8px);
        transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -ms-transform: translate(0);
        transform: translate(0);
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -ms-transform: none;
      transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 5px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -ms-transform: rotate(225deg);
        transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -ms-transform: rotate(315deg);
        transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker-weekday {
  position: absolute;
  left: 102px;
  bottom: 10px;
  font-size: 14px; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.datepicker--cell {
  background: #e6e6e6;
  border: 4px solid #f5f5f5;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 40px;
  z-index: 1;
  transition: .3s; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #9e147a; }
    .datepicker--cell.-current-.-disabled- {
      color: #934e7a !important; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #9e147a; }
  .datepicker--cell.-in-range- {
    background: rgba(158, 20, 122, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(158, 20, 122, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: not-allowed;
    color: #dedede; }
    .datepicker--cell.-disabled-.-focus- {
      color: #dedede; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #d1d1d1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #dedede; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(158, 20, 122, 0.5);
    background-color: rgba(158, 20, 122, 0.1);
    border-radius: 5px 0 0 5px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(158, 20, 122, 0.5);
    background-color: rgba(158, 20, 122, 0.1);
    border-radius: 0 5px 5px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 5px; }
  .datepicker--cell.active {
    background-color: #f5f5f5;
    position: relative; }
    .datepicker--cell.active:after {
      border: 2px solid #9e147a;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .datepicker--cell.active:hover {
      background-color: rgba(158, 20, 122, 0.2); }
  .datepicker--cell.-selected- {
    color: #fff;
    background: #9e147a; }
    .datepicker--cell.-selected-:after {
      display: none; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #9e147a; }
    .datepicker--cell.-selected-.-focus- {
      background: #871169; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #9e147a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1;
      flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 280px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 280px; }

.datepicker--cells-years {
  height: 280px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 5px 5px 0 0;
  background-color: #9e147a;
  color: #fff;
  min-height: 32px;
  padding: 5px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }
  .datepicker--nav-title, .datepicker--nav-action {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .datepicker--nav-action {
    width: 40px;
    border-radius: 5px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .datepicker--nav-action:hover {
      background: rgba(255, 255, 255, 0.1); }
    .datepicker--nav-action.-disabled- {
      visibility: hidden; }
    .datepicker--nav-action svg {
      width: 32px;
      height: 32px; }
    .datepicker--nav-action path {
      fill: none;
      stroke: #fff;
      stroke-width: 2px; }
  .datepicker--nav-title {
    border-radius: 5px;
    padding: 0 8px;
    color: #fff;
    text-transform: uppercase; }
    .datepicker--nav-title i {
      font-style: normal;
      color: #fff;
      margin-left: 5px; }
    .datepicker--nav-title:hover {
      background: rgba(255, 255, 255, 0.1); }
    .datepicker--nav-title.-disabled- {
      cursor: default;
      background: none; }

.datepicker--buttons {
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #9e147a;
  cursor: pointer;
  border-radius: 5px;
  -ms-flex: 1;
      flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
        flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
      flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 5px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #fff;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -ms-flex: 1;
        flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #9e147a;
        border-color: #9e147a; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #9e147a;
        border-color: #9e147a; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #9e147a;
        border-color: #9e147a; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #fff;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.mt50 {
  margin-top: 50px; }

.two-col-block {
  margin-bottom: 15px; }
  .two-col-block__descr {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.05rem;
    font-weight: 700; }
  .two-col-block__media {
    margin: 0 auto;
    width: 70%; }
    .two-col-block__media_fwidth {
      width: 100%; }
  .two-col-block__3d-cube, .two-col-block__video, .two-col-block__image {
    margin-bottom: 20px;
    text-align: center; }
    .two-col-block__3d-cube:last-child, .two-col-block__video:last-child, .two-col-block__image:last-child {
      margin-bottom: 0; }
  .two-col-block__video video {
    height: 100%;
    width: 100%; }
  .two-col-block__image map area {
    cursor: default; }

.img-block-right {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 992px) {
    .img-block-right {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media screen and (max-width: 992px) {
    .img-block-right__item {
      width: 100%; } }
  .img-block-right__item_img {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: right; }
    @media screen and (max-width: 992px) {
      .img-block-right__item_img {
        -ms-flex-order: -1;
            order: -1;
        text-align: center; } }
  .img-block-right__item img {
    max-width: 100%;
    padding-left: 20px; }
    @media screen and (max-width: 992px) {
      .img-block-right__item img {
        padding: 20px 0; } }

.img-left {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 50%; }
  @media screen and (max-width: 640px) {
    .img-left {
      display: block;
      float: none;
      margin: 0 auto 20px;
      max-width: 100%; } }

.img-right {
  float: right;
  margin: 0 0 10px 20px;
  max-width: 50%; }
  @media screen and (max-width: 640px) {
    .img-right {
      display: block;
      float: none;
      margin: 0 auto 20px;
      max-width: 100%; } }

@media print, screen and (min-width: 62em) {
  .container {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-direction: column;
        flex-direction: column; }
  .sticky-item {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }

select {
  background-image: url("/skin/src/images/icons/arr-down-primary.png");
  background-size: 12px 7px;
  color: #a1a1a1;
  max-width: 100%;
  outline: none;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:focus {
    border: 2px solid #b8c402;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px #a1a1a1;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select.nonempty-field {
    color: #1d1d1b; }
  select option {
    color: #1d1d1b; }

.nonempty-field {
  background-color: #faffbd !important;
  color: #1d1d1b !important; }

.breadcrumbs li {
  display: inline;
  float: none; }

.breadcrumbs li:not(:last-child)::after {
  color: inherit; }

@media screen and (max-width: 992px) {
  .breadcrumbs {
    display: none; } }

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