.modal_content {
		/* padding-bottom: 70px; */
}
.modal {
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 1050;
		width: 90%;
		max-height: 80vh;
		bottom: auto;
		max-width: 1360px;
		-webkit-transform: translate3d(-50%, -51%, 0);
		-moz-transform: translate3d(-50%, -51%, 0);
		transform: translate3d(-50%, -51%, 0);
		overflow: auto;
		background-color: #ffffff;
		border: 1px solid #999;
		border: 1px solid rgba(0, 0, 0, 0.3);
		-moz-border-radius: 6px;
		-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
		box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box;
}
.modal.fade {
		/* top: -25%; */

		-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
		-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
		-ms-transition: opacity 0.3s linear, top 0.3s ease-out;
		-o-transition: opacity 0.3s linear, top 0.3s ease-out;
		transition: opacity 0.3s linear, top 0.3s ease-out;
}
.fade {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: opacity 0.15s linear;
		-moz-transition: opacity 0.15s linear;
		-ms-transition: opacity 0.15s linear;
		-o-transition: opacity 0.15s linear;
		transition: opacity 0.15s linear;
}
.modal-body {
		max-height: 400px;
		padding: 15px;
		overflow-y: auto;
}
.modal.fade.in {
		/* top: 60%; */
}
/*.close-thik{
	color: #0d1a27 !important;
	opacity: 0.7 !important;
	font-weight: normal !important;
}
.close-thik:after {
		content: '\2573';
}*/

.modal_news_date {
		font-size: 12px;
		/* font-family: "Arial"; */
		color: rgba(51, 51, 51, 0.502);
		line-height: 1.667;
		width: 50%;
}
.modal_news_close {
		float: right;
		width: 25px;
		height: 25px;
		margin-left: auto;
}
.modal-header {
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		padding: 30px 4% 20px;
}
.modal-header {
		border-bottom: none;
		border-top: 2px solid #5c9ddc;
}
.modal_content_title {
		font-size: 48px;
		/* font-family: "ACaslonPro"; */
		color: rgb(51, 51, 51);
		line-height: 1;
		text-align: left;
}
.modal_content_subtitle {
		font-size: 18px;
		/* font-family: "Arial"; */
		color: rgb(0, 0, 0);
		line-height: 1.555;
		text-align: left;
}
.modal_content_text {
		font-size: 15px;
		/* font-family: "Arial"; */
		color: rgb(0, 0, 0);
		line-height: 1.4;
		text-align: left;
}
.modal_text_wrapper {
		width: 92%;
		margin: 0 auto;
		padding: 10px 0;
}
.discl__input {
		margin-top: 20px;
		margin-bottom: 10px;
}

DIV.images-block, VIDEO {
	width: 640px;
}
@media screen and (max-width: 1024px) {
	DIV.images-block, VIDEO {
		width: 400px;
	}
}
@media screen and (max-width: 768px) {
	DIV.images-block, VIDEO {
		width: 300px;
	}
}
