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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

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

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative; }

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9; }

.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35; }

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }

.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.Select-control .Select-input:focus {
  outline: none; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1); }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  -moz-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  -moz-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block; }

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch; }

.Select-menu {
  max-height: 198px;
  overflow-y: auto; }

.Select-option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px; }

.Select-option:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333; }

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333; }

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default; }

.Select-noresults {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px; }

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none; }

.Select--multi a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px; }

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6; }

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24); }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc; }

@-moz-keyframes Select-animation-spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-o-keyframes Select-animation-spin {
  to {
    -o-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:focus {
    outline: none; }

button {
  background: transparent;
  border: 0;
  cursor: pointer; }

label {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
  color: #fff; }

input[type="text"],
textarea {
  background-color: #FAFAFA;
  border: 0;
  font-size: 16px;
  color: #666666;
  padding: 12px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%; }
  input[type="text"].search,
  textarea.search {
    padding: 15px 38px 15px 15px;
    background: #FAFAFA url(../images/icon-search.svg) no-repeat right 7px center/24px 24px; }

.Select {
  z-index: 50; }

.Select-control {
  border: 0;
  padding: 4px 38px 4px 15px;
  background: #FAFAFA url(../images/icon-search.svg) no-repeat right 7px center/24px 24px !important; }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  padding: 0 38px 0 15px;
  line-height: 42px;
  color: #666666; }

.Select-input {
  padding: 0; }
  .Select-input > input {
    color: #666666;
    padding: 0;
    line-height: 34px; }

.Select-arrow-zone {
  display: none; }

@media (max-width: 1169px) {
  .mb-tablet-15 {
    margin-bottom: 15px; } }

.temporary-hidden {
  visibility: hidden; }

.hidden {
  display: none !important; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.ie-4-fix {
  max-width: 33.3333%; }

.flex-no-wrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.link-to-other-web,
.link-to-other-web-2 {
  width: 60px;
  position: fixed;
  top: 180px;
  left: 0;
  background: #fff;
  text-decoration: none;
  color: #444444;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 5px;
  z-index: 99; }
  .link-to-other-web img,
  .link-to-other-web-2 img {
    width: 48px; }

.link-to-other-web-2 {
  padding: 0;
  margin: 0;
  height: 82px;
  top: 264px; }
  .link-to-other-web-2 img {
    width: 60px; }

.route-search {
  background: #1d3d8c;
  padding: 20px 0; }

.route-search-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  color: #ffffff;
  margin: -5px 0 15px; }

.my-location-button {
  width: 42px;
  height: 42px;
  position: relative;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-left: 1px solid rgba(153, 153, 153, 0.5);
  padding: 0;
  background: #FAFAFA url("../images/icon-loc.svg") no-repeat center center/24px 24px;
  overflow: hidden; }
  .my-location-button .loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: auto;
    height: auto;
    -webkit-background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    background-size: 32px 32px;
    background-color: #FAFAFA; }

.current-location-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .current-location-wrapper .autocomplete-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .current-location-wrapper input {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0; }

.route-switch-button {
  width: 24px;
  height: 24px;
  background: url(../images/icon-switch.svg) center center/24px 24px;
  margin: 12px 0; }

.autocomplete-wrapper {
  position: relative; }

.autocomplete-input-error {
  background-color: #FCE0E0 !important; }

.autocomplete-error {
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 13px;
  right: 13px;
  background: url(../images/red_allert2.svg) center center/16px 16px; }

input[type="text"].route-date {
  padding-left: 35px;
  padding-right: 35px;
  background-image: url(../images/icon-calendar.svg), url(../images/icon-arrow-down.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left 7px center, right 7px center;
  -webkit-background-size: 22px auto, 24px auto;
  -moz-background-size: 22px auto, 24px auto;
  -o-background-size: 22px auto, 24px auto;
  background-size: 22px auto, 24px auto; }

.route-search-button {
  background: #009dff;
  color: #ffffff;
  line-height: 42px;
  font-size: 20px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 30px;
  text-transform: uppercase; }
  @media (max-width: 1169px) {
    .route-search-button {
      width: 100%; } }

.datetime-picker-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(68, 68, 68, 0.6);
  z-index: 999; }

.datetime-picker-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.datetime-picker-label {
  background: url(../images/icon-calendar.svg) no-repeat left center/auto 22px;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 15px;
  color: #444444; }

.datetime-picker-footer {
  background: #526AA4;
  padding: 15px;
  margin: 0 -15px;
  -webkit-transform: translate(0, 15px);
  -moz-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  transform: translate(0, 15px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.datetime-picker-leave-now {
  border: 1px solid #1d3d8c;
  background: #526AA4 url(../images/icon-time-with-opacity.svg) no-repeat left 15px center/24px 24px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 46px;
  padding: 0 15px 0 48px;
  font-size: 16px; }

.datetime-picker-continue {
  color: #ffffff;
  background: #1d3d8c url(../images/icon-arrow-go.svg) no-repeat left 15px center/24px 24px;
  line-height: 48px;
  padding: 0 15px 0 48px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.time-picker-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.datetime-picker-close {
  background: url(../images/icon-close.svg) no-repeat center center/22px 22px;
  width: 22px;
  height: 22px;
  top: 15px;
  right: 15px;
  position: absolute; }

.datetime-picker {
  width: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  z-index: 10;
  padding: 15px; }
  .datetime-picker .date-picker {
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 15px; }
  .datetime-picker .rdtDays table {
    width: 100%;
    border-collapse: collapse; }
    .datetime-picker .rdtDays table thead tr:first-child {
      background: rgba(82, 106, 164, 0.2); }
      .datetime-picker .rdtDays table thead tr:first-child th {
        height: 42px; }
      .datetime-picker .rdtDays table thead tr:first-child .rdtSwitch {
        color: #1d3d8c;
        font-size: 17px;
        font-weight: 700; }
      .datetime-picker .rdtDays table thead tr:first-child .rdtPrev,
      .datetime-picker .rdtDays table thead tr:first-child .rdtNext {
        width: 24px;
        text-indent: -9999px;
        position: relative;
        cursor: pointer; }
        .datetime-picker .rdtDays table thead tr:first-child .rdtPrev::before,
        .datetime-picker .rdtDays table thead tr:first-child .rdtNext::before {
          content: '';
          background: url(../images/icon-arrow-down.svg) no-repeat center center/24px 24px;
          width: 24px;
          height: 24px;
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -12px;
          left: 0;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
      .datetime-picker .rdtDays table thead tr:first-child .rdtNext::before {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: initial;
        right: 0; }
    .datetime-picker .rdtDays table thead tr:last-child th {
      color: #444444;
      font-weight: 700;
      font-size: 17px;
      text-align: center;
      line-height: 40px; }
    .datetime-picker .rdtDays table tbody tr td {
      width: 14.28571%;
      height: 42px;
      font-size: 17px;
      color: #999999;
      text-align: center;
      cursor: pointer;
      padding: 4px; }
      .datetime-picker .rdtDays table tbody tr td span {
        display: block;
        width: 100%;
        line-height: 29px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid transparent; }
        .datetime-picker .rdtDays table tbody tr td span.rdtToday {
          border: 2px solid rgba(153, 153, 153, 0.5); }
        .datetime-picker .rdtDays table tbody tr td span.rdtActive {
          color: #ffffff;
          background: #1d3d8c;
          border-color: #1d3d8c;
          font-weight: 700; }
  .datetime-picker .rdtTime table {
    width: 100%; }
    .datetime-picker .rdtTime table .rdtCounters {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .datetime-picker .rdtTime table .rdtCounters .rdtCounter .rdtBtn {
        display: block;
        width: 24px;
        height: 24px;
        text-indent: -9999px;
        background: url(../images/icon-arrow-down.svg) no-repeat center center/24px 24px;
        margin: 0 auto;
        cursor: pointer; }
        .datetime-picker .rdtTime table .rdtCounters .rdtCounter .rdtBtn:first-child {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .datetime-picker .rdtTime table .rdtCounters .rdtCounter .rdtCount {
        width: 80px;
        line-height: 53px;
        height: 55px;
        border: 1px solid #999999;
        background: #EFF1F6;
        font-size: 31px;
        font-weight: 700;
        color: #1d3d8c;
        text-align: center; }
      .datetime-picker .rdtTime table .rdtCounters .rdtCounterSeparator {
        font-size: 49px;
        font-weight: 700;
        color: #999999; }

.departure-arrival-radio-group {
  padding-left: 15px; }

.radio-label {
  color: #444444;
  font-size: 16px;
  margin: 0 0 15px; }
  .radio-label:last-child {
    margin-bottom: 0; }

.map-with-panel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1169px) {
    .map-with-panel-wrapper {
      display: block; } }

.map-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.panel-wrapper {
  width: 360px;
  height: -webkit-calc(100vh - 60px - 144px);
  height: -moz-calc(100vh - 60px - 144px);
  height: calc(100vh - 60px - 144px);
  -webkit-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: relative;
  margin-left: -360px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #ffffff; }
  @media (max-width: 1169px) {
    .panel-wrapper {
      width: 100%;
      height: auto; } }
  .panel-wrapper.expanded {
    margin-left: 0; }
    .panel-wrapper.expanded .panel-expand-button::before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .panel-wrapper.floating {
    margin-left: 0;
    position: absolute;
    left: 0; }

.panel-scrollable-container {
  overflow: auto;
  height: 100%; }

.panel-expand-button,
.panel-close-button {
  position: absolute;
  right: -36px;
  top: 0;
  width: 36px;
  height: 60px;
  background: #e2e2e2;
  cursor: pointer; }
  @media (max-width: 1169px) {
    .panel-expand-button,
    .panel-close-button {
      display: none; } }
  .panel-expand-button::before,
  .panel-close-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    background: url(../images/icon-arrow-down.svg) no-repeat center center/24px 24px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.panel-close-button::before {
  background: url(../images/icon-close-transparent.svg) no-repeat center center/24px 24px; }

.map {
  width: 100%;
  height: -webkit-calc(100vh - 60px - 144px - 50px);
  height: -moz-calc(100vh - 60px - 144px - 50px);
  height: calc(100vh - 60px - 144px - 50px); }
  @media (max-width: 1169px) {
    .map {
      height: -webkit-calc(100vh - 50px);
      height: -moz-calc(100vh - 50px);
      height: calc(100vh - 50px); } }

.map-routes-container {
  margin-bottom: 30px;
  height: 100vh; }

.route-not-found {
  margin: 15px 15px 15px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  color: #444444; }

.routes-list {
  margin: 15px 15px 15px;
  padding: 0;
  list-style: none; }
  .routes-list .routes-list-item {
    position: relative;
    cursor: pointer;
    padding: 15px;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5); }
    .routes-list .routes-list-item:last-child {
      border-bottom-color: transparent; }
    .routes-list .routes-list-item:hover, .routes-list .routes-list-item.active {
      border: 1px solid #009dff;
      background: rgba(0, 157, 255, 0.1); }
    .routes-list .routes-list-item.active .routes-list-item-detailed-list {
      display: block;
      cursor: initial; }
    .routes-list .routes-list-item.active::after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .routes-list .routes-list-item::after {
      content: '';
      width: 24px;
      height: 24px;
      background: url(../images/icon-arrow-down.svg) no-repeat center center/24px 24px;
      position: absolute;
      right: 9px;
      top: 15px;
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out;
      -o-transition: -o-transform 0.25s ease-in-out;
      -moz-transition: transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out; }

.routes-list-times {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-right: 18px; }

.routes-list-time {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  color: #444444; }

.routes-list-duration {
  color: #444444;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  margin-left: auto; }

.route-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .route-steps li {
    margin: 0 3.5px 7px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .route-steps li:first-child {
      margin-left: 0; }
    .route-steps li:last-child {
      margin-right: 0; }
  .route-steps .route-step-walking {
    min-width: 11px;
    height: 24px;
    background: url(../images/icon-pedestrian.svg) no-repeat center center/auto 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .route-steps .route-step-walking.route-step-walking-left {
      background-position: right 3.5px center; }
      .route-steps .route-step-walking.route-step-walking-left::before {
        content: '';
        display: block;
        width: 11px;
        height: 24px;
        padding-right: 24px;
        background: url(../images/icon-pedestrian-path.svg) no-repeat left center/15px 3.5px; }
    .route-steps .route-step-walking.route-step-walking-right {
      background-position: left 3.5px center; }
      .route-steps .route-step-walking.route-step-walking-right::after {
        content: '';
        display: block;
        width: 11px;
        height: 24px;
        padding-left: 24px;
        background: url(../images/icon-pedestrian-path.svg) no-repeat right center/15px 3.5px; }
    .route-steps .route-step-walking.route-step-walking-left.route-step-walking-right {
      background-position: center center; }
      .route-steps .route-step-walking.route-step-walking-left.route-step-walking-right::before {
        padding-right: 14px; }
      .route-steps .route-step-walking.route-step-walking-left.route-step-walking-right::after {
        padding-left: 14px; }
  .route-steps .route-step-transit {
    line-height: 24px;
    width: 65px;
    padding: 0 5px;
    text-align: right;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700; }
    .route-steps .route-step-transit.bus, .route-steps .route-step-transit.type-3, .route-steps .route-step-transit.type-700 {
      background: #1d3d8c url(../images/icon-bus.svg) no-repeat left 5px center/18px auto; }
    .route-steps .route-step-transit.trolleybus, .route-steps .route-step-transit.type-800 {
      background: #1d3d8c url(../images/icon-bus.svg) no-repeat left 5px center/18px auto; }
    .route-steps .route-step-transit.share_taxi, .route-steps .route-step-transit.type-1501 {
      color: #202020;
      background: #F2D024 url(../images/icon-minibus.svg) no-repeat left 5px center/20px auto; }

.routes-list-item-detailed-list {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  display: none;
  list-style: none;
  margin: 7px 0 0;
  padding: 15px 0 0; }
  .routes-list-item-detailed-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .routes-list-item-detailed-list li .detailed-list-item-left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 65px;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-right: 10px;
      margin-right: 15px;
      position: relative; }
      .routes-list-item-detailed-list li .detailed-list-item-left::before {
        content: '';
        width: 11px;
        height: 11px;
        position: absolute;
        background: #ffffff;
        border: 2px solid #1d3d8c;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        top: 0;
        right: -8px; }
      .routes-list-item-detailed-list li .detailed-list-item-left.walking {
        border-right: 2px dotted rgba(153, 153, 153, 0.75); }
      .routes-list-item-detailed-list li .detailed-list-item-left.transit {
        border-right: 2px solid #1d3d8c; }
      .routes-list-item-detailed-list li .detailed-list-item-left .detailed-time {
        font-weight: 500;
        font-size: 18px;
        text-align: right;
        width: 50px;
        color: #444444; }
        .routes-list-item-detailed-list li .detailed-list-item-left .detailed-time.info {
          font-weight: 300; }
      .routes-list-item-detailed-list li .detailed-list-item-left .detailed-transit-option.walking {
        background: url(../images/icon-pedestrian.svg) no-repeat center center/13.5px 30px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .routes-list-item-detailed-list li .detailed-list-item-left .detailed-transit-option.transit {
        width: 50px;
        font-weight: 700;
        font-size: 21px;
        line-height: 21px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 60px; }
        .routes-list-item-detailed-list li .detailed-list-item-left .detailed-transit-option.transit .bus,
        .routes-list-item-detailed-list li .detailed-list-item-left .detailed-transit-option.transit .trolleybus,
        .routes-list-item-detailed-list li .detailed-list-item-left .detailed-transit-option.transit .share_taxi {
          color: #ffffff;
          padding-top: 45px;
          padding-bottom: 10px;
          margin-bottom: 3px;
          background: #1d3d8c url(../images/icon-bus.svg) no-repeat center top 10px/auto 25px; }
        .routes-list-item-detailed-list li .detailed-list-item-left .detailed-transit-option.transit .trolleybus {
          background: #1d3d8c url(../images/icon-bus.svg) no-repeat center top 10px/auto 25px; }
        .routes-list-item-detailed-list li .detailed-list-item-left .detailed-transit-option.transit .share_taxi {
          color: #202020;
          background: #F2D024 url(../images/icon-minibus.svg) no-repeat center top 15px/auto 15px; }
      .routes-list-item-detailed-list li .detailed-list-item-left .detailed-list-item-time {
        font-size: 14px;
        font-weight: 300;
        color: #444444; }
    .routes-list-item-detailed-list li .detailed-list-item-right {
      padding-bottom: 15px;
      margin-bottom: 30px;
      border-bottom: 1px solid rgba(153, 153, 153, 0.5);
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .routes-list-item-detailed-list li .detailed-list-item-right .detailed-list-item-title,
      .routes-list-item-detailed-list li .detailed-list-item-right .detailed-list-item-instructions {
        font-weight: 500;
        font-size: 18px;
        color: #444444;
        margin-bottom: 15px;
        position: relative; }
        .routes-list-item-detailed-list li .detailed-list-item-right .detailed-list-item-title.info,
        .routes-list-item-detailed-list li .detailed-list-item-right .detailed-list-item-instructions.info {
          font-weight: 300;
          margin-bottom: 0; }
        .routes-list-item-detailed-list li .detailed-list-item-right .detailed-list-item-title .detailed-time,
        .routes-list-item-detailed-list li .detailed-list-item-right .detailed-list-item-instructions .detailed-time {
          position: absolute;
          left: -80px;
          width: 50px;
          text-align: right; }
      .routes-list-item-detailed-list li .detailed-list-item-right .detailed-list-item-instructions {
        font-weight: 300; }
      .routes-list-item-detailed-list li .detailed-list-item-right .detailed-list-item-meta,
      .routes-list-item-detailed-list li .detailed-list-item-right .detailed-list-item-stop {
        font-size: 14px;
        font-weight: 300;
        color: #444444; }
      .routes-list-item-detailed-list li .detailed-list-item-right .detailed-list-item-stop {
        position: relative; }
        .routes-list-item-detailed-list li .detailed-list-item-right .detailed-list-item-stop::after {
          content: '';
          width: 11px;
          height: 11px;
          position: absolute;
          background: #ffffff;
          border: 2px solid #1d3d8c;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          top: 0;
          left: -24.5px; }
      .routes-list-item-detailed-list li .detailed-list-item-right .get-off-stop {
        color: #444444;
        position: absolute;
        top: -13px;
        font-weight: 500; }
      .routes-list-item-detailed-list li .detailed-list-item-right.transit .detailed-list-item-meta {
        margin-bottom: 80px; }
    .routes-list-item-detailed-list li:first-child .detailed-list-item-left::before {
      border-color: #db3c46; }
    .routes-list-item-detailed-list li:first-child .detailed-list-item-left::after {
      content: '';
      width: 5px;
      height: 5px;
      background: #db3c46;
      position: absolute;
      right: -3px;
      top: 5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .routes-list-item-detailed-list li:last-child .detailed-list-item-left {
      border-right-color: transparent; }
      .routes-list-item-detailed-list li:last-child .detailed-list-item-left::before {
        width: 15px;
        height: 25px;
        background: url(../images/icon-pin-kvt.svg) no-repeat center top/15px auto;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
    .routes-list-item-detailed-list li:last-child .detailed-list-item-right {
      border: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .routes-list-item-detailed-list li:last-child .detailed-list-item-title,
    .routes-list-item-detailed-list li:last-child .detailed-list-item-instructions {
      margin: 0; }
    .routes-list-item-detailed-list li:last-child .detailed-list-item-title.last {
      font-weight: 300; }

.expand-button {
  width: 32px;
  background: url(../images/icon-arrow-down.svg) no-repeat center center/32px 32px;
  position: absolute;
  height: 16px;
  top: -16px;
  left: -70px; }
  .expand-button.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.additional-stops {
  margin-top: -13px;
  margin-bottom: 23px;
  display: none; }
  .additional-stops.active {
    display: block; }

.map-pins {
  line-height: 20px;
  padding: 15px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .map-pins label {
    font-size: 16px;
    font-weight: 300;
    color: #444444;
    margin: 0 30px 0 0;
    position: relative;
    padding-left: 30px;
    cursor: pointer; }
    .map-pins label:last-child {
      margin-right: 0; }
    .map-pins label input {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      cursor: pointer;
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      left: 0;
      top: -2px;
      background: url(../images/icon-checkbox.svg) left center/24px 24px; }
      .map-pins label input:checked {
        background: url(../images/icon-checkbox-checked.svg) left center/24px 24px; }

.marker-info {
  width: 72px;
  text-align: center;
  background: #1d3d8c;
  color: #ffffff;
  display: none; }

.stop-popup-container {
  width: 375px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); }
  .stop-popup-container .route-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2.5px;
    margin-right: -2.5px;
    margin-bottom: 27.5px; }
    .stop-popup-container .route-steps li.route-step-transit {
      margin: 0 2.5px 5px; }

.stop-popup-header {
  background: rgba(226, 226, 226, 0.4);
  padding: 15px; }

.stop-popup-title {
  color: #444444;
  font-size: 25px; }

.stop-popup-address {
  color: #666666;
  font-size: 16px; }

.popup-content-wrapper {
  padding: 15px;
  background: #ffffff; }

.stop-popup-button-group {
  margin-bottom: 30px; }

.stop-popup-button {
  background: #009dff;
  color: #ffffff;
  line-height: 42px;
  font-size: 20px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  margin-right: 15px; }
  .stop-popup-button:last-child {
    margin: 0; }

.stop-popup-look-all {
  color: #666666;
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer; }

.routes-starting-info {
  background: #F9F9F9;
  list-style: none;
  margin: 0;
  padding: 15px; }
  .routes-starting-info li {
    color: #444444;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 39px; }
    .routes-starting-info li:last-child {
      margin-bottom: 0; }
    .routes-starting-info li.routes-starting-info-origin {
      background: url(../images/icon-route-start.svg) no-repeat left 5px center/14px auto; }
    .routes-starting-info li.routes-starting-info-destination {
      background: url(../images/icon-pin-kvt.svg) no-repeat left 5px center/14px auto; }
    .routes-starting-info li.routes-starting-info-time {
      padding-top: 10px;
      border-top: 1px solid rgba(153, 153, 153, 0.5);
      background: url(../images/icon-time.svg) no-repeat left 5px top 13px/14px auto; }

.stop-route-times {
  margin: 15px;
  padding: 0;
  list-style: none; }
  .stop-route-times li.type-3 .stop-route-times-heading, .stop-route-times li.type-700 .stop-route-times-heading, .stop-route-times li.type-800 .stop-route-times-heading {
    background: #1d3d8c url(../images/icon-bus.svg) no-repeat left 5px center/18px auto;
    color: #ffffff; }
  .stop-route-times li.type-1501 .stop-route-times-heading {
    background: #F2D024 url(../images/icon-minibus.svg) no-repeat left 5px center/20px auto;
    color: #202020; }
  .stop-route-times li > ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 7.5px -7.5px;
    padding: 0; }
    .stop-route-times li > ul li {
      margin: 7.5px; }

.stop-route-times-heading {
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 28px; }

.infoBox {
  padding: 15px 15px 0;
  overflow: visible !important; }
  .infoBox::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 14px 0 14px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translate(-14px, 0);
    -moz-transform: translate(-14px, 0);
    -ms-transform: translate(-14px, 0);
    -o-transform: translate(-14px, 0);
    transform: translate(-14px, 0); }

.timetable-title {
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.01em;
  font-weight: 300;
  color: #1d3d8c;
  margin: 30px 0; }

.timetable-item {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  text-decoration: none; }
  .timetable-item.bus .timetable-nr {
    color: #1d3d8c; }
  .timetable-item.minibus .timetable-nr {
    color: #444444; }
  .timetable-item.bus, .timetable-item.minibus {
    cursor: pointer; }
    .timetable-item.bus::after, .timetable-item.minibus::after {
      content: '';
      background: url(../images/icon-arrow-down-blue.svg) no-repeat center center/20px 20px;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      display: block;
      width: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px; }

.timetable-group a {
  text-decoration: none; }

.timetable-group > div:nth-child(odd) .bus {
  background: #ebeef5; }
  .timetable-group > div:nth-child(odd) .bus .timetable-nr {
    background: #ccd4e5; }

.timetable-group > div:nth-child(odd) .minibus {
  background: #fffde3; }
  .timetable-group > div:nth-child(odd) .minibus .timetable-nr {
    background: #fff54a; }

.timetable-group > div:nth-child(even) .bus {
  background: #dee3ee; }
  .timetable-group > div:nth-child(even) .bus .timetable-nr {
    background: #acb8d5; }

.timetable-group > div:nth-child(even) .minibus {
  background: #fffaad; }
  .timetable-group > div:nth-child(even) .minibus .timetable-nr {
    background: #fff000; }

.timetable-item-title {
  font-size: 24px;
  color: #444444; }
  .timetable-item-title.timetable-bus-icon, .timetable-item-title.timetable-minibus-icon {
    padding-left: 90px; }
    .timetable-item-title.timetable-bus-icon::before, .timetable-item-title.timetable-minibus-icon::before {
      content: '';
      display: block;
      width: 75px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
  .timetable-item-title.timetable-bus-icon::before {
    background: #1d3d8c url(../images/icon-bus.svg) no-repeat center center/37px auto; }
  .timetable-item-title.timetable-minibus-icon::before {
    background: #F2D024 url(../images/icon-minibus.svg) no-repeat center center/45px auto; }

.timetable-nr {
  display: block;
  width: 75px;
  line-height: 60px;
  height: 100%;
  text-align: right;
  font-size: 25px;
  font-weight: 700;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
  color: #1d3d8c; }

.timetable-text {
  padding: 0 40px 0 15px;
  font-size: 14px;
  font-weight: bold;
  color: #444444; }

.timetable-group {
  margin-bottom: 60px !important; }

.timetable-header {
  border-top: 1px solid #999999;
  padding: 15px 0; }
  .timetable-header a,
  .timetable-header button {
    color: #444444;
    text-decoration: none;
    font-weight: 300;
    line-height: 30px;
    font-size: 18px; }

.go-back-to-timetable {
  padding-left: 24px;
  position: relative; }
  .go-back-to-timetable::before {
    content: '';
    background: url(../images/icon-arrow-down-red.svg) no-repeat left center/24px 24px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0; }

.timetable-switch-button {
  float: right;
  padding: 0 40px 0 0;
  background: url(../images/icon-route-map.svg) no-repeat right center/auto 30px; }
  .timetable-switch-button.times {
    background: url(../images/icon-time-red.svg) no-repeat right center/auto 24px; }

.timetable-route-picker {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
  text-decoration: none;
  background: #ebeef5 url(../images/icon-arrow-down-blue.svg) no-repeat right 10px center/24px 24px;
  cursor: pointer; }
  .timetable-route-picker .timetable-route-picker-default-nr {
    display: block;
    width: 75px;
    line-height: 60px;
    height: 100%;
    text-align: right;
    font-size: 25px;
    font-weight: 700;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    color: #1d3d8c;
    background: #ccd4e5; }
  .timetable-route-picker .timetable-route-picker-default-text {
    padding: 0 40px 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 100%; }

.timetable-route-picker-options-list {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 75px;
  right: 0;
  z-index: 10; }
  .timetable-route-picker-options-list.active {
    display: block; }
  .timetable-route-picker-options-list li {
    padding: 0 15px;
    background: #F0F2F5; }
    .timetable-route-picker-options-list li:last-child span {
      border: 0; }
    .timetable-route-picker-options-list li span {
      display: block;
      padding: 15px 0;
      border-bottom: 1px solid rgba(102, 102, 102, 0.5);
      color: #444444;
      font-size: 14px;
      font-weight: 700; }

.timetable-route-stops-list {
  list-style: none;
  color: #666666;
  margin: 0 0 30px;
  padding: 0;
  position: relative; }
  .timetable-route-stops-list::before {
    content: '';
    position: absolute;
    width: 2px;
    background: #1d3d8c;
    left: 74.5px;
    top: 10px;
    bottom: 10px;
    z-index: 1; }
  .timetable-route-stops-list li {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .timetable-route-stops-list li .stop-time {
      width: 52.5px;
      text-align: right; }
    .timetable-route-stops-list li:first-child .stop-name::before, .timetable-route-stops-list li:last-child .stop-name::before {
      border-color: #db3c46; }
    .timetable-route-stops-list li:first-child .stop-name::after, .timetable-route-stops-list li:last-child .stop-name::after {
      background: #db3c46; }
    .timetable-route-stops-list li:hover, .timetable-route-stops-list li.active {
      color: #1d3d8c;
      background: #ccd4e5;
      font-weight: 700; }
      .timetable-route-stops-list li:hover::before, .timetable-route-stops-list li.active::before {
        border-color: #1d3d8c; }
      .timetable-route-stops-list li:hover::after, .timetable-route-stops-list li.active::after {
        background: #1d3d8c; }
    .timetable-route-stops-list li .stop-name {
      position: relative;
      padding-left: 45px; }
      .timetable-route-stops-list li .stop-name::before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        border: 2px solid #1d3d8c;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #ffffff;
        z-index: 1; }
      .timetable-route-stops-list li .stop-name::after {
        content: '';
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 13px;
        left: 20px;
        z-index: 1; }

.timetable-route-tabs-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
  padding: 0; }
  .timetable-route-tabs-list li {
    height: 60px;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #444444; }
    .timetable-route-tabs-list li.active {
      background: #ebeef5; }

.timetable-explanations-title {
  font-size: 16px;
  font-weight: 700;
  padding: 30px 0;
  color: #444444;
  border-top: 1px solid #999999; }

.timetable-explanations {
  font-size: 14px;
  color: #999999;
  margin: 0 0 60px; }

ul.route-stop-times-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0; }
  ul.route-stop-times-list > li {
    display: block; }
    ul.route-stop-times-list > li:nth-child(even) {
      background: rgba(209, 216, 231, 0.2); }
    ul.route-stop-times-list > li:nth-child(odd) {
      background: rgba(209, 216, 231, 0.6); }
    ul.route-stop-times-list > li > ul {
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
      padding: 0 10px; }
      ul.route-stop-times-list > li > ul > li {
        color: #444444;
        font-size: 19px;
        line-height: 20px;
        display: block;
        padding: 10px 25px 10px 5px;
        margin-right: 10px;
        border: 2px solid transparent;
        position: relative;
        cursor: pointer; }
        ul.route-stop-times-list > li > ul > li:hover, ul.route-stop-times-list > li > ul > li.active {
          border: 2px solid #1d3d8c; }
        ul.route-stop-times-list > li > ul > li:last-child {
          margin-right: 0; }
        ul.route-stop-times-list > li > ul > li.wheelchair::after {
          content: '';
          width: 15px;
          height: 15px;
          margin-left: 5px;
          background: rgba(29, 61, 140, 0.5) url("../images/icon-wheelchair.svg") no-repeat center center/11px 11px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          display: inline-block;
          position: absolute;
          right: 5px;
          top: 50%;
          margin-top: -7.5px; }

.loader {
  width: 45px;
  height: 45px;
  background: url(../images/loader.svg) no-repeat center center/100% 100%;
  margin: 30px auto; }

.marker.active {
  background: rgba(0, 157, 255, 0.5); }

.vehicles-picker {
  width: 185px;
  height: 37.5px;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999; }
  .vehicles-picker .timetable-route-picker-default-text {
    height: 37.5px;
    padding: 0 15px; }

.vehicles-list {
  width: 100%;
  line-height: 20px;
  left: 0;
  padding: 10px 15px;
  background: #F6F6F6; }
  .vehicles-list li {
    background: #F6F6F6;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #95989A;
    padding-bottom: 10px; }
    .vehicles-list li:last-child {
      border: 0;
      margin: 0;
      padding: 0; }
  .vehicles-list div {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #444444;
    margin: 0;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    background: url(../images/icon-checkbox.svg) no-repeat left center/24px 24px; }
    .vehicles-list div.active {
      background: url(../images/icon-checkbox-checked-blue.svg) no-repeat left center/24px 24px; }

.timetable-relative {
  position: relative; }

.container {
  max-width: 1140px;
  margin: 0 auto; }
  .container::after {
    content: '';
    display: table;
    clear: both; }
  @media (max-width: 1169px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .row.hcenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row.vcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 15px; }
  .col.vbottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .col.full-width {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 1169px) {
      .col.full-width {
        min-width: 100%; } }

.col-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 0 15px; }

.col-4 {
  -webkit-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  padding: 0 15px; }

.col-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px; }

.col-8 {
  -webkit-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0 15px; }

.col-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  padding: 0 15px; }

.col-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0 15px; }

@media (max-width: 1169px) {
  .tablet-hide {
    display: none; } }

.tablet-show {
  display: none; }
  @media (max-width: 1169px) {
    .tablet-show {
      display: block; } }

@media (max-width: 1169px) {
  .col-tablet-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media (max-width: 1169px) {
  .col-tablet-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media (max-width: 767px) {
  .mobile-hide {
    display: none; } }

.mobile-show {
  display: none; }
  @media (max-width: 767px) {
    .mobile-show {
      display: block; } }

@media (max-width: 767px) {
  .col-mobile-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

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

.my-10 {
  margin: 10px auto; }

@media (max-width: 1169px) {
  .mb-tablet-10 {
    margin-bottom: 10px; } }

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

.bold {
  font-weight: 600; }

.header-container {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1); }

.header {
  height: 60px;
  position: relative; }
  @media (max-width: 1169px) {
    .header {
      height: auto; } }

.logo {
  width: 100px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8.5px 0; }

.menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1169px) {
    .menu {
      display: none; } }
  .menu.active {
    display: block; }
  .menu > li {
    position: relative;
    float: left; }
    @media (max-width: 1169px) {
      .menu > li {
        width: 100%; } }
    .menu > li:hover, .menu > li.current-menu-item, .menu > li.current-menu-ancestor {
      background-color: #1d3d8c; }
      .menu > li:hover.menu-item-has-children, .menu > li.current-menu-item.menu-item-has-children, .menu > li.current-menu-ancestor.menu-item-has-children {
        background-image: url(../images/icon-caret-down-blue.svg); }
      .menu > li:hover a, .menu > li.current-menu-item a, .menu > li.current-menu-ancestor a {
        color: #ffffff; }
    .menu > li.menu-item-has-children {
      background-image: url(../images/icon-caret-down-blue.svg);
      z-index: 999; }
      .menu > li.menu-item-has-children > ul {
        list-style: none;
        margin: 0;
        padding: 15px;
        display: none;
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 100%; }
        @media (max-width: 1169px) {
          .menu > li.menu-item-has-children > ul {
            position: relative;
            top: initial;
            width: 100%;
            display: block; } }
        .menu > li.menu-item-has-children > ul li:hover a,
        .menu > li.menu-item-has-children > ul li.current-menu-item a {
          color: #1d3d8c; }
        .menu > li.menu-item-has-children > ul a {
          display: block;
          font-weight: 300;
          line-height: 36px;
          white-space: nowrap;
          color: #444444; }
    .menu > li:hover > ul {
      display: block; }
    .menu > li:hover a {
      color: #ffffff; }
    .menu > li.menu-item-has-children {
      background-image: url(../images/icon-caret-down.svg);
      background-repeat: no-repeat;
      background-position: right 7px center;
      -webkit-background-size: 24px 24px;
      -moz-background-size: 24px 24px;
      -o-background-size: 24px 24px;
      background-size: 24px 24px; }
      .menu > li.menu-item-has-children > a {
        padding: 0 35px 0 15px; }
    .menu > li > a {
      display: block;
      padding: 0 15px;
      line-height: 60px; }
    .menu > li ul {
      display: none; }
      @media (max-width: 1169px) {
        .menu > li ul {
          display: block; } }
  .menu a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: #666666; }

.menu-additional {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0; }
  @media (max-width: 1169px) {
    .menu-additional {
      display: none; } }
  .menu-additional li {
    float: left; }
    .menu-additional li.menu-search {
      background: url(../images/icon-search.svg) no-repeat left 7px center/24px 24px; }
      .menu-additional li.menu-search a {
        padding-left: 35px; }
    .menu-additional li.menu-disabled {
      background: url(../images/icon-glasses.svg) no-repeat left 7px center/32.6px 13.04px; }
      .menu-additional li.menu-disabled a {
        padding-left: 43.6px; }
    .menu-additional li:hover, .menu-additional li.active {
      background-color: #D2D9E8; }
      .menu-additional li:hover a, .menu-additional li.active a {
        color: #444444; }
  .menu-additional a {
    display: block;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    padding: 0 15px;
    line-height: 60px; }

.search-bar {
  display: none;
  background: #D2D9E8;
  width: 100%;
  padding: 30px 15px; }
  .search-bar.active {
    display: block; }

.search-bar-wrapper {
  max-width: 670px;
  padding: 0 15px;
  margin: 0 auto; }

.search-bar-title {
  font-size: 24px;
  font-weight: 300;
  color: #1d3d8c;
  margin: 0 0 5px; }

#burger-menu {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 20px;
  padding: 8px 0; }
  @media (max-width: 1169px) {
    #burger-menu {
      display: block; } }
  #burger-menu span {
    position: relative;
    display: block;
    width: 20px;
    height: 4px;
    background: #666666;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    #burger-menu span:before, #burger-menu span:after {
      position: absolute;
      background: #666666;
      content: '';
      width: 20px;
      height: 4px;
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
    #burger-menu span:before {
      top: -8px; }
    #burger-menu span:after {
      top: 8px; }
  #burger-menu.active span {
    background: transparent; }
    #burger-menu.active span:before {
      -webkit-transform: rotate(45deg) translate(5px, 6px);
      -moz-transform: rotate(45deg) translate(5px, 6px);
      -ms-transform: rotate(45deg) translate(5px, 6px);
      -o-transform: rotate(45deg) translate(5px, 6px);
      transform: rotate(45deg) translate(5px, 6px); }
    #burger-menu.active span:after {
      -webkit-transform: rotate(-45deg) translate(5px, -6px);
      -moz-transform: rotate(-45deg) translate(5px, -6px);
      -ms-transform: rotate(-45deg) translate(5px, -6px);
      -o-transform: rotate(-45deg) translate(5px, -6px);
      transform: rotate(-45deg) translate(5px, -6px); }

.footer {
  background: #0B162D;
  padding: 30px 0;
  border-top: 5px solid #db3c46; }

.footer-menu-title {
  font-weight: bold;
  font-size: 18px;
  color: #d8d8d8;
  margin: 0 0 25px;
  height: 49px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .footer-menu-title {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: auto;
      margin: 0 0 15px; } }

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 767px) {
    .footer-menu {
      margin-bottom: 30px; } }
  .footer-menu a {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    text-decoration: none; }

.logo-ka {
  margin-bottom: 30px; }

.ka-info {
  font-size: 14px;
  color: #999999;
  margin: 0; }
  .ka-info a {
    color: #999999;
    text-decoration: none; }
    .ka-info a.tel {
      font-size: 24px;
      font-weight: bold; }

.copyright {
  width: 100%;
  padding: 30px 15px;
  font-size: 14px;
  color: #95989A;
  text-align: center;
  margin: 0; }

.hero-image {
  width: 100%;
  height: auto;
  display: block; }
  @media (max-width: 1169px) {
    .hero-image {
      display: none; } }

.home-content {
  background: #EEEEEE;
  padding: 60px 0 45px; }
  @media (max-width: 1169px) {
    .home-content {
      padding: 15px 0 15px; } }

.home-card {
  display: block;
  height: 100px;
  background: #ffffff;
  color: #1d3d8c;
  font-size: 32px;
  font-weight: 300;
  border: 1px solid #DADADA;
  padding: 0 30px;
  margin-bottom: 15px;
  position: relative;
  text-decoration: none;
  padding-left: 145px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 767px) {
    .home-card {
      font-size: 20px; } }
  .home-card::before {
    content: '';
    width: 1px;
    left: 120px;
    top: 15px;
    bottom: 15px;
    background: #95989A;
    position: absolute; }
  .home-card::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    opacity: 0.54;
    width: 24px;
    background: url(../images/icon-arrow-down-blue.svg) no-repeat center center/24px 24px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .home-card.icon-calendar {
    background: #ffffff url(../images/icon-calendar-timetable.svg) no-repeat left 25px center/70px auto; }
  .home-card.icon-route {
    background: #ffffff url(../images/icon-route.svg) no-repeat left 25px center/70px auto; }
  .home-card.icon-tickets {
    background: #ffffff url(../images/icon-tickets.svg) no-repeat left 25px center/70px auto; }

.home-news-container {
  background: #ffffff;
  border: 1px solid #DADADA;
  padding: 15px 30px 0; }

.home-news-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  color: #1d3d8c;
  margin: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  padding-bottom: 14px; }

.home-news-link {
  float: right;
  padding-right: 24px;
  line-height: 28px;
  font-size: 14px;
  text-transform: uppercase;
  color: #1d3d8c;
  text-decoration: none;
  position: relative; }
  .home-news-link::after {
    content: '';
    opacity: 0.54;
    width: 24px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/icon-arrow-down-blue.svg) no-repeat center center/24px 24px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.home-news-item {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  padding-left: 65px;
  padding-right: 60px;
  min-height: 90px;
  position: relative; }
  .home-news-item::after {
    content: '';
    display: table;
    clear: both; }
  .home-news-item:last-child {
    border-bottom: 0; }
  .home-news-item.time-change {
    background: url(../images/icon-time.svg) no-repeat right top 15px/24px auto; }
  .home-news-item.alert {
    background: url(../images/icon-alert.svg) no-repeat right top 15px/24px auto; }
  .home-news-item.new {
    background: url(../images/icon-new.svg) no-repeat right top 15px/24px auto; }

.home-news-item-date {
  color: #999999;
  position: absolute;
  width: 50px;
  left: 0;
  top: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  color: #999999; }
  .home-news-item-date .day {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    display: block;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
    margin-bottom: 5px; }

.home-news-item-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #444444; }
  .home-news-item-title a {
    color: #444444;
    text-decoration: none; }

.home-news-item-content {
  font-size: 16px;
  font-weight: 300;
  color: #444444; }
  .home-news-item-content p {
    margin: 0 0 15px; }

.home-news-item-more {
  display: inline-block;
  margin: 0 0 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #1d3d8c;
  padding: 5px 30px 5px 5px;
  color: #1d3d8c;
  position: relative; }
  .home-news-item-more::after {
    content: '';
    background: url(../images/icon-arrow-down-blue.svg) no-repeat center center/20px 20px;
    width: 20px;
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }

.m-0-auto {
  margin: 0 auto; }

.news-container {
  width: 100%; }
  .news-container .home-news-item {
    padding-bottom: 15px; }
    .news-container .home-news-item:last-child {
      border-bottom-width: 1px; }
  .news-container .home-news-item-title {
    padding-bottom: 15px; }

.search-container > .home-news-item {
  padding-left: 0;
  padding-right: 0; }
  .search-container > .home-news-item .home-news-item-title a {
    color: #1d3d8c; }

.crumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #999999; }
  .crumbs a {
    color: #999999;
    text-decoration: none; }

.delimiter {
  width: 16px;
  height: 16px;
  background: url(../images/icon-arrow-down.svg) no-repeat center center/16px 16px;
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

@media (max-width: 1169px) {
  .sidebar-container {
    display: none; } }

.sidebar {
  margin: 0;
  list-style: none;
  background: #D2D9E8;
  padding: 15px;
  margin-bottom: 60px; }
  .sidebar li.active > a {
    font-weight: 500; }
  .sidebar a {
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: #1d3d8c; }
  .sidebar .sidebar-cats {
    border-left: 1px solid #1d3d8c;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidebar .sidebar-cats li {
      position: relative;
      padding-left: 15px; }
      .sidebar .sidebar-cats li a {
        font-size: 16px;
        line-height: 28px; }
      .sidebar .sidebar-cats li::before {
        content: '';
        width: 5px;
        height: 1px;
        background: #1d3d8c;
        position: absolute;
        left: 0;
        top: 50%; }
      .sidebar .sidebar-cats li:first-child::after, .sidebar .sidebar-cats li:last-child::after {
        content: '';
        width: 1px;
        height: 50%;
        background: #D2D9E8;
        position: absolute;
        left: -1px; }
      .sidebar .sidebar-cats li:first-child::after {
        top: 0; }
      .sidebar .sidebar-cats li:last-child::after {
        bottom: -1px; }

.page-title {
  margin: 0 0 15px;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.01em;
  font-weight: 300;
  color: #1d3d8c; }
  @media (max-width: 767px) {
    .page-title {
      font-size: 24px;
      line-height: 29px; } }

.content {
  margin-bottom: 60px; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
    margin: 0 0 15px; }
  .content h1 {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.01em;
    font-weight: 300;
    color: #1d3d8c; }
  .content h2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #444444; }
  .content h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #1d3d8c; }
  .content h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #1d3d8c; }
  .content h5 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #1d3d8c; }
  .content h6 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    color: #1d3d8c; }
  .content p,
  .content ul {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #444444; }
  .content a {
    color: #1d3d8c; }
  .content strong {
    font-weight: 700; }
  .content img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 1169px) {
    .content iframe {
      width: 100%; } }
  .content .accordion-wysiwyg > ul {
    margin-bottom: 30px;
    list-style: initial; }
    .content .accordion-wysiwyg > ul li {
      font-size: 14px;
      line-height: 24px;
      font-weight: 300; }

.new-title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative; }
  .new-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #db3c46; }

.new-date {
  font-size: 16px;
  font-weight: 300;
  color: #444444;
  margin-bottom: 20px; }

.link-to-file-wrapper::after {
  content: '';
  display: table;
  clear: both; }

a.link-to-file {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  color: #444444;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  min-height: 51px;
  background: #ECECEC url(../images/icon-pdf.svg) no-repeat left 10px center/24px 31px;
  padding-left: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25); }
  a.link-to-file > span {
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    width: 100%; }

.accordion {
  margin: 0;
  padding: 0;
  list-style: none; }
  .accordion > li {
    margin-bottom: 7.5px; }
    .accordion > li .hidden-checkbox {
      display: none; }
    .accordion > li input:checked + .accordion-title::after {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
    .accordion > li input:checked ~ .accordion-content {
      display: block; }

.accordion-title {
  background: #F5F7FA;
  margin: 0;
  padding: 12px 35px 12px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #1d3d8c;
  cursor: pointer;
  position: relative; }
  .accordion-title::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 24px;
    background: url(../images/icon-arrow-down.svg) no-repeat center center/24px 24px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.accordion-content {
  display: none; }

.prices-list-labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .prices-list-labels > span {
    line-height: 60px;
    width: 105px;
    margin: 0 7.5px 0 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .prices-list-labels > span {
        font-size: 14px;
        width: 50px;
        line-height: 35px; } }
    .prices-list-labels > span:last-child {
      margin-right: 0; }

.prices-list-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 15px;
  background: #1d3d8c;
  margin-bottom: 7.5px; }

.prices-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .prices-list > li {
    margin-top: 7.5px;
    padding: 0 0 7.5px 15px;
    border-bottom: 1px solid #95989A;
    font-size: 24px;
    font-weight: 300;
    color: #444444;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .prices-list > li {
        font-size: 14px; } }
    .prices-list > li:last-child {
      border: 0; }
    .prices-list > li .price-title {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .prices-list > li .price-title > span {
        font-size: 16px;
        display: block; }

.price-tags-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .price-tags-list > li {
    background: #F5F7FA;
    line-height: 60px;
    width: 105px;
    margin: 0 7.5px 0 0;
    text-align: center; }
    @media (max-width: 767px) {
      .price-tags-list > li {
        width: 50px;
        line-height: 35px; } }
    .price-tags-list > li:last-child {
      margin-right: 0; }

.accordion-wysiwyg {
  padding: 15px 0; }

.gform_wrapper {
  margin: 0; }
  .gform_wrapper .gform_body {
    margin: 0 -10px !important; }
  .gform_wrapper .gfield {
    margin: 0 0 10px !important;
    padding: 0 10px !important;
    clear: initial !important;
    float: left; }
    .gform_wrapper .gfield.col-12 {
      width: 100% !important; }
    .gform_wrapper .gfield.col-6 {
      width: 50% !important; }
    .gform_wrapper .gfield.col-4 {
      width: 33.33333% !important; }
    .gform_wrapper .gfield.col-2 {
      width: 16.66667% !important; }
    .gform_wrapper .gfield.gsection {
      border: 0 !important;
      width: 100%; }
      .gform_wrapper .gfield.gsection h2 {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: rgba(68, 68, 68, 0.8) !important;
        margin-bottom: 5px !important; }
    .gform_wrapper .gfield label.gfield_label {
      font-size: 16px;
      color: rgba(102, 102, 102, 0.8);
      font-weight: 400;
      margin: 0 !important; }
    .gform_wrapper .gfield .clear-multi .ginput_container_date {
      margin-top: 0 !important;
      margin-right: 15px !important; }
      .gform_wrapper .gfield .clear-multi .ginput_container_date:last-child {
        margin-right: 0 !important; }
    .gform_wrapper .gfield .ginput_container input,
    .gform_wrapper .gfield .ginput_container textarea,
    .gform_wrapper .gfield .ginput_container .ginput_container_date select {
      width: 100% !important;
      background: #fafafa;
      border: 1px solid rgba(0, 0, 0, 0.3);
      line-height: 33px;
      padding: 0 15px !important;
      -moz-appearance: none;
      appearance: none;
      -webkit-appearance: none;
      margin-left: 0 !important; }
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_wrapper .gform_footer input[type=submit] {
    background: #009dff;
    color: #ffffff;
    line-height: 42px;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 30px;
    text-transform: uppercase;
    border: 0; }
  .gform_wrapper .validation_error {
    display: none; }
  .gform_wrapper .gfield_error {
    background: transparent !important;
    border: none !important; }
  .gform_wrapper .validation_message {
    padding: 5px 0 0 !important; }
  .gform_wrapper .gform_drop_instructions {
    display: none !important; }
  .gform_wrapper .screen-reader-text {
    display: none; }
  .gform_wrapper .gform_drop_area input {
    width: 200px !important; }

.not-found-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.not-found-text {
  font-size: 184px;
  font-weight: 300;
  color: #1d3d8c; }

.not-found-illustration {
  width: 173px;
  height: 132px;
  background: url(../images/icon-404.svg) no-repeat center center/173px 132px;
  margin: 0 60px; }

.not-found-meta {
  font-size: 24px;
  font-weight: 300;
  color: #1d3d8c; }
  .not-found-meta a {
    color: #1d3d8c;
    text-decoration: none;
    border-bottom: 1px solid #1d3d8c; }

.not-found-meta-with-divider {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative; }
  .not-found-meta-with-divider::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #db3c46; }

.account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1169px) {
    .account {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .account {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: auto; } }
  @media (max-width: 420px) {
    .account {
      display: inline; } }
  .account__image {
    width: 40px;
    height: auto;
    margin-right: 15px;
    float: left; }
  .account__info {
    max-width: 350px;
    width: 100%;
    padding: 5px 0;
    margin-right: 20px;
    color: #666666;
    cursor: pointer; }
    .account__info span {
      display: block; }
  .account__logout {
    height: 100%;
    max-width: 120px;
    background-color: #D1D8E7;
    color: #1F408A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    padding: 10px 50px 10px 10px;
    background-image: url(../images/logout@2x.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 18px;
    -moz-background-size: 20px 18px;
    -o-background-size: 20px 18px;
    background-size: 20px 18px; }
    @media (max-width: 420px) {
      .account__logout {
        max-width: 100%;
        width: 100%;
        margin: 20px 0; } }

.login__loader {
  height: 80px;
  width: 100%; }

.sidebar {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px; }
  .sidebar__warning {
    background-color: rgba(208, 0, 17, 0.1);
    border: 1px solid #D00011;
    margin-bottom: 10px;
    padding: 10px;
    position: relative; }
  .sidebar__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .sidebar__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sidebar__tabCont {
    padding: 15px; }
  .sidebar__tab {
    padding: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer; }
    .sidebar__tab-inactive {
      background-color: #A4B1CF; }
  .sidebar__current {
    margin-bottom: 10px; }
  .sidebar__title {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .sidebar__block {
    background-color: #B8C0D4;
    padding: 10px; }
    .sidebar__block-info {
      background-color: #ffffff;
      padding: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .sidebar__block-update {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 20px 0; }
  .sidebar__entry {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    position: relative; }
    .sidebar__entry .list {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .sidebar__entry .list__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 420px) {
          .sidebar__entry .list__info {
            width: 100%;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
      .sidebar__entry .list__title {
        font-size: 14px;
        color: #1F408A;
        font-weight: 600;
        max-width: 140px; }
        @media (max-width: 420px) {
          .sidebar__entry .list__title {
            max-width: unset; } }
      .sidebar__entry .list__price {
        font-weight: 600;
        font-size: 18px;
        color: #1F408A;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .sidebar__entry .list__price-globe {
          padding-left: 23px;
          background-image: url("../images/globe.svg");
          background-repeat: no-repeat;
          background-position: center left;
          -webkit-background-size: 15px 15px;
          -moz-background-size: 15px 15px;
          -o-background-size: 15px 15px;
          background-size: 15px 15px; }
        .sidebar__entry .list__price-extra {
          padding-right: 10px; }
      .sidebar__entry .list__time {
        padding-left: 20px;
        border-left: 1px solid #1F408A; }
        .sidebar__entry .list__time-day {
          text-align: right; }
        .sidebar__entry .list__time-hour {
          text-align: right;
          font-weight: 600; }
      .sidebar__entry .list-transfer {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 420px) {
          .sidebar__entry .list-transfer {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: end;
            -webkit-align-items: end;
            -moz-box-align: end;
            -ms-flex-align: end;
            align-items: end; } }
    .sidebar__entry-extra {
      margin-top: 3px;
      color: #1F408A;
      width: 80%; }
  .sidebar-tabs {
    padding: 0; }

.form label {
  color: #666666; }

.form__input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .form__input-text {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 12px 15px; }
  .form__input-error {
    border: 1px solid red !important; }
  .form__input-success {
    border: 1px solid green !important; }
  .form__input-submit {
    float: right;
    background-color: #009dff;
    height: 40px;
    padding: 0 15px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24); }
    @media (max-width: 420px) {
      .form__input-submit {
        font-size: 13px;
        height: 35px; } }

.items {
  width: 100%;
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0; }
  .items__entry-form {
    height: 60px;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #F5F7FA;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .items__entry-form {
        display: inline-block;
        height: auto; } }
  .items .entry__title {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
    -moz-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
    font-size: 18px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .items .entry__title {
        display: inline-block;
        width: 100%;
        padding: 0;
        margin-bottom: 20px; } }
  .items .entry__discount {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -moz-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 10px 0 20px;
    font-size: 24px; }
    @media (max-width: 767px) {
      .items .entry__discount {
        line-height: 40px;
        padding-left: 0; } }
    @media (max-width: 420px) {
      .items .entry__discount {
        line-height: 35px; } }
  .items .entry__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .items .entry__container {
        width: 70%;
        float: left; } }
  .items .entry__price {
    -webkit-box-flex: 1.3;
    -webkit-flex: 1.3;
    -moz-box-flex: 1.3;
    -ms-flex: 1.3;
    flex: 1.3;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
    border-left: 1px solid #1F408A;
    font-weight: 600;
    font-size: 24px;
    min-width: 120px; }
    @media (max-width: 767px) {
      .items .entry__price {
        border-left: none;
        padding: 0;
        line-height: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
        border: none;
        padding-right: 15px; } }
    @media (max-width: 420px) {
      .items .entry__price {
        line-height: 35px; } }
  .items .entry__buy {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
    @media (max-width: 767px) {
      .items .entry__buy {
        display: inline; } }
  .items .entry__delete {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url(../images/bin.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 12.5px 16px;
    -moz-background-size: 12.5px 16px;
    -o-background-size: 12.5px 16px;
    background-size: 12.5px 16px;
    border-left: 1px solid #1F408A;
    background-position: center center; }
    .items .entry__delete button {
      -webkit-appearance: none;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
    @media (max-width: 767px) {
      .items .entry__delete {
        width: 30%;
        display: inline-block;
        height: 40px; } }
  .items .entry__input {
    position: relative;
    margin-right: 10px;
    max-width: 200px;
    font-size: 24px;
    color: #1F408A;
    font-weight: 600; }
    @media (max-width: 767px) {
      .items .entry__input {
        display: inline-block;
        padding-right: 15px;
        margin: 0;
        font-size: 20px;
        -webkit-box-flex: 1.3;
        -webkit-flex: 1.3;
        -moz-box-flex: 1.3;
        -ms-flex: 1.3;
        flex: 1.3;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .items .entry__input input {
      border: 1px solid #95989A;
      height: 40px;
      width: 120px;
      -webkit-appearance: none;
      padding-right: 30px;
      text-align: right;
      color: #1F408A;
      font-weight: 600; }
      @media (max-width: 767px) {
        .items .entry__input input {
          width: 90px;
          display: inline-block; } }
      @media (max-width: 420px) {
        .items .entry__input input {
          height: 35px; } }
    .items .entry__input i {
      position: absolute;
      display: block;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      top: 50%;
      pointer-events: none;
      width: 25px;
      text-align: center;
      font-style: normal;
      right: 10px; }
      @media (max-width: 767px) {
        .items .entry__input i {
          left: 60px; } }
  .items .entry__title, .items .entry__discount, .items .entry__price {
    color: #1F408A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 767px) {
      .items .entry__title, .items .entry__discount, .items .entry__price {
        display: inline-block; } }

.confirm .items__entry-form {
  padding: 10px 0 10px 20px; }

.confirm__title {
  margin-bottom: 10px; }

.confirm__action {
  margin-bottom: 50px; }

.confirm__explain {
  border-top: 1px solid black;
  padding: 10px 0 20px 0; }
  .confirm__explain__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #444444; }
  .confirm__explain__text {
    font-size: 14px;
    color: #95989A; }

.result {
  margin-bottom: 40px; }
  .result__top {
    background-color: #F5F7FA;
    padding: 20px;
    text-align: center; }
  .result__bottom {
    background-color: #D1D8E7;
    padding: 20px;
    text-align: center; }
  .result__line {
    width: 15%;
    height: 1px;
    background-color: #D00011;
    margin: 15px auto; }

.warning {
  color: #D00011;
  background-image: url(../images/warning.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px;
  -o-background-size: 14px;
  background-size: 14px;
  padding-left: 30px; }
  .warning p {
    margin: 0; }
  .warning-sidebar {
    padding: 10px 10px 10px 30px;
    border: 1px solid #1F408A;
    text-align: left;
    font-size: 14px;
    margin-top: 10px; }
  .warning-result {
    background-position: top 2px left 10px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px; }

.link {
  color: #1F408A;
  display: inline-block;
  text-decoration: none;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .link-page {
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 400 !important;
    height: 25px;
    padding: 5px 25px 5px 10px;
    background-color: #ffffff;
    background-image: url(../images/arrow.svg);
    background-position: center right 5px;
    -webkit-background-size: 10px 17px;
    -moz-background-size: 10px 17px;
    -o-background-size: 10px 17px;
    background-size: 10px 17px;
    min-width: 111px; }
    @media (max-width: 767px) {
      .link-page {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px; } }
  .link-back {
    padding: 0 20px 0 35px;
    border: 2px solid #1F408A;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    background-image: url(../images/arr-back.svg);
    background-position: center left 15px;
    -webkit-background-size: 8px 22.5px;
    -moz-background-size: 8px 22.5px;
    -o-background-size: 8px 22.5px;
    background-size: 8px 22.5px;
    font-size: 18px;
    font-weight: 600; }
    @media (max-width: 420px) {
      .link-back {
        font-size: 13px;
        line-height: 34px;
        height: 36px; } }

.label {
  color: #1F408A; }
  .label p {
    margin: 0; }
  .label-sm {
    font-size: 12px; }
  .label-md {
    font-size: 18px; }
  .label-lg {
    font-size: 24px; }
    @media (max-width: 767px) {
      .label-lg {
        font-size: 20px; } }
  .label-xl {
    font-size: 32px; }
  .label-xxl {
    font-size: 36px; }
    @media (max-width: 767px) {
      .label-xxl {
        font-size: 30px; } }
  .label-bold {
    font-weight: 600; }

.note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0;
  text-align: center; }

.popup {
  width: 360px;
  height: auto;
  margin: auto;
  background-color: #ffffff;
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #666666;
  z-index: 12;
  top: 100px; }
  @media (max-width: 767px) {
    .popup {
      padding: 15px;
      width: 300px; } }
  .popup p {
    display: inline-block; }
  .popup__confirm {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .popup-small {
    width: 250px; }
  .popup__close {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #1d3d8c;
    cursor: pointer; }
    .popup__close:before, .popup__close:after {
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      content: ' ';
      height: 10px;
      width: 2px;
      background-color: #ffffff; }
    .popup__close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .popup__close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .popup__loader:after {
    background: url("../images/loader.svg") center no-repeat;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5); }
  .popup__title {
    color: #1d3d8c;
    font-size: 25px;
    margin-bottom: 27px;
    font-weight: 300; }
  .popup__subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 14px; }
  .popup input:not([type="checkbox"]) {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    padding: 12px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: unset;
    border: 1px solid #d8d8d8;
    color: #666666; }
    .popup input:not([type="checkbox"]):last-child {
      margin-bottom: 0; }
  .popup .agree-label {
    color: #000;
    margin-bottom: 25px; }
    .popup .agree-label a {
      color: #000; }
  .popup input[type="number"][disabled] {
    color: #d8d8d8; }
  .popup__form {
    margin-bottom: 30px; }
  .popup__center, .popup__save {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.dim {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(225, 231, 245, 0.75);
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.blockCard {
  float: unset;
  width: 106px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #5871A8;
  background-image: url(../images/block.svg);
  background-position: left 10px center;
  background-repeat: no-repeat;
  height: 34px;
  color: #ffffff;
  padding-left: 35px;
  -webkit-background-size: 21px 21px;
  -moz-background-size: 21px;
  -o-background-size: 21px;
  background-size: 21px;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24); }

.valid__from {
  opacity: 0.5;
  color: #1F408A; }

.valid__to {
  padding-left: 27px;
  border-left: 1px solid rgba(31, 64, 138, 0.5); }
  @media (max-width: 340px) {
    .valid__to {
      padding-left: 20px; } }

.icon {
  position: absolute;
  cursor: default; }
  .icon__info {
    width: 14px;
    height: 14px;
    top: 5px;
    right: 5px; }
  .icon__entry {
    bottom: 5px;
    right: 10px; }
  .icon__pAccepted {
    width: 19px;
    height: 15px; }
  .icon__cancel {
    width: 15px;
    height: 15px; }
  .icon__accepted {
    width: 15px;
    height: 15px; }
  .icon__payed {
    width: 19px;
    height: 15px; }
  .icon .popover {
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 42px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    color: #fff;
    display: none;
    font-size: 14px;
    font-family: 'Helvetica',sans-serif;
    left: -93px;
    padding: 7px 10px;
    position: absolute;
    width: 200px;
    z-index: 4; }
    .icon .popover:before {
      border-top: 7px solid rgba(0, 0, 0, 0.85);
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      bottom: -7px;
      content: '';
      display: block;
      left: 50%;
      margin-left: -7px;
      position: absolute; }
  .icon:hover .popover {
    display: block;
    -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
    -ms-animation: fade-in .3s linear 1, move-up .3s linear 1; }

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

@-moz-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes move-up {
  from {
    bottom: 30px; }
  to {
    bottom: 42px; } }

@-moz-keyframes move-up {
  from {
    bottom: 30px; }
  to {
    bottom: 42px; } }

.border-left {
  padding-left: 20px;
  border-left: 1px solid #1F408A; }

.contactLink {
  background-color: #5871A8;
  margin-bottom: 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  text-align: left;
  background-image: url(../images/icon-envelope.svg);
  background-position: right 13px center;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-size: 44px 20px;
  -moz-background-size: 44px 20px;
  -o-background-size: 44px 20px;
  background-size: 44px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px; }
  @media (max-width: 1169px) {
    .contactLink {
      display: none; } }

@media (max-width: 1169px) {
  .history {
    display: none; } }

.success-btn {
  margin: 0 5px 10px 5px; }

.agreeError {
  display: none !important; }
  .agreeError.show {
    display: block !important; }
