.standard_text {
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .standard_text {
    font-size: 160%;
  }
}
@media screen and (max-width: 1279px) {
  .standard_text {
    font-size: 140%;
  }
}

.geolocation_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 53px;
  margin: 0 -15px 0 -35px;
}
.geolocation_section .direction_btn {
  max-width: max-content;
}
.geolocation_section .direction_btn:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.geolocation_section .field_block {
  padding: 0 35px;
  position: relative;
  flex: 1;
}
.geolocation_section .field_block:not(:first-child) {
  order: 2;
}
.geolocation_section .field_block.btn_block {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.geolocation_section .field_block.btn_block .direction_btn {
  white-space: nowrap;
}
.geolocation_section .gps_btn {
  border: none;
  background: transparent;
  font-size: 220%;
  color: #454545;
  position: absolute;
  right: 25px;
  padding: 10px;
  top: 20px;
}
.geolocation_section:after {
  content: "";
  display: block;
  width: 28px;
  border-top: 1px solid #999999;
}
@media screen and (max-width: 1279px) {
  .geolocation_section {
    padding-top: 40px;
  }
  .geolocation_section .gps_btn {
    top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .geolocation_section .gps_btn {
    top: 7px;
  }
}

#map {
  width: 100%;
  height: 487px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 380px;
  }
}
@media screen and (max-width: 639px) {
  #map {
    height: 300px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .geolocation_section .field_block.btn_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 959px) {
  .geolocation_section {
    margin-right: -35px;
  }
  .geolocation_section .field_block {
    padding-right: 35px;
  }
  .geolocation_section .field_block.btn_block {
    padding-right: 35px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .geolocation_section .field_block.btn_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .geolocation_section .field_block .direction_btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .geolocation_section .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .geolocation_section .field_block.btn_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .geolocation_section .field_block .direction_btn {
    margin-left: auto;
  }
  .geolocation_section::after {
    font-size: 0;
    width: 0;
    height: 0;
  }
}
.touch .start_point input {
  padding-right: 40px;
  text-overflow: ellipsis;
}

.start_point ymaps {
  z-index: 10 !important;
}

/*# sourceMappingURL=monument.css.map */
