html, body{
	width: 100%;
	height: 100%;
}
body{
	margin: 0;
	/*	overflow: hidden;*/
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-weight: lighter;
	font-size: 15px;

}
a, a:hover, a:active{
	text-decoration: underline;
	color: inherit;
}
a:hover, a:active{
	text-decoration: underline;
}
body{
	background-image: url('background.jpg');
	background-size: cover;
    background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
    height: 100%;
    width: 100%;
}
.info{
	color: white;
	display: flex;
	align-items: stretch;
	max-width: 910px;
	margin: 0px auto;
	padding:10px 0px;
}
.logo{
	display: flex;
	background-color: rgb(255, 255, 255);
	max-width: 260px;
}
.logo img{
	width: 180px;
	/*   flex: 1 100%;*/
	padding:0px 40px;
}
.text{
	padding: 10px 35px;
	max-width: 615px;
	background-color: rgba(64, 79, 89, 0.8);

}
.price, .contacts{
	text-align: left;
}
.price{
	font-size: 2em;
	margin: 0
}
.link a{
	margin: 10px 10px 10px 0px;
}
.contacts{
	padding-top: 15px
}
.contacts p{
	line-height: 1em;
	margin: 5px 0;
}
.mb{
	margin-bottom: 1.5em !important
}

@media only screen and (max-width: 576px) {
	main{
		height: 100%;
		background-attachment: scroll;
		background-position: center;
	}
	.info{
		flex-direction: column;
		margin: 2em;
	}
	.logo{
		justify-content: center;
		max-width: 100%;
	}
	.logo img{
		width: 200px;
		padding:10px 40px;
	}
}
