@font-face {
  font-family: 'PFDinTextPro-Medium';
  src: url('/fonts/PFDinTextPro-Medium.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextPro-Medium';
  src: url('/fonts/PFDinTextPro-Medium.woff') format('woff'), url('/fonts/PFDinTextPro-Medium.ttf') format('truetype'), url('/fonts/PFDinTextPro-Medium.svg#PFDinTextPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Narrow';
  src: url('/fonts/PTSans-Narrow.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Narrow';
  src: url('/fonts/PTSans-Narrow.woff') format('woff'), url('/fonts/PTSans-Narrow.ttf') format('truetype'), url('/fonts/PTSans-Narrow.svg#PTSans-Narrow') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-NarrowBold';
  src: url('/fonts/PTSans-NarrowBold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-NarrowBold';
  src: url('/fonts/PTSans-NarrowBold.woff') format('woff'), url('/fonts/PTSans-NarrowBold.ttf') format('truetype'), url('/fonts/PTSans-NarrowBold.svg#PTSans-NarrowBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.news {
  border: 2px solid #fcead6;
  border-radius: 10px;
  padding: 23px 23px 20px 23px;
}
.news__header-link {
  font-family: 'PTSans-NarrowBold', sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px;
  color: #006c1e;
  text-transform: uppercase;
  text-decoration: none;
}
.news__item {
  font-family: 'PTSans-Narrow', sans-serif;
  margin-top: 45px;
}
.news__item:first-child {
  margin-top: 25px;
}
.news__item-date {
  font-size: 14px;
  color: #bfbfbf;
}
.news__item-link {
  display: block;
  font-size: 18px;
  line-height: 115%;
  text-decoration: none;
  color: #000000;
}
.news__item-link:hover {
  text-decoration: underline;
}
.news__item-more {
  font-size: 18px;
  color: #008D00;
}
.news__item-more:hover {
  text-decoration: none;
}
.add_responce {
  margin: 22px 0 0 73px;
  position: absolute;
  width: 140px;
  height: 39px;
  background: #99BE93;
}
.add_responce a {
  color: #fff;
  text-transform: uppercase;
  line-height: 39px;
}
.add_responce a:hover {
  text-decoration: none;
}
