.accumulation__metall-menu {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  row-gap: 2.5rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 4.0625rem;
}

.accumulation__steel-view-box {
  margin: 3.125rem 0;
}

.accumulation__steel-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  max-height: 0;
}

.accumulation__steel-article._show {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  max-height: 100%;
}

.accumulation__urge {
  margin-bottom: 5rem;
}

.metal-menu__item {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.metal-menu__item > * {
  pointer-events: none;
}

.metall-item {
  overflow: hidden;
}

.metall-item._active,
.metall-item:hover {
  color: var(--accent, #D4800E);
  font-weight: 700;
}

.metall-item._active .metall-img,
.metall-item:hover .metall-img {
  border-color: var(--accent, #D4800E);
}

.metall-name {
  white-space: nowrap;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.metall-img {
  width: 100%;
  height: 6.5625rem;
  border: 2px solid transparent;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.metall-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.steel-article .text-block {
  margin-right: 1.875rem;
  -ms-flex-preferred-size: 28.125rem;
      flex-basis: 28.125rem;
}

.steel-article__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-preferred-size: 42.1875rem;
      flex-basis: 42.1875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 42.1875rem;
  width: 100%;
  position: relative;
}

.steel-article__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.steel-article__slide .slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.steel-article__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (max-width: 61.99875em) {
  .accumulation__metall-menu {
    margin-top: 3.125rem;
    row-gap: 1.25rem;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    grid-template-columns: repeat(auto-fill, minmax(8.5rem, 1fr));
  }

  .accumulation__steel-view-box {
    margin: 2.1875rem 0;
  }

  .accumulation__steel-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .accumulation__urge {
    margin-bottom: 2.8125rem;
  }

  .metall-name {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }

  .steel-article .text-block {
    -ms-flex-preferred-size: 20.3125rem;
        flex-basis: 20.3125rem;
    margin-right: 0;
    margin-bottom: 2.1875rem;
  }

  .steel-article__slider {
    -ms-flex-preferred-size: 20.3125rem;
        flex-basis: 20.3125rem;
  }
}

@media (max-width: 35.62375em) {
  .accumulation__metall-menu {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
    margin-top: 2.1875rem;
  }

  .accumulation__steel-view-box {
    margin: 2.1875rem 0 3.125rem;
  }

  .accumulation__urge {
    margin-bottom: 2.5rem;
  }

  .metall-name {
    line-height: normal;
    white-space: unset;
    margin-bottom: 0.3125rem;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .steel-article__slider {
    -ms-flex-preferred-size: 11.625rem;
        flex-basis: 11.625rem;
    padding-bottom: 1.875rem;
  }
}