/* POPUP */
.popup-hidden {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 45px 90px;
  margin: 10% auto;
  width: 90%;
  max-width: 500px;
  position: relative;
  border-radius: 8px;
}

#close-popup {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
#popup {
	position: fixed;
	background: #ebeef4c4;
	border: 3px solid var(--kviolet);
	padding: 20px;
	font-size: 18px !important;
	z-index: 99;
  overflow: scroll;
}
#popup input, #popup {
  text-align: left;
}
#popup input {
	border: 1px solid var(--kviolet) !important;
	background: var(--klavender) !important;
	font-size: 24px;
}
#popup div [data-class="wpcf7cf_group"], #popup label {
	margin: 20px 0;
	letter-spacing: 2px;
	text-transform: none;
	font-weight: bold;
	line-height: 11px !important;
}
.wpcf7-list-item label {
	font-weight: 400 !important;
}
#popup p {
  margin-bottom: 10px !important;
}
.wpcf7-form-control.wpcf7-acceptance {
  font-size: 12px;
  font-family: sans-serif !important;
  line-height: 15px;
  letter-spacing: 0 !important;
  margin-top: 20px !important;
  display: block;
  text-indent: -28px !important;
  margin-left: 43px !important;
}
.wpcf7-form-control.wpcf7-acceptance a {
  font-family: sans-serif !important;
  border-bottom: 1px dotted;
}
#popup .wpcf7-form-control.wpcf7-acceptance label {
	line-height: 12px !important;
	font-size: 12px;
}
.wpcf7-form-control.wpcf7-acceptance input {
  margin-bottom: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--kviolet);
	background: var(--klavender);
	color: var(--kviolet);
}
.wpcf7-response-output {
  font-family: initial;
  line-height: 24px;
  padding: 20px !important;
}
@media screen and (max-width: 480px) {
  .popup-content {
    padding: 60px 20px 10px;
    margin: auto;
    width: 95%;
  }
}