#popup-contact {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92vw;
  max-width: 700px;
  background-color: #f7f7f7;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 999991;
  border-radius: 16px;
  display: none;
}

#popup-contact.open {
	display: block !important;
}

#popup-contact-overlay {
	position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

#popup-contact-overlay.open {
	display: block !important;
}

#popup-contact  .form-wrap {
  padding: 32px 24px;
  border-radius: 10px;
}

#popup-contact .close-btn {
	border: none;
  background: transparent;
  position: absolute;
  right: 14px;
  top: 14px;
}

#popup-contact  #contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#popup-contact  #contact-form textarea,
#popup-contact  #contact-form input {
  border: 1px solid rgba(0, 0, 0, .07);
}

#popup-contact .title-font {
	margin-bottom: 20px;
}

#popup-contact  #contact-form textarea {
  /* max-width: 100%;
  min-width: 100%; */
  min-height: 120px;
  padding: 16px;
  margin-bottom: 16px;
}

.banner--large .price__new {
	color: #fff !important;
}