* {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}

body {
	background-color: #e6e6e6;
}

small {
  font-size: smaller;
}

form {
	display: block;
	margin-top: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none; 
}

button:active, button:focus,
.button:active, .button:focus,
.form_input:active, .form_input:focus,
.form_textarea:active, .form_textarea:focus {
	outline: none !important;
}

button::-moz-focus-inner,
.form_input::-moz-focus-inner,
.form_textarea::-moz-focus-inner {
	border: 0 !important;
}

@font-face {
  font-family: 'Arial Narrow';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/arialn.ttf") format("truetype"); 
}

@font-face {
  font-family: 'Arial Narrow';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/arialnb.ttf") format("truetype"); 
}
    
.red {
	color: red;
}
  
.edit, .button, .form_input, .form_textarea {
	font-family: 'Arial Narrow', Arial, sans-serif;
	-webkit-box-shadow: 0.2em 0.2em 5px rgba(30,30,30,0.75);
	-moz-box-shadow: 0.2em 0.2em 5px rgba(30,30,30,0.75);
	box-shadow: 0.2em 0.2em 5px rgba(30,30,30,0.75);
}

.edit {
	margin: 0 0 10px;
 	padding: 0 0 0 5px;
	border: 2px solid #fdfdfd;
	width: 100%;
	height: 26px;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button {
 	border: none;
	width: 100%;
 	height: 32px;
 	font-size: 19px;
 	padding: 0 25px;
 	border-radius: 6px;
 	cursor: pointer;
 	margin: 10px 0 0;
 	background-color: #ffc726;
}

.button:hover {
	background-color: #f5a210;
}

#page {
	background: white;
	width: 960px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px 2px rgba(122,122,122,0.5);
	-moz-box-shadow: 0 0 5px 2px rgba(122,122,122,0.5);
	box-shadow: 0 0 5px 2px rgba(122,122,122,0.5);
}

#header, #footer, #row1, #row2, #row2a, #row3, #row4, #row5, #row6, #row7 {
	width: 100%;
	overflow: hidden;
	background: white;
	text-align: center;
	clear: both;
}

#row2 {
	background-color: #f4f2f2;
}

#header {
	text-align: left;
	height: 121 px;
	background: url('../img/i1.jpg') no-repeat;
}

#footer {
	height: 228px;
}

#mainlink {
	float: left;
}

#coord {
	float: right;
	width: 300px;
	height: 100%;
	padding: 6px;
	text-align: center;
}

#button_zak {
 	border: none;
	width: 235px;
 	height: 48px;
 	cursor: pointer;
 	margin: 6px 0 0 0;
 	background: url('../img/button1.jpg') no-repeat;
}

#row1 {
	height: 354px;
	position: relative;
	background: url('../img/i2.jpg') no-repeat;
}

#frm_cont {
	position: absolute;
	top: 64px;
	right: 109px;
	width: 215px;
	height: 259px;
	background: url('../img/bg_frm.jpg') no-repeat;
}

#frm_cont_msg {
	padding: 11px 28px 0 28px;
	font-family: 'Arial Narrow';
	font-size: 16px;
	font-weight: bold;
}

.frm_cont {
	position: absolute;
	width: 153px;
	left: 29px;
	top: 80px;
}

#row3, #row5 {
	background-color: #e9e5e5;
}

#row_izg_h {
	height: 65px;
	padding: 25px;
	text-align: center;
}

.row_izg {
	height: 257px;
}

.cell_izg {
	width: 25%;
	float: left;
	text-align: center;
	padding: 20px 0 20px 0;
}

.row_btn1 {
	height: 95px;
	text-align: center;
}

#button_more {
 	border: none;
	width: 384px;
 	height: 69px;
 	cursor: pointer;
 	background: url('../img/button2.jpg') no-repeat;
}

#button_more_t {
 	border: none;
	width: 384px;
 	height: 69px;
 	cursor: pointer;
 	background: url('../img/button2.png') no-repeat;
}

.row_btn2 {
	height: 105px;
	text-align: center;
	clear: both;
	padding-top: 10px;
}

#button_calc {
 	border: none;
	width: 435px;
 	height: 82px;
 	cursor: pointer;
 	background: url('../img/button3.png') no-repeat;
}

#row_isp_h {
	height: 50px;
	text-align: center;
	padding-top: 15px;
}

#row_isp_l {
	border-bottom: 3px solid #ffc726;
}

#row_isp_b {
	text-align: center;
	padding: 0 78px 0 78px;
}

.row_isp_t {
	width:90%;
	margin: 0 auto;
	clear: both;
}

.cell_isp {
	width: 33.3333%;
	height: 255px;
	float: left;
	text-align: center;
	padding: 5px 0 5px 0;
	background: url('../img/box_shadow.jpg') no-repeat center;
}

.cell_box {
	width: 33.3333%;
	height: 310px;
	float: left;
	text-align: center;
	padding: 5px 0 5px 0;
}

#row_prich {
	height: 50px;
	text-align: center;
	padding-top: 15px;
}

#row_prich2 {
	width: 55%;
	padding-top: 15px;
	clear: both;
	margin: 0 auto;
	height: 290px;
}

.cell_prich {
	width: 33.3333%;
	height: 340px;
	float: left;
	text-align: center;
	padding: 5px 0 5px 0;
}

.cell_prich1, .cell_prich2 {
	width: 245px;
	text-align: center;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.cell_prich1 {
	float: left;
}

.cell_prich2 {
	float: right;
}

#row4 {
	padding-bottom: 15px;
}

#row_pro {
	height: 50px;
	padding: 15px 0 0 0;
}

#carousel_conteiner{
	position: relative;
	width: 836px;
	height: 128px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#carousel_wrapper {
	width: 736px;
	margin: 0 auto;
}

.carousel_viewport li img {
	width: 144px;
	height: 108px;
	margin: 10px 20px 10px 20px;
}
		
.carousel_button_prev,
.carousel_button_next {  
	position: absolute;
	width: 44px;
	height: 44px;
	top: calc(50% - 22px);
	cursor: pointer; 
	z-index: 4;    
}

.carousel_button_prev {
	left: 0px;
	background:url('../img/button_prev.jpg') no-repeat;
}

.carousel_button_next {
	right: 0px;
	background:url('../img/button_next.jpg') no-repeat;   
}

#row5 {
	padding-bottom:20px;
}

#row_onas {
	height: 44px;
	padding: 15px 0 0 0;
}

.row_onas_cnt {
	width: 77%;
	margin: 0 auto;
	clear: both;
	height: 187px;
}

.cell_onas {
	width: 25%;
	float: left;
	text-align: center;
	padding: 5px 0 5px 0;
}

#row_clients {
	padding: 25px 0 5px 0;
}

#row7 {
	height: 87px;
	background: url('../img/q1.jpg') no-repeat #265bbc;
}

#button_q {
	float: right;
	padding: 15px 27px 0 0;

}

#button_query {
 	border: none;
	width: 343px;
 	height: 67px;
 	cursor: pointer;
 	background: url('../img/button4.jpg') no-repeat;
}


#f_logo {
	float: left;
	width: 144px;
	height: 124px;
	background: url('../img/logo1.jpg') no-repeat;
}

#f_left {
	float: left;
}

#f_left_top {
	padding: 32px 0 0 0;
}

#f_left_r1 {
	padding: 5px 0 0 0;
}

#f_left_r2 {
	padding: 5px 0 0 0;
	text-align: left;
}

#f_right {
	float: right;
	padding: 50px 30px 0 0;
	text-align: left;
}

#f_mail {
	clear: both;
	padding: 8px 0 0 120px;
	text-align: left;
}


/* Text styles */

.roman1, .roman2, .roman2a, .roman3  {
	font-family: "Times New Roman", Times, serif;
}

.roman1 {
	font-size: 21.58px;
	font-weight: bold;
}

.roman2, .roman2a {
	font-size: 23.72px;
	text-decoration: none;
}

.roman2 {
	font-weight: bold;
}

.roman3 {
	font-size: 18px;
	font-weight: bold;
}


.z1, .z2, .z3, .z4, .z5, .z6, .z7{
	font-family: "Arial Narrow";	
	font-weight: bold;
}

.z1 {
	font-size: 36px;
}

.z2 {
	font-size: 29px;
}

.z2 a {	
	font-family: "Arial Narrow";	
	font-size: 29px;
	font-weight: bold;
	text-decoration: none;
}

.z3 {
	font-size: 33px;
	color: #f00c0c;
	padding: 44px 0 0 0;
}
	
.z4 {
	font-size: 25px;
	padding: 22px 0 8px 0;
}	

.z5 {
	font-size: 22px;
	padding: 23px 0 9px 0;
}	

.z6 {
	font-size: 19px;
	padding: 24px 0px 10px 0;
}	

.z7 {
	font-size: 17px;
	padding: 5px 25px 0 25px;
}	

.z8  {
	font-size: 22px;
}	


/* forms */
#modal_form {
	top: 50%; 
	left: 50%; 
	width: 250px;
	height: 434px; 
	position: fixed; 
	margin-top: -217px; 
	margin-left: -125px; 
	border-radius: 7px;
	border: 2px #555 solid;
	background: #e5e5e5;
	display: none; 
	opacity: 0;  
	z-index: 7; 
	padding: 22px;
	-webkit-box-shadow: 0px 0px 43px 9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 43px 9px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 43px 9px rgba(0,0,0,0.75);
}

#modal_form #modal_close {
	width:16px;
	height:16px;
	position:absolute;
	top:6px;
	right:6px;
	cursor:pointer;
	display:block;
	background:url('../img/cross-button.png') no-repeat;
}

/* Подложка */
#overlay {
	z-index: 5; 
	position: fixed; 
	background-color: #000; 
	opacity: 0.7; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	cursor: pointer;
	display: none; 
}

#loading{
	position: relative;
	top: 3px;
	left: 8px;
	visibility: hidden;
}

#modal_text{
	margin:0 0 20px 0;
	text-align: center;
}

.form_text{
	font-family: arial,sans-serif; 
	font-size: 10pt;
	color: #333333;
}

.form_hdr{
	font-family: arial,sans-serif; 
	font-size: 18pt;
	color: #333333;
}

.form_textarea, .form_input {
	margin: 0 0 10px;
 	padding: 0 0 0 5px;
	border: 2px solid #ffc726;
	width: 100%;
	resize: none;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form_textarea:active, .form_textarea:focus {
	border: 2px solid #f5a210;
}

.form_input{
	height: 26px;
}

.form_input:active, .form_input:focus {
	border: 2px solid #f5a210;
}

.form_input_captcha {
	width: 100px;
}

.captcha_img {
	margin-bottom: 8px;
}

#form_button_cnt {
	width: 100%;
}

.form_button_place, .form_button_hole {
	float: left;
}

.form_button_place {
	width: 66%;
}

.form_button_hole {
	width: 17%;
	margin-top: 16px;
}
