select,
button,
div[type="button"],
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
	border-radius: 0;
}

#privacy_policy {
    -webkit-appearance: checkbox;
}

button:focus,
a:focus {
    outline: 0 !important;
}

.container {
  max-width: 1460px;
}

.map {
  min-height: 300px;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header {
    min-height: fit-content;
}
