.feedback-block {
  background: #F6F6FA;
  padding: 96px 0; }
  .feedback-block h2 {
    margin-bottom: 24px; }
  .feedback-block__header {
    display: flex;
    align-items: start;
    justify-content: space-between; }
    .feedback-block__header + p {
      color: #608185;
      width: 600px; }
      @media screen and (max-width: 640px) {
        .feedback-block__header + p {
          width: 100%; } }
  .feedback-block .slider {
    display: flex;
    overflow: hidden;
    height: 100%;
    gap: 24px;
    margin-top: 60px;
    align-items: stretch;
    width: fit-content;
    margin-left: calc((100% - 1160px) / 2); }
    @media screen and (max-width: 1280px) {
      .feedback-block .slider {
        margin-left: calc((100% - 720px) / 2); } }
    @media screen and (max-width: 768px) {
      .feedback-block .slider {
        margin-left: 16px; } }
  .feedback-block .review-card {
    background: #FFFFFF;
    padding: 24px;
    width: 360px;
    border-radius: 12px;
    box-shadow: 0px 16px 40px -8px rgba(88, 92, 95, 0.16);
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .feedback-block .review-card__block1 {
      display: flex;
      gap: 10px; }
      .feedback-block .review-card__block1 img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden; }
    .feedback-block .review-card__city-date {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0.2px;
      font-weight: 500;
      color: #608185; }
    .feedback-block .review-card__text {
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0px;
      font-weight: 400;
      color: #608185; }

.arrows {
  display: flex;
  gap: 12px;
  align-items: center; }
  .arrows button:first-child img {
    transform: rotate(90deg); }
  .arrows button:last-child img {
    transform: rotate(-90deg); }

.heading-lmm {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  font-weight: 500; }
  @media (max-width: 1280px) {
    .heading-lmm {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -0.5px;
      font-weight: 500; } }
.heading-s {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.5px;
  font-weight: 500; }

.body-xl {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 500; }

.button-icon-outline-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all 0.2s ease;
  height: 32px;
  padding: 8px;
  border-radius: 8px;
  gap: 8px;
  background-color: transparent;
  border-color: #3DA746;
  color: #3DA746;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
  font-weight: 400; }
  .button-icon-outline-small:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .button-icon-outline-small:hover {
    border-color: #EFFBEF;
    color: #3DA746;
    background-color: #EFFBEF; }
  .button-icon-outline-small:active {
    border-color: #EFFBEF;
    color: #3DA746;
    background-color: #EFFBEF; }
  .button-icon-outline-small:focus {
    outline: none; }
  .button-icon-outline-small:disabled {
    cursor: not-allowed;
    background-color: rgba(89, 89, 89, 0.5);
    border-color: rgba(89, 89, 89, 0.5); }
    .button-icon-outline-small:disabled:hover {
      cursor: not-allowed;
      background-color: rgba(49, 53, 63, 0.8);
      border-color: rgba(49, 53, 63, 0.8); }
  .button-icon-outline-small.disabled {
    opacity: 0.5;
    cursor: default; }
