.page-faq{
	display:block;
	width:100%;
}
.page-faq-block{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0px 20px;
	box-sizing: border-box;
}
h1{
	font-size: 28px;
	margin: 0px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 0px;
}
h2{
	font-size: 24px;
	margin: 0px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 50px 0px;
}
.text-block{
	display:block;
	width:100%;
}
.text-block p{
	margin:0px;
	margin-bottom: 20px;
	line-height: 35px;
}
.text-block p:last-child{
	margin-bottom: 0px;
}
.page-faq-block-background{
	display:block;
	width:100%;
	background:#f1f1f1;
	margin-top: 50px;
}
.page-faq-block-background-block{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.page-faq-block-background-block-name{
	display: block;
	width: 100%;
	text-align: center;
	padding: 50px 0px;
	font-size: 20px;
	font-weight: 800;
	color: #000;
}
.page-faq-block-background-block-knopka{
	display:block;
	width:100%;
	padding-bottom: 50px;
}
.page-faq-block-background-block-knopka a{
	text-decoration: none;
	background: #0093dd;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: block;
	width: 100%;
	max-width: 250px;
	height: 50px;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	transition: 0.2s;
}
.page-faq-block-background-block-knopka a:hover{
	text-decoration:none;
	transition: 0.2s;
	opacity:0.8;
}
.vse-voprosy{
	display:block;
	width:100%;
}
.vopros-item{
	display:block;
	width:100%;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 70px;
}
.vopros-item:last-child{
	padding-bottom: 0px;
	border-bottom: 0px;
	margin-bottom: 0px;
}
.vopros-item-vopros{
	display: block;
	width: 100%;
	position: relative;
	background: #f1f1f1;
	padding: 20px;
	padding-top: 60px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.vopros-item-vopros-meta{
	position: absolute;
	top: -30px;
	left: 0px;
	text-align: center;
	width: 150px;
}
.vopros-item-vopros-meta-img{
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
.vopros-item-vopros-meta-img img{
	width:auto;
}
.vopros-item-vopros-meta-name{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #666;
	text-transform: uppercase;
}
.vopros-item-vopros-text{
	display:block;
	width:100%;
	line-height: 35px;
}
.vopros-item-otvet{
	display: block;
	width: 100%;
	position: relative;
	background: #0093dd;
	padding: 20px;
	padding-top: 60px;
	box-sizing: border-box;
}
.vopros-item-otvet-meta{
	position: absolute;
	top: -30px;
	left: 0px;
	text-align: center;
	width: 150px;
}
.vopros-item-otvet-meta-img{
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid #0093dd;
	border-radius: 50%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
.vopros-item-otvet-meta-img img{
	width:30px;
	height:30px;
}
.vopros-item-otvet-meta-name{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.vopros-item-otvet-text{
	display:block;
	width:100%;
	color: #fff;
	line-height: 35px;
}
.contact-form-block{
	display:block;
	width:100%;
	background: #eee;
}
.contact-form-block .wpcf7{
	padding:20px;
	box-sizing: border-box;
}
.contact-form-block .screen-reader-response{
	display:block;
	width:100%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.contact-form-block .screen-reader-response ul{
	display:none;
}
.contact-form-block form input{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #ddd;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.contact-form-block form textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #ddd;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.contact-form-block form input[type="submit"]{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border: 0px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: #0093dd;
}
.contact-form-block .wpcf7-response-output{
	display:block;
	width:100%;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}