

/* Start:/local/templates/aspro_mshop/components/bitrix/catalog.section.list/sections_list_new/style.css?16396415832373*/
.catalog_section_list_new{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.section_item_new{

    width: 50%;
    max-width: 532px; 	
	padding: 15px 20px;
	border-radius: 24px;
	box-sizing: border-box;
	border: 2px solid #e5e5e5;
	margin-bottom: 30px;
	position: relative;
	background-position: left  top;
    background-repeat: no-repeat;	
}
.section_item_new_inner{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	height: 100%;
	

}
.section_item_new__image{
	margin-right: 10px;
	flex: 0 0 130px;
	display: flex;
	align-items: center;
}
.section_item_new__image img{
	max-width: 100%;
}

.section_item_new__info{
	flex: 1 0 0;
	text-align: center;
	max-height: 100%;
	
}
.section_item_new__name{
	margin-bottom: 5px;
}
.section_item_new__name a{
	font-size: 18px;
	color: #4d97df;
	font-weight: bold;
	line-height: 1.2;
	
}
.section_item_new__name a:hover{
	text-decoration: underline;
	color: #4d97df;
}
.section_item_new__items{
	list-style-type:none;

    overflow: hidden;
}
.is-expanded .section_item_new__items{
	max-height: 120px;
}

.section_item_new.expand .section_item_new__items{
	max-height: unset;
}

.section_item_new__items .sect {
    display: inline-block;
    padding: 0px 5px 0px 0px;
}

.section_item_new__items li a{
	font-size: 12px;
	font-weight: 500;
	color: #4d97df;
	
	display: inline-block;
    padding: 0px 5px 0px 0px;
	
}
.section_item_new__items li::before {
    content:unset;
}
.section_item_new__items li a:hover{
	text-decoration: underline;
	color: #4d97df;
}
.section_item__expand{
	position: absolute;
	bottom: -14px;
	left: calc(50% + 65px);
	z-index: 10;
	display: none;
	width: 27px;
	height: 27px;
	background: url('/images/expand-arrow.png') center no-repeat;
}
.is-expanded .section_item__expand{
	display: inline-block;
}
@media(max-width: 992px){
	.section_item_new {
		width: 100%;
		max-width: 100%;
		padding: 15px 20px;
		border-radius: 15px;
		background-image: unset !important;
	}	
}
@media(max-width: 600px){
	.section_item_new {
		padding: 10px 10px;
		border-radius: 10px;

	}		
	.section_item_new_inner{
		flex-flow: column;
	}
	.section_item_new__image {
		margin-right: 0px;
		flex: 0 0 130px;
		margin-bottom: 5px;
	}	

}











/* End */
/* /local/templates/aspro_mshop/components/bitrix/catalog.section.list/sections_list_new/style.css?16396415832373 */
