* {
  margin: 0;
  padding: 0;
}

.small-text {
  text-align: left;
  width: 100%;	
  font-weight: 100;
  font-family: "Arial";
  color: #8a8a8d;
  font-size: 12px;
  line-height: 1.2;
}

.all-pages-body {
  max-width: 1920px;
  margin: 0 auto;
}

#map {
  /* position: absolute !important; */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: relative!important;
  height: 100%;
  flex: 1;
}

/* Ссылка */
.leaflet-control-attribution {
  display: none;
}

/* Затемнение карты */
.leaflet-tile-container img {
  filter: grayscale(0.7);
  -ms-filter: grayscale(0.7);
  -webkit-filter: grayscale(0.7);
  -moz-filter: grayscale(0.7);
  -o-filter: grayscale(0.7);
}


/* Маркеры */
.leaflet-marker-pane {
  z-index: 2!important;
}
.marker {
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  z-index: 2!important;
}

.marker.default {
  background: #55565a;
}

.marker.current {
  width: 15px;
  height: 15px;
  margin-left: -8px;
  margin-top: -8px;
  background: #55565a;
  border: 2px solid #ffffff;
  z-index: 3!important;
}

.marker.notActive {
  background: #a0a1a3;
  cursor: auto;
  pointer-events: none;
}
.marker.blueM,
.marker.both,
.marker.redM {
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
}

.marker.blueM {
  background: #006da4;
}

.marker.redM {
  background: #d0112b;
}

.marker.orangeM {
  background: #F2A84A;
}

.marker.both {
  background: -webkit-gradient(linear, left top, right top, from(#006da4), color-stop(50%, #006da4), color-stop(50%, #d0112b), to(#d0112b));
  background: -o-linear-gradient(left, #006da4 0%, #006da4 50%, #d0112b 50%, #d0112b 100%);
  background: linear-gradient(to right, #006da4 0%, #006da4 50%, #d0112b 50%, #d0112b 100%);
}

.marker.boM {
  background: -webkit-gradient(linear, left top, right top, from(#006da4), color-stop(50%, #006da4), color-stop(50%, #F2A84A), to(#F2A84A));
  background: -o-linear-gradient(left, #006da4 0%, #006da4 50%, #F2A84A 50%, #F2A84A 100%);
  background: linear-gradient(to right, #006da4 0%, #006da4 50%, #F2A84A 50%, #F2A84A 100%);
}

.marker.roM {
  background: -webkit-gradient(linear, left top, right top, from(#d0112b), color-stop(50%, #d0112b), color-stop(50%, #F2A84A), to(#F2A84A));
  background: -o-linear-gradient(left, #d0112b 0%, #d0112b 50%, #F2A84A 50%, #F2A84A 100%);
  background: linear-gradient(to right, #d0112b 0%, #d0112b 50%, #F2A84A 50%, #F2A84A 100%);
}

.marker.broM {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_2)'%3E%3Crect width='100' height='100' fill='white'/%3E%3Crect width='50' height='100' fill='%23D0112B'/%3E%3Crect x='50' width='50' height='100' fill='%23006DA4'/%3E%3Cpath d='M50 50L150 100L50 150L-50 100L50 50Z' fill='%23F2A84A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_2'%3E%3Crect width='100' height='100' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
}

.marker.arrivalTo {
  width: 15px;
  height: 15px;
  margin-left: -8px;
  margin-top: -8px;
  border-width: 2px;
}

/* Кнопки зума */
.leaflet-control-zoom.leaflet-bar.leaflet-control {
  background-color: #fff;
  border: 1px solid #909093;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 15px 40px 0;
}

.leaflet-control-zoom.leaflet-bar.leaflet-control > a {
  width: 45px;
  height: 55px;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leaflet-tile-pane {
  z-index: 1;
}
/* Слой анимации */
.leaflet-pane.leaflet-overlay-pane {
  z-index: 2;
}

/* Попап */
.choice_wrapper {
}

.choice_wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.choice_wrapper p::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-right: 0.3rem;

}

.choice_wrapper p.su::before {
  border-color: #006da4;
}
.choice_wrapper p.fv::before {
  border-color: #d0112b;
}
.choice_wrapper p.hz::before {
  border-color: #F2A84A;
}

.choice_wrapper p b {
  margin-left: 1rem;
}
.choice_wrapper p.su b {
  color: #006da4;
}

.choice_wrapper p.fv b {
  color: #d0112b;
}

.choice_wrapper p.hz b {
  color: #F2A84A;
}

.leaflet-overlay-pane {
  z-index: 3!important;
}

.leaflet-marker-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.marker-city-name {
  color: grey;
  font-size: 11px;
  /*margin: -17px 0 10px 0;*/
  display: block;
  white-space: nowrap;
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  left: 0;
  pointer-events: none;
}
.marker.current span{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  font-weight: bold;
  color: #444444;
  text-transform: uppercase;
}