@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot");
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff") format("woff"), url("../../fonts/proxima_nova/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/proxima_nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body main section.testimonials {
  padding: 100px 0;
}
body main section.testimonials .slider_wrapper {
  position: relative;
}
body main section.testimonials .slider_wrapper .slider_content {
  background: rgba(255, 255, 255, 0.12);
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  border: solid 2px #F5C779;
  border-radius: 0 16px 0 16px;
}
body main section.testimonials .slider_wrapper .slider_content .slick-list {
  width: 100%;
}
body main section.testimonials .slider_wrapper .slider_content .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
}
body main section.testimonials .slider_wrapper .slider_content .item {
  padding: 24px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main section.testimonials .slider_wrapper .slider_content .item p.review {
  color: #ffffff;
  font-size: 22px;
}
body main section.testimonials .slider_wrapper .slider_content .item[aria-hidden=true] {
  visibility: hidden;
}
body main section.testimonials .slider_wrapper .slider_content .slick-arrow {
  background-color: rgba(255, 255, 255, 0.12);
  height: 48px;
  width: 48px;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 50%;
}
body main section.testimonials .slider_wrapper .slider_content .slick-arrow:before {
  display: none;
}
body main section.testimonials .slider_wrapper .slider_content .slick-arrow:after {
  content: "";
  background: url("../../img/webp/arrow_testimonials.webp") no-repeat 50%;
  background-size: contain;
  height: 22px;
  width: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body main section.testimonials .slider_wrapper .slider_content .slick-prev {
  transform: translate(calc(-100% - 24px), -50%);
}
body main section.testimonials .slider_wrapper .slider_content .slick-next {
  left: unset;
  right: 0;
  transform: scaleX(-1) translate(calc(-100% - 24px), -50%);
}
body main section.testimonials .slider_wrapper:before, body main section.testimonials .slider_wrapper:after {
  content: "";
  background: url("../../img/webp/quote.webp") no-repeat center/100%;
  height: 64px;
  width: 72px;
  position: absolute;
}
body main section.testimonials .slider_wrapper:before {
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
body main section.testimonials .slider_wrapper:after {
  bottom: 0;
  right: 0;
  transform: translateY(50%) scale(-1);
}
body main section.testimonials img.obj {
  height: 100%;
  max-width: 700px;
  object-fit: cover;
  object-position: center right;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
body main section.testimonials img.mobile_image {
  max-width: unset;
}

@media (max-width: 1580px) {
  body main section.testimonials .slider_wrapper .slider_content .item p.review {
    font-size: 18px;
  }
  body main section.testimonials img.obj {
    max-width: 600px;
  }
}
@media (max-width: 1380px) {
  body main section.testimonials {
    padding: 80px 0;
  }
  body main section.testimonials .slider_wrapper .slider_content .item {
    padding: 20px;
  }
  body main section.testimonials .slider_wrapper .slider_content .item p.review {
    font-size: 16px;
  }
  body main section.testimonials .slider_wrapper:before, body main section.testimonials .slider_wrapper:after {
    height: 47px;
    width: 52px;
  }
  body main section.testimonials img.obj {
    max-width: 500px;
  }
}
@media (max-width: 992px) {
  body main section.testimonials {
    padding: 0 0 60px 0;
  }
  body main section.testimonials .mobile_image {
    width: 150%;
    margin: 0 -25%;
  }
  body main section.testimonials .slider_wrapper .slider_content .item {
    padding: 10px;
  }
  body main section.testimonials .slider_wrapper .slider_content .item p.review {
    font-size: 14px;
  }
  body main section.testimonials .slider_wrapper .slider_content .slick-arrow {
    display: none !important;
  }
  body main section.testimonials img.obj {
    display: none;
  }
}
@media (max-width: 767px) {
  body main section.testimonials {
    padding: 0 0 40px 0;
  }
  body main section.testimonials .slider_wrapper:before, body main section.testimonials .slider_wrapper:after {
    height: 47px;
    width: 32px;
  }
  body main section.testimonials img.obj {
    display: none;
  }
}
@media (max-width: 567px) {
  body main section.testimonials .mobile_image {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

/*# sourceMappingURL=testimonials.css.map */
