.catalog-btn {
  display: inline-block;
  padding: 14px 28px;
  background-color: #e31912;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 40px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  color: #222;
}

.social-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}
.map-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.map-section{
  margin-top: 30px;
}

.custom-select {
  /* Убираем стандартную стрелку */
  -webkit-appearance: none; /* Chrome, Safari */
  -moz-appearance: none;    /* Firefox */
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%232c2d43" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>'); 
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 16px;
  padding-right: 45px !important;
  width: 100%;
  margin-bottom: 15px;
  height: 65px;
  border: 2px solid rgb(228, 236, 242);
  font-size: 14px;
  padding: 2px 30px;
  background-color: transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.icon-mail{
  top: 2px!important;
}
button{
  cursor: pointer;
}
.svg{
  width: 16px;
  height: 16px;
}
.single-post.post-content .single-post__publish-date {
    display: block;
    color: var(--Grey_middle, #838587);
    line-height: 1;
    text-transform: lowercase;
}
.single-post.post-content h3 {
    font-size: 1rem;
}
a{
  cursor: pointer;
}
.search-section {
  position: relative!important;
  width: 100%!important;
  max-width: 350px!important;
  padding: 0!important;
}

.search-section h2 {
  margin-bottom: 0.5rem!important;
}

.search-section input {
  width: 100%!important;
  height: 60px!important;
  padding: 0 1rem 0 1rem!important;
  font-size: 16px!important;
  color: var(--ltn__paragraph-color)!important;
  background: var(--white)!important;
  border: 2px solid var(--border-color-9)!important;
  border-radius: 0!important;
}
