

/* Start:/local/templates/pnevmo/components/bitrix/system.pagenavigation/pnevmo/style.css?1686060442989*/
.nav-pages {
	text-align: center;
	margin-bottom: 50px;
}
@media (max-width: 1024px) {
	.nav-pages {
		margin-bottom: 30px;
	}
}

.nav-pages a,
.system-nav-orange .nav-current-page {
	/*padding: 12px 15px;*/
	background: #e6e9ec;
	color: #58585a;
	font-size: 22px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	transition: all .4s;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
}

.nav-pages a:hover {
	background-color: #3276d3;
	color: #fff;
}

.system-nav-orange .nav-current-page {
	background-color: #3276d3;
	color: #fff;
}

.nav-pages__arr {
	max-width: 30px;
	background-color: transparent !important;
}
.nav-pages__arr svg {
	position: relative;
	width: 15px;
	top: 3px;
}
.nav-pages__arr svg g {
	fill: #000;
}

.nav-pages__arr--bg {
	max-width: 30px;
	background-color: transparent !important;

}

.nav-pages__arr--bg svg {
	width: 19px;
	position: relative;
	top: 2px;
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/news/news/bitrix/news.list/.default/style.css?16860604423905*/
.news__list {
	margin-bottom: 50px;
}
.news__item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 50px;
	background: #e6e9ec;
}
.news__item:last-child {
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.news__list {
		margin-bottom: 45px;
	}
	.news__item {
		margin-bottom: 25px;
		padding-bottom: 25px;
		background: none;
		border-bottom: 1px solid #d7d7d7;
	}
	.news__item:last-child {
		border-bottom: 0;
	}
}
@media (max-width: 767px) {
	.news__item {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		background: #e6e9ec;
		padding-bottom: 0;
		border-bottom: 0;
	}
}

/*GRID*/
/*.news__item img {
	width: 100%;
	margin: 0 !important;
}*/
.news__item__img {
	width: 400px;
}
.news__item__img,
.news__item__info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.news__item__img a {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
}
.news__item__info {
	padding: 30px 25px 15px;
	width: 535px;
}
@media (max-width: 1329px) {
	.news__item__img {
		width: 290px;
	}
	.news__item__info {
		padding: 25px 20px 15px;
		width: 405px;
	}
}
@media (max-width: 1024px) {
	.news__item__img {
		width: 31%;
	}
	.news__item__info {
		width: 68.5%;
	}
	.even .news__item__info {
		padding: 5px 28px;
	}
	.odd .news__item__info {
		padding: 5px 28px 5px 0;
	}
}
@media (max-width: 767px) {
	.news__item__img {
		height: 400px;
	}
	.news__item__img,
	.news__item__info {
		width: 100%;
		float: none;
	}
	.news__item__info {
		padding: 30px 12px 35px !important;
	}
}

.news__item.even .news__item__img,
.news__item.odd .news__item__info {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.news__item.even .news__item__info,
.news__item.odd .news__item__img {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
@media (max-width: 767px) {
	.news__item.even .news__item__img {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.news__item.odd .news__item__info {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}



.news__item__title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #000;
}
@media (max-width: 1024px) {
	.news__item__title {
		font-size: 19px;
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.news__item__title {
		font-size: 18px;
	}
}

.news__item__middle {
	margin-bottom: 21px;
}
.news__item__date {
	margin-right: 25px;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
.news__item__section__list {
	display: inline-block;
	vertical-align: middle;
}
.news__item__section {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 15px;
	text-decoration: underline;
}
.news__item__section:last-child,
.news__item__date:last-child {
	margin-right: 0;
}
@media (max-width: 1024px) {
	.news__item__middle {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.news__item__date {
		font-size: 14px;
		margin-right: 22px;
	}
	.news__item__date
	.news__item__section {
		font-size: 13px;
		margin-right: 10px;
	}
}


.news__item__preview {
	margin-bottom: 25px;
	font-weight: 300;
	color: #000;
}
.news__item__link__block {
	text-align: right;
}
.news__item__link {
	font-size: 20px;
	font-weight: 300;
}
@media (max-width: 1024px) {
	.news__item__preview {
		font-size: 17px;
		margin-bottom: 14px;
	}
}
@media (max-width: 767px) {
	.news__item__preview {
		margin-bottom: 35px;
		font-size: 14px;
	}
	.news__item__link__block {
		text-align: center;
	}
	.news__item__link {
		font-size: 18px;
	}
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/menu/news-right/style.css?1686060442883*/
/* SIDEBAR MENU */
.sidebar__menu {
	padding: 0 35px 25px;
	list-style-type: none;
}
@media (max-width: 1329px) {
	.sidebar__menu {
		padding: 0 15px 25px;
	}
}
@media (max-width: 1024px) {
	.sidebar__menu {
		padding: 0 15px 25px 41px;
	}
}
@media (max-width: 767px) {
	.sidebar__menu {
		padding: 0 15px 25px 27px;
	}
}
.sidebar__menu__item {
	margin-bottom: 19px;
}
.sidebar__menu__item:last-child {
	margin-bottom: 0;
}

.sidebar__menu__item:last-child > a {
	border-bottom: none;
}

.sidebar__menu__item > a {
	display: block;
	position: relative;
	letter-spacing: 0.5px;
	font-size: 16px;
	color: #222;
	-webkit-transition-duration: .3s;
	   -moz-transition-duration: .3s;
	     -o-transition-duration: .3s;
	        transition-duration: .3s;
}
.sidebar__menu__item > a:hover,
.sidebar__menu__item--active > a {
	color: #3276d3;
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/subscribe.form/sidebar/style.css?16860604421846*/
.sidebar__subscribe__inner {
	padding: 0 35px 30px;
}
@media (max-width: 1329px) {
	.sidebar__subscribe__inner {
		padding: 0 15px 25px;
	}
}
@media (max-width: 767px) {
	.sidebar__subscribe__inner {
		padding: 0 15px 25px 27px;
	}
}

.sidebar__subscribe__text {
	margin-bottom: 22px;
	font-size: 16px;
}
@media (max-width: 1024px) {
	.sidebar__subscribe__text {
		margin-bottom: 20px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.sidebar__subscribe__text {
		margin-bottom: 15px;
	}
}

.sidebar__subscribe table {
	width: 100%;
}
.sidebar__subscribe__input {
	height: 45px;
	border: 1px solid #b0b0b4;
	padding: 0 13px;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 29px;
}
@media (max-width: 1024px) {
	.sidebar__subscribe__input {
		height: 40px;
		margin-bottom: 21px;
	}
}
@media (max-width: 767px) {
	.sidebar__subscribe__input {
		height: 43px;
		margin-bottom: 21px;
	}
}
.sidebar__subscribe .sl-container {
	margin-bottom: 25px;
}
@media (max-width: 1024px) {
	.sidebar__subscribe .sl-container {
		margin-bottom: 21px;
	}
}
.sidebar__subscribe .sl-container .sl-placeholder-container {
	height: auto;
	padding: 12px 13px;
	min-height: 45px;
	font-size: 16px;
}
@media (max-width: 1024px) {
	.sidebar__subscribe .sl-container .sl-placeholder-container {
		min-height: 40px;
	}
	.sl-container .sl-options li a {
		font-size: 15px;
	}
}
.sidebar__subscribe .sl-placeholder {
	margin-top: 0;
	padding-right: 25px;
}
.sidebar__subscribe .sl-button {
	background-size: 21px 9px;
}

.sidebar__subscribe__btn {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	padding-top: 13px;
	padding-bottom: 13px;
}
@media (max-width: 1024px) {
	.sidebar__subscribe__btn {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/news.list/sidebar-news-archive/style.css?1686060442684*/
.sidebar__news__archive {
	padding: 0 35px 30px 35px;
}
@media (max-width: 1329px) {
	.sidebar__news__archive {
		padding: 0 15px 30px 15px;
	}
}
@media (max-width: 1024px) {
	.sidebar__news__archive {
		padding: 0 15px 30px 40px;
	}
}
@media (max-width: 767px) {
	.sidebar__news__archive {
		padding: 0 15px 25px 35px;
	}
}
.sidebar__news__archive__item {
	margin-bottom: 20px;
}
.sidebar__news__archive__item:last-child {
	margin-bottom: 0;
}
.sidebar__news__archive__item a {
	color: #222;
	font-size: 16px;
}
.sidebar__news__archive__item a:hover,
.sidebar__news__archive__item a:focus,
.sidebar__news__archive__item a:active {
	color: #3276d3;
}

/* End */
/* /local/templates/pnevmo/components/bitrix/system.pagenavigation/pnevmo/style.css?1686060442989 */
/* /local/templates/pnevmo/components/bitrix/news/news/bitrix/news.list/.default/style.css?16860604423905 */
/* /local/templates/pnevmo/components/bitrix/menu/news-right/style.css?1686060442883 */
/* /local/templates/pnevmo/components/bitrix/subscribe.form/sidebar/style.css?16860604421846 */
/* /local/templates/pnevmo/components/bitrix/news.list/sidebar-news-archive/style.css?1686060442684 */
