

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1777731077467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/pravo/components/bitrix/news/category_documents/bitrix/news.detail/.default/style.css?17777310961994*/
.doc-detail > h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #2B2A29;
}
.doc-detail .doc-date {
	margin: 15px 0;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #7D7D7D;
}
.doc-detail-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.doc-list {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.doc-list-content {
	background-color: #FFFFFF;
	margin: 5% auto;
	padding: 20px;
	border-radius: 8px;
	width: 80%;
	max-width: 500px;
	position: relative;
	animation: fadeIn 0.3s;
}
.close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	color: #7D7D7D;
}
.close:hover {
	color: #2B2A29;
}

.icon-btn svg {
	fill: #7D7D7D;
	transition: fill 0.2s ease;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #7D7D7D;
  background: #FFFFFF;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.icon-btn:hover {
  border-color: #396351;
  background: #F2F2F2;
}

.icon-btn:hover svg {
  fill: #396351;
}

.doc-list-item {
	display: grid;
	grid-template-columns: 35px auto;
	column-gap: 10px;
	align-content: space-between;
	height: 100%;
}
.doc-list-item .doc-name {
	font-family: 'Roboto';
	font-weight: 400;
	color: #2B2A29;
}
.doc-name > a {
	text-decoration: none;
}
.doc-list-item .doc-info-bottom {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #7D7D7D;
	border-top: 1px solid #D4D4D4;
	padding-top: 10px;
	margin-top: 10px;
	grid-column-end: 3;
}

.doc-list-item .doc-size {
	float: right;
	margin-left: 3em;
}


@keyframes fadeIn {
	from {
		opacity: 0; 
		transform: translateY(-20px); 
	}
	to {
		opacity: 1; 
		transform: translateY(0);
	}
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1777731077467 */
/* /bitrix/templates/pravo/components/bitrix/news/category_documents/bitrix/news.detail/.default/style.css?17777310961994 */
