.nbContentPage {}
.nbContentPage__blocks {max-width: 1200px; margin: 0 auto;}
.nbContentPage__block {}
.nbContentPage__block._icon {text-align: center; padding-bottom: 2vw; padding-top: 1vw;}
.nbContentPage__block._icon img {max-width: 30%; height: auto;}
.nbContentPage__block._gray {padding: 1rem !important; background: #f3f2ee; color: #434809; text-align: center; border-left: 15px solid #fff; border-right: 15px solid #fff;}
.nbContentPage .alert *:last-child {margin-bottom: 0px;}
.nbContentPage__textImg._right {float: right; margin: 0 0 1rem 1rem;}
.nbContentPage__text img {max-width: 25%; height: auto;}
/*desktops*/
@media (max-width: 1200px) { 

}

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

}

/*phones*/
@media (max-width: 767px) {
	.nbContentPage__block._icon {display: none;}
	.nbContentPage__block._gray  {margin-bottom: 15px; border: none;}
	.nbContentPage__text img {display: none;}
	
	.nbContentPage .tab-content>.tab-pane {display: block; opacity: 1;}
}