* {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat';
}

.bl-download h3 {
	color: #5f6368;
	font-size: 25px;
    font-weight: 400;
    margin-top: 4px;
}

.header {
	display: flex;
	justify-content: center;
	padding: 50px 0 ;
	background: linear-gradient(180deg, #f4ab00, #ffffff);
}

.header h1 {
	font-size: 40px;
	font-weight: 900;
	color: #fff;
    text-shadow: 3px 3px 5px #210000;
    font-style: italic;
}

.footer {
	display: flex;
	justify-content: center;
	padding: 50px 0;
	background: linear-gradient(360deg, #f4ab00, #ffffff)
}

.conteiner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	width: 1050px;
}

.h-bl-left, 
.h-bl-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.h-bl-left {
	width: 60%;
}

.h-bl-right {
	width: 40%;
}

.h-bl0-right img {
	width: 300px;
	margin-left: 150px;
}

.h-bl-left span {
	font-size: 23px;
	font-weight: 500;
	color: #684c06;
	font-style: italic;
}

.bl-download {
	height: 100px;
}

.bl-download img {
	width: 130px;
	margin-left: 10px;
}

.bl-download a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.h-bl-left h2 {
	color: #684c06;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
}

.copyright {
	color: #684c06;
}