.KWMapSatelliteButton {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #fff;
  width: 87px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
  cursor: pointer;
}
.KWMapSatelliteButton .KWMapSatelliteButton__separator {
  background: currentColor;
  width: 1px;
  height: 12px;
  margin: 0 5px;
}
.KWMapSatelliteButton .KWMapSatelliteButton__item--active {
  font-weight: bold;
}

.NotFoundRoute {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 12;
  height: 100%;
  width: 100%;
  display: flex;
  background: #fff;
}
.NotFoundRoute .NotFoundRoute__content {
  width: 50%;
  padding: 24px 10%;
}
@media (max-width: 767px) {
  .NotFoundRoute .NotFoundRoute__content {
    width: 100%;
  }
}
.NotFoundRoute .NotFoundRoute__logo {
  display: inline-block;
  margin-bottom: 120px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .NotFoundRoute .NotFoundRoute__logo {
    margin-bottom: 100px;
  }
}
.NotFoundRoute .NotFoundRoute__logo .icon {
  font-size: 60px;
  color: #ce011f;
  font-weight: 400;
  cursor: pointer;
}
.NotFoundRoute .NotFoundRoute__line {
  background: #343342;
  height: 2px;
  width: 33px;
  margin-right: 14px;
}
.NotFoundRoute .NotFoundRoute__404 {
  color: #343342;
}
.NotFoundRoute .NotFoundRoute__header {
  color: #343342;
  font-size: 48px;
  margin-bottom: 24px;
  line-height: 1;
  max-width: 336px;
}
.NotFoundRoute .NotFoundRoute__semibold {
  font-weight: 600;
}
.NotFoundRoute .NotFoundRoute__element {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.NotFoundRoute .NotFoundRoute__picture {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 72%;
}
@media (max-width: 767px) {
  .NotFoundRoute .NotFoundRoute__picture {
    display: none;
  }
}
.NotFoundRoute .NotFoundRoute__description {
  margin-bottom: 40px;
  color: #6d797a;
}


/*# sourceMappingURL=52f7dac55fb4141a48d3b324dda630f8228c8f0c_CSS.067593ee.chunk.css.map*/