@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;
}
.top-menu {
  width: 935px;
  position: absolute;
}
.top-menu__item {
  display: inline-block;
  padding: 0 15px;
  line-height: 50px;
  position: relative;
}
.top-menu__link {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  font-family: 'PTSans-Narrow', sans-serif;
  text-decoration: none;
  position: relative;
  z-index: 11;
  letter-spacing: 0.5px;
}
.top-menu__link:hover {
  text-decoration: underline;
}
.top-menu__link_disabled:hover {
  text-decoration: none;
}
.top-menu__item_active:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 59px;
  background: url(/image/layout/redesign/top-menu-active.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
