

/* Start:/local/templates/met-element/components/bitrix/menu/nbColor/style.css?17230981211098*/
.nbColor_menu {
	padding-left: 0;
	margin: 0;
	margin-bottom: 3.5rem;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.nbColor_menu > li {
	margin-right: 1.5rem;
	margin-bottom: 1rem;
	flex: 1;
	max-width: 30%;
}

.nbColor_menu > li:last-child {
	margin-right: 0;
}

.nbColor_menu > li > a {
   color: #1F2023;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    padding: 0.75rem;
    width: 100%;
    display: block;
    border: 1px solid #1F2023;
    text-decoration: none !important;
}
.nbColor_menu > li > a:hover,
.nbColor_menu > li > a.selected {
    background: #E42105;
    color: #fff;
    border-color: #E42105;
}

@media (max-width: 1200px) {

}

/*tablets*/
@media (max-width: 991px) {
	.nbColor_menu > li {
		max-width: 100%;
	}
}

/*phones*/
@media (max-width: 767px) {
	.nbColor_menu > li {
		flex: none;
	}
}

@media (max-width: 576px) {
	.nbColor_menu > li {
		flex: none;
		width: 100%;
		margin-right: 0;
	}
}
/* End */


/* Start:/local/templates/met-element/components/bitrix/system.pagenavigation/.default/style.css?1723444779688*/
.nbPagination {
	text-align: center;
}

.nbPagination__container {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nbPagination__item {
	display: inline-block;
	margin: 0 0.5rem;
}

.nbPagination__item._prev {
}

.nbPagination__item._next {
}

.nbPagination__item._active {
}

.nbPagination__item._all {
}

.nbPagination__link,
.nbPagination__link._empty:hover {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	color: #000;
	text-align: center;
	padding: 5px 5px;
}

a.nbPagination__link:hover,
.nbPagination__item._active .nbPagination__link {
	color: #E42105;
	text-decoration: none;
}

.nbPagination__link._empty {
	cursor: default;
}
/* End */


/* Start:/local/templates/met-element/components/bitrix/news.list/nbPerforacia/style.css?17231007853326*/

.nbPerforacia_itemName {
 color: #000;
 font-size: 2rem;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 padding-bottom: 2rem;
}

.nbPerforacia__link {
	display: block;
	margin-bottom: 3.5rem;
}
.nbPerforacia__img {
	display: block;
	height: 0;
	padding-top: calc(100% - 2rem);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1rem solid #fff;
	background-size: contain;
}
.nbPerforacia__name {
	display: block;
	padding: 1.5rem 0;
	color: #000;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
}

.nbCatSection__infoNew {
	background: #3b3838;
	padding: 8rem;
	color: #fff;
	margin-bottom: 4rem
}


.nbCatSection__title {
	color: #fff;
	font-size: 2.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 4rem;
	text-transform: uppercase
}

.nbCatSection__title::first-line {
	font-weight: 400
}

.nbCatSection__desc {
	border-top: 1px solid #fff;
	padding: 3rem 0 0 3rem;
	position: relative
}

.nbCatSection__desc:before {
	background-image: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'8\'\ height=\'89\'\ viewBox=\'0\ 0\ 8\ 89\'\ fill=\'none\'%3E%3Cpath\ d=\'M3.64645\ 88.3536C3.84171\ 88.5488\ 4.1583\ 88.5488\ 4.35356\ 88.3536L7.53554\ 85.1716C7.7308\ 84.9763\ 7.7308\ 84.6597\ 7.53554\ 84.4645C7.34028\ 84.2692\ 7.02369\ 84.2692\ 6.82843\ 84.4645L4\ 87.2929L1.17158\ 84.4645C0.976314\ 84.2692\ 0.659732\ 84.2692\ 0.46447\ 84.4645C0.269208\ 84.6597\ 0.269208\ 84.9763\ 0.46447\ 85.1716L3.64645\ 88.3536ZM3.5\ 2.18557e-08L3.5\ 88L4.5\ 88L4.5\ -2.18557e-08L3.5\ 2.18557e-08Z\'\ fill=\'white\'/%3E%3C/svg%3E);
	position: absolute;
	left: -4px;
	bottom: 0;
	display: block;
	content: '';
	width: 8px;
	top: 0;
	background-repeat: no-repeat;
	background-position: center bottom
}

.nbCatSection__l1Items {
	padding-top: 4rem
}

.nbCatSection__l1Index {
	color: #e42105;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 2rem
}

.nbCatSection__l1Text {
	color: #fff;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}


.nbCatSection__desc2 {
	padding-top: 5.25rem;
	color: #FFF;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}






@media (max-width: 1400px) {
	.nbCatSection__infoNew {
		padding: 8rem 2rem;
	}
}


/*desktops*/
@media (max-width: 1200px) {

	.nbCatSection__title {
		font-size: 2rem;
	}
	.nbCatSection__l1Text {
		font-size: 1.25rem;
	}
	.nbCatSection__desc {
		padding: 2rem 0 0 2rem;
	}
	.nbCatSection__desc2 {
		font-size: 1.25rem;
	}

	.nbCatSection__infoNew {
		padding: 2rem 2rem;
	}

}





/*tablets*/
@media (max-width: 991px) {
	.nbPerforacia_img {
		margin-right: 1rem;
	}

	.nbCatSection__l2Items {
		padding: 0
	}
}

/*phones*/
@media (max-width: 767px) {
	.nbPerforacia_img {
		padding-top: 50%;
		margin: 0;
		margin: 0 auto !important;
		max-width: 300px;
	}

	.nbPerforacia_imgCont {
		margin: 0 !important;
		padding: 0 2rem !important;
		padding-bottom: 2rem !important;
	}

}
/* End */
/* /local/templates/met-element/components/bitrix/menu/nbColor/style.css?17230981211098 */
/* /local/templates/met-element/components/bitrix/system.pagenavigation/.default/style.css?1723444779688 */
/* /local/templates/met-element/components/bitrix/news.list/nbPerforacia/style.css?17231007853326 */
