@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  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 */
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body.fancybox-active {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

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

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

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

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

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

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

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

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

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* mixin for multiline */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body *,
body *:after,
body *:before {
  box-sizing: border-box;
}

.separator {
  display: block;
  width: 100%;
  height: 0;
  border: 0;
  background: white;
  margin: 40px 0;
}
.separator.view-visible {
  height: 3px;
  margin: 40px 0;
}

.with-note {
  display: inline-block;
  border-bottom: 1px dotted black;
  position: relative;
}

.absolute-tooltip {
  position: absolute;
  top: 100%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 8px;
  max-width: 50%;
  z-index: 100000;
  font-size: 0.8em;
  line-height: 1.2em;
}

.smap .cluster div span {
  position: relative;
  top: -8px;
  display: block;
}
.smap .cluster div img {
  display: none;
}

@media print {
  .noprint {
    display: none !important;
  }
}

@media (min-width: 640px) and (max-width: 839px) {
  .content {
    overflow-y: hidden;
  }
}

.switch-date {
  display: block;
  position: relative;
  margin: 20px 0;
  text-align: center;
}
.switch-date span {
  display: inline-block;
  background: white;
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  color: #464646;
  font-weight: bold;
}
.switch-date span span {
  display: none;
}
.switch-date:before {
  content: "";
  display: block;
  height: 3px;
  background: #f2f2f2;
  margin: auto;
}

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

a, input[type=submit], button {
  cursor: pointer;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

img {
  vertical-align: middle;
}

.clear {
  clear: both;
}

[data-expandable] {
  display: none;
}
[data-expandable].view-active {
  display: block;
}

.content {
  position: relative;
  overflow-anchor: none;
}

.acenter, .user-shadow, .slider-cnt-dots .slick-dots li button, .slider-cnt-dots .slick-dots li:after, .header-control-notification .header-control-icn, .header-control-notification .search_form-submit svg, .search_form-submit .header-control-notification svg, .header-control-user:before, .full_nav-shadow, .travel_types-itm-icn svg, .result-actions-itm svg, .travel-itm-icn, .title.view-line:before, .view-line.box-schema-title:before, .wysiwyg h2.view-line:before, .title.view-blue_line:before, .view-blue_line.box-schema-title:before, .wysiwyg h2.view-blue_line:before, .social-itm-icn, .slick-arrow svg, .search_form-submit svg, .input.view-fake_select .input-expand:after, .checkbox.view-btn .checkbox-label svg, .checkbox-box svg, .btn-icn, .switch-date:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.no_list, .slider-cnt-dots .slick-dots, .sidebar-menu li .sub-menu, .sidebar-menu, .header-nav-main, .full_nav-group-nav, .travel_types, .travel, .tabs, .social, .links-col, .links-wrap, .contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.has-va:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.28em;
  vertical-align: middle;
}
.has-va > * {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.scroll-inside {
  overflow-x: auto;
}

.background {
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
}

.view-red_alert {
  color: #c40c00 !important;
}
.view-red_alert:hover {
  color: rgb(145, 8.8775510204, 0) !important;
}

*.view-bg_real_white,
*.view-bg_white,
*.view-bg_border,
*.view-bg_white__dark,
*.view-bg_blue__dark,
*.view-bg_blue__dark2 {
  position: relative;
}
*.view-bg_real_white:before,
*.view-bg_white:before,
*.view-bg_border:before,
*.view-bg_white__dark:before,
*.view-bg_blue__dark:before,
*.view-bg_blue__dark2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 640px) {
  *.view-bg_real_white:before,
  *.view-bg_white:before,
  *.view-bg_border:before,
  *.view-bg_white__dark:before,
  *.view-bg_blue__dark:before,
  *.view-bg_blue__dark2:before {
    left: auto;
    right: 100%;
    width: 100vw;
    z-index: auto;
  }
}
@media (max-width: 639px) {
  *.view-bg_real_white.view-bg_outside-inner:before,
  *.view-bg_white.view-bg_outside-inner:before,
  *.view-bg_border.view-bg_outside-inner:before,
  *.view-bg_white__dark.view-bg_outside-inner:before,
  *.view-bg_blue__dark.view-bg_outside-inner:before,
  *.view-bg_blue__dark2.view-bg_outside-inner:before {
    left: 0;
    right: 0;
  }
}
*.view-bg_real_white.view-bg_nobefore:before,
*.view-bg_white.view-bg_nobefore:before,
*.view-bg_border.view-bg_nobefore:before,
*.view-bg_white__dark.view-bg_nobefore:before,
*.view-bg_blue__dark.view-bg_nobefore:before,
*.view-bg_blue__dark2.view-bg_nobefore:before {
  display: none;
}

*.view-bg_real_white {
  background-color: white;
}
*.view-bg_real_white:before {
  background-color: white;
}

*.view-bg_white {
  background-color: #f8f8f8;
}
*.view-bg_white:before {
  background-color: #f8f8f8;
}

*.view-bg_border {
  background-color: #e8e8e8;
}
*.view-bg_border:before {
  background-color: #e8e8e8;
}

*.view-bg_white__dark {
  background-color: #f2f2f2;
}
*.view-bg_white__dark:before {
  background-color: #f2f2f2;
}

*.view-bg_blue__dark {
  background-color: #4b4b4b;
}
*.view-bg_blue__dark:before {
  background-color: #4b4b4b;
}

*.view-bg_blue__dark2 {
  background-color: #4b4b4b;
  color: #f8f8f8;
}
*.view-bg_blue__dark2:before {
  background-color: #4b4b4b;
}

*.view-tac {
  text-align: center;
}

*.view-tar {
  text-align: right;
}

.under_lg {
  display: none;
}
@media (max-width: 1299px) {
  .under_lg {
    display: block;
  }
  .under_lg.is-inline {
    display: inline-block;
  }
}

.above_lg {
  display: none;
}
@media (min-width: 1300px) {
  .above_lg {
    display: block;
  }
  .above_lg.is-inline {
    display: inline-block;
  }
}

.under_md {
  display: none;
}
@media (max-width: 979px) {
  .under_md {
    display: block;
  }
  .under_md.is-inline {
    display: inline-block;
  }
}

.above_md {
  display: none;
}
@media (min-width: 980px) {
  .above_md {
    display: block;
  }
  .above_md.is-inline {
    display: inline-block;
  }
}

.under_sm {
  display: none;
}
@media (max-width: 639px) {
  .under_sm {
    display: block;
  }
  .under_sm.is-inline {
    display: inline-block;
  }
}

.above_sm {
  display: none;
}
@media (min-width: 640px) {
  .above_sm {
    display: block;
  }
  .above_sm.is-inline {
    display: inline-block;
  }
}

.under_xs {
  display: none;
}
@media (max-width: 479px) {
  .under_xs {
    display: block;
  }
  .under_xs.is-inline {
    display: inline-block;
  }
}

.above_xs {
  display: none;
}
@media (min-width: 480px) {
  .above_xs {
    display: block;
  }
  .above_xs.is-inline {
    display: inline-block;
  }
}

.under_xs2 {
  display: none;
}
@media (max-width: 379px) {
  .under_xs2 {
    display: block;
  }
  .under_xs2.is-inline {
    display: inline-block;
  }
}

.above_xs2 {
  display: none;
}
@media (min-width: 380px) {
  .above_xs2 {
    display: block;
  }
  .above_xs2.is-inline {
    display: inline-block;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.btn {
  display: inline-block;
  padding: 12px 0 10px;
  min-width: 180px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgb(145, 8.8775510204, 0);
  background-color: #c40c00;
  color: white;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: 0;
}
.btn-icn {
  width: 14px;
  height: 14px;
  fill: white;
}
.btn.view-tiny {
  min-width: 0;
  padding: 6px 11px 4px;
  letter-spacing: 0;
}
.btn.view-small {
  min-width: 150px;
}
.btn.view-smaller {
  min-width: 150px;
  padding: 10px 0 8px;
  font-size: 12px;
}
.btn:hover {
  background-color: rgb(170.5, 10.4387755102, 0);
}
.btn.view-blue {
  border-color: rgb(145, 8.8775510204, 0);
  background-color: #c40c00;
}
.btn.view-blue:hover {
  background-color: rgb(170.5, 10.4387755102, 0);
}
.btn.view-light {
  border-color: #f2f2f2;
  background-color: #f8f8f8;
  color: #252525;
}
.btn.view-light:hover {
  background-color: #f2f2f2;
}

.view-plus {
  min-width: 0px;
  width: 30px;
  height: 30px;
}
.view-plus.is-smaller {
  width: 20px;
  height: 20px;
}
.view-plus.is-smaller .btn-icn {
  width: 10px;
  height: 10px;
}

[data-fancybox=gallery] {
  outline: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
[data-fancybox=gallery]:before {
  content: "";
  display: block;
  background-image: url(../images/icon-zoom.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox-box {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid rgba(37, 37, 37, 0.4);
  margin-right: 10px;
}
.checkbox-box svg {
  width: 11px;
  height: 9px;
  fill: white;
  fill-opacity: 0;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  opacity: 0;
}
.checkbox-label {
  color: rgba(37, 37, 37, 0.7);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.checkbox-label svg {
  width: auto;
  fill: rgba(196, 12, 0, 0.5);
}
.checkbox-label.is-tortoise svg {
  width: 22px;
}
.checkbox-label.is-normal svg {
  width: 14px;
}
.checkbox-label.is-gepard svg {
  width: 26px;
}
.checkbox input {
  display: none;
}
.checkbox input:checked ~ .checkbox-box {
  border-color: transparent;
  background: #c40c00;
}
.checkbox input:checked ~ .checkbox-box svg {
  opacity: 1;
}
.checkbox input:checked ~ .checkbox-label {
  color: #252525;
}
.checkbox input:checked ~ .checkbox-label svg {
  opacity: 1;
}
.checkbox + .checkbox {
  margin-top: 10px;
}
.checkbox.view-large .checkbox-box {
  width: 24px;
  height: 24px;
}
.checkbox.view-large + .checkbox.view-large {
  margin-top: 20px;
}
.checkbox.view-on_dark .checkbox-box {
  border-color: rgba(248, 248, 248, 0.4);
}
.checkbox.view-on_dark .checkbox-label {
  color: rgba(248, 248, 248, 0.5);
}
.checkbox.view-on_dark input:checked ~ .checkbox-label {
  color: #f8f8f8;
}
.checkbox.view-btn .checkbox-label {
  position: relative;
  width: 36px;
  height: 36px;
  background: #F2F2F2;
  border-radius: 4px;
  border: 1px solid #D0D0D0;
}
.checkbox.view-btn input:checked ~ .checkbox-label {
  background: #c40c00;
  border-color: #c40c00;
}
.checkbox.view-btn input:checked ~ .checkbox-label svg {
  fill: white;
}

.checkboxes {
  display: flex;
}
.checkboxes input:checked + .checkbox-label {
  font-weight: bold;
}
.checkboxes .checkbox + .checkbox {
  margin-left: 20px;
  margin-top: 0;
}
.select-label + .checkboxes.view-animals {
  margin-top: 16px;
}
.checkboxes.view-animals .checkbox + .checkbox {
  margin-left: 10px;
}
.checkboxes.view-animals .checkbox-box {
  display: none;
}
.checkboxes.view-animals .checkbox-label {
  margin-left: 0;
}

.contact {
  display: flex;
  align-items: center;
}
.contact-itm {
  position: relative;
  padding-left: 24px;
  color: #252525;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
}
.contact-itm + .contact-itm {
  margin-left: 24px;
}
.contact-itm-icn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  fill: #c40c00;
}
.contact-itm.view-address .contact-itm-icn {
  left: 3px;
  width: 11px;
  height: 16px;
}
.contact-itm.view-tel .contact-itm-icn {
  left: 3px;
  width: 10px;
  height: 16px;
}
.contact-itm.view-email .contact-itm-icn {
  left: 1px;
  width: 14px;
  height: 11px;
}
.contact-itm.view-support .contact-itm-icn {
  width: 14px;
  height: 16px;
}
.contact-itm:hover {
  color: #c40c00;
}
.contact-itm:hover strong {
  color: #252525;
}

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  border-radius: 4px;
  display: none;
  margin-top: 6px;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #c40c00;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c40c00;
  box-shadow: #e08880 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #c40c00;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c40c00;
  box-shadow: #e08880 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #c40c00 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #c40c00 !important;
  box-shadow: #e08880 0 1px 3px 0 inset !important;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#f4f8fa",GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fa", endColorstr="#FFF",GradientType=0 );
  /* IE6-9 */
}

.col {
  padding: 40px 0;
}
.col.view-no_padding_sm {
  padding: 0;
}
@media (min-width: 640px) and (max-width: 839px) {
  .col.view-calendar:before {
    left: -30px;
    right: auto;
    z-index: -1;
  }
}
.col.view-centered {
  margin: 0 auto;
}
.view-only_wrap .col:first-child, .col.view-padding_left {
  padding-left: 88px;
}
.view-only_wrap .col:last-child, .col.view-padding_right {
  padding-right: 88px;
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_1 {
    width: 4.5454545455%;
    flex: 0 0 4.5454545455%;
    max-width: 4.5454545455%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_1 {
    margin-left: 4.5454545455%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_1 {
    width: 4.5454545455%;
    flex: 0 0 4.5454545455%;
    max-width: 4.5454545455%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_1 {
    margin-left: 4.5454545455%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_1 {
    width: 4.5454545455%;
    flex: 0 0 4.5454545455%;
    max-width: 4.5454545455%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_1 {
    margin-left: 4.5454545455%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_2 {
    width: 9.0909090909%;
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_2 {
    margin-left: 9.0909090909%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_2 {
    width: 9.0909090909%;
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_2 {
    margin-left: 9.0909090909%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_2 {
    width: 9.0909090909%;
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_2 {
    margin-left: 9.0909090909%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_3 {
    width: 13.6363636364%;
    flex: 0 0 13.6363636364%;
    max-width: 13.6363636364%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_3 {
    margin-left: 13.6363636364%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_3 {
    width: 13.6363636364%;
    flex: 0 0 13.6363636364%;
    max-width: 13.6363636364%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_3 {
    margin-left: 13.6363636364%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_3 {
    width: 13.6363636364%;
    flex: 0 0 13.6363636364%;
    max-width: 13.6363636364%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_3 {
    margin-left: 13.6363636364%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_4 {
    width: 18.1818181818%;
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_4 {
    margin-left: 18.1818181818%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_4 {
    width: 18.1818181818%;
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_4 {
    margin-left: 18.1818181818%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_4 {
    width: 18.1818181818%;
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_4 {
    margin-left: 18.1818181818%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_5 {
    width: 22.7272727273%;
    flex: 0 0 22.7272727273%;
    max-width: 22.7272727273%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_5 {
    margin-left: 22.7272727273%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_5 {
    width: 22.7272727273%;
    flex: 0 0 22.7272727273%;
    max-width: 22.7272727273%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_5 {
    margin-left: 22.7272727273%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_5 {
    width: 22.7272727273%;
    flex: 0 0 22.7272727273%;
    max-width: 22.7272727273%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_5 {
    margin-left: 22.7272727273%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_6 {
    width: 27.2727272727%;
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_6 {
    margin-left: 27.2727272727%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_6 {
    width: 27.2727272727%;
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_6 {
    margin-left: 27.2727272727%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_6 {
    width: 27.2727272727%;
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_6 {
    margin-left: 27.2727272727%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_7 {
    width: 31.8181818182%;
    flex: 0 0 31.8181818182%;
    max-width: 31.8181818182%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_7 {
    margin-left: 31.8181818182%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_7 {
    width: 31.8181818182%;
    flex: 0 0 31.8181818182%;
    max-width: 31.8181818182%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_7 {
    margin-left: 31.8181818182%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_7 {
    width: 31.8181818182%;
    flex: 0 0 31.8181818182%;
    max-width: 31.8181818182%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_7 {
    margin-left: 31.8181818182%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_8 {
    width: 36.3636363636%;
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_8 {
    margin-left: 36.3636363636%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_8 {
    width: 36.3636363636%;
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_8 {
    margin-left: 36.3636363636%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_8 {
    width: 36.3636363636%;
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_8 {
    margin-left: 36.3636363636%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_9 {
    width: 40.9090909091%;
    flex: 0 0 40.9090909091%;
    max-width: 40.9090909091%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_9 {
    margin-left: 40.9090909091%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_9 {
    width: 40.9090909091%;
    flex: 0 0 40.9090909091%;
    max-width: 40.9090909091%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_9 {
    margin-left: 40.9090909091%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_9 {
    width: 40.9090909091%;
    flex: 0 0 40.9090909091%;
    max-width: 40.9090909091%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_9 {
    margin-left: 40.9090909091%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_10 {
    width: 45.4545454545%;
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_10 {
    margin-left: 45.4545454545%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_10 {
    width: 45.4545454545%;
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_10 {
    margin-left: 45.4545454545%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_10 {
    width: 45.4545454545%;
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_10 {
    margin-left: 45.4545454545%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_11 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_11 {
    margin-left: 50%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_11 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_11 {
    margin-left: 50%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_11 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_11 {
    margin-left: 50%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_12 {
    width: 54.5454545455%;
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_12 {
    margin-left: 54.5454545455%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_12 {
    width: 54.5454545455%;
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_12 {
    margin-left: 54.5454545455%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_12 {
    width: 54.5454545455%;
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_12 {
    margin-left: 54.5454545455%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_13 {
    width: 59.0909090909%;
    flex: 0 0 59.0909090909%;
    max-width: 59.0909090909%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_13 {
    margin-left: 59.0909090909%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_13 {
    width: 59.0909090909%;
    flex: 0 0 59.0909090909%;
    max-width: 59.0909090909%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_13 {
    margin-left: 59.0909090909%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_13 {
    width: 59.0909090909%;
    flex: 0 0 59.0909090909%;
    max-width: 59.0909090909%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_13 {
    margin-left: 59.0909090909%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_14 {
    width: 63.6363636364%;
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_14 {
    margin-left: 63.6363636364%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_14 {
    width: 63.6363636364%;
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_14 {
    margin-left: 63.6363636364%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_14 {
    width: 63.6363636364%;
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_14 {
    margin-left: 63.6363636364%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_15 {
    width: 68.1818181818%;
    flex: 0 0 68.1818181818%;
    max-width: 68.1818181818%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_15 {
    margin-left: 68.1818181818%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_15 {
    width: 68.1818181818%;
    flex: 0 0 68.1818181818%;
    max-width: 68.1818181818%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_15 {
    margin-left: 68.1818181818%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_15 {
    width: 68.1818181818%;
    flex: 0 0 68.1818181818%;
    max-width: 68.1818181818%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_15 {
    margin-left: 68.1818181818%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_16 {
    width: 72.7272727273%;
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_16 {
    margin-left: 72.7272727273%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_16 {
    width: 72.7272727273%;
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_16 {
    margin-left: 72.7272727273%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_16 {
    width: 72.7272727273%;
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_16 {
    margin-left: 72.7272727273%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_17 {
    width: 77.2727272727%;
    flex: 0 0 77.2727272727%;
    max-width: 77.2727272727%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_17 {
    margin-left: 77.2727272727%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_17 {
    width: 77.2727272727%;
    flex: 0 0 77.2727272727%;
    max-width: 77.2727272727%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_17 {
    margin-left: 77.2727272727%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_17 {
    width: 77.2727272727%;
    flex: 0 0 77.2727272727%;
    max-width: 77.2727272727%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_17 {
    margin-left: 77.2727272727%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_18 {
    width: 81.8181818182%;
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_18 {
    margin-left: 81.8181818182%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_18 {
    width: 81.8181818182%;
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_18 {
    margin-left: 81.8181818182%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_18 {
    width: 81.8181818182%;
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_18 {
    margin-left: 81.8181818182%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_19 {
    width: 86.3636363636%;
    flex: 0 0 86.3636363636%;
    max-width: 86.3636363636%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_19 {
    margin-left: 86.3636363636%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_19 {
    width: 86.3636363636%;
    flex: 0 0 86.3636363636%;
    max-width: 86.3636363636%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_19 {
    margin-left: 86.3636363636%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_19 {
    width: 86.3636363636%;
    flex: 0 0 86.3636363636%;
    max-width: 86.3636363636%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_19 {
    margin-left: 86.3636363636%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_20 {
    width: 90.9090909091%;
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_20 {
    margin-left: 90.9090909091%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_20 {
    width: 90.9090909091%;
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_20 {
    margin-left: 90.9090909091%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_20 {
    width: 90.9090909091%;
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_20 {
    margin-left: 90.9090909091%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_21 {
    width: 95.4545454545%;
    flex: 0 0 95.4545454545%;
    max-width: 95.4545454545%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_21 {
    margin-left: 95.4545454545%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_21 {
    width: 95.4545454545%;
    flex: 0 0 95.4545454545%;
    max-width: 95.4545454545%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_21 {
    margin-left: 95.4545454545%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_21 {
    width: 95.4545454545%;
    flex: 0 0 95.4545454545%;
    max-width: 95.4545454545%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_21 {
    margin-left: 95.4545454545%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-col_sm_22 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 840px) and (max-width: 979px) {
  .col.view-ml_sm_22 {
    margin-left: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-col_md_22 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .col.view-ml_md_22 {
    margin-left: 100%;
  }
}
@media (min-width: 1300px) {
  .col.view-col_lg_22 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .col.view-ml_lg_22 {
    margin-left: 100%;
  }
}

.is-blue-bg {
  background-color: #4b4b4b;
}

.inner {
  max-width: 1130px;
  margin: 0 auto;
}
.inner.view-largest {
  max-width: 1840px;
  padding: 0 15px;
}
@media (min-width: 640px) {
  .inner.view-largest {
    padding: 0 30px;
  }
}
@media (min-width: 1300px) {
  .inner.view-largest {
    padding: 0 60px;
  }
}
.inner.view-large {
  max-width: none;
  padding: 0 15px;
}
@media (min-width: 640px) {
  .inner.view-large {
    padding: 0 30px;
  }
}
@media (min-width: 1300px) {
  .inner.view-large {
    padding: 0 30px;
  }
}
.inner.view-large2 {
  max-width: none;
  padding: 0 70px;
}
.inner.view-footer {
  max-width: none;
  padding: 0 7.25%;
}
.inner.view-only_wrap {
  max-width: none;
  padding: 0;
}
@media (min-width: 840px) {
  .inner.view-flex {
    display: flex;
    align-items: flex-start;
  }
  .inner.view-flex.view-ai_stretch {
    align-items: stretch;
  }
  .inner.view-flex.view-switched > *:first-child {
    order: 2;
  }
  .inner.view-flex.view-switched > *:last-child {
    order: 1;
  }
}

.input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  padding: 0 15px;
}
.input:not(.wpcf7-form-control) {
  max-width: 290px;
}
.input,
.input input,
.input textarea {
  background-color: white;
  color: #252525;
  font-size: 14px;
  outline: 0;
  border: 1px solid #e8e8e8;
}
.input::-webkit-input-placeholder,
.input input::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder {
  color: #252525;
  opacity: 1;
}
.input:-moz-placeholder,
.input input:-moz-placeholder,
.input textarea:-moz-placeholder {
  color: #252525;
  opacity: 1;
}
.input::-moz-placeholder,
.input input::-moz-placeholder,
.input textarea::-moz-placeholder {
  color: #252525;
  opacity: 1;
}
.input:-ms-input-placeholder,
.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder {
  color: #252525;
  opacity: 1;
}
.input:focus, .input.view-focus input {
  border-color: rgb(206.5, 206.5, 206.5);
}
.input.view-fake_select {
  display: flex;
  max-width: 140px !important;
  padding: 0;
  border: 0;
}
.input.view-fake_select input {
  height: 100%;
  width: 100px;
  flex: 0 0 100px;
  max-width: 100px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 0 10px 0 15px;
}
.input.view-fake_select .input-expand {
  position: relative;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 0 4px 4px 0;
  background: #c40c00;
  cursor: pointer;
}
.input.view-fake_select .input-expand:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: white transparent transparent transparent;
}
.input.view-fake_select.view-focus .input-expand, .input.view-fake_select:hover .input-expand {
  background: rgb(170.5, 10.4387755102, 0);
}
.input.view-grey {
  background: #F2F2F2;
}

textarea.input {
  padding-top: 12px;
  padding-bottom: 12px;
  resize: none;
  min-height: 100px;
  height: auto;
}

.select-label {
  color: #252525;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}
.select-label.more-margin {
  margin-bottom: 15px;
}

.hr {
  border: 0;
  width: 100%;
  height: 3px;
  background: #252525;
  margin: 50px 0;
}
.view-bg_blue__dark .hr {
  background: #f8f8f8;
}

.loading {
  width: 40px;
  display: block;
  margin: 0 auto;
}
.loading_wrap {
  text-align: center;
  margin-top: 20px;
}
.loading_wrap#inner-prev {
  margin-bottom: 20px;
  margin-top: 0;
}
.loading_wrap#inner-next {
  margin-top: 20px;
}

.logo {
  display: inline-block;
  vertical-align: middle;
}
.logo-large, .logo-small {
  height: 36px;
}
.logo-large .cls-1, .logo-small .cls-1 {
  transition: 400ms ease-in-out;
}
.has-nav-open .logo-large .cls-1, .has-nav-open .logo-small .cls-1 {
  fill: #f8f8f8;
}
.logo-large {
  display: none;
}
@media (min-width: 840px) {
  .logo-large {
    display: block;
  }
}
.logo-small {
  display: block;
}
@media (min-width: 840px) {
  .logo-small {
    display: none;
  }
}
.logo.view-footer {
  width: 128px;
  height: 42px;
  background: url(../images/logo__line.svg) no-repeat center/contain;
}
.logo:hover {
  filter: saturate(2);
}

.link, .wysiwyg a {
  color: #c40c00;
  text-decoration: underline;
}
.link:hover, .wysiwyg a:hover {
  color: #4b4b4b;
}

.links + .links {
  margin: 50px 0 0;
}
.links.view-stops {
  display: flex;
  flex-wrap: wrap;
}
.links.view-stops .like-link.is-stop a.is-stop {
  white-space: nowrap;
}
.links-wrap {
  display: flex;
  flex-wrap: wrap;
}
.links-search {
  margin-top: 38px;
}
.links-search .title, .links-search .box-schema-title, .links-search .wysiwyg h2, .wysiwyg .links-search h2 {
  margin-bottom: 20px;
}
.links-search-last {
  line-height: 38px;
  border-radius: 4px;
  border: 1px solid rgba(88, 88, 88, 0.15);
  background-color: #f8f8f8;
  padding: 0 40px 0 10px;
  max-width: 350px;
  position: relative;
  color: #252525;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
}
.links-search-last span {
  cursor: pointer;
}
.links-search-last .btn {
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.links-search-last + .links-search-last {
  margin-top: 5px;
}
.links-link {
  margin: 0 5px 5px 0;
}
@media (min-width: 640px) {
  .links-link {
    margin: 0 10px 10px 0;
  }
}
.links-link.is-night a {
  color: #f8f8f8;
  background-color: #252525;
}
.links-link.is-night a svg {
  fill: white;
}
.links-link a {
  display: block;
  padding: 0 16px;
  line-height: 38px;
  border-radius: 4px;
  border: 1px solid rgba(88, 88, 88, 0.15);
  background-color: #f8f8f8;
  color: #252525;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 640px) {
  .links-link a {
    font-size: 20px;
    line-height: 64px;
  }
}
.links-link a svg {
  width: 16px;
  height: 16px;
}
.links-link a:hover, .links-link a.is-active {
  background: #c40c00;
  color: white;
}
.links-link a:hover svg, .links-link a.is-active svg {
  fill: white;
}
.links-detail {
  display: none;
  padding: 10px 0;
}
.links-detail.is-active {
  display: block;
}
.links-detail-title {
  font-size: 16px !important;
}
.links-detail .links-col-stop a {
  padding: 0;
  position: relative;
  bottom: -4px;
  margin-left: 10px;
}
.links-detail .links-col-stop a + img {
  margin-left: 5px;
}
.links-detail-main.links-col-stop a {
  margin-left: 0;
}
.links-col {
  position: relative;
  flex: 1;
  min-width: 300px;
}
.links-col:before {
  content: "";
  display: block;
  position: absolute;
  top: -19px;
  left: 34px;
  width: 230px;
  height: 297px;
  opacity: 0.5;
  background: url(../images/icon-large_arrow.svg);
}
.links-col.without-arrow:before {
  display: none;
}
.links-col-stop {
  position: relative;
}
.links-col-stop.is-full {
  margin-bottom: 25px;
  width: 100%;
}
.links-col-stop > a, .links-col-stop .like-link {
  display: inline-flex;
  align-items: center;
  color: #464646;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.links-col-stop > a:not(.is-stop):hover, .links-col-stop .like-link:not(.is-stop):hover {
  border-bottom-color: #c40c00;
}
.links-col-stop > a.is-stop:hover .links-col-stop-hover, .links-col-stop .like-link.is-stop:hover .links-col-stop-hover {
  display: inline-block;
}
.links-col-stop > a span, .links-col-stop .like-link span {
  padding-top: 2px;
}
.links-col-stop > a svg.is-file, .links-col-stop .like-link svg.is-file {
  margin-right: 14px;
  fill: none;
  stroke: #c40c00;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  width: 13px;
  height: 16px;
}
.links-col-stop > a a, .links-col-stop .like-link a {
  padding-bottom: 0;
}
.links-col-stop .btn.view-plus.is-smaller {
  margin-left: 7px;
  top: -5px;
}
.links-col-stop-hover {
  padding-left: 45px;
  display: none;
  position: relative;
  top: -2px;
  height: 16px;
  line-height: 160%;
}
.links-col-stop-hover:before {
  content: "";
  display: block;
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 11px;
  background: url("../images/arrow_black.svg") no-repeat center center;
  background-size: auto 100%;
}
.links-col-stop-hover a {
  position: relative;
  top: -1px;
}
.links-col-stop-hover span, .links-col-stop-hover a {
  padding: 0 4px;
}
.links-col-stop + .links-col-stop {
  margin-top: 17px;
}
.menu_button {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.menu_button span {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu_button span, .menu_button span:before, .menu_button span:after {
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  background: #252525;
  border-radius: 10px;
  transition: 400ms ease-in-out;
}
.menu_button span:before, .menu_button span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #252525;
}
.menu_button span:before {
  top: -6px;
}
.menu_button span:after {
  bottom: -6px;
}
.menu_button:hover span, .menu_button:hover span:before, .menu_button:hover span:after {
  background: #c40c00;
}
.menu_button.view-white span {
  right: 0;
}
.menu_button.view-white span, .menu_button.view-white span:before, .menu_button.view-white span:after {
  background: #f8f8f8;
}
.has-nav-open .menu_button span {
  background: rgba(248, 248, 248, 0);
}
.has-nav-open .menu_button span:before, .has-nav-open .menu_button span:after {
  background: #f8f8f8;
}
.has-nav-open .menu_button span:before {
  top: 0;
  transform: rotate(45deg);
}
.has-nav-open .menu_button span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.has-nav-open .menu_button.view-back span {
  width: 20px;
}
.has-nav-open .menu_button.view-back span, .has-nav-open .menu_button.view-back span:before, .has-nav-open .menu_button.view-back span:after {
  background: #f8f8f8;
}
.has-nav-open .menu_button.view-back span:before {
  width: 10px;
  top: 4px;
}
.has-nav-open .menu_button.view-back span:after {
  bottom: 4px;
  width: 10px;
}

.search_form {
  border-bottom: 2px solid #d0d0d0;
  display: flex;
  width: 222px;
  position: relative;
}
.search_form-input, .search_form-submit {
  border: 0;
  background: none;
  height: 32px;
}
.search_form-input {
  font-size: 14px;
  flex: 1;
  padding: 0 7px;
  outline: 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.search_form-input::-webkit-input-placeholder {
  color: rgb(182.5, 182.5, 182.5);
  opacity: 1;
}
.search_form-input:-moz-placeholder {
  color: rgb(182.5, 182.5, 182.5);
  opacity: 1;
}
.search_form-input::-moz-placeholder {
  color: rgb(182.5, 182.5, 182.5);
  opacity: 1;
}
.search_form-input:-ms-input-placeholder {
  color: rgb(182.5, 182.5, 182.5);
  opacity: 1;
}
.search_form-submit {
  padding: 0;
  width: 32px;
  position: relative;
}
.search_form-submit svg {
  width: 18px;
  height: 18px;
}
.search_form-submit:hover svg {
  stroke: #9d9d9d;
}
.search_form.view-focus {
  border-bottom-color: #c40c00;
}
.search_form.view-white {
  border-bottom-color: #f8f8f8;
}
.search_form.view-white .search_form-input {
  color: #f8f8f8;
}
.search_form.view-white .search_form-input::-webkit-input-placeholder {
  color: #f8f8f8;
  opacity: 1;
}
.search_form.view-white .search_form-input:-moz-placeholder {
  color: #f8f8f8;
  opacity: 1;
}
.search_form.view-white .search_form-input::-moz-placeholder {
  color: #f8f8f8;
  opacity: 1;
}
.search_form.view-white .search_form-input:-ms-input-placeholder {
  color: #f8f8f8;
  opacity: 1;
}
.search_form.view-white .search_form-submit svg {
  stroke: #f8f8f8;
}

.slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  outline: 0;
  z-index: 100;
  background: white;
  border-radius: 0;
}
.slick-arrow svg {
  width: 11px;
  height: 20px;
  fill-opacity: 0;
  stroke: #d0d0d0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}
.block-main-slider-arrows .slick-arrow svg {
  stroke: #f8f8f8;
}
.slick-arrow.slick-prev {
  right: 44px;
}
@media (min-width: 640px) {
  .slick-arrow.slick-prev {
    right: 44px;
  }
}
.slick-arrow.slick-next {
  right: 15px;
}
@media (min-width: 640px) {
  .slick-arrow.slick-next {
    right: 6px;
  }
}
.slick-arrow:hover svg {
  stroke: #464646;
}
.slider .slick-arrow {
  top: 0;
}
@media (min-width: 640px) {
  .slider .slick-arrow {
    top: 50px;
  }
}
.slider .slick-arrow.slick-prev {
  right: 40px;
}
@media (min-width: 980px) {
  .slider .slick-arrow.slick-prev {
    right: 24px;
  }
}
.slider .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 980px) {
  .slider .slick-arrow.slick-next {
    right: -14px;
  }
}
.block-main-slider-arrows .slick-arrow {
  background: none;
}
.block-main-slider-arrows .slick-arrow svg {
  stroke: #002d5b;
}
.block-main-slider-arrows .slick-arrow:hover svg {
  stroke: #f8f8f8;
}

.noUi-horizontal {
  margin: 0 0 0 17px;
  max-width: 395px;
  height: 6px;
  border-radius: 0;
  background-color: #4b4b4b;
  border: 0;
  box-shadow: none;
}
@media (max-width: 480px) {
  .noUi-horizontal {
    max-width: calc(100% - 17px);
  }
}
.noUi-horizontal:before, .noUi-horizontal:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 6px;
  background-color: #4b4b4b;
}
.noUi-horizontal:before {
  border-radius: 4px 0 0 4px;
  width: 17px;
  left: -17px;
}
.noUi-horizontal:after {
  border-radius: 0 4px 4px 0;
  width: 8px;
  right: -8px;
}
.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 15px;
  border-radius: 4px;
  border: 0;
  background-color: #f8f8f8;
  outline: 0;
  cursor: grab;
}
.noUi-horizontal .noUi-handle.noUi-active {
  cursor: grabbing;
}
.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  width: 1px;
  height: 7px;
  top: 4px;
}
.noUi-horizontal .noUi-handle:before {
  left: 10px;
}
.noUi-horizontal .noUi-handle:after {
  left: 14px;
}
.noUi-horizontal .noUi-tooltip {
  color: inherit;
  background: none;
  border: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.social {
  display: flex;
}
.social-itm a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #464646;
}
.social-itm a span {
  display: none;
}
.social-itm-icn {
  width: 20px;
  height: 20px;
  fill: #464646;
}
.social-itm + .social-itm {
  margin-left: 12px;
}
@media (min-width: 1300px) {
  .social-itm + .social-itm {
    margin-left: 20px;
  }
}
.social-itm.view-facebook:hover a {
  border-color: #3B5998;
}
.social-itm.view-facebook:hover .social-itm-icn {
  fill: #3B5998;
}
.social-itm.view-twitter:hover a {
  border-color: #00aced;
}
.social-itm.view-twitter:hover .social-itm-icn {
  fill: #00aced;
}
.social-itm.view-youtube:hover a {
  border-color: #FF0000;
}
.social-itm.view-youtube:hover .social-itm-icn {
  fill: #FF0000;
}
.social-itm.view-instagram:hover a {
  border-color: #125688;
}
.social-itm.view-instagram:hover .social-itm-icn {
  fill: #125688;
}
.social-itm.view-rss:hover a {
  border-color: #f26522;
}
.social-itm.view-rss:hover .social-itm-icn {
  fill: #f26522;
}

.jc-sb {
  justify-content: space-between;
}

.select-box {
  position: relative;
}
.select-box.fake-select {
  max-width: 200px;
}
.select-box select {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.select-box .value-text {
  background-color: white;
  color: #252525;
  font-size: 14px;
  outline: 0;
  border: 1px solid #e8e8e8;
  height: 100%;
  width: 100px;
  flex: 0 0 200px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select-box .options-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-top: 0;
  z-index: 1;
}
.select-box .options-wrapper .select-option {
  display: block;
  cursor: pointer;
  padding: 7px 15px;
}
.select-box .options-wrapper .select-option:hover {
  color: #136fce;
}
.select-box .input-expand:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select-box.active .input-expand {
  border-bottom-right-radius: 0;
}
.select-box.active .value-text {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
}
.select-box.active .options-wrapper {
  visibility: visible;
  opacity: 1;
}
.select-box.active .input-expand:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tabs {
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(37, 37, 37, 0.25);
  padding: 0 10px;
}
.tabs.is-fake {
  padding: 0;
  border: none;
}
.tabs.is-fake li {
  cursor: pointer;
  width: auto !important;
  margin-right: 20px;
}
.tabs:not(.is-fake) li {
  font-size: 140%;
  background: white;
  color: rgba(37, 37, 37, 0.7);
  margin-bottom: -1px;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid rgba(37, 37, 37, 0.25);
  padding: 10px 16px 7px;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}
.tabs:not(.is-fake) li:hover {
  color: #252525;
}
.tabs:not(.is-fake) li + li {
  margin-left: 6px;
}
.tabs:not(.is-fake) li[data-tab] {
  cursor: pointer;
}
.tabs:not(.is-fake) li.view-current {
  color: #c40c00;
  font-weight: 700;
}
.tabs:not(.is-fake) li.view-current:hover {
  color: #c40c00;
}
.tabs_cnt-tab {
  display: none;
}
.tabs_cnt-tab[data-tabcnt="1"] {
  display: block;
}
.tabs_cnt-tab #map, .tabs_cnt-tab #stop-map, .tabs_cnt-tab #mapaD {
  min-height: calc(100vh - 174px - 60px - 150px);
  margin-left: -15px !important;
}
.tabs_cnt-tab #map img, .tabs_cnt-tab #stop-map img, .tabs_cnt-tab #mapaD img {
  max-width: initial;
}
@media (min-width: 640px) {
  .tabs_cnt-tab #map, .tabs_cnt-tab #stop-map, .tabs_cnt-tab #mapaD {
    margin-left: -30px !important;
  }
}
@media (max-width: 839px) {
  .tabs_cnt-tab #map, .tabs_cnt-tab #stop-map, .tabs_cnt-tab #mapaD {
    width: 100vw !important;
    margin-bottom: -7vw !important;
  }
}
@media (max-width: 639px) {
  .tabs_cnt-tab #map, .tabs_cnt-tab #stop-map, .tabs_cnt-tab #mapaD {
    margin-bottom: -40px !important;
  }
}
@media (min-width: 1300px) {
  .tabs_cnt-tab #map, .tabs_cnt-tab #stop-map, .tabs_cnt-tab #mapaD {
    margin-left: -80px !important;
  }
}
@media (min-width: 1720px) {
  .tabs_cnt-tab #map, .tabs_cnt-tab #stop-map, .tabs_cnt-tab #mapaD {
    margin-left: -150px !important;
  }
}
.tabs_cnt-tab .partners {
  margin: 0;
  padding: 0;
}
.tabs_cnt-tab .partners li {
  float: left;
  text-align: center;
  display: block;
  margin-bottom: 45px;
  width: 33.3333333333%;
}
.tabs_cnt-tab .partners li:nth-child(3n+1) {
  clear: both;
}
.tabs_cnt-tab .partners li a {
  width: 80%;
  margin: auto;
  display: block;
}
.tabs_cnt-tab .partners li a .img {
  height: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.tabs_cnt-tab .partners li a .img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
}
.tabs_cnt-tab .partners li a span {
  display: block;
  font-size: 0.75em;
  color: #004489;
  line-height: 1.1em;
  font-weight: 700;
}
.tabs.view-large {
  align-items: flex-end;
  margin-bottom: 50px;
}
.tabs.view-large li {
  position: relative;
  bottom: 3px;
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.37px;
  text-transform: none;
}
.tabs.view-large li[data-tab]:hover {
  color: #f8f8f8;
}
.tabs.view-large li.view-current {
  bottom: 0;
  color: inherit;
  font-size: 25px;
  letter-spacing: 0.63px;
}
.view-restrictions .tabs.view-large li {
  width: auto !important;
}
.tabs.view-bigger {
  margin-bottom: 30px;
  border-bottom: 0;
}
.tabs.view-bigger li {
  font-size: 20px;
  font-weight: bold;
  border: 0;
  margin-bottom: 0;
  padding: 0;
}
.tabs.view-bigger li.view-current {
  font-size: 25px;
}
.tabs.view-bigger li:not(.view-current) {
  padding-top: 4px;
}
.tabs.view-bigger li + li {
  margin-left: 12px;
}

.title, .box-schema-title, .wysiwyg h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.63px;
  margin: 20px 0;
}
#map .title, #map .box-schema-title, #map .wysiwyg h2, .wysiwyg #map h2 {
  margin: 0 0 1em;
}
.title.view-large_margin, .view-large_margin.box-schema-title, .wysiwyg h2.view-large_margin {
  margin: 35px 0;
}
@media (min-width: 640px) {
  .title.view-large_margin, .view-large_margin.box-schema-title, .wysiwyg h2.view-large_margin {
    margin: 74px 0;
  }
}
.title.view-small, .view-small.box-schema-title, .wysiwyg h2.view-small {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 640px) {
  .title.view-small, .view-small.box-schema-title, .wysiwyg h2.view-small {
    font-size: 20px;
  }
}
.title.view-column, .view-column.box-schema-title, .wysiwyg h2.view-column {
  margin-bottom: 50px;
}
.title.view-line, .view-line.box-schema-title, .wysiwyg h2.view-line, .title.view-blue_line, .view-blue_line.box-schema-title, .wysiwyg h2.view-blue_line {
  position: relative;
}
.title.view-line:before, .view-line.box-schema-title:before, .wysiwyg h2.view-line:before, .title.view-blue_line:before, .view-blue_line.box-schema-title:before, .wysiwyg h2.view-blue_line:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: currentColor;
}
.title.view-line span, .view-line.box-schema-title span, .wysiwyg h2.view-line span, .title.view-blue_line span, .view-blue_line.box-schema-title span, .wysiwyg h2.view-blue_line span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  background: white;
}
@media (min-width: 640px) {
  .title.view-line span, .view-line.box-schema-title span, .wysiwyg h2.view-line span, .title.view-blue_line span, .view-blue_line.box-schema-title span, .wysiwyg h2.view-blue_line span {
    padding-right: 25px;
  }
}
.title.view-line.view-on_blue span, .view-line.view-on_blue.box-schema-title span, .wysiwyg h2.view-line.view-on_blue span, .title.view-blue_line.view-on_blue span, .view-blue_line.view-on_blue.box-schema-title span, .wysiwyg h2.view-blue_line.view-on_blue span {
  background: #c40c00;
}
.title.view-line.view-on_blue__dark span, .view-line.view-on_blue__dark.box-schema-title span, .wysiwyg h2.view-line.view-on_blue__dark span, .title.view-blue_line.view-on_blue__dark span, .view-blue_line.view-on_blue__dark.box-schema-title span, .wysiwyg h2.view-blue_line.view-on_blue__dark span {
  background: #4b4b4b;
}
.title.view-line.view-on_blue__dark2 span, .view-line.view-on_blue__dark2.box-schema-title span, .wysiwyg h2.view-line.view-on_blue__dark2 span, .title.view-blue_line.view-on_blue__dark2 span, .view-blue_line.view-on_blue__dark2.box-schema-title span, .wysiwyg h2.view-blue_line.view-on_blue__dark2 span {
  background: #4b4b4b;
}
.title.view-line.view-on_bg_white span, .view-line.view-on_bg_white.box-schema-title span, .wysiwyg h2.view-line.view-on_bg_white span, .title.view-blue_line.view-on_bg_white span, .view-blue_line.view-on_bg_white.box-schema-title span, .wysiwyg h2.view-blue_line.view-on_bg_white span {
  background: #f8f8f8;
}
.title.view-line_below, .view-line_below.box-schema-title, .wysiwyg h2.view-line_below {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.title.view-line_below:after, .view-line_below.box-schema-title:after, .wysiwyg h2.view-line_below:after {
  content: "";
  display: block;
  background: #c40c00;
  width: 30px;
  height: 3px;
  margin: 26px 0 30px;
}
.title.view-blue_line:before, .view-blue_line.box-schema-title:before, .wysiwyg h2.view-blue_line:before {
  background: #c40c00;
}
.title.view-small2, .view-small2.box-schema-title, .wysiwyg h2.view-small2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: normal;
}
.title.view-restrictions, .view-restrictions.box-schema-title, .wysiwyg h2.view-restrictions {
  position: relative;
  margin: 64px 0;
}
.title.view-restrictions svg, .view-restrictions.box-schema-title svg, .wysiwyg h2.view-restrictions svg {
  position: absolute;
  left: -46px;
  top: -80px;
  fill: white;
  opacity: 0.1;
  pointer-events: none;
}
.title.view-plus .btn, .view-plus.box-schema-title .btn, .wysiwyg h2.view-plus .btn {
  margin-left: 16px;
  margin-bottom: -6px;
}
.title.has-maplink, .has-maplink.box-schema-title, .wysiwyg h2.has-maplink {
  padding-right: 220px;
  position: relative;
}
.title-mapLink {
  padding-right: 34px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 30px;
  font-weight: 500;
  font-size: 14px;
  color: #464646;
  font-family: "Fira Sans", sans-serif;
  text-transform: uppercase;
  background: url("../images/icon-map.svg") no-repeat right center;
  background-size: 24px auto;
}
.title.view-mini, .view-mini.box-schema-title, .wysiwyg h2.view-mini {
  margin: 20px 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.title:last-child, .box-schema-title:last-child, .wysiwyg h2:last-child {
  margin-bottom: 0;
}
.title.view-homepage, .view-homepage.box-schema-title, .wysiwyg h2.view-homepage {
  color: black;
  text-align: center;
}

.titlesmall, .box-schema-title, .wysiwyg h2 {
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 0.63px;
  margin: 38px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 640px) {
  .titlesmall, .box-schema-title, .wysiwyg h2 {
    font-size: 20px;
  }
}

.travel {
  display: flex;
}
.travel-itm {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 4px;
}
.travel-itm-icn {
  width: 24px;
  height: 24px;
  fill: white;
}
.travel-itm span {
  display: none;
}
.travel-itm + .travel-itm {
  margin-left: 5px;
}
.travel-itm:hover .travel-itm-icn {
  filter: saturate(2);
}
.travel-itm.view-tram {
  background: #7a0200;
}
.travel-itm.view-tram:hover {
  background: rgb(147.5, 2.4180327869, 0);
}
.travel-itm.view-metro {
  background: #00b274;
}
.travel-itm.view-metro:hover {
  background: rgb(0, 203.5, 132.6179775281);
}
.travel-itm.view-bus {
  background: #0076a3;
}
.travel-itm.view-bus:hover {
  background: rgb(0, 136.4601226994, 188.5);
}
.travel-itm.view-train {
  background: #1c1745;
}
.travel-itm.view-train:hover {
  background: rgb(35.7608695652, 29.375, 88.125);
}
.travel-itm.view-cableway {
  background: #bdcf3c;
}
.travel-itm.view-cableway:hover {
  background: rgb(195.9259259259, 212.037037037, 80.462962963);
}
.travel-itm.view-ferry {
  background: #00b1b0;
}
.travel-itm.view-ferry:hover {
  background: rgb(0, 202.5, 201.3559322034);
}
.travel-itm.view-trolley {
  background: #80166F;
}
.travel-itm.view-trolley:hover {
  background: rgb(149.76, 25.74, 129.87);
}
.travel-itm.view-night {
  background: #262050;
}
.travel-itm.view-night:hover {
  background: rgb(46.6517857143, 39.2857142857, 98.2142857143);
}
.travel-itm.view-about {
  background: #004289;
}
.travel-itm.view-about:hover {
  background: rgb(0, 78.2846715328, 162.5);
}
.travel-itm.view-bus svg, .travel-itm.view-metro svg, .travel-itm.view-train svg, .travel-itm.view-cableway svg, .travel-itm.view-ferry svg {
  top: -4px;
}

.va {
  display: flex;
  align-items: center;
  height: 100%;
}
.va-inside {
  width: 100%;
}
@media (min-width: 840px) {
  .va-inside.with-padding {
    padding: 0 64px;
  }
}

.wysiwyg {
  color: #464646;
}
.view-bg_blue__dark .wysiwyg, .view-bg_blue__dark2 .wysiwyg, .wysiwyg.view-white {
  color: #f8f8f8;
}
.wysiwyg .scroll-inside {
  margin: 2em 0;
}
.wysiwyg table {
  border-collapse: collapse;
  border-radius: 4px;
  overflow: hidden;
}
.wysiwyg table tr[data-src] th, .wysiwyg table tr[data-src] td {
  cursor: pointer;
}
.wysiwyg table tr[data-src] td:nth-child(4) {
  min-width: 110px;
}
.wysiwyg table th, .wysiwyg table td {
  text-align: inherit;
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  padding: 16px 10px;
  border-bottom: 1px solid #f8f8f8;
}
@media (max-width: 426px) {
  .wysiwyg table th, .wysiwyg table td {
    text-transform: unset !important;
  }
}
.wysiwyg table th:nth-child(odd), .wysiwyg table td:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.2);
}
.wysiwyg table th:nth-child(even), .wysiwyg table td:nth-child(even) {
  background-color: #f2f2f2;
}
.wysiwyg table th img, .wysiwyg table td img {
  margin: 0 auto;
}
.wysiwyg table td {
  color: #252525;
}
.wysiwyg table td.view-red {
  color: red;
}
.wysiwyg table td.view-orange {
  color: orange;
}
.wysiwyg table td.view-green {
  color: green;
}
.wysiwyg table.view-full {
  width: 100%;
}
.wysiwyg h2 {
  margin: 60px 0 24px;
}
.wysiwyg h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #c40c00;
  margin: 14px 0 0;
}
.wysiwyg h2.expandable {
  cursor: pointer;
  max-width: 100%;
}
.wysiwyg h2.expandable:after {
  width: 100%;
}
.wysiwyg h2.expandable:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 16px;
  background: url("../images/arrow_black.svg") no-repeat center center;
  background-size: 100% auto;
  margin: 0 10px 0;
  transform: rotate(90deg);
}
.wysiwyg h2.expandable.is-expanded:before {
  transform: rotate(-90deg);
}
.wysiwyg h3 {
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 0.63px;
  margin: 38px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.wysiwyg h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #c40c00;
  margin: 14px 0 0;
}
.wysiwyg h3.expandable {
  cursor: pointer;
  max-width: 100%;
}
.wysiwyg h3.expandable:after {
  width: 100%;
}
.wysiwyg h3.expandable:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 16px;
  background: url("../images/arrow_black.svg") no-repeat center center;
  background-size: 100% auto;
  margin: 0 10px 0;
  transform: rotate(90deg);
}
.wysiwyg h3.expandable.is-expanded:before {
  transform: rotate(-90deg);
}
.wysiwyg .expandable-content {
  display: none;
}
.wysiwyg .expandable-content p:first-child {
  display: none;
}
.wysiwyg .expandable-content p:first-child + p {
  margin-top: 0;
}
.wysiwyg .expandable-content table td img {
  max-width: initial;
}
.wysiwyg .wp-caption {
  width: auto !important;
}
.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.view-bg_blue__dark .wysiwyg p, .view-bg_blue__dark2 .wysiwyg p, .view-bg_blue__dark .wysiwyg ul, .view-bg_blue__dark2 .wysiwyg ul, .view-bg_blue__dark .wysiwyg ol, .view-bg_blue__dark2 .wysiwyg ol {
  color: #f8f8f8;
}
.wysiwyg.view-small p, .wysiwyg.view-small ul, .wysiwyg.view-small ol {
  font-size: 14px;
  line-height: normal;
}
.wysiwyg .view-note {
  color: currentColor;
  opacity: 0.5;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.wysiwyg .view-note a {
  font-size: 12px;
  text-decoration: underline;
  margin-left: 6px;
}
.wysiwyg .view-note a:hover {
  text-decoration: none;
}
.view-bg_blue__dark .wysiwyg .view-note, .view-bg_blue__dark2 .wysiwyg .view-note {
  color: rgba(248, 248, 248, 0.5);
}
.view-bg_blue__dark .wysiwyg .view-note a, .view-bg_blue__dark2 .wysiwyg .view-note a {
  color: #f8f8f8;
}
.wysiwyg .view-note p, .wysiwyg .view-note ul, .wysiwyg .view-note ol {
  font-size: inherit;
  color: inherit;
}
.search-results .wysiwyg {
  margin-bottom: 60px;
}
.search-results .wysiwyg h2 {
  max-width: none;
}
.search-results .wysiwyg h2 a {
  text-decoration: none;
  color: inherit;
}
.wysiwyg .empty {
  text-align: center;
  padding: 20%;
}

.article {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.article.slick-slide {
  display: flex;
}
@media (min-width: 640px) {
  .article {
    max-width: 350px;
  }
}
.article-img {
  flex: 0 0 220px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.article-img img {
  width: 100%;
  transition: 200ms;
}
.article-img.has-placeholder {
  background: #f8f8f8;
  position: relative;
}
.article-img-placeholder {
  width: auto;
  height: 44%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  margin: auto;
}
.article-cnt {
  flex: 1;
  position: relative;
  background: white;
  border: 1px solid #e8e8e8;
  padding: 10px 30px 70px 20px;
  border-radius: 0 0 4px 4px;
}
.article-cnt .title, .article-cnt .box-schema-title, .article-cnt .wysiwyg h2, .wysiwyg .article-cnt h2 {
  margin: 16px 0;
}
.article-labels-label {
  display: inline-block;
  padding: 0 11px;
  line-height: 20px;
  border-radius: 10px;
  background: #c40c00;
  color: white;
  font-family: "Fira Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.article-date, .article-more {
  position: absolute;
  bottom: 28px;
  color: #303030;
}
.article-date {
  font-size: 12px;
  left: 20px;
  font-style: italic;
}
.article-more {
  font-size: 14px;
  right: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.article:hover .article-img img {
  transform: scale(1.2);
  transform-origin: center;
}
.article:hover .article-more {
  color: #c40c00;
}
.article.view-no_image .article-cnt {
  border-radius: 4px;
}

.box {
  display: flex;
  align-items: stretch;
  background: white;
  border-radius: 4px;
  border: 1px solid rgba(88, 88, 88, 0.15);
  border-left: 5px solid #027da8;
  color: black;
  font-size: 14px;
  flex-direction: column;
}
.box.view-extraordinary {
  border-left-color: #c40c00;
}
.box.view-extraordinary.view-finished {
  border-left-color: rgba(196, 12, 0, 0.6);
}
.box.view-exception {
  border-left-color: #E4842C;
}
.box.view-exception.view-finished {
  border-left-color: rgba(228, 132, 44, 0.6);
}
.box.view-permanent_change {
  border-left-color: #002169;
}
.box.view-permanent_change.view-finished {
  border-left-color: rgba(0, 33, 105, 0.6);
}
.box.view-finished .box-cnt {
  color: #969696;
}
.box.view-finished .box-cnt-notes {
  color: rgba(150, 150, 150, 0.5);
}
.box.view-finished .box-subject {
  color: #969696;
}
@media (min-width: 480px) {
  .box {
    border-left-width: 10px;
  }
}
@media (min-width: 640px) {
  .box {
    min-height: 110px;
  }
  .box.view-autoheight {
    height: auto;
    min-height: 1px;
  }
  .box.view-maxwidth {
    max-width: 750px;
  }
}
.box.pointer {
  cursor: pointer;
}
.box-subject {
  order: 1;
  position: relative;
  background-color: rgba(214, 214, 214, 0.15);
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 7px 10px 16px;
}
.box-subject-title {
  line-height: 16px;
}
.page-template-tpl-jr-stops-tablo .box-subject-title {
  height: auto;
}
.box-subject-title.view-iconsvyl {
  margin-right: 5px;
}
.box-subject-title.view-iconsvyl img {
  margin-right: 3px !important;
}
.box-subject-title.view-iconsvyl .view-nowrap, .box-subject-title.view-iconsvyl.view-nowrap {
  white-space: nowrap;
}
.box-subject-title-icn {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: white;
}
.box-subject-title-icn.is-black {
  fill: #252525;
}
.box-subject-title-icn + .box-subject-title-icn {
  margin-top: 6px;
}
.box-subject-title-icn.travel-tram {
  fill: #7a0200;
}
.box-subject-title-icn.travel-metro {
  fill: #00b274;
}
.box-subject-title-icn.travel-bus {
  fill: #0076a3;
}
.box-subject-title-icn.travel-train {
  fill: #1c1745;
}
.box-subject-title-icn.travel-cableway {
  fill: #bdcf3c;
}
.box-subject-title-icn.travel-ferry {
  fill: #00b1b0;
}
.box-subject-title-icn.travel-trolley {
  fill: #80166F;
}
.box-subject-title-icn.travel-trolejbus {
  fill: #80166F;
}
.box-subject-title-icn.travel-night {
  fill: #262050;
}
.box-subject-title-icn.travel-about {
  fill: #004289;
}
.box-subject-title-icn.travel-metro.view-B {
  fill: #fbaf33;
}
.box-subject-title-icn.travel-metro.view-C {
  fill: #d31245;
}
.box-subject-title-text {
  display: none;
}
.box-subject-subtitle {
  line-height: 140%;
}
.box-subject-icn {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 18px;
  height: 16px;
  fill: none;
  stroke: #c40c00;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.box-subject-icn.view-no-stroke {
  stroke-width: 0;
}
.box-subject-icn.is-exception {
  stroke-width: 0;
}
.box-subject-icn.is-permanent_change {
  stroke: white;
}
@media (min-width: 480px) {
  .box-subject-icn {
    top: 7px;
  }
}
.page-template-tpl-jr-stops-tablo .box-subject-icn {
  position: static;
  margin-top: 6px;
}
.box-cnt {
  padding: 14px 10px;
  flex: 1;
  max-width: 100%;
  position: relative;
}
@media (min-width: 480px) {
  .box-cnt {
    padding: 28px 10px 16px 18px;
  }
}
.box-cnt.is-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 480px) {
  .box-cnt.is-flex {
    padding: 16px 10px 16px 18px;
  }
}
.box-cnt-column-full {
  width: 100%;
  display: flex;
}
.box-cnt-column-full:not(.is-open) {
  display: none;
}
.box-cnt-column-full .box-cnt-info {
  padding-left: 0;
  padding-right: 10px;
  padding-top: 10px;
}
.box-cnt-column-full a {
  text-decoration: underline;
}
.box-cnt-column.is-lowfloor {
  padding-left: 5px;
  width: 8%;
}
.box-cnt-column.is-lowfloor img {
  width: 16px;
}
.box-cnt-column.is-begin {
  width: 15%;
}
@media (max-width: 980px) {
  .box-cnt-column.is-begin {
    width: 23%;
  }
}
.box-cnt-column.is-map {
  width: 8%;
}
.box-cnt-column.is-map span {
  border-radius: 1em;
  border: 1px solid #252525;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
}
.box-cnt-column.is-map span:empty {
  display: none;
}
.box-cnt-column.is-end {
  width: 43%;
}
@media (max-width: 980px) {
  .box-cnt-column.is-end {
    width: 35%;
  }
}
.box-cnt-column.box-cnt-time {
  width: 20%;
  text-align: right;
  font-weight: 700;
}
.box-cnt-column.box-cnt-updated {
  width: 6%;
}
.box-cnt-time {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  font-family: "Fira Sans", sans-serif;
}
.box-cnt-time span + img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.box-cnt-time-icn {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: black;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  margin-right: 7px;
}
.box-cnt-time-icn.view-no-stroke {
  stroke-width: 0;
}
.box-cnt-time .view-rest {
  display: none;
}
.restview .box-cnt-time .view-rest {
  display: inline-block;
}
.restview .box-cnt-time .view-time {
  display: none;
}
.box-cnt-delay {
  font-family: "Fira Sans", sans-serif;
}
.box-cnt-delay.green {
  color: #21bf0c !important;
}
.box-cnt-delay.red {
  color: #bf0c1d !important;
}
.box-cnt-updated {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Fira Sans", sans-serif;
  margin: 12px 0 -10px;
}
@media (min-width: 480px) {
  .box-cnt-updated {
    position: absolute;
    top: 8px;
    right: 32px;
    margin: 0;
  }
}
.box-cnt-updated svg {
  width: 13px;
  height: 10px;
  opacity: 0.5;
}
.box-cnt-updated a {
  margin-left: 5px;
}
.box-cnt-title {
  padding-right: 5px;
  width: 62%;
  font-weight: 700;
}
.box-cnt-title.is-full {
  width: 100%;
}
.box-cnt-halfs {
  margin-top: 14px;
  flex-direction: column;
  align-items: stretch;
}
.box-cnt-halfs > div + div {
  margin-top: 10px;
}
@media (min-width: 640px) {
  .box-cnt-halfs {
    display: flex;
  }
  .box-cnt-halfs.is-top {
    align-items: baseline;
  }
}
.box-cnt-stops {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  padding-left: 3px;
}
.box-cnt-stops-info {
  font-size: 12px;
  margin-top: 9px;
  line-height: 140%;
}
.box-cnt-stops-start, .box-cnt-stops-end {
  position: relative;
  padding-left: 20px;
}
.box-cnt-stops-start:before, .box-cnt-stops-end:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.box-cnt-stops-start:before {
  border: 3px solid rgba(37, 37, 37, 0.5);
}
.box-cnt-stops-end {
  margin-top: 9px;
}
.box-cnt-stops-end:before {
  border: 3px solid #f8f8f8;
}
.box-cnt-stops-end:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: -8px;
  width: 2px;
  height: 7px;
  background: #f8f8f8;
}
.box-cnt-notes {
  flex: 1;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 12px;
}
@media (max-width: 639px) {
  .box-cnt-notes {
    font-size: 12px;
  }
}
@media (min-width: 640px) {
  .box-cnt-notes {
    margin-top: 0;
  }
}
.box-cnt-notes br {
  display: none;
}
@media (min-width: 640px) {
  .box-cnt-notes br {
    display: none;
  }
}
.box-cnt-info {
  flex: 1;
  font-size: 12px;
  padding-left: 3px;
  font-weight: 400;
  line-height: 140%;
}
.box.view-light {
  position: relative;
  color: #252525;
}
.box.view-light:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  left: -5px;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(37, 37, 37, 0.15);
  pointer-events: none;
  border-radius: 4px;
  z-index: 1;
}
@media (min-width: 480px) {
  .box.view-light:before {
    left: -10px;
  }
}
.box.view-light .box-subject {
  background: #f8f8f8;
}
.box.view-light .box-cnt-time-icn {
  stroke: #d0d0d0;
}
.box.view-light .box-cnt-updated {
  color: #252525;
}
.box.view-light .box-cnt-stops-start:before {
  border-color: #252525;
}
.box.view-light .box-cnt-stops-end:after {
  background: #d0d0d0;
}
.box.view-light .box-cnt-stops-end:before {
  border-color: #d0d0d0;
}
.box.view-light .box-cnt-stops-date {
  font-weight: 600;
  border-bottom: 1px solid #c40c00;
}
.box.view-light .box-cnt-stops-date:hover {
  color: #c40c00;
}
.box.view-light .box-cnt-stops-date + img + a {
  margin-left: 10px;
}
.box.view-light .box-cnt-stops-date + a {
  margin-left: 10px;
}
.box.view-exclusion {
  border-left-color: #7a0200;
}
.box.view-stop.view-PID {
  border-left-color: #004990;
}
.box.view-stop.view-metro_A {
  border-left-color: #00b274;
}
.box.view-stop.view-metro_B {
  border-left-color: #fbaf33;
}
.box.view-stop.view-metro_C {
  border-left-color: #d31245;
}
.box.view-stop.view-tram {
  border-left-color: #7a0200;
}
.box.view-stop.view-bus {
  border-left-color: #0076a3;
}
.box.view-stop.view-busreg {
  border-left-color: #000000;
}
.box.view-stop.view-train {
  border-left-color: #1c1745;
}
.box.view-stop.view-vlak {
  border-left-color: #1c1745;
}
.box.view-stop.view-cableway {
  border-left-color: #bdcf3c;
}
.box.view-stop.view-lan {
  border-left-color: #bdcf3c;
}
.box.view-stop.view-ferry {
  border-left-color: #00b1b0;
}
.box.view-stop.view-privoz {
  border-left-color: #00b1b0;
}
.box.view-stop.view-night {
  border-left-color: #262050;
}
.box.view-stop.view-noc {
  border-left-color: #262050;
}
.box.view-stop.view-restriction {
  border-left-color: #f59d1a;
}
.box.view-stop.view-invalid {
  border-left-color: #f59d1a;
}
.box.view-stop.view-trolley {
  border-left-color: #80166F;
}
.box.view-stop.view-trolejbus {
  border-left-color: #80166F;
}
.box.view-stop.view-about {
  border-left-color: #004289;
}
.box.view-stop .box-subject-title {
  width: auto;
}
.box.view-stop .box-subject-subtitle {
  font-family: "Fira Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
.box.view-stop .box-subject-subtitle svg {
  width: 20px;
  height: 20px;
}
.box-schema {
  margin-bottom: 50px;
}
.box-schema span {
  display: block;
}
.box-schema-title {
  margin: 20px 0 10px;
}
.box-schema-subtitle {
  color: #464646;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 15px;
}
.box-schema .file-switch a {
  margin-right: 20px;
}

.restview .box-cnt-updated .view-delay {
  display: none;
}

.stops-table-imagerow {
  margin-right: 5px;
}
.stops-table-imagerow img {
  margin-right: 3px !important;
}
.stops-table-imagerow .view-nowrap, .stops-table-imagerow.view-nowrap {
  white-space: nowrap;
}

.btns {
  margin: 30px 0;
  display: block;
  text-align: center;
}
@media (min-width: 480px) {
  .btns {
    display: flex;
  }
}
.btns:first-child {
  margin-top: 0;
}
.btns:last-child {
  margin-bottom: 0;
}
.btns .btn + .btn {
  margin-top: 10px;
}
@media (min-width: 480px) {
  .btns .btn + .btn {
    margin-top: 0;
    margin-left: 10px;
  }
}
.btns.view-right {
  justify-content: flex-end;
}
.btns.view-center {
  justify-content: center;
}
.btns.view-bigger_margin {
  margin-top: 60px;
}

.result {
  text-align: left;
}
@media (max-width: 639px) {
  .result {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.result + .result {
  margin-top: 20px;
}
.result-info {
  background-color: #f2f2f2;
  padding: 0 15px 20px 20px;
}
@media (min-width: 640px) {
  .result-info {
    padding: 0 25px 25px 50px;
  }
}
@media (min-width: 640px) {
  .page-template-tpl-route-popup .result-info {
    padding-left: 25px;
  }
}
.result-info.view-expanded {
  display: none;
}
.result-print {
  padding-bottom: 10px;
}
@media (max-width: 640px) {
  .result-print {
    display: none;
  }
}
.result-print svg {
  width: 14px;
  transition: 200ms;
}
.result-print a {
  transition: 200ms;
}
.result-print a:hover {
  color: #c40c00;
}
.result-print a:hover svg {
  fill: #c40c00;
}
.result-line {
  display: flex;
  align-items: flex-start;
}
.result-line.view-main {
  align-items: flex-end;
  padding: 20px 15px;
  border-radius: 4px 4px 0 0;
  background-color: #f2f2f2;
}
@media (min-width: 980px) {
  .result-line.view-main {
    padding: 25px 25px 20px 50px;
  }
}
@media (min-width: 980px) {
  .page-template-tpl-route-popup .result-line.view-main {
    padding-left: 25px;
  }
}
.result-line.view-connection_head {
  align-items: flex-end;
  margin-bottom: 11px;
}
.page-template-tpl-route-popup .result-line.view-connection_head {
  margin-bottom: 22px;
}
.result-line.view-is_part_of_route {
  font-weight: 700;
}
.result-line.view-is_part_of_route .result-col div {
  font-weight: 700;
}
.result-line + .result-line {
  margin-top: 1px;
}
.result-line + .result-line.view-connection_head {
  margin-top: 7px;
}
.result-line .line-prev,
.result-line .line-next {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  margin: 8px 3px;
  cursor: pointer;
  background: url(../images/icon-expand_result.svg) no-repeat center/contain;
  transition: 200ms ease-in-out;
  transform: rotate(-90deg);
}
.result-line .line-prev {
  transform: rotate(90deg);
}
.result-line:last-child .line-prev,
.result-line:last-child .line-next {
  display: none;
}
.result-line .delay-green {
  color: green;
}
.result-line .delay-orange {
  color: orange;
}
.result-line .delay-red {
  color: red;
}
.result-col:nth-child(1) {
  flex: 1;
}
@media (min-width: 980px) {
  .result-col:nth-child(1) {
    flex: 0 0 75px;
  }
}
.result-line.view-hide_first_col .result-col:nth-child(1) {
  display: none;
}
.result-info.view-expanded .result-col:nth-child(1) {
  flex: 0 0 75px;
}
.result-col:nth-child(2) {
  flex: 3;
}
@media (min-width: 980px) {
  .result-col:nth-child(2) {
    flex: 0 0 300px;
  }
}
.result-info.view-expanded .result-col:nth-child(2) {
  flex: 1;
}
.result-col:nth-child(3) {
  flex: 0 0 100px;
}
@media (min-width: 480px) {
  .result-col:nth-child(3) {
    flex: 0 0 130px;
  }
}
@media (min-width: 640px) {
  .result-col:nth-child(3) {
    flex: 0 0 160px;
  }
}
@media (min-width: 840px) {
  .result-col:nth-child(3) {
    flex: 0 0 100px;
  }
}
@media (min-width: 980px) {
  .result-col:nth-child(3) {
    flex: 0 0 160px;
  }
}
@media (min-width: 1200px) {
  .result-col:nth-child(3) {
    flex: 0 0 130px;
  }
}
.result-col:nth-child(4) {
  flex: 1;
}
@media (max-width: 979px) {
  .result-col:nth-child(5) {
    flex: 0 0 90px;
  }
}
.result-col.view-time {
  position: relative;
}
.result-col.view-time .result-col-move_time {
  display: flex;
  position: absolute;
  left: 0px;
  top: 25px;
  z-index: 10;
}
@media (min-width: 640px) {
  .result-col.view-time .result-col-move_time {
    left: -42px;
    top: -1px;
  }
}
.result-actions {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.result-actions-itm {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.result-actions-itm + .result-actions-itm {
  margin-left: 16px;
}
.result-actions-itm svg {
  width: 100%;
  height: 100%;
  max-height: 18px;
  max-width: 18px;
  fill: #585858;
  transition: 200ms ease-in-out;
}
.result-actions-itm:hover svg {
  fill: #c40c00;
}
.result-head {
  color: #252525;
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
}
@media (min-width: 480px) {
  .result-head {
    font-size: 20px;
  }
}
@media (min-width: 640px) {
  .result-head {
    font-size: 20px;
  }
}
@media (min-width: 840px) {
  .result-head {
    font-size: 20px;
  }
}
@media (min-width: 980px) {
  .result-head {
    font-size: 20px;
  }
}
.result-head__duration {
  font-weight: bold;
}
.result-head__time {
  padding-left: 21px;
}
.result-head__transfer {
  font-size: 13px;
  letter-spacing: normal;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
}
@media (min-width: 480px) {
  .result-head__transfer {
    font-size: 15px;
  }
}
@media (min-width: 640px) {
  .result-head__transfer {
    font-size: 15px;
    text-align: left;
    margin-left: -10px;
  }
}
@media (min-width: 840px) {
  .result-head__transfer {
    font-size: 15px;
  }
}
@media (min-width: 980px) {
  .result-head__transfer {
    font-size: 15px;
    margin-left: 0;
  }
}
.result-info__type, .result-info__station, .result-info__times {
  line-height: 17px;
}
@media (min-width: 480px) {
  .result-info__type, .result-info__station, .result-info__times {
    line-height: 20px;
  }
}
.result-info__type {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 13px;
  font-weight: 700;
  position: relative;
  margin-top: 2px;
}
@media (min-width: 480px) {
  .result-info__type {
    font-size: 20px;
    line-height: 18px;
    margin-top: 0;
  }
}
.result-line.view-connection_head .result-info__type {
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 480px) {
  .result-line.view-connection_head .result-info__type {
    font-size: 24px;
  }
}
@media (min-width: 640px) {
  .result-line.view-connection_head .result-info__type {
    font-size: 24px;
  }
}
@media (min-width: 840px) {
  .result-line.view-connection_head .result-info__type {
    font-size: 24px;
  }
}
@media (min-width: 980px) {
  .result-line.view-connection_head .result-info__type {
    font-size: 24px;
  }
}
.result-line.view-connection_head .result-info__type.s {
  font-size: 15px;
}
.result-line.view-connection_head .result-info__type.xs {
  font-size: 14px;
}
.result-line.view-connection_head .result-info__type.xxs {
  font-size: 13px;
}
.result-line.view-connection_head .result-info__type.xxxs {
  font-size: 11px;
}
.result-line.view-connection_head .result-info__type:before {
  width: 16px;
  height: 16px;
}
@media (min-width: 480px) {
  .result-line.view-connection_head .result-info__type:before {
    width: 24px;
    height: 24px;
  }
}
.result-info__type:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
@media (min-width: 480px) {
  .result-info__type:before {
    width: 14px;
    height: 14px;
  }
}
.result-line.view-connection_head .result-info__type:before {
  margin-right: 10px;
}
.result-info__type svg {
  position: absolute;
  width: 12px;
  height: 12px;
  display: block;
  top: calc(100% - 14px);
  left: -15px;
}
@media (min-width: 640px) {
  .result-info__type svg {
    width: 14px;
    height: 14px;
    top: auto;
    left: auto;
    right: calc(100% + 6px);
  }
}
.result-info__type.s {
  font-size: 15px;
}
.result-info__type.xs {
  font-size: 14px;
}
.result-info__type.xxs {
  font-size: 13px;
}
.result-info__type.xxxs {
  font-size: 11px;
}
.result-info__station {
  position: relative;
  padding-left: 21px;
  padding-bottom: 14px;
  color: #464646;
  font-size: 15px;
}
@media (min-width: 480px) {
  .result-info__station {
    font-size: 15px;
  }
}
@media (min-width: 640px) {
  .result-info__station {
    font-size: 15px;
  }
}
@media (min-width: 840px) {
  .result-info__station {
    font-size: 15px;
  }
}
@media (min-width: 980px) {
  .result-info__station {
    font-size: 15px;
  }
}
.result-line:first-child .result-info__station {
  font-weight: 700;
}
.result-line:last-child .result-info__station {
  padding-bottom: 0;
}
.result-info__station:before, .result-info__station:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.result-info__station:before {
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #d0d0d0;
}
.result-info__station:after {
  left: 4px;
  top: 20px;
  bottom: 0;
  width: 2px;
  background: #464646;
}
.result-line:last-child .result-info__station:after {
  display: none;
}
.page-template-tpl-search_connection .result-line.view-connection_head + .result-line + .result-line .result-info__station:after {
  background: #e8e8e8 !important;
}
.result-info__station.view-double:before {
  top: 25px;
}
.result-info__station.view-double:after {
  top: 40px;
}
.result-info__station-name {
  font-weight: 700;
}
.result-info__station-name span {
  font-size: 90%;
  font-weight: 400;
  color: #b1b1b1;
}
.result-info__station-name .stand {
  font-weight: 400;
  color: #464646;
  border-radius: 1em;
  border: 1px solid #464646;
  font-size: 80%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.result-info__station-name .stand:empty {
  display: none;
}
.result-info__station-additional {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}
.result-info__station-additional-interstations {
  text-decoration: underline;
  cursor: pointer;
}
.result-info__station-additional-interstations:hover {
  color: #c40c00;
}
.result-info__station-additional-list {
  display: none;
}
.result-info__station-additional-list .result-info__station-additional-interstations:hover {
  color: inherit;
}
.result-info__station-additional-list-single {
  font-size: 12px;
}
.result-info__station-additional-list-single:first-child {
  display: none;
}
.result-info__station-additional-duration {
  margin-left: 15px;
  color: #717171;
}
.result-info__station-additional-delay {
  color: #d0d0d0;
  font-size: 14px;
}
.result-info__station-additional-extra_note {
  margin-left: 140px;
  color: #464646;
  font-size: 14px;
}
.result-info__station-info {
  margin-top: 6px;
  color: #4b4b4b;
  font-size: 15px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}
.result-info__station-info strong {
  font-weight: 500;
}
.result-info__station-info.short span {
  color: #c40c00;
}
.result-info__station-vymi-row {
  margin: 5px 0;
}
.result-info__station-vymi-row a {
  text-decoration: underline;
}
.result-info__station-vymi-row a svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.result-info__times {
  position: relative;
  display: flex;
  color: #464646;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .result-info__times {
    font-size: 15px;
  }
}
@media (min-width: 640px) {
  .result-info__times {
    font-size: 15px;
  }
}
@media (min-width: 840px) {
  .result-info__times {
    font-size: 15px;
  }
}
@media (min-width: 980px) {
  .result-info__times {
    font-size: 15px;
  }
}
.result-info__times-itm {
  flex: 0 0 50%;
  white-space: nowrap;
}
.result-line:first-child .result-info__times-itm, .result-line:last-child .result-info__times-itm {
  font-weight: bold;
}
.result-info__more {
  color: #464646;
  font-size: 15px;
  font-weight: 400;
}
.result-info__more div {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}
.result-info__direction {
  position: relative;
  padding-left: 21px;
  font-size: 15px;
  line-height: 20px;
  color: #464646;
}
.result-info__direction:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  left: 4px;
  top: -7px;
  bottom: -10px;
  width: 2px;
  background: #e8e8e8;
}
.result-line:first-child .result-info__direction:after {
  display: none;
}
.result-line.view-PID .result-info__type {
  color: #004990;
}
.result-line.view-PID .result-info__type:before {
  background: url(../images/pictograms_inverted/PID.png) no-repeat center/cover;
}
.result-line.view-PID:before {
  background: #004990;
}
.result-line.view-PID .result-info__station:after {
  background: #004990;
}
.result-line.view-metro_A .result-info__type {
  color: #00b274;
}
.result-line.view-metro_A .result-info__type:before {
  background: url(../images/pictograms_inverted/metro_A.png) no-repeat center/cover;
}
.result-line.view-metro_A:before {
  background: #00b274;
}
.result-line.view-metro_A .result-info__station:after {
  background: #00b274;
}
.result-line.view-metro_B .result-info__type {
  color: #fbaf33;
}
.result-line.view-metro_B .result-info__type:before {
  background: url(../images/pictograms_inverted/metro_B.png) no-repeat center/cover;
}
.result-line.view-metro_B:before {
  background: #fbaf33;
}
.result-line.view-metro_B .result-info__station:after {
  background: #fbaf33;
}
.result-line.view-metro_C .result-info__type {
  color: #d31245;
}
.result-line.view-metro_C .result-info__type:before {
  background: url(../images/pictograms_inverted/metro_C.png) no-repeat center/cover;
}
.result-line.view-metro_C:before {
  background: #d31245;
}
.result-line.view-metro_C .result-info__station:after {
  background: #d31245;
}
.result-line.view-tram .result-info__type {
  color: #7a0200;
}
.result-line.view-tram .result-info__type:before {
  background: url(../images/pictograms_inverted/tram.png) no-repeat center/cover;
}
.result-line.view-tram:before {
  background: #7a0200;
}
.result-line.view-tram .result-info__station:after {
  background: #7a0200;
}
.result-line.view-bus .result-info__type {
  color: #0076a3;
}
.result-line.view-bus .result-info__type:before {
  background: url(../images/pictograms_inverted/bus.png) no-repeat center/cover;
}
.result-line.view-bus:before {
  background: #0076a3;
}
.result-line.view-bus .result-info__station:after {
  background: #0076a3;
}
.result-line.view-busreg .result-info__type {
  color: #000000;
}
.result-line.view-busreg .result-info__type:before {
  background: url(../images/pictograms_inverted/busreg.png) no-repeat center/cover;
}
.result-line.view-busreg:before {
  background: #000000;
}
.result-line.view-busreg .result-info__station:after {
  background: #000000;
}
.result-line.view-train .result-info__type {
  color: #1c1745;
}
.result-line.view-train .result-info__type:before {
  background: url(../images/pictograms_inverted/train.png) no-repeat center/cover;
}
.result-line.view-train:before {
  background: #1c1745;
}
.result-line.view-train .result-info__station:after {
  background: #1c1745;
}
.result-line.view-vlak .result-info__type {
  color: #1c1745;
}
.result-line.view-vlak .result-info__type:before {
  background: url(../images/pictograms_inverted/vlak.png) no-repeat center/cover;
}
.result-line.view-vlak:before {
  background: #1c1745;
}
.result-line.view-vlak .result-info__station:after {
  background: #1c1745;
}
.result-line.view-cableway .result-info__type {
  color: #bdcf3c;
}
.result-line.view-cableway .result-info__type:before {
  background: url(../images/pictograms_inverted/cableway.png) no-repeat center/cover;
}
.result-line.view-cableway:before {
  background: #bdcf3c;
}
.result-line.view-cableway .result-info__station:after {
  background: #bdcf3c;
}
.result-line.view-lan .result-info__type {
  color: #bdcf3c;
}
.result-line.view-lan .result-info__type:before {
  background: url(../images/pictograms_inverted/lan.png) no-repeat center/cover;
}
.result-line.view-lan:before {
  background: #bdcf3c;
}
.result-line.view-lan .result-info__station:after {
  background: #bdcf3c;
}
.result-line.view-ferry .result-info__type {
  color: #00b1b0;
}
.result-line.view-ferry .result-info__type:before {
  background: url(../images/pictograms_inverted/ferry.png) no-repeat center/cover;
}
.result-line.view-ferry:before {
  background: #00b1b0;
}
.result-line.view-ferry .result-info__station:after {
  background: #00b1b0;
}
.result-line.view-privoz .result-info__type {
  color: #00b1b0;
}
.result-line.view-privoz .result-info__type:before {
  background: url(../images/pictograms_inverted/privoz.png) no-repeat center/cover;
}
.result-line.view-privoz:before {
  background: #00b1b0;
}
.result-line.view-privoz .result-info__station:after {
  background: #00b1b0;
}
.result-line.view-night .result-info__type {
  color: #262050;
}
.result-line.view-night .result-info__type:before {
  background: url(../images/pictograms_inverted/night.png) no-repeat center/cover;
}
.result-line.view-night:before {
  background: #262050;
}
.result-line.view-night .result-info__station:after {
  background: #262050;
}
.result-line.view-noc .result-info__type {
  color: #262050;
}
.result-line.view-noc .result-info__type:before {
  background: url(../images/pictograms_inverted/noc.png) no-repeat center/cover;
}
.result-line.view-noc:before {
  background: #262050;
}
.result-line.view-noc .result-info__station:after {
  background: #262050;
}
.result-line.view-restriction .result-info__type {
  color: #f59d1a;
}
.result-line.view-restriction .result-info__type:before {
  background: url(../images/pictograms_inverted/restriction.png) no-repeat center/cover;
}
.result-line.view-restriction:before {
  background: #f59d1a;
}
.result-line.view-restriction .result-info__station:after {
  background: #f59d1a;
}
.result-line.view-invalid .result-info__type {
  color: #f59d1a;
}
.result-line.view-invalid .result-info__type:before {
  background: url(../images/pictograms_inverted/invalid.png) no-repeat center/cover;
}
.result-line.view-invalid:before {
  background: #f59d1a;
}
.result-line.view-invalid .result-info__station:after {
  background: #f59d1a;
}
.result-line.view-trolley .result-info__type {
  color: #80166F;
}
.result-line.view-trolley .result-info__type:before {
  background: url(../images/pictograms_inverted/trolley.png) no-repeat center/cover;
}
.result-line.view-trolley:before {
  background: #80166F;
}
.result-line.view-trolley .result-info__station:after {
  background: #80166F;
}
.result-line.view-trolejbus .result-info__type {
  color: #80166F;
}
.result-line.view-trolejbus .result-info__type:before {
  background: url(../images/pictograms_inverted/trolejbus.png) no-repeat center/cover;
}
.result-line.view-trolejbus:before {
  background: #80166F;
}
.result-line.view-trolejbus .result-info__station:after {
  background: #80166F;
}
.result-line.view-about .result-info__type {
  color: #004289;
}
.result-line.view-about .result-info__type:before {
  background: url(../images/pictograms_inverted/about.png) no-repeat center/cover;
}
.result-line.view-about:before {
  background: #004289;
}
.result-line.view-about .result-info__station:after {
  background: #004289;
}
.result-conclusion {
  display: none;
  background-color: #f2f2f2;
  padding: 0 15px 25px;
}
@media (min-width: 480px) {
  .result-conclusion {
    padding: 0 25px 25px 50px;
  }
}
.result-conclusion-itm {
  position: relative;
  color: #252525;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.7px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .result-conclusion-itm {
    font-size: 14px;
    display: initial;
  }
}
.result-conclusion-itm strong {
  font-weight: 700;
}
.result-conclusion-itm + .result-conclusion-itm {
  margin-left: 10px;
  padding-left: 10px;
}
.result-conclusion-itm + .result-conclusion-itm:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  left: -1px;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 10px;
  background: #d0d0d0;
}
.page-template-tpl-route-popup .result-conclusion {
  display: flex;
}
.page-template-tpl-route-popup .result-conclusion.view-below {
  display: block;
  padding-top: 0;
}
.page-template-tpl-route-popup .result-conclusion.view-below .result-conclusion-itm {
  margin-left: 0;
  padding-left: 0;
  padding-top: 6px;
  font-size: 12px;
  color: #464646;
}
.page-template-tpl-route-popup .result-conclusion.view-below .result-conclusion-itm:before {
  display: none;
}
.result-more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background-color: #d0d0d0;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0 0 4px 4px;
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.result-more:after {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  margin-left: 10px;
  background: url(../images/icon-expand_result.svg) no-repeat center/contain;
  transition: 200ms ease-in-out;
}
.result-more:hover {
  background-color: rgb(202.9, 202.9, 202.9);
}
.result-more:hover:after {
  transform: scale(1.05);
}
.result-more span:first-child {
  display: block;
}
.result-more span:last-child {
  display: none;
}
.result.view-expanded .result-info.view-basic {
  display: none;
}
.result.view-expanded .result-info.view-expanded {
  display: block;
}
.result.view-expanded .result-conclusion {
  display: flex;
}
.result.view-expanded .result-more span:first-child {
  display: none;
}
.result.view-expanded .result-more span:last-child {
  display: block;
}
.result.view-expanded .result-more:after {
  transform: scale(-1);
}
.result.view-expanded .result-more:hover:after {
  transform: scale(-1.05);
}
.result.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.view-expanded .result-info__type svg {
  width: 16px;
  height: 16px;
}

.dpt {
  display: flex;
  flex-direction: column;
}
@media (min-width: 480px) {
  .dpt {
    flex: 0 0 60%;
    flex-direction: row;
  }
}
@media (min-width: 640px) {
  .dpt {
    flex: 0 0 65%;
  }
}
@media (min-width: 840px) {
  .dpt {
    flex-direction: column;
    flex: 0 0 50%;
  }
}
@media (min-width: 980px) {
  .dpt {
    flex-direction: row;
    justify-content: space-between;
    flex: 0 0 60%;
  }
}
@media (min-width: 1200px) {
  .dpt {
    flex: 0 0 50%;
  }
}
@media (min-width: 480px) {
  .dpt span {
    margin-left: 5px;
  }
}
@media (min-width: 640px) {
  .dpt span {
    margin-left: 8px;
  }
}
@media (min-width: 840px) {
  .dpt span {
    margin-left: 0px;
  }
}
@media (min-width: 980px) {
  .dpt span {
    margin-left: 8px;
  }
}

.arv {
  padding-left: 5px;
  padding-rithg: 5px;
}
@media (min-width: 480px) {
  .arv {
    flex: 0 0 40%;
  }
}
@media (min-width: 640px) {
  .arv {
    flex: 0 0 35%;
  }
}
@media (min-width: 840px) {
  .arv {
    flex: 0 0 50%;
  }
}
@media (min-width: 980px) {
  .arv {
    flex: 0 0 40%;
  }
}
@media (min-width: 1200px) {
  .arv {
    flex: 0 0 50%;
  }
}

.form div.nsl-container-block {
  max-width: 290px !important;
}
.form-or {
  color: white;
  font-size: 12px;
  margin: 18px 0;
}
.form-row {
  display: flex;
}
.form-row + .form-row {
  margin-top: 15px;
}
.form-row-more {
  margin-top: 32px;
}
.form-row-link {
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  color: #c40c00;
}
.form-row-link-wrap {
  margin-top: 32px;
}
.form-row.view-checkboxes {
  margin-top: 32px;
}
.form-row.view-checkboxes.has-2 {
  max-width: 320px;
}
.form-row.view-checkboxes.has-3 {
  margin-top: 15px;
  align-items: center;
  max-width: 290px;
}
.form-row.view-checkboxes.has-3 .select-label {
  margin-bottom: 0;
}
.form-row.view-checkboxes.has-3 .checkbox + .checkbox {
  margin-top: 0;
}
.form-row.view-submit {
  margin-top: 50px;
}
.form-row.view-submit_smaller {
  margin-top: 28px;
}
.form-row.view-selects .form-itm {
  flex: 0 0 140px;
}
.form-row.view-one_liner .form-itm:first-child {
  flex: 1;
}
.form-row.view-one_liner .form-itm:last-child {
  flex: 0 0 150px;
}
.form-row.view-one_liner .form-itm:only-child {
  flex: 1;
}
.form-itm {
  flex: 1;
  position: relative;
}
.form-itm + .form-itm {
  margin-left: 10px;
}
.form-relative {
  position: relative;
}
.form-add-list, .form-autocomplete-list {
  display: none;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  color: #252525;
  position: absolute !important;
  margin-top: 0;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  list-style: none;
  padding: 0 !important;
  margin-top: 2px;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
}
.form-add-list li, .form-autocomplete-list li {
  list-style: none;
  cursor: pointer;
  text-align: left;
  padding: 7px !important;
  border: none;
  background-color: white;
}
.form-add-list li:nth-child(even), .form-autocomplete-list li:nth-child(even) {
  background-color: #f8f8f8;
}
.form-add-list li.autohover, .form-add-list li:hover, .form-autocomplete-list li.autohover, .form-autocomplete-list li:hover {
  background-color: #c40c00;
}
.form-add-list li.autohover .form-autocomplete-list-lines,
.form-add-list li.autohover .form-autocomplete-list-name,
.form-add-list li.autohover font, .form-add-list li:hover .form-autocomplete-list-lines,
.form-add-list li:hover .form-autocomplete-list-name,
.form-add-list li:hover font, .form-autocomplete-list li.autohover .form-autocomplete-list-lines,
.form-autocomplete-list li.autohover .form-autocomplete-list-name,
.form-autocomplete-list li.autohover font, .form-autocomplete-list li:hover .form-autocomplete-list-lines,
.form-autocomplete-list li:hover .form-autocomplete-list-name,
.form-autocomplete-list li:hover font {
  color: white !important;
}
.form-add-list li:before, .form-autocomplete-list li:before {
  display: none !important;
}
.form-add-list li.is-post-li, .form-autocomplete-list li.is-post-li {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.form-add-list-name, .form-autocomplete-list-name {
  display: block;
  color: #252525;
  font-family: "Fira Sans", sans-serif;
  padding: 0;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}
.form-add-list-lines, .form-autocomplete-list-lines {
  margin-right: 7px;
  font-size: 12px;
  display: inline !important;
}
.form-add-list-lines img, .form-autocomplete-list-lines img {
  margin: 0 2px 0 0;
  position: relative;
  top: -2px;
  max-height: 16px;
  max-width: 16px;
}
.form-add-list.is-stops img, .form-autocomplete-list.is-stops img {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 7px;
}
.form-add-list.is-stops font, .form-autocomplete-list.is-stops font {
  display: block;
  width: calc(100% - 40px);
}
.form-add-list.is-stops font:first-child, .form-autocomplete-list.is-stops font:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
.form-add-list.is-stops font:last-child, .form-autocomplete-list.is-stops font:last-child {
  font-size: 12px;
  float: right;
}

.map {
  max-height: 60vh;
  height: 530px;
  margin: 0 -15px;
}
.map img {
  max-width: initial;
}
@media (min-width: 640px) {
  .map {
    margin: 0;
  }
}
.map-window {
  position: relative;
  max-height: 300px;
  overflow: auto;
  padding: 10px;
}
.map-window .wysiwyg h3 {
  margin-bottom: 0.6em;
}
.map-window .wysiwyg + .wysiwyg {
  margin-top: 12px;
}
.map_control {
  background: #f8f8f8;
  color: black;
}
@media (min-width: 840px) {
  .map_control {
    height: 530px;
    padding: 0 0 0 60px;
  }
  .map_control.is-special {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 839px) and (min-width: 640px) {
  .map_control_wrap {
    margin-left: -30px;
    margin-right: -30px;
    padding: 40px 30px;
  }
}
@media (max-width: 639px) {
  .map_control_wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 15px;
  }
}
@media (max-width: 839px) and (min-width: 640px) {
  .map_control_wrap_map {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.map_control .title, .map_control .wysiwyg h2, .wysiwyg .map_control h2, .map_control .box-schema-title {
  margin: 0 0 50px;
}
.map_control-label {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 28px;
}
.map_control .checkbox + .checkbox {
  margin-top: 16px;
}

.travel_types {
  display: flex;
  flex-wrap: wrap;
}
.travel_types-itm {
  display: block;
  flex: 0 0 160px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: rgba(37, 37, 37, 0.7);
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  padding: 0 24px;
}
@media (max-width: 839px) {
  .travel_types-itm {
    flex: 0 0 25%;
  }
}
@media (max-width: 639px) {
  .travel_types-itm {
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 479px) {
  .travel_types-itm {
    flex: 0 0 50%;
  }
}
.travel_types-itm-icn {
  margin: 0 auto 20px;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: rgba(37, 37, 37, 0.5);
}
.travel_types-itm-icn svg {
  width: 32px;
  height: 32px;
  fill: white;
}
.travel_types-itm-icn.view-bus svg, .travel_types-itm-icn.view-metro svg, .travel_types-itm-icn.view-train svg, .travel_types-itm-icn.view-cableway svg, .travel_types-itm-icn.view-ferry svg {
  top: -4px;
}
.travel_types-itm-title {
  display: block;
}
.travel_types-itm:hover {
  color: #252525;
}
.travel_types-itm:hover .travel_types-itm-icn {
  background: #252525;
}

.bubble-content {
  padding: 5px;
  font-size: 11px;
  position: relative;
}
.bubble-content-close {
  width: 9px;
  height: 9px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 5px;
  transform: rotate(45deg);
  top: 5px;
}
.bubble-content-close:after, .bubble-content-close:before {
  display: block;
  content: "";
  background: black;
  position: absolute;
}
.bubble-content-close:before {
  height: 1px;
  width: 9px;
  left: 0;
  top: 4px;
}
.bubble-content-close:after {
  top: 0;
  height: 9px;
  width: 1px;
  left: 4px;
}
.bubble-content table {
  margin: 5px 0 !important;
}
.bubble-content table td {
  border: none !important;
  border-radius: 0 !important;
  padding: 3px !important;
}
.bubble-content table td:first-of-type {
  font-weight: bold;
}
.bubble-content table.bubble-content-links {
  width: 100%;
  margin: 0 !important;
}
.bubble-content table.bubble-content-links td {
  width: 50%;
  font-weight: normal !important;
}
.bubble-content table.bubble-content-links td:last-of-type {
  text-align: right;
  border-left: 1px solid gray !important;
}
.bubble-content table.bubble-content-links td a {
  text-decoration: underline;
  color: #004489;
}

#infocenter {
  padding: 10px;
  background: white;
}
#infocenter.bigger {
  width: 290px;
}
#infocenter.bigger .infocenter-content {
  max-height: 280px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px;
  overflow-y: auto;
}
#infocenter span {
  display: block;
}
#infocenter span.title, #infocenter span.box-schema-title {
  color: #bf0c1d;
  font-size: 1.125em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
#infocenter span.title a, #infocenter span.box-schema-title a {
  color: #bf0c1d;
  text-decoration: none;
}
#infocenter span.umisteni, #infocenter span.doba {
  font-size: 0.875em;
  margin-bottom: 5px;
}
#infocenter span.umisteni.zavreno, #infocenter span.doba.zavreno {
  text-decoration: line-through;
  color: #bf0c1d;
}
#infocenter span.umisteni.zavreno span, #infocenter span.doba.zavreno span {
  color: black;
}
#infocenter span ul {
  font-size: 0.875em;
  margin: 0;
}
#infocenter span h3 {
  margin: 8px 0 3px;
  font-size: 0.9375em;
}

.mapcover {
  margin: 20px 0;
}

.infocentra.hidden {
  display: none;
}
.infocentra td {
  padding: 9px 10px !important;
  width: 50%;
  border-bottom: 1px solid #cdcdcd;
}
.infocentra td:first-of-type {
  width: 21%;
}
.infocentra td:last-of-type {
  width: 29%;
}
.infocentra .zavreno td:nth-child(2) {
  color: #bf0c1d;
  text-decoration: line-through;
}
.infocentra .zavreno td:nth-child(2) span {
  color: black;
}
.infocentra.is-places td, .infocentra.is-places th {
  /*			&:nth-of-type(7) {
  				border-left: none;
  				border-right: 1px solid #cdcdcd;
  			}*/
}
.infocentra.is-places td:last-of-type, .infocentra.is-places td:nth-of-type(6), .infocentra.is-places th:last-of-type, .infocentra.is-places th:nth-of-type(6) {
  display: none;
}
.infocentra.is-places td a, .infocentra.is-places th a {
  color: inherit;
  text-decoration: none;
}
.infocentra.is-places td.note, .infocentra.is-places th.note {
  font-size: 0.875em;
}
.infocentra.is-places tr:hover td, .infocentra.is-places tr:hover th {
  cursor: pointer;
  background: #F4F4F4;
}
.infocentra.is-places td {
  cursor: pointer;
  vertical-align: top;
}
.infocentra.is-places td:first-of-type {
  width: 18%;
}
.infocentra.is-places td:nth-of-type(2) {
  width: 22%;
}
.infocentra.is-places td:nth-of-type(3) {
  width: 25%;
}
.infocentra.is-places .places-services {
  display: none;
}
.infocentra.is-places .places-services > strong, .infocentra.is-places .places-payments > strong {
  display: none;
}
.infocentra.is-places .places-services ul, .infocentra.is-places .places-payments ul {
  margin: 0;
  padding: 0 0 0 20px;
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
}
.infocentra.is-places .places-services h3, .infocentra.is-places .places-payments h3 {
  margin: 8px 0 3px;
  font-size: 1em;
}
.infocentra.is-places .places-services h3:first-child, .infocentra.is-places .places-payments h3:first-child {
  margin-top: 0;
}
.infocentra.is-places .places-payments {
  background-color: #f2f2f2;
}
.infocentra.is-places .places-payments h3 {
  display: none;
}
.infocentra.is-places.show-last td:last-of-type, .infocentra.is-places.show-last th:last-of-type {
  display: table-cell;
}

.places-popup-close.is-full {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 501;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

#places-popup {
  left: 0;
  right: 0;
  display: none;
  top: 15%;
  margin: auto;
  max-width: 850px;
  width: 90%;
  padding: 15px;
  z-index: 501;
  max-height: 80%;
  overflow-y: auto;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background: white;
  position: fixed;
}
#places-popup > h2 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
#places-popup .places-popup-close:not(.is-full) {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 15px;
  transform: rotate(45deg);
  height: 15px;
}
#places-popup .places-popup-close:not(.is-full):before, #places-popup .places-popup-close:not(.is-full):after {
  content: "";
  display: block;
  transform-origin: center center;
  width: 15px;
  position: absolute;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: black;
}
#places-popup .places-popup-close:not(.is-full):before {
  transform: rotate(90deg);
}
#places-popup .places-popup-content > strong {
  display: none;
}

.pagination {
  width: 100%;
  margin: 20px;
}
.pagination .page-numbers {
  color: #252525;
  font-size: 14px;
}
.pagination .page-numbers.current {
  font-weight: 700;
}

.download-flex {
  padding-top: 25px;
}
.download-flex-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.download-flex-single {
  padding: 0 10px 40px;
  text-align: center;
  margin: auto;
  width: 170px;
}
@media (min-width: 370px) {
  .download-flex-single {
    float: left;
  }
}
@media (min-width: 840px) and (max-width: 1022px), (min-width: 370px) and (max-width: 539px) {
  .download-flex-single {
    margin-left: calc(100% - 340px);
  }
  .download-flex-single:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media (min-width: 1023px) and (max-width: 1319px), (min-width: 540px) and (max-width: 749px) {
  .download-flex-single {
    margin-left: calc((100% - 510px) / 2);
  }
  .download-flex-single:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media (min-width: 1320px), (min-width: 750px) and (max-width: 839px) {
  .download-flex-single {
    margin-left: calc((100% - 680px) / 3);
  }
  .download-flex-single:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
  }
}
.download-flex-single img {
  display: block;
  margin-bottom: 10px;
}
.download-flex-single-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.download-flex-single-desc {
  font-size: 13px !important;
  margin-top: 0;
}
.download-flex-single-top {
  color: black !important;
  text-decoration: none !important;
}
.download-flex-single-bottom {
  color: black;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.download-flex-single-bottom a {
  width: 42px;
  display: block;
  padding: 0 5px;
  color: black;
  font-weight: 700;
  transition: 150ms;
}
.download-flex-single-bottom a:hover {
  color: #c40c00;
}
.download-flex-single-bottom a + a {
  position: relative;
}
.download-flex-single-bottom a + a:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 10px;
  background: #c40c00;
}
@media (min-width: 480px) and (max-width: 1199px) {
  #download-form .form-row {
    flex-wrap: wrap;
  }
  #download-form .form-row .form-itm {
    margin-bottom: 10px;
    width: calc(50% - 10px);
    flex: none;
  }
  #download-form .form-row .form-itm .input {
    max-width: 100%;
  }
  #download-form .form-row .form-itm:nth-child(3) {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  #download-form .form-row {
    flex-wrap: wrap;
  }
  #download-form .form-row .form-itm {
    margin-bottom: 10px;
    margin-left: 0px;
    width: 100%;
    flex: none;
  }
  #download-form .form-row .form-itm .input {
    max-width: 100%;
  }
}

.profile-line {
  margin: 0 !important;
  padding: 0.5em 0;
}
.profile-line a {
  opacity: 0;
  margin-left: 12px;
}
.profile-line:hover a {
  opacity: 1;
}
.profile__form .title, .profile__form .wysiwyg h2, .wysiwyg .profile__form h2, .profile__form .box-schema-title {
  margin: 0 0 20px;
}
.sidebar .profile__form .input {
  max-width: 320px;
}

.lines_news-itm {
  display: flex;
  font-size: 15px;
}
.lines_news-itm-when {
  flex: 0 0 100px;
  padding-right: 24px;
  font-weight: bold;
  text-align: right;
}
.lines_news-itm-what {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.lines_news-itm-what-itm {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: 200ms ease-in-out;
}
.lines_news-itm-what-itm img {
  margin: 0 2px;
}
.lines_news-itm-what-itm img:first-of-type {
  margin-left: 10px;
}
.lines_news-itm-what-itm img:last-child {
  margin-right: 0;
}
.lines_news-itm-what-itm::after {
  content: "|";
  margin: 0 6px;
  color: #d0d0d0;
}
.lines_news-itm-what-itm:last-child::after {
  display: none;
}
.lines_news-itm-what-itm:hover {
  color: #c40c00;
}
.lines_news-itm + .lines_news-itm {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f2f2f2;
}

.news-mainimage {
  margin-left: -15px;
  width: 100vw;
  max-width: 100vw;
}
@media (min-width: 640px) {
  .news-mainimage {
    margin-left: -30px;
  }
}
@media (min-width: 840px) {
  .news-mainimage {
    width: calc(100vw - 370px);
    max-width: calc(100vw - 370px);
  }
}
@media (min-width: 1200px) {
  .news-mainimage {
    width: calc(100vw - 470px);
    max-width: calc(100vw - 470px);
  }
}
@media (min-width: 1300px) {
  .news-mainimage {
    margin-left: -80px;
    width: calc(100vw - 500px);
    max-width: calc(100vw - 500px);
  }
}
@media (min-width: 1720px) {
  .news-mainimage {
    margin-left: -150px;
    width: calc(100% + 75px + (100vw - 440px - 100%) / 2);
    max-width: calc(100% + 75px + (100vw - 440px - 100%) / 2);
  }
}

@media (min-width: 640px) {
  .articles {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1300px) {
  .articles {
    margin: 0 -20px;
  }
}
.articles .article {
  margin: 0 15px;
}
@media (min-width: 980px) {
  .articles .article {
    margin: 0 20px;
  }
}
.articles.is-faq .article {
  max-width: 100%;
  margin-bottom: 15px;
  width: calc(100% - 30px);
}
@media (min-width: 640px) {
  .articles.is-faq .article {
    width: calc(50% - 30px);
  }
}
@media (min-width: 840px) {
  .articles.is-faq .article {
    width: calc(33.3333333333% - 30px);
  }
}
@media (min-width: 980px) {
  .articles.is-faq .article {
    width: calc(33.3333333333% - 40px);
  }
}
.articles.view-slider {
  padding-top: 58px;
}
.articles.view-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.articles:not(.view-slider):not(.is-faq) .article {
  margin-bottom: 40px;
}

.block {
  max-width: 100%;
}
.block.view-padding_sm {
  padding: 40px 0;
}
@media (min-width: 640px) {
  .block.view-padding_sm {
    padding: 0;
  }
}
.block.is-hidden {
  display: none;
}
@media (min-width: 840px) {
  .block.view-blue {
    background-color: #014489;
  }
}
.block.view-white {
  color: white;
}
.block-main {
  padding: 40px 0;
}
@media (min-width: 640px) {
  .block-main {
    padding: 7vw 0;
  }
}
.block-main.has-image {
  padding-top: 0;
}
.block-main {
  flex: 1;
  min-width: 0;
}
.block-main-range {
  max-width: 395px;
  height: 50px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  background: #4b4b4b;
}
@media (min-width: 1300px) {
  .block-main-range {
    margin-bottom: -92px;
  }
}
.block-main-range #range-slider {
  top: 36px;
}
.block-main.view-short {
  max-width: 544px;
}
.block-main-station {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-items: flex-end;
  margin: 0 0 50px;
}
.block-main-slide {
  padding-top: 60px;
}
@media (min-width: 840px) {
  .block.view-cnt .inner {
    display: flex;
    align-items: stretch;
  }
}
.block.view-cnt .inner .block-main {
  order: 2;
}
@media (min-width: 840px) {
  .block.view-cnt .inner .block-main {
    padding-left: 30px;
  }
}
@media (min-width: 1300px) {
  .block.view-cnt .inner .block-main {
    padding-left: 80px;
  }
}
@media (min-width: 1720px) {
  .block.view-cnt .inner .block-main {
    padding-left: 150px;
  }
}
.block.view-cnt .inner .block-main.view-map {
  padding: 0;
}
.block.view-cnt .inner .block-main.view-map #stop-map-wrap {
  height: 100%;
}
.block.view-cnt .inner .block-main.view-map #mapaD {
  margin: 0 !important;
  height: 100%;
  width: calc(100% + 30px);
}
@media (max-width: 839px) {
  .block.view-cnt .inner .block-main.view-map #mapaD {
    height: 250px;
    margin-left: -15px !important;
  }
}
@media (min-width: 1300px) {
  .block.view-cnt2 .inner {
    display: flex;
    align-items: stretch;
  }
}
@media (max-width: 1719px) {
  .block.view-cnt2 .inner .block-main:first-child {
    padding-left: 0;
    padding-right: 60px;
  }
  .block.view-cnt2 .inner .block-main:last-child {
    padding-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 1299px) {
  .block.view-cnt2 .inner .block-main:first-child {
    padding-right: 0px;
  }
  .block.view-cnt2 .inner .block-main:last-child {
    padding-left: 0px;
  }
}
@media (min-width: 1300px) {
  .block.view-cnt2 .inner .block-main {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1299px) {
  .block.view-cnt2 .inner .block-main:before {
    left: -30px;
    right: auto;
    width: 100vw;
    z-index: 0;
  }
}
@media (max-width: 639px) {
  .block.view-cnt2 .inner .block-main:before {
    left: -15px;
  }
}
.block.view-cnt2 .inner .block-main > * {
  position: relative;
  z-index: 1;
}
.block.view-padding {
  padding: 40px 0;
}
@media (min-width: 640px) {
  .block.view-padding {
    padding: 100px 0 185px;
  }
}
.block.view-padding_new {
  padding: 40px 0;
}
@media (min-width: 640px) {
  .block.view-padding_new {
    padding: 60px 0 10px;
  }
}
.block.view-restrictions {
  color: white;
}
@media (min-width: 640px) {
  .block.view-restrictions {
    padding: 118px 0 130px;
  }
}
@media (min-width: 640px) {
  .block.view-news {
    padding: 108px 0 140px;
  }
}
.block.view-map {
  background: #f8f8f8;
  position: relative;
  z-index: 1;
}
@media (min-width: 840px) {
  .block.view-map #map, .block.view-map #mapa {
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    max-height: 1000px;
    height: auto;
  }
}
@media (max-width: 839px) and (min-width: 640px) {
  .block.view-map #map, .block.view-map #mapa {
    width: calc(100% + 60px) !important;
    margin: 0 -30px;
  }
}
@media (max-width: 639px) {
  .block.view-map #map, .block.view-map #mapa {
    width: calc(100% + 30px) !important;
  }
}
.block.view-map .map_control {
  padding-left: 0;
}
@media (min-width: 840px) {
  .block.view-map .map_control {
    padding-left: 60px;
  }
}
@media (min-width: 640px) and (max-width: 839px) {
  .block .view-pages:before {
    left: -30px;
    right: -30px;
  }
}
.block .view-pages .va {
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .block.view-stations:before {
    display: none;
  }
}
.block.view-stations .view-left {
  position: relative;
  padding-top: 110px;
  padding-bottom: 60px;
  /*			@media (min-width:1300px) {
  				padding-right: 40px;
  			}*/
}
.block.view-stations .view-left .block-main-slider-arrows {
  position: relative;
  margin-right: -10px;
  bottom: -53px;
}
.block.view-stations .view-left .block-main-slider-arrows .slick-arrow.slick-next {
  right: 0;
}
.block.view-stations .view-left .block-main-slider-arrows .slick-arrow.slick-prev {
  right: 38px;
}
.block.view-stations .view-left .block-main-slider-arrows .slick-arrow svg {
  stroke: #004083;
}
.block.view-stations .view-left .block-main-slider-arrows .slick-arrow:hover svg {
  stroke: #ffffff;
}
.block.view-stations .view-left .slick-list {
  margin-top: -64px;
}
@media (max-width: 839px) {
  .block.view-stations .view-left:before {
    content: "";
    display: block;
    height: 100%;
    width: 100vw;
    left: -30px;
    top: 0;
    right: 0;
    z-index: 1;
    background: #c40c00;
  }
}
@media (max-width: 600px) {
  .block.view-stations .view-left:before {
    left: -15px;
  }
}
@media (max-width: 839px) {
  .block.view-stations .view-left .block-secondary {
    z-index: 2;
    position: relative;
  }
}
.block.view-stations .view-left .box + .box {
  margin-top: 10px;
}
@media (min-width: 840px) {
  .block.view-stations .view-left {
    padding-right: 40px;
  }
}
@media (min-width: 1500px) {
  .block.view-stations .view-left {
    padding-right: 90px;
  }
}
.block.view-stations .view-right {
  padding: 110px 0px 60px;
}
@media (min-width: 840px) {
  .block.view-stations .view-right {
    padding: 110px 0 60px 40px;
  }
}
@media (min-width: 1500px) {
  .block.view-stations .view-right {
    padding: 110px 0 60px 0;
  }
}
.block.view-stations .view-right .boxes {
  justify-content: space-between;
}
.block.view-stations .view-right .boxes .box {
  margin-top: 0;
  margin-bottom: 10px;
  flex: none;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 1450px) {
  .block.view-stations .view-right .boxes .box {
    width: calc(50% - 5px);
  }
}
.block .view-bg_blue__dark,
.block .view-bg_blue__dark2 {
  color: #f8f8f8;
}

.boxes.view-read {
  opacity: 0.6;
}
.boxes:not(.view-grid) .box + .box {
  margin-top: 10px;
}
.boxes.view-grid {
  display: grid;
  grid-gap: 10px 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 840px) {
  .boxes.view-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .boxes.view-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1720px) {
  .boxes.view-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.boxes.view-grid.view-smaller {
  grid-template-columns: 1fr;
}
@media (min-width: 1300px) {
  .boxes.view-grid.view-smaller {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1719px) {
  .boxes.view-hp .box:nth-child(10), .boxes.view-hp .box:nth-child(11), .boxes.view-hp .box:nth-child(12) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .boxes.view-hp .box:nth-child(7), .boxes.view-hp .box:nth-child(8), .boxes.view-hp .box:nth-child(9) {
    display: none;
  }
}
@media (max-width: 839px) {
  .boxes.view-hp .box:nth-child(5), .boxes.view-hp .box:nth-child(6) {
    display: none;
  }
}
.boxes.on-front-page {
  padding-top: 40px;
}
@media (min-width: 1300px) {
  .boxes.on-front-page {
    padding-top: 140px;
  }
}
.boxes.view-grid_fixed {
  display: flex;
  flex-wrap: wrap;
}
.boxes.view-grid_fixed .box {
  flex: 0 0 420px;
  margin-right: 30px;
}
.boxes.view-grid_fixed .box:nth-child(2n) {
  margin-right: 0;
}
.boxes-filter {
  margin-bottom: 20px;
}
.boxes-filter #swap-tablo {
  margin-right: 15px;
}
.boxes-filter + .wysiwyg {
  margin-bottom: 20px;
}
.boxes-filter + .wysiwyg p.bold-red {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  color: #c40c00;
}
.boxes-filter .changeview {
  color: rgba(37, 37, 37, 0.5);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  white-space: nowrap;
}
.boxes-filter .changeview.view-active {
  font-weight: bold;
  color: #252525;
}
.boxes.dark-back .box {
  flex: 0 0 40%;
}

.contacts {
  color: #313131;
  font-size: 15px;
}
.contacts-section + .contacts-section {
  margin-top: 60px;
}
@media (min-width: 980px) {
  .contacts-section + .contacts-section {
    margin-top: 80px;
  }
}
@media (min-width: 1300px) {
  .contacts-section + .contacts-section {
    margin-top: 100px;
  }
}
.contacts-section.view-social {
  margin-top: 50px;
}
.contacts-main .contacts-table {
  max-width: 66%;
}
.contacts-form, .contacts-columns {
  display: flex;
}
.contacts-form-column, .contacts-columns-column {
  flex: 1;
}
.contacts-form-column + .contacts-form-column, .contacts-form-column + .contacts-columns-column, .contacts-columns-column + .contacts-form-column, .contacts-columns-column + .contacts-columns-column {
  margin-top: 40px;
}
@media (min-width: 980px) {
  .contacts-form-column + .contacts-form-column, .contacts-form-column + .contacts-columns-column, .contacts-columns-column + .contacts-form-column, .contacts-columns-column + .contacts-columns-column {
    margin-top: 0;
    margin-left: 10%;
  }
}
.contacts-form-note {
  background: #F8F8F8;
  padding: 40px;
}
.contacts-form .input {
  max-width: none;
}
.contacts-form .wpcf7 {
  margin-bottom: 40px;
}
.contacts-form .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #c40c00;
}
.contacts-form .wpcf7 .wpcf7-response-output {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 130%;
  padding: 10px;
  background: #F8F8F8;
}
.contacts-columns {
  font-size: 15px;
}
.contacts-table__wrap + .contacts-table__wrap {
  margin-top: 60px;
}
.contacts-table-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.contacts-table-row {
  display: flex;
}
.contacts-table-row + .contacts-table-row {
  margin-top: 6px;
}
.contacts-table-row-label, .contacts-table-row-value {
  flex: 1;
}

@media print {
  .footer {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .inner + .inner {
  margin-top: 26px;
}
.footer-upper {
  padding: 40px 0;
  background: #f8f8f8;
}
.footer-lesser {
  padding: 20px 0;
  background: #f0f0f0;
  color: #464646;
  font-size: 12px;
  line-height: 140%;
}
.footer .logo {
  flex: 0 0 128px;
}
@media (min-width: 980px) {
  .footer .logo {
    margin-right: 40px;
  }
}
.footer-contacts {
  margin-top: 20px;
  flex: 1;
  text-align: center;
}
@media (min-width: 980px) {
  .footer-contacts {
    margin-left: 32px;
    margin-top: 0;
  }
}
.footer .travel {
  flex: 0 0 284px;
  margin-top: 20px;
}
@media (min-width: 980px) {
  .footer .travel {
    margin-top: 0;
  }
}
@media (max-width: 525px) {
  .footer .travel {
    flex-wrap: wrap;
  }
}
@media (max-width: 525px) {
  .footer .travel-itm {
    margin-left: 0;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
.footer .social {
  flex: 0 0 280px;
  margin-top: 20px;
}
@media (min-width: 980px) {
  .footer .social {
    margin-top: 0;
  }
}
.footer-copy a:hover {
  color: #c40c00;
}

.full_nav {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5500;
  transform: translateX(-100%);
  transition: 400ms ease-in-out;
  pointer-events: none;
  top: 60px;
}
@media (min-width: 640px) {
  .full_nav {
    top: 70px;
    transform: translateX(-1220px);
  }
}
.has-nav-open .full_nav {
  pointer-events: all;
  transform: translateX(0);
}
.has-nav-open .full_nav .full_nav-shadow {
  background: rgba(0, 0, 0, 0.7);
}
.full_nav-cnt {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: 320px;
  background: #c40c00;
  color: white;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px 30px 50px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 640px) {
  .full_nav-cnt {
    padding: 30px 50px 50px;
    max-width: 1220px;
  }
}
@media (min-width: 1300px) {
  .full_nav-cnt {
    padding-top: 0;
  }
}
.full_nav-head {
  margin-bottom: 66px;
}
@media (min-width: 640px) {
  .full_nav-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.full_nav-head .title, .full_nav-head .wysiwyg h2, .wysiwyg .full_nav-head h2, .full_nav-head .box-schema-title {
  margin: 0;
}
.full_nav-head-more {
  display: flex;
  align-items: center;
}
.full_nav-head-more .menu_button {
  margin-left: 70px;
}
@media (min-width: 980px) {
  .full_nav-groups {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1300px) {
  .full_nav-groups {
    margin-top: -26px;
  }
}
.full_nav-group {
  flex: 0 0 45%;
}
.full_nav-group.view-lines {
  flex: 0 0 100%;
}
.full_nav-group.view-lines .travel {
  flex-wrap: wrap;
}
.full_nav-group.view-lines .travel li {
  margin-top: 30px;
  margin-left: 0 !important;
  margin-right: 5px;
}
@media (min-width: 640px) {
  .full_nav-group ul {
    height: auto !important;
  }
}
@media (min-width: 1300px) {
  .full_nav-group.view-small_only {
    display: none;
  }
}
@media (max-width: 639px) {
  .full_nav-group.view-small_only .title, .full_nav-group.view-small_only .wysiwyg h2, .wysiwyg .full_nav-group.view-small_only h2, .full_nav-group.view-small_only .box-schema-title {
    display: none;
  }
}
.full_nav-group.view-small_only .full_nav-group-nav {
  position: static;
  display: block;
  opacity: 1;
  padding: 0;
}
@media (max-width: 639px) {
  .full_nav-group.view-small_only .full_nav-group-nav {
    margin-top: 0;
  }
  .full_nav-group.view-small_only .full_nav-group-nav li + li {
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .full_nav-group .full_nav-group-nav li a, .full_nav-group .title, .full_nav-group .wysiwyg h2, .wysiwyg .full_nav-group h2, .full_nav-group .box-schema-title {
    display: block;
    position: relative;
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    padding: 16px 0;
  }
}
@media (max-width: 1299px) {
  .full_nav-group {
    margin-top: 54px;
  }
}
@media (max-width: 1299px) and (max-width: 639px) {
  .full_nav-group {
    margin-top: 0;
  }
}
@media (max-width: 1299px) {
  .full_nav-group:nth-child(-n+1) {
    margin-top: 0;
  }
}
@media (max-width: 1299px) and (min-width: 980px) {
  .full_nav-group:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1300px) {
  .full_nav-group {
    margin-top: 54px;
  }
}
.full_nav-group .title, .full_nav-group .wysiwyg h2, .wysiwyg .full_nav-group h2, .full_nav-group .box-schema-title {
  margin: 0;
}
@media (max-width: 639px) {
  .full_nav-group .title:before, .full_nav-group .wysiwyg h2:before, .wysiwyg .full_nav-group h2:before, .full_nav-group .box-schema-title:before {
    display: none;
  }
}
.full_nav-group .title:after, .full_nav-group .wysiwyg h2:after, .wysiwyg .full_nav-group h2:after, .full_nav-group .box-schema-title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent white;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 200ms ease-in-out;
}
@media (min-width: 640px) {
  .full_nav-group .title:after, .full_nav-group .wysiwyg h2:after, .wysiwyg .full_nav-group h2:after, .full_nav-group .box-schema-title:after {
    display: none;
  }
}
.full_nav-group-nav {
  margin-top: 28px;
}
@media (min-width: 640px) {
  .full_nav-group-nav {
    column-count: 2;
    column-gap: 40px;
  }
}
@media (max-width: 639px) {
  .full_nav-group-nav {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding: 0 30px 50px;
    opacity: 0;
    transition: 200ms ease-in-out;
    background: #c40c00;
    z-index: 10;
  }
}
.full_nav-group-nav li + li {
  margin-top: 3px;
}
.full_nav-group-nav li a {
  display: block;
  position: relative;
  color: #f8f8f8;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 640px) {
  .full_nav-group-nav li a {
    display: inline-block;
    padding: 1px 0 6px;
    border-bottom: 2px solid transparent;
  }
}
.full_nav-group-nav li a:hover {
  font-weight: 700;
  border-bottom-color: white;
}
.full_nav-group-nav li .sub-menu {
  display: none;
}
.full_nav-group-nav li.view-important {
  position: relative;
}
.full_nav-group-nav li.view-important:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -7px;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #f8f8f8;
}
@media (min-width: 640px) {
  .full_nav-group-nav li.view-back {
    display: none;
  }
}
.full_nav-group-nav li.view-back a:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent white transparent transparent;
  margin-right: 16px;
  margin-top: -1px;
}
@media (max-width: 639px) {
  .full_nav-group.view-active .title:after, .full_nav-group.view-active .wysiwyg h2:after, .wysiwyg .full_nav-group.view-active h2:after, .full_nav-group.view-active .box-schema-title:after {
    transform: scaleX(-1);
  }
  .full_nav-group.view-active .full_nav-group-nav {
    opacity: 1;
    left: 0;
  }
}
.full_nav-shadow {
  width: 200%;
  transition: 400ms ease-in-out;
  top: -70px;
}
@media (min-width: 640px) {
  .full_nav-shadow {
    display: block;
  }
}

body {
  padding-top: 60px;
}
@media (min-width: 640px) {
  body {
    padding-top: 70px;
  }
}
@media (max-width: 1299px) {
  body {
    padding-top: 137px;
  }
  body.page-template-tpl-search_connection {
    padding-top: 25px;
  }
}
@media print {
  body {
    padding-top: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  padding: 15px 0;
  font-family: "Fira Sans", sans-serif;
  background: #f2f2f2;
  transform: translateZ(0);
  height: 60px;
}
@media print {
  .header {
    display: none;
  }
}
@media (min-width: 640px) {
  .header {
    height: 70px;
  }
}
.header.view-fake_part {
  z-index: 6000;
  top: 0;
  right: auto;
  height: auto;
  padding: 10px 15px;
  background: none;
}
@media (min-width: 640px) {
  .header.view-fake_part {
    padding: 15px 30px;
  }
}
.header.view-fake_part .header-logo {
  display: flex;
  align-items: center;
}
.header.view-fake_part .header-logo .logo {
  margin-left: 10px;
}
@media (max-width: 400px) {
  .header.view-fake_part .header-logo .logo {
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .header.view-fake_part .header-logo .logo {
    margin-left: 32px;
  }
}
.header.view-fake_part > * {
  position: relative;
}
.header.view-fake_part:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateX(-100%);
  transition: 400ms ease-in-out;
  background: #c40c00;
  width: 320px;
  transform: translateX(-320px);
}
@media (min-width: 640px) {
  .header.view-fake_part:before {
    width: 1220px;
    transform: translateX(-1220px);
  }
}
.has-nav-open .header.view-fake_part:before {
  transform: translateX(0);
}
.header .inner {
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 840px) {
  .header .inner {
    padding-left: 420px;
  }
}
.header-nav {
  flex: 1;
}
.header-nav-main {
  display: none;
}
@media (max-width: 1299px) {
  .header-nav-main {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    top: 70px;
    background: #f2f2f2;
    left: 0;
    right: 0;
    /* one item */
    /* two items */
    /* three items */
    /* four items */
    /* five items */
    /* six items */
  }
  .header-nav-main li {
    margin: 0 !important;
    text-align: center;
    background: #f2f2f2;
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
  }
  .header-nav-main li a {
    padding: 15px 5px;
    display: block;
  }
  .header-nav-main li:first-child:nth-last-child(1) {
    /* -or- li:only-child { */
    width: 100%;
  }
  .header-nav-main li:first-child:nth-last-child(2), .header-nav-main li:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
  .header-nav-main li:first-child:nth-last-child(3), .header-nav-main li:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
  }
  .header-nav-main li:first-child:nth-last-child(4), .header-nav-main li:first-child:nth-last-child(4) ~ li {
    width: 25%;
  }
  .header-nav-main li:first-child:nth-last-child(5), .header-nav-main li:first-child:nth-last-child(5) ~ li {
    width: 20%;
  }
  .header-nav-main li:first-child:nth-last-child(6), .header-nav-main li:first-child:nth-last-child(6) ~ li {
    width: 16.6666666%;
  }
}
@media (max-width: 639px) {
  .header-nav-main {
    top: 60px;
    padding: 0 5px;
  }
  .header-nav-main li a {
    padding: 15px 0px;
    letter-spacing: 0px !important;
  }
}
@media (max-width: 420px) {
  .header-nav-main li a {
    font-size: 10px !important;
  }
}
@media (min-width: 1300px) {
  .header-nav-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }
}
.header-nav-main li a {
  color: #252525;
  font-size: 15px;
  letter-spacing: 0.94px;
}
.header-nav-main li a:hover {
  color: #c40c00;
}
.header-nav-main li.current-menu-item a {
  color: #c40c00;
}
.header-nav-main li + li {
  margin-left: 35px;
}
.header-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (min-width: 1300px) {
  .header-control {
    flex: 0 0 390px;
  }
}
.header-control > * + * {
  margin-left: 25px;
}
@media (max-width: 400px) {
  .header-control > * + * {
    margin-left: 10px;
  }
}
@media (max-width: 639px) {
  .header-control .search_form {
    width: 138px;
  }
  .header-control .search_form .search_form-input {
    width: 100%;
  }
}
.header-control-icn, .search_form-submit svg {
  fill: transparent;
  stroke: #d0d0d0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.header-control-lang {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .header-control-lang {
    margin-left: 48px;
  }
}
.header-control-lang:hover {
  color: rgb(102.5, 102.5, 102.5);
}
.header-control-user, .header-control-notification {
  width: 26px;
  height: 26px;
  position: relative;
}
.header-control-user {
  border-radius: 50%;
  background: #d0d0d0;
  cursor: pointer;
}
.header-control-user:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  opacity: 0.2;
  background: url(../images/icon-user.svg) no-repeat center;
  transition: 200ms ease-in-out;
}
.header-control-user:hover {
  background: rgb(182.5, 182.5, 182.5);
}
.header-control-user:hover:before {
  border-radius: 0;
}
.header-control-notification .header-control-icn, .header-control-notification .search_form-submit svg, .search_form-submit .header-control-notification svg {
  width: 16px;
  height: 18px;
  color: #d0d0d0;
}
.header-control-notification span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background: #c40c00;
  color: white;
  border-radius: 50%;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
}
.header-control-notification:hover svg {
  stroke: rgb(182.5, 182.5, 182.5);
  color: rgb(182.5, 182.5, 182.5);
}

.route_popup {
  padding: 0;
}
.route_popup-about {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin: -24px 0 24px;
}

.sidebar {
  flex: 0 0 27.27273%;
  position: relative;
  background-color: #4b4b4b;
  color: white;
  box-sizing: content-box;
  min-width: 340px;
}
@media print {
  .sidebar {
    display: none;
  }
}
@media (min-width: 840px) {
  .sidebar {
    min-height: calc(100vh - 70px - 174px);
  }
}
@media (min-width: 1200px) {
  .sidebar {
    min-width: 440px;
    max-width: 440px;
  }
}
.sidebar-fixed {
  z-index: 1;
  padding: 40px 0;
}
@media (min-width: 640px) {
  .sidebar-fixed {
    padding: 3vw 0;
  }
}
@media (min-width: 840px) {
  .sidebar-fixed {
    min-width: 380px;
    padding-right: 60px;
  }
}
@media (max-width: 839px) {
  .sidebar-fixed {
    position: static !important;
  }
}
.sidebar:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
  z-index: -1;
  pointer-events: none;
  background-color: #4b4b4b;
}
@media (min-width: 640px) {
  .sidebar:before {
    left: auto;
    right: 100%;
    width: 100vw;
    z-index: auto;
  }
}
@media (min-width: 640px) and (max-width: 839px) {
  .sidebar:before {
    left: -30px;
    right: auto;
    z-index: -1;
  }
}
.sidebar.view-bg_white, .page-template-tpl-search_connection .sidebar {
  background-color: #f8f8f8;
  color: black;
}
.sidebar.view-bg_white:before, .page-template-tpl-search_connection .sidebar:before {
  background-color: #f8f8f8;
}
.sidebar .input {
  max-width: 100%;
}
.sidebar .hr {
  background: white;
}
@media (max-width: 379px) {
  .sidebar .form-row {
    display: block;
  }
  .sidebar .form-row .form-itm {
    width: 100%;
    flex: auto;
  }
  .sidebar .form-row .form-itm + .form-itm {
    margin: 10px 0 0;
  }
  .sidebar .form-row .form-itm .btn {
    width: 100%;
  }
}
.sidebar .box + .box {
  margin: 10px 0 0;
}
.sidebar-menu {
  margin-top: 30px;
}
.sidebar-menu:first-child {
  margin-top: 0;
}
.sidebar-menu li a {
  color: rgba(248, 248, 248, 0.5);
  font-family: "Fira Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.sidebar-menu li.view-current > a, .sidebar-menu li a:hover, .sidebar-menu li.current-menu-item > a {
  color: #f8f8f8;
}
.sidebar-menu li + li {
  margin-top: 16px;
}
.sidebar-menu li .sub-menu {
  margin: 16px 0 0 32px;
}
.sidebar-menu li.current-menu-item .sub-menu {
  display: block;
}

.slider_new {
  width: 100%;
  position: relative;
  min-height: 500px;
  overflow: hidden;
  height: 80vh;
}
@media (max-width: 639px) {
  .slider_new {
    height: auto;
    min-height: 1px;
  }
}
.slider_new-search {
  height: 100%;
  width: 370px;
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 40px;
  overflow-y: auto;
  background: rgba(248, 248, 248, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider_new-search.view-opened {
  display: block;
}
@media (max-width: 979px) {
  .slider_new-search {
    display: none !important;
  }
}
.slider_new-arrows {
  background-color: rgba(248, 248, 248, 0.8);
}
@media (min-width: 640px) {
  .slider_new-arrows {
    display: none;
  }
}
.slider_new-arrows .slick-arrow {
  width: 44px;
  height: 44px;
  position: relative;
  left: auto;
  right: auto;
  font-size: 0;
}
.slider_new-arrows .slick-arrow.slick-prev {
  background-image: url("../images/black-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px auto;
}
.slider_new-arrows .slick-arrow.slick-next {
  background-image: url("../images/black-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px auto;
}
.slider_new-cnt {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: calc(100% - 450px);
}
@media (max-width: 979px) {
  .slider_new-cnt {
    width: calc(100% - 40px);
    right: 20px;
  }
}
@media (max-width: 639px) {
  .slider_new-cnt {
    width: 100%;
    right: 0;
    position: relative;
  }
}
.slider_new-cnt-inner {
  display: flex;
}
.slider_new-cnt-progress {
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  background-color: #BCBCBC;
}
.slider_new-cnt-progress-inner {
  width: 0;
  background: #c40c00;
  height: 100%;
  transition: all 0s linear;
}
.slider_new-cnt-progress-inner.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.slider_new-cnt-slide {
  flex: 1;
  position: relative;
  background: white;
  opacity: 0.5;
  transition: 200ms;
  padding: 20px 21px 58px 21px;
}
@media (max-width: 639px) {
  .slider_new-cnt-slide {
    display: none;
  }
}
.slider_new-cnt-slide.view-active {
  opacity: 1;
}
@media (max-width: 639px) {
  .slider_new-cnt-slide.view-active {
    display: block;
  }
}
.slider_new-cnt-slide .title, .slider_new-cnt-slide .wysiwyg h2, .wysiwyg .slider_new-cnt-slide h2, .slider_new-cnt-slide .box-schema-title {
  margin: 0;
}
.slider_new-cnt-slide > .wysiwyg {
  height: 64px;
  padding-right: 21px;
  overflow: hidden;
}
.slider_new-cnt-slide > .wysiwyg p {
  overflow: hidden;
  position: relative;
  line-height: 22px;
  max-height: 44px;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.slider_new-cnt-slide > .wysiwyg p:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.slider_new-cnt-slide > .wysiwyg p:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.slider_new-slide-cnt-more {
  position: absolute;
  left: 21px;
  bottom: 11px;
}
.slider_new-slide-cnt-more a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding-right: 31px;
  position: relative;
}
.slider_new-slide-cnt-more a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 12px;
  background: url("../images/blue_arrow.png") no-repeat center center;
  background-size: 100% auto;
}
@media (min-width: 640px) {
  .slider_new-imgs, .slider_new-imgs .slick-list, .slider_new-imgs .slick-track, .slider_new-imgs-itm {
    height: 100% !important;
  }
}
.slider_new-imgs-itm {
  outline: 0;
}
.slider_new-imgs-itm img {
  width: 100%;
}
@media (min-width: 640px) {
  .slider_new-imgs-itm img {
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 100%;
    width: 100%;
  }
}

.slider {
  max-width: 100%;
  position: relative;
}
@media (min-width: 980px) {
  .slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 980px) {
  .slider {
    max-height: 596px;
    padding-left: 30px;
  }
}
@media (min-width: 1300px) {
  .slider {
    padding-left: 60px;
  }
}
@media (min-width: 980px) {
  .slider-imgs, .slider-cnt {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.slider-imgs {
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 980px) {
  .slider-imgs {
    margin-bottom: 0;
  }
}
.slider-imgs, .slider-imgs .slick-list, .slider-imgs .slick-track, .slider-imgs-itm {
  height: 280px;
}
@media (min-width: 980px) {
  .slider-imgs, .slider-imgs .slick-list, .slider-imgs .slick-track, .slider-imgs-itm {
    height: 476px;
  }
}
.slider-imgs-itm {
  outline: 0;
}
.slider-imgs-itm img {
  object-fit: cover;
  font-family: "object-fit: cover";
  height: 100%;
  width: 100%;
}
.slider-imgs:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  width: 1px;
}
.slider-imgs:not(.slick-initialized) .slider-imgs-itm {
  display: none;
}
.slider-imgs:not(.slick-initialized) .slider-imgs-itm:first-child {
  display: block;
}
.slider-cnt {
  position: static;
}
@media (min-width: 840px) {
  .slider-cnt {
    padding-left: 30px;
  }
}
@media (min-width: 1300px) {
  .slider-cnt {
    padding-left: 60px;
  }
}
.slider-cnt-slide {
  outline: 0;
}
.slider-cnt:not(.slick-initialized) .slider-cnt-slide {
  display: none;
}
.slider-cnt:not(.slick-initialized) .slider-cnt-slide:nth-child(2) {
  display: block;
}
.slider-cnt .title, .slider-cnt .wysiwyg h2, .wysiwyg .slider-cnt h2, .slider-cnt .box-schema-title {
  margin-bottom: 24px;
}
.slider-cnt-more {
  margin-top: 20px;
  text-align: right;
}
@media (min-width: 640px) {
  .slider-cnt-more {
    margin-top: 40px;
  }
}
@media (min-width: 1300px) {
  .slider-cnt-more {
    margin-top: 60px;
  }
}
.slider-cnt-more a {
  color: #d0d0d0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.slider-cnt-arrows {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
@media (min-width: 980px) {
  .slider-cnt-arrows {
    position: static;
    margin-left: -14px;
    margin-bottom: 30px;
  }
}
.slider-cnt-arrows .slick-arrow {
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
.slider-cnt-dots {
  margin-top: 24px;
}
@media (min-width: 980px) {
  .slider-cnt-dots {
    margin-top: 50px;
  }
}
.slider-cnt-dots .slick-dots {
  display: flex;
}
.slider-cnt-dots .slick-dots li {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #979797;
}
.slider-cnt-dots .slick-dots li:after {
  content: "";
  display: block;
  border-radius: 50%;
  transform: scale(0);
  transition: 200ms ease-in-out;
  background: #c40c00;
}
.slider-cnt-dots .slick-dots li button {
  opacity: 0;
}
.slider-cnt-dots .slick-dots li.slick-active:after {
  transform: scale(0.6);
}
.slider-cnt-dots .slick-dots li + li {
  margin-left: 10px;
}

.user {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7500;
  display: none;
}
@media (min-width: 640px) {
  .user {
    top: 70px;
  }
}
.user:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #4b4b4b transparent;
}
.user.view-notifications:before {
  right: 17px;
}
@media (min-width: 640px) {
  .user.view-notifications:before {
    right: 33px;
  }
}
.user.view-notifications .user-cnt.view-notifications {
  display: block;
}
.user.view-user:before {
  right: 17px;
}
@media (min-width: 640px) {
  .user.view-user:before {
    right: 31px;
  }
}
.user.view-user .user-cnt.view-user {
  display: block;
}
.has-user-open .user {
  display: block;
}
.user-cnt {
  display: none;
  float: right;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: 530px;
  background: #4b4b4b;
  color: white;
  overflow: auto;
  padding: 20px 15px;
}
@media (min-width: 640px) {
  .user-cnt {
    padding: 30px 5vw;
  }
}
.user-cnt .va {
  height: auto;
  min-height: 100%;
}
.user-cnt.view-user {
  padding: 30px 15px;
}
@media (min-width: 640px) {
  .user-cnt.view-user {
    padding: 50px 84px;
  }
}
.user-cnt .view-login-error {
  padding: 6px;
  background-color: #c40c00;
  border-radius: 3px;
}
.user-cnt .view-login-success {
  padding: 6px;
  background: rgba(248, 248, 248, 0.25);
  border-radius: 3px;
}
.user-cnt-title {
  position: relative;
  text-align: center;
  margin: 24px 0;
}
.user-cnt-title:first-child {
  margin-top: 0;
}
.user-cnt-title:last-child {
  margin-bottom: 0;
}
.user-cnt-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: rgba(248, 248, 248, 0.25);
}
.user-cnt-title span {
  position: relative;
  padding: 0 15px;
  background: #4b4b4b;
  color: rgba(248, 248, 248, 0.25);
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.user-cnt .wysiwyg {
  margin: 0 0 14px;
}
.user-cnt hr {
  opacity: 0;
  margin: 36px 0;
}
.user-shadow {
  right: 530px;
  background: rgba(0, 0, 0, 0.8);
}

/*# PASSWORD RESET PAGE */
.page-template-tpl-password-reset .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.page-template-tpl-password-reset .password-reset-form {
  background: rgba(248, 248, 248, 0.8);
  padding: 1em;
  margin: 1em;
}

.page-template-tpl-password-reset .password-reset-form .description {
  color: #464646;
  font-size: 12px;
  line-height: 140%;
}

.conn-not-found {
  text-align: center;
}

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