

/* Start:/local/templates/main/components/bitrix/news/news/bitrix/news.list/list/style.css?17550737446839*/
.news__tabs
{
	font-size: 0;
	text-align: right;
	margin-bottom: 83px;
	margin-top: -100px;
}
.news-tabs__item
{
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.news-tabs__item a
{
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.01em;
	color: #A5A5A7;
	transition: .3s;
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
}

.news-tabs__item a:hover,
.news-tabs__item--active a
{
	color: #363D41;
	border-bottom: 1px solid #363D41;
	text-decoration: none;
}


@media (max-height: 850px) and (min-width: 1229px)
{
	.news__tabs
	{
		margin-top: -59px;
		margin-bottom: 63px;
	}
}
@media (max-width: 1420px)
{
	.news__tabs
	{
		margin-top: -79px;
		margin-bottom: 43px;
	}
}
@media (max-width: 1229px)
{
	.news__tabs
	{
		margin-top: -55px;
		margin-bottom: 23px;
	}
}
@media (max-width: 991px)
{
	.news__tabs
	{
		margin-top: 0
	}
	.news__tabs
	{
		text-align: left
	}
	.news-tabs__item
	{
		margin-left: 0;
		margin-right: 20px
	}
}


/**/
.news
{
	overflow: hidden;
}
.news__wrap {
	position: relative;
}
.news__aside
{
	float: left;
	width: 670px;
	margin-top: 1px;
}
.news__main
{
	float: right;
	width: calc(100% - 670px);
	padding-left: 2%;
}
a.news__first
{
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 800px;
	display: block;
	overflow: hidden;
}
a.news__first:hover img {
	transform: scale(1.05);
}
a.news__first:hover .news-first__title
{
	text-decoration: underline;
}
a.news__first img {
	position: absolute;
	height: 100%; width: 100%;
	top: 0; left: 0; margin: auto;
	object-fit: cover;
	transition: 0.5s;
	object-position: left top
}
a.news__first--nofoto {
	background-color: #B68D5C;
	background-color: rgba(182,141,92, 0.7)
}
a.news__first--nofoto:before {
	content: "";
	width: 156px; height: 41px;
	background: url(/local/templates/main/images/logo_w.svg) no-repeat center;
	background-size: contain;
	display: block;
	z-index: 2;
	position: absolute;
	right: 30px; top: 30px;
}
a.news__first:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(9.14deg, rgba(0, 0, 0, 0) 6.26%, rgba(0, 0, 0, 0.5) 74.95%)
}
.news-first__title
{
	font-size: 35px;
	line-height: 45px;
	text-align: left;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 30px;
	bottom: 30px;
	z-index: 2;
	width: calc(100% - 60px);
	-webkit-transition: top 0.3s ease;
	-o-transition: top 0.3s ease;
	transition: top 0.3s ease;
}


.news-main__col
{
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
a.news-main__item
{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #F2F4F5;
	display: block;
}

a.news-main__item:hover
{
	text-decoration: none;
}

a.news-main__item:hover .news-main-item__img img {
	transform: scale(1.05);
}
a.news-main__item--main
{
	display: none;
}
.news-main-item__img
{
	margin-bottom: 25px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.news-main-item__img img {
	position: absolute;
	height: 100%; width: 100%;
	top: 0; left: 0; margin: auto;
	object-fit: cover;
	transition: 0.5s;
}
.news-main-item__img:before
{
	content: '';
	display: block;
	padding-top: 52%;
}
.news-main-item__date
{
	position: relative;
    z-index: 1;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #363D41;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}
.news-main-item__title
{
	position: relative;
    z-index: 1;
	font-size: 25px;
	line-height: 35px;
	color: #000;
	transition: .3s;
}
.news-main-item__text
{
	position: relative;
    z-index: 1;
	margin-top: 20px;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	letter-spacing: 0.94193px;
	font-family: 'Raleway', sans-serif;
}
.news-main__wrap
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
a.news-main__item:hover .news-main-item__title
{
	color: #b89161;
}
.news-main__wrap--masonry {
	display: block;
}
.news-main__wrap--masonry .news-main__item-size {
	width: 50%;
}
.news-main__wrap--masonry .news-main__item {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}


@media(max-width: 1419px)
{

	.news__aside
	{
		width: 540px;
	}
	.news__main
	{
		width: calc(100% - 540px);
	}
	.news-main__col
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.news-main-item__img
	{
		margin-bottom: 20px;
	}
	.news-main-item__title {
		font-size: 20px;
		line-height: 30px;
	}
	.news-main-item__text {
		margin-top: 15px;
		font-size: 14px;
		line-height: 24px;
	}
	a.news-main__item {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.news-first__title
	{
		font-size: 30px;
		line-height: 40px;
	}
	a.news__first
	{
		height: 650px;
	}
}
@media(max-height: 850px) and (min-width: 1229px)
{
	a.news__first
	{
		height: 530px;
	}
	.news-first__title
	{
		top: 30px;
		font-size: 22px;
		line-height: 35px;
		bottom: 30px;
	}
	.news-main-item__title {
		font-size: 20px;
		line-height: 30px;
	}
	.news-main-item__text {
		margin-top: 15px;
	}
	a.news-main__item {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}
@media(max-width: 1229px)
{
	a.news__first
	{
		height: 530px;
	}
	.news-first__title
	{
		top: 30px;
		font-size: 22px;
		line-height: 35px;
		bottom: 30px;
	}
	.news__aside
	{
		width: 400px;
	}
	.news__main {
		width: calc(100% - 400px);
	}
	.news-main-item__title {
		font-size: 16px;
		line-height: 22px;
	}
	.news-main-item__text {
		margin-top: 10px;
	}
	a.news-main__item {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

}

@media(max-width: 991px)
{
	.news__aside
	{
		width: 100%;
		margin-bottom: 25px;
		float: none;
		display: none;
	}

	a.news__first:before
	{
		padding-top: 80%;
		display: block;
		content: '';
	}
	.news-first__title
	{
		top: 20px;
		position: relative;
		font-size: 20px;
		line-height: 30px;
		bottom: 20px;
	}
	.news__main
	{
		width: 100%;
		padding-left: 0;
		float: none;
	}

	.news-main__wrap
	{
		margin-left: -10px;
		margin-right: -10px;
	}
	.news-main-item__img
	{
		margin-bottom: 20px;
	}
	a.news-main__item--main
	{
		display: block;
	}
	.news-main__col:first-child a.news-main__item:last-child:not(:first-child)
	{
		display: none;
	}
	
	.news-main-item__text {
		font-size: 11px;
		line-height: 18px;
	}

}

@media(max-width: 600px)
{
	.news-main__col
	{
		width: 100%;
	}
	.news-main__col:last-child .news-main__item {
		margin-bottom: 0;
	}
	
	.news-main__wrap--masonry .news-main__item {
		width: 100%;
	}
	.news-main__wrap--masonry .news-main__item:last-child {
		margin-bottom: 0;
	}
	a.news-main__item:last-child
	{
		border:none;
	}

}
/* End */
/* /local/templates/main/components/bitrix/news/news/bitrix/news.list/list/style.css?17550737446839 */
