

/* Start:/local/templates/raspp/components/bitrix/news.detail/komitets/style.css?17884219301712*/
.press_center_item_content.komitet {
	margin-bottom: 40px;
	max-width: 1280px;
}



.compound-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.compound-item {
    width: 415px;
  height: 600px;
  padding: 40px 58px 58px;
  background: #fff;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}

.compound-photo {
width: 100%;
  max-width: 250px;
  max-height: 250px;
  object-fit: cover;
  border-radius: 20px;
}

.compound-name {
  margin: 30px 0;
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 105%;
  text-align: center;
  color: #0c0f29;
  transition: 0.3s;
  height: 118px;
  display: flex;
  align-items: center;
}

.compound-job {
  font-weight: 200;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #2f3338;
}

.attached-files h3, .compound-items h3 {
  font-family: "Bebas Neue Cyrillic", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #0c0f29;
  margin-bottom: 40px;
}

.files-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.file-item {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #afb0b8;
  max-width: 560px;
  width: 100%;
  transition: 0.3s;
}

.file-item a {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #0c0f29;
  transition: 0.3s;
}

@media screen and (max-width: 850px) {
	.attached-files h3, .compound-items h3 {
		font-size: 26px;
	}
	.compound-name {
		height: 50px;
    	font-size: 24px;
	}
	.compound-job {
		font-size: 16px;
	}
}

/* End */
/* /local/templates/raspp/components/bitrix/news.detail/komitets/style.css?17884219301712 */
