

/* Start:/bitrix/templates/main/components/bitrix/news/main/bitrix/news.list/.default/style.css?17447176702922*/
.news-list {
	display:flex;
	flex-direction:column;
	gap: 26px;
	position:relative;
}
.news-item {
	display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    border-radius: 20px;
    background: linear-gradient(270deg, #F4F6FA 0%, #FFF 100%);
	height: 192px;
}
.news-item_text {
	display: flex;
    flex-direction: column;
    padding: 37px 30px 0 0;
	gap:11px
}
.preview_picture {
	width: 325px;
	height: 192px;
	border-radius: 20px 0 0 20px;
}
.news-item_text_title {
	color: #000;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
}
.news-item_text_text {
	color: #333;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	height: 60px;
    overflow-y: hidden;
}
.news-item_text_time {
	color: #7C7C7C;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.news-list_section {
	width: auto;
    display: flex;
    position: absolute;
    top: -35px;
    right: -20px;
}
.news-list_section a {
	color: #7C7C7C;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:0 21px;
	height:30px;
	display: flex;
    align-items: center;
}
.news-list_section_active {
	border-radius: 800px;
    background: linear-gradient(180deg, #C82222 0%, #F00 100%);
    color: white !important;
}
.news-list_section_active:hover {
	text-decoration:none
}
.news-list_section_mobile1 {
	display:none;	
	width: auto;
    position: absolute;
    top: -33px;
	right: var(--otstup);
	align-items: center;
    gap: 5px;
	flex-direction: column;
    align-items: self-end;
	background: #fff;
    padding: 0 0 10px 10px;
}
.news-list_section_mobile1 a {
	display:none;
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.news-list_section_mobile1_active a {
	display:flex
}
.news-list_section_mobile1_active svg {
	 transform: rotate(180deg);
}
.news-list_section_mobile {
    color: #FF0000;
    font-size: 14px;
    border-bottom: 1.50px #FF0000 dashed;
    cursor: pointer;
}
@media only screen and (max-width: 950px) {
	.preview_picture {width: 200px;height: 118px;border-radius: 20px 0 0 20px;}
	.news-item {gap: 20px;border-radius: 20px;height: 118px;}
	.news-item_text {padding: 10px 10px 0 0;gap: 5px;}
	.news-item_text_title {font-size: 16px;line-height: 21px;}
	.news-item_text_text {font-size: 12px;line-height: 14px;height: 55px;}
}
@media only screen and (max-width: 768px) {
	.news-list {padding: 0 var(--otstup);}
	.news-list_section {right: calc(var(--otstup) - 20px)}
}
@media only screen and (max-width: 580px) {
	.news-item {flex-direction: column;height: auto;gap: 15px;}
	.preview_picture {width: 100%;height: auto;border-radius: 20px 20px 0 0;}
	.news-item_text {padding: 0 15px 15px;gap: 10px;}
	.news-item_text_text {height: auto;}
	.news-list_section_mobile1 {display:flex}
	.news-list_section {display:none}
}
/* End */
/* /bitrix/templates/main/components/bitrix/news/main/bitrix/news.list/.default/style.css?17447176702922 */
