
.site-section-custom {
  padding: 50px 0;
  background-color: #fff;
}

.container-custom {
  max-width: 1000px;
  margin: 0 auto;
}

/* Заголовок */
.section-title-custom {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #d40000;
  margin-bottom: 40px;
}

/* Колонки */
.row-custom {
  display: flex;
  gap: 70px; /* Добавляем отступ между колонками */
}

.col-left,
.col-right {
  width: calc(50% + 15px); /* Обеспечиваем равные отступы с учётом gap */
}

/* Левая колонка */
.col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: white;
  border-radius: 0px;
}

.icon-container {
  margin-bottom: 20px;
}

.services-icon {
  width: 100px;
  height: auto;
}

.services-content-custom {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.services-content-custom h4 {
  color: #d40000;
  margin-bottom: 20px;
  font-weight: bold;
}

.services-content-custom ul {
  list-style: none;
  padding: 10px 0 10px 0;
  margin: 0 0 20px;
}

.services-content-custom ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
}

.services-content-custom ul li::before {
  content: "\f058"; /* FontAwesome check-circle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d40000;
  position: absolute;
  left: 0;
  top: 0;
}

.services-content-custom a {
  color: #d40000;
  text-decoration: none;
  font-weight: bold;
}

/* Правая колонка */
.col-right {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 0px;
}

.map-container-custom {
  width: 100%;
  height: 400px;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.address-custom {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

/* ====== Form input enhancements ====== */
.input-wrapper{
  position:relative;
}

.form-control-custom{
  padding-left:40px;
  border:none;
  border-bottom:2px solid #d40000;
  border-radius:0;
  box-shadow:none;
}

.form-control-custom:focus{
  outline:none;
  box-shadow:none;
  border-bottom:2px solid #c00000;
}

.input-icon{
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  color:#d40000;
  pointer-events:none;
}
/* ====== */

/* Медиазапрос для мобильных устройств */
@media (max-width: 768px) {
  .row-custom {
    flex-direction: column; /* Строки будут располагаться вертикально */
    gap: 20px; /* Уменьшаем отступы между колонками */
  }

  .col-left,
  .col-right {
    width: 100%; /* Колонки занимают всю ширину */
    padding: 20px; /* Уменьшаем внутренние отступы для мобильных устройств */
  }

  .services-icon {
    width: 80px; /* Меньшие иконки на мобильных устройствах */
  }

  .services-content-custom {
    font-size: 14px; /* Уменьшаем размер шрифта на мобильных устройствах */
  }

  .map-container-custom {
    height: 300px; /* Уменьшаем высоту карты на мобильных устройствах */
  }
}

#sto .container{
  background:#ffffff;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  border-radius:6px;
  padding:40px 20px;
}

#section-contact .container{
  background:#ffffff;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  border-radius:6px;
  padding:40px 20px;
}
