

/* Start:/static/css/sections.css?1759265808943*/
.catalog_sections_list{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	width:100%;
	justify-content: space-between;
}
.catalog_sections_list>a{
	width: 24%;
	max-width: 24%;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	margin-bottom: 20px;
}

.catalog_sections_list>a:hover{
	text-decoration:none;
	opacity:0.75;
}

.catalog_sections_list>a>.sect_title{
	color: #333;
	text-decoration: none;
	font-size: 20px;
	padding: 20px 10px;
	font-weight: 600;
	font-family: 'Roboto';
	background: #fff;
	border-radius: 0 0 10px 10px;
	text-align: center;
} 

.catalog_sections_list>a:hover>.sect_title{
	background:#f2640e;
	color:#fff;
}


@media (max-width: 1030px) {
	.catalog_sections_list>a{
		width: 32.5%;
		max-width: 32.5%;
	}
}

@media (max-width: 765px) {
	.catalog_sections_list>a{
		width: 48.5%;
		max-width: 48.5%;
	}
}
@media (max-width: 455px) {
	.catalog_sections_list>a>.sect_title{
		font-size: 15px;
	}
}
/* End */
/* /static/css/sections.css?1759265808943 */
