.block-testimonials {
  background-color: var(--bgColor);
}
.block-testimonials__header {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.block-testimonials__header .title {
  margin-bottom: 10px;
}
.block-testimonials__inner {
  padding: 70px 25px;
  display: flex;
  flex-flow: column;
}
.block-testimonials__left {
  position: relative;
  padding-top: 135px;
  margin-bottom: 50px;
}
.block-testimonials__left img {
  width: 100%;
  height: auto;
}
.block-testimonials__left svg {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 130px;
  height: auto;
  display: block;
}
.block-testimonials__left svg path {
  stroke: var(--text);
}
@media (min-width: 768px) {
  .block-testimonials__right {
    margin-top: 130px;
  }
}
.block-testimonials__right .slider .item svg {
  display: block;
  margin-bottom: 30px;
}
.block-testimonials__right .slider .item svg path {
  fill: var(--tertiaryColor);
}
.block-testimonials__right .slider .item .name {
  font-weight: 800;
}
.block-testimonials__right .arrows {
  display: flex;
  margin-top: 50px;
  justify-content: end;
}
@media (max-width: 767px) {
  .block-testimonials__right .arrows {
    justify-content: start;
    margin-bottom: 15px;
  }
}
.block-testimonials__right .arrows .arrow {
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-testimonials__right .arrows .arrow.prev {
  margin-right: 10px;
}
.block-testimonials__right .arrows .arrow svg {
  display: block;
}
.block-testimonials__right .arrows .arrow:hover {
  background-color: var(--primaryColor);
}
.block-testimonials__right .arrows .arrow:hover svg path {
  stroke: #fff;
}
@media (min-width: 768px) {
  .block-testimonials__inner {
    padding: 100px 50px;
  }
  .block-testimonials__left {
    margin: 0 60px 60px;
  }
}
@media (min-width: 1280px) {
  .block-testimonials * {
    min-height: 0;
    min-width: 0;
  }
  .block-testimonials__inner {
    padding: 120px 50px;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .block-testimonials__header {
    flex: 0 0 100%;
    margin-bottom: -90px;
  }
  .block-testimonials__left {
    flex: 0 0 45%;
  }
  .block-testimonials__left img {
    width: 100%;
    height: auto;
  }
  .block-testimonials__right {
    flex: 0 0 50%;
  }
  .block-testimonials__left {
    margin: 0;
  }
}/*# sourceMappingURL=block-testimonials.css.map */