@charset "utf-8";
/* CSS Document */
@font-face{
    font-family: 'wf_SegoeUILight';
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot');
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot?#iefix') format('embedded-opentype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.woff') format('woff'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.ttf') format('truetype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
	margin: 0;
}
html, body{
	height: 100%; 
}
body{
	overflow:scroll;
	background-image: url(/images/bg.jpg);	
	background-attachment: fixed;	
    background-position: 0;
    background-size: cover;	
}

#main{
	width: 100%;
}
.container{
	width: 900px;
	height: 100%;
	min-height: 100%;
	margin: auto;	
	background-image: url(/images/pt.jpg);	
    display: block;
/*    margin-bottom: 100px;*/
	position: relative;
}
.header{
	display: inline-block;
/*	background-color: #e2d7ae;*/
}
#logo{
    width: 200px;
    height: 60px;
    float: left;
    background-image: url("/images/logo-footer.png");
	background-color: #204b3e;
    display: block;
    background-position: 0;
}
#logo a{
    display: block;
    height: 100%;
}
#mainmenu{
	float: right;
	width: 700px;
    transition: all 0.2s ease-in-out;
	background-color: #204b3e;	
	background-image: url(/images/mbg35.png);
    background-position: 250;
/*	background-repeat: repeat-x;	*/
}
#mainmenu ul{
    margin-left: -20px;
}
#mainmenu li{
	list-style-type: none;
}
.menu-element{
    display: inline-block;
    float: left;
    width: 132px;
    text-align: left;
    height: 60px;
    line-height: 60px;
	font-family: 'a_AvanteTitlerCpsUpC Light';
	text-transform: uppercase;
	color: #9E641D;
	background-image: none;	
	background-image: url(/images/menu-bg-active1.png);
	cursor: pointer;	
}

.menu-element-hover{
    display: inline-block;
    float: left;
    width: 132px;
    text-align: left;
    height: 60px;
    line-height: 60px;
	font-family: 'a_AvanteTitlerCpsUpC Light';
	text-transform: uppercase;
	color: #9E641D;
	background-image: url(/images/menu-bg-hover.png);
	cursor: pointer;
}

.menu-element a{
	font-family: 'a_AvanteTitlerCpsUpC Light';
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
    padding-left: 25px;		
}
.menu-element-hover a{
	font-family: 'a_AvanteTitlerCpsUpC Light';
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
    padding-left: 25px;	
}
#active-menu{
    display: inline-block;
    float: left;
    width: 132px;
    text-align: left;
    height: 60px;
    line-height: 60px;
	font-family: 'a_AvanteTitlerCpsUpC Light';
	text-transform: uppercase;
	color: #fff;
}
#active-menu a{
	color: #fff!important;
    padding-left: 25px;
}
.content p{
	font-family: 'tahoma';
    line-height: 1.8em;
    font-size: 16px;
    text-indent: 25px;
	text-align: justify;
	margin-top:15px;
	
}
.content ul li{
	font-family: 'tahoma';
    font-size: 16px;
	text-align: justify;
	margin-top:15px;
    line-height: 1.8em;
}
.content h2{
    font-size: 20px;
	margin-top: 30px;
    text-align: center;
	margin-bottom: 15px;
	text-indent: 0px;
	font-family: 'a_AvanteTitlerCpsUpC Light';
}
.content{
	padding: 20px;
	padding-top: 0px;
        clear: both;
	width: 860px;
	display: inline-block;
}
#cpic{
	margin-top: 100px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	height: 300px;
	display:block;
	background-image:url(/images/cpic.png);
}
.footer{
	background-color: #204b3e;
	height: 100px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
/*    margin-top: -100px;*/
	clear: both;
}
.footer1{
    background-color: #204b3e;
    height: 100px;
    width: 900px;
/*    position: absolute;*/
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
#wrapper{
	display: block;
	width: 100%;
	height: 0px;
}

.ftext-right{
    float: right;
    color: #fff;
    margin-top: 20px;
    font-family: 'a_AvanteTitlerCpsUpC Light';
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    margin-right: 25px;
}
.ftext-left{
	float: left;
}
.ctext-right{
	margin-right: 20px;
}
.ctext-right p{
    float: right;
    color: #204b3e;
    margin-top: 0px;
    font-family: 'a_AvanteTitlerCpsUpC Light';
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    margin-right: 0px;
    margin-top: 15px;
}
.partner-logo{
	float: left;
	margin: 5px;
}
.partner-block{
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 25px;
    display: inline-block;	
}
.partner-block h2{
	text-align: center;
}
.success{
    display: none;
    height: 350px;
    margin-top: 100px;
}
.success p{
    text-align: center;
    width: 600px;
    margin-left: auto;
    margin-right: auto;    
}
.suctitle{
    font-family: 'a_AvanteTitlerCpsUpC Light';
    text-align: center;
    font-size: 20px;
}
form{
	width: 860px;
	display: block;
	float: left;
	margin-top: 50px;
    margin-bottom: 50px;
}
jform{
    height: 350px;
}
.formline{
	margin-top: 5px;
	margin-bottom: 15px;
	width: 100%;
	display: block;
}
label{
    font-family: Tahoma, Geneva, sans-serif;
    display: inline-block;
    font-size: 16px;
    width: 40%;
	text-align: right;
	margin-right: 15px;
	color: #204b3e;
}
input{
    padding: 8px;
    border-radius: 5px;
    width: 50%;
    border: 1px solid #204b3e;
}
.button input{
    padding: 8px;
    border-radius: 5px;
    width: 150px;
    border: 1px solid #ececec;
	background-color: #204b3e;
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color:#fff;
	float: right;
    margin-right: 52px;
}
#req{
    width: 300px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-left: 400px;
    color: red;
    font-family: tahoma;
    font-size: 14px;
    margin-top: -80px;
}

/*======      Слайдер       ======*/ 
#slideshow{
/*    background-image: url("/images/slider/bg.png");*/
/*    margin-left: -20px;*/
    margin-bottom: 50px;
    margin-top: 15px;	
}
#slideshow #slidesContainer {
 /*   padding-top: 25px;*/
    margin: 0 auto;
    width: 860px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}
#slideshow #slidesContainer .slide 
{
  margin:0 auto;
/*  width:790px;*/
  z-index: 100;
}
#slideshow #slidesContainer .slide-area
{
    margin: 0 auto;
    width: 8600px;
    z-index: 1000;
    height: 340px;
    position: absolute;
}
.slide-text
{
    position: relative;
    color: #fff;
    padding: 20px;
    /* background: url(../images/slider/slider-text-bg.png); */
    height: 100px;
    width: 83%;
    margin-left: 35px;
}
.slide-text h1 
{
    color: #fff;
    float: left;
    line-height: 53px;
    margin-top: 0px;
    font-size: 40px;
    text-transform: none;	
}
.slide-text p
{
    float: left;
    margin-top: 30px;
    font-family: 'wf_SegoeUILight';
    line-height: 30px;
    font-size: 20px;
}

.control {
  display: inline-block;
  margin-top: 15px;
  width:25px;
  height:16px;
  cursor: pointer;
}
#selector {
    text-align: right;
    margin-right: 35px;
    /* padding-bottom: 8px; */
    margin-top: -45px;
    position: relative;
    z-index: 1100;
}
/*======      Слайдер       ======*/ 