.catalog-targets {
  margin-bottom: 25px;
  position: sticky;
  top: 140px;
  font-size: 18px;
  font-weight: 500; }
  @media (max-width: 1249px) {
    .catalog-targets {
      overflow-x: auto;
      max-width: 100vw;
      padding-bottom: 10px;
      margin-bottom: 20px; } }

.catalog-targets-banner {
  margin-top: 47px;
  display: block;
  border-radius: 24px;
  overflow: hidden; }
  @media (max-width: 1249px) {
    .catalog-targets-banner {
      display: none; } }
  .catalog-targets-banner img {
    max-width: 100%; }

.target-list {
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column; }
  @media (max-width: 1249px) {
    .target-list {
      flex-direction: row; } }
  .target-list.active .target-list__link {
    display: inline-block; }
  .target-list.active .nav--catalog-side .nav-item {
    display: block; }
  .target-list.active .target-list__more .icon {
    transform: rotate(-90deg); }
  .target-list__link {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    transition: color .3s;
    font-size: 20px;
    display: none; }
    @media (max-width: 1549px) {
      .target-list__link {
        font-size: 18px; } }
    .target-list__link:nth-of-type(-n+6) {
      display: inline-block; }
    @media (max-width: 1249px) {
      .target-list__link {
        font-size: 20px;
        white-space: nowrap;
        display: inline-block;
        margin-right: 20px; } }
    @media (min-width: 1024px) {
      .target-list__link:hover {
        cursor: pointer;
        color: #F1B336; } }
    .target-list__link.active {
      pointer-events: none;
      color: #F1B336; }
  .target-list__more {
    display: flex;
    align-items: center;
    margin-top: 5px; }
    @media (max-width: 1549px) {
      .target-list__more {
        font-size: 18px; } }
    @media (max-width: 1249px) {
      .target-list__more {
        display: none; } }
    .target-list__more .icon {
      margin-left: 10px;
      fill: #5B627E;
      transform: rotate(90deg); }
    @media (min-width: 1024px) {
      .target-list__more:hover {
        cursor: pointer;
        color: #F1B336; } }
  .target-list .nav--catalog-side .nav-item {
    display: none; }
    .target-list .nav--catalog-side .nav-item:nth-child(-n+6) {
      display: block; }
