

/* Start:/bitrix/templates/pravo/components/bitrix/news/category_documents/bitrix/news.detail/.default/style.css?17760794731994*/
.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 */


/* Start:/bitrix/templates/pravo/components/bitrix/news.list/last-documents/style.css?17756314011568*/
/*---Заголовок блока раздела---*/
.section-container-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 20px;
}
.section-container-header-title{
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}
@media (max-width: 768px){ 
	.section-container-header-title{
		font-size: 16px;
		line-height: 20px;
	}
}
.arrow-title {
  color: #AEAEAE;
  padding: 8px;
  border: 1px solid #AEAEAE;
  border-radius: 6px;
  cursor: pointer;
}
.section-container-header-arrows{
  margin: 20px 0;
  height: 100%;
  padding: 10px 0;
  display: inline-block;
  white-space: nowrap;
}
/*-----------------------------*/
.last-doc-list{
	display: grid;
	grid-auto-flow: column;
	grid-gap: 60px;
	overflow: hidden;
	scroll-behavior: smooth;
}
.last-doc-item{
	display: grid;
	grid-template-columns: 70px auto;
	column-gap: 10px;
	align-content: space-between;
	width: 360px;
}
.last-doc-item-icon{
	background: url('/images/template/file-type/pdf-green.png');
	width: 70px;
	height: 70px;
	background-size: cover;
}
.last-doc-info-bottom{
	border-top: 1px solid #DEDEDE;
	padding-top: 10px;
	margin-top: 10px;
	grid-column-end: 3;
}
.last-doc-item a{
	text-decoration: none;
}
.last-doc-name{
	font-family: 'Roboto';
	font-weight: 400;
	color: #2B2A29;
	margin: 0;
}
.last-doc-name p{
	margin: 0;
}
.last-doc-name p.name-info {
	color: #3D3D3D;
	padding-top: 10px;
}
.last-doc-info span{
	line-height: 24px;
	color: #7D7D7D;
}
.last-doc-size{
	float: right;
}
/* End */
/* /bitrix/templates/pravo/components/bitrix/news/category_documents/bitrix/news.detail/.default/style.css?17760794731994 */
/* /bitrix/templates/pravo/components/bitrix/news.list/last-documents/style.css?17756314011568 */
