.shadowBg {
    display: none;
    background: rgba(0, 0 , 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.pr_phoneform {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -555px;
	margin-top: -310px;
	width: 1110px;
	height: 620px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 210;
}

.pr_phoneform img {
	display: block;
	float: left;
	width: 688px;
	height: 620px;
}

.pr_close {
	position: absolute;
	background: url(closed.png) top left no-repeat;
	width: 45px;
	height: 45px;
	top: 20px;
	right: 20px;
	outline: none;
	cursor: pointer;
}

.pr_close:hover {
	background: url(closed.png) bottom left no-repeat;
}

.pr_formCont {
	box-sizing: content-box;
	float: left;
	position: relative;
	padding-left: 60px;
	width: 362px;
}

.pr_phoneform h2 {
	font-family: 'OpenSans-Regular';
	color: #000;
	font-size: 30px;
	margin: 50px 0 25px 0;
}

.pr_label {
	font-weight: normal;
    font-family: 'OpenSans-Bold';
    font-size: 20px;
    color: #000;
    line-height: 55px;
    height: auto;
    clear: none;
}

.pr_phoneform input[type=text] {
	box-sizing: content-box;
	width: 280px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f5f5f5;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2) inset;
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2) inset;
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2) inset;
    border: 0;
    outline: none;
    margin-bottom: 10px;
}

.pr_checkbox {
	overflow: hidden;
	margin-top: 15px;
}

.pr_phoneform input[type=checkbox] {
	display: block;
	float: left;
	margin: 4px 20px 0 0;
}

.pr_checkbox label {
	display: block;
	float: left;
	width: 270px;
	font-size: 16px;
	font-family: 'OpenSans-Light';
	height: auto; 
    line-height: normal; 
    clear: none;
}

.pr_checkbox a {
	color: #880000;
	text-decoration: underline;
}

.pr_checkbox a:hover {
	text-decoration: none;
}

.pr_button {
	font-family: 'OpenSans-Bold';
	padding: 0 40px;
	line-height: 60px;
	background: #880000;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin-top: 25px;
	transition: 0.2s;
	cursor: pointer;
}

.pr_phoneform .g-recaptcha {
	margin-top: 25px;
	width: 300px;
}

.pr_button:hover {
	background: #e47a1e;
	transition: 0.2s;
}

/* ---- Мобильная ---- */

.pr_phoneform_m {
	display: none;
	position: fixed;
	top: 50%;
	margin-top: -500px;
	/*left: 50%;
	margin-left: -300px;*/
	left: 60px;
	width: 600px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 210;
}

.pr_close_m {
	position: absolute;
	background: url(closedM.png) no-repeat;
	width: 45px;
	height: 45px;
	top: -55px;
	right: 0;
}

.pr_phoneform_m img {
	display: block;
	width: 600px;
	height: 540px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.pr_phoneform_m h2 {
	font-family: 'FiraSans-SemiBold';
	color: #000;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 50px 0 25px 30px;
}

.pr_phoneform_m .pr_label {
	font-weight: normal;
    font-family: 'FiraSans-Light';
    font-size: 28px;
    color: #000;
    line-height: 70px;
    margin-left: 30px;
    height: auto;
    clear: none;
}

.pr_phoneform_m input[type=text] {
	width: 500px;
    height: 80px;
    padding: 0 20px;
    line-height: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f5f5f5;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2) inset;
    -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2) inset;
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2) inset;
    border: 0;
    outline: none;
    margin-top: 30px;
    margin-left: 30px;
    font-size: 24px;
}

.pr_phoneform_m .pr_button {
	width: 540px;
	line-height: 90px;
	font-family: 'FiraSans-SemiBold';
	font-weight: normal;
	font-size: 40px;
	padding: 0;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}

.pr_checkboxAlert,
.pr_captchaAlert,
.pr_alert {
	display: none;
	font-size: 14px;
	font-family: 'OpenSans-Light';
	color: #880000;
	margin: 10px 0;
}

.pr_m_alert {
	display: none;
	font-size: 24px;
	font-family: 'OpenSans-Light';
	color: #880000;
	margin: 15px 0;
}

input[type=text].pr_inpAlert {
	border: 1px solid #880000;
}

.block-pr-phoneform .h1title,
.block-pr-phoneform .mainCatalogTitle {
	display: none;
}