
@charset "UTF-8";

body {
    font-family: 'open_sanssemibold';
    min-width: 960px;
	color:#333333;
	background-color: #fff;
	font-size: 14px;
}
strong {
	font-family: 'open_sansextrabold';
	color:#00a94f;
	font-size: 21px;
}
b {
	font-family: 'open_sansbold';
}
a { 
	outline: none;
}
.error{
	color:red;
	border:1px solid red;
}
.hidden{
	display:none;
}
.wrap {
	width: 960px;
	margin: 0 auto;
}
.clearfix {
	width: 100%;
	clear: both;
}
a.order_call {
    font-family: 'open_sansextrabold';
	display: block;
	padding: 20px 30px;
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	font-size: 15px;
	background-color: #00a94f;
	line-height: 10px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
a.order_call:hover {
	background-color: #00d363;
}
span.h_green {
	color:#00a94f;
}

h1 {

}
h2 {
	font-family: 'open_sansextrabold';
	font-size: 30px;
	text-transform: uppercase;
	line-height: 30px;
	display: block;
	max-width: 265px;
	margin: 0 auto;
	position: relative;
}
h3 {
	font-family: 'open_sansextrabold';
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 12px;

}
h4 {
	font-family: 'open_sansextrabold';
	font-size: 18px;
	text-transform: uppercase;
}
h2.line:after {
	    content: "";
    border-top: 1px solid green;
    position: absolute;
    width: 308px;
    left: 111%;
    top: 73%;
}
h2.line:before {
	     content: "";
    border-top: 1px solid #333333;
    width: 308px;
    position: absolute;
    right:308px;
    top: 27%;;
}
/* Header block */
header{
	width:100%;
}
header a.logo {
	margin-top: 51px;
	float:left;
}
header address.header_address {
	float:left;
	font-size: 15px;
	padding: 14px 0 14px 15px;
	border-left: 1px solid #00a94f;
	margin-left: 18px;
	margin-top: 40px;
}
header span.header_text_bold {
	font-family: 'open_sansbold';
	text-transform: uppercase;
}
div.header_contact {
	margin-top: 17px;
	float:right;
}
div.header_phone {
	margin-bottom: 8px;
	margin-left: 12px;
	padding: 2px 0;
	font-family: 'open_sansbold';
	font-size: 22px;
	padding-left: 32px;
	background: url(../images/icon_phone.png) no-repeat 0 center;
}
/* End Header block */
/* Main block */
article.info_block {
	background: url(../images/bg_city.png) repeat-x;
	padding-top: 123px;
}
article.info_block div.info_bg {
	width:100%;
	margin:0 auto;
	height: 398px;
	background: url(../images/bg.png) no-repeat;
	background-size: cover;
}
article.info_block div.info_left {
	float:left;
	padding-top: 10px;
	width: 638px;
	height: 451px;
	position: relative;
	

}
article.info_block div.info_left p span{
	font-size:24px;
	font-family:open_sansextrabold;
	color:#00a94f;
}
article.info_block div.info_left .picture_block{
	height:359px;
	width:457px;
	background: url(../images/gaz.png) no-repeat center;
	position: absolute;
    bottom: -46px;
    right: -18px;
	z-index: 0;
}

article.info_block div.info_left p {
	font-family: 'open_sansextrabold';
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
		z-index: 1;
}
article.info_block ul li {
	z-index: 1;
	margin-left: 9px;
	position: relative;
	line-height: 30px;
}
article.info_block ul li:before {
	content: '';
	border: 4px solid transparent;
	border-left: 4px solid #00a94f;
	position: absolute;
	left: -8px;
	top: 11px;
}
article.info_block div.border_block {
	margin-top: 54px;
	padding: 10px;
	width: 288px;
	border: 1px dashed #575757;
	z-index: 1;
	position: relative;
	background: rgba(190,190,190,0.3);
	text-shadow: 0 0 2px #fff;
}
article.info_block div.info_right {
	float:right;
	width: 311px;
}

article.info_block div.info_right  div.form{

width: 311px;

}

div.form {
	margin-top: 10px;
	padding-top: 29px;
	width: 100%;
	border: 3px solid #00a94f;
	border-bottom: none;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article.info_block div.angle {
	width: 100%;
	height: 55px;
	background: url(../images/angle.png)no-repeat #fff;
}
article.info_block div.info_right h3 {
	text-align: center;
}
p.form_text {
	font-family: 'open_sansbold';
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	color:#00a94f;
	margin-bottom: 22px;
}
input {
	display: block;
	margin: 0 auto;
	background-color: #f4f4f4;
	padding: 20px 20px 20px 20px;
	color: #666666;
	border: none;
	margin-bottom: 15px;
	border-radius: 4px;
	width: 173px;
}
input[type=submit]{
	padding: 12px 20px 12px 20px;
}
input.order_gaz {
	font-family: 'open_sansextrabold';
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	width: 210px;
	background-color: #00a94f;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
input.order_gaz:hover {
	background-color: #00d363;
}
button.order_gaz {
	display: block;
	margin: 0 auto;
	background-color: #f4f4f4;
	padding: 20px 20px 20px 20px;
	color: #666666;
	border: none;
	margin-bottom: 15px;
	border-radius: 4px;
	width: 173px;
	font-family: 'open_sansextrabold';
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	width: 210px;
	background-color: #00a94f;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
	padding: 15px 20px 15px 20px;
}
button.order_gaz:hover {
	background-color: #00d363;
}
a.confidentiality {
    font-family: 'open_sanslight';
	font-size: 12px;
	color:#aeaeae;
	display: block;
	text-align: center;
}
article.info_list {
	margin-top: 130px;
}
article.info_list ul li {
	display: block;
	float:left;
	width: 267px;
	margin-bottom: 55px;
	margin-right: 78px;
	
}
article.info_list ul li:nth-child(3n){
	margin-right:0;
}
article.info_list h4 {
	display: block;
	background: url(../images/icon_info.png) no-repeat;
	padding-top: 90px;
	text-align: center;
}
article.info_list p {
	margin-top: 15px;
	text-align: center;
	line-height: 25px;
}
article.info_list h4.img_1 {
	background-position: 104px 0;
}
article.info_list h4.img_2 {
	background-position: -280px 0;	
}
article.info_list h4.img_3 {
	background-position: -660px 0;	
}
article.info_list h4.img_4 {
	background-position: 108px -229px;	
}
article.info_list h4.img_5 {
	background-position: -278px -223px;	
}
article.info_list h4.img_6 {
	background-position: -667px -229px;	
}
div.info_wrap {
	padding-top: 60px;
	margin: 0 auto;
}
article.reviews {
	width: 100%;
	height: 750px;
	background: url(../images/reviews_bg.png) no-repeat #00a94f;
	background-position: center;
	background-size: cover;
}
article.reviews h2 {
	text-align: center;
	color:#fff;
	padding: 55px 0;
}
article.reviews div {
	color: #fff;
}
article.reviews ul li {
	display: block;
	width: 471px;
	float:left;
	margin-right: 18px;
}
article.reviews ul li:nth-child(2n) {
	margin-right: 0;
}
article.reviews ul li:nth-child(-n+2) {
	margin-bottom: 80px;
}
article.reviews div.info_wrap {
	padding: 0;

}
article.reviews img {
	display: block;
	float:left;
	height:158px;
	width: 158px;
	border-radius: 10px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
}
article.reviews div.reviews_info {
	float:left;
	width: 285px;
	margin-left: 23px;
}
article.reviews div.reviews_name {
    font-family: 'open_sansextrabold';
    font-size: 18px;
    text-transform: uppercase;
}
article.reviews div.reviews_text {
	font-size: 13px;
	margin-top: 20px;
	line-height: 18px;
}
article.reviews a {
    font-family: 'open_sansextrabold';
	display: block;
	padding: 16px 58px;
	text-transform: uppercase;
	background-color: #00a94f;
	color:#fff;
	text-decoration: none;
	font-size: 18px;
	border:1px dashed #fff;
	border-radius: 20px;
	margin: 0 auto;
	width: 145px;
	margin-top: 52px;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
article.reviews a:hover {
	background-color: #00d363;	
}
article.job {
	padding-bottom: 105px;
	width:100%;
}
article.job h2 {
	width: 167px;
}
article.job h2:before {

	right: 204px;
    width: 340px;
}
article.job h2:after {
	width: 338px;
    left: 210px;
}
article.job ul {
	margin-top: 105px;
}
article.job ul li {
	background: url(../images/icon_job.png) no-repeat;
	padding-top: 85px;
	float:left;
	display: block;
	width: 160px;
	text-align: center;
	margin-right: 77px;
	line-height: 25px;
	position: relative;
}
article.job ul li:first-child {
	background: none;
	padding-top: 0;
}
article.job ul li:after {
	width: 40px;
	height: 73px;
	content: "";
	position: absolute;
	top: 0;
	right: -52px;
	background: url(../images/icon_arrow.png) no-repeat;
}
article.job ul li:last-child:after{
	background: none;
	width: 0;
}
article.job ul li:last-child {
	margin-right: 0;
}
article.job ul li.list_w {
	width: 246px;
}
article.job ul li.img_2 {
	background-position: -479px 0;	
}
article.job ul li.img_3 {
	background-position: -854px 0;	
}
article.job ul li.img_4 {
	background-position: -1142px 0;	
}
article.job ul li a {
	background: url(../images/icon_job.png) no-repeat -195px 0;
	padding-top: 85px;
	color:#00a94f;
	text-decoration: none;
	display: block;
}
article.job span.job_br {
	padding-bottom: 2px;
	border-bottom:1px dotted #00a94f; 
}
article.form {
	width: 100%;
	height: 489px;
	background: url(../images/bg_form.png) no-repeat center;
	background-size: cover;
}
article.form h2 {
	font-size: 25px;
	color: #fff;
	max-width: 476px;
	width:440px;
	padding-top: 90px;
	margin-bottom: 64px;
}
article.form input {
	display: inline-block;
}
article.form input.order_gaz {
	display: block;
	color:#00a94f;
	background-color: #e2e2e2;
	margin-top: 35px;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
article.form input.order_gaz:hover {
	background-color: #fff;
}
article.form button {
	display: inline-block;
}
article.form button.order_gaz {
	display: block;
	color:#00a94f;
	background-color: #e2e2e2;
	margin-top: 35px;
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
article.form button.order_gaz:hover {
	background-color: #fff;
}
article.form div.wrap_form {
	text-align: center;
    width: 960px;
    margin: 0 auto;
}
article.form input.m_r {
	margin-right: 5px;
}
/* End Main block */
/* Footer block */
footer {
	padding-bottom: 24px;
}
footer div.logodiv {
	float: left;
}
footer a.logo {
	display: block;
	margin-top: 67px;
}
footer div.district {
	margin-left: 350px;
	margin-top: -26px;
	font-family: "open_sansbold";
	font-size: 15px;
	color: rgba(51, 51, 51, 0.6);
}
footer div.ogrn {
	margin-left: 350px;
	margin-top: 10px;
	font-family: "open_sanslight";
	font-weight: bold;
	font-size: 13px;
	color: #888;
}
footer div.header_contact {
	margin-top: 35px;
}
/* End Footer block */
/* Pop window block */


div#pop_window_ok div.form {
	width: 330px;
    padding: 0 20px;
    border: 0;
    text-align: center;
}
div#pop_window_ok p {
	text-transform: uppercase;
	font-size: 14px;
}


div.simpl_form_wrap{

	width:265px;
	text-align: center;
	height:330px;

}
div.simpl_form_wrap div.form{
	border:0;
	margin-top:0;
	padding-top:0;
}
div.simpl_form_wrap p{
    font-family: 'open_sansbold';
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    color: #00a94f;
    margin-bottom: 22px;

}
div.simpl_form_wrap a.confidentiality{
    font-family: 'open_sanslight';
    font-size: 12px;
    color: #aeaeae;
    display: block;
    text-align: center;


}
div#conf_pol{
	width:843px;
	height:790px;

}
div#conf_pol h3{
	text-align: center;
	margin-bottom: 23px;
}
div#conf_pol p{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-family: 'open_sanslight';
}
div.pop_window_ok div.form{
	height:auto;
	width:auto;
	border:0;
}




/* End Pop window block */




div.mCustomScrollbar .content {
	background: url(../images/scroll/scroll_bg.png) no-repeat;
	width: 960px;
	height: 823px;
}
div.mCustomScrollbar article.all {
	
	width:960px!important;
	padding-left:8px;
	background: none;
	width: inherit;
	height: inherit;
}

div.mCustomScrollbar div.reviews_info {
	margin-left: 10px;
}
div.mCustomScrollbar ul li {
	width: 460px;
	margin-right: 0px !important;
}
div.mCustomScrollbar ul li {
	margin-bottom: 80px;
}



section[role=main]{

	width:100%;
}
footer{
	width:100%;
}

#pop_window_ok .fancybox-close-small {
	display: none;
}

#pop_window_ok {
	padding: 40px 0;
	display: none;
	background-color: #fff;
}