.page-document-category{
	display:block;
	width:100%;
}
.page-document-category-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;
}
.page-document-category-block-text{
	display:block;
	width:100%;
}
.page-document-category-block-text p{
	margin:0px;
	margin-bottom: 20px;
	line-height: 35px;
}
.page-document-category-block-text p:last-child{
	margin-bottom: 0px;
}
.page-document-block-background{
	display:block;
	width:100%;
	background:#0093dd;
	margin-top: 70px;
}
.page-document-block-background-block{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 50px 20px;
	box-sizing: border-box;
}
.page-document-block-background-block h2{
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 50px;
	padding-top: 0px;
}
.page-document-block-background-block-items{
	display:flex;
	width:100%;
}
.page-document-block-background-block-item{
	display:block;
	width:100%;
}
.page-document-block-background-block-item-img{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0px 20px;
	box-sizing: border-box;
}
.page-document-block-background-block-item-img img{
	width:auto;
}
.page-document-block-background-block-item-name{
	display: block;
	width: 100%;
	text-align: center;
	padding: 0px 20px;
	padding-top: 10px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.page-document-block-vse-otzyvy{
	display:block;
	width:100%;
}
.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;
}
.page-document-block-vse-otzyvy-button{
	display:block;
	width:100%;
	margin-top: 40px;
}
.page-document-block-vse-otzyvy-button a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: #0093dd;
	width: 100%;
	display: block;
	max-width: 200px;
	height: 60px;
	line-height: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	transition: 0.2s;
}
.page-document-block-vse-otzyvy-button a:hover{
	text-decoration: none;
	transition: 0.2s;
	opacity: 0.8;
}
.page-document-block-vse-voprosy{
	display:block;
	width:100%;
}
.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;
}
.page-document-block-vse-voprosy-button{
	display:block;
	width:100%;
	margin-top: 40px;
}
.page-document-block-vse-voprosy-button a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: #0093dd;
	width: 100%;
	display: block;
	max-width: 200px;
	height: 60px;
	line-height: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	transition: 0.2s;
}
.page-document-block-vse-voprosy-button a:hover{
	text-decoration: none;
	transition: 0.2s;
	opacity: 0.8;
}
.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;
}
.category-vse-tovary{
	display:block;
	width:100%;
	margin: 50px 0px;
}
.category-vse-tovary-block{
	display:flex;
	flex-wrap: wrap;
	width:100%;
}
.category-vse-tovary-block-item{
	display: block;
	width: 100%;
	flex-basis: 33%;
	box-sizing: border-box;
	padding-right: 20px;
	padding-bottom: 50px;
}
.category-vse-tovary-block-item-img{
	display:block;
	width:100%;
}
.category-vse-tovary-block-item-img a{
	text-decoration:none;
}
.category-vse-tovary-block-item-img a:hover{
	text-decoration:none;
}
.category-vse-tovary-block-item-img a img{
	width:100%;
}
.category-vse-tovary-block-item-name{
	display: block;
	width: 100%;
	text-align: center;
	height: 70px;
	padding-top: 10px;
}
.category-vse-tovary-block-item-name a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
.category-vse-tovary-block-item-name a:hover{
	text-decoration:underline;
}
.category-vse-tovary-block-item-dop-info{
	display: block;
	width: 100%;
	padding: 10px 0px;
	box-sizing: border-box;
}
.category-vse-tovary-block-item-dop-info-item{
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 15px;
	font-weight: 300;
	color: #333;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.category-vse-tovary-block-item-dop-info-item:last-child{
	padding-bottom:0px;
}
.category-vse-tovary-block-item-dop-info-item img{
	width: auto;
	border: 1px solid #0093dd;
	border-radius: 50%;
	padding: 3px;
	margin-right: 5px;
}
.category-vse-tovary-block-item-stock-video{
	display:flex;
	width: 100%;
}
.category-vse-tovary-block-item-stock{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 300;
	color: #333;
}
.category-vse-tovary-block-item-stock img{
	width: auto;
	padding-right: 5px;
	box-sizing: border-box;
}
.category-vse-tovary-block-item-video{
	display:block;
	width:100%;
}
.category-vse-tovary-block-item-video a{
	text-decoration: none;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 300;
	color: #333;
}
.category-vse-tovary-block-item-video a:hover{
	text-decoration:underline;
}
.category-vse-tovary-block-item-video a img{
	width: auto;
	padding-right: 5px;
	box-sizing: border-box;
}
.category-vse-tovary-block-item-cena{
	display: block;
	width: 100%;
	background: #f1f1f1;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 800;
	color: #000;
}
.category-vse-tovary-block-item-cena span{
	color: #666;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 10px;
}
.category-vse-tovary-block-item-cena font{
	padding-left: 5px;
	font-size: 16px;
}
.category-vse-tovary-block-item-button{
	display:block;
	width:100%;
}
.category-vse-tovary-block-item-button a{
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: center;
	background: #0093dd;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 60px;
	transition: 0.2s;
}
.category-vse-tovary-block-item-button a:hover{
	text-decoration: none;
	transition: 0.2s;
	opacity: 0.8;
}
@media (max-width: 1050px){
	.page-document-block-background-block-items{
		flex-wrap: wrap;
	}
	.page-document-block-background-block-item{
		flex-basis: 33%;
		margin-bottom: 50px;
	}
}
@media (max-width: 900px){
	.category-vse-tovary-block-item{
		flex-basis: 50%;
	}
}
@media (max-width: 768px){
	.page-document-block-background-block-item{
		flex-basis: 50%;
	}
}
@media (max-width: 600px){
	.category-vse-tovary-block-item{
		flex-basis: 100%;
		padding-right: 0px;
	}
	.category-vse-tovary-block-item-name{
		height: auto;
	}
}
@media (max-width: 450px){
	.page-document-block-background-block-item{
		flex-basis: 100%;
	}
}