.modal {
	display: none;
}
.modal.fixed {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	margin: 0;
	padding: 50px 40px;
}
.fancybox-container .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	z-index: 99998;
}
.fancybox-container .close::after {
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(/_/common/img/sprite.png) -615px -55px no-repeat;
}

.modal_gallery .aside .close,
.modal_gallery .fancybox-content .close, {
	display: none;
}

.fancybox-navigation .fancybox-button {
	top: 0;
	width: 30%;
	height: 100%;
	background: none;
}
.fancybox-navigation .fancybox-button:disabled {
	opacity: 0.6;
}
.fancybox-button--arrow_left {
	padding: 30px 20px 30px 10px;
}
.fancybox-button--arrow_right {
	padding: 30px 10px 30px 20px;
}
.fancybox-navigation .fancybox-button::after {
	content: '';
	display: block;
	width: 21px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	background-image: url(/_/common/img/sprite.png);
}
.fancybox-button--arrow_left::after {
	left: 30%;
	background-position: -30px -101px;
}
.fancybox-button--arrow_right::after {
	right: 30%;
	background-position: -51px -101px;
}

.fancybox-infobar {
	width: 100%;
	color: #f6f5f4;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.modal_message {
	display: inline-block;
	width: 600px;
	padding: 50px 30px;
	font-size: 16px;
	text-align: center;
}
.modal_message_title {
	margin: 20px 0 30px;
	color: #0c3970;
	font-size: 24px;
	font-weight: 600;
}
.modal_message_text {
	margin: 20px 0;
	line-height: 1.5;
	font-size: 16px;
}