@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc9.ttf) format('truetype');
}
/** reset **/
body {
  font: bold 13px "Roboto", sans-serif;
  background: #fff;
  padding: 10px;
  border: #92949d 2px solid;
}
@media (max-width: 280px) {
  body {
    padding: 5px;
  }
}
.w-50 {
  width: 50%;
  min-width: 160px;
}
button,
.btn {
  background: none;
  border: none;
  outline: none;
  font: bold 13px "Roboto", sans-serif;
}
.row {
  display: flex;
  flex-direction: row;
}
input {
  font: bold 13px "Roboto", sans-serif;
  border: none;
  color: #162938;
  display: block;
  outline: none;
}
label {
  color: #6e7387;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.main-title {
  color: #34b55e;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
.field-group {
  border: #d8dbe9 1px solid;
  border-radius: 2px;
  margin-bottom: 15px;
  background: #fff;
  padding: 8px 15px;
}
.field-group.field-group--filter-input {
  padding: 4px 5px 4px 15px;
}
.field-group.field-group--departure-time {
  padding-right: 3px;
  margin-right: 5px;
}
.input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-group label {
  min-width: 40px;
  display: block;
}
.input-group--vertical {
  display: flex;
  flex-direction: column;
}
.location-inputs-group {
  display: flex;
  align-items: center;
}
.location-inputs-group .location-inputs {
  width: calc(100% - 35px);
}
.location-inputs-group .location-inputs .separator {
  border: none;
  border-top: #d8dbe9 1px dashed;
  margin: 10px 0px;
}
.location-inputs-group .input-value {
  font-weight: bold;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 0px;
  text-decoration: none;
  color: #162938;
  position: relative;
}
.location-inputs-group .input-value.inactive {
  color: #6e7387;
}
.location-inputs-group .input-value.error:after {
  position: absolute;
  content: " ";
  display: block;
  right: 0;
  top: 3px;
  width: 13px;
  height: 13px;
  background-image: url("../../img/navigation/general/error.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.location-inputs-group .switch-from-to {
  background: none;
  display: block;
  border: none;
  flex-shrink: 0;
  margin-left: 15px;
  background-image: url("../../img/navigation/general/122019/vymenit@3x.png");
  width: calc(72px / 3);
  height: calc(72px / 3);
  background-size: contain;
  background-repeat: no-repeat;
}
.departure-time {
  cursor: pointer;
  margin-left: 15px;
}
.checkbox-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-bottom: 15px;
}
.checkbox-group label {
  margin-right: 3px;
}
.slide-checkbox {
  flex-shrink: 0;
  display: block;
  width: 51px;
  height: 28px;
  border-radius: 15px;
  background: #92949d;
  transition: all 0.25s;
}
.slide-checkbox input {
  display: none;
}
.slide-checkbox:before {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 24px;
  margin-left: 2px;
  margin-top: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.25s;
}
.slide-checkbox.active {
  background: #34b55e;
}
.slide-checkbox.active:before {
  margin-left: calc(50% - 1px);
}
.search-btn {
  display: block;
  outline: none;
  width: 100%;
  background: #92949d;
  color: #fff;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 2px;
}
.search-btn.active {
  background: #34b55e;
}
/* filter */
.input-group--filter-input {
  flex-wrap: wrap;
  align-items: center;
}
.input-group--filter-input .currently-selected {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  cursor: pointer;
}
.input-group--filter-input .currently-selected .filter-name {
  width: 100%;
  flex-shrink: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.input-group--filter-input .currently-selected b {
  margin-left: auto;
  margin-right: 0;
}
.input-group--filter-input b {
  display: flex;
  padding-left: 10px;
  margin-right: 10px;
}
.input-group--filter-input b i {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: #fff 2px solid;
  margin-left: -10px;
  background-size: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.input-group--filter-input b i.urban {
  background-color: #e72944;
  z-index: 0;
  background-image: url("../../img/navigation/general/122019/autobus_zastavka_alt@3x.png");
}
.input-group--filter-input b i.bus {
  background-color: #3e86cd;
  z-index: 1;
  background-image: url("../../img/navigation/general/122019/autobus_zastavka@3x.png");
}
.input-group--filter-input b i.train {
  background-color: #f4ae33;
  z-index: 2;
  background-image: url("../../img/navigation/general/122019/vlak_zastavka@3x.png");
}
.filter-options {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #fff;
  max-height: 100vh;
  overflow: hidden;
  border: #92949d 2px solid;
  width: 100%;
  flex-shrink: 0;
  padding: 0px 10px;
  display: flex;
  flex-direction: column;
}
.filter-options .filter-title {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
.filter-options .filter-title button {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: auto;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 10px;
}
.filter-options ul {
  list-style: none;
  height: 100%;
  overflow: auto;
}
.filter-options ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: #d8dbe9 1px dashed;
}
/* dialogs */
.dialog-wrapper .backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.dialog-wrapper .dialog {
  border-radius: 2px;
  background: #fff;
  padding: 15px;
}
.dialog--date-time {
  margin: 15px;
  width: 100vw;
}
.dialog--date-time .buttons {
  display: flex;
  justify-content: space-between;
}
.dialog--date-time .buttons .btn {
  border: #34b55e 1px solid;
  color: #34b55e;
  border-radius: 2px;
  width: calc(50% - 5px);
  height: 32px;
}
.dialog--date-time .inputs {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.dialog--date-time .inputs .input-group--vertical {
  width: calc(50% - 5px);
}
.dialog--date-time .inputs .input-group--vertical label {
  margin-bottom: 5px;
}
.dialog--date-time .inputs .input-group--vertical label.for-select,
.dialog--date-time .inputs .input-group--vertical .time-input {
  width: 100%;
  background: #f3f3f3;
  height: 40px;
  display: flex;
  align-items: center;
}
.dialog--date-time .inputs .input-group--vertical label.for-select {
  position: relative;
}
.dialog--date-time .inputs .input-group--vertical label.for-select:after {
  content: " ";
  position: absolute;
  right: 10px;
  width: 17px;
  height: 17px;
  background-image: url("../../img/navigation/general/chevron-down.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
}
.dialog--date-time .inputs .input-group--vertical label.for-select select {
  position: absolute;
  border: none;
  outline: none;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
.dialog--date-time .inputs .input-group--vertical label.for-select select option {
  background: #fff;
}
.dialog--date-time .inputs .time-input input {
  text-align: center;
  font-weight: bold;
  width: calc(100% - 54px - 40px);
  background: transparent;
  display: block;
  height: 100%;
}
.dialog--date-time .inputs .time-input button {
  display: block;
  width: 27px;
  height: 27px;
  flex-shrink: 0;
  margin: 0px 10px;
}
.dialog--date-time .inputs .time-input button.increase {
  background-image: url("../../img/navigation/general/ic-add.svg");
}
.dialog--date-time .inputs .time-input button.increase:active {
  background-image: url("../../img/navigation/general/ic-add-selected.svg");
}
.dialog--date-time .inputs .time-input button.decrease {
  background-image: url("../../img/navigation/general/ic-remove.svg");
}
.dialog--date-time .inputs .time-input button.decrease:active {
  background-image: url("../../img/navigation/general/ic-remove-selected.svg");
}
.autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  border: #92949d 2px solid;
}
.autocomplete .input-ac {
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0px 10px;
  border-bottom: #d8dbe9 1px solid;
}
.autocomplete .input-ac input {
  width: calc(100% - 64px);
  margin: 0px 10px;
}
.autocomplete .btn {
  display: block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.autocomplete .btn.btn--back {
  background-image: url("../../img/navigation/general/arrow_back.svg");
}
.autocomplete .btn.btn--clear {
  background-image: url("../../img/navigation/general/clear.svg");
}
.autocomplete .ac-results {
  z-index: 1;
  background: #fff;
  max-height: calc(100% - 40px);
  overflow: auto;
}
.autocomplete .ac-results li {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px 10px;
  border-bottom: #d8dbe9 1px dashed;
}
.autocomplete .ac-results li:hover,
.autocomplete .ac-results li.selected {
  background: #0069c7;
  color: #fff;
}
.autocomplete .ac-results li.loading {
  text-align: center;
  justify-content: center;
  border-bottom: none;
}
.autocomplete .ac-results li.loading:hover {
  background: #fff;
  color: #162938;
}
.autocomplete .ac-results li i {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  margin-right: 10px;
  background-size: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #3e86cd;
  flex-shrink: 0;
  background-image: url("../../img/navigation/general/122019/autobus_zastavka@3x.png");
}
.autocomplete .ac-results li i.current,
.autocomplete .ac-results li i.address_search,
.autocomplete .ac-results li i.location,
.autocomplete .ac-results li i.not_found {
  background: none;
  background-image: url("../../img/navigation/desktop/png/table_pointer_icon@2x.png");
  background-size: 30px 30px;
}
.autocomplete .ac-results li i.stop_urban {
  background-color: #e72944;
  background-image: url("../../img/navigation/general/122019/autobus_zastavka_alt@3x.png");
}
.autocomplete .ac-results li i.stop_bus {
  background-color: #3e86cd;
  background-image: url("../../img/navigation/general/122019/autobus_zastavka@3x.png");
}
.autocomplete .ac-results li i.stop_mixed {
  background-color: #3e86cd;
  background-image: url("../../img/navigation/general/122019/autobus_zastavka@3x.png"), linear-gradient(45deg, #3e86cd 50%, #e72944 50%);
  background-size: 18px 18px, 30px 30px;
}
.autocomplete .ac-results li i.stop_train {
  background-color: #f4ae33;
  background-image: url("../../img/navigation/general/122019/vlak_zastavka@3x.png");
}
/** custom skins **/
.skin-dpmmt,
.skin-dpmmt .autocomplete {
  border: none;
}
.skin-dpmmt .main-title,
.skin-dpmmt .field-group--filter-input {
  display: none;
}
