/*!  Author: Ylli Gorce | ylligorce@gmail.com */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Set up a decent box model on the root element
 */
html {
  font-size: 62.5%;
  /*default font size is 16px so we want it to %, so 10px /16px = 62.5%*/
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #252729;
  text-decoration: none !important;
  font-family: "Averta-Regular", sans-serif;
}

a:hover,
a:active,
a:focus {
  color: #252729;
  opacity: 0.8;
}

ul,
ol {
  list-style: none;
}

main {
  position: relative;
  z-index: 1;
  background: #f0f4f6;
}

.wrapper {
  background: #f0f4f6;
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

@media (min-width: 1499px) {
  .container {
    max-width: 88%;
  }
}

.content__wrapper {
  position: relative;
  display: block;
  max-width: 100%;
  width: 88%;
  margin: 0 auto;
}

@media (max-width: 1499px) {
  .content__wrapper {
    width: 100%;
  }
}

.wrapper--width {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}

/*
@media (min-width: 1680px) {
  .container {
    max-width: 1670px;
  }
}*/
@font-face {
  font-family: "Averta Black";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta Black.otf") format("otf");
}

@font-face {
  font-family: "Averta-BlackItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta-BlackItalic.otf");
}

@font-face {
  font-family: "Averta-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta-Bold.otf");
}

@font-face {
  font-family: "Averta-BoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta-BoldItalic.otf");
}

@font-face {
  font-family: "Averta-ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta-ExtraBold.otf");
}

@font-face {
  font-family: "Averta-ExtraBoldItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta-ExtraBoldItalic.otf");
}

@font-face {
  font-family: "Averta-Extrathin";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta-Extrathin.otf");
}

@font-face {
  font-family: "Averta-ExtrathinItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta-ExtrathinItalic.otf");
}

@font-face {
  font-family: "Averta-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta-Regular.otf");
}

@font-face {
  font-family: "Averta-RegularItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta-RegularItalic.otf");
}

@font-face {
  font-family: "Averta-Semibold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta-Semibold.otf");
}

@font-face {
  font-family: "Averta-SemiboldItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Intelligent Design - Averta-SemiboldItalic.otf");
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #252729;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f4f6;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  color: #252729;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.m-top-panel {
  margin-top: 4rem;
}

@media (max-width: 991px) {
  .m-top-panel {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .m-top-panel {
    margin-top: 5px;
  }
}

hr.separator {
  border-color: rgba(37, 39, 41, 0.5);
}

@media (max-width: 575px) {
  .reverse--mob {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

.header {
  position: relative;
  background-color: #fff;
  padding: 1rem;
}

.header::after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 991px) {
  .header {
    padding: 2rem 0;
  }
}

@media (max-width: 575px) {
  .header {
    text-align: center;
    padding: 1.5rem 0;
  }
  .header img {
    width: 60px;
  }
}

.header .logo {
  float: left;
  margin-top: -5px;
}

.header .logo  img{
  height: 80px;
}

@media (max-width: 575px) {
  .header .logo {
    float: none;
  }
}

.header .title {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 575px) {
  .header .title {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.header .title .txt {
  color: #2a2e2d;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 991px) {
  .header .title .txt {
    font-size: 1.6rem;
  }
}

@media (max-width: 575px) {
  .header .title .txt {
    font-size: 1.4rem;
  }
}

.btn {
  display: inline-block;
  font-family: "Averta-Semibold", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.9rem;
  padding: 8px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn.disabled {
  opacity: 0.5 !important;
  -webkit-transform: none !important;
  transform: none !important;
  cursor: default;
}

@media (max-width: 575px) {
  .btn {
    font-size: 1.4rem;
  }
}

.btn:hover,
.btn:active,
.btn:focus {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--green {
  width: 287px;
  padding: 8px 2rem;
  background-color: #cde4c4;
  color:#252729;
  border-radius: 50px;
  border: 1px solid transparent;
}

.btn--green:hover {
  -webkit-box-shadow: 0 5px 10px 2px rgba(116, 208, 59, 0.19);
  box-shadow: 0 5px 10px 2px rgba(116, 208, 59, 0.19);
}

.btn--green-outline {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  color: #252729;
  background-color: #ffffff;
  border-color: #cde4c4;
}

.btn--green-outline:hover {
  color: #cde4c4;
}

@media (max-width: 575px) {
  .btn--green {
    width: auto;
    padding: 6px 40px;
  }
}

.btn--icon {
  background-color: #ffffff;
  padding: 5px;
  color: #000000;
}

.btn--icon:hover {
  color: #ff0000;
}

.btn--up:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.tab__text {
  text-align: center;
  font-size: 2.8rem;
  padding-top: 2rem;
  color: #2a2e2d;
  font-family: "Averta-Semibold", sans-serif;
  font-weight: 600;
}

@media (max-width: 991px) {
  .tab__text {
    padding-top: 2.5rem;
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .tab__text {
    font-family: "Averta-Bold", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
  }
}

.details__wrapper {
  padding-top: 4rem;
}

@media (max-width: 991px) {
  .details__wrapper {
    padding-top: 3rem;
  }
}

@media (max-width: 575px) {
  .details__wrapper {
    padding-top: 0;
  }
}

.details__wrapper-item {
  position: relative;
  padding: 2.5rem 2rem;
  background-color: #69bdf0;
  border-radius: 6px;
  margin-bottom: 6.5rem;
}

@media (max-width: 991px) {
  .details__wrapper-item {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575px) {
  .details__wrapper-item {
    padding: 1.5rem 2rem;
    margin: 1.8rem 0;
  }
}

.details__wrapper .details__text {
  color: #ffffff;
  font-size: 2rem;
}

@media (max-width: 575px) {
  .details__wrapper .details__text {
    font-size: 1.4rem;
  }
}

.details__wrapper .details__list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 2rem;
}

@media (max-width: 1499px) {
  .details__wrapper .details__list {
    margin: 1rem 0 0 0;
  }
}

@media (max-width: 991px) {
  .details__wrapper .details__list {
    margin: 1rem 0 0 0;
  }
}

@media (max-width: 575px) {
  .details__wrapper .details__list {
    margin: 1rem 0 0;
  }
}

.details__wrapper .details__list li {
  display: block;
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  color: #ffffff;
  padding: 1.5rem 0 0;
}

@media (max-width: 991px) {
  .details__wrapper .details__list li {
    padding: 1rem 0;
  }
}

@media (max-width: 575px) {
  .details__wrapper .details__list li {
    font-size: 1.4rem;
    padding: 5px 0;
  }
}

.details__wrapper .details__list li .icon {
  display: inline-block;
  width: 28px;
  height: auto;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .details__wrapper .details__list li .icon {
    width: 18px;
    margin-right: 10px;
  }
}

.routes__type {
  position: relative;
}

.routes__type-item {
  padding: 3rem;
  margin-bottom: 3rem;
  border: 1px solid #d1ccc5;
  border-radius: 6px;
}

.routes__type-item .title {
  font-family: "Averta-Semibold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .routes__type-item .title {
    font-weight: 700;
    font-size: 1.4rem;
  }
}

.routes__type-item .desc {
  font-size: 1.7rem;
}

@media (max-width: 575px) {
  .routes__type-item .desc {
    font-size: 1.2rem;
  }
}

.routes__type-item .cta {
  text-align: right;
}

@media (max-width: 575px) {
  .routes__type-item .cta {
    font-size: 1.2rem;
  }
}

@media (max-width: 575px) {
  .routes__type-item {
    padding: 1.5rem;
    margin-bottom: 0;
  }
}

.timetable__wrapper {
  position: relative;
  margin-bottom: 3rem;
}

@media (max-width: 575px) {
  .timetable__wrapper {
    margin-bottom: 0;
  }
}

.timetable__wrapper .list__item {
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid rgba(37, 39, 41, 0.5);
  border-radius: 6px;
  overflow: hidden;
}
.timetable__wrapper .list__item.disabled{
  pointer-events: none;
}

.timetable__wrapper .list__item.disabled .list__item-header{
  background-color: #dee2e6;
  opacity: 0.5;
}

.timetable__wrapper .list__item.open .list__item-header {
  background-color: #69bdf0;
  color: #ffffff;
}

.timetable__wrapper .list__item.open .list__item-header .btn {
  color: #ffffff;
}

.timetable__wrapper .list__item.open .list__item-header .btn .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.timetable__wrapper .list__item-header {
  background-color: #ffffff;
  font-size: 1.8rem;
  border-radius: 0 0 4px 4px;
  padding: 0.8rem 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.timetable__wrapper .list__item-header:hover {
  background-color: #f2f3f8;
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-header {
    font-size: 1.3rem;
    padding: 8px 2rem;
  }
}

.timetable__wrapper .list__item-header .time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.timetable__wrapper .list__item-header .seats {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.timetable__wrapper .list__item-header .btn {
  position: relative;
  height: 29px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #00ace2;
  font-size: 2.5rem;
}

.timetable__wrapper .list__item-header .btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.timetable__wrapper .list__item-header .btn .icon {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.timetable__wrapper .list__item-body {
  position: relative;
  padding: 0 4.5rem 0 6rem;
}

@media (max-width: 991px) {
  .timetable__wrapper .list__item-body {
    padding: 0 1.5rem;
  }
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body {
    padding: 0 2rem;
  }
}

.timetable__wrapper .list__item-body .list_holder {
  position: relative;
  margin: 3rem 4.5rem 2rem 10rem;
  padding: 0;
}

@media (max-width: 1499px) {
  .timetable__wrapper .list__item-body .list_holder {
    margin: 3rem 0;
  }
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body .list_holder {
    margin: 1rem 0;
  }
}

.timetable__wrapper .list__item-body li {
  position: relative;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body li {
    margin-bottom: 1rem;
  }
}

.timetable__wrapper .list__item-body li:last-child {
  margin-bottom: 0;
}

.timetable__wrapper .list__item-body li .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 45%;
  -ms-flex: 1 0 45%;
  flex: 1 0 45%;
  max-width: 45%;
}

@media (max-width: 1200px) {
  .timetable__wrapper .list__item-body li .left {
    max-width: 60%;
  }
  .timetable__wrapper .list__item-header .time{
    flex: 1;
    max-width: 50%;
  }
}


.timetable__wrapper .list__item-body .type {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 5px;
  line-height: 2rem;
  color: #2a2e2d;
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body .type {
    font-family: "Averta-Bold", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
  }
}

.timetable__wrapper .list__item-body .price {
  float: right;
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body .price {
    font-family: "Averta-Regular", sans-serif;
    font-weight: 400;
  }
}

.timetable__wrapper .list__item-body .info {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.37px;
  padding: 0 4.5rem 1rem 10rem;
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body .info {
    padding: 0;
    font-size: 1.1rem;
  }
}

.timetable__wrapper .list__item-body .quantity-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body .quantity-input {
    padding: 0 6px;
    border: 1px solid #cde4c4;
    border-radius: 4.5rem;
  }
}

.timetable__wrapper .list__item-body .quantity-input__modifier {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px;
  font-size: 10px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body .quantity-input__modifier {
    font-size: 1rem;
    margin: 0 !important;
  }
}

.timetable__wrapper .list__item-body .quantity-input__modifier:hover {
  color: #cde4c4;
}

.timetable__wrapper .list__item-body .quantity-input__modifier--left {
  margin-right: 8px;
}

.timetable__wrapper .list__item-body .quantity-input__modifier--right {
  margin-left: 8px;
}

.timetable__wrapper .list__item-body .quantity-input__screen {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(37, 39, 41, 0.5);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  color: #2a2e2d;
  padding: 8px 5px;
  text-align: center;
  line-height: 18px;
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body .quantity-input__screen {
    border: none;
    font-size: 1.4rem;
  }
}

.timetable__wrapper .list__item-body .list__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.2rem 0 2.8rem;
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body .list__total {
    padding: 0 0 5px 0;
  }
}

.timetable__wrapper .list__item-body .total__holder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-left: 10rem;
}

.timetable__wrapper .list__item-body .total__holder .txt {
  font-family: "Averta-Semibold", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 2rem;
  margin: 0;
  color: #2a2e2d;
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body .total__holder .txt {
    font-family: "Averta-Bold", sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    font-weight: 700;
  }
  .timetable__wrapper .list__item-body .total__holder .txt .price {
    font-family: "Averta-Bold", sans-serif;
    font-weight: 700;
  }
}

@media (max-width: 1499px) {
  .timetable__wrapper .list__item-body .total__holder {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body .total__holder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .timetable__wrapper .list__item-body .total__action {
    text-align: center;
    margin-top: 0;
  }
}

.cta {
  margin-top: 3rem;
}

.cta.space-t-5 {
  margin-top: 5rem;
}

@media (max-width: 575px) {
  .cta.space-t-5 {
    margin-top: 1.5rem;
  }
}

.cta.space-t-7 {
  margin-top: 7rem;
}

@media (max-width: 575px) {
  .cta.space-t-7 {
    margin-top: 1.5rem;
  }
}

.cta--inline {
  text-align: right;
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .cta--inline {
    text-align: center;
  }
  .cta--inline .btn {
    margin: 5px 0 !important;
    width: 100%;
  }
}

.cta--inline .btn:first-child {
  margin-right: 4rem;
}

.cta--inline .btn:last-child {
  margin-right: 0;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  color: #252729;
  font-size: 1.7rem;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 575px) {
  .styled-checkbox + label {
    font-size: 1.2rem;
  }
}

.styled-checkbox + label a {
  text-decoration: underline !important;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 5px;
  margin-top: 4px;
  display: inline-block;
  vertical-align: text-top;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 1px solid #232527;
}

@media (max-width: 767px) {
  .styled-checkbox:checked + label:after {
    left: 29px !important;
    top: 7px !important;
  }
}

@media (max-width: 575px) {
  .styled-checkbox + label:before {
    margin-top: 2px;
    width: 10px;
    height: 10px;
  }
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid #252729;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 575px) {
  .styled-checkbox:checked + label:after {
    left: 3px !important;
    top: 4px !important;
    width: 5px;
    height: 8px;
  }
}

@media (max-width: 475px) {
  .styled-checkbox:checked + label:after {
    left: 22px !important;
  }
}

@media (max-width: 470px) {
  .styled-checkbox + label{
    width: 324px;
  }
  .styled-checkbox:checked + label:after {
    left: 5px !important;
  }
}

@media (max-width: 358px) {
  .styled-checkbox + label{
    width: 234px;
  }
  .styled-checkbox:checked + label:after {
    left: 14px !important;
  }
}

.order__number .txt {
  display: block;
  position: relative;
  text-align: center;
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #2a2e2d;
}

@media (max-width: 575px) {
  .order__number .txt {
    font-size: 1.4rem;
  }
}

.order__number .txt-bold {
  font-family: "Averta-Semibold", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin: 0;
}

@media (max-width: 991px) {
  .order__number .txt-bold {
    font-size: 2rem;
    line-height: initial;
  }
  .order__number .txt-bold:first-child {
    margin-top: 2rem;
  }
}

@media (max-width: 575px) {
  .order__number .txt-bold {
    font-family: "Averta-Bold", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
  }
}

.form__wrapper {
  position: relative;
  padding: 3.5rem 10.5rem 2rem;
  border: 1px solid rgba(37, 39, 41, 0.5);
  margin: 3rem 0;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .form__wrapper {
    padding: 2rem;
  }
}

@media (max-width: 575px) {
  .form__wrapper {
    margin: 1em 0;
  }
}

.custom__form .form-text {
  opacity: 0;
  visibility: hidden;
}

.custom__form .form-text.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .custom__form .form-text {
    margin-top: 0;
  }
}

.custom__form .info-text {
  font-family: "Averta-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #2a2e2d;
}

.custom__form .form-group {
  margin-bottom: 1.5rem;
}

.custom__form .form-group.padding-right {
  padding-right: 3rem;
}

.custom__form .form-group.padding-left {
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .custom__form .form-group {
    padding: 0 !important;
    margin-bottom: 0;
  }
}

.custom__form label {
  font-family: "Averta-Bold", sans-serif;
  font-weight: 700;
  color: #2a2e2d;
  font-size: 1.8rem;
  margin-bottom: 0;
}

.custom__form label span {
  font-size: 1.4rem;
}

@media (max-width: 575px) {
  .custom__form label {
    font-size: 1.3rem;
  }
}

.custom__form input {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  color: #2a2e2d;
  font-size: 1.8rem;
  height: 25px;
  padding: 0;
  border: none;
  border-bottom: 1px solid rgba(37, 39, 41, 0.5);
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

@media (max-width: 575px) {
  .custom__form input {
    font-size: 1.3rem;
  }
}

.custom__form input:hover,
.custom__form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #252729;
  background: transparent;
}

.custom__form select {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  color: #2a2e2d;
  height: 24px;
  padding: 0 8px;
  font-size: 1.4rem;
  border: 1px solid rgba(37, 39, 41, 0.5);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  background: transparent;
}

@media (max-width: 575px) {
  .custom__form select {
    font-size: 1.3rem;
    background: url("../img/icons/caret.png") no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 98%;
  }
}

.custom__form select:hover,
.custom__form select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #252729;
}

.custom__form input[type="number"]::-webkit-inner-spin-button,
.custom__form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom__form input[type="number"] {
  -moz-appearance: textfield;
}

.custom__form input:-webkit-autofill,
.custom__form input:-webkit-autofill:hover,
.custom__form input:-webkit-autofill:focus,
.custom__form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f0f4f6 inset !important;
}

.cart__list {
  margin-top: 2rem;
}

@media (max-width: 575px) {
  .cart__list {
    margin-top: 1rem;
  }
}

.cart__list.space-t-6 {
  margin-top: 6rem;
}

@media (max-width: 575px) {
  .cart__list.space-t-6 {
    margin-top: 5rem;
  }
}

.cart__list-header {
  background-color: #00ace2;
  padding: 8px 0;
  text-align: center;
  border-radius: 6px 6px 0 0;
}

.cart__list-header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 14rem;
}

@media (max-width: 991px) {
  .cart__list-header ul {
    padding: 0 1rem;
  }
}

.cart__list-header li {
  font-family: "Averta-Semibold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #ffffff;
}

@media (max-width: 991px) {
  .cart__list-header li {
    padding: 1rem 0;
  }
}

@media (max-width: 767px) {
  .cart__list-header li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .cart__list-header li:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 575px) {
  .cart__list-header li {
    font-size: 1.4rem;
    padding: 5px 0;
  }
}

.cart__list-header li .icon {
  display: inline-block;
  width: 28px;
  height: auto;
  margin-right: 8px;
}

@media (max-width: 575px) {
  .cart__list-header li .icon {
    width: 18px;
  }
}

.cart__list-body {
  position: relative;
  display: block;
  padding: 2rem;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgba(37, 39, 41, 0.5);
  border-radius: 0 0 6px 6px;
}

@media (max-width: 575px) {
  .cart__list-body {
    padding: 1rem 0;
  }
}

.cart__list-types {
  position: relative;
  margin: 0 3.5rem;
  padding: 0;
}

@media (max-width: 575px) {
  .cart__list-types {
    margin: 0;
  }
}

.cart__list-types li {
  position: relative;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media (max-width: 575px) {
  .cart__list-types li {
    margin-bottom: 5px;
  }
}

.cart__list-types li:last-child {
  margin-bottom: 0;
}

.cart__list-types li .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  max-width: 30%;
}

@media (max-width: 991px) {
  .cart__list-types li .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: 40%;
  }
}

@media (max-width: 575px) {
  .cart__list-types li .left {
    max-width: 50%;
  }
}

.cart__list-types.flex-center .text-style {
  text-align: center;
}

.cart__list-types .text-style {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #2a2e2d;
  letter-spacing: 0.54px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

.cart__list-types .text-style--mob {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  display: none;
}

@media (max-width: 767px) {
  .cart__list-types .text-style {
    font-family: "Averta-Bold", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
  }
  .cart__list-types .text-style.full--mob {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .cart__list-types .text-style--mob {
    display: block;
  }
  .cart__list-types .text-style.no--mob {
    display: none;
  }
}

.cart__list-types .quantity-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__list-types .quantity-input__modifier {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px;
  font-size: 10px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media (max-width: 575px) {
  .cart__list-types .quantity-input__modifier {
    font-size: 1rem;
  }
}

.cart__list-types .quantity-input__modifier:hover {
  color: #cde4c4;
}

.cart__list-types .quantity-input__modifier--left {
  margin-right: 8px;
}

.cart__list-types .quantity-input__modifier--right {
  margin-left: 8px;
}

.cart__list-types .quantity-input__screen {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(37, 39, 41, 0.5);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #ffffff;
  color: #2a2e2d;
  padding: 8px 5px;
  text-align: center;
  line-height: 18px;
}

@media (max-width: 575px) {
  .cart__list-types .quantity-input__screen {
    font-size: 1.3rem;
  }
}

.cart__list-types .quantity-input__screen.no-border {
  border: none;
}

.cart__list-types .quantity-input--box {
  padding: 0 12px;
  border: 1px solid #cde4c4;
  border-radius: 4.5rem;
}

@media (max-width: 575px) {
  .cart__list-types .quantity-input--box {
    padding: 0 5px;
  }
}

.cart__list-types .quantity-input--box .quantity-input__modifier {
  margin: 0;
}

.cart__list-types.types--end .text-style {
  text-align: left;
}

@media (max-width: 575px) {
  .cart__list-types.types--end .text-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cart__list-types.types--end .text-style.no--mob {
    display: none;
  }
  .cart__list-types.types--end .text-style.mob-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .cart__list-types.types--end .text-style.mob-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.cart__list-types.types--end .text-style.mob-order-3,
.cart__list-types.types--end .text-style.mob-order-2 {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
}

.location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  height: calc(100vh - 77px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.location__wrapper {
  padding: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location__box {
  padding: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.06);
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.06);
  background: #ffffff;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .location__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .location__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.location .form-control {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  cursor: pointer;
  padding: 10px;
  height: auto;
  font-size: 18px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(37, 39, 41, 0.5);
}

.tab_date {
  position: relative;
  text-align: center;
}

.tab_date__datepicker {
  margin-top: 2rem;
  margin-bottom: 4em;
}

.tab_date__datepicker .datepicker {
  width: 650px;
  height: 400px;
  margin: 0 auto;
}

.tab_date__datepicker .datepicker .day {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #252729;
}

.tab_date__datepicker .datepicker .datepicker-switch {
  font-family: "Averta-Semibold", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #252729;
  cursor: default;
}

.tab_date__datepicker .datepicker .datepicker-switch:hover {
  background-color: transparent;
}

.tab_date__datepicker .datepicker .dow {
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #252729;
  text-transform: uppercase;
  padding-top: 3rem;
}

.tab_date__datepicker .datepicker .prev:hover,
.tab_date__datepicker .datepicker .next:hover,
.tab_date__datepicker .datepicker td.day:hover {
  background-color: #faf9f0;
}

.tab_date__datepicker .datepicker .old {
  opacity: 0;
  visibility: hidden;
}

.tab_date__datepicker .datepicker .disabled {
  color: #252729 !important;
  opacity: 0.5;
}

.tab_date__datepicker .datepicker .disabled:hover {
  background-color: transparent !important;
}

.tab_date__datepicker .table-condensed,
.tab_date__datepicker .datepicker-days {
  width: 100%;
  height: 100%;
}

.tab_date .inline--lg {
  display: inline-block;
  margin-bottom: 3rem;
}

@media (max-width: 575px) {
  .tab_date .inline--lg {
    display: block;
  }
}

.tab_date .cta {
  margin-top: 0;
}

.tab_date .btn {
  margin-left: 6rem;
}

@media (max-width: 991px) {
  .tab_date .btn {
    margin: 0;
  }
}

.tab_route {
  position: relative;
}

.tab_links {
  position: relative;
  padding: 2rem 0;
  display: block;
}

@media (max-width: 991px) {
  .tab_links {
    display: none;
  }
}

.tab_links .menu__wrapper {
  position: relative;
}

.tab_links-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab_links-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 1279px) {
  .tab_links-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

@media (max-width: 991px) {
  .tab_links-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
}

.tab_links-item a {
  font-size: 1.7rem;
  padding: 10px 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 0.3;
  font-family: "Averta-Regular", sans-serif;
  font-weight: 400;
  color: #252729;
}

@media (max-width: 1279px) {
  .tab_links-item a {
    font-size: 1.8rem;
  }
}

@media (max-width: 991px) {
  .tab_links-item a {
    opacity: 1;
    font-family: "Averta-Regular", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
  }
  .tab_links-item a > span {
    display: none;
  }
}

.tab_links-item a.active {
  opacity: 1;
  pointer-events: auto;
}

.tab_links-item a span {
  margin-right: 10px;
}

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

.modal-content {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}

.modal-header {
  border: none;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5rem 1rem;
  margin: 0 auto;
  max-width: 55%;
}

@media (max-width: 767px) {
  .modal-header {
    padding: 3rem 1rem;
    max-width: 100%;
  }
}

.modal-title {
  color: #2a2e2d;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .modal-title {
    font-size: 1.6rem;
  }
}

.modal-body {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem 1rem;
}

@media (max-width: 767px) {
  .modal-body {
    padding: 2rem 1rem;
  }
}

.modal-footer {
  border: none;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6rem 1rem;
}

@media (max-width: 767px) {
  .modal-footer {
    padding: 3rem 1rem;
  }
}

@media (min-width: 1560px) {
  .modal-lg {
    max-width: 1080px !important;
  }
}

.btn.btn--green.btn--up[disabled]{
  background-color: #adb5bd;
}
.btn.btn--green.btn--up[disabled]:hover{
  box-shadow: 0 5px 10px 2px rgb(173 181 189 / 19%);
}
