.to_product_slide_title{
	color:#222;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
}
.to_product_slide_subtitle {
	color: green;
	font-size: 15px;
	margin-top: 5px;
	text-align: center;
	line-height: 1.4;
}
.to_product_slide_subtitle span,
.to_product_slide_subtitle:empty{
	display: none;
}

.product_espa_slider{
	position: relative;
}
.product_espa_container {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	margin-top: 10px;
}
.product_espa_container::-webkit-scrollbar {
	display: none; /* For Chrome, Safari, and Opera */
}
.product_espa_container {
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

.product_espa_item {
	flex-shrink: 0;
	/*min-width: 44%;
	max-width: 44%;*/
	width:100%;
	padding: 8px;
	/*border: 1px solid #ececec;*/
	border-right: 0 none;
}
.product_espa_container .owl-item{
	width: 42vw !important;
}
/*.product_espa_container.cnt_1 .product_espa_item{
	min-width: 100%;
	max-width: 100%;
}.product_espa_container.cnt_2 .product_espa_item{
	min-width: 50%;
	max-width: 50%;
}.product_espa_item:last-child{
	border-right: 1px solid #ececec;
}*/
.product_espa_container.cnt_1 .owl-item{
	width: calc(100vw - 32px) !important;
}
.product_espa_container.cnt_2 .owl-item{
	width: calc(50% - 16px) !important;
}
.product_espa_img{
	position:relative;
	width: 100%;
	aspect-ratio: 1/1;
}
.product_espa_img .sticks{
	position: absolute;
	top:0;
	left:0;
	max-width: 100%;
}
.product_espa_img .sticks .stick-item {
	background-color: #489e26;
	width: auto;
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 4px 4px;
	margin: 0 2px 4px;
	letter-spacing: normal;
	font-size: 10px;
	line-height: 1;
	border-radius: 2px;
	opacity: 0.8;
}
.product_espa_img .sticks .stick-3D{
	display: none;
}
.product_espa_img img{
	max-width: 100%;
	max-height: 100%;
}
.product_espa_title,
.product_espa_info,
.product_espa_buttons{
	margin-top: 7px;
}
.product_espa_title{
	font-size:13px;
	line-height: 1.1;
	height:43px;
	overflow: hidden;
}
.product_espa_info .espa_price{
	font-weight: bold;
	font-size: 15px;
}
.product_espa_info .espa_bonus{
	font-size: .8rem;
	line-height: 1rem;
	position: relative;
	padding: 0 0 0 14px;
	width: max-content;
}
.espa_bonus::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 0;
	width: 11px;
	background: url(/bitrix/templates/aspro_max/images/svg/bonus_icon.svg) center no-repeat;
}
.espa_add_product {
	padding: 8px;
	width: 100%;
	font-size: 13px;
}
.product_espa_arrows{
	display: none;
}
.product_espa_container.owl-carousel .owl-stage::after{
	display: none !important;
}
.espa_add_product.btn{
	padding: 8px 8px 7px;
	cursor: pointer;
}


@media(max-width: 359px){
	.to_product_slide_title {
		font-size: 19px;
	}
	.to_product_slide_subtitle {
		font-size: 14px;
	}
}
@media(min-width: 600px){
	.product_espa_title{
		height:43px;
		overflow: hidden;
	}
	.product_espa_item {
		/*min-width: 40%;
		max-width: 40%;*/
		padding: 12px;
	}
	.product_espa_container.cnt_3 .owl-item{
		width: 33.3% !important;
	}
}
@media(min-width: 900px){
	.product_espa_container,
	.product_espa_container.owl-carousel{
		width: calc(100% - 100px);
		margin: 14px auto 0;
		scroll-behavior: smooth;
		/*border-left: 1px solid #ececec;
		border-right: 1px solid #ececec;*/
	}
	/*.product_espa_container.cnt_1,
	.product_espa_container.cnt_2,
	.product_espa_container.cnt_3{
		width: 100%;
	}*/
	.product_espa_item{
		padding: 14px;
	}
	.product_espa_container.owl-loaded .product_espa_item{
		width: 100%;
	}
	.product_espa_container.owl-loaded .owl-item{
		width: 260px !important;
	}
	/*.product_espa_item:nth-child(3n+1){*/
	/*.product_espa_item:first-child{
		border-left: 0 none !important;
	}*/
	/*.product_espa_item:nth-child(3n){*/
	/*.product_espa_item:last-child{
		border-right: 0 none !important;
	}*/
	.product_espa_arrows{
		display: block;
	}
	.product_espa_container.cnt_1.product_espa_arrows,
	.product_espa_container.cnt_2.product_espa_arrows,
	.product_espa_container.cnt_3.product_espa_arrows{
		display: none;
	}
	.product_espa_arrows .product_espa_prev,
	.product_espa_arrows .product_espa_next {
		position: absolute;
		display: block;
		top: 50%;
		width: 32px;
		height: 32px;
		border-radius: 3px;
		color: #FFF;
		font-size: 18px;
		font-weight: bold;
		cursor: pointer;
		margin-top: -32px;
		background:#313030 url(images/arrow.svg) no-repeat center;
	}
	.product_espa_arrows .product_espa_prev{
		left: 10px;
		transform: rotate(-90deg);
	}
	.product_espa_arrows .product_espa_next {
		right: 10px;
		transform: rotate(90deg);
	}
	.product_espa_title {
		font-size: 14px;
		line-height: 1.3;
		height: 55px;
	}
	.to_product_slide_subtitle{
		font-size: 16px;
	}
	.product_espa_info .espa_price {
		font-size: 16px;
	}
	.product_espa_info .espa_bonus {
		font-size: .9rem;
		height: 15px;
	}
	.product_espa_container.owl-carousel .owl-item:last-child{
		margin-left:-24px;
	}

	.product_espa_img .sticks .stick-item {
		background-color: #60c339;
		width: auto;
		position: relative;
		display: inline-block;
		color: #fff;
		padding: 6px 6px;
		margin: 0 2px 4px;
		letter-spacing: normal;
		font-size: 12px;
		line-height: 1;
		border-radius: 2px;
		opacity: 0.8;
	}

	.espa_add_product.btn{
		padding: 12px 8px 11px;
	}
	.to_product_slide_subtitle span{
		display: block;
	}
}