.modal {
	max-width: 400px;
}
.modal-content {
}
.modal-title {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
.modal-sub-title {
	text-align: center;
	font-size: 16px;
	margin-top: 8px;
}
.modal-feedback {
	margin-top: 16px;
}
.modal-feedback .feedback-col {
	flex-basis: 100%;
}

.modal input:not([type="submit"]) {
	background-color: transparent;
	color: #000;
	border: 1px solid;
}
.modal textarea {
	background-color: transparent;
	color: #000;
	border: 1px solid;
}

.modal input::placeholder {
	color: #000;
}
.modal textarea::placeholder {
	color: #000;
}


.header-nav {
	background-color: transparent;
}



@media(max-width: 767.98px) {
	.header {
		position: relative;
		z-index: 100;
	}
	.header-nav.active {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #fff;
		width: 100%;
		box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
	}
	.header-nav-list {
		height: auto;
		display: block;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-nav-list a {
		display: flex;
		width: 100%;
		min-height: 33px;
		align-items: center;

	}
}




.directions-alt {

}


.directions-item {
}
.directions-alt .directions-image img {
	border-radius: 8px;
}
.directions-alt .directions-content {
	padding: 0;

	position: static;

	margin-top: -50px;
	background-color: #131416;
	border-radius: 8px;
	border: 1px solid #454545;
}
.directions-alt .directions-content-inner {
	display: flex;
	flex-direction: column;
}
.directions-alt .directions-title {
	flex-grow: 0;
}
.directions-alt .directions-text {
	font-family: 'Inter', sans-serif;
}
.directions-alt .directions-categories {

}

.directions-categories {
/*	display: flex;*/
	flex-wrap: wrap;
	gap: 20px 24px;
	font-size: 16px;
	list-style: none;
	padding: 0;
	margin: 24px 0 0;
	font-family: 'Inter', sans-serif;

	column-count: 2;
	column-gap: 24px;
}
.directions-categories-item {
	display: flex;
	gap: 8px;
	flex-basis: calc( (100% - 24px) / 2 );
	margin-bottom: 20px;
	break-inside: avoid;
}

.directions-alt .directions-image {
	border-radius: 8px;
	overflow: hidden;
}

/*.directions-alt .directions-image::after {
	background: linear-gradient(to top, #000000, transparent);
}*/

.directions-categories-item::before {
	content: '';
	display: block;
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transform: translateY(3px);
	flex-shrink: 0;
}


.directions-alt .directions-button {
	margin-top: 24px;
	display: flex;
	align-items: flex-end;
	flex-grow: 1;


	opacity: 1 !important;
	width: auto;
	height: auto;
	background-color: transparent;
	pointer-events: auto !important;

}

.directions-alt .directions-button .button {
	height: 48px;
	text-transform: none;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}

