@font-face {
	font-family: 'Lato-Heavy';
	src: url('../fonts/Lato-Heavy.eot');
	src: local('☺'), url('../fonts/Lato-Heavy.woff') format('woff'), 
	url('../fonts/Lato-Heavy.ttf') format('truetype'), 
	url('../fonts/Lato-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
#block706{
	background: url(../img/main-bg.jpg) center center no-repeat;
	background-size: cover;
}
div.block.dark div.shadow{
	background: linear-gradient(to right, #2f57d1, #25c3e8);
}
.header__logotext{
	font-family: 'Lato-Heavy', sans-serif;
	text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
}
.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
}
.footer .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1140px;
	width: 90%;
	margin: 0 auto;
}
.header__address{
	font-family: 'Lato', Arial;
	font-size: 19px;
	display: block;
	color: #fff;
}
.header__phone{
	font-family: 'Lato', Arial;
	font-size: 23px;
	display: block;
	color: #fff;
}
.header__phone:hover{
	color: #fff;
}
div.wizard-quest-edition-concept2 div.wizard-quest-edition-concept-inner div.wqec-maincontent div.wqec-quests div.wqec-main-info-wrap table.wqec-main-info td.wqec-image{
	width: 87px;
}
.textfield{
	width: 100%;
    padding: 10px 15px;
}
.quiz__image{
	width: 100%;
	margin-bottom: 25px;
}
.quiz__image_2{
	width: 60%;
}
.quiz__image img{
	width: 100%;
}
/*.textupper{
	text-transform: uppercase;
}*/

@media screen and (max-width: 992px) {
	.header__logotext{
		font-size: 25px;
	}
}

@media screen and (max-width: 768px) {
	.footer .wrapper{
		justify-content: center;
	}
	.header__logotext{
		width: 100%;
		margin: 15px 0;
	}
	.wqec-element{
		width: 100%;
    	max-width: 200px;
	}
	form.wqec-form table.wqec-wrap-act{
		margin-top: 0;
	}
}