.contacts-wrapper {
  margin-inline: 12px;
  padding-block: 31px;
  display: flex;
  flex-direction: column-reverse;
  gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
  color: #ffffff;
  border: none;
}

.contacts-info {
  gap: 36px;
  display: flex;
  flex-direction: column;
  height: fit-content;
  max-width: 310px;
  align-items: flex-start;
}

.contacts-addresses,
.address-and-time--wrapper,
.sales--wrapper,
.services--wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.contacts-addresses {
  gap: 20px;
}
.services--wrapper {
  gap: 3px;
}

.contact-address {
  font-size: 12px;
  line-height: 16px;

  font-weight: 400;
  text-align: left;
  width: 100%;
}
.contact-time {
  font-size: 14px;
  line-height: 105%;
  font-weight: 400;
  text-align: left;
  width: 100%;
}

.contact-sales,
.contact-services {
  font-size: 11px;
  line-height: 105%;
  font-weight: 400;
  text-align: left;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}

.contact-sales img,
.contact-services img {
  width: 15px;
  height: 15px;
}

.sales--wrapper a {
  font-size: 20px;
  line-height: 105%;
  font-weight: 400;
  text-align: left;
}
.services--wrapper a {
  font-size: 14px;
  font-weight: 400;
  line-height: 105%;
  text-align: left;
}

.sales--wrapper a:hover,
.services--wrapper a:hover {
  color: rgb(254, 195, 195);
  transition: all 0.2s ease-in;
}

.contacts__socials__icons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviews {
  display: flex;
  flex-direction: row;
}
.reviews-block {
  display: flex;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.map {
  width: 100%;
  max-width: 320px;
  min-width: 320px;
  height: 209px;
  border-radius: 34px 0px 0px 34px;
}
.map > * {
  border-radius: 34px;
}

.reviews {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1040px) {
  .reviews {
    width: 50%;
  }
}

.contacts-mobile--wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

@media (min-width: 1200px) {
  .contacts-mobile--wrapper {
    display: contents;
  }
  .contacts__socials__icons {
    display: none;
  }
  .contact-address {
    font-size: 20px;
    line-height: 24px;
  }
  .contact-time {
    font-size: 16px;
  }
  .contact-sales,
  .contact-services {
    font-size: 12.33px;
  }
  .contacts-info {
    gap: 60px;
  }
  .contacts-addresses {
    gap: 12px;
  }
  .sales--wrapper a {
    font-size: 35px;
    font-weight: 500;
  }
  .services--wrapper a {
    font-size: 16px;
  }
  .contacts-wrapper {
    margin-inline: 0;
    padding: 40px 0 48px 0;
    flex-direction: row;
    gap: 16px;
    border-top: 1px solid #737373;
    border-bottom: 1px solid #737373;
  }
  .map {
    min-width: 500px;
    max-width: 691px;
    height: 520px;
  }
}
