@charset "utf-8";

html,
body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #eaedf0;
  font: normal 14px/20px Arial, Helvetica, sans-serif;
  color: #364c6a;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

* {
  box-sizing: border-box;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input,
select,
textarea,
button,
.customSelect {
  font: 300 16px Circe, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #364c6a;
  outline: none;
}

input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'],
textarea,
select,
.selectIn,
.selectSub ul,
.selectSub a {
  border: 1px solid #fff;
  background: #fff;
  margin: 0;
  padding: 5px 12px;
  height: 36px;
}

input[type='text'].ok,
input[type='password'].ok,
textarea.ok {
  background-image: url(../img/input-ok.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 13px;
}

textarea {
  resize: none;
}

input[type='checkbox'],
input[type='radio'],
.outtaHere {
  position: absolute !important;
  left: -10000px !important;
}

input[type='checkbox'] + span,
input[type='radio'] + span {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 2px solid #d9dcdf;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  position: relative;
  top: -1px;
}

input[type='checkbox']:checked + span,
input[type='radio']:checked + span {
  border-width: 7px;
  border-color: #00a2d7;
}

input[type='checkbox'] + span.checkmark_slider {
  position: relative;
  padding: 0 0 0 40px;
  vertical-align: -13px;
  cursor: pointer;
  border: none;
  background: none;
}

input[type='checkbox'] + span.checkmark_slider:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 16px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
  transition: .2s;
}


input[type='checkbox'] + span.checkmark_slider:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: .2s;
}

input[type='checkbox']:checked + span.checkmark_slider:before {
  background: #3cb878
}

input[type='checkbox']:checked + span.checkmark_slider:after {
  left: 16px;
}

.selectIn {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.selectIn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../img/select-arr.png) no-repeat;
  width: 14px;
  height: 9px;
  margin: -4.5px 0 0 0;
}

.selectText {
  width: 100%;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 50px;
}

.selectSub {
  position: absolute;
  z-index: 1100;
}

.selectSub ul {
  list-style: none;
  margin: 1px 0 0 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto !important;
}

.selectSub li {
  margin: 0;
  padding: 0;
}

.selectSub a {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 0;
  background: none;
}

.selectSub a:hover {
  text-decoration: underline;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption {
  display: block;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  color: #00a2d7;
  outline: none;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

p,
ol,
ul {
  margin: 0 0 20px 0;
}

ol,
ul {
  padding: 0 0 0 20px;
}

h1 {
  font-weight: normal;
  font-size: 36px;
  line-height: 38px;
  margin: 2px 0 25px 0;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0 10px 0;
}

.title1 {
  position: relative;
  font-weight: 300;
  font-size: 36px;
  line-height: 38px;
  color: #444a57;
  margin: 0 0 7px 0;
}

.title1 img {
  height: 36px;
  width: auto;
  vertical-align: middle;
  margin: 0 7px 0 0;
  position: relative;
  top: -2px;
}

.title2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #444a57;
  margin: 0 0 24px 0;
}

.title2 a {
  color: inherit !important;
}

.title3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: inherit;
  margin: 48px 0 0 0;
}

.subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #afb5c3;
}

.nowrap {
  white-space: nowrap;
}

.nofloat {
  height: 100%;
  overflow: hidden;
}

.cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.inline {
  display: inline-block;
  text-align: left;
}

.hr {
  height: 1px;
  overflow: hidden;
  margin: 15px 0;
  background: #e6e6e6;
}

.white-bg {
  background: #fff;
}

.blue {
  color: #00a2d7;
}

.phone-num {
  color: inherit !important;
  cursor: inherit;
  text-decoration: none !important;
  font-weight: 900;
}

.clearfix {
  zoom: 1;
}

.clearfix:after,
.container:after,
.fix:after,
.fix2:after,
.fix3:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.wrapper,
.footer {
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.container {
  max-width: 1250px;
  padding: 0 2%;
  margin: 0 auto;
  position: relative;
}

.container_header {
  padding: 0 4%;
}

.fix {
  padding: 0 6%;
  position: relative;
}

.wrapper_refund .search {
  display: none;
}

.wrapper_refund .route2, .wrapper_success .route2, .wrapper_success_refund .route2 {
  left: 20px;
}

@media only screen and (max-width: 1200px) {
  .fix {
    padding: 0 3%;
  }

  .mainpage-info {
    margin-top: 250px;
    font-size: 14px;
    line-height: 24px;
  }
}

.fix2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  min-height: 60px;
}

.fix3 {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.header {
  position: relative;
  background: #d1dd19;
  color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.header.ind2 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.header.height1 {
  height: 672px;
  background-size: cover;
}

.header.height2 {
  height: 80vh;
  min-height: 400px;
}

.header a {
  color: #fff;
}

.header .logo {
  float: left;
  position: relative;
  z-index: 102;
}

.header .logo img {
  height: 34px;
  width: auto;
}

.header .r {
  float: right;
}

.header .tmenu {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .tmenu > li {
  float: left;
  position: relative;
  margin: 0 0 0 30px;
  padding: 0;
}

.header .tmenu > li:first-child {
  margin-left: 0;
}

.header .tmenu > li > *:first-child {
  float: left;
  height: 36px;
  line-height: 36px;
  text-decoration: underline;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

.header .tmenu > li > *:first-child > span {
  border-bottom: 1px solid rgba(0, 0, 0);
}

.header .tmenu > li > *:first-child > span:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.header .tmenu > li > a:hover > span {
  border: 0;
}

.header .contact {
  white-space: nowrap;
  float: left;
  line-height: 22px;
  font-weight: normal;
  font-size: 18px;
  margin: 6px 0 0 14px;
}

.header .contact .email {
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}

.header .contact .working-hours {
  font-size: 16px;
}

.header .btext {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 32px 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
}

.header .city {
  margin: 0 0 0 24px;
  float: left;
}

.header .city .toggle {
  font-weight: 300;
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  height: 46px;
  margin: -4px 0 -5px 0;
  padding: 4px 12px;
}

.header .city .toggle .to-click {
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 0 21px;
}

.header .city .toggle > div {
  position: relative;
}

.header .city .toggle .bg,
.header .city .toggle .bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  margin: -50px -50px 0 -50px;
}

.header .city .toggle .bg:before {
  content: '';
  margin: 50px 50px 0 50px;
}

.header .city .toggle .to-click:hover {
  text-decoration: none;
}

.header .city .toggle .to-click:before,
.header .city .toggle .to-click:after {
  content: '';
  top: 50%;
  position: absolute;
  z-index: 2;
}

.header .city .toggle .to-click:before {
  width: 12px;
  height: 17px;
  left: 0;
  margin: -8.5px 0;
  background: url(../img/pic-place.png) no-repeat;
  background-size: 100% auto;
}

.header .city .toggle .to-click:after {
  right: 0;
  border: 1px solid #fff;
  border-width: 4px 3.5px 0 3.5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  margin: -2px 0;
}

.header .city.open .toggle {
  z-index: 101;
}

.header .city.open .toggle .bg:before {
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

.header .city.open .toggle .to-click {
  text-decoration: none;
  color: #444a57;
}

.header .city.open .toggle .to-click:before {
  opacity: 0.5;
  background-position: 0 -18px;
}

.header .city.open .toggle .to-click:after {
  border-color: #9e9e9e;
}

.header .city .pop {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #444a57;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  display: none;
}

.header .city.open .pop {
  display: block;
}

.header .city .pop a {
  color: #00a2d7;
}

.header .city .pop ul {
  list-style: none;
  margin: 0;
  padding: 57px 0 54px 0;
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.header .city .pop li {
  margin: 0 0 7px 0;
  padding: 0;
}

.search {
  zoom: 1;
  position: relative;
  text-align: center;
  line-height: 0;
  float: right;
  width: 100%;
  margin: 0 -100% 0 0;
  left: -100%;
  padding-left: 172px;
}

.header.height1 .search,
.header.height2 .search {
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.search .fl {
  float: left;
  text-align: left;
  position: relative;
  padding: 0 0 0 1px;
}

.search .fl:first-child {
  padding-left: 0;
}

.search .w1:first-child input {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

.search .w2 input {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

.search .w1 {
  width: 29%;
}

.search .w2 {
  width: 24%;
}

.search .w3 {
  width: 18%;
  padding-left: 20px;
}

.header.height1 .search .w1,
.header.height2 .search .w1 {
  width: 32%;
}

.header.height1 .search .w2,
.header.height2 .search .w2 {
  width: 20.5%;
}

.header.height1 .search .w3,
.header.height2 .search .w3 {
  width: 15.5%;
  padding-left: 13px;
}

.search .input {
  position: relative;
}

.search input[type='text'],
.search input[type='number'] {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  color: #444a57;
  border: 1px solid #fff;
  background: #fff;
  padding: 5px 16px;
  height: 36px;
  position: relative;
}

.search input[type='text'].placeholder {
  color: #787878;
}

.header.height1 .search input[type='text'],
.header.height1 .search input[type='number'],
.header.height2 .search input[type='text'],
.header.height2 .search input[type='number'] {
  height: 56px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.search input[type='text']:focus {
  box-shadow: 0 0 0 2px #ffa800;
  -webkit-box-shadow: 0 0 0 2px #ffa800;
  z-index: 2;
}

.search .placeholder {
  color: #787878;
}

.search .btn {
  width: 100%;
  height: 36px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.header.height1 .search .btn,
.header.height2 .search .btn {
  height: 56px;
}

.search .pic-cal {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 46px;
  /*background: url(../img/calendar.png) no-repeat 50% 50%;*/
  background-size: auto 15px;
  cursor: pointer;
}

.header.height1 .search .pic-cal,
.header.height2 .search .pic-cal {
  background-size: auto 23px;
  width: 55px;
}

.search .label {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.search .hint {
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
  opacity: 0.8;
  margin: 9px 0 0 0;
}

.search .hint:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.search .hint .l {
  float: left;
  margin: 0 6px 0 0;
}

.search .hint a {
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.search .hint a:hover {
  border: 0;
}

.search .hint .nofloat > * {
  white-space: nowrap;
  margin: 0 6px 0 0;
}

.search .title1 {
  text-align: center;
  color: inherit;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 0 50px 0;
  font-weight: normal;
}

.btn {
  -webkit-appearance: none;
  position: relative;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  color: #fff;
  border: 0;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding: 0 20px;
  line-height: 44px;
  background: #f2c435;
  height: 44px;
}

.btn:hover {
  background: rgba(242, 196, 53, 0.8);
  text-decoration: none;
}

.btn.bg-green {
  background: #02c476;
}

.btn.bg-green:hover {
  background: #26d394;
}

.btn.bg-yellow {
  background: #ffa800;
}

.btn.bg-yellow-disable {
  background: rgba(255, 190, 50, 0.54);
}

.btn.bg-yellow:hover {
  background: #feb831;
}

.btn.bg-op {
  background: #be6267;
}

.btn.bg-op:hover {
  background: #be6267;
}

input.btn {
  line-height: normal !important;
}

.footer-place {
  height: 220px;
}

.footer {
  min-height: 0;
  height: 220px;
  color: #fff;
  font-weight: 300;
  margin-top: -220px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .line1 {
  background: #ccce27;
  font-size: 18px;
  line-height: 30px;
  color: #b4bfd0;
  padding: 30px 0 0 0;
  height: 151px;
}

.socials {
  float: left;
  width: 30%;
}

.socials > a {
  float: left;
  text-align: left;
  text-indent: -10000px;
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 0 0 10px;
  background: url(../img/socials.png) no-repeat 0 -10000px;
}

.socials a:first-child {
  margin-left: 0;
}

.socials .yt {
  background-position: 5px 50%;
}

.socials .fb {
  background-position: -48px 50%;
}

.socials .vk {
  background-position: -104px 50%;
}

.socials .tw {
  background-position: -158px 50%;
}

.footer .contact {
  float: right;
  white-space: nowrap;
  font-size: 20px;
  color: #000;
  letter-spacing: -0.03em;
}
.footer .contact .email {
  color: inherit !important;
  cursor: inherit;
  text-decoration: none !important;
  font-weight: bold;
}
.footer .contact .working-hours {
  font-size: 16px;
}

.footer .line2 {
  font-size: 13px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.3);
  background: #bebe25;
  padding: 14px 0 0 0;
  height: 74px;
}

.footer .line2 .cell {
  height: 45px;
  text-align: left;
}

.bmenu {
  float: right;
  margin: 15px 0 0 0;
  white-space: nowrap;
  font-size: 15px;
}

.bmenu > * {
  margin: 0 0 0 22px;
}

.sides-hold,
.results {
  padding: 32px 0;
}

.sides-hold {
  zoom: 1;
  position: relative;
  padding: 24px 0 24px 282px;
  background: #fff;
}

.sides-hold:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 280px;
  width: 2px;
  background: #eaedf0;
}

.sides-hold:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.side-r {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 33px;
}

.side-l {
  float: left;
  width: 280px;
  margin: 0 0 0 -100%;
  position: relative;
  left: -282px;
  padding: 0 23px;
}

.image {
  margin: 25px 0;
}

.image img {
  max-width: 100%;
  height: auto;
}

.side-menu {
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-menu + .side-menu {
  margin-top: 21px;
}

.side-menu li {
  margin: 23px 0 0 0;
  padding: 0;
}

.side-menu li:first-child {
  margin-top: 0 !important;
}

.side-menu a {
  text-decoration: none;
  color: inherit;
}

.side-menu a:hover {
  text-decoration: underline;
}

.side-menu.big {
  font-size: 18px;
  line-height: 24px;
}

.side-menu.big li {
  margin-top: 16px;
}

.side-menu .active {
  color: #f66;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.bg-img .hold {
  position: absolute;
  width: 1900px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -950px;
}

.bg-img img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.mainpage-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 100px;
  font-size: 34px;
  font-weight: 300;
  line-height: 38px;
}

@media only screen and (min-width: 1900px) {
  .bg-img .hold {
    width: auto;
    margin: 0;
    left: 0;
    right: 0;
  }
}

.faq {
  border-bottom: 1px solid #eaedf0;
  padding: 41px 0 1px 0;
  font-size: 15px;
  line-height: 18px;
}

.faq .big {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #f66;
  margin: 0 0 11px 0;
}

.faq figure {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 30px 0 0;
  margin: 0 -3px 41px 0;
}

.popular {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #8d95a7;
  padding: 68px 0 85px 0;
}

.popular .title1 {
  margin: 0;
}

.popular .hold {
  margin: 34px -5px 0 -5px;
  zoom: 1;
}

.popular .hold:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.popular figure {
  float: left;
  margin: 0;
  width: 33.33%;
  padding: 0;
}

.popular figure.wide {
  width: 50%;
}

.popular .ind {
  margin: 0 5px 10px 5px;
  position: relative;
  overflow: hidden;
  height: 214px;
  text-align: left;
}

.popular figure img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.popular .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NGE1NyIgc3RvcC1vcGFjaXR5PSIwLjU5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDRhNTciIHN0b3Atb3BhY2l0eT0iMC4yMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(
    left,
    rgba(68, 74, 87, 0.59) 0%,
    rgba(68, 74, 87, 0.23) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(68, 74, 87, 0.59) 0%,
    rgba(68, 74, 87, 0.23) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(68, 74, 87, 0.59) 0%,
    rgba(68, 74, 87, 0.23) 100%
  );
  background: linear-gradient(
    to right,
    rgba(68, 74, 87, 0.59) 0%,
    rgba(68, 74, 87, 0.23) 100%
  );
}

.popular .text {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 28px 29px 29px 29px;
}

.popular .big {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 4px 0;
}

.popular .date {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

.popular .b {
  position: absolute;
  bottom: 29px;
}

.popular .btn {
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  margin: 10px 0 0 0;
}

.popular2 {
  text-align: center;
  padding: 35px 0 92px 0;
  font-size: 18px;
  line-height: 36px;
}

.popular2 .title1 {
  margin-bottom: 31px;
}

.popular2 a {
  text-decoration: none;
}

.popular2 a:hover {
  text-decoration: underline;
}

.popular2 .fix > * {
  display: inline;
  white-space: nowrap;
  margin: 0 9px;
}

.popular2 .b {
  font-weight: 900;
}

.autocomplete {
  text-align: left;
  list-style: none;
  margin: 1px 0 0 0;
  padding: 0;
  z-index: 110;
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: 300;
  font-size: 15px;
  color: #919191;
  line-height: 18px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19);
  overflow: hidden;
  overflow-y: auto;
  max-height: 172px;
  display: none;
}

.autocomplete li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eaedf0;
}

.autocomplete li:first-child {
  border: 0;
}

.autocomplete li > * {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 10px 15px;
}

.autocomplete li > *:hover {
  text-decoration: none;
  background: #e5f6fb;
}

.autocomplete .big {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #474c59;
}

.ui-datepicker {
  display: none;
  z-index: 1100;
  position: absolute;
  top: 100%;
  margin: 1px 0 0 0;
  left: 0;
  width: 348px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19);
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  color: #474c59;
  padding: 19px 21px 21px 21px;
}

.ui-datepicker-header {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  position: relative;
  margin: 0 0 17px 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #bebe25;
  text-align: left;
  text-indent: -10000px;
}

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid #fff;
  margin: -7px -5px;
  top: 50%;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-prev .ui-icon {
  left: 50%;
  border-left-width: 0;
}

.ui-datepicker-next .ui-icon {
  right: 50%;
  border-right-width: 0;
}

.ui-datepicker table {
  border-collapse: collapse;
  width: 100%;
}

.ui-datepicker table th,
.ui-datepicker table td {
  padding: 1px 0;
  text-align: center;
  vertical-align: top;
}

.ui-datepicker table th {
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  color: #b2b4b8;
}

.ui-datepicker .ui-datepicker-week-end * {
  color: #f66;
}

.ui-datepicker table td {
  border-top: 1px solid #bebe25;
}

.ui-datepicker table td > * {
  display: block;
  text-align: center;
  height: 40px;
  color: inherit;
  text-decoration: none;
}

.ui-datepicker table td > a:hover {
  background: #d1dd19;
  text-decoration: none;
}

.ui-datepicker table td .ui-priority-secondary {
  color: #c8c8c8;
}

.ui-datepicker table td .ui-state-highlight {
  background: #bebe25;
  color: #fff;
}

.ui-datepicker table td .ui-state-active {
  background: #eaedf0;
}

.search input:focus + .autocomplete,
.search input:focus ~ .ui-datepicker {
  display: block;
}

.filters {
  background: #d1dd19;
  border-top: 1px solid #bebe25;
  z-index: 90;
  box-shadow: 0 -1px 0 #0390d3;
  -webkit-box-shadow: 0 -1px 0 #bebe25;
}

.filter {
  float: left;
  position: relative;
  border-right: 1px solid #bebe25;
  border-bottom: 1px solid #bebe25;
}

.filter:first-child {
  border-left: 1px solid #bebe25;
}

.filter .toggle {
  cursor: pointer;
  padding: 0 31px 0 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  color: #000;
  white-space: nowrap;
}

.filter .toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-bottom-width: 0;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  margin: -2px 0 0 0;
}

.filter .toggle:hover {
  border-color: #afafaf;
}

.filter .pop {
  z-index: 200;
  position: absolute;
  top: 100%;
  left: -10000px;
  margin: 11px 0 0 0;
  background: #fff;
  width: 260px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #545454;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19);
  padding: 17px 19px 18px 19px;
}

.filter.open .pop {
  left: 0;
}

.filter .pop.width2 {
  width: 511px;
}

.filter .label,
.filter .label2 {
  font-weight: bold;
  margin: 22px 0 23px 0;
}

.filter .label:first-child,
.filter .label2:first-child {
  margin-top: 0;
}

.filter .label2 {
  font-weight: 300;
  color: #a2a2a2;
  margin-bottom: 14px;
}

.filter .label ~ .checks {
  margin-top: -7px;
}

.filter .pop.width2 .checks {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.ui-slider {
  margin: 0 0 24px 0;
  position: relative;
  line-height: 0;
  height: 2px;
  background: #bebe25;
}

.filter .label2 + .ui-slider {
  margin-bottom: 18px;
}

.ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #bebe25;
}

.ui-slider-handle {
  text-align: left;
  text-indent: -10000px;
  position: absolute;
  top: -4px;
  width: 15px;
  height: 14px;
  margin: 0 0 0 -7.5px;
  background: #bebe25;
}

.ui-slider-handle:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 1px;
  height: 0;
  border: 7px solid #bebe25;
  border-top-width: 0;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.checks {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}

.checks label {
  cursor: pointer;
}

.checks li {
  position: relative;
  margin: 12px 0 0 0;
  padding: 0 0 0 30px;
}

.checks li:first-child {
  margin-top: 0;
}

.checks input + span {
  position: absolute;
  top: -1px;
  left: 0;
}

.results.no {
  text-align: center;
  padding-top: 33px;
  padding-bottom: 33px;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #444a57;
}

.results .form {
  margin: 28px auto 0 auto;
  border: 2px solid #d7dade;
  width: 546px;
  padding: 50px 48px 36px 47px;
}

.results .form:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.results .form .input {
  float: left;
  width: 295px;
  position: relative;
}

.results .form .input input {
  padding-top: 7px;
  padding-bottom: 8px;
  height: 44px;
  font-size: 18px;
  width: 100%;
  display: block;
}

.results .form .btn {
  float: left;
  width: 151px;
}

.results .head {
  zoom: 1;
  position: relative;
  font-weight: 300;
  color: #364c6a;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 16px;
  background: #f5f6f8;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  margin: 0 0 16px 0;
}

.results .head:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.sort {
  float: left;
}

.sort a {
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 0 17px 0 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 0 0;
  white-space: nowrap;
}

.sort a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border: 4px solid #9e9e9e;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  margin: -2px 0 0 0;
}

.sort a.active {
  font-weight: normal;
}

.sort a.active:after {
  border-color: inherit;
}

.sort a.down:after {
  border-bottom-width: 0;
}

.sort a.up:after {
  border-top-width: 0;
}

.results .head .dates {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  float: right;
  margin: -9px -16px;
  background: #fff;
  padding: 9px 5px 9px 16px;
}

.results .head .dates strong {
  font-weight: normal;
}

.results .head .dates > * {
  white-space: nowrap;
  margin: 0 11px 0 0;
}

.results .head .dates a {
  text-decoration: none;
}

.results .head .dates a:hover {
  text-decoration: underline;
}

.ticket {
  margin: 0 0 16px 0;
}

.ticket .in {
  display: none;
  background: #f9fafb;
  border-radius: 0 0 1px 1px;
  -webkit-border-radius: 0 0 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}

.ticket.open .in {
  display: block;
}

.ticket .in .to-close {
  text-align: right;
  padding: 0 16px 11px 16px;
  margin: -12px 0 0 0;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.ticket .in .to-close > span {
  color: #00a2d7;
  cursor: pointer;
}

.ticket .in .to-close > span:hover {
  text-decoration: underline;
}

.ticket .top {
  position: relative;
  background: #fff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #364c6a;
  padding: 14px 16px;
}

.ticket .top:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.ticket .top .r {
  float: right;
  width: 176px;
}

.ticket .top .btn {
  height: 48px;
  line-height: 48px;
  font-weight: normal;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  padding: 0;
  margin: 2px 0 2px 0;
  z-index: 10;
}

.ticket .top .info {
  font-size: 14px;
  line-height: 18px;
  color: #d80066;
  border: 1px solid #d80066;
  margin: 9px 0 2px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  padding: 2px 5px;
}

.ticket .top .ttime {
  float: right;
  width: 97px;
  min-height: 1px;
  font-size: 12px;
}

.ticket .top .ttime strong {
  font-size: 14px;
  display: block;
}

.ticket .top .half {
  float: left;
  width: 50%;
}

.ticket .top .time {
  float: left;
  width: 93px;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.ticket .top .time .date {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  margin: 6px 0 2px 0;
}

.ticket .top .time .date span {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding: 2px 9px;
  background: #f5f6f8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ticket .top .time + .nofloat {
  padding-right: 20px;
}

.ticket .top .b {
  margin: 0 -16px;
  position: relative;
  border-top: 1px solid #eaedf0;
  padding: 7px 16px 8px 16px;
  top: 14px;
}

.ticket .top .b:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.ticket .top .b .for-toggle {
  float: right;
  margin: 0 0 0 10px;
}

.ticket .top .b .toggle {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}

.ticket .top .b .toggle:hover {
  text-decoration: underline;
}

.ticket.open .top .b .toggle {
  opacity: 0.5;
}

.ticket .top .b .toggle > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 0;
  font-size: 0;
  margin: 0 6px 0 16px;
}

.ticket .top .b .toggle > span:before,
.ticket .top .b .toggle > span:after {
  content: '';
  position: absolute;
  top: 0;
}

.ticket .top .b .toggle > span:before {
  left: -6px;
}

.ticket .top .b .toggle > span:after {
  right: -6px;
}

.ticket .top .b .toggle > span,
.ticket .top .b .toggle > span:before,
.ticket .top .b .toggle > span:after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #4a5e79;
}

.ticket .top .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
}
.ticket .profitable {
  background-color: #fff1e0 !important;
}

.ticket .info-list {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #eaedf0;
  padding: 16px 16px 4px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #787878;
}

.ticket .info-list a {
  text-decoration: none;
}

.ticket .info-list a:hover {
  text-decoration: underline;
}

.ticket .info-list li:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.ticket .info-list li {
  margin: 0 0 12px 0;
  padding: 0 0 0 67px;
}

.ticket .info-list .l {
  float: left;
  margin: 0 0 0 -67px;
  padding: 0 3px 0 0;
  font-weight: bold;
}

.ticket .top .b .info-list {
  overflow: hidden;
  padding: 0;
  margin: 0 0 -12px 0;
  border: 0;
}

.ticket .top .b .info-list li {
  float: left;
  margin-right: 18px;
}

.route {
  background: #f9fafb;
  font-size: 16px;
  line-height: 20px;
  color: #364c6a;
  padding: 11px 20px 11px 0;
  position: relative;
}

.route .vline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  width: 2px;
  background: #d2d5d8;
}

.route .elem {
  position: relative;
  padding: 12px 0 12px 82px;
}

.route .elem:first-child .vline {
  top: 29px;
}

.route .elem:last-child .vline {
  bottom: auto;
  height: 29px;
}

.route .elem.text:first-child .vline {
  top: 50%;
}

.route .elem.text:last-child .vline {
  height: 50%;
}

.route .big {
  font-weight: bold;
}

.route .small {
  color: #787878;
  margin: 6px 0 0 0;
  font-size: 14px;
}

.route .stops {
  font-size: 14px;
}

.route .pic {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 0 4px #f9fafb;
  -webkit-box-shadow: 0 0 0 4px #f9fafb;
  position: absolute;
  left: 35px;
  margin: -8px 0 0 0;
  top: 29px;
}

.route .text .pic {
  top: 50%;
}

.route .pic.bg-green {
  background: #5dc8a6;
}

.route .pic.bg-red {
  background: #d80066;
}

.route .pic.bg-dots {
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 12px;
  width: 12px;
  margin-left: 2px;
  border: 4px solid #f9fafb;
  background: #d2d5d8;
  margin-top: -6px;
}

.route .pic.bg-dots:before,
.route .pic.bg-dots:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #d2d5d8;
  top: 0;
  position: absolute;
}

.route .pic.bg-dots:before {
  left: -6px;
}

.route .pic.bg-dots:after {
  right: -6px;
}

.links {
  padding: 37px 0 112px 0;
  background: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #b5babf;
}

.links .title1 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 24px;
  line-height: 28px;
  color: #364c6a;
}

.links ul {
  list-style: none;
  margin: 0;
  padding: 0 22px;
  float: left;
  width: 33.33%;
}

.links li {
  margin: 0;
  padding: 0;
}

.links a {
  color: inherit;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}

.route-hold {
  background: #f9fafb;
}

.route-hold .head,
.route2 {
  color: #000;
  background: #00a2d7;
  padding: 15px 0 14px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
}

.route-hold .head .arr,
.route2 .arr {
  top: 5px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 -3px 0 -16px;
  width: 16px;
  height: 60px;
  background: url(../img/rarr2.png) no-repeat;
  left: 16px;
}

.route-hold .head .time + .arr {
  left: 116px;
}

.route-hold .head .fl,
.route2 .fl {
  display: inline-block;
  vertical-align: top;
  margin: 0 -3px 0 0;
}

.route-hold .head .fl,
.route-hold .head .fl .big,
.route2 .fl,
.route2 .fl .big {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.route-hold .head .big,
.route2 .big {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 -2px 0;
}

.route-hold .head .place,
.route2 .place {
  max-width: 57%;
  zoom: 1;
  padding: 0 0 0 132px;
}

.route-hold .head .place:first-child,
.route2 .place:first-child {
  padding: 0 10px 0 0;
  max-width: 43%;
}

.route-hold .head .time {
  position: relative;
  top: 22px;
  width: 80px;
  margin-left: -80px;
  left: 96px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  padding: 0 0 0 5px;
}

.route-hold .head .ind {
  zoom: 1;
  position: relative;
  margin: 0 0 8px 0;
}

.route-hold .head .ind:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.route-hold .head .toggle {
  float: right;
  cursor: pointer;
  font-weight: bold;
  padding: 0 27px 0 0;
  position: relative;
}

.route-hold .head .toggle:hover {
  text-decoration: underline;
}

.route-hold .head .toggle:after {
  content: '';
  width: 14px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -5px 0 0 0;
  background: url(../img/toggle-arr.png) no-repeat 0 -10px;
}

.route-hold.open .head .toggle:after {
  background-position: 0 0;
  margin-top: -4px;
}

.route-hold .route {
  background: none;
  margin-left: -35px;
  padding-right: 70px;
}

.route-hold .in {
  display: none;
  border-bottom: 1px solid #e2e5e8;
}

.route-hold.open .in {
  display: block;
}

.route-hold .toggle-hide {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 18px;
  right: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #00a2d7;
}

.route-hold .toggle-hide:hover {
  text-decoration: underline;
}

.select-place {
  background: #fff;
  padding: 46px 0 59px 0;
}

.select-place.no {
  background: #faf8ec;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 20px 0;
}

.select-place .title1 {
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  color: #374055;
  margin: 0 0 8px 0;
}

.select-place .info {
  float: right;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #787878;
  text-align: right;
  white-space: nowrap;
  list-style: none;
  margin: 9px 3px 0 20px;
  padding: 0;
}

.select-place .info li {
  margin: 11px 0 0 0;
  position: relative;
  padding: 0 28px 0 0;
}

.select-place .info li:first-child {
  margin-top: 0 !important;
}

.select-place .info .bg {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
}

.select-place .info .bg-green {
  background: #3cb878;
}

.select-place .info .bg-grey {
  background: #c7d2d8;
}

.select-place .info .bg-red {
  background: #f66;
}

.select-place .route3 {
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #787878;
}

.select-place .route3 .elem {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 50%;
  padding: 0 26px 0 0;
}

.select-place .bus {
  margin-top: 53px;
}

.vendors-warning {
  background: #fff;
  padding: 10px 0 20px 0;
}

.vendors-warning-title {
  color: #ed1941;
  padding: 10px;
  border: 2px solid #ed1941;
}

.bus {
  clear: both;
  font-size: 0;
  margin: 0 -100px;
  white-space: nowrap;
}

.bus .row {
  text-align: center;
  margin: 8px 0 0 0;
}

.bus .row:first-child {
  margin-top: 0;
}

.bus .place {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  width: 35px;
  height: 35px;
  position: relative;
}

.bus .place span {
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #3cb878;
  border: 0;
  top: auto;
}

.bus .place span:hover {
  background: #4fc88a;
}

/*
.bus .place input:checked + span {
	background: #f66;
}

.bus .place input:checked + span:hover {
	background: #f88;
}
*/

.bus .place.occ span {
  text-align: left;
  text-indent: -10000px;
  cursor: default;
  background: #c7d2d8;
}

.bus .place.wheel {
  width: 78px;
}

.bus .place.wheel div {
  width: 78px;
  height: 78px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #c7d2d8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../img/wheel.png) no-repeat 50% 50%;
}

.ticket-form {
  padding: 53px 0 41px 0;
  border-top: 1px solid #d8dadd;
  background: #eaedf0;
}

.ticket-form .label,
.results .form .label {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0 0 5px 0;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.ticket-form .price {
  float: right;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  white-space: nowrap;
  position: relative;
  padding: 3px 0 0 0;
}

.ticket-form .price .info-label {
  margin: 4px 0 0 0;
}

.ticket-form .price .info-label > div {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 7px;
  line-height: 24px;
}

.ticket-form .price .info-label > div.bg-red {
  background: #f66;
}

.ticket-form .row {
  zoom: 1;
}

.ticket-form .row + .row {
  margin-top: 38px;
}

.ticket-form .row:after {
  content: ' ';
  clear: left;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.ticket-form .fl {
  float: left;
  position: relative;
}

.ticket-form .place {
  float: left;
  margin: 0 11px 0 0;
  width: 35px;
  height: 35px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f66;
}
.ticket-form .place-col {
  margin: 0 11px 0 0;
  width: 35px;
  height: 35px;
}

.ticket-form .w1 {
  width: 200px;
  margin-right: 2px;
}

.ticket-form .w2 {
  width: 200px;
  margin-right: 2px;
}

.ticket-form .place ~ .w1 {
  width: 211px;
}

.ticket-form .place ~ .w2 {
  width: 172px;
}

.ticket-form .w3 {
  width: 113px;
  margin-right: 30px;
}

.ticket-form .w4 {
  width: 166px;
  margin-right: 30px;
}

.ticket-form .w5 {
  width: 242px;
  margin-right: 10px;
}

.ticket-form .w6 {
  width: 133px;
}

.ticket-form .w7 {
  width: 283px;
  margin-right: 33px;
}

.ticket-form .gender {
  float: left;
  position: relative;
  margin-right: 10px;
}

.ticket-form input[type='text'],
.ticket-form input[type='number'],
.ticket-form input[type='email'],
.ticket-form select {
  width: 100%;
}

.ticket-form .gender label span {
  text-align: center;
  float: left;
  width: 44px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-top: 1px;
}

.ticket-form .gender label input:checked + span {
  cursor: default;
  color: #fff;
  background: #00a2d7;
}

.ticket-form .delete {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  right: -40px;
  z-index: 10;
  background: url(../img/cross.png) no-repeat;
  width: 24px;
  height: 24px;
}

.ticket-form.to-send {
  padding-top: 36px;
}

.ticket-form.to-send .row {
  margin-top: 38px;
}

.ticket-form.add {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 0;
}

.ticket-form.add .toggle {
  color: #00a2d7;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 34px;
}

.ticket-form.add .toggle:hover {
  text-decoration: underline;
}

.ticket-form.add .toggle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/plus.png) no-repeat;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
}

.ticket-form.to-checks {
  font-size: 14px;
  line-height: 21px;
  color: #868a92;
  padding: 36px 0 43px 0;
  font-weight: 300;
}

.ticket-form.to-checks .title1 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #364c6a;
  margin: 0 0 1px 0;
}

.ticket-form.to-checks ul {
  list-style: none;
  margin: 22px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: #364c6a;
}

.ticket-form.to-checks li:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.ticket-form.to-checks li {
  margin: 8px 0 0 0;
  padding: 0 0 0 32px;
  position: relative;
}

.ticket-form.to-checks li:first-child {
  margin-top: 0 !important;
}

.ticket-form.to-checks li .l {
  float: left;
  margin: 0 5px 0 0;
}

.ticket-form.to-checks li .r {
  float: right;
  font-weight: bold;
  margin: 0 0 0 5px;
}

.ticket-form.to-checks li .dots {
  overflow: hidden;
  position: relative;
  border-top: 1px dotted #364c6a;
  top: 16px;
}

.ticket-form.to-checks li input {
  left: 3px !important;
  top: 4px;
  margin: 0;
  position: absolute;
}

.ticket-form.to-checks label {
  cursor: pointer;
}

.ticket-form.to-checks .for-logo {
  float: right;
  margin: 5px 0 0 10px;
}

.ticket-form.to-checks .for-logo img {
  height: 28px;
  width: auto;
}


.ticket-form .data-disabled {
  display: none;
}

.ticket-form .data-enabled {
  display: block;
}

.pay .result {
  padding: 27px 0 35px 0;
  border-bottom: 1px solid #dfe2e5;
  background: #fff;
}

.payments {
  float: left;
  width: 398px;
}

.total .title1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  color: #364c6a;
  margin: 0 0 19px 0;
}

.total ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.total li {
  margin: 6px 0 0 0;
  padding: 0;
  position: relative;
}

.total li:first-child {
  margin-top: 0;
}

.total li input {
  z-index: 10;
  left: 18px !important;
  top: 10px;
  margin-left: 0;
}

.total .bg {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 20px 12px 128px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.total input:checked + .bg {
  background: #faf8ec;
  font-weight: bold;
}

.total .img {
  position: absolute;
  top: 6px;
  left: 51px;
  width: 58px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #fff;
}

.total .img img {
  max-width: 54px;
  max-height: 23px;
  width: auto;
  height: auto;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.pay .total {
  float: right;
  width: 410px;
  font-size: 14px;
  line-height: 16px;
  color: #364c6a;
  font-weight: 300;
}

.pay .total .time {
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
  color: #f66;
  margin: 0 0 29px 0;
}

.pay .total .price {
  float: right;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  margin: -10px 0 0 0;
  white-space: nowrap;
}

.pay .total .big {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 18px 0;
}

.pay .total .info {
  color: #a9adb6;
  clear: both;
}

.pay .total .btn {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  margin: 13px 0 0 0;
  font-weight: bold;
  font-size: 18px;
}

.pay .total ul {
  clear: both;
  list-style: none;
  margin: 0 0 29px 0;
  padding: 0;
}

.pay .total li:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.pay .total li {
  margin: 4px 0 0 0;
  padding: 0;
}

.pay .total li .l {
  float: left;
  margin: 0 3px 0 0;
}

.pay .total li .r {
  float: right;
  margin: 0 0 0 3px;
}

.pay .total li .dots {
  overflow: hidden;
  border-top: 1px dotted #364c6a;
  position: relative;
  top: 11px;
}

.guarantee {
  background: #eaedf0;
  border-top: 1px solid #dfe2e5;
  margin: -1px 0 0 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 38px 0 180px;
}

.guarantee .big {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 13px 0;
}

.guarantee .small {
  font-size: 14px;
  color: #a9adb6;
  margin: 16px 0 0 0;
}

.guarantee .l {
  float: left;
  position: relative;
  padding: 0 0 0 78px;
  width: 480px;
}

.guarantee .l img {
  height: 52px;
  width: auto;
  position: absolute;
  top: -6px;
  left: 0;
}

.guarantee .l.ind2 {
  padding-left: 66px;
}

.guarantee .l.ind2 img {
  top: -10px;
}

.guarantee .r {
  float: right;
  width: 410px;
}
.agree_label {
  display: block;
  padding-left: 40px;
}

.agree_checkmark {
  position: absolute !important;
  left: 0;
}

.land .top {
  color: #fff;
  background: #00a9da url(../img/agents-top.jpg) no-repeat 50% 100%;
  height: 731px;
  background-size: cover;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  padding: 85px 0 0 0;
}

.land .top .big {
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 14px 0;
}

.land .top ul {
  list-style: none;
  margin: 85px -50px 67px -50px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

.land .top li {
  display: inline-block;
  vertical-align: top;
  width: 324px;
  padding: 73px 0 0 0;
  background: url(../img/check.png) no-repeat 50% 0;
  margin: 0;
}

.land .top .btn,
.start .btn,
.pay-result .btn {
  height: 104px;
  line-height: 100px;
  border: 1px solid #000;
  min-width: 410px;
  font-size: 24px;
}

.benefits {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  background: #fff;
}

.benefits .big {
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 17px 0;
  color: #00a2d7;
}

.benefits .cell {
  text-align: left;
  height: 279px;
}

.benefits figure {
  margin: 0;
  padding: 94px 0 83px 0;
  border-top: 1px solid #eaedf0;
}

.benefits figure:first-child {
  border: 0;
}

.benefits figure .fix2 {
  padding: 0 123px 0 471px;
  min-height: 321px;
}

.benefits figure .screen {
  height: auto;
  position: absolute;
  top: 19px;
  left: 0;
  margin: 0 148px 0 90px;
}

.benefits figure:nth-child(even) .fix2 {
  padding: 0 504px 0 90px;
}

.benefits figure:nth-child(even) .screen {
  left: auto;
  right: 0;
}

.start {
  color: #fff;
  background: #00a2d7;
  padding: 60px 0 60px 0;
  text-align: center;
}

.start .big {
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 54px 0;
}

.start ul {
  text-align: left;
  list-style: none;
  margin: 0 -10px 47px 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}

.start li {
  display: inline-block;
  vertical-align: top;
  padding: 50px 0 0 0;
  margin: 0;
  width: 233px;
  background: url(../img/check2.png) no-repeat;
}

.partners {
  text-align: center;
  background: #fff;
  padding: 60px 0 94px 0;
}

.partners .title1 {
  color: #444a57;
  margin: 0 0 71px 0;
}

.pay-result-place {
  height: 642px;
}

.pay-result {
  position: absolute;
  left: 0;
  right: 0;
  top: 89px;
  bottom: 195px;
  background: #fff;
  background-size: cover;
  color: #000;
  text-align: center;
}

.pay-result.not {
  background-color: #fff;
  background-image: url(../img/pay-not.jpg);
}

.pay-result .big1 {
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 5px 0;
  padding: 65px 0 0 0;
}

.pay-result.not .big1 {
  background: url(../img/cross-big.png) no-repeat 50% 0;
}

.pay-result .big2 {
  font-size: 24px;
  line-height: 28px;
}

.route2 {
  position: relative;
  left: 65px;
  margin: 68px auto 81px auto;
  background: none;
  padding: 0;
  text-align: left;
}

.route2:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.route2 .place {
  padding-left: 26px;
  width: 51%;
}

.route2 .place:first-child {
  padding-right: 20px;
  width: 49%;
  text-align: right;
}

.route2 .place .inline {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  max-width: 100%;
}

.route2 .arr {
  margin-left: -26px;
}

.pay-result .c {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.btn.print:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 50px;
  position: relative;
  top: -1px;
  background: url(../img/print.png) no-repeat;
  margin: 0 30px 0 0;
}

.screen {
  position: absolute;
  background: #dbdbdb;
  border: 14px solid #ededed;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.screen:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 14px 0 0 -20px;
  width: 40px;
  height: 32px;
  background: #dbdbdb;
}

.screen:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 46px 0 0 -60px;
  width: 120px;
  height: 8px;
  background: #ededed;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}

.screen .hold {
  width: 292px;
  height: 214px;
  overflow: hidden;
  position: relative;
}

.screen img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.corner {
  display: block;
  width: 5px;
  height: 5px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
}

.corner span {
  display: block;
  width: 10px;
  height: 10px;
  border: 5px solid #ededed;
  box-sizing: content-box;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  behavior: url(js/PIE.htc);
}

.corner.tl {
  top: 0;
  left: 0;
}

.corner.tl span {
  top: -5px;
  left: -5px;
}

.corner.tr {
  top: 0;
  right: 0;
}

.corner.tr span {
  top: -5px;
  right: -5px;
}

.corner.bl {
  bottom: 0;
  left: 0;
}

.corner.bl span {
  bottom: -5px;
  left: -5px;
}

.corner.br {
  bottom: 0;
  right: 0;
}

.corner.br span {
  bottom: -5px;
  right: -5px;
}

.payments2 {
  background: #fff;
}

.payments2 .title1 {
  text-align: center;
  margin: 0 0 52px 0;
}

.payments2 .bg {
  background: #f6f6f6;
  padding: 12px 0;
}

.payments2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.payments2 li {
  width: 33%;
  position: relative;
  margin: 10px 0;
  padding: 0;
  font-size: 0;
  line-height: 62px;
  text-align: center;
  border-left: 1px solid rgba(68, 74, 87, 0.1);
}

.payments2 li:nth-child(4n),
.payments2 li:last-child {
  border-right: 1px solid rgba(68, 74, 87, 0.1);
}

.payments2 li img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 54px;
  vertical-align: middle;
}

.payments2 .txt {
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #444a57;
}

.testimonials {
  border-bottom: 1px solid #f6f6f6;
  padding: 67px 0 40px 0;
}

.testimonials .title1 {
  text-align: center;
  margin: 0 0 80px 0;
}

.testimonials .hold {
  font-size: 0;
  margin: 0 -50px;
}

.testimonials figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 33.33%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #515661;
  text-align: center;
  padding: 0 25px 50px 25px;
}

.testimonials figure img {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto 20px auto;
}

.testimonials figure .name {
  font-weight: bold;
  color: #444a57;
  margin: 0 0 -2px 0;
}

.testimonials figure .info {
  color: #0093d7;
  margin: 0 0 17px 0;
}

.cities {
  background: #f6f6f6;
  padding: 76px 0 59px 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #a9a9a9;
}

.cities .half {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}

.cities .half + .half {
  padding: 0 0 0 10px;
}

.cities a {
  color: inherit;
  text-decoration: none;
}

.cities a:hover {
  text-decoration: underline;
}

.cities .all {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  border: 1px solid #d7d7d7;
  padding: 0 14px;
  line-height: 35px;
  font-weight: bold;
}

.cities .title1 {
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 17px 0;
}

.cities .list {
  margin: 0 0 25px 0;
}

.cities .list > * {
  white-space: nowrap;
  margin: 0 10px 0 0;
}

.press {
  padding: 68px 0 71px 0;
}

.press .title1 {
  text-align: center;
  margin: 0 0 33px 0;
}

.press ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: justify;
}

.press ul:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 0;
}

.press li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.article {
  background: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #444a57;
  padding: 88px 0 66px 0;
}

.article .photo {
  float: right;
  clear: right;
  padding: 10px;
  background: #f6f6f6;
  margin: -22px 0 0 80px;
}

.article .photo + .photo {
  margin-top: 22px;
}

.article .title1 {
  margin: 0 0 27px 0;
}

.article .big {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 56px 0;
}

.directions {
  background: #fff;
  padding: 82px 0 58px 0;
}

.directions .title1,
.directions .subtitle {
  text-align: center;
}

.directions .title1 {
  margin: 0 0 12px 0;
}

.directions .subtitle {
  margin: 0 0 66px 0;
}

.directions .third {
  padding: 0 10px 50px 10px;
  text-align: center;
  float: left;
  width: 33.33%;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.directions .third .inline {
  text-align: left;
}

.directions a {
  color: #00a2d7;
}

.directions .title2 {
  margin: 0 0 18px 0;
}

.directions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.directions li {
  margin: 7px 0 0 0;
  padding: 0;
}

.directions li:first-child {
  margin-top: 0 !important;
}

.directions2 {
  background: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  padding: 73px 0;
}

.directions2 .title1 {
  margin: 0 0 34px 0;
  white-space: nowrap;
}

.directions2 .title2 {
  margin: 0 0 13px 0;
  white-space: nowrap;
}

.directions2 .half {
  float: left;
  width: 50%;
  padding: 0 50px 0 0;
}

.directions2 .half + .half {
  padding: 0 0 0 50px;
}

.directions2 .half-in {
  float: left;
  width: 50%;
  padding: 0 70px 0 0;
}

@media only screen and (max-width: 1200px) {
  .directions2 .half-in {
    padding-right: 35px;
  }
}

.directions2 .hr {
  margin: 80px -5000px 59px -5000px;
  background: #f6f6f6;
}

.directions2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.directions2 li:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.directions2 li {
  margin: 0;
  padding: 0;
}

.directions2 li .l {
  float: left;
  margin: 0 2px 0 0;
}

.directions2 li .r {
  float: right;
  text-align: right;
  white-space: nowrap;
  color: #afb5c3;
  margin: 0 0 0 2px;
}

.directions2 li .dots {
  border-top: 1px dotted #afb5c3;
  overflow: hidden;
  position: relative;
  line-height: 0;
  top: 15px;
}

.directions2 .list {
  margin: 0 -30px 0 0;
}

.directions2 .list > * {
  white-space: nowrap;
  margin: 0 30px 0 0;
}

.stations {
  padding: 66px 0 100px 0;
  background: #f6f6f6;
}

.stations .title1 {
  text-align: center;
  margin: 0 0 76px 0;
}

.stations ul {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.stations ul a {
  text-decoration: none;
}

.stations ul a:hover {
  text-decoration: underline;
}

.stations li {
  margin: 0 0 7px 0;
  padding: 0;
}

.special {
  background: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #444a57;
  padding: 85px 0;
}

.special .title1 {
  text-align: center;
  margin: 0 0 60px 0;
}

.special p {
  margin: 0 0 24px 0;
}

.special p:last-child {
  margin: 0;
}

.special .bg:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.special .bg:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: 384px;
  background: #f6f6f6;
}

.special .bg {
  border: 1px solid #f6f6f6;
  padding: 0 385px 0 0;
  position: relative;
}

.special .l {
  position: relative;
  float: left;
  width: 100%;
  padding: 46px 47px;
}

.special .r {
  float: right;
  width: 384px;
  margin: 0 0 0 -384px;
  left: 384px;
  position: relative;
}

.benefits2 {
  margin: 0 0 -1px 0;
}

.benefits2 .title2 {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #f6f6f6;
  margin: 0;
}

.benefits2 .elem {
  display: block;
  border-bottom: 1px solid #f6f6f6;
  position: relative;
  margin: 0;
  padding: 0 20px 0 115px;
  text-decoration: none;
  color: inherit;
}

.benefits2 .elem .cell {
  text-align: left;
  height: 105px;
}

.benefits2 .elem .img {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 66px;
  height: 66px;
  margin: -33px 0;
  background: #c1c1c1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 0;
  line-height: 66px;
  text-align: center;
  overflow: hidden;
}

.benefits2 .elem .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.benefits2 .elem:hover {
  color: #87d7fc;
}

.benefits2 .elem:hover .img {
  background: #87d7fc;
}

.text-block {
  padding: 0 0 60px 0;
  color: #444a57;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.text-block:first-child {
  padding-top: 60px;
}

.text-block p {
  margin: 0 0 24px 0;
}

.text-block .title1 {
  margin: 0 0 14px 0;
}

.path:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.path {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #484848;
  margin: 0 0 14px 0;
}

.path .fl {
  float: left;
  margin: 0 6px 0 0;
}

.path .sep {
  color: #bec6c9;
}

.path a {
  text-decoration: none;
}

.path a:hover {
  text-decoration: underline;
}

.tags {
  margin: 8px -1px 53px 0;
}

.title1 + .tags {
  margin-top: 23px;
}

.tags:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.tags a {
  text-decoration: none;
}

.tags a:hover {
  text-decoration: underline;
}

.tags > * {
  float: left;
  background: #fff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  padding: 0 16px 0 40px;
  height: 48px;
  line-height: 48px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  margin: 0 1px 2px 0;
  position: relative;
  white-space: nowrap;
}

.tags img {
  position: absolute;
  top: 50%;
  width: auto;
}

.tags.map-tags {
  font-weight: bold;
}

.tags.map-tags img {
  height: 17px;
  margin: -8.5px 0;
  left: 15px;
  opacity: 0.5;
}

.tags.station-tags > * {
  padding-left: 49px;
}

.tags.station-tags img {
  height: 16px;
  margin: -8px 0;
  left: 16px;
}

.tags.bus-tags img {
  height: 18px;
  margin: -9px 0;
  left: 14px;
}

.tags.bus-tags > * {
  padding-left: 49px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 16px;
  height: auto;
}

.tags.bus-tags .cell {
  text-align: left;
  height: 56px;
}

.sort2 {
  margin: 24px 0 0 0;
  float: right;
  white-space: nowrap;
}

.sort2 > * {
  margin: 0 0 0 10px;
}

.sort2 a {
  text-decoration: none;
}

.sort2 a:hover {
  text-decoration: underline;
}

.timetable {
  clear: both;
  margin: 9px 0 53px 0;
}

.timetable.view2 {
  margin-bottom: 80px;
}

.timetable a {
  text-decoration: none;
}

.timetable a:hover {
  text-decoration: underline;
}

.timetable .row:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.timetable .row {
  margin: 0 0 2px 0;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  -webkit-border-radius: 1px;
  padding: 15px 0 3px 18px;
  font-size: 0;
}

.timetable .row .l,
.timetable .row .big {
  font-size: 16px;
  line-height: 24px;
}

.timetable .row .big {
  margin-bottom: -3px;
}

.timetable .l {
  float: left;
  width: 214px;
}

.timetable .l.w1 {
  width: 167px;
}

.timetable .l.w2 {
  width: 138px;
}

.timetable .time {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 18px 0;
  font-size: 12px;
  line-height: 16px;
  width: 91px;
}

.timetable.view2 .row {
  padding-bottom: 10px;
}

.timetable.view2 .time {
  margin-bottom: 9px;
}

.timetable.view3 .time {
  width: 25%;
  padding-right: 18px;
}

.timetable .row.top {
  padding-bottom: 15px;
  color: #fff;
  background: #00a2d7 !important;
  margin-bottom: 1px;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 16px;
}

.variants {
  font-size: 0;
  margin: 9px -18px 30px 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.variants + .title3 {
  margin-top: 0;
}

.variants .elem {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
  padding: 0 17px 0 0;
  margin: 0 0 17px 0;
  font-size: 12px;
  line-height: 16px;
}

.variants .elem a {
  text-decoration: none;
}

.variants .elem a:hover {
  text-decoration: underline;
}

.variants .elem .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  margin: 0 17px 0 0;
}

.variants .elem .in,
.variants .elem .r {
  padding: 15px 17px 12px 17px;
}

.variants .elem .in {
  position: relative;
  padding-bottom: 52px;
  height: 100%;
}

.variants .elem .r {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}

.variants .elem ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.variants .elem li {
  position: relative;
  margin: 8px 0 0 0;
  padding: 0 0 0 8px;
}

.variants .elem li:first-child {
  margin-top: 0 !important;
}

.variants .elem li:before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
}

.variants .elem li.big {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: -3px;
}

.variants .elem li.big:before {
  display: none;
}

.variants .elem li.big + .big {
  margin-top: 3px;
}

.variants.stations2 {
  margin-top: 19px;
}

.variants.stations2 .elem .in {
  padding-bottom: 23px;
}

.variants.stations2 .elem ul {
  margin: 0;
}

.variants.stations2 .elem li {
  padding: 0;
  margin-top: 11px;
}

.variants.stations2 .elem li:before {
  display: none;
}

.map-hold {
  margin: 10px 0 76px 0;
}

.card-form {
  font-size: 0;
  white-space: nowrap;
  margin: 50px 0 0 0;
}

.card-form .card {
  display: inline-block;
  vertical-align: top;
  width: 332px;
  height: 215px;
  border: 4px solid #eaedf0;
  background: #eaedf0;
  padding: 15px 18px;
  margin: 0 22px 0 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.card-form .card.back {
  background: #fff;
  padding: 18px 12px;
}

.card-form .label {
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #364c6a;
  margin: 0 0 10px 0;
}

.card-form .card img {
  float: right;
  height: 23px;
  width: auto;
  margin: -9px 0 0 0;
}

.card-form .card input {
  display: block;
  width: 100%;
  margin: 0 0 31px 0;
}

.card-form .card input.center {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.card-form .card .l {
  float: left;
  width: 195px;
}

.card-form .card .r {
  float: right;
  width: 70px;
}

.card-form .card .line1 {
  margin: 0 -12px 15px -12px;
  background: #eaedf0;
  height: 44px;
}

.card-form .card .line2 {
  height: 22px;
  position: relative;
  background: #eaedf0 url(../img/slash-bg.png);
}

.card-form .card .line2 input,
.card-form .card .line2 .label {
  position: absolute;
  width: 50px;
  right: 34px;
  top: -5px;
  margin: 0;
}

.card-form .card .line2 .label {
  margin-top: 40px;
  text-align: center;
}

.card-form .card .line2 input {
  box-shadow: 0 0 0 2px #eaedf0;
  -webkit-box-shadow: 0 0 0 2px #eaedf0;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}

.white-bg .tags > *,
.white-bg .timetable .row,
.white-bg .variants .elem .bg,
.white-bg .results .head .dates,
.white-bg .ticket .top {
  background: #f6f6f6;
}
/* коррекция некоторых цветов и параметров текста */
.header .logo img {
  height: 40px;
}
/* фон */
.header {
  background: url('/img/bg4_2560_1440.jpg') center top/100% no-repeat fixed
    transparent;
  color: black;
}

.header.header_inner {
  background: none;
}

.profit {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  padding: 10px;
  margin-top: 5px;
  border-radius: 5px;
  background: #f25e0d;
}

.insurance-all-ticket {
  display: none;
  padding: 0 2%;
  height: 60px;
}

.insurance-left {
  display: inline-block;
  flex-basis: 33%;
}

.insurance-right {
  flex-basis: 33%;
  text-align: right;
}

.insurance-all-logo {
  display: flex;
  justify-content: flex-end;
  flex-basis: 50%;
  margin-top: -26px;
}

.insurance-all-logo span {
  margin: 5px 10px 0 0;
  display: inline-block;
}

.insurance-add {
  display: flex;
  justify-content: space-between;
}

.insurance-text-enable {
  flex-basis: 85%;
}

.insurance-text-sum {
  text-align: right;
}

.insurance-text-item {
  display: flex;
  justify-content: flex-end;
}

.insurance-text-item .text-right {
  margin-left: 5px;
  display: inline-block;
  flex-basis: 170px;
}

.insurance-list {
  padding-bottom: 10px;
}

.insurance-list a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.insurance-item {
  white-space: nowrap;
  flex-basis: 33%;
}

.insurance-item {
  display: flex;
}


.insurance-item-error {
  text-align: right;
  flex-basis: 67%;
}

.insurance-item-label {
  white-space: nowrap;
  padding-right: 15px;
}

.insurance-label {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  flex-basis: 35%;
  text-align: left;
}

.insurance-premium {
  font-size: 36px;
  margin-top: -9px;
}

.insurance-tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  background: #ffffff;
  font-size: 13px;
  border: 1px solid #333;
  left: 50px;
  width: 250px;
  padding: 15px 25px 15px 15px;
}

.insurance-tooltip-show {
  cursor: pointer;
  position: relative;
}

.insurance-tooltip ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pay-result-cancel .c {
  position: relative;
}

.pay-result-cancel {
  top: 0px;
}

.position-reset {
  position: relative;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.pay-result .route2 {
  margin: 68px auto 50px auto;
}

@media all and (max-width: 1920px) and (max-height: 1080px) {
  .header {
    background-image: url('/img/bg4_1920_1080.jpg');
  }
}
@media all and (max-width: 1600px) and (max-height: 900px) {
  .header {
    background-image: url('/img/bg4_1600_900.jpg');
  }
}
@media all and (max-width: 1366px) and (max-height: 768px) {
  .header {
    background-image: url('/img/bg4_1366_768.jpg');
  }
}
@media all and (max-width: 1280px) and (max-height: 1024px) {
  .header {
    background-image: url('/img/bg4_1280_1024.jpg');
  }
}
@media all and (max-width: 1280px) and (max-height: 980px) {
  .header {
    background-image: url('/img/bg4_1280_980.jpg');
  }
}
@media all and (max-width: 1280px) and (max-height: 800px) {
  .header {
    background-image: url('/img/bg4_1280_800.jpg');
  }
}
@media all and (max-width: 1024px) {
  .header.height1 {
    height: 530px;
    background-size: 100%;
  }
  .sort {
    float: none;
  }
  .results .head .dates {
    clear: both;
    float: none;
    margin: 16px -16px -16px;
  }
  .schedule {
    padding-bottom: 120px;
    min-height: 184px;
  }
  .ticket .top .r {
    float: none;
    position: absolute;
    top: 100px;
    right: 2%;
  }
  .bus-scheme .fix2 {
    min-height: 1200px;
  }
  .select-place .bus {
    transform: rotate(90deg) translateX(40%);
  }
  .bus .place {
    transform: rotate(-90deg);
  }
  .bus .place.wheel div {
    transform: rotate(90deg);
  }
  .guarantee .l {
    float: none;
    width: 100%;
  }
  .guarantee .r {
    float: none;
    width: 100%;
  }
  .ticket-form {
    padding: 40px 0 50px;
  }
  .ticket-form .place {
    position: absolute;
    top: -4px;
    left: -55px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  .ticket-form .price {
    position: absolute;
    bottom: -35px;
    width: 100%;
  }
  .ticket-form .place ~ .w1,
  .ticket-form .place ~ .w2,
  .ticket-form .place-col ~ .w1,
  .ticket-form .place ~ .w3 {
    float: none;
    margin: 30px 0 0;
    width: 100% !important;
  }

  .ticket-form .delete {
    right: 0;
  }

  .ticket-form .w3,
  .ticket-form .w4,
  .ticket-form .w5,
  .ticket-form .w6,
  .ticket-form .w7,
  .ticket-form .w8 {
    float: none;
    margin: 0 0 35px;
    width: 100%;
  }

  .payments {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .pay .total {
    float: none;
    width: 100%;
  }

  .insurance-add {
    display: block;
  }

  .insurance-text-sum {
    text-align: left;
    margin-bottom: 40px;
  }

  .insurance-text-item {
    display: block;
  }

  .insurance-item {
    margin: 20px 0;
  }

  .insurance-item-error {
    margin-bottom: 40px;
    text-align: left;
  }

  .insurance-tooltip {
    left: -90px;
  }

  .birthday.bottom-media {
    margin-bottom: 45px !important;
  }
  .ticket-form .fix2 {
    float: right;
    width: 94%;
    z-index: 1;
  }
  .ticket-form .place-col,.ticket-form .place-col ~ .w4 {
    display: none;
  }
}
@media all and (max-width: 980px) and (max-height: 1200px) {
  .header {
    background-image: url('/img/bg4_980_1200.jpg');
  }
  .socials {
    width: 25%;
  }
}
@media all and (max-width: 768px) {
  .header.height1 {
    height: 672px;
  }
  .search {
    clear: both;
    float: none;
    left: 0;
    padding: 25px 0;
  }
  .wrapper_success .search {
    display: none !important;
  }
  .wrapper_refund .pay-result {
    bottom: 150px !important;
  }
  .wrapper_refund .pay-result-place {
    height: 350px;
  }
  .wrapper_success_refund .search {
    display: none !important;
  }
  .wrapper_success_refund .pay-result-place {
    height: 200px;
  }
  .wrapper_success_refund .pay-result {
    bottom: 220px !important;
  }
  .search .w1,
  .search .w2,
  .search .w3 {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .search .title1 {
    font-size: 30px;
  }
  .header.height1 .search,
  .header.height2 .search {
    top: 35%;
  }
  .header.height1 .search .w1,
  .header.height1 .search .w2,
  .header.height1 .search .w3 {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
  }
  .header.height1 .search input[type='text'],
  .header.height2 .search input[type='text'] {
    border-radius: 5px;
    box-shadow: 0 0 1px;
  }
  .popular figure.wide {
    width: 100%;
  }
  .cities .all {
    white-space: normal;
    line-height: 25px;
    padding: 10px 5px;
    width: 100%;
    text-align: center;
  }
  .socials {
    width: 35%;
  }
  .footer {
    height: 255px;
  }
  .footer .phone {
    margin: 0;
    font-size: 26px;
    text-align: right;
  }
  .footer .line1 {
    height: 181px;
  }
  .address {
    clear: left;
    text-align: right;
  }
  .sides-hold {
    width: 100%;
    padding: 0 24px;
  }
  .sides-hold:before {
    display: none;
  }
  .side-l {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 300px;
    padding: 23px;
  }
  .side-r {
    float: none;
    padding: 380px 0 20px;
  }
  .results .head .dates a {
    display: inline-block;
    margin: 10px 10px 0 0;
  }
  .results.no {
    min-height: 350px;
  }
  .ui-datepicker {
    max-width: 96%;
  }
  .insurance-all-logo {
    margin-top: 26px;
  }
  .ticket-form .fix2 {
    float: right;
    width: 90%;
    margin-bottom: 30px;
  }
  .ticket-form .w1 {
    width: 32%;
  }
  .ticket-form .gender {
    clear: both;
    margin: 30px 0 0 0;
  }
}
@media all and (max-width: 640px) and (max-height: 320px) {
  .header {
    background-image: url('/img/bg4_640_320.jpg');
  }
}

@media all and (max-width: 600px) {
  .header.height1 .search,
  .header.height2 .search {
    top: 42%;
  }
  .mainpage-info {
    margin-top: 290px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media all and (max-width: 480px) {
  .header .logo {
    width: 60%;
  }
  .search .title1 {
    padding: 0 20px;
    font-size: 26px;
    bottom: 97%;
  }

  .mainpage-info {
    margin-top: 310px;
  }

  .payments2 li {
    width: 50%;
    border: none;
  }
  .socials {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
    float: none;
  }
  .footer .phone {
    text-align: center;
    float: none;
  }
  .footer {
    height: 300px;
  }
  .footer .line1 {
    height: 210px;
    font-size: 12px;
  }
  .footer .line2 {
    height: 100px;
  }
  .footer .contact {
    float: none;
  }
  .bmenu {
    white-space: normal;
    width: 50%;
    text-align: center;
  }
  .ticket-form .fix2 {
    float: right;
    width: 85%;
  }
  .ticket-form .w1 {
    width: 100%;
    margin: 0 0 30px;
  }
  .ticket .top .half {
    width: 100%;
    margin-bottom: 15px;
  }
  .ticket .top .half {
    width: 100%;
    margin-bottom: 15px;
  }
  .ticket .top .clearfix {
    position: relative;
  }
  .ticket .top .r {
    top: auto;
    bottom: 0;
  }
  .blockUI.blockMsg.blockPage {
    width: 90% !important;
    left: 5% !important;
  }
  .profit {
    position: absolute;
    bottom: 39px;
  }
  .ticket-form .price-data-short {
    bottom: -90px;
  }
  .pay-result .print {
    min-width: 100%;
    width: 100%;
    font-size: 18px;
  }
  .pay-result .print:before {
    margin: 0 10px 0 0;
  }

  .pay-result .btn-ticket-refund:before {
    margin: 0;
  }
}
@media all and (max-width: 360px) and (max-height: 640px) {
  .header {
    background-image: url('/img/bg4_360_640.jpg');
  }
}
@media all and (max-width: 320px) and (max-height: 640px) {
  .header {
    background-image: url('/img/bg4_320_640.jpg');
  }
}
.Qheader {
  background-attachment: fixed;
  background-color: transparent;
  background-size: 15%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.header a {
  color: inherit;
}
.header .tmenu > li > *:first-child {
  color: inherit;
}
.footer .line1 {
  background: #ddd;
  color: black;
}
.footer .line2 {
  color: black;
}
.footer a {
  color: black;
}
.footer .line2 {
  background-color: #aaa;
}
.footer .phone-num {
  color: black !important;
  cursor: pointer;
  font-weight: bold;
}
.ui-datepicker table td .ui-state-highlight {
  background: #f1595b;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  background: #f1595b;
}
.ui-datepicker table td > a:hover {
  background-color: #aaa;
}
.filters {
  background-color: transparent;
}
.search .label {
  color: inherit;
}
.search .fl.w3 .btn {
  background-color: black;
}
.search .fl.w3 .btn:hover {
  background-color: rgb(20%, 20%, 20%);
}
.search input.city-start,
.search input.city-end,
.search input.ride-search-date {
  font-weight: bold;
}
.search input[type='text']:focus {
  box-shadow: 0 0 0 2px #f1595b;
}
.search .hint a {
  border-bottom: 1px solid black;
  box-sizing: border-box;
}
.search .hint a:hover {
  border-bottom: 1px dashed silver;
}
.baggage-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ticket-form input[type=number].baggage-quantity {
  display: inline-block;
  width: 9px;
  padding: 0;
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  height: initial;
  background: #eaedf0;
  border: none;
  font-weight: bold;
  text-align: right;
}

.ticket-form .baggage-quantity::-webkit-inner-spin-button,
.ticket-form .baggage-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none;
}