
.fx-hero{position:relative;min-height:600px;display:flex;align-items:flex-end;
  background:#1e1e1e;overflow:hidden;font-family:'TildaSans',Arial,sans-serif}
.fx-hero__media{position:absolute;inset:0}
.fx-hero__media video,.fx-hero__media img{width:100%;height:100%;object-fit:cover;display:block}
.fx-hero__media::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.15)}
.fx-hero__shade{position:absolute;inset:0;background:linear-gradient(0turn,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 78%)}
.fx-hero__in{position:relative;z-index:2;width:100%;max-width:var(--fx-col);
  margin:0 auto;padding:0 0 78px;box-sizing:border-box}
.fx-hero__t{color:#fff;font-size:52px;line-height:1.1;font-weight:900;text-transform:uppercase;
  margin:0 0 22px;max-width:1153px}
.fx-hero__sub{display:flex;align-items:center;gap:14px;color:#fff;opacity:.8;
  font-size:24px;line-height:1.2;margin:0 0 30px}
.fx-hero__dots{flex:0 0 auto;display:inline-flex;gap:6px}
.fx-hero__dots i{width:14px;height:14px;border-radius:50%;border:2px solid #fff383;display:block}
.fx-hero__dots i:nth-child(2){opacity:.6}
.fx-hero__dots i:nth-child(3){opacity:.3}
.fx-hero__row{display:flex;align-items:center;gap:34px;flex-wrap:wrap}
.fx-hero__btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;text-align:center;
  min-width:440px;min-height:73px;padding:16px 34px;box-sizing:border-box;
  background:linear-gradient(0.288turn,#d1b054 0%,#ffe5a6 50%,#d1b054 97%);
  color:#1d1d1d !important;text-decoration:none !important;border-radius:30px;
  font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;line-height:1.35;
  box-shadow:0 0 30px 0 rgba(255,243,131,1);transition:.2s}
.fx-hero__btn:hover{background:radial-gradient(circle at center,#d1b054 0%,#ffe5a6 50%,#d1b054 97%)}
.fx-hero__note{color:#fff;font-size:26px;line-height:1.1;margin:0;max-width:420px}
@media(max-width:1679px){
  .fx-hero{min-height:600px}
  .fx-hero__t{font-size:40px;max-width:822px}
  .fx-hero__sub{font-size:21px}
  .fx-hero__btn{min-width:442px;font-size:12px}
  .fx-hero__note{font-size:24px;max-width:340px}
}
@media(max-width:1199px){
  .fx-hero__in{padding-left:20px;padding-right:20px}
  .fx-hero__row{gap:24px}
  .fx-hero__btn{min-width:387px}
}
@media(max-width:959px){
  .fx-hero{min-height:640px}
  .fx-hero__t{font-size:30px}
  .fx-hero__sub{font-size:18px;gap:10px}
  .fx-hero__dots i{width:9px;height:9px}
  .fx-hero__btn{min-width:0;width:100%;font-size:10px;min-height:64px}
  .fx-hero__note{font-size:18px;max-width:none}
}
@media(max-width:639px){
  .fx-hero{min-height:560px}
  .fx-hero__in{padding-bottom:48px;text-align:center}
  .fx-hero__t{font-size:21px}
  .fx-hero__sub{font-size:16px;flex-direction:column;align-items:center;gap:10px}
  .fx-hero__row{flex-direction:column;align-items:stretch;gap:18px}
  .fx-hero__note{font-size:16px}
}
