.adds-modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99980;
}

.adds-modal>img, .adds-modal>video {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: auto; /*чтобы контент не расползался*/
	z-index: 99990;
}

.adds-modal .close_modal_window {
	color: #dc143c;
	float: right;
	font-size: 42px;
	padding: 15px 20px;
	font-weight: bold;
	cursor: pointer;
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 99999;
	display: none;
}