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

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

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

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

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

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

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

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

/**
 * 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.
 */
ul {
  margin: 0;
  padding: 0; }

button,
input,
optgroup,
select,
textarea {
  /* 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: none; }

@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 970px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1110px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto; }

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%; }

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
  -ms-flex: 0 0 25%; }

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%; }

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  -ms-flex: 0 0 50%; }

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%; }

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
  -ms-flex: 0 0 75%; }

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%; }

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.3333333333%; }

.pull-2 {
  right: 16.6666666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.3333333333%; }

.pull-5 {
  right: 41.6666666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.3333333333%; }

.pull-8 {
  right: 66.6666666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.3333333333%; }

.pull-11 {
  right: 91.6666666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.3333333333%; }

.push-2 {
  left: 16.6666666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.3333333333%; }

.push-5 {
  left: 41.6666666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.3333333333%; }

.push-8 {
  left: 66.6666666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.3333333333%; }

.push-11 {
  left: 91.6666666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
    -ms-flex: 0 0 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.3333333333%; }

  .pull-sm-2 {
    right: 16.6666666667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.3333333333%; }

  .pull-sm-5 {
    right: 41.6666666667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.3333333333%; }

  .pull-sm-8 {
    right: 66.6666666667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.3333333333%; }

  .pull-sm-11 {
    right: 91.6666666667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.3333333333%; }

  .push-sm-2 {
    left: 16.6666666667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.3333333333%; }

  .push-sm-5 {
    left: 41.6666666667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.3333333333%; }

  .push-sm-8 {
    left: 66.6666666667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.3333333333%; }

  .push-sm-11 {
    left: 91.6666666667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0%; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
    -ms-flex: 0 0 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.3333333333%; }

  .pull-md-2 {
    right: 16.6666666667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.3333333333%; }

  .pull-md-5 {
    right: 41.6666666667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.3333333333%; }

  .pull-md-8 {
    right: 66.6666666667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.3333333333%; }

  .pull-md-11 {
    right: 91.6666666667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.3333333333%; }

  .push-md-2 {
    left: 16.6666666667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.3333333333%; }

  .push-md-5 {
    left: 41.6666666667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.3333333333%; }

  .push-md-8 {
    left: 66.6666666667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.3333333333%; }

  .push-md-11 {
    left: 91.6666666667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0%; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
    -ms-flex: 0 0 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.3333333333%; }

  .pull-lg-2 {
    right: 16.6666666667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.3333333333%; }

  .pull-lg-5 {
    right: 41.6666666667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.3333333333%; }

  .pull-lg-8 {
    right: 66.6666666667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.3333333333%; }

  .pull-lg-11 {
    right: 91.6666666667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.3333333333%; }

  .push-lg-2 {
    left: 16.6666666667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.3333333333%; }

  .push-lg-5 {
    left: 41.6666666667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.3333333333%; }

  .push-lg-8 {
    left: 66.6666666667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.3333333333%; }

  .push-lg-11 {
    left: 91.6666666667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
    -ms-flex: 0 0 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%; }

  .pull-xl-0 {
    right: auto; }

  .pull-xl-1 {
    right: 8.3333333333%; }

  .pull-xl-2 {
    right: 16.6666666667%; }

  .pull-xl-3 {
    right: 25%; }

  .pull-xl-4 {
    right: 33.3333333333%; }

  .pull-xl-5 {
    right: 41.6666666667%; }

  .pull-xl-6 {
    right: 50%; }

  .pull-xl-7 {
    right: 58.3333333333%; }

  .pull-xl-8 {
    right: 66.6666666667%; }

  .pull-xl-9 {
    right: 75%; }

  .pull-xl-10 {
    right: 83.3333333333%; }

  .pull-xl-11 {
    right: 91.6666666667%; }

  .pull-xl-12 {
    right: 100%; }

  .push-xl-0 {
    left: auto; }

  .push-xl-1 {
    left: 8.3333333333%; }

  .push-xl-2 {
    left: 16.6666666667%; }

  .push-xl-3 {
    left: 25%; }

  .push-xl-4 {
    left: 33.3333333333%; }

  .push-xl-5 {
    left: 41.6666666667%; }

  .push-xl-6 {
    left: 50%; }

  .push-xl-7 {
    left: 58.3333333333%; }

  .push-xl-8 {
    left: 66.6666666667%; }

  .push-xl-9 {
    left: 75%; }

  .push-xl-10 {
    left: 83.3333333333%; }

  .push-xl-11 {
    left: 91.6666666667%; }

  .push-xl-12 {
    left: 100%; }

  .offset-xl-0 {
    margin-left: 0%; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 767px) {
    .nav {
      display: none; } }

.header .row {
  -ms-flex-align: center;
      align-items: center; }

.site-header__logo {
  padding: 6px 0;
  top: 0px;
  display: block;
  position: relative; }
  @media (max-width: 767px) {
    .site-header__logo {
      top: 0; } }

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.header .row {
  -ms-flex-align: center;
      align-items: center; }

.site-header__logo {
  padding: 6px 0;
  top: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .site-header__logo {
      top: 0; } }

.menu-main {
  position: relative; }
  .menu-main ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }

.hide-non {
  top: 0; }

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  text-align: right;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .navigation-main .inverted.nav-button a {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0) !important; }
  .navigation-main li {
    position: relative; }
  .navigation-main > li {
    display: inline-block; }
    @media (max-width: 767px) {
      .navigation-main > li.hide-mobile {
        display: none; } }
  .navigation-main a {
    display: block;
    white-space: nowrap; }
  .navigation-main ul {
    text-align: left;
    position: absolute;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: transform .2s ease .085s;
    transform: translate(0, 10px);
    margin-left: 12px;
    z-index: -1; }
    .navigation-main ul.city-list {
      display: none !important; }
    .navigation-main ul.overflowed {
      padding-bottom: 20px; }
  .navigation-main ul ul {
    top: -12px;
    left: 100%;
    margin: 0;
    transform: translate(-10px, 0); }
    .navigation-main ul ul.overflowed {
      overflow: auto;
      height: 400px; }
  .navigation-main > li:first-child ul {
    margin-left: 0; }
  .navigation-main li:hover > ul {
    transition-delay: 0s, 0s, 0s;
    visibility: visible;
    opacity: 1;
    z-index: 9; }
    .navigation-main li:hover > ul.cities-list {
      display: none; }
  .navigation-main li:hover ul {
    z-index: 15; }
  .navigation-main > li:hover > ul {
    transform: translate(0, 0); }
  .navigation-main li li:hover > ul {
    transform: translate(0, 0); }
  .navigation-main ul {
    padding: 16px 0 8px;
    list-style: none;
    background-color: #fff;
    min-width: 170px;
    border-radius: 3px;
    max-height: 420px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 12px 24px rgba(0, 0, 0, 0.05); }
    .navigation-main ul.overflowed {
      overflow: auto; }
    .navigation-main ul strong {
      font-weight: 700; }
    @media (min-width: 767px) {
      .navigation-main ul {
        border-radius: 4px;
        scrollbar-width: 18px;
        scrollbar-color: #eaeced #fff; }
        .navigation-main ul::-webkit-scrollbar {
          width: 15px;
          border-radius: 4px; }
        .navigation-main ul::-webkit-scrollbar-track {
          background: #fff;
          border: 3px solid #fff;
          border-radius: 4px; }
        .navigation-main ul::-webkit-scrollbar-thumb {
          background-color: #eaeced;
          opacity: 0.9;
          border-radius: 5em;
          border: 3px solid #fff; } }
  .navigation-main a {
    position: relative;
    color: #fff;
    font-size: 14px; }
  .navigation-main > li > a {
    padding: 10px 3px;
    margin: 0 8px;
    transition: border-color;
    font-weight: 700; }
    @media (max-width: 767px) {
      .navigation-main > li > a {
        border: none; } }
  .navigation-main > li:first-child > a {
    margin-left: 0; }
  .navigation-main > li:last-child > a {
    margin-right: 0; }
  .navigation-main > .current-menu-item > a:after,
  .navigation-main > .current-menu-parent > a:after,
  .navigation-main > .current-menu-ancestor > a:after,
  .navigation-main > .current_page_ancestor > a:after,
  .navigation-main > .current_page_item > a:after {
    background-color: #006C4E;
    background-image: linear-gradient(0deg, #00CF95, #00CF95);
    border-radius: 5em;
    width: 100%;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; }
  .navigation-main li li a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(45, 59, 78, 0.67); }
    .navigation-main li li a:hover {
      color: #2D3B4E; }
  @media (max-width: 767px) {
    .navigation-main .nav-button {
      margin-right: 20px; } }
  .navigation-main .nav-button.nav-button a {
    margin-left: 8px; }
  .navigation-main .nav-button > a {
    border: none;
    background-color: #006C4E;
    background-image: linear-gradient(0deg, #00CF95, #00CF95);
    border-radius: 4px;
    padding: 11px 16px;
    transition: all 0.3s ease-in;
    font-weight: bold;
    margin-right: 0;
    margin: 0 0 0 16px;
    min-width: 110px;
    text-align: center; }
    .navigation-main .nav-button > a:hover {
      background-color: #00A87A;
      background-image: linear-gradient(0deg, #00A87A, #00A87A); }
    @media (max-width: 767px) {
      .navigation-main .nav-button > a {
        padding: 7px 12px;
        font-size: 14px;
        line-height: 18px; } }
    .navigation-main .nav-button > a:hover {
      background-color: #006C4E; }
    .navigation-main .nav-button > a::before {
      display: none; }

@media (max-width: 991px) {
  .current-menu-item a {
    box-shadow: inset 5px 0 0 -2px #006C4E; } }

@keyframes slideIn {
  0% {
    transform: translateY(60px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: 1; } }
.city-popup {
  display: none; }

.city-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 112;
  background: #fff; }
  .city-popup .city {
    padding-top: 80px;
    overflow: auto;
    width: 100%;
    height: 100vh; }
    @media (min-width: 767px) {
      .city-popup .city {
        overflow: unset;
        animation: slideIn 0.24s ease-in-out forwards; } }
  @media (min-width: 767px) {
    .city-popup {
      position: fixed;
      margin: auto;
      overflow: unset;
      max-height: 80%;
      height: auto;
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 12px;
      background: transparent;
      right: 0;
      left: 0;
      border-radius: 12px; }
      .city-popup .overlay {
        background-color: rgba(45, 59, 78, 0.95);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1; } }
  .city-popup ul {
    list-style: none; }
    @media (min-width: 767px) {
      .city-popup ul {
        max-height: 80%;
        list-style: none;
        overflow: auto;
        height: auto;
        margin-top: 16px;
        padding: 24px 0;
        background: #fff;
        border-radius: 0 0 12px 12px;
        scrollbar-width: 18px;
        scrollbar-color: rgba(45, 59, 78, 0.15) #fff; }
        .city-popup ul::-webkit-scrollbar {
          width: 15px;
          border-radius: 5px; }
        .city-popup ul::-webkit-scrollbar-track {
          background: #fff;
          border: 3px solid #fff;
          border-radius: 5px; }
        .city-popup ul::-webkit-scrollbar-thumb {
          background-color: rgba(45, 59, 78, 0.15);
          opacity: 0.9;
          border-radius: 5em;
          border: 3px solid #fff; } }
  .city-popup a {
    padding: 12px 20px;
    color: #616C7A;
    display: block;
    font-size: 16px;
    text-align: left;
    text-decoration: none; }
    .city-popup a:hover {
      background-color: rgba(45, 59, 78, 0.04); }
    @media (min-width: 767px) {
      .city-popup a {
        padding: 12px 40px; } }
    .city-popup a strong {
      color: #2d3b4e; }
  .city-popup--title {
    position: fixed;
    background: #fff;
    padding: 20px 80px 20px 60px;
    top: 0;
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    width: 100%;
    box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.05);
    border: none;
    height: 60px;
    border-radius: 12px 12px 0 0;
    z-index: 1;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate(-20.000000, -20.000000)'%3e%3cg transform='translate(10.000000, 10.000000)'%3e%3cg transform='translate(10.000000, 10.000000)'%3e%3crect x='0' y='0' width='20' height='20'%3e%3c/rect%3e%3cpath d='M13.06973,11.7588951 L17.6990849,16.2849614 C18.0939899,16.6710553 18.1011326,17.30418 17.7150386,17.6990849 C17.3289447,18.0939899 16.69582,18.1011326 16.3009151,17.7150386 L11.6377919,13.1559575 C10.668432,13.8282655 9.49137366,14.2222222 8.22222222,14.2222222 C4.90827081,14.2222222 2.22222222,11.5361736 2.22222222,8.22222222 C2.22222222,4.90827081 4.90827081,2.22222222 8.22222222,2.22222222 C11.5361736,2.22222222 14.2222222,4.90827081 14.2222222,8.22222222 C14.2222222,9.54470982 13.7944577,10.7672013 13.06973,11.7588951 L13.06973,11.7588951 Z M12.2222222,8.22222222 C12.2222222,6.01284031 10.4316041,4.22222222 8.22222222,4.22222222 C6.01284031,4.22222222 4.22222222,6.01284031 4.22222222,8.22222222 C4.22222222,10.4316041 6.01284031,12.2222222 8.22222222,12.2222222 C10.4316041,12.2222222 12.2222222,10.4316041 12.2222222,8.22222222 Z' fill-opacity='0.4' fill='%232D3B4E'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 20px;
    color: #2d3b4e; }
    @media (max-width: 767px) {
      .city-popup--title {
        left: 0; } }
    .city-popup--title:-ms-input-placeholder {
      opacity: 0.5;
      color: #2d3b4e; }
    .city-popup--title::placeholder {
      opacity: 0.5;
      color: #2d3b4e; }
    @media (min-width: 767px) {
      .city-popup--title {
        position: absolute;
        height: 96px;
        border-radius: 12px 12px 0 0;
        left: 0;
        right: 0; } }
  .city-popup .close-button {
    cursor: pointer;
    z-index: 2;
    position: fixed;
    padding: 14px 20px;
    top: 0;
    width: 80px;
    right: 0;
    height: 60px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: transparent;
    margin-right: 0; }
    @media (min-width: 767px) {
      .city-popup .close-button {
        position: absolute;
        height: 96px; } }
    .city-popup .close-button:before {
      background: rgba(45, 59, 78, 0.05);
      border-radius: 99%;
      position: absolute;
      z-index: 1;
      width: 40px;
      height: 40px;
      content: '';
      top: 0;
      left: 0;
      margin: auto;
      bottom: 0;
      right: 0; }

.nothing-found {
  display: none;
  text-align: center;
  padding: 24px 0;
  color: #616C7A;
  font-size: 16px; }

.header--tools__menu ul {
  margin-left: -138px !important; }

:focus {
  outline: none; }

.hidden {
  display: none; }

.loading span {
  height: 20px;
  width: 20px;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  background: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath fill='%2348d9a4' fill-rule='nonzero' d='M10 1a1 1 0 0 1 0 2 7 7 0 1 0 0 14 1 1 0 0 1 0 2 9 9 0 0 1 0-18z'/%3e%3c/svg%3e") 50% no-repeat;
  animation: spinnerAnimate__Z9v1B 1s infinite linear;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  margin: auto;
  z-index: 9; }
.loading:before {
  content: "";
  background: #fff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1; }

@keyframes spinnerAnimate__Z9v1B {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
#welcomepickups > div {
  background: transparent; }

#welcomepickups form {
  background: transparent;
  padding: 40px 48px !important; }
  #welcomepickups form label {
    color: #fff; }
  @media (max-width: 767px) {
    #welcomepickups form {
      padding: 40px 24px !important; } }
  @media (max-width: 560px) {
    #welcomepickups form {
      padding: 24px !important; } }

.entry-content-large {
  background-color: #162336;
  max-width: 1100px;
  position: relative;
  border-radius: 4px;
  z-index: 9;
  width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 48px; }
  .entry-content-large .tripadvisor {
    height: 77px;
    width: 162px;
    border-radius: 0 0 12px 12px;
    background-color: #FFFFFF;
    position: absolute;
    right: 48px;
    z-index: 211;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    top: 0; }
    .entry-content-large .tripadvisor img {
      position: relative;
      top: 8px; }
    .entry-content-large .tripadvisor .desktop {
      display: block; }
    .entry-content-large .tripadvisor .mobile {
      display: none; }
    @media (max-width: 991px) {
      .entry-content-large .tripadvisor {
        right: 24px;
        width: 79px;
        height: 62px; }
        .entry-content-large .tripadvisor .desktop {
          display: none; }
        .entry-content-large .tripadvisor .mobile {
          display: block; } }
    @media (max-width: 375px) {
      .entry-content-large .tripadvisor {
        right: 4px; } }
  .entry-content-large .col-sm-6 {
    padding: 0; }
    .entry-content-large .col-sm-6:first-child::after {
      background: linear-gradient(90deg, rgba(22, 35, 54, 0) 0%, #162336 100%);
      content: '';
      top: 0;
      right: 0;
      left: auto;
      width: 100%;
      position: absolute;
      display: block;
      height: 100%;
      z-index: 2; }
      @media (max-width: 560px) {
        .entry-content-large .col-sm-6:first-child::after {
          background: linear-gradient(180deg, rgba(22, 35, 54, 0) 0%, #162336 100%); } }
    @media (max-width: 767px) {
      .entry-content-large .col-sm-6 {
        width: 100%; } }
.entry-content .airport-photo {
  width: 100%;
  border-radius: 4px;
  display: block;
  margin-bottom: 28px;
  margin-top: 38px; }
  @media (max-width: 767px) {
    .entry-content .airport-photo {
      margin-top: 24px;
      margin-bottom: 24px; } }
.entry-content a {
  text-decoration: none; }

a,
.author-desc a {
  text-decoration: none;
  font-weight: 700;
  color: #006C4E; }

h1,
h3,
h2,
h4,
h5 {
  padding: 0;
  margin: 0; }

/*header menu module*/
#welcomepickups button[type="submit"] {
  background-color: #006C4E;
  background-image: linear-gradient(0deg, #00CF95, #00CF95); }

header {
  width: 100%;
  position: absolute;
  padding-top: 20px;
  z-index: 1; }
  header:not(.fixed) {
    z-index: 12; }
  @media (max-width: 767px) {
    header {
      padding-top: 0px; } }
  header--tools {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  header .sticky {
    display: none; }

#mobile-menu {
  visibility: hidden;
  position: fixed; }

#mobile-menu.mm--open {
  visibility: visible; }

.mm .mobile-menu--languages {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 0 32px; }
  .mm .mobile-menu--languages select {
    border: 1px solid rgba(45, 59, 78, 0.15);
    background: #fff url("../../images/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: 90% center;
    border-radius: 4px;
    width: 100%;
    margin: auto;
    padding: 14px 24px;
    color: #2D3B4E;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700; }
.mm .xtra-icon {
  padding: 0;
  position: absolute;
  right: -18px;
  top: 14px;
  margin: 0; }
.mm--open a,
.mm--open span {
  font-weight: 700; }
  .mm--open a li a,
  .mm--open a li span,
  .mm--open span li a,
  .mm--open span li span {
    font-weight: 400; }
.mm--open .button {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #2D3B4E;
  width: 200px;
  border: 1px solid rgba(45, 59, 78, 0.15);
  border-radius: 4px;
  padding: 15px 24px;
  margin-left: 30px;
  margin-top: 16px;
  height: auto;
  font-weight: 700;
  transition: left 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
.mm .mobile-menu--close {
  position: absolute;
  right: -4px;
  top: 8px;
  margin: 0; }
.mm .mobile-menu--footer {
  position: relative; }
  .mm .mobile-menu--footer:before {
    width: 80%;
    margin: auto;
    content: '';
    border-top: 1px solid #eee;
    position: absolute;
    top: -16px;
    right: 0;
    left: 0; }
.mm .mobile-menu--container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 17px 32px 32px 32px; }
  .mm .mobile-menu--container p {
    margin: 0;
    padding: 0; }
    .mm .mobile-menu--container p img {
      width: 26px;
      height: 26px; }
  .mm .mobile-menu--container:after {
    width: 80%;
    margin: auto;
    content: '';
    border-bottom: 1px solid #eee;
    position: absolute;
    bottom: 9px; }

#m-header {
  display: none; }

/*
main menu
*/
@media (max-width: 560px) {
  header {
    height: 60px; } }
header .row {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row;
      flex-flow: row; }
  header .row .col-center {
    padding: 6px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  header .row .col-right {
    padding: 6px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  header .row .col-center {
    padding: 6px 0; }
header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

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

  .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

  #m-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative; }

  .site-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .site-logo svg {
      max-width: 164px; }
    .site-logo .m-menu {
      padding: 20px;
      width: 60px; }
      .site-logo .m-menu svg {
        width: 20px; } }
/*Main stuff */
@media (max-width: 991px) and (max-width: 767px) {
  box-shadow: none; }
.hide-non {
  display: none; }

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

.slide-bg {
  text-align: left;
  height: 520px;
  position: absolute;
  left: 0;
  width: 100%;
  background: darkgray;
  background-position: center center; }
  .slide-bg::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(22, 35, 54, 0.4), rgba(22, 35, 54, 0.7));
    position: relative;
    z-index: 3; }
    @media (max-width: 767px) {
      .slide-bg::after {
        position: absolute; } }
  @media (max-width: 767px) {
    .slide-bg {
      height: auto !important;
      min-height: 431px;
      position: relative; } }

@media (min-width: 767px) {
  .ranking-first-screen__bg {
    background-color: #2D3B4E; } }
.entry-thumb-container {
  display: block;
  width: 100%;
  margin-bottom: 56px;
  overflow: hidden;
  z-index: 9;
  height: 520px; }
  @media (min-width: 767px) {
    .entry-thumb-container {
      background-color: #2D3B4E; } }
  @media (max-width: 767px) {
    .entry-thumb-container {
      height: auto !important;
      position: relative;
      min-height: 431px;
      padding: 0; } }
  .entry-thumb-container .mb-logo {
    display: none;
    position: relative;
    top: 8px; }
    @media (max-width: 991px) {
      .entry-thumb-container .mb-logo svg {
        width: 32px;
        height: 32px; } }
  .entry-thumb-container .entry-header {
    height: auto;
    position: absolute;
    bottom: 56px;
    max-width: 684px;
    width: 100%;
    margin: auto;
    right: 0;
    z-index: 0;
    left: 0;
    z-index: 5; }
    @media (max-width: 767px) {
      .entry-thumb-container .entry-header {
        margin: auto;
        right: 0;
        z-index: 12;
        left: 0;
        position: relative;
        padding-top: 152px !important; } }
    @media (max-width: 320px) {
      .entry-thumb-container .entry-header {
        padding: 0 10px;
        padding-top: 50% !important; } }
    .entry-thumb-container .entry-header .time {
      font-size: 12px;
      line-height: 18px;
      margin-left: 16px;
      display: inline-block;
      vertical-align: middle;
      color: rgba(255, 255, 255, 0.75); }
      .entry-thumb-container .entry-header .time strong {
        font-size: 16px;
        display: block;
        line-height: 20.8px;
        color: #ffffff;
        font-weight: 400;
        margin-bottom: 2px; }
  .entry-thumb-container .avatar {
    border-radius: 99%;
    width: 48px;
    height: 48px;
    display: inline-block; }
  .entry-thumb-container .entry-title {
    max-width: 684px;
    width: 100%;
    margin: 0 auto;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
    margin-bottom: 32px;
    color: #ffffff; }
  .entry-thumb-container .entry-meta,
  .entry-thumb-container .entry-categories {
    text-align: left; }
  .entry-thumb-container .entry-meta > a {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    text-decoration: none; }
  .entry-thumb-container .entry-categories {
    margin-bottom: 10px;
    letter-spacing: -0.025em;
    font-weight: 700; }
  .entry-thumb-container .entry-categories {
    margin-bottom: 36px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    text-decoration: none; }
    .entry-thumb-container .entry-categories > a {
      font-size: 14px;
      font-weight: 700;
      line-height: 21px;
      letter-spacing: 1.2px;
      color: rgba(255, 255, 255, 0.75);
      text-transform: uppercase;
      text-decoration: none; }

.entry-content {
  position: relative;
  font-size: 16px;
  line-height: 27px;
  color: #2d3b4e;
  width: 100%;
  max-width: 684px;
  margin: auto; }
  .entry-content a {
    color: #006C4E;
    text-decoration: underline; }

/*Social Icons*/
.left-fixed-aside.fixed {
  position: fixed;
  top: 80px;
  visibility: visible;
  z-index: 10;
  margin-left: 0px; }
  @media (max-width: 991px) {
    .left-fixed-aside.fixed {
      display: none; } }
  .left-fixed-aside.fixed h4 {
    font-weight: 700;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-align: center;
    color: #212933;
    text-transform: uppercase;
    margin-bottom: 24px; }
  .left-fixed-aside.fixed a {
    opacity: 1;
    transition: opacity 0.3s;
    margin-bottom: 0px;
    padding: 7px;
    line-height: 1px;
    margin-bottom: 8px; }
  .left-fixed-aside.fixed div {
    width: 76px;
    opacity: 0.8;
    padding: 0px 12px;
    text-align: center;
    background: transparent;
    box-shadow: none;
    margin-bottom: 32px; }

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

.to-city-by-buss__title span {
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  top: 0; }

p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 32px;
  margin-top: 0; }

.to-city-by-buss__text {
  margin-bottom: 48px; }

h2 {
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 32px;
  padding-left: 84px;
  position: relative;
  color: #2d3b4e; }
  h2.to-city-by-buss__title {
    color: #616C7A; }
    h2.to-city-by-buss__title b {
      color: #2d3b4e; }

div.to-city-by-buss__text {
  margin-bottom: 48px; }

.how-to-get-article__sub-title {
  color: #2d3b4e; }

h2.how-to-get-article__sub-title,
h3 {
  font-size: 24px;
  margin-bottom: 24px;
  padding: 0;
  font-weight: bold;
  line-height: 31.2px; }
  h2.how-to-get-article__sub-title .site-arrows,
  h3 .site-arrows {
    margin-left: 20px;
    margin-right: 0; }

.select-amount__title {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 31.2px;
  font-weight: bold; }

/*Table*/
.price-passagers-output {
  margin-top: 7px;
  padding: 0 0px;
  padding-bottom: 0;
  box-shadow: none;
  border: none; }
  .price-passagers-output .price-passagers-input {
    border-radius: 4px;
    background-color: #f7f7f7;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 1px;
    text-align: center;
    color: #2d3b4e;
    font-weight: 700;
    padding: 0;
    height: 74px;
    line-height: 74px; }
    .price-passagers-output .price-passagers-input span {
      display: inline-block;
      margin: 0 -2px 0 -2px;
      text-align: right;
      width: 14px; }
    .price-passagers-output .price-passagers-input a.minus {
      top: -4px;
      position: relative; }
    .price-passagers-output .price-passagers-input a.counter {
      width: 42px;
      height: 42px;
      line-height: 48px;
      margin: 0 6px;
      position: relative;
      display: inline-block; }
    .price-passagers-output .price-passagers-input a.plus {
      margin-left: 0;
      top: 2px; }
    .price-passagers-output .price-passagers-input .is-plurar {
      width: 100px;
      display: inline-block; }

.mobile-popup-tr {
  display: none; }

.price-passagers-output__table td,
.price-passagers-output__table th {
  padding: 21px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2d3b4e;
  white-space: normal; }

.price-passagers-output__table td .btn {
  font-weight: 700; }
  .price-passagers-output__table td .btn:hover {
    background: #3d4d63; }

.price-passagers-output__table tr {
  border-bottom: 1px solid #ebebeb !important; }

.price-passagers-output__block {
  position: relative;
  display: table-row;
  vertical-align: middle;
  text-align: center; }

.price-passagers-output__table span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 8px; }

.price-passagers-output__table td,
.price-passagers-output__table th {
  text-align: left;
  line-height: 20px;
  font-size: 16px; }
  .price-passagers-output__table td a,
  .price-passagers-output__table th a {
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    color: #2D3B4E; }

.price-passagers-output__table th {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.27;
  padding-bottom: 16px;
  letter-spacing: 1px;
  color: #616C7A;
  min-width: 50px; }

.btn {
  text-align: center;
  padding: 10px 24px;
  border-radius: 4px;
  background-color: #2D3B4E;
  color: #fff !important; }

/*Welcome Section*/
.welcome-section__main {
  padding: 32px 48px 36px;
  margin-left: 286px; }
  .welcome-section__main ul {
    margin-top: 24px; }
    .welcome-section__main ul li {
      font-size: 14px;
      line-height: 24px;
      color: #2d3b4e;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 14px;
      padding-left: 18px;
      position: relative; }
      .welcome-section__main ul li:last-child {
        margin-bottom: 32px; }
      .welcome-section__main ul li:before {
        width: 6px;
        height: 6px;
        background-color: #2d3b4e;
        content: "";
        position: absolute;
        display: block;
        left: 0;
        margin-top: 8px;
        border-radius: 99%; }

.welcome-section__main h4 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  color: #2d3b4e; }

.welcome-section__main p {
  margin-bottom: 28px;
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
  color: #2d3b4e; }

.welcome-section__main .button {
  border-radius: 4px;
  background-color: #00CF95;
  background-image: linear-gradient(0deg, #00CF95, #00CF95);
  padding: 15px 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  border: 0px solid;
  line-height: 18px;
  text-align: center;
  color: #ffffff; }

.share-with-friends {
  margin-bottom: 80px; }
  .share-with-friends .sharing-options {
    list-style: none;
    margin-top: 24px;
    margin-bottom: 8px;
    text-align: center; }
    .share-with-friends .sharing-options li {
      display: inline-block;
      margin: 8px 15px;
      vertical-align: middle; }
      .share-with-friends .sharing-options li.copy-link a {
        width: 93px;
        height: 42px;
        padding: 12px 16px;
        border-radius: 4px;
        border: solid 1px #ebebeb;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.29;
        color: #2d3b4e; }
  .share-with-friends h4 {
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1px;
    color: #616C7A;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px; }

.section-related {
  padding: 48px 0px 15px;
  background-color: #fafafa;
  margin: 0; }
  .section-related .container {
    border-bottom: 1px solid rgba(45, 59, 78, 0.1); }
  .section-related.transfer-options {
    padding-bottom: 90px;
    padding-top: 0px; }
    @media (max-width: 767px) {
      .section-related.transfer-options {
        padding-bottom: 48px; } }

.nap--section {
  clear: left; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block; }

.icon-sprite {
  display: inline-block;
  background-image: url("../../images/ranking-v7/icons_v7.svg"); }

.icon-sprite.x2 {
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  zoom: 2\9;
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%; }

@media (max-width: 767px) {
  .icon-sprite.x2 {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    zoom: 1.5\9;
    transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -ms-interpolation-mode: nearest-neighbor; }

  .section-top-features_box:nth-of-type(2) {
    margin-right: 0; }

  .section-top-features_box {
    width: calc(50% - 8px);
    margin-top: 16px; }

  .to-city-by-buss__title {
    padding-left: 64px; }

  .to-city-by-buss__title span {
    margin-right: 28px; } }
/* Icons from directory "" */
.icon-arrow-icon,
.icon-arrow-icon\:regular {
  background-position: 0 0;
  background-repeat: no-repeat; }

.icon-arrow-icon-dims {
  width: 8px;
  height: 10px; }

.icon-best-drivers-icon-light-copy,
.icon-best-drivers-icon-light-copy\:regular {
  background-position: 0 -10px;
  background-repeat: no-repeat; }

.icon-best-drivers-icon-light-copy-dims {
  width: 64px;
  height: 64px; }

.icon-breadcrumb-arrow--grey,
.icon-breadcrumb-arrow--grey\:regular {
  background-position: 0 -74px;
  background-repeat: no-repeat; }

.icon-breadcrumb-arrow--grey-dims {
  width: 5px;
  height: 8px; }

.icon-bus-icon-light,
.icon-bus-icon-light\:regular {
  background-position: 0 -82px;
  background-repeat: no-repeat; }

.icon-bus-icon-light-dims {
  width: 32px;
  height: 32px; }

.icon-calendar-icon,
.icon-calendar-icon\:regular {
  background-position: 0 -114px;
  background-repeat: no-repeat; }

.icon-calendar-icon-dims {
  width: 20px;
  height: 20px; }

.icon-check-dark-icon,
.icon-check-dark-icon\:regular {
  background-position: 0 -134px;
  background-repeat: no-repeat; }

.icon-check-dark-icon-dims {
  width: 15px;
  height: 12px; }

.icon-close-icon-grey,
.icon-close-icon-grey\:regular {
  background-position: 0 -146px;
  background-repeat: no-repeat; }

.icon-close-icon-grey-dims {
  width: 14px;
  height: 14px; }

.icon-cross-dark-icon,
.icon-cross-dark-icon\:regular {
  background-position: 0 -160px;
  background-repeat: no-repeat; }

.icon-cross-dark-icon-dims {
  width: 12px;
  height: 12px; }

.icon-dropdown-arrow--white,
.icon-dropdown-arrow--white\:regular {
  background-position: 0 -172px;
  background-repeat: no-repeat; }

.icon-dropdown-arrow--white-dims {
  width: 9px;
  height: 7px; }

.icon-dropdown-custom,
.icon-dropdown-custom\:regular {
  background-position: 0 -179px;
  background-repeat: no-repeat; }

.icon-dropdown-custom-dims {
  width: 10px;
  height: 6px; }

.icon-email-icon,
.icon-email-icon\:regular {
  background-position: 0 -185px;
  background-repeat: no-repeat; }

.icon-email-icon-dims {
  width: 32px;
  height: 24px; }

.icon-escape,
.icon-escape\:regular {
  background-position: 0 -209px;
  background-repeat: no-repeat; }

.icon-escape-dims {
  width: 36px;
  height: 37px; }

.icon-facebook-icon,
.icon-facebook-icon\:regular {
  background-position: 0 -246px;
  background-repeat: no-repeat; }

.icon-facebook-icon-dims {
  width: 32px;
  height: 32px; }

.icon-help-icon-filled,
.icon-help-icon-filled\:regular {
  background-position: 0 -278px;
  background-repeat: no-repeat; }

.icon-help-icon-filled-dims {
  width: 14px;
  height: 14px; }

.icon-icn-checkmark,
.icon-icn-checkmark\:regular {
  background-position: 0 -292px;
  background-repeat: no-repeat; }

.icon-icn-checkmark-dims {
  width: 24px;
  height: 24px; }

.icon-icn-close-side-menu,
.icon-icn-close-side-menu\:regular {
  background-position: 0 -316px;
  background-repeat: no-repeat; }

.icon-icn-close-side-menu-dims {
  width: 11px;
  height: 11px; }

.icon-icn-logo,
.icon-icn-logo\:regular {
  background-position: 0 -327px;
  background-repeat: no-repeat; }

.icon-icn-logo-dims {
  width: 107px;
  height: 27px; }

.icon-info-icon-small,
.icon-info-icon-small\:regular {
  background-position: 0 -354px;
  background-repeat: no-repeat; }

.icon-info-icon-small-dims {
  width: 16px;
  height: 16px; }

.icon-logo,
.icon-logo\:regular {
  background-position: 0 -370px;
  background-repeat: no-repeat; }

.icon-logo-dims {
  width: 116px;
  height: 31px; }

.icon-luggage-icon,
.icon-luggage-icon\:regular {
  background-position: 0 -401px;
  background-repeat: no-repeat; }

.icon-luggage-icon-dims {
  width: 18px;
  height: 18px; }

.icon-menu-icon-dark,
.icon-menu-icon-dark\:regular {
  background-position: 0 -419px;
  background-repeat: no-repeat; }

.icon-menu-icon-dark-dims {
  width: 23px;
  height: 16px; }

.icon-messenger-icon,
.icon-messenger-icon\:regular {
  background-position: 0 -435px;
  background-repeat: no-repeat; }

.icon-messenger-icon-dims {
  width: 32px;
  height: 32px; }

.icon-metro-icon-light,
.icon-metro-icon-light\:regular {
  background-position: 0 -467px;
  background-repeat: no-repeat; }

.icon-metro-icon-light-dims {
  width: 32px;
  height: 32px; }

.icon-minus-icon-grey,
.icon-minus-icon-grey\:regular {
  background-position: 0 -499px;
  background-repeat: no-repeat; }

.icon-minus-icon-grey-dims {
  width: 14px;
  height: 2px; }

.icon-passengers-icon,
.icon-passengers-icon\:regular {
  background-position: 0 -501px;
  background-repeat: no-repeat; }

.icon-passengers-icon-dims {
  width: 18px;
  height: 18px; }

.icon-plus-icon-grey,
.icon-plus-icon-grey\:regular {
  background-position: 0 -519px;
  background-repeat: no-repeat; }

.icon-plus-icon-grey-dims {
  width: 14px;
  height: 14px; }

.icon-refund-icon-light,
.icon-refund-icon-light\:regular {
  background-position: 0 -533px;
  background-repeat: no-repeat; }

.icon-refund-icon-light-dims {
  width: 64px;
  height: 64px; }

.icon-sedan-icon,
.icon-sedan-icon\:regular {
  background-position: 0 -597px;
  background-repeat: no-repeat; }

.icon-sedan-icon-dims {
  width: 75px;
  height: 36px; }

.icon-share-icon-dark,
.icon-share-icon-dark\:regular {
  background-position: 0 -633px;
  background-repeat: no-repeat; }

.icon-share-icon-dark-dims {
  width: 22px;
  height: 18px; }

.icon-star-icon--gold,
.icon-star-icon--gold\:regular {
  background-position: 0 -651px;
  background-repeat: no-repeat; }

.icon-star-icon--gold-dims {
  width: 15px;
  height: 15px; }

.icon-star-icon--grey,
.icon-star-icon--grey\:regular {
  background-position: 0 -666px;
  background-repeat: no-repeat; }

.icon-star-icon--grey-dims {
  width: 15px;
  height: 13px; }

.icon-success-icon-green,
.icon-success-icon-green\:regular {
  background-position: 0 -679px;
  background-repeat: no-repeat; }

.icon-success-icon-green-dims {
  width: 80px;
  height: 80px; }

.icon-support-icon-light,
.icon-support-icon-light\:regular {
  background-position: 0 -759px;
  background-repeat: no-repeat; }

.icon-support-icon-light-dims {
  width: 64px;
  height: 64px; }

.icon-table-icon-light,
.icon-table-icon-light\:regular {
  background-position: 0 -823px;
  background-repeat: no-repeat; }

.icon-table-icon-light-dims {
  width: 40px;
  height: 40px; }

.icon-taxi-icon-light,
.icon-taxi-icon-light\:regular {
  background-position: 0 -863px;
  background-repeat: no-repeat; }

.icon-taxi-icon-light-dims {
  width: 32px;
  height: 33px; }

.icon-time-icon-light,
.icon-time-icon-light\:regular {
  background-position: 0 -896px;
  background-repeat: no-repeat; }

.icon-time-icon-light-dims {
  width: 64px;
  height: 64px; }

.icon-train-icon-light,
.icon-train-icon-light\:regular {
  background-position: 0 -960px;
  background-repeat: no-repeat; }

.icon-train-icon-light-dims {
  width: 32px;
  height: 32px; }

.icon-twitter-icon,
.icon-twitter-icon\:regular {
  background-position: 0 -992px;
  background-repeat: no-repeat; }

.icon-twitter-icon-dims {
  width: 32px;
  height: 26px; }

.icon-welcome-icon-dark,
.icon-welcome-icon-dark\:regular {
  background-position: 0 -1019px;
  background-repeat: no-repeat; }

.icon-welcome-icon-dark-dims {
  width: 32px;
  height: 32px; }

.icon-welcome-icon-light,
.icon-welcome-icon-light\:regular {
  background-position: 0 -1051px;
  background-repeat: no-repeat; }

.icon-welcome-icon-light-dims {
  width: 32px;
  height: 32px; }

.icon-welcome-pickups-logo,
.icon-welcome-pickups-logo\:regular {
  background-position: 0 -1083px;
  background-repeat: no-repeat; }

.icon-welcome-pickups-logo-dims {
  width: 130px;
  height: 20px; }

.icon-whatsapp-icon,
.icon-whatsapp-icon\:regular {
  background-position: 0 -1103px;
  background-repeat: no-repeat; }

.icon-whatsapp-icon-dims {
  width: 32px;
  height: 32px; }

.icon-white-select-arrow,
.icon-white-select-arrow\:regular {
  background-position: 0 -1135px;
  background-repeat: no-repeat; }

.icon-white-select-arrow-dims {
  width: 9px;
  height: 5px; }

.icon-ship-icon-dark {
  background-position: 0 -1199px;
  background-repeat: no-repeat; }

.icon-ship-icon-dark-dims {
  width: 32px;
  height: 32px; }

.icon-ship-icon-light {
  background-position: 0 -1167px;
  background-repeat: no-repeat; }

.icon-ship-icon-light-dims {
  width: 32px;
  height: 32px; }

.pricing-table__rows {
  position: relative;
  padding: 0 24px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.pricing-table {
  margin-top: -14px;
  position: relative;
  margin-bottom: 48px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #ebebeb;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1); }
  .pricing-table .container:before, .pricing-table .container:after, .pricing-table .row:before, .pricing-table .row:after {
    content: " ";
    display: table; }

.pricing-table.active .pricing-table__rows > .row {
  display: table;
  width: 100%; }

.pricing-table.active .pricing-table__header:after {
  transform: rotate(0); }

.pricing-table.active .pricing-table__footer {
  display: none; }

.pricing-table__rows {
  position: relative;
  padding: 0 24px; }

.pricing-table__rows > .row {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2d3b4e;
  padding: 27px 0;
  margin: 0;
  display: none; }

.pricing-table__rows > .row:last-child {
  border: none; }

.pricing-table__rows > .row:nth-of-type(1) {
  padding: 18px 0 16px; }

.pricing-table__rows > .row:nth-of-type(1),
.pricing-table__rows > .row:nth-of-type(2),
.pricing-table__rows > .row:nth-of-type(3) {
  display: table;
  width: 100%; }

.pricing-table__rows > .row > div {
  padding-left: 0; }

.pricing-table__rows > .row:nth-of-type(1) > div > span {
  font-size: 11px;
  font-weight: 700;
  display: table-cell;
  vertical-align: bottom;
  height: 45px;
  line-height: 1.22;
  letter-spacing: 1px;
  color: rgba(45, 59, 78, 0.5);
  text-transform: uppercase; }

.pricing-table__rows > .row:nth-of-type(2n) {
  background-color: #fff; }

.pricing-table__footer {
  background-color: #fff;
  position: relative;
  padding: 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  color: rgba(45, 59, 78, 0.5);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer; }

.pricing-table__rows > .row:last-child {
  border: none; }

.pricing-table__rows > .row:nth-of-type(1) {
  padding: 27px 0 16px; }

.pricing-table__footer span.icon-sprite {
  position: absolute;
  top: 30px;
  right: 24px; }

.pricing-table__footer span.icon-sprite {
  position: absolute;
  top: 30px;
  right: 24px; }

.pricing-table__rows > .row {
  box-shadow: none;
  text-transform: none; }

.pricing-table__rows > .row:nth-of-type(1) > div > span {
  font-size: 11px;
  font-weight: 700;
  display: table-cell;
  vertical-align: bottom;
  height: 45px;
  line-height: 1.22;
  letter-spacing: 1px;
  color: rgba(45, 59, 78, 0.5);
  text-transform: uppercase; }

.pricing-table__rows > .row {
  box-shadow: none;
  text-transform: none; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-3,
.col-xs-6,
.col-xs-9,
.col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-9 {
  width: 75%; }

.col-xs-6 {
  width: 50%; }

.col-xs-3 {
  width: 25%; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-3,
  .col-sm-4,
  .col-sm-6,
  .col-sm-8,
  .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-1 {
    width: 8.33333333%; } }
@media (min-width: 992px) {
  .col-md-4,
  .col-md-8,
  .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-4 {
    width: 33.33333333%; } }
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left; }

.pricing-table__rows > .row > div {
  padding-left: 0; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .pricing-table__rows > .row {
    font-size: 13px; } }
.pricing-table.active .pricing-table__rows > .row {
  display: -ms-flexbox !important;
  display: flex !important; }

.pricing-table__rows span {
  padding-right: 24px; }

@media (max-width: 767px) {
  .pricing-table__rows .col-xs-6 {
    width: 100% !important;
    position: absolute;
    top: 14px; }

  .pricing-table__rows .col-xs-6 {
    font-size: 12px;
    font-weight: bold;
    color: #616C7A; }

  .pricing-table__rows .col-xs-2 {
    width: 33% !important; }

  .pricing-table__rows .row {
    position: relative;
    padding-top: 42px !important; }

  .pricing-table__rows .row:nth-of-type(1) {
    position: relative;
    padding-top: 0px !important; }

  .pricing-table__rows > .row:nth-of-type(1) > div:nth-of-type(1) > span {
    displaY: none; }

  .pricing-table__rows > .row > div:nth-of-type(2) {
    padding-left: 0 !important; } }
.note-block {
  border-radius: 4px;
  background-color: #fff;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 24px;
  max-height: 62px;
  border: solid 1px #ebebeb;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  margin-top: 36px; }
  .note-block p {
    margin-bottom: 0; }

.note-block .note-block__title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 21px 27px;
  top: -2px;
  color: #2d3b4e;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  line-height: 24px; }

.note-block .note-block__title > span {
  position: absolute;
  top: 0px;
  margin: auto;
  bottom: 0;
  right: 26px;
  left: auto; }

.note-block.active {
  max-height: 300px; }

.note-block.active .note-block__title > span {
  transform: rotate(180deg); }

.tips-block.active h3 > span {
  transform: rotate(180deg); }

.tips-block.active {
  max-height: 400px;
  cursor: auto; }

.note-block .note-block__title > span {
  position: absolute;
  top: 0px;
  margin: auto;
  bottom: 0;
  right: 26px;
  left: auto; }

.note-block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #2d3b4e;
  padding: 0px 27px 27px 27px; }

.tips-block {
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  padding: 0px;
  margin-bottom: 0px;
  max-height: 62px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer; }

article {
  margin-bottom: 64px; }

.tips-block .tips-block__title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  top: -2px;
  padding: 21px 27px;
  color: #2d3b4e;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  line-height: 24px; }

.tips-block__row {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #2d3b4e;
  margin-bottom: 15px;
  padding: 0 27px 0 0px;
  position: relative;
  margin-left: 24px;
  min-height: 40px;
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center; }
  .tips-block__row .icon-check {
    margin-right: 8px;
    top: 2px;
    position: relative; }

.tips-block__row div + span {
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center; }

.tips-block h3 > span {
  position: absolute;
  top: 0px;
  margin: auto;
  bottom: 0;
  right: 26px;
  left: auto; }

.to-city-by-buss__table {
  background-color: #ffffff;
  margin-bottom: 48px;
  margin-top: 39px;
  padding-left: 15px;
  padding-right: 15px; }

.to-city-by-buss__table > .row {
  border: solid 1px #ebebeb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.to-city-by-buss__table > .row > div {
  padding: 23px 24px;
  border-right: solid 1px #ebebeb; }

.to-city-by-buss__table > .row > div:last-of-type {
  border: none; }

.to-city-by-buss__table > .row:nth-of-type(2) {
  border-top: none;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.to-city-by-buss__table .h5 {
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 17px;
  color: #616C7A; }

.to-city-by-buss__table h4 {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.0;
  letter-spacing: 0;
  margin-top: -7px;
  color: #2d3b4e; }

.to-city-by-buss__table-inline {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 22px;
  margin-right: 25px; }

.to-city-by-buss__table-grey-text {
  font-weight: 400;
  font-size: 14px;
  color: #616C7A;
  line-height: 1.29;
  margin: 0; }

.to-city-by-buss__table-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #4a5a67;
  margin: 0; }

.to-city-by-buss__table-subtitle > span {
  margin-right: 7px;
  top: 3px;
  position: relative; }

.timetable__block:nth-of-type(1) {
  padding-top: 0;
  margin-top: 0; }

.timetable__block {
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px solid #ebebeb; }

.timetable__block h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2d3b4e;
  margin-bottom: 5px; }

.timetable__block h3.description {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0;
  color: #616C7A; }

.preview-gallery-photos__row {
  margin-bottom: 12px;
  font-size: 0; }

.site-footer .widget-row {
  float: left;
  width: 100%; }

.preview-gallery-photos__subtitle {
  font-weight: 400;
  font-size: 11px;
  color: #616C7A;
  margin-bottom: 32px; }

.preview-gallery-photos h4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #616C7A;
  text-transform: uppercase;
  margin-bottom: 16px; }

.preview-gallery-photos__block {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 127px;
  height: 117px;
  margin-right: 3px;
  cursor: pointer;
  overflow: hidden; }

.preview-gallery-photos__block {
  width: 130px; }
  .preview-gallery-photos__block:first-child {
    width: 280px; }

.preview-gallery-photos__block:before {
  content: "";
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.preview-gallery-photos__block img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: unset; }

.timetable__block {
  margin-bottom: 0px; }
  .timetable__block a {
    width: 100%; }

.timetable {
  margin-top: 0px;
  margin-bottom: 48px; }

.price-passagers-output__table {
  margin-bottom: 48px; }

.price-passagers-output__table {
  width: 100%; }

.frequently-asked-questions__block {
  border-bottom: 1px solid #ebebeb; }
  .frequently-asked-questions__block h3 {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
    color: #2d3b4e;
    padding-top: 24px;
    padding-bottom: 23px;
    margin: 0;
    position: relative;
    cursor: pointer; }
  .frequently-asked-questions__block:last-child {
    border: none; }

.frequently-asked-questions > h3 {
  font-size: 30px;
  line-height: 39px; }

.frequently-asked-questions__block h3 > div {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 24px;
  transform: rotate(0deg); }

.frequently-asked-questions__block-content {
  display: none; }
  .frequently-asked-questions__block-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
    color: #2d3b4e;
    margin-bottom: 24px;
    margin-top: -8px; }

.left-fixed-aside {
  position: absolute;
  visibility: hidden;
  top: 40px;
  z-index: -1;
  transition: opacity 0.3s;
  margin-left: 0px; }
  .left-fixed-aside.fixed {
    position: fixed;
    opacity: 1;
    z-index: 10; }

.left-fixed-aside > div:nth-of-type(1) {
  display: none; }

.left-fixed-aside div {
  width: 76px;
  padding: 0px 12px;
  text-align: center;
  background: transparent;
  box-shadow: none;
  margin-bottom: 32px; }

.left-fixed-aside h4 {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  color: #616C7A;
  text-transform: uppercase;
  margin-bottom: 24px; }

.left-fixed-aside a {
  display: block; }

.left-fixed-aside span.icon-sprite {
  transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75); }

/*Reminders

.reminder-notification {
  max-width: 720px;
  width: 100%;
  padding: 32px 32px 36px 32px;
  border-radius: 4px 4px;
  background-color: #2d3b4e;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.06);
  margin: auto;
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  z-index: 99;
  bottom: -250px;
  transform: translateY(250px);
  -webkit-transform: translateY(250px);

  -ms-transform: translateY(250px);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.reminder-notification__close {
  margin-top: 20px;
  display: inline-block;
  transform: translate(-17px, -9px);
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
}

.reminder-notification__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 16px;
}

.reminder-notification__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0;
  color: #616C7A;
}

.reminder-notification__button:hover {
  background-color: #84ecb8;
  color: #ffffff;
}

.reminder-notification__button {
  border-radius: 4px;
  width: 132px;
  min-height: 42px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
  color: #ffffff;
  padding: 12px 0px;
  margin-top: 14px;
  display: inline-block;
  background-color: #00CF95;
}

.soon-popup-escape {
  position: absolute;
  top: 25px;
  right: 30px;
  z-index: 12;
  cursor: pointer;
}

.modal-too-soon__content {
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  margin: auto;
  right: 0;
  left: 0;
}

.modal-too-soon__content.success {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
}

.modal-review__title,
.modal-review__title-fix {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: 0;
  text-align: center;
  color: #2d3b4e;
  padding: 0 72px 40px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border: none;
}

.form-group {
  position: relative;
  max-height: 80px;
}

.accept-policy {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #616C7A;
  margin: 24px 0 32px 0;

  label {
    margin-left: 26px;
  }

  a {
    position: absolute;
    right: 0;
    font-size: 12px;
    margin-top: 3px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: right;
    color: #616C7A;
    z-index: 9;
  }
}

input,
textarea,
select {
  -webkit-appearance: none;
}

.btn.btn-submit {
  display: block;
  padding: 16px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  background-color: #00CF95;
  margin: 0px auto;
  box-shadow: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color .2s;
}

.modal-too-soon__content.success h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: 0;
  text-align: center;
  color: #2d3b4e;
  margin-top: 40px;
}

.modal-too-soon__form span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0;
  color: #616C7A;
  display: block;
  position: relative;
  top: -10px;
}

.modal-too-soon__form input[type=text] {
  padding: 16px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  max-height: none;
}

.datepiker-too-soon {
  background-position: 95% 14px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.popup {
  display: none;
}

*/
.link-copied-notice {
  border-radius: 4px;
  width: 163px;
  height: 48px;
  background-color: rgba(15, 22, 30, 0.92);
  padding: 15px 24px;
  position: fixed;
  bottom: 27px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1);
  transform: translateY(200px); }
  .link-copied-notice h4 {
    color: #fff;
    font-size: 14px; }

.link-copied-notice.show {
  opacity: 1;
  z-index: 99999;
  transform: translateY(0); }

/*
.modal-too-soon__content.success ul {
  text-align: center;
}

.modal-too-soon__content.success ul li {
  display: inline-block;
  margin: 0 16px;
  padding: 8px 0;
}

.modal-too-soon__content.success ul li:last-child {
  display: block;
  padding: 12px 16px;
  width: 98px;
  margin: auto;
  border-radius: 4px;
  font-weight: 400;
  border: solid 1px #ebebeb;
  font-size: 14px;
  line-height: 1.29;
  color: #2d3b4e;
  position: relative;
  top: 16px;
}

.panel-light {
  display: none;
}

/*mobile screen*/
.site-header__dropdown-content_overflow {
  list-style: none; }

.section-related {
  padding: 48px 90px 57px;
  background-color: #fafafa;
  margin: 0; }
  @media (max-width: 767px) {
    .section-related {
      padding-bottom: 48px; } }
  .section-related.padding-top {
    padding-top: 48px;
    padding-bottom: 48px; }
  .section-related .our-suggestion__block {
    margin-bottom: 48px; }
  .section-related .item-title {
    font-size: 16px;
    line-height: 24px;
    color: #2d3b4e;
    margin-bottom: 10px;
    font-weight: 400; }
  .section-related .item-subtitle {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    color: #616C7A; }
  .section-related .item-thumb {
    height: 188px;
    margin: 0 0 18px 0;
    border-radius: 4px;
    overflow: hidden; }
    .section-related .item-thumb img {
      object-fit: cover;
      height: 100%;
      width: 100%; }

.section-destinations {
  padding-top: 0; }

.section-heading {
  margin-bottom: 48px;
  text-align: center;
  position: relative; }
  .section-heading h3, .section-heading h4 {
    color: #2D3B4E;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    margin-bottom: 48px;
    font-weight: bold; }

.transfer-options .row-items {
  margin-bottom: 48px; }

.transfer-option-aside__link {
  position: relative;
  padding: 0 24px;
  padding-left: 80px;
  padding-right: 0;
  cursor: pointer;
  display: block;
  margin-bottom: 32px;
  min-height: 64px; }
  .transfer-option-aside__link h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.71;
    letter-spacing: 0;
    color: #2d3b4e;
    top: 8px;
    position: relative;
    display: table; }
  .transfer-option-aside__link img {
    position: absolute;
    left: 0;
    top: 0px;
    height: 64px;
    width: 64px;
    border-radius: 4px;
    background: #eee; }
  .transfer-option-aside__link h4 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
    color: #616C7A;
    display: table-cell;
    min-width: 55px; }

.site-header__dropdown-title {
  cursor: pointer; }
  .site-header__dropdown-title img {
    margin-left: 8px;
    top: 1px;
    position: relative; }

.site-header__dropdown-content_overflow {
  max-height: 360px;
  height: 360px;
  padding: 15px 0;
  position: relative;
  overflow: auto;
  border-radius: 4px; }
  @media (min-width: 767px) {
    .site-header__dropdown-content_overflow {
      scrollbar-width: 15px;
      scrollbar-color: rgba(45, 59, 78, 0.15) #fff; }
      .site-header__dropdown-content_overflow::-webkit-scrollbar {
        width: 15px; }
      .site-header__dropdown-content_overflow::-webkit-scrollbar-track {
        background: #fff;
        border: 3px solid #fff; }
      .site-header__dropdown-content_overflow::-webkit-scrollbar-thumb {
        background-color: rgba(45, 59, 78, 0.15);
        border-radius: 5em;
        border: 3px solid #fff; } }

.site-header__dropdown-content {
  padding: 0;
  background: #fff;
  position: absolute;
  top: -380px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  display: none;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 8px 22px -4px rgba(0, 0, 0, 0.15);
  z-index: 10;
  margin: auto; }
  .site-header__dropdown-content .close-button {
    display: none; }

.site-header__dropdown-content a {
  display: block;
  color: #94a0a9;
  padding: 10px 20px;
  margin: 1px 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20.8px;
  font-weight: 400;
  text-align: left;
  transition: color .2s; }
  .site-header__dropdown-content a:hover {
    background: rgba(45, 59, 78, 0.05); }

.site-header__dropdown-content a strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
  color: #2d3b4e; }

@media (max-width: 767px) {
  .site-header__dropdown-content {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    box-shadow: none;
    max-width: 100%;
    border-radius: 0;
    z-indeX: 999; }
    .site-header__dropdown-content.active .close-button {
      display: block; }

  .site-header__dropdown-content_overflow {
    height: 100vh;
    max-height: unset;
    bottom: 0;
    position: fixed;
    width: 100%; }

  .close-button {
    padding: 10px;
    right: 8px;
    top: 8px;
    position: absolute;
    background: #eaeaea;
    border-radius: 5em;
    width: 38px;
    height: 38px;
    margin: 0;
    z-index: 1222;
    margin: auto;
    left: 0;
    margin-right: 12px; } }
.video-section {
  width: 100%;
  min-height: 449px;
  position: relative;
  padding: 24px 48px; }
  .video-section.after {
    background: linear-gradient(180deg, rgba(22, 35, 54, 0) 0%, rgba(22, 35, 54, 0.8) 100%);
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    max-height: 271px;
    position: absolute; }
    @media (max-width: 767px) {
      .video-section.after {
        display: none; } }
  .video-section.before {
    background: linear-gradient(180deg, rgba(22, 35, 54, 0.6) 0%, rgba(22, 35, 54, 0) 100%);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .video-section__inner {
    position: absolute;
    bottom: 32px;
    left: 0;
    top: auto;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 46px; }
  .video-section__logo {
    position: relative; }
  .video-section h3 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 31.2px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 9;
    max-width: 100%;
    width: auto;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 48px;
    right: 48px; }
  .video-section .btn {
    border-radius: 4px;
    background-color: #00cf95;
    padding: 15px 24px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 9;
    font-weight: 700; }
    .video-section .btn:hover {
      background-color: #3dcc98; }

/*Welcome section*/
.welcome-section figure img {
  object-fit: cover;
  height: 100%;
  object-position: 12%; }

.welcome-section__main {
  padding: 32px 48px 32px;
  margin-left: 286px;
  margin-bottom: 80px;
  text-decoration: none; }

.welcome-section {
  position: relative;
  border-radius: 4px;
  background-color: #f5f5f5;
  margin-bottom: 64px;
  margin-top: 56px;
  max-width: 684px;
  margin: auto; }
  .welcome-section h4 {
    font-size: 24px;
    line-height: 31.2px; }
  .welcome-section .logo {
    margin-bottom: 24px;
    opacity: 0.5;
    max-width: 111px; }

.welcome-section figure {
  width: 286px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0;
  border-radius: 4px 0px 0 4px; }

.welcome-section__main p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 27px;
  margin-top: 12px;
  color: #2d3b4e; }

.welcome-section__main .button {
  border-radius: 4px;
  background-color: #006C4E;
  padding: 15px 24px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  border: 0 solid;
  text-align: center;
  color: #fff;
  margin-top: 0px; }
  .welcome-section__main .button:hover {
    background: #3dcc98; }

.site-footer ul {
  list-style: none; }

.site-footer .widget ul li a {
  font-size: 14px;
  line-height: 32px; }

.site-footer h4 {
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 16px; }

.site-footer .widget-row {
  font-size: 0;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 25px;
  border-top: 1px solid #212933; }

.site-footer .container:after,
.site-footer .row:after {
  clear: both; }

.hero-banner__explore-select-content {
  border-color: #fff;
  background-color: #fff;
  display: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.site-footer .hero-banner__explore-select-content {
  top: 40px;
  border-top: none;
  min-width: 152px;
  position: absolute;
  border-radius: 0 0 4px 4px; }

.social-footer-block {
  clear: left !important; }

@media (max-width: 1024px) and (min-width: 767px) {
  .section-related {
    padding: 40px 20px; }

  .transfer-options .col-sm-4 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

  .transfer-options .col-sm-4:nth-of-type(3) {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex; }
    .transfer-options .col-sm-4:nth-of-type(3) .transfer-option-aside__link {
      width: 50%; }
      .transfer-options .col-sm-4:nth-of-type(3) .transfer-option-aside__link:nth-of-type(2) {
        margin-left: 30px; } }
@media (max-width: 560px) {
  .video-section {
    padding: 0;
    height: auto;
    min-height: 271px; } }
@media (max-width: 991px) {
  .site-logo .m-menu img {
    max-width: 20px; }

  .video-section h3 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 31.2px;
    text-shadow: none;
    left: 24px;
    right: 24px; }

  .navigation-main .nav-button {
    margin-right: 0; }
    .navigation-main .nav-button a {
      text-align: center;
      min-width: auto; }

  .site-logo .m-menu {
    left: 20px; }

  section {
    padding: 0 20px; }

  .container {
    max-width: 100%;
    width: 100%; }

  .slide-bg {
    background-position: center center !important;
    height: 431px; }

  .entry-thumb-container {
    height: 431px;
    margin-bottom: 48px; }

  .entry-thumb-container .entry-title {
    font-size: 36px;
    line-height: 46.8px;
    margin-bottom: 21px; }

  .header--tools__menu li:first-child {
    display: none; }

  .entry-header {
    padding: 0 20px; }

  .entry-thumb-container .entry-header {
    bottom: 40px; }

  h2,
  .frequently-asked-questions > h3 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 24px; }

  h2.how-to-get-article__sub-title,
  h3 {
    line-height: 26px;
    font-size: 20px; }

  .the-gallery .preview-gallery-photos__block:nth-of-type(3),
  .the-gallery .preview-gallery-photos__block:nth-of-type(4) {
    display: none; }

  .preview-gallery-photos__subtitle {
    margin-bottom: 24px; }

  .select-amount__title {
    font-size: 24px;
    line-height: 31px;
    font-weight: bold; }

  .to-city-by-buss__table {
    margin-top: 0;
    margin-bottom: 32px; }

  .to-city-by-buss__title span.mobile-only {
    display: block;
    margin: 0;
    position: relative;
    margin-bottom: 18px;
    transform: scale(1.5); }

  .to-city-by-buss__title {
    padding-left: 0;
    margin-bottom: 24px; }

  p {
    margin-bottom: 24px; }

  div.to-city-by-buss__text {
    margin-bottom: 40px; }
    div.to-city-by-buss__text ul {
      list-style: inside; }

  .to-city-by-buss__table div.col-sm-6 .row {
    padding: 0px 0px 0; }

  .to-city-by-buss__table > .row > div {
    border-right: none;
    border-bottom: 1px solid #ebebeb; }

  .preview-gallery-photos__block {
    width: 49% !important;
    margin-right: 1%; }

  .price-passagers-output__table td:last-child,
  .price-passagers-output__table th:last-child {
    display: none; }

  .entry-thumb-container .mb-logo {
    display: inline-block; }

  .price-passagers-output__table tr td {
    white-space: normal; }

  .entry-thumb-container .entry-categories {
    margin-bottom: 11px; }

  .entry-thumb-container .entry-categories a:nth-of-type(1) {
    display: none; }

  .text-overflow {
    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 14px;
    text-overflow: ellipsis; }

  h2.how-to-get-article__sub-title,
  h3 {
    margin-bottom: 16px; }

  .price-passagers-output__table td:nth-child(1) {
    width: 160px; }

  .preview-gallery-photos {
    margin-top: -4px; }

  .price-passagers-output__table td a,
  .price-passagers-output__table th a,
  .price-passagers-output__table td {
    font-size: 14px;
    line-height: 18px; }

  .price-passagers-output__table td a,
  .price-passagers-output__table th a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

  .price-passagers-output__table span {
    margin-right: 14px;
    min-width: 32px; }

  .price-passagers-output__table td {
    width: 68px;
    white-space: normal; }

  .welcome-section figure img {
    width: 100%;
    height: 100%; }

  .welcome-section figure img {
    object-fit: cover;
    height: 100%; }

  .welcome-section figure {
    position: relative;
    width: 100%;
    min-height: 200px;
    border-radius: 4px 4px 0 0; }

  .welcome-section__main {
    margin: 0 0 56px 0;
    padding: 32px 24px; }

  .welcome-section__main .button {
    width: 100%; }

  .share-with-friends .sharing-options li a {
    padding: 8px;
    margin: 0 6px; }

  .share-with-friends {
    margin-bottom: 56px; }

  article {
    margin-bottom: 56px; }

  .mobile-popup-tr {
    display: table-row; }

  .row {
    margin: 0; }

  header .row {
    margin-right: 20px; }

  .to-city-by-buss__table {
    padding: 0; }

  .container,
  .col-xs-12 {
    padding: 0; }

  .price-passagers-output__table tr:nth-of-type(3) {
    box-shadow: none !important; }

  .additional-info {
    display: table-cell !important;
    width: 100% !important;
    padding-top: 0 !important; }
    .additional-info a.btn {
      -ms-flex-pack: center !important;
          justify-content: center !important;
      padding: 15px !important; }

  .share-with-friends .sharing-options li {
    margin: 0; }

  .share-with-friends .sharing-options li.copy-link {
    margin-top: 24px;
    display: block; }

  .share-with-friends .sharing-options {
    padding: 0; }

  .section-related {
    padding: 40px 20px; }

  .desktop-only {
    display: none; }

  .pricing-table__rows {
    position: relative;
    padding: 0 16px; }

  .pricing-table__rows > .row > div.col-xs-2 {
    padding-left: 19px; }

  .section-related .our-suggestion__block {
    margin-bottom: 40px; }

  .section-related .item-thumb img {
    width: 100%; }

  .pricing-table__rows > .row > div:first-child {
    width: 20%; }

  .pricing-table__rows > .row > div {
    width: 25%;
    margin-top: 12px; }

  .pricing-table__rows > .row {
    font-size: 14px; }

  .frequently-asked-questions__block h3 {
    font-size: 16px;
    line-height: 27px; }

  .frequently-asked-questions__block h3 {
    padding-top: 14px;
    padding-bottom: 15px;
    padding-right: 40px; }

  .frequently-asked-questions__block:nth-of-type(1) {
    border-top: 1px solid #ebebeb; }

  .section-heading h3, .section-heading h4 {
    padding: 0 5px;
    font-size: 24px;
    line-height: 31.2px; }

  .section-heading h4 {
    padding: 0 25px;
    max-width: 235px;
    margin: auto; } }
@media only screen and (max-width: 767px) {
  .slide-bg::after {
    background: none; }

  #header > .container {
    box-shadow: 0 2px 4px 0 rgba(45, 59, 78, 0.06); }

  header .sticky {
    display: -ms-flexbox;
    display: flex; }

  header .non-sticky {
    display: none; }

  .hide-non {
    display: -ms-flexbox;
    display: flex; }

  .entry-thumb-container {
    margin-bottom: 16px;
    min-height: unset;
    height: auto !important; }

  .slide-bg {
    min-height: unset;
    height: auto !important; }

  .entry-header {
    margin-top: 0px !important; }
    .entry-header .entry-title {
      color: #2d3b4e;
      text-shadow: none; }
    .entry-header .mb-logo g {
      fill: #616C7A; }
    .entry-header .time, .entry-header .time strong, .entry-header .entry-categories,
    .entry-header .site-navigation__breadcrumb-link, .entry-header .entry-categories > a {
      color: #616C7A !important; }

  /* Mobil */
  footer .zendesk, .site-footer .mobile-menu__select-wrapper {
    clear: left; }

  .site-footer .mobile-menu__select {
    position: relative; }

  .timetable__block {
    padding-bottom: 7px; }

  .mobile-share__button {
    display: block;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    padding: 12px 16px;
    position: relative;
    margin-bottom: 16px;
    text-align: center; }

  .mobile-share-popup__header {
    padding: 24px;
    position: relative; }

  .mobile-share-popup-escape {
    position: absolute;
    top: 16px;
    right: 16px; }

  .mobile-share-popup__header h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #2e3b4e; }

  .mobile-share__button span.icon-sprite {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #495a67;
    vertical-align: middle;
    margin-right: 8px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto; }

  .mobile-share__block {
    margin-bottom: 16px;
    padding: 0 16px; }

  .pricing-table__rows > .row:nth-of-type(1) {
    padding: 16px 0; }

  .pricing-table__rows > .row {
    padding: 17px 0; }

  .timetable__block .col-sm-1 {
    padding-left: 0px; }
  .timetable__block .col-sm-9 {
    padding-left: 0; }

  .to-city-by-buss__text {
    margin-bottom: 40px; } }
.form-quote .btn {
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 31.2px;
  background: none;
  border: none;
  padding: 0;
  font-weight: 400;
  width: auto;
  display: inline;
  margin-left: 4px; }
  .form-quote .btn:hover {
    background: none; }

.form-quote .video-section__logo {
  position: absolute;
  top: 32px;
  left: 40px;
  transform: scale(0.9);
  z-index: 3; }
  @media (max-width: 991px) {
    .form-quote .video-section__logo {
      top: 16px;
      left: 12px; } }

@media (max-width: 560px) {
  .form-quote .video-section__inner {
    bottom: 0;
    padding: 0;
    background-size: cover; } }
/*!
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
.mm,
.mm a,
.mm li,
.mm span,
.mm ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

:root {
  --mm-item-height: 50px;
  --mm-item-indent: 20px;
  --mm-line-height: 24px ; }

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

.mm {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  color: #444;
  background: #f3f3f3;
  line-height: 24px;
  line-height: var(--mm-line-height);
  transform: translateX(0); }

.mm {
  cursor: pointer; }

.mm:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-item-height)/ 2);
  left: 20px;
  left: var(--mm-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4; }

.mm.mm--main {
  cursor: default; }

.mm.mm--main:before {
  content: none;
  display: none; }

.mm:after {
  content: attr(data-mm-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-item-height);
  opacity: .4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.625), 0 1px 0 0 currentColor; }

.mm.mm--main:after {
  padding-left: 20px;
  padding-left: var(--mm-item-indent); }

.mm ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 50px;
  top: var(--mm-item-height);
  left: 100%;
  bottom: 0;
  width: 200%;
  padding-right: 100%;
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  cursor: default; }

.mm ul:after {
  content: '';
  display: block;
  height: 50px;
  height: 30px; }

.mm > ul {
  left: 0; }

.mm ul.mm--open {
  left: 0; }

.mm ul.mm--parent {
  left: -100%;
  overflow-y: hidden; }

.mm li {
  position: relative;
  background: inherit;
  cursor: pointer; }

header.fixed {
  z-index: 1; }

.mm li.no-children:before {
  display: none; }

.mm li:before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  top: 15px;
  right: 27px;
  z-index: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background: url(../../images/ranking-v7/menu-arrow-right.svg); }

.mm.mm--vertical li.mm--open:before {
  background-size: contain;
  background: url(../../images/ranking-v7/menu-arrow-down.svg); }

.mm li:after {
  content: '';
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-item-indent); }

.mm a,
.mm span {
  position: relative;
  z-index: 1;
  padding: 15px 32px;
  font-size: 14px;
  line-height: 18px; }

.mm a {
  background: inherit;
  color: inherit;
  text-decoration: none;
  font-weight: bold; }

.mm a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-item-height)); }

.mm span {
  background: 0 0; }

.mm.mm--dark {
  background: #333;
  color: #ccc; }

.mm.mm--vertical:after,
.mm.mm--vertical:before {
  content: none;
  display: none; }

.mm.mm--vertical {
  overflow-y: auto; }

.mm.mm--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static; }

.mm.mm--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-item-indent); }

.mm.mm--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-item-height)/ 2); }

.mm.mm--vertical ul.mm--open {
  display: block; }

.mm.mm--vertical ul ul li:last-child:after {
  content: none;
  display: none; }

:root {
  --mm-width: 80%;
  --mm-min-width: 200px;
  --mm-max-width: 440px ; }

.mm-body--open {
  overflow-y: hidden;
  pointer-events: none; }

.mm {
  pointer-events: auto; }

.mm.mm--offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 35;
  width: 80%;
  width: var(--mm-width);
  min-width: 200px;
  min-width: var(--mm-min-width);
  max-width: 440px;
  max-width: var(--mm-max-width);
  transition: transform 0.3s cubic-bezier(0, 0.68, 0, 1.02); }

.mm.mm--offcanvas:not(.mm--open) {
  bottom: 100%;
  transform: translateX(-100%);
  transition-delay: 0s, 0.6s; }

.mm.mm--right {
  left: auto;
  right: 0; }

.mm.mm--right:not(.mm--open) {
  transform: translateX(100%); }

.mm-blocker {
  pointer-events: auto;
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(45, 59, 78, 0.95);
  top: 100%;
  z-index: 1;
  width: 100%;
  opacity: 0;
  transition: opacity 0.1s ease-in; }

.mm-blocker.mm--open {
  top: 0;
  z-index: 12;
  opacity: 1; }

.mm.mm--right {
  left: auto;
  right: 0; }

.mm.mm--right:not(.mm--open) {
  transform: translateX(100%); }

.mm-blocker.mm--right {
  right: auto;
  left: 0; }

.mm {
  background: #fff;
  color: #616C7A;
  --mm-max-width: 500px;
  --mm-item-height: 48px;
  border-radius: 0 4px 4px 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(45, 59, 78, 0.06); }
  .mm .selected {
    color: #2d3b4e; }

.get-a-quote-mobile {
  display: none; }

@media (max-width: 767px) {
  .get-a-quote-mobile {
    z-index: 10;
    bottom: 10px !important;
    margin: 0px auto !important;
    border-radius: 35px !important;
    width: 90% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    font-weight: 700;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #006C4E;
    background-image: linear-gradient(0deg, #00CF95, #00CF95);
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding: 0 24px;
    display: block;
    min-height: 60px;
    border-radius: 0;
    transition: opacity 0.13s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 0; }

  .get-a-quote-mobile h4 {
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    line-height: 60px; }

  .get-a-quote-mobile:hover {
    background-color: #519f83; }

  .get-a-quote-mobile .arrow-right {
    font-size: 20px;
    margin-left: 7px; } }
@media (max-width: 340px) {
  .share-with-friends .sharing-options li a {
    margin: 0 2px; }

  .video-section h3 {
    font-size: 21px; }

  .site-logo svg {
    max-width: 139px;
    top: 2px;
    position: relative; }

  .site-header__logo {
    padding: 6px 0; } }
@media (max-width: 350px) {
  section {
    padding: 0 10px; } }
.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  animation: slbOverlay 0.5s; }

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010; }

.slbWrap {
  position: absolute;
  text-align: center; }

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%; }

.slbContentEl .slbContentOuter {
  padding: 5em 1em; }

.slbContent {
  position: relative; }

.slbContentEl .slbContent {
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4); }

.slbImageWrap {
  animation: slbEnter 0.3s;
  position: relative; }

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF; }

.slbDirectionNext .slbImageWrap {
  animation: slbEnterNext 0.4s; }

.slbDirectionPrev .slbImageWrap {
  animation: slbEnterPrev 0.4s; }

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto; }

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none; }

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0; }

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5; }

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8; }

.slbCloseBtn {
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }

.slbLoading .slbCloseBtn {
  display: none; }

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9); }

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0; }

.slbLoading .slbArrows {
  display: none; }

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden; }

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.8em 0 0 -.8em;
  border: .8em solid transparent; }

.slbArrow.next {
  right: 0; }

.slbArrow.next:before {
  border-left-color: #fff; }

.slbArrow.prev {
  left: 0; }

.slbArrow.prev:before {
  border-right-color: #fff; }

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0; }

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000; }
@keyframes slbOverlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.7; } }
@keyframes slbEnter {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes slbEnterNext {
  from {
    opacity: 0;
    transform: translate3d(4em, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes slbEnterPrev {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.section-top-features_box {
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  float: left;
  padding: 24px 6px;
  width: calc(25% - 16px);
  margin-right: 16px;
  margin-top: 16px;
  height: 245px; }

.section-top-features_box:nth-of-type(4) {
  margin-right: 0; }

.section-top-features {
  margin-bottom: 48px; }

.section-top-features.not-expanded {
  margin-top: 40px;
  margin-bottom: 40px; }

.section-top-features:after {
  content: '';
  clear: left;
  display: block; }

.welcome-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 0px;
  letter-spacing: normal;
  color: #2d3b4e; }

.section-top-features_box h4 {
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.5px;
  text-align: center;
  color: #2d3b4e;
  margin-bottom: 8px; }

.welcome-title {
  margin-top: 32px; }

.section-top-features_box p {
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #616C7A; }

.section-top-features_box span {
  width: 64px;
  height: 64px;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 16px; }

.entry-content .button-trancate-dekstop {
  width: 300px;
  height: 56px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #ebebeb;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #2d3b4e;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  line-height: 56px; }

.welcome-text, .section-pricing-features, .btn-book-taxi, .section-reviews-features, .reviews-title, .price-title {
  display: none; }

.welcome-text {
  margin-top: 32px; }

.section-pricing-features .welcome-offer__block-price {
  font-size: 40px;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.65;
  letter-spacing: normal;
  text-align: center;
  margin-top: 44px;
  margin-bottom: 42px; }

.welcome-offer__block-price {
  font-size: 52px;
  text-align: center;
  color: #78e1a1;
  color: #78e1a1;
  display: block; }

.welcome-offer__right-side-text-top:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: -12px;
  border: 6px solid transparent;
  border-right: 6px solid #121C2B; }

.section-pricing-features .welcome-offer__right-side-car-text-title {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #616C7A; }

.welcome-offer__right-side-car {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -18px; }

.welcome-offer__right-side-car-text-subtitle {
  font-weight: 400;
  font-size: 12px;
  color: #646b76; }

.welcome-offer__right-side-car-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px; }

.welcome-offer__right-side-text-top {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 11px 28px;
  border-radius: 4px;
  max-width: 225px;
  margin-bottom: 82px;
  position: relative; }

.section-pricing-features .welcome-offer__right-side-text-top {
  color: #2d3b4e;
  background-color: #f7f7f7; }

.section-pricing-features .welcome-offer__right-side-text-top:before {
  border-right: 6px solid #f7f7f7; }

.section-pricing-features .welcome-offer__right-side-car-text-title {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #616C7A; }

.welcome-offer__block {
  padding: 17px 12px;
  border: solid 1px #e3e3e3;
  width: 49%;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0; }

.section-pricing-features .welcome-offer__block {
  border-radius: 4px 0 0 4px; }

.welcome-offer__right-side-title {
  margin-bottom: 19px;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #616C7A; }

.section-pricing-features {
  margin-top: 8px;
  margin-bottom: 32px; }

.section-pricing-features .welcome-offer__block-title {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  text-align: center;
  color: #616C7A;
  min-height: 100%; }

.section-pricing-features .welcome-offer__block:nth-of-type(2) {
  margin-left: -5px;
  border-left: 0;
  border-radius: 0px 4px 4px 0px; }

.section-pricing-features .welcome-offer__right-side-text-top {
  margin-bottom: 34px; }

.section-pricing-features .welcome-offer__block {
  padding: 24px 32px; }

.section-top-features_box span {
  width: 64px;
  height: 64px;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 16px; }

.section-pricing-features {
  margin-top: 8px;
  margin-bottom: 48px; }

.section-pricing-features .welcome-offer__block-price {
  font-size: 40px;
  font-style: normal;
  font-stretch: normal;
  line-height: .65;
  letter-spacing: normal;
  text-align: center;
  color: #2d3b4e;
  margin-top: 44px;
  margin-bottom: 42px; }

.section-pricing-features .welcome-offer__block-title {
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  text-align: center;
  color: #616C7A;
  min-height: 100%; }

.section-pricing-features .welcome-offer__block:nth-of-type(2) {
  margin-left: -3px;
  border-left: 0;
  border-radius: 0px 4px 4px 0px; }

.section-pricing-features .welcome-offer__right-side-text-top {
  margin-bottom: 34px; }

.section-pricing-features .welcome-offer__block {
  padding: 24px 32px; }

.pricing-table {
  position: relative;
  margin-bottom: 32px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #ebebeb;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1); }

.pricing-table.active .pricing-table__rows > .row {
  display: -ms-flexbox;
  display: flex; }

.pricing-table.active .pricing-table__header:after {
  transform: rotate(0); }

.pricing-table.active .pricing-table__footer {
  display: none; }

.pricing-table__rows {
  position: relative;
  padding: 0 24px; }

.pricing-table__rows > .row {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #2d3b4e;
  padding: 27px 0;
  margin: 0;
  display: none; }

.btn-book-taxi:active, .btn-book-taxi:focus, .btn-book-taxi:hover, .entry-content .btn-book-taxi {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
  width: 300px;
  min-height: 56px;
  background-color: #00cf95;
  padding: 19px 10px 17px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  margin: 9px auto 48px auto;
  color: #fff; }

#welcome-section {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 39px;
  position: relative;
  padding-left: 84px;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    #welcome-section {
      font-size: 24px;
      line-height: 31px;
      margin-bottom: 24px;
      padding: 0; }
      #welcome-section span:not(.desktop-only) {
        position: relative;
        display: block;
        margin: 0 0 18px 0; } }

@media (max-width: 767px) {
  .section-pricing-features .welcome-offer__block {
    width: 49%;
    padding: 24px 32px; }

  .section-pricing-features .welcome-offer__block-price {
    margin-top: 20px;
    margin-bottom: 16px; } }
@media (max-width: 767px) {
  .section-pricing-features {
    margin-bottom: 24px; }

  .section-top-features_box {
    width: calc(50% - 8px);
    margin-top: 16px; }

  .welcome-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7; }

  .welcome-title {
    font-size: 16px;
    line-height: 1.5; } }
