/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

body {
	font: 12px/18px Tahoma, Geneva, sans-serif;
	width: 100%;
}

a{
	color: #db643a;
}

a:hover{
	color: #4E5B75;
}
.wrapper {
	width: 950px;
	margin: 0 auto;
}
.inp{
	color: #888;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 30px;
}

.text_error{
	color: #db643a;
	font-size: 14px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 250px;
	background: url('../img/logo.jpg') no-repeat top center;
}

.link_logo{
	display: block;
	width: 440px;
	height: 215px;
	margin: 0 auto;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	position: relative;
	border-left: 428px solid transparent;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
.content {
	background: url('../img/dotted.gif') repeat-y left 10px;
	min-height: 360px;
	margin-top: 12px;
	padding-left: 30px;
}

.title{
	margin: 0;
	font-weight: bold;
	font-size: 56px;
	line-height: 62px;
	color: #4e5b75;
	position: relative;
    top: -11px;
}

.subtitle{
	display: block;
	font-weight: normal;
	color: #808080;
}

.content p{
	font-size: 14px;
	color: #4e5b75;
	margin-bottom: 20px;
}

.form_wrapper{
	margin-bottom: 20px;
	background: url('../img/dotted.gif') repeat-x top;
}

.form_inner{
	padding: 20px 0;
	background: url('../img/dotted.gif') repeat-x bottom;
}

.form_inner:before,
.form_inner:after {
	content: " ";
	display: table;
}
.form_inner:after {
	clear: both;
}
.form_inner {
	*zoom: 1;
}

.show_form{
	text-align: left;
	display: block;
	float: left;
	color: #fff;
	background: #db643a;
	padding: 17px 19px 17px 18px;
	margin-right: 18px;
	border-radius: 12px;
}

.show_form:hover{
	background: #4E5B75;
	color: #fff;
}

.show_form .text{
	display: inline-block;
	*display: inline;
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 3px solid #fff;
}

.show_form .descr{
	display: block;
	font-size: 14px;
	text-decoration: underline;
}

.form_inner .descr_text{
	font-size: 14px;
	color: #db643a;
	padding-top: 11px;
	padding-bottom: 10px;
}

.input_wrapper{
	float: left;
	width: 230px;
	height: 34px;
	border: 2px solid #D0D2D3;
	position: relative;
	z-index: 0;
}

.input_wrapper .inp{
	border: 0 none;
	width: 100%;
	height: 100%;
}

.input_wrapper .submit{
	display: block;
	cursor: pointer;
	height: 100%;
	width: 30px;
	border: 1px solid #fff;
	background: url('../img/submit.jpg') center no-repeat;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	color: transparent;
}

.input_wrapper .submit:hover, .input_wrapper .submit:disabled {
	background-image: url('../img/submit_hover.jpg');
}

.input_wrapper.error .inp{
	outline: 2px solid #db643a;
}

.contact p{
	margin: 0;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 426px;
	position: relative;
	left: -426px;
	background: url('../img/visual_left.jpg') no-repeat right top;
	min-height: 367px;
	text-align: center;
}

.social__list{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 70px;
}

.social__list li{
	margin: 0 0 20px 0;
	text-align: center;
	display: block;
}

.social__list li img{
	display: block;
	border: 0 none;
	margin: auto;
}

.text_block{
	display: inline-block;
	*display: inline;
	color: #fff;
	background: #72848f;
	font-size: 20px;
	line-height: 28px;
    padding: 0 7px 2px;
    position: relative;
    top: 340px;
    max-width: 90%;
}

/* ----------------------------------- popup */

.popup{
	display: none;
	position: absolute;
	z-index: 100;
	width: 558px;
    margin: auto;  
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
	border: 10px solid #72848f;
	background: #fff;
	box-shadow: -3px 3px 10px 0 #888;
	padding: 38px 30px 15px;
	box-sizing: border-box;
}
.popup.message{
	padding-top: 30px;
	padding-bottom: 30px;
}
.popup .close{
	position: absolute;
	top: 10px;
	right: 10px;
}

.popup .close img{
	display: block;
	border: 0 none;
}

.popup_inner{

	font-size: 20px;
	color: #808080;
}

.popup_inner th{
	font-weight: normal;
	vertical-align: middle;
	width: 100px;
	padding-right: 13px;
	white-space: nowrap;
	text-align: left;
}

.popup_inner td, .popup_inner th{
	padding-bottom: 5px;
}

.popup_inner .inp{
	border: 1px solid #D0D2D3;
	width: 100%;
	height: 38px;
}

.popup_inner .inp.text{
	min-height: 160px;
	resize: none;
	margin: 5px 0;
}

.popup_inner .error .inp{
	border-color: #db643a;
}

.popup_inner .submit{
	cursor: pointer;
	border: 0 none;
	text-align: center;
	display: block;
	float: right;
	color: #fff;
	background: #db643a;
	border-radius: 12px;
	font-size: 26px;
	text-decoration: underline;
	padding: 5px 14px 8px;
	text-transform: uppercase;
	font-weight: bold;
}

.popup_inner .submit:hover, .popup_inner .submit:disabled {
	background: #4E5B75;
	color: #fff;
}
