section.main-cat{
	width: 100%;
	margin: 0 auto;
}
section.main-cat{
	padding: 0 0 35px;
	position: relative;
}

.main-cat:after {
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
	content: "";
}
.main-cat h3 {
	margin: 0 0 20px;
	display: flex;
	font-family: Calibri;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: center;
	color: #000;
	justify-content: center;
	align-items: center;
	column-gap: 40px;
}
.main-cat h3 a {
	text-decoration: none;
	color: #000;
}
.main-cat h3:before,
.main-cat h3:after{
	content: '';
	display: block;
	background: #000;
	width: 100px;
	height: 2px;
	margin-top: 2px;
}
.main-cat h3 a {
	color: #000;
}
.main-cat .main-cat__items {
	margin: 0 -10px;
	padding-right: 2px;
}
.main-cat__items .item .tags,
.main-cat__items .item .info {
	display: none;
}
@media(max-width: 450px){

	.main-cat h3 {
		column-gap: 8px;
	}

	.main-cat h3:before,
	.main-cat h3:after{
		width: 50px;
	}
	.main-cat .main-cat__items {
		padding-right: 0px;
	}
}
.main-cat .item {
	width: 24%;
	height: auto;
	margin-bottom: 10px;
	border: 1px solid #EEEEEE;
	background: #fff;
	/*transition: .2s linear;*/
}
.main-cat .item figure {
	margin-top: 0;
	margin-bottom: 0;
}
.main-cat .item:hover {
	-webkit-box-shadow: 2px 2px 0px 0px rgba(196, 196, 196, 0.6);
	-moz-box-shadow: 2px 2px 0px 0px rgba(196, 196, 196, 0.6);
	box-shadow: 2px 2px 0px 0px rgba(196, 196, 196, 0.6);
}
.main-cat .item:hover img {
	transform: scale(1.01);
}
.main-cat .item figure {
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.main-cat .item .img {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 173px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
	transition: 1s;
	font-size: 0;
	line-height: 0;
}
.main-cat .item .img img {
	max-height: 175px;
	margin: 0 auto;
	transition: .2s linear;
	background: #fff
}
.main-cat__labels {
	position: absolute;
	top: 0;
	right: 0;
}
.main-cat__label {
	display: block;
	width: 80px;
	padding: 3px 5px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #fff;
}
.main-cat__label.main-cat__label--new,
.main-cat__label.main-cat__label--stock,
.main-cat__label.main-cat__label--writedown,
.main-cat__label.main-cat__label--sale {
	background: #f00;
}
.main-cat__label.main-cat__label--sobsna {
	background: #01056C;
}
.main-cat .item figcaption {
	height: auto;
	min-height: 36px;
	padding: 2px 20px 0;
	margin: 0 5px 20px;
	display: block;
	border-top: 1px solid #C4C4C4;
}
.main-cat .item figcaption a{
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: flex-start;
	font-family: Calibri;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0em;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.main-cat .item figcaption .before-name {
	margin-bottom: 8px;
	font-size: 14px;
	color: #8a8989;
}
.main-cat .item .price {
	margin-left: 0;
	max-width: 250px;
	height: auto;
	padding: 35px 10px 10px 10px;
	margin: 0 auto;
	background: none;
	font-size: 0;
	text-align: left;
	position: relative;
}
.main-cat .item .price .price-val {
	position: relative;
	width: 100%;
	text-align: center;
}
.main-cat .item .price span {
	font-size: 16px;
	line-height: 24px;
}
.main-cat .item .price span.num{
	display: inline-block;
	font-family: Calibri;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	margin: 0 !important;
	padding-top: 8px !important;
}
.main-cat .item .price span.r {
	font-family: Calibri;
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0em;
	text-align: center;
	margin-left: 5px;
}
.main-cat .item .price .btn.cop {
	box-sizing: border-box;
	font-family: Calibri;
	font-size: 10px;
	font-weight: 700;
	line-height: 12px;
	letter-spacing: 0em;
	text-align: center;
	color: #3C3C3C;
	background: #FFD23F;
	border: 0;
	border-radius: 0;
	padding: 10px 14px;
	position: initial;
	min-width: 96px;
	margin: 0;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 6px;
	opacity: 0.85;
	text-decoration: none;
	white-space: nowrap;
}
.main-cat .item .price .btn.cop:hover {
	opacity: 1;
}
.main-cat .item .price .btn.cop.in-cart {
	outline: none;
	background: #00D047;
}
.main-cat .item .price .btn.cop.in-cart svg {
	display: none;
}
.main-cat .item .price .single-btn-crop{
	width: 100%;
	max-width: 133px;
	margin: 0 auto;
}
.main-cat .item .price .btn.no-cop{
	margin-top: 0;
}
.main-cat .item .price .btn.no-cop .store_hover {
	display: none;
}
.main-cat .item .price {
	font-family: Calibri;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	color: #3C3C3C;
	letter-spacing: 0;
	/*padding-top: 10px;*/
	padding-top: 0;
	display: flex;
	justify-content: space-between;
}
.main-cat .item .price .price-val__old {
    position: absolute;
    top: -10px;
    width: 100%;
    display: block;
    color: #9d9d9d;
    font-weight: normal;
    font-size: 12px;
}
.main-cat .btn.cop .glyph {
	display: none;
}

.main-cat .slick-slider,
.main-cat .slick-track {
	height: auto !important;
}
.main-cat .slick-track {
	display: flex;
}
.main-cat .slick-slide {
	margin: 0 10px 2px 10px;
}

/*slider arrows*/
.main-cat__arrow {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	text-align: center;
    background: #FFC300;
	cursor: pointer;
}
.main-cat__arrow:hover {
    background: #FFD23F;
}
.main-cat__arrow svg {
	stroke: #3B3B3B;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	stroke: #3B3B3B;
}
.main-cat__arrow--prev {
	left: -32px;
}
.main-cat__arrow--prev svg {
	margin-left: -10px;
}
.main-cat__arrow--next {
	right: -32px;
}
.main-cat__arrow--next svg {
	margin-left: -6px;
}

.main-cat__items .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
	border: none;
	width: 60px;
	height: 60px;
	outline: none;
	opacity: 0.9;
}

@media (max-width: 1350px) {
	.main-cat__arrow--prev {
		left: 0;
	}
	.main-cat__arrow--next {
		right: 0;
	}
}
@media (max-width: 480px) {
	.main-slider {
		padding-bottom: 20px;
	}
	.main-cat h3 {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 20px;
	}
	section.main-cat {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.main-cat h3:before,
	.main-cat h3:after{
		width: 35px;
	}
	.main-cat h3:before {
		left: -55px;
	}
	.main-cat h3:after {
		right: -55px;
	}
	.main-cat__labels {
		top: 8px;
		left: 0;
		right: auto;
		width: 115px;
		padding: 5px 5px;
	}
	.main-cat .item figcaption .before-name {
		margin-bottom: 20px;
	}
	.main-cat .item figcaption a {
		font-size: 14px;
		line-height: 14px;
		font-weight: 700;
	}
	.main-cat .item .price span.num {
		font-size: 20px;
	}
	.main-cat .item .price span.r {
		font-size: 16px;
	}
	.main-cat .item .price .btn.cop {
		width: 105px;
		height: 40px;
		font-size: 12px;
		line-height: 14px;
	}
	.main-cat .item .price {
		align-items: center;
		padding-bottom: 20px;
	}
	.main-cat .item .price br {
		display: none;
	}

	.main-cat__arrow {
		width: 40px;
		height: 40px;
		margin-top: -60px;
	}
	.main-cat__arrow svg {
		width: 11px;
		height: 25px;
	}
}