/* UT Footer — mockup: cream cards on landscape */
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@500;600;700&family=Montserrat:wght@400;500;600;700;800&display=swap');

body.page-id-5770 .elementor-location-footer,
body.page-id-5803 .elementor-location-footer,
body.page-id-5815 .elementor-location-footer,
body.page-id-5817 .elementor-location-footer,
body.page-id-5819 .elementor-location-footer,
body.page-id-5820 .elementor-location-footer,
body.page-id-5821 .elementor-location-footer,
body.page-id-5822 .elementor-location-footer,
body.page-id-5823 .elementor-location-footer,
body.page-id-5824 .elementor-location-footer,
body.page-id-5825 .elementor-location-footer,
body.page-id-5770 .hfe-site-footer,
body.page-id-5803 .hfe-site-footer,
body.page-id-5815 .hfe-site-footer,
body.page-id-5817 .hfe-site-footer,
body.page-id-5819 .hfe-site-footer,
body.page-id-5820 .hfe-site-footer,
body.page-id-5821 .hfe-site-footer,
body.page-id-5822 .hfe-site-footer,
body.page-id-5823 .hfe-site-footer,
body.page-id-5824 .hfe-site-footer,
body.page-id-5825 .hfe-site-footer{
  background:transparent!important;
}

.ut-footer{
  --cream:#FFF9EE;
  --ink:#212121;
  --heading:#2B2459;
  --accent:#FF9E57;
  --shadow:0 4px 12px rgba(43,36,89,.08);
  position:relative;
  overflow:hidden;
  background:#E6E6FF;
  color:var(--ink);
  font-family:Montserrat,sans-serif;
  padding:48px 40px 36px;
  box-sizing:border-box;
  scroll-margin-top:16px;
}
.ut-footer *,
.ut-footer *::before,
.ut-footer *::after{box-sizing:border-box}

.ut-footer__bg{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}
.ut-footer__bg img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center bottom;
}

.ut-footer__inner{
  position:relative;
  z-index:1;
  max-width:1420px;
  margin:0 auto;
}

.ut-footer__grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(0,.9fr);
  grid-template-rows:auto auto;
  column-gap:130px;
  row-gap:40px;
  align-items:stretch;
}

.ut-footer__card{
  background:var(--cream);
  border-radius:25px;
  box-shadow:var(--shadow);
  padding:28px 32px;
}

.ut-footer__partners{
  grid-column:1;
  grid-row:1;
  display:block;
  padding:0;
  background:#fff;
  box-shadow:var(--shadow);
  border-radius:25px;
  min-height:0;
  line-height:0;
  overflow:hidden;
  isolation:isolate;
}
.ut-footer__partners-img{
  display:block;
  width:100%;
  height:auto;
  margin:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  vertical-align:top;
}

.ut-footer__social-card{
  grid-column:1;
  grid-row:2;
}
.ut-footer__social-card h3{
  margin:0 0 35px;
  font-family:'Montserrat Alternates',Montserrat,sans-serif;
  font-weight:700;
  font-size:28px;
  line-height:1.15;
  color:var(--ink);
}
.ut-footer__contacts h3{
  margin:0 0 18px;
  font-family:'Montserrat Alternates',Montserrat,sans-serif;
  font-weight:700;
  font-size:25px;
  line-height:1.38;
  color:var(--ink);
}
.ut-footer__social-list{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  margin:0;
  padding:0;
  list-style:none;
}
.ut-footer__social-list a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--ink)!important;
  text-decoration:none!important;
  font-size:16px;
  font-weight:700;
  line-height:1.2;
  white-space:nowrap;
}
.ut-footer__social-list a:hover{color:#F47A2A!important}
.ut-footer__soc-ico{
  width:auto;
  height:25px;
  border-radius:0;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  overflow:visible;
}
.ut-footer__soc-ico img{
  width:25px;
  height:25px;
  object-fit:contain;
  filter:none;
}
.ut-footer__soc-ico[data-net='youtube'] img{
  width:31px;
  height:25px;
}

.ut-footer__contacts{
  grid-column:2;
  grid-row:1 / span 2;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-self:stretch;
  height:100%;
  gap:0;
  padding:32px 34px;
}
.ut-footer__contacts h3{margin:0}
.ut-footer__block{
  display:flex;
  flex-direction:column;
  gap:12px;
  width:100%;
}
.ut-footer__block h4{
  margin:0;
  font-family:Montserrat,sans-serif;
  font-size:16px;
  font-weight:700;
  color:var(--ink);
  line-height:1.38;
}
.ut-footer__line{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-family:Montserrat,sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.38;
  color:var(--ink);
}
.ut-footer__line img{
  width:25px;
  height:25px;
  margin-top:0;
  flex-shrink:0;
}
.ut-footer__line a{
  color:var(--ink)!important;
  text-decoration:none!important;
  word-break:break-word;
}
.ut-footer__line a:hover{color:#F47A2A!important}

.ut-footer__offer{
  margin-top:22px;
  margin-bottom:0;
  padding-bottom:200px;
}
.ut-footer__offer a{
  color:var(--ink)!important;
  text-decoration:none!important;
  font-family:Montserrat,sans-serif;
  font-size:16px;
  font-weight:800;
  line-height:1.3;
}
.ut-footer__offer a:hover{
  color:#F47A2A!important;
  text-decoration:underline!important;
}

@media (max-width:980px){
  .ut-footer{padding:28px 10px 24px}
  .ut-footer__grid{
    grid-template-columns:1fr;
    grid-template-rows:auto;
    gap:40px;
  }
  .ut-footer__partners,
  .ut-footer__social-card,
  .ut-footer__contacts{
    grid-column:1;
    grid-row:auto;
  }
  .ut-footer__card{padding:22px 18px;border-radius:20px}
  .ut-footer__partners-img{border-radius:20px}
  .ut-footer__contacts{padding:24px 18px;justify-content:flex-start;gap:22px;height:auto}
  .ut-footer__social-card h3{font-size:22px;margin-bottom:35px}
  .ut-footer__contacts h3{font-size:22px;margin-bottom:14px}
  .ut-footer__social-list{
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:16px;
  }
  .ut-footer__social-list a{font-size:16px}
  .ut-footer__offer{margin-top:16px}
}
