.top10_popup-with-form{
	text-decoration: none;
	color: gray;
}
.top10_black-popup-block *,
.top10_black-popup-block-success * {margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;text-align:center;}
.top10_black-popup-block,
.top10_black-popup-block-success {
	background: url(images/feedback-bg.png) #333;
	padding: 15px;
	text-align: left;
	max-width: 590px;
	margin: 40px auto;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.6);
	color: #222;
	font-size: 12px;
	font-family: Arial;
}
#top10_feedback .mfp-close,
#top10_feedback-success .mfp-close {
	color: #333;
	top: -5px;
	right: -5px;
}
#top10_feedback header,
#top10_feedback-success header {
	font-size: 20px;
	position: absolute;
	top: -30px;
	color: #fff;
}
#top10_feedback section.top10_left {
	width: 365px;
	padding-right: 10px;
	border-right: 1px solid #555555;
	display: table-cell;
}
#top10_feedback section.top10_left ul li {
	list-style: none;
}
#top10_feedback section.top10_right {
	width: 200px;
	padding-left: 15px;
	display: table-cell;
}
#top10_feedback section strong,
#top10_feedback-success section strong {
	font-size: 13px;
	font-weight: bold;
}
#top10_feedback section .top10_phone {
	font-size: 42px;
	line-height: 48px;
	color: #1e4170;
	text-shadow: 1px 3px 4px rgba(0,0,0,0.5);
}
#top10_feedback section ul {
	margin: 4px 0;
}
#top10_feedback section ul li {
	line-height: 21px;
}
#top10_feedback section ul li:before {
	content: "\2043";
	margin-left: 0ex;
	margin-right: 1ex;
}
#top10_feedback section input[type="text"] {
	margin: 0;
	padding: 0 12px;
	border: none;
	height: 41px;
	border-radius: 3px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.4) inset;
	background-color:#eee;
	width: 176px;
	margin: 8px 0;
	color: #1E4170;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
}
#top10_feedback section textarea[type="text"] {
	margin: 0;
	padding: 10px 12px;
	border: none;
	height: 60px;
	border-radius: 3px;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.4) inset;
	background-color:#eee;
	width: 176px;
	margin: 8px 0;
	color: #1E4170;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#top10_feedback section input.top10_submit {
	font-weight: 700;
	color: white;
	text-decoration: none;
	padding: .8em 1em calc(.8em + 3px);
	border-radius: 3px;
	background: #1e4170;
	transition: 0.2s;
	border: none;
	cursor: pointer;
	width: 200px;
	margin-top: 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.35);
	box-shadow:none;
}
#top10_feedback section input.top10_submit:hover {
	background: rgba(30,65,112,0.8);
}
#top10_feedback section input.top10_submit:active {
	background: #1e4170;
	box-shadow: 0 3px #1e4170 inset;
}
#top10_feedback section input.top10_submit:focus {
	outline: none;
}
#top10_slider-time-range {
	height: 10px;
	background: #eee;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5) inset;
	border: none;
	border-radius: 3px;
	position: relative;
	margin: 24px auto 10px auto;
}
#top10_slider-time-range a.ui-slider-handle {
	position: absolute;
	border: none;
	width: 44px;
	height: 21px;
	background: url(images/feedback-time-range-label.png) no-repeat;
	top: -20px;
	margin-left: -21px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	cursor: pointer;
}
#top10_slider-time-range a.ui-slider-handle:focus {
	outline: none;
}
#top10_slider-time-range .ui-slider-range {
	background: #1e4170;
	cursor:pointer;
}
.text{
	text-align:left;
	line-height:21px;
	margin-top:12px;
}
input[type="text"]::-webkit-input-placeholder {color:#9baec7;}