.intec-footer.standard .block-standard-2-custom {
  display: grid;
  grid-template-columns: 100%;
}
.intec-footer.standard .block-standard-2-custom[data-products=true] {
  row-gap: 60px;
}
@media (max-width: 768px) {
  .intec-footer.standard .block-standard-2-custom[data-products=true] {
    row-gap: 28px;
  }
}
.intec-footer.standard .block-standard-2-custom[data-top=false][data-products=true] .footer-vcard {
  padding-top: 60px;
}
.intec-footer.standard .block-standard-2-custom .footer-vcard {
  background-color: #FFFFFF;
}
.intec-footer.standard .block-standard-2-custom[data-top=false][data-products=false][data-subscribe=false] {
  /*padding-top: 60px;*/
}
.intec-footer.standard .block-standard-2-custom[data-products=false][data-subscribe=false] {
  row-gap: 60px;
}
@media (max-width: 768px) {
  .intec-footer.standard .block-standard-2-custom[data-products=false][data-subscribe=false] {
    row-gap: 0;
  }
}
.intec-footer.standard .block-standard-2-custom[data-theme=dark] {
  background-color: var(--color-neutral-dark);
  color: var(--color-neutral-bright);
}
.intec-footer.standard .block-standard-2-custom[data-theme=light] {
  background-color: var(--color-neutral-quarter-bright);
  color: var(--color-neutral-dark);
}
.intec-footer.standard .block-standard-2-custom .template-container.footer-wide {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1024px){
.intec-footer.standard .block-standard-2-custom .template-container.footer-wide{
 padding-left: 24px;
 padding-right: 24px;
}
}
@media (max-width: 768px) {
  .intec-footer.standard .block-standard-2-custom .template-container.footer-wide {
    padding: 0 24px;
    padding-top: 24px;
  }
}
.intec-footer.standard .block-standard-2-custom .footer-header-logo {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .intec-footer.standard .block-standard-2-custom .footer-header-logo {
    padding: 32px 0;
  }
}
@media (max-width: 480px) {
  .intec-footer.standard .block-standard-2-custom .footer-header-logo {
    display: none;
  }
}
.intec-footer.standard .block-standard-2-custom .footer-contacts[data-wide] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  
  
}
@media (max-width: 1024px) {
  .intec-footer.standard .block-standard-2-custom .footer-contacts[data-wide] {
    display: grid;
    grid-template-columns: auto;
    justify-content: left;
    margin-bottom: 0;
  }
}

/* Кастомное меню с распределением по колонкам */
.intec-footer.standard .block-standard-2-custom .footer-menu-custom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  padding: 0 12px;
}

@media (max-width: 1024px) {
  .intec-footer.standard .block-standard-2-custom .footer-menu-custom {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .intec-footer.standard .block-standard-2-custom .footer-menu-custom {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .intec-footer.standard .block-standard-2-custom .footer-menu-custom {
    grid-template-columns: 1fr;
  }
}

.intec-footer.standard .block-standard-2-custom .footer-menu-custom .menu-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}


.intec-footer.standard .block-standard-2-custom .footer-menu-custom .menu-title {
  font-weight: 700;
  font-size: 18px;
  color: #1a5fb4;
  margin-bottom: 0;
}

.intec-footer.standard .block-standard-2-custom .footer-menu-custom .menu-title a {
  color: #1a5fb4;
  text-decoration: none;
  transition: color 0.2s ease;
}

.intec-footer.standard .block-standard-2-custom .footer-menu-custom .menu-title a:hover {
  color: #0d4a8f;
}

.intec-footer.standard .block-standard-2-custom .footer-menu-custom .menu-title + .menu-items {
  margin-top: 20px;
}

.intec-footer.standard .block-standard-2-custom .footer-menu-custom .menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.intec-footer.standard .block-standard-2-custom .footer-menu-custom .menu-items li {
  margin-bottom: 10px;
  padding-left: 0;
}

.intec-footer.standard .block-standard-2-custom .footer-menu-custom .menu-items li:last-child {
  margin-bottom: 0;
}

.intec-footer.standard .block-standard-2-custom .footer-menu-custom .menu-items a {
  text-decoration: none;
  color: var(--color-neutral-dark);
  font-size: 15px;
  transition: color 0.2s ease;
  display: block;
  padding: 3px 0;
}

.intec-footer.standard .block-standard-2-custom .footer-menu-custom .menu-items a:hover {
  color: #1a5fb4;
}

/* Темная тема */
.intec-footer.standard[data-theme="dark"] .block-standard-2-custom .footer-menu-custom .menu-title {
  color: var(--color-neutral-bright);
}

.intec-footer.standard[data-theme="dark"] .block-standard-2-custom .footer-menu-custom .menu-title a {
  color: var(--color-neutral-bright);
}

.intec-footer.standard[data-theme="dark"] .block-standard-2-custom .footer-menu-custom .menu-title a:hover {
  color: var(--color-primary-base);
}

.intec-footer.standard[data-theme="dark"] .block-standard-2-custom .footer-menu-custom .menu-items a {
  color: var(--color-neutral-bright);
}

.intec-footer.standard[data-theme="dark"] .block-standard-2-custom .footer-menu-custom .menu-items a:hover {
  color: var(--color-primary-base);
}

/* Светлая тема */
.intec-footer.standard[data-theme="light"] .block-standard-2-custom .footer-menu-custom .menu-title {
  color: var(--color-neutral-dark);
}

.intec-footer.standard[data-theme="light"] .block-standard-2-custom .footer-menu-custom .menu-title a {
  color: var(--color-neutral-dark);
}

.intec-footer.standard[data-theme="light"] .block-standard-2-custom .footer-menu-custom .menu-title a:hover {
  color: var(--color-primary-base);
}

.intec-footer.standard[data-theme="light"] .block-standard-2-custom .footer-menu-custom .menu-items a {
  color: var(--color-neutral-dark);
}

.intec-footer.standard[data-theme="light"] .block-standard-2-custom .footer-menu-custom .menu-items a:hover {
  color: var(--color-primary-base);
}

/* Адаптация для мобильных устройств */
@media (max-width: 480px) {
  /* Адаптация контента футера */
  .intec-footer.standard .block-standard-2-custom .footer-wide-content {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    padding-bottom: 32px;
  }
  
  /* Адаптация меню */
  .intec-footer.standard .block-standard-2-custom .footer-middle {
    width: 100%;
  }
  
  /* Адаптация блока информации */
  .intec-footer.standard .block-standard-2-custom .footer-info {
    max-width: 100%;
    width: 100%;
    align-items: stretch;
  }
  
  /* Адаптация формы подписки */
  .intec-footer.standard .block-standard-2-custom .footer-subinfo {
    width: 100%;
  }
  
  .intec-footer.standard .block-standard-2-custom .footer-subscribe-label {
    font-size: 13px;
    text-align: left;
  }
  
  .intec-footer.standard .block-standard-2-custom .footer-subscribe-form {
    flex-direction: column;
    gap: 12px;
  }
  
  .intec-footer.standard .block-standard-2-custom .footer-subscribe-input {
    width: 100%;
    padding: 16px;
    font-size: 14px;
  }
  
  .intec-footer.standard .block-standard-2-custom .footer-subscribe-button {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
  }
  
  /* Адаптация ссылки под формой */
  .intec-footer.standard .block-standard-2-custom .footer-subscribe-link {
    margin-top: 24px;
    justify-content: center;
  }
  
  .intec-footer.standard .block-standard-2-custom .footer-subscribe-link svg {
    width: 56px;
    height: auto;
  }
  
  /* Адаптация контактов */
  .intec-footer.standard .block-standard-2-custom .footer-contacts {
    gap: 20px;
  }
  
  .intec-footer.standard .block-standard-2-custom .footer-phone,
  .intec-footer.standard .block-standard-2-custom .footer-address,
  .intec-footer.standard .block-standard-2-custom .footer-email {
    font-size: 16px;
    flex-wrap: wrap;
  }
  
  /* Адаптация расписания и заказа */
  .intec-footer.standard .block-standard-2-custom .footer-schedule,
  .intec-footer.standard .block-standard-2-custom .footer-order {
    padding-left: 0;
    font-size: 13px;
  }
  
  /* Адаптация согласия */
  .intec-footer.standard .block-standard-2-custom .footer-consent {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
  }
  
  /* Адаптация социальных сетей */
  .intec-footer.standard .block-standard-2-custom .footer-socials {
    padding-bottom: 24px;
    column-gap: 20px;
  }
  
  /* Уменьшение отступов в контейнере */
  .intec-footer.standard .block-standard-2-custom .template-container.footer-wide {
    padding: 0 24px;
    padding-top: 24px;
  }
}

@media (max-width: 768px) {
  /* Улучшенная адаптация для планшетов */
  .intec-footer.standard .block-standard-2-custom .footer-wide-content {
    row-gap: 24px;
    padding-bottom: 24px;
  }
  
  .intec-footer.standard .block-standard-2-custom .footer-info {
    align-items: stretch;
  }
  
  /* Адаптация формы подписки для планшетов */
  .intec-footer.standard .block-standard-2-custom .footer-subscribe-form {
    gap: 10px;
  }
}


/*# sourceMappingURL=style.css.map */

