

/* Start:/local/templates/.default/components/bitrix/news/proecktirovshikam/bitrix/news.list/.default/style.css?17537768531687*/

body.body_inner {
    background: var(--White);
} 

.file-section {
  padding: 16px;
  background: #fff;
  margin-bottom: 110px;
}

.file-card {
border-radius: 24px;
border: 1px solid var(--Grey);
padding: 16px 16px 32px 32px;
margin-bottom: 30px;
transition: all .3s linear;
}

.file-card:hover{
  border-color: var(--Yellow);
}

.file-info {
  display: flex;
  align-items:center;
  gap: 70px;
}

.file-title {
color: var(--Background);

/* H3 */
font-family: var(--first-family);
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 120.833% */
}

.file-size {
color: var(--Grey);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
margin-bottom: 30px;
}

.file-actions a{
display: inline-flex;
height: 48px;
padding: 0px 24px;
align-items: center;
gap: 16px;
flex-shrink: 0;

color: var(--Background);
font-family: var(--first-family);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 100% */
}

.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  border: 1px solid #E5E5E5;
  border-radius: 14px;
  background: #FFFFFF;
  transition: background 0.2s, border-color 0.2s;
}

.btn-download:hover {
  background: #F5F5F5;
  border-color: #CCCCCC;
}

.btn-download__icon {
  width: 16px;
  height: 16px;
}

.file-card__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.icon{
  width: 60px;
height: 60px;
}

@media(max-width: 1200px){
  .file-section {
    margin-bottom: 80px;
  }
}

@media(max-width: 992px){
  .file-section {
    margin-bottom: 50px;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/news/proecktirovshikam/bitrix/news.list/.default/style.css?17537768531687 */
