.main {
  padding: 40px 20px;
  text-align: center;
  background-color: #2c2c2c; /* или любой другой тёмный фон */
  color: #fff;
}



.page-link {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.page-link a {
  text-decoration: none;
  color: #666;
}

.page-link a,
.page-link span,
.page-description {
  color: #f6f6f6;
}


.contacts-section {
  padding: 80px 20px;
  background: #f9f9f9;
}

.contacts-section .container {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.contact-block {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.contact-block h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.contact-block p, .contact-block a {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  text-decoration: none;
}

.contact-block a:hover {
  text-decoration: underline;
}

.map-wrapper {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
}
