/* ФОРМА ОБРАТНОГО ЗВОНКА */
.popup-window,
.popup-window-content-row .popup-window-center-column {
	background:rgba(0,0,0,0);
	box-shadow:none;
	border:none;
	border-radius:0;
}
a.popup-window-close-icon {
	background:url(../images/popup-close.png) no-repeat 0 0;
	width:21px;
	height:22px;
	position:absolute;
	top:28px;
	right:23px;
}
a.popup-window-close-icon:hover {
	background-image:url(../images/popup-close.png);
	background-position:0 -22px;
}
.popup-form {
	background:none;
	height:auto;
}
.popup-form .popup-form-container {
	background:url(../images/popup-bcg.png) no-repeat top center;
	width:439px;
	height:243px;
	position:relative;
	padding-top:16px;
}
.popup-form .form-text {
	padding:10px 20px;
	text-align:center;
}
.popup-form .form-text input::-webkit-input-placeholder,
.popup-form .form-text textarea::-webkit-input-placeholder {
	color:#5a5b7c;
	text-transform:uppercase;
}
.popup-form .form-text input:-moz-placeholder,
.popup-form .form-text textarea:-moz-placeholder {
	color:#5a5b7c;
	text-transform:uppercase;
}
.popup-form h2 {
	color:#fff;
	text-shadow:1px 1px 0 #000;
	background:url(../images/popup-title-bcg.png);
	font-size:24px;
	text-align:center;
	font-weight:normal;
	margin:0 5px 10px 5px;
	height:34px;
	line-height:34px;
	text-transform:uppercase;
	position:relative;
}
.popup-form h2:after,
.popup-form h2:before {
	content:'';
	position:absolute;
	top:0;
	display:block;
	width:61px;
	height:61px;
}
.popup-form h2:after {
	background:url(../images/popup-title-after.png?v1);
	right:-61px;
}
.popup-form h2:before {
	background:url(../images/popup-title-before.png?v1);
	left:-61px;
}
.popup-form .form-line {
	margin-bottom:10px;
}

.form-line input[type="text"],
.form-line textarea {
	border:none;
	background:#fff;
	padding:7px 10px;
	color:#5a5b7c;
	width:360px;
	border:1px solid #5a5b7c;
	border-radius:10px;
}
.form-line a {
	font-weight:bold;
	font-size:1.1em;
}
.form-line a img {
	height:60px;
}
.popup-window .button-container {
	width:100%;
	text-align:center;
}
.popup-window .btn {
	position:relative;
}
.popup-window .btn:after,
.popup-window .btn:before {
	content:'';
	display:block;
	background:url(../images/popup-flower.png) no-repeat;
	width:43px;
	height:52px;
	position:absolute;
	top:-10px;
}
.popup-window .btn:after {
	right: -60px;
}
.popup-window .btn:before {
	left: -60px;
}
.popup-window-overlay {
	opacity:.8;
}
/* КОНЕЦ ФОРМА ОБРАТНОГО ЗВОНКА */*/
