/* Start custom CSS for html, class: .elementor-element-f9fb964 */@font-face{
  font-family:"Involve";
  src:url("https://cdn.jsdelivr.net/gh/StefanPeev/Involve@main/fonts/Involve-VF.ttf") format("truetype");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Involve";
  src:url("https://cdn.jsdelivr.net/gh/StefanPeev/Involve@main/fonts/Involve-Oblique-VF.ttf") format("truetype");
  font-weight:100 900;
  font-style:oblique;
  font-display:swap;
}

.mf-page{
  --mf-bg:#0b1220;
  --mf-bg-soft:#101a2d;
  --mf-card:#121d33;
  --mf-line:rgba(255,255,255,.08);
  --mf-line-strong:rgba(255,255,255,.14);
  --mf-text:#f4f7fb;
  --mf-muted:#aeb9c9;
  --mf-accent:#ff7a45;
  --mf-accent-2:#ff986d;
  --mf-dark-btn:#101a30;
  --mf-radius:24px;
  --mf-shadow:0 20px 60px rgba(0,0,0,.28);

  color:var(--mf-text);
  background:
    radial-gradient(circle at top right, rgba(255,107,53,.18), transparent 25%),
    radial-gradient(circle at left center, rgba(255,255,255,.05), transparent 18%),
    linear-gradient(180deg, #0b1220 0%, #0e1730 100%);
  font-family:"Involve", Arial, sans-serif;
}

.mf-page *{
  box-sizing:border-box;
}

.mf-page img{
  max-width:100%;
  height:auto;
  display:block;
}

.mf-page a{
  transition:.25s ease;
}

.mf-page .mf-brand,
.mf-page .mf-hero h1,
.mf-page .mf-section h2,
.mf-page .mf-card h3,
.mf-page .mf-step h3{
  font-family:"Involve", Arial, sans-serif;
  font-weight:700;
}

.mf-page .mf-lead,
.mf-page .mf-section p,
.mf-page .mf-card p,
.mf-page .mf-step p,
.mf-page .mf-note,
.mf-page .mf-btn,
.mf-page .mf-contacts a,
.mf-page .mf-countdown__title,
.mf-page .mf-time-label{
  font-family:"Involve", Arial, sans-serif;
}

/* =========================
   Общая ширина секций
   ========================= */

.mf-section__inner{
  width:min(1680px, calc(100% - 32px));
  margin:0 auto;
}

/* =========================
   1 блок hero
   ========================= */

.mf-hero{
  position:relative;
  width:100%;
  max-width:none;
  margin:0;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding:40px 0;
}

.mf-hero__bg{
  position:absolute;
  inset:0;
  background:url("https://mioform.ru/wp-content/uploads/2026/04/volley.png") center center / cover no-repeat;
  transform:scale(1.03);
  z-index:0;
}

.mf-hero__overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg, rgba(8,16,30,.72) 0%, rgba(8,16,30,.50) 34%, rgba(8,16,30,.18) 62%, rgba(8,16,30,.08) 100%),
    linear-gradient(180deg, rgba(6,12,24,.14) 0%, rgba(6,12,24,.30) 100%);
}

.mf-hero__inner{
  position:relative;
  z-index:2;
  width:min(1280px, calc(100% - 32px));
  margin:0 auto;
}

.mf-hero__content{
  position:relative;
  z-index:3;
  max-width:880px;
}

.mf-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  color:rgba(255,255,255,.84);
  font-size:14px;
  line-height:1;
  margin-bottom:18px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.mf-brand{
  font-size:clamp(54px, 8vw, 106px);
  font-weight:800;
  line-height:.92;
  letter-spacing:.05em;
  margin-bottom:18px;
  color:#fff;
  text-shadow:0 10px 30px rgba(0,0,0,.18);
}

.mf-hero h1{
  font-size:clamp(34px, 4vw, 62px);
  line-height:1.04;
  margin:0 0 18px;
  color:#fff;
  max-width:880px;
}

.mf-lead{
  max-width:610px;
  color:rgba(255,255,255,.82);
  font-size:24px;
  line-height:1.65;
  margin:0 0 28px;
}

.mf-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:36px;
}

.mf-actions--center{
  justify-content:center;
}

.mf-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none;
  font-weight:600;
  transition:.25s ease;
  border:none;
  cursor:pointer;
}

.mf-btn--primary{
  background:linear-gradient(135deg, var(--mf-accent), var(--mf-accent-2));
  color:#fff;
  box-shadow:0 12px 30px rgba(242,107,63,.28);
}

.mf-btn--primary:hover{
  transform:translateY(-2px);
  filter:brightness(1.03);
}

.mf-btn--ghost{
  color:#fff;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(15,26,48,.82);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.mf-btn--ghost:hover{
  background:var(--mf-accent);
  border-color:var(--mf-accent);
}

.mf-countdown{
  background:rgba(16,24,42,.58);
  border:1px solid rgba(255,255,255,.08);
  border-radius:26px;
  padding:22px;
  max-width:720px;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 20px 60px rgba(0,0,0,.24);
}

.mf-countdown__title{
  font-size:16px;
  color:rgba(255,255,255,.78);
  margin-bottom:16px;
}

.mf-timer{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
}

.mf-time-box{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px;
  padding:18px 10px;
  text-align:center;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.mf-time-val{
  display:block;
  font-size:clamp(28px, 4vw, 42px);
  font-weight:800;
  line-height:1;
  margin-bottom:8px;
  color:#fff;
}

.mf-time-label{
  display:block;
  font-size:13px;
  color:rgba(255,255,255,.72);
  text-transform:uppercase;
  letter-spacing:.08em;
}

/* =========================
   Секции
   ========================= */

.mf-section{
  padding:84px 0;
}

.mf-section + .mf-section{
  border-top:1px solid rgba(255,255,255,.05);
}

.mf-section__eyebrow{
  color:var(--mf-accent-2);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:13px;
  margin-bottom:14px;
  display:inline-flex;
  align-items:center;
  gap:10px;
}

.mf-section__eyebrow::before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--mf-accent), var(--mf-accent-2));
  box-shadow:0 0 0 6px rgba(255,107,53,.12);
  flex:0 0 auto;
}

.mf-section h2{
  font-size:clamp(28px, 3vw, 44px);
  line-height:1.1;
  margin:0 0 18px;
}

.mf-section p,
.mf-card p,
.mf-step p{
  color:var(--mf-muted);
  line-height:1.75;
  font-size:18px;
  margin:0;
}

.mf-section__intro{
  margin-bottom:26px !important;
}

.mf-grid{
  display:grid;
  gap:20px;
  margin-top:28px;
}

.mf-grid--4{
  grid-template-columns:repeat(4, minmax(0,1fr));
}

/* =========================
   Карточки
   ========================= */

.mf-card{
  background:var(--mf-card);
  border:1px solid var(--mf-line);
  border-radius:24px;
  padding:28px;
  box-shadow:var(--mf-shadow);
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.mf-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.14);
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)), var(--mf-card);
}

.mf-card__icon{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  color:var(--mf-accent-2);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

.mf-card__icon svg{
  width:28px;
  height:28px;
  display:block;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.mf-card h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.2;
}

/* =========================
   Шаги
   ========================= */

.mf-steps{
  display:grid;
  gap:18px;
  margin-top:30px;
}

.mf-step{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:18px;
  align-items:flex-start;
  background:var(--mf-card);
  border:1px solid var(--mf-line);
  border-radius:24px;
  padding:24px;
}

.mf-step__num{
  display:flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  border-radius:18px;
  background:linear-gradient(135deg, var(--mf-accent), var(--mf-accent-2));
  color:#fff;
  font-size:20px;
  font-weight:800;
}

.mf-step h3{
  margin:4px 0 10px;
  font-size:22px;
}

/* =========================
   Контакты
   ========================= */

.mf-contacts{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin:26px 0 22px;
}

.mf-contacts a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 18px;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.05);
  border:1px solid var(--mf-line);
}

.mf-contacts a:hover{
  background:var(--mf-accent);
  border-color:var(--mf-accent);
}

.mf-note{
  max-width:860px;
  font-size:18px;
  color:var(--mf-text) !important;
  opacity:.9;
}
.mf-slogan-wrap{
  display:flex;
  justify-content:center;
  margin-top:34px;
}

.mf-slogan{
  margin:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 28px;
  border-radius:999px;
  font-size:clamp(22px, 3vw, 36px);
  font-weight:700;
  line-height:1;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#fff;
  background:linear-gradient(135deg, rgba(255,122,69,.18), rgba(255,152,109,.10));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:
    0 12px 30px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  position:relative;
}

.mf-slogan::before,
.mf-slogan::after{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--mf-accent), var(--mf-accent-2));
  box-shadow:0 0 0 6px rgba(255,107,53,.10);
}

.mf-slogan::before{
  margin-right:14px;
}

.mf-slogan::after{
  margin-left:14px;
}
.mf-section--details{
  padding-top:0;
}

.mf-details-card{
  max-width:860px;
  margin-top:28px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--mf-line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--mf-shadow);
}

.mf-details-row{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:24px;
  padding:20px 24px;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.mf-details-row:last-child{
  border-bottom:none;
}

.mf-details-label{
  color:var(--mf-accent-2);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.mf-details-value{
  color:var(--mf-text);
  font-size:18px;
  line-height:1.6;
  word-break:break-word;
}
.mf-legal{
  margin-top:36px;
  max-width:920px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.06);
}

.mf-legal__title{
  margin:0 0 18px;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--mf-accent-2);
}

.mf-legal__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
}

.mf-legal__item{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:rgba(255,255,255,.03);
}

.mf-legal__label{
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--mf-accent-2);
}

.mf-legal__value{
  font-size:16px;
  line-height:1.5;
  color:var(--mf-text);
  word-break:break-word;
}

@media (max-width: 640px){
  .mf-legal{
    margin-top:28px;
    padding-top:20px;
  }

  .mf-legal__grid{
    grid-template-columns:1fr;
  }

  .mf-legal__item{
    padding:14px 16px;
  }

  .mf-legal__value{
    font-size:15px;
  }
}
/* =========================
   Адаптив
   ========================= */

@media (max-width: 980px){
  .mf-hero{
    min-height:auto;
    padding:36px 0 46px;
  }

  .mf-hero__inner{
    width:min(1280px, calc(100% - 32px));
  }

  .mf-hero__content{
    max-width:none;
  }

  .mf-hero h1{
    max-width:none;
  }

  .mf-lead{
    font-size:18px;
  }

  .mf-grid--4{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px){
  .mf-page{
    overflow:hidden;
  }

  .mf-hero{
    min-height:100svh;
    padding:24px 0 40px;
  }

  .mf-hero__bg{
    top:0;
    bottom:0;
    left:-24px;
    right:-24px;
    background-position:72% center;
    background-size:cover;
    transform:scale(1.08);
  }

  .mf-hero__overlay{
    background:
      linear-gradient(90deg, rgba(8,16,30,.78) 0%, rgba(8,16,30,.56) 38%, rgba(8,16,30,.24) 72%, rgba(8,16,30,.12) 100%),
      linear-gradient(180deg, rgba(6,12,24,.22) 0%, rgba(6,12,24,.38) 100%);
  }

  .mf-hero__inner{
    width:min(100%, calc(100% - 24px));
  }

  .mf-brand{
    font-size:52px;
  }

  .mf-hero h1{
    font-size:34px;
    max-width:none;
  }

  .mf-lead{
    font-size:16px;
  }

  .mf-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .mf-btn{
    width:100%;
    min-height:52px;
  }

  .mf-section{
    padding:64px 0;
  }

  .mf-timer{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .mf-grid--4{
    grid-template-columns:1fr;
  }

  .mf-step{
    grid-template-columns:1fr;
  }

  .mf-step__num{
    width:56px;
    height:56px;
  }

  .mf-section p,
  .mf-card p,
  .mf-step p,
  .mf-note{
    font-size:16px;
  }
  .mf-details-row{
    grid-template-columns:1fr;
    gap:8px;
    padding:18px 18px;
  }

  .mf-details-value{
    font-size:16px;
  }
}/* End custom CSS */