@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
------------------------------------------------------------------------------*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
/*----------------- Eric Meyer code end --------------- */



/* Extra
------------------------------------------------------- */
strong {
	font-weight: bold;	
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
td, td img {
	vertical-align: top;	/* возвращаем привычное вертикальное выравнивание */
}

/* Forms
-----------------------------------------------------------------   */
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 		/* делаем размер шрифтов везде одинаковым */
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 			/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] { 	/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;  /* курсор в виде руки для всех кликабельных элементов форм */
}
.conacts_container {
	border: 1px solid #ededed;
	padding: 5px;
	height: 1400px;
	min-height: 1190px;
	position: relative;
}
#YMapsID {height: 1400px !important;}

.conacts_container .contacnts_map{
	float: right;
	position: relative;
	z-index: 1;
}

.conacts_container .contacts_description{
	padding: 16px;
	width: 405px;
}

.conacts_container .contacts_form{
	width: 445px;
	position: absolute;
	
        bottom: 5px;
	left: 5px;
	margin: 0;

}
.contacts_form{
vertical-align: bottom;
}
.conacts_container .contacts_form h2{
	margin-left: 12px;
}
.conacts_container .contacts_form label{
	display: inline-block;
}
.conacts_container .contacts_form #ask_dop table{
	width: 396px;
	padding: 21px;
}
.conacts_container .contacts_form #ask_dop td{
	padding-bottom: 0;
}
.conacts_container .contacts_form .frame_gray {
	border: none;
}
.conacts_container .contacts_form .frame_gray td{
	padding: 0px;
}

.conacts_container .contacts_form #ask_dop .form input.text{
	width: 170px;
	margin-right: 45px;
}
.conacts_container .contacts_form #ask_dop .form textarea.text{
	width: 396px;
	min-width: 396px;
	max-width: 396px;
	margin-bottom: 1em;
	resize: none;
}
.conacts_container .contacts_form .form .submit {
	text-align: right;
	margin-right: 45px;
}
	
.conacts_container .contacts_form .form .submit input{
	background: #f9f9f9 url(../i/bg_total.gif) repeat-x bottom;
	border: 1px solid #dfdfdf;
	color: #252223;
	outline: none;
	cursor: pointer;
}
.conacts_container .contacts_form #imgcode_ss{
	padding-top: 8px;
}

.conacts_container .contacts_form .form .submit input:hover {
	background: #80b43a url(../i/bg_button.gif) repeat-x bottom;
	color: #ffffff;
	border-color: #ffffff;
}
.all_gas i{
	background: url(../i/all_gas.png) no-repeat;
	height: 48px;
	display: inline-block;
	margin-bottom: -20px;
	margin-right: 10px;
	width: 48px;
}

.cntct_p{border-top: 2px solid #167b26;
    border-bottom: 2px solid #167b26;
        font-weight: 700;
    padding: 10px 0px;}