﻿* {
	margin: 0;
	padding: 0;
}

body {
	overflow-y:scroll;
	background-image: url(../images/fon_bg.png);
    background-repeat: repeat;
}



/* header begin */

#header_fon {
	height: 213px;
	background-image: url(../images/header_fon.png);
    background-repeat: repeat-x;
}

#header {
	height: 213px;
	width: 1100px;
	margin: 0 auto;
	outline: 0px solid red;
	background-image: url(../images/header.png);
    background-repeat: no-repeat;
}

.logo a {
	width: 218px;
	height: 118px;
	background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    outline: 0px solid red;
	margin-left: 73px;
	display: block;
}

.logo {
	width: 253px;
}

.shema {
	width: 498px;
	height: 118px;
	outline: 0px solid red;
	-moz-box-sizing: border-box; /* for Firefox */
    -webkit-box-sizing: border-box; /* for Safari и Chrome */
    box-sizing: border-box; /* for IE и Opera */
	padding-left: 107px;
}

.contacts {
	width: 253px;
	height: 118px;
	outline: 0px solid red;
	padding-left: 48px;
}

.shema_pict {
	width: 192px;
	height: 60px;
	background-image: url(../images/shema.png);
    background-repeat: no-repeat;
	margin: 18px auto 0px auto;
	padding-bottom: 1px;
}

.header_list li {
	list-style-type: none;
	float: left;
	outline: 0px solid red;
}

.text_shema {
	font: italic 12px "Myriad Pro";
	color: white;
	text-transform: uppercase;
	text-align: center;
	line-height: 17px;
	padding-left: -7px;
	margin-left: -12px;
}

#language li {
	list-style-type: none;
	float: right;
	outline: 0px solid red;
	margin-left: 29px;
}

#language {
	height: 18px;
	padding-top: 12px;
}

.eng a {
	width: 27px;
	height: 18px;
	display: block;
	background-image: url(../images/eng.png);
    background-repeat: no-repeat;
}

.rus a {
	width: 27px;
	height: 18px;
	display: block;
	background-image: url(../images/rus.png);
    background-repeat: no-repeat;
}

.sir a {
	width: 27px;
	height: 18px;
	display: block;
	background-image: url(../images/sir.png);
    background-repeat: no-repeat;
}
.clear {
	clear: both;
}

.head_adress {
	font: 18px "Myriad Pro";
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
}

.head_tell {
	font: 16px "Myriad Pro";
	color: white;
	padding-left: 32px;
	padding-top: -10px;
	position: relative;
	top: -22px;
}

.adress_contacts {
	float: right;
}

.pict_tell {
	width: 24px;
	height: 19px;
	background-image: url(../images/tell.png);
    background-repeat: no-repeat;	
    padding-left: -10px;
}

.menu {
	min-width: 590px;
	height: 32px;
	outline: 0px solid red;
	margin-left: 462px;
	padding-top: 14px;
}

.menu ul li {
	list-style-type: none;

	
}

.menu ul {
	display: table-row;
	margin-right: -31px;
}

.menu ul li {
	
	display: table-cell;
	width: auto;
	height: 32px;
	text-align: center;
	outline: 0px solid red;
	vertical-align: bottom;
}

.menu ul li a {
	height: 32px;
	font: 16px "Myriad Pro";
	color: white;
	text-decoration: none;
	/*display: block;*/
	display: table-cell;
	vertical-align: middle;
	padding: 0 23px;
	
	
	
}

.menu ul li a.active {
	height: 32px;
	-moz-box-sizing: border-box; /* for Firefox */
    -webkit-box-sizing: border-box; /* for Safari и Chrome */
    box-sizing: border-box; /* for IE и Opera */
	background-color: #191a1e;
	border-radius: 5px;
	border-bottom: 1px solid #696d71;
	
	
}

.menu ul li a.hov:hover {	
	height: 32px;
	-moz-box-sizing: border-box; /* for Firefox */
    -webkit-box-sizing: border-box; /* for Safari и Chrome */
    box-sizing: border-box; /* for IE и Opera */
	background-color: #191a1e;
	border-radius: 5px;
	border-bottom: 1px solid #696d71;	
}


/* header end */









/* slider begin */

#slider-wrap{ /* Оболочка слайдера и кнопок */
	width:1004px;
	margin: 0 auto; 
	position: relative;
	top: -41px;
	z-index: 2;
}
#slider{ /* Оболочка слайдера */
	width:1004px;
	height:420px;
	overflow: hidden;
	outline: 0px solid red;
	position:relative;}
.slide{ /* Слайд */
	width:100%;
	height:100%;
	}
.sli-links{ /* Кнопки смены слайдов */
	width: 293px;
	position: relative;
	top: -30px;
	left: 355px;
	outline: 0px solid red;
	text-align:center;}
.sli-links .control-slide{
	margin:2px;
	margin-left: 0px;
	display:inline-block;
	width:12px;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	outline: 0px solid red;
	background:url(../images/circle_slide.png) center bottom no-repeat;}
.sli-links .control-slide:hover{
	cursor:pointer;
	background:url(../images/circle_slide_active.png) center bottom no-repeat;
}
.sli-links .control-slide.active{
	background:url(../images/circle_slide_active.png) center bottom no-repeat;
}


#tin {
	width: 994px;
	height: 51px;
	background-image: url(../images/tin_slide.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    outline: 0px solid red;
	position: relative;
	top: -90px;
	z-index: 1;
}

/* slider end */






/* content begin */

#content li {
	list-style-type: none;
	float: left;
}

#content {
	width: 1004px;
	outline: 0px solid red;
	margin: 0 auto;
	margin-top: -47px;
}

.content_text {
	width: 582px;
	/*height: 360px;*/
	outline: 0px solid red;
	padding-right: 104px;
}

.content_form {
	width: 294px;
	height: 334px;
	outline: 0px solid red;
	background-image: url(../images/form.png);
        background-repeat: no-repeat;
	padding-top: 28px;
        
}

.form_fuo {
	font: 17px Arial;
	color: #3c4046;
	padding-top: 10px;
	padding-left: 30px;
}

h3 {
	font: normal 20px "Myriad Pro";
	color: #3c4046;
	padding-left: 36px;
        text-align: right;
}

.fuo {	
    margin-top: 5px;
    width: 223px;
    padding: 2px 5px 0 5px;
    outline: none;
    border: none;
    
}

.form_email {
	font: 14px Arial;
	color: #3c4046;
	padding-top: 10px;
	padding-left: 30px;
}

.email {
	margin-top: 7px;
	width: 223px;
	padding: 2px 5px 0 5px;
    outline: none;
    border: none;
}

.form_textarea {
	font: 17px Arial;
	color: #3c4046;
	padding-top: 10px;
	padding-left: 30px;
}

.textarea {
	margin-top: 7px;
	width: 223px;
	height: 80px;
	padding: 2px 5px 0 5px;
    outline: none;
    border: none;
    resize:none;
}

.send_but {
	margin-top: 25px;
	margin-left: 147px;
}


.head_text {
    padding-left: 17px;
    margin-top: -7px;
    padding-bottom: 22px;
}

p.text_content {
        text-align: right;
	font: 14px Arial;
	color: #3c4046;
	text-indent: 27px;
	padding-left: 3px;
	line-height: 19px;
	padding-bottom: 24px;
}

/* content end */





/* footer begin */

#footer_fon {	
	height: 139px;
	background-image: url(../images/footer_fon.png);
    background-repeat: repeat;
	margin-top: 76px;
}


#footer {
	width: 1100px;
	height: 139px;
	background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    margin: 0 auto;
}

#footer li {
	list-style-type: none;
	float: left;
}

.contact {
	width: 300px;
	height: 139px;
	outline: 0px solid red;
	-moz-box-sizing: border-box; /* for Firefox */
    -webkit-box-sizing: border-box; /* for Safari и Chrome */
    box-sizing: border-box; /* for IE и Opera */
	padding-top: 31px;
	padding-left: 109px;
}

.copyright {
	width: 500px;
	height: 139px;
	outline: 0px solid red;
	font: 12px Arial;
	color: white;
	-moz-box-sizing: border-box; /* for Firefox */
    -webkit-box-sizing: border-box; /* for Safari и Chrome */
    box-sizing: border-box; /* for IE и Opera */
	padding-top: 112px;
	padding-left: 188px;
}

.social {
	width: 300px;
	height: 139px;
	outline: 0px solid red;
}

.contacts_head {
	font: 15px "Myriad Pro";
	color: white;
	text-transform: uppercase;
	padding-bottom: 8px;
}

.footer_cont {
	font: 14px "Myriad Pro";
	color: #e5e5e5;
	line-height: 19px;
}

.font_lucida {
	font: 14px Lucida;
	padding-left: 2px;
	color: #e5e5e5;
}

.font_lucida a {
	font: 14px Lucida;
	padding-left: 2px;
	color: #e5e5e5;
	text-decoration: none;
}

.copy {
    padding: 0 4px;
    position: relative;
    top: 4px;
}

.clear {
	clear: both;
}

#block_soc li {
	list-style-type: none;
	float: left;
	padding-right: 20px;
}

#block_soc {
	-moz-box-sizing: border-box; /* for Firefox */
    -webkit-box-sizing: border-box; /* for Safari и Chrome */
    box-sizing: border-box; /* for IE и Opera */
	padding-left: 80px;
	padding-top: 35px;
}

#block_soc li a {
	width: 32px;
	height: 32px;
	display: block;
}

.facebook {
	width: 32px;
	height: 32px;
	background-image: url(../images/facebook.png);
    background-repeat: no-repeat;
}

.twitter {
	width: 32px;
	height: 32px;
	background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
}

.googleplus {
	width: 32px;
	height: 32px;
	background-image: url(../images/googleplus.png);
    background-repeat: no-repeat;
}

.skype {
	width: 32px;
	height: 32px;
	background-image: url(../images/skype.png);
    background-repeat: no-repeat;
}

/* footer end */