/** GLOBAL **/
* {
  margin: 0px;
  padding: 0px;
}

body {
  background: url(images/background.jpg) #dfddcc no-repeat center 0;  
  font-family: 'Open Sans', sans-serif, tahoma, arial;
  font-size: 13px;
  color: #525252;
}

a {
  color: #333;
  text-decoration: none;  
}

img a, a img {
  border: none;             
}

input {
  font-family: 'Open Sans', sans-serif, tahoma, arial;    
}

.clear {
  clear: both;       
}

#container {
  position: relative;
  width: 960px;
  margin: 65px auto 20px auto;           
}

.main-phone {
  position: absolute;
  top: -46px;
  right: 10px;
  font-weight: 700;
  font-size: 24px;   
  color: #666;           
}

.main-phone .ico {
  display: inline-block;  
  width: 18px;
  height: 24px;
  background: url(images/phone-ico.png) no-repeat;   
  margin: 0 6px 0 0;
  vertical-align: middle;   
}

#container-border {
  background: url(images/container-border.png);
  padding: 5px;                  
}

#container-wrap {
  background: url(images/content-bg.png);                
}

#header {
  height: 96px;      
  position: relative;  
}

#header .logo {
  position: absolute;
  left: 30px;
  top: 12px;                 
}

#header .menu {
  position: absolute;
  top: 0;
  right: 0;    
  list-style: none;
  line-height: 75px;   
  font-size: 0;      
}

#header .menu li {
  display: inline-block;     
  border-right: 1px solid #252525;  
}

#header .menu li:last-child {    
  border-right: 0;  
}

#header .menu li a {
  display: block;   
  background: #181818; 
  font-family: 'Dosis', sans-serif, tahoma, arial;
  font-size: 18px;      
  font-weight: 300;
  color: #fff;    
  padding: 0 30px;
  text-transform: uppercase;     
}

#header .menu li a:hover {
  background: #303030;
}

#header .menu li a.actual {
  background: #ca8410;
  border-right: 0;
} 

#content {
  padding: 0 25px 25px 25px;         
}

.slider {
  position: relative;    
  height: 410px;       
}

.slider img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;             
}

.content {
  background: #fff;
  margin: 20px 0 0 0;
}

.content-wrap {
  padding: 24px;              
}

.content h2 {
  font-weight: 400;
  font-size: 20px;
  padding: 0 0 6px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #bbb;     
  color: #444;       
}

.m-text p {
  line-height: 23px;          
}

.set {
  line-height: 26px;
}

.set span {
  font-weight: 600;
  text-decoration: underline;          
}

.set img {
  position: relative;
  top: -2px;
  vertical-align: middle;    
  margin: 0 6px;      
  width: 24px;
}

.list-items {
  list-style: none;            
}

.list-items li {
  background: #ebeae1;  
  padding: 10px;   
  margin: 10px 0;          
}

.list-items li img {
  width: 100px;       
  background: #fff;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #d0cebe;  
  float: left;      
  margin: 0 10px 0 0;
}

.list-items li p {      
  width: 652px; 
  background: #e1dfd2;  
  padding: 14px 20px;  
  float: left;  
  line-height: 22px; 
}

.list-items .tit {
  display: block;
  font-weight: bold;
  font-size: 14px;                 
}

.new-offer h3 {
  font-weight: 400;    
  padding: 0 0 6px 14px;
  font-size: 18px;          
}

.new-offer-wrap {
  background: #ebeae1;    
  padding: 12px;       
}

.offer1, .offer2 {
  position: relative;                 
}

.offer1 {
  float: left;        
}

.offer2 {
  float: right;        
}

.offer-info-big {
  display: none;
  position: absolute;
  top: 10px;
  left: 12px;              
  width: 400px;
  height: 134px;
  background: url(images/offer-info-big.png) no-repeat; 
}

.offer-info-big p {
  padding: 10px 12px;                  
}

.offer-in {
  position: relative;
  width: 396px;
  height: 124px;
  background: #e1dfd2;     
  padding: 15px;
  border-radius: 6px;    
}

.offer1 img {
  position: absolute;
  left: 35px;
  top: 10px;              
}

.offer2 img {
  position: absolute;
  left: 12px;
  top: 22px;              
}

.offer-in .info {
  position: absolute;
  top: 70px;
  right: 20px;
  display: block;            
  width: 40px;
  height: 34px;     
  background: url(images/offer-info.png);
}

.offer-in .info:hover {
  top: 71px;

}

.offer-in .offer-in-descript {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 268px;
  height: 45px;
  background: url(images/offer-description.png) no-repeat;      
  line-height: 45px;
  text-indent: 28px;                       
}

.contact-infos {
  width: 270px;
  float: left;                 
}

.contact-info {
  width: 270px;    
  background: #f5f5f5;     
  margin: 12px 0 0 0;    
  border-bottom: 2px solid #bf3131;
}

.partners {
  margin: 36px 0 0 0;          
}

.contact-info strong {
  font-weight: 600;                
}

.contact-info h3 {
  background: #bf3131;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;                 
}

.ci-wrap {
  padding: 14px 20px;
}

.contact-info p {
  padding: 12px 0;     
  text-align: center;      
  font-size: 14px;     
}

.contact-info a:hover {
  color: #bf3131;
  text-decoration: underline;                      
} 

.phone span, .mail span {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;      
  background-repeat: no-repeat;            
  margin: 0 12px 0 0;
}

.phone span {
  background-image: url(images/phone-icon.png);                   
}

.mail span {
  background-image: url(images/mail-icon.png);                   
}


.contact-form {
  float: right;              
}

.contact-form h3 {
  font-weight: 400;
  color: #ab2020;  
  margin: 10px 0 10px 0;              
}

.contact-form p {
  padding: 4px 0;       
  line-height: 30px;
}

.contact-form label {
  width: 130px;
  float: left;         
}

#email, #subject, #message {
  width: 380px;
  padding: 6px;     
  border: 1px solid #aaa; 
  border-radius: 1px;
  resize: none;   
  font-family: 'Didact Gothic', sans-serif;
  font-size: 14px;        
}

#email:focus, #subject:focus, #message:focus {
  outline-color: #ca8410;
}

#message {
  height: 130px;         
}

input.send {
  position: relative;
  font-size: 16px;
  background: #bf3131;    
  padding: 8px 16px;
  border: none;
  color: #fff;    
  cursor: pointer
}

input.send:focus {
  outline: none;
}

input.send:active {
  top: 1px;
}

.contact-form small {
  margin: 0 0 0 30px;
  color: #777;                    
}

.warning, .success {
  text-indent: 20px;
  color: #fff;     
  margin: 2px 0 4px 0;               
}

.warning {
  background: #aa2525;       
}

.success {
  background: #32b319;        
}

#footer {
  height: 60px;     
  background: #181818;   
  color: #fff;
}

#footer p {
  padding: 30px 20px 0 20px;          
}

#footer p span {
  float: right;         
} 

#footer p span a {
  color: #ca8410;                 
}

#footer p span a:hover {
  text-decoration: underline;                
}