

/* Start:/static/css/actions.css?17601059691516*/
.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.pseudo{
	max-height: 0px;
	margin-bottom: 0px;
}

.catalog_sections_list>a>.sect_img{
	position:relative;
}
.catalog_sections_list>a>.sect_img>.timer_block{
	left: 5px;
	position: absolute;
	display: flex;
	top: 10px;
	z-index: 2;
	background: #fff;
	color: #000;
	font-weight: 600;
	border: 1px solid #eeeeee;
}
.catalog_sections_list>a>.sect_img>.timer_block>div{
	padding-left: 4px;
    padding-right: 4px;
}
.catalog_sections_list>a>.date_to{
	background: #fff;
	color: #000;
	padding: 7px;
}

.catalog_sections_list>a>.date_to>i{
	color: #f2640e;
}


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

.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/actions.css?17601059691516 */
