.page-document{
	display:block;
	width:100%;
}
.page-document-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;
}
.document-info{
	display: flex;
	width: 100%;
	background: #f1f1f1;
}
.document-info-img{
	display: block;
	width: 100%;
}
.document-info-img img{
	width:100%;
	box-sizing: border-box;
}
.document-info-meta{
	display: block;
	width: 100%;
	text-align: center;
}
.document-info-meta-cena{
	display: block;
	width: 100%;
	padding: 30px 20px;
	font-size: 32px;
	font-weight: 800;
	color: #000;
	box-sizing:border-box;
}
.document-info-meta-cena span{
	font-size: 15px;
	font-weight: 700;
	color: #666;
	text-transform: uppercase;
	padding-right: 10px;
}
.document-info-meta-cena font{
	font-size: 18px;
	font-weight: 800;
	color: #000;
	padding-left: 5px;
}
.document-info-meta-stock-video{
	display:flex;
	width:100%;
	padding: 0px 20px;
	box-sizing: border-box;
}
.document-info-meta-stock{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.document-info-meta-stock img{
	width: 20px;
	padding-right: 5px;
}
.document-info-meta-video{
	display:block;
	width:100%;
}
.document-info-meta-video a{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 300;
	color: #000;
	text-decoration:none;
}
.document-info-meta-video a:hover{
	text-decoration:underline;
}
.document-info-meta-video a img{
	width: 25px;
	padding-right: 5px;
}
.document-info-meta-button{
	display:block;
	width:100%;
	margin-top: 20px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.document-info-meta-button a{
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: #0093dd;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 20px 0px;
	box-sizing: border-box;
	transition: 0.2s;
}
.document-info-meta-button a:hover{
	text-decoration:none;
	transition: 0.2s;
	opacity:0.8;
}
.document-dostavka-oplata{
	display:flex;
	width:100%;
	margin-top: 70px;
	border: 1px solid #f1f1f1;
	padding: 20px;
	box-sizing: border-box;
}
.document-dostavka-oplata-item{
	display:block;
	width:100%;
}
.document-dostavka-oplata-item-zag{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
}
.document-dostavka-oplata-item-zag img{
	width:auto;
	padding-right: 10px;
}
.document-dostavka-oplata-item-info{
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.document-dostavka-oplata-item-info-zag{
	display: block;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.document-dostavka-oplata-item-info-meta{
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 300;
	color: #000;
}
.document-dostavka-oplata-item-info-meta span{
	color: #999;
	padding-left: 10px;
}
.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;
}
.document-info-meta-dopinfo{
	display: block;
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
}
.document-info-meta-dopinfo-item{
	display:flex;
	width:100%;
	font-weight: 300;
	align-items: center;
	padding-bottom: 10px;
}
.document-info-meta-dopinfo-item:last-child{
	padding-bottom: 0px;
}
.document-info-meta-dopinfo-item img{
	width: auto;
	background: #fff;
	padding: 5px;
	border: 1px solid #0093dd;
	border-radius: 50%;
	margin-right: 10px;
}
.page-document-block-text-glavniy{
	display:block;
	width:100%;
}
.page-document-block-text-glavniy p{
	margin:0px;
	margin-bottom: 20px;
	line-height: 35px;
}
.page-document-block-text-glavniy p:last-child{
	margin-bottom: 0px;
}
.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;
}
@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: 768px){
	.document-info{
		display: block;
	}
	.page-document-block-background-block-item{
		flex-basis: 50%;
	}
}
@media (max-width: 600px){
	.document-dostavka-oplata{
		display: block;
	}
	.document-dostavka-oplata-item:last-child{
		margin-top:40px;
	}
}
@media (max-width: 450px){
	.page-document-block-background-block-item{
		flex-basis: 100%;
	}
}