.page-reviews{
	display:block;
	width:100%;
}
.page-reviews-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-reviews-block-background{
	display:block;
	width:100%;
	background:#f1f1f1;
	margin-top: 50px;
}
.page-reviews-block-background-block{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.page-reviews-block-background-block-name{
	display: block;
	width: 100%;
	text-align: center;
	padding: 50px 0px;
	font-size: 20px;
	font-weight: 800;
	color: #000;
}
.page-reviews-block-background-block-knopka{
	display:block;
	width:100%;
	padding-bottom: 50px;
}
.page-reviews-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-reviews-block-background-block-knopka a:hover{
	text-decoration:none;
	transition: 0.2s;
	opacity:0.8;
}
.vse-otzyvy{
	display:block;
	width:100%;
}
.otzyv-item{
	display: block;
	width: 100%;
	border: 1px solid #eee;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 70px;
}
.otzyv-item:last-child{
	margin-bottom: 0px;
}
.otzyv-item-meta{
	position: absolute;
	top: -30px;
	left: 20px;
	background: #f1f1f1;
	padding: 10px 20px;
	width: 130px;
}
.otzyv-item-meta-name{
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.otzyv-item-meta-date{
	font-size: 12px;
	font-weight: 300;
	color: #777;
}
.otzyv-item-otzyv{
	display:block;
	width:100%;
	padding-top: 30px;
	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;
}