._modal3 {
	background: #ffffff;
	padding: 16px;
	position: fixed;
	z-index: 1000;
	display: none;
	width: 570px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding:  42px;
}
._modal3-title {
	color: #000000;
	/* font: 26px 'Noto Sans', Arial; */
	margin-bottom:10px;
	font-weight: 800;
	font-size: 24px;
	padding-top: 38px;
	padding-bottom:  40px;
}
._modal3 input[name=autor], ._modal3 input[name=title] {
	display:none;
}
.modal_text p:last-child {
	padding-bottom:0 !important;
}
._modal3-bg {
	background: #e5e5e5;
	opacity:0.9;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	display: none;
}
._modal3-close {
	color: #36393D;
	position:absolute;
	top: 24px;
	right: 24px;
	background:url(/droid/templates/standart/design/img/close.jpg) top right no-repeat;
	width: 24px;
	height: 24px;
}
._modal3-close:hover {
	color:#00838F;
}
body{
	margin: 0;
	padding: 0;
}
@media all and (max-width: 700px) {
	._modal3 {
		width: 90%;
		height: 100% !important;
	}
	._modal3>div{
		overflow-y: auto !important;
		height: 100% !important;
	}
}