.opinions__block {
  padding: 0;
  margin: 10px 0;
  width: auto;
  min-width: auto;
  flex-basis: auto;
  background-image: linear-gradient(
    to right,
    #f4f4f4 0%,
    #f4f4f4 100%,
    rgba(244, 244, 244, 0) 70%,
    rgba(244, 244, 244, 0) 100%
  );
}

.opinions__block--section {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  z-index: 1;
}
.opinions__block--section .tags {
  position: absolute;
  top: 20px;
  left: 20px;
}
.opinions__block--section .tag {
  padding: 8px 12px;
}

.opinions-slider {
  width: 100%;
  height: inherit;
  padding: 60px 0 40px;
}
.swiper-button-disabled {
  opacity: 0;
  transition: 400ms all ease-out;
}
.opinions__block--prev,
.valasztas__block--prev {
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #157efc;
  position: absolute;
  z-index: 2;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
.opinions__block--prev svg,
.valasztas__block--prev svg {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  width: 40px;
}
.opinions__block--next,
.valasztas__block--next {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #157efc;
  position: absolute;
  z-index: 2;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
.opinions__block--next svg,
.valasztas__block--next svg {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  width: 40px;
}
.opinions__block__wrapper {
  overflow: visible !important;
  display: flex;
  flex-direction: row;
}

.opinions__block .swiper-wrapper {
  width: fit-content !important;
  justify-content: space-between;
  position: relative;
  overflow: visible;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.opinions__block--text-holder {
  width: auto;
  margin: 0 auto;
}
.opinions__block .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.opinions__block .swiper-wrapper .swiper-slide a {
  text-align: center;
}

.opinions__block .swiper-wrapper .swiper-slide img {
  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;
  filter: grayscale(100%);
}

.opinions__block .swiper-wrapper .swiper-slide h2 {
  text-align: center;
}

.opinions__block .swiper-wrapper .swiper-slide h3 {
  text-align: center;
}

.opinions__block .swiper-button-disabled {
  opacity: 0;
  transition: 600ms all ease-out;
}
