body {
	font-family: museo-sans, sans-serif; 
	font-weight: 100; 
	font-style: normal;
	overflow-x: hidden;
	color: #616464;
}
h1 {
	margin: 0 0 3rem;
	font-family: aw-conqueror-inline, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.2rem;
}
.bottom_text{
	  padding: 1rem 0 3rem;
 font-family: aw-conqueror-sans, sans-serif;

font-weight: 300;

font-style: normal;
}
.home {
	display: table;
	width: 100%;
	height: 100vh;
	color: #fff;
	background: url('../img/bg.png');
background-size: cover;
}
.sect_content_mid {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.bottom_block {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
	text-align: center;
	text-transform:uppercase;
	
}
.btn_l {
	color: #fff;
	background: #000;
	border: 2px solid #f9fc05;
	padding: 12px 60px;
	border-radius: 15px;
	text-decoration: none;
	font-family: agenda, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
}
.trow {
	display: table-row;
}
.btn_cookie_acc {
	background: #f9fc05;
	padding: 5px;
	text-decoration: none;
	margin: 0 0 0 20px;
}
.yellow_lbl {
	color: #fced02;
}