.contacts-header {
  padding: 98px 0 40px 0;
  background: var(--back-blue);
}

section {
  padding-top: 0;
}

.contacts-title {
  margin-top: 32px;
  font-size: 40px;
}

.contacts-map__wrapper {
  border-radius: 24px;
}

.contacts-map {
  padding-top: 20px;
}

.contacts-map__info {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 24px;
  padding: 40px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.8);
}

.contacts-map__info .map__info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.contacts-map__info .map__info-top .map__info-phones {
  max-width: 147px;
}

.contacts-map__info .map__info-top .map__info-phones .phones__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #6a7989;
  margin-bottom: 8px;
}

.contacts-map__info .map__info-top .map__info-phones .phones__phone {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #32465a;
  margin-bottom: 24px;
}

.contacts-map__info .map__info-top .map__info-phones .phones__phone:last-child {
  margin-bottom: 0;
}

.contacts-map__info .map__info-top .map__info-links {
  display: flex;
}

.contacts-map__info .map__info-top .map__info-links .map__info-link-whatsapp:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: #0d9d00;
}

.contacts-map__info .map__info-top .map__info-links .map__info-link-tg:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: linear-gradient(180deg, #2aabee 0%, #229ed9 100%);
}

.contacts-map__info .map__info-top .map__info-links .map__info-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #32465a;
  margin-right: 8px;
  border: 1px solid rgba(53, 121, 244, 0.1);
  border-radius: 12px;
  padding: 8px 12px;
  transition: all 0.2s;
}

.contacts-map__info .map__info-top .map__info-links .map__info-link:last-child {
  margin-right: 0;
}

.map__info-address {
  margin-bottom: 40px;
}

.map__info-address .address-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #6a7989;
  margin-bottom: 8px;
}

.map__info-address .address-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #32465a;
}

.map__info-btn {
  width: 184px;
  height: 60px;
}

.contacts-info__title {
  margin-bottom: 28px;
  font-size: 28px !important;
}

.contacts-info__inner {
  max-width: 1135px;
}

.contacts-info__item {
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 18px;
}

.contacts-info__item .item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6a7989;
  width: 280px;
  min-width: 280px;
  text-align: start;
}

.contacts-info__item .item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #32465a;
}

.contacts-info__item--blue {
  background: #f8f9fe;
}

.contacts-map {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .contacts-info__item .item-title {
    font-size: 14px;
    line-height: 140%;
    width: 110px;
    min-width: 110px;
    margin-right: 16px;
  }

  .contacts-map__info {
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
    padding: 24px;
    box-shadow: 0 16px 40px -14px rgba(53, 121, 244, 0.07);
    min-width: 316px;
    width: calc(100% - 20px);
  }

  .contacts-map__info .map__info-top {
    flex-direction: column;
    align-items: start;
  }

  .contacts-map__info .map__info-top .map__info-phones {
    margin-bottom: 24px;
  }

  .contacts-map {
    padding-bottom: 380px !important;
    padding-top: 20px !important;
  }

  .contacts-request {
    padding-top: 0 !important;
  }

  iframe {
    height: 380px !important;
  }

  .contacts-info__title {
    font-size: 28px !important;
  }
}