.elementor-15384 .elementor-element.elementor-element-e7167be{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-15384 .elementor-element.elementor-element-e7167be:not(.elementor-motion-effects-element-type-background), .elementor-15384 .elementor-element.elementor-element-e7167be > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF8F5;}/* Start custom CSS for html, class: .elementor-element-9af6109 */.custom-footer {
  font-family: 'Montserrat', sans-serif;
  background-color: #EFE6DC;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  padding: 48px 32px;
}

.custom-footer__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.custom-footer__logo img,
.custom-footer__logo-img {
  width: 160px !important;
  max-width: 160px !important;
  height: auto !important;
  display: block;
}

.custom-footer__title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 500;
  color: #2F2420;
}

.custom-footer__menu,
.custom-footer__contacts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer__menu li,
.custom-footer__contacts li {
  margin-bottom: 12px;
}

.custom-footer__menu a,
.custom-footer__contact-link {
  font-weight: 300;
  color: #2F2420;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  transition: opacity 0.25s ease;
}

.custom-footer__menu a:hover,
.custom-footer__contact-link:hover {
  opacity: 0.7;
}

.custom-footer__contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.custom-footer__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Планшет */
@media (max-width: 1024px) {
  .custom-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

/* Мобильный */
@media (max-width: 767px) {
  .custom-footer {
    padding: 32px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .custom-footer__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .custom-footer__logo-img {
    max-width: 150px;
  }

  .custom-footer__title {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .custom-footer__menu a,
  .custom-footer__contact-link {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4126291 */.custom-footer__bottom {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  background-color: #2F2420;
  margin-top: 0px;
  padding: 14px 20px;
  text-align: center;
}

.custom-footer__bottom p {
  margin: 0;
  color: #EFE6DC;
  font-size: 14px;
  line-height: 1.4;
}/* End custom CSS */