.home_catalog__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home_catalog__list > li:hover {
	z-index: 100;
}


.home_catalog__parent-title {
	margin: 0;
	padding: 0;
	height: 57px;
}
.home_catalog__parent-title a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 21px 10px 27px;
	height: 100%;
	/* background: #f6f6f6; */
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.home_catalog__list > li:hover .home_catalog__parent-title a, .home_catalog__parent-title a  {
	/* background: #e6e6e6; */
	color: #333;
	text-decoration: none;
	
}

.home_catalog__parent-title-inner {
	display: block;
	width: 100%;
	color:#fff;
	font-size:14px;
}
.home_catalog__parent-link span{
	color:#fff;
	font-size:14px;
}
.home_catalog__parent-title-arrow {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 5;
	transform: translate(-50%, -50%);
	display: block;
	width: 30px;
	height: 30px;
	line-height: 26px;
	background: #fff;
	border: 2px solid #f6f6f6;
	border-radius: 50%;
	text-align: center;
}
.home_catalog__parent-title-arrow:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url('/local/templates/market_fullscreen/images/ux/sprite.png') no-repeat -337px -2px;
	width: 18px;
	height: 9px;
}
.home_catalog ul {
	/*margin: 0;*/
	padding: 0;
	list-style:none;
}
.home_catalog__inner-links {
    display: none;
    column-count: 4;
    width: 100%;
    max-width: 100% !important;
    height: auto;
    box-shadow: 0 13px 24px rgba(39, 40, 44, 0.22);
    background: #fff;
    margin: 0;
    padding: 34px 53px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    transform: translateY(10px);
    border-radius: 6px;
}
.home_catalog__inner-links a {
	width:19%;
	display:block;
	float:left;
	margin: 0 1% 4px 0;
}
.home_catalog__inner-links a:nth-child(5n+1) {
	clear: both;
}
.home_catalog__inner-links a {
	font-size: 15px;
	color: #459410;
	text-decoration: none;
}
.home_catalog__inner-links a:hover {
	color: #8eca67;
	text-decoration: underline;
}
.home_catalog_more {
	/*margin-top: 7px;*/
	text-align: center;
}
.home_catalog_more .green-btn {
	display: inline-block;
	padding: 10px;
}

@media (min-width:992px) {
	.home_catalog__list:not(.home_catalog__list_full) > li:nth-child(n+14) {
		display: none;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.home_catalog__list:not(.home_catalog__list_full) > li:nth-child(n+9) {
		display: none;
	}
}

@media (max-width:767px)  {
	.home_catalog__list:not(.home_catalog__list_full) > li:nth-child(n+9) {
		display: none;
	}
}


@media (max-width:555px) {
	
	.home_catalog__list:not(.home_catalog__list_full) > li:nth-child(n+9) {
		display: none;
	}
	ul.home_catalog__list > li {
	    width: 49%;
	    margin: 0 0 6px;	    
	    flex-grow: 0;
	}

	ul.home_catalog__list {
		margin-left: 0;	
	}

	ul.home_catalog__list .home_catalog__inner-links {
		padding: 20px 15px;
    	column-count: 2;
	    transform: translateY(5px);
	}

	div.home_catalog {
		margin: 0;	
	}
}
