.li-widgets--quotes-slider .swiper-slide, .li-widgets--quotes-slider.swiper-container {
  overflow: visible;
}
.li-widgets--quotes-slider .slide-container {
  padding: 0 0 150px 50px;
  height: 600px;
  overflow: visible;
}
.li-widgets--quotes-slider .slide-container > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 1;
}
.li-widgets--quotes-slider .slide-container .quote-content {
  position: absolute;
  padding: 22px 38px;
  z-index: 2;
  background-color: #ffffff;
  bottom: 0;
  left: -20px;
  box-shadow: 0 4px 17px 0 rgba(84, 110, 122, 0.6);
  border-radius: 6px;
  width: 80%;
  max-width: 380px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.li-widgets--quotes-slider .slide-container .quote-content .quote {
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: normal;
  color: #546e7a;
}
.li-widgets--quotes-slider .slide-container .quote-content .author {
  margin-top: 20px;
  display: flex;
}
.li-widgets--quotes-slider .slide-container .quote-content .author > img {
  width: 60px;
  border-radius: 100%;
  margin-right: 15px;
}
.li-widgets--quotes-slider .slide-container .quote-content .author--data {
  flex-grow: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.li-widgets--quotes-slider .slide-container .quote-content .author--name, .li-widgets--quotes-slider .slide-container .quote-content .author--position {
  font-size: 14px;
  line-height: 1.4;
}
.li-widgets--quotes-slider .slide-container .quote-content .author--name {
  font-weight: 700;
}
@media (max-width: 767px) {
  .li-widgets--quotes-slider .slide-container {
    height: 450px;
    padding: 0 0 50px 20px;
  }
  .li-widgets--quotes-slider .slide-container .quote-content .quote {
    font-size: 15px;
  }
}
.li-widgets--quotes-slider .swiper-slide-active .slide-container .quote-content {
  opacity: 1;
}
.li-widgets--quotes-slider .slider-button {
  width: 84px;
  height: 124px;
  top: calc(50% - 72px);
  padding: 42px 0;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 18px 0 rgba(84, 110, 122, 0.15);
  background-color: #ffffff;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
  background-size: 25px;
  outline: none !important;
}
@media (max-width: 767px) {
  .li-widgets--quotes-slider .slider-button {
    display: none;
  }
}
.li-widgets--quotes-slider .slider-button:hover {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.5);
}
.li-widgets--quotes-slider .slider-button.swiper-button-prev {
  left: -180px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%2378909c'/%3E%3C/svg%3E");
}
.li-widgets--quotes-slider .slider-button.swiper-button-next {
  right: -180px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%2378909c'/%3E%3C/svg%3E");
}
@media (max-width: 1400px) {
  .li-widgets--quotes-slider .slider-button.swiper-button-prev, .li-widgets--quotes-slider .slider-button.swiper-button-next {
    bottom: 20px;
    top: auto;
    width: 50px;
    height: 50px;
    background-size: 20px;
    padding: 0;
  }
  .li-widgets--quotes-slider .slider-button.swiper-button-next {
    right: 80px;
  }
  .li-widgets--quotes-slider .slider-button.swiper-button-prev {
    left: auto;
    right: 140px;
  }
}
