.top-menu__item {
  margin-bottom: 20px;
}
.top-menu__item-link {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
.top-menu__item_iz-naturalnoy-kozhi{
    display: none;
}
@media (min-width: 1086px) {
  .top-menu__item-link {
    font-size: 17px;
    margin-bottom: 27px;
  }
  a.header__dropdown-menu-list-item-title:hover,
  .top-menu__item-link:hover {
    text-decoration: underline;
  }
}