.vdp-datepicker__clear-button,
.vdp-datepicker__calendar-button {
  position: absolute;
  right: 10px;
  bottom: 0;
  line-height: 40px;
}
.custom-calendar.vdp-datepicker__calendar {
  top: 100%;
  top: calc(100% + 8px);
  width: 255px;
  background: #FFFFFF;
  border: 1px solid #E5E6F0;
  border-radius: 20px;
}
.custom-calendar.vdp-datepicker__calendar header .prev,
.custom-calendar.vdp-datepicker__calendar header .next,
.custom-calendar.vdp-datepicker__calendar header .up {
  text-indent: initial;
}
.custom-calendar.vdp-datepicker__calendar header .prev::after,
.custom-calendar.vdp-datepicker__calendar header .next::after,
.custom-calendar.vdp-datepicker__calendar header .up::after {
  content: none;
}
.custom-calendar.vdp-datepicker__calendar header .prev:not(.disabled):hover,
.custom-calendar.vdp-datepicker__calendar header .next:not(.disabled):hover,
.custom-calendar.vdp-datepicker__calendar header .up:not(.disabled):hover {
  background: none;
  color: #FD5252;
}
.custom-calendar.vdp-datepicker__calendar .cell {
  height: 36px;
  line-height: 34px;
  border-radius: 50%;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.custom-calendar.vdp-datepicker__calendar .cell.selected {
  background-color: #FD5252;
  color: #FFFFFF;
}
.custom-calendar.vdp-datepicker__calendar .cell.selected:hover {
  background-color: transparent;
}
.custom-calendar.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.custom-calendar.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.custom-calendar.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border-color: transparent;
  color: #FD5252;
}
.custom-calendar.vdp-datepicker__calendar .disabled {
  color: #C8C8C8;
}
.schedule__filter {
  padding: 40px 64px;
}
@media (max-width: 767px) {
  .schedule__filter {
    padding: 32px 20px;
  }
}
.schedule__filter--big {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .schedule__filter--big {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.schedule__filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 906px) {
  .schedule__filter-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.schedule__filter-header {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  .schedule__filter-header {
    display: block;
  }
}
.schedule__filter-total {
  color: #787878;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 576px) {
  .schedule__filter-total {
    text-align: left;
    margin-top: -32px;
    margin-bottom: 24px;
  }
}
.schedule__filter-item {
  margin-right: 20px;
}
@media (max-width: 906px) {
  .schedule__filter-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.schedule__filter-from,
.schedule__filter-to {
  width: 260px;
}
@media (max-width: 906px) {
  .schedule__filter-from,
  .schedule__filter-to {
    width: 45%;
    width: calc(50% - 8px);
    position: relative;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .schedule__filter-from,
  .schedule__filter-to {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 906px) {
  .schedule__filter-date {
    width: 45%;
    width: calc(50% - 8px);
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .schedule__filter-date {
    width: 100%;
    margin-bottom: 40px;
  }
}
.schedule__filter-btn {
  margin-left: auto;
  width: 160px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 30px;
}
@media (max-width: 906px) {
  .schedule__filter-btn {
    width: 45%;
    width: calc(50% - 8px);
    margin: 0;
  }
}
@media (max-width: 576px) {
  .schedule__filter-btn {
    width: 100%;
  }
}
.schedule__results {
  padding: 0;
  margin-top: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .schedule__results {
    margin: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    overflow: visible;
  }
}
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 16px 0;
}
.schedule-table__tr {
  background-color: #FFFFFF;
  color: #2E2F33;
}
.schedule-table__tr + .schedule-table__tr {
  border-top: 1px solid #E5E6F0;
}
.schedule-table__th {
  padding: 22px 8px;
  vertical-align: middle;
  border: none;
  background-color: #0054BC;
  color: #FFFFFF;
  font-weight: normal;
  text-align: left;
}
.schedule-table__td {
  padding: 8px;
  vertical-align: middle;
  border: none;
  background-color: #FFFFFF;
  text-align: left;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.schedule-table__td--left {
  text-align: left;
}
.schedule-table__td--right {
  text-align: right;
}
.schedule-table__td--center {
  text-align: center;
}
.schedule-table__td--bold {
  font-weight: bold;
}
.schedule-table__tr:nth-child(2n+1) .schedule-table__td {
  background-color: #FFFFFF;
}
.schedule-table__tr .schedule-table__td:first-child,
.schedule-table__tr .schedule-table__th:first-child {
  padding-left: 32px;
}
@media (max-width: 767px) {
  .schedule-table__head {
    display: none;
  }
}
.schedule-table__tr--disabled {
  color: #C8C8C8;
}
@media (max-width: 767px) {
  .schedule-table__tr {
    display: block;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(25, 50, 130, 0.16);
            box-shadow: 0px 4px 16px rgba(25, 50, 130, 0.16);
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 4px;
    margin-bottom: 32px;
  }
  .schedule-table__tr + .schedule-table__tr {
    border: none;
  }
}
.schedule-table__col-destination {
  width: 25%;
}
.schedule-table__col-time {
  width: 15%;
}
.schedule-table__col-btn {
  width: 25%;
}
@media (max-width: 767px) {
  .schedule-table__td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: transparent !important;
    padding: 0 !important;
    margin-bottom: 16px;
    height: auto;
    font-weight: 600;
  }
}
.schedule-table__td-title {
  display: none;
  text-align: left;
  font-weight: normal;
  color: #787878;
}
@media (max-width: 767px) {
  .schedule-table__td-title {
    display: block;
  }
}
.schedule-table__btn {
  width: 190px;
}
@media (max-width: 767px) {
  .schedule-table__btn {
    width: auto;
    margin: auto;
  }
}
.schedule-table__status {
  color: #C8C8C8;
  width: 190px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .schedule-table__status {
    width: 100%;
  }
}
.search-select {
  display: block;
  position: relative;
  z-index: 2;
}
.search-select__label {
  color: #2E2F33;
  margin-bottom: 12px;
  line-height: 18px;
}
.search-select__styler {
  position: relative;
  z-index: 1;
  outline: none;
  cursor: pointer;
  background-color: #FFFFFF;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.search-select__styler:focus,
.search-select__styler.search-select__styler--focus {
  border-color: #C8C8C8;
}
.search-select__styler--placeholder {
  cursor: not-allowed;
}
.search-select__input {
  background-color: transparent;
  border: 1px solid #E5E6F0;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  color: #2E2F33;
  font-weight: 600;
  line-height: 40px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.search-select__input::-webkit-input-placeholder {
  color: #C8C8C8;
}
.search-select__input::-moz-placeholder {
  color: #C8C8C8;
}
.search-select__input:-moz-placeholder {
  color: #C8C8C8;
}
.search-select__input:-ms-input-placeholder {
  color: #C8C8C8;
}
.search-select__option-wrapper {
  position: absolute;
  top: 100%;
  top: calc(100% + 8px);
  left: 0;
  background: #FFFFFF;
  border: 1px solid #E5E6F0;
  border-radius: 10px;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 100%;
  max-height: 200px;
  overflow: auto;
  display: none;
  z-index: -1;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.search-select__option-wrapper--visible {
  display: block;
  opacity: 1;
  z-index: 1;
}
.search-select__option {
  color: #2E2F33;
  font-weight: 600;
  background-color: #FFFFFF;
  padding: 4px 16px;
  padding-left: 16px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.search-select__option:hover,
.search-select__option--selected {
  background-color: #FEF7F7;
}
.search-select__option--disabled {
  color: #C8C8C8;
  cursor: not-allowed;
}
.search-select__option-label {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.5em;
  font-weight: normal;
  padding: 4px 0;
  margin-right: 16px;
  margin-left: 16px;
  color: #C8C8C8;
  letter-spacing: 0.1em;
}
.search-select__option-label--alphabet {
  padding-top: 8px;
  margin-top: 4px;
  border-top: 1px solid #E5E6F0;
}
.index-page__head {
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .index-page__head {
    display: block;
    padding: 64px 0;
  }
}
.index-page__head-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 767px) {
  .index-page__head-left {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 576px) {
  .index-page__head-left {
    padding: 0;
  }
}
.index-page__head-img {
  width: 50%;
  min-height: 390px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-image: url(/img/bg/main.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -120px;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .index-page__head-img {
    display: none;
  }
}
.index-page__h1 {
  color: #2E2F33;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .index-page__h1 br {
    display: none;
  }
}
@media (max-width: 576px) {
  .index-page__h1 {
    font-size: 32px;
    text-align: center;
  }
}
.index-page__h1-active {
  color: #FD5252;
  white-space: nowrap;
}
.index-page__h1-primary {
  color: #0054BC;
  white-space: nowrap;
}
.index-page__subheader {
  margin-top: 20px;
  color: #2E2F33;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .index-page__subheader {
    font-size: 16px;
    text-align: center;
  }
  .index-page__subheader br {
    display: none;
  }
}
.index-page__routes-title {
  margin: 40px 0 32px;
}
.index-page__links {
  margin-top: 16px;
}
.index-page__links-item {
  display: block;
  padding: 40px;
  padding-right: 90px;
  position: relative;
  margin: 0;
}
.index-page__links-text {
  margin: 0;
  color: #2E2F33;
}
.index-page__links-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -20px;
  margin-right: 0;
  color: #FD5252;
  -webkit-transition-property: margin-right;
  transition-property: margin-right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.index-page__links-item:hover .index-page__links-icon,
.index-page__links-item:focus .index-page__links-icon {
  margin-right: -10px;
}
