
body {
	max-width: 1900px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0;
	margin: 0;
	color: #777776;
	background: #fff;
	font-size: 22px;
	letter-spacing: -0.024em;
}

html, body {
  	overflow-x: hidden;
	}

p { 
	margin:0;
}

.container {
	max-width: 1920px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 15px;
}

.header-logo-wrap {
	height: 100%;
	max-width: 293px;
}

.footer-logo-wrap {
	height: 100%;
	/*max-width: 505px;*/
	max-width: 445px;
}

footer {
	margin-left: 15%;		
}

header {
	margin: 15px 0;			
}

.header-logo-wrap img, .footer-logo-wrap img {
	width: 100%;
}

.content-txt {
	text-align: center;
}

.main-txt {
	max-width: 740px;
	margin-bottom: 20px;
}

a.btn-main {
	display: inline-block;
    line-height: 1;
	text-align: center;
	box-shadow: none;
	text-decoration: none;
    font-weight: 400;
    fill: #ffffff;
    color: #ffffff;
    background-color: #11A3E1;
    border-radius: 5px 5px 5px 5px;
	padding: 15px 20px 15px 20px;
	margin: 0 8px 16px;
	transition: all .3s;
}

a.btn-main:hover {
	background-color: #8A2BE2;
}












@media (max-width: 450px) {

	.br {
		display: none;
	}
}

	