.testimonials {
  margin-left: calc(50vw - 1200px / 2);

  @media (max-width: 1440px) {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
  }

  @media (max-width: 1024px) {
    margin-left: 0;
    padding: 0 24px;
  }

  .testimonials-slider-wrapper {
    position: relative;

    @media (max-width: 1024px) {
      padding-left: 0;
      padding-right: 0;
    }

    .testimonials-slider {
      margin-bottom: 30px;
      padding-bottom: 1px;
      z-index: 1;

      .swiper-wrapper {
        .swiper-slide {
          width: 1200px;
          border: 1px solid #181818;
          border-radius: 5px;
          display: grid;
          grid-template-columns: 1fr 1fr;
          min-height: 620px;

          @media (max-width: 1440px) {
            width: auto;
          }

          @media (max-width: 1024px) {
            min-height: auto;
            width: auto;
            grid-template-columns: 1fr;
            height: auto;
          }
        }

        .swiper-slide:nth-child(even) {
          direction: rtl;
        }

        .swiper-slide:nth-child(even) > * {
          direction: ltr;
        }
      }
    }

    .testimonials-slider-pagination {
      display: flex;
      justify-content: center;
      max-width: 1200px;

      &.pagination-mobile-top {
        display: none;
        margin-bottom: 24px;
        justify-content: center;

        @media (max-width: 1024px) {
          display: flex;
        }
      }

      .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid var(--c-gray-900);
        transition: background-color 0.3s ease;

        &.swiper-pagination-bullet-active {
          background-color: var(--c-gray-900);
        }
      }
    }

    .testimonials-slider-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      width: 56px;
      height: 56px;
      top: 50%;
      transform: translateY(-50%);
      border: 1px solid transparent;
      border-radius: 50%;
      background-color: var(--c-primary-200);
      cursor: pointer;
      transition: border-color 0.3s ease;
      z-index: 2;

      @media (max-width: 1490px) {
        width: 46px;
        height: 46px;
      }

      @media (max-width: 1366px) {
        display: none;
      }

      svg {
        transform: translateX(4px);

        @media (max-width: 1490px) {
          height: 22px;
          transform: translateX(2px);
        }

        path {
          stroke: var(--c-white);
          transition: stroke 0.3s ease;
        }
      }

      &:hover {
        border-color: var(--c-gray-900);

        svg {
          path {
            stroke: var(--c-gray-900);
          }
        }
      }

      &.testimonials-slider-nav_next {
        left: calc(1200px + 50px);

        @media (max-width: 1440px) {
          left: calc(1200px + 20px);
        }

        @media (max-width: 1366px) {
          display: none;
        }
      }
    }
  }
}

.testimonials_left {
  position: relative;
  height: 100%;
  border-right: 1px solid #181818;

  @media (max-width: 1024px) {
    border-right: none;
  }
}

.testimonials_left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials_right {
  display: flex;
  flex-direction: column;
}

.testimonials_right_top {
  padding: 30px 0 24px;
  border-bottom: 1px solid #181818;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 1440px) {
    padding: 20px 0;
  }
  svg {
    max-height: 62px;
    @media (max-width: 1440px) {
      max-height: 42px;
    }

    @media (max-width: 1024px) {
      max-height: 32px;
    }
  }
}

.testimonials_right_mindle {
  padding: 32px 48px 46px;
  flex: 1;
  @media (max-width: 1440px) {
    padding: 22px 28px;
  }
}

.testimonials_right_mindle h5 {
  font-family: var(--ff-secondary);
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  color: #000000;
  margin: 0 0 16px 0;

  @media (max-width: 1366px) {
    font-size: 28px;
  }
}

.testimonials_right_mindle p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #181818;
  @media (max-width: 1366px) {
    font-size: 16px;
  }
}

.testimonials_right_bottom {
  padding: 23px 120px;
  border-top: 1px solid #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;

  @media (max-width: 1024px) {
    padding: 0 120px 23px;
    border-top: none;
    flex-direction: column;
    text-align: center;
  }
}

.testimonials_right_image {
  min-width: 107px;
  height: 107px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #181818;
}

.testimonials_right_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials_right_content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.testimonials_right_content strong {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
}

.testimonials_right_content span {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}

.testimonials_goto {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonials_mobile {
  display: none;
  height: 600px;

  @media (max-width: 1024px) {
    display: block;
  }

  img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
  }
}

.testimonials_mobile_link {
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #181818;
  border-top: 1px solid #181818;
}
