.contacts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contacts-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contacts-map {
  height: 23.375rem;
  border-radius: 0.75rem;
  overflow: hidden;
  flex-shrink: 0;
}

.contacts-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.contacts-content-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
  line-height: 130%;
  font-weight: 500;
}

.contacts-content-item-title {
  color: var(--color-grey-2);
}

.contacts-content-item-description,
.contacts-content-item-description svg {
  color: var(--color-primary);
}

.contacts-content-item-description.socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: row;
}

[class*="ymaps-2"][class*="-gototech"],
[class*="ymaps-2"][class*="-gototaxi__container"] {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .contacts {
    gap: 2rem;
  }

  .contacts-block {
    gap: 3rem;
  }

  .contacts-map {
    border-radius: 1.5rem;
  }

  .contacts-content-item {
    flex-direction: row;
    gap: 2.5rem;
  }

  .contacts-content-item-title {
    text-align: right;
    flex: 0 0 39%;
  }
}

@media screen and (min-width: 1280px) {
  .contacts {
    gap: 2.5rem;
  }

  .contacts-block {
    gap: 3.75rem;
    flex-direction: row-reverse;
  }

  .contacts-map {
    width: 32.8125rem;
  }
}

@media screen and (min-width: 1920px) {
  .contacts-block {
    gap: 3rem;
    flex-direction: row-reverse;
  }

  .contacts-map {
    width: 44.75rem;
    height: 31.875rem;
  }

  .contacts-content-item {
    gap: 4rem;
    font-size: 1.5rem;
  }
}
