.nbCatalogSectionList {}
.nbCatalogSectionList__item {background-position: center center; background-size: cover; background-repeat: no-repeat; 
	transition: .5s;
	text-align: left; 
	display: block;
	height: 0; padding-top: 75%;
	position: relative;
	margin-bottom: 1.75rem;
	border-radius: 0.75rem;
	overflow: hidden;
}
.nbCatalogSectionList__item:before {content: '' ;position: absolute; bottom: 0; left: 0; right: 0; height: 1.3125rem; background: #5badc3; transition: .5s;}

.nbCatalogSectionList__itemMain {position: absolute; bottom: -0.75rem; left: 1.875rem; right: 1.875rem; display: flex; height: 3.3125rem; padding: 0.5rem; background-color: #fff; transition: .5s; border-radius: 0.75rem; justify-content: center;}
.nbCatalogSectionList__itemName {font-size: 1.125rem; font-weight: 600; text-transform: uppercase; margin-bottom: 0; align-self:center; color: #414141; }

.nbCatalogSectionList__item:hover:before {background: rgb(44 163 161 / 55%); height: 2.5rem;}
.nbCatalogSectionList__item:hover .nbCatalogSectionList__itemMain {bottom: 0.8125rem;}


/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

} 

/*phones*/
@media (max-width: 767px) { 
	
}
