@font-face {
  font-family: 'IRANSansX';
  src: url('../fonts/IRANSansX-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansX';
  src: url('../fonts/IRANSansX-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansX';
  src: url('../fonts/IRANSansX-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansX';
  src: url('../fonts/IRANSansX-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.lbl,
.lbl.wht,
.lbl.animate,
#badge {
  font-weight: 700;
}

.cta-round {
  width: 48px;
  height: 48px;
  background: #FFDE21;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-round img {
  width: 24px;

  height: 24px;
  filter: brightness(0.1);

}

html.no-scroll,
body.no-scroll {
  overscroll-behavior: none;
  overflow: hidden;
}

.hero {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.vwrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #050819;
}

.vwrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(.22, .9, .32, 1);
}

.vwrap.is-ready video {
  opacity: 1;
}

.vload {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  transition:
    opacity 0.95s cubic-bezier(.22, .9, .32, 1),
    visibility 0.95s cubic-bezier(.22, .9, .32, 1);
}

.vwrap.is-ready .vload {
  opacity: 0;
  visibility: hidden;
}

.vload-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 20%, rgba(27, 41, 179, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse 70% 55% at 85% 75%, rgba(255, 222, 33, 0.08) 0%, transparent 50%),
    linear-gradient(225deg, #0a1030 0%, #121a4a 38%, #080f28 72%, #030612 100%);
  animation: heroLoaderPulse 4.5s ease-in-out infinite;
}

.vload-gl {
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    115deg,
    transparent 42%,
    rgba(255, 255, 255, 0.04) 50%,
    transparent 58%
  );
  animation: heroLoaderShimmer 2.8s ease-in-out infinite;
}

.vload-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.vload-bar-in {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #FFDE21 0%, #fff6a8 100%);
  box-shadow: 0 0 12px rgba(255, 222, 33, 0.45);
  transition: width 0.35s ease;
}

.vwrap.is-ready .vload-bar {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.top-txt {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero.is-video-ready .top-txt {
  opacity: 1;
}

@keyframes heroSlideFromRight {
  from { transform: translateX(120vw); }
  to { transform: translateX(0); }
}

@keyframes heroSlideFromLeft {
  from { transform: translateX(-120vw); }
  to { transform: translateX(0); }
}

@keyframes heroSlideFromBottom {
  from {
    transform: translateY(180%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

html.is-loading .hero .top-txt,
.hero.hero-waiting .top-txt {
  opacity: 0 !important;
}

.hero.hero-waiting .top-h1,
.hero.hero-waiting .top-p,
.hero.hero-waiting .top-go,
.hero.hero-waiting .go-up {
  transition: none !important;
}

.hero.hero-waiting .top-h1 {
  transform: translateX(120vw);
}

.hero.hero-waiting .top-p {
  transform: translateX(-120vw);
  opacity: 1;
}

.hero.hero-waiting .top-go,
.hero.hero-waiting .go-up {
  transform: translateY(180%);
  opacity: 0;
}

.hero.hero-animate .top-h1,
.hero.hero-animate .top-p,
.hero.hero-animate .top-go,
.hero.hero-animate .go-up {
  transition: none !important;
}

.hero.hero-animate .top-h1 {
  animation: heroSlideFromRight 1s cubic-bezier(.25, .1, .25, 1) 0.2s both;
}

.hero.hero-animate .top-p {
  animation: heroSlideFromLeft 1s cubic-bezier(.25, .1, .25, 1) 1.2s both;
}

.hero.hero-animate .top-go {
  animation: heroSlideFromBottom 0.9s cubic-bezier(.2, .9, .3, 1.2) 2.2s both;
}

.hero.hero-done .top-h1 {
  transform: translateX(0) !important;
}

.hero.hero-done .top-p {
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.hero.hero-done .top-go,
.hero.hero-done .go-up {
  opacity: 1 !important;
  transition: none !important;
  transform: translateY(0);
  animation: none !important;
}

.hero .top-go,
.hero .go-up {
  will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
  .hero.hero-animate .top-h1,
  .hero.hero-animate .top-p,
  .hero.hero-animate .top-go {
    animation: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes heroLoaderPulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.08); }
}

@keyframes heroLoaderShimmer {
  0% { transform: translateX(-30%) translateY(-10%) rotate(0deg); }
  100% { transform: translateX(30%) translateY(10%) rotate(0deg); }
}

@media (prefers-reduced-motion: reduce) {
.vload-bg,
  .vload-gl {
    animation: none;
  }

.vwrap video,
  .vload,
  .top-txt {
    transition-duration: 0.01ms;
  }
}

.vwrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(225deg,
      rgba(10, 15, 40, 0.04) 0%,
      rgba(8, 12, 40, 0.22) 35%,
      rgba(5, 8, 35, 0.42) 65%,
      rgba(0, 3, 25, 0.65) 100%);
  z-index: 3;
  pointer-events: none;
}

.tit-clip {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.tit-clip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f4f4f4;

  transform: translateY(100%);
  transition: transform 1.1s cubic-bezier(.22, .9, .32, 1);
  z-index: 1;
}

.tit-line {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 1.25s cubic-bezier(.22, .9, .32, 1),
    transform 1.25s cubic-bezier(.22, .9, .32, 1);
}

.tit-clip.visible::before {
  transform: translateY(-100%);
}

.tit-line.visible {
  opacity: 1;
  transform: translateY(0);
}

.txt-blk {
  opacity: 0;
  font-weight: 500;
  transform: translateY(28px);
  transition:
    opacity 1.2s cubic-bezier(.22, .9, .32, 1),
    transform 1.2s cubic-bezier(.22, .9, .32, 1);
}

.txt-blk.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width:601px) {
.nav.is-sticky {
    position: fixed;
    width: max-content;
  }

.nav.is-sticky .nav-inner {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 15px 20px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-weight: 700;
  }
}

.nav {
  position: fixed;

  top: 20px;

  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  z-index: 999;
  pointer-events: none;
  transition:
    top 0.4s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.4s ease,
    backdrop-filter 0.4s ease,
    padding 0.4s ease,
    border-radius 0.4s ease;
}

html.is-loading .nav,
.nav.nav-waiting {
  transform: translate(-50%, -180%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: none !important;
}

.nav.nav-enter {
  visibility: visible;
  animation: navDropIn 0.9s cubic-bezier(.22, .9, .32, 1) forwards;
}

.nav.nav-enter-done {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

@keyframes navDropIn {
  from {
    transform: translate(-50%, -180%);
    opacity: 0;
  }

  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.is-loading .nav,
  .nav.nav-waiting {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
  }

  .nav.nav-enter {
    animation: none;
  }
}

.nav.is-sticky {
  top: 20px;

}

.nav.hide-on-scroll {
  top: -100px !important;
}

.nav-inner {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  border-radius: 50%;

}

@media (max-width:600px) {
.nav-inner {
    width: 100%;
    justify-content: space-between;
    padding: 15px 5px !important;
  }

.nav {
    position: fixed;
    top: 20px;

    left: 50%;
    transform: translateX(-50%);
    transition: top 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: top;
  }

.nav.is-sticky {
    width: auto;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
      0 8px 12px -5px rgba(0, 0, 0, 0.14),
      0 6px 20px -10px rgba(0, 0, 0, 0.10);
  }

.nav.dark .nav-inner,
  .nav.is-sticky.dark .nav-inner {
    background: transparent !important;
  }

.menu,
  .nav.is-sticky .menu {
    display: none !important;
  }

.nav.is-sticky.dark .brand-logo {
    height: 24px;
  }

.nav.is-sticky.dark .ham-btn img {
    content: url("../icons/hamburger-dark.svg");
  }
}

#goWarranty {
  position: relative;
  overflow: hidden;
}

html,
body {
  overflow-x: hidden;
  font-weight: 500;
}

html {

  scrollbar-gutter: stable;
}

#goWarranty,
#goWarranty .seg {
  color: #fcfcfc !important;
}

section,
[data-nav] {
  margin-top: 0 !important;
  scroll-margin-top: 0px !important;

}

[data-nav="gozaresh"] {
  scroll-margin-top: -20px !important;
}

.blok-full {
  width: 100%;
  padding: 120px 0;
  min-height: 100vh;
  box-sizing: border-box;
  scroll-margin-top: 120px;

  display: flex;
  align-items: center;
  flex-direction: column;
}

#faq,
section[data-nav="gozaresh"] {
  min-height: auto;
}

@media (max-width:600px) {
.inner-wrap,
  .cards-hd,
  .cardbox {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

.grid {
    grid-template-columns: 1fr !important;
  }

.icon-img,
  .icon-img.hover-img {
    width: 45px !important;
    height: 45px !important;
  }
}

a,
a:focus,
a:active,
a:focus-visible,
button,
button:focus,
button:active,
button:focus-visible {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.35),
    0 0 0 6px rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}

.nav a:focus-visible {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.45),
    0 0 0 6px rgba(255, 255, 255, 0.2);
}

.hero .top-go {
  transition: none;
}

.top-go {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s ease;
}

.top-go.show {
  transform: translateY(0);
  opacity: 1;
}

body.menu-open .nav {
  pointer-events: none;
  opacity: 0;
}

.top-p {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(.25, .1, .25, 1), opacity 0.3s ease;
}

@keyframes impactJump {
  0% {
    transform: translateY(0);
  }

  35% {
    transform: translateY(-18px);
  }

  65% {
    transform: translateY(3px);
  }

  100% {
    transform: translateY(0);
  }
}

.top-txt.impact .headline,
.top-txt.impact p {
  animation: none !important;
  transform: none !important;
}

.top-h1 {
  transform: translateX(120vw);
  opacity: 1;
  transition: transform 1s cubic-bezier(.25, .1, .25, 1);
}

.top-h1.show {
  transform: translateX(0);
}

.top-p {
  transform: translateX(-120vw);
  opacity: 1;
  transition: transform 1s cubic-bezier(.25, .1, .25, 1);
}

.top-p.show {
  transform: translateX(0);
}

.top-txt.impact .headline,
.top-txt.impact p {
  animation: impactJump 0.55s cubic-bezier(.2, .9, .3, 1.2);
}

.go-up {
  position: relative;
  transform: translateY(180%);
  opacity: 0;
  transition:
    transform 0.9s cubic-bezier(.2, .9, .3, 1.2),
    opacity 0.3s ease;
  will-change: transform;
}

.go-up.show {
  transform: translateY(0);
  opacity: 1;
}

.top-txt {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fcfcfc;
}

.wtxt {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}

.wave-line {
  display: inline-block;
  direction: rtl;
  overflow: hidden;
  transform: translateY(140%);
  opacity: 0;
  animation: waveUp 0.9s cubic-bezier(.2, .9, .3, 1.1) forwards;
}

@keyframes waveUp {
  0% {
    transform: translateY(140%);
    opacity: 0;
  }

  55% {
    transform: translateY(-18%);
    opacity: 1;
  }

  75% {
    transform: translateY(6%);
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.m-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1b29b3;
  padding: 16px 20px 22px;
  z-index: 300;
}

.m-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: 0;
}

.hero.hero-done .top-go.shake,
.hero.hero-done .go-up.shake,
#goWarranty.shake {
  animation: shakeLoop 6s ease-in-out infinite !important;
  transition: none !important;
}

@keyframes shakeLoop {
  0%, 50%, 100% {
    transform: translateY(0) translateX(0);
  }

  1.667% {
    transform: translateY(0) translateX(-6px) rotate(-1deg);
  }

  3.333% {
    transform: translateY(0) translateX(6px) rotate(1deg);
  }

  5% {
    transform: translateY(0) translateX(-5px) rotate(-1deg);
  }

  6.667% {
    transform: translateY(0) translateX(5px) rotate(1deg);
  }

  8.333% {
    transform: translateY(0) translateX(-3px) rotate(-1deg);
  }

  10% {
    transform: translateY(0) translateX(3px) rotate(1deg);
  }

  11.667% {
    transform: translateY(0) translateX(-2px);
  }

  13.333% {
    transform: translateY(0) translateX(2px);
  }

  15% {
    transform: translateY(0) translateX(-1px);
  }

  16.667% {
    transform: translateY(0) translateX(0);
  }

  18.333% {
    transform: translateY(0) translateX(-6px) rotate(-1deg);
  }

  20% {
    transform: translateY(0) translateX(6px) rotate(1deg);
  }

  21.667% {
    transform: translateY(0) translateX(-5px) rotate(-1deg);
  }

  23.333% {
    transform: translateY(0) translateX(5px) rotate(1deg);
  }

  25% {
    transform: translateY(0) translateX(-3px) rotate(-1deg);
  }

  26.667% {
    transform: translateY(0) translateX(3px) rotate(1deg);
  }

  28.333% {
    transform: translateY(0) translateX(-2px);
  }

  30% {
    transform: translateY(0) translateX(2px);
  }

  31.667% {
    transform: translateY(0) translateX(-1px);
  }

  33.333% {
    transform: translateY(0) translateX(0);
  }

  35% {
    transform: translateY(0) translateX(-6px) rotate(-1deg);
  }

  36.667% {
    transform: translateY(0) translateX(6px) rotate(1deg);
  }

  38.333% {
    transform: translateY(0) translateX(-5px) rotate(-1deg);
  }

  40% {
    transform: translateY(0) translateX(5px) rotate(1deg);
  }

  41.667% {
    transform: translateY(0) translateX(-3px) rotate(-1deg);
  }

  43.333% {
    transform: translateY(0) translateX(3px) rotate(1deg);
  }

  45% {
    transform: translateY(0) translateX(-2px);
  }

  46.667% {
    transform: translateY(0) translateX(2px);
  }

  48.333% {
    transform: translateY(0) translateX(-1px);
  }
}

.ham-btn img {
  transition: transform .3s ease;
}

.ham-btn:hover img {
  transform: rotate(90deg);
}

.m-close img {
  transition: transform .3s ease;
}

.m-close:hover img {
  transform: rotate(90deg);
}

* {
  font-family: 'IRANSansX', sans-serif !important;
}

body.menu-open {

  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;

}

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-txt {
  margin-top: 0;
}

@media (max-width: 600px) {
.hero {
    height: 100vh;
    min-height: 400px;
  }
}

.nav-mid {
  flex: 1;
  display: flex;
  justify-content: center;
}

.brand {
  position: static;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
}

.brand-logo {
  display: block;
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
}

.brand-logo.is-dark {
  filter: none;
}

.menu {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 24px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.menu button,
.menu a {
  background: transparent;
  border: none;
  padding: 6px 6px;
  color: #fcfcfc;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.menu button::after,
.menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFDE21;
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s ease;
}

.menu button:hover::after,
.menu a:hover::after {
  transform: translateX(-50%) scale(1);
}

.menu .active::after {
  display: none;
}

.nav-li {
  position: relative;
}

.cta-round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFDE21;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
  transition: .25s;
}

.cta-round img {
  width: 10px;
  object-fit: contain;
}

.headline {
  font-size: 2.25rem;
  font-weight: 900;
  margin: 0;
}

.search {
  appearance: none;
  border: none;
  background: rgba(187, 187, 187, 0.15);
  -webkit-backdrop-filter: blur(10px);
  box-sizing: border-box;
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 500px;
  backdrop-filter: blur(8px);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.search * {
  pointer-events: none;
}

.search::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 130%;
  height: 100%;
  filter: blur(100px);
  animation: none;
  pointer-events: none;
}

.brand {
  position: static;
  color: #fcfcfc;
}

.seg {
  padding: 10px 14px;
  color: #f7f7f7;
  white-space: nowrap;
}

.divider {
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width:600px) {
.headline {
    font-size: 1.5rem;
  }

.menu {
    display: none;
  }

.ham-btn {
    display: block !important;
  }
}

.ham-btn {
  position: absolute;
  left: 10px;
  width: 22px;
  height: 22px;
  border-radius: 500px;
  border: 0;
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.m-menu-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 32px;
  background: #1b29b3;
  color: #f7f7f7;
  z-index: 9999;
  pointer-events: auto;
}

.m-menu-overlay.open {
  display: flex;
}

.m-close {
  position: absolute;
  top: max(20px, env(safe-area-inset-top));
  left: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  z-index: 10000;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.m-close img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  pointer-events: none;
}

.m-wrap {
  width: 100%;
  max-width: 420px;
  margin-top: 40px;
}

nav.m-big {
  display: flex;
  flex-direction: column;
  gap: 4px 2px;
  padding-top: 8px;
}

nav.m-big a {
  font-size: 2.875rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  color: #f7f7f7;
  display: inline-block;
  transform: translateX(-20px);
  opacity: 0;
  animation: slideIn .36s forwards;
}

nav.m-big a:nth-child(1) {
  animation-delay: .06s;
}

nav.m-big a:nth-child(2) {
  animation-delay: .12s;
}

nav.m-big a:nth-child(3) {
  animation-delay: .18s;
}

nav.m-big a:nth-child(4) {
  animation-delay: .24s;
}

nav.m-big a:nth-child(5) {
  animation-delay: .30s;
}

nav.m-big a:nth-child(6) {
  animation-delay: .36s;
}

@keyframes slideIn {
  to {
    transform: none;
    opacity: 1;
  }
}

.m-small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 220px;
  direction: rtl;
  justify-content: flex-start;
  margin-top: 28px;
}

.m-small a {
  text-align: right;
  color: #f7f7f7;
  text-decoration: none;
  font-size: 0.6875rem;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #999;
  background: transparent;
  white-space: nowrap;
}

.m-small a,
.m-small li a {
  opacity: 0;
  transform: scale(.75);
  pointer-events: none;
}

.m-menu-overlay.open .m-small a,
.m-menu-overlay.open .m-small li a {
  animation: mSmallPop .42s cubic-bezier(.4, 0, .2, 1) forwards;
  animation-delay: calc(.05s * var(--i));
  pointer-events: auto;
}

@keyframes mSmallPop {
  50% {
    opacity: 1;
    transform: scale(1.13);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.m-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 15px;
  color: #f4f4f4;
  font-size: 0.75rem;
}

.m-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.m-socials {
  display: flex;
  gap: 4px;
}

.m-socials span {
  width: 24px;
  height: 24px;
  border-radius: 35%;
  border: 1px solid rgba(255, 255, 255, 0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.6875rem;
  cursor: pointer;
}

@media(max-width:600px) {
nav.m-big a {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}

.tel-dsk {
  position: static;
  margin-right: auto;
  color: #1b29b3;
  background: #f7f7f7;
  padding: 12px 22px;
  border-radius: 60px;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.tel-dsk img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

@media(max-width:600px) {
.tel-dsk {
    display: none;
  }

.m-small a:hover,
  .m-small a:active {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.40);
  }
}

.m-phone {
  color: #f4f4f4;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 10px 14px;
  border-radius: 999px;
  background: #FFDE21;
  color: #1b29b3;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  gap: 6px;
  position: relative;
}

.m-phone::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url('../icons/call.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  order: 99;
}

.nav.is-sticky {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav.is-sticky .menu {
  gap: 18px;
  padding: 0;
  background: transparent;
  border: none;
  backdrop-filter: none;
}

.nav.is-sticky .brand {
  font-size: 1rem;
  font-weight: 700;
  color: #fcfcfc;
  white-space: nowrap;
}

.nav.is-sticky .tel-dsk {
  font-size: 0.875rem;
  padding: 8px 16px;
  background: #f7f7f7;
  color: #1b29b3;
  border-radius: 999px;
  white-space: nowrap;
}

.nav.is-sticky .brand-logo {
  height: 24px;
}

.nav.is-sticky .tel-dsk {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  background: url('../icons/call-dark.svg') center/contain no-repeat;
  background-color: transparent;
  font-size: 0;
  color: transparent;
}

.nav.is-sticky .tel-dsk img {
  display: none;
}

@media (max-width:600px) {
.nav {
    position: fixed;
    top: 20px;

    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
  }

.nav .brand,
  .nav .ham-btn {
    position: relative;
    top: 0;
    margin: 0;
    z-index: 10;
  }

.nav-inner,
  .nav.is-sticky .nav-inner {
    transform: none !important;
  }

.nav .menu {
    display: none !important;
  }

.nav.is-sticky .tel-dsk {
    display: none !important;
  }
}

@media (max-width:600px) {
.nav.is-sticky .menu {
    display: none !important;
  }

.nav.is-sticky .brand-logo {
    height: 24px;
  }

.nav.is-sticky .tel-dsk {
    display: none;
  }

.nav.is-sticky .ham-btn {
    display: flex !important;
  }
}

@media (max-width:600px) {
.nav {
    justify-content: space-between;
  }

.brand {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width:600px) {
.nav.is-sticky .brand-logo {
    height: 24px;
  }

.nav.is-sticky .ham-btn {
    display: flex !important;
  }
}

@media (min-width:601px) {
.nav.is-sticky .brand,
  .nav.is-sticky .menu,
  .nav.is-sticky .tel-dsk {
    display: inline-flex;
  }
}

.brand {
  position: relative;
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  z-index: 10;
}

.menu {
  display: flex;
  gap: 18px;
}

.tel-dsk {
  position: relative;
}

@media (max-width:600px) {
.brand {
    margin-right: 20px;
  }

.ham-btn {
    filter: invert(0);
    margin-left: 20px;
  }
}

@media (max-width: 600px) {
.nav.is-sticky {
    position: fixed;
    top: 20px;
    left: 12px;
    right: auto;
    transform: none;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    direction: ltr;
  }

.nav.is-sticky .ham-btn {
    order: 0;
    margin-left: 0;
    margin-right: auto;
    display: flex !important;
  }

.nav.is-sticky .brand {
    order: 1;
    margin: 0;
    margin-left: 30px;
    margin-right: 10px;
  }

.nav.is-sticky .brand-logo {
    height: 24px;
  }

.nav.is-sticky .menu,
  .nav.is-sticky .tel-dsk {
    display: none !important;
  }

.nav.is-sticky .nav-inner {
    width: auto;
  }
}

.line {
  display: block;
}

@media (max-width: 600px) {
.nav {
    max-width: 98vw;

  }
}

.nav.dark .nav-inner {
  background: #1b29b3;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.nav.dark .menu button,
.nav.dark .menu a {
  color: #fcfcfc;
}

.nav.dark .menu button::after,
.nav.dark .menu a::after {
  background: #FFDE21;
}

