.block-quotes-slider .container {
  max-width: 1650px;
}
.block-quotes-slider .block-container {
  max-width: 100%;
  padding: 0;
}
.block-quotes-slider .slider-wrapper {
  position: relative;
  height: 365px;
  background-size: cover;
}
.block-quotes-slider .slider__image {
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-quotes-slider .slider-quotes.disabled .swiper-nav {
  display: none;
}
.block-quotes-slider .slider-quotes .slide {
  display: flex;
  height: 290px;
}
.block-quotes-slider .slider-quotes .slide .num {
  width: 30px;
  margin-left: 45px;
  font-size: 27px;
  color: #fff;
  text-align: center;
}
.block-quotes-slider .slider-quotes .slide .num:before {
  display: block;
  width: 1px;
  height: 240px;
  margin: auto auto 15px;
  content: "";
  background: #fff;
}
.block-quotes-slider .slider-quotes .slide .quote {
  max-width: 970px;
  padding-top: 70px;
  font-size: 22px;
  color: #fff;
  text-align: right;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.81);
}
.block-quotes-slider .slider-quotes .slide .quote .icomoon {
  font-size: 29px;
}
.block-quotes-slider .slider-quotes .slide .quote__text {
  margin-top: 15px;
  line-height: 1.3;
}
.block-quotes-slider .slider-quotes .slide .quote__figcaption {
  display: block;
  margin: 15px 0 30px;
  font-size: 16px;
}
.block-quotes-slider .slider-quotes .slide .quote__figcaption__name {
  font-weight: 700;
}
.block-quotes-slider .slider-quotes .slide .quote__figcaption_source {
  font-weight: 600;
}
.block-quotes-slider .swiper-nav {
  display: flex;
  padding-right: 70px;
  margin-top: -50px;
}
.block-quotes-slider .swiper-nav .swiper-arrow {
  background: none;
  border: 1px solid #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-quotes-slider .swiper-nav .swiper-arrow:hover {
  background: #FFF;
}
.block-quotes-slider .swiper-nav .swiper-arrow:hover:after {
  color: #337da3;
}
.block-quotes-slider .swiper-nav .swiper-arrow.swiper-button-prev {
  margin-left: 7px;
  color: #fff;
}
.block-quotes-slider .swiper-nav .swiper-arrow:after {
  color: #fff;
}

/*# sourceMappingURL=block-quotes-slider.css.map */
