.cube-carousel div span.slides {
	display:block;
	color:#fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    background: #fff;
	height: 250px;
	text-align:center;
	padding:10px;
}
.slides-block-wrapper-img {
	display:block;
	width:243px;
	height:150px;
	margin: 0 auto;	
}

.slides-wrapper-img {
	display: table-cell;
    vertical-align: middle;
	width:243px;
	height:150px;
	margin: 0 auto;
	overflow: hidden;
	text-align:center;
}
.slides-wrapper-img img {
	display:inline-block;
	max-width:243px;
	max-height:150px;
}
.bx_catalog_item_title_main_wrapper {
	display:block;
	height: 44px;
    width: 243px;
	margin:0 auto;
	text-align: center;
}
.bx_catalog_item_title_main {
	height: 44px;
    width: 243px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.bx_catalog_item_title_main a {
	color:#000!important;
	font-weight:700;
}
.btn_more_detailed_main {
	bottom:10px;
	width: 100%;
}
.btn_style_main {
	display: inline-block;
    width: 117px;
    line-height: 1.5em;
    background: #6bbd09;
    background: -moz-linear-gradient(-45deg,#6bbd09 0%,#5caa08 100%);
    background: -webkit-gradient(linear,left top,right bottom,color-stop(0%,#6bbd09),color-stop(100%,#5caa08));
    background: -webkit-linear-gradient(-45deg,#6bbd09 0%,#5caa08 100%);
    background: -o-linear-gradient(-45deg,#6bbd09 0%,#5caa08 100%);
    background: -ms-linear-gradient(-45deg,#6bbd09 0%,#5caa08 100%);
    background: linear-gradient(-45deg,#6bbd09 0%,#5caa08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bbd09',endColorstr='#5caa08',GradientType=1);
    padding: 5px 10px 6px;
    color: #fff!important;
    text-decoration: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 0px rgba(0,0,0,0.25);
	border: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
	margin:0 25% 0 25%;
}

.btn_style_main:hover {
    color: #fff!important;
    text-decoration: none!important;
    background: #6bbd09;
    background: -moz-linear-gradient(top,#6bbd09 0%,#5caa08 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6bbd09),color-stop(100%,#5caa08));
    background: -webkit-linear-gradient(top,#6bbd09 0%,#5caa08 100%);
    background: -o-linear-gradient(top,#6bbd09 0%,#5caa08 100%);
    background: -ms-linear-gradient(top,#6bbd09 0%,#5caa08 100%);
    background: linear-gradient(top,#6bbd09 0%,#5caa08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6bbd09',endColorstr='#5caa08',GradientType=0);
}
.slick-prev {
    left: -22px;
}
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    width: 21px;
    height: 21px;
    background-image: url(https://plotters.ru/bitrix/templates/plotter-index/js/slick/prev.png);
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
}
.slick-next {
    right: -22px;
}

.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    width: 21px;
    height: 21px;
    background-image: url(https://plotters.ru/bitrix/templates/plotter-index/js/slick/next.png);
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
}
@media (max-width: 1024px) {
	.slides-block-wrapper-img, .bx_catalog_item_title_main, .bx_catalog_item_title_main_wrapper {width: 198px;}
	.btn_style_main {width:100px;}
}
@media (max-width: 600px) {
	.slides-block-wrapper-img, .bx_catalog_item_title_main_wrapper {width: 153px;}
}
@media (max-width: 414px) {
	.slides-block-wrapper-img {width: 220px;}
}