.download-price{
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 15px;
	color: #fc1515;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
	border: 1px dashed #fc1515;
	cursor: pointer;
}

.product-items{
	margin: 0 -1%;
	font-size: 0;
}
.product-item{
	display: inline-block;
	margin: 0 1% 24px;
	padding: 20px;
	width: 18%;
	color: #515151;
	font-size: 13px;
	border: 1px solid #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.product-item:hover{
	border-color: #f22e3a;
}
.product-item__name{
	display: block;
	height: 54px;
	line-height: 18px;
	text-align: center;
	overflow: hidden;
}
.product-item__link{
	color: #282828;
	text-decoration: none;
}
.product-item__link:hover{
	color: #f22e3a;
	text-decoration: underline;
}
.product-item__image{
	display: block;
	margin-bottom: 15px;
	height: 140px;
	line-height: 135px;
	text-align: center;
}
.product-item__img{
	max-width: 100%;
	max-height: 100%;
}

.product-item__icon{
	position: absolute;
	top: 74px;
	text-transform: uppercase;
	/*right: 0px;*/
	/*top: 108px;*/
    text-transform: uppercase;
    /* right: 0px; */
    left: -1px;
    width: 65px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.product-item__icon div {
    margin-bottom: 10px;
}
.product-item__icon ._discount{
	/*background: #ff1920;*/
	background: #ffa000;
}
.product-item__icon ._hit{
	background: #ffcc00;
}
.product-item__icon ._new{
	background: #74b143;
}
.product-item__icon ._sale{
	background: #1c59d8;
}
.product-item__props{
	padding-bottom: 2px;
	min-height: 110px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
}
.product-item-prop{
	margin-bottom: 8px;
	overflow: hidden;
}
.product-item-prop:not(:first-child){
	padding-top: 8px;
	border-top: 1px solid #e8e8e8;
}
.product-item-prop__value{
	float: right;
}
.product-item-prop._blue{
	color: #3553d4;
}
.product-item__select .select__button{
	padding: 5px 12px;
}
.product-item__compare{
	float: right;
	padding: 0;
	color: #f22e3a;
	border: none;
	border-bottom: 1px dashed #f22e3a;
	background: none;
}
.product-item__oldprice{
	color: #949494;
}
.product-item__price{
	display: inline-block;
	color: #f22e3a;
	font-weight: bold;
}
/*.product-item__button{
	float: left;
	margin-top: 3px;
	padding: 0;
	width: 48%;
	color: #fff;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	background: #f22e3a;
	border: 1px solid #f22e3a;
	cursor: pointer;
}
.product-item__button_buy{
	float: right;
	color: #828282;
	background: none;
	border-color: #e8e8e8;
}*/
.product-item__button{
	float: left;
	margin-top: 1px;
	padding: 0;
	width: 48%;
	color: #fff;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	background: #f22e3a;
	border: 1px solid #f22e3a;
	cursor: pointer;
	color: #828282;
	background: none;
	border-color: #e8e8e8;
}
/*.product-item__button:hover{
	color: #fff;
	background: url(/local/templates/mdm/img/pattern.png) repeat;
}*/
.product-item__button_buy{
	float: right;
	color: #fff;
	background: #f22e3a;
	border: 1px solid #f22e3a;
}
.product-item__button_buy:hover{
	color: #fff;
	background: transparent url(/local/templates/mdm/img/pattern_red.png) repeat;
}

@media screen and (max-width: 1220px) {
	.product-item{
		width: 23%;
	}
}
@media screen and (max-width: 980px) {
	.product-items{
		margin: 0 -1.5%;
	}
	.product-item{
		margin: 0 1.5% 24px;
		width: 30.33%;
	}
}
@media screen and (max-width: 740px) {
	.product-items{
		margin: 0 -2%;
	}
	.product-item{
		margin: 0 2% 24px;
		width: 46%;
	}
}
@media screen and (max-width: 500px) {
	.product-items{
		margin: 0;
	}
	.product-item{
		margin: 0 0 24px;
		width: 100%;
	}
}

/*.AKTSIYA_NEW._sm {
    margin: 0px 0px 0px -20px;
    top: 74px;
    text-transform: uppercase;
    background: #1c59d8;
    width: 53px;
    padding: 6px;
    color: white;
    position: absolute;
    z-index: 9;
    font-size: 14px;
    font-weight: bold;
}*/

.product-item-quantity {
	width: 73px;
	border: 1px solid #dbdbdb;
}
.product-item-quantity__input{
	padding: 0;
	width: 33px;
	height: 29px;
	text-align: center;
	vertical-align: top;
	background: #f9f8f8;
	border-color: #e7e6e5;
	border-style: solid;
	border-width: 0 1px;
}
.product-item-quantity__minus,
.product-item-quantity__plus{
	display: inline-block;
	width: 19px;
	color: #737373;
	font-size: 21px;
	line-height: 29px;
	text-align: center;
	background: #fffefd;
	vertical-align: top;
	cursor: pointer;
}
.product-item-quantity__minus:hover,
.product-item-quantity__plus:hover{
	color: #e80000;
}

.product-item__button._more {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    visibility: hidden;
    transition: 0.3s;
    display: block;
    background: rgba(255,255,255,.5);
}
.product-item__button._more:hover {
    background: rgba(255,255,255,.9);
}
.product-item:hover .product-item__button._more {
    visibility:visible;
}
.product-item__dealer-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0px;
	padding: 10px;
	color: #3553d4;
	background: #e8e8e8;
}
.product-item__dealer-price span {
	display: block;
}
.product-item__dealer-title {
	width: 50px;
}
.product-item__dealer-val {
	font-weight: bold;
	text-align: right;
}