.nbNewsTop {}
.nbNewsTop__container {}
.nbNewsTop__title {display: block; text-decoration: none !important; color: inherit !important; margin-bottom: 3rem !important;}
.nbNewsTop__items {}
.nbNewsTop__item {position: relative; transition: .5s;}

.nbNewsTop__img {display: block; height: 0px; padding-top: 57%; background-position: center; background-repeat: no-repeat; background-size: cover; border-bottom: 8.125rem solid #f8f8f8; transition: .5s;
border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem;
}

.nbNewsTop__itemContent {position: absolute; bottom: 1.375rem; left: 1.375rem; right: 1.375rem; background: #fff; padding: 1.25rem 1rem 1rem; z-index: 5; border: 1px solid #9fd8e7;}
.nbNewsTop__itemName {text-transform: uppercase; font-weight: 600; margin-bottom: 1rem; display: block; color: #414141 !important; font-size: 1.125rem; max-height: 2.5rem; overflow: hidden; transition: .5s;}
.nbNewsTop__itemText {color: #414141; font-size: 0.875rem; max-height: 3rem; margin-bottom: 0rem; overflow: hidden; transition: .5s; font-weight: 300;}
.nbNewsTop__itemMore {display: inline-block; text-align: center; font-size: 0.75rem; color: #5badc3 !important; text-transform: none; margin-top: 0.5rem; padding-right: 0.75rem; background: url(images/arrow.svg) right center no-repeat;}


.nbNewsTop__item:hover .nbNewsTop__img {border-color: #5badc3; box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.28);}
.nbNewsTop__item:hover .nbNewsTop__itemName {max-height: 8rem;}
.nbNewsTop__item:hover .nbNewsTop__itemText {max-height: 14rem;  margin-bottom: 1rem;}

.notMainNews_item{margin-bottom: 1.875rem;}

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

}

/*tablets*/
@media (max-width: 991px) {
	.nbNewsTop {margin-bottom: -2rem;}
	.nbNewsTop__item {margin-bottom: 2rem;}
}

/*phones*/
@media (max-width: 767px) { 

}