header.h--90 {
	height: calc(90px + 22px) !important;
}

header .fixed-top:before  {
	content: '';
	display: block;
	width: 100%;
	height: 22px;
	background: black;
}

@media(max-width: 575.98px) {
	.modal-fullscreen-sm-down .modal-header {
		border-top: 22px solid black !important;
	}
}

@media(max-width: 991.98px) {
	.modal-fullscreen-lg-down .modal-header {
		border-top: 22px solid black !important;
	}
}


.modal-content {
	background: transparent;
}

.modal-body {
	background: white;
}

