@keyframes placeload {
	0% {
		background-position: -468px 0;
	}
	100% {
		background-position: 468px 0;
	}
}

.gr-catop {
    margin: 108px 0 0;
}

.gr-catop .gr-header__title {
    margin: 0 0 40px 0;
}

.gr-catop__list.slick-slider .slick-prev,
.gr-catop__list.slick-slider .slick-next {
    top: -76px;
    transform: none;
    width: 44px;
    height: 44px;
    box-shadow: none;
    border: 1px solid #e2e2e2;
    background: #fff;
    padding: 0;
}

.gr-catop__list.slick-slider .slick-prev:hover,
.gr-catop__list.slick-slider .slick-next:hover {
	background-color: #eee;
}

.gr-catop__list.slick-slider .slick-next {
	right: 8px;
}
.gr-catop__list.slick-slider .slick-prev {
	left: auto;
	right: 72px;
}

.gr-catop__skeleton {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gr-catop__skeleton .skeleton-item {
	width: calc(25% - 20px);
	padding: 24px;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
}

.gr-catop__skeleton .load {
    /*-webkit-animation: placeload 1s linear infinite;
    animation: placeload 1s linear infinite;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 8%, rgba(0, 0, 0, 0.10) 18%, rgba(0, 0, 0, 0.05) 33%);
    background-size: 1200px 104px;*/
    background-color: #f7f7f7;
}

.skeleton-item__img {
    width: 100%;
    height: 215px;
    border-radius: 20px;
}

.skeleton-item__name {
	width: 100%;
	height: 128px;
	margin: 10px 0;
}

.skeleton-item__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    padding: 15px 0 0;
    border-top: 1px solid #eee;
}

.skeleton-item__price {
	display: block;
	width: 80px;
	height: 24px;
	border-radius: 4px;
}

.skeleton-item__action {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
}

.gr-catop__list {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.gr-catop__item {
    display: flex;
    width: 25%;
    padding: 12px;
}

.row-5 > .gr-catop__item {width: 20%;}
.row-4 > .gr-catop__item {width: 25%;}
.row-3 > .gr-catop__item {width: 33.33%;}
.row-2 > .gr-catop__item {width: 50%;}
.row-1 > .gr-catop__item {width: 100%;}

.gr-catop__item > .catalog-element__item {
    width: 100%;
    margin-bottom: 80px;
}


@media only screen and (max-width: 1024px) {

	.gr-catop {
		margin: 48px 0 0;
	}

	.gr-catop .container {
		padding-left: 15px;
		padding-right: 0;
		width: auto !important;
		overflow-x: hidden;
	}

	.gr-catop__skeleton {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.gr-catop__skeleton::-webkit-scrollbar {
	    display: none;
	}

	.gr-catop__skeleton .skeleton-item {
		width: 140px;
		min-width: 140px;
		padding: 0;
		margin: 0 20px 0 0;
		border: none;
	}

	.skeleton-item__img {
		height: 140px;
	}

	.skeleton-item__footer {
		align-items: flex-start;
		flex-direction: column;
		border: none;
		padding: 0;
		height: auto;
	}

	.skeleton-item__action {
		width: 100%;
		margin: 10px 0 0;
	}

	.gr-catop__list {
		flex-wrap: nowrap;
		overflow-x: auto;
		margin: 15px 0 0 -10px;
	}

	.gr-catop__list::-webkit-scrollbar {
		display: none;
	}

	.gr-catop__item {
		width: 240px;
		min-width: 240px;
		padding: 0;
	}

	.gr-catop__item > .catalog-element__item {
		border: none;
		padding: 0 8px;
		margin: 0;
	}

	.gr-catop__item .catalog-element__item-link {
		height: 200px;
	}

	.gr-catop__item .catalog-element__item-price {
		margin: 16px 0 0;
	}
	
	.gr-catop__item .catalog-element__item-name {
		-webkit-line-clamp: 2;
		min-height: 40px;
	}

}

@media only screen and (max-width: 480px) {

	.gr-catop h2 {
		width: 100%;
		margin: 0 0 10px 0;
	}

}