.ex-footer{overflow:hidden;padding:80px 18px;background:var(--footer-bg);color:var(--footer-text)}.ex-footer__trust{width:100vw;margin:0 -18px 45px;overflow:hidden;background:#faf7f2}.ex-footer__trust-track{display:flex;width:max-content}.ex-footer__trust-group{display:flex;flex:none;align-items:center}.ex-footer__trust-item{display:flex;width:280px;min-height:95px;flex-direction:column;justify-content:center;padding:18px 32px;border-right:1px solid #ddd2c4}.ex-footer__trust-item strong{font-size:12px}.ex-footer__trust-item span{margin-top:6px;font-size:10px}.ex-footer__trust--moving .ex-footer__trust-track{animation:ex-footer-trust var(--trust-speed) linear infinite}@keyframes ex-footer-trust{to{transform:translateX(-50%)}}.ex-footer__card{width:min(100%,1740px);margin:auto;overflow:hidden;border:1.5px solid var(--footer-accent);border-radius:36px;background:var(--footer-card);box-shadow:0 24px 70px rgba(74,50,22,.07)}.ex-footer__content{display:grid;min-height:490px;grid-template-columns:1.15fr .8fr 1.05fr 1.45fr;align-items:center;padding:70px 74px 55px}.ex-footer__content>*{min-width:0}.ex-footer__brand,.ex-footer__nav,.ex-footer__contact{position:relative;padding-right:55px}.ex-footer__brand:after,.ex-footer__nav:after,.ex-footer__contact:after{content:"";position:absolute;top:4%;right:0;width:1px;height:92%;background:linear-gradient(transparent,#eadfce 16%,#eadfce 84%,transparent)}.ex-footer__brand a{display:inline-flex;flex-direction:column;align-items:center}.ex-footer__brand img{width:280px;max-height:145px;object-fit:contain}.ex-footer__brand span{font:400 56px/.95 Georgia,'Times New Roman',serif;letter-spacing:.04em}.ex-footer__brand small{margin-top:15px;color:var(--footer-accent);font-size:17px;letter-spacing:.32em}.ex-footer__tagline{max-width:250px;margin-top:54px;font:400 27px/1.45 Georgia,'Times New Roman',serif}.ex-footer__nav{display:flex;flex-direction:column;gap:26px;padding-left:80px}.ex-footer__nav a{width:max-content;font-size:18px;transition:color .25s,transform .25s}.ex-footer__nav a:hover{color:var(--footer-accent);transform:translateX(5px)}.ex-footer__contact{display:flex;flex-direction:column;gap:31px;padding-left:56px}.ex-footer__contact a{display:flex;align-items:center;gap:22px;font-size:17px}.ex-footer__contact a span{width:28px;color:var(--footer-accent);font-size:26px;text-align:center}.ex-footer__location{display:grid;grid-template-columns:1fr 170px;align-items:center;gap:35px;padding-left:55px}.ex-footer__location>div{display:flex;align-items:flex-start;gap:20px}.ex-footer__location>div>span{color:var(--footer-accent);font-size:27px}.ex-footer__location strong{font-size:17px;letter-spacing:.03em}.ex-footer__location p{margin:24px 0 0;font-size:17px;line-height:1.55}.ex-footer__expand{display:grid;width:170px;height:170px;place-items:center;border-radius:45px;background:linear-gradient(145deg,#fff,#f6eee2);box-shadow:0 18px 42px rgba(107,75,32,.08);transition:transform .3s,box-shadow .3s}.ex-footer__expand:hover{transform:translateY(-6px);box-shadow:0 25px 50px rgba(107,75,32,.14)}.ex-footer__expand svg{width:90px;height:90px;fill:none;stroke:var(--footer-accent);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.ex-footer__bar{display:grid;min-height:104px;grid-template-columns:44% 56%;align-items:center}.ex-footer__copyright{display:flex;height:100%;align-items:center;padding:0 105px;border-radius:36px 36px 36px 0;background:linear-gradient(110deg,#e6c786,#f2ddae);font-size:16px}.ex-footer__social{display:flex;height:100%;align-items:center;justify-content:flex-end;gap:34px;padding:0 90px;border-radius:36px 0 0 0;background:linear-gradient(110deg,#070706,#111);color:#d7b86f}.ex-footer__social a{display:grid;width:38px;height:38px;place-items:center;transition:transform .25s,color .25s}.ex-footer__social a:hover{color:#fff;transform:translateY(-4px)}.ex-footer__social svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ex-footer__social svg .fill{fill:currentColor;stroke:none}@media(max-width:1250px){.ex-footer{padding-top:55px}.ex-footer__content{grid-template-columns:1fr 1fr;gap:55px;padding:60px}.ex-footer__brand:after,.ex-footer__nav:after,.ex-footer__contact:after{display:none}.ex-footer__brand,.ex-footer__nav,.ex-footer__contact,.ex-footer__location{padding:0}.ex-footer__nav{align-items:flex-start}.ex-footer__location{grid-template-columns:1fr 140px}.ex-footer__expand{width:140px;height:140px}.ex-footer__copyright{padding:0 55px}.ex-footer__social{padding:0 55px}}@media(max-width:749px){.ex-footer{padding:38px 12px}.ex-footer__card{border-radius:25px}.ex-footer__content{display:flex;min-height:0;flex-direction:column;align-items:stretch;gap:42px;padding:46px 28px 38px}.ex-footer__brand{display:flex;flex-direction:column;align-items:center;text-align:center}.ex-footer__brand span{font-size:46px}.ex-footer__brand small{font-size:13px}.ex-footer__tagline{margin-top:26px;font-size:22px}.ex-footer__nav{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px;padding:27px 0;border-top:1px solid #eadfce;border-bottom:1px solid #eadfce}.ex-footer__nav a{font-size:14px}.ex-footer__contact{gap:20px}.ex-footer__contact a{font-size:14px}.ex-footer__location{display:flex;flex-direction:column;align-items:stretch;gap:26px;padding-top:10px}.ex-footer__location strong,.ex-footer__location p{font-size:14px}.ex-footer__location p{margin-top:13px}.ex-footer__expand{width:100%;height:82px;border-radius:22px}.ex-footer__expand svg{width:50px;height:50px}.ex-footer__bar{display:flex;min-height:0;flex-direction:column}.ex-footer__copyright{width:100%;min-height:76px;justify-content:center;padding:20px;border-radius:24px 24px 0 0;font-size:11px;text-align:center}.ex-footer__social{width:100%;min-height:76px;justify-content:center;padding:18px;border-radius:0;background:#0b0b0a}.ex-footer__trust{margin-bottom:28px}}@media(prefers-reduced-motion:reduce){.ex-footer__trust--moving .ex-footer__trust-track{animation:none}.ex-footer__trust{overflow-x:auto}}
