:root {
  --red: #d71920;
  --red2: #7b0d11;
  --black: #050505;
  --bg: #0a0a0a;
  --panel: #141414;
  --line: rgba(255,255,255,0.06);
  --text: #f6f6f6;
  --muted: #9a9a9a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #222222;
  color: var(--text);
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  letter-spacing: 0.1px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: min(1328px, calc(100% - 56px)); margin: 0 auto; }

/* ===== Header ===== */
.header {
  height: 150px;
  background: #050505;
  border-bottom: 1px solid #171717;
  position: sticky;
  top: 0;
  z-index: 50;
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 42px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 440px;
}
.brand img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; }
.brand__text {
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 18px;
  line-height: 1.12;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.6px;
}
.brand__text span {
  display: block;
  color: var(--red);
  font-size: 21px;
  margin-top: 3px;
}
.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 35px;
  font-family: "Arial Narrow", Impact, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.45px;
}
.nav a { opacity: 0.92; }
.nav a:hover { color: var(--red); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border: 1px solid var(--red);
  background: var(--red);
  font-family: "Arial Narrow", Impact, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.35px;
}
.header .btn {
  background: transparent;
  color: var(--red);
  min-width: 188px;
  height: 50px;
}
.btn:hover { background: #b9151b; color: #fff; }
.btn--ghost { position:relative; z-index:10; background: transparent; border-color: #ddd; color: #fff; }
.btn--ghost:hover { border-color: var(--red); background: rgba(215,25,32,0.14); }

.burger {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid #333;
  background: transparent;
  color: #fff;
  font-size: 24px;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 628px;
  overflow: hidden;
  border-bottom: 1px solid #1b1e20;
  /* background:
    linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(8,8,8,.92) 35%, rgba(8,8,8,.34) 62%, rgba(5,5,5,.78) 100%),
    url('assets/hero.jpg') center/cover no-repeat; */
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 38%, rgba(215,25,32,0.10), transparent 32%),
    linear-gradient(0deg, #0a0a0a 0%, transparent 30%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  min-height: 628px;
  padding: 70px 0 0;
  display: grid;
  grid-template-columns: minmax(360px,575px) 1fr 300px;
  grid-template-rows: 1fr 158px;
  gap: 24px;
}
.hero__copy { grid-column:1; grid-row:1; }
.hero h1 {
  margin:0;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:69px;
  line-height:.94;
  letter-spacing:2px;
}
.hero h1 span { color:var(--red); }
.hero__lead {
  margin:28px 0 0;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:25px;
  line-height:1.05;
  color:#eee;
  font-weight:800;
  letter-spacing:.6px;
}
.hero__cta {
  z-index:5;
  grid-column:3;
  grid-row:2;
  align-self:end;
  justify-self:stretch;
  height:214px;
  background:linear-gradient(135deg,rgba(132,18,18,.88),rgba(83,9,12,.78));
  border:1px solid rgba(255,255,255,.15);
  padding:45px 40px 30px;
  box-shadow:0 25px 80px rgba(0,0,0,.35);
  position:relative;
  overflow:hidden;
}
.hero__cta h3 {
  margin:0 0 26px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:27px;
  line-height:1.06;
  letter-spacing:.5px;
}

/* ===== Features ===== */
.features {
  position:relative;
  z-index:4;
  margin-top:-188px;
  margin-bottom:20px;
  pointer-events:none;
}
.features__grid {
  width:calc(100% - 330px);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:transparent;
  border:0;
  pointer-events:none;
}
.feature {
  padding:16px 25px 14px 0;
  min-height:145px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  border-right:1px solid var(--line);
  pointer-events:auto;
}
.feature:last-child { border-right:0; }
.icon {
  font-family:"Arial Narrow",Impact,sans-serif;
  color:var(--red);
  font-size:44px;
  line-height:1;
  margin-top:3px;
}
.feature b {
  display:block;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:17px;
  line-height:1.18;
  letter-spacing:.35px;
}
.feature p {
  margin:12px 0 0;
  color:#b9b9b9;
  font-size:14px;
  line-height:1.42;
}
.feature__title-link{
  position:relative;
  z-index:20;
  color:inherit;
  text-decoration:none;
  display:inline-block;
  pointer-events:auto;
  cursor:pointer;
}
.feature__title-link:hover{color:var(--red);}

/* ===== Sections ===== */
.section { padding:66px 0 0; }
.section__head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:30px;
  border-bottom:1px solid var(--line);
}
.title {
  position:relative;
  margin:0 0 -1px;
  padding:0 0 18px 34px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:36px;
  line-height:1;
  letter-spacing:.6px;
}

  .title span {
    color: var(--red);
  }

.title:before {
  content:"/";
  position:absolute;
  left:0;
  top:-3px;
  color:var(--red);
  font-weight:900;
}
.all {
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  color:#dcdcdc;
  font-size:14px;
  white-space:nowrap;
  font-weight:800;
}
.all:hover { color:var(--red); }
.all span { font-size:24px; vertical-align:-2px; }

.card__link,
.card__title-link {
  display:block;
  color:inherit;
  text-decoration:none;
}
.card__title-link:hover { color:var(--red); }
.tech__link,
.tech__title-link,
.news__link,
.news__title-link {
  display:block;
  color:inherit;
  text-decoration:none;
}
.tech__title-link:hover,
.news__title-link:hover { color:var(--red); }

/* ===== Cards ===== */
.cards {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:24px;
}
.card {
   background: radial-gradient(circle at 15% 45%, rgba(215,25,32,0.14), transparent 26%), #181818;
  border:1px solid var(--line);
  min-height:386px;
  position:relative;
  overflow:hidden;
}
.card__img {
  height:184px;
  width:100%;
  object-fit:cover;
  filter:saturate(.82) contrast(1.08);
}
.card__body { padding:26px 20px 22px; }
.card h3 {
  margin:0 0 19px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:18px;
  line-height:1.18;
  letter-spacing:.35px;
}
.card p { margin:0; color:#b7b7b7; font-size:16px; line-height:1.5; }


.card:hover{
border-color: var(--red);
box-shadow: 0 0 30px rgba(215,25,32,0.3);
}
.tech-card:hover{
border-color: var(--red);
box-shadow: 0 0 30px rgba(215,25,32,0.3);
}
.news-card:hover{
border-color: var(--red);
box-shadow: 0 0 30px rgba(215,25,32,0.3);
}

/* ===== Tech ===== */
.tech {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.tech-card {
  position:relative;
  /* min-height:230px; */
  height: 430px;  
  border:1px solid var(--line);
  overflow:hidden;
  background:#111111;
}
.tech__link {
  position:absolute;
  inset:0;
  z-index:1;
}
.tech-card img {
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.86;
}
.tech-card:after {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.26),rgba(0,0,0,.75));
}
.tech-card:before {
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  border-style:solid;
  border-width:0 0 26px 26px;
  border-color:transparent transparent var(--red) transparent;
  z-index:3;
}
.tech-card__info {
  position:absolute;
  z-index:2;
  left:28px;
  right:28px;
  bottom:28px;
  display:grid;
  grid-template-columns:70px 1fr;
  align-items:center;
  gap:20px;
}
.tech-icon { font-size:43px; color:#fff; }
.tech-card h3 {
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  margin:0;
  font-size:28px;
}
.tech-card p { margin:5px 0 0; color:#c8c8c8; line-height:1.45; }

/* ===== News ===== */
.news {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.news-card {
  min-height:auto;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  
  border:1px solid var(--line);
}
.news-card img {
  position:static;
  width:100%;
  height:220px;
  object-fit:cover;
  opacity:1;
}
.news-card:after { display:none; }
.news-card__body {
  position:static;
  z-index:1;
  left:auto;
  right:auto;
  bottom:auto;
  display:flex;
  flex-direction:column;
  flex:1;
  padding:24px 22px 22px;
 background: radial-gradient(circle at 15% 45%, rgba(215,25,32,0.14), transparent 26%), #181818;
}
.news-card .date {
  position:static;
  display:inline-flex;
  width:fit-content;
  margin:0 0 16px;
  background:var(--red);
  color:#fff;
  padding:6px 10px;
  font-family:"Arial Narrow",Impact,sans-serif;
  font-weight:800;
  font-size:14px;
}
.news-card h3 {
  margin:0 0 19px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:18px;
  line-height:1.18;
  letter-spacing:.35px;
}
.news-card p { margin:0 0 18px; color:#c4c4c4; }
.news-card .more { margin-top:auto; }

.more {
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  color:var(--red);
  font-weight:800;
}
.more span { font-size:24px; vertical-align:-2px; margin-left:8px; }

/* ===== FAQ ===== */
.faq {
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:30px;
}
.faq-list { border-top:1px solid var(--line); }
.faq-item {
  cursor:pointer;
  flex-wrap:wrap;
  min-height:58px;
  border:1px solid var(--line);
  border-top:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 22px;
   background: radial-gradient(circle at 15% 45%, rgba(215,25,32,0.14), transparent 26%), #181818;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:18px;
  line-height:1.18;
  letter-spacing:.35px;
  font-weight:700;
}
.faq-item:hover { background:#15191c; }
.faq-toggle { font-size:30px; font-weight:300; color:#bbb; line-height:1; transition:.2s; }
.faq-answer {
  display:none;
  width:100%;
  padding:16px 0 4px;
  color:#c8c8c8;
  text-transform:none;
  line-height:1.45;
  font-family:"Arial Narrow","Roboto Condensed",Arial,sans-serif;
  font-size:16px;
  font-weight:400;
  letter-spacing:0.1px;
}
.faq-item.active .faq-answer { display:block; }
.faq-item.active .faq-toggle { content:'−'; }

.question {
  border:1px solid var(--line);
   background: radial-gradient(circle at 15% 45%, rgba(215,25,32,0.14), transparent 26%), #181818;
  min-height:232px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:34px;
}
.question__icon{
  width:78px;
  height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 78px;
}
.question__icon img{
  width:78px;
  height:78px;
  display:block;
  object-fit:contain;
}
.question h3 {
  margin:0 0 10px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:28px;
}
.question p { margin:0 0 24px; color:#c4c4c4; line-height:1.45; }

/* ===== Footer ===== */
.footer {
  margin-top:0;
  background:#050505;
  border-top:1px solid rgba(255,255,255,0.06);
  padding:34px 0;
}
.footer__grid {
  display:grid;
  grid-template-columns:1.4fr 0.8fr 0.8fr 1.3fr;
  gap:36px;
}
.footer .brand { min-width:0; }
.footer .brand img { width:100px; height:70px; }
.footer .brand__text { font-size:18px; }
.copy { margin-top:18px; color:#888; }
.footer .copy:first-of-type{
  margin-left:102px;
}
.footer-copy{
 text-align:center;
 margin-top:28px;
 color:#888;
}
.footer-links {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:13px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:14px;
  font-weight:800;
  letter-spacing:0.45px;
}
.footer-links a {
  opacity:0.92;
}
.footer-links a:hover {
  color:var(--red);
}
.contacts p { margin:0 0 10px; color:#d0d0d0; }
.social {
  display:flex;
  gap:11px;
  margin-top:17px;
}
.social i {
  width:32px;
  height:32px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--red);
  font-style:normal;
  font-family:"Arial Narrow",Impact,sans-serif;
}

.mobile-menu { display:none; }

/* ===== Медиа-запросы (объединены) ===== */
@media (max-width:1180px) {
  .brand { min-width:330px; }
  .brand img { width:82px; height:82px; }
  .nav { gap:18px; font-size:12px; }
  .hero h1 { font-size:62px; }
  .hero__inner { grid-template-columns:minmax(320px,520px) 1fr 270px; }
  .features__grid { width:calc(100% - 300px); grid-template-columns:repeat(2,1fr); }
  .features { margin-top:-210px; }
  .feature:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,0.08); }
  .cards { grid-template-columns:repeat(3,1fr); }
}

@media (max-width:820px) {
  .container { width:calc(100% - 32px); }
  .header { height:76px; }
  .header__inner { gap:10px; }
  .brand { min-width:0; gap:10px; flex:0 0 auto; }
  .brand img { width:54px; height:54px; }
  .brand__text { display:none; }
  .nav { display:none; }
  .header .btn {
    display:inline-flex;
    min-width:0;
    height:38px;
    min-height:38px;
    padding:0 14px;
    margin-left:auto;
    background:transparent;
    color:var(--red);
    font-size:11px;
    line-height:1;
    white-space:nowrap;
  }
  .burger {
    display:block;
    margin-left:0;
    flex:0 0 42px;
  }
  .hero {
    min-height:auto;
    background-position:center top;
  }
  .hero__inner {
    min-height:auto;
    padding:62px 0 325px;
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }
  .hero__copy, .hero__cta { grid-column:auto; grid-row:auto; }
  .hero h1 { font-size:48px; max-width:320px; }
  .hero__lead { font-size:17px; }
  .hero__cta {
    justify-self:stretch;
    align-self:auto;
    width:auto;
    height:auto;
    margin-top:8px;
    padding:20px;
    background:rgba(145,14,19,.76);
  }
  .hero__cta h3 { font-size:21px; margin-bottom:14px; }
  .btn { min-height:44px; padding:0 18px; font-size:13px; }

  .features { margin-top:-295px; }
  .features__grid {
    width:100%;
    grid-template-columns:1fr;
    background:rgba(16,16,16,.96);
    border:1px solid var(--line);
    pointer-events:none;
  }
  .feature {
    min-height:auto;
    padding:20px 18px;
    grid-template-columns:42px 1fr;
    gap:12px;
    border-bottom:1px solid var(--line);
    border-right:0;
  }
  .feature:last-child { border-bottom:0; }
  .icon { font-size:31px; margin:0; }
  .feature b { font-size:16px; }
  .feature__title-link {
    position:relative;
    z-index:20;
    display:inline-block;
    pointer-events:auto;
    cursor:pointer;
  }
  .feature__title-link:hover { color:var(--red); }
  .feature p { display:none; }

  .section { padding-top:46px; }
  .section__head { align-items:flex-end; margin-bottom:22px; }
  .title { font-size:27px; padding-left:24px; }
  .all { font-size:12px; }

  .cards { grid-template-columns:1fr; gap:18px; }
  .card { width:100%; min-height:auto; }
  .card__img { height:145px; }
  .card__body { padding:18px; }
  .card h3 { font-size:19px; }
  .card p { font-size:14px; }

  .tech, .news, .faq, .footer__grid { grid-template-columns:1fr; }
  .tech-card { min-height:210px; }
  .tech-card__info { grid-template-columns:50px 1fr; left:20px; right:20px; bottom:20px; }
  .tech-icon { font-size:34px; }
  .tech-card h3 { font-size:24px; }
  .news-card img { height:205px; }

  .faq { gap:18px; }
  .question { padding:24px; display:block; }
  .question__icon { width:60px; height:60px; font-size:32px; margin-bottom:16px; }

  .footer { margin-top:0; }
  .footer__grid { gap:24px; }
  .footer .brand__text { display:block; }
  .footer-links { font-size:12px; }

  .mobile-menu {
    display:block;
    position:fixed;
    inset:76px 0 auto 0;
    background:#080808;
    border-bottom:1px solid #222;
    transform:translateY(-130%);
    transition:.25s;
    z-index:40;
    padding:18px 16px;
  }
  .mobile-menu a {
    display:block;
    font-family:"Arial Narrow",Impact,sans-serif;
    text-transform:uppercase;
    padding:13px 0;
    border-bottom:1px solid #1f1f1f;
  }
  .mobile-menu.open { transform:translateY(0); }

  /* Специфичные правки для направлений, техники, новостей */
  #directions, #tech, #news { display:flex; flex-direction:column; }
  #directions .section__head, #tech .section__head, #news .section__head { display:contents; }
  #directions .title, #tech .title, #news .title {
    order:1;
    width:100%;
    margin:0 0 22px;
    white-space:nowrap;
    font-size:clamp(20px,5.6vw,27px);
    background:transparent;
    border:0;
    box-shadow:none;
    text-align:left;
    padding:0 0 18px 24px;
  }
  #directions .title:before, #tech .title:before, #news .title:before { display:block; }
  #directions .cards, #tech .tech, #news .news { order:2; }
  #directions .all, #tech .all, #news .all {
    order:3;
    align-self:flex-start;
    display:inline-flex;
    margin:20px 0 0 24px;
    font-size:13px;
    white-space:nowrap;
    background:transparent;
    border:0;
    color:#dcdcdc;
    padding:0;
    min-height:auto;
  }
  #directions .all {
    order:3;
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
    margin:22px 0 0;
    padding:0;
    min-height:56px;
    background:linear-gradient(135deg,rgba(132,18,18,.88),rgba(83,9,12,.78));
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    box-shadow:0 18px 55px rgba(0,0,0,.25);
    font-size:14px;
    text-align:center;
}
  #directions .all:hover {
    background:#b9151b;
    color:#fff;
  }
  #directions .all span { display:none; }
  #tech .all,
  #news .all {
    order:3;
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
    margin:22px 0 0;
    padding:0;
    min-height:56px;
    background:linear-gradient(135deg,rgba(132,18,18,.88),rgba(83,9,12,.78));
    border:1px solid rgba(255,255,255,.15);
    color:#fff;
    box-shadow:0 18px 55px rgba(0,0,0,.25);
    font-size:14px;
    text-align:center;
  }
  #tech .all:hover,
  #news .all:hover {
    background:#b9151b;
    color:#fff;
  }
  #tech .all span,
  #news .all span { display:none; }
  #directions .cards { grid-template-columns:1fr; }
  #tech .tech, #news .news { grid-template-columns:1fr; }
}

@media (max-width:430px) {
  .container { width:calc(100% - 24px); }
  .header__inner { gap:8px; }
  .header .btn { height:34px; min-height:34px; padding:0 9px; font-size:10px; letter-spacing:.2px; }
  .burger { width:38px; height:38px; flex-basis:38px; }
  .hero h1 { font-size:40px; }
  .hero__inner { padding-top:48px; padding-bottom:305px; }
  .hero__cta { margin-top:0; }
  .section__head { border-bottom:0; display:block; }
  .title { margin-bottom:12px; }
  .all { display:inline-block; margin-left:24px; }
  .feature { padding:17px 14px; }
  .cards { gap:16px; }
  .news-card img { height:185px; }

  #directions .title, #tech .title, #news .title {
    margin:0 0 18px;
    padding:0 0 18px 24px;
    font-size:clamp(19px,5.4vw,24px);
    letter-spacing:.6px;
  }
  #directions .all, #tech .all, #news .all {
    margin:18px 0 0 24px;
    font-size:12px;
  }
  #directions .all,
  #tech .all,
  #news .all {
    width:100%;
    margin:18px 0 0;
    padding:0;
    min-height:50px;
  }
}

/* ===== CTA Ready ===== */
.cta-ready {
  position: relative;
  overflow: hidden;
  margin-top:72px;
  padding: 96px 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(215, 25, 32, 0.26), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(123, 13, 17, 0.22), transparent 34%),
    linear-gradient(135deg, #191c20 0%, #111315 52%, #08090a 100%);
  border-top: 1px solid rgba(215, 25, 32, 0.28);
  border-bottom: 1px solid rgba(215, 25, 32, 0.14);
}
.cta-ready:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(215,25,32,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215,25,32,0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.45));
  background-size: 62px 62px, 62px 62px, auto;
  pointer-events: none;
}
.cta-ready__inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.cta-ready__icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 24px;
  border-radius: 50%;
  border: 1px solid rgba(215,25,32,0.34);
  background: rgba(215,25,32,0.10);
  color: var(--red);
  display: grid;
  place-items: center;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 30px;
  box-shadow: 0 0 34px rgba(215,25,32,0.22);
}
.cta-ready h2 {
  margin: 0;
  font-family: "Arial Narrow", Impact, sans-serif;
  text-transform: uppercase;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.cta-ready h2 span {
  color: var(--red);
}
.cta-ready p {
  max-width: 610px;
  margin: 24px auto 0;
  color: #c4c4c4;
  font-size: 17px;
  line-height: 1.6;
}
.cta-ready__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 38px;
}
.cta-ready__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  color: #c8c8c8;
  font-family: "Arial Narrow", Impact, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
}
.cta-ready__phone:hover {
  color: #fff;
}
@media (max-width: 820px) {
  .cta-ready {
    margin-top:72px;
    padding: 66px 0;
  }
  .cta-ready h2 {
    white-space: normal;
  }
  .cta-ready__actions {
    display: grid;
  }
}
  /* ========== hero-in ========== */
  .hero-in {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }

  .hero-in::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
  }

  .hero-in-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
  }

  .hero-in-badge {
    display: inline-block;
    border: 1px solid var(--red);
    color: var(--red);
    padding: 8px 24px;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
    animation: fadeInUp 1s ease 0.2s both;
  }

  .hero-in h1 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(40px, 10vw, 72px);
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--white);
    text-shadow: 0 0 30px rgba(255,215,0,0.5);
    animation: fadeInUp 1s ease 0.4s both;
  }

  .hero-in h1 span {
    color: var(--red);
  }

  .hero-in p {
    font-size: 24px;
    color: var(--grey);
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    animation: fadeInUp 1s ease 0.6s both;
  }

  .hero-in-btn {
    display: inline-block;
    background: var(--red);
    color: var(--black);
    padding: 18px 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.3s;
    box-shadow: 0 10px 40px rgba(255,215,0,0.4);
    animation: fadeInUp 1s ease 0.8s both;
  }

  .hero-in-btn:hover {
    background: var(--gold-light);
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(255,215,0,0.6);
  }

  .scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
    z-index: 2;
  }

  .scroll-indicator span {
    display: block;
    width: 2px;
    height: 40px;
    background: linear-gradient(to bottom, var(--red), transparent);
    margin: 0 auto;
  }

  @keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(10px); }
  }

  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
/* ========== hero-in ========== */


/*--------------------------------------------------------------
*  НАЗАД 
--------------------------------------------------------------*/
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.back-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.back-link a:hover {
  color: var(--red);
  transform: translateX(-3px);
}

.back-link svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.back-link a:hover svg {
  transform: translateX(-3px);
}

.back-link-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.back-link-sec a {
  display: inline-flex;
  align-items: center;
  color: var(--red);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;

}

.back-link-sec a:hover {
  color: var(--red);
  transform: translateX(-3px);
}

.back-link-sec svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.back-link-sec a:hover svg {
  transform: translateX(-3px);
}
/*--------------------------------------------------------------
*  НАЗАД 
--------------------------------------------------------------*/

/* ========== СТИЛИ ПОДРОБНОЙ СТРАНИЦЫ (УСЛУГИ/НОВОСТИ) ========== */
.text {
    padding: 0px 0px;
    /* max-width: 1000px; */
    margin: 0 auto;
}

.text-container {
    line-height: 1.8;
    font-size: 18px;
    color: #e0e0e0;
}

/* Заголовки внутри текста */
.text-container h2 {
  position:relative;
  margin:0 0 -1px;
  padding:0 0 18px 0px;
  font-family:"Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
  font-size:36px;
  line-height:1;
  letter-spacing:.6px;
}

.text-container h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: var(--white);
    text-transform: uppercase;
    margin: 30px 0 15px;
    border-left: 3px solid var(--red);
    padding-left: 15px;
}

/* Абзацы */
.text-container p {
    margin-bottom: 25px;
    font-weight: 300;
}

/* Списки */
.text-container ul {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 5px;
}

.text-container li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.text-container li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--red);
    font-size: 14px;
}

/* Изображения внутри контента */
.content-img {
    max-width: 850px;        
	border-radius: 8px;
    margin: 40px 0;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

/* Выделение текста (Цитата или Важное) */
.important-note {
    background: var(--dark);
    border: 1px solid var(--red);
    padding: 30px;
    border-radius: 4px;
    margin: 40px 0;
    position: relative;
}

.important-note p {
    margin-bottom: 0;
    color: var(--red);
    font-style: italic;
}

/* Адаптивность для текста */
@media (max-width: 1016px) {
    .text {
        padding: 60px 20px;
    }
    .text-container h2 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
  .content-img {
    max-width: 100%;        
}
}

  .news-date {
    font-size: 14px;
    color: var(--red);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
/* ========== СТИЛИ ПОДРОБНОЙ СТРАНИЦЫ (УСЛУГИ/НОВОСТИ) ========== */


/*--------------------------------------------------------------
*  Contacts 
--------------------------------------------------------------*/
.contacts-section {
  padding: 100px 60px;
  background: var(--dark);
  max-width: 1400px;
  margin: 0 auto;
}

.contacts-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* ===== ЛЕВАЯ ЧАСТЬ ===== */
.contacts-info {
  padding: 0px 0;
}

.contacts-title {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 25px;
  color: var(--white);
}

.contacts-title span {
  color: var(--red);
}

.contacts-desc {
  font-size: 18px;
  line-height: 1.8;
  color: var(--grey);
  margin-bottom: 40px;
}

.contacts-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.contact-icon {
  font-size: 28px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: var(--black); */
    
  background: radial-gradient(circle at 16% 20%, rgba(215, 25, 32, 0.26), transparent 30%), radial-gradient(circle at 82% 70%, rgba(123, 13, 17, 0.22), transparent 34%), linear-gradient(135deg, #191c20 0%, #111315 52%, #08090a 100%);
  
  border-radius: 8px;
  flex-shrink: 0;
}

.contact-text strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 5px;
}

.contact-text a {
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.contact-text a:hover {
  color: var(--red);
}

.contacts-cta {
  display: inline-block;
  background: var(--red);
  color: var(--black);
  padding: 18px 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: 0.3s;
  box-shadow: 0 10px 40px rgba(255,215,0,0.4);
}

.contacts-cta:hover {
  background: var(--gold-light);
  transform: translateY(-3px);
  box-shadow: 0 15px 50px rgba(255,215,0,0.6);
}

/* ===== ПРАВАЯ ЧАСТЬ - КАРТА ===== */
.contacts-map {
  height: 500px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid var(--red);
  box-shadow: 0 20px 60px rgba(255,215,0,0.2);
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 1024px) {
  .contacts-section { padding: 80px 40px; }
  .contacts-container { grid-template-columns: 1fr; gap: 40px; }
  .contacts-map { height: 400px; }
}

@media (max-width: 768px) {
  .contacts-section { padding: 60px 20px; }
  .contacts-title { font-size: 36px; }
  .contacts-desc { font-size: 16px; }
  .contact-item { gap: 15px; }
  .contact-icon { width: 40px; height: 40px; font-size: 22px; }
  .contacts-cta { padding: 15px 40px; font-size: 16px; }
  .contacts-map { height: 300px; }
}

@media (max-width: 480px) {
  .contacts-title { font-size: 28px; }
  .contact-text strong { font-size: 14px; }
  .contact-text a { font-size: 14px; }
  .contacts-map { height: 250px; }
}
/*--------------------------------------------------------------
*  Contacts 
--------------------------------------------------------------*/


/* ===== Блок О центре из 5.html без счётчиков ===== */
.about-block {
  position: relative;
  padding: 80px 0 8px;
  /* background: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(215, 25, 32, 0.035) 10px, rgba(215, 25, 32, 0.035) 20px); */
}

.about-block__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.about-block__media {
  position: relative;
}

.about-block__media-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111;
}

.about-block__media img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08);
}

.about-block__year {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 9px 16px;
  background: var(--red);
  color: #fff;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-block__label {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-block__news {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-block h2 {
  margin: 0;
  font-family: "Arial Narrow", Impact, sans-serif;
  text-transform: uppercase;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.95;
  letter-spacing: -0.4px;
}

.about-block h2 span {
  color: var(--red);
}

.about-block p {
  margin: 26px 0 0;
  color: #aaa;
  font-size: 17px;
  line-height: 1.65;
}

.about-block p + p {
  margin-top: 18px;
  color: #777;
  font-size: 16px;
}

@media (max-width: 820px) {
  .about-block {
    padding: 52px 0 0;
  }

  .about-block__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-block__media img {
    height: 320px;
  }

  .about-block__label {
    margin-bottom: 14px;
  }

  .about-block h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .about-block p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }
}

@media (max-width: 430px) {
  .about-block__media img {
    height: 240px;
  }
}
/* ===== Блок О центре из 5.html без счётчиков ===== */

  /* ========== КНОПКА НАВЕРХ ========== */
  .scroll-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: var(--red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;
    box-shadow: 0 5px 20px rgba(255,215,0,0.4);
  }

  .scroll-top.visible {
    opacity: 1;
    visibility: visible;
  }

  .scroll-top:hover {
    background: #fff;
    color: var(--red);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255,215,0,0.6);
  }

  .scroll-top::after {
    content: '↑';
    font-size: 24px;
    font-weight: bold;
  }


/* ===== ТОЛЬКО УНИКАЛЬНЫЕ СТИЛИ ДЛЯ 404, КОТОРЫХ НЕТ В STYLE.CSS ===== */
        
        /* Основной контейнер 404 — центрируем по вертикали и горизонтали */
        .error-main {
            width: 100%;
            padding: 240px 20px;
        }
        
        .error-container {
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }
        
        /* Уникальный стиль для цифры 404 (glitch-эффект) */
        .error-code {
            font-family: 'Oswald', sans-serif;
            font-size: 220px;
            font-weight: 800;
            line-height: 1;
            background: linear-gradient(135deg, var(--red) 0%, var(--red) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-shadow: 0 10px 40px rgba(255,215,0,0.3);
            letter-spacing: 20px;
            margin-right: -20px;
            animation: glitch 3s infinite;
        }
        
        @keyframes glitch {
            0%, 100% { text-shadow: 0 0 5px rgba(255,215,0,0.3); }
            95% { text-shadow: -2px 0 var(--red), 2px 2px var(--red); }
            96% { text-shadow: 2px -2px var(--red); }
        }
        
        /* Заголовок страницы */
        .error-title {
            font-family: 'Oswald', sans-serif;
            font-size: 36px;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin: 20px 0 16px;
            color: var(--white);
        }
        
        .error-title span {
            color: var(--red);
        }
        
        /* Текстовое описание */
        .error-text {
            font-size: 18px;
            color: var(--grey);
            margin-bottom: 40px;
            line-height: 1.6;
            max-width: 550px;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* Контейнер с кнопками */
        .error-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 60px;
        }
        
        /* Блок с контактами (помощь) */
        .help-block {
            border-top: 1px solid rgba(255,215,0,0.2);
            padding-top: 40px;
            margin-top: 20px;
        }
        
        .help-title {
            font-family: 'Oswald', sans-serif;
            font-size: 20px;
            letter-spacing: 2px;
            margin-bottom: 20px;
            color: var(--red);
        }
        
        .contacts-mini {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }
        
        /* Стили контактных чипов (их нет в основном style.css) */
        .contact-chip {
            background: var(--card-bg, #161616);
            padding: 12px 24px;
            border-radius: 40px;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            font-size: 16px;
            text-decoration: none;
            color: var(--white);
            transition: 0.3s;
            border: 1px solid rgba(255,215,0,0.2);
        }
        
        .contact-chip:hover {
            border-color: var(--red);
            background: var(--dark);
            transform: translateY(-2px);
        }
        
        .contact-chip span {
            font-size: 20px;
        }
        
        /* Анимация появления (уникальная для 404) */
        .fade-up {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeUp 0.8s ease forwards;
        }
        
        @keyframes fadeUp {
            to { opacity: 1; transform: translateY(0); }
        }
        
        .delay-1 { animation-delay: 0.2s; }
        .delay-2 { animation-delay: 0.4s; }
        .delay-3 { animation-delay: 0.6s; }
        
        /* Адаптивность под мобильные устройства */
        @media (max-width: 768px) {
            .error-code { font-size: 130px; letter-spacing: 10px; margin-right: -10px; }
            .error-title { font-size: 28px; letter-spacing: 2px; }
            .error-text { font-size: 16px; }
            .btn-primary, .btn-outline { padding: 10px 24px; font-size: 14px; }
        }
        
        @media (max-width: 480px) {
            .error-code { font-size: 90px; letter-spacing: 5px; }
            .error-title { font-size: 24px; }
            .error-buttons { gap: 12px; }
            .contact-chip { padding: 8px 18px; font-size: 14px; }
        }

/* Только кнопки — остальное из style.css */
        .btn-primary, .btn-outline {
            display: inline-block;
            padding: 14px 36px;
            font-family: 'Oswald', sans-serif;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 2px;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 4px;
            transition: 0.3s;
            cursor: pointer;
        }
        
        .btn-primary {
            background: var(--red);
            color: var(--black);
            border: none;
        }
        
        .btn-primary:hover {
            background: var(--red);
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(255,215,0,0.4);
        }
        
        .btn-outline {
            background: transparent;
            border: 2px solid var(--red);
            color: var(--red);
        }
        
        .btn-outline:hover {
            background: var(--red);
            color: var(--black);
            transform: translateY(-3px);
        }



/*--------------------------------------------------------------
* Navigation
--------------------------------------------------------------*/
.navigation {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  padding: 20px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.navigation:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.page_prev,
.page_next {
  margin: 0;
}

.navigation a {
  text-decoration: none !important;
}

.nazad,
.vpered {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  transition: 0.3s;
  text-decoration: none;
}

a .nazad:hover,
a .vpered:hover {
  background: #b9151b;
  border-color: #b9151b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(215,25,32,0.3);
}

.page_prev span .nazad,
.page_next span .vpered {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--line);
  cursor: default;
  opacity: 0.55;
}

.pages {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pages a,
.pages span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 15px;
  font-weight: 800;
  border: 1px solid var(--red);
  text-decoration: none !important;
  transition: 0.3s;
}

.pages a {
  background: var(--red);
  color: #fff;
}

.pages a:hover {
  background: #b9151b;
  border-color: #b9151b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(215,25,32,0.3);
}

.pages span {
  background: #050505;
  color: var(--red);
  border-color: var(--red);
}

/* Адаптив */
@media (max-width: 768px) {
  .navigation {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }

  .nazad,
  .vpered {
    min-height: 38px;
    padding: 0 16px;
    font-size: 12px;
  }

  .pages a,
  .pages span {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
* End navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
* Cookie
--------------------------------------------------------------*/

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 18px 20px;
    text-align: center;

    background:linear-gradient(135deg,rgba(132,18,18,.88),rgba(83,9,12,.78));

    /*! border-top: 2px solid var(--red); */
    box-shadow: 0 -10px 35px rgba(215,25,32,.28);
}

.cookie_text {
    display: inline-block;
    max-width: 950px;
    margin: 0;
    color: #d5d5d5;
    font-size: 15px;
    line-height: 1.7;
}

.cookie_text a {
    color: var(--red);
    text-decoration: none;
    transition: .3s;
}

.cookie_text a:hover {
    color: #ffffff;
}

.cookie_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin: 14px 6px 0;
    padding: 0 24px;
    min-height: 44px;

    border: 1px solid var(--red);
    background: var(--red);
    color: #fff;

    font-family: "Arial Narrow", Impact, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;

    cursor: pointer;
    transition: .3s;
}

.cookie_btn:hover {
    background: #b9151b;
    border-color: #b9151b;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(215,25,32,.35);
}

.cookie_btn:before,
.cookie_btn:after {
    display: none;
}

@media (max-width:768px) {

    .cookie_notice {
        padding: 16px 14px;
    }

    .cookie_text {
        display: block;
        font-size: 14px;
        line-height: 1.6;
    }

    .cookie_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 220px;
        height: 44px;
        margin: 16px auto 0;
        padding: 0 24px;
        text-align: center;
    }
}

/*--------------------------------------------------------------
* Cookie
--------------------------------------------------------------*/