/*$red: #D71C39;*/
.top-slider {
  position: relative;
  overflow: hidden;
}
.top-slider .swiper-wrapper {
  height: auto;
}
.top-slider_image {
  width: 100%;
  height: 980px;
  height: auto;
  overflow: hidden;
}
.top-slider_image img {
  /*display: block;
  max-width: 100%;
  height: auto;*/
  width: 100%;
  object-fit: fill;
}
.top-slider_shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 39.06%, rgba(0, 0, 0, 0.15) 100%);
  mix-blend-mode: multiply;
}
.top-slider_title {
  text-transform: uppercase;
  position: absolute;
  bottom: 134px;
  color: #ffffff;
  left: 200px;
  font-weight: 900;
  font-size: 51px;
  line-height: 127%;
  max-width: 825px;
}
.top-slider_title-link {
  color: inherit;
  cursor: pointer;
}
.top-slider_title-link:hover {
  text-decoration: none;
  color: inherit;
}
.top-slider_arrow {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}
.top-slider_arrow a {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  color: #ffffff;
}
.top-slider_arrow a:hover {
  text-decoration: none;
  color: #ffffff;
}
.top-slider_arrow img {
  max-width: 92px;
}
.top-slider_arrows {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 134px;
  right: 240px;
  width: max-content;
  height: max-content;
}
.top-slider_arrows .top-slider-pagination-arrow {
  cursor: url(/local/templates/rs_trade/images/svg/cursor.svg), pointer;
}
.top-slider_arrows .top-slider-pagination-arrow.top-slider-arrow-prev img {
  transform: rotate(180deg);
}
.top-slider_arrows .top-slider-pagination {
  padding: 0 10px;
  font-size: 40px;
  line-height: 127%;
  color: #D7D9DA;
}
.top-slider_arrows .top-slider-pagination .swiper-pagination-current {
  font-weight: 600;
  font-size: 50px;
  line-height: 127%;
  color: #E9732D;
}
.top-slider_arrows .top-slider-pagination .swiper-pagination-total {
  font-weight: 600;
  font-size: 20px;
  line-height: 127%;
  color: #D7D9DA;
}
.top-slider_scroll {
  position: absolute;
  z-index: 1;
  bottom: 134px;
  left: 35px;
}
.top-slider_page-name {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 30px;
  transform: rotate(270deg);
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.top-slider_page-name:before {
  position: absolute;
  content: " ";
  height: 2px;
  width: 79px;
  right: -96px;
  top: calc(50% - 1px);
  background-color: #ffffff;
}

/*# sourceMappingURL=style.css.map */
