.testimonials-section {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  font-weight: 300;
  line-height: 1.4;
  padding: 68px 0 70px; }
  @media (min-width: 1024px) {
    .testimonials-section {
      padding: 80px 0; } }
  @media (min-width: 1680px) {
    .testimonials-section {
      padding: 110px 0; } }
  .testimonials-section .container {
    max-width: 1776px;
    padding: 0 34px; }
    @media (min-width: 1024px) {
      .testimonials-section .container {
        padding: 0 40px; } }
    @media (min-width: 1440px) {
      .testimonials-section .container {
        padding: 0 80px; } }
    @media (min-width: 1920px) {
      .testimonials-section .container {
        padding: 0 34px; } }
  .testimonials-section .testimonials-header {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .testimonials-section .testimonials-header {
        margin-bottom: 20px; } }
    .testimonials-section .testimonials-header .section-title {
      font-weight: 400;
      line-height: 1.1; }
  @media (min-width: 1024px) {
    .testimonials-section .testimonials-slider {
      overflow: visible; } }
  .testimonials-section .testimonials-slider .slick-list {
    padding: 0 !important; }
    @media (min-width: 1024px) {
      .testimonials-section .testimonials-slider .slick-list {
        padding: 0 13%;
        overflow: visible; } }
  .testimonials-section .testimonials-slider .slick-track {
    display: flex; }
  .testimonials-section .testimonials-slider .testimonial-slide {
    height: auto;
    display: flex;
    position: relative;
    width: 100%; }
    @media (min-width: 1024px) {
      .testimonials-section .testimonials-slider .testimonial-slide::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.8);
        z-index: 1;
        transition: opacity 0.5s ease-out, visibility 0.5s ease-out; } }
    @media (min-width: 1024px) {
      .testimonials-section .testimonials-slider .testimonial-slide {
        max-width: 630px; } }
    @media (min-width: 1680px) {
      .testimonials-section .testimonials-slider .testimonial-slide {
        max-width: 949px; } }
    @media (min-width: 1024px) {
      .testimonials-section .testimonials-slider .testimonial-slide.slick-active::before {
        opacity: 0;
        visibility: hidden; } }
  .testimonials-section .testimonials-slider .slide-inner {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .testimonials-section .testimonials-slider .slide-inner {
        padding: 30px; } }
    @media (min-width: 1024px) {
      .testimonials-section .testimonials-slider .slide-inner {
        padding: 63px 80px; } }
    @media (min-width: 1680px) {
      .testimonials-section .testimonials-slider .slide-inner {
        padding: 90px 98px; } }
  .testimonials-section .testimonials-slider .testimonial-content {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 300;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .testimonials-section .testimonials-slider .testimonial-content {
        font-size: 30px;
        line-height: 1.1;
        flex-direction: row; } }
    @media (min-width: 1024px) and (max-width: 1679px) {
      .testimonials-section .testimonials-slider .testimonial-content {
        font-size: 20px;
        line-height: 1.2; } }
  .testimonials-section .testimonials-slider .quote-icon {
    margin: 0 auto 18px 0; }
    @media (min-width: 1024px) {
      .testimonials-section .testimonials-slider .quote-icon {
        margin: 0 21px auto 0; } }
    .testimonials-section .testimonials-slider .quote-icon.close {
      margin: 7px 0 0 auto; }
      @media (min-width: 1024px) {
        .testimonials-section .testimonials-slider .quote-icon.close {
          margin: auto 0 -9px 21px; } }
  .testimonials-section .testimonial-author {
    padding-top: 49px;
    margin-top: auto; }
    @media (min-width: 1024px) {
      .testimonials-section .testimonial-author {
        padding: 78px 0px 0;
        width: 72%; } }
    @media (min-width: 1680px) {
      .testimonials-section .testimonial-author {
        padding: 75px 48px 0;
        width: 80%; } }
    .testimonials-section .testimonial-author .author-info-wrapper {
      display: flex; }
    .testimonials-section .testimonial-author .author-photo {
      width: 116px;
      height: 116px;
      display: flex;
      margin-right: 30px;
      background: #F2E9E4;
      flex-shrink: 0; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .testimonials-section .testimonial-author .author-photo {
          width: 101px;
          height: 101px;
          margin-right: 21px; } }
      .testimonials-section .testimonial-author .author-photo img {
        object-fit: cover;
        object-position: 50% 0; }
    .testimonials-section .testimonial-author .author-details {
      position: relative;
      display: flex;
      flex-direction: column;
      margin-bottom: 2px; }
      .testimonials-section .testimonial-author .author-details::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 83px;
        height: 1px;
        background: #1A6CAF;
        opacity: 0.5; }
    .testimonials-section .testimonial-author .author-name {
      font-size: 26px;
      font-weight: 400;
      line-height: 1;
      margin-top: auto;
      margin-bottom: 13px; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .testimonials-section .testimonial-author .author-name {
          font-size: 21px; } }
    .testimonials-section .testimonial-author .author-position {
      font-size: 16px;
      font-weight: 300;
      line-height: 1;
      margin: 0; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .testimonials-section .testimonial-author .author-position {
          font-size: 14px; } }
  .testimonials-section .slider-controls {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 10;
    padding-top: 50px; }
    @media (min-width: 1024px) {
      .testimonials-section .slider-controls {
        max-width: 470px;
        justify-content: flex-end;
        margin: -120px auto 0;
        padding-top: 0; } }
    @media (min-width: 1680px) {
      .testimonials-section .slider-controls {
        margin-top: -150px;
        max-width: 749px; } }
    .testimonials-section .slider-controls .slick-prev,
    .testimonials-section .slider-controls .slick-next {
      background: transparent;
      border: 1px solid #151515;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
      width: 64px;
      height: 64px; }
      .testimonials-section .slider-controls .slick-prev::before,
      .testimonials-section .slider-controls .slick-next::before {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 0px;
        height: 0px;
        border-style: solid;
        transition: all 0.5s; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .testimonials-section .slider-controls .slick-prev,
        .testimonials-section .slider-controls .slick-next {
          width: 60px;
          height: 60px; } }
    .testimonials-section .slider-controls .slick-prev {
      margin-right: 20px; }
      @media (min-width: 1024px) and (max-width: 1679px) {
        .testimonials-section .slider-controls .slick-prev {
          margin-right: 10px; } }
      .testimonials-section .slider-controls .slick-prev:hover::before {
        border-width: 9px 10px 9px 0; }
      .testimonials-section .slider-controls .slick-prev::before {
        border-width: 6px 8px 6px 0;
        border-color: transparent #151515 transparent transparent;
        margin-right: 5px; }
    .testimonials-section .slider-controls .slick-next:hover::before {
      border-width: 9px 0 9px 10px; }
    .testimonials-section .slider-controls .slick-next::before {
      border-width: 6px 0 6px 8px;
      border-color: transparent transparent transparent #151515;
      margin-left: 5px; }
  .testimonials-section .bottom-text {
    margin-top: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #4f626b; }
    @media (min-width: 1024px) {
      .testimonials-section .bottom-text {
        margin-top: 50px; } }
    @media (min-width: 1680px) {
      .testimonials-section .bottom-text {
        font-size: 16px;
        margin-top: 193px; } }
    .testimonials-section .bottom-text p {
      margin: 0; }

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