.manset {
  position: relative;
  margin: 0 0 18px;
  background: #fff;
}

.manset-track,
.manset-track .manset-item {
  width: 100%;
  height: 420px;
}

.manset-track {
  position: relative;
  overflow: hidden;
  background: #111;
}

.manset-item {
  position: relative;
}

.manset-photo {
  display: block;
  width: 100%;
  height: 100%;
}

.manset-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.manset-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  background: #da080b;
  color: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 7px 12px;
  line-height: 1;
}

.manset-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 22px 20px 18px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.72) 42%, rgba(0,0,0,.86) 100%);
}

.manset-cap a {
  display: block;
  color: #fff !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
}

.manset-cap a:hover { color: #fff !important; }

.manset-bar {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 0;
  border-top: 1px solid #eee;
}

.manset-nav {
  flex: 1;
  display: flex;
  align-items: stretch;
  min-width: 0;
}

.manset-nav a {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 10px 0;
  color: #8a8a8a !important;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: none;
  border: 0;
  line-height: 1;
}

.manset-nav a.activeSlide,
.manset-nav a:hover {
  color: #222 !important;
  font-weight: 700;
}

.manset-all {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: #9a9a9a !important;
  font-size: 12px;
  line-height: 1.2;
  padding: 0 10px;
  white-space: nowrap;
}
.manset-all-short { display: none; }

.manset-all:hover { color: #da080b !important; }

@media (max-width: 800px) {
  .manset-track,
  .manset-track .manset-item { height: 280px; }
  .manset-cap a { font-size: 18px; }
  .manset-bar { border-top: 0; }
  .manset-nav a {
    color: #da080b !important;
    font-weight: 800;
    font-size: 15px;
    padding: 10px 0;
  }
  .manset-nav a.activeSlide {
    background: #da080b;
    color: #fff !important;
  }
  .manset-all {
    flex: 1 1 0;
    justify-content: center;
    color: #da080b !important;
    font-size: 15px;
    font-weight: 800;
    padding: 10px 0;
  }
  .manset-all-full { display: none; }
  .manset-all-short { display: inline; }
}
@media (max-width: 520px) {
  .manset-track,
  .manset-track .manset-item { height: 220px; }
  .manset-cap { padding: 14px 12px 12px; }
  .manset-cap a { font-size: 16px; }
}
