.main--contacts {
  background: #ffffff;
}

.contacts {
  background: #ffffff;
  padding: 1.5rem 0 2.5rem;
}
@media (min-width: 991.98px) {
  .contacts {
    padding: 1.75rem 0 3.25rem;
  }
}
.contacts:not(:last-child) {
  position: relative;
  z-index: 2;
  margin-bottom: -1.875rem;
  border-bottom-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
@media (min-width: 767.98px) {
  .contacts:not(:last-child) {
    border-bottom-left-radius: 3.625rem;
    border-bottom-right-radius: 3.625rem;
    margin-bottom: -3.625rem;
  }
}
.contacts:not(:last-child) + * {
  padding-top: 4.5rem;
}
@media (min-width: 575.98px) {
  .contacts:not(:last-child) + * {
    padding-top: 6.25rem;
  }
}
@media (min-width: 1199.98px) {
  .contacts:not(:last-child) + * {
    padding-top: 6.875rem;
  }
}
.contacts__title {
  font-weight: 600;
}
.contacts__list {
  display: grid;
  gap: 0.875rem;
  margin-top: 1.875rem;
}
@media (min-width: 767.98px) {
  .contacts__list {
    margin-top: 1.5rem;
    grid-template-columns: 1.5fr 1fr;
    gap: 2.5rem;
  }
}
@media (min-width: 991.98px) {
  .contacts__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1199.98px) {
  .contacts__list {
    margin-top: 2.3125rem;
  }
}
.contacts__item {
  position: relative;
  padding-left: 2.25rem;
}
@media (min-width: 1199.98px) {
  .contacts__item {
    padding-left: 2.625rem;
  }
}
.contacts__item-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #fd8011;
}
@media (min-width: 1199.98px) {
  .contacts__item-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.contacts__item-icon-svg {
  width: 100%;
  height: 100%;
}
.contacts__item-caption {
  color: #fd8011;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.00938rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
@media (min-width: 1199.98px) {
  .contacts__item-caption {
    margin-bottom: 0.325rem;
    font-size: 1.125rem;
  }
}
.contacts__item-address, .contacts__item-text {
  color: #000000;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.00938rem;
  font-style: normal;
  font-size: 0.875rem;
  max-width: 32.9375rem;
}
@media (min-width: 991.98px) {
  .contacts__item-address, .contacts__item-text {
    line-height: 140%;
    font-size: 1rem;
  }
}
@media (min-width: 1199.98px) {
  .contacts__item-address, .contacts__item-text {
    font-size: 1.25rem;
  }
}
.contacts__item-phones, .contacts__item-hours {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contacts__item-link {
  color: #000000;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.00938rem;
  display: inline-block;
  transition: color 0.3s ease;
}
@media (min-width: 991.98px) {
  .contacts__item-link {
    line-height: 140%;
    font-size: 1rem;
  }
}
@media (min-width: 1199.98px) {
  .contacts__item-link {
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .contacts__item-link:hover {
    color: #fd8011;
  }
}
.contacts__map-wrap {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media (min-width: 575.98px) {
  .contacts__map-wrap {
    margin-top: 3.25rem;
    gap: 1rem;
  }
}
@media (min-width: 991.98px) {
  .contacts__map-wrap {
    margin-top: 3.5rem;
  }
}
@media (min-width: 1199.98px) {
  .contacts__map-wrap {
    margin-top: 4rem;
  }
}
.contacts__map {
  border-radius: 1.5rem;
  overflow: hidden;
  height: 18.125rem;
  position: relative;
  background: linear-gradient(90deg, rgba(253, 128, 17, 0.1) 25%, rgba(253, 128, 17, 0.2) 50%, rgba(253, 128, 17, 0.1) 75%);
  background-size: 200% 100%;
  animation: contacts-map-shimmer 3s infinite linear;
}
.contacts__map iframe, .contacts__map > ymaps, .contacts__map .ymaps-2-1-79-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 575.98px) {
  .contacts__map {
    height: 24.375rem;
  }
}
@media (min-width: 991.98px) {
  .contacts__map {
    height: 40.5rem;
  }
}
.contacts__map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.contacts__map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.125rem;
  border-radius: 6.25rem;
  background: #fd8011;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.contacts__map-link--secondary {
  background: transparent;
  color: #000000;
  box-shadow: inset 0 0 0 1.5px rgba(0, 0, 0, 0.2);
}
@media (any-hover: hover) {
  .contacts__map-link:hover {
    background: #e8720f;
    color: #ffffff;
  }
  .contacts__map-link--secondary:hover {
    background: rgba(253, 128, 17, 0.08);
    color: #fd8011;
    box-shadow: inset 0 0 0 1.5px #fd8011;
  }
}

@keyframes contacts-map-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}