.inomarkoff_instock {
}
.inomarkoff_instock__wrap {
	background-image: url(http://photo.autotat.ru/inomarkoff2/inomarkoff_bg_parts_instock.jpg);
	background-size: cover;
	padding: 40px;
}
.inomarkoff_instock__title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
.inomarkoff_instock__list {
	list-style: none;
	padding-left: 90px;
	line-height: 1.7;
}
.inomarkoff_instock__list li {
	width: 32%;
	float: left;
	-webkit-transition: all 0.23s ease;
	-o-transition: all 0.23s ease;
	transition: all 0.23s ease;
	color: #666;
}
.inomarkoff_instock__list a[href] {
	cursor: pointer;
	-webkit-transition: all 0.23s ease;
	-o-transition: all 0.23s ease;
	transition: all 0.23s ease;
}
@media only screen and (max-width: 992px) {
	
}
@media only screen and (max-width: 480px) {
	.inomarkoff_instock__list {
		padding-left: 0;
	}
	.inomarkoff_instock__list li {
		width: 100%;
		float: none;
	}
}