.main_goods.sm {
	float: left;
	width: 75%;
	padding: 12px 15px;
}
.main_goods__title {
	font-size: 1.8rem;
	line-height: 1;
	margin: 0 0 20px;
	color: #2c2c2c;
}
.main_goods__carousel {
	position: relative;
}

.main-goods-grid {
	display: flex;
	flex-wrap: wrap;
}
.main-goods-grid .main_good {
	flex: 1 0 25%;
	max-width: 25%;
}
.main-goods-grid .main_good__label {
	top: 120px;
}
@media (max-width: 767px){
	.main-goods-grid .main_good {
		flex: 1 0 50%;
		max-width: 50%;
	}
}
.main-goods-grid__sep {
	border-top: 1px solid #dfdfdf;
	flex: 1 1 100%;
	padding-top: 16px;
}

.main_good {
	position: relative;
	padding: 0 5px;
}
/*@media (min-width: 1200px){*/
	/*.main_good .grid-good-gallery__img {*/
		/*width: 270px;*/
	/*}*/
/*}*/
.main_good__label {
	font-size: 1.1rem;
	line-height: 15px;
	position: absolute;
	/*top: 20px;*/
	top: 140px;
	left: 10px;
	padding: 0 5px;
	cursor: default;
	color: #fff;
	background-color: #ed4233;
	z-index: 1;
}
.main_good__inner {
	position: relative;
}
.main_good__inner .grid_good__overlay {
	bottom: 50px;
}
.main_good__inner.show .grid_good__overlay {
	opacity: 1;
	visibility: visible;
}
.main_good__inner.show .main_good__name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	margin-bottom: 0;
}
.main_good__inner.show .main_good__picture {
	margin-bottom: 62px;
}
.main_good__picture {
	line-height: 165px;
	display: block;
	overflow: hidden;
	height: 165px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
}
.main_good__img {
	max-width: 100%;
	max-height: 100%;
}
.main_good__rating {
	margin-bottom: 10px;
	text-align: center;
}
.main_good__rating .icon-star {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: top;
}
.main_good__rating .star_f {
	color: #ffb423;
}
.main_good__rating .star_e {
	color: #bababa;
}
.main_good__name {
	font-size: 1.4rem;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	height: 32px;
	margin-bottom: 25px;
	text-align: center;
	text-decoration: none;
	color: #1f5ead;
}
.main_good__footer {
	text-align: right;
	white-space: nowrap;
	font-size: 0;
}
.main_good__footer .button + .button {
	margin-left: 4px;
}
.main_good__footer noindex {
	display: inline-block;
	vertical-align: top;
	max-width: 115px;
	white-space: normal;
}
.main_good__footer .button_installment {
	width: 111px;
	margin: 4px 0 0 !important;
	display: none !important;
}
.main_good__footer .button {
	padding: 5px;
	font-size: 1.2rem;
}
.main_good__footer .button.js-credit_buy[disabled] {
	display: none !important;
}
.main_good__price {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	color: #212121;
	position: relative;
	margin-right: 2px;
	margin-top: 2px;
}
.main_good__price-old {
	display: block;
	font-size: 1.1rem;
	color: #6a6a6a;
	/*padding-right: 118px;*/
	font-weight: 700;
	position: absolute;
	right: 0;
	bottom: 18px;
}
.main_good__price-old span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.main_good__price-old span:before {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/line.svg) no-repeat;
	top: 1px;
	left: 0px;
	width: 100%;
	height: 90%;
	background-size: cover;
	border-radius: 6px;
	opacity: .8;
	pointer-events: none;
	transform: scaleY(.5);
}
.main_good__price-old span:after {
	content: 'д';
	font-family: 'RUBSN';
	color: inherit;
	font-size: inherit;
	display: inline-block;
	margin-left: 2px;
}

.main_good__discount {
	color: #fff;
	background-color: #ed4333;
	font-size: 1.3rem;
	text-transform: uppercase;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	top: 3px;
	right: 3px;
	border-radius: 3px;
	pointer-events: none;
}
.main_good .grid_good__discount {
	left: auto;
	right: 10px;
	top: 138px;
	font-size: 1.1rem;
	padding: 3px 4px 4px;
}
.main_good .grid_good__infobar {
	max-width: initial;
	right: 5px;
	left: 10px;
	top: 5px;
	white-space: normal;
	text-align: left;
}
.main_good .grid_good__infobar-item {
	margin: 0 0 2px 0;
	font-size: 1.0rem;
	padding: 3px 3px 4px;
}
.main_good:hover .grid_good__infobar {
	opacity: 0;
	visibility: hidden;
}

.main_goods__carousel .owl-buttons {
	position: absolute;
	top: -35px;
	right: 0;
}
.main_goods__carousel .owl-prev,
.main_goods__carousel .owl-next {
	/*font-size: 1.6rem;*/
	font-size: 1.4rem;
	/*line-height: 26px;*/
	/*line-height: 22px;*/
	line-height: 1;
	display: inline-block;
	/*width: 32px;*/
	/*height: 28px;*/
	width: 26px;
	height: 22px;
	text-align: center;
	vertical-align: top;
	color: #c3c3c3;
	border: 1px solid #c3c3c3;
	background: #fff;
	position: relative;
}
.main_goods__carousel .owl-prev span,
.main_goods__carousel .owl-next span{
	/*line-height: 22px;*/
	line-height: 1;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/*.cars .good__wrapper {
	margin-right: calc(-34% + 6px);
	min-height: 500px;
}

.cars .good_side {
	margin-top: 570px;
}

.cars .good_info {
	margin-left: 790px;
	min-height: 500px;
}

.cars .good_gallery {
	width: 800px;
}

.cars .good .good_gallery_lg__link {
	height: 450px;
}

.cars .good_gallery_lg .owl-next,
.cars .good_gallery_lg .owl-prev {
	top: 175px;
}

.cars .good .breadcrumbs {
	width: 810px;
}

.cars .good__title {
	margin: -31px -10px 0 790px;
}

.cars .good_gallery .grid_good__discount {
	left: 720px !important;
}

.cars .good .good_info {
	width: calc(100% - 790px);
}*/
/*!*.cars .good__title {*!*/
/*!*	margin-left: -810px;*!*/
/*!*}*!*/
/*@media (max-width: 1199px) {*/
/*	.cars .good__title {*/
/*		margin: -31px -10px 0 810px;*/
/*	}*/
/*}*/

@-moz-document url-prefix(){
	.main_goods__carousel .owl-prev span:before,
	.main_goods__carousel .owl-next span:before {
		display: inline-block;
		vertical-align: top;
		font-size: 1.3rem;
	}
}
.main_goods__carousel .owl-prev {
	border-radius: 2px 0 0 2px;
}
.main_goods__carousel .owl-next {
	margin-left: -1px;
	border-radius: 0 2px 2px 0;
}

/* resp
===================================*/
@media (max-width: 991px) {
	.main_goods.sm {
		float: none;
		width: 100%;
		padding: 25px 35px;
	}
}
@media (max-width: 767px) {
	/*.main_goods {*/
		/*display: none;*/
	/*}*/
}
