
.slick-slide {
	position: relative;
}

/*.slick-slide.slick-active + .slick-active:before {*/
/*    display: block;*/
/*    content: '';*/
/*    background: #f2f2f2;*/
/*    width: 1px;*/
/*    height: 447px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

.slider-products-home .slick-list {
	/*height: 467px;*/
	padding-top: 14px;
}

.slider-products-link {
	padding: 8px 10px 7px;
	line-height: 1;
	color: #292b2c;
	font-size: 13px;
	background: #e6e7e9;
	-webkit-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	margin-left: 15px;
	margin-top: 3px;
}

.slider-products-link .arrow-icon {
	background: url(images/right-prod.png) no-repeat;
	background-size: contain;
	display: inline-block;
	height: 15px;
	width: 9px;
	margin-left: 7px;
}

.slider-products-link:hover,
.slider-products-link:active,
.slider-products-link:active:focus {
	background: #d2233c;
	color: #fff;
}

.slider-products-link:hover .arrow-icon,
.slider-products-link:active .arrow-icon,
.slider-products-link:active:focus .arrow-icon {
	background: url(images/right-prod-white.png) no-repeat;
	background-size: contain;
	display: inline-block;
}

.slider-products-link span {
	display: inline-block;
	vertical-align: middle;
}

.slide-product:hover {
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
	outline: none;
	/*border-right: 1px solid transparent;*/
}

.main-page .slide-product:hover {
	height: 430px;
}

.slide-product-image-container {
	height: 240px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slide-product-image-container .slide-product-image {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: inline-block;
	vertical-align: bottom;
}


.slide-product-title:hover,
.slide-product-title:active,
.slide-product-title a {
	color: #292b2c;
}

.slide-product-title:focus,
.slide-product-title:active:focus {
	color: #292b2c;
}

.bottom-product-slide {
	padding-top: 5px;
	margin-top: auto;
}

.bottom-product-slide:after {
	display: block;
	clear: both;
	content: '';
}

.news-slider-container {
	width: 100vw;
	margin-left: calc((50vw - 50%) * -1);
}

.item-new {
	display: inline-block;
	width: 300px !important;
}

.slide-new {
	position: relative;
	width: 300px;
	height: 360px;
	-webkit-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
	text-align: left;
	overflow: hidden;
}

.slide-new:hover {
	/*width: 600px;*/
	z-index: 1;
}

.text-info-new {
	width: 300px;
	height: 100%;
	/*display: inline-block;*/
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.text-info-new .text-block {
	max-height: 300px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.image-new-container {
	height: 100%;
	width: 300px;
	display: inline-block;
	margin-left: 0;
	-webkit-transition: margin-left ease 0.35s;
	-o-transition: margin-left ease 0.35s;
	transition: margin-left ease 0.35s;
}

.slide-new.close .image-new-container {
	margin-left: 0;
}

.date-block-new {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 74px;
	height: 100%;
	-webkit-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
	border-left: 2px solid #727272;
	color: rgb(210, 35, 60);
	font-size: 13px;
	line-height: 4;
	padding-top: 95px;
	padding-left: 12px;
}

.slide-new:hover .image-new-container {
	margin-left: 300px;
}

.slide-new:hover .date-block-new {
	width: 300px;
	background: #191714;
	border-left: 2px solid rgb(210, 35, 60);
}

.news-date {
	color: #787679;
	padding-left: 12px;
	position: relative;
}

.news-date span {
	display: block;
	padding-bottom: 40px;
}

.slide-new:hover .news-date {
	position: absolute;
	top: 100px;
	left: 0;
	color: rgb(210, 35, 60);
}

.text-slide-new {
	height: 90px;
	position: relative;
	padding: 14px 12px;
	line-height: 1.2;
	-webkit-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
	display: flex;
	flex-direction: column;
}

.title-slider-new {
	flex-shrink: 0;
	color: #fff;
	font-size: 21px;
	text-shadow: 0 0 16px black;
	width: 231px;
}

.description-slider-new {
	margin-top: 4px;
	display: none;
	color: #fff;
	font-size: 15px;
	opacity: 0;
	padding-top: 10px;
	width: 210px;
	padding-right: 10px;
	/*display: none;*/
	height: 0;
	-webkit-transition: all ease 0.35s;
	-o-transition: all ease 0.35s;
	transition: all ease 0.35s;
	overflow-y: auto;
}

.slide-new:hover .description-slider-new {
	position: relative;
	display: block;
	opacity: 1;
	height: 278px;
}

.slide-new:hover .text-slide-new {
	padding-left: 60px;
	height: auto;
}

.slide-new .circle,
.slide-new .close-new {
	display: none;
}

.slide-new:hover .circle {
	position: absolute;
	top: 15px;
	right: 12px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #fff;
	align-items: center;
	display: flex;
	cursor: pointer;
}

.slide-new:hover .close-new {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-view-link {
	display: none;
}

.post-view-full {
	display: inline-block;
	margin-top: 5px;
	cursor: pointer;
	padding: 6px 0;
}

.news-slider-container .title-content-block {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
}

.slick-next-news,
.slick-prev-news {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: inline-block;
}

.slick-next-news {
	margin-left: 25px;
}

.slick-prev-news {
	margin-right: 25px;
}

.news-slider-container .news-link {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	position: absolute;
	right: 15px;
	top: 25px;
}

.slick-next-news .icon-nav-slider-news {
	background: url(images/arr_black_news.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 45px;
	height: 5px;
}

.news-slider-container .slick-slide.slick-active + .slick-active:before {
	display: none;
}

.slick-prev-news .icon-nav-slider-news {
	background: url(images/arr_black_news.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 45px;
	height: 5px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slick-next-news:hover .icon-nav-slider-news {
	background: url(images/arr_red_news.png) no-repeat;
	background-size: contain;
	display: inline-block;
}

.slick-prev-news:hover .icon-nav-slider-news {
	background: url(images/arr_red_news.png) no-repeat;
	background-size: contain;
	display: inline-block;
}

.news-slider-container .slick-arrow,
.news-slider-container .slick-arrow:focus,
.news-slider-container .slick-arrow:hover,
.news-slider-container .slick-arrow:active,
.news-slider-container .slick-arrow:active:focus {
	background: transparent;
	cursor: pointer;
	outline: none;
}

.post-view-full .arrow-post-view {
	background: url(images/arr_white_news.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 45px;
	height: 5px;
	margin-top: 10px;
}

.post-view-link .arrow-post-view {
	background-size: contain;
	display: inline-block;
	width: 45px;
	height: 5px;
	/*margin-top: 10px;*/
}

.slide-new:hover .arrow-post-view {
	background: url(images/arr_red_news.png) no-repeat;
	background-size: contain;
	display: inline-block;
}

.slide-new:hover .post-view-full {
	display: none;
}

.slide-new:hover .post-view-link {
	display: inline-block;
	padding: 10px 10px 10px 0;
}

.arrows-news {
	position: relative;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 600px) {
	.arrows-news .left-arrow {
		display: none;
	}

	.arrows-news .right-arrow {
		display: none;
	}
}

.arrows-news .left-arrow,
.arrows-news .right-arrow {
	position: absolute;
	cursor: pointer;
}

.arrows-news .left-arrow {
	left: -50px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.arrows-news .right-arrow {
	right: -50px;
}

.link-to-catalog,
.btn-buy-product {
	display: flex;
	align-items: center;
	float: right;
	height: 35px;
	background: #e5173f;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	border-radius: 2px;
	padding: 10px;
	transition: background-color .3s;
	/*Futura Futuris C Bold*/
}

.link-to-catalog:hover,
.link-to-catalog:active,
.link-to-catalog:focus,
.btn-buy-product:hover,
.btn-buy-product:active,
.btn-buy-product:focus{
	background: #191714;
	color: #fff;
	text-decoration: none;
}

.btn-buy-product .btn-buy-product-icon {
	height: 15px;
	width: 14px;
	margin-right: 10px;
	display: inline-block;
	margin-top: -2px;
}

.link-to-catalog {
	margin: 15px;
}

.price-product-slide {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	float: left;
	padding-top: 3px;
	/*Futura Futuris C Bold*/
}

.price-product-slide .price-first {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.price-product-slide.discount .price-first {
	text-decoration: line-through;
	margin-right: 5px;
	font-size: 14px;
	line-height: 24px;
}

.price-product-slide.discount.multiple-offers .price-first {
	text-decoration: line-through;
	margin-right: 4px;
	font-size: 12px;
	line-height: 23px;
}

.price-product-slide .price-second {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #d33445;
}

.price-product-slide.multiple-offers .price-second {
	display: inline-block;
	font-size: 15px;
}

.main-page-slide.price-product-slide.discount .price-first {
	font-size: 13.5px;
	line-height: 24px;
	margin-right: 7px;
}

.main-page-slide.price-product-slide.discount.multiple-offers .price-first {
	margin-right: 5px;
	font-size: 13.5px;
}

.main-page-slide.price-product-slide .price-second {
	font-size: 15px;
}

.statuses-product {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}

.status-product {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25px;
	width: 51px;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	margin-top: 8px;
	font-size: 13px;
	font-weight: bold;
	/*Futura Futuris C Bold*/
}

.status-product:first-child {
	margin-top: 0;
}

.status-new {
	background: #191714;
}

.status-hit {
	background: rgb(210, 35, 60);
}

.status-new-design {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	font-size: 9px;
	background: #e6e6e6;
	color: #d2233c;
}

.status-discount-green {
	background: #009997;
}

.status-discount-orange {
	background: #e15634;
}

.status-discount-red {
	background: rgb(210, 35, 60);
	color: rgb(255, 255, 255, 2.2);
}

.status-product_special_price {
	/*background: #000000;*/
	color: #ffffff;
	font-size: 12px;
	width: auto;
	padding: 3px 6.2px;
	background: rgb(210, 35, 60);
}

.picker-images-product-view .status-product.status-product_catalog_element_special_price {
	height: auto;
	width: auto;
	padding: 8.4px 12px;
	font-size: 13px;
}

.slick-next:before,
.slick-prev:before {
	display: none;
}

.slick-prev,
.slick-next {
	height: 45px;
	width: 25px;
	background: #e6e7e9;
	-webkit-transition: background ease 0.2s;
	-o-transition: background ease 0.2s;
	transition: background ease 0.2s;
	z-index: 99;
}

.slick-arrow:focus {
	background: #e6e7e9;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:active:focus {
	background: rgb(210, 35, 60);
}

.slick-next {
	padding-left: 2px;
	right: -6px !important;
}

.slick-prev {
	left: -6px !important;
}

.slick-arrow .icon-nav-slider-prod {
	height: 29px;
	width: 16px;
}

.slick-prev .icon-nav-slider-prod {
	background: url(images/left-prod.png) no-repeat;
	background-size: contain;
	display: inline-block;
}

.slick-next .icon-nav-slider-prod {
	background: url(images/right-prod.png) no-repeat;
	background-size: contain;
	display: inline-block;
}

.slick-prev:hover .icon-nav-slider-prod {
	background: url(images/left-prod-white.png) no-repeat;
	background-size: contain;
	display: inline-block;
}

.slick-next:hover .icon-nav-slider-prod {
	background: url(images/right-prod-white.png) no-repeat;
	background-size: contain;
	display: inline-block;
}

.logo-image {
	height: 57px;
	width: 57px;
}

.advantage-container {
	width: calc((100% - 60px) / 3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 200px;
	padding: 30px;
	float: left;
	-webkit-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

a.advantage-container {
	text-decoration: none;
}

.advantage-container:not(:last-child) {
	margin-right: 30px;
}

.text-info-advantage {
	padding-left: 20px;
	width: calc(100% - 57px);
}

.title-advantage {
	white-space: pre-line;
	/*color: #fff;*/
	font-size: 25px;
	line-height: 1.2;
}

.subtitle-advantage {
	/*color: #fff;*/
	font-size: 17px;
	line-height: 1.2;
	padding-top: 10px;
}

.oil-advantage .title-advantage,
.oil-advantage .subtitle-advantage {
	color: #000;
}


.slider-home-card__btn {
	float: right;
	height: 35px;
	background: #e5173f;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	padding: 10px;
	transition: background-color .3s;
	text-transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.slider-home-card__btn--back {
	margin-bottom: 32px;
}

.slider-home-card__btn--back:after {
	display: block;
	clear: both;
	content: '';
}

.slider-home-card__btn:hover,
.slider-home-card__btn:active,
.slider-home-card__btn:focus {
	background: #191714;
	color: #fff;
	text-decoration: none;
}


.slider-home-card-bottom {
	display: flex;
	margin: 0 -10px;
	align-items: center;
	justify-content: space-between;
}

.slider-home-card-bottom .price-product-slide {
	margin: 0;
}

.slider-home-card-bottom__item {
	padding: 0 10px;
}

.slider-home-card-bottom .slider-home-card__btn {
	margin-left: auto;
}

.slider-home__title {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #292b2c;
	font-weight: 700;
	display: block;
	margin: 16px 0 0;
}

.slider-home__title:hover,
.slider-home__title:active,
.slider-home__title a {
	color: #292b2c !important;
	text-decoration: none !important;
}

.slider-home__title:focus,
.slider-home__title:active:focus {
	color: #292b2c !important;
	text-decoration: none !important;
}

.slider-home__offers {
	margin-top: 5px;
	padding-bottom: 10px;
	font-size: 13px;
	margin-bottom: auto;
}

.slider-home {
	display: flex;
}

.slider-home .slick-track {
	display: flex;
	height: auto;
	padding: 10px 0 20px;
}

.slider-home-card {
	display: flex !important;
	flex-flow: column;
	height: auto !important;
	padding: 22px 15px;
	position: relative;
	border: 1px solid rgba(159, 159, 159, .28);
	margin: 0 10px;
	transition: all ease 0.2s;
}

.slider-home-card:hover {
	box-shadow: 0 0 14px 0 rgb(0 0 0 / 20%);
	outline: none;
}