.get-consultation {
  background: #f5f5f4;
  padding: 72px 0;
}
.get-consultation__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.get-consultation__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #000;
  margin-bottom: 35px;
}
.get-consultation__flex {
  display: flex;
  gap: 160px;
  justify-content: center;
}
@media (max-width: 768px) {
  .get-consultation__flex {
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
  }
}
.get-consultation__left {
  max-width: 385px;
}
@media (max-width: 768px) {
  .get-consultation__left {
    max-width: 100%;
    width: 100%;
  }
}
.get-consultation__right {
  max-width: 295px;
}
@media (max-width: 768px) {
  .get-consultation__right {
    max-width: 100%;
    width: 100%;
  }
}
.get-consultation__address {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #000;
}
.get-consultation__field {
  margin-bottom: 18px;
}
.get-consultation__field input {
  width: 100%;
  border: 1px solid #595959;
  border-radius: 30px;
  padding: 11px 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #000;
  outline: none;
  transition: 0.3s;
}
.get-consultation__field input:focus {
  border-color: #06c;
}
.get-consultation__submit {
  font-weight: 500;
  font-size: 17px;
  line-height: 118%;
  color: #fff;
  background: #06c;
  border-radius: 30px;
  padding: 10px 58px;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  border: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
}
.get-consultation__submit:hover {
  background: #00478e;
}
.get-consultation__submit:active {
  background: #1d1d1f;
}
.get-consultation__polite {
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  text-align: center;
  color: #595959;
}
.get-consultation__polite a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #2997ff;
  transition: 0.3s;
}
.get-consultation__polite a:hover {
  color: #00478e;
}

/*# sourceMappingURL=galleryPage~b557dd7f64987dbb75e7.css.map*/