.vk-desktop-nav {
  display: none;
}

.vk-header,
.vk-header .navbar {
  background: #000 !important;
}

.vk-header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.vk-header .vk-nav-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(246, 245, 241, 0.26);
  border-radius: 999px;
  color: #f6f5f1;
  display: inline-flex;
  height: 2.75rem;
  justify-content: center;
  padding: 0;
  width: 2.75rem;
}

.vk-header .vk-nav-toggle:focus-visible {
  box-shadow: 0 0 0 0.22rem rgba(214, 214, 208, 0.28);
  outline: none;
}

.vk-header .navbar-toggler-icon {
  background-image: none !important;
  border-top: 2px solid currentColor;
  display: inline-block;
  height: 1rem;
  position: relative;
  width: 1.25rem;
}

.vk-header .navbar-toggler-icon::before,
.vk-header .navbar-toggler-icon::after {
  border-top: 2px solid currentColor;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.vk-header .navbar-toggler-icon::before {
  top: -0.48rem;
}

.vk-header .navbar-toggler-icon::after {
  top: 0.48rem;
}

.tvke-mobile-panel {
  background: #000 !important;
  color: #f6f5f1 !important;
  display: none;
  inset: 0;
  min-height: 100dvh;
  overflow-y: auto;
  position: fixed;
  z-index: 2147483640;
}

.tvke-mobile-panel.is-open {
  display: block !important;
}

.tvke-mobile-panel::before {
  background:
    radial-gradient(circle at 14% 6%, rgba(255, 255, 255, 0.08), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
}

.tvke-mobile-panel__top {
  align-items: center;
  border-bottom: 1px solid rgba(246, 245, 241, 0.12);
  display: flex !important;
  gap: 1rem;
  justify-content: space-between;
  min-height: 5.5rem;
  padding: 1rem 1.25rem;
  position: relative;
  z-index: 2;
}

.tvke-mobile-panel__brand {
  align-items: center;
  border: 1px solid rgba(246, 245, 241, 0.16);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 3.5rem;
  justify-content: center;
  overflow: hidden;
  width: 3.5rem;
}

.tvke-mobile-panel__brand img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tvke-mobile-panel__top h2 {
  color: #e3e1dc !important;
  flex: 1 1 auto;
  font-family: var(--vk-font-display, "Cormorant Garamond", serif);
  font-size: clamp(1.75rem, 8vw, 2.35rem);
  line-height: 1;
  margin: 0;
}

.tvke-mobile-panel__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(246, 245, 241, 0.2);
  border-radius: 50%;
  color: #f6f5f1 !important;
  display: inline-flex;
  flex: 0 0 auto;
  height: 3rem;
  justify-content: center;
  padding: 0;
  width: 3rem;
}

.tvke-mobile-panel__body {
  display: block !important;
  padding: 1.15rem 1.25rem 2rem;
  position: relative;
  z-index: 2;
}

.tvke-mobile-links {
  display: grid !important;
  gap: 0.6rem;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tvke-mobile-links > li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tvke-mobile-link,
.tvke-mobile-cta {
  align-items: center;
  background: rgba(255, 255, 255, 0.075) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0.75rem;
  color: #f6f5f1 !important;
  display: flex !important;
  font-size: 1rem;
  font-weight: 650;
  gap: 0.78rem;
  letter-spacing: 0;
  min-height: 3.35rem;
  opacity: 1 !important;
  padding: 0.9rem 1rem;
  position: relative;
  text-decoration: none !important;
  transform: none !important;
  visibility: visible !important;
  width: 100%;
  -webkit-text-fill-color: #f6f5f1 !important;
}

.tvke-mobile-link i {
  color: #d9d8d3 !important;
  flex: 0 0 auto;
  font-size: 1.25rem;
}

.tvke-mobile-link span {
  color: inherit !important;
  display: inline-block !important;
  flex: 1 1 auto;
  opacity: 1 !important;
  visibility: visible !important;
}

.tvke-mobile-link--button {
  font: inherit;
  text-align: left;
}

.tvke-mobile-link:hover,
.tvke-mobile-link:focus-visible,
.tvke-mobile-cta:hover,
.tvke-mobile-cta:focus-visible {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(227, 225, 220, 0.38) !important;
  color: #fff !important;
  outline: none;
  -webkit-text-fill-color: #fff !important;
}

.tvke-mobile-cta {
  background: linear-gradient(135deg, #f5f4ef, #b9b8b2 55%, #f7f7f2) !important;
  color: #050505 !important;
  justify-content: center;
  margin-top: 0.7rem;
  -webkit-text-fill-color: #050505 !important;
}

body.vk-mobile-nav-open {
  overflow: hidden !important;
}

@media (max-width: 991.98px) {
  .vk-header .vk-nav-toggle {
    display: inline-flex !important;
  }

  .vk-desktop-nav {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .vk-header .vk-nav-toggle,
  .tvke-mobile-panel {
    display: none !important;
  }

  .vk-desktop-nav {
    align-items: center;
    display: flex !important;
    flex: 1 1 auto;
    gap: 0.2rem;
    justify-content: flex-end;
  }

  .vk-desktop-nav .vk-nav-link {
    color: #f6f5f1 !important;
    padding: 0.75rem 0.7rem;
    position: relative;
    text-decoration: none;
  }

  .vk-desktop-nav .vk-nav-link::after {
    background: linear-gradient(90deg, transparent, #d8d8d2, transparent);
    bottom: 0.45rem;
    content: "";
    height: 1px;
    left: 0.7rem;
    opacity: 0;
    position: absolute;
    right: 0.7rem;
    transform: scaleX(0.35);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .vk-desktop-nav .vk-nav-link:hover,
  .vk-desktop-nav .vk-nav-link:focus-visible {
    color: #f6f5f1 !important;
    outline: none;
  }

  .vk-desktop-nav .vk-nav-link:hover::after,
  .vk-desktop-nav .vk-nav-link:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
  }
}
