/*----------------------------------------------------------------- */
/* MODALS
/*----------------------------------------------------------------- */

/* FEATHERLIGHT (plugin)
----------------------------------------- */
.featherlight {
	background: rgba(0, 0, 0, 0.5);
}

.featherlight .featherlight-content {
	overflow: visible;

	max-width: 1000px;
	padding: 20px;

	border: none;
}

.featherlight .featherlight-content iframe {
	max-width: 100%;
}

.featherlight.featherlight-iframe .featherlight-content {
	max-width: none;
	padding: 0;
}

.featherlight .featherlight-close-icon {
	width: 40px;
	height: 40px;
}

@media (max-width: 760px) {
	.featherlight .featherlight-close-icon {
		width: 30px;
		height: 30px;
	}
}

/* ASK-US
----------------------------------------- */
.modal_ask-us {
	padding: 40px 60px 80px 60px;

	text-align: center;
}

.modal_ask-us .icon {
	width: 80px;
	height: 80px;
	fill: var(--color__black);
	margin-bottom: 20px;
}

.modal_ask-us h3 {
	font-size: 3.6rem;

	margin-bottom: 25px;
}

@media (max-width: 760px) {
	.modal_ask-us {
		padding: 20px 15px 15px 15px;
	}

	.modal_ask-us .icon {
		width: 60px;
		height: 60px;
	}

	.modal_ask-us h3 {
		font-size: 2.7rem;

		margin-bottom: 15px;
	}
}

/* BROCHURE
----------------------------------------- */
.modal-brochure {
	padding: 0 80px 80px 80px;

	text-align: center;
}

.modal-brochure img {
	width: auto;
	height: 260px;
	margin: -30px auto 0 auto;
}

.modal-brochure h2 {
	margin-bottom: 10px;
}

.modal-brochure p {
	max-width: 580px;
	margin-bottom: 20px;
}

@media (max-width: 760px) {
	.modal-brochure {
		padding: 10px 20px 20px 20px;
	}

	.modal-brochure img {
		display: none;
	}
}

@media (max-height: 670px) {
	.modal-brochure img {
		display: none;
	}
}
