

/* Start:/local/templates/teatr-teatr/components/bitrix/news.list/docs/style.css?1750786542795*/
.documents {
	margin-top: 40px;
}

.documents__items {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	overflow: hidden;
}

.documents__item {
	width: 100%;
}

.document {
	position: relative;
	overflow: hidden;
	padding-left: 40px;
}

.document::before {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 29px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--white);
	mask-image: url('/local/assets/images/icons/docs.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.documents .tab-button__text {
	height: 52px;
	padding: 0 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* End */
/* /local/templates/teatr-teatr/components/bitrix/news.list/docs/style.css?1750786542795 */
