.map-title {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-top: 4px;
}
.contacts-section {
    padding: 3rem 0 4.3rem;
}

.contacts-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.contacts-block h5 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 1rem;
}
.contacts-block {
    margin-top: 88px;
}

.contacts-block h3.h5 {
    margin-top: 38px;
}

.contacts-block .small {
    font-size: 0.9rem;
}

.contacts-block {
    font-size: 0.96rem;
}
.contacts-section .ratio::before {
    display: block;
    padding-top: 62.25%;
    content: "";
}
.map-container{
position: relative;
  display: inline-block;
}
.map-container iframe {
  position: relative;
  display: block;
  filter: grayscale(100%);
}



.map-container::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #c4dbfd;
  opacity: 0.1; /* или другая прозрачность */
  pointer-events: none;
}