.feedback-modal {
	background: #ffffff;
	padding: 16px;
	position: fixed;
	z-index: 1000;
	display: none;
	width: 470px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 40px;
}
.feedback-modal-title {
	color: #000000;
	/* font: 26px 'Noto Sans', Arial; */
	margin-bottom:10px;
	font-weight: 800;
	font-size:  24px;
	/* padding:  40px; */padding-bottom: 20px;
    padding-top: 40px;
}
.feedback-modal input[name=autor], .feedback-modal input[name=title] {
	display:none;
}
.feedback-modal input[type=submit] {
	background: #058fc3;
	width: 100%;
	color: #fff;
}
.feedback-modal-bg {
	background: #e5e5e5;
	opacity:0.9;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	display: none;
}
.feedback-modal-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;
}
.feedback-modal-close:hover {
	color:#00838F;
}
.feedback-modal input[type=text], .feedback-modal textarea {
	border-radius: 8px;
	padding: 17px 20px !important;border: 1px solid #d7d7d7;
	transition:.5s all;
}
.feedback-modal .label label{
	color:#555555;
}
.feedback-modal input[type=text]:hover, .feedback-modal textarea:hover {
	border: 1px solid #1f2252;
}
.soglasie{
	padding: 20px 0;
	padding-top: 0;font-size: 12px;
}
.soglasie a{
	color: #058fc3;
	font-size: 12px;
}
.soglasie label{
	font-size: 12px;
}
body{
	margin: 0;
	padding: 0;
}
@media all and (max-width: 700px) {
	.feedback-modal {
		width: 90%;
	}
}