@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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;
}

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

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

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

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

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

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

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

@font-face {
  font-family: "Akrobat";
  src: local("Akrobat Thin"), local("Akrobat-Thin"), url("../fonts/akrobat/Akrobatthin.woff2") format("woff2"), url("../fonts/akrobat/Akrobatthin.woff") format("woff");
  font-weight: 100;
  font-display: optional;
  font-style: normal;
}

@font-face {
  font-family: "Akrobat";
  src: local("Akrobat ExtraLight"), local("Akrobat-ExtraLight"), url("../fonts/akrobat/Akrobatextralight.woff2") format("woff2"), url("../fonts/akrobat/Akrobatextralight.woff") format("woff");
  font-weight: 200;
  font-display: optional;
  font-style: normal;
}

@font-face {
  font-family: "Akrobat";
  src: local("Akrobat Light"), local("Akrobat-Light"), url("../fonts/akrobat/Akrobatlight.woff2") format("woff2"), url("../fonts/akrobat/Akrobatlight.woff") format("woff");
  font-weight: 300;
  font-display: optional;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: "Akrobat";
  src: local("Akrobat ExtraBold"), local("Akrobat-ExtraBold"), url("../fonts/akrobat/Akrobatextrabold.woff2") format("woff2"), url("../fonts/akrobat/Akrobatextrabold.woff") format("woff");
  font-weight: 800;
  font-display: optional;
  font-style: normal;
}

@font-face {
  font-family: "Akrobat";
  src: local("Akrobat Black"), local("Akrobat-Black"), url("../fonts/akrobat/Akrobatblack.woff2") format("woff2"), url("../fonts/akrobat/Akrobatblack.woff") format("woff");
  font-weight: 900;
  font-display: optional;
  font-style: normal;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on November 2, 2017 9:47 AM */
@font-face {
  font-family: "Calibri";
  src: local("Calibri"), url("../fonts/calibri/Calibri.woff2") format("woff2"), url("../fonts/calibri/Calibri.woff") format("woff");
  font-weight: normal;
  font-display: optional;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: local("Calibri Bold"), local("Calibri-Bold"), url("../fonts/calibri/Calibri-Bold.woff2") format("woff2"), url("../fonts/calibri/Calibri-Bold.woff") format("woff");
  font-weight: bold;
  font-display: optional;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: local("Calibri Italic"), local("Calibri-Italic"), url("../fonts/calibri/Calibri-Italic.woff2") format("woff2"), url("../fonts/calibri/Calibri-Italic.woff") format("woff");
  font-weight: normal;
  font-display: optional;
  font-style: italic;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Calibri", sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.35;
  background-color: #fff;
  color: #232020;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #1b71c9;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #1866b5;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.6875rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.3125rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.6em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.clear-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* margin-top: 2.9375rem; */
  margin-top: 2rem;
}

.main--not-top-gap {
  margin-top: 0;
}

.main-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2.8125rem;
}

.main-grid__column-main {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.main-grid__column-left {
  margin-top: 1.875rem;
}

.main-grid__column-right {
  margin-top: 1.875rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.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;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

.okayNav:not(.loaded) {
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.okayNav ul {
  /* We want two navigations - one hidden and one visible */
  float: left;
}

.okayNav a {
  position: relative;
  z-index: 1;
}

.okayNav__nav--visible {
  overflow: hidden;
  white-space: nowrap;
}

.okayNav__nav--visible li {
  display: inline-block;
}

.okayNav__nav--visible a {
  display: block;
}

.okayNav__nav--visible:empty ~ .okayNav__menu-toggle {
  top: 0;
}

.okayNav__nav--invisible {
  min-width: 220px;
  position: absolute;
  top: calc(100% + 0.9375rem);
  right: 0;
  z-index: 3;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  -webkit-transform: translateY(2rem) !important;
          transform: translateY(2rem) !important;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1), visibility 0s 400ms;
  transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1), visibility 0s 400ms;
  background-color: #eef1f0;
  -webkit-overflow-scrolling: touch;
}

.navbar--sticky .okayNav__nav--invisible {
  top: 100%;
}

.okayNav__nav--invisible.transition-enabled {
  -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__nav--invisible.nav-open {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  visibility: visible;
  opacity: 1;
}

/* Kebab icon */
.okayNav__menu-toggle {
  position: relative;
  top: 15px;
  z-index: 1;
  float: left;
  width: 40px;
  height: 24px;
  margin-left: 1.09375rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.okayNav__menu-toggle.okay-invisible {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0;
}

.okayNav__menu-toggle span {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  pointer-events: none;
  border-radius: 50%;
  background: #232020;
}

.okayNav__menu-toggle span:nth-child(1) {
  top: 0;
}

.okayNav__menu-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.okayNav__menu-toggle span:nth-child(3) {
  bottom: 0;
}

.okayNav__menu-toggle.icon--active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.okayNav__menu-toggle.icon--active span {
  background: #1b71c9;
}

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__nav__frame,
.fotorama__thumb-border {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.fotorama__caption__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(../images/fotorama/fotorama.png) no-repeat;
  background-size: 96px 160px;
}

.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}

.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__img {
  -ms-filter: 'alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: 'alpha(Opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: 'alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon:focus {
  opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon:focus {
  display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
.fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
.fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
.fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: '';
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

.fotorama__stage {
  background-color: white;
}

.fotorama__stage .fotorama__img {
  margin: 0;
}

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eee;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eee;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eee;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-month {
  background: transparent;
  color: #3c3f40;
  fill: #3c3f40;
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #f64747;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64, 72, 72, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64, 72, 72, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64, 72, 72, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(60, 63, 64, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60, 63, 64, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e9e9e9;
  border-color: #e9e9e9;
}

.flatpickr-day.today {
  border-color: #f64747;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #f64747;
  background: #f64747;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #4f99ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #4f99ff;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #4f99ff;
  box-shadow: -10px 0 0 #4f99ff;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
  box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(0, 0, 0, 0.15);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default;
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
  box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #eee;
  box-shadow: 1px 0 0 #eee;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #404848;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}

@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}

@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}

@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.flatpickr-calendar {
  width: 307.875px;
}

.dayContainer {
  padding: 0;
  border-right: 0;
}

span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}

span.flatpickr-day:nth-child(n+8),
span.flatpickr-day.prevMonthDay:nth-child(n+8),
span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}

span.flatpickr-day:nth-child(7n-6),
span.flatpickr-day.prevMonthDay:nth-child(7n-6),
span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}

span.flatpickr-day:nth-child(n+36),
span.flatpickr-day.prevMonthDay:nth-child(n+36),
span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}

span.flatpickr-day:nth-child(-n+7),
span.flatpickr-day.prevMonthDay:nth-child(-n+7),
span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}

span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #f64747;
}

span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #f64747;
}

span.flatpickr-day.startRange,
span.flatpickr-day.prevMonthDay.startRange,
span.flatpickr-day.nextMonthDay.startRange,
span.flatpickr-day.endRange,
span.flatpickr-day.prevMonthDay.endRange,
span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff;
}

span.flatpickr-day.today,
span.flatpickr-day.prevMonthDay.today,
span.flatpickr-day.nextMonthDay.today,
span.flatpickr-day.selected,
span.flatpickr-day.prevMonthDay.selected,
span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}

.rangeMode .flatpickr-day {
  margin-top: -1px;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}

.hasWeeks .flatpickr-days {
  border-right: 0;
}

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-wrapper::before, .button-wrapper::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: currentColor;
}

.button-wrapper::before {
  margin-right: 0.625rem;
}

.button-wrapper::after {
  margin-left: 0.625rem;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6875rem 0.9375rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.8125rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid;
  letter-spacing: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  color: #000000;
}

.button:hover, .button:focus {
  color: #ffffff;
  border-color: transparent;
  background-color: #000000;
}

.button:active {
  background-color: #000000;
}

.form-item {
  margin-bottom: 0.9375rem;
  display: block;
}

.form-label {
  display: inline-block;
  padding-bottom: 0.3em;
  vertical-align: middle;
  font-size: 0.95rem;
  cursor: pointer;
}

.form-label--required::after {
  content: "*";
  display: inline-block;
  margin-left: 0.2em;
  color: #F44336;
}

.form-control {
  padding: 0.6875rem 0.9375rem;
  width: 100%;
  outline: none;
  border: 1px solid #7f7f7f;
  background: #ffffff;
  font: inherit;
  font-size: 0.875rem;
  line-height: normal;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}

.form-control:hover {
  background: #fafafa;
}

.form-control:focus {
  border-color: #727272;
  background: #fff;
}

.form-control.error {
  border-color: #f67280;
}

textarea.form-control {
  max-height: 200px;
  resize: vertical;
}

.form-submit-wrapper {
  margin-top: 1.5rem;
  text-align: center;
}

.form-submit {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.form-note {
  margin-top: 0.9375rem;
  font-size: 0.96875rem;
}

.form-note p {
  margin-bottom: 0;
}

label.error {
  color: #f67280;
  font-size: 13px;
}

.checkbox {
  display: inline-block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0.875rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  white-space: nowrap;
}

.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.checkbox__label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox__label::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border: 1px solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.checkbox__input:checked + .checkbox__label::before {
  background-color: #fff;
  background-image: url("../images/icon-check.svg");
}

.selectbox {
  position: relative;
  display: block;
}

.selectbox::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 2.55625rem;
  background: #1b71c9 url("../images/icon-arrow-down.svg") no-repeat center/1.1rem;
  pointer-events: none;
}

.selectbox select {
  cursor: pointer;
  padding-right: 2.86875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.selectbox select option {
  font-size: 1.25rem;
}

.search-form {
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  background-color: #f1f6fc;
}

.search-form__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6875rem 0.9375rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.8125rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid;
  letter-spacing: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  color: #ffffff;
  background-color: #1b71c9;
  border-color: transparent;
  text-transform: none;
  font-size: 1.25rem;
}

.search-form__submit:hover, .search-form__submit:focus {
  color: #ffffff;
  background-color: #1b71c9;
  border-color: transparent;
}

.search-form__submit:active {
  background-color: #1b71c9;
}

.search-form-query {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.search-form-query__label {
  display: block;
  padding-bottom: 0.3125rem;
  white-space: nowrap;
}

.search-form-filter {
  min-width: 0;
  margin: 0;
  margin-bottom: 1.25rem;
  padding: 0.01em 0 0 0;
  border: 0;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.search-form-filter__title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 0.9375rem;
  font-weight: 700;
  font-size: 0.875rem;
}

.search-form-filter__item {
  display: block;
  margin-bottom: 0.5rem;
}

.search-form-filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form-filter-group__item {
  margin-right: 1.25rem;
}

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

.date-range__filed {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.date-range__filed::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 2.55625rem;
  background: #1b71c9 url("../images/icon-calendar.svg") no-repeat center/0.8rem;
  pointer-events: none;
}

.date-range__input {
  padding-right: 2.55625rem;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.socials__item {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 1.2em;
  border: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: currentColor;
}

.socials__item:hover, .socials__item:focus {
  color: #00c7ff;
}

.socials__item:last-child {
  margin-right: 0;
}

.socials__icon {
  display: block;
  fill: currentColor;
}

table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
  cursor: default;
}

caption {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
}

th,
td {
  border: 1px solid #364f6b;
  padding: 0.5rem;
  text-align: left;
  -webkit-transition: 0.125s;
  transition: 0.125s;
}

thead th,
thead td {
  border-bottom-width: 2px;
  text-align: left;
}

tbody {
  vertical-align: top;
}

tbody tr:hover th,
tbody tr:hover td {
  background-color: #f5f5f5;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.ttf?mnrx95") format("truetype"), url("../fonts/icomoon/icomoon.woff?mnrx95") format("woff"), url("../fonts/icomoon/icomoon.svg?mnrx95#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e942";
}

.icon-location:before {
  content: "\e947";
}

.icon-stats-dots:before {
  content: "\e99b";
}

.icon-file-pdf:before {
  content: "\eadf";
}

.popup {
  width: calc(100% - 15px);
  max-width: 500px;
  padding: 60px;
}

.popup__title {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.65rem;
}

.section {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.section-header {
  margin-bottom: 1.5625rem;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-weight: 900;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3px;
  margin-left: 0.625rem;
  background-color: currentColor;
}

.section-title--not-line::after {
  content: none;
}

.section-relationships-news {
  padding-bottom: 0;
}

.custom-ol {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-list;
}

.custom-ol li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 2.5rem;
}

.custom-ol li::before {
  counter-increment: ol-list;
  content: counter(ol-list, decimal-leading-zero);
  position: absolute;
  top: -0.15em;
  left: 0.3125rem;
  padding: 0.25rem 0.35rem;
  font-size: 1.0625rem;
  font-family: 'Roboto Mono', monospace;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  background-color: #1b71c9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-ul,
ul:not([class]) {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
}

.custom-ul li,
ul:not([class]) li {
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 1.5625rem;
}

.custom-ul li::before,
ul:not([class]) li::before {
  content: '';
  position: absolute;
  left: 0.625rem;
  top: 0.5em;
  width: 0.375rem;
  height: 0.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  background-color: #1b71c9;
}

.search-output__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.9375rem;
}

.search-output__item:not(.search-output__item--banner) {
  position: relative;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 0.9375rem;
  line-height: 1.3;
}

.search-output__item:not(.search-output__item--banner)::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 55.20505%;
  pointer-events: none;
}

.search-output__item:not(.search-output__item--banner) img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .search-output__item:not(.search-output__item--banner) img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.search-output__item:not(.search-output__item--banner)::before {
  background-color: #eef1f0;
}

.search-output__item--banner {
  width: 100%;
  margin-bottom: 0.9375rem;
}

.search-output__item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.search-output__item-link:hover, .search-output__item-link:focus {
  color: #ffffff;
}

.search-output__item-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background-image: linear-gradient(to top, #000000, transparent);
}

.search-output__item-image {
  z-index: 1;
  -webkit-transition: -webkit-transform 1.75s;
  transition: -webkit-transform 1.75s;
  transition: transform 1.75s;
  transition: transform 1.75s, -webkit-transform 1.75s;
  will-change: transform;
}

.search-output__item-link:hover .search-output__item-image,
.search-output__item-link:focus .search-output__item-image {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
          transform: translateX(-50%) translateY(-50%) scale(1.2);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .search-output__item-link:hover .search-output__item-image,
  .search-output__item-link:focus .search-output__item-image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.search-output__item-title {
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  z-index: 3;
  margin: 0;
  font-weight: 800;
  font-size: 1.25rem;
}

.search-output__item-rubric {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 3;
}

.rubric-news__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.9375rem;
}

.rubric-news__item:not(.rubric-news__item--banner) {
  position: relative;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 0.9375rem;
  line-height: 1.3;
}

.rubric-news__item:not(.rubric-news__item--banner)::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 55.20505%;
  pointer-events: none;
}

.rubric-news__item:not(.rubric-news__item--banner) img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .rubric-news__item:not(.rubric-news__item--banner) img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.rubric-news__item:not(.rubric-news__item--banner)::before {
  background-color: #eef1f0;
}

.rubric-news__item--banner {
  width: 100%;
  margin-bottom: 0.9375rem;
}

.rubric-news__item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.rubric-news__item-link:hover, .rubric-news__item-link:focus {
  color: #ffffff;
}

.rubric-news__item-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background-image: linear-gradient(to top, #000000, transparent);
}

.rubric-news__item-image {
  z-index: 1;
  -webkit-transition: -webkit-transform 1.75s;
  transition: -webkit-transform 1.75s;
  transition: transform 1.75s;
  transition: transform 1.75s, -webkit-transform 1.75s;
  will-change: transform;
}

.rubric-news__item-link:hover .rubric-news__item-image,
.rubric-news__item-link:focus .rubric-news__item-image {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
          transform: translateX(-50%) translateY(-50%) scale(1.2);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .rubric-news__item-link:hover .rubric-news__item-image,
  .rubric-news__item-link:focus .rubric-news__item-image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.rubric-news__item-title {
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  z-index: 3;
  margin: 0;
  font-weight: 800;
  font-size: 1.25rem;
}

.rubric-news__item-rubric {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 3;
}

.archive-day-news__filter {
  margin-bottom: 1.5rem;
}

.archive-day-news__heading {
  margin-bottom: 1.875rem;
}

.archive-day-news__title {
  margin: 0;
  margin-bottom: 1rem;
}

.archive-day-news__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.9375rem;
}

.archive-day-news__item:not(.archive-day-news__item--banner) {
  position: relative;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 0.9375rem;
  line-height: 1.3;
}

.archive-day-news__item:not(.archive-day-news__item--banner)::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 55.20505%;
  pointer-events: none;
}

.archive-day-news__item:not(.archive-day-news__item--banner) img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .archive-day-news__item:not(.archive-day-news__item--banner) img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.archive-day-news__item:not(.archive-day-news__item--banner)::before {
  background-color: #eef1f0;
}

.archive-day-news__item--banner {
  width: 100%;
  margin-bottom: 0.9375rem;
}

.archive-day-news__item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.archive-day-news__item-link:hover, .archive-day-news__item-link:focus {
  color: #ffffff;
}

.archive-day-news__item-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background-image: linear-gradient(to top, #000000, transparent);
}

.archive-day-news__item-image {
  z-index: 1;
  -webkit-transition: -webkit-transform 1.75s;
  transition: -webkit-transform 1.75s;
  transition: transform 1.75s;
  transition: transform 1.75s, -webkit-transform 1.75s;
  will-change: transform;
}

.archive-day-news__item-link:hover .archive-day-news__item-image,
.archive-day-news__item-link:focus .archive-day-news__item-image {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
          transform: translateX(-50%) translateY(-50%) scale(1.2);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .archive-day-news__item-link:hover .archive-day-news__item-image,
  .archive-day-news__item-link:focus .archive-day-news__item-image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.archive-day-news__item-title {
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  z-index: 3;
  margin: 0;
  font-weight: 800;
  font-size: 1.25rem;
}

.archive-day-news__item-rubric {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 3;
}

.logo__image {
  max-height: 46px;
}

.main-header--new-year .logo__image {
  max-height: 56px;
}

.banner {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.banner::before {
  content: "Реклама";
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.75rem;
  line-height: 15px;
  text-transform: lowercase;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.banner a {
  display: block;
}

.banner img,
.banner iframe {
  display: block;
  width: 100%;
  border: none;
  overflow: hidden;
}

.sidebar-module .banner {
  max-width: 15.9375rem;
}

.b_data {
  display: inline-block;
}

.main-grid__column-main img.b_data {
  object-fit: contain;
  height: auto;
  max-height: 300px;
}

.b_data_1 {
  height: 120px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

img.b_data_1 {
  height: auto;
}

.b_data_2 {
  width: 255px;
  height: 395px;
}

.b_data_3 {
  width: 800px;
  height: 130px;
}

.b_data_5 {
  width: 800px;
  height: 150px;
  background-size: 100%;
}

.b_data_6 {
  height: 255px;
}

.b_data_7 {
  height: 395px;
}

.sticky-banners {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  will-change: top, bottom;
}

.sticky-banners .banner {
  margin-bottom: 2.1875rem;
}

.sticky-banners .banner:last-child {
  margin-bottom: 0;
}

.date {
  display: inline-block;
  font-size: 0.9375rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #939393;
  vertical-align: middle;
}

.rubric {
  display: inline-block;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  font-size: 0.75rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.1em;
  color: #ffffff;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #1b71c9;
}

.start-date {
  display: inline-block;
  padding: 0.5rem 0.875rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.05em;
  color: #ffffff;
  vertical-align: middle;
  background-color: #2552AC;
}

.start-date__hour {
  font-size: 1.5em;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.9375rem;
}

.tags__label {
  margin-right: 0.5rem;
}

.tags__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.tags__list li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.tags__list a {
  display: block;
  padding: 0.5rem 0.9375rem;
  text-decoration: none;
  color: #232020;
  background-color: #eef1f0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.tags__list a:hover, .tags__list a:focus {
  color: #1b71c9;
}

.counters {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counters__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  font-size: 0.9375rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #ababab;
}

.counters__item:last-child {
  margin-right: 0;
}

.counters__icon {
  width: 0.75rem;
  height: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.25rem;
  fill: currentColor;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.topbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #ffffff;
  background-color: #000000;
}

.topbar__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar__item {
  margin-right: 2rem;
}

.topbar__item:last-child {
  margin-right: 0;
}

.topbar__item--socials {
  margin-left: auto;
}

.infobar__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.infobar__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.125rem;
  margin-right: 1.5rem;
}

.infobar__item:last-child {
  margin-right: 0;
}

.infobar__icon {
  fill: #00c7ff;
}

.infobar__currency {
  color: #00c7ff;
}

.infobar__value {
  margin-left: 0.5rem;
}

.searchbar__content {
  position: absolute;
  top: -0.5rem;
  right: 0.9375rem;
  width: calc(100% - 2 * 0.9375rem);
  margin-left: auto;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  will-change: width;
}

.searchbar__input {
  padding-top: 0.53125rem;
  padding-bottom: 0.53125rem;
  background-color: #000000;
  color: #ffffff;
  font-family: "Calibri", sans-serif;
  border: none;
  font-size: 1.5rem;
}

.searchbar__input:hover {
  background-color: #000000;
  color: #ffffff;
}

.searchbar__input:focus {
  background-color: #000000;
  color: #ffffff;
}

.searchbar__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background: none;
  border: none;
  font-size: 0;
  color: #ffffff;
  cursor: pointer;
}

.searchbar__submit-icon {
  margin: auto;
  fill: currentColor;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.searchbar--closed .searchbar__content {
  width: 0;
}

.searchbar-toggler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6875rem 0.9375rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.8125rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid;
  letter-spacing: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  display: block;
  padding: 0.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 0;
  border: none;
  color: #ffffff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.searchbar-toggler:hover, .searchbar-toggler:focus {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  color: #00c7ff;
}

.searchbar-toggler__icon {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.navbar__wrapper {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  background-color: #eef1f0;
}

.main-header--new-year .navbar__wrapper {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.navbar {
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #eef1f0;
}

.navbar--sticky {
  position: fixed;
}

.navbar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar__logo {
  margin-right: 1.875rem;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.125s linear;
  transition: -webkit-transform 0.125s linear;
  transition: transform 0.125s linear;
  transition: transform 0.125s linear, -webkit-transform 0.125s linear;
}

.navbar--sticky .navbar__logo {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.navbar__main-nav-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 5;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: auto;
}

.main-nav--mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: auto;
  background-image: radial-gradient(ellipse at top, rgba(0, 0, 0, 0.05), transparent 70%), radial-gradient(ellipse at bottom, rgba(0, 0, 0, 0.05), transparent 70%);
  background-size: 100% 0.7rem;
  background-repeat: no-repeat;
  background-position: top, bottom;
  -webkit-overflow-scrolling: touch;
}

.main-nav--mobile::-webkit-scrollbar {
  width: 0.45rem;
  background-color: #d7d7d7;
}

.main-nav--mobile::-webkit-scrollbar-thumb {
  background-color: #939393;
}

.main-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav--mobile .main-nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
}

.main-nav__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  white-space: nowrap;
}

.okayNav__nav--invisible .main-nav__item {
  padding-right: 0;
}

.main-nav__link {
  display: block;
  padding: 1.09375rem;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

.main-nav__link:hover, .main-nav__link:focus {
  color: #1b71c9;
}

.main-nav--mobile .main-nav__link {
  padding: 0.3rem;
  font-size: 1.275rem;
}

.main-nav__item--active .main-nav__link {
  cursor: default;
}

.main-nav__item--active .main-nav__link:hover, .main-nav__item--active .main-nav__link:focus {
  color: #232020;
}

.main-nav__link-text {
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
}

.main-nav__item--active .main-nav__link-text {
  border-bottom-color: #1b71c9;
  cursor: default;
}

.main-nav__item--afisha .main-nav__link-text {
  position: relative;
  padding: 3px;
  color: #fff;
  border: none;
}

.main-nav__item--afisha .main-nav__link-text::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(-2.5 * 3px);
  top: calc(-1 * 3px);
  right: calc(-2.5 * 3px);
  bottom: calc(-1 * 3px);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  background-size: 100vw 120%;
  border-radius: 2px;
  -webkit-animation: animatedgradient 3s ease alternate infinite;
          animation: animatedgradient 3s ease alternate infinite;
}

.main-nav__item--fitness-challenge .main-nav__link-text {
  position: relative;
  padding: 3px;
  color: #ffffff;
  background-color: #ff015b;
  border: none;
  padding-left: 29px;
}

.main-nav__item--fitness-challenge .main-nav__link-text::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/dumbbell.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0.8;
}

.main-nav__item--fitness-challenge .main-nav__link-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(-2.5 * 3px);
  top: calc(-1 * 3px);
  right: calc(-2.5 * 3px);
  bottom: calc(-1 * 3px);
  background-color: #ff015b;
  border-radius: 2px;
}

.main-nav__item--fitness-challenge:hover .main-nav__link-text::before,
.main-nav__item--fitness-challenge:focus .main-nav__link-text::before {
  opacity: 1;
}

@-webkit-keyframes animatedgradient {
  100% {
    background-position: 100% 50%;
  }
}

@keyframes animatedgradient {
  100% {
    background-position: 100% 50%;
  }
}

.main-nav__item--msbryansk2018 .main-nav__link-text {
  position: relative;
  padding: 3px;
  color: #ffffff;
  background-color: #ff015b;
  background-color: #009688;
  border: none;
}

.main-nav__item--msbryansk2018 .main-nav__link-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(-2.5 * 3px);
  top: calc(-1 * 3px);
  right: calc(-2.5 * 3px);
  bottom: calc(-1 * 3px);
  background-color: #009688;
  border-radius: 2px;
}

.out-cover-toggler {
  position: relative;
  width: 1.5rem;
  height: 1.25rem;
  padding: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #232020;
  font-size: 0;
  background-color: currentColor;
  border: none;
  background-clip: content-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.out-cover-toggler::before, .out-cover-toggler::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: currentColor;
}

.out-cover-toggler::before {
  top: 0;
}

.out-cover-toggler::after {
  top: 1rem;
}

.offset-nav {
  position: relative;
}

.offset-nav__list {
  top: 100%;
  right: 0;
  position: absolute;
}

.sidebar-module {
  margin-bottom: 2.1875rem;
}

.sidebar-module:last-child {
  margin-bottom: 0;
}

.sidebar-module__head {
  margin-bottom: 1.5625rem;
}

.main-grid__column-main .feed-news {
  margin-bottom: 0;
}

.feed-news__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.feed-news__item {
  margin-bottom: 1rem;
}

.feed-news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.feed-news__item-date {
  margin-right: 0.9375rem;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #1b71c9;
}

.feed-news__item-title {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
  line-height: normal;
  font-family: "Calibri", sans-serif;
}

.feed-news-slider {
  margin-bottom: 0.9375rem;
}

.feed-news-slider .slick-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6875rem 0.9375rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.8125rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid;
  letter-spacing: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  width: 100%;
  height: 1.625rem;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.875rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feed-news-slider .slick-arrow.slick-disabled {
  opacity: 0.1;
  cursor: default;
  pointer-events: none;
}

.feed-news-slider .slick-prev {
  background-image: url("../images/arrow-up.svg");
  height: 30px;
	background-size: 20%;
}

.feed-news-slider .slick-next {
	background-image: url("../images/arrow-down.svg");
	height: 30px;
	background-size: 20%;
}

.companies-news__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.companies-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 1.25rem;
}

.companies-news__item-link {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #000000;
  background-color: #eef1f0;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.companies-news__item-imagebox {
  position: relative;
  display: block;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.companies-news__item-imagebox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 62.7451%;
  pointer-events: none;
}

.companies-news__item-imagebox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .companies-news__item-imagebox img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.companies-news__item-imagebox::before {
  background-color: #eef1f0;
}

.companies-news__item-title {
  margin: 0;
  padding: 0.9375rem;
  font-weight: normal;
  font-size: 1rem;
  line-height: normal;
  font-family: "Calibri", sans-serif;
}

.top-news__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-news__item {
  position: relative;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 0.9375rem;
  line-height: 1.3;
}

.top-news__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 55.20505%;
  pointer-events: none;
}

.top-news__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .top-news__item img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-news__item::before {
  background-color: #eef1f0;
}

.top-news__item-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.top-news__item-link::before, .top-news__item-link::after {
  pointer-events: none;
}

.top-news__item-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background-image: linear-gradient(to top, #000000, transparent);*/
}

.top-news__item-link:hover, .top-news__item-link:focus {
  color: #ffffff;
}

.top-news__item-image {
  z-index: 1;
  -webkit-transition: -webkit-transform 1.75s;
  transition: -webkit-transform 1.75s;
  transition: transform 1.75s;
  transition: transform 1.75s, -webkit-transform 1.75s;
  will-change: transform;
}

.top-news__item-link:hover .top-news__item-image,
.top-news__item-link:focus .top-news__item-image {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
          transform: translateX(-50%) translateY(-50%) scale(1.2);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .top-news__item-link:hover .top-news__item-image,
  .top-news__item-link:focus .top-news__item-image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.top-news__item-title {
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  z-index: 3;
  margin: 0;
  font-weight: 800;
  font-size: 1.25rem;        
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.top-news__item-rubric {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 3;
}

.topics__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.9375rem;
  font-size: 0.9375rem;
}

.topics__item:last-child {
  margin-bottom: 0;
}

.topics__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.9375rem;
  text-align: center;
  color: #000000;
  background-color: #eef1f0;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.topics__item-link::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.5rem;
  background: url("../images/icon-fire.svg") no-repeat center/contain;
}

.topics__item-title {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: normal;
  text-decoration: underline;
}

.relationships-news__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: -1.5625rem;
}

.relationships-news__item {
  margin-bottom: 1.875rem;
}

.relationships-news__item-link {
  display: block;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.relationships-news__item-imagebox {
  position: relative;
  display: block;
  overflow: hidden;
}

.relationships-news__item-imagebox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 72.81553%;
  pointer-events: none;
}

.relationships-news__item-imagebox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .relationships-news__item-imagebox img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.relationships-news__item-imagebox::before {
  background-color: #eef1f0;
}

.relationships-news__item-title {
  margin: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: "Calibri", sans-serif;
  line-height: normal;
}

.relationships-news__item-excerpt {
  line-height: normal;
}

.relationships-news__item-excerpt > :last-child {
  margin-bottom: 0;
}

.multimedia-news__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.multimedia-news__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 1.875rem;
}

.multimedia-news__item-link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: block;
  color: #eef1f0;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  outline: 0.9375rem solid transparent;
}

.multimedia-news__item-link:hover, .multimedia-news__item-link:focus {
  color: #ffffff;
  background-color: #232020;
  outline: 0.9375rem solid #232020;
}

.multimedia-news__item-imagebox {
  position: relative;
  display: block;
  overflow: hidden;
}

.multimedia-news__item-imagebox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 53.19149%;
  pointer-events: none;
}

.multimedia-news__item-imagebox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .multimedia-news__item-imagebox img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.multimedia-news__item-imagebox::before, .multimedia-news__item-imagebox::after {
  pointer-events: none;
}

.multimedia-news__item-imagebox::before {
  background-color: #000000;
}

.multimedia-news__item-image {
  -webkit-transition: -webkit-transform 1.75s;
  transition: -webkit-transform 1.75s;
  transition: transform 1.75s;
  transition: transform 1.75s, -webkit-transform 1.75s;
  will-change: transform;
}

.multimedia-news__item-link:hover .multimedia-news__item-image,
.multimedia-news__item-link:focus .multimedia-news__item-image,
.multimedia-news__item:first-child .multimedia-news__item-link:hover .multimedia-news__item-image,
.multimedia-news__item:first-child .multimedia-news__item-link:focus .multimedia-news__item-image {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
          transform: translateX(-50%) translateY(-50%) scale(1.2);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .multimedia-news__item-link:hover .multimedia-news__item-image,
  .multimedia-news__item-link:focus .multimedia-news__item-image,
  .multimedia-news__item:first-child .multimedia-news__item-link:hover .multimedia-news__item-image,
  .multimedia-news__item:first-child .multimedia-news__item-link:focus .multimedia-news__item-image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.multimedia-news__item-type {
  position: absolute;
  left: 0;
  top: 0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #1b71c9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.multimedia-news__item-type--photo {
  background-image: url("../images/icon-camera.svg");
}

.multimedia-news__item-type--video {
  background-image: url("../images/icon-play.svg");
  background-size: 20px;
}

.multimedia-news__item-body {
  padding-top: 0.5rem;
}

.multimedia-news__item-date {
  margin-bottom: 0.2rem;
}

.multimedia-news__item-title {
  margin: 0;
  margin-bottom: 0.2rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: "Calibri", sans-serif;
  line-height: normal;
}

.all-news__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.all-news__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  font-size: 0.9375rem;
}

.all-news__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.all-news__item-imagebox {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.all-news__item-imagebox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 59.09091%;
  pointer-events: none;
}

.all-news__item-imagebox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .all-news__item-imagebox img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.all-news__item-imagebox::before {
  background-color: #eef1f0;
}

.all-news__item-rubric {
  position: absolute;
  top: 0.9375rem;
  right: 0;
  z-index: 3;
}

.all-news__item-title {
  margin: 0;
  margin-bottom: 0.2rem;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Calibri", sans-serif;
  line-height: normal;
}

.popular-news__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.popular-news__item {
  font-size: 0.875rem;
}

.popular-news__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.9375rem;
  border-bottom: 1px solid #d7d9d8;
  background-color: #eef1f0;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popular-news__item:last-child .popular-news__item-link {
  border-bottom: none;
}

.popular-news__item-imagebox {
  position: relative;
  display: block;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4.6875rem;
  margin-right: 0.9375rem;
}

.popular-news__item-imagebox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  pointer-events: none;
}

.popular-news__item-imagebox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .popular-news__item-imagebox img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.popular-news__item-imagebox::before {
  background-color: #eef1f0;
}

.popular-news__item-rubric {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #7c7c7c;
  text-transform: uppercase;
}

.popular-news__item-title {
  margin: 0;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: normal;
  font-family: "Calibri", sans-serif;
}

.section-multimedia-news {
  color: #ffffff;
  background-color: #000000;
}

.section-all-news {
  background-color: #eef1f0;
}

.related-post-news {
  display: block;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #232020;
  text-decoration: none;
  background-color: #eef1f0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.related-post-news__imagebox {
  position: relative;
  display: block;
  overflow: hidden;
}

.related-post-news__imagebox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.86275%;
  pointer-events: none;
}

.related-post-news__imagebox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .related-post-news__imagebox img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.related-post-news__body {
  padding: 1.875rem;
  padding-top: 1.5625rem;
}

.related-post-news__label {
  font-weight: 700;
  font-size: 0.75rem;
  color: #7c7c7c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.related-post-news__title {
  margin: 0;
  font-weight: 500;
  font-size: 1.25rem;
}

.post {
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

.post__header {
  margin-bottom: 0.9375rem;
}

.post__title {
  margin: 0;
  margin-bottom: 0.5rem;
  font-weight: 800;
  line-height: 1.2;
  font-size: 1.875rem;
}

.post__counters .counters__icon {
  fill: #1b71c9;
}

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

.post-info__item {
  margin-right: 0.9375rem;
}

.post-info__item:last-child {
  margin-right: 0;
}

.post-info__item--countеrs {
  margin-left: auto;
}

.post-share {
  margin-bottom: 1.875rem;
}

.post-imagebox {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 1.875rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.post-imagebox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  pointer-events: none;
}

.post-imagebox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .post-imagebox img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.post-imagebox::before, .post-imagebox::after {
  pointer-events: none;
}

.post-imagebox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  /*background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(70%, transparent));
  background-image: linear-gradient(to top, #000000, transparent 70%);*/ 
}

.post-imagebox__info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 0.625rem;
  padding-left: 0.9375rem;
  font-size: 0.9375rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.post-imagebox__info::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 0.9375rem;
  margin-right: 0.2rem;
  vertical-align: middle;
  background: url("../images/icon-camera.svg") no-repeat center/contain;
}

.post-imagebox__info a {
  color: #00c7ff;
}

.post-content {
  font-size: 1.1875rem;
  color: #000000;
  letter-spacing: 0;
  min-width: 100%;
  width: 1px;
  margin-bottom: 1.5rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.post-content blockquote {
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5625rem;
  font-size: 1.25rem;
  font-style: italic;
  border-left: 3px solid;
}

.post-content blockquote > :last-child {
  margin-bottom: 0;
}

.post-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-content > * + *:not(li) {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.post-content > * + h2 {
  margin-top: 2.5rem;
}

.post-content > * + h3 {
  margin-top: 2rem;
}

.post-content > h2 + * {
  margin-top: 0.75rem;
}

.post-content > h3 + * {
  margin-top: 0.75rem;
}

.post-content > h4 + * {
  margin-top: 0.8rem;
}

.post-content > h2 + h3 {
  margin-top: 0.9rem;
}

.post-content > h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.post-content > h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

.post-content > h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.125rem;
}

.post-content > hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 1px solid #d7d7d7;
}

.post-content__intro {
  font-size: 1.5rem;
  line-height: 1.2;
}

.post-incut {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.video-container {
  text-align: center;
}

.page {
  margin-top: 2.8125rem;
}

.page-title {
  margin: 0;
  margin-bottom: 30px;
}

.page-content {
  font-size: 1.1875rem;
  color: #000000;
  letter-spacing: 0;
  min-width: 100%;
  width: 1px;
  margin-bottom: 1.5rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.page-content blockquote {
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5625rem;
  font-size: 1.25rem;
  font-style: italic;
  border-left: 3px solid;
}

.page-content blockquote > :last-child {
  margin-bottom: 0;
}

.page-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-content > * + *:not(li) {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.page-content > * + h2 {
  margin-top: 2.5rem;
}

.page-content > * + h3 {
  margin-top: 2rem;
}

.page-content > h2 + * {
  margin-top: 0.75rem;
}

.page-content > h3 + * {
  margin-top: 0.75rem;
}

.page-content > h4 + * {
  margin-top: 0.8rem;
}

.page-content > h2 + h3 {
  margin-top: 0.9rem;
}

.page-content > h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.page-content > h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

.page-content > h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.125rem;
}

.page-content > hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 1px solid #d7d7d7;
}

.afisha__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.afisha__item:not(.afisha__item--banner) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: 0.9375rem;
  line-height: 1.3;
}

.afisha__item:not(.afisha__item--banner)::before {
  background-color: #eef1f0;
}

.afisha__item--banner {
  width: 100%;
  margin-bottom: 0.9375rem;
  margin-right: 0.9375rem;
}

.afisha__item-link {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  padding-bottom: 0.5rem;
  color: #232020;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.afisha__item:nth-child(-n+4) .afisha__item-link {
  padding-bottom: 0;
  color: #ffffff;
}

.afisha__item-imagebox {
  position: relative;
  display: block;
  overflow: hidden;
}

.afisha__item-imagebox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 57.14286%;
  pointer-events: none;
}

.afisha__item-imagebox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .afisha__item-imagebox img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.afisha__item-imagebox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.5;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.1));
  -webkit-transition: background-color 1.25s;
  transition: background-color 1.25s;
}

.afisha__item-link:hover .afisha__item-imagebox::after,
.afisha__item-link:focus .afisha__item-imagebox::after {
  background-color: rgba(0, 0, 0, 0.1);
}

.afisha__item:nth-child(-n+4) .afisha__item-imagebox {
  position: relative;
  display: block;
  overflow: hidden;
}

.afisha__item:nth-child(-n+4) .afisha__item-imagebox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 69.84127%;
  pointer-events: none;
}

.afisha__item:nth-child(-n+4) .afisha__item-imagebox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .afisha__item:nth-child(-n+4) .afisha__item-imagebox img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.afisha__item-image {
  -webkit-transition: -webkit-transform 1.75s;
  transition: -webkit-transform 1.75s;
  transition: transform 1.75s;
  transition: transform 1.75s, -webkit-transform 1.75s;
  will-change: transform;
}

.afisha__item-link:hover .afisha__item-image,
.afisha__item-link:focus .afisha__item-image,
.afisha__item:nth-child(-n+4):hover .afisha__item-image,
.afisha__item:nth-child(-n+4):focus .afisha__item-image {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
          transform: translateX(-50%) translateY(-50%) scale(1.2);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .afisha__item-link:hover .afisha__item-image,
  .afisha__item-link:focus .afisha__item-image,
  .afisha__item:nth-child(-n+4):hover .afisha__item-image,
  .afisha__item:nth-child(-n+4):focus .afisha__item-image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.afisha__item:nth-child(-n+4) .afisha__item-body {
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  z-index: 3;
  margin: 0;
}

.afisha__item-title {
  font-size: 1.25rem;
  font-weight: 800;
}

.afisha__item:nth-child(-n+4) .afisha__item-title {
  margin-top: 0;
  font-size: 1.3125rem;
}

.afisha__item-excerpt {
  color: #232020;
}

.afisha__item:nth-child(-n+4) .afisha__item-excerpt {
  display: none;
}

.afisha__item-info {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.afisha__item-start-date {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 2;
}

.afisha__item-age-limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.875rem;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 20px;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #204897;
  vertical-align: middle;
}

.afisha__item-rubric {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  z-index: 3;
}

.afisha__item-date {
  color: #232020;
}

.afisha__item:nth-child(-n+4) .afisha__item-date {
  color: #ffffff;
}

.news-comments {
  margin-bottom: 30px;
}

.news-comments-form {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.news-comments-form .news-comments-user {
  margin-bottom: 0.625rem;
  display: none;
  overflow: hidden;
  margin-left: 60px;
}

.news-comments-form .news-comments-user input {
  padding-top: 0.90625rem;
  padding-bottom: 0.90625rem;
}

.news-comments-form .news-comments-message .news-comments-message-avatar {
  position: absolute;
  left: 0;
  top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  overflow: hidden;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-comments-form .news-comments-message .news-comments-message-text {
  margin-bottom: 0.625rem;
  margin-left: 60px;
}

.news-comments-form .news-comments-message .news-comments-message-text textarea {
  padding-top: 0.90625rem;
  padding-bottom: 0.90625rem;
}

.news-comments-form .news-comments-message-button {
  text-align: center;
  margin-left: 60px;
}

.news-comments-form .news-comments-message-button input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6875rem 0.9375rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.8125rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid;
  letter-spacing: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  color: #1b71c9;
}

.news-comments-form .news-comments-message-button input:hover, .news-comments-form .news-comments-message-button input:focus {
  color: #ffffff;
  border-color: transparent;
  background-color: #1b71c9;
}

.news-comments-form .news-comments-message-button input:active {
  background-color: #1b71c9;
}

.allComments .oneComment {
  position: relative;
  margin-bottom: 12px;
}

.allComments .oneComment:last-of-type {
  margin-bottom: 0;
}

.allComments .avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  overflow: hidden;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}

.allComments .cContent .cInfo {
  margin-bottom: 4px;
}

.allComments .cContent .cInfo span {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  vertical-align: bottom;
}

.allComments .cContent .cInfo a {
  color: #B7BBC1;
  font-size: 11px;
  margin-left: 12px;
  text-decoration: none;
  vertical-align: bottom;
}

.allComments .cContent .cMessage {
  color: #363636;
  margin: 4px 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 15px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  white-space: normal;
}

.allComments .cContent .cAnswer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  padding-top: 5px;
  color: #1b71c9;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.allComments .cContent .cAnswer .cBtn {
  padding-right: 0.625rem;
}

.allComments .cContent .cAnswer .ansverForm {
  text-align: right;
}

.allComments .cContent .cAnswer .ansverForm input {
  margin-bottom: 0.625rem;
}

.allComments .cContent .cAnswer .ansverForm textarea {
  margin-bottom: 0.625rem;
}

.allComments .cContent .cAnswer .ansverForm button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6875rem 0.9375rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.8125rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  line-height: normal;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid;
  letter-spacing: 0.1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: background, color, border-color;
  transition-property: background, color, border-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
  color: #1b71c9;
}

.allComments .cContent .cAnswer .ansverForm button:hover, .allComments .cContent .cAnswer .ansverForm button:focus {
  color: #ffffff;
  border-color: transparent;
  background-color: #1b71c9;
}

.allComments .cContent .cAnswer .ansverForm button:active {
  background-color: #1b71c9;
}

.contatcs-info {
  padding-left: 0;
  list-style: none;
}

.contatcs-info li {
  margin-bottom: 0.5rem;
}

.contatcs-info [class*="icon-"] {
  margin-right: 0.2rem;
}

.archive-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.archive-calendar {
  margin-top: 1.875rem;
  margin-bottom: -1.25rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background-color: #fafafa;
}

.archive-calendar-month {
  margin-bottom: 1rem;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.archive-calendar-month-name {
  margin: 0;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.archive-calendar-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive-calendar-week._head span {
  border-bottom: 1px solid #1b71c9;
}

.archive-calendar-week span {
  width: 23px;
  width: calc(100% / 7);
  padding: 0.25rem;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.archive-calendar-week a {
  width: 23px;
  width: calc(100% / 7);
  padding: 0.25rem;
  font-weight: bold;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.main-footer {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  font-size: 0.875rem;
  color: #a7b1bb;
  background-color: #ffffff;
}

.main-footer-panel {
  margin-bottom: 2.1875rem;
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #eef1f0;
}

.main-footer-panel__item {
  margin-bottom: 0.9375rem;
}

.main-footer-panel__item:last-child {
  margin-bottom: 0;
}

.main-footer-grid {
  margin-bottom: 1rem;
}

.main-footer-grid:last-child {
  margin-bottom: 0;
}

.main-footer-informers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-footer-informers__item {
  margin-right: 0.5rem;
}

.main-footer-informers__item:last-child {
  margin-right: 0;
}

.footer-nav {
  position: relative;
  margin-left: auto;
}

.footer-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-nav__list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: "Akrobat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-nav__list a {
  display: block;
  padding: 0.5rem;
  color: #a7b1bb;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.footer-nav__list a:hover, .footer-nav__list a:focus {
  color: #000000;
}

.searchbox {
  position: relative;
  overflow: hidden;
}

.searchbox__input {
  padding-right: 3.125rem;
  font-size: 0.875rem;
}

.searchbox__submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.searchbox__submit-icon {
  margin: auto;
  fill: currentColor;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.out-cover {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 20;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  color: #232020;
  background-color: #eef1f0;
  -webkit-transition: visibility 0s 0.25s, -webkit-transform 0.4s ease;
  transition: visibility 0s 0.25s, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, visibility 0s 0.25s;
  transition: transform 0.4s ease, visibility 0s 0.25s, -webkit-transform 0.4s ease;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: transform, visibility;
  visibility: hidden;
}

.out-cover--opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.out-cover__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.out-cover__close-wrapper {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.out-cover__close {
  position: relative;
  width: 1.5rem;
  height: 1.25rem;
  padding: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #232020;
  font-size: 0;
  background-color: transparent;
  background-clip: content-box;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.out-cover__close::before, .out-cover__close::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 100%;
  height: 0.25rem;
  background-color: currentColor;
}

.out-cover__close::before {
  -webkit-transform: rotate(-45deg) scale(1.1);
          transform: rotate(-45deg) scale(1.1);
}

.out-cover__close::after {
  -webkit-transform: rotate(45deg) scale(1.1);
          transform: rotate(45deg) scale(1.1);
}

.out-cover__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1.5rem;
}

.out-cover__main-nav-wrapper {
  height: auto;
}

.out-cover__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.out-cover__socials {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.out-cover__socials .socials__icon {
  width: 1.5rem;
  height: 1.5rem;
}

#adminmenu {
  margin: 0 auto;
  background: #3a3a3a;
  color: #FFF;
  padding: 20px;
}

#adminmenu .menuwrap {
  width: 1160px;
  margin: auto;
}

@media (min-width: 480px) and (max-width: 666px) {
  .archive-calendar-month {
    width: calc((100% - 1 * 1rem) / 2);
    margin-right: 1rem;
  }
  .archive-calendar-month:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 480px) {
  .archive-main-content .selectbox {
    min-width: 9.375rem;
  }
  .archive-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 500px) {
  .topics__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topics__item {
    width: calc((100% - 2 * 0.9375rem) / 3);
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
  .topics__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 536px) {
  .navbar {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .navbar__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 557px) and (max-width: 1279px) {
  .sticky-banners .banner {
    margin-bottom: 0;
  }
}

@media (min-width: 568px) {
  .search-output__list {
    margin-right: -0.9375rem;
  }
  .search-output__item:not(.search-output__item--banner) {
    width: calc((100% - 1.875rem) / 2);
    margin-right: 0.9375rem;
  }
  .search-output__item--banner {
    margin-right: 0.9375rem;
  }
  .search-output__item-title {
    padding-right: 5rem;
    font-size: 1.125rem;
  }
  .rubric-news__list {
    margin-right: -0.9375rem;
  }
  .rubric-news__item:not(.rubric-news__item--banner) {
    width: calc((100% - 1.875rem) / 2);
    margin-right: 0.9375rem;
  }
  .rubric-news__item--banner {
    margin-right: 0.9375rem;
  }
  .rubric-news__item-title {
    padding-right: 5rem;
    font-size: 1.125rem;
  }
  .archive-day-news__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive-day-news__title {
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .archive-day-news__list {
    margin-right: -0.9375rem;
  }
  .archive-day-news__item:not(.archive-day-news__item--banner) {
    width: calc((100% - 1.875rem) / 2);
    margin-right: 0.9375rem;
  }
  .archive-day-news__item--banner {
    margin-right: 0.9375rem;
  }
  .archive-day-news__item-title {
    padding-right: 5rem;
    font-size: 1.125rem;
  }
  .companies-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .companies-news__item-title {
    font-size: 1.125rem;
  }
  .top-news__list {
    margin-bottom: -0.9375rem;
  }
  .top-news__item {
    width: calc((100% - 0.9375rem) / 2);
    margin-right: 0.9375rem;
  }
  .top-news__item:first-child {
    width: 100%;
    margin-right: 0;
  } 
  
  .top-news-slide__item {
    width: 100%;
    margin-right: 0;
  }
  
 .top-news-main__item:first-child {
     height: 0px;
  }
  
  .top-news-slide__item:first-child::before {
    /* padding-top: calc(0.461538 * 100%); */
}   }
  
  
  .top-news__item:nth-child(2n+3) {
    margin-right: 0;
  }
  .top-news__item-title {
    font-size: 1.125rem;
  }
  .top-news__item:first-child .top-news__item-title {
    font-size: 1.875rem;
  }
  .relationships-news__item {
    margin-bottom: 1.5625rem;
  }
  .relationships-news__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .relationships-news__item-imagebox {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12.875rem;
    margin-right: 0.9375rem;
  }
  .multimedia-news__item:first-child .multimedia-news__item-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
    background-image: linear-gradient(to top, #000000, transparent);
    pointer-events: none;
  }
  .multimedia-news__item:first-child .multimedia-news__item-imagebox::before {
    padding-top: calc(300 / 594 * 100%);
  }
  .multimedia-news__item:first-child .multimedia-news__item-body {
    position: absolute;
    left: 0.9375rem;
    right: 0.9375rem;
    bottom: 0.9375rem;
    z-index: 3;
  }
  .multimedia-news__item:first-child .multimedia-news__item-date {
    display: none;
  }
  .multimedia-news__item:first-child .multimedia-news__item-title {
    font-weight: 800;
    font-size: 1.875rem;
  }
  .related-post-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .related-post-news__imagebox {
    width: 26%;
    min-width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .related-post-news__title {
    font-size: 1.5625rem;
  }
  .afisha__list {
    margin-bottom: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .afisha__item:not(.afisha__item--banner) {
    margin-right: 0.9375rem;
    width: calc((100% - 1 * 1.875rem) / 2);
  }
  .afisha__item:nth-child(-n+4) {
    width: 100%;
  }
  .afisha__item-title {
    font-size: 1.125rem;
  }
  .afisha__item:nth-child(-n+4) .afisha__item-title {
    font-size: 1.6875rem;
  }
  .afisha__item:nth-child(-n+4) .afisha__item-info {
    position: absolute;
    left: 0.9375rem;
    top: 0.9375rem;
  }
  .news-comments-form .news-comments-user {
    max-width: 13.75rem;
  }
  .news-comments-form .news-comments-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-comments-form .news-comments-message .news-comments-message-avatar {
    margin-bottom: 0;
  }
  .news-comments-form .news-comments-message .news-comments-message-text {
    width: calc(100% - 60px);
  }
  .news-comments-form .news-comments-message-button {
    margin-left: auto;
  }
  .allComments .oneComment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .allComments .cContent {
    width: calc(100% - 60px);
  }
  .allComments .cContent .cAnswer .ansverForm {
    max-width: 360px;
  }
  .archive-main-content .selectbox {
    min-width: 12.5rem;
  }
  .footer-nav__list a {
    padding: 1rem;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .companies-news__item-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .companies-news__item-imagebox {
    min-width: 13.125rem;
  }
}

@media (min-width: 568px) and (max-width: 991px) {
  .multimedia-news__item:nth-child(n+2) {
    width: calc(50% - 0.9375rem);
    margin-right: 1.875rem;
  }
  .multimedia-news__item:nth-child(n+2):nth-child(2n+3) {
    margin-right: 0;
  }
  .all-news__item {
    width: calc((100% - 1 * 30px) / 2);
    margin-right: 30px;
  }
  .all-news__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 568px) and (max-width: 1279px) {
  .popular-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popular-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    font-size: 1rem;
  }
  .popular-news__item-link {
    outline: 1px solid #d7d9d8;
    border: none;
  }
  .popular-news__item-imagebox {
    width: 6.5625rem;
  }
  .popular-news__item-title {
    font-size: 1rem;
  }
}

@media (min-width: 667px) and (max-width: 991px) {
  .archive-calendar-month {
    width: calc((100% - 2 * 1rem) / 3);
    margin-right: 1rem;
  }
  .archive-calendar-month:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 667px) {
  .search-form-query {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .search-form-query__label {
    padding-right: 0.9375rem;
    padding-bottom: 0;
  }
  .related-post-news__imagebox {
    min-width: 255px;
  }
  .related-post-news__title {
    font-size: 1.875rem;
  }
  .post__title {
    font-size: 2.1875rem;
  }
  .post-content blockquote {
    margin-left: 0.9375rem;
  }
  .page-content blockquote {
    margin-left: 0.9375rem;
  }
  .afisha__item:not(.afisha__item--banner) {
    width: calc((100% - 2 * 1.875rem) / 3);
  }
  .afisha__item:nth-child(-n+4) {
    width: calc((100% - 1.875rem) / 2);
  }
  .afisha__item:nth-child(-n+4)--banner {
    width: 100%;
  }
  .afisha__item:nth-child(-n+4) .afisha__item-title {
    font-size: 1.125rem;
  }
}

@media (min-width: 736px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .searchbar__content {
    right: 1.875rem;
    width: calc(100% - 2 * 1.875rem);
  }
}

@media (min-width: 768px) {
  .popup {
    padding: 90px;
  }
  .post__title {
    font-size: 2.8125rem;
  }
  .afisha__item:nth-child(-n+4) .afisha__item-title {
    font-size: 1.375rem;
  }
  .afisha__item-info {
    position: absolute;
    left: 0.9375rem;
    top: 0.9375rem;
  }
  .afisha__item-age-limit {
    z-index: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.375s;
    transition: -webkit-transform 0.375s;
    transition: transform 0.375s;
    transition: transform 0.375s, -webkit-transform 0.375s;
  }
  .afisha__item-link:hover .afisha__item-age-limit,
  .afisha__item-link:focus .afisha__item-age-limit {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-footer-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-footer-panel__item {
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
  .main-footer-panel__item:last-child {
    margin-right: 0;
  }
  .main-footer-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-footer-grid__column-main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
  .main-footer-grid__column-left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12.8125rem;
  }
  .main-footer-grid__column-right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 12.8125rem;
    text-align: right;
  }
  .footer-nav__list li {
    margin-right: 1.25rem;
  }
  .footer-nav__list a {
    padding: 0.2rem;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .companies-news__item {
    width: calc((100% - 2 * 0.9375rem) / 3);
    margin-right: 0.9375rem;
  }
  .companies-news__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 838px) {
  .afisha__item:nth-child(-n+4) .afisha__item-imagebox::before {
    padding-top: calc(180 / 315 * 100%);
  }
}

@media (min-width: 840px) {
  .form-control--small {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 0.75rem;
  }
  .search-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 4.75rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .search-form__row > * {
    margin-right: 2rem;
  }
  .search-form__row > *:last-child {
    margin-right: 0;
  }
  .search-form .selectbox::before {
    width: 1.6375rem;
  }
  .search-form select {
    padding-right: 1.6375rem;
  }
  .search-form__submit {
    min-width: 10.625rem;
    width: auto;
  }
  .search-form-filter {
    max-width: 300px;
    margin-bottom: 0;
  }
  .search-form-filter-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-form-filter-group__item {
    margin-right: 0;
  }
  .date-range {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .date-range__filed::before {
    width: 1.6375rem;
  }
  .date-range__input {
    padding-right: 1.6375rem;
  }
  .date-range__text {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 960px) {
  .afisha__item:nth-child(-n+4) .afisha__item-title {
    font-size: 1.5625rem;
  }
}

@media (min-width: 992px) {
  .out-cover-toggler {
    display: none;
  }
  .multimedia-news__list {
    margin-bottom: -1.875rem;
  }
  .multimedia-news__item {
    width: calc((100% - 3 * 1.875rem) / 4);
    margin-right: 1.875rem;
  }
  .multimedia-news__item:first-child {
    width: calc(50% - 0.9375rem);
  }
  .multimedia-news__item:nth-child(2) {
    width: calc((50% - 0.9375rem - 1 * 1.875rem) / 2);
  }
  .multimedia-news__item:nth-child(3) {
    width: calc((50% - 0.9375rem - 1 * 1.875rem) / 2);
    margin-right: 0;
  }
  .multimedia-news__item:nth-child(4n+7) {
    margin-right: 0;
  }
  .all-news__item {
    width: calc((100% - 4 * 30px) / 5);
    margin-right: 30px;
  }
  .all-news__item:nth-child(5n) {
    margin-right: 0;
  }
  .main-footer-grid__column-left {
    width: 15.9375rem;
  }
  .main-footer-grid__column-right {
    width: 15.9375rem;
  }
  .main-footer-informers {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .archive-calendar-month {
    width: calc((100% - 3 * 1rem) / 4);
    margin-right: 1rem;
  }
  .archive-calendar-month:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  .main-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-grid__column-main {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .main-grid__column-left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 15.9375rem;
    margin-top: 0;
    margin-right: 1.875rem;
  }
  .main-grid__column-right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 15.9375rem;
    margin-top: 0;
    margin-left: 1.875rem;
  }
  .multimedia-news__item:first-child .counters__icon {
    fill: #1b71c9;
  }
  .multimedia-news__item-link:hover .counters__icon,
  .multimedia-news__item-link:focus .counters__icon {
    fill: #1b71c9;
  }
  .companies-news__item-title {
    font-size: 1rem;
  }
  .afisha__item:nth-child(-n+4) .afisha__item-title {
    font-size: 1.375rem;
  }
  .archive-calendar-month {
    width: calc((100% - 2 * 1rem) / 3);
    margin-right: 1rem;
  }
  .archive-calendar-month:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1300px;
  }
}

@media (max-width: 991px) {
  .navbar__main-nav-wrapper {
    display: none;
  }
}

@media (max-height: 414px) {
  .main-nav--mobile .main-nav__link {
    font-size: 1.75rem;
  }
}

@media (max-width: 567px) {
  .video-container iframe {
    width: 100%;
  }
  .afisha__item:nth-child(-n+4) .afisha__item-body {
    margin-bottom: 3.5rem;
  }
  .afisha__item:nth-child(-n+4) .afisha__item-title {
    margin-bottom: 0;
  }
  .afisha__item-date {
    display: none;
  }
  .news-comments-form .news-comments-message-button input {
    width: 100%;
  }
  .allComments .cContent .cInfo {
    position: absolute;
    left: 60px;
    top: 0.7rem;
    right: 0;
    margin-bottom: 0;
  }
  .allComments .cContent .cAnswer .ansverForm {
    margin-top: 0.5rem;
  }
  .allComments .cContent .cAnswer .ansverForm button {
    width: 100%;
  }
  .allComments .cContent .moreComments .moreComments {
    margin-left: 0.625rem;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background-image: url(../images/fotorama/fotorama@2x.png);
  }
}

@media (max-height: 320px) {
  .main-nav--mobile .main-nav__link {
    font-size: 1.375rem;
  }
}

@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}

@media (max-width: 767px) {
  .main-footer {
    text-align: center;
  }
  .main-footer-grid > * {
    margin-bottom: 1.5rem;
  }
  .main-footer-grid > *:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 666px) {
  .topbar__item--socials {
    display: none;
  }
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

@media (max-height: 375px) {
  .main-nav--mobile .main-nav__link {
    font-size: 1.5625rem;
  }
}

.comment_name {
	margin: 0 0 5px 0;
	font-weight: 100;                                
	font-size: .9em;
}                  

.last-comments div#comments_holder a h3.relationships-news__item-title {
	color: black;
}
.last-comments div#comments_holder a h3.relationships-news__item-title:hover {
	color: #1866B5;
}

.comment_name span { color: gray; font-weight: 100; font-size: .9em;}
.comline {
	 border-bottom: dotted 1px #cecece;
	  margin-bottom: 5px;
}

.comment_name:first-letter {
	 text-transform: uppercase;
}

.comment_text { margin-bottom: 10px; }


iframe[name="b_data_4"] { height: 395px; }
.main-nav__item-congr a.main-nav__link span.main-nav__link-text {
 color: #c71236;
}

.subscribe_widget {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 15%;
	background-color: #f0ffff;
	-webkit-box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.2);        
	padding: 20px 10px;
	text-align: center;
}

@media (max-width: 1024px) { 
	.subscribe_widget { width: 30%; padding: 10px; }
}

@media (max-width: 768px) { 
	.subscribe_widget { width: 100%; padding: 10px; bottom: 1px; right: 0px;}
}

.subscribe_widget_close {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' style=\'width:24px;height:24px\' viewBox=\'0 0 24 24\'%3E%3Cpath fill=\'%23000000\' d=\'M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z\' /%3E%3C/svg%3E") repeat scroll center center / 16px 16px;
  border: medium none;
  cursor: pointer;
  font-size: 0;
  height: 20px;
  margin: 0;
  opacity: 0.6;
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 20px;
}


.subscribe_widget_text {
  margin-top:  8px;
}
.subscribe_widget_img {
  float: left;
  padding: 0;
  margin-right:  -20px;
  margin-bottom:  -5px;
}

.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

.top-news-slide__item {
  position: relative;
  display: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 0.9375rem;
  line-height: 1.3;
}

.top-news-slide__item.active  { display: block; }

.top-news-slide__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 55.20505%;
  pointer-events: none;
}

.top-news-slide__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}


.top-news-slide__item::before {
  background-color: #eef1f0;
}

.top-news-slide__item_start:first-child {
	display: block;
}

.slider__dots {
  text-align: center;
  margin-top:  -20px;
}

.slider__dots li {
	display: inline-block;
	cursor: pointer;
}

.slider__dots li.active::before{
	 background-color: black;
}

.slide_left {
  background-image: url("../images/left.png");
  cursor: pointer;
  display: block;
  height: 32px;
  left: 5%;
  position: relative;
  top: -210px;
  width: 32px;
}

.slide_right {
  background-image: url("../images/right.png");
  display: block;
  height: 32px;
  position: relative;
  right: -90%;
  top: -242px;
  width: 32px;        
  cursor: pointer;
}

.top-news__slider-list {
	margin-bottom: -100px;
}

.slide_left, .slide_right {	opacity: .7; }
.slide_left:hover, .slide_right:hover {	opacity: 1; }

@media (max-width: 1024px) {

.post {
  margin-top: 1.1rem;
}	

 .single-top-imagebox {
 	display: none !important;
 }

 .main {
 	margin-top: 0.1rem; 
}  
 
 .post__title {
  font-size: 1.8125rem !important;
}


 
 
}


