#vk-mobile-nav-menu-btn {
  display: none;
}

.wpcf7 {
  max-width: 800px;
}
.wpcf7 .short {
  max-width: 400px;
}
.wpcf7 input[type=date],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=password],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7 select {
  display: block;
}
.wpcf7 input[type=number],
.wpcf7 select {
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7 select {
  padding-right: 2em;
}
.wpcf7 .wpcf7-form-control-wrap:has(select) {
  position: relative;
  z-index: 1;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7 .wpcf7-form-control-wrap:has(select)::after {
  position: absolute;
  bottom: 1em;
  right: 0.2em;
  z-index: 200;
  display: block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  background-color: gray;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-bottom: 1em;
}

.gmap-wrapper {
  max-width: 600px;
  aspect-ratio: 600/450;
}
.gmap-wrapper iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */