/*
  Theme Name: Quiz
  Author: Alexander Kuznecov
*/
.wpcf7-form-control-wrap{
	position: relative;
}
@media (max-width:1440px) and (min-width: 1200px){
	.quiz__wrap{
		padding-right: 17rem;
	}
}
.footer{
	background: #fff;
	color: rgb(87, 87, 87);
}
.copy,.site-title_footer{
	color: rgb(87, 87, 87);
}
.quiz__counter.active {
    color: #ff0060 !important;
    background-color: white !important;
    border: 0.05rem solid #ff0060 !important;
}
.quiz{
    background: #fff;
}
.quiz-before{
    display:none !important;
}
.quiz__wrap{
    display:block !important;
}
.block__info{
    color: rgb(42, 42, 42);
	font-size: 0.95rem;
	line-height: 1.6rem;
	font-weight: 300;
	text-align:center;
	position: relative;
	top: -2.5rem;
}
.block__info strong{
    font-weight: 500;
}
.block__info img{
	width: 1.4rem;
	height: 1.4rem;
}