

/* Start:/bitrix/templates/.default/components/ma/catalog/news/ma/catalog.section.list/sections-list-line/style.css?16020725371258*/
.section__list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: row-reverse;
	border-bottom: 1px solid rgb(229, 229, 229);
}

.section__list-item {
	padding: 0;
	margin: 0;
	margin-right: 30px;
}

.section__list-item.active a {
	color: #215DD3;
	border-bottom: 1px solid #215DD3;
}

.section__list-item.section__list-item--48:first-child,
.section__list-item.section__list-item--168:first-child {
	margin-left: auto;
	margin-right: 0;
}

.section__list-item a {
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	color: #96a0b5;
	display: inline-block;
	margin-bottom: -1px;
}

.section__list-item--48 a,
.section__list-item--168 a {
	position: relative;
	padding-right: 25px;
}

.section__list-item--6 {
	margin-right: auto;
}
@media (max-width:768px) {
	.section__list {
		justify-content: flex-end;
		flex-wrap: wrap-reverse;
		border-bottom: none;
	}
	.section__list-item.section__list-item--48:first-child,
	.section__list-item.section__list-item--168:first-child {
		width: 100%;
		margin-top: 15px;
	}
}
@media (max-width:576px) {
	.section__list {
		margin: 0 -10px 0 0;
	}
	.section__list-item {
		margin-right: 10px;
	}
}
@media (max-width:359px) {
	.section__list {
		flex-direction: column-reverse;
	}
}

/* End */


/* Start:/bitrix/templates/.default/components/ma/catalog/news/ma/catalog.section/news-blocks/style.css?16020725373644*/
.news {
	display: flex;
	flex-wrap: wrap;
	padding-top: 80px;
}

.news__item {
	width: 360px;
	margin-right: 60px;
	padding-bottom: 40px;
}

.news__item:nth-child(3n+1) {
	margin-right: 0;
}

.news__date {
	position: absolute;
	top: 20px;
	left: 10px;
	font-family: "PT Sans", sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #ffffff;
}

.news__holder {
	display: flex;
	flex-direction: column;
	position: relative;
}


.news__pic {
	position: relative;
	transition: all, 0.3s;
	display: flex;
	margin-bottom: 8px;
	/* height: 253px; */
}

.news__item:not([class*='--0']) .news__pic {
	height: 253px;
	overflow: hidden;
}

.news__pic a {
	font-size: 0;
	line-height: 0;
}

.news__name a {
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
	line-height: 140%;
	color: #000000;
	text-decoration: none;
	transition: all, 0.3s;
}

.news__name a:hover {
	transition: all, 0.3s;
	color: #103793;
}

.news__link--no-photo {
	min-height: 219px;
	display: block;
	width: 100%;
}

.news__link--no-photo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	padding-top: 20px;
}


.news__pic::before {
	content: "";
	position: absolute;
	background: #000000;
	opacity: 0.6;
	top: 0;
	left: 0;
	width: 160px;
	height: 220px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	transition: all, 0.3s;
}

.news__pic:hover::before {
	width: 0;
	height: 100%;
}

.news__pic a {
	opacity: 1;
	transition: all, 0.3s;
}
.news__pic a:hover {
	opacity: 1;
}

.news__item--0 {
	width: 100%;
	padding-bottom: 60px;
	margin-right: 0;
}


.news__item--0 .news__holder {
	flex-direction: row-reverse;
	justify-content: space-between;
}

.news__item--0 .news__pic {
    width: 100%;
    max-width: 600px;
	justify-content: flex-end;
}
.news-similar .news__item--0 .news__pic {
	height: 253px;
    overflow: hidden;
}

.news__item--0 .news__pic::before {
	content: none;
}

.news__item--0 .news__pic img {
	display: flex;
	/*width: 590px;*/
}

.news__item--0 .news__text {
	/*width: 590px;*/
	flex-grow: 1;
	width: 100%;
	margin-right: 20px;
}

.news__item--0 .news__date {
	position: static;
	font-family: "PT Sans", sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #697896;
	padding-bottom: 10px;
}

.news__item--0 .news__name a {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 31px;
	text-decoration: none;
	color: #2C2F38;
	padding-bottom: 20px;	
	display: block;
	transition: all, 0.3s;
}

.news__item--0 .news__name a:hover {
	color: #103793;
}

.news__item--0 .news__description {
	display: block;
	font-family: "PT Sans", sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #5b5b5b;
	padding-left: 23px;
	position: relative;
	padding-bottom: 40px;
}

.news__item--0 .news__description::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 35px;
	background-color: #103793;
	left: 0;
	top: 7px;
}

/*.news__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
.news__link, .news__link:visited {
	font-family: "PT Sans", sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #5B5B5B;
	text-decoration: none;
	position: relative;
	padding-right: 25px;
}

.news__link:hover, .news__link:hover:visited {
	color: #103793;
	transition: all, 0.3s;
}

.news__description {
	display: none;
}
@media(max-width:1279px) {
	.news__item {
		margin-right: 60px !important;
	}
}
@media(max-width:768px) {
	.news__item--0 .news__holder {
		flex-direction: column;
	}
	.news__item--0 .news__pic {
		max-width: 360px;
	}
}
@media(max-width:576px) {
	.news__item {
		margin-right: 0 !important;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/news-nav/style.css?1602072537658*/
div.pagenav__navigation { 
	padding: 0.5em 0;}
div.pagenav__navigation a, 
span.pagenav__current, 
span.pagenav__dots
{
	font-family: "PT Sans",sans-serif;
	font-size: 18px;
	line-height: 22px;
	padding-left: 11px;
	padding-right: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}

div.pagenav__navigation a.pagenav__first, 
div.pagenav__navigation span.pagenav__first { 
	border-left: none; 
	padding-left: 0.5em; }
span.pagenav__current { 
	background-color: #f6f7fb;
	color: #1A58D1;
 }
div.pagenav__navigation a, 
span.pagenav__current, 
div.pagenav__navigation a.pagenav__previous, 
span.pagenav__dots { 
	border-color: #cdcdcd; }

/* End */
/* /bitrix/templates/.default/components/ma/catalog/news/ma/catalog.section.list/sections-list-line/style.css?16020725371258 */
/* /bitrix/templates/.default/components/ma/catalog/news/ma/catalog.section/news-blocks/style.css?16020725373644 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/news-nav/style.css?1602072537658 */
