body {
	margin:0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
   font-family: 'Clear Sans';
	font-size: 16px;
	color: #1f1e1d;
    font-weight: 300;
   /*-ms-overflow-style: scrollbar;*/
}


/*common*/
body.modal-open {
    overflow: hidden;
}


html, body {
  height: 100%;
}



p {
	margin: 0px 0px 20px 0px;
   padding: 0px;
   font-size: 16px;
   color: #1f1e1d;
   line-height: 22px;
   font-weight: 300;   
}


strong {
    font-weight: 600;
}


h1 {
  font-family: 'Playfair Display';
  margin: 80px 0 40px 0;
  font-size: 57px;
  color: #000000;
  text-align: left;
  padding: 0 0px 0 0;
  font-weight: 600;  
}

h1 span {
	font-size: 72px;
}




h2 {
  font-family: 'Playfair Display';
  padding: 0px 0px 80px 0px;
  margin: 0;
  font-size: 30px;
  color: #1f1e1d;
  font-weight: 600;  
  text-align: center;  
}


h3 {
  font-family: 'Playfair Display';
  padding: 0px 0px 50px 0px;
  margin: 0;
  font-size: 22px;
  color: #1f1e1d;
  font-weight: 600;    
  text-align: center;
}



h4 {
  padding: 0px 0px 30px 0px;
  margin: 0;
  font-size: 24px;
  color: #1f1e1d;
  font-weight: 700;
  text-align: center;
}



a {
	font-size: 16px;
   color: #56b0b1;
   outline: 0 !important; 
  -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;      
 }


 a:hover,  a:focus {
   color: #8de7e8; 
   text-decoration: none;  
 }
 
 




div.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0;
}





.main-holder {
	background-image: url(zaglushka.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #004479;
	height: 100%;
}