.basket-systems {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
}
.nav__item:not(.nav__item--hover) .basket-systems a {
  background: none !important;
}
.basket-systems__image a {
  display: block;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: 300px;
}
.basket-systems__title,
.basket-systems__description {
  position: absolute;
  left: 280px;
  top: 50px;
}
.basket-systems__description {
  top: 68px;
}
.basket-systems__count {
  font-family: 'HelveticaNeueLTStd', sans-serif;
  bottom: 0;
  position: absolute;
  font-weight: 300;
  font-size: 1.4rem;
  color: #9b9b9b;
  line-height: 40px;
  letter-spacing: 0.3px;
  left: 180px;
  top: 314px;
}
.basket-systems__count a {
  color: inherit;
}
.sub-menu__item:nth-child(2) .basket-systems__image a,
.sub-menu__item:nth-child(3) .basket-systems__image a {
  margin-left: 26px;
}
.sub-menu__item:nth-child(4) .basket-systems__image a {
  margin-left: -60px;
}
@media (max-width: 1600px) {
  .basket-systems__image a {
    height: 280px;
  }
  .sub-menu__item:nth-child(2) .basket-systems__image a,
  .sub-menu__item:nth-child(3) .basket-systems__image a {
    margin-left: 40px;
  }
  .sub-menu__item:nth-child(4) .basket-systems__image a {
    margin-left: 10px;
  }
}
@media (max-width: 1366px) {
  .basket-systems {
    padding-top: 32px;
  }
  .basket-systems__title,
  .basket-systems__description {
    left: 240px;
  }
  .basket-systems__image a {
    height: 220px;
  }
  .sub-menu__item:nth-child(2) .basket-systems__image a,
  .sub-menu__item:nth-child(3) .basket-systems__image a {
    margin-left: 52px;
  }
  .sub-menu__item:nth-child(4) .basket-systems__image a {
    margin-left: -4px;
  }
}
@media (max-width: 1024px) {
  .basket-systems__title,
  .basket-systems__description {
    left: 180px;
  }
  .basket-systems__image a {
    height: 180px;
  }
  .sub-menu__item:nth-child(2) .basket-systems__image a,
  .sub-menu__item:nth-child(3) .basket-systems__image a {
    margin-left: 28px;
  }
  .sub-menu__item:nth-child(4) .basket-systems__image a {
    margin-left: -14px;
  }
}
@media (max-width: 768px) {
  .basket-systems {
    position: static;
    padding-top: 0;
    margin-bottom: 0;
  }
  .basket-systems__description {
    margin-bottom: 0;
  }
  .basket-systems__image,
  .basket-systems__count {
    display: none;
  }
  .sub-menu__item:nth-child(4) .basket-systems {
    margin-left: 0;
    margin-right: 0;
  }
  .basket-systems.flyout-item {
    position: relative;
  }
  .basket-systems.flyout-item .basket-systems__description {
    margin-left: 20px;
    position: absolute;
    bottom: 1em;
    font-size: 1.2rem;
    pointer-events: none;
    left: 0;
    top: auto;
  }
  .basket-systems__title a {
    padding: 12px 20px 31px;
    display: block;
    letter-spacing: 0.8px;
  }
  .basket-systems__title:hover {
    color: #ed0f00;
  }
  .basket-systems__title,
  .basket-systems__description {
    position: static;
  }
}
