.services {
  padding-top: 0px;
}
.dostavka__title {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 105%;
  letter-spacing: -3%;
}

.service-card {
  padding-top: 24px;
  border-radius: 16px;
  max-height: 260px;
  padding-bottom: 28px;
  width: 25%;
}

.service-card__img {
  max-height: 51px;
}

.dostavka__grid__title {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  opacity: 0.6;
}

.services__cards-row {
  gap: 16px;
  margin-bottom: 16px;
}

.services__pdf-link {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.work-conditions {
  padding: 40px 0;
  background: rgba(255, 255, 255, 1);
}

.header__contact__right {
  display: flex;
  align-items: center;
}

.header__contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header__search {
  display: flex;
}

.header__search-input {
  border: none;
  background: transparent;
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -3%;

  color: #333;
  max-width: 70px;
}

.header__search img {
  width: 18px;
  height: 18px;
}

.header__search-input:focus {
  outline: none;
}

.header__search-input::placeholder {
  color: #333;
  opacity: 1; /* Firefox */
}

.header__search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

.header__search-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
}

.work-conditions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.work-conditions__title {
  font-family: Onest, sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
  display: flex;
  align-items: center;
  margin-top: 0;
}

.work-conditions__item {
        border-radius: 13px;
    padding: 13px;
}

.work-conditions__title img {
  height: 9px;
  width: 9px;
  padding-right: 13px;
}

.work-conditions__text {
  font-family: Onest, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #6c757d;
}

.work-conditions__item:first-child {
    background-color: aliceblue;;
}

.work-conditions__item:first-child .work-conditions__text {
    font-family: Onest, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #6c757d;
}

.services__pdf-link {
  border-radius: 16px;
}

.logistics-department {
  padding-bottom: 60px;
}

.logistics-title {
  font-family: Onest, sans-serif;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 30px;
}

.logistics-grid-wrapper {
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}

.logistics-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 12px;
}

.logistics-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  padding-top: 28px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.logistics-job-title {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: -3%;
  vertical-align: bottom;

  margin: 0 0 10px 0;
}

.logistics-card hr {
  border: none;
  height: 1px;
  background-color: #e9ecef;
  margin: 0 0 15px 0;
}

.logistics-employee-name {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 125%;
  letter-spacing: -3%;
  margin: 0 0 15px 0;
  color: #495057;
}

.logistics-department {
  padding-bottom: 21px;
}

.siti-map-embed {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
}

.siti-about-section {
  background-color: #f7f9fb; /* Светлый фон */
  padding: 40px 0;
}

.siti-about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.siti-about-title {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 42px;
  leading-trim: NONE;
  line-height: 105%;
  letter-spacing: -3%;
  color: rgba(0, 16, 46, 1);
  margin-bottom: 32px;
  margin-top: 0;
}

/* --- КОНТЕНТНЫЙ РЯД (ФОТО + ТЕКСТ) --- */
.siti-about-content-row {
  display: flex;
  gap: 40px; /* Расстояние между колонками */
  border-radius: 8px;
}

/* --- ЛЕВАЯ КОЛОНКА: ИЗОБРАЖЕНИЕ --- */
.siti-about-visual {
  flex-shrink: 0; /* Не сжимается */
  max-width: 584px; /* Примерно 45% от ширины блока */
  position: relative;
  overflow: hidden;
  border-radius: 8px 0 0 8px; /* Скругление только слева */
}

.siti-about-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* --- ПРАВАЯ КОЛОНКА: ТЕКСТ --- */
.siti-about-text-content {
  flex-grow: 1; /* Занимает оставшееся место */
  padding: 16px 0px 30px 0; /* Внутренние отступы */
}

.services {
  padding-bottom: 40px;
}

.siti-about-text-content {
  flex-grow: 1; /* Занимает оставшееся место */
  padding: 16px 0px 30px 0; /* Внутренние отступы */
}

.siti-text-heading {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: rgba(0, 16, 46, 1);
  margin-top: 0;
  margin-bottom: 24px;
}

.siti-text-intro {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(0, 16, 46, 1);
  margin-bottom: 16px;
  margin-top: 0px;
}

.siti-text-label {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(0, 16, 46, 1);
  margin-bottom: 12px;
  margin-top: 0px;
  opacity: 0.8;
}

/* Список продукции */
.siti-product-list {
  list-style: none; /* Убираем стандартные маркеры */
  padding: 0;
  margin: 0 0 30px 0;
  max-width: 560px;
}

.siti-product-list li {
  position: relative;
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(0, 16, 46, 1);
  padding-left: 15px;
  opacity: 0.8;
  padding-bottom: 15px;
}

.siti-product-list li::before {
  content: "•"; /* Стилизованный маркер-точка */
  position: absolute;
  left: 0;
  color: #0d2c60; /* Синий цвет маркера */
  font-size: 16px;
}

.logistics-employee-contact {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logistics-employee-contact img:first-child {
  opacity: 0.5;
}

.logistics-employee-contact img {
  height: 20px;
}

.logistics-employee-contact a,
.logistics-employee-contact span {
  font-family: Onest, sans-serif;
  font-size: 16px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.document-link {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  text-decoration: none;
  color: #212529;
  font-family: Onest, sans-serif;
  font-size: 16px;
}

.document-link img {
  height: 24px;
  opacity: 0.7;
}

.header__contact__left img {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

.header .container {
  padding-bottom: 5px;
}

/* Адаптивные стили */
@media (max-width: 992px) {
  .logistics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .documents-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .logistics-grid {
    margin-bottom: 4px;
  }
}

@media (max-width: 576px) {
  .logistics-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .logistics-title {
    font-size: 28px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .document-link img {
    height: 28px;
  }
  .siti-about-content-row {
    flex-direction: column; /* В одну колонку на планшетах */
    gap: 0;
  }
  .siti-about-section {
    padding-top: 0px;
  }
  .siti-map-embed {
    margin-bottom: 48px;
  }

  .siti-text-heading {
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
  }
  .siti-product-list li {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
}

@media (max-width: 768px) {
  .work-conditions__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .services__cards-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .header__contact__left > a:not(:first-child) {
    display: none;
  }

  .header__contact__left > img:not(:first-child) {
    display: none;
  }

  .contact__phone {
    display: flex;
    align-items: center;
    padding-left: 16px;
  }

  .work-conditions__text {
    padding-bottom: 24px;
  }

  .header__contact__left {
    display: flex;
    align-items: center;
    padding-left: 16px;
  }

  .header.container {
    padding-top: 0px;
  }

  .service-card {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 15px;
    row-gap: 5px;
    align-items: center;
    text-align: left;
    max-height: none;
    padding: 15px;
    width: auto;
  }

  .service-card__img {
    /* No row span needed */
  }

  .service-card__name {
    margin-bottom: 0;
    text-align: left;
  }

  .dostavka__grid__title {
    text-align: left;
    grid-column: 1 / -1; /* Span across all columns */
  }
  .service-card__name {
    margin-top: 0;
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
  .dostavka__grid__title {
    font-family: Onest;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .services__pdf-link {
    padding-top: 20px;
    padding-left: 0;
  }
  .services__pdf-link span {
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
  .hero__btn {
    padding: 18px 20px;
    font-family: Onest;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .hero__btn img {
    display: none;
  }
  .services__pdf-link {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-conditions {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 48px;
  }

  .work-conditions .container {
    padding-bottom: 0px;
  }

  .logistics-department {
    padding-top: 0;
  }

  .logistics-department .container {
    padding-top: 0px;
  }
  .services {
    padding-bottom: 0px;
  }
  .work-conditions__title {
    margin-top: 24px;
  }
  .work-conditions__grid {
    gap: 0;
  }
  .work-conditions__text {
    margin-bottom: 0;
  }
}
.siti-map-embed {
  width: 100%;
  overflow: hidden; /* Скрываем все, что выходит за пределы */
}

.siti-map-iframe {
  width: 100%;
  max-width: 1184px; /* Ограничиваем максимальную ширину на десктопе */
  display: block;
  margin: 0 auto; /* Центрируем карту на больших экранах */
}

@media (max-width: 1200px) {
  .siti-map-iframe {
    max-width: 100%; /* Убираем ограничение на меньших экранах */
  }
}
