/* ===== ОБЩИЕ СТИЛИ ===== */
html,
body {
  overflow-x: hidden !important;
  max-width: 100% !important;
  width: 100% !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
h1.page-title,
h1.page-title span {
  font-size: 36px !important;
  color: #374755 !important;
  margin-bottom: 20px !important;
}
/* ===== FOOTER СТИЛИ ===== */
.footer-grid_container.g2 {
  display: flex !important;
  align-items: flex-start !important;
}

/* Заголовки подвала */
.footer-grid_item-map_container-header,
.footer-grid_item-text_header {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800 !important;
  font-size: 2.7rem !important;
  min-height: 60px !important;
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  color: #ff6b00 !important;
}

.footer-grid_item-map_container-header {
  text-align: left !important;
  justify-content: flex-start !important;
  margin-left: 107px !important;
}

.footer-grid_item-text_header {
  text-align: center !important;
  display: block;
}

.footer-grid_item-text_container {
  margin-right: 10px;
}

.cont-lucram {
  width: 100% !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
}

/* Карта */
.footer-grid_item-map_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}

.footer-grid_item-map_container-map {
  width: 800px !important;
  height: 450px !important;
  margin-left: 98px !important;
  margin-right: auto !important;
}

.footer-grid_item-map_container-map iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
}

/* Текст в подвале */
.footer-grid_item-text_regular,
.footer-grid_item-text_regular_bold {
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px !important;
  margin-left: 10px !important;
  margin-right: 20px !important;
}

/* Кнопка телефона */
.footer-grid_item-call_button_container {
  text-align: center !important;
  margin-bottom: 20px !important;
  width: 100% !important;
}

.footer-grid_item-call_button_header {
  font-family: "Montserrat", sans-serif !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  color: #666 !important;
  margin-bottom: 8px !important;
  width: 100% !important;
  text-align: center !important;
}

.footer-grid_item-call_button {
  font-family: "Montserrat", sans-serif !important;
  background: #ff6b00 !important;
  color: white !important;
  padding: 15px 30px !important;
  border-radius: 8px !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  border: 2px solid #ff6b00 !important;
  margin-top: 10px !important;
}

.footer-grid_item-call_button:hover {
  background: transparent !important;
  color: #ff6b00 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3) !important;
}

/* ===== HEADER СТИЛИ ===== */
.custom-header .header-top {
  padding-bottom: 30px;
}

.custom-header .header-top-content {
  border-bottom: 6px solid #adb5bd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.custom-header .header-main {
  padding-top: 15px;
}

.working-hours {
  font-size: 18px;
}

.home-corner-button {
  color: #ff6b00;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 16px;
  border: 1px solid #ff6b00;
  border-radius: 5px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.home-corner-button:hover {
  background: #ff6b00;
  color: #000000;
}

/* ===== ГЛАВНАЯ СТРАНИЦА ===== */
/* Иконка и текст */
.elementor-element-cde049a .elementor-icon-box-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.elementor-element-cde049a .elementor-icon-box-icon {
  margin-right: 0 !important;
  flex-shrink: 0 !important;
}

.elementor-element-cde049a .elementor-icon {
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.elementor-element-cde049a .elementor-icon svg {
  width: 100% !important;
  height: 100% !important;
}

.elementor-element-cde049a .elementor-icon svg path {
  fill: #ff6b00 !important;
}

.elementor-element-cde049a .elementor-icon-box-title span {
  color: #666666 !important;
  font-size: 1.1em !important;
  font-weight: 500 !important;
}

/* Заголовок */
.hm-cover-heading .elementor-heading-title {
  font-size: 2.5em !important;
  line-height: 1.2 !important;
  color: #000000 !important;
  font-weight: 700 !important;
}

#hmChanger {
  color: #ff6b00 !important;
}

.hm-cover-text-2 p {
  font-size: 1.2em !important;
  line-height: 1.6 !important;
  color: #666666 !important;
  margin-bottom: 25px !important;
}

/* Кнопки */
.buttons-row {
  display: flex !important;
  gap: 20px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  margin-top: 20px !important;
}

.buttons-row .elementor-button {
  height: 52px !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 28px !important;
  box-sizing: border-box !important;
}

.buttons-row .elementor-button-content-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

/* Кнопка оранжевая */
.elementor-element-e5968a8 .elementor-button {
  background-color: #ff6b00 !important;
  color: #000000 !important;
  border: 2px solid #ff6b00 !important;
}

.elementor-element-e5968a8 .elementor-button:hover {
  background-color: transparent !important;
  color: #ff6b00 !important;
}

.elementor-element-e5968a8 .elementor-button-icon svg path {
  fill: #000000 !important;
}

.elementor-element-e5968a8
  .elementor-button:hover
  .elementor-button-icon
  svg
  path {
  fill: #ff6b00 !important;
}

/* Кнопка черная */
.elementor-element-6b98402 .elementor-button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 2px solid #000000 !important;
}

.elementor-element-6b98402 .elementor-button:hover {
  background-color: transparent !important;
  color: #000000 !important;
}

.elementor-element-6b98402 .elementor-button-icon svg path {
  fill: #ffffff !important;
}

.elementor-element-6b98402
  .elementor-button:hover
  .elementor-button-icon
  svg
  path {
  fill: #000000 !important;
}

/* ===== КОНТАКТНАЯ ФОРМА ===== */
.wpcf7-form {
  max-width: 400px !important;
  margin: 0 auto !important;
  background: #666 !important;
  padding: 10px !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(255, 107, 0, 0.3) !important;
}

.form-group {
  margin-bottom: 5px !important;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-number {
  width: 100% !important;
  padding: 8px 15px !important;
  border: 2px solid #333 !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  transition: all 0.3s ease !important;
  background: #7a7a7a !important;
  color: white !important;
  box-sizing: border-box !important;
  font-family: "Montserrat", sans-serif !important;
}

.wpcf7-form-control:focus {
  border-color: #ff6b00 !important;
  background: #555 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1) !important;
}

.wpcf7-form-control.wpcf7-textarea {
  min-height: 80px !important;
  resize: vertical !important;
}

.wpcf7-form-control::placeholder {
  color: white !important;
  font-size: 14px !important;
}

.wpcf7-submit {
  background: #ff6b00 !important;
  color: white !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  margin-top: 5px !important;
  margin-bottom: -20px !important;
  padding: 14px !important;
  font-family: "Montserrat", sans-serif !important;
}

.wpcf7-submit:hover {
  background: #e65c00 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3) !important;
}

/* Поле грузчиков */
.quantity-group {
  margin-bottom: 10px !important;
}

.quantity-wrapper {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px !important;
}

.quantity-label {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  color: white !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  margin: 7vh !important;
  order: 1 !important;
}

.quantity-controls {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 200px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 6px 12px !important;
  border-radius: 25px !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  order: 2 !important;
}

.quantity-controls p,
.quantity-controls br {
  display: none !important;
}

.quantity-btn {
  width: 30px !important;
  height: 30px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #ff6b00 !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  flex-shrink: 0 !important;
}

.quantity-btn:hover {
  background: #e65c00 !important;
  transform: scale(1.1) !important;
}

.quantity-display {
  width: 35px !important;
  height: 35px !important;
  background: white !important;
  color: #333 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  font-weight: bold !important;
  flex-shrink: 0 !important;
}

.quantity-wrapper .wpcf7-form-control.wpcf7-number {
  display: none !important;
}

/* Выбор машины */
.custom-car-select {
  position: relative !important;
  width: 100% !important;
}

.selected-car {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 15px !important;
  border: 2px solid #333 !important;
  border-radius: 12px !important;
  background: #444 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  min-height: 80px !important;
}

.selected-car:hover {
  border-color: #ff6b00 !important;
  background: #111 !important;
}

.car-preview {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  flex-grow: 1 !important;
}

.car-img {
  width: 120px !important;
  height: 70px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

.car-details {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.car-volume,
.car-title,
.car-dimensions {
  color: white !important;
}

.car-volume {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.car-title {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.car-dimensions {
  font-size: 12px !important;
}

.dropdown-arrow {
  color: #111 !important;
  font-size: 24px !important;
  transition: transform 0.3s ease !important;
}

.cars-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background: #111 !important;
  border: 1px solid #333 !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5) !important;
  z-index: 1000 !important;
  margin-top: 5px !important;
  overflow: hidden !important;
}

.car-option {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 12px 15px !important;
  cursor: pointer !important;
  border-bottom: 1px solid #333 !important;
  min-height: 70px !important;
  background: gray !important;
}

.car-option:hover {
  background: #111 !important;
}

.car-option:last-child {
  border-bottom: none !important;
}

/* Валидация формы */
.wpcf7-not-valid {
  border-color: #dc3232 !important;
  background-color: #fff8f8 !important;
  box-shadow: 0 0 0 2px rgba(220, 50, 50, 0.2) !important;
}

.wpcf7-not-valid-tip {
  color: #dc3232 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-top: 5px !important;
  display: block !important;
}

.custom-car-select.wpcf7-not-valid .selected-car {
  border-color: #dc3232 !important;
  background-color: #fff8f8 !important;
}

.quantity-group.wpcf7-not-valid .quantity-controls {
  border-color: #dc3232 !important;
  background-color: #fff8f8 !important;
}

/* ===== СТИЛИ ДЛЯ QUANTITY (ГРУЗЧИКИ) ===== */
.quantity-group {
  margin-bottom: 10px !important;
}

.quantity-wrapper {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 0px !important;
  min-height: auto !important;
  height: auto !important;
}

.quantity-label {
  font-family: "Montserrat", sans-serif !important;
  font-size: 22px !important;
  color: white !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  margin: 5vh !important;
  order: 1 !important;
}

.quantity-controls {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 200px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 7px 15px !important;
  border-radius: 25px !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
  order: 2 !important;
  min-height: auto !important;
  height: auto !important;
}

/* Убираем параграфы и br внутри quantity-controls */
.quantity-controls p {
  display: contents !important;
}

.quantity-controls br {
  display: none !important;
}

/* Гарантируем правильное отображение элементов */
.quantity-controls > *,
.quantity-controls p > * {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
}

.quantity-btn {
  width: 35px !important;
  height: 35px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #ff6b00 !important;
  color: white !important;
  font-size: 20px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  flex-shrink: 0 !important;
}

.quantity-btn:hover {
  background: #e65c00 !important;
  transform: scale(1.1) !important;
}

.quantity-btn:active {
  transform: scale(0.95) !important;
}

.quantity-display {
  width: 40px !important;
  height: 40px !important;
  background: white !important;
  color: #333 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  font-weight: bold !important;
  margin: 0 5px !important;
  flex-shrink: 0 !important;
  line-height: 40px !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

/* Скрываем стандартное поле number */
.quantity-wrapper .wpcf7-form-control.wpcf7-number {
  display: none !important;
}

/* Стили для ошибок валидации в quantity */
.quantity-group.wpcf7-not-valid .quantity-controls {
  border-color: #dc3232 !important;
  background-color: #fff8f8 !important;
}

/* ===== СЕКЦИИ САЙТА ===== */
/* Общие стили секций */
.why-choose-us-section,
.goods-transport-section,
.services-section,
.important-services-section,
.about-us-section,
.category-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section-title {
  text-align: center !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
  color: white !important;
}

.section-subtitle {
  text-align: center !important;
  font-size: 18px !important;
  color: #ccc !important;
  margin-bottom: 60px !important;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Секция авто */
.cars-pricing-section {
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 40px 60px !important;
  background: white !important;
  display: block !important;
  float: none !important;
  clear: both !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

.cars-pricing-section .section-title {
  color: #2d2d2d !important;
}

.cars-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

.car-card {
  background: #1a1a1a !important;
  border-radius: 12px !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
  padding: 25px !important;
  text-align: center !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  border: 2px solid transparent !important;
}

.car-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  border-color: #ff6b00 !important;
}

.car-card-image {
  margin: 20px 0 !important;
}

.car-card-image img {
  width: 100% !important;
  max-width: 280px !important;
  height: 180px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
}

.car-card-pricing {
  margin: 25px 0 !important;
  text-align: left !important;
}

.pricing-item {
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.pricing-item:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.pricing-type {
  font-size: 14px !important;
  color: #666 !important;
  margin-bottom: 5px !important;
}

.pricing-price {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: white !important;
}

.select-car-btn {
  background: #ff6b00 !important;
  color: white !important;
  border: none !important;
  padding: 15px 30px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  width: 100% !important;
}

.select-car-btn:hover {
  background: #e65c00 !important;
}

/* Почему выбирают нас */
.why-choose-us-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important;
  padding: 80px 0 !important;
  color: white !important;
}

.benefits-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 40px !important;
}

.benefit-card {
  display: flex !important;
  align-items: flex-start !important;
  gap: 25px !important;
  padding: 30px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 16px !important;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(255, 107, 0, 0.2) !important;
}

.benefit-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
  border-color: #ff6b00 !important;
}

.benefit-icon {
  font-size: 48px !important;
  flex-shrink: 0 !important;
  width: 80px !important;
  height: 80px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #ff6b00, #e65c00) !important;
  border-radius: 50% !important;
  color: white !important;
}

.benefit-content {
  flex: 1 !important;
}

.benefit-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: white !important;
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
}

.benefit-description {
  font-size: 16px !important;
  color: #ccc !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Виды товаров */
.goods-transport-section {
  padding: 80px 0 !important;
  background: #1a1a1a !important;
  color: white !important;
}

.goods-content {
  display: grid !important;
  grid-template-columns: 2fr 1fr !important;
  gap: 60px !important;
  align-items: start !important;
}

.goods-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 25px !important;
}

.goods-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 20px !important;
  padding: 25px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
  border-left: 4px solid transparent !important;
}

.goods-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-left-color: #ff6b00 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3) !important;
  transform: translateX(5px) !important;
}

.goods-icon {
  font-size: 32px !important;
  flex-shrink: 0 !important;
  width: 60px !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #ff6b00, #e65c00) !important;
  border-radius: 12px !important;
  color: white !important;
}

.goods-text p:first-child {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: white !important;
  margin-bottom: 8px !important;
  line-height: 1.3 !important;
}

.goods-text p {
  font-size: 14px !important;
  color: #ccc !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.goods-cta {
  position: sticky !important;
  top: 20px !important;
}

.cta-box {
  background: linear-gradient(135deg, #ff6b00, #e65c00) !important;
  color: white !important;
  padding: 40px 30px !important;
  border-radius: 16px !important;
  text-align: center !important;
  box-shadow: 0 10px 30px rgba(255, 107, 0, 0.3) !important;
}

.cta-button {
  display: inline-block !important;
  background: white !important;
  color: #ff6b00 !important;
  padding: 15px 30px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border: 2px solid transparent !important;
}

.cta-button:hover {
  background: transparent !important;
  color: white !important;
  border-color: white !important;
  transform: translateY(-2px) !important;
}

/* Услуги */
.services-section {
  padding: 80px 0 !important;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important;
  color: white !important;
}

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

.service-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  border: 1px solid rgba(255, 107, 0, 0.2) !important;
}

.service-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
  border-color: #ff6b00 !important;
}

.service-image {
  position: relative !important;
  height: 200px !important;
  overflow: hidden !important;
}

.service-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.service-card:hover .service-image img {
  transform: scale(1.05) !important;
}

.service-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.6) 100%
  ) !important;
}

.service-content {
  padding: 30px !important;
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.service-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: white !important;
  margin-bottom: 15px !important;
  line-height: 1.3 !important;
}

.service-description {
  font-size: 16px !important;
  color: #ccc !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
  flex-grow: 1 !important;
}

.service-features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 25px 0 !important;
}

.service-features li {
  position: relative !important;
  padding-left: 25px !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
  color: #ccc !important;
  line-height: 1.4 !important;
}

.service-features li:before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  color: #ff6b00 !important;
  font-weight: bold !important;
}

.service-button {
  display: inline-block !important;
  background: #ff6b00 !important;
  color: white !important;
  padding: 12px 25px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  border: 2px solid #ff6b00 !important;
  margin-top: auto !important;
}

.service-button:hover {
  background: transparent !important;
  color: #ff6b00 !important;
  transform: translateY(-2px) !important;
}

/* Важные услуги */
.important-services-section {
  padding: 80px 0 !important;
  background: #1a1a1a !important;
  color: white !important;
}

.service-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 20px !important;
  padding: 30px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 16px !important;
  transition: all 0.3s ease !important;
  border: 2px solid transparent !important;
  position: relative !important;
  overflow: hidden !important;
}

.service-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #ff6b00 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-5px) !important;
}

.service-item:before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 4px !important;
  height: 100% !important;
  background: linear-gradient(135deg, #ff6b00, #e65c00) !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.service-item:hover:before {
  opacity: 1 !important;
}

.service-icon {
  font-size: 40px !important;
  flex-shrink: 0 !important;
  width: 70px !important;
  height: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #ff6b00, #e65c00) !important;
  border-radius: 50% !important;
  color: white !important;
  transition: transform 0.3s ease !important;
}

.service-item:hover .service-icon {
  transform: scale(1.1) !important;
}

.service-name {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: white !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

/* О нас */
.about-us-section {
  padding: 80px 0 !important;
  background: #1a1a1a !important;
  color: white !important;
}

.about-content {
  display: grid !important;
  grid-template-columns: 2fr 1fr !important;
  gap: 60px !important;
  align-items: start !important;
}

.about-text {
  padding-right: 40px !important;
}

.about-description {
  font-size: 18px !important;
  line-height: 1.6 !important;
  margin-bottom: 40px !important;
  opacity: 0.9 !important;
}

.differentiators {
  margin-bottom: 40px !important;
}

.differentiators-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  color: white !important;
}

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

.feature-item {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  padding: 15px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.3s ease !important;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: translateX(5px) !important;
}

.feature-icon {
  font-size: 20px !important;
  flex-shrink: 0 !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px !important;
}

.feature-text {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.mission {
  padding: 30px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mission-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  color: white !important;
}

.mission-text {
  font-size: 16px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  opacity: 0.9 !important;
}

.about-stats {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 25px !important;
}

.stat-card {
  text-align: center !important;
  padding: 30px 20px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  transition: all 0.3s ease !important;
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  transform: translateY(-5px) !important;
}

.stat-number {
  font-size: 42px !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg, #fff, #ffe6cc) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.stat-label {
  font-size: 14px !important;
  font-weight: 600 !important;
  opacity: 0.9 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* ===== БЛОГ ===== */
.category-page {
  min-height: 100vh !important;
  background: #1a1a1a !important;
}

.category-header {
  background: linear-gradient(135deg, #333333 0%, #000000 100%) !important;
  color: #ffffff !important;
  padding: 40px 0 !important;
  margin: -40px 0 40px 0 !important;
  border-bottom: 3px solid #ff6b00 !important;
}

.category-title {
  font-size: 2em !important;
  margin-bottom: 15px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.category-description {
  font-size: 1.1em !important;
  opacity: 0.9 !important;
  max-width: 600px !important;
  line-height: 1.6 !important;
  color: #cccccc !important;
}

.category-meta {
  margin-top: 15px !important;
}

.post-count {
  background: rgba(255, 107, 0, 0.2) !important;
  color: #ff6b00 !important;
  padding: 4px 12px !important;
  border-radius: 20px !important;
  font-size: 0.85em !important;
  border: 1px solid #ff6b00 !important;
}

.posts-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)) !important;
  gap: 30px !important;
  margin-bottom: 50px !important;
}

.post-card {
  background: #2d2d2d !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease !important;
  border: 1px solid #404040 !important;
}

.post-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 25px rgba(255, 107, 0, 0.2) !important;
  border-color: #ff6b00 !important;
}

.post-thumbnail {
  position: relative !important;
  overflow: hidden !important;
  height: 200px !important;
}

.post-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.post-card:hover .post-thumbnail img {
  transform: scale(1.05) !important;
}

.thumbnail-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.7) 100%
  ) !important;
}

.post-content {
  padding: 20px !important;
}

.post-category a {
  background: #111 !important;
  color: #000000 !important;
  padding: 3px 10px !important;
  border-radius: 5px !important;
  font-size: 0.75em !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}

.post-title {
  margin: 12px 0 !important;
  line-height: 1.3 !important;
}

.post-title a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 1.1em !important;
  font-weight: 600 !important;
}

.post-title a:hover {
  color: #ff6b00 !important;
}

.post-excerpt {
  color: #aaaaaa !important;
  line-height: 1.5 !important;
  margin-bottom: 15px !important;
  font-size: 0.9em !important;
}

.post h1 {
  display: none !important;
}

.post-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 15px !important;
}

.post-date {
  color: #888888 !important;
  font-size: 0.85em !important;
}

.read-more {
  color: #ff6b00 !important;
  padding: 6px 12px !important;
  border-radius: 5px !important;
  transition: all 0.3s ease !important;
  background: rgba(255, 107, 0, 0.1) !important;
  font-size: 0.85em !important;
  text-decoration: none !important;
}

.read-more:hover {
  background: #ff6b00 !important;
  color: #000000 !important;
}

/* ===== FOOTER ФИНАЛЬНЫЙ ===== */
.bm-footer {
  background: #1a1a1a !important;
  color: white !important;
  font-family: "Montserrat", sans-serif !important;
}

.bm-footer-content {
  padding: 60px 0 40px !important;
}

.bm-footer-layout {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px !important;
  align-items: center !important;
}

.bm-map-section {
  display: flex !important;
  justify-content: center !important;
}

.bm-map-square {
  width: 400px !important;
  height: 400px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.bm-map-square iframe {
  width: 100% !important;
  height: 100% !important;
  filter: grayscale(50%) contrast(110%) !important;
}

.bm-contact-section {
  padding-left: 20px !important;
}

.bm-footer-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
  color: white !important;
  text-align: left !important;
}

.bm-contact-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 25px !important;
}

.bm-contact-item {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

.bm-contact-icon {
  font-size: 24px !important;
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 107, 0, 0.2) !important;
  border-radius: 10px !important;
  flex-shrink: 0 !important;
}

.bm-contact-text {
  font-size: 18px !important;
}

.bm-contact-text a {
  color: white !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.bm-contact-text a:hover {
  color: #ff6b00 !important;
}

.bm-phone-link {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #ff6b00 !important;
}

.bm-phone-link:hover {
  color: #e65c00 !important;
}

.bm-footer-bottom {
  background: #0d0d0d !important;
  padding: 25px 0 !important;
  border-top: 1px solid rgba(255, 107, 0, 0.3) !important;
}

.bm-footer-bottom-content {
  text-align: center !important;
}

.bm-copyright {
  font-size: 14px !important;
  color: #999 !important;
}

/* Минимальный футер */
footer {
  background: #1a1a1a !important;
  color: #888 !important;
  padding: 30px 0 !important;
  text-align: center !important;
  //margin-top: -60px !important;
  border-top: 1px solid #333 !important;
}

footer p {
  margin-top: 0 !important;
  font-size: 20px !important;
}

/* 
 * Стили для контента статей Busmarfar.md
 * Автоматическое форматирование Markdown-подобного текста
 */

/* Контейнер контента */
.busmarfar-article .entry-content,
.busmarfar-article .post-content {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
  font-size: 18px;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

/* Заголовки ## в статьях - преобразуем в H2 */
.busmarfar-article .entry-content h2,
.busmarfar-article .post-content h2,
.busmarfar-article .entry-content strong:first-child, /* Заголовки выделенные жирным */
.busmarfar-article .post-content strong:first-child {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ff6b00;
  border-left: 4px solid #ff6b00;
  padding-left: 15px;
  margin: 2.5em 0 1em;
  line-height: 1.3;
  display: block; /* Если заголовок внутри strong */
}

/* Специальные стили для текста заголовков с ## */
.busmarfar-article .entry-content p:has(> strong:first-child),
.busmarfar-article .post-content p:has(> strong:first-child) {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ff6b00;
  border-left: 4px solid #ff6b00;
  padding-left: 15px;
  margin: 2.5em 0 1em;
  line-height: 1.3;
}

/* Параграфы */
.busmarfar-article .entry-content p,
.busmarfar-article .post-content p {
  margin-bottom: 1.5em;
  text-align: justify;
}

/* Нумерованные списки (1., 2., 3.) */
.busmarfar-article .entry-content p:has(> strong:first-child:contains("1.")),
.busmarfar-article .post-content p:has(> strong:first-child:contains("1.")) {
  font-weight: normal;
  color: #333;
  border-left: none;
  padding-left: 0;
  margin: 1em 0 0.5em;
  position: relative;
  padding-left: 30px;
}

.busmarfar-article
  .entry-content
  p:has(> strong:first-child:contains("1."))::before,
.busmarfar-article
  .post-content
  p:has(> strong:first-child:contains("1."))::before {
  content: "1.";
  position: absolute;
  left: 0;
  color: #ff6b00;
  font-weight: bold;
  font-size: 1.2em;
}

/* Создаем нумерованный список */
.busmarfar-article
  .entry-content
  p:nth-of-type(n + 3):has(> strong:first-child:contains("2.")),
.busmarfar-article
  .post-content
  p:nth-of-type(n + 3):has(> strong:first-child:contains("2.")) {
  padding-left: 30px;
  position: relative;
  margin: 0.5em 0;
}

.busmarfar-article
  .entry-content
  p:nth-of-type(n + 3):has(> strong:first-child:contains("2."))::before,
.busmarfar-article
  .post-content
  p:nth-of-type(n + 3):has(> strong:first-child:contains("2."))::before {
  content: "2.";
  position: absolute;
  left: 0;
  color: #ff6b00;
  font-weight: bold;
}

/* И так далее для 3., 4., 5. */

/* Элементы списка с точками (•) */
.busmarfar-article .entry-content p:contains("•"),
.busmarfar-article .post-content p:contains("•") {
  padding-left: 30px;
  position: relative;
  margin: 0.5em 0;
}

.busmarfar-article .entry-content p:contains("•")::before,
.busmarfar-article .post-content p:contains("•")::before {
  content: "•";
  position: absolute;
  left: 15px;
  color: #ff6b00;
  font-weight: bold;
  font-size: 1.2em;
}

/* Адаптивность */
@media (max-width: 1040px) {
  .goods-content {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 768px) {
  .busmarfar-article .entry-content,
  .busmarfar-article .post-content {
    font-size: 16px;
    padding: 0 15px;
  }

  .busmarfar-article .entry-content h2,
  .busmarfar-article .post-content h2 {
    font-size: 24px;
  }
}

/* --- АДАПТАЦИЯ --- */

.mobile-header {
  display: none;
}

.mobile-menu,
.mobile-menu-overlay {
  display: none;
}
@media (max-width: 1550px) {
  .footer-grid_container.g2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-grid_item-map_container {
    align-items: center !important;
    width: 100%;
  }
  .footer-grid_item-map_container-header {
    margin-left: 0 !important;
  }
  .footer-grid_item-map_container-map {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer-grid_item-text_regular {
    text-align: center !important;
  }
}

/* Показываем мобильную шапку при узком экране */

@media (max-width: 1600px) {
  .custom-header {
    display: none !important;
  }
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #dee2e6;
  }

  .mobile-header .mh-logo img {
    width: 150px;
    height: auto;
    margin-left: -10px;
  }

  .mh-call-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
  }

  .mh-call-btn .btn-icon {
    width: 16px;
    height: 16px;
  }

  .mobile-header .mh-call-btn {
    background-color: #007bff;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  .mobile-header .mh-burger {
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  .mobile-header .mh-burger span {
    display: block;
    height: 3px;
    background: #333;
    border-radius: 2px;
  }

  /* Меню + оверлей */
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 999;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: -75%;
    width: 75%;
    max-width: 320px;
    height: 100%;
    background: #ffffff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: transform 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .mobile-menu.open {
    transform: translateX(75%);
  }
  .mobile-menu-overlay.open {
    opacity: 1;
    visibility: visible;
  }

  /* Содержимое меню */
  .mobile-menu .mm-logo {
    text-align: center;
    padding: 20px 0;
  }
  .mobile-menu .mm-logo img {
    max-height: 60px;
    width: auto;
  }
  .mobile-menu .mm-nav {
    flex-grow: 1;
    padding: 0 15px;
  }
  .mobile-menu .mm-nav .mm-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu .mm-nav .mm-menu li {
    margin-bottom: 10px;
  }
  .mobile-menu .mm-nav .mm-menu li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    display: block;
    padding: 10px 0;
  }
  .mobile-menu .mm-extra-links {
    padding: 15px;
    border-top: 1px solid #e0e0e0;
  }
  .mobile-menu .mm-extra-links a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    font-size: 18px;
  }

  .mobile-menu .mm-bottom {
    padding: 15px;
  }
  .mobile-menu .mm-bottom .mm-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }
  .mobile-menu .mm-bottom a {
    text-decoration: none;
    color: white;
    text-align: center;
    flex: 1;
    padding: 10px 0;
    border-radius: 6px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }
  .mobile-menu .mm-bottom .mm-whatsapp {
    background-color: #25d366;
  }
  .mobile-menu .mm-bottom .mm-viber {
    background-color: #7360f2;
  }
  .mobile-menu .mm-bottom .mm-call {
    background-color: #007bff;
    margin-top: 5px;
  }
}

/* Затемнение за меню */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 998;
}

/* Активное состояние — показываем */
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Контейнер меню */
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 75%; /* меню занимает 75% экрана */
  max-width: 300px; /* можно ограничить */
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: 0.35s ease;
  z-index: 999;
  overflow-y: auto;
  padding: 20px;
}

/* Активное состояние — выезжает */
.mobile-menu.active {
  transform: translateX(0);
}

/* Чтобы тело не скролилось при открытом меню */
body.menu-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  /* Стрелки для мобильного меню */
  .mm-menu a[href*="category"]::after {
    content: "▼";
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    vertical-align: text-bottom;
    position: relative;
    top: 0;
    line-height: 1;
  }
}

/* Оверлей справа от меню */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; /* затемняет ВСЮ область */
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900; /* ниже меню, выше страницы */
  display: none;
}

/* Показываем, когда меню открыто */
.mobile-menu-overlay.active {
  display: block;
}

.mm-bottom {
  display: flex;
  flex-direction: column; /* чтобы верхняя строка и кнопка были вертикально */
  align-items: center; /* горизонтальное центрирование */
  gap: 10px; /* отступ между верхней строкой и кнопкой */
}

.mm-row {
  display: flex;
  gap: 10px; /* расстояние между WhatsApp и Viber */
}

.mm-call {
  text-align: center; /* на всякий случай */
}

.mm-row {
  display: flex;
  justify-content: center; /* центрируем иконки по горизонтали */
  gap: 20px; /* расстояние между WhatsApp и Viber */
}

.mm-call {
  display: block;
  margin-top: 10px; /* чуть отступ сверху */
  text-align: center;
}

.mm-whatsapp,
.mm-viber {
  display: flex; /* чтобы иконка была по центру */
  justify-content: center; /* горизонтально */
  align-items: center; /* вертикально */
  width: 50px; /* квадратная кнопка, можно подправить */
  height: 50px;
  background-color: #25d366; /* фон для WhatsApp */
  border-radius: 8px; /* скругление углов, как на ПК */
  color: white; /* цвет иконки */
  text-decoration: none;
}

.mm-viber {
  background-color: #7360f2; /* фон для Viber */
}

/* SVG внутри кнопок */
.mm-whatsapp svg,
.mm-viber svg {
  width: 24px;
  height: 24px;
}

.mm-call {
  display: inline-flex; /* чтобы текст был по центру */
  justify-content: center; /* горизонтально */
  align-items: center; /* вертикально */
  min-width: 160px !important; /* минимальная ширина, подкорректируешь по вкусу */
  background-color: #0077cc; /* цвет фона */
  color: white; /* цвет текста */
  border-radius: 8px; /* скругление */
  text-decoration: none; /* убираем подчеркивание */
  font-weight: 500; /* чуть жирнее текст */
  text-align: center;
}

/* Только для мобильных экранов */
@media (max-width: 1600px) {
  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  /* Отодвигаем контент, чтобы не налезал под шапку */
  body {
    padding-top: 60px; /* подстрой под реальную высоту шапки */
  }
}

/* Фиксированная мобильная шапка */
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* шапка */
  background-color: #fff;
}

/* Мобильное меню (выпадающее) */
.mobile-menu {
  position: fixed;
  top: 0; /* начинается сверху, чтобы накрывать шапку */
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; /* выше шапки */
  background-color: #fff;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .cars-grid {
    display: grid !important;
    grid-template-columns: 1fr !important; /* одна колонка */
    gap: 25px; /* отступ между карточками */
  }

  .car-card {
    //width: 350px !important;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .cars-pricing-section {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .benefits-grid {
    display: grid !important;
    grid-template-columns: 1fr !important; /* одна колонка */
    gap: 20px; /* расстояние между карточками */
    padding: 0 15px; /* отступы слева и справа */
  }

  .benefit-card {
    text-align: center; /* чтобы иконки и текст были по центру */
    flex-direction: column;
    align-items: center !important;
  }

  .benefit-icon {
    font-size: 36px; /* чуть побольше иконки для мобильных */
    margin-bottom: 10px;
  }

  .benefit-title {
    font-size: 18px; /* заголовок чуть меньше на телефоне */
    margin-bottom: 6px;
  }

  .benefit-description {
    font-size: 14px; /* текст поменьше */
  }
}

/* Мобильная версия */
@media (max-width: 768px) {
  .goods-content {
    display: flex;
    flex-direction: column; /* Столбиком */
  }

  .goods-cta {
    width: 100%; /* На всю ширину родителя */
    margin-top: 20px; /* Отступ сверху */
    text-align: center; /* Текст по центру */
  }

  .goods-cta .cta-box {
    display: inline-block; /* чтобы блок не растягивался лишне */
    padding: 15px 20px;
    background: #f2f2f2; /* или любой цвет */
    border-radius: 10px;
  }

  .goods-cta .cta-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
}

/* Скрыть CTA-бокс на мобилках */
@media (max-width: 768px) {
  .goods-cta {
    display: none;
  }
}

@media (max-width: 768px) {
  /* Секция */
  .goods-transport-section {
    padding: 30px 15px;
  }

  .goods-header {
    text-align: center;
    margin-bottom: 25px;
  }

  .section-title {
    font-size: 22px !important;
  }

  .section-subtitle {
    font-size: 14px;
  }

  /* Список карточек */
  .goods-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center; /* Центрируем карточки горизонтально */
  }

  .goods-item {
    display: flex;
    flex-direction: row; /* иконка слева, текст справа */
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    width: 100%; /* пусть карточка занимает всю ширину родителя */
    //max-width: 350px; /* но не шире, чем 350px */
    box-sizing: border-box;
  }

  .goods-icon {
    font-size: 30px;
    margin-right: 12px;
    flex-shrink: 0;
  }

  .goods-text h3 {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .goods-text p {
    font-size: 13px;
  }

  /* Скрываем CTA на мобильных */
  .goods-cta {
    display: none;
  }
}
@media (max-width: 1200px) {
  .service-item {
    flex-direction: column;
    align-items: center !important;
  }
  .service-content {
    padding: 0 !important;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .services-section {
    padding: 30px 15px;
  }

  .services-section .section-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }

  .services-section .section-subtitle {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
  }

  /* Переключаем сетку на колонку */
  .services-grid {
    display: flex !important; /* обязательно, чтобы отменить grid */
    flex-direction: column;
    gap: 20px;
    align-items: center; /* центрируем карточки по горизонтали */
  }

  .service-card {
    width: 100%;
    //max-width: 450px; /* ограничиваем ширину карточки */
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .service-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px 10px 0 0;
  }

  .service-content {
    padding: 15px;
  }

  .service-title {
    font-size: 18px;
    margin-bottom: 8px;
    text-align: center;
  }

  .service-description {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
  }

  .service-features {
    padding-left: 20px !important;
    margin-bottom: 12px !important;
    font-size: 13px;
  }

  .service-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .important-services-section {
    padding: 10px 15px;
  }

  .important-services-section .section-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  /* Переключаем сетку на колонку */
  .important-services-section .services-grid {
    display: flex !important; /* отменяем grid, если он был */
    flex-direction: column;
    gap: 5px;
    align-items: center; /* центрируем карточки по горизонтали */
  }

  .important-services-section .service-item {
    display: flex;
    flex-direction: row; /* иконка слева, текст справа */
    align-items: flex-start;
    width: 100%;
    //max-width: 350px; /* ограничиваем ширину карточки */
    padding: 10px 10px;
    border-radius: 8px;
    box-sizing: border-box;
    background: #f8f8f8;
  }

  .important-services-section .service-icon {
    font-size: 28px;
    margin-right: 12px;
    flex-shrink: 0;
  }

  .important-services-section .service-content {
    display: flex;
    flex-direction: column;
  }

  .important-services-section .service-name {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .important-services-section .service-description {
    font-size: 13px;
    color: #555;
  }
}

@media (max-width: 768px) {
  .important-services-section .service-item {
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
  }

  .important-services-section .service-icon {
    font-size: 40px !important;
  }

  .important-services-section .service-name {
    font-size: 14px; /* чуть меньше заголовок */
    margin-bottom: px;
  }

  .important-services-section .service-description {
    font-size: 12px; /* текст компактнее */
  }

  .about-content {
    grid-template-columns: 1fr !important;
  }
  .about-text {
    padding-right: 0px !important;
  }
}
@media (max-width: 360px) {
  .features-grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 768px) {
  /* Основной контейнер футера */
  .footer-grid_container.g2 {
    display: flex !important;
    flex-direction: column !important; /* все блоки вертикально */
    align-items: center !important;
    gap: 15px;
    padding: 20px 15px;
  }

  /* Lucram 24/7 */
  .cont-lucram {
    order: 1 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 10px;
    font-size: 20px !important;
    font-weight: 700 !important;
  }

  /* Call center текст */
  .footer-grid_item-call_button_header {
    order: 2 !important;
    font-size: 16px !important;
    text-align: center !important;
    margin-bottom: 5px !important;
    width: 100% !important;
  }

  /* Кнопка звонка */
  .footer-grid_item-call_button {
    order: 3 !important;
    font-size: 18px !important;
    padding: 10px 20px !important;
    display: block !important;
    margin: 0 auto 15px auto !important;
  }

  /* Тексты regular и bold */
  .footer-grid_item-text_regular {
    order: 4 !important;
    font-size: 14px !important;
    text-align: center !important;
    margin: 5px 10px !important;
  }

  .footer-grid_item-text_regular_bold {
    order: 5 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 5px 10px !important;
  }

  /* Map header */
  .footer-grid_item-map_container-header {
    order: 6 !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: 10px 0 !important;
  }

  /* Карта */
  .footer-grid_item-map_container-map {
    order: 7 !important;
    width: 100% !important;
    //max-width: 350px !important;
    height: 200px !important;
    margin: 0 auto !important;
  }

  .footer-grid_item-map_container-map iframe {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  /* Основной контейнер футера */
  .footer-grid_container.g2 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px;
    padding: 20px 15px;
  }

  /* Блок Lucram 24/7 */
  .cont-lucram {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
  }

  /* Call center текст и кнопка в один блок */
  .footer-grid_item-call_button_container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }

  /* Текст call center */
  .footer-grid_item-call_button_header {
    font-size: 16px !important;
    margin-bottom: 5px !important;
    text-align: center !important;
  }

  /* Кнопка звонка */
  .footer-grid_item-call_button {
    font-size: 18px !important;
    padding: 10px 20px !important;
    margin: 0 auto !important;
  }

  /* Тексты regular и bold */
  .footer-grid_item-text_regular,
  .footer-grid_item-text_regular_bold {
    font-size: 14px !important;
    text-align: center !important;
    margin: 5px 10px !important;
  }

  /* Map header */
  .footer-grid_item-map_container-header {
    font-size: 18px !important;
    text-align: center !important;
    margin: 10px 0 !important;
  }

  /* Карта */
  .footer-grid_item-map_container-map {
    width: 100% !important;
    height: 200px !important;
    margin: 0 auto !important;
  }

  .footer-grid_item-map_container-map iframe {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
  }
  .copyright-footer p {
    font-size: 14px !important;
  }
}

/* --- АДАПТАЦИЯ ДЛЯ ПЛАНШЕТОВ --- */
@media (min-width: 769px) and (max-width: 1024px) {
  /* Скрываем мобильную шапку и показываем обычную */
  .custom-header {
    //display: flex !important;
  }
  .mobile-header {
    //display: none !important;
  }

  /* Сетки карточек — услуги, товары и т.п. */
  .cars-grid,
  .benefits-grid,
  .services-grid,
  .important-services-section .services-grid,
  .goods-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); /* две колонки */
    gap: 20px;
  }

  /* Контент карточек под планшет */
  .benefit-card,
  .service-card,
  .goods-item,
  .important-services-section .service-item {
    //max-width: 450px; /* чуть больше чем на мобилках */
    padding: 15px;
  }

  .benefit-icon {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .benefit-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .benefit-description {
    font-size: 15px;
  }

  /* Goods CTA */
  .goods-cta {
    display: flex !important;
    justify-content: center;
    margin-top: 25px;
  }

  .goods-cta .cta-box {
    padding: 18px 25px;
    font-size: 15px;
  }

  .goods-cta .cta-button {
    padding: 12px 25px;
    font-size: 15px;
  }

  /* Footer адаптация */
  .footer-grid_container.g2 {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 30px;
  }

  .cont-lucram {
    order: 1 !important;
    font-size: 22px !important;
    width: auto !important;
  }

  .footer-grid_item-call_button_container {
    order: 2 !important;
    flex-direction: row;
    gap: 15px;
    width: auto !important;
  }

  .footer-grid_item-call_button_header {
    font-size: 18px !important;
    margin-bottom: 0 !important;
    text-align: left;
  }

  .footer-grid_item-call_button {
    font-size: 18px !important;
    padding: 10px 25px !important;
  }

  .footer-grid_item-text_regular,
  .footer-grid_item-text_regular_bold {
    font-size: 15px !important;
    //text-align: left !important;
  }

  .footer-grid_item-map_container-header {
    font-size: 20px !important;
    text-align: left !important;
  }

  .footer-grid_item-map_container-map {
    width: 100% !important;
    //max-width: 450px !important;
    height: 250px !important;
    margin: 0;
  }

  .footer-grid_item-map_container-map iframe {
    width: 100% !important;
    height: 100% !important;
  }
}

/* =========================================== */
/* ИЗОЛИРУЮЩИЕ СТИЛИ - БЛОКИРУЮТ ВЛИЯНИЕ WORDPRESS */
/* =========================================== */

/* Главный изолирующий контейнер */
#busmarfar-vacuum-page:not(.custom-post-table):not(.custom-post-table *),
#busmarfar-vacuum-page *:not(.custom-post-table):not(.custom-post-table *),
#busmarfar-vacuum-page
  *::before:not(.custom-post-table):not(.custom-post-table *),
#busmarfar-vacuum-page
  *::after:not(.custom-post-table):not(.custom-post-table *) {
  all: unset !important;
  box-sizing: border-box !important;
  font-family: "Roboto", sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 100% !important;
  line-height: 1 !important;
  vertical-align: baseline !important;
  background: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
  list-style: none !important;
}

/* Восстанавливаем display для основных элементов */
#busmarfar-vacuum-page {
  display: block !important;
  font-family: "Roboto", sans-serif !important;
  background: white !important;
  width: 100% !important;
  min-height: 100vh !important;
}

#busmarfar-vacuum-page div,
#busmarfar-vacuum-page section,
#busmarfar-vacuum-page article,
#busmarfar-vacuum-page header,
#busmarfar-vacuum-page footer,
#busmarfar-vacuum-page main {
  display: block !important;
}

#busmarfar-vacuum-page h1,
#busmarfar-vacuum-page h2,
#busmarfar-vacuum-page h3,
#busmarfar-vacuum-page h4,
#busmarfar-vacuum-page h5,
#busmarfar-vacuum-page h6 {
  display: block !important;
  font-weight: bold !important;
}

#busmarfar-vacuum-page p {
  display: block !important;
  margin-bottom: 1em !important;
}

#busmarfar-vacuum-page a {
  display: inline !important;
  cursor: pointer !important;
  color: inherit !important;
}

#busmarfar-vacuum-page ul,
#busmarfar-vacuum-page ol {
  display: block !important;
  list-style-position: inside !important;
  margin: 1em 0 !important;
  padding-left: 40px !important;
}

#busmarfar-vacuum-page li {
  display: list-item !important;
}

#busmarfar-vacuum-page b {
  font-weight: 700 !important;
}
/* =========================================== */
/* ВАШИ ОРИГИНАЛЬНЫЕ СТИЛИ С ПРЕФИКСОМ */
/* =========================================== */

#busmarfar-vacuum-page .page-description-p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
  font-size: 24px !important;
  color: #374755 !important;
  text-align: center !important;
}

#busmarfar-vacuum-page .page-title {
  font-size: 36px !important;
  text-align: center !important;
  color: #374755 !important;
  margin-bottom: 20px !important;
}

#busmarfar-vacuum-page .main-h2,
#busmarfar-vacuum-page .page-description-h2 {
  font-size: 28px !important;
  margin-left: 30px !important;
  color: #374755 !important;
  font-weight: 900 !important;
  position: relative !important;
  padding-bottom: 20px !important;
}
#busmarfar-vacuum-page .page-description-h2 {
  text-align: center !important;
  margin-left: 0px !important;
}
#busmarfar-vacuum-page .main-h2::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 10px !important;
  background: #ff7b00 !important;
  border-radius: 4px !important;
}

#busmarfar-vacuum-page .parent-cont {
  display: grid !important;
  grid-template-areas:
    "top top"
    "left right" !important;
  grid-template-columns: 30% 70% !important;
  grid-template-rows: auto auto !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  gap: 20px !important;
  padding: 20px !important;
  margin-top: -20px !important;
}

#busmarfar-vacuum-page .top-cont {
  grid-area: top !important;
  //padding: 20px !important;
}

#busmarfar-vacuum-page .right-cont {
  grid-area: right !important;
  padding: 20px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  border: 1px solid #dddddd !important;
  background-color: #fdfdfd !important;
}

#busmarfar-vacuum-page .left-cont {
  grid-area: left !important;
  //padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

#busmarfar-vacuum-page .support {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  height: auto !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  border: 1px solid #dddddd !important;
  background-color: #fdfdfd !important;
  max-width: 380px !important;
  padding-bottom: 10px !important;
}
#busmarfar-vacuum-page .support .card-text {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#busmarfar-vacuum-page .main-list {
  list-style: none !important;
  counter-reset: item !important;
  margin-left: 0 !important;
}

#busmarfar-vacuum-page .main-list > li {
  counter-increment: item !important;
  margin-bottom: 25px !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #374755 !important;
  position: relative !important;
  min-height: 40px !important;
}
#busmarfar-vacuum-page ol.main-list > li::before {
  content: counter(list-item) ". " !important;
}
#busmarfar-vacuum-page .sub-list {
  list-style: none !important;
  margin-top: 10px !important;
}

#busmarfar-vacuum-page .sub-list li {
  font-family: "Roboto", sans-serif !important;
  position: relative !important;
  padding-left: 20px !important;
  margin-bottom: 8px !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #374755 !important;
  line-height: 1.5 !important;
}

#busmarfar-vacuum-page .sub-list li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  font-size: 32px !important;
  color: #ff7b00 !important;
  line-height: 0.8 !important;
  top: 4px !important;
}

#busmarfar-vacuum-page .advantages-title {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  padding-bottom: 20px !important;
}

#busmarfar-vacuum-page .advantage-item {
  margin-bottom: 15px !important;
  padding-bottom: 5px !important;
  margin-left: 40px !important;
}

#busmarfar-vacuum-page .advantage-heading {
  font-family: "Roboto", sans-serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #374755 !important;
  line-height: 1.3 !important;
  margin-bottom: 5px !important;
}

#busmarfar-vacuum-page .advantage-text {
  font-family: "Roboto", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #374755 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}

#busmarfar-vacuum-page .card-sup-h1 {
  text-align: center !important;
  color: #374755 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 30px !important;
  margin-top: 10px !important;
  font-weight: bold !important;
}

#busmarfar-vacuum-page .card-img {
  margin-top: 0px !important;
}

#busmarfar-vacuum-page .card-img img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
}

#busmarfar-vacuum-page .card-text {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  color: #374755 !important;
  font-size: 22px !important;
  text-align: center !important;
}

#busmarfar-vacuum-page .phone-button-page {
  display: flex !important;
  background-color: #ff7b00 !important;
  width: 60% !important;
  min-width: 160px !important;
  justify-content: center !important;
  height: 60px !important;
  border: 2px solid #b95900 !important;
  border-radius: 30px !important;
  transition: background-color 0.3s ease !important;
}

#busmarfar-vacuum-page .phone-button-page a {
  color: #2b3742 !important;
  text-decoration: none !important;
  margin: auto !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  column-gap: 10px !important;
}

#busmarfar-vacuum-page .phone-button-page:hover {
  background-color: antiquewhite !important;
  box-shadow: 0 10px 25px rgba(255, 123, 0, 0.6) !important;
}
#busmarfar-vacuum-page .phone-button-page img {
  width: 30px !important;
  height: 30px !important;
}

#busmarfar-vacuum-page .category-list {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  border-radius: 8px !important;
  border: 1px solid #dddddd !important;
  background-color: #fdfdfd !important;
  max-width: 380px !important;
  width: 100% !important;
  margin-top: 40px !important;
}

#busmarfar-vacuum-page .category-box {
  display: flex !important;
  max-width: 380px !important;
  width: 100% !important;
  height: 60px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;

  align-items: center !important;
  border-radius: 8px !important;
}

#busmarfar-vacuum-page .category-box:hover {
  background-color: antiquewhite !important;
  color: #ff7b00 !important;
  font-weight: 600 !important;
}

#busmarfar-vacuum-page .category-box:hover a {
  font-weight: 600 !important;
  color: #ff7b00 !important;
}

#busmarfar-vacuum-page .category-btn {
  text-decoration: none !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  color: #374755 !important;
  max-width: 380px !important;
  border-radius: 8px !important;
  transition: background-color 0.4s ease !important;
}

#busmarfar-vacuum-page .line-orange-category {
  background-color: #ff7b00 !important;
  max-width: 380px !important;
  width: 100% !important;
  height: 20px !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#busmarfar-vacuum-page .line-orange-sup {
  background-color: #ff7b00 !important;
  max-width: 380px !important;
  height: 20px !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#busmarfar-vacuum-page .fixed-phone-btn {
  position: fixed !important;
  right: 25px !important;
  bottom: 25px !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, #ff7b00, #ff5500) !important;
  color: white !important;
  padding: 15px 25px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  box-shadow: 0 6px 20px rgba(255, 123, 0, 0.4) !important;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

#busmarfar-vacuum-page .phone-icon {
  font-size: 30px !important;
  animation: pulse 2s infinite !important;
}

@keyframes pulse {
  0% {
    transform: scale(1) !important;
  }
  50% {
    transform: scale(1.1) !important;
  }
  100% {
    transform: scale(1) !important;
  }
}

#busmarfar-vacuum-page .fixed-phone-btn:hover {
  transform: translateY(-5px) scale(1.05) !important;
  box-shadow: 0 10px 25px rgba(255, 123, 0, 0.6) !important;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
  #busmarfar-vacuum-page .parent-cont {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "top"
      "right"
      "left" !important;
    padding: 10px !important;
    gap: 15px !important;
  }

  #busmarfar-vacuum-page .page-image {
    width: 100% !important;
    height: auto !important;
  }

  #busmarfar-vacuum-page .support,
  #busmarfar-vacuum-page .category-list {
    width: 100% !important;
    max-width: 380px !important;
  }
  #busmarfar-vacuum-page .main-h2 {
    margin-left: 0px !important;
  }
  #busmarfar-vacuum-page ul,
  #busmarfar-vacuum-page ol {
    padding-left: 0px !important;
  }
  #busmarfar-vacuum-page .advantage-item {
    margin-left: 0px !important;
  }
  #busmarfar-vacuum-page .line-orange-category,
  #busmarfar-vacuum-page .line-orange-sup {
    width: 100% !important;
  }

  #busmarfar-vacuum-page .category-box {
    width: 100% !important;
  }

  #busmarfar-vacuum-page .category-btn {
    width: 100% !important;
  }
  #busmarfar-vacuum-page .phone-icon {
    font-size: 15px !important;
  }
}

#busmarfar-vacuum-page .page-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
  width: 100% !important;
  aspect-ratio: 16/9 !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Изображение внутри контейнера */
#busmarfar-vacuum-page .page-image img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.posts-grid-new {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  gap: 2rem;
}

#main article.entry {
  margin: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background-color: white;
}
#main article.entry .entry-img {
  height: 200px;
  width: 100%;
}
#main article.entry .post-thumbnail {
  margin: 0 !important;
}
#main article.entry .post-thumbnail img {
  margin: 0 !important;
  border-radius: 1rem 1rem 0 0;
}
#main .page-header {
  margin-bottom: calc(1 * var(--global--spacing-vertical));
}
#main article.entry h2 {
  font-size: 28px !important;
}

#main article.entry .entry-header {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#main article.entry .entry-info {
  padding: 1rem;
  text-align: center;
}
#main article.entry .entry-info .entry-content {
  margin: 0;
}
#main article.entry .entry-info .entry-content .entry-link {
  color: #ff6b00;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main article.entry .entry-footer {
  background-color: #ffffff !important;
  border: none !important;
  text-align: left !important;
  margin-top: 0;
  padding: 0 !important;
}
@media (max-width: 900px) {
  .posts-grid-new {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .posts-grid-new {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/*======================
    404 page
=======================*/

.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: "Arvo", serif;
  text-align: center;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #ff6b00;
  margin: 20px 0;
  display: inline-block;
}
.contant_box_404 {
  margin-top: -50px;
}
