.about-sidebar{
	float: left;
	margin-top: 15px;
	width: 305px;
}
.about-sidebar__link{
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #fff;
	text-align: right;
	line-height: 47px;
	text-decoration: none;
	background: url(/local/templates/mdm/img/pattern.png) repeat;
}
.about-sidebar__link:hover{
	background-image: url(/local/templates/mdm/img/pattern_red.png);
}

.about-sidebar__link_shop:before{
	content: "!";
	position: absolute;
	top: 1px;
	left: 8px;
	font-size: 36px;
	font-weight: bold;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.about-sidebar__link_pdf:before{
	content: "";
	position: absolute;
	top: 7px;
	left: 3px;
	display: block;
	width: 32px;
	height: 33px;
	background: url(/local/templates/mdm/img/pdf.png) 0 0 no-repeat;
}

.about{
	margin-left: 330px;
}
.about-conditions{
	margin: 0 0 0 -1%;
	padding: 0;
	list-style: none;
}
.about-conditions__item{
	float: left;
	width: 49%;
	margin: 0 0 9px 1%;
}
.about-conditions__link{
	position: relative;
	display: block;
	padding: 30px 15px 30px 105px;
	color: #646464;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #d6d6d6;
}
.about-conditions__link_dl{
	padding: 16px 15px 17px 105px;
}
.about-conditions__link:hover{
	background: #f0f0f0;
	border-color: #f0f0f0;
}
.about-conditions__icon{
	position: absolute;
	top: 23px;
	left: 25px;
}
.about__double-image{
	margin: 0px 5px 8px 0;
	max-width: 48%;
}

@media screen and (max-width: 1020px) {
	.about-conditions__item{
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 750px) {
	.about-sidebar{
		display: none;
	}
	.about{
		margin-left: 0;
	}
}

@media screen and (max-width: 450px) {
	.about__double-image{
		margin: 0 0 8px;
		max-width: 100%;
	}
}