.nbSectionTabs {position: relative; z-index: 10;}
.nbSectionTabs__tabs {display: block; margin: 0;padding: 0;list-style: none; text-align: center;}
.nbSectionTabs__tabLink {position: relative; color: #414141 !important; font-size: 1.125rem; line-height: 1.5; text-transform: lowercase; margin-bottom: 1rem;
  text-decoration: none !important; border: 1px solid #e6e6e6;
     padding: 0.5rem 1rem;
    min-width: 10rem;
    display: inline-block;
    text-align: center;
}
.nbSectionTabs__tabLink:first-child {border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem;}
.nbSectionTabs__tabLink:last-child {border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem;}

.nbSectionTabs__tabLink.active {border-color: #2ca3a1; background: #2ca3a1; color: #fff !important;}
.nbSectionTabs__tabLink:hover {border-color: #2ca3a1; }

.nbSectionTabs:last-child .nbCatalogSectionSlider__container {}

/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 
	.nbSectionTabs__tabs {display: none;}
	.nbSectionTabs__pane {display: block !important; padding-bottom: 2rem;}
	.nbSectionTabs__title {display: none;}
}