.elementor-1669 .elementor-element.elementor-element-e802ba9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1669 .elementor-element.elementor-element-e802ba9{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-6c45736 */.lo-contacts {
  --lo-bg: #fffaf4;
  --lo-bg-2: #f7efe5;
  --lo-card: #ffffff;
  --lo-soft: #f6eee4;
  --lo-accent: #d8b98e;
  --lo-accent-dark: #9d7850;
  --lo-text: #2f2b32;
  --lo-muted: #71665f;
  --lo-border: rgba(157, 120, 80, 0.18);

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  background: var(--lo-bg);
  color: var(--lo-text);
  font-family: inherit;
}

.lo-contacts *,
.lo-contacts *::before,
.lo-contacts *::after {
  box-sizing: border-box;
}

.lo-contacts__container {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.lo-contacts__hero {
  padding: clamp(50px, 7vw, 86px) 0 clamp(38px, 5vw, 58px);
  background:
    radial-gradient(circle at 16% 18%, rgba(216, 185, 142, 0.25), transparent 34%),
    radial-gradient(circle at 84% 14%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(135deg, #fffaf4 0%, #f7efe5 100%);
  border-bottom: 1px solid var(--lo-border);
}

.lo-contacts__label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--lo-accent-dark);
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 30px rgba(80, 55, 32, 0.06);
}

.lo-contacts h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: var(--lo-text);
  font-size: clamp(36px, 5.4vw, 64px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.lo-contacts__hero p {
  max-width: 770px;
  margin: 0;
  color: var(--lo-muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.72;
}

.lo-contacts__body {
  padding: clamp(30px, 4vw, 48px) 0 clamp(56px, 7vw, 88px);
  background: var(--lo-bg);
}

.lo-contacts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lo-contacts__card {
  min-height: 230px;
  padding: clamp(22px, 2.8vw, 30px);
  border: 1px solid var(--lo-border);
  border-radius: 28px;
  background: var(--lo-card);
  box-shadow: 0 18px 46px rgba(80, 55, 32, 0.055);
}

.lo-contacts__card--main {
  grid-column: span 2;
  min-height: 280px;
  background:
    radial-gradient(circle at 12% 15%, rgba(216, 185, 142, 0.2), transparent 34%),
    #ffffff;
}

.lo-contacts__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--lo-soft);
  color: var(--lo-accent-dark);
  font-size: 20px;
  line-height: 1;
}

.lo-contacts h2,
.lo-contacts h3 {
  margin: 0;
  color: var(--lo-text);
  font-weight: 500;
  letter-spacing: -0.025em;
}

.lo-contacts h2 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.12;
}

.lo-contacts h3 {
  margin-bottom: 12px;
  font-size: clamp(21px, 2.2vw, 26px);
  line-height: 1.2;
}

.lo-contacts p {
  margin: 0;
  color: var(--lo-muted);
  font-size: clamp(15px, 1.35vw, 16px);
  line-height: 1.7;
}

.lo-contacts small {
  display: block;
  margin-top: 10px;
  color: var(--lo-muted);
  font-size: 14px;
  line-height: 1.55;
}

.lo-contacts a {
  color: var(--lo-accent-dark);
  text-decoration: none;
  border-bottom: 1px solid rgba(157, 120, 80, 0.28);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  overflow-wrap: anywhere;
}

.lo-contacts a:hover {
  color: var(--lo-text);
  border-color: var(--lo-text);
}

.lo-contacts__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.lo-contacts__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--lo-border);
  border-radius: 999px;
  background: var(--lo-soft);
  color: var(--lo-text) !important;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
}

.lo-contacts__btn:hover {
  background: var(--lo-accent);
  border-color: var(--lo-accent);
  color: #ffffff !important;
}

.lo-contacts__btn--dark {
  background: var(--lo-text);
  border-color: var(--lo-text);
  color: #ffffff !important;
}

.lo-contacts__btn--dark:hover {
  background: var(--lo-accent-dark);
  border-color: var(--lo-accent-dark);
}

.lo-contacts__help {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  margin-top: 18px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--lo-border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 20%, rgba(216, 185, 142, 0.22), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f8f0e6 100%);
  box-shadow: 0 18px 46px rgba(80, 55, 32, 0.055);
}

.lo-contacts__help-content .lo-contacts__label {
  margin-bottom: 14px;
}

.lo-contacts__help-list {
  display: grid;
  gap: 12px;
}

.lo-contacts__help-list div {
  padding: 18px;
  border: 1px solid var(--lo-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
}

.lo-contacts__help-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--lo-text);
  font-size: 16px;
  font-weight: 600;
}

.lo-contacts__help-list span {
  display: block;
  color: var(--lo-muted);
  font-size: 15px;
  line-height: 1.55;
}

.lo-contacts__bottom {
  margin-top: 18px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--lo-border);
  border-radius: 32px;
  background: var(--lo-text);
  color: #ffffff;
  text-align: center;
  box-shadow: 0 20px 54px rgba(47, 43, 50, 0.18);
}

.lo-contacts__bottom h2 {
  max-width: 760px;
  margin: 0 auto 14px;
  color: #ffffff;
}

.lo-contacts__bottom p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.78);
}

.lo-contacts__bottom .lo-contacts__btn {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--lo-text) !important;
}

.lo-contacts__bottom .lo-contacts__btn:hover {
  background: var(--lo-accent);
  border-color: var(--lo-accent);
  color: #ffffff !important;
}

body:has(.lo-contacts),
body:has(.lo-contacts) .site,
body:has(.lo-contacts) .site-content,
body:has(.lo-contacts) .content-area,
body:has(.lo-contacts) .ast-container,
body:has(.lo-contacts) article,
body:has(.lo-contacts) .entry-content {
  background: #fffaf4 !important;
}

body:has(.lo-contacts) .site-content,
body:has(.lo-contacts) .content-area,
body:has(.lo-contacts) .ast-container,
body:has(.lo-contacts) .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}

html,
body {
  overflow-x: hidden;
}

@media (min-width: 1440px) {
  .lo-contacts__container {
    width: min(100% - 64px, 1180px);
  }
}

@media (max-width: 1200px) {
  .lo-contacts__container {
    width: min(100% - 36px, 1040px);
  }

  .lo-contacts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lo-contacts__card--main {
    grid-column: span 2;
  }
}

@media (max-width: 1024px) {
  .lo-contacts__container {
    width: min(100% - 32px, 900px);
  }

  .lo-contacts__help {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .lo-contacts__container {
    width: min(100% - 28px, 720px);
  }

  .lo-contacts__hero {
    padding: 48px 0 34px;
  }

  .lo-contacts h1 {
    font-size: clamp(32px, 9vw, 44px);
    letter-spacing: -0.035em;
  }

  .lo-contacts__hero p {
    font-size: 16px;
    line-height: 1.65;
  }

  .lo-contacts__grid {
    grid-template-columns: 1fr;
  }

  .lo-contacts__card,
  .lo-contacts__card--main {
    grid-column: auto;
    min-height: auto;
    border-radius: 24px;
  }

  .lo-contacts__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lo-contacts__btn {
    width: 100%;
  }

  .lo-contacts__help,
  .lo-contacts__bottom {
    border-radius: 26px;
  }
}

@media (max-width: 480px) {
  .lo-contacts__container {
    width: min(100% - 24px, 460px);
  }

  .lo-contacts__hero {
    padding: 40px 0 30px;
  }

  .lo-contacts h1 {
    margin-bottom: 14px;
    font-size: clamp(30px, 10vw, 38px);
    line-height: 1.08;
  }

  .lo-contacts__hero p,
  .lo-contacts p {
    font-size: 15px;
  }

  .lo-contacts__card {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .lo-contacts h2 {
    font-size: 26px;
  }

  .lo-contacts h3 {
    font-size: 21px;
  }

  .lo-contacts__help {
    padding: 20px 16px;
  }

  .lo-contacts__bottom {
    padding: 28px 18px;
  }
}

@media (max-width: 360px) {
  .lo-contacts__container {
    width: min(100% - 20px, 340px);
  }

  .lo-contacts h1 {
    font-size: 28px;
  }

  .lo-contacts__card {
    padding: 18px 14px;
  }

  .lo-contacts__icon {
    width: 42px;
    height: 42px;
  }
}/* End custom CSS */