/*! normalize.css v6.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
   ========================================================================== */
/**
 * 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 {
  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 */
  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
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
/**
 * 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;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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"] {
  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;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/assets/js/owl/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(/assets/js/mCustomScrollbar/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.4.0 (09/04/2017)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("/assets/js/lightcase/fonts/lightcase.eot?55356177");
  src: url("/assets/js/lightcase/fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/assets/js/lightcase/fonts/lightcase.woff?55356177") format("woff"), url("/assets/js/lightcase/fonts/lightcase.ttf?55356177") format("truetype"), url("/assets/js/lightcase/fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}
/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}
/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}
/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}
/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}
/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}
/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case,
  html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}
/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'],
a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause,
a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause,
  a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover,
  #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
.notrans {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clearmargin:first-child {
  margin-top: 0;
}
.clearmargin:last-child {
  margin-bottom: 0;
}
.clearborder:first-child {
  border-top: 0;
}
.clearborder:last-child {
  border-bottom: 0;
}
.clearpadding:first-child {
  padding-top: 0;
}
.clearpadding:last-child {
  padding-bottom: 0;
}
.clearmarginv:first-child {
  margin-left: 0;
}
.clearmarginv:last-child {
  margin-right: 0;
}
.clearborderv:first-child {
  border-left: 0;
}
.clearborderv:last-child {
  border-right: 0;
}
.clearpaddingv:first-child {
  padding-left: 0;
}
.clearpaddingv:last-child {
  padding-right: 0;
}
ul,
ol {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
html {
  background: #2193b5;
}
body,
input,
textarea,
button {
  font-family: 'Roboto', sans-serif;
}
.font--default {
  font-size: 14px;
}
.font--small {
  font-size: 12px;
}
body {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 1.3;
  background: url('/assets/images/redesign/redesign-bg.png') no-repeat top right;
  background-attachment: fixed;
  background-size: cover;
}
a {
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  color: #2193b5;
  text-decoration: none;
}
a:hover {
  color: #ff6c00;
}
.icon {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/sprite.png');
}
.date {
  color: #c0c0c0;
  font-size: 11px;
  margin-bottom: 2px;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_scrollTools {
  bottom: 10px;
  top: 10px;
  width: 24px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: rgba(0, 0, 0, 0.05);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #d3d3d3;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #d3d3d3;
}
.page--press_centr--novosti--inside .container_primary .block--heading {
  display: none;
}
.gradient_hor {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#280e69+0,970c8b+27,fc70f7+58,1aeeef+100 */
  background: #280e69;
  /* Old browsers */
  background: -moz-linear-gradient(left, #280e69 0%, #970c8b 27%, #fc70f7 58%, #1aeeef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #280e69 0%, #970c8b 27%, #fc70f7 58%, #1aeeef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #280e69 0%, #970c8b 27%, #fc70f7 58%, #1aeeef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#280e69', endColorstr='#1aeeef', GradientType=1);
  /* IE6-9 */
}
.gradient_ver {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1aeeef+0,fc70f7+42,970c8b+73,280e69+100 */
  background: #1aeeef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1aeeef 0%, #fc70f7 42%, #970c8b 73%, #280e69 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1aeeef 0%, #fc70f7 42%, #970c8b 73%, #280e69 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1aeeef 0%, #fc70f7 42%, #970c8b 73%, #280e69 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aeeef', endColorstr='#280e69', GradientType=0);
  /* IE6-9 */
}
.owl-nav .disabled {
  opacity: .1;
  cursor: default;
}
.hidden {
  display: none;
}
.page--home .block--sidebar_links_3 {
  display: block;
}
.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 10px 20px;
  background: #076583;
  color: #fff;
}
.btn:hover {
  color: #fff;
  background: #2193b5;
}
.btn--lightblue {
  background: #2193b5;
  border: 1px solid #137590;
}
.btn--lightblue:hover {
  color: #fff;
  background: #1889a9;
}
.btn--sm {
  font-size: 13px;
}
.selectize-input {
  height: 40px !important;
  padding: 8px 30px 8px 15px !important;
  box-shadow: none !important;
  border: solid 1px #dadada !important;
  border-radius: 0 !important;
}
.selectize-input .item {
  margin: 0 !important;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle !important;
  font-size: inherit !important;
  min-width: 15px !important;
  max-width: calc(100% - 6px) !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  user-select: none !important;
}
.selectize-input input {
  color: #2c2c2c !important;
  height: auto !important;
  vertical-align: middle !important;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 15px !important;
}
.selectize-control.selectize-nosearch .selectize-input {
  cursor: pointer !important;
}
.selectize-control.selectize-nosearch .selectize-input .item {
  max-width: 100% !important;
}
.selectize-control.selectize-nosearch .selectize-input input {
  pointer-events: none !important;
}
#page {
  min-width: 1200px;
}
section .wrap {
  margin: 0 auto;
  width: 1180px;
}
section.header {
  color: #fff;
  padding-top: 45px;
  line-height: 24px;
  font-size: 12px;
}
section.header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.header .wrap {
  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;
}
section.header .header__left {
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.header .header__right {
  width: 250px;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section.header .header__menu {
  width: 100%;
  margin-top: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
section.header .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}
section.header .header__logo-img-wrap {
  width: 80px;
  margin-right: 30px;
  flex-shrink: 0;
}
section.header .header__logo-img {
  width: 100%;
  display: block;
}
section.header .header__logo-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
}
section.header .header__logo-title span {
  display: block;
}
section.header .header__consular {
  margin-left: 30px;
}
section.header .header__consular-link {
  max-width: 165px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #ff0000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-right: 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.header .header__consular-link:hover {
  color: #ff0000;
}
section.header .header__consular-icon {
  width: 20px;
  margin-right: 15px;
}
section.header .header__consular-icon::before {
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
section.header .header__consular-icon--doc-check::before {
  width: 25px;
  height: 30px;
  background-image: url('/assets/images/redesign/icon-doc-check-white.svg');
}
section.header .header__lang {
  margin-bottom: 12px;
}
section.header .header__lang-link {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
section.header .header__lang-link:not(:last-child) {
  margin-right: 15px;
}
section.header .header__lang-link:hover,
section.header .header__lang-link.is-active {
  color: #7bcce4;
}
section.header .header__lang-link.is-active {
  pointer-events: none;
}
section.header .header__search {
  width: 200px;
}
section.header .header__search-form {
  position: relative;
}
section.header .header__search-input {
  width: 100%;
  height: 34px;
  color: #fff;
  padding: 0 38px 0 15px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  outline: 0;
}
section.header .header__search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 100%;
  background: url('/assets/images/icon-search.png') no-repeat 50% 50%;
  cursor: pointer;
  outline: 0;
  border: 0;
}
@media only screen and (max-width: 1200px) {
  section.header {
    padding-top: 30px;
  }
  section.header .header__left {
    display: block;
  }
  section.header .header__consular {
    margin-top: 20px;
    margin-left: 0;
  }
  section.header .header__menu {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 992px) {
  section.header {
    padding-top: 20px;
  }
  section.header .header__left {
    padding-left: 20px;
  }
  section.header .header__right {
    padding-right: 20px;
  }
  section.header .header__logo-title {
    font-size: 20px;
  }
  section.header .header__logo-img-wrap {
    width: 70px;
  }
  section.header .header__menu {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  section.header .header__left,
  section.header .header__right {
    width: 100%;
    padding: 0 20px;
  }
  section.header .header__left {
    margin-bottom: 20px;
  }
  section.header .header__right {
    align-items: center;
  }
  section.header .header__logo {
    display: block;
  }
  section.header .header__logo-img-wrap {
    display: block;
    margin: 0 auto 15px;
  }
  section.header .header__logo-title {
    font-size: 18px;
    text-align: center;
  }
  section.header .header__logo-title span {
    display: inline;
  }
  section.header .header__consular {
    text-align: center;
  }
  section.header .header__consular-link:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 425px) {
  section.header .header__consular-link {
    max-width: none;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.header .header__consular-link:not(:last-child) {
    margin-bottom: 10px;
  }
}
section.container {
  position: relative;
}
section.container .wrap {
  background: #fff;
  position: relative;
  z-index: 5;
}
section.footer {
  color: #7bcce4;
  line-height: 30px;
  padding: 10px 0;
  font-size: 12px;
}
section.footer .wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.footer .wrap:after {
  content: "";
  display: table;
  clear: both;
}
section.footer a {
  color: #7bcce4;
}
section.footer a:hover {
  color: #fff;
}
section.footer .copy {
  float: left;
  margin-right: 30px;
}
section.footer .menu {
  float: left;
}
section.footer .ir {
  float: right;
}
@media only screen and (max-width: 992px) {
  section.footer .wrap {
    padding: 0 20px;
  }
}
.block--content > * {
  margin: 16px 0;
}
.block--content > *:first-child {
  margin-top: 0;
}
.block--content > *:last-child {
  margin-bottom: 0;
}
.block--content h4 {
  color: #2193b5;
  font-weight: bold;
  font-size: 16px;
}
.block--content li {
  margin: 4px 0 4px 2em;
}
.block--content li:first-child {
  margin-top: 0;
}
.block--content li:last-child {
  margin-bottom: 0;
}
.block--content ul {
  margin-left: 32px;
  list-style: disc;
}
.block--content ul.ul_services {
  list-style-type: none;
  margin: 0;
}
.block--content ul.ul_services li {
  margin-left: 0;
  margin-top: 10px;
}
.block--content ul.ul_services li a > img {
  vertical-align: middle;
  margin-right: 10px;
}
.block--content ol {
  list-style: decimal;
}
.block--content table {
  border-collapse: collapse;
  width: 100%;
}
.block--content table[border="0"] td {
  border: 0;
}
.block--content table td,
.block--content table th {
  border: dotted 1px #dadada;
  padding: 8px 12px;
}
.block--search_widget {
  position: relative;
}
.block--search_widget input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #dadada;
  background: #fff;
  height: 24px;
  padding: 0 10px;
  font-size: 12px;
  width: 100%;
}
.block--search_widget button {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.block--search_widget button:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/sprite.png');
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  background-position: -224px -14px;
}
.block--social-aside {
  padding: 18px;
  border-top: 1px dotted #dadada;
  border-bottom: 1px dotted #dadada;
}
.block--social-aside ul {
  font-size: 0;
  text-align: center;
}
.block--social-aside li {
  margin: 2px;
  display: inline-block;
  vertical-align: middle;
}
.block--social-aside a {
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
  border-radius: 50%;
  transition: .25s;
}
.block--social-aside a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.block--social-aside a:hover {
  transform: translateY(-4px);
}
.block--social-aside a.tg {
  background-color: #35a9ec;
}
.block--social-aside a.tg::before {
  width: 13px;
  height: 11px;
  background-image: url('/assets/images/redesign/icon-telegram.svg');
}
.block--social-aside a.vk {
  background-color: #5082b9;
}
.block--social-aside a.vk::before {
  width: 16px;
  height: 9px;
  background-image: url('/assets/images/redesign/icon-vk.svg');
}
.block--social-aside a.fb {
  background-color: #1774eb;
}
.block--social-aside a.fb::before {
  width: 6px;
  height: 14px;
  background-image: url('/assets/images/redesign/icon-facebook.svg');
}
.block--social-aside a.tw {
  background-color: #34b3f8;
}
.block--social-aside a.tw::before {
  width: 15px;
  height: 12px;
  background-image: url('/assets/images/redesign/icon-twitter.svg');
}
.block--social-aside a.ig {
  background-color: #ef70aa;
}
.block--social-aside a.ig::before {
  width: 14px;
  height: 14px;
  background-image: url('/assets/images/redesign/icon-instagram.svg');
}
.block--social-aside a.yt {
  background-color: #ff4040;
}
.block--social-aside a.yt::before {
  width: 8px;
  height: 12px;
  left: 15px;
  transform: translateY(-50%);
  background-image: url('/assets/images/redesign/icon-youtube.svg');
}
.block--primary_menu {
  font-size: 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
.block--primary_menu button.toggleMenuMobile {
  position: static;
  padding: 0 4px;
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: none;
  background: transparent;
  vertical-align: middle;
  outline: 0;
}
.block--primary_menu button.toggleMenuMobile span {
  display: block;
  height: 3px;
  margin-top: 6px;
  background: #fff;
}
.block--primary_menu button.toggleMenuMobile span:first-child {
  margin: 0;
}
.block--primary_menu .lvl1 {
  position: relative;
  z-index: 2;
}
.block--primary_menu .lvl1 > li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.block--primary_menu .lvl1 > li:hover > a {
  color: #7bcce4;
}
.block--primary_menu .lvl1 > li:hover .lvl2 {
  display: block;
}
.block--primary_menu .lvl1 > li > a {
  display: block;
  padding: 0 20px;
  line-height: 49px;
  border-bottom: solid 1px transparent;
  color: #fff;
}
.block--primary_menu .lvl1 > li > a.active {
  color: #7bcce4;
}
.block--primary_menu .lvl1 > li:nth-last-child(-n+2) .lvl2 {
  left: auto;
  right: 0;
}
.block--primary_menu .lvl2,
.block--primary_menu .lvl3 {
  display: none;
  position: absolute;
  width: 280px;
  background: #f0f0f0;
  text-align: left;
  font-size: 14px;
  -webkit-box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.23);
  line-height: 1.35;
  z-index: 100;
}
.block--primary_menu .lvl2 > li,
.block--primary_menu .lvl3 > li {
  position: relative;
  border-bottom: dotted 1px #dadada;
}
.block--primary_menu .lvl2 > li > a,
.block--primary_menu .lvl3 > li > a {
  display: block;
  color: #2c2c2c;
  padding: 13px 40px 13px 20px;
}
.block--primary_menu .lvl2 > li > a.active,
.block--primary_menu .lvl3 > li > a.active {
  background: rgba(0, 0, 0, 0.03);
}
.block--primary_menu .lvl2 > li:hover > a,
.block--primary_menu .lvl3 > li:hover > a {
  background: #fff;
}
.block--primary_menu .lvl2 {
  top: 50px;
  left: 0;
}
.block--primary_menu .lvl2 > li:hover .lvl3 {
  display: block;
}
.block--primary_menu .lvl3 {
  top: 0;
  left: 100%;
}
.block--container {
  position: relative;
}
.block--container:after {
  content: "";
  display: table;
  clear: both;
}
.block--container:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 272px;
  width: 8px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.07000000000000001)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.07000000000000001));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.07000000000000001));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.07000000000000001));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.07000000000000001));
}
.block--container .container_secondary {
  float: left;
  width: 280px;
  position: relative;
  z-index: 1;
}
.block--container .container_primary {
  float: right;
  width: 900px;
}
.block--secondary_menu .lvl1 {
  background: #f0f0f0;
}
.block--secondary_menu .lvl1 > li {
  border-bottom: dotted 1px #dadada;
}
.block--secondary_menu .lvl1 > li:first-child {
  border-top: 0;
}
.block--secondary_menu .lvl1 > li:last-child {
  border-bottom: 0;
}
.block--secondary_menu .lvl1 > li.active .lvl2 {
  display: block;
}
.block--secondary_menu .lvl1 > li > a {
  display: block;
  color: #2c2c2c;
  padding: 13px 40px 13px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block--secondary_menu .lvl1 > li > a:hover,
.block--secondary_menu .lvl1 > li > a.active {
  background: #fff;
}
.block--secondary_menu .lvl1 > li > a.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.block--secondary_menu .lvl1 > li > a > span {
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  border-bottom: solid 1px transparent;
}
.block--secondary_menu .lvl1 > li > a:not(.has_children).active {
  border-right: 3px solid #2F91AC;
}
.block--secondary_menu .lvl1 > li > a.has_children:after {
  content: '';
  top: 50%;
  margin-top: -3.5px;
  right: 16px;
  position: absolute;
  width: 12px;
  height: 7px;
  background: url('/assets/images/redesign/icon-arrow-down.svg') no-repeat;
  background-size: contain;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.block--secondary_menu .lvl2 {
  border-left: solid 1px #4da9c4;
  background: #2193b5;
  display: none;
  position: relative;
}
.block--secondary_menu .lvl2 > li {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
}
.block--secondary_menu .lvl2 > li:first-child {
  border-top: 0;
}
.block--secondary_menu .lvl2 > li:last-child {
  border-bottom: 0;
}
.block--secondary_menu .lvl2 > li.active .lvl3 {
  display: block;
}
.block--secondary_menu .lvl2 > li > a {
  color: #fff;
  display: block;
  padding: 13px 40px 13px 20px;
  position: relative;
}
.block--secondary_menu .lvl2 > li > a:hover,
.block--secondary_menu .lvl2 > li > a.active {
  color: #fff;
  background-color: #1c89a9;
}
.block--secondary_menu .lvl2 > li > a > span {
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  border-bottom: solid 1px transparent;
}
.block--secondary_menu .lvl2 > li > a.has_children:after {
  content: '';
  top: 50%;
  margin-top: -3.5px;
  right: 16px;
  position: absolute;
  width: 12px;
  height: 7px;
  background: url('/assets/images/redesign/icon-arrow-down.svg') no-repeat;
  background-size: contain;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.block--secondary_menu .lvl2 > li > a.has_children.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.block--secondary_menu .lvl3 {
  border-left: dotted 1px #fff;
  padding-left: 11px;
  margin: 4px 0 8px 0;
  font-size: 12px;
  display: none;
}
.block--secondary_menu .lvl3 > li {
  margin: 6px 0;
}
.block--secondary_menu .lvl3 > li:first-child {
  margin-top: 0;
}
.block--secondary_menu .lvl3 > li:last-child {
  margin-bottom: 0;
}
.block--secondary_menu .lvl3 > li > a {
  color: #fff;
}
.block--secondary_menu .lvl3 > li > a:hover {
  color: #ffe04e;
}
.block--sidebar_links li {
  border-bottom: dotted 1px #dadada;
}
.block--sidebar_links a {
  display: flex;
  align-items: center;
  padding: 20px 35px 20px 20px;
  color: #2c2c2c;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block--sidebar_links a:hover {
  color: #2193b5;
}
.block--sidebar_links .image {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  flex-shrink: 0;
}
.block--sidebar_links .text {
  width: calc(100% - 90px);
}
.block--sidebar_links_2 {
  background: #eaf5f9;
}
.block--sidebar_links_2 li {
  border-bottom: dotted 1px #d5e8ec;
}
.block--sidebar_links_2 a {
  display: table;
  width: 100%;
}
.block--sidebar_links_2 .image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 90px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
}
.block--sidebar_links_2 .text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 40px;
}
.block--sidebar_links_3 {
  display: none;
}
.block--sidebar_links_3 a,
.block--sidebar_links_3 img {
  display: block;
}
.block--sidebar_links_3 a:hover {
  opacity: .85;
}
.block--sidebar_links_3 li {
  margin: 10px 0;
}
.block--sidebar_links_3 li:first-child {
  margin-top: 0;
}
.block--sidebar_links_3 li:last-child {
  margin-bottom: 0;
}
.block--sidebar_links_4 a,
.block--sidebar_links_4 img {
  display: block;
}
.block--sidebar_links_4 a:hover {
  opacity: .85;
}
.block--sidebar_links_4 li {
  margin: 10px 0;
}
.block--sidebar_links_4 li:first-child {
  margin-top: 0;
}
.block--sidebar_links_4 li:last-child {
  margin-bottom: 0;
}
.block--sidebar_links_4_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block--sidebar_links_4_wrap .block--sidebar_links_4 {
  display: block;
}
.block--slider {
  height: 152px;
}
.block--slider.theme--blue {
  background: #2193b5;
  color: #fff;
}
.block--slider.theme--blue .block--heading .image {
  border-color: rgba(255, 255, 255, 0.25);
}
.block--slider.theme--blue .slider .owl-nav div {
  background-position: -240px -14px;
}
.block--slider.theme--white {
  background: #fff;
  color: #2c2c2c;
}
.block--slider.theme--white .slider .owl-nav div {
  background-position: -256px -14px;
}
.block--slider .block--heading {
  text-align: center;
}
.block--slider .slider {
  width: 1070px;
  margin: 0 auto;
  position: relative;
}
.block--slider .slider .owl-nav div {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/sprite.png');
  position: absolute;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  font-size: 0;
}
.block--slider .slider .owl-nav .owl-prev {
  left: -30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.block--slider .slider .owl-nav .owl-next {
  right: -30px;
}
.block--slider .slider .item {
  width: 260px;
  max-width: 100%;
  background: #fff;
  height: 80px;
}
.block--slider .slider .item a {
  display: block;
}
.block--slider .slider .item a:hover {
  opacity: .8;
}
.block--slider.block--slider-redesign {
  height: auto;
  padding: 22px 0;
  position: relative;
}
.block--slider.block--slider-redesign::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(0, 0, 0, 0.07000000000000001);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07000000000000001)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.07000000000000001), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.07000000000000001), rgba(0, 0, 0, 0));
}
.block--heading {
  line-height: 24px;
  padding: 16px 0;
}
.block--heading h3 {
  font-size: 16px;
  font-weight: bold;
}
.block--heading .image {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: solid 1px #dadada;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.block--heading .image:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/sprite.png');
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.block--heading .image.icon--news:after {
  background-position: -64px -14px;
}
.block--heading .image.icon--geo:after {
  background-position: -80px -14px;
}
.block--heading .image.icon--photo:after {
  background-position: -96px -14px;
}
.block--heading .image.icon--video:after {
  background-position: -112px -14px;
}
.block--heading .image.icon--afisha:after {
  background-position: -128px -14px;
}
.block--heading .image.icon--iconographic:after {
  background-position: -144px -14px;
}
.block--heading .image.icon--twitter:after {
  background-position: -160px -14px;
}
.block--heading .image.icon--case:after {
  background-position: -176px -14px;
}
.block--heading .image.icon--building:after {
  background-position: -192px -14px;
}
.block--heading .image.icon--arrow_ornge:after {
  background-position: -208px -14px;
}
.block--heading .image.icon--komunisty:after {
  background-position: -368px -14px;
}
.block--heading-2 {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
}
.block--heading-2 a {
  color: #2c2c2c;
}
.block--heading-2 a:hover {
  color: #2193b5;
}
@media only screen and (max-width: 560px) {
  .block--heading-2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.block--news_column {
  padding: 25px 20px 0;
}
.block--news_column:after {
  content: "";
  display: table;
  clear: both;
}
.block--news_column .block--heading {
  padding-left: 20px;
}
.block--news_column .primary {
  float: left;
}
.block--news_column .primary .image {
  position: relative;
  z-index: 1;
}
.block--news_column .primary .title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.block--news_column .primary a {
  display: block;
  width: 480px;
  height: 290px;
  background: #2193b5;
  position: relative;
}
.block--news_column .primary a:hover .title {
  padding-bottom: 28px;
}
.block--news_column .list {
  float: right;
  width: 380px;
  height: 290px;
  background: #F1F1F1;
  border-top: dotted 1px #dadada;
  border-bottom: dotted 1px #dadada;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block--news_column .list a {
  display: block;
  padding: 10px 40px 10px 15px;
  border-left: solid 1px transparent;
  color: #2c2c2c;
}
.block--news_column .list a img {
  display: none;
}
.block--news_column .list a span {
  display: block;
}
.block--news_column .list a.active {
  background: #fff;
}
.block--news_column .list .item {
  border-bottom: dotted 1px #dadada;
}
.block--news_column .list .item:first-child {
  border-top: 0;
}
.block--news_column .list .item:last-child {
  border-bottom: 0;
}
.block--wide_banners {
  padding: 20px 20px 0;
  margin-bottom: 5px;
}
.block--wide_banners a,
.block--wide_banners img {
  display: block;
}
.block--wide_banners img {
  width: 100%;
}
.block--widgets {
  padding: 20px;
}
.block--widgets:after {
  content: "";
  display: table;
  clear: both;
}
.block--widgets .primary {
  float: left;
  width: 560px;
}
.block--widgets .secondary {
  float: right;
  width: 280px;
}
.block--widgets .block--contacts_map {
  margin-bottom: 20px;
}
.block--widgets .block--contacts_map .block--heading {
  padding-top: 0;
}
.block--widgets .block--twitter {
  border-top: dotted 1px #dadada;
}
.block--widgets .block--missions {
  margin-bottom: 16px;
}
.block--contacts_map .map {
  height: 300px;
  background: #f0f0f0;
}
.block--media_columns {
  font-size: 0;
}
.block--media_columns .owl-carousel:after {
  content: '';
  position: absolute;
  top: 0;
  height: 350px;
  width: 4px;
  left: -12px;
  top: 56px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1aeeef+0,fc70f7+42,970c8b+73,280e69+100 */
  background: #1aeeef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1aeeef 0%, #fc70f7 42%, #970c8b 73%, #280e69 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1aeeef 0%, #fc70f7 42%, #970c8b 73%, #280e69 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1aeeef 0%, #fc70f7 42%, #970c8b 73%, #280e69 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aeeef', endColorstr='#280e69', GradientType=0);
  /* IE6-9 */
}
.block--media_columns .owl-carousel div:nth-child(n) .link:after {
  display: none;
}
.block--media_columns .item {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  margin-right: 20px;
}
.block--media_columns .item:nth-child(2n) {
  margin-right: 0;
}
.block--media_columns .item:nth-child(2n) .link:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
  left: -12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1aeeef+0,fc70f7+42,970c8b+73,280e69+100 */
  background: #1aeeef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1aeeef 0%, #fc70f7 42%, #970c8b 73%, #280e69 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1aeeef 0%, #fc70f7 42%, #970c8b 73%, #280e69 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1aeeef 0%, #fc70f7 42%, #970c8b 73%, #280e69 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aeeef', endColorstr='#280e69', GradientType=0);
  /* IE6-9 */
}
.block--media_columns .link {
  position: relative;
}
.block--media_columns .link a {
  display: block;
  position: relative;
}
.block--media_columns .link .theme--video:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
.block--media_columns .link .theme--video:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/sprite.png');
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -8px;
  top: 50%;
  left: 50%;
  background-position: 0 -30px;
}
.block--media_columns .link .image {
  display: block;
  position: relative;
  z-index: 1;
}
.block--media_columns .link .image img {
  display: block;
}
.block--media_columns .link .title {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
}
.block--media_columns .item-wrap-mobile {
  width: 100%;
  display: none;
}
.block--media_columns .item-afisha .link .image .image-lg {
  display: none;
}
.block--media_columns_aside .block--heading {
  padding-left: 16px;
  padding-right: 16px;
}
.block--media_columns_aside .item {
  width: 100%;
  margin-right: 0;
}
.block--media_columns_aside .item .link:after {
  content: none !important;
}
.block--media_columns_aside .link .image img {
  width: 100%;
}
.block--media_columns_index .item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}
.block--media_columns_index .item .link:after {
  content: none !important;
}
.block--media_columns_index .link .image {
  padding-top: 50%;
  overflow: hidden;
}
.block--media_columns_index .link .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block--media_columns_index .item-afisha .link .image .image-sm {
  display: none;
}
.block--media_columns_index .item-afisha .link .image .image-lg {
  display: block;
}
.block--twitter .body {
  border: solid 1px #e2e9ec;
}
.block--missions {
  padding: 4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#280e69+0,970c8b+27,fc70f7+58,1aeeef+100 */
  background: #280e69;
  /* Old browsers */
  background: -moz-linear-gradient(left, #280e69 0%, #970c8b 27%, #fc70f7 58%, #1aeeef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #280e69 0%, #970c8b 27%, #fc70f7 58%, #1aeeef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #280e69 0%, #970c8b 27%, #fc70f7 58%, #1aeeef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#280e69', endColorstr='#1aeeef', GradientType=1);
  /* IE6-9 */
}
.block--missions .inner {
  padding-left: 76px;
  min-height: 64px;
  background: #ffffff url('/assets/images/missions.png') 0 50% no-repeat;
  border: solid 10px #fff;
}
.block--missions .inner > * {
  margin: 10px 0;
}
.block--missions .inner > *:first-child {
  margin-top: 0;
}
.block--missions .inner > *:last-child {
  margin-bottom: 0;
}
.block--missions b {
  display: block;
  color: #ff6c00;
  font-size: 36px;
  line-height: 1;
}
.block--missions .text {
  display: block;
  font-size: 12px;
}
.block--show {
  padding: 20px;
}
.block--show:after {
  content: "";
  display: table;
  clear: both;
}
.block--show .block--heading {
  padding: 20px 0;
}
.block--bread {
  font-size: 0;
  margin-bottom: 20px;
}
.block--bread > * {
  display: inline-block;
  vertical-align: middle;
}
.block--bread a {
  color: #c0c0c0;
  font-size: 12px;
}
.block--bread a:hover {
  color: #2c2c2c;
}
.block--bread .dev {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/sprite.png');
  width: 6px;
  height: 6px;
  margin: 0 6px;
  background-position: 0 0;
}
.block--news .item {
  border-bottom: solid 1px #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.block--news .item:after {
  content: "";
  display: table;
  clear: both;
}
.block--news .item:first-child {
  border-top: 0;
}
.block--news .item:last-child {
  border-bottom: 0;
}
.block--news .item:first-child {
  margin-top: 0;
}
.block--news .item:last-child {
  margin-bottom: 0;
}
.block--news .item:first-child {
  padding-top: 0;
}
.block--news .item:last-child {
  padding-bottom: 0;
}
.block--news .secondary {
  float: left;
  width: 160px;
  margin-right: 20px;
}
.block--news .primary {
  overflow: hidden;
}
.block--news .image img {
  display: block;
}
.block--news .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.block--news .short {
  margin-bottom: 10px;
}
.block--news-index a {
  color: #2c2c2c;
}
.block--news-index a:hover {
  color: #2193b5;
}
.block--news-index .item-image {
  float: left;
  width: 150px;
  margin-right: 20px;
}
.block--news-index .item-image img {
  width: 100%;
  display: block;
}
.block--news-index .item-info {
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  .block--news-index .item-image {
    width: 90px;
  }
}
.block--content_footer {
  border-top: dotted 1px #f0f0f0;
  padding-top: 20px;
  margin-top: 20px;
}
.block--content_footer .back {
  text-align: right;
}
.block--content_footer .paginator {
  font-size: 0;
  line-height: 22px;
  text-align: center;
}
.block--content_footer .paginator li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  font-size: 14px;
}
.block--content_footer .paginator a {
  display: block;
  border: solid 1px transparent;
  width: 22px;
  border-radius: 50%;
}
.block--content_footer .paginator .prev,
.block--content_footer .paginator .next {
  width: auto;
}
.block--content_footer .paginator .active .prev,
.block--content_footer .paginator .active .next {
  display: none;
}
.block--content_footer .paginator .active a {
  background: #ff6c00;
  color: #fff;
  border-color: #ff6c00;
}
.block--news_inside .title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #2193b5;
  font-size: 24px;
}
.block--news_inside .date {
  font-size: 14px;
  margin-bottom: 10px;
}
.block--news_inside .images {
  width: 300px;
  height: 180px;
  background: #f0f0f0;
  margin: 0 20px 20px 0;
  float: left;
  overflow: hidden;
  position: relative;
}
.block--news_inside .images:hover .owl-nav {
  opacity: 1;
}
.block--news_inside .images .owl-nav {
  opacity: 0;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.block--news_inside .images .owl-nav div {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #fff;
  background-color: #2193b5;
  border-radius: 50%;
  font-size: 0;
}
.block--news_inside .images .owl-nav div:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/sprite.png');
  background-position: -240px -14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.block--news_inside .images .owl-nav .owl-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.block--news_inside .images .owl-nav .owl-next {
  right: 10px;
}
.block--news_inside .images a {
  display: block;
}
.block--news_inside .images .item {
  width: 300px;
}
.block--news_inside .short {
  font-weight: bold;
  margin-bottom: 20px;
}
.block--news_inside .tags {
  margin: 20px 0;
  font-size: 0;
}
.block--news_inside .tags ul {
  margin: -4px;
}
.block--news_inside .tags li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  white-space: nowrap;
  margin: 4px;
}
.block--news_inside .tags a {
  display: block;
  padding: 3px 6px;
  background: #dadada;
  border-radius: 3px;
  color: #2c2c2c;
}
.block--news_inside .tags a:hover {
  color: #2c2c2c;
  opacity: .75;
}
.block--gallery {
  font-size: 0;
  margin: 0 -10px -20px -10px;
}
.block--gallery .item {
  display: inline-block;
  vertical-align: top;
  width: 273px;
  border-bottom: dotted 1px #dadada;
  margin: 0 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.block--gallery .item a,
.block--gallery .item span {
  display: block;
}
.block--gallery .image {
  margin-bottom: 10px;
  position: relative;
}
.block--gallery .image.theme--video:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
  background: rgba(33, 147, 181, 0.9);
}
.block--gallery .image.theme--video:before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -7px;
  top: 50%;
  left: 50%;
  background: url('/assets/images/redesign/icon-play.svg') 50% no-repeat;
  background-size: contain;
}
.block--gallery .image img {
  width: 100%;
  display: block;
}
.block--gallery .title {
  font-size: 14px;
}
.block--gallery-index {
  margin: 0 0 25px;
}
.block--gallery-index a {
  color: #2c2c2c;
}
.block--gallery-index a:hover {
  color: #2193b5;
}
.block--gallery-index .item {
  margin: 0;
  width: 100%;
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
}
.block--gallery-index .image {
  display: block;
  padding-top: 56.43%;
  margin-bottom: 12px;
  background: #f0f0f0 no-repeat center;
  background-size: cover;
}
.block--gallery-index .title {
  margin-bottom: 10px;
}
.block--downloads .item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #f0f0f0;
}
.block--downloads .item:first-child {
  margin-top: 0;
}
.block--downloads .item:last-child {
  margin-bottom: 0;
}
.block--downloads .item:first-child {
  padding-top: 0;
}
.block--downloads .item:last-child {
  padding-bottom: 0;
}
.block--downloads .item:first-child {
  border-top: 0;
}
.block--downloads .item:last-child {
  border-bottom: 0;
}
.block--downloads a {
  display: inline-block;
  padding-left: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2px;
  position: relative;
  min-height: 24px;
}
.block--downloads a.no_file {
  padding: 0;
  min-height: 0;
}
.block--downloads a.no_file:after,
.block--downloads a.no_file:before {
  display: none;
}
.block--downloads a.theme--document:before {
  background-position: -304px -14px;
}
.block--downloads a:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0f0f0;
}
.block--downloads a:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/sprite.png');
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
  background-position: -288px -14px;
}
.block--downloads__new .item {
  margin: 20px 0;
}
.block--downloads__new .item:first-child {
  margin-top: 0;
}
.block--downloads__new .item:last-child {
  margin-bottom: 0;
}
.block--downloads__new a {
  margin-left: 6px;
  position: relative;
  padding-left: 18px;
}
.block--downloads__new a:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #f0f0f0;
  border-radius: 50%;
}
.block--downloads__new a:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/sprite.png');
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -4px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-position: 0 -6px;
}
.block--album {
  background: #2c2c2c;
}
.block--album .slider {
  height: 480px;
}
.block--album .slider .owl-carousel {
  width: 700px;
  margin: 0 auto;
}
.block--album .slider .owl-nav {
  font-size: 0;
}
.block--album .slider .owl-nav div {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
}
.block--album .slider .owl-nav div:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/sprite.png');
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background-position: 0 -50px;
}
.block--album .slider .owl-nav .owl-prev {
  left: -80px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.block--album .slider .owl-nav .owl-next {
  right: -80px;
}
.block--album .thumbs {
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  height: 130px;
}
.block--album .thumbs .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
  height: 100px;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
  cursor: pointer;
  opacity: 0.5;
}
.block--album .thumbs .item.active {
  opacity: 1;
}
.block--album .thumbs .mCSB_scrollTools {
  height: 30px;
}
.block--album .thumbs .mCSB_scrollTools .mCSB_draggerContainer {
  left: 20px;
  right: 20px;
}
.block--album .thumbs .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin-top: 13px;
  margin-bottom: 13px;
  background: #fff;
}
.block--album .thumbs .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
.block--filial_map {
  width: 860px;
  height: 440px;
  background: url('/assets/images/map-20180331.png');
  margin: 0 auto;
  position: relative;
}
.block--filial_map.theme--small {
  width: 560px;
  height: 300px;
  background: url('/assets/images/map_mini-20180331.png');
}
.block--filial_map.theme--small .label .name {
  font-size: 10px;
}
.block--filial_map.theme--small .theme--city:after {
  top: 2px;
}
.block--filial_map.theme--small .theme--russia {
  font-size: 14px;
  top: 135px;
  left: 300px;
}
.block--filial_map.theme--small .theme--kazakhstan {
  font-size: 14px;
  top: 230px;
  left: 85px;
}
.block--filial_map.theme--small .theme--piter {
  top: 85px;
  left: 50px;
}
.block--filial_map.theme--small .theme--moscow {
  top: 130px;
  left: 35px;
}
.block--filial_map.theme--small .theme--kazan {
  top: 160px;
  left: 70px;
}
.block--filial_map.theme--small .theme--astrakhan {
  top: 185px;
  left: 35px;
}
.block--filial_map.theme--small .theme--omsk {
  top: 190px;
  left: 150px;
}
.block--filial_map.theme--small .theme--s {
  padding-top: 12px;
}
.block--filial_map.theme--small .theme--s:after {
  width: 6px;
  height: 6px;
  margin-left: -3px;
}
.block--filial_map.theme--small .theme--s:before {
  width: 10px;
  height: 10px;
  margin-left: -5px;
}
.block--filial_map.theme--small .theme--m {
  padding-top: 16px;
}
.block--filial_map.theme--small .theme--m:after {
  width: 10px;
  height: 10px;
  margin-left: -5px;
}
.block--filial_map.theme--small .theme--m:before {
  width: 14px;
  height: 14px;
  margin-left: -7px;
}
.block--filial_map.theme--small .theme--l {
  padding-top: 18px;
}
.block--filial_map.theme--small .theme--l:after {
  width: 12px;
  height: 12px;
  margin-left: -6px;
}
.block--filial_map.theme--small .theme--l:before {
  width: 16px;
  height: 16px;
  margin-left: -8px;
}
.block--filial_map .overlay_link {
  font-size: 0;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block--filial_map .overlay_link a {
  display: block;
  height: 100%;
}
.block--filial_map .label {
  position: absolute;
  text-align: center;
  line-height: 1;
  width: 120px;
}
.block--filial_map .theme--russia {
  color: #8dd1e4;
  font-size: 18px;
  text-shadow: 0px 1px 0px rgba(0, 69, 90, 0.12);
  top: 190px;
  left: 500px;
}
.block--filial_map .theme--kazakhstan {
  color: #2496b8;
  font-size: 18px;
  top: 330px;
  left: 160px;
}
.block--filial_map .theme--city {
  cursor: pointer;
}
.block--filial_map .theme--city .name {
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 69, 90, 0.71);
  font-size: 14px;
}
.block--filial_map .theme--city:before,
.block--filial_map .theme--city:after {
  content: '';
  position: absolute;
  left: 50%;
  border-radius: 50%;
}
.block--filial_map .theme--city:before {
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.34);
  top: 0;
}
.block--filial_map .theme--city:after {
  background: #ff6c00;
  z-index: 2;
  top: 3px;
  transition: all ease 0.15s;
  -moz-transition: all ease 0.15s;
  -webkit-transition: all ease 0.15s;
  -o-transition: all ease 0.15s;
}
.block--filial_map .theme--city:hover:after {
  top: 2px;
}
.block--filial_map .theme--piter {
  top: 120px;
  left: 108px;
}
.block--filial_map .theme--moscow {
  top: 182px;
  left: 94px;
}
.block--filial_map .theme--kazan {
  top: 227px;
  left: 141px;
}
.block--filial_map .theme--astrakhan {
  top: 270px;
  left: 87px;
}
.block--filial_map .theme--omsk {
  top: 273px;
  left: 263px;
}
.block--filial_map .popup {
  position: absolute;
  z-index: 99;
  width: 530px;
  bottom: 34px;
  left: -50px;
  background: #fff;
  -webkit-box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.23);
  cursor: default;
  display: none;
}
.block--filial_map .popup .close {
  position: absolute;
  top: -13px;
  right: -13px;
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}
.block--filial_map .popup .close:after {
  content: '';
  width: 20px;
  height: 20px;
  background: #ff6c00;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.block--filial_map .popup .close:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/sprite.png');
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  position: absolute;
  z-index: 2;
  background-position: -8px -6px;
}
.block--filial_map .popup:after {
  content: '';
  position: absolute;
  border: solid 8px transparent;
  border-top-color: #fff;
  bottom: -16px;
  left: 102px;
}
.block--filial_map .popup .inner {
  padding: 20px;
  text-align: left;
  max-height: 300px;
}
.block--filial_map .popup .inner .block--content {
  padding-right: 40px;
}
.block--filial_map .popup h5 {
  color: #ff6c00;
  margin-bottom: 10px;
  font-size: 18px;
}
.block--filial_map .popup .block--content {
  line-height: 1.3;
}
.block--filial_map .popup .block--content > * {
  margin: 12px 0;
}
.block--filial_map .popup .block--content > *:first-child {
  margin-top: 0;
}
.block--filial_map .popup .block--content > *:last-child {
  margin-bottom: 0;
}
.block--filial_map .theme--s {
  padding-top: 16px;
}
.block--filial_map .theme--s:after {
  width: 8px;
  height: 8px;
  margin-left: -4px;
}
.block--filial_map .theme--s:before {
  width: 14px;
  height: 14px;
  margin-left: -7px;
}
.block--filial_map .theme--s:hover:after {
  width: 10px;
  height: 10px;
  margin-left: -5px;
}
.block--filial_map .theme--m {
  padding-top: 20px;
}
.block--filial_map .theme--m:after {
  width: 12px;
  height: 12px;
  margin-left: -6px;
}
.block--filial_map .theme--m:before {
  width: 18px;
  height: 18px;
  margin-left: -9px;
}
.block--filial_map .theme--m:hover:after {
  width: 14px;
  height: 14px;
  margin-left: -7px;
}
.block--filial_map .theme--l {
  padding-top: 24px;
}
.block--filial_map .theme--l:after {
  width: 16px;
  height: 16px;
  margin-left: -8px;
}
.block--filial_map .theme--l:before {
  width: 22px;
  height: 22px;
  margin-left: -11px;
}
.block--filial_map .theme--l:hover:after {
  width: 18px;
  height: 18px;
  margin-left: -9px;
}
.block--form form {
  background: #f0f0f0;
  font-size: 0;
}
.block--form.theme--two_col .section {
  padding: 30px 110px;
  border-bottom: solid 1px #dadada;
}
.block--form.theme--two_col .section:first-child {
  border-top: 0;
}
.block--form.theme--two_col .section:last-child {
  border-bottom: 0;
}
.block--form.theme--two_col .section > * {
  margin: 30px 0;
}
.block--form.theme--two_col .section > *:first-child {
  margin-top: 0;
}
.block--form.theme--two_col .section > *:last-child {
  margin-bottom: 0;
}
.block--form.theme--two_col .grid {
  margin-bottom: -20px !important;
}
.block--form.theme--two_col .grid:after {
  content: "";
  display: table;
  clear: both;
}
.block--form.theme--two_col .grid .item {
  margin-bottom: 20px;
  width: 300px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 13px;
}
.block--form.theme--two_col .grid .item:after {
  content: "";
  display: table;
  clear: both;
}
.block--form.theme--two_col .grid .item:nth-child(2n) {
  margin-right: 0;
}
.block--form.theme--two_col .label {
  margin-bottom: 10px;
}
.block--form.theme--one_col form {
  font-size: 14px;
  padding: 20px 0;
}
.block--form.theme--one_col .row {
  margin: 20px auto;
  width: 400px;
}
.block--form.theme--one_col .row:first-child {
  margin-top: 0;
}
.block--form.theme--one_col .row:last-child {
  margin-bottom: 0;
}
.block--form.theme--one_col .label {
  margin-bottom: 4px;
}
.block--form .heading {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.block--form .message {
  margin-bottom: 20px;
  display: none;
  border: solid 1px #dadada;
  border-radius: 3px;
  background: #f0f0f0;
  padding: 20px;
}
.block--form .g-recaptcha {
  width: 304px;
  margin: 0 auto;
}
.block--form .hint {
  font-size: 12px;
  margin-top: 5px;
  opacity: .5;
}
.block--form .checklist .item {
  margin: 4px 0;
}
.block--form .checklist .item:first-child {
  margin-top: 0;
}
.block--form .checklist .item:last-child {
  margin-bottom: 0;
}
.block--form .checklist label {
  cursor: pointer;
}
.block--form .checklist input {
  position: relative;
  top: 2px;
  cursor: pointer;
}
.block--form input[type="text"],
.block--form input[type="submit"],
.block--form textarea,
.block--form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #dadada;
  padding: 0 15px;
  height: 40px;
}
.block--form textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.block--form input[type="submit"] {
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
  background: #2193b5;
  border-color: #2193b5;
  color: #fff;
}
.block--search .block--search_widget input {
  font-size: 24px;
  height: 48px;
  padding: 0 15px;
}
.block--search .block--search_widget button {
  right: 10px;
}
.block--search .results {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #dadada;
}
.block--search .results > .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.block--search .results .list .item {
  margin: 20px 0;
}
.block--search .results .list .item:first-child {
  margin-top: 0;
}
.block--search .results .list .item:last-child {
  margin-bottom: 0;
}
.block--search .results .list .item:after {
  content: "";
  display: table;
  clear: both;
}
.block--search .results .highlight {
  white-space: nowrap;
  background: #dadada;
}
.block--search .results .image {
  float: left;
  margin-right: 20px;
}
.block--marquee {
  border-bottom: solid 1px #f0f0f0;
  overflow: hidden;
  position: relative;
  padding: 15px 20px;
  font-size: 0;
  color: #d449cd;
  font-weight: bold;
}
.block--marquee .item {
  display: inline;
  vertical-align: top;
  margin: 0 20px;
  font-size: 18px;
  position: relative;
}
.block--marquee .item:first-child {
  margin-left: 0;
}
.block--marquee .item:last-child {
  margin-right: 0;
}
.block--marquee .item:before {
  content: '***';
}
.block--movies > .item {
  margin-bottom: 40px;
}
.block--movies > .item:first-child {
  margin-top: 0;
}
.block--movies > .item:last-child {
  margin-bottom: 0;
}
.block--movies h4 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: dotted 1px #dadada;
}
.block--movies .moar {
  text-align: center;
  margin-top: 20px;
}
.block--institutions .institutions-item {
  margin-bottom: 10px;
}
.block--institutions .institutions-header {
  height: 120px;
  position: relative;
  background-color: #e3e3e3;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  cursor: pointer;
}
.block--institutions .institutions-header::before,
.block--institutions .institutions-header .header-caption {
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.block--institutions .institutions-header::before {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #169ac2;
}
.block--institutions .institutions-header .header-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3px 14px 3px 34px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #169ac2;
  background-color: rgba(22, 154, 194, 0.95);
}
.block--institutions .institutions-header .header-caption::before {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  background: url('/assets/images/icon-location.png') no-repeat;
  background-size: cover;
}
.block--institutions .institutions-header.active::before {
  opacity: .68;
}
.block--institutions .institutions-header.active .header-caption {
  background-color: #ff6c00;
}
.block--institutions .institutions-content {
  display: none;
  padding: 20px 24px 24px;
  line-height: 1.3;
  background-color: #f0f0f0;
}
.block--institutions .institutions-content h5 {
  color: #ff6c00;
  margin-bottom: 10px;
  font-size: 18px;
}
.block--institutions .institutions-content > * {
  margin: 12px 0;
}
.block--institutions .institutions-content > *:first-child {
  margin-top: 0;
}
.block--institutions .institutions-content > *:last-child {
  margin-bottom: 0;
}
.block--institutions .btn-wrap {
  margin-top: 25px;
  text-align: right;
}
.block--institutions .btn {
  background: #2193b5;
  border: 1px solid #137590;
}
.block--institutions .btn:hover {
  background: #1889a9;
}
.block--inst-refs {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.block--inst-refs .refs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -2px;
  position: relative;
  background: #fff;
}
.block--inst-refs .refs-item {
  width: 282px;
  height: 148px;
  padding: 0 2px;
  margin: 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block--inst-refs .refs-item-petersburg .refs-caption,
.block--inst-refs .refs-item-kazan .refs-caption {
  top: 0;
  bottom: auto;
}
.block--inst-refs .refs-item-moscow {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  width: 268px;
  height: 138px;
  border: 4px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block--inst-refs .refs-link::after,
.block--inst-refs .refs-caption,
.block--inst-refs .refs-img {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.block--inst-refs .refs-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.block--inst-refs .refs-link::after {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #169ac2;
}
.block--inst-refs .refs-link:hover::after {
  opacity: .68;
}
.block--inst-refs .refs-link:hover .refs-caption {
  background: #ff6c00;
}
.block--inst-refs .refs-link:hover .refs-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.block--inst-refs .refs-img {
  width: 100%;
  height: 100%;
  background: #169ac2 no-repeat top center;
  background-size: cover;
}
.block--inst-refs .refs-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #169ac2;
  background: rgba(22, 154, 194, 0.95);
  padding: 3px 12px 3px 33px;
  z-index: 1;
}
.block--inst-refs .refs-caption::before {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  background: url('/assets/images/icon-location.png') no-repeat;
  background-size: cover;
}
.block--online_trans iframe {
  display: block;
}
.block--online_trans_mobile {
  display: none;
}
.block--online_trans_mobile .block--heading {
  padding-left: 20px;
}
.block--online_trans_mobile .block--online_trans {
  margin-bottom: 10px;
}
.block--online_trans_desktop .block--online_trans {
  margin-bottom: 15px;
}
.block--consular-aside .consular__refs-link {
  display: block;
  position: relative;
  color: #2c2c2c;
  font-size: 16px;
  padding: 23px 25px 23px 64px;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block--consular-aside .consular__refs-link:hover {
  color: #2193b5;
}
.block--consular-aside .consular__refs-icon {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 20px;
  transform: translateY(-50%);
}
.block--consular-aside .consular__refs-icon::before {
  content: '';
  margin: auto;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.block--consular-aside .consular__refs-icon--pen::before {
  width: 18px;
  height: 28px;
  background-image: url('/assets/images/redesign/icon-pen.svg');
}
.block--consular-aside .consular__refs-icon--location::before {
  width: 20px;
  height: 24px;
  background-image: url('/assets/images/redesign/icon-location.svg');
}
.block--consular-aside .consular__refs-icon--voting::before {
  width: 20px;
  height: 26px;
  background-image: url('/assets/images/redesign/icon-vote.svg');
}
.block--consular-aside .consular__refs-icon--doc-check::before {
  width: 25px;
  height: 30px;
  background-image: url('/assets/images/redesign/icon-doc-check.svg');
}
.block--consular-aside .consular__booking-btn {
  margin: 20px;
  display: block;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #6ec96e;
  text-align: center;
  transition: .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block--consular-aside .consular__booking-btn:hover {
  background-color: #49bb49;
}
.block--covid19-aside {
  border-top: 1px dotted #dadada;
}
.block--covid19-aside .covid {
  padding: 20px 20px 15px;
}
.block--covid19-aside .covid__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
.block--covid19-aside .covid__head-icon {
  width: 36px;
  height: 36px;
  position: relative;
  border-radius: 50%;
  background-color: #ff6000;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.block--covid19-aside .covid__head-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 13px;
  background: url('/assets/images/redesign/icon-info.svg') no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.block--covid19-aside .covid__head-info {
  width: calc(100% - 51px);
}
.block--covid19-aside .covid__head-title {
  color: #ff6000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}
.block--covid19-aside .covid__head-desc {
  color: #c0c0c0;
  font-size: 12px;
}
.block--covid19-aside .covid__phones-note {
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 2px solid #ff6000;
}
.block--covid19-aside .covid__phones {
  margin-bottom: 15px;
}
.block--covid19-aside .covid__phones-list li {
  margin-bottom: 10px;
}
.block--covid19-aside .covid__phones-city {
  color: #2193b5;
  font-size: 12px;
}
.block--covid19-aside .covid__more-link {
  color: #ff6000;
  font-size: 12px;
}
.block--covid19-aside .covid__more-link:hover {
  color: #2193b5;
}
@media only screen and (max-width: 768px) {
  .block--covid19-aside {
    display: none;
  }
}
.block--hotline-banner-wrap {
  display: none;
}
.block--hotline-banner {
  border-bottom: 1px solid #f0f0f0;
}
.block--hotline-banner.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.block--hotline-banner img {
  width: 100%;
  display: block;
}
/*==========  Desktop First Method  ==========*/
#page {
  min-width: 300px;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .block--primary_menu .lvl1 > li > a {
    padding: 0 10px;
  }
  .block--form.theme--two_col .section {
    padding: 30px 20px;
    text-align: center;
  }
  .block--form.theme--two_col .grid .item {
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
  }
  img {
    max-width: 100%;
  }
  section .wrap {
    width: 970px;
  }
  .block--container .container_primary {
    width: 689px;
  }
  .block--news_column .primary,
  .block--news_column .list {
    width: 100%;
  }
  .block--news_column .primary a {
    height: auto;
  }
  .block--news_column .primary {
    width: 100%;
  }
  .block--news_column .primary a {
    width: 100%;
  }
  .block--news_column .primary a img {
    width: 100%;
    height: 100%;
  }
  .block--widgets .primary,
  .block--widgets .secondary {
    width: 100%;
  }
  .block--widgets .secondary {
    margin-top: 20px;
  }
  .block--filial_map.theme--small {
    width: 320px;
    height: 196px;
    background-size: 100% 100%;
  }
  .block--filial_map.theme--small .theme--russia {
    top: 45%;
    left: 40%;
  }
  .block--filial_map.theme--small .theme--kazakhstan {
    top: 76%;
    left: 7%;
  }
  .block--filial_map.theme--small .theme--piter {
    top: 29%;
    left: 1%;
  }
  .block--filial_map.theme--small .theme--moscow {
    top: 43%;
    left: 0%;
  }
  .block--filial_map.theme--small .theme--kazan {
    top: 56%;
    left: 6%;
  }
  .block--filial_map.theme--small .theme--astrakhan {
    top: 62%;
    left: -2%;
  }
  .block--filial_map.theme--small .theme--omsk {
    top: 64%;
    left: 20%;
  }
  .block--slider .slider {
    width: 100%;
  }
  .block--slider.theme--blue {
    padding: 0 20px;
  }
  .block--slider.theme--white {
    padding: 20px 30px;
  }
  .block--slider .slider .owl-nav .owl-prev {
    left: -20px;
  }
  .block--slider .slider .owl-nav .owl-next {
    right: -20px;
  }
  .block--filial_map {
    width: 450px;
    height: 230px;
    background-size: 100% 100%;
  }
  .block--filial_map .theme--russia {
    left: 50%;
    top: 45%;
  }
  .block--filial_map .theme--kazakhstan {
    left: 15%;
    top: 76%;
  }
  .block--filial_map .theme--piter {
    left: 9%;
    top: 29%;
  }
  .block--filial_map .theme--moscow {
    left: 8%;
    top: 43%;
  }
  .block--filial_map .theme--kazan {
    left: 15%;
    top: 56%;
  }
  .block--filial_map .theme--astrakhan {
    left: 5%;
    top: 62%;
  }
  .block--filial_map .theme--omsk {
    left: 25%;
    top: 64%;
  }
  .block--album .slider .owl-carousel {
    width: auto;
    margin: 0 50px;
  }
  .block--album .slider .owl-nav .owl-next {
    right: -50px;
    width: 50px;
  }
  .block--album .slider .owl-nav .owl-prev {
    left: -50px;
    width: 50px;
  }
  .block--album .slider {
    height: auto;
  }
  table.dir_organ td {
    padding: 8px 1px;
    text-align: center;
    font-size: 9px;
  }
  .block--inst-refs {
    padding-right: 20px;
  }
  .block--inst-refs .refs-item-petersburg .refs-caption,
  .block--inst-refs .refs-item-kazan .refs-caption {
    top: auto;
    bottom: 0;
  }
  .block--inst-refs .refs-item-moscow {
    width: 282px;
    height: 148px;
    border: none;
    padding: 0 2px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .block--inst-refs .refs-caption {
    font-size: 18px;
  }
  .block--online_trans_mobile {
    display: block;
  }
  .block--online_trans_desktop {
    display: none;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .block--filial_map.theme--small {
    width: 220px;
    height: 133px;
  }
  section .wrap,
  .block--form {
    width: 100%;
  }
  .block--media_columns .item {
    width: auto;
    margin-right: 10px;
    max-width: 100%;
  }
  .block--media_columns .item > div {
    max-width: 270px;
  }
  .block--slider .slider .item {
    margin: 0 auto;
  }
  .block--content img {
    height: auto;
  }
  .block--content table.noborder tr,
  .block--content table.noborder tr,
  .block--content table.noborder,
  .block--content table.noborder tbody {
    display: block;
  }
  .block--content table.noborder tr:after {
    content: '';
    display: block;
    clear: both;
  }
  .block--content table.noborder tr:before {
    content: '';
    display: block;
    clear: both;
  }
  .block--content table.noborder tr:first-child td {
    float: left;
    width: 30%;
    padding: 8px 6px;
  }
  .block--content table.noborder tr td {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block--container .container_primary {
    width: 689px;
    float: none;
    width: auto;
    overflow: hidden;
  }
  .block--filial_map .popup .inner {
    max-height: 120px;
  }
  .block--filial_map .popup {
    width: 430px;
  }
  .block--filial_map .popup .inner {
    padding: 15px 5px 15px 15px;
  }
  .block--media_columns_index .item {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }
  .block--media_columns_index .item > div {
    max-width: 100%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .block--filial_map.theme--small {
    width: 320px;
    height: 196px;
  }
  .block--primary_menu button.toggleMenuMobile {
    display: inline-block;
  }
  .block--primary_menu .lvl1,
  .block--container:before {
    display: none;
  }
  .block--container .container_secondary {
    float: none;
    width: auto;
  }
  .block--container.block--container-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block--container.block--container-page .container_primary,
  .block--container.block--container-page .container_secondary {
    width: 100%;
  }
  .block--container.block--container-page .container_secondary {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .block--sidebar_links_3 img {
    margin: 0 auto;
  }
  .block--sidebar_links_3 li:first-child {
    margin-top: 10px;
  }
  section.footer .copy,
  section.footer .menu,
  section.footer .ir {
    float: none;
    text-align: center;
    margin: 0;
  }
  .block--sidebar_links,
  .block--sidebar_links_2,
  .page--home .block--sidebar_links_3,
  .block--widgets .secondary .block--twitter {
    display: none;
  }
  .block--secondary_menu {
    display: block !important;
  }
  .block--primary_menu .lvl1 {
    height: 0;
    border-top: dotted 1px #dadada;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .block--primary_menu .lvl1 > li {
    display: block;
    text-align: left;
    border-bottom: dotted 1px #dadada;
  }
  .block--primary_menu .lvl1 > li > a {
    border-bottom: none;
    padding: 0 20px;
  }
  .block--primary_menu .lvl2,
  .block--primary_menu .lvl3 {
    display: none;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .block--primary_menu .lvl2 > li,
  .block--primary_menu .lvl3 > li {
    padding-left: 25px;
    border-top: dotted 1px #dadada;
    border-bottom: none;
  }
  .block--album .thumbs .item {
    width: 20%;
    height: auto;
  }
  .block--album .thumbs {
    height: 70px;
  }
  .block--sidebar_links_4 {
    display: none;
  }
  .block--inst-refs {
    padding-right: 0;
  }
  .block--inst-refs .refs-item {
    width: 50%;
  }
  .block--inst-refs .refs-item-petersburg .refs-caption,
  .block--inst-refs .refs-item-kazan .refs-caption {
    top: 0;
    bottom: auto;
  }
  .block--inst-refs .refs-item-moscow {
    position: absolute;
    padding: 0;
    width: 268px;
    height: 138px;
    border: 4px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .block--media_columns .item-wrap-mobile {
    display: inline-block;
  }
  .block--media_columns_aside {
    display: none;
  }
  .block--hotline-banner-wrap {
    display: block;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 560px) {
  .block--news_column .primary,
  .block--news_column .list,
  .block--widgets .primary,
  .block--widgets .secondary,
  .block--content table.noborder tr td,
  .block--news_inside .images,
  .block--news_inside .images .item {
    width: 100%;
  }
  .block--media_columns .item:nth-child(2n) .link:after {
    display: none;
  }
  .block--media_columns .item:nth-child(2n) .link:after {
    top: 0;
  }
  .block--media_columns .item {
    margin-right: 0;
  }
  .block--content img {
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .block--news .secondary {
    float: none;
    margin-bottom: 10px;
  }
  .block--news_inside .images,
  .block--news_inside .images .item {
    height: auto;
  }
  .block--filial_map {
    width: 325px;
    height: 166px;
  }
  .block--filial_map .theme--russia {
    top: 45%;
    left: 40%;
  }
  .block--filial_map .theme--kazakhstan {
    top: 76%;
    left: 0;
  }
  .block--filial_map .theme--piter {
    top: 29%;
    left: 1%;
  }
  .block--filial_map .theme--moscow {
    top: 43%;
    left: 0%;
  }
  .block--filial_map .theme--kazan {
    top: 56%;
    left: 6%;
  }
  .block--filial_map .theme--astrakhan {
    top: 62%;
    left: -2%;
  }
  .block--filial_map .theme--omsk {
    top: 64%;
    left: 20%;
  }
  .block--form form {
    padding: 40px 15px;
  }
  .block--album .slider .owl-carousel {
    width: auto;
    margin: 0 30px;
  }
  .block--album .slider .owl-nav .owl-next {
    right: -30px;
    width: 30px;
  }
  .block--album .slider .owl-nav .owl-prev {
    left: -30px;
    width: 30px;
  }
  table.dir_organ td {
    padding: 8px 5px;
    font-size: 14px;
    display: block;
    text-align: left;
  }
  table.dir_organ td:after {
    content: '';
    display: block;
    clear: both;
  }
  table.dir_organ,
  table.dir_organ tr {
    display: block;
  }
  table.dir_organ tr:first-child {
    display: none;
  }
  table.dir_organ tr:nth-child(even) {
    background-color: #efefef;
  }
  table.dir_organ td:before {
    display: block;
    float: left;
    margin-right: 10px;
  }
  table.dir_organ td:first-child:before {
    content: 'Регион/ город:';
  }
  table.dir_organ td:nth-child(2):before {
    content: 'Организация:';
  }
  table.dir_organ td:nth-child(3):before {
    content: 'Ф.И.О. руководителя:';
  }
  table.dir_organ td:nth-child(4):before {
    content: 'Электронный адрес:';
  }
  table.dir_organ td:last-child:before {
    content: 'Адрес:';
  }
  table.visa td {
    display: block;
    width: auto;
  }
  .page--site_map .block--content li {
    margin: 4px 0 4px 20px;
  }
  .page--site_map .block--content ul {
    margin-left: 0;
  }
  .block--news_column .list {
    height: auto;
  }
  .block--news_column .list .item:not(:nth-child(-n+5)) {
    display: none;
  }
  .block--filial_map .popup:after {
    left: 60px;
  }
  .block--filial_map .popup {
    width: 236px;
    bottom: 34px;
    left: -8px;
  }
  .block--filial_map .popup .inner {
    padding: 10px 5px 10px 10px;
  }
  .block--form.theme--one_col .row {
    max-width: 400px;
    padding: 0 20px;
    width: auto;
  }
  .block--form.theme--two_col form .grid .item {
    width: 245px;
    padding-right: 0;
    padding-left: 0;
  }
  .block--form.theme--two_col form .section {
    padding: 30px 0px;
  }
  .block--inst-refs .refs {
    margin: 0;
    display: block;
  }
  .block--inst-refs .refs-item {
    width: 282px;
    max-width: 100%;
    margin: 0 auto 4px;
  }
  .block--inst-refs .refs-item-petersburg .refs-caption,
  .block--inst-refs .refs-item-kazan .refs-caption {
    top: auto;
    bottom: 0;
  }
  .block--inst-refs .refs-item-moscow {
    height: 148px;
    border: none;
    padding: 0 2px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .block--online_trans iframe {
    height: 225px;
  }
}
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 769px) {
  .block--primary_menu .lvl1 {
    display: block !important;
  }
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
.s-scheme-term,
.s-scheme-term *,
.s-scheme-term::before,
.s-scheme-term::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-scheme-term .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-scheme-term .alert-wrap {
  margin-bottom: 20px;
}
.s-scheme-term .alert-title {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}
.s-scheme-term .scheme-form {
  padding: 25px 0;
  background-color: #f0f0f0;
}
.s-scheme-term .scheme-form input,
.s-scheme-term .scheme-form textarea,
.s-scheme-term .scheme-form select {
  display: inline-block;
  padding: 0 18px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  outline: none;
  border: 1px solid #dadada;
  vertical-align: middle;
}
.s-scheme-term .scheme-form input:not([type="radio"]),
.s-scheme-term .scheme-form select {
  height: 40px;
}
.s-scheme-term .scheme-form textarea {
  padding: 12px 18px;
  min-height: 120px;
  min-width: 100%;
}
.s-scheme-term .scheme-form input::-webkit-outer-spin-button,
.s-scheme-term .scheme-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.s-scheme-term .s-form {
  margin-bottom: 20px;
  padding: 0 110px 28px;
  border-bottom: 1px solid #dadada;
}
.s-scheme-term .s-form-title {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.s-scheme-term .input-field {
  position: relative;
}
.s-scheme-term .input-field .input-field-text {
  margin-bottom: 12px;
}
.s-scheme-term .s-form-appeal {
  text-align: center;
  text-transform: uppercase;
}
.s-scheme-term .s-form-appeal .s-form-descr {
  font-size: 12px;
  line-height: 1.6;
}
.s-scheme-term .s-form-date .input-field:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 14px;
  top: 10px;
  background: url('/assets/images/calendar.png') no-repeat center;
}
.s-scheme-term .s-form-date .input-field select {
  padding-left: 49px;
}
.s-scheme-term .s-form-time .time-text,
.s-scheme-term .s-form-time .time-text::before,
.s-scheme-term .s-form-time .time-text::after {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.s-scheme-term .s-form-time .time-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s-scheme-term .s-form-time .time-item {
  position: relative;
  min-width: 160px;
  width: 160px;
  height: 40px;
}
.s-scheme-term .s-form-time .time-item .time-text {
  position: absolute;
  left: 0;
  top: 0;
  right: -1px;
  bottom: -1px;
  line-height: 40px;
  padding-left: 18px;
  padding-right: 35px;
  -webkit-box-shadow: inset 0 0 0 1px #dadada;
  box-shadow: inset 0 0 0 1px #dadada;
  cursor: pointer;
}
.s-scheme-term .s-form-time .time-item .time-text::before {
  opacity: 0;
  visibility: hidden;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  background: url('/assets/images/check.png') no-repeat center;
}
.s-scheme-term .s-form-time .time-item .time-text::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.s-scheme-term .s-form-time .time-item:hover .time-text::after {
  -webkit-box-shadow: inset 0 0 0 1px #acd373;
  box-shadow: inset 0 0 0 1px #acd373;
}
.s-scheme-term .s-form-time .time-item input[type="radio"] {
  display: none;
}
.s-scheme-term .s-form-time .time-item input[type="radio"]:checked ~ .time-text::before {
  opacity: 1;
  visibility: visible;
}
.s-scheme-term .s-form-time .time-item input[type="radio"]:checked ~ .time-text::after {
  -webkit-box-shadow: inset 0 0 0 4px #acd373;
  box-shadow: inset 0 0 0 4px #acd373;
}
.s-scheme-term .s-form-time .time-item input[type="radio"][disabled] ~ .time-text {
  background-color: #f0f0f0;
  color: #c0c0c0;
}
.s-scheme-term .s-form-time .time-item input[type="radio"][disabled] ~ .time-text::after {
  -webkit-box-shadow: inset 0 0 0 1px #dadada;
  box-shadow: inset 0 0 0 1px #dadada;
}
.s-scheme-term .s-form-private {
  padding-bottom: 90px;
}
.s-scheme-term .s-form-private .input-field {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  margin-right: 35px;
  margin-bottom: 27px;
}
.s-scheme-term .s-form-private .input-field:last-child {
  margin-right: 0;
}
.s-scheme-term .s-form-private .s-form-item.full-width .input-field {
  width: 100%;
  margin-right: 0;
}
.s-scheme-term .s-form-private .birth-date select:not(:last-child) {
  border-right: none;
}
.s-scheme-term .s-form-private .birth-date #birth-date-num {
  min-width: 80px;
  max-width: 80px;
}
.s-scheme-term .s-form-private .birth-date #birth-date-month {
  min-width: 122px;
  max-width: 122px;
}
.s-scheme-term .s-form-private .birth-date #birth-date-year {
  min-width: 100px;
  max-width: 100px;
}
.s-scheme-term .s-form-alert {
  margin-bottom: 27px;
}
.s-scheme-term .s-form-alert .s-form-alert-title {
  font-weight: bold;
}
.s-scheme-term .send-btn-wrap {
  margin-bottom: 27px;
  text-align: center;
}
.s-scheme-term .send-btn-wrap .send-btn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background-color: #2193b5;
  border: 1px solid #137590;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.s-scheme-term .send-btn-wrap .send-btn:hover {
  background-color: #1889a9;
}
.s-scheme-term .send-btn-wrap .send-btn:active {
  background-color: #1783a1;
}
.s-scheme-term .s-form-error {
  display: none;
  text-align: center;
  color: #dc3545;
}
.s-scheme-term .form-sent {
  border: none;
  padding-top: 90px;
  padding-bottom: 90px;
}
.s-scheme-term .form-sent .form-sent-pic {
  margin-bottom: 10px;
}
.s-scheme-term .form-sent .form-sent-pic img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.s-scheme-term .form-sent .form-sent-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #acd373;
  text-align: center;
}
.s-scheme-term .form-sent .form-sent-text p {
  margin-bottom: 8px;
}
.s-scheme-term .form-sent .form-sent-text a {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .s-scheme-term .s-form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .s-scheme-term .s-form-private .input-field {
    max-width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .s-scheme-term .s-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s-scheme-term .form-sent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 380px) {
  .s-scheme-term .s-form-private .birth-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .s-scheme-term .s-form-private .birth-date select {
    min-width: 150px !important;
    max-width: 150px !important;
  }
  .s-scheme-term .s-form-private .birth-date select:not(:last-child) {
    border-right: 1px solid #dadada;
    border-bottom: none;
  }
}
