/*
Theme Name: DevAlex
Author: Alex Ermakov
Author URI: https://t.me/AlexErmakov
Version: 0.0.1
*/

.fancybox__backdrop:has(+.fancybox__carousel .modal_thanks) {
	background: #212121;
}

.modal_thanks {
	background: transparent;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
	width: 100%;
	padding: 0 50px;
	pointer-events: none;
	display: none;
}

.modal_thanks .is-close-btn {
	display: none;
}
