#skymap {
  width: 100%;
  height: 400px;
  padding: 0;
  margin: 0;
  margin-top: 2.3rem;
}
[title="Доехать на такси"],
.ymaps-2-1-79-gototaxi {
  display: none !important;
}
.pos-r {
  position: relative;
}
.w-full {
  width: 100%;
}
.transfer_chapter svg {
  position: relative;
  top: 1px;
  width: 14px;
  margin-right: 5px;
}
.transfer_chapter-df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transfer_chapter-df p:not(:last-child) {
  margin-right: 10px;
}