

/* Start:/bitrix/templates/skinadvisor/components/bitrix/news/massmedia/bitrix/news.list/.default/style.css?17022777622737*/
div.news-list
{
	word-wrap: break-word;
}
.news-date-time {
	color:#486DAA;
}
.news-list .news-item{
	display:flex;
	border-bottom: 1px solid black;
	background-color: white;
}
.news-list .news-item > a{
	height: 200px;
}
.announce-image-wrap{
	height: 100%;
	max-height: 400px;
	width: 480px;
	overflow: hidden;
}
.announce_picture{
	margin: 0;
	padding: 0;
	height: 101%;
	width: 480px;
	object-fit: cover;
	object-position: center;
	transition: transform 1s;
	vertical-align: middle;
}
.news-item:hover .announce_picture{
	transform: scale(1.02);
}
.announce-body{
	border-left: 1px solid black;
	padding:17px 50px 25px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	position:relative;
	width: 100%;
}
.announce-body .announce-head{
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	max-width:400px;
}
.news-list .news-item .announce{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	margin-left: 8px;
}
.read-more-link{
	align-self: end;
	justify-self: end;
	margin-top: auto;
}
.read-more {
	position:relative;
	padding:7px;
	display:flex;
	width:187px;
	border: 1px solid #00000082;
	color: #00000082;
}

.read-more:before {
	content: "";
	width: 40px;
	height: 1px;
	background: slategray;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 13px;
	transition: right 0.3s, width 0.3s ease;
}

.read-more:hover:before {
	right: 27px;
	width: 0px;
}

.read-more:after {
	content: "";
	border: solid #00000082;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 13px;
	transform: rotate(-45deg);
	transition: right 0.3s, width 0.3s ease;
}

.read-more:hover:after {
	right: 27px;
	padding: 5px;
	margin-top: -6px;
}
.news-list.container{
	padding: 0 0 100px;
}

@media screen and (max-width: 1060px){
	.announce-image-wrap{
		width: 400px;
	}
}
@media screen and (max-width: 768px) {
	.news-list .news-item {
		flex-direction: column-reverse;
		min-height: auto;
	}

	.news-list.container{
		padding: 0;
	}

	.announce, .read-more-link {
		display: none;
	}

	.announce-image-wrap, .announce_picture {
		width: 100%;
	}

	.announce-body .announce-head {
		font-weight: 400;
		font-size: 18px;
		line-height: 23px;
		max-width: 75%;
	}
	.announce-body{
		border-left: none;
		padding:10px;
		border-bottom: 1px solid black;
	}
	.news-item:hover .announce_picture{
		transform: none;
	}
	.announce-body:after {
		content: "";
		border: solid black;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 7px;
		position: absolute;
		top: 50%;
		margin-top: -7px;
		right: 13px;
		transform: rotate(-45deg);
		transition: all 0.3s ease;
	}
}



/* End */
/* /bitrix/templates/skinadvisor/components/bitrix/news/massmedia/bitrix/news.list/.default/style.css?17022777622737 */
