body .popular a.popular_a {
    color: unset;
	text-decoration: unset;
}

.popular_row .popular_item:hover, .popular_row .popular_item {
    color: unset;
	text-decoration: unset;
}

.popular_row .popular_item .popular_item--circle {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.popular_row .popular_item--author a:hover, .popular_row .popular_item--author a{
    color: unset;
	text-decoration: unset;
}

.popular_row.intresting_slider {
	display: inline-block;
    margin: 80px auto;
    overflow: hidden;
    width: 100%;
    padding-bottom: 40px;
}
.popular_row.intresting_slider .popular_item {
    display: inline-block;
    float: left;
}

.top_arrow.top_arrow_next {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 20px;
	cursor: pointer;
}
.top_arrow.top_arrow_prev {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin: 0 20px;
	-webkit-transform: rotate( -180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate( -180deg);
	cursor: pointer;
}
.top_arrow.top_arrow_prev.slick-disabled{
    background: url(/mebel-pro/css/../img/arrow-unactive.svg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);

}
.top_arrow.top_arrow_next.slick-disabled{
    background: url(/mebel-pro/css/../img/arrow-unactive.svg);
	-webkit-transform: rotate( -180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate( -180deg);
}


.popular_row.intresting_slider .popular_item--img {
    margin: 0 auto;
}
.popular_row.intresting_slider .popular_item--author {
    min-height: 60px;
}
