/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.catalog-detail ul>li::before{
	content: "";
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle style='fill: %230089d7;' cx='10' cy='10' r='10'/%3E%3Cpath style='fill: none;stroke: %23f6f9fb;stroke-linejoin: round;stroke-width: 2px;fill-rule: evenodd;' d='M6,10l3,3,5-6'/%3E%3C/svg%3E")
		no-repeat;
}

.catalog-detail-custom-tab-wrapper{
	display: flex;
}
.custom-tab-block{
	max-width: 50%;
}
.custom-tab-block.tab-slider{
	margin: 0 auto;
}
.catalog-detail-custom-tab-wrapper .swiper.slider-solution{
    max-width: 400px;
    max-height: 400px;
}