



* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
}
body {background:url(/lt/back3.jpg) fixed;background-size:cover }

.wrapper {
  position: relative;
  min-height: 100%;
}
.content {
  padding-bottom: 90px;
  width:600px;
  margin:auto;
  /* font-family: 'Open Sans', sans-serif; */
}



h1{font-family: 'Montserrat', sans-serif;color:#fff;font-weight:600;font-size:28pt;margin:100px 0 70px 0}
	p{font-family: 'Open Sans', sans-serif;color:#fff;font-weight:400;font-size:15pt;margin-bottom:20px}
span{font-family: 'Montserrat', sans-serif;color:#66b3ff;font-weight:800}

a {
    color: #3498db;
    text-decoration: none;
	border-bottom: 1px solid;
}




.button{margin:60px auto 50px auto;width:400px;}
button{width:500px;padding:20px;width:300px}

div.portraitBox{font-size:10pt;display:inline-block;width:550px;x-overflow:hidden;margin:50px 0 0 0}

div.portraitBox div{float:left;margin-right:60px;}
.left{float:left;margin:0 60px 0 0 }


.footer {
	clear:both;
font-size:8pt;
  left: 0;
  bottom: 0;
  width: auto;
  height: 80px;
  margin:auto 60px auto 50px;
  /* padding-top:60px; */
  text-align:center;
  
  
}

.podval{
	position: fixed; /* Фиксированное положение */
    left: 0; bottom: 0; /* Левый нижний угол */
    color: #fff; /* Цвет текста */
    width: 100%; /* Ширина слоя */
	background: url('/lt/transp2.png');
	height:120px;
}

.portraitBox img{
	height:200px;
	border:0;
}