.proff-docs {
  font-size: 14px;
}
.proff-docs__head,
.proff-docs__fixed-head {
  font-weight: bold;
  color: #8e908f;
  border-bottom: 1px solid #8e908f;
  width: 960px;
  background: #fff;
  display: inline-block;
  position: relative;
}
.proff-docs__head:after,
.proff-docs__fixed-head:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.proff-docs__fixed-head {
  position: fixed;
  top: -100px;
  z-index: 10;
}
.proff-docs__fixed-head_display {
  top: 0px;
}
.proff-docs__head-col {
  font-weight: bold;
  padding: 20px 0;
  color: #8e908f;
  line-height: 1.5;
  float: left;
}
.proff-docs__head-col:nth-of-type(1) {
  width: 15%;
}
.proff-docs__head-col:nth-of-type(2) {
  width: 36%;
}
.proff-docs__head-col:nth-of-type(3) {
  width: 25%;
}
.proff-docs__head-col:nth-of-type(4) {
  width: 20%;
}
.proff-docs__row {
  border-bottom: 1px solid #cfceca;
}
.proff-docs__row:last-child {
  border-bottom: none;
}
.proff-docs__col {
  font-size: 14px;
/*font-weight: bold;*/
  padding: 20px 20px 20px 0;
  line-height: 1.4em;
  color: #464536;
  vertical-align: top;
}
.proff-docs__col .list__item {
  font-size: 14px;
}
.proff-docs__col:nth-of-type(1) {
  width: 15%;
}
.proff-docs__col:nth-of-type(2) {
  width: 35%;
}
.proff-docs__col:nth-of-type(3) {
  width: 25%;
}
.proff-docs__col:nth-of-type(4) {
  width: 20%;
}
.list {
  list-style: none;
}
.list_inactive {
  display: none;
}
.list__head {
  font-size: 14px;
  text-transform: uppercase;
  color: #464536;
  margin: 0 0 20px 0;
}
.list__head_size_small {
  font-size: 11px;
  letter-spacing: 1px;
}
.list__head_size_large {
  font-size: 18px;
}
.list__item {
  color: #464536;
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 20px;
}
.list__item_small {
  font-size: 12px;
  line-height: 16px;
}
.list__item_contacts {
  font-size: 12px;
  margin: 0 0 12px 0;
  line-height: 18px;
}
.list__item_type-standarts {
  margin: 0 0 14px 0;
}
.list__item:first-of-type {
  padding-top: 0;
}
.list__winer {
  font-style: italic;
}
.list_last-news {
  margin: 0 0 40px 0;
}
.list_last-link {
  margin: 80px 0 0px 0;
}
.doc {
  margin-bottom: 30px;
  color: #464536;
  font-size: 13px;
  line-height: 1.2;
  min-height: 80px;
  position: relative;
}
.doc_type_pdf .doc__file:after {
  background: url("/images/file_pdf.png") no-repeat 0 0;
}
.doc_type_pdf .doc__size {
  color: #fb4357;
}
.doc_type_pdf .doc__link:hover {
  color: #fb4357;
}
.doc_type_pdf .doc__link:hover .doc__date {
  color: #fb4357;
}
.doc_type_pdf .doc__link:hover .doc__file {
  border-color: rgba(251,67,87,0.6);
}
.doc_type_rtf .doc__file:after {
  background: url("/images/file_rtf.png") no-repeat 0 0;
}
.doc_type_rtf .doc__size {
  color: #0072cf;
}
.doc_type_rtf .doc__link:hover {
  color: #0072cf;
}
.doc_type_rtf .doc__link:hover .doc__date {
  color: #0072cf;
}
.doc_type_rtf .doc__link:hover .doc__file {
  border-color: rgba(0,114,207,0.6);
}
.doc_type_zip .doc__file:after {
  background: url("/images/file_zip.png") no-repeat 0 0;
}
.doc_type_zip .doc__size {
  color: #9c9a00;
}
.doc_type_zip .doc__link:hover {
  color: #9c9a00;
}
.doc_type_zip .doc__link:hover .doc__date {
  color: #9c9a00;
}
.doc_type_zip .doc__link:hover .doc__file {
  border-color: rgba(156,154,0,0.6);
}
.doc_type_doc .doc__file:after,
.doc_type_docx .doc__file:after {
  background: url("/images/file_doc.png") no-repeat 0 0;
}
.doc_type_doc .doc__size,
.doc_type_docx .doc__size {
  color: #0046ad;
}
.doc_type_doc .doc__link:hover,
.doc_type_docx .doc__link:hover {
  color: #0046ad;
}
.doc_type_doc .doc__link:hover .doc__date,
.doc_type_docx .doc__link:hover .doc__date {
  color: #0046ad;
}
.doc_type_doc .doc__link:hover .doc__file,
.doc_type_docx .doc__link:hover .doc__file {
  border-color: rgba(0,70,173,0.6);
}
.doc_size_short .doc__text {
  width: 140px;
}
.doc_size_short .doc__tags {
  width: 140px;
}
.doc_size_big .doc__text {
  font-size: 14px;
  width: 550px;
}
.doc_size_big .doc__tags {
  width: 550px;
  margin-top: 10px;
}
.doc__date {
  padding: 6px 17px 6px 6px;
  color: #c0b362;
  text-transform: uppercase;
  line-height: 12px;
  font-size: 10px;
}
.doc__file {
  width: 52px;
  height: 68px;
  position: absolute;
  border: 1px solid #d5d5d5;
  border-radius: 3px 3px 3px 0;
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
}
.doc__file:after {
  content: '';
  display: block;
  width: 34px;
  height: 20px;
  position: absolute;
  left: -1px;
  bottom: -1px;
}
.doc__link,
.doc__link:visited {
  color: #464536;
  display: inline-block;
  padding-top: 0;
}
.doc__text {
  display: inline-block;
  width: 230px;
  margin-left: 65px;
}
.doc__desc {
  font-size: 10px;
  color: #8e908f;
  text-transform: uppercase;
  line-height: 14px;
}
.doc__desc_date {
  text-transform: lowercase;
}
.doc__name {
  white-space: normal;
  margin-bottom: 5px;
}
.doc__size {
  bottom: -19px;
  position: absolute;
  text-transform: uppercase;
  font-size: 8.5px;
}
.doc__tags {
  display: block;
  width: 230px;
  margin: 10px 0 0 65px;
}
