* {
  outline: none;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

.popup {
  background: #efeff4;
  padding-bottom: 60px;
}

.list li {
  display: block;
}

.color-text-mhd {
  color: #8d1313 !important;
}

.toolbar .btn>img {
  position: relative;
  top: 3px;
  display: inline-block;
  height: 18px;
  margin-right: 10px;
}

.btn.color-white {
  border-top: 1px solid #ccc;
  color: #000;
  background-color: #fff;
}

.tt-icon-multilayer {
  position: relative;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.tt-icon-multilayer:before {
  content: "\e913";
  opacity: 0;
}

.tt-icon-multilayer>* {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tt-icon-multilayer>*.color-white {
  color: #fff;
}

.tt-icon-multilayer>*.color-black {
  color: #000;
}

.tt-icon-multilayer>*.color-gray {
  color: #666666;
}

.tt-icon-multilayer>*.color-yellow {
  color: #008bff;
}

.tt-icon-multilayer>*.color-blue {
  color: #205f9e;
}

.tt-btn {
  position: relative;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  padding: 0 5px;
  display: inline-block;
  border-bottom: 2px solid #295e21 !important;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #3a842e;
}

.tt-btn.btn-white {
  border: 1px solid #ccc;
  color: #000;
  background-color: #fff;
}

.tt-btn.progress-bar {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}

.tt-btn.progress-bar:before {
  position: absolute;
  top: 0;
  right: 101%;
  -webkit-transition: -webkit-transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  transition: transform 0.2s linear;
  z-index: 1;
  content: '';
  width: 101%;
  height: 100%;
  display: block;
  background-color: #295e21;
}

.tt-btn .t {
  position: relative;
  z-index: 5;
}

.tt-btn.progress-bar.active-state:before {
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: -webkit-transform 2s linear;
  -moz-transition: -moz-transform 2s linear;
  transition: transform 2s linear;
}

.tt-btn-2 {
  position: relative;
  height: 60px;
  line-height: 60px;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.tt-btn-2.btn-invert {
  color: #000;
}

.tt-btn-2.btn-red {
  background-color: #f14949;
}

.tt-btn-2.btn-yellow {
  color: #000;
  background-color: #008bff;
}

.tt-btn-2.btn-black {
  color: #fff;
  background-color: #000;
}

.tt-btn-2.btn-white {
  color: #000;
  background-color: #fff;
}

.tt-btn-2.btn-icon {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}

.tt-btn-2.btn-icon [class^=icon-] {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tt-btn-2 .t {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.tt-btn-2 .t>.tt-icon-multilayer,
.tt-btn-2 .t>[class^=icon-] {
  position: relative;
  top: 3px;
  margin-right: 8px;
  color: #666666;
}

.tt-btn-2 .t .tt-icon-multilayer,
.tt-btn-2 .t [class^=icon-] {
  font-size: 25px;
}

.tt-btn-2 .text-normal {
  font-weight: normal;
}

button.tt-btn,
button.tt-btn-2 {
  width: 100%;
  border: none;
}

.formated-output h1 {
  line-height: 1.25em;
  padding-bottom: 15px;
  font-size: 31px;
  font-weight: bold;
}

.formated-output h1:last-child {
  padding-bottom: 0;
}

.formated-output p {
  padding-bottom: 2em;
  margin: 0;
}

.formated-output p:last-child {
  padding-bottom: 0;
}

.formated-output a {
  color: #000;
  text-decoration: underline;
}

.formated-output.large,
.formated-output .large {
  font-size: 16px;
}

.formated-output.small,
.formated-output .small {
  font-size: 12px;
}

.hp-mode-mhd .formated-output a {
  color: #8d1313;
}

.hp-mode-limo .formated-output a {
  color: #205f9e;
}

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

.tabs .tab {
  background-color: #fff;
}

.tabs .tab-inner-bg {
  position: relative;
  height: 100%;
}

.tabs .tab-inner-bg.bg-gray {
  background-color: #ededed;
}

.hc-display-inline {
  display: inline !important;
}

.hc-display-inline-block {
  display: inline-block !important;
}

.hc-display-block {
  display: block !important;
}

.hc-display-flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hc-display-none {
  display: none !important;
}

.hc-text-capitalize {
  text-transform: capitalize;
}

.hp-mhd-routename {
  width: 35px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #8d1313;
}

.tt-routename-adv {
  height: 22px;
  overflow: hidden;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  white-space: nowrap;
}

.tt-routename-adv>* {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.tt-routename-adv .num {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  background: #8d1313;
}

.tt-routename-adv .icons {
  border-left: 1px solid #c3c3c3;
  background-color: #878787;
}

.tt-routename-adv .icons>* {
  line-height: 23px;
  padding-right: 5px;
  font-size: 12px;
}

.tt-routename-adv .icons>*:first-child {
  padding-left: 5px;
}

.tt-direction-path {
  font-size: 0;
}

.tt-direction-path img {
  height: 33px;
  display: inline-block;
}

.timeline-arrival-time-box {
  width: 55px;
  color: #3a842e;
  text-align: center;
}

.timeline-arrival-time-box .timeline-arrival-time-value {
  line-height: 1.1em;
  font-size: 16px;
  font-weight: bold;
}

.timeline-arrival-time-box .timeline-arrival-time-min {
  line-height: 1.2em;
  font-size: 12px;
  font-weight: normal;
}

.tt-iconbtn img {
  height: 20px;
  display: block;
  margin: 0 auto;
}

.tt-destination {
  position: relative;
  color: #000;
}

.tt-destination .tt-destination-name {
  font-size: 16px;
}

.tt-destination .tt-destination-name i {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  color: #666666;
}

.tt-destination .tt-destination-flag {
  font-size: 12px;
  color: #666666;
}

.tt-destination .tt-destination-details .w {
  display: inline-block;
  margin-right: 5px;
}

.tt-destination .tt-destination-details img {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  position: relative;
  height: 15px;
}

.tt-destination .tt-destination-journey {
  font-size: 0;
}

.tt-destination .tt-destination-journey>* {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.tt-destination .tt-destination-journey>*[class^=icon] {
  margin-right: 5px;
  font-size: 20px;
}

.tt-destination .tt-destination-journey>*[class^=icon].icon-m_pedestrian {
  margin-right: 2px;
  font-size: 15px;
}

.tt-destination .tt-destination-journey>*[class^=icon].icon-h_arrowright2 {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  margin-left: 7px;
  font-size: 10px;
  color: #999;
}

.tt-destination .tt-destination-timeline {
  padding-top: 4px;
  color: #666666;
}

.tt-destination .tt-destination-timeline .time {
  color: #3a842e;
}

.tt-destination .tt-destination-timeline *[role=button] {
  padding: 4px 5px;
  border: 1px solid #666666;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #3a842e;
}

.tt-destination .tt-label {
  color: #666666;
}

.tt-destination .tt-highlighted {
  color: #205f9e;
}

.in-past .tt-destination {
  color: #666666;
}

.in-next .tt-destination .tt-destination-name {
  font-weight: bold;
}

.tt-destination.single-line {
  position: relative;
  overflow: hidden;
}

.tt-destination.single-line:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 25px;
  display: block;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00#fff', endColorstr='$color', GradientType=1);
  content: '';
}

.tt-destination.single-line>* {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 25px;
}

#ui-template-mhd-stop .list>li {
  padding-top: 10px;
}

#ui-template-mhd-stop .list>li:first-child {
  padding-top: 0;
}

#ui-template-mhd-navigation .list>li {
  padding-top: 10px;
}

#ui-template-mhd-navigation .list>li:first-child {
  padding-top: 0;
}

#page-mhd-linesstops .page-content {
  background-color: #ededed;
}

#page-mhd-linesstops ul.list {
  padding: 0;
}

#page-mhd-linesstops ul.list>li {
  padding: 20px 0 0 0;
}

#page-mhd-linesstops ul.list>li:first-child {
  padding-top: 0;
}

#page-mhd-linesstops ul.list>li>* {
  margin-bottom: 10px;
}

#page-mhd-linesstops ul.list>li>*:last-child {
  margin-bottom: 0;
}

.toolbar {
  position: relative;
}

.toolbar.toolbar-half-buttons {
  font-size: 0;
}

.toolbar.toolbar-half-buttons>* {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.toolbar.toolbar-half-buttons>*:nth-child(2) {
  border-left: 1px solid #ccc;
}

.toolbar.toolbar-buy-ticket {
  height: 60px;
  line-height: 60px;
  display: block;
  border-top: 1px solid #ccc;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.toolbar.toolbar-buy-ticket .buy-link {
  margin-left: 10px;
  color: #3a842e;
}

.toolbar.toolbar-buy-ticket .buy-link i {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 4px;
  font-size: 16px;
}

.toolbar.toolbar-buy-credit {
  height: 60px;
  line-height: 60px;
  display: block;
  border-top: 1px solid #ccc;
  font-size: 0;
  color: #000;
  text-align: center;
  background-color: #fff;
}

.toolbar.toolbar-buy-credit>* {
  width: 50%;
  display: inline-block;
  font-size: 16px;
}

.toolbar.toolbar-buy-credit .credit-buy {
  position: relative;
  font-weight: bold;
  color: #3a842e;
  text-transform: uppercase;
}

.toolbar.toolbar-buy-credit .credit-buy:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #ccc;
}

.toolbar.toolbar-buy-credit .credit-buy i {
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 16px;
}

.toolbar.toolbar-credit-info {
  height: 120px;
  text-align: center;
  background-color: #fff;
}

.toolbar.toolbar-credit-info .inner {
  position: absolute;
  top: 50%;
  right: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.toolbar.toolbar-credit-info .credit {
  padding-bottom: 7px;
  font-size: 20px;
}

.toolbar.toolbar-credit-info .text {
  font-size: 14px;
  color: #666666;
}

.toolbar.toolbar-go-now {
  border-top: 1px solid #ccc;
  font-size: 0;
  text-align: center;
  background-color: #fff;
}

.toolbar.toolbar-go-now:after {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
  content: '';
  display: block;
  width: 146px;
  height: 1px;
  background-color: #fff;
}

.toolbar.toolbar-go-now .button-nav {
  width: 50%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 14px;
  color: #999;
}

.toolbar.toolbar-go-now .button-nav.active {
  color: #000;
}

.toolbar.toolbar-go-now .button-nav.prev {
  padding-left: 20px;
  text-align: left;
}

.toolbar.toolbar-go-now .button-nav.next {
  padding-right: 20px;
  text-align: right;
}

.toolbar.toolbar-go-now .button-nav i {
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 12px;
}

.toolbar.toolbar-go-now .button-go {
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
  width: 130px;
  height: 50px;
  border-bottom: 4px solid #600d0d;
  line-height: 50px;
  border-radius: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #8d1313;
}

.hp-form-block .hr-line-top {
  border-top: 1px solid #d4d4d4;
}

.hp-form-block .hr-line-bottom {
  border-bottom: 1px solid #d4d4d4;
}

.hp-form-block .extra-space-top {
  margin-top: 13px;
}

.hp-form-block .extra-space-bottom {
  margin-bottom: 11px;
}

.hp-form-block .top-space-no {
  padding-top: 0 !important;
}

.hp-form-block .top-space-normal {
  padding-top: 12px !important;
}

.hp-form-block .top-space-double {
  padding-top: 24px !important;
}

.hp-form-block .bottom-space-no {
  padding-bottom: 0 !important;
}

.hp-form-block .bottom-space-normal {
  padding-bottom: 12px !important;
}

.hp-form-block .bottom-space-double {
  padding-bottom: 24px !important;
}

.hp-form-block .form-title {
  padding: 10px 30px 9px 30px;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  background-color: #ededed;
}

.hp-form-block .form-row {
  padding: 12px 30px;
}

.hp-form-block .form-row:first-child {
  /*padding-top: 24px;*/
}

.hp-form-block .form-row:last-child {
  padding-bottom: 24px;
}

.hp-form-block .form-row .item-label {
  padding-bottom: 5px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hp-form-block .form-row .item-label:before {
  content: "  ";
  white-space: pre;
}

.hp-form-block .form-row .label-switch-2 {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hp-form-block .form-row .item-input.type-switch {
  text-align: right;
}

.hp-form-block .form-row .item-input.type-text,
.hp-form-block .form-row .item-input.type-text-icon {
  border: 1px solid #ccc;
  border-radius: 6px;
  min-height: 48px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hp-form-block .form-row .item-input.type-text>input,
.hp-form-block .form-row .item-input.type-text-icon>input {
  width: 100%;
  max-width: 100%;
  padding: 13px 15px;
  margin: 0;
  border: 0px solid transparent;
  font-size: 16px;
}

.hp-form-block .form-row .item-input.type-text>input::-webkit-input-placeholder,
.hp-form-block .form-row .item-input.type-text-icon>input::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}

.hp-form-block .form-row .item-input.type-text>input::-moz-placeholder,
.hp-form-block .form-row .item-input.type-text-icon>input::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.hp-form-block .form-row .item-input.type-text>input:-moz-placeholder,
.hp-form-block .form-row .item-input.type-text-icon>input:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.hp-form-block .form-row .item-input.type-text>input:-ms-input-placeholder,
.hp-form-block .form-row .item-input.type-text-icon>input:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}

.hp-form-block .form-row .item-input.type-text.text-center>input {
  text-align: center;
}

.hp-form-block .form-row .item-input.type-text>.icon,
.hp-form-block .form-row .item-input.type-text-icon>.icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 49px;
  display: block;
  border-left: 1px solid #d4d4d4;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hp-form-block .form-row .item-input.type-text>.icon>svg,
.hp-form-block .form-row .item-input.type-text-icon>.icon>svg {
  width: 20px;
  height: 20px;
}

.hp-form-block .form-row .item-input.type-text>.icon>svg use,
.hp-form-block .form-row .item-input.type-text-icon>.icon>svg use {
  fill: #000;
}

.hp-form-block .form-row .item-input.type-text>.icon>svg,
.hp-form-block .form-row .item-input.type-text-icon>.icon>svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hp-form-block .form-row .item-input.type-text.active,
.hp-form-block .form-row .item-input.type-text-icon.active {
  border-color: #000;
}

.hp-form-block .form-row .item-input.type-text.active>.icon,
.hp-form-block .form-row .item-input.type-text-icon.active>.icon {
  border-left-color: #000;
}

.hp-form-block .form-row .item-input.type-text-icon {
  position: relative;
  padding-right: 50px;
}

.hp-form-block .form-row .item-input.type-button {
  display: block;
}

.hp-form-block .form-row .item-input.type-button button {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
  height: 50px;
  border: none;
  background-color: #000;
  cursor: pointer;
}

.hp-form-block .form-row .item-input.type-button button,
.hp-form-block .form-row .item-input.type-button button * {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.hp-form-block .form-row .item-input.type-button button.text-normal,
.hp-form-block .form-row .item-input.type-button button *.text-normal {
  font-family: "Open Sans";
  font-weight: normal;
}

.hp-form-block .form-row .item-input.type-button button>.t {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  padding-left: 20px;
  padding-right: 35px;
}

.hp-form-block .form-row .item-input.type-button button>svg {
  width: 25px;
  height: 25px;
}

.hp-form-block .form-row .item-input.type-button button>svg use {
  fill: #fff;
}

.hp-form-block .form-row .item-input.type-button button>svg {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hp-form-block .form-row .item-input.type-button button>.i {
  display: block;
}

.hp-form-block .form-row .item-input.type-button button.color-yellow {
  background-color: #008bff;
}

.hp-form-block .form-row .item-input.type-button button.color-yellow,
.hp-form-block .form-row .item-input.type-button button.color-yellow * {
  color: #000;
}

.hp-form-block .form-row .item-input.type-button button.color-yellow>svg {
  width: 25px;
  height: 25px;
}

.hp-form-block .form-row .item-input.type-button button.color-yellow>svg use {
  fill: #000;
}

.hp-form-block .form-row.accordion-item {
  padding: 0;
  font-size: 0;
}

.hp-form-block .form-row.accordion-item>* {
  font-size: 14px;
}

.hp-form-block .form-row.accordion-item .accordion-item-toggle {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  position: relative;
  width: 100%;
  padding: 18px 47px 18px 30px;
  font-size: 17px;
}

.hp-form-block .form-row.accordion-item .accordion-item-toggle:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23000' d='M1.79,7.1a1.79,1.79,0,0,0-1.27.52h0a1.8,1.8,0,0,0,0,2.54L14.73,24.37a1.8,1.8,0,0,0,2.54,0h0a1.8,1.8,0,0,0,0-2.54L3.07,7.63A1.79,1.79,0,0,0,1.79,7.1Z'/><path fill='%23000' d='M30.2,7.1a1.79,1.79,0,0,0-1.27.52L14.73,21.83a1.8,1.8,0,0,0,0,2.54h0a1.8,1.8,0,0,0,2.54,0L31.48,10.17a1.8,1.8,0,0,0,0-2.54h0A1.79,1.79,0,0,0,30.2,7.1Z'/></svg>");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hp-form-block .form-row.accordion-item .accordion-item-content {
  padding: 0 30px;
  border-top: none;
  background-color: #ededed;
}

.hp-form-block .form-row.accordion-item .accordion-item-content .form-row {
  padding-left: 0;
  padding-right: 0;
}

.hp-form-block .form-row.accordion-item.accordion-item-expanded .accordion-item-toggle:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.hp-form-block .form-row.accordion-item.accordion-item-expanded .accordion-item-content {
  border-top: 1px solid #d4d4d4;
}

.hp-form-block .form-row.inline {
  font-size: 0;
}

.hp-form-block .form-row.inline .label-switch-2>* {
  display: inline-block;
  vertical-align: middle;
}

.hp-form-block .form-row.inline .item-label {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 75%;
  padding: 0;
  font-size: 17px;
}

.hp-form-block .form-row.inline .item-input {
  width: 25%;
}

/*fix f7 bug with subnavbar*/
.subnavbar {
  /*give some space from top so it looks better when topnavbar is hidden*/
  display: block;
  padding: 1px 20px 0 20px;
  height: 29px;
  background-color: #fff;
}

.subnavbar.height-x2 {
  height: 51px;
}

.subnavbar.height-x4 {
  height: 110px;
}

.panel.panel-right.panel-cover {
  z-index: 13900;
  background-color: #222;
}

.panel.panel-right.panel-cover .hp-profile-block {
  padding: 40px 25px 33px 25px;
  text-align: center;
  background-color: #000;
}

.panel.panel-right.panel-cover .hp-profile-block>* {
  margin-bottom: 15px;
}

.panel.panel-right.panel-cover .hp-profile-block>*:last-child {
  margin-bottom: 0;
}

.panel.panel-right.panel-cover .hp-profile-block .avatar img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: 55px;
  margin: 0 auto;
  border-radius: 50%;
}

.panel.panel-right.panel-cover .hp-profile-block .name {
  line-height: 1.2em;
  font-size: 18px;
  color: #fff;
}

.panel.panel-right.panel-cover .hp-profile-block .name>* {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.panel.panel-right.panel-cover .hp-profile-block .btn {
  height: 33px;
  line-height: 33px;
  display: block;
  border: 1px solid #696969;
  border-radius: 18px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.panel.panel-right.panel-cover .hp-list-block>ul {
  display: block;
  padding: 17px 25px;
  margin: 0;
}

.panel.panel-right.panel-cover .hp-list-block>ul li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  background-image: none;
}

.panel.panel-right.panel-cover .hp-list-block>ul li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 45px;
  font-size: 16px;
  color: #fff;
}

.panel.panel-right.panel-cover .hp-list-block>ul li a i {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #848484;
}

.panel.panel-right.panel-cover .hp-list-block>ul li a .counter {
  position: relative;
  top: 0;
  width: 27px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  margin-left: 5px;
  border-radius: 50%;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #008bff;
}

.panel.panel-right.panel-cover .hp-list-block>ul li.spacer {
  position: relative;
  padding-bottom: 28px;
}

.panel.panel-right.panel-cover .hp-list-block>ul li.spacer:before {
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  content: '';
  height: 1px;
  display: block;
  background-color: #4e4e4e;
}

.hp-page-tabs {
  position: absolute;
  top: 44px;
  right: 0;
  left: 0;
  z-index: 50;
  background-color: #fff;
}

.hp-page-tabs>.buttons-row {
  padding: 30px;
}

.hp-page-tabs>.tab-link {
  position: relative;
  padding: .8em .2em;
  text-align: center;
  background-color: #ededed;
  width: 49%;
  display: inline-block;
  border: 1px solid #d0d0d0;
  text-transform: uppercase;
}

.hp-page-tabs>.tab-link:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.hp-page-tabs>.tab-link:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.hp-page-tabs>.tab-link.active {
  border: 1px solid #666;
  z-index: 10;
  color: #000;
  background-color: #fff;
  font-weight: bold;
}

.hp-btn-filter-activecount,
.hp-btn-filter-activecount2 {
  position: absolute;
  top: -7px;
  display: none;
  z-index: 999;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-bottom: 1px solid #bbb;
  border-radius: 50%;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
}

.hp-mode-taxi .hp-btn-filter-activecount {
  color: #008bff;
  background-color: black;
}

.hp-mode-limo .hp-btn-filter-activecount {
  color: #fff;
  background-color: #1e4d71;
}

.hp-mode-mhd .hp-btn-filter-activecount {
  color: #fff;
  background-color: #7b1515;
}

.hp-btn-filter-activecount.custom-length {
  width: 37px;
}

.hp-btn-filter-activecount.custom-green {
  background-color: #438932;
  color: white;
}

.hp-mode-taxi .hp-btn-filter-activecount2,
.hp-mode-limo .hp-btn-filter-activecount2 {
  color: black;
  background-color: #008bff;
}

.hp-floating-button .floating-price {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-8px, -40%);
  -moz-transform: translate(-8px, -40%);
  -ms-transform: translate(-8px, -40%);
  -o-transform: translate(-8px, -40%);
  transform: translate(-8px, -40%);
  z-index: 10;
  height: 23px;
  line-height: 23px;
  display: block;
  padding: 0 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #3a842e;
}

.hp-btn-filter-text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.hp-message-box {
  position: relative;
  display: block;
  padding: 25px 20px 20px 20px;
  margin-top: 15px;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
  text-align: center;
  background-color: #ededed;
}

.hp-message-box.white {
  background-color: #fff;
}

.hp-message-box.white:before {
  border-color: #ededed;
  background-color: #fff;
}

.hp-message-box.white .hp-info-icon {
  border-color: #ededed;
  background-color: #fff;
}

.hp-message-box.warning {
  color: #8d1313;
}

.hp-charge-box {
  border-bottom: 2px solid #bbb;
  border-radius: 4px;
  background: #fff;
  position: relative;
  width: 144px;
  display: block;
  padding: 35px 15px 25px 15px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.hp-charge-box>* {
  line-height: 1.25em;
  font-size: 21px;
  font-weight: bold;
  color: #000;
}

.hp-charge-box>*.hp-charge-name {
  font-size: 53px;
}

.navbar-inner .tt-center {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 44px;
}

.hp-taxi-bio {
  text-align: center;
  padding: 19px 0;
  border-top: 1px solid #ccc;
}

.hp-taxi-bio .title {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.hp-taxi-bio .text {
  padding-left: 30px;
  padding-right: 30px;
}

.hp-taxi-bio .pros {
  display: block;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}

.hp-taxi-bio .pros li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hp-taxi-bio .pros li {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  display: block;
  border-left: 1px solid #ccc;
}

.hp-taxi-bio .pros li:first-child {
  border-left: none;
}

.hp-taxi-bio .pros li:before {
  content: '';
  width: 1em;
  height: 1em;
  display: block;
  margin: 0 auto 8px auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2013%2010'%3E%3Cpolygon%20fill%3D'%23666'%20points%3D'11.6%2C0%204.4%2C7.2%201.4%2C4.2%200%2C5.6%204.4%2C10%204.4%2C10%204.4%2C10%2013%2C1.4%20'%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.tt-search-with-info {
  background-color: white;
  color: black;
  border-bottom: 2px solid #bbb;
  border-radius: 5px;
}

.tt-search-with-info .hp-input-text-search {
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.tt-search-with-info .search-info {
  padding: 10px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  text-align: center;
}

.tt-search-with-info .search-info *[class^=icon] {
  display: inline-block;
  font-size: 12px;
}

.tt-search-with-info .search-info .tt-icon-multilayer *[class^=icon] {
  font-size: 15px;
}

.tt-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15%;
}

.tt-right.icon-only *[class^=icon] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hp-icon-only {
  padding-right: 8px;
  padding-bottom: 10px;
  padding-top: 13px;
  font-size: 0;
}

.hp-icon-only i.icon {
  position: relative;
  display: inline-block;
  font-size: 18px;
}

.hp-icon-only i.icon-h_menu.unread:after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(20%, -20%);
  -moz-transform: translate(20%, -20%);
  -ms-transform: translate(20%, -20%);
  -o-transform: translate(20%, -20%);
  transform: translate(20%, -20%);
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #000;
  background-color: #008bff;
}

.toolbar-through .page-content,
.toolbar-fixed .page-content,
.tabbar-through .page-content,
.tabbar-fixed .page-content {
  padding-bottom: 60px;
}

.content-block {
  padding: 0 20px;
  margin: 35px 0;
}

.content-block:first-child {
  margin-top: 0;
}

.content-block:last-child {
  margin-bottom: 0;
}

.content-block.margin-top-default {
  margin-top: 35px !important;
}

.content-block.margin-bottom-default {
  margin-bottom: 35px !important;
}

.content-block.margin-top-none {
  margin-top: 0 !important;
}

.content-block.margin-bottom-none {
  margin-bottom: 0 !important;
}

.tt-picker-message {
  position: relative;
  padding: 0 13px;
  margin: 0;
  border-bottom: 1px solid #333;
}

.tt-picker-message>p {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 60px;
  padding: 0;
  margin: 0;
}

.tt-picker-message>p>a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}

.hp-navbar-top-title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  position: relative;
  top: 2px;
}

.popup-scrollable:after {
  content: '';
  display: none;
}

#popup-taxi-project .popup-scrollable:after,
#popup-taxi-driver-list .popup-scrollable:after,
#ui-template-taxi-driver-list .popup-scrollable:after,
#popup-mhd-tickets-groups .popup-scrollable:after {
  height: 40px;
  display: block;
}

#popup-taxi-project .popup-scrollable:after {
  height: 90px;
  display: block;
}

.picker-modal .hp-picker-payment {
  height: 60px;
  padding: 0 20px;
  color: #fff;
  font-size: 0;
}

.picker-modal .hp-picker-payment>* {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: middle;
}

.picker-modal .hp-picker-payment .price {
  width: 40%;
  line-height: 60px;
  font-size: 19px;
  font-weight: bold;
  color: #008bff;
}

.picker-modal .hp-picker-payment .price-other {
  position: relative;
  width: 40%;
  height: 60px;
}

.picker-modal .hp-picker-payment .price-other>.inner {
  position: relative;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.picker-modal .hp-picker-payment .price-other .label {
  font-size: 12px;
  color: #999;
}

.picker-modal .hp-picker-payment .price-other .value {
  font-size: 19px;
  font-weight: bold;
  color: #008bff;
}

.picker-modal .hp-picker-payment .action {
  width: 60%;
  text-align: right;
  text-overflow: clip !important;
}

.picker-modal .hp-picker-payment .action a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  position: relative;
  color: #fff;
  padding-right: 20px;
}

.picker-modal .hp-picker-payment .action a .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.picker-modal .hp-picker-payment .action a .icon>svg {
  width: 20px;
  height: 20px;
}

.picker-modal .hp-picker-payment .action a .icon>svg use {
  fill: #666;
}

.picker-modal .hp-picker-payment .action a .more {
  position: absolute;
  top: 0;
  right: 0;
}

.picker-modal .hp-picker-payment .action a .more i {
  position: relative;
  top: 1px;
  font-size: 12px;
  color: #ffffff;
}

.picker-modal .hp-picker-payment .action a>* {
  line-height: 60px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.picker-modal .hp-picker-payment .action a>*>svg {
  position: absolute;
  top: 0;
  left: 0;
}

.picker-modal .hp-picker-payment.single-child,
.picker-modal .hp-picker-payment.single-child * {
  text-align: center !important;
}

.picker-modal .hp-picker-payment.single-child .action {
  width: 100%;
}

.tt-bar-with-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
}

.tt-bar-with-buttons>* {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.tt-bar-with-buttons>*>.hp-mhd-routename {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 35px;
  -moz-flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
}

.tt-bar-with-buttons>*>.tt-direction-path {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 20px;
  -moz-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.tt-bar-with-buttons .left-wrap {
  min-width: 0;
}

.tt-bar-with-buttons .left-wrap>* {
  margin-right: 10px;
}

.tt-bar-with-buttons .right-wrap>* {
  width: 50px;
}

.tt-bar-with-buttons .right-wrap>*.tt-iconbtn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  width: 1px;
  display: block;
  background-color: #ccc;
}

.tt-subnavbar .tt-bar-with-buttons {
  width: 100%;
  height: 56px;
  padding-left: 17px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.toolbar .tt-bar-with-buttons {
  width: 100%;
  height: 60px;
  padding-left: 17px;
  border-top: 1px solid #ccc;
  background-color: #fff;
}

.tt-bar-buy-tickets {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
}

.tt-bar-buy-tickets>* {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.tt-bar-buy-tickets .left-wrap {
  min-width: 0;
}

.tt-bar-buy-tickets .right-wrap>* {
  width: 160px;
}

.tt-bar-buy-tickets .right-wrap .buy-link {
  margin-left: 10px;
  color: #3a842e;
  text-transform: uppercase;
}

.tt-bar-buy-tickets .right-wrap .buy-link i {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 4px;
  font-size: 16px;
}

.tt-subnavbar .tt-bar-buy-tickets {
  width: 100%;
  height: 56px;
  padding-left: 17px;
  padding-right: 12px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.tt-mt-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  border-bottom: 2px solid #bbb;
  border-radius: 4px;
  background: #fff;
  position: relative;
  padding: 13px 0;
}

.tt-mt-item>* {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.tt-mt-item>*>.hp-mhd-routename {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 35px;
  -moz-flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
}

.tt-mt-item .left-wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tt-mt-item .left-wrap>* {
  margin-left: 10px;
}

.tt-mt-item .right-wrap>* {
  width: 40px;
}

.tt-mt-item .right-wrap>*.tt-iconbtn {
  height: 100%;
}

.tt-mt-item .right-wrap>*.tt-iconbtn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  width: 1px;
  display: block;
  background-color: #ededed;
}

.tt-mt-item .right-wrap>*.tt-iconbtn .inner-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
}

.tt-mt-journey-item {
  border-bottom: 2px solid #bbb;
  border-radius: 4px;
  background: #fff;
  position: relative;
}

.tt-mt-journey-item>* {
  padding: 13px;
  border-top: 1px solid #ededed;
}

.tt-mt-journey-item>*:first-child {
  border-top: none;
}

.tt-mt-journey-item .tt-destination>* {
  margin-top: 5px;
}

.tt-mt-journey-item .tt-destination>*:first-child {
  margin-top: 0;
}

.tt-mt-journey-item .journey-summary {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  color: #000;
}

.tt-mt-journey-item .journey-summary .left-wrap {
  font-size: 0;
}

.tt-mt-journey-item .journey-summary .left-wrap>* {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
}

.tt-mt-journey-item .journey-summary .left-wrap>*:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 15px;
  display: block;
  background-color: #ccc;
}

.tt-mt-journey-item .journey-summary .left-wrap>*:first-child {
  padding-left: 0;
}

.tt-mt-journey-item .journey-summary .left-wrap>*:first-child:before {
  display: none;
}

.tt-mt-journey-item .journey-summary .left-wrap>*:last-child {
  padding-right: 0;
}

.tt-mt-journey-item .journey-summary .right-wrap a i {
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 12px;
}

.tt-countdown {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 50%;
}

.tt-countdown .rect-auto,
.tt-countdown .c100.p51 .slice,
.tt-countdown .c100.p52 .slice,
.tt-countdown .c100.p53 .slice,
.tt-countdown .c100.p54 .slice,
.tt-countdown .c100.p55 .slice,
.tt-countdown .c100.p56 .slice,
.tt-countdown .c100.p57 .slice,
.tt-countdown .c100.p58 .slice,
.tt-countdown .c100.p59 .slice,
.tt-countdown .c100.p60 .slice,
.tt-countdown .c100.p61 .slice,
.tt-countdown .c100.p62 .slice,
.tt-countdown .c100.p63 .slice,
.tt-countdown .c100.p64 .slice,
.tt-countdown .c100.p65 .slice,
.tt-countdown .c100.p66 .slice,
.tt-countdown .c100.p67 .slice,
.tt-countdown .c100.p68 .slice,
.tt-countdown .c100.p69 .slice,
.tt-countdown .c100.p70 .slice,
.tt-countdown .c100.p71 .slice,
.tt-countdown .c100.p72 .slice,
.tt-countdown .c100.p73 .slice,
.tt-countdown .c100.p74 .slice,
.tt-countdown .c100.p75 .slice,
.tt-countdown .c100.p76 .slice,
.tt-countdown .c100.p77 .slice,
.tt-countdown .c100.p78 .slice,
.tt-countdown .c100.p79 .slice,
.tt-countdown .c100.p80 .slice,
.tt-countdown .c100.p81 .slice,
.tt-countdown .c100.p82 .slice,
.tt-countdown .c100.p83 .slice,
.tt-countdown .c100.p84 .slice,
.tt-countdown .c100.p85 .slice,
.tt-countdown .c100.p86 .slice,
.tt-countdown .c100.p87 .slice,
.tt-countdown .c100.p88 .slice,
.tt-countdown .c100.p89 .slice,
.tt-countdown .c100.p90 .slice,
.tt-countdown .c100.p91 .slice,
.tt-countdown .c100.p92 .slice,
.tt-countdown .c100.p93 .slice,
.tt-countdown .c100.p94 .slice,
.tt-countdown .c100.p95 .slice,
.tt-countdown .c100.p96 .slice,
.tt-countdown .c100.p97 .slice,
.tt-countdown .c100.p98 .slice,
.tt-countdown .c100.p99 .slice,
.tt-countdown .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.tt-countdown .pie,
.tt-countdown .c100 .bar,
.tt-countdown .c100.p51 .fill,
.tt-countdown .c100.p52 .fill,
.tt-countdown .c100.p53 .fill,
.tt-countdown .c100.p54 .fill,
.tt-countdown .c100.p55 .fill,
.tt-countdown .c100.p56 .fill,
.tt-countdown .c100.p57 .fill,
.tt-countdown .c100.p58 .fill,
.tt-countdown .c100.p59 .fill,
.tt-countdown .c100.p60 .fill,
.tt-countdown .c100.p61 .fill,
.tt-countdown .c100.p62 .fill,
.tt-countdown .c100.p63 .fill,
.tt-countdown .c100.p64 .fill,
.tt-countdown .c100.p65 .fill,
.tt-countdown .c100.p66 .fill,
.tt-countdown .c100.p67 .fill,
.tt-countdown .c100.p68 .fill,
.tt-countdown .c100.p69 .fill,
.tt-countdown .c100.p70 .fill,
.tt-countdown .c100.p71 .fill,
.tt-countdown .c100.p72 .fill,
.tt-countdown .c100.p73 .fill,
.tt-countdown .c100.p74 .fill,
.tt-countdown .c100.p75 .fill,
.tt-countdown .c100.p76 .fill,
.tt-countdown .c100.p77 .fill,
.tt-countdown .c100.p78 .fill,
.tt-countdown .c100.p79 .fill,
.tt-countdown .c100.p80 .fill,
.tt-countdown .c100.p81 .fill,
.tt-countdown .c100.p82 .fill,
.tt-countdown .c100.p83 .fill,
.tt-countdown .c100.p84 .fill,
.tt-countdown .c100.p85 .fill,
.tt-countdown .c100.p86 .fill,
.tt-countdown .c100.p87 .fill,
.tt-countdown .c100.p88 .fill,
.tt-countdown .c100.p89 .fill,
.tt-countdown .c100.p90 .fill,
.tt-countdown .c100.p91 .fill,
.tt-countdown .c100.p92 .fill,
.tt-countdown .c100.p93 .fill,
.tt-countdown .c100.p94 .fill,
.tt-countdown .c100.p95 .fill,
.tt-countdown .c100.p96 .fill,
.tt-countdown .c100.p97 .fill,
.tt-countdown .c100.p98 .fill,
.tt-countdown .c100.p99 .fill,
.tt-countdown .c100.p100 .fill {
  position: absolute;
  border: 0.05em solid #3a842e;
  width: 0.9em;
  height: 0.9em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.tt-countdown .pie-fill,
.tt-countdown .c100.p51 .bar:after,
.tt-countdown .c100.p51 .fill,
.tt-countdown .c100.p52 .bar:after,
.tt-countdown .c100.p52 .fill,
.tt-countdown .c100.p53 .bar:after,
.tt-countdown .c100.p53 .fill,
.tt-countdown .c100.p54 .bar:after,
.tt-countdown .c100.p54 .fill,
.tt-countdown .c100.p55 .bar:after,
.tt-countdown .c100.p55 .fill,
.tt-countdown .c100.p56 .bar:after,
.tt-countdown .c100.p56 .fill,
.tt-countdown .c100.p57 .bar:after,
.tt-countdown .c100.p57 .fill,
.tt-countdown .c100.p58 .bar:after,
.tt-countdown .c100.p58 .fill,
.tt-countdown .c100.p59 .bar:after,
.tt-countdown .c100.p59 .fill,
.tt-countdown .c100.p60 .bar:after,
.tt-countdown .c100.p60 .fill,
.tt-countdown .c100.p61 .bar:after,
.tt-countdown .c100.p61 .fill,
.tt-countdown .c100.p62 .bar:after,
.tt-countdown .c100.p62 .fill,
.tt-countdown .c100.p63 .bar:after,
.tt-countdown .c100.p63 .fill,
.tt-countdown .c100.p64 .bar:after,
.tt-countdown .c100.p64 .fill,
.tt-countdown .c100.p65 .bar:after,
.tt-countdown .c100.p65 .fill,
.tt-countdown .c100.p66 .bar:after,
.tt-countdown .c100.p66 .fill,
.tt-countdown .c100.p67 .bar:after,
.tt-countdown .c100.p67 .fill,
.tt-countdown .c100.p68 .bar:after,
.tt-countdown .c100.p68 .fill,
.tt-countdown .c100.p69 .bar:after,
.tt-countdown .c100.p69 .fill,
.tt-countdown .c100.p70 .bar:after,
.tt-countdown .c100.p70 .fill,
.tt-countdown .c100.p71 .bar:after,
.tt-countdown .c100.p71 .fill,
.tt-countdown .c100.p72 .bar:after,
.tt-countdown .c100.p72 .fill,
.tt-countdown .c100.p73 .bar:after,
.tt-countdown .c100.p73 .fill,
.tt-countdown .c100.p74 .bar:after,
.tt-countdown .c100.p74 .fill,
.tt-countdown .c100.p75 .bar:after,
.tt-countdown .c100.p75 .fill,
.tt-countdown .c100.p76 .bar:after,
.tt-countdown .c100.p76 .fill,
.tt-countdown .c100.p77 .bar:after,
.tt-countdown .c100.p77 .fill,
.tt-countdown .c100.p78 .bar:after,
.tt-countdown .c100.p78 .fill,
.tt-countdown .c100.p79 .bar:after,
.tt-countdown .c100.p79 .fill,
.tt-countdown .c100.p80 .bar:after,
.tt-countdown .c100.p80 .fill,
.tt-countdown .c100.p81 .bar:after,
.tt-countdown .c100.p81 .fill,
.tt-countdown .c100.p82 .bar:after,
.tt-countdown .c100.p82 .fill,
.tt-countdown .c100.p83 .bar:after,
.tt-countdown .c100.p83 .fill,
.tt-countdown .c100.p84 .bar:after,
.tt-countdown .c100.p84 .fill,
.tt-countdown .c100.p85 .bar:after,
.tt-countdown .c100.p85 .fill,
.tt-countdown .c100.p86 .bar:after,
.tt-countdown .c100.p86 .fill,
.tt-countdown .c100.p87 .bar:after,
.tt-countdown .c100.p87 .fill,
.tt-countdown .c100.p88 .bar:after,
.tt-countdown .c100.p88 .fill,
.tt-countdown .c100.p89 .bar:after,
.tt-countdown .c100.p89 .fill,
.tt-countdown .c100.p90 .bar:after,
.tt-countdown .c100.p90 .fill,
.tt-countdown .c100.p91 .bar:after,
.tt-countdown .c100.p91 .fill,
.tt-countdown .c100.p92 .bar:after,
.tt-countdown .c100.p92 .fill,
.tt-countdown .c100.p93 .bar:after,
.tt-countdown .c100.p93 .fill,
.tt-countdown .c100.p94 .bar:after,
.tt-countdown .c100.p94 .fill,
.tt-countdown .c100.p95 .bar:after,
.tt-countdown .c100.p95 .fill,
.tt-countdown .c100.p96 .bar:after,
.tt-countdown .c100.p96 .fill,
.tt-countdown .c100.p97 .bar:after,
.tt-countdown .c100.p97 .fill,
.tt-countdown .c100.p98 .bar:after,
.tt-countdown .c100.p98 .fill,
.tt-countdown .c100.p99 .bar:after,
.tt-countdown .c100.p99 .fill,
.tt-countdown .c100.p100 .bar:after,
.tt-countdown .c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tt-countdown .c100 {
  position: relative;
  font-size: 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #efefef;
}

.tt-countdown .c100 *,
.tt-countdown .c100 *:before,
.tt-countdown .c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.tt-countdown .c100 .circle-text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 54px;
  line-height: 1.2em;
  font-size: 12px;
  color: #3a842e;
  display: block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.tt-countdown .c100 .circle-text .minutes {
  display: inline-block;
  font-size: 19px;
  text-indent: 4px;
}

.tt-countdown .c100 .circle-text .minutes:after {
  content: '\'';
}

.tt-countdown .c100:after {
  position: absolute;
  top: 0.05em;
  left: 0.05em;
  display: block;
  content: " ";
  border-radius: 50%;
  width: 0.9em;
  height: 0.9em;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.tt-countdown .c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.tt-countdown .c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -moz-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

.tt-countdown .c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -moz-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}

.tt-countdown .c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -moz-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}

.tt-countdown .c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -moz-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}

.tt-countdown .c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}

.tt-countdown .c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -moz-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}

.tt-countdown .c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -moz-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}

.tt-countdown .c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -moz-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}

.tt-countdown .c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -moz-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}

.tt-countdown .c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}

.tt-countdown .c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -moz-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}

.tt-countdown .c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -moz-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}

.tt-countdown .c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -moz-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}

.tt-countdown .c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -moz-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}

.tt-countdown .c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -moz-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}

.tt-countdown .c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -moz-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}

.tt-countdown .c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -moz-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}

.tt-countdown .c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -moz-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}

.tt-countdown .c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -moz-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}

.tt-countdown .c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}

.tt-countdown .c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -moz-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}

.tt-countdown .c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -moz-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}

.tt-countdown .c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -moz-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}

.tt-countdown .c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -moz-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}

.tt-countdown .c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tt-countdown .c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -moz-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}

.tt-countdown .c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -moz-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}

.tt-countdown .c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -moz-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}

.tt-countdown .c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -moz-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}

.tt-countdown .c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}

.tt-countdown .c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -moz-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}

.tt-countdown .c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -moz-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}

.tt-countdown .c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -moz-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}

.tt-countdown .c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -moz-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}

.tt-countdown .c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -moz-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}

.tt-countdown .c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -moz-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}

.tt-countdown .c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -moz-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}

.tt-countdown .c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -moz-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}

.tt-countdown .c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -moz-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}

.tt-countdown .c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}

.tt-countdown .c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -moz-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}

.tt-countdown .c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -moz-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}

.tt-countdown .c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -moz-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}

.tt-countdown .c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -moz-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}

.tt-countdown .c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -moz-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}

.tt-countdown .c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -moz-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}

.tt-countdown .c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -moz-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}

.tt-countdown .c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -moz-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}

.tt-countdown .c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -moz-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

.tt-countdown .c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tt-countdown .c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -moz-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}

.tt-countdown .c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -moz-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}

.tt-countdown .c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -moz-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}

.tt-countdown .c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -moz-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}

.tt-countdown .c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -moz-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}

.tt-countdown .c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -moz-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}

.tt-countdown .c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -moz-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}

.tt-countdown .c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -moz-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}

.tt-countdown .c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -moz-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}

.tt-countdown .c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -moz-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}

.tt-countdown .c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -moz-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}

.tt-countdown .c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -moz-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}

.tt-countdown .c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -moz-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}

.tt-countdown .c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -moz-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}

.tt-countdown .c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -moz-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}

.tt-countdown .c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -moz-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}

.tt-countdown .c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -moz-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}

.tt-countdown .c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -moz-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}

.tt-countdown .c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -moz-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}

.tt-countdown .c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -moz-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}

.tt-countdown .c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -moz-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}

.tt-countdown .c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -moz-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}

.tt-countdown .c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -moz-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}

.tt-countdown .c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -moz-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}

.tt-countdown .c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.tt-countdown .c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -moz-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}

.tt-countdown .c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -moz-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}

.tt-countdown .c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -moz-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}

.tt-countdown .c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -moz-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}

.tt-countdown .c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -moz-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}

.tt-countdown .c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -moz-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}

.tt-countdown .c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -moz-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}

.tt-countdown .c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -moz-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}

.tt-countdown .c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -moz-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}

.tt-countdown .c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -moz-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}

.tt-countdown .c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -moz-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}

.tt-countdown .c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -moz-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}

.tt-countdown .c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -moz-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}

.tt-countdown .c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -moz-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}

.tt-countdown .c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -moz-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}

.tt-countdown .c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -moz-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}

.tt-countdown .c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -moz-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}

.tt-countdown .c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -moz-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}

.tt-countdown .c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -moz-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}

.tt-countdown .c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -moz-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}

.tt-countdown .c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -moz-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}

.tt-countdown .c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -moz-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}

.tt-countdown .c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -moz-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}

.tt-countdown .c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -moz-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}

.tt-countdown .c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.tt-countdown .c100:hover {
  cursor: default;
}

.hp-floating-button .tt-countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.timeline {
  padding: 0;
}

.timeline-item {
  position: relative;
  display: block;
  padding: 5px 0 5px 36px;
}

.timeline-item .timeline-item-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 100%;
  margin: 0;
  border-radius: 0;
  background: transparent;
}

.timeline-item .timeline-item-divider:after,
.timeline-item .timeline-item-divider:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
  content: '';
  width: 1px;
  height: 100%;
  background: #205f9e;
}

.timeline-item .timeline-item-divider:after {
  display: inherit;
  top: 0;
}

.timeline-item .timeline-item-divider:before {
  bottom: inherit;
  display: block !important;
}

.timeline-item .timeline-item-divider-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
  display: block;
  width: 34px;
  height: 34px;
  padding: 3px;
  border: 3px solid #efeff4;
  border-radius: 50%;
  background-color: #3a842e;
}

.timeline-item .timeline-item-divider-inner .timeline-item-divider-in {
  width: 22px;
  height: 22px;
  line-height: 23px;
  display: block;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #3a842e;
  text-align: center;
  background-color: #efeff4;
}

.timeline-item .timeline-item-content {
  width: 100%;
  margin: 0;
}

.timeline-item.in-past .timeline-item-divider-inner {
  width: 18px;
  height: 18px;
  background-color: #205f9e;
}

.timeline-item.in-past .timeline-item-divider-in {
  width: 6px;
  height: 6px;
}

.timeline-item.in-next .timeline-item-divider-inner {
  background-color: #205f9e;
}

.timeline-item.in-next .timeline-item-divider-in:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background-color: #205f9e;
}

.tt-messages-list ul {
  padding: 0;
  margin: 0;
}

.tt-messages-list ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.tt-message-item {
  position: relative;
  overflow: hidden;
  padding-right: 15px;
  background-color: #fff;
}

.tt-message-item>.inner {
  min-height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.tt-message-item .image-wrap>* {
  width: 90px;
  padding: 0 20px;
}

.tt-message-item .image-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 50%;
}

.tt-message-item .message-wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.tt-message-item .message-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 20px;
  display: block;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00#fff', endColorstr='$color', GradientType=1);
  content: '';
}

.tt-message-item .message-wrap>*>* {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.tt-message-item .message-wrap .name {
  font-size: 16px;
}

.tt-message-item .message-wrap .last-message {
  font-size: 12px;
}

.tt-message-item .message-wrap .time {
  font-size: 12px;
  color: #666666;
}

.tt-message-item .delete-wrap>* {
  width: 50px;
  padding-right: 20px;
  font-size: 12px;
  color: #f14949;
  text-align: right;
}

.tt-rides-list>.title {
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.tt-rides-list ul {
  padding: 0;
  margin: 0;
}

.tt-rides-list ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.tt-ride-item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.tt-ride-item>.inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
  padding: 20px 0;
}

.tt-ride-item .image-wrap>* {
  width: 160px;
  padding: 0 20px;
}

.tt-ride-item .image-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.tt-ride-item .info-wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.tt-ride-item .info-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 20px;
  display: block;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00#fff', endColorstr='$color', GradientType=1);
  content: '';
}

.tt-ride-item .info-wrap .text>* {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.tt-ride-item .info-wrap .special {
  font-size: 12px;
}

.tt-ride-item .info-wrap .price {
  padding-right: 40px;
  line-height: 1.2em;
  font-weight: bold;
  font-size: 22px;
}

.tt-ride-item .delete {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  color: #f14949;
}

.tt-rides-scheduled {
  padding: 20px 30px 29px 30px;
}

.tt-rides-scheduled .tt-ride-info {
  border-top: 1px solid #ccc;
  padding-top: 18px;
  margin-top: 15px;
}

.tt-rides-scheduled .actions {
  padding-top: 28px;
}

.tt-your-ride .title {
  color: #666666;
  font-size: 12px;
}

.tt-your-ride .ride {
  padding-left: 20px;
  margin-top: 8px;
  background: url("../img/path-from-to.png") no-repeat left top;
  background-size: 12px auto;
}

.tt-your-ride .ride>*:first-child {
  position: relative;
  top: -4px;
  padding-bottom: 1px;
}

.tt-ride-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.tt-ride-info .item {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  padding: 0 25px;
  border-left: 1px solid #ccc;
}

.tt-ride-info .item:first-child {
  padding-left: 0;
  border-left: 0;
}

.tt-ride-info .item:last-child {
  padding-right: 0;
}

.tt-ride-info .item .label {
  font-size: 12px;
  color: #666666;
}

.tt-cards-list-cards {
  padding: 30px 30px;
  background-color: #fff;
}

.tt-cards-list-cards ul {
  padding: 0;
  margin: 0;
}

.tt-cards-list-cards ul li {
  list-style: none;
  padding-top: 20px;
}

.tt-cards-list-cards ul li:first-child {
  padding-top: 0;
}

.tt-card-item {
  border-bottom: 2px solid #bbb;
  border-radius: 4px;
  background: #fff;
  position: relative;
  background-color: #eeeeee;
}

.tt-card-item.active:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 20;
  display: block;
  border: 4px solid #008bff;
  background: url("../img/select-check.png") no-repeat -4px -4px;
  background-size: 29px auto;
}

.tt-card-item.active:before {
  bottom: -2px;
  border-radius: 4px;
}

.tt-card-item .card-info {
  padding: 25px 30px 20px 30px;
  border-bottom: 1px solid #ccc;
}

.tt-card-item .card-info .card-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  height: 20px;
}

.tt-card-item .card-info .txt-date {
  padding-top: 5px;
  color: #666666;
  font-size: 12px;
}

.tt-card-item .card-info .number {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 10px;
}

.tt-card-item .card-info .number>* {
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
}

.tt-card-item .card-info .number>*.hidden-part {
  font-size: 30px;
  font-weight: normal;
}

.tt-card-item .card-info .text {
  margin-top: 30px;
  line-height: 1em;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.tt-card-item .card-info .btn-remove {
  position: relative;
  right: -10px;
  z-index: 20;
  padding: 10px;
}

.tt-card-autocharge {
  padding: 20px 30px;
  background-color: #fff;
}

.tt-card-autocharge .limit-wrap {
  text-align: center;
  font-weight: bold;
}

.tt-card-autocharge .slider-wrap {
  padding-top: 60px;
}

.tt-card-autocharge .noUi-target {
  position: relative;
}

.tt-card-autocharge .noUi-target .noUi-base {
  height: 3px;
  background-color: #d0d0d0;
  border-radius: 2px;
}

.tt-card-autocharge .noUi-target .noUi-base .noUi-origin {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tt-card-autocharge .noUi-target .noUi-base .noUi-origin .noUi-handle {
  -webkit-transform: translateY(-11px);
  -moz-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  -o-transform: translateY(-11px);
  transform: translateY(-11px);
  width: 26px;
  height: 26px;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #000;
}

.tt-card-autocharge .noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  position: absolute;
  top: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 25px;
  line-height: 25px;
  border-radius: 13px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #008bff;
  background-color: #000;
}

.tt-card-autocharge .noUi-target .noUi-base .noUi-origin .noUi-handle .noUi-tooltip:before {
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 7px solid #000;
  content: '';
}

.tt-card-autocharge .noUi-target .noUi-base .noUi-connect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 2px;
  background-color: #000;
}

.tt-block-promo-code {
  padding: 0 30px;
  text-align: center;
  background-color: #fff;
}

.tt-block-promo-code>.inner {
  padding-top: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tt-block-promo-code .main-icon {
  padding-bottom: 10px;
}

.tt-block-promo-code .main-icon i {
  font-size: 60px;
  color: #666666;
}

.tt-block-promo-code .main-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  height: 45px;
  margin: 0 auto;
}

.tt-block-promo-code .title {
  padding-bottom: 14px;
  font-size: 22px;
  font-weight: bold;
}

.tt-block-promo-code .subtitle {
  padding-bottom: 22px;
}

.tt-block-promo-code .code-wrap {
  max-width: 315px;
  margin: 0 auto 30px auto;
}

.tt-block-promo-code .code-wrap>.inner {
  position: relative;
  width: 100%;
  padding-bottom: 63.016%;
  background: url("../img/promo-code-2.png") no-repeat;
  background-size: contain;
}

.tt-block-promo-code .code-wrap>.inner>* {
  position: absolute;
  right: 0;
  left: 0;
}

.tt-block-promo-code .code-wrap>.inner>*>* {
  position: absolute;
  top: 50%;
  right: 30px;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tt-block-promo-code .code-wrap>.inner>*.code {
  top: 0;
  padding-bottom: 25.71%;
}

.tt-block-promo-code .code-wrap>.inner>*.action {
  bottom: 0;
  padding-bottom: 37.3%;
}

.tt-block-promo-code .code-wrap .label {
  font-size: 11px;
  text-transform: uppercase;
}

.tt-block-promo-code .code-wrap .value {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: .4em;
}

.tt-block-promo-code .code-wrap .invite {
  height: 50px;
  line-height: 50px;
  display: block;
  text-decoration: none;
  background-color: #000;
}

.tt-block-promo-code .code-wrap .invite>* {
  display: inline-block;
  vertical-align: middle;
}

.tt-block-promo-code .code-wrap .invite>svg {
  width: 25px;
  height: 25px;
}

.tt-block-promo-code .code-wrap .invite>svg use {
  fill: #666;
}

.tt-block-promo-code .code-wrap .invite .t {
  margin-left: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.tt-block-promo-code .hp-message-box a {
  color: #000;
}

.tt-block-promo-code .hp-message-box.white .hp-info-icon {
  border-color: #ededed;
}

.tt-block-promo-codes {
  padding: 30px;
  text-align: center;
  background-color: #fff;
}

.tt-block-promo-codes>.title {
  padding-bottom: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.tt-block-promo-codes .promo-codes-list {
  padding: 0;
  margin: 0;
}

.tt-block-promo-codes .promo-codes-list li {
  max-width: 315px;
  list-style: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.tt-block-promo-codes .promo-codes-list li:first-child {
  margin-top: 0;
}

.tt-block-promo-codes .item {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 35.24%;
  margin: 0 auto;
  font-size: 12px;
  background: url("../img/promo-code-1.png") no-repeat;
  background-size: contain;
}

.tt-block-promo-codes .item>* {
  position: absolute;
  top: 0;
  bottom: 0;
}

.tt-block-promo-codes .item>*>* {
  position: absolute;
  top: 50%;
  right: 25px;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tt-block-promo-codes .item>*.value-wrap {
  left: 0;
  width: 43.5%;
}

.tt-block-promo-codes .item>*.value-wrap>* {
  text-align: left;
}

.tt-block-promo-codes .item>*.text-wrap {
  right: 0;
  width: 56.5%;
}

.tt-block-promo-codes .item .value {
  font-size: 25px;
  font-weight: bold;
}

.tt-block-choose {
  padding: 1.25rem 1.875rem;
}

.tt-block-choose .label {
  max-width: 200px;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 0 0 2.25rem;
  font-size: 1rem;
  text-align: center;
}

.tt-block-choose .list-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.tt-block-choose .list-items>* {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  padding: 0.9375rem 0.3125rem;
  margin-top: -0.0625rem;
  margin-left: -0.0625rem;
  color: #666666;
  text-align: center;
  border: 0.0625rem solid #d0d0d0;
}

.tt-block-choose .list-items>*:first-child {
  margin-left: 0;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.tt-block-choose .list-items>*:last-child {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.tt-block-choose .list-items>*.active {
  z-index: 10;
  border-color: #666666;
  color: #000;
}

.tt-block-choose .list-items>*>* {
  display: block;
  text-align: center;
}

.tt-block-choose .list-items>* .val {
  line-height: 1.2em;
  font-size: 3.125rem;
}

.tt-block-choose .list-items>* .t {
  font-size: 1rem;
}

.tt-block-choose .list-items.multirow:not(.first):not(.last)>* {
  border-radius: 0 !important;
}

.tt-block-choose .list-items.multirow.first>* {
  border-radius: 0;
}

.tt-block-choose .list-items.multirow.first>*:first-child {
  border-top-left-radius: 0.3125rem;
}

.tt-block-choose .list-items.multirow.first>*:last-child {
  border-top-right-radius: 0.3125rem;
}

.tt-block-choose .list-items.multirow.last>* {
  border-radius: 0;
}

.tt-block-choose .list-items.multirow.last>*:first-child {
  border-bottom-left-radius: 0.3125rem;
}

.tt-block-choose .list-items.multirow.last>*:last-child {
  border-bottom-right-radius: 0.3125rem;
}

.tt-block-choose.small .list-items>*>* {
  display: inline-block;
  vertical-align: middle;
}

.tt-block-choose.small .list-items>* .t {
  font-size: 0.875rem;
}

.tt-block-choose.small .list-items>* *[class^=icon] {
  margin-right: 0.625rem;
}

.tt-block-choose.dark .label {
  color: #fff;
}

.tt-block-choose.dark .list-items>* {
  border-color: #333333;
  color: #fff;
}

.tt-block-choose.dark .list-items>*.active {
  z-index: 10;
  border-color: #fff;
  color: #000;
  background-color: #fff;
}

#popup-taxi-note .tt-block-notes .field-wrap {
  padding: 17px 20px;
}

#popup-taxi-note .tt-block-notes .field-wrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  width: 100%;
  height: 135px;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
}

#popup-taxi-note .tt-block-notes .field-wrap textarea::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}

#popup-taxi-note .tt-block-notes .field-wrap textarea::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

#popup-taxi-note .tt-block-notes .field-wrap textarea:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

#popup-taxi-note .tt-block-notes .field-wrap textarea:-ms-input-placeholder {
  color: #bbb;
  opacity: 1;
}

#popup-taxi-note .tt-block-notes .notes-list {
  display: block;
  padding: 0;
  margin: 0;
}

#popup-taxi-note .tt-block-notes .notes-list li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

#popup-taxi-note .tt-block-notes .notes-list li {
  position: relative;
  padding: 0 50px 0 20px;
  border-bottom: 1px solid #ccc;
}

#popup-taxi-note .tt-block-notes .notes-list li:first-child {
  border-top: 1px solid #ccc;
}

#popup-taxi-note .tt-block-notes .notes-list li .title {
  min-height: 59px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 13px 0;
  font-size: 16px;
}

#popup-taxi-note .tt-block-notes .notes-list li .delete {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
}

#popup-taxi-note .tt-block-notes .notes-list li .delete *[class^=icon] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  color: #f14949;
}

#popup-taxi-note .popup-scrollable {
  position: absolute;
  top: 213px;
  right: 0;
  bottom: 120px;
  left: 0;
  height: auto;
}

.tt-order-mini {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  min-height: 60px;
}

.tt-order-mini .left-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.tt-order-mini .left-wrap>* {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tt-order-mini .left-wrap .image {
  position: relative;
  width: 45px;
  padding-right: 14px;
  margin-left: 20px;
  box-sizing: content-box;
}

.tt-order-mini .left-wrap .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.tt-order-mini .left-wrap .image .image-color {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #000;
}

.tt-order-mini .left-wrap .image .image-color.white {
  border: 1px solid #999;
}

.tt-order-mini .left-wrap .image .image-color.black {
  border: 1px solid #fff;
}

.tt-order-mini .left-wrap .image img {
  border-radius: 4px;
}

.tt-order-mini .left-wrap .data {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.tt-order-mini .left-wrap .data:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 15px;
  display: block;
  background: -moz-linear-gradient(left, transparent 0%, black 100%);
  background: -webkit-linear-gradient(left, transparent 0%, black 100%);
  background: linear-gradient(to right, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00#000', endColorstr='$color', GradientType=1);
}

.tt-order-mini .left-wrap .data>* {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.tt-order-mini .right-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 100px;
  -moz-flex: 0 1 100px;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
}

.tt-order-mini .right-wrap>* {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  text-align: center;
}

.tt-order-mini i {
  font-size: 28px;
  padding: 0 10px;
}

.tt-order-maxi {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 19px 20px;
}

.tt-order-maxi img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.tt-order-maxi .image-color {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 19px;
  height: 19px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #000;
}

.tt-order-maxi .image-color.white {
  border: 1px solid #999;
}

.tt-order-maxi .image-color.black {
  border: 1px solid #fff;
}

.tt-order-maxi .image {
  position: relative;
  width: 150px;
  padding-right: 14px;
  box-sizing: content-box;
}

.tt-order-maxi .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.tt-order-maxi .image .image-color {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #000;
}

.tt-order-maxi .image .image-color.white {
  border: 1px solid #999;
}

.tt-order-maxi .image .image-color.black {
  border: 1px solid #fff;
}

.tt-order-maxi .data {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  color: #fff;
}

.tt-order-maxi .data>* {
  margin-bottom: 8px;
}

.tt-order-maxi .data>*:last-child {
  margin-bottom: 0;
}

.tt-order-maxi .data .vehicle-name {
  font-weight: bold;
}

.tt-order-maxi .data .vehicle-spz {
  height: 23px;
  line-height: 23px;
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 2px;
  font-weight: bold;
}

.tt-order-maxi .data .vehicle-pricing-value {
  font-weight: bold;
}

.tt-order-maxi.bg-white .image {
  position: relative;
}

.tt-order-maxi.bg-white .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.tt-order-maxi.bg-white .image .image-color {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff;
}

.tt-order-maxi.bg-white .image .image-color.white {
  border: 1px solid #999;
}

.tt-order-maxi.bg-white .image .image-color.black {
  border: 1px solid #fff;
}

.tt-order-maxi.bg-white .data {
  color: #000;
}

.tt-order-maxi.bg-white .data .vehicle-spz {
  border-color: #000;
}

.tt-order-maxi-name {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
  min-height: 60px;
  color: #fff;
}

.tt-order-maxi-name .name {
  font-size: 18px;
  font-weight: bold;
}

.tt-order-maxi-name .rating,
.tt-order-maxi-name .time {
  text-align: center;
  color: #999999;
}

.tt-order-maxi-name .rating .value,
.tt-order-maxi-name .time .value {
  line-height: 1em;
  font-size: 19px;
  font-weight: bold;
}

.tt-order-maxi-name .rating .text,
.tt-order-maxi-name .time .text {
  font-size: 11px;
}

.tt-order-maxi-name .rating .value {
  color: #41c124;
}

.tt-order-maxi-name .rating .value.green {
  color: #41c124;
}

.tt-order-maxi-name .rating .value.red {
  color: #f14949;
}

.tt-order-maxi-name .right-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.tt-order-maxi-name .right-wrap>* {
  border-left: 1px solid #ccc;
  padding-left: 12px;
  padding-right: 12px;
}

.tt-order-maxi-name .right-wrap>*:first-child {
  padding-left: 0;
  border-left: none;
}

.tt-order-maxi-name .right-wrap>*:last-child {
  padding-right: 0;
}

.tt-order-maxi-name .right-wrap .rating,
.tt-order-maxi-name .right-wrap .time {
  color: #424242;
}

.tt-order-maxi-name .right-wrap .rating .value,
.tt-order-maxi-name .right-wrap .time .value {
  font-size: 14px;
}

.tt-order-maxi-name .right-wrap .rating .text,
.tt-order-maxi-name .right-wrap .time .text {
  font-size: 10px;
}

.tt-order-maxi-name .right-wrap .icons>* {
  margin-left: 10px;
}

.tt-order-maxi-name .right-wrap .icons>*:first-child {
  margin-left: 0;
}

.tt-order-maxi-name .right-wrap .icons i {
  font-size: 20px;
}

.tt-order-maxi-name.bg-white,
.tt-order-maxi-name.bg-white .rating .text {
  color: #000;
}

.tt-order-maxi-icons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 60px;
  font-size: 0;
}

.tt-order-maxi-icons>* {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  text-align: center;
}

.tt-order-maxi-icons i {
  font-size: 28px;
}

.tt-chat {
  background-color: #ededed;
  padding: 25px 0;
}

.tt-chat .tt-chat-suggestions {
  font-size: 0;
  padding: 0 30px 25px 30px;
}

.tt-chat .tt-chat-suggestions .tt-chat-suggestion {
  position: relative;
  padding: 10px 12px;
  margin-top: 18px;
  border: 2px dashed #c7c7c7;
  border-radius: 5px;
}

.tt-chat .tt-chat-suggestions .tt-chat-suggestion:first-child {
  margin-top: 0;
}

.tt-chat .tt-chat-suggestions .tt-chat-suggestion.with-close {
  padding-right: 30px;
}

.tt-chat .tt-chat-suggestions .tt-chat-suggestion .t {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 14px;
  color: #666666;
}

.tt-chat .tt-chat-suggestions .tt-chat-suggestion .close {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid #595959;
  border-radius: 50%;
}

.tt-chat .tt-chat-suggestions .tt-chat-suggestion .close i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 9px;
}

.tt-chat .tt-chat-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  margin-top: 25px;
}

.tt-chat .tt-chat-item:first-child {
  margin-top: 0;
}

.tt-chat .tt-chat-item .date {
  position: relative;
}

.tt-chat .tt-chat-item .date>* {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 68px;
  display: inline-block;
  color: #666666;
  font-size: 11px;
}

.tt-chat .tt-chat-item .date>* i {
  margin-right: 4px;
  font-size: 10px;
  color: #969696;
}

.tt-chat .tt-chat-item .text>* {
  border-radius: 4px;
  border-bottom: 1px solid #b2b2b2;
}

.tt-chat .tt-chat-item .text .t {
  padding: 12px 14px;
  display: block;
  font-size: 15px;
}

.tt-chat .tt-chat-item .text img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.tt-chat .tt-chat-item .avatar {
  font-size: 0;
}

.tt-chat .tt-chat-item .avatar>* {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-bottom: 1px solid #b2b2b2;
  border-radius: 50%;
  background-size: cover;
}

.tt-chat .tt-chat-item.m-sent {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.tt-chat .tt-chat-item.m-sent .date>* {
  padding-left: 9px;
}

.tt-chat .tt-chat-item.m-sent .text .t {
  background-color: #c1c1c1;
}

.tt-chat .tt-chat-item.m-sent .avatar>* {
  margin-left: 15px;
  margin-right: 18px;
}

.tt-chat .tt-chat-item.m-received .date>* {
  text-align: right;
  padding-right: 9px;
}

.tt-chat .tt-chat-item.m-received .text .t {
  background-color: #fff;
}

.tt-chat .tt-chat-item.m-received .avatar>* {
  margin-right: 15px;
  margin-left: 18px;
}

.timetable .timetable-item {
  padding: 10px 20px;
}

.timetable-item {
  position: relative;
}

.timetable-item .item-label {
  font-size: 12px;
}

.timetable-item .item-data {
  font-size: 16px;
}

.timetable-item .item-data .w {
  display: inline-block;
  margin-right: 5px;
}

.timetable-item .item-data .w:last-child {
  margin-right: 0;
}

.timetable-item .item-data *[class^=icon-] {
  position: relative;
  display: inline-block;
  color: #878787;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}

.timetable-item .item-time {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  text-align: right;
}

.timetable-item .item-time:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  border-top: 1px dashed #999;
}

.timetable-item .item-time>* {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-right: 20px;
}

.timetable-item .item-time .time {
  width: 55px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  border-radius: 13px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.timetable-item .item-time *[class^=icon-] {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  font-size: 20px;
  color: #8d1313;
  background-color: #fff;
}

.timetable-item.in-past .item-data {
  color: #999;
}

.timetable-item.in-past .item-data *[class^=icon-] {
  color: #cfcfcf;
}

.itenary {
  padding: 10px 0 40px 0;
}

.itenary-item {
  position: relative;
  padding: 10px 20px 10px 75px;
}

.itenary-item .time-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 55px;
  background: url("../img/itenary-point-middle.png") right center no-repeat;
}

.itenary-item .time-wrap .time {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.itenary-item .content-wrap {
  padding-left: 12px;
}

.itenary-item .content-wrap .tt-destination .tt-destination-flag {
  padding-top: 2px;
}

.itenary-item.item-first .time-wrap {
  background-image: url("../img/itenary-point-start.png");
}

.itenary-item.item-second .time-wrap {
  background-image: url("../img/itenary-point-from-start.png");
}

.itenary-item.item-penultimate .time-wrap {
  background-image: url("../img/itenary-point-to-end.png");
}

.itenary-item.item-last .time-wrap {
  background-image: url("../img/itenary-point-end.png");
}

.fares .list li {
  position: relative;
  overflow: hidden;
}

.fares .list li>* {
  border: 1px solid #ccc;
  border-top: none;
}

.fares .list li:first-child>* {
  border-top: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.fares .list li:last-child>* {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.fares .list li.selected {
  z-index: 15;
  box-shadow: 0 5px rgba(204, 204, 204, 0.8);
}

.fares-item {
  padding: 25px;
  text-align: center;
  background-color: #efeff4;
}

.fares-item .icon {
  position: relative;
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.fares-item .icon>* {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  font-size: 11px;
  color: #fff;
}

.fares-item .title {
  padding: 13px 0 9px 0;
  font-size: 16px;
}

.fares-item .info {
  font-size: 12px;
}

.active .fares-item,
.fares-item.selected {
  background-color: #fff;
}

.active .fares-item .icon,
.fares-item.selected .icon {
  padding: 1px;
  border: none;
  background-color: #8d1313;
}

.active .fares-item .icon>*,
.fares-item.selected .icon>* {
  display: block;
}

.active .fares-item .title,
.fares-item.selected .title {
  font-weight: bold;
}

.mt-ticket {
  position: relative;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  background: url("../img/mhd_ticket_bg_bottom.png") center bottom no-repeat, #fff url("../img/mhd_ticket_bg_top.png") center top no-repeat;
  background-size: 100% auto;
}

.mt-ticket .countdown-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  padding: 3px;
  border-radius: 50%;
  border: 4px solid #efeff4;
  background-color: #fff;
}

.mt-ticket .top-wrap {
  position: relative;
  padding: 35px 15px 20px 15px;
}

.mt-ticket .top-wrap .info-icon-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
}

.mt-ticket .top-wrap .hp-info-icon {
  width: 22px;
  height: 22px;
  border: none;
  border-bottom: 2px solid #ccc;
}

.mt-ticket .top-wrap .hp-info-icon i {
  line-height: 22px;
  font-size: 10px;
}

.mt-ticket .top-wrap .minutes {
  line-height: 1em;
  font-size: 36px;
  font-weight: bold;
  color: #8d1313;
}

.mt-ticket .top-wrap .minutes .num {
  font-size: 60px;
}

.mt-ticket .top-wrap .zone {
  margin-top: 16px;
  font-size: 12px;
  color: #666666;
}

.mt-ticket .top-wrap .price {
  margin-top: 12px;
  font-size: 20px;
}

.mt-ticket .top-wrap .text {
  margin-top: 15px;
  font-size: 12px;
}

.mt-ticket .bottom-wrap {
  padding: 30px 15px 20px 15px;
  background: url("../img/mhd_ticket_bg_middle.png") center top repeat-x;
  background-size: auto 10px;
}

.mt-ticket .bottom-wrap .tt-btn {
  width: 100%;
}

.mt-no-ticket {
  width: 200px;
  height: 268px;
  margin: 0 auto;
  background: url("../img/mhd_ticket_no_bg.png") no-repeat;
  background-size: 100% auto;
}

.mt-no-ticket>* {
  position: relative;
  text-align: center;
}

.mt-no-ticket>*.top-wrap {
  height: 168px;
  font-size: 20px;
  color: #8d1313;
}

.mt-no-ticket>*.top-wrap i {
  font-size: 56px;
}

.mt-no-ticket>*.bottom-wrap {
  height: 90px;
  margin-top: 10px;
  font-size: 12px;
}

.mt-no-ticket>*>.inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tt-search-list {
  padding: 0;
  margin: 0;
}

.tt-search-list ul {
  padding: 0;
  margin: 0;
}

.tt-search-list li {
  margin-bottom: 10px;
  list-style: none;
}

.tt-search-list .search-label {
  padding: 0 30px;
  margin-top: 20px;
  font-size: 12px;
  color: #666666;
}

.tt-search-list .search-item {
  height: 33px;
  line-height: 33px;
  padding: 0 30px;
}

.tt-search-list .search-item-boxed {
  border-bottom: 2px solid #bbb;
  border-radius: 4px;
  background: #fff;
  height: 43px;
  line-height: 41px;
  padding: 0 15px;
  margin: 0 20px;
}

.tt-search-list .search-item-boxed .icon,
.tt-search-list .search-item-boxed .tt-icon-multilayer {
  position: relative;
  left: -5px;
}

.tt-search-list .search-item-boxed.with-info {
  padding-right: 40px;
}

.tt-search-list .search-item-boxed.with-info .info {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  display: block;
  font-size: 12px;
  color: #666666;
}

.tt-search-list .search-item,
.tt-search-list .search-item-boxed {
  position: relative;
  margin-top: 10px;
}

.tt-search-list .text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 16px;
}

.tt-search-list .text>* {
  vertical-align: middle;
}

.tt-search-list .text.with-icon {
  margin-left: -5px;
}

.tt-search-list .text.with-icon .icon,
.tt-search-list .text.with-icon .tt-icon-multilayer {
  left: 0;
  margin-right: 5px;
}

.tt-search-item {
  border-bottom: 2px solid #bbb;
  border-radius: 4px;
  background: #fff;
  padding: 9px 6px;
  color: #000;
  font-size: 16;
}

.tt-search-item .name {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.tt-search-item i {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.tt-search-item i.icon-m_bus {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  font-size: 20px;
}

.tt-search-item i.icon-h_stop {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  color: #205f9e;
}

.tt-message {
  position: absolute;
  top: 50%;
  right: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.25em;
  font-size: 20px;
  text-align: center;
}

.tt-message>* {
  padding-top: 18px;
}

.tt-message>*:first-child {
  padding-top: 0;
}

.tt-message *[class^=icon-] {
  font-size: 64px;
}

.tt-message.sucessful {
  color: #3a842e;
}

.tt-activavion-countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
  -moz-transform: translate(-50%, -50%) rotate(-5deg);
  -ms-transform: translate(-50%, -50%) rotate(-5deg);
  -o-transform: translate(-50%, -50%) rotate(-5deg);
  transform: translate(-50%, -50%) rotate(-5deg);
  z-index: 1000;
  width: 280px;
  display: block;
  padding: 25px 5px 20px 5px;
  color: #fff;
  text-align: center;
}

.tt-activavion-countdown .countdown {
  line-height: 1.25em;
  font-size: 30px;
  font-weight: bold;
}

.tt-activavion-countdown .countdown .val {
  font-size: 53px;
}

.tt-activavion-countdown .button {
  width: 160px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 19px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: transparent;
}

.tt-activavion-countdown .button *[class^=icon-] {
  margin-right: .5em;
  font-size: 9px;
}

.tt-activavion-countdown:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #3a842e;
}

.tt-activavion-countdown:before {
  position: absolute;
  content: '';
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  margin: -20px 0 0 -10px;
  background-color: rgba(0, 0, 0, 0.2);
}

.tt-taxi-rating-graph {
  position: relative;
  padding: 22px 0;
  background-color: #000;
}

.tt-taxi-rating-graph .graph img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: 218px;
  margin: 0 auto;
}

.tt-taxi-rating-graph .text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
  width: 140px;
  color: #fff;
  text-align: center;
}

.tt-taxi-rating-graph .text .name {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 1.2em;
  font-size: 21px;
  font-weight: bold;
}

.tt-taxi-rating-graph .text .percent {
  color: #41c124;
  line-height: 1em;
  font-size: 23px;
  font-weight: bold;
}

.tt-taxi-rating-graph .text .percent.green {
  color: #41c124;
}

.tt-taxi-rating-graph .text .percent.red {
  color: #f14949;
}

.tt-taxi-rating-graph .text .t {
  font-size: 12px;
  color: #999;
}

.tt-taxi-prices {
  padding: 30px 20px;
  border-top: 1px solid #ccc;
}

.tt-taxi-prices>* {
  margin-bottom: 20px;
}

.tt-taxi-prices>*:last-child {
  margin-bottom: 0;
}

.tt-taxi-prices .items {
  margin: 0 -15px;
  font-size: 0;
}

.tt-taxi-prices .items>* {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 20px 15px;
  font-size: 14px;
}

.tt-taxi-prices .title {
  font-size: 12;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.tt-taxi-prices .data {
  font-weight: bold;
}

.tt-taxi-prices .info {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  color: #666666;
}

.tt-taxi-prices .info .hp-info-icon {
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #666666;
  text-align: center;
  background-color: transparent;
}

.tt-taxi-prices .info .hp-info-icon i {
  line-height: 20px;
  font-size: 11px;
  color: #666666;
}

.tt-navbar-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.tt-navbar-buttons .tt-navbar-link {
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  color: #fff;
  text-align: center;
}

.hp-mode-mhd .tt-navbar-buttons .tt-navbar-link#ui-btn-navbar-mhd {
  font-weight: bold;
  color: #008bff;
}

.hp-mode-taxi .tt-navbar-buttons .tt-navbar-link#ui-btn-navbar-taxi {
  font-weight: bold;
  color: #008bff;
}

.hp-mode-limo .tt-navbar-buttons .tt-navbar-link#ui-btn-navbar-limo {
  font-weight: bold;
  color: #008bff;
}

.hp-mode-emer .tt-navbar-buttons .tt-navbar-link#ui-btn-navbar-emer {
  font-weight: bold;
  color: #008bff;
}

.tt-block-list-choose-item>ul {
  display: block;
  padding: 0;
  margin: 0;
}

.tt-block-list-choose-item>ul li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tt-block-list-choose-item>ul li {
  position: relative;
  border-top: 1px solid #ccc;
}

.tt-block-list-choose-item>ul li .tt-order-maxi-name {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tt-block-list-choose-item>ul li .tt-order-maxi {
  padding-top: 0;
  padding-bottom: 20px;
}

.tt-block-list-choose-item>ul li.active:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 20;
  display: block;
  border: 4px solid #008bff;
  background: url("../img/select-check.png") no-repeat -4px -4px;
  background-size: 29px auto;
}

.tt-black-button {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 59px;
  border-top: 1px solid #ccc;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}

.tt-black-button .inner>* {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.tt-black-button .inner>*:first-child {
  margin-left: 0;
}

.tt-black-button .t {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.tt-black-button .count {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #008bff;
}

.tt-last-ride {
  overflow: hidden;
  padding: 0 30px;
}

.tt-last-ride .tt-your-ride {
  position: relative;
  padding: 25px 0;
}

.tt-last-ride .tt-your-ride:before {
  position: absolute;
  right: -30px;
  bottom: 0;
  left: -30px;
  content: '';
  height: 1px;
  display: block;
  background-color: #ccc;
}

.tt-last-ride .tt-driver-info {
  padding-top: 30px;
}

.tt-last-ride .tt-ride-info {
  padding-top: 20px;
  padding-bottom: 25px;
}

.tt-driver-info {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.tt-driver-info>.inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.tt-driver-info .image-wrap>* {
  width: 50px;
}

.tt-driver-info .image-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 50%;
}

.tt-driver-info .info-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-left: 10px;
}

.tt-driver-info .info-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 20px;
  display: block;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00#fff', endColorstr='$color', GradientType=1);
  content: '';
}

.tt-driver-info .info-wrap>*>* {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.tt-driver-info .info-wrap .name {
  font-size: 16px;
}

.tt-promo-area {
  position: relative;
  font-size: 0;
  background: #5ac8fa no-repeat center center;
  background-size: cover;
}

.tt-promo-area img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.tt-promo-area .close {
  position: absolute;
  top: 5px;
  right: 5px;
  box-sizing: content-box;
  z-index: 20;
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  border-bottom: 2px solid #bbb;
  background-color: #fff;
}

.tt-promo-area .close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 11px;
}

#modal-taxi-order-switcher-box {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 40px;
  background-color: #000;
}

#modal-taxi-order-switcher-box .modal-taxi-order-switcher-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

#modal-taxi-order-switcher-box .modal-taxi-order-switcher-item.active {
  font-weight: bold;
}

.hp-mode-limo #modal-taxi-order-switcher-box {
  background-color: #1e4d71;
}

.modal .modal-buttons {
  height: 60px;
}

.modal .modal-buttons .modal-button {
  height: 60px;
  line-height: 60px;
  background: none;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #000;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #008bff;
}

.modal .modal-buttons .modal-button:after {
  width: 2px;
  background-color: #fff;
}

.modal .modal-buttons .modal-button:first-child:last-child {
  border-radius: 0 !important;
}

.modal .modal-buttons .modal-button.color-yellow {
  color: #000;
  background-color: #008bff;
}

.hp-mode-emer .modal .modal-buttons .modal-button,
.modal .modal-buttons .modal-button.color-red {
  color: #000;
  background-color: #f14949;
}

.modal .modal-buttons.modal-vertical-buttons {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  height: auto;
}

.modal .modal-buttons.modal-vertical-buttons .modal-button:after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  width: auto;
  height: 1px;
}

.btn-restart-slider {
  z-index: 1000;
}

.tt-subnavbar-temp-parent {
  position: relative;
  padding: 30px;
  background-color: #efeff4;
}

.tt-subnavbar-temp-parent>* {
  margin-bottom: 20px !important;
}

.tt-subnavbar {
  border-bottom: 2px solid #bbb;
  border-radius: 4px;
  background: #fff;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
}

.tt-subnavbar .inner-left {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  z-index: 10;
  width: 40px;
  height: 50px;
}

.tt-subnavbar .inner-left.height-x2 {
  height: 100px;
}

.tt-subnavbar .inner-left.height-x3 {
  height: 150px;
}

.tt-subnavbar .inner-left.height-x4 {
  height: 200px;
}

.tt-subnavbar .inner-middle {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  height: 50px;
  margin-left: 40px;
  margin-right: 50px;
}

.tt-subnavbar .inner-middle>.inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tt-subnavbar .inner-middle>.inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 20px;
  display: block;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00#fff', endColorstr='$color', GradientType=1);
  content: '';
}

.tt-subnavbar .inner-middle *[class^=text-] {
  white-space: nowrap;
}

.tt-subnavbar .inner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  z-index: 10;
  width: 50px;
}

.tt-subnavbar .bg-gray {
  background-color: #e2e2e2;
}

.tt-subnavbar .bg-gray .inner-middle>.inner:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 20px;
  display: block;
  background: -moz-linear-gradient(left, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%);
  background: -webkit-linear-gradient(left, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%);
  background: linear-gradient(to right, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00#e2e2e2', endColorstr='$color', GradientType=1);
}

.tt-subnavbar .hr-line-bottom:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 1px;
  background-color: #ccc;
}

.tt-subnavbar .vr-line-left:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 1px;
  background-color: #ccc;
}

.tt-subnavbar *[class^=icon-] {
  font-size: 20px;
}

.tt-subnavbar *[class^=icon-].color-mhd {
  color: #8d1313;
}

.tt-subnavbar .item {
  position: relative;
  font-size: 14px;
}

.tt-subnavbar .item.search .inner-left {
  width: 50px;
}

.tt-subnavbar .item.search .inner-middle {
  margin-left: 50px;
}

.tt-subnavbar .item.description .inner-middle {
  height: auto;
  min-height: 50;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  text-align: center;
}

.tt-subnavbar .item.description .inner-middle *[class^=icon] {
  display: inline-block;
  font-size: 12px;
}

.tt-subnavbar .item.description .inner-middle .tt-icon-multilayer *[class^=icon] {
  font-size: 15px;
}

.tt-subnavbar .item.description .inner-middle>* {
  padding: 10px 0;
}

.tt-subnavbar .item.without-right .inner-middle {
  margin-right: 10px;
}

.tt-subnavbar .item .input-field {
  width: 100%;
  max-width: 100%;
  border: none;
}

.tt-subnavbar .item .input-field::-webkit-input-placeholder {
  opacity: 1;
  color: #bbb;
}

.tt-subnavbar .item .input-field::-moz-placeholder {
  opacity: 1;
  color: #bbb;
}

.tt-subnavbar .item .input-field:-moz-placeholder {
  opacity: 1;
  color: #bbb;
}

.tt-subnavbar .item .input-field:-ms-input-placeholder {
  opacity: 1;
  color: #bbb;
}

.tt-subnavbar .item .text-large {
  font-size: 16px;
}

.tt-subnavbar .item .text-small {
  font-size: 12px;
}

.tt-subnavbar .item .text-smaller {
  font-size: 10px;
}

.tt-subnavbar .item .text-gray {
  color: #666666;
}

.tt-subnavbar .item .text-center {
  text-align: center;
}

.tt-subnavbar .item .text-uppercase {
  text-transform: uppercase;
}

.tt-subnavbar .item .time {
  text-align: center;
  color: #424242;
}

.tt-subnavbar .item .time>* {
  line-height: 1.1em;
  display: block;
}

.tt-subnavbar .item .time .val {
  font-size: 14px;
  font-weight: bold;
}

.tt-subnavbar .item .time .label {
  font-size: 10px;
}

.tt-subnavbar .item .with-close {
  padding-right: 30px !important;
}

.tt-subnavbar .item .with-close:after {
  right: 30px;
}

.tt-subnavbar .item .close {
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  z-index: 20;
  display: block;
  padding: 5px;
}

.tt-subnavbar .item .close i {
  font-size: 18px !important;
}

.leaflet-container {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.leaflet-pane .leaflet-popup-close-button {
  display: none;
}

.leaflet-pane .leaflet-popup-content-wrapper {
  border-bottom: 2px solid #bbb;
  border-radius: 4px;
  background: #fff;
  position: relative;
  z-index: 1;
  box-shadow: none;
}

.leaflet-pane .leaflet-popup-tip-container {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  z-index: 3;
}

.leaflet-pane .leaflet-popup-tip-container .leaflet-popup-tip {
  box-shadow: none;
  border: 2px solid #bbb;
}

.leaflet-pane .leaflet-popup-content {
  position: relative;
  min-width: 300px;
  padding: 15px 50px 13px 15px;
  margin: 0;
  white-space: nowrap;
}

.leaflet-pane .leaflet-popup-content:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 15px;
  display: block;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00#fff', endColorstr='$color', GradientType=1);
  content: '';
  right: 50px;
}

.leaflet-pane .leaflet-popup-content .icon {
  font-size: 26px;
}

.leaflet-pane .leaflet-popup-content .hp-mhd-righticon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 50px;
  display: block;
  border-left: 1px solid #ededed;
  background-color: #fff;
}

.leaflet-pane .leaflet-popup-content .hp-mhd-righticon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 12px;
}

*[data-page=page-taxi-messages-specific] .navbar {
  height: 60px;
}

*[data-page=page-taxi-messages-specific] .navbar-inner .center {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: normal;
  white-space: normal;
}

*[data-page=page-taxi-messages-specific] .navbar-inner .center>* {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

*[data-page=page-taxi-messages-specific] .navbar-inner .center #ui-title-taxi-messages-specific {
  font-size: 14px;
  font-weight: normal;
}

*[data-page=page-taxi-messages-specific] .toolbar.messagebar {
  top: 60px;
}

*[data-page=page-taxi-messages-specific] .page-content {
  padding-top: 120px !important;
}

.message-sent.message-with-tail .message-text {
  position: relative;
}

.message-sent.message-with-tail .message-text,
.message-sent.message-with-tail .message-text img {
  border-radius: 0 !important;
}

.message-sent.message-with-tail .message-text:before {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  display: none;
  border-radius: 16px 16px 0 16px;
  background-color: red;
}

.hp-mode-limo .modal .modal-button,
.hp-mode-limo .hp-bottom-btn.confirm,
.hp-mode-limo .hp-bottom-btn.confirm>a,
.hp-mode-limo .tt-btn-2.btn-yellow {
  color: #fff;
  background-color: #1e4d71;
}

.hp-mode-limo .hp-bottom-btn.confirm.with-icon>*:before {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70'><path fill='%23fff' d='M56.15,31.73,23.06,1.33a4.65,4.65,0,0,0-6.52,0,4.6,4.6,0,0,0-.13,6.37L37.46,35,16.55,62.14a4.64,4.64,0,0,0,0,6.51A4.58,4.58,0,0,0,19.81,70a4.64,4.64,0,0,0,3.26-1.35L56.15,38.25A4.63,4.63,0,0,0,56.15,31.73Z'/></svg>");
}

.hp-mode-limo .hp-bottom-btn.cancel.with-icon>*:before {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'><path fill='%23fff' d='M1.93.07A1.85,1.85,0,0,0,.62.62h0a1.86,1.86,0,0,0,0,2.63L24.83,27.46a1.86,1.86,0,0,0,2.63,0h0a1.86,1.86,0,0,0,0-2.63L3.24.62A1.85,1.85,0,0,0,1.93.07Z'/><path fill='%23fff' d='M26.14,0a1.85,1.85,0,0,0-1.31.54L.54,24.83a1.86,1.86,0,0,0,0,2.63h0a1.86,1.86,0,0,0,2.63,0L27.46,3.17a1.86,1.86,0,0,0,0-2.63h0A1.85,1.85,0,0,0,26.14,0Z'/></svg>");
}

.hp-mode-mhd .modal .modal-button {
  color: #fff;
  background-color: #8d1313;
}

.picker-modal-dev-test {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: block;
}


.modal-buttons-secondary {
  background: #e2e2e2 !important;
}

.ui-box-filters select,
.ui-box-filters input {
  border-radius: 4px;
}