.yandex-router {
  margin-top: 20px;
  margin-bottom: 10px;
}
.yandex-router .title {
  padding-bottom: 5px;
}
.yandex-router .input-adress input {
  float: left;
  height: 30px;
  padding-left: 10px;
  width: 237px;
}
.yandex-router .input-adress button {
  background: #fdb60b none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 14px;
  height: 30px;
  padding: 3px 10px;
}
.yandex-router #map {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.yandex-router.blocked #map:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.yandex-router .has_lift {
  margin-left: 0;
}
.dProfileEdit .yandex-router #map {
  width: 100%;
  height: 400px;
}
.dProfileEdit .yandex-router .has_lift {
  margin-bottom: 10px;
}
