

/* Start:/local/templates/zaryadyehall/components/bitrix/news.list/open_data/style.css?17549857162491*/
.docs__item {
	display: flex;
	gap: 2rem;
	padding: 2rem 0;
	position: relative;
	cursor: pointer;
}

.docs__item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--clr-light-gray);
	top: 0;
	left: 0;
	transition: all 0.3s;
}

.docs__item:hover::before {
	background: var(--clr-black);
}

.docs__item:last-child::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--clr-light-gray);
	bottom: 0;
	left: 0;

}

.docs__item[data-scroll] {
	transform: translateY(20%);
	opacity: 0;
	transition: all 1s;
}

.docs__item[data-scroll].is-inview {
	transform: translateY(0);
	opacity: 1;
}

.docs__item_left {
	width: calc((100% - 32px) / 24 * 22);
	display: flex;
	align-items: center;
	gap: 2rem;
}

.docs__item_name {
	width: calc((100% - 32px) / 22 * 16);
}

.docs__item_name .h5 {
	width: calc((100% - 32px) / 16 * 11);
}

.docs__item_name a {
	transition: all 0.5s;
}

.docs__item_name a:hover {
	color: var(--clr-black-40);
}

.docs__item_size {
	width: calc((100% - 32px) / 22 * 2);
}

.docs__item_type {
	width: calc((100% - 32px) / 22 * 2);
}

.docs__item_right {
	width: calc((100% - 32px) / 24 * 2);
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1440px) {
	.docs__item {
		padding: 1.5rem 0;
		gap: 24px;
	}

	.docs__item_left {
		width: calc((100% - 24px) / 24 * 22);
	}

	.docs__item_right {
		width: calc((100% - 24px) / 24 * 2);
	}

	.docs__item_name {
		width: calc((100% - 0px) / 22 * 16);
	}

	.docs__item_type {
		width: calc((100% - 24px) / 22 * 1);
	}
}

@media (max-width: 991px) {
	.docs__item {
		align-items: baseline;
	}

	.docs__item_left {
		flex-wrap: wrap;
		gap: 24px;
	}

	.docs__item_name {
		width: 100%;
	}

	.docs__item_name .h5 {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.docs__item {
		gap: 4px;
		align-items: flex-start;
	}

	.docs__item_left {
		width: calc((100% - 4px) / 12 * 10);
	}

	.docs__item_right {
		width: calc((100% - 4px) / 12 * 2);
	}

	.docs__item_type {
		width: 8.3333333333%;
	}

	.docs__item_size {
		width: 50%;
	}
}

@media (max-width: 360px) {
	.docs__item {
		padding: 16px 0 23px;
	}

	.docs__item_left {
		width: calc((100% - 2px) / 12 * 9);
		gap: 16px 9px;
	}

	.docs__item_right {
		width: calc((100% - 2px) / 12 * 3);
	}

	.docs__item_type {
		width: 8.3333333333%;
	}

	.docs__item_type .lead {
		font-size: .75rem;
	}

	.docs__item_size .lead {
		font-size: .75rem;
	}

	.docs .events__more {
		margin-top: 3.5rem;
	}

}
/* End */
/* /local/templates/zaryadyehall/components/bitrix/news.list/open_data/style.css?17549857162491 */
