.card-unit {
	display: flex;
}

.card-unit .lb-sale {
	top: 1px;
	left: 1px;
}

.card-unit__image {
	margin-right: 24px;
}
.card-unit__image .image__item a {
	height: 100%;
}
.card-unit__image .image__item a img {
	object-fit: cover;
	height: 100%;
}
.image__preview .image__item img {
	object-fit: cover;
	height: 100%;
}
.card-unit__info {
	flex: 1;
	padding: 24px;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	.card-unit__image .image__item,
	.card-unit__image .image__item a {
		width: 100%;
	}
	.card-unit__image .image__item a img {
		object-position: center;
		width: 100%;
	}
}

.card-unit__b {
	margin-bottom: 20px;
}

.card-unit__b:nth-last-child(-n + 1) {
	margin-bottom: 0;
}

.card-unit__b .price {
	justify-content: center;
	margin-bottom: 16px;
}

.card-unit__b .price_current,
.card-unit__b .price_new {
	font-size: 24px;
}

.card-unit__b .price_factory .price__values {
	justify-content: center;
}

.card-unit__b-title {
	margin-bottom: 8px;
}

.card-unit__presence {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 16px;
}

.card-unit__phones {
	padding-left: 25px;
	display: inline-block;
}

.card-unit__phones:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.card-unit__phone a {
	position: relative;
	text-decoration: none;
	border: none;
	font-weight: 700;
}

.card-unit__btns {
	margin-bottom: 22px;
}

.card-unit__btns a {
	width: 100%;
}

.card-unit__btns a:first-child {
	margin-bottom: 12px;
}

.card-unit__fav-cmp {
	display: flex;
	justify-content: space-between;
	padding-bottom: 24px;
	margin-bottom: 22px;
	border-bottom: 1px solid;
}

.card-unit__print-pdf {
	display: flex;
	justify-content: space-between;
	margin-bottom: 19px;
}

.card-unit__share {
	display: flex;
	justify-content: center;
	padding-bottom: 24px;
	border-bottom: 1px solid;
}

.card-unit__share a {
	border: none !important;
}

.card-unit__share .ya-share2__list li:before {
	content: '';
}

.card-unit__share-label {
	margin-right: 10px;
}

@media only screen and (max-width: 991px) {
	.card-unit {
		flex-direction: column;
	}

	.card-unit__image {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.card-unit__btns {
		width: 290px;
		margin-left: auto;
		margin-right: auto;
	}

	.card-unit__fav-cmp {
		display: none;
	}

	.card-unit__print-pdf {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.card-unit__info {
		margin-left: -15px;
		margin-right: -15px;
	}
}
/*# sourceMappingURL=maps/card-unit_1.css.map */
