/* Vélemény slider */
.opinions {
  width: auto;
  position: relative;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: auto;
  left: calc(50% + 170px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow-x: visible;
}

.opinions-swiper-slide__image {
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f7edf0;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #999;
  margin: 0 auto 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.opinions {
  padding: 1vh;
  margin: 0 auto;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f4f4f4),
    color-stop(100%, #f4f4f4),
    color-stop(70%, rgba(244, 244, 244, 0)),
    to(rgba(244, 244, 244, 0))
  );
  background-image: linear-gradient(
    to right,
    #f4f4f4 0%,
    #f4f4f4 100%,
    rgba(244, 244, 244, 0) 70%,
    rgba(244, 244, 244, 0) 100%
  );
}

.opinions h6 {
  margin: 20px 0 0 30px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.opinions h6:not(.framed-content) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 12px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #157efc;
}

.opinions-container {
  width: -webkit-fill-available;
  width: -moz-available;
  /* width: 100vw; */
  margin: 0 auto;
  overflow: visible;
  padding: 0 0 0 25px;
}

.opinions-container__wrapper-row {
  overflow: visible !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  /* width: 80%; */
}

.opinions-container__wrapper-col {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f4f4f4),
    color-stop(100%, #f4f4f4),
    color-stop(70%, rgba(244, 244, 244, 0)),
    to(rgba(244, 244, 244, 0))
  );
  background-image: linear-gradient(
    to right,
    #f4f4f4 0%,
    #f4f4f4 100%,
    rgba(244, 244, 244, 0) 70%,
    rgba(244, 244, 244, 0) 100%
  );
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: visible;
  margin: 0 auto;
}

.opinions-navigation--prev {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #157efc;
  position: absolute;
  z-index: 2;

  /* background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2223%22%20r%3D%2215%22%2F%3E%3Cpolyline%20points%3D%2230%2023%2023%2030%2016%2023%22%2F%3E%3Cline%20x1%3D%2223%22%20y1%3D%2230%22%20x2%3D%2223%22%20y2%3D%2216%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A"); */
}

.opinions-navigation--next {
  right: 0.6vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #157efc;
  position: absolute;
  z-index: 2;
  /* background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2223%22%20r%3D%2215%22%2F%3E%3Cpolyline%20points%3D%2230%2023%2023%2030%2016%2023%22%2F%3E%3Cline%20x1%3D%2223%22%20y1%3D%2230%22%20x2%3D%2223%22%20y2%3D%2216%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A"); */
}

.opinions-navigation--next svg {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  width: 40px;
  transform: rotate(270deg);
}

.opinions-navigation--prev svg {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  width: 40px;
  transform: rotate(90deg);
}

.opinions-swiper-slide__link {
  text-align: center;
  margin: 10px 20px;
  width: 200px;
  height: 280px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.opinions-swiper-slide__link h2 {
  font-size: 21px;
  color: #157efc;
}

.opinions-swiper-slide__link h3 {
  font-size: 0.95em;
  color: #000;
}
