.nbCatalogSectionList {}
.nbCatalogSectionList__item {position: relative; display: block; height: 0; padding-top: 90%; background: #000; border-radius: 0.9375rem; overflow: hidden; transition: .5s;}
.nbCatalogSectionList__img {background-position: center center; background-repeat: no-repeat; background-size: cover; display: block; opacity: 0.5; top: 0; left: 0; right: 0; bottom: 0; position: absolute; transition: .5s;}
.nbCatalogSectionList__name {position: absolute; top: 50%; left: 0px; right: 0px; padding: 0.25rem; color: #fff; display: block; text-transform: uppercase; font-size: 1.5rem; font-family: 'lavrBold'; transform: translateY(-50%); text-align: center;}
.nbCatalogSectionList__num {position: absolute; top: 0; left: 0; padding: 0.5rem; min-width: 3.875rem; min-height: 3.5rem; text-align: center; color: #fff; font-size: 1.5rem; font-family: 'lavrBold'; background: var(--primary-color);
	border-radius: 0.9375rem 0 0.9375rem 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.nbCatalogSectionList__item:hover { box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);}
.nbCatalogSectionList__item:hover .nbCatalogSectionList__img {opacity: 0.75;}

