.compilations__carousel.slick-slider .slick-track, .compilations__carousel.slick-slider .slick-list{
	transform: inherit !important;
}

.categories-index .slick-arrow,
.compilations__carousel .slick-arrow,
.bestsellers__carousel .slick-arrow
{
	position: absolute;
	top: 32.35294%;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
	border-radius: 50%;
	z-index: 10;
}

.categories-index .slick-arrow{
	top: calc(50% - 10px);
}

.bestsellers__carousel .slick-arrow{
	top: calc(50% - 40px);
}

.categories-index .slick-prev, .categories-index .slick-next,
.compilations__carousel .slick-prev, .compilations__carousel .slick-next,
.bestsellers__carousel .slick-prev, .bestsellers__carousel .slick-next
{
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-size: 6px auto;
	background-position: 18px !important;
}

@media (max-width:768px)
{
	.categories-index .slick-arrow,
	.compilations__carousel .slick-arrow,
	.bestsellers__carousel .slick-arrow
	{
		width: 32px;
		height: 32px;
	}
	.categories-index .slick-prev, .compilations__carousel .slick-prev, .bestsellers__carousel .slick-prev{
		background-position: 12px !important;
	}
	.categories-index .slick-next, .compilations__carousel .slick-next, .bestsellers__carousel .slick-next{
		background-position: 14px !important;
	}
}

.categories-index .slick-prev,
.compilations__carousel .slick-prev,
.bestsellers__carousel .slick-prev
{
	left: 16px;
	background: hsla(0, 0%, 100%, .9) url(../../img/ua/arrow_slider_left.svg) no-repeat;
}

.categories-index .slick-prev{
	left: 48px;
}
.bestsellers__carousel .slick-prev{
	left: 26px;
}

.categories-index .slick-next,
.compilations__carousel .slick-next,
.bestsellers__carousel .slick-next
{
	right: 16px;
	background: hsla(0, 0%, 100%, .9) url(../../img/ua/arrow_slider_right.svg) no-repeat;
}

.categories-index .slick-next{
	right: 48px;
}

.bestsellers__carousel .slick-next{
	right: 26px;
}

.categories-index .slick-prev::before, .categories-index .slick-next::before,
.compilations__carousel .slick-prev::before, .compilations__carousel .slick-next::before,
.bestsellers__carousel .slick-prev::before, .bestsellers__carousel .slick-next::before
{
	content: "" !important;
}

@media (max-width:680px)
{
	.categories-index .slick-arrow{
		top: calc(50% - 20px);
	}
	.categories-index .slick-prev{
		left: 40px;
	}

	.categories-index .slick-next{
		right: 40px;
	}
}
