.feedbacksAsCerts__slider {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.feedbacksAsCerts__item {
  max-width: 350px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.feedbacksAsCerts__item {
  max-width: 330px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: relative;
  text-decoration: none;
  perspective: 5000px;
}
.feedbacksAsCerts__item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
}
.feedbacksAsCerts__item.active > div, .feedbacksAsCerts__item:hover > div {
  transform: rotateY(180deg);
}
.feedbacksAsCerts__item .front,
.feedbacksAsCerts__item .back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.feedbacksAsCerts__item .front {
  background-color: #68DED9;
  clip-path: polygon(43px 0, 100% 0, 100% 100%, 0 100%, 0 90px);
}
.feedbacksAsCerts__item .front:before, .feedbacksAsCerts__item .front:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.feedbacksAsCerts__item .front:before {
  width: 77px;
  height: 90px;
  background-color: #4CC0BB;
  clip-path: polygon(43px 0, 100% 58px, 0 100%);
  z-index: 10;
}
.feedbacksAsCerts__item .front:after {
  width: 67px;
  height: 90px;
  background-color: #92E7E4;
  clip-path: polygon(43px 0, 100% 51px, 0 100%);
  z-index: 20;
}
.feedbacksAsCerts__item .front.color-2 {
  background-color: #4EC5C0;
}
.feedbacksAsCerts__item .front.color-2:before {
  background-color: #3ABAB6;
}
.feedbacksAsCerts__item .front.color-2:after {
  background-color: #87E2DF;
}
.feedbacksAsCerts__item .front.color-3 {
  background-color: #ABEDEC;
}
.feedbacksAsCerts__item .front.color-3:before {
  background-color: #84D7D6;
}
.feedbacksAsCerts__item .front.color-3:after {
  background-color: #D5F4F4;
}
.feedbacksAsCerts__item .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.feedbacksAsCerts__item .back a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.feedbacksAsCerts__item .back a span {
  display: none;
}
.feedbacksAsCerts__item-logo {
  height: 240px;
  padding: 25px 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedbacksAsCerts__item-logo img {
  max-width: 100%;
  display: block;
}
.feedbacksAsCerts__item-content {
  height: 250px;
  padding: 45px 30px 55px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  position: relative;
  line-height: 1.3;
  font-size: 18px;
}
.feedbacksAsCerts__item-content:before, .feedbacksAsCerts__item-content:after {
  content: "";
  width: 32px;
  height: 17px;
  display: block;
  position: absolute;
  left: 50%;
  background: url("img/quotes.svg") no-repeat center/contain;
}
.feedbacksAsCerts__item-content:before {
  top: 15px;
  transform: translateX(-15px) rotate(180deg);
}
.feedbacksAsCerts__item-content:after {
  bottom: 20px;
  transform: translateX(-15px);
}
