@import url(normalize.css);
img,
iframe {
  border: 0;
}
[type="submit"],
[type="text"],
[type="password"],
select,
textarea {
  font-family: inherit;
}

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
}
body {
  background: #fff;
  color: #000;
  min-width: 1000px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
#html a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
p {
  margin: 1.55em 0 0;
  line-height: 1.6;
}
#html p:first-child {
  margin: 0;
}
q {
  quotes: "\0022""\0022";
}
table {
  width: 100%;
  border-collapse: collapse;
}
td,
th {
  vertical-align: top;
}
.btn_page_center {
  text-align: center;
}
.ci__map-link .mk-block > span > a.mk-link-1:hover {
  height: auto;
  line-height: 15px;
  padding: 15px 0 8px;
}
.ci__map-link .mk-block > span > a.mk-link-1:hover span {
  line-height: 16px;
  display: inline-block !important;
}
.ci__map-link .mk-block > span > a.mk-link-1 span {
  display: none !important;
}

div.mobapp {
  position: fixed;
  z-index: 99;
  top: 20%;
  right: 2px;
  display: none;
}
div.mobapp a,
div.mobapp a {
  display: block;
}

@media (max-width: 700px) {
  div.mobapp {
    display: block;
    position: fixed;
    z-index: 99;
    top: auto;
    bottom: -3px;
    left: 10%;
  }
  div.mobapp a,
  div.mobapp a {
    display: inline-block !important;
    margin-bottom: 0;
  }
}
/*! (form)
=====================================================================================================*/
#html .abs {
  position: absolute;
}
#html .rel {
  position: relative;
}
#html .fix {
  position: fixed;
}
#html .stat {
  position: static;
}
#html .hid {
  overflow: hidden;
}
#html .cl {
  clear: both;
}
#html .bw:after,
#html .afix:after,
#html [class*="bw_"]:after {
  content: "";
  clear: both;
  display: block;
}
#html .bx,
#html [class*="bx_"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#html .no-bx-in > * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#html .bxc {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#html .hide {
  display: none;
}
#html .show {
  display: block;
}
#html .show-ao {
  display: block !important;
  opacity: 1 !important;
}
#html .show-a {
  display: block !important;
}
#html .hide-a {
  display: none !important;
}
#html .un {
  text-decoration: underline;
}
#html .ac {
  text-align: center;
}
#html .ar {
  text-align: right;
}
#html .al {
  text-align: left;
}
#html .fr {
  float: right;
}
#html .fl {
  float: left;
}
#html .ilc {
  font-style: italic;
}
#html .inorm {
  font-style: normal;
}
#html .bold {
  font-weight: 700;
}
#html .norm {
  font-weight: 400;
}
#html .w100 {
  width: 100%;
}
#html .wauto {
  width: auto;
}
#html .tbl {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
}
#html .tbl > * {
  display: table-row;
}
#html .tbl > * > * {
  display: table-cell;
}
#html .tbl > .capt {
  display: table-caption;
}
#html .nb {
  background: none;
}
#html .nbr {
  border: 0;
}
#html .stext {
  text-indent: -10000px;
  overflow: hidden;
  text-align: left;
}
#html .ih-lnk {
  color: inherit;
  text-decoration: inherit;
}
#html .ih-font {
  font-family: inherit;
}
#html .no-selt {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#html .edg {
  padding-left: 5000px;
  padding-right: 5000px;
  margin-left: -5000px;
  margin-right: -5000px;
}
#html .t {
  text-decoration: underline;
}
#html .pre {
  white-space: nowrap;
}
#html .t:hover {
  text-decoration: none;
}
#html .p1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
#html .z0 {
  z-index: 0;
}
#html .z5 {
  z-index: 5;
}
#html .z10 {
  z-index: 10;
}
#html .w50 {
  width: 50%;
}
#html .w33 {
  width: 33.33%;
}
#html .w25 {
  width: 25%;
}
#html .w20 {
  width: 20%;
}
#html .pointer {
  cursor: pointer;
}
#html .img-res {
  min-width: 100%;
  min-height: 100%;
  max-width: 0;
  max-height: 0;
}
#html .fs12 {
  font-size: 12px;
}
/*!w (wrap)
=====================================================================================================*/
.w {
  overflow: hidden;
  min-height: 600px;
  position: relative;
}
.w__center,
.wc {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.w__top {
  position: relative;
  z-index: 50;
  background: #ffc82e;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 22px 0 24px;
  color: #000;
}
.w__top._red-shad {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.w__top._red-shad:before {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  height: 38px;
  background: url(../img/top-shad.png) no-repeat 50% 0;
}
.w__top .wt-link {
  float: left;
  height: 43px;
  line-height: 43px;
  position: relative;
  z-index: 10;
}
.w__top .wt-all-site {
  font-weight: 600;
  font-size: 16px;
  padding-right: 20px;
  position: relative;
  z-index: 50;
  margin: 0 27px 0 -11px;
}
.w__top .wt-all-site + .wi__site-menu {
  position: absolute;
  top: -1048px;
  left: -13px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 20;
}
.w__top .wt-all-site:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -22px;
  background: #fff;
  bottom: -5px;
  right: -10px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.w__top .wt-all-site.-act:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.w__top .wt-all-site.-act + .wi__site-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  top: 48px;
}
.w__top .wt-all-site.-act > span {
  background: none;
}
.w__top .wt-all-site:before {
  display: inline-block;
  content: "";
  background: url(../img/s-top.png) no-repeat;
  width: 44px;
  height: 43px;
  margin-right: 14px;
  vertical-align: middle;
  z-index: 5;
  position: relative;
}
.w__top .wt-all-site > span {
  z-index: 10;
  position: relative;
  background: url(../img/line-black-dot.png) no-repeat 0 100%;
}
.w__top .wt-all-site:hover > span {
  background: none;
}
.w__top .wt-speak-en {
  font-weight: 600;
  font-size: 13px;
  padding-right: 20px;
  position: relative;
  margin-right: 27px;
}
.w__top .wt-speak-en:before {
  display: inline-block;
  content: "";
  background: url(../img/s-top.png) no-repeat -166px -2px;
  width: 12px;
  height: 43px;
  margin-right: 10px;
  vertical-align: middle;
}
.w__top .wt-speak-en > span {
  background: url(../img/line-black.png) repeat-x 0 91%;
}
.w__top .wt-speak-en:hover > span {
  background: none;
}
.w__top .wt-call-btn {
  float: right;
  margin-left: 16px;
}
.w__top .wt-tel {
  float: right;
  font-weight: 600;
  padding-right: 8px;
  position: relative;
  margin: -3px 23px 0 20px;
}
.w__top .wt-tel:before {
  display: inline-block;
  content: "";
  background: url(../img/s-top.png) no-repeat -86px 0;
  width: 44px;
  height: 43px;
  margin-right: 11px;
  margin-top: 2px;
  vertical-align: middle;
}
.w__top .wt-tel > span {
  line-height: 1.2;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  height: 43px;
  position: relative;
  top: 0;
  left: 4px;
}
.w__top .wt-tel > span > span {
  display: block;
  font-size: 27px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.w__top .wt-tel:hover > span {
  background: none;
}
.w__top .wt-logo {
  position: absolute;
  width: 192px;
  height: 57px;
  margin-left: -114px;
  left: 50%;
  top: -17px;
  background: url(../img/logo.png) no-repeat center;
}
.w__top .wt-select {
  position: absolute;
  width: 300px;
  height: 57px;
  margin-left: -164px;
  left: 50%;
  top: 23px;
}
.w__top .wt-select-current {
  float: none;
  display: block;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
.w__top .wt-select-current > span.act:before {
  display: block;
}
.w__top .wt-select-current > span {
  position: relative;
}
.w__top .wt-select-current > span > span {
  position: relative;
  z-index: 11;
  background: url(../img/line-black-dot.png) repeat-x 0 100%;
}
.w__top .wt-select-current > span:hover {
  background: none;
}
.w__top .wt-select-current > span:after {
  position: relative;
  z-index: 10;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 3px;
  background: url(../img/f-arw-down.png) no-repeat;
  margin-left: 9px;
  margin-top: 1px;
}
.w__top .wt-select-current > span:before {
  display: none;
  content: "";
  position: absolute;
  background: #fff;
  top: -5px;
  bottom: -10px;
  left: -15px;
  right: -15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 0;
}
.w__top .wt-select .c_drop-down {
  position: absolute;
  top: 39px;
}
.w__foot {
  padding: 12px 0 18px;
}
.w__foot .wf-info {
  float: left;
  width: 184px;
  border-right: 1px solid #ebebeb;
  margin-right: -1px;
  padding: 14px 23px 0 0;
}
.w__foot .wf-menu {
  border-left: 1px solid #ebebeb;
  margin-left: 183px;
  padding-left: 22px;
}
.w__foot .wf-m-head {
  font-size: 23px;
  letter-spacing: -0.2px;
  font-weight: 300;
  padding: 22px 0 15px 5px;
  border-bottom: 1px solid #e5e5e5;
}
.w__foot .wf-m-list {
  padding: 14px 8px;
}
.w__foot .wf-m-list a {
  display: block;
  margin: 5px 0;
  color: #676767;
  letter-spacing: -0.3px;
  position: relative;
  padding: 9px 0 9px 30px;
}
.w__foot .wf-m-list a:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 15px;
  height: 15px;
  background: url(../img/i-bull.png);
  vertical-align: middle;
}
.w__foot .wf-m-list a > span {
  text-decoration: underline;
}
.w__foot .wf-m-list a > span:hover {
  text-decoration: none;
}
.w__foot [class*="wf-ml-col-"] {
  float: left;
  width: 20%;
  padding-right: 10px;
}
.w__foot .wf-ml-col-1 {
  width: 21.2%;
}
.w__foot .wf-ml-col-2 {
  width: 28%;
}
.w__foot .wf-ml-col-3 {
  width: 17.5%;
}
.w__foot .wf-ml-col-4 {
  width: 19.6%;
}
.w__foot .wf-ml-col-5 {
  width: 16%;
  margin-right: -200px;
}
.w__foot .wf-logo {
  display: block;
  width: 183px;
  height: 57px;
  background: url(../img/logo-foot.png) no-repeat center;
  margin: 2px -8px;
}
.w__foot .wf-copy {
  font-size: 11px;
  margin: 4px 0;
  color: #a3a3a3;
}
.w__foot .c__soc-link {
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
  margin: 14px 0;
}
.w__foot .wf-creator {
  display: block;
  position: relative;
  padding: 6px 0 0 59px;
  letter-spacing: 0.3px;
  font-size: 11px;
  font-weight: 600;
  color: #585858;
}
.w__foot .wf-creator span {
  color: #5aa7c0;
  text-decoration: underline;
  font-weight: 400;
}
.w__foot .wf-creator:hover span {
  text-decoration: none;
}
.w__foot .wf-creator:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 37px;
  height: 38px;
  background: url(../img/blue-logo.png) no-repeat;
}
.b__col-two .bt-col {
  float: left;
  width: 50%;
}
.b__col-two:after {
  content: "";
  display: block;
  clear: both;
}
.b__mbox {
  margin-top: 50px;
}
.b__mbox ._bottom {
  margin-bottom: 50px;
}
.b__mbox:first-child {
  margin-top: 0;
}
.b_round-center {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 756px;
  margin: 0 auto;
  padding: 10px 20px;
}
.b_main-rates {
  margin-bottom: 92px;
}
.b_main-rates .c__price-col {
  margin-top: 45px;
  margin-bottom: 45px;
}
.wi__site-menu {
  background: #fff;
  width: 740px;
  padding: 20px 36px 30px;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
}
.wi__site-menu:after {
  content: "";
  clear: both;
  display: block;
}
.wi__site-menu [class*="wsm-col-"] {
  float: left;
  width: 33.3333%;
}
.wi__site-menu a {
  display: block;
  margin: 5px 0;
  color: #676767;
  letter-spacing: -0.3px;
  position: relative;
  padding: 9px 0 9px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  text-decoration: underline;
}
.wi__site-menu a:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 15px;
  height: 15px;
  background: url(../img/i-bull.png);
  vertical-align: middle;
}
/*!===!*/
#callMeDialog {
  display: none;
}
/*!c  (class)
=====================================================================================================*/
.c_text {
  margin: 1.55em 0;
}
.c__soc-link a.sl-fb {
  width: 23px;
  background-position: 0 0;
}
.c__soc-link a.sl-vk {
  width: 43px;
  background-position: -23px 0;
}
.c__soc-link a.sl-od {
  width: 42px;
  background-position: -66px 0;
}
.c__soc-link a.sl-tw {
  width: 42px;
  background-position: -108px 0;
}
.c__soc-link a.sl-fb:hover {
  background-position: 0 -18px;
}
.c__soc-link a.sl-vk:hover {
  background-position: -23px -18px;
}
.c__soc-link a.sl-od:hover {
  background-position: -66px -18px;
}
.c__soc-link a.sl-tw:hover {
  background-position: -108px -18px;
}
.c__soc-link > a {
  float: left;
  height: 18px;
  background: url(../img/s-soc-link.png) no-repeat;
}
.c__soc-link:after {
  content: "";
  clear: both;
  display: block;
}
.c__round-tabs .tb-nav {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.c__round-tabs .tb-nav a {
  display: inline-block;
  line-height: 46px;
  padding: 0 25px 10px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 5px;
}
.c__round-tabs .tb-nav a[class*="e__s-icon-"] {
  padding-left: 16px;
}
.c__round-tabs .tb-nav a[class*="e__s-icon-"]:before {
  margin-right: 10px;
}
.c__round-tabs .tb-nav a span {
  background: url(../img/line-black-dot.png) repeat-x 0 100%;
}
.c__round-tabs .tb-nav a:hover span,
.c__round-tabs .tb-nav a.-act span {
  background: none;
}
.c__round-tabs .tb-nav a.-act {
  background: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.c__round-tabs .tb-tabs {
  position: relative;
  z-index: 0;
  margin-top: -10px;
  padding: 10px 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.c__round-tabs .tb-tab {
  display: none;
}
.c__price-col {
  overflow: hidden;
}
.c__price-col .pl-col {
  float: left;
  width: 20%;
  position: relative;
  padding: 10px;
}
.c__price-col .pl-col > div {
  text-align: center;
  font-size: 31px;
  font-weight: 600;
}
.c__price-col .pl-col > div > sup {
  display: inline-block;
  font-size: 11px;
  text-align: left;
  line-height: 1.2;
  font-weight: 400;
  top: 2px;
  vertical-align: top;
  margin-left: 5px;
}
.c__price-col .pl-col > span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin: 6px 0 0 15px;
}
._2-col.c__price-col .pl-col > div {
  margin-left: 40px;
  margin-bottom: -14px;
}
._2-col.c__price-col .pl-col > h3 {
  text-align: center;
}
._2-col.c__price-col .pl-col > span {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.c__price-col .pl-col:first-child:after {
  display: none;
}
.c__price-col .pl-col:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 63px;
  background: #e5e5e5;
}
._1-col.c__price-col .pl-col {
  width: 100%;
}
._2-col.c__price-col .pl-col {
  width: 50%;
}
._3-col.c__price-col .pl-col {
  width: 33.33%;
}
._5-col.c__price-col .pl-col {
  width: 20%;
}
div.pl-col div.air {
  font-size: 17px;
  line-height: 44px;
}

#rates-main .c__price-col {
  text-align: center;
}
#rates-main .c__price-col .pl-col {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
}

.ci__rates.-center .c__price-col {
  text-align: center;
}
.ci__rates.-center .c__price-col .pl-col {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
  max-width: 13rem;
}

.c__form-order-taxi-small {
  display: inline-block;
  background: url(../img/ot-ico.png) no-repeat 22px 50% #fff;
  border: 1px solid #fcd200;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 44px;
  position: relative;
}
.c__form-order-taxi-small [type="text"] {
  width: 193px;
  display: inline-block;
  outline: none;
  border: 0;
  height: 45px;
  line-height: 45px;
  font-size: 11.67px;
  color: #9c9c9c;
}
.c__form-order-taxi-small .form-group {
  display: inline-block;
}
.c__check-car {
  position: relative;
  display: block;
  padding-left: 36px;
  cursor: pointer;
  margin: 5px 0 0;
}
.c__check-car [type="checkbox"],
.c__check-car [type="radio"] {
  display: none;
}
.c__check-car [type="checkbox"]:checked + i,
.c__check-car [type="radio"]:checked + i {
  border: 3px solid #fff;
  background: #ffd200;
}
.c__check-car > i {
  position: absolute;
  top: 13px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.c__check-car .ch-pict {
  float: left;
  width: 103px;
}
.c__check-car .ch-price {
  float: left;
  width: 70px;
  font-size: 13px;
  font-weight: 300;
  margin-top: -2px;
}
.c__check-car .ch-price b {
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}
.c__check-car:after {
  content: "";
  display: block;
  clear: both;
}
.c__check-car._gray [type="checkbox"]:checked + i,
.c__check-car._gray [type="radio"]:checked + i {
  border-color: #d6d6d6;
}
.c__check-car._gray > i {
  background: #d6d6d6;
}
.ui-autocomplete.ui-menu {
  list-style: none;
  font-size: 12px;
  margin: 0;
  border-radius: 5px;
  border: 0;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
  width: 308px;
  top: 47px !important;
  left: 0 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.ui-autocomplete.ui-menu li {
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid #e2dcd2 !important;
  cursor: pointer;
  position: relative;
  min-height: 18px;
  line-height: 1;
  padding: 11px 10px 11px 31px;
  background: url(../img/i-location.png) no-repeat 10px 9px;
}
.ui-autocomplete.ui-menu li:first-child {
  border: 0 !important;
}
.ui-autocomplete.ui-menu li:hover,
.ui-autocomplete.ui-menu li.ui-state-focus {
  padding: 11px 10px 11px 31px;
  border-top: 1px solid #e2dcd2;
  background-color: #ffd200;
}
.c__list-locat {
  list-style: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  user-select: none;
}
.c__list-locat li {
  border-top: 1px solid #e2dcd2;
  cursor: pointer;
  position: relative;
  min-height: 18px;
  line-height: 1;
  padding: 11px 10px 11px 31px;
  background: url(../img/i-location.png) no-repeat 0 9px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c__list-locat li:first-child {
  border: 0;
}
.c__list-locat .ll-sel {
  background: #ffd200;
}
.c__list-locat._airport li,
.c__list-locat ._li-airport,
.c__list-locat._air li,
.c__list-locat ._li-air {
  background: url(../img/i-location-air.png) no-repeat 0 9px;
}

.c__list-locat._railstation li,
.c__list-locat ._li-railstation,
.c__list-locat._railway li,
.c__list-locat ._li-railway {
  background: url(../img/i-location-railway.png) no-repeat 0 9px;
}
.c__list-locat._metro li,
.c__list-locat ._li-metro {
  background: url(../img/i-location-metro.png) no-repeat 0 9px;
}
.c__drop-down {
  background: #fff;
  padding: 10px;
  min-width: 300px;
  max-width: 400px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.26);
}
.c__drop-down .dd-scroll {
  padding: 10px;
  max-height: 300px;
  overflow: auto;
}
.c__form .fm-mob-control [type="text"] {
  padding-right: 130px;
}
.c__form .fm-mob-control._pr100 [type="text"] {
  padding-right: 100px;
}
.c__form .fm-mob-control button {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 5px;
}
/*.c__form [type="text"],
.c__form [type="password"],
.c__form [type="email"],
.c__form [type="text"],
.c__form [type="search"],
.c__form [type="number"],
.c__form select,
.c__form textarea {
  /* background: #f8f8f8;
  border: 1px solid #c6c4bd;
  height: 41px;
  font-size: 12px;
  line-height: 41px;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  z-index: 0;
  outline: none !important;
    &::-webkit-input-placeholder { // Тут тебе не sass)))
      color: #000;
    }
    &::-moz-placeholder {
      color: #000;
    }
}*/
.c__form [type="text"]:focus,
.c__form [type="password"]:focus,
.c__form [type="email"]:focus,
.c__form [type="text"]:focus,
.c__form [type="search"]:focus,
.c__form [type="number"]:focus,
.c__form select:focus,
.c__form textarea:focus {
  border-color: #ffd200;
  border-width: 2px;
  padding-left: 19px;
  padding-right: 19px;
  outline: 3px solid #ffd200;
}
.c__form [type="text"]:first-child,
.c__form [type="password"]:first-child,
.c__form [type="email"]:first-child,
.c__form [type="text"]:first-child,
.c__form [type="search"]:first-child,
.c__form [type="number"]:first-child,
.c__form select:first-child,
.c__form textarea:first-child {
  margin-top: 0;
}
.c__form textarea {
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.4;
  height: 107px;
  min-height: 107px;
}
.c__form textarea:focus {
  padding-top: 13px;
  padding-bottom: 13px;
}
#html .c__form .has-error [type="text"],
#html .c__form .has-error [type="password"],
#html .c__form .has-error [type="email"],
#html .c__form .has-error [type="text"],
#html .c__form .has-error [type="search"],
#html .c__form .has-error [type="number"],
#html .c__form .has-error select,
#html .c__form .has-error textarea {
  border-width: 2px;
  border-color: #ff0000;
  outline-color: #ff0000;
}
#html .c__form .has-error .help-block {
  color: #d30000;
  margin-top: 3px;
}
#html .c__form .-error {
  border-width: 2px;
  border-color: #ff0000;
  outline-color: #ff0000;
}
.c__form .help-block {
  font-size: 12px;
}
/*.c__form label,
.c__form .fm-label {
}*/
.c__form .fm-control-date-birth:after {
  content: "";
  display: block;
  clear: both;
}
.c__form .fm-control-date-birth select {
  float: left;
  width: 21%;
  margin-top: 0;
  margin-right: 4%;
  padding-left: 12px;
  padding-right: 0;
}
.c__form .fm-control-date-birth select#profileform-birth_month {
  width: 35%;
}
.c__form .fm-control-date-birth select._year {
  width: 35%;
  margin-right: 0;
}
.c__form .fm-control-wrap,
.c__form .fm-control-date-birth {
  position: relative;
  margin-bottom: 24px;
}
.c__form .fm-control-wrap .e_tel-plus {
  position: absolute;
  left: 11px;
  top: 42px;
}
.c__form .field-contactform-verifycode {
  margin-bottom: 2px;
}
.c__form [class*="fm-c-icon-"] [type="text"],
.c__form [class*="fm-c-icon-"] [type="password"],
.c__form [class*="fm-c-icon-"] [type="email"],
.c__form [class*="fm-c-icon-"] [type="text"],
.c__form [class*="fm-c-icon-"] [type="search"],
.c__form [class*="fm-c-icon-"] [type="number"],
.c__form [class*="fm-c-icon-"] select,
.c__form [class*="fm-c-icon-"] textarea {
  padding-left: 50px;
}
.c__form [class*="fm-c-icon"]:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 10;
  top: 11px;
  left: 18px;
}
.c__form .fm-c-icon-mob:after {
  background: url(../img/i-fm.png) no-repeat 0 2px;
}
.c__form .fm-c-icon-pass:after {
  background: url(../img/i-fm.png) no-repeat -22px -22px;
}
.c__form .fm-c-icon-person:after {
  background: url(../img/i-fm.png) no-repeat -95px -90px;
}
.c__form .fm-c-icon-mail:after {
  background: url(../img/i-fm.png) no-repeat -66px -64px;
}
.c__form .fm-control-wrap [type="text"],
.c__form .fm-control-wrap [type="password"],
.c__form .fm-control-wrap [type="email"],
.c__form .fm-control-wrap [type="text"],
.c__form .fm-control-wrap [type="search"],
.c__form .fm-control-wrap [type="number"],
.c__form .fm-control-wrap select,
.c__form .fm-control-wrap textarea {
  margin-bottom: 0;
}
.c__form .fm-reliability-pass {
  font-size: 10px;
  color: #7a7974;
  margin-top: 11px;
}
.c__form .fm-rp-indicator {
  display: inline-block;
  margin-left: 10px;
  overflow: hidden;
}
.c__form .fm-rp-indicator > span {
  float: left;
  margin-left: 10px;
  width: 34px;
  height: 6px;
  background: #d0cec6;
}
.c__form .fm-rp-indicator > span._red {
  background: #d30000;
}
.c__form .fm-rp-indicator > span._green {
  background: #30a21d;
}
.c__form._small-margin label,
.c__form._small-margin .fm-label {
  margin-bottom: 5px;
}
.c__form._small-margin .fm-control-wrap {
  margin-bottom: 12px;
}
/*.c__form._small-margin [type="text"],
.c__form._small-margin [type="password"],
.c__form._small-margin [type="email"],
.c__form._small-margin [type="text"],
.c__form._small-margin [type="search"],
.c__form._small-margin [type="number"],
.c__form._small-margin select,
.c__form._small-margin textarea {
   margin-bottom: 0;
}
 */
.ci__of-right-btns .c__form textarea {
  height: 157px;
}

.c__form-code-alert {
  font-size: 12px;
}
.c__form-code-alert .fm-control-wrap {
  margin-top: 20px;
  margin-bottom: 0;
}
.sd-top {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
.sd-title {
  float: left;
  font-size: 13px;
  color: #000;
}
.sd-price {
  float: right;
  font-size: 11px;
  font-style: italic;
  color: #737373;
}
.sd-text {
  padding: 10px 0 0;
  font-size: 11px;
  font-style: italic;
  color: #737373;
}
.p__alert .c__service-desc {
  margin: -10px;
}
.p__alert {
  position: absolute;
  left: 0;
  z-index: 1000;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #ffd200;
  -webkit-transform: scale(1) rotate(0deg) translateZ(0);
  -moz-transform: scale(1) rotate(0deg) translateZ(0);
  -o-transform: scale(1) rotate(0deg) translateZ(0);
  -ms-transform: scale(1) rotate(0deg) translateZ(0);
  transform: scale(1) rotate(0deg) translateZ(0);
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.11);
  -webkit-transition: transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}
.p__alert.-hide {
  top: -1000px !important;
  bottom: auto !important;
  -webkit-transform: scale(0) rotate(60deg) translateZ(0);
  -moz-transform: scale(0) rotate(60deg) translateZ(0);
  -o-transform: scale(0) rotate(60deg) translateZ(0);
  -ms-transform: scale(0) rotate(60deg) translateZ(0);
  transform: scale(0) rotate(60deg) translateZ(0);
}
.p__alert._no-bord {
  border: 0;
}
.p__alert._rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.p__alert._rounded:after {
  border: 0;
}
.p__alert._bottom:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 100%;
  margin-top: -8px;
}
.p__alert._left:after {
  right: auto;
  left: 34px;
}
.p__alert._center:after {
  right: auto;
  left: 50%;
  margin-left: -8px;
}
.p__alert._p15 {
  padding: 15px;
}
.p__alert:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 36px;
  width: 17px;
  height: 17px;
  background: #fff;
  border-top: 1px solid #ffd200;
  border-right: 1px solid #ffd200;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p__modal-order {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p__modal-order.-hide {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.3s, height 0.1s linear 0.3s;
  -moz-transition: opacity 0.3s, height 0.1s linear 0.3s;
  -o-transition: opacity 0.3s, height 0.1s linear 0.3s;
  transition: opacity 0.3s, height 0.1s linear 0.3s;
  overflow: hidden;
}
.m-fade {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.m-content-box {
  position: absolute;
  z-index: 10;
  top: 100px;
  left: 50%;
  width: 786px;
  margin-left: -393px;
}
.-hide .m-fade {
  position: absolute;
}
.ci__time-clock {
  height: 50px;
  line-height: 28px;
  font-size: 10px;
  color: #939291;
  overflow: hidden;
  position: relative;
}
.ci__time-clock:before {
  /* float: left; */
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  background: url(../img/sprite.png) no-repeat -300px -300px;
}
.ci__time-clock._h:before {
  position: relative;
  top: 7px;
}
.tik-time {
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin-left: 13px;
  color: #000;
}
.tik-zone {
  float: left;
  margin-left: 10px;
}
._h .tik-zone {
  position: absolute;
  top: 17px;
  left: 32px;
}
.ci__order {
  min-height: 955px;
  position: relative;
  z-index: 40;
  background: url(../img/bg-car.jpg) no-repeat 50% #000000;
  background-size: cover;
}
.ci__order .c__list-locat {
  width: 192px;
  overflow: hidden;
}
.ci__order .c__list-locat._air {
  width: 212px;
}

.ci__order .w__center {
  height: 0;
}
.ci__order .mp-map {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: -5000px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.ci__order .mp-map-control {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  right: 0;
  top: 342px;
  height: 0;
}
.ci__order .mp-map-control > * {
  position: relative;
  z-index: 10;
}
.ci__order .mp-map-control:after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 545px;
  background: url(../img/mp-grad.png) repeat-x 0 100%;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  display: none;
}
.ci__order .mp-title {
  position: absolute;
  top: 84px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  color: #fff;
  font-size: 53px;
  text-align: center;
  font-weight: 300;
  letter-spacing: -0.8px;
  display: block;
}
.ci__order .mp-reg-row {
  color: #ffc82e;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 22px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}
.ci__order .mp-reg-row a {
  margin-left: 18px;
  text-decoration: underline;
}
.ci__order .mp-reg-row a:hover {
  text-decoration: none;
}
.ci__order .mp-rr-login:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_reg.png) no-repeat;
  vertical-align: middle;
  margin-right: 9px;
}
.ci__order .mp-rr-reg:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_login.png) no-repeat;
  vertical-align: middle;
  margin-right: 7px;
}
.ci__order .mp-form-step-1 {
  display: block;
  min-width: 1200px;
}
.ci__order .mp-form-step-2 {
  display: none;
}
.ci__order.-order-step-2 .mp-form-step-2 {
  display: block;
}
.ci__order.-order-step-2 .mp-form-step-1 {
  display: none;
}
.ci__order.-order-step-2 .ci__map-link {
  display: none;
}
.ci__order.-order-step-2 .mp-map-control:after {
  display: none;
}
.ci__order.-order-step-2 .mp-map {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 1;
  top: 0;
}
.ci__order.-order-step-2 .mp-title {
  display: none;
}
.ci__order.-order-step-2 .mp-reg-row {
  background: rgba(0, 0, 0, 0.7);
}
.ci__of-right-btns {
  float: right;
  width: 250px;
  margin-right: 15px;
  position: relative;
  height: 200px;
}
.ci__of-right-btns .of-rb-btn-tel .e_tel-plus {
  position: absolute;
  top: 1px;
  left: 42px;
}
.ci__of-right-btns .of-rb-title {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 11px;
}
.ci__of-right-btns [class*="of-rb-btn-"] input {
  line-height: inherit;
  font-size: inherit;
  border: 0;
  width: 100%;
  display: block;
  outline: none;
  height: 39px;
}
.ci__of-right-btns [class*="of-rb-btn-"] input::-webkit-input-placeholder {
  color: #333;
}
.ci__of-right-btns [class*="of-rb-btn-"] input:-moz-placeholder {
  color: #333;
}
.ci__of-right-btns [class*="of-rb-btn-"] {
  display: block;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 7px;
  padding: 0 20px 0 51px;
  height: 42px;
  line-height: 37px;
  font-size: 12px;
  border: 2px solid #fff;
  position: relative;
  top: 6px;
}
.ci__of-right-btns [class*="of-rb-btn-"]:hover {
  border: 2px solid #ffd200;
}
.ci__of-right-btns [class*="of-rb-btn-"]:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 15px;
  background-repeat: no-repeat;
}
.ci__of-right-btns .of-rb-btn-pay {
  cursor: pointer;
}
.ci__of-right-btns .of-rb-btn-tel:after {
  background: url(../img/of-ico.png) -100px 0;
}
.ci__of-right-btns .of-rb-btn-code:after {
  background: url(../img/i-fm.png) no-repeat 0 2px;
}
.ci__of-right-btns .of-rb-btn-pay:after {
  background: url(../img/of-ico.png) -150px -48px;
}
.ci__of-right-btns .of-rb-btn-pcod:after {
  background: url(../img/of-ico.png) -197px -98px;
}
.ci__of-right-btns .of-rb-btn-comm:after {
  background: url(../img/of-ico.png) -247px -145px;
}
.ci__of-right-btns .of-rb-comm-box {
  display: block;
  margin: 23px 0 1px 3px;
  font-size: 12px;
}
.ci__of-right-btns .of-rb-comm-field {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 3px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.ci__of-right-btns.-show-comment .of-rb-comm-field {
  height: 178px;
}
.ci__of-right-btns .of-rb-btn-tel:hover:after {
  background-position: -150px 0;
}
.ci__of-right-btns .of-rb-btn-pay:hover:after {
  background-position: -200px -48px;
}
.ci__of-right-btns .of-rb-btn-pcod:hover:after {
  background-position: -247px -98px;
}
.ci__of-right-btns .of-rb-btn-comm:hover:after {
  background-position: -297px -145px;
}
.ci__of-right-btns .of-right-btns .e__order-taxi-green {
  width: 100%;
}
.ci__of-right-btns .of-rb-total {
  overflow: hidden;
  margin: 10px 4px 10px 0;
  position: relative;
  top: 3px;
  z-index: 5;
}
.ci__of-right-btns .of-rb-total > span {
  display: none;
  float: left;
  width: 40%;
  font-size: 11.67px;
  color: #7f7f7e;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding-left: 7px;
}
.ci__of-right-btns .of-rb-total > div {
  float: right;
  width: 100%;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  text-align: right;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-align: left;
  float: left;
  padding-left: 5px;
}
.ci__of-right-btns .of-rb-total > div > span {
  font-size: 22px;
  font-weight: 400;
}
.ci__of-right-btns .of-rb-total > div:before {
  content: "";
  width: 28px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
  background: url(../img/i-total.png) no-repeat;
  vertical-align: top;
  position: relative;
  bottom: -2px;
}
.ci__of-right-btns .of-rb-order {
  position: relative;
  z-index: 5;
}
/*
@media (max-width: 1260px) {
  .ci__of-right-btns {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  .ci__of-right-btns .of-col-adapt {
    float: left;
    width: 33.33%;
    padding-right: 30px;
  }
  .ci__of-right-btns .of-col-adapt:last-child {
    padding-right: 0;
  }
  .ci__of-right-btns .of-col-adapt [class*=of-rb-btn-] {
    margin-bottom: 12px;
  }
}
*/
i.order-form-complete-loader {
  display: none;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 18px;
  height: 18px;
  background: url(../img/orange-load-18.gif) no-repeat;
  border-radius: 50%;
}
.ui-autocomplete-loading + i.order-form-complete-loader {
  display: block;
}
.ci__order-form .of-not-active {
  float: left;
  width: 882px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.26);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 30px;
  height: 332px;
}
.ci__order-form .of-na-3col {
  position: relative;
}
.ci__order-form .of-na-3col:after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 599px;
  width: 1px;
  background: #d1d1d2;
}
.ci__order-form .of-na-3col:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 334px;
  width: 1px;
  background: #d1d1d2;
}
.ci__order-form .of-na-route {
  float: left;
  width: 334px;
  padding-right: 23px;
}
.ci__order-form .of-na-r-title {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 4px;
}
.ci__order-form .of-na-r-field-from {
  margin: 22px 0 10px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #bebdbc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f8f8f8;
  position: relative;
}
.ci__order-form .of-na-r-field-from .del {
  display: none;
}
.ci__order-form .of-na-r-field-from:hover .del {
  display: block;
}
.ci__order-form .of-na-r-field-from > span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #d5d5d5;
  margin: 0 16px 0 9px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -3px;
}
.ci__order-form .of-na-r-field-from [type="text"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000;
  width: 210px;
  height: 28px;
  line-height: 28px;
  position: relative;
  top: -2px;
  border: 0;
  background: none;
  outline: none;
}
.ci__order-form .of-na-r-control-check {
  margin-left: 17px;
}
.ci__order-form .of-na-r-field-add {
  position: relative;
  padding-left: 9px;
  margin-bottom: 13px;
  font-size: 12px;
  margin-top: 15px;
}
.ci__order-form .of-na-r-field-add:after {
  content: "";
  height: 26px;
  background: #c4c4c4;
  top: -24px;
  left: 23px;
  width: 1px;
  position: absolute;
  z-index: 0;
}
.ci__order-form .of-na-r-field-add [class*="e__add"] {
  position: relative;
  z-index: 1;
  padding-left: 44px;
  vertical-align: middle;
  font-size: 12px;
}
.ci__order-form .del {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
}
.ci__order-form .del:after {
  content: "x";
  font-weight: 700;
  font-style: normal;
  color: #ccc;
}
.ci__order-form .of-na-car-type {
  float: left;
  width: 266px;
  padding: 0 20px 0 30px;
}
.ci__order-form .of-na-ct-title {
  font-size: 14.5px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 23px;
}
.ci__order-form .of-na-time {
  float: left;
  width: 215px;
  padding-left: 20px;
  height: 212px;
}
.ci__order-form .of-na-t-title {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 4px;
}
.ci__order-form .of-na-t-now {
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 0 9px;
}
.ci__order-form .of-na-t-add-time {
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 0 14px 0;
}
.ci__order-form .of-na-t-add-time .e__c-check {
  margin-right: 13px;
}
.ci__order-form .of-na-t-dtime {
  padding-top: 14px;
}
.ci__order-form .of-na-t-dtime:after {
  content: "";
  display: block;
  clear: both;
}
.ci__order-form .of-na-dt-date {
  width: 102px;
}
.ci__order-form .of-na-dt-date select {
  float: left;
  width: 46px;
  margin-right: 5px;
  border: 1px solid #bebebe;
  font-weight: 600;
  outline: none;
}
.ci__order-form .of-na-dt-date:after {
  content: "";
  display: block;
  clear: both;
}
.ci__order-form .of-na-dt-time {
  width: 100px;
  margin-top: 15px;
}
.ci__order-form .of-na-dt-time input {
  border: 1px solid #bebebe;
  float: left;
  width: 40px;
  margin-right: 5px;
  font-weight: 600;
  outline: none;
  padding-left: 5px;
}
.ci__order-form .of-na-dt-time:after {
  content: "";
  display: block;
  clear: both;
}
.ci__order-form .of-na-dt-d-title,
.ci__order-form .of-na-dt-t-title {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 4px;
}
.ci__order-form .of-na-t-time {
  border: 1px solid #b9b9b9;
  background: #fff;
  border-radius: 5px;
  padding: 17px 27px;
  margin-top: -5px;
}
.ci__order-form .of-na-t-time hr {
  display: block;
  border: 0;
  background: #dfdfdf;
  height: 1px;
  margin: -7px -10px 0;
}
.ci__order-form .of-na-t-time .e__c-check {
  display: block;
  margin-top: 13px;
}
.ci__order-form .of-na-t-date {
  display: none;
}
.ci__order-form .of-na-time.-show-date .of-na-t-time {
  display: none;
}
.ci__order-form .of-na-time.-show-date .of-na-t-date {
  display: block;
}
.ci__order-form .of-na-t-toggle {
  float: right;
  font-size: 12px;
  position: relative;
  top: 2px;
}
.ci__order-form .of-na-alt-param {
  margin-top: 10px;
  position: relative;
}
.ci__order-form .of-na-alt-param .p__alert {
  position: absolute;
  width: 252px;
  top: 93px;
}
.ci__order-form .of-na-ap-title {
  position: relative;
  overflow: hidden;
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 17px;
  margin-left: 6px;
}
.ci__order-form .of-na-ap-title > span {
  position: relative;
}
.ci__order-form .of-na-ap-title > span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 10px;
  width: 2000px;
  height: 1px;
  background: #cecece;
}
.ci__order-form [class*="of-na-ap-ico-"] {
  cursor: pointer;
  float: left;
  margin: 0 12px 0 8px;
}
.ci__order-form [class*="of-na-ap-ico-"] > span {
  display: block;
  padding-left: 28px;
  font-size: 12px;
  position: relative;
  float: left;
}
.ci__order-form [class*="of-na-ap-ico-"] > span > span {
  display: block;
  margin-bottom: 2px;
  background: url(../img/line-black-dot.png) repeat-x 0 100%;
}
.ci__order-form [class*="of-na-ap-ico-"]:hover > span > span {
  background: none;
}
.ci__order-form [class*="of-na-ap-ico-"] > span i {
  color: #6f6f6f;
}
.ci__order-form [class*="of-na-ap-ico-"] > span:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
}
.ci__order-form
  [class*="of-na-ap-ico-"]
  [type="checkbox"]:checked
  + span
  > span {
  color: #037bdd;
  background: none;
}
.ci__order-form .of-na-ap-ico-68 > span:after {
  background: url(../img/of-ico.png) no-repeat 0 0;
}
.ci__order-form .of-na-ap-ico-69 > span:after {
  background: url(../img/of-ico.png) no-repeat -50px -50px;
}
.ci__order-form .of-na-ap-ico-70 > span:after {
  background: url(../img/of-ico.png) no-repeat -100px -100px;
}
.ci__order-form .of-na-ap-ico-71 > span:after {
  background: url(../img/of-ico.png) no-repeat -150px -150px;
}
.ci__order-form .of-na-ap-ico-72 > span:after {
  background: url(../img/of-ico.png) no-repeat -200px -200px;
}
.ci__order-form .of-na-ap-ico-68 [type="checkbox"]:checked + span:after {
  background-position: -50px 0;
}
.ci__order-form .of-na-ap-ico-69 [type="checkbox"]:checked + span:after {
  background-position: -100px -50px;
}
.ci__order-form .of-na-ap-ico-70 [type="checkbox"]:checked + span:after {
  background-position: -150px -100px;
}
.ci__order-form .of-na-ap-ico-71 [type="checkbox"]:checked + span:after {
  background-position: -200px -150px;
}
.ci__order-form .of-na-ap-ico-72 [type="checkbox"]:checked + span:after {
  background-position: -250px -200px;
}
.ci__order-form:after {
  content: "";
  display: block;
  clear: both;
}
.ci__order-form ._of-na-r-field-from-2 {
  margin-top: 10px;
}
.of-address_list-container {
  position: relative;
  z-index: 10;
}
.of-address {
  position: relative;
}
.of-address_loader {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
  display: none;
}
.of-address.-load .of-address_loader {
  display: block;
}
.orange-load-18 {
  width: 18px;
  height: 18px;
  background: url(../img/orange-load-18.gif) no-repeat;
}
.ci__order-form._short-in-popup .of-not-active {
  width: 465px;
  float: none;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.ci__order-form._short-in-popup .of-na-3col:after {
  display: none;
}
.ci__order-form._short-in-popup .of-na-3col:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 238px;
  width: 1px;
  background: #d1d1d2;
}
.ci__order-form._short-in-popup .of-na-car-type {
  width: 248px;
  padding: 0 20px 0 0;
}
.ci__order-form-s2 {
  height: 0;
  position: relative;
}
.ci__order-form-s2 .ofs-yes-active {
  float: left;
  width: 1092px;
  background: rgba(255, 255, 255, 0.88);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.26);
  box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.26);
  padding: 20px 10px 20px 30px;
  height: 332px;
  position: relative;
}
.ci__order-form-s2 .ofs-yes-active._short {
  width: 364px;
}
.ci__order-form-s2 .ofs-yes-active._short .ofs-ya-select-air,
.ci__order-form-s2 .ofs-yes-active._short .ofs-ya-select-favor,
.ci__order-form-s2 .ofs-yes-active._short .ofs-ya-select-last,
.ci__order-form-s2 .ofs-yes-active._short .ofs-ya-3col:before,
.ci__order-form-s2 .ofs-yes-active._short .ofs-ya-3col:after {
  display: none;
}
.ci__order-form-s2 .ofs-yes-active._short .ofs-ya-3col {
  width: auto;
}
.ci__order-form-s2 .ofs-ya-toggle {
  width: 40px;
  height: 40px;
  margin-top: 40px;
  background: url(../img/toggle.png);
  cursor: pointer;
  float: left;
}
.ci__order-form-s2 .ofs-ya-3col {
  position: relative;
  width: 1052px;
}
.ci__order-form-s2 .ofs-ya-3col:after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 600px;
  width: 1px;
  background: #d1d1d2;
}
.ci__order-form-s2 .ofs-ya-3col:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 334px;
  width: 1px;
  background: #d1d1d2;
}
.ci__order-form-s2 .ofs-ya-route {
  float: left;
  width: 334px;
  padding-right: 23px;
  padding-bottom: 15px;
}
.ci__order-form-s2 .ofs-ya-select-air {
  float: left;
  width: 266px;
  padding: 0 20px;
}
.ci__order-form-s2 .ofs-ya-select-favor {
  float: left;
  width: 222px;
  padding-left: 20px;
}
.ci__order-form-s2 .ofs-ya-select-last {
  float: left;
  width: 222px;
  padding-left: 20px;
}
.ci__order-form-s2 .ofs-ya-r-box-list {
  max-height: 112px;
  overflow: hidden;
  overflow-y: auto;
}
.ci__order-form-s2 .ofs-ya-r-title {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 4px;
}
.ci__order-form-s2 .ofs-ya-r-title2 {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 16px;
}
.ci__order-form-s2 .ofs-ya-r-field-from {
  margin: 22px 0 0;
  height: 42px;
  line-height: 42px;
  border: 1px solid #bebdbc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f8f8f8;
  position: relative;
}
.ci__order-form-s2 .ofs-ya-r-field-from > span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #d5d5d5;
  margin: 0 16px 0 9px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -3px;
}
.ci__order-form-s2 .ofs-ya-r-field-from [type="text"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000;
  width: 210px;
  height: 28px;
  line-height: 28px;
  position: relative;
  top: -2px;
  border: 0;
  background: none;
  outline: none;
}
.ci__order-form-s2 .ofs-ya-r-control-check {
  margin-left: 17px;
  margin-top: 25px;
}
.ci__order-form-s2 .ofs-ya-r-btn {
  margin-top: 25px;
}
/*.ci__order-form-s2 .last-version {
  
    .ofs-ya-select-air {
      float: left;
      width: 265px;
      padding-right: 23px;
      padding-bottom: 15px;
      padding-left: 20px;
    }
    .ofs-ya-a-title {
      font-size: 14.5px;
      font-weight: 600;
      margin-top: 4px;
      margin-bottom: -26px;
    }

    .ofs-ya-select-favor {
      float: left;
      width: 223px;
      padding-bottom: 15px;
      padding-left: 20px;
    }
    .ofs-ya-f-title {
      font-size: 14.5px;
      font-weight: 600;
      margin-top: 4px;
      margin-bottom: -26px;
    }
  
}*/
.ci__order-form-s2 .ofs-ya-select-block {
  float: left;
  width: 70%;
}
.ci__order-form-s2 .ofs-ya-select-block:after {
  content: "";
  display: block;
  clear: both;
}
.ci__order-form-s2 .ofs-ya-b-title {
  font-size: 14.5px;
  font-weight: 600;
  margin: 4px 0 18px 25px;
}
.ci__order-form-s2 .ofs-ya-b-cols:after {
  content: "";
  display: block;
  clear: both;
}
.ci__order-form-s2 .ofs-ya-b-col {
  width: 33%;
  float: left;
  padding-left: 23px;
  padding-right: 17px;
  border-left: 1px solid #e2e2e2;
}
.ci__order-form-s2 .ofs-ya-b-col:first-child {
  border-left: 0;
}
.ci__order-form-s2 .ofs-ya-b-col:last-child {
  padding-right: 0;
}
.ci__order-form-s2 .ofs-ya-bc-scroll {
  max-height: 135px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.ci__order-form-s2 .ofs-ya-sb-btn {
  text-align: right;
  margin-top: 21px;
  margin-right: 10px;
}
.ci__order-form-s2 .ofs-ya-a-title,
.ci__order-form-s2 .ofs-ya-f-title {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: -21px;
  margin-top: 4px;
}
.ci__order-form-s2 .ofs-ya-f-title {
  margin-bottom: 19px;
}
.ci__order-form-s2:after {
  content: "";
  display: block;
  clear: both;
}
._ofs-mt-10 {
  margin-top: 10px !important;
}
.ci__map-link {
  margin: 74px 0 60px;
  color: #fff;
}
.ci__map-link .mk-title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 33px;
  letter-spacing: -0.2px;
}
.ci__map-link .mk-block {
  margin: 0 -4px;
}
.ci__map-link .mk-block > span {
  float: left;
  width: 16.6666%;
  position: relative;
  padding: 0 4px;
  font-weight: 700;
  font-size: 14px;
}
.ci__map-link .mk-block > span:hover {
  color: #000;
}
.ci__map-link .mk-block > span > span {
  position: absolute;
  z-index: 0;
  border: 1px solid #fff;
  -moz-opacity: 0.23;
  -khtml-opacity: 0.23;
  -webkit-opacity: 0.23;
  opacity: 0.23;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=23);
  filter: alpha(opacity=23);
  top: 0;
  left: 4px;
  right: 4px;
  bottom: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.ci__map-link .mk-block > span > a {
  position: relative;
  display: block;
  height: 98px;
  line-height: 98px;
  text-align: center;
  z-index: 10;
  margin: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: transparent;
  /*  transition: .2s ease-in-out all;*/
}
.ci__map-link .mk-block > span > a:before {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  background-image: url(../img/mk-sprite.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  /*  transition: .2s ease-in-out all;*/
}
.ci__map-link .mk-block > span > a span {
  display: none;
}
.ci__map-link .mk-block > span > a:hover {
  background: #ffd200;
}
.ci__map-link .mk-block > span > a:hover span {
  display: inline;
}
.ci__map-link .mk-link-1:before {
  background-position: 3px 9px;
  margin-right: 10px;
}
.ci__map-link .mk-link-2:before {
  background-position: -53px -53px;
}
.ci__map-link .mk-link-3:before {
  background-position: -112px -107px;
}
.ci__map-link .mk-link-4:before {
  background-position: -168px -175px;
}
.ci__map-link .mk-link-5:before {
  background-position: -231px -232px;
}
.ci__map-link .mk-link-6:before {
  background-position: -288px -288px;
}
.ci__map-link .mk-link-1:hover:before {
  background-position: -117px 9px;
}
.ci__map-link .mk-link-2:hover:before {
  background-position: -173px -53px;
}
.ci__map-link .mk-link-3:hover:before {
  background-position: -232px -107px;
}
.ci__map-link .mk-link-4:hover:before {
  background-position: -288px -175px;
}
.ci__map-link .mk-link-5:hover:before {
  background-position: -351px -232px;
}
.ci__map-link .mk-link-6:hover:before {
  background-position: -408px -288px;
}
.ci__map-link:after {
  content: "";
  display: block;
  clear: both;
}
.ci__banner img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ci__rates {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  overflow: hidden;
}
.ci__rates:before {
  content: "";
  position: absolute;
  bottom: 390px;
  left: -10%;
  right: -10%;
  background: #e9e9e9;
  height: 120%;
  z-index: 0;
  -webkit-transform: rotate(1.6deg);
  -moz-transform: rotate(1.6deg);
  -o-transform: rotate(1.6deg);
  -ms-transform: rotate(1.6deg);
  transform: rotate(1.6deg);
}
.ci__rates .rt-shad {
  padding: 10px 0 57px;
  position: relative;
  z-index: 10;
}
.ci__rates .rt-shad:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 263px;
  bottom: 100px;
  background: url(../img/rt-shad-left.png) no-repeat 0 100%;
  z-index: 10;
}
.ci__rates .rt-shad:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 281px;
  height: 337px;
  background: url(../img/rt-shad-right.png) no-repeat;
  z-index: 10;
}

.-not-bg.ci__rates .rt-shad:after {
  display: none;
}
.-not-bg.ci__rates .rt-shad:before {
  display: none;
}
.-not-bg.ci__rates:before {
  display: none;
}

.ci__rates .wc {
  position: relative;
  z-index: 20;
}
.ci__rates .rt-title,
h2.rt-title {
  font-weight: 300;
  font-size: 53px;
  text-align: center;
  margin: 22px 0 25px;
  letter-spacing: -2.5px;
}
.ci__rates .rt-nav {
  font-size: 17px;
  color: #777;
  margin: 26px 0;
  text-align: center;
}
.ci__rates .rt-nav a {
  margin: 0 35px;
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 2px;
}
.ci__rates .rt-nav a:hover {
  border-bottom: 0;
  padding-bottom: 6px;
}
.ci__rates .rt-nav a.-act {
  border-bottom: 0;
  padding-bottom: 6px;
  color: #000;
  font-weight: 600;
}
.ci__rates .rt-items {
  position: relative;
  height: 500px;
}
.ci__rates .rt-item {
  display: block !important;
  position: absolute;
  z-index: -1;
  width: 606px;
  left: 50%;
  margin-left: -303px;
}
.ci__rates .rt-item .rt-i-tab {
  display: none;
}
.ci__rates .rt-item.show .rt-i-tab,
.ci__rates .rt-item.show-a .rt-i-tab {
  display: block;
}
.ci__rates .rt-item.show {
  z-index: 1;
}
.ci__rates .rt-item.show-a {
  z-index: 2 !important;
}
.ci__rates .rt-item .rt-i-pict {
  margin: 25px 0 0;
  text-align: center;
  height: 295px;
  line-height: 295px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ci__rates .rt-item .rt-i-pict img {
  position: relative;
  line-height: 1;
  vertical-align: middle;
}
.ci__rates .show .rt-i-pict {
  opacity: 1;
}
.ci__rates .rt-item .rt-i-tab {
  width: 746px;
  position: relative;
  left: -40px;
  height: 174px;
  margin: -10px auto 0;
}
._simple-bg.ci__rates {
  position: relative;
  z-index: 20;
  margin: 0 auto;
  overflow: hidden;
}
._simple-bg.ci__rates:before {
  display: none;
}
._simple-bg.ci__rates .rt-items {
  height: 490px;
}
.ci__rates.taxiair .rt-items {
  height: 705px;
}
.ci__rates.taxiair {
  min-height: 705px;
}
.ci__rates.taxiair .c__price-col .pl-col:after {
  display: none;
}
._simple-bg.ci__rates .rt-item {
  width: 756px;
  margin-left: -378px;
}
._simple-bg.ci__rates .rt-i-tab {
  width: 100%;
}

.pr__price-row {
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
}
.pr__price-row span {
  font-size: 31px;
}
.pr__price-row sup {
  display: inline-block;
  font-size: 11px;
  text-align: left;
  line-height: 1.2;
  font-weight: 400;
  top: 2px;
  vertical-align: top;
  margin-left: 5px;
}

.ci__promo-trust {
  position: relative;
  z-index: 10;
  padding: 16px 0 20px;
}
.ci__promo-trust:before {
  content: "";
  position: absolute;
  top: -398px;
  left: -10%;
  right: -10%;
  background: #e9e9e9;
  height: 400px;
  z-index: 5;
  -webkit-transform: rotate(1.6deg);
  -moz-transform: rotate(1.6deg);
  -o-transform: rotate(1.6deg);
  -ms-transform: rotate(1.6deg);
  transform: rotate(1.6deg);
}
.ci__promo-trust:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  background: #fff;
  height: 100%;
  z-index: 0;
  -webkit-transform: rotate(1.6deg);
  -moz-transform: rotate(1.6deg);
  -o-transform: rotate(1.6deg);
  -ms-transform: rotate(1.6deg);
  transform: rotate(1.6deg);
}
.ci__promo-trust .w__center {
  position: relative;
  z-index: 1;
}
.ci__promo-trust .pc-logo,
.ci__promo-trust .pc-logo-box,
.ci__promo-trust .pc-title {
  float: left;
}
.ci__promo-trust .pc-logo-box {
  width: 84%;
}
.ci__promo-trust .pc-title {
  padding: 22px 7px 0 6px;
  font-size: 19px;
  font-weight: 600;
  width: 16%;
}
.ci__promo-trust .pc-logo {
  width: 16.66%;
  height: 94px;
  line-height: 94px;
  text-align: center;
  padding: 0 20px;
  margin: 0 -20px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
.ci__promo-trust .pc-logo img {
  vertical-align: middle;
  max-width: 100%;
  line-height: 1;
}
.ci__promo-company {
  color: #fff;
  background: url(../img/bg-promo-comp-repeat.jpg) repeat-x 100% 107.5% #3f4142;
  min-height: 925px;
  position: relative;
  z-index: 0;
  padding-top: 200px;
  margin-top: -200px;
  padding-bottom: 200px;
  margin-bottom: -200px;
}
.ci__promo-company .wc {
  position: relative;
  z-index: 1;
}
.ci__promo-company:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50px;
  width: 100%;
  height: 100%;
  background: url(../img/bg-promo-comp.jpg) no-repeat 100% 107.5%;
}
.ci__promo-company .pc-text-box {
  width: 868px;
  padding-top: 44px;
}
.ci__promo-company .pc-title {
  font-size: 53px;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.7px;
  margin: 0 0 0.85em;
}
.ci__promo-company .pc-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.48;
}
.ci__promo-company .pc-text p {
  margin: 0 0 1.3em;
  line-height: 1.5;
}
.ci__promo-company .pc-btn {
  margin-top: 32px;
  margin-left: 4px;
}
.ci__promo-convenient {
  color: #000;
  min-height: 504px;
  position: relative;
  z-index: 10;
  background: url(../img/bg-promo-conv.png) no-repeat 50% 0;
  padding-top: 74px;
  padding-bottom: 30px;
}
.ci__promo-convenient:after {
  content: "";
  background: url(../img/bg-promo-conv.png) no-repeat 50% 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.ci__promo-convenient .pm-alt-bg-rotate {
  position: absolute;
  top: 21px;
  left: -5000px;
  right: -5000px;
  height: 100%;
  z-index: 0;
  -webkit-transform: rotate(-1.6deg);
  -moz-transform: rotate(-1.6deg);
  -o-transform: rotate(-1.6deg);
  -ms-transform: rotate(-1.6deg);
  transform: rotate(-1.6deg);
}
.ci__promo-convenient .pm-alt-bg-rotate:after {
  content: "";
  position: absolute;
  height: 300px;
  top: 0;
  width: 50%;
  left: 0;
  background: #ffff00;
  z-index: 0;
}
.ci__promo-convenient .pm-alt-bg-rotate:before {
  content: "";
  position: absolute;
  height: 300px;
  top: 0;
  width: 50%;
  right: 0;
  background: #ffd200;
  z-index: 0;
}
.ci__promo-convenient .pm-alt-bg {
  position: absolute;
  top: 0;
  left: -5000px;
  right: -5000px;
  height: 100%;
  z-index: 0;
  margin-left: -1185px;
}
.ci__promo-convenient .pm-alt-bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 100px;
  width: 50%;
  left: 0;
  background: #ffff00;
  z-index: 0;
}
.ci__promo-convenient .pm-alt-bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 100px;
  width: 50%;
  right: 0;
  background: #ffd200;
  z-index: 0;
}
.ci__promo-convenient .wc {
  position: relative;
  z-index: 10;
}
.ci__promo-convenient .pm-text-box {
  width: 620px;
  padding-left: 40px;
}
.ci__promo-convenient .pm-anime-box {
  position: absolute;
  top: -4px;
  right: -26px;
  width: 610px;
  height: 430px;
  background: url(../img/i-promo-conv.png) no-repeat;
}
.ci__promo-convenient .pm-title {
  font-size: 53px;
  letter-spacing: -0.8px;
  font-weight: 300;
  line-height: 1.08;
  margin: 2px 0 0.62em;
}
.ci__promo-convenient .pm-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.48;
}
.ci__promo-convenient .pm-text p {
  margin: 0 0 1.4em;
  line-height: 1.45;
}
.ci__promo-convenient .pm-btn {
  margin-top: 33px;
}
.ci__promo-convenient .pm-btn > span {
  font-size: 16px;
  letter-spacing: -0.2px;
  font-weight: 600;
  margin-bottom: 20px;
  float: left;
}
.ci__promo-convenient .pm-btn > a {
  float: left;
  margin-right: 20px;
}
@keyframes rotate-wheel {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.-hide .ci__modal-order-1,
.-hide .ci__modal-order-4 {
  display: none;
}
.ci__modal-order-1 {
  background: url(../img/modal-order-1.png) no-repeat #fff;
  height: 317px;
  width: 786px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 500px;
  padding-top: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  z-index: 10001;
  margin-left: -393px;
}
.mo1-wheel-l,
.mo1-wheel-r {
  position: absolute;
  top: 249px;
  left: 155px;
  width: 29px;
  height: 29px;
  background: url(../img/i-wheel.png) no-repeat;
  animation: rotate-wheel 0.5s infinite linear;
}
.mo1-wheel-r {
  left: 352px;
}
.mo1-head {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 16px;
}
.mo1-text {
  font-size: 13px;
  line-height: 18px;
  padding-top: 16px;
  padding-bottom: 22px;
  position: relative;
}
.mo1-text:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 97px;
  height: 1px;
  background: #e5e5e5;
}
.ci__modal-order-2 {
  height: 317px;
  width: 786px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px 30px 0 45px;
  overflow: hidden;
  background: #fff;
}
.mo2-head {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 16px;
}
.mo2-text {
  font-size: 13px;
  line-height: 18px;
  padding-top: 16px;
  padding-bottom: 30px;
  position: relative;
  height: 130px;
}
.mo2-col-left {
  float: left;
  width: 278px;
  height: 255px;
  border-right: 1px solid #e8e8e8;
}
.mo2-col-right {
  float: right;
  width: 405px;
}
.mo2-col-right .ci__result-order {
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.mo2-col-right .ci__result-place {
  border-bottom: 1px solid #e5e5e5;
}
.ci__modal-order-3 {
  background: url(../img/modal-order-3.png) no-repeat #fff;
  height: 317px;
  width: 786px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 500px;
  padding-top: 30px;
}
.mo3-head {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 16px;
}
.mo3-text {
  font-size: 13px;
  line-height: 18px;
  padding-top: 16px;
  padding-bottom: 30px;
  position: relative;
}
.mo3-text:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 97px;
  height: 1px;
  background: #e5e5e5;
}
.ci__modal-order-4 {
  background: url(../img/modal-order-4.png) no-repeat #fff;
  height: 317px;
  width: 786px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px 60px 0 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  margin-left: -393px;
  z-index: 10001;
}
.mo4-head {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 16px;
}
.mo4-text {
  font-size: 13px;
  line-height: 18px;
  padding-top: 16px;
  padding-bottom: 30px;
  position: relative;
}
.mo4-btn > a {
  margin-right: 10px;
}
.ci__result-order {
  overflow: hidden;
}
.ro-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ro-row:after {
  content: "";
  display: block;
  clear: both;
}
.ro-row > * {
  float: left;
}
.ro-rw-param {
  width: 95px;
}
.ro-rw-type {
  margin: 2px 14px 0 12px;
}
.ro-rw-pay {
  margin-left: 15px;
  padding-left: 27px;
  background: url(../img/i-pay.png) no-repeat 0 12px;
  font-weight: 600;
  color: #000;
  font-size: 12px;
  margin-top: 5px;
}
.ci__result-place {
  overflow: hidden;
  position: relative;
  height: 109px;
  background: url(../img/rp-icon.png) no-repeat 0 20px;
  font-size: 12px;
  color: #4c4c4c;
}
.rp-addr1,
.rp-addr2 {
  position: absolute;
  height: 17px;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rp-addr1 {
  top: 26px;
  left: 42px;
}
.rp-addr2 {
  top: 65px;
  left: 90px;
}
.ci__result-total .rt-title {
  float: left;
  width: 90px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 18px;
}
.ci__result-total .rt-total {
  float: left;
  width: 163px;
  font-size: 27px;
  font-weight: 600;
  padding-left: 45px;
  background: url(../img/rt-ico.png) no-repeat 0 4px;
  margin-top: 16px;
}
.ci__result-total .rt-total > span {
  font-weight: 400;
}
.ci__result-total .rt-tel {
  float: left;
  width: 150px;
  font-size: 13px;
  margin-top: 24px;
}
.ci__result-total .rt-tel > img {
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1;
}
.ci__number {
  overflow: hidden;
}
.cb-title {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
}
.cb-brand {
  float: left;
  width: 102px;
}
.cb-brand-name {
  color: #737373;
}
.cb-number {
  float: left;
  width: 118px;
}
.cb-number-block {
  width: 86px;
  height: 19px;
  background: url(../img/number.png) no-repeat;
  position: relative;
}
.cb-number-block > * {
  position: absolute;
  bottom: 3px;
  line-height: 1;
}
.cb-number-block .cb-1 {
  left: 9px;
}
.cb-number-block .cb-2 {
  left: 18px;
}
.cb-number-block .cb-3 {
  left: 43px;
}
.cb-number-block .cb-4 {
  bottom: 7px;
  left: 66px;
  font-size: 10px;
}
.pi__map-form-tabs .mft-scroll {
  height: 240px;
  overflow: auto;
}
.pi__map-form-tabs .mft-scroll .c__list-locat {
  padding-right: 10px;
}
.pi__map-form-tabs .mft-nav {
  overflow: hidden;
  border-bottom: 1px solid #e2dcd2;
  margin-bottom: 10px;
}
.pi__map-form-tabs .mft-nav a {
  float: right;
  margin-left: 4px;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.pi__map-form-tabs .mft-nav a:hover {
  opacity: 0.6;
}
.pi__map-form-tabs .mft-nav a > span {
  display: inline-block;
  background: #e4e3e1;
  padding: 0 10px;
}
.pi__map-form-tabs .mft-nav a > span > span {
  background: url(../img/line-black-dot.png) no-repeat 0 100%;
}
.pi__map-form-tabs .mft-nav a > span > span:hover {
  background: none;
}
.pi__map-form-tabs .mft-nav .-act {
  cursor: default;
  opacity: 0.6;
}
.pi__map-form-tabs._act-is-hide .mft-nav .-act {
  display: none;
}
.pi__map-form-tabs .mft-tab {
  display: none;
}
.pi__map-form-tabs .mft-tab.-show {
  display: block;
}
.p_dropdown {
  position: relative;
  display: block;
  z-index: 10;
}
.p_dropdown .dd-val {
  position: relative;
  z-index: 0;
  display: block;
}
.p_dropdown .dd-list {
  height: 0;
  list-style: none;
  position: absolute;
  z-index: 10;
  font-size: 12px;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.p_dropdown .dd-list li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.p_dropdown .dd-list li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p_dropdown .dd-list li {
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
}
.p_dropdown .dd-list li:hover {
  background: #ffd200;
}
.c_drop-down {
  display: none;
  list-style: none;
  font-size: 12px;
  min-width: 180px;
  background: #fff;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.c_drop-down li:first-child > * {
  padding-top: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.c_drop-down li:last-child > * {
  padding-bottom: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.c_drop-down li {
  padding: 0;
  margin: 0;
}
.c_drop-down li > * {
  display: block;
  padding: 6px 20px;
  cursor: pointer;
  line-height: 1.2;
}
.c_drop-down li:hover {
  background: #ffd200 !important;
}
.c_drop-down li.act {
  background: #efefef;
  color: #675b39;
}
.c_drop-down._not-top-left-rounded {
  border-top-left-radius: 0;
}
.c_drop-down._not-top-left-rounded li:first-child {
  border-top-left-radius: 0;
}
/*!e (element)
=====================================================================================================*/
[class*="e__btn"] {
  border: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  padding: 0 23px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
[class*="e__btn-sm"] {
  font-size: 12px;
  font-weight: 600;
  height: 31px;
  line-height: 31px;
  padding: 0 16px;
}
[class*="e__btn-md"] {
  font-size: 13px;
  font-weight: 600;
  height: 41px;
  line-height: 41px;
  padding: 0 16px;
}
[class*="black-e__btn"] {
  background: #000;
  color: #fff;
}
[class*="black-e__btn"]:hover {
  background: #353535;
}
[class*="navy-e__btn"] {
  background: #03179a;
  color: #fff;
}
[class*="navy-e__btn"]:hover {
  background: #031271;
}
[class*="orange-e__btn"] {
  background: #ffd200;
  color: #000;
}
[class*="orange-e__btn"]:hover {
  background: #ffe044;
}
[class*="green-e__btn"] {
  background: #2ea01b;
  color: #fff;
}
[class*="green-e__btn"]:hover {
  background: #228a10;
}
[class*="white-e__btn"] {
  background: #fff;
  color: #000;
  border: 1px solid #ffc82e;
}
[class*="white-e__btn"]:hover {
  background: #fffbf0;
}
[class*="e__btn"]._ico-ok {
  width: 50px;
  position: relative;
}
[class*="e__btn"]._ico-ok:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 14px;
  background: url(../img/i-fm.png) no-repeat -44px -45px;
}
.e__repeat-btn {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/i-repeat.png) no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.6;
}
.e__repeat-btn:hover {
  opacity: 1;
}
.e__del-btn {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/i-del.png) no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.6;
}
.e__del-btn:hover {
  opacity: 1;
}
[class*="e__add"] {
  display: inline-block;
  padding-left: 44px;
  line-height: 28px;
  min-height: 28px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
[class*="e__add"]:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../img/i-plus.png) no-repeat #fff;
  top: 0;
  left: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
[class*="e__add"] span {
  background: url(../img/line-black.png) repeat-x 0 91%;
}
[class*="e__add"]:hover:after {
  background-position: 0 -50px;
}
[class*="e__add"]:hover > span {
  background: none;
}
[class*="tr-e__add"]:after {
  background-color: transparent;
}
[class*="gray-e__add"]:after {
  background-color: #e6e6e6;
}
.e__gray-link {
  color: #7d7d7c;
  background: url(../img/line-gray.png) repeat-x 0 91%;
}
.e__gray-link:hover {
  background: none;
}
.e__black-btn,
.e__navy-btn,
.e__orange-btn,
.e__green-btn {
  border: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  padding: 0 23px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.e__black-btn {
  background: #000;
  color: #fff;
}
.e__black-btn:hover {
  background: #353535;
}
.e__navy-btn {
  background: #03179a;
  color: #fff;
}
.e__navy-btn:hover {
  background: #031271;
}
.e__orange-btn {
  background: #ffd200;
  color: #000;
}
.e__orange-btn:hover {
  background: #ffe044;
}
.e__green-btn {
  background: #2ea01b;
  color: #fff;
}
.e__green-btn:hover {
  background: #228a10;
}
.e__order-taxi {
  outline: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background: #fcd200;
  border: 2px solid #fcd200;
  color: #000;
  height: 48px;
  line-height: 45px;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.e__order-taxi:hover {
  background: #ffe044;
}
.e__order-taxi:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  vertical-align: middle;
  background: url(../img/i-taxi.png) no-repeat;
  margin-right: 20px;
}
.e__order-taxi-white {
  outline: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  border: 2px solid #fcd200;
  color: #000;
  height: 48px;
  line-height: 45px;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.e__order-taxi-white:hover {
  background: #ffe044;
}
.e__order-taxi-white:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  vertical-align: middle;
  background: url(../img/i-taxi.png) no-repeat;
  margin-right: 20px;
}
.e__btn-taxi-green,
.e__order-taxi-green {
  outline: none;
  border: 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background: #2ea01b;
  color: #fff !important;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.e__btn-taxi-green:before,
.e__order-taxi-green:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  vertical-align: middle;
  background: url(../img/i-taxi-white.png) no-repeat;
  margin-right: 20px;
  position: relative;
  top: -2px;
}
.e__btn-taxi-green:hover,
.e__order-taxi-green:hover {
  background: #228a10;
}
.e__btn-taxi-green {
  padding-right: 40px;
}
.e__a-store {
  display: inline-block;
  width: 140px;
  height: 49px;
  background: url(../img/i-platform.png) 0 0 no-repeat;
}
.e__g-play {
  display: inline-block;
  width: 140px;
  height: 49px;
  background: url(../img/i-platform.png) -161px 0 no-repeat;
}
[class*="e__s-icon-"]:before {
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  background: url(../img/sprite.png) no-repeat;
}
.e__s-icon-1:before {
  background-position: 0 0;
}
.e__s-icon-2:before {
  background-position: -50px -50px;
}
.e__s-icon-3:before {
  background-position: -97px -100px;
}
.e__c-check {
  font-size: 12px;
  color: #5b5b5b;
  padding-left: 27px;
  position: relative;
  cursor: pointer;
}
.e__c-check [type="checkbox"],
.e__c-check [type="radio"] {
  display: none;
}
.e__c-check [type="checkbox"]:checked + i,
.e__c-check [type="radio"]:checked + i {
  border: 2px solid #fff;
  background: #ffd200;
}
.e__c-check > i {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #c5c4c2;
  vertical-align: middle;
  background: #fff;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.e__c-check._dotted {
  font-weight: 600;
  color: #030303;
}
.e__c-check._dotted span {
  background: url(../img/line-black-dot.png) repeat-x 0 100%;
}
.e__c-check._dotted span:hover {
  background: none;
}
.e__c-check._gray [type="checkbox"]:checked + i,
.e__c-check._gray [type="radio"]:checked + i {
  border: 3px solid #d6d6d6;
}
.e__c-check._gray > i {
  border: 0;
  background: #d6d6d6;
}
.e__c-check-b {
  font-size: 12px;
  color: #5b5b5b;
  padding-left: 27px;
  position: relative;
  cursor: pointer;
}
.e__c-check-b [type="checkbox"],
.e__c-check-b [type="radio"] {
  display: none;
}
.e__c-check-b [type="checkbox"]:checked + i,
.e__c-check-b [type="radio"]:checked + i {
  border: 2px solid #fff;
  background: #ffd200;
}
.e__c-check-b > i {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #c5c4c2;
  vertical-align: middle;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.e__radio {
  font-size: 12px;
  color: #5b5b5b;
  padding-left: 23px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.e__radio [type="radio"] {
  display: none;
}
.e__radio [type="radio"]:checked + i {
  background: #ffd200;
}
.e__radio > i {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #c5c5bd;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.e__radio > i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  border-radius: 50%;
}
.ei__b-air,
.ei__b-railway,
.ei__b-metro {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -1000px;
}
.ei__b-air {
  background: url(../img/i-frm.png) no-repeat -60px 0;
}
.ei__b-railway {
  background: url(../img/i-frm.png) no-repeat -30px 0;
}
.ei__b-metro {
  background: url(../img/i-frm.png) no-repeat 0 0;
}
.eu__link-add-order {
  color: #017cdc;
  text-decoration: underline;
  padding-left: 30px;
  background: url(../img/e__link-add.png) no-repeat 4px 4px;
}
.eu__link-add-order:hover {
  text-decoration: none;
}
.e__error {
  font-size: 12px;
  margin: 20px 0;
  color: #ff0000;
}
.e__error-box {
  margin: 20px 0;
}
.e__error-box._not-margin-err .e__error {
  margin: 0;
}
.e__error .error-summary ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.e__error .error-summary li {
  margin: 3px 0;
}

.e__success {
  font-size: 12px;
  margin: 20px 0;
  color: #2ea01b;
}
.e__q-1,
.e__q-2 {
  display: inline-block;
  width: 10px;
  height: 13px;
  vertical-align: middle;
  background: url(../img/q1.png) no-repeat;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.e__q-2 {
  background: url(../img/q2.png) no-repeat;
}
.e__blue-link {
  cursor: pointer;
  color: #017ddf;
  text-decoration: underline;
}
.e__blue-link:hover {
  text-decoration: none;
}
#html .a__col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
#html .a__offset-3px-header {
  position: relative;
  left: -3px;
}
#html .a__mw-250 {
  min-width: 250px;
}
#html .a__mt--5 {
  margin-top: -5px;
}
#html .d__top-5 {
  top: 5px;
}
#html .d__top-6 {
  top: 6px;
}
#html .d__top-7 {
  top: 7px;
}
#html .d__top-8 {
  top: 8px;
}
#html .d_w152 {
  width: 152px;
}
#html .d_w113 {
  width: 113px;
}
#html .i__alert-index-order {
  position: absolute;
  bottom: 100%;
  left: auto;
  right: 0;
  margin-bottom: 18px;
  width: 250px;
  color: #000;
}
[class*="e__alt-param"] {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 3px 1px;
}
[class*="i1-e__alt-param"] {
  background: url(../img/of-ico.png) no-repeat 4px 2px;
}
[class*="i1-e__alt-param"].-act {
  background-position: -46px 2px;
}
[class*="i2-e__alt-param"] {
  background: url(../img/of-ico.png) no-repeat -48px -48px;
}
[class*="i2-e__alt-param"].-act {
  background-position: -98px -48px;
}
[class*="i3-e__alt-param"] {
  background: url(../img/of-ico.png) no-repeat -97px -97px;
}
[class*="i3-e__alt-param"].-act {
  background-position: -147px -97px;
}
[class*="i4-e__alt-param"] {
  background: url(../img/of-ico.png) no-repeat -148px -148px;
}
[class*="i4-e__alt-param"].-act {
  background-position: -198px -148px;
}
[class*="i5-e__alt-param"] {
  background: url(../img/of-ico.png) no-repeat -202px -198px;
}
[class*="i5-e__alt-param"].-act {
  background-position: -252px -198px;
}
[class*="e__service-ico"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 3px 1px;
}
[class*="dog-e__service-ico"] {
  background: url(../img/service-ico.png) no-repeat -35px 0;
}
[class*="baby-e__service-ico"] {
  background: url(../img/service-ico.png) no-repeat 0 0;
}
[class*="e__link"] {
  text-decoration: underline;
}
[class*="e__link"]:hover {
  text-decoration: none;
}
[class*="e__link-dot"] {
  text-decoration: none;
}
[class*="orange-e__link"] {
  color: #ffd203;
}
[class*="blue-e__link"] {
  color: #017dde;
}
[class*="blue-e__link-dot"] {
  background: url(../img/line-blue-dot.png) repeat-x 0 100%;
}
[class*="blue-e__link-dot"]:hover {
  background: none;
}
.e__orange {
  color: #ffd203;
}
.e__orange-select {
  display: inline-block;
  background: #fff;
  border: 1px solid #ffd203;
  height: 41px;
  font-size: 12px;
  line-height: 41px;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  outline: none !important;
}
.e__orange-select option {
  padding: 10px 0;
  display: block;
}
.e_tel-plus {
  display: none;
}
#callMeForm {
  width: 300px;
}
#callMeForm .e__btn-taxi-green {
  width: 100%;
}
#signupform-username + .e_tel-plus,
#loginform-username + .e_tel-plus {
  position: absolute;
  left: 42px;
  top: 10px;
}
#load-state {
  position: fixed;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#load-state span {
  position: absolute;
  left: 50%;
  margin-left: -85px;
  width: 170px;
  height: 116px;
  overflow: hidden;
  bottom: 0;
}
#load-state span span {
  position: absolute;
  top: 0;
  width: 170px;
  height: 170px;
  background: url(../img/loader-speed.gif) no-repeat 50% 10px #ffd203;
  border-radius: 50%;
}

.pagination {
  list-style: none;
}

.pagination li {
  display: inline-block;
  padding: 5px 10px;
}

.pagination li.active {
  background: #ffd203;
  border-radius: 50%;
}

.alert-under-head {
  position: absolute;
  top: 77px;
  left: 11px;
}
.alert-under-head > * {
  margin: 0;
  background: rgba(256, 256, 256, 0.4);
  border-radius: 3px;
  padding: 10px;
}
#order-form-agree-box {
  display: block;
}
.wt-register {
  position: absolute;
  top: 82px;
  right: 21px;
  text-align: right;
}
.wt-register a {
  margin-left: 18px;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 600;
}
.wt-register-reg:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_reg-org.png) no-repeat;
  vertical-align: middle;
  margin-right: 9px;
}
.wt-register-logout:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_login-org.png) no-repeat;
  vertical-align: middle;
  margin-right: 7px;
}
.wt-register-login:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_login-org.png) no-repeat;
  vertical-align: middle;
  margin-right: 7px;
}
.wt-register-profile:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/icon_reg-org.png) no-repeat;
  vertical-align: middle;
  margin-right: 9px;
}
.site-index .wt-register a {
  color: #ffc82e;
}
.site-index .wt-register-reg:before {
  background: url(../img/icon_reg.png) no-repeat;
}
.site-index .wt-register-logout:before {
  background: url(../img/icon_login.png) no-repeat;
}
.site-index .wt-register-login:before {
  background: url(../img/icon_login.png) no-repeat;
}
.site-index .wt-register-profile:before {
  background: url(../img/icon_reg.png) no-repeat;
}

.of-rb-txt-pcod-wraning {
  display: block;
  color: #ff7703;
  text-align: right;
  font-size: 11px;
  margin-bottom: -22px;
}

#contact-us-form {
  padding: 10px;
}

.e__btn-taxi-green.-dis {
  opacity: 0.7;
}

.table_dark {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 14px;
  max-width: 100%;
  height: auto;
  text-align: left;
  border-collapse: collapse;
  background: #ffc82e;
  margin: 10px;
  border: 2px solid #03179a;
}
.table_dark th {
  color: #03179a;
  border-bottom: 1px solid #e42514;
  padding: 12px 17px;
}
.table_dark td {
  color: #000000;
  border-bottom: 1px solid #e42514;
  border-right: 1px solid #e42514;
  padding: 7px 17px;
}
.table_dark tr:last-child td {
  border-bottom: none;
}
.table_dark td:last-child {
  border-right: none;
}

.gallery_article img {
  /* width: 275px; */
  /* height: 215px; */
  display: inline;
}
.article-btn {
  width: 195px;
  padding-top: 13px;
  margin: 0 auto 20px;
}

.blue-btn {
  background-color: gold;
  padding: 10px 25px 3px;
  border-radius: 5px;
  text-shadow: snow;
  text-transform: uppercase;
  color: #b91b1b !important;
  display: inline-block;
  box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.3);
  font-size: 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: "arial_narrow";
}

/*Gallery*/
#gall {
  position: relative;
  padding-top: 36%;
  -moz-user-select: none;
  user-select: none;
}
#gall img {
  position: absolute;
  top: 25%;
  left: 12.5%;
  max-width: 24.5%;
  max-height: 49.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: zoom-in;
  transition: 0.2s;
}
#gall img:nth-child(4n-2) {
  left: 37.5%;
}
#gall img:nth-child(4n-1) {
  left: 62.5%;
}
#gall img:nth-child(4n) {
  left: 87.5%;
}
#gall img:nth-child(n + 5) {
  top: 75%;
}
#gall img:focus {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  outline: none;
  pointer-events: none;
}
#gall img:focus ~ div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: zoom-out;
}
.imgleft {
  margin: 5px;
  float: left;
  width: 250px;
  list-style-position: inside;
}
div.promo {
  background: url(/img/fon_siniy_uzory-min.jpg) center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
div.promo > div {
  flex: 1 50%;
  min-width: 0;
  padding: 5%;
}
div.promo ul li {
  list-style-type: none;
  font-size: 16px;
}
div.promo ul li:before {
  content: "âœ”";
  margin-right: 6px;
}

.mp-lkform {
  padding-top: 200px;
}
.mp-lkform .w__center {
  height: 100%;
}
.like_H3 {
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 500 !important;
  line-height: 26.4px !important;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;
}
.like_H1 {
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 30.8px;
  margin-bottom: 18.7667px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
#modalCallMe form {
  width: 100%;
}
.btn_page_center {
  display: none;
}
#modalCallMe .e__btn-taxi-green {
  float: none;
  width: 100%;
}
@media (max-width: 992px) {
  .btn_page_center {
    display: block;
  }
}
.additional {
  display: flex;
  padding-right: 45px;
  padding-left: 45px;
}
.additional_left {
  width: 80%;
}
.additional_left p {
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
}
.additional_right {
  margin-left: auto;
  width: 70px;
  display: flex;
  justify-content: center;
  border-left: 2px solid #e1e1e1;
}
.additional_right li {
  background: url(/img/district/mark.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  display: block;
}
.free_s table img {
  width: 30px;
}
.free_s table td {
  padding-left: 35px;
}
.free_s table td p {
  line-height: 28px;
  font-size: 17px;
}
.free_s table td:last-child p {
  text-transform: uppercase;
  color: #ffc82e;
  font-weight: bold;
}
.free_s table tr:nth-child(2n) {
  background: #f2f2f2;
}
