.section-carousel .slick-list {
	padding: 0 0 52px;
	position: relative
}

.section-carousel__header {
	font-size: 16px;
	line-height: 27px;
	text-transform: uppercase;
	font-family: 'MuseoSansCyrl-500',sans-serif;
	color: #2c180b;
	margin: 0 0 40px 15px;
}

.section-carousel__arrow {
	position: absolute;
	top: calc(50% - 90px);
	background-size: contain;
	width: 15px;
	height: 27px;
	display: block;
	cursor: pointer;
	z-index: 1;
}

.section-carousel__arrow {
	background-position: bottom center;
}

.section-carousel__arrow:hover {
	background-position: bottom center;
}

.section-carousel__arrow--left {
	left: -30px;
	background: url(img/left_arrow.png) top center;
}

.section-carousel__arrow--right {
	right: -30px;
	background: url(img/right_arrow.png) top center;
}

@media screen and (max-width: 767px) {
	.section-carousel__arrow--left {
		left: 0;
	}

	.section-carousel__arrow--right {
		right: 0;
	}
}

.section-carousel .one-click-buy {
	display: inline-block;
}

.section-carousel .good_name.good_name--section-carousel {
	height: 42px;
}

.section-carousel .section-carousel__slider-item {
	margin: 0 15px;
	padding: 0;
}

.section-carousel__sizes {
	display: none;
	position: absolute;
	bottom: 0;
	-webkit-transform: translate(0,100%);
	-ms-transform: translate(0,100%);
	transform: translate(0,100%);
	width: calc(100% - 30px);
	background-color: #fff;
}

.section-carousel__sizes-header {
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 13px;
}

.section-carousel__sizes-wrap {
	display: flex;
	flex-wrap: wrap;
}

.section-carousel__sizes-item {
	line-height: 14px;
	font-size: 11px;
	padding: 0 2px;
	color: #3f3f3f;
	cursor: default;
}

.section-carousel__slider-item:hover .section-carousel__sizes {
	display: block;
}