/* ==========================================================================
   user-clean.css — Joomla Cassiopeia cleaned stylesheet
   Cleaned: duplicate selectors merged, legacy project-specific styles removed, broken comments removed.
   Source: user.css
   ========================================================================== */

@font-face {
  font-family: "Inter";
  src: url("/media/fonts/Inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/media/fonts/Inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

body {
  font-family: "Inter", sans-serif;
  background-color: #fff;
  color: #222;
  line-height: 1.6;
  font-size: 16px;
}

h1,
h2,
h3 {
  font-weight: 600;
  color: #111;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.0;
  margin-top: 0.5em;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 1.2em;
}

h1.display-5.fw-bold.mb-3 {
  line-height: 1.1;
  font-weight: 600 !important;
}

a:not([class]) {
  text-decoration: none;
}

.btn,
.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background-color: #1B567F;
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.btn:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: #ffffff;
  color: #003366;
}

.btn-primary {
  background-color: #344F8F;
  border-color: #344F8F;
}

.btn-primary:hover {
  background-color: #283E73;
  border-color: #283E73;
}

.container,
.container-fluid {
  padding-left: 0rem;
  padding-right: 0rem;
}

.cards-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.card-col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
}

header.header.container-header {
  padding: 0.75rem 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  background: #fff;
}

.header-menu-wrap.sticky-menu-row {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #ffffff;
  border-top: 1px solid rgba(27, 86, 127, 0.10);
  border-bottom: 1px solid rgba(27, 86, 127, 0.10);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.header-menu-wrap .header-menu-row {
  background: transparent;
}

.logo,
.menu-brand {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #001B4C;
  text-decoration: none;
}

.logo {
  font-size: 1.25rem;
}

.menu-brand {
  font-size: 1.4rem;
  padding-left: 15px;
}

.logo-icon {
  font-size: 1.25rem;
  color: #344F8F;
  margin-right: 0.5rem;
}

.logo span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.menu-brand a {
  color: inherit;
  text-decoration: none;
}

.menu-brand a:hover {
  text-decoration: underline;
}

header .header-brand a {
  display: flex;
  align-items: center;
  color: #212529;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}

header .navbar-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

header .navbar-nav .nav-link {
  color: #495057;
  padding: 0.5rem 0.75rem;
  transition: color .2s, background-color .2s;
}

header .navbar-nav .nav-link:hover {
  color: #344F8F;
}

header .navbar-nav .nav-link.active {
  color: #ffffff !important;
  background-color: #344F8F !important;
  border-radius: 0.25rem;
}

.header-enter p {
  margin: 0;
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23212529' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.offcanvas {
  background-color: #ffffff;
}

.offcanvas .nav-link {
  font-weight: 500;
}

.offcanvas .btn-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 1px #000000 inset;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanvas .btn-close:hover {
  background-color: #e0e0e0;
}

.mod-menu > li > a.icon-gos::before,
.mod-menu > li > a.icon-uslugi::before,
.mod-menu > li > a.icon-health::before,
.mod-menu > li > a.icon-dosug::before,
.mod-menu > li > a.icon-biz::before,
.mod-menu > li.icon-gos > a::before,
.mod-menu > li.icon-uslugi > a::before,
.mod-menu > li.icon-health > a::before,
.mod-menu > li.icon-dosug > a::before,
.mod-menu > li.icon-biz > a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
}

.mod-menu > li > a.icon-gos::before,
.mod-menu > li.icon-gos > a::before {
  content: "";
}

.mod-menu > li > a.icon-uslugi::before,
.mod-menu > li.icon-uslugi > a::before {
  content: "";
}

.mod-menu > li > a.icon-health::before,
.mod-menu > li.icon-health > a::before {
  content: "";
}

.mod-menu > li > a.icon-dosug::before,
.mod-menu > li.icon-dosug > a::before {
  content: "";
}

.mod-menu > li > a.icon-biz::before,
.mod-menu > li.icon-biz > a::before {
  content: "";
}

.container-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span {
  text-decoration: none;
  position: relative;
  color: #000;
}

.hero-banner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #eef0f3;
  background-image: url("/templates/cassiopeia_plizir/images/nikadentbanner.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.hero-banner__content {
  position: relative;
  z-index: 2;
}

.hero-banner__content h1,
.hero-banner__content h2,
.hero-banner__content h3 {
  margin: 0 0 24px;
  font-weight: 700;
  line-height: 1.08;
  color: #111;
}

.hero-banner__content h1 {
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
}

.hero-banner__content p {
  margin: 0 0 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #222;
}

.hero-banner__content .accent,
.hero-banner__content strong.accent,
.hero-banner__content span.accent {
  color: #1B567F;
}

.hero-banner__content .hero-phone,
.hero-banner__content .phone,
.hero-banner__content a[href^="tel:"] {
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111;
  text-decoration: none;
}

.hero-banner__content a[href^="tel:"]:hover {
  color: #1B567F;
  text-decoration: none;
}

.hero-copy {
  margin-bottom: 5%;
  margin-top: 5%;
}

.header-menu-wrap,
.header-menu-row {
  background: #ffffff;
}

.header-menu-row .header-menu {
  display: flex;
  align-items: stretch;
  min-height: 72px;
}

.header-menu .mod-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu .mod-menu > li {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.header-menu .mod-menu > li > a,
.header-menu .mod-menu > li > button,
.header-menu .mod-menu > li > span,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  padding: 0 26px;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.15;
  color: #1f1f1f;
  text-decoration: none;
  vertical-align: middle;
  transition: color .25s ease, background-color .25s ease;
}

.header-menu .mod-menu > li > a:hover,
.header-menu .mod-menu > li > a:focus,
.header-menu .mod-menu > li > button:hover,
.header-menu .mod-menu > li > button:focus {
  color: #1B567F;
  text-decoration: none;
}

.header-menu .mod-menu > li.current > a,
.header-menu .mod-menu > li.active > a,
.header-menu .mod-menu > li.current > button,
.header-menu .mod-menu > li.active > button,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.current > a,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.active > a {
  color: #1B567F;
  font-weight: 700;
}

.header-menu .mod-menu > li > a::after,
.header-menu .mod-menu > li > button::after,
.header-menu .mod-menu > li.current > a::after,
.header-menu .mod-menu > li.active > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 14px;
  height: 3px;
  border-radius: 10px;
  background: transparent;
  transition: background-color .25s ease, transform .25s ease;
  transform: scaleX(.7);
}

.header-menu .mod-menu > li > a:hover::after,
.header-menu .mod-menu > li > a:focus::after,
.header-menu .mod-menu > li > button:hover::after,
.header-menu .mod-menu > li > button:focus::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a:hover::after {
  background: rgba(27, 86, 127, 0.35);
  transform: scaleX(1);
}

.header-menu .mod-menu > li.current > a::after,
.header-menu .mod-menu > li.active > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.current > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.active > a::after {
  background: #1B567F;
  transform: scaleX(1);
}

.header-menu .mod-menu .mod-menu__sub {
  border: 1px solid rgba(27, 86, 127, 0.12);
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
  background: #ffffff;
  padding: 10px 0;
  min-width: 240px;
}

.header-menu .mod-menu .mod-menu__sub li a {
  display: block;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.header-menu .mod-menu .mod-menu__sub li a:hover,
.header-menu .mod-menu .mod-menu__sub li a:focus {
  background: rgba(27, 86, 127, 0.08);
  color: #1B567F;
}

.hero-block {
  padding: 60px 20px;
  background: #eef3f8;
  text-align: center;
}

section.banner-block {
  background: linear-gradient(to left, #EAF3F8 0%, #F7FBFF 100%);
  padding-bottom: 0rem;
  padding-top: 1rem;
  margin: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0, 51, 153, .04), 0 2px 2px rgba(0, 51, 153, .08);
}

section.banner-block:empty {
  display: none;
}

section.banner-block:not(:has(h1, img)) {
  display: none;
}

.moduletable.hero_right {
  float: right;
}

.popular-services h2,
section.col-lg-4 h2 {
  font-size: 32px;
  font-weight: 700;
}

.card {
  background: linear-gradient(to left, #EAF3F8 0%, #F7FBFF 100%);
  border: 1px solid #f5f7fb;
  border-radius: 16px !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .15) !important;
}

.card h3.cont {
  font-size: 16px;
  margin-bottom: 0.3rem;
  position: relative;
  color: #000;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
  text-decoration: none !important;
}

.card h3.cont a {
  text-decoration: none;
  color: #000;
}

.icon-absolute {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2em;
  color: #283E73;
  opacity: 0.75;
  pointer-events: none;
}

h4.cont {
  font-size: 18px;
  font-weight: 600;
}

.card p {
  margin-bottom: 0.9rem;
  line-height: 1.5;
  flex-grow: 0;
}

p.address {
  font-size: 15px;
  margin-bottom: 5px;
}

p.phone {
  margin-bottom: 20px;
  font-size: 15px;
  text-decoration: none;
}

.card-footer {
  margin-top: auto;
  background-color: transparent !important;
  border: none;
  padding: 0;
  position: relative;
}

.card-footer .btn {
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  font-weight: 500;
}

.card-img-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}

.card-extra {
  position: relative;
  display: block;
}

.ux-card-foot {
  padding-top: .75rem;
  position: relative;
}

.ux-extra-btn {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  list-style: none;
  user-select: none;
  outline: none;
  font-weight: 700;
  line-height: 1.25;
  padding: .7rem .9rem;
  padding-right: 2.2rem;
  border: 1px solid #e6eaf2;
  border-radius: 12px;
  background: #344F8F;
  color: #fff;
  box-shadow: inset 0 -1px 0 #eef1f7;
  position: relative;
}

.ux-extra-btn::after {
  content: "▼";
  position: absolute;
  right: .8rem;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform .2s ease;
  font-size: 1.1rem;
  color: #fff;
}

.card-extra[open] .ux-extra-btn::after {
  transform: translateY(-50%) rotate(180deg);
}

.ux-extra-btn:focus-visible,
.ux-extra-btn:hover {
  border-color: #cfd7e6;
  box-shadow: 0 0 0 3px rgba(52, 79, 143, .15), inset 0 -1px 0 #eef1f7;
}

.ux-extra-pop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + .5rem);
  background: #fff;
  border: 1px solid #f0f2f7;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,24,84,.08), 0 2px 8px rgba(0,24,84,.08);
  padding: .9rem 1rem;
  z-index: 20;
  width: auto;
  max-height: 320px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.card-extra[open] .ux-extra-pop {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ux-extra-pop::after {
  content: "";
  position: absolute;
  left: 1rem;
  top: 100%;
  border: 8px solid transparent;
  border-top-color: #fff;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.06));
}

.ux-extra-pop::-webkit-scrollbar {
  width: 8px;
}

.ux-extra-pop::-webkit-scrollbar-thumb {
  background: #d9deea;
  border-radius: 8px;
}

.ux-desc {
  margin: .25rem 0 .5rem;
  font-size: .975rem;
}

.ux-list {
  list-style: disc;
  padding-left: 1.1rem;
  margin-bottom: 1rem;
}

.ux-list li {
  display: list-item;
  margin: 0;
}

.ux-li-ico {
  display: none;
}

.ux-li-title {
  font-weight: 600;
  color: #111827;
}

.ux-li-meta {
  color: #6b7280;
  font-size: .92rem;
}

.ux-list li + li {
  margin-top: .5rem;
}

.ux-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #111827;
}

.ux-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  margin-bottom: .5rem;
}

.ux-head-icon {
  flex: 0 0 auto;
  font-size: 1.25rem;
  line-height: 1;
  color: #344F8F;
}

.ux-pop-title {
  display: block;
  align-items: center;
  justify-content: space-between;
  gap: .4rem;
  padding: .35rem .1rem;
  color: #003366;
  line-height: 1;
  font-size: .95rem;
  font-weight: 600;
  margin: .25rem 0 .5rem;
  border-bottom: 1px solid #7899C9;
  width: 100%;
}

.ux-pop-ico-right {
  margin-left: .5rem;
  font-size: .9rem;
  color: #344F8F;
  flex: 0 0 auto;
}

.ux-subtitle {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  margin: .75rem 0 .35rem;
  color: #1f2937;
}

.ux-submark {
  display: inline-block;
  flex: 0 0 auto;
  width: 14px;
  height: 2px;
  background: #344F8F;
  border-radius: 2px;
  margin-right: .5rem;
  color: transparent;
  overflow: hidden;
}

.ux-pop-ul {
  margin: 0;
  font-size: 0.9rem;
  padding-left: 1rem;
}

.ux-pop-ul li {
  list-style: disc;
}

.ux-pop-note {
  margin: 0;
  font-size: 0.9rem;
}

.ux-body {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 140px;
  align-items: center;
  gap: .4rem;
  padding: .35rem .9rem;
  border-radius: 1rem;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #dfe3e7;
  margin-bottom: 1.5rem;
  background: linear-gradient(134.94deg, #EAF6FB 21.25%, #EEF2FA 80.12%);
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}

.carousel-controls .btn-icon {
  background: #f5f7fb;
  padding: 0.4rem 0.75rem;
  font-size: 1.05rem;
  color: #001B4C;
  border-radius: 0.2rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #dfe3e7;
}

.carousel-controls .btn-icon:hover {
  background-color: #e6edf7;
  color: #001b4c;
}

.scroll-carousel {
  display: flex;
  flex-wrap: wrap;
}

.filter-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
  padding-bottom: 0.5rem;
}

.filter-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.filter-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: .5rem;
  padding: .25rem;
  min-width: max-content;
}

.filter-buttons .btn {
  font-weight: 500;
  border-radius: 2rem;
  padding: .4rem 1rem;
  background-color: #f5f7fb;
  color: #003366;
  white-space: nowrap;
  transition: all .2s ease;
}

.filter-buttons .btn:hover {
  background-color: #e6edf7;
  color: #001B4C;
}

.filter-buttons .btn.active {
  background-color: #344F8F;
  color: #fff;
  border-color: transparent;
}

.mod-finder__search {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
}

.mod-finder__search .form-control {
  flex: 1 1 auto;
  min-width: 0;
}

.mod-finder__search .btn {
  white-space: nowrap;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  border-radius: 6px;
}

.btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 16px;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.btn-search i {
  font-size: 1rem;
  color: inherit;
}

.btn-search:hover {
  background-color: #283E73;
  color: #fff;
}

.seo-block {
  margin: 12px 0 20px;
  font-size: .95rem;
  color: #444;
  max-width: 72ch;
}

.seo-block a {
  text-decoration: underline dotted;
}

.breadcrumbs-block .mod-breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: .9rem;
  color: #6b7280;
  background: none;
}

.breadcrumbs-block .breadcrumb-item > a,
.breadcrumbs-block .breadcrumb-item > span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .9rem;
  border-radius: 2rem;
  background-color: #f5f7fb;
  color: #003366;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #dfe3e7;
}

.breadcrumbs-block .breadcrumb-item > a:hover {
  background-color: #e6edf7;
  color: #001B4C;
  text-decoration: none;
}

.breadcrumbs-block .breadcrumb-item.active > span {
  background-color: #e6edf7;
  color: #001B4C;
}

.breadcrumbs-block .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #9ca3af;
  margin: 0 .25rem;
}

.mod-breadcrumbs__item .crumb-icon {
  font-size: 1.1rem;
  vertical-align: middle;
  color: var(--bs-primary);
}

.mod-breadcrumbs__item:first-child a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.mod-breadcrumbs__item:first-child a:hover .crumb-icon {
  color: var(--bs-primary-dark, #344F8F);
}

.breadcrumbs-block .mod-breadcrumbs__wrapper:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}

.card-image {
  background: linear-gradient(135deg,#EAF3F8 0%,#F7FBFF 100%);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}

.card-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.mod-finder.searchbar--brand .mod-finder__form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mod-finder.searchbar--brand .mod-finder__group {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 100%;
}

.mod-finder.searchbar--brand #mod-finder-searchword {
  flex: 1 1 auto;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d7d7d7;
  border-right: none;
  border-radius: 10px 0 0 10px;
  background: #fff;
  font-size: .95rem;
  color: #222;
  outline: none;
}

.mod-finder.searchbar--brand #mod-finder-searchword::placeholder {
  color: #9aa0a6;
}

.mod-finder.searchbar--brand .mod-finder__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #222;
  border-left: none;
  border-radius: 0 10px 10px 0;
  background: #222;
  color: #fff;
  font-weight: 500;
  font-size: .95rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.mod-finder.searchbar--brand .mod-finder__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.20);
  background: #2a2f36;
  border-color: #2a2f36;
}

.mod-finder.searchbar--brand .mod-finder__submit:active {
  transform: scale(.97);
}

.mod-finder.searchbar--brand .mod-finder__submit svg {
  width: 16px;
  height: 16px;
  transform-origin: center;
  transition: transform .2s ease;
}

.mod-finder.searchbar--brand .mod-finder__submit:hover svg {
  transform: rotate(8deg) scale(1.05);
}

.chatfab {
  --cf-bg: #ffffff;
  --cf-border: rgba(0,0,0,.08);
  --cf-shadow: 0 10px 30px rgba(0,0,0,.15);
  --cf-radius: 16px;
  --cf-gap: 10px;
  --cf-z: 99999;
  --cf-text: #232323;
  --cf-muted: #757575;
  --cf-accent: #e5e7eb;
  --cf-btn: #ff3b30;
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: var(--cf-z);
  font-family: inherit;
}

.chatfab__toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--cf-btn);
  border: 0;
  box-shadow: var(--cf-shadow);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

.chatfab__toggle::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255,59,48,.35);
  animation: cf-pulse 1.8s infinite;
}

.chatfab__toggle img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.chatfab__panel {
  width: 288px;
  background: var(--cf-bg);
  border: 1px solid var(--cf-border);
  border-radius: var(--cf-radius);
  box-shadow: var(--cf-shadow);
  padding: 12px;
  margin-bottom: 10px;
  transform-origin: 100% 100%;
  transform: scale(.9);
  opacity: 0;
  pointer-events: none;
  transition: .18s ease;
}

.chatfab.open .chatfab__panel {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.chatfab__title {
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 10px;
  color: var(--cf-text);
}

.chatfab__row {
  display: flex;
  flex-direction: column;
  gap: var(--cf-gap);
}

.chatfab__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--cf-accent);
  background: #fff;
  color: var(--cf-text);
  text-decoration: none;
  transition: background .15s ease, transform .05s ease;
}

.chatfab__btn:hover {
  background: #fafafa;
}

.chatfab__btn:active {
  transform: translateY(1px);
}

.chatfab__btn-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cf-telegram .chatfab__btn-icon {
  background-color: #F0F7FD;
}

#cf-whatsapp .chatfab__btn-icon {
  background-color: #EAF8F0;
}

.chatfab__btn-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.chatfab__btn-title {
  font-size: 15px;
  font-weight: 600;
}

.chatfab__btn-sub {
  font-size: 12px;
  color: var(--cf-muted);
}

.header-brand,
.header-brand a,
.header-brand img,
.header-brand picture,
.header-brand svg {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.header-brand a:focus,
.header-brand a:active,
.header-brand a:hover,
.header-brand a:focus-visible {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

header .header-brand a,
header .header-brand a img {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

._access-icon * {
  display: none !important;
}

._access-icon::before {
  content: none !important;
  display: none !important;
}

._access-icon {
  position: fixed !important;
  left: 12px !important;
  bottom: 20px !important;
  z-index: 9999 !important;
  width: auto !important;
  height: 40px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border: 1px solid #1B567F !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.08) !important;
  transform: none !important;
  color: transparent !important;
  font-size: 0 !important;
  opacity: 1 !important;
  transition: all .25s ease !important;
}

._access-icon::after {
  content: "A+" !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: #1B567F !important;
}

._access-icon:hover {
  background: #1B567F !important;
  border-color: #1B567F !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.12) !important;
}

._access-icon:hover::after {
  color: #ffffff !important;
}

._access-icon:active {
  transform: scale(0.97) !important;
}

._access-menu {
  width: 320px !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
  padding-bottom: 10px !important;
  font-family: inherit !important;
}

._access-menu h3 {
  position: relative !important;
  margin: 0 !important;
  padding: 18px 52px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #222 !important;
  text-align: left !important;
  background: #ffffff !important;
  border-bottom: 1px solid #eef2f2 !important;
}

._access-menu ._menu-btn {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  border-radius: 8px !important;
  transition: background-color .2s ease, color .2s ease !important;
}

._access-menu ._menu-close-btn {
  left: 12px !important;
  color: #7a7f87 !important;
}

._access-menu ._menu-close-btn:hover {
  background: #f3f6f6 !important;
  color: #222 !important;
}

._access-menu ._menu-reset-btn {
  right: 12px !important;
  color: #1B567F !important;
}

._access-menu ._menu-reset-btn:hover {
  background: #EEF6FB !important;
  color: #164766 !important;
}

._access-menu ul {
  padding: 10px !important;
}

._access-menu ul li {
  position: relative !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  margin: 6px 0 !important;
  padding: 12px 14px 12px 40px !important;
  border: none !important;
  border-radius: 8px !important;
  background: #f9f9f9 !important;
  color: #333 !important;
  font-size: 14px !important;
  white-space: normal !important;
  transition: all .2s ease !important;
}

._access-menu ul li:hover {
  background: #EEF6FB !important;
  color: #000 !important;
}

._access-menu ul li.active {
  background: #1B567F !important;
  color: #ffffff !important;
}

._access-menu ul li::before {
  content: "" !important;
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #1B567F !important;
  transform: translateY(-50%) !important;
}

._access-menu ul li.active::before {
  background: #ffffff !important;
}

._access-menu li[data-access-action="bigCursor"] svg,
._access-menu ul li svg {
  display: none !important;
}

.header-info-block {
  font-size: 13px;
  line-height: 1.4;
}

.header-info-item {
  margin-bottom: 6px;
}

.info-title {
  font-weight: 600;
  color: #444;
}

.info-text {
  color: #777;
}

.phone-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-decoration: none;
}

.main-phone {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.second-phone {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.phone-item:hover .phone-text {
  color: #1B567F;
}

.header-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.header-phones-block {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.phone-row {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.phone-icon {
  color: #1B567F;
  font-size: 16px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-text {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.phone-row:hover .phone-text {
  color: #1B567F;
}

.header-brand > *,
.header-topblock-1 > *,
.header-topblock-2 > *,
.header-enter > * {
  width: 100%;
}

.header-info {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.header-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.header-contact-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.header-contact-label {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  white-space: nowrap;
}

.header-contact-value {
  font-size: 13px;
  line-height: 1.35;
  color: #555;
  white-space: nowrap;
}

.header-contact-info {
  display: block !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

.header-enter .moduletable {
  margin: 0;
}

.header-enter .wjcallback-link:hover {
  background: #164766;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(27, 86, 127, 0.28);
}

.header-enter .wjcallback-link:active {
  transform: translateY(0);
}

.header-desktop-grid {
  display: grid;
  grid-template-columns: 320px 1.2fr 260px 190px;
  align-items: center;
  column-gap: 32px;
  min-height: 120px;
}

.header-brand {
  height: 40px;
  width: auto;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.header-topblock-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.header-enter {
  align-self: center;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.header-contact-inline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
  flex-wrap: nowrap;
  text-align: left;
}

.header-contact-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  color: #1B567F;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-brand img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 70px;
  width: auto;
}

.header-topblock-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  gap: 6px;
}

.header-topblock-2 .header-contact-value {
  font-weight: 600;
  color: #222;
}

.header-enter .wjcallback-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 48px;
  padding: 0 16px;
  border-radius: 10px;
  background: #1B567F;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 8px 20px rgba(27, 86, 127, 0.22);
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.wjcallbackform .modal-content {
  border-radius: 16px;
  border: none;
  padding: 28px 24px 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.wjcallbackform .modal-dialog {
  max-width: 420px;
}

.wjcallbackform .modal-header h5,
.wjcallbackform .modal-header .modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.wjcallbackform input,
.wjcallbackform textarea {
  height: 48px;
  border-radius: 10px;
  border: 1px solid #e2e5e9;
  padding: 0 14px;
  font-size: 14px;
}

.wjcallbackform textarea {
  height: 90px;
  padding-top: 10px;
}

.wjcallbackform input:focus,
.wjcallbackform textarea:focus {
  border-color: #1B567F;
  box-shadow: 0 0 0 3px rgba(27, 86, 127, 0.15);
}

.wjcallbackform button,
.wjcallbackform input[type="submit"] {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  background: #1B567F;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  margin-top: 10px;
  transition: all .2s ease;
}

.wjcallbackform button:hover {
  background: #164766;
  transform: translateY(-1px);
}

.wjcallbackform .modal-header {
  border-bottom: none;
  padding-bottom: 10px;
  position: relative;
  display: block;
  padding: 0 44px 14px 0;
  margin-bottom: 10px;
}

.wjcallbackform .modal-header .form-header,
.wjcallbackform .modal-header h1,
.wjcallbackform .modal-header h2,
.wjcallbackform .modal-header h3,
.wjcallbackform .modal-header h4,
.wjcallbackform .modal-header h5,
.wjcallbackform .modal-header .modal-title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.wjcallbackform .modal-header .close {
  position: absolute;
  top: 2px;
  right: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 400;
  color: #7d8790;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.wjcallbackform .modal-header .close:hover {
  background: #f3f6f7;
  color: #111;
  transform: scale(1.04);
}

.container-component .mod-breadcrumbs__wrapper {
  display: block;
  margin: 18px 0 32px;
  padding: 0;
}

.container-component .mod-breadcrumbs.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 12px 16px !important;
  list-style: none;
  background: #f7f8f8;
  border: 1px solid rgba(27, 86, 127, 0.10);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}

.container-component .mod-breadcrumbs__divider {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #1B567F;
  line-height: 1;
}

.container-component .mod-breadcrumbs__divider .divider {
  color: #1B567F;
  font-size: 15px;
}

.container-component .mod-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
  color: #555;
}

.container-component .mod-breadcrumbs__item + .mod-breadcrumbs__item::before {
  content: "/";
  display: inline-block;
  margin: 0 2px 0 0;
  color: #9aa3a3;
}

.container-component .mod-breadcrumbs__item a {
  color: #222;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.container-component .mod-breadcrumbs__item a:hover,
.container-component .mod-breadcrumbs__item a:focus {
  color: #1B567F;
  text-decoration: none;
}

.container-component .mod-breadcrumbs__item.active,
.container-component .mod-breadcrumbs__item.active span {
  color: #555;
  font-weight: 500;
}

.nikadent-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  overflow: hidden;
}

#sp-cookie-consent.position-bottom {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: auto;
  z-index: 9999;
  display: block;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  pointer-events: none;
  animation: cookieFadeUp .35s ease-out;
}

#sp-cookie-consent.position-bottom > div {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #dfe5ee;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10);
  padding: 16px 20px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px;
  pointer-events: auto;
}

#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content {
  flex: 1 1 auto !important;
  margin: 0;
  color: #1f2937;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content a {
  color: #1B567F;
  font-weight: 600;
  text-decoration: none;
}

#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content a:hover,
#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content a:focus {
  text-decoration: underline;
}

#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-action {
  flex: 0 0 auto !important;
  max-width: none !important;
  width: auto !important;
  margin: 0 0 0 8px !important;
  text-align: right !important;
}

#sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px !important;
  padding: 0 20px !important;
  background: #1B567F;
  color: #ffffff !important;
  border: 0;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: background-color .2s ease, transform .2s ease;
}

#sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow:hover,
#sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow:focus {
  background: #4dceb6;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.footer {
  margin-top: 44px;
  padding: 34px 0 0;
  background: #f4f8f8;
  border-top: 1px solid #dbe8e8;
  color: #000;
}

.footer > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.footer .row {
  row-gap: 22px;
}

.footer a:not(.btn):hover,
.footer a:not(.btn):focus,
.footer .btn-link:hover,
.footer .btn-link:focus {
  color: #1B567F;
}

.footer-legal {
  margin-top: 24px;
}

.footer-legal .footer-bottom {
  padding: 14px 0 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.footer-legal .footer-bottom .moduletable,
.footer-legal .footer-bottom .mod-custom {
  margin: 0;
}

.footer-legal .footer-bottom,
.footer-legal .footer-bottom p,
.footer-legal .footer-bottom span,
.footer-legal .footer-bottom a {
  font-size: 13px;
  line-height: 1.55;
  color: #5f6873;
}

.footer-legal .footer-bottom-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 7px;
}

.footer-legal .footer-bottom-line__copy {
  margin-right: 22px;
  white-space: nowrap;
}

.footer-legal .footer-bottom-line a {
  position: relative;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.footer-legal .footer-bottom-line a:hover,
.footer-legal .footer-bottom-line a:focus {
  color: #1B567F;
  text-decoration: none;
}

.footer-legal .footer-bottom-line a + a {
  padding-left: 10px;
}

.footer-legal .footer-bottom-line a + a::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(95, 104, 115, 0.55);
}

.hero-copy p {
  max-width: 680px;
  font-size: 1.125rem;
  line-height: 1.55;
}

.nika-service-note-section {
  padding: 56px 0 32px;
  background: #ffffff;
}

.nika-service-note-section .container {
  max-width: 1320px;
}

.nika-card {
  width: 100%;
  padding: 42px 48px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.nika-card h2 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.nika-card h2 .accent,
.nika-card h2 strong {
  color: #1B567F;
}

.nika-card p {
  max-width: 980px;
  margin: 0 0 16px;
  font-size: 1.075rem;
  line-height: 1.65;
  color: #222222;
}

.nika-card p:last-child {
  margin-bottom: 0;
}

.nika-services-section {
  padding: 56px 0 64px;
  background: #ffffff;
}

.nika-section-head {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.nika-section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.nika-section-head p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.075rem;
  line-height: 1.6;
  color: #444444;
}

.nika-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.nika-service-card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.nika-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(27, 86, 127, 0.25);
  box-shadow: 0 14px 34px rgba(27, 86, 127, 0.12);
}

.nika-service-card__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef6fb;
}

.nika-service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nika-service-card__body {
  padding: 22px 22px 24px;
}

.nika-service-card__body h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1B567F;
}

.nika-service-card__body p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #333333;
}

.nika-specialists-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.nika-specialist-card {
  height: 100%;
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.nika-specialist-card p {
  margin: 0 0 12px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #222222;
}

.nika-specialist-card p:last-child {
  margin-bottom: 0;
}

.nika-specialist-card strong {
  font-weight: 700;
  color: #111111;
}

.nika-specialist-card em {
  font-style: normal;
}

.nika-specialists-section {
  padding: 56px 0 64px;
  background: #eef6fb;
  position: relative;
  left: 50%;
  right: 50%;
 width: 100%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.nika-specialists-section > .container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.nika-documents-section {
  padding: 56px 0 64px;
  background: #ffffff;
}

.nika-documents-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.nika-document-card {
  display: block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.nika-document-card:hover {
  transform: translateY(-3px);
  border-color: rgba(27, 86, 127, 0.25);
  box-shadow: 0 14px 34px rgba(27, 86, 127, 0.12);
}

.nika-document-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 10px;
  background: #f8fafc;
}

.nika-reviews-section {
  padding: 56px 0 64px;
  background: #ffffff;
}

.nika-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nika-review-card::before {
  content: "”";
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: rgba(27, 86, 127, 0.14);
  font-family: Georgia, "Times New Roman", serif;
  pointer-events: none;
}

.nika-review-card__body {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}

.nika-review-card__body p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #222222;
  padding-right: 24px;
}

.nika-review-card__author {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1B567F;
  text-transform: uppercase;
}

.nika-review-card {
  position: relative;
  height: 100%;
  padding: 30px 30px 26px;
  background: linear-gradient(145deg, #ffffff 0%, #f7fbff 48%, #eaf3f8 100%);
  border: 1px solid #dbe8f0;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.nika-footer-contacts h2 {
  margin: 0 0 22px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111111;
}

.nika-footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 0 18px;
  margin: 0 0 18px;
  border-bottom: 1px solid #dbe8f0;
}

.nika-footer-contact:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.nika-footer-contact__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1B567F;
  background: #eef6fb;
  border: 1px solid #dbe8f0;
  border-radius: 12px;
}

.nika-footer-contact__text {
  min-width: 0;
}

.nika-footer-contact__text span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1B567F;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.nika-footer-contact__text a,
.nika-footer-contact__text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #111111;
  text-decoration: none;
}

.nika-footer-contact__text a:hover,
.nika-footer-contact__text a:focus {
  color: #1B567F;
  text-decoration: none;
}

.nika-footer,
.footer {
  padding: 28px 0 14px;
  background: #f4f9fc;
  border-top: 1px solid #dbe8f0;
}

.nika-footer .container,
.footer .container {
  max-width: 1320px;
}

.nika-footer-logo img,
.nika-footer__logo img,
.nika-footer-brand img,
.footer img {
  max-width: 260px;
  height: auto;
}

.nika-footer-brand p,
.nika-footer__brand p {
  max-width: 360px;
  margin: 8px 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #111;
}

.nika-footer h2,
.footer h2,
.nika-footer-nav h2,
.nika-footer-contacts-compact h2 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
}

.nika-footer h2::before,
.footer h2::before {
  display: none !important;
}

.nika-footer-nav ul,
.nika-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nika-footer-nav li,
.nika-footer__nav li {
  margin: 0 0 8px;
}

.nika-footer-nav a,
.nika-footer__nav a {
  font-size: 0.98rem;
  line-height: 1.35;
  color: #111;
  text-decoration: none;
}

.nika-footer-nav a:hover,
.nika-footer__nav a:hover {
  color: #1B567F;
}

.nika-footer-contacts-compact p {
  margin: 0 0 8px;
  font-size: 0.96rem;
  line-height: 1.45;
  color: #111;
}

.nika-footer-contacts-compact strong {
  font-weight: 700;
  color: #1B567F;
}

.nika-footer-contacts-compact a {
  color: #111;
  text-decoration: none;
}

.nika-footer-contacts-compact a:hover {
  color: #1B567F;
}

.nika-footer-contact,
.nika-footer-contact__icon {
  display: none !important;
}

.nika-footer-bottom,
.nika-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #dbe8f0;
}

.nika-footer-bottom p,
.nika-footer__bottom p {
  margin: 0;
  font-size: 0.88rem;
  color: #555;
}

.nika-footer-legal,
.nika-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.nika-footer-legal a,
.nika-footer__legal a {
  font-size: 0.86rem;
  line-height: 1.35;
  color: #555;
  text-decoration: none;
}

.nika-footer-legal a:hover,
.nika-footer__legal a:hover {
  color: #1B567F;
}

.nika-footer-module {
  font-size: 0.96rem;
  line-height: 1.45;
  color: #111111;
}

.nika-footer-module p {
  margin: 0 0 8px;
}

.nika-footer-module a {
  color: #111111;
  text-decoration: none;
}

.nika-footer-module a:hover,
.nika-footer-module a:focus {
  color: #1B567F;
  text-decoration: none;
}

.nika-footer-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nika-footer-module li {
  margin: 0 0 8px;
}

.nika-footer-module strong {
  font-weight: 700;
  color: #1B567F;
}

.nika-footer-module-title {
  margin: 0 0 12px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111111;
}

.nika-footer-module-title::before,
.nika-footer-module-title::after {
  display: none !important;
  content: none !important;
}

.nika-footer-contacts-compact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nika-footer-contact-row {
  display: flex !important;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
}

.nika-footer-contact-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1B567F;
  background: #eef6fb;
  border: 1px solid #dbe8f0;
  border-radius: 6px;
}

.nika-footer-contact-icon svg {
  display: block;
  width: 14px;
  height: 14px;
}

.nika-footer-contact-text {
  display: inline;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #111111;
}

.nika-footer-contact-text strong {
  font-weight: 700;
  color: #1B567F;
}

.nika-footer-contact-text a {
  color: #111111;
  text-decoration: none;
}

.nika-footer-contact-text a:hover,
.nika-footer-contact-text a:focus {
  color: #1B567F;
  text-decoration: none;
}

@keyframes cf-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255,59,48,.35);
    }
  70% {
    box-shadow: 0 0 0 18px rgba(255,59,48,0);
    }
  100% {
    box-shadow: 0 0 0 0 rgba(255,59,48,0);
    }
}

@keyframes cookieFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
    }
  to {
    opacity: 1;
    transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
  .hero-banner__inner {
    min-height: 420px;
    background-position: 68% center;
  }

  .hero-banner__content {
    max-width: 470px;
    padding: 50px 0 60px;
  }

  header.header .header-menu {
    position: static !important;
    flex: 1 1 auto !important;
    margin-left: auto !important;
  }

  header.header.container-header {
    position: sticky !important;
    top: 0;
    z-index: 1035;
    min-height: 78px;
    padding: 0.9rem 1rem;
    background: #ffffff;
    border-bottom: 1px solid rgba(27, 86, 127, 0.10);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  }

  .header-mobile-bar {
    min-height: 60px;
    gap: 16px;
  }

  .header-mobile-bar .header-brand img,
  .header-mobile-bar .header-brand svg {
    max-height: 42px;
    width: auto;
  }

  .header-menu-wrap.sticky-menu-row {
    position: static !important;
    border: 0;
    box-shadow: none;
  }

  header.header .navbar-toggler {
    margin: 0;
    margin-left: auto;
    padding: 0;
  }

  .header-mobile-bar .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(27, 86, 127, 0.20);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  }

  .header-mobile-bar .navbar-toggler:hover,
  .header-mobile-bar .navbar-toggler:focus {
    border-color: rgba(27, 86, 127, 0.45);
    box-shadow: 0 6px 16px rgba(27, 86, 127, 0.12);
  }

  .offcanvas.offcanvas-end {
    background: #ffffff;
  }

  .offcanvas-header {
    padding: 1rem 1rem 0.8rem;
    border-bottom: 1px solid rgba(27, 86, 127, 0.10);
  }

  .offcanvas-body {
    padding: 1rem;
  }

  .offcanvas .mod-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .offcanvas .mod-menu > li {
    margin: 0;
    border-bottom: 1px solid rgba(27, 86, 127, 0.08);
  }

  .offcanvas .mod-menu > li > a,
  .offcanvas .mod-menu > li > button,
  .offcanvas .mod-menu > li > span {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 12px 4px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
    color: #1f1f1f;
    text-decoration: none;
  }

  .offcanvas .mod-menu > li.current > a,
  .offcanvas .mod-menu > li.active > a {
    color: #1B567F;
  }

  .offcanvas .mod-menu > li > a:hover,
  .offcanvas .mod-menu > li > a:focus {
    color: #1B567F;
  }

  .offcanvas .mod-menu > li.parent,
  .offcanvas .mod-menu > li.deeper {
    position: relative;
  }

  .offcanvas .mod-menu > li.parent > a,
  .offcanvas .mod-menu > li.deeper > a {
    display: block;
    padding-right: 56px !important;
  }

  .offcanvas .submenu-toggle {
    position: absolute;
    top: 6px;
    right: 0;
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1f1f1f;
    z-index: 5;
  }

  .offcanvas .submenu-toggle::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
    margin-top: -4px;
  }

  .offcanvas .submenu-toggle[aria-expanded="true"]::before {
    transform: rotate(225deg);
    margin-top: 2px;
  }

  .offcanvas .mod-menu > li.parent > ul.mod-menu__sub,
  .offcanvas .mod-menu > li.deeper > ul.mod-menu__sub {
    display: none !important;
    margin: 0 0 10px 0;
    padding: 0 0 0 14px;
    list-style: none;
    border-left: 2px solid rgba(27, 86, 127, 0.12);
  }

  .offcanvas .mod-menu > li.parent > ul.mod-menu__sub.is-open,
  .offcanvas .mod-menu > li.deeper > ul.mod-menu__sub.is-open {
    display: block !important;
  }

  .offcanvas .mod-menu > li.parent > ul.mod-menu__sub > li > a,
  .offcanvas .mod-menu > li.deeper > ul.mod-menu__sub > li > a {
    display: block;
    padding: 10px 0 10px 6px;
    font-size: 16px;
    font-weight: 500;
    color: #3a3a3a;
    text-decoration: none;
  }

  .offcanvas .mod-menu > li.parent > ul.mod-menu__sub > li > a:hover,
  .offcanvas .mod-menu > li.deeper > ul.mod-menu__sub > li > a:focus {
    color: #1B567F;
  }

  #sp-cookie-consent.position-bottom {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  #sp-cookie-consent.position-bottom > div {
    padding: 16px;
    gap: 16px;
  }

  #sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content {
    font-size: 14px;
  }

  .footer {
    margin-top: 36px;
    padding-top: 28px;
  }

  .nika-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nika-reviews-grid {
    grid-template-columns: 1fr;
  }

  .nika-review-card {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .hero-banner__content h1 {
    margin-bottom: 18px;
  }

  .hero-banner__content p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-banner__content .hero-phone,
  .hero-banner__content .phone,
  .hero-banner__content a[href^="tel:"] {
    font-size: 1.9rem;
  }

  .container,
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-search {
    display: none;
  }

  h1 {
    font-size: 2.3rem;
    text-align: center;
    margin-top: 0.5em;
    font-weight: 600;
    line-height: 1.1;
  }

  section.banner-block.my-4 {
    background-color: #F4FAFD;
    margin-top: 0rem !important;
    margin-bottom: 0.1rem !important;
    padding-bottom: 3rem;
    padding-top: 1rem;
  }

  .scroll-carousel {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 0rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }

  .scroll-carousel .card-col {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 100%;
  }

  .mod-finder__search {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }

  .mod-finder__search .form-control,
  .mod-finder__search .btn {
    width: 100%;
    height: 48px;
    font-size: 16px;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
  }

  .mod-finder__search .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mod-finder__search .btn i {
    margin-right: 0.5rem;
  }

  .btn-search {
    width: 100%;
    height: 48px;
    margin-left: 0;
  }

  .btn-search i {
    margin-right: 0.5rem;
  }

  :root {
    --header-h: 56px;
  }

  .breadcrumbs-block {
    position: sticky;
    top: var(--header-h, 56px);
    z-index: 1010;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  }

  .breadcrumbs-block .mod-breadcrumbs__wrapper {
    padding-block: .35rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-inline: .75rem;
    scrollbar-width: none;
    mask-image: linear-gradient(to right, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  }

  .breadcrumbs-block .mod-breadcrumbs__wrapper::-webkit-scrollbar {
    display: none;
  }

  .breadcrumbs-block .mod-breadcrumbs {
    display: inline-flex;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    min-width: max-content;
    scroll-snap-type: x proximity;
  }

  .breadcrumbs-block .mod-breadcrumbs__item {
    scroll-snap-align: start;
  }

  .breadcrumbs-block .mod-breadcrumbs__divider {
    float: none !important;
    margin-right: .25rem;
    flex: 0 0 auto;
  }

  .pagination_wrapper,
  .pagination-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pagination_wrapper .pagination,
  .pagination-wrapper .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pagination_wrapper .page-item,
  .pagination-wrapper .page-item {
    margin-bottom: 0.5rem;
  }

  ._access-icon {
    left: 10px !important;
    bottom: 16px !important;
    height: 38px !important;
    padding: 0 10px !important;
  }

  ._access-icon::after {
    font-size: 15px !important;
  }

  .container-component .mod-breadcrumbs__wrapper {
    margin: 12px 0 24px;
  }

  .container-component .mod-breadcrumbs.breadcrumb {
    padding: 10px 12px !important;
    border-radius: 12px;
    gap: 6px;
  }

  .container-component .mod-breadcrumbs__item {
    font-size: 14px;
  }

  .hero-banner__inner {
    min-height: 340px;
    align-items: flex-start;
    background-position: 72% center;
    position: relative;
    overflow: hidden;
  }

  .hero-banner__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.55) 68%, rgba(255, 255, 255, 0.18) 100% );
  }

  .hero-banner__content {
    max-width: 100%;
    padding: 34px 0 42px;
    position: relative;
    z-index: 2;
  }

  .hero-copy h1,
  .hero-copy p,
  .hero-phone {
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.85);
  }

  #sp-cookie-consent.position-bottom {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  #sp-cookie-consent.position-bottom > div {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px;
    padding: 14px;
    border-radius: 16px;
  }

  #sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  #sp-cookie-consent.position-bottom > div > .sp-cookie-consent-action {
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }

  #sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow {
    width: 100%;
    min-height: 46px !important;
    border-radius: 12px;
  }

  .footer {
    margin-top: 32px;
    padding-top: 24px;
  }

  .footer .row {
    row-gap: 16px;
  }

  .footer-legal {
    margin-top: 18px;
  }

  .footer-legal .footer-bottom {
    padding: 12px 0 10px;
  }

  .footer-legal .footer-bottom,
  .footer-legal .footer-bottom p,
  .footer-legal .footer-bottom span,
  .footer-legal .footer-bottom a {
    font-size: 13px;
    line-height: 1.55;
  }

  .footer-legal .footer-bottom-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer-legal .footer-bottom-line__copy {
    margin-right: 0;
  }

  .footer-legal .footer-bottom-line a + a {
    padding-left: 0;
  }

  .footer-legal .footer-bottom-line a + a::before {
    display: none;
  }

  .nika-service-note-section {
    padding: 32px 0 24px;
  }

  .nika-card {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .nika-card h2 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .nika-card p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .nika-services-section {
    padding: 36px 0 42px;
  }

  .nika-section-head {
    margin-bottom: 24px;
    text-align: left;
  }

  .nika-section-head h2 {
    font-size: 1.85rem;
  }

  .nika-section-head p {
    font-size: 1rem;
  }

  .nika-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nika-service-card {
    border-radius: 18px;
  }

  .nika-service-card__body {
    padding: 20px;
  }

  .nika-specialists-section {
    padding: 36px 0 42px;
  }

  .nika-specialists-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nika-specialist-card {
    padding: 22px 20px;
    border-radius: 18px;
  }

  .nika-specialist-card p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .nika-documents-section {
    padding: 36px 0 42px;
  }

  .nika-documents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .nika-document-card {
    border-radius: 14px;
  }

  .nika-document-card img {
    height: 190px;
    padding: 8px;
  }

  .nika-reviews-section {
    padding: 36px 0 42px;
  }

  .nika-review-card {
    padding: 24px 22px;
    border-radius: 18px;
  }

  .nika-review-card::before {
    top: 12px;
    right: 18px;
    font-size: 44px;
  }

  .nika-review-card__body p {
    font-size: 0.95rem;
    line-height: 1.6;
    padding-right: 18px;
  }

  .nika-footer-contact {
    gap: 10px;
  }

  .nika-footer-contact__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .nika-footer,
  .footer {
    padding: 24px 0 14px;
  }

  .nika-footer-logo img,
  .nika-footer__logo img,
  .nika-footer-brand img,
  .footer img {
    max-width: 220px;
  }

  .nika-footer h2,
  .footer h2,
  .nika-footer-nav h2,
  .nika-footer-contacts-compact h2 {
    font-size: 1.2rem;
  }

  .nika-footer-bottom,
  .nika-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .nika-footer-legal,
  .nika-footer__legal {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 575.98px) {
  .ux-li-meta {
    font-size: .9rem;
  }

  .ux-extra-pop {
    left: -.25rem;
    right: -.25rem;
  }
}

@media (max-width: 576px) {
  .mod-finder.searchbar--brand #mod-finder-searchword,
  .mod-finder.searchbar--brand .mod-finder__submit {
    height: 44px;
  }
}

@media (max-width: 360px) {
  .chatfab__panel {
    width: 260px;
    padding: 10px;
  }

  .chatfab__btn-title {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .chatfab__toggle {
    width: 44px;
    height: 44px;
  }

  .chatfab__panel {
    width: 240px;
  }
}

@media (min-width: 992px) {
  .header-menu .mod-menu > li.parent,
  .header-menu .mod-menu > li.deeper {
    position: relative;
  }

  .header-menu .mod-menu > li.parent > a,
  .header-menu .mod-menu > li.deeper > a {
    position: relative;
    padding-right: 42px !important;
  }

  .header-menu .mod-menu > li.parent > a::before,
  .header-menu .mod-menu > li.deeper > a::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    opacity: .85;
    pointer-events: none;
  }

  .header-menu .mod-menu > li.parent > ul.mod-menu__sub,
  .header-menu .mod-menu > li.deeper > ul.mod-menu__sub {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(8px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    position: absolute;
    top: calc(100% - 4px);
    left: 50%;
    right: auto;
    z-index: 1055;
    min-width: 340px;
    width: max-content;
    max-width: 420px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid rgba(27, 86, 127, 0.14);
    border-radius: 14px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.10);
  }

  .header-menu .mod-menu > li.parent:hover > ul.mod-menu__sub,
  .header-menu .mod-menu > li.parent:focus-within > ul.mod-menu__sub,
  .header-menu .mod-menu > li.deeper:hover > ul.mod-menu__sub,
  .header-menu .mod-menu > li.deeper:focus-within > ul.mod-menu__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .header-menu .mod-menu > li.parent > ul.mod-menu__sub > li,
  .header-menu .mod-menu > li.deeper > ul.mod-menu__sub > li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .header-menu .mod-menu > li.parent > ul.mod-menu__sub > li > a,
  .header-menu .mod-menu > li.deeper > ul.mod-menu__sub > li > a {
    display: block;
    min-height: auto !important;
    padding: 12px 18px !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    color: #222;
    text-decoration: none;
    background: transparent;
    transition: background-color .2s ease, color .2s ease;
  }

  .header-menu .mod-menu > li.parent > ul.mod-menu__sub > li > a:hover,
  .header-menu .mod-menu > li.parent > ul.mod-menu__sub > li > a:focus,
  .header-menu .mod-menu > li.deeper > ul.mod-menu__sub > li > a:hover,
  .header-menu .mod-menu > li.deeper > ul.mod-menu__sub > li > a:focus {
    background: rgba(27, 86, 127, 0.08);
    color: #1B567F;
  }
}

@media (max-width: 420px) {
  .nika-documents-grid {
    grid-template-columns: 1fr;
  }

  .nika-document-card img {
    height: auto;
    max-height: 420px;
  }
}

@media (max-width: 1199.98px) {
  .nika-documents-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* =========================================================
   HEADER COMPACT FINAL — NikaDent
   Логотип + меню + контакты, без ручного max-width контейнера
   ========================================================= */

/* Возвращаем нормальные боковые поля только контейнеру шапки,
   не задаём max-width вручную: шириной управляет Bootstrap/Cassiopeia. */
header.header.container-header > .container {
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5) !important;
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * .5) !important;
}

header.header.container-header {
  position: sticky !important;
  top: 0;
  z-index: 1035;
  padding: 0 !important;
  background: #ffffff;
  border-bottom: 1px solid rgba(27, 86, 127, 0.10);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

@media (min-width: 992px) {
  .header-info {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .header-desktop-grid {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 28px !important;
    min-height: 72px !important;
  }

  .header-brand {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .header-brand > *,
  .header-brand .moduletable,
  .header-brand .mod-custom,
  .header-brand p {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .header-brand a {
    display: inline-flex !important;
    align-items: center !important;
    max-width: 100% !important;
  }

  .header-brand img,
  .header-brand svg {
    display: block !important;
    width: auto !important;
    max-width: 260px !important;
    max-height: 58px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .header-menu {
    min-width: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .header-menu .moduletable {
    width: auto !important;
    margin: 0 !important;
  }

  .header-menu .mod-menu,
  .header-menu ul.mod-menu.mod-list.nav {
    width: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .header-menu .mod-menu > li,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  .header-menu .mod-menu > li > a,
  .header-menu .mod-menu > li > button,
  .header-menu .mod-menu > li > span,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item > a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: auto !important;
    padding: 0 0 7px !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    color: #1f1f1f !important;
    text-decoration: none !important;
  }

  .header-menu .mod-menu > li.current > a,
  .header-menu .mod-menu > li.active > a,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item.current > a,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item.active > a {
    color: #1B567F !important;
    font-weight: 700 !important;
  }

  .header-menu .mod-menu > li > a::after,
  .header-menu .mod-menu > li > button::after,
  .header-menu .mod-menu > li.current > a::after,
  .header-menu .mod-menu > li.active > a::after,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item > a::after {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 3px !important;
  }

  .header-enter {
    width: auto !important;
    min-width: 190px !important;
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .header-enter > *,
  .header-enter .moduletable,
  .header-enter .mod-custom {
    width: auto !important;
    margin: 0 !important;
  }

  .header-enter p {
    margin: 0 !important;
  }

  .header-enter .header-phones-block,
  .header-phones-block {
    width: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 5px !important;
    text-align: right !important;
  }

  .header-enter .phone-row,
  .header-enter .phone-item,
  .phone-row,
  .phone-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 7px !important;
    margin: 0 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .header-enter .phone-icon,
  .phone-icon {
    flex: 0 0 16px !important;
    width: 16px !important;
    font-size: 15px !important;
    color: #1B567F !important;
  }

  .header-enter .phone-text,
  .header-enter .main-phone,
  .header-enter .second-phone,
  .phone-text,
  .main-phone,
  .second-phone {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #000 !important;
  }

  .header-enter .wjcallback-link {
    min-width: 0 !important;
    height: 42px !important;
    padding: 0 14px !important;
    font-size: 15px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-desktop-grid {
    column-gap: 20px !important;
  }

  .header-brand img,
  .header-brand svg {
    max-width: 220px !important;
    max-height: 52px !important;
  }

  .header-menu .mod-menu,
  .header-menu ul.mod-menu.mod-list.nav {
    gap: 18px !important;
  }

  .header-menu .mod-menu > li > a,
  .header-menu .mod-menu > li > button,
  .header-menu .mod-menu > li > span,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item > a {
    font-size: 15px !important;
  }

  .header-enter {
    min-width: 178px !important;
  }

  .header-enter .phone-text,
  .header-enter .main-phone,
  .header-enter .second-phone,
  .phone-text,
  .main-phone,
  .second-phone {
    font-size: 14px !important;
  }
}

/* Mobile header */
@media (max-width: 991.98px) {
  header.header.container-header > .container {
    max-width: none !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .header-mobile-bar {
    min-height: 64px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    gap: 12px !important;
  }

  .header-mobile-bar .header-brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .header-mobile-bar .header-brand > *,
  .header-mobile-bar .header-brand .moduletable,
  .header-mobile-bar .header-brand .mod-custom,
  .header-mobile-bar .header-brand p {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .header-mobile-bar .header-brand img,
  .header-mobile-bar .header-brand svg {
    display: block !important;
    width: auto !important;
    max-width: min(230px, calc(100vw - 92px)) !important;
    max-height: 48px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .header-mobile-bar .navbar-toggler {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(27, 86, 127, 0.22) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .offcanvas.offcanvas-end,
  .biodent-offcanvas,
  .site-offcanvas {
    width: min(88vw, 370px) !important;
    background: #ffffff !important;
    border-left: 1px solid rgba(27, 86, 127, 0.10) !important;
  }

  .offcanvas-header,
  .biodent-offcanvas-header,
  .site-offcanvas-header {
    min-height: 74px !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(27, 86, 127, 0.10) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .biodent-offcanvas-logo,
  .site-offcanvas-logo,
  .offcanvas-header .header-brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 50px) !important;
    overflow: hidden !important;
  }

  .biodent-offcanvas-logo > *,
  .site-offcanvas-logo > *,
  .offcanvas-header .header-brand > *,
  .offcanvas-header .header-brand p {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .biodent-offcanvas-logo img,
  .biodent-offcanvas-logo svg,
  .site-offcanvas-logo img,
  .site-offcanvas-logo svg,
  .offcanvas-header .header-brand img,
  .offcanvas-header .header-brand svg {
    display: block !important;
    width: auto !important;
    max-width: 215px !important;
    max-height: 48px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .offcanvas .btn-close,
  .biodent-offcanvas-close,
  .site-offcanvas-close {
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px !important;
    background-color: #f3f7fa !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }

  .offcanvas-body,
  .biodent-offcanvas-body,
  .site-offcanvas-body {
    padding: 12px 16px 18px !important;
  }

  .biodent-offcanvas-nav .mod-menu,
  .site-offcanvas-nav .mod-menu,
  .offcanvas .mod-menu {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .biodent-offcanvas-nav .mod-menu > li,
  .site-offcanvas-nav .mod-menu > li,
  .offcanvas .mod-menu > li {
    position: relative !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(27, 86, 127, 0.10) !important;
  }

  .biodent-offcanvas-nav .mod-menu > li > a,
  .biodent-offcanvas-nav .mod-menu > li > button,
  .biodent-offcanvas-nav .mod-menu > li > span,
  .site-offcanvas-nav .mod-menu > li > a,
  .site-offcanvas-nav .mod-menu > li > button,
  .site-offcanvas-nav .mod-menu > li > span,
  .offcanvas .mod-menu > li > a,
  .offcanvas .mod-menu > li > button,
  .offcanvas .mod-menu > li > span {
    min-height: 50px !important;
    padding: 12px 0 !important;
    display: flex !important;
    align-items: center !important;
    color: #1f1f1f !important;
    font-size: 17px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
  }

  .biodent-offcanvas-nav .mod-menu > li.current > a,
  .biodent-offcanvas-nav .mod-menu > li.active > a,
  .site-offcanvas-nav .mod-menu > li.current > a,
  .site-offcanvas-nav .mod-menu > li.active > a,
  .offcanvas .mod-menu > li.current > a,
  .offcanvas .mod-menu > li.active > a {
    color: #1B567F !important;
    font-weight: 700 !important;
  }

  .biodent-offcanvas-nav .submenu-toggle,
  .site-offcanvas-nav .submenu-toggle,
  .offcanvas .submenu-toggle {
    position: absolute !important;
    top: 4px !important;
    right: -6px !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #1B567F !important;
    z-index: 5 !important;
  }

  .biodent-offcanvas-nav .submenu-toggle::before,
  .site-offcanvas-nav .submenu-toggle::before,
  .offcanvas .submenu-toggle::before {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: rotate(45deg) !important;
    transition: transform .2s ease !important;
    margin-top: -4px !important;
  }

  .biodent-offcanvas-nav .submenu-toggle[aria-expanded="true"]::before,
  .site-offcanvas-nav .submenu-toggle[aria-expanded="true"]::before,
  .offcanvas .submenu-toggle[aria-expanded="true"]::before {
    transform: rotate(225deg) !important;
    margin-top: 2px !important;
  }

  .biodent-offcanvas-nav .mod-menu__sub,
  .site-offcanvas-nav .mod-menu__sub,
  .offcanvas .mod-menu__sub {
    display: none !important;
    margin: 0 0 8px !important;
    padding: 2px 0 6px 14px !important;
    list-style: none !important;
    border-left: 2px solid rgba(27, 86, 127, 0.16) !important;
  }

  .biodent-offcanvas-nav .mod-menu__sub.is-open,
  .site-offcanvas-nav .mod-menu__sub.is-open,
  .offcanvas .mod-menu__sub.is-open {
    display: block !important;
  }

  .biodent-offcanvas-nav .mod-menu__sub li a,
  .site-offcanvas-nav .mod-menu__sub li a,
  .offcanvas .mod-menu__sub li a {
    display: block !important;
    padding: 8px 0 8px 6px !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
}
/* =========================================================
   OFFCANVAS CONTACTS — mobile phones
   ========================================================= */

@media (max-width: 991.98px) {
  .site-offcanvas .header-enter,
  .biodent-offcanvas .header-enter {
    margin: 18px 22px 0;
    padding: 16px;
    display: block;
    background: #f4f9fc;
    border: 1px solid #dbe8f0;
    border-radius: 16px;
  }

  .site-offcanvas .header-phones-block,
  .biodent-offcanvas .header-phones-block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    text-align: left;
    margin-top: 15%;
  }

  .site-offcanvas .phone-row,
  .biodent-offcanvas .phone-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #ffffff;
    color: #111111;
    text-decoration: none;
    border: 1px solid rgba(27, 86, 127, 0.10);
  }

  .site-offcanvas .phone-row:hover,
  .site-offcanvas .phone-row:focus,
  .biodent-offcanvas .phone-row:hover,
  .biodent-offcanvas .phone-row:focus {
    background: #eef6fb;
    color: #1B567F;
    text-decoration: none;
  }

  .site-offcanvas .phone-icon,
  .biodent-offcanvas .phone-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1B567F;
    background: #eef6fb;
    border-radius: 10px;
    font-size: 16px;
  }

  .site-offcanvas .phone-text,
  .biodent-offcanvas .phone-text {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    white-space: nowrap;
  }

  .site-offcanvas .phone-row:hover .phone-text,
  .site-offcanvas .phone-row:focus .phone-text,
  .biodent-offcanvas .phone-row:hover .phone-text,
  .biodent-offcanvas .phone-row:focus .phone-text {
    color: #1B567F;
  }
}
/* =========================================================
   HEADER PHONES — desktop exact icon/text alignment
   ========================================================= */

@media (min-width: 992px) {
  .header-enter {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin-left: 0 !important;
  }

  .header-enter > *,
  .header-enter .moduletable,
  .header-enter .mod-custom {
    width: auto !important;
    max-width: none !important;
  }

  .header-enter .header-phones-block {
    width: max-content !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    align-items: start !important;
    gap: 6px !important;
    margin-left: auto !important;
    text-align: left !important;
  }

  .header-enter .phone-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 22px max-content !important;
    align-items: center !important;
    justify-content: start !important;
    column-gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
  }

  .header-enter .phone-icon {
    width: 22px !important;
    min-width: 22px !important;
    height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #1B567F !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .header-enter .phone-icon i {
    display: block !important;
    width: 16px !important;
    text-align: center !important;
    line-height: 1 !important;
  }

  .header-enter .phone-text {
    display: block !important;
    text-align: left !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #000 !important;
  }
}
/* =========================================================
   NIKA PRICE PAGE
   ========================================================= */

.nika-price-page {
  padding: 48px 0 64px;
  background: #ffffff;
}

.nika-price-page .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.nika-section-head--left {
  max-width: 820px;
  margin: 0 0 34px;
  text-align: left;
}

.nika-section-head--left h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.nika-section-head--left p {
  margin: 0;
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444444;
}

.nika-price-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.nika-price-card {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #dbe8f0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.nika-price-card h2 {
  margin: 0;
  padding: 22px 26px;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1B567F;
  background: #eef6fb;
  border-bottom: 1px solid #dbe8f0;
}

.nika-price-table {
  padding: 6px 26px 12px;
}

.nika-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  padding: 10px 0;
  border-bottom: 1px solid #e5edf3;
}

.nika-price-row:last-child {
  border-bottom: 0;
}

.nika-price-row span {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.45;
  color: #222222;
}

.nika-price-row strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(27, 86, 127, 0.18);
  color: #111111;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.nika-price-disclaimer {
  margin-top: 28px;
  padding: 18px 22px;
  background: #f4f9fc;
  border: 1px solid #dbe8f0;
  border-radius: 16px;
}

.nika-price-disclaimer p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555555;
}

@media (max-width: 767.98px) {
  .nika-price-page {
    padding: 34px 0 48px;
  }

  .nika-section-head--left {
    margin-bottom: 24px;
  }

  .nika-section-head--left h1 {
    font-size: 2rem;
    text-align: left;
  }

  .nika-section-head--left p {
    font-size: 1rem;
  }

  .nika-price-card {
    border-radius: 16px;
  }

  .nika-price-card h2 {
    padding: 18px 18px;
    font-size: 1.25rem;
  }

  .nika-price-table {
    padding: 4px 18px 10px;
  }

  .nika-price-row {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    padding: 14px 0;
  }

  .nika-price-row strong {
    justify-content: flex-start;
    width: max-content;
    min-width: 0;
  }
}
/* =========================================================
   NIKA LEGAL PAGE
   ========================================================= */

.nika-legal-page {
  padding: 48px 0 64px;
  background: #ffffff;
}

.nika-legal-page .container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.nika-legal-page .nika-section-head--left {
  max-width: 920px;
  margin: 0 0 32px;
  text-align: left;
}

.nika-legal-page .nika-section-head--left h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.nika-legal-page .nika-section-head--left p {
  margin: 0;
  max-width: 820px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444444;
}

.nika-legal-card {
  margin-bottom: 22px;
  padding: 30px 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #dbe8f0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
}

.nika-legal-card:last-child {
  margin-bottom: 0;
}

.nika-legal-card h2 {
  margin: 0 0 20px;
  padding-bottom: 14px;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1B567F;
  border-bottom: 1px solid #dbe8f0;
}

.nika-legal-card p {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.7;
  color: #222222;
}

.nika-legal-card p:last-child {
  margin-bottom: 0;
}

.nika-legal-card strong {
  font-weight: 700;
  color: #111111;
}

.nika-legal-card ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.nika-legal-card li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 26px;
  font-size: 1rem;
  line-height: 1.6;
  color: #222222;
}

.nika-legal-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1B567F;
}

.nika-legal-alert {
  margin-top: 22px;
  padding: 18px 20px;
  background: #eef6fb;
  border: 1px solid #dbe8f0;
  border-left: 5px solid #1B567F;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  color: #111111;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .nika-legal-page {
    padding: 34px 0 48px;
  }

  .nika-legal-page .nika-section-head--left {
    margin-bottom: 24px;
  }

  .nika-legal-page .nika-section-head--left h1 {
    font-size: 1.85rem;
    text-align: left;
  }

  .nika-legal-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .nika-legal-card h2 {
    font-size: 1.28rem;
  }

  .nika-legal-card p,
  .nika-legal-card li {
    font-size: 0.97rem;
  }

  .nika-legal-alert {
    padding: 16px;
    font-size: 0.92rem;
  }
}
/* =========================================================
   NIKA PRICE DISCOUNT
   ========================================================= */

.nika-price-discount {
  margin: 0 0 28px;
}

.nika-price-discount__inner {
  padding: 24px 28px;
  background: #eef6fb;
  border: 1px solid #dbe8f0;
  border-left: 5px solid #1B567F;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
}

.nika-price-discount h2 {
  margin: 0 0 16px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
}

.nika-price-discount ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nika-price-discount li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 26px;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #222222;
}

.nika-price-discount li:last-child {
  margin-bottom: 0;
}

.nika-price-discount li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1B567F;
}

@media (max-width: 767.98px) {
  .nika-price-discount__inner {
    padding: 20px 18px;
    border-radius: 16px;
  }

  .nika-price-discount h2 {
    font-size: 1.18rem;
  }

  .nika-price-discount li {
    font-size: 1rem;
  }
}
/* =========================================================
   NIKA CONTACTS PAGE
   ========================================================= */

.nika-contacts-page {
  padding: 48px 0 64px;
  background: #ffffff;
}

.nika-contacts-page .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.nika-contacts-page .nika-section-head--left {
  max-width: 860px;
  margin: 0 0 32px;
  text-align: left;
}

.nika-contacts-page .nika-section-head--left h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.nika-contacts-page .nika-section-head--left p {
  margin: 0;
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444444;
}

.nika-contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 22px;
}

.nika-contact-card,
.nika-map-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #dbe8f0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
  overflow: hidden;
}

.nika-contact-card {
  padding: 28px 30px;
}

.nika-map-card {
  margin-top: 22px;
  padding: 28px 30px 30px;
}

.nika-contact-card h2,
.nika-map-card h2 {
  margin: 0 0 20px;
  padding-bottom: 14px;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1B567F;
  border-bottom: 1px solid #dbe8f0;
}

.nika-contact-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.nika-contact-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5edf3;
}

.nika-contact-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.nika-contact-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1B567F;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nika-contact-value {
  font-size: 1.03rem;
  line-height: 1.55;
  color: #222222;
}

.nika-contact-value a {
  color: #111111;
  font-weight: 600;
  text-decoration: none;
}

.nika-contact-value a:hover,
.nika-contact-value a:focus {
  color: #1B567F;
  text-decoration: none;
}

.nika-contact-phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nika-contact-phone {
  display: inline-grid;
  grid-template-columns: 34px auto;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  min-height: 46px;
  padding: 6px 14px 6px 6px;
  background: #ffffff;
  border: 1px solid rgba(27, 86, 127, 0.16);
  border-radius: 14px;
  color: #111111;
  text-decoration: none;
  font-weight: 700;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.nika-contact-phone:hover,
.nika-contact-phone:focus {
  background: #eef6fb;
  border-color: rgba(27, 86, 127, 0.35);
  color: #1B567F;
  text-decoration: none;
}

.nika-contact-phone__icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1B567F;
  background: #eef6fb;
  border-radius: 10px;
  font-size: 15px;
}

.nika-contact-notice {
  margin-top: 22px;
  padding: 16px 18px;
  background: #eef6fb;
  border: 1px solid #dbe8f0;
  border-left: 5px solid #1B567F;
  border-radius: 14px;
  font-size: 1rem;
  line-height: 1.55;
  color: #222222;
}

.nika-contact-notice strong {
  color: #111111;
}

.nika-contact-card--legal {
  margin-top: 22px;
}

.nika-legal-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nika-legal-info-item {
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e5edf3;
  border-radius: 14px;
}

.nika-legal-info-item span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1B567F;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nika-legal-info-item strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  color: #111111;
}

.nika-map-frame {
  overflow: hidden;
  border: 1px solid #dbe8f0;
  border-radius: 16px;
  background: #f4f9fc;
}

.nika-map-frame script {
  display: block;
}

.nika-contact-card--control {
  margin-top: 22px;
}

.nika-control-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.nika-control-item {
  padding: 20px 22px;
  background: #ffffff;
  border: 1px solid #e5edf3;
  border-radius: 16px;
}

.nika-control-item h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
}

.nika-control-item p {
  margin: 0 0 8px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #333333;
}

.nika-control-item p:last-child {
  margin-bottom: 0;
}

.nika-control-item ul {
  margin: 0 0 10px;
  padding-left: 20px;
}

.nika-control-item li {
  margin-bottom: 6px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #333333;
}

.nika-control-item a {
  color: #1B567F;
  font-weight: 600;
  text-decoration: none;
}

.nika-control-item a:hover,
.nika-control-item a:focus {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .nika-contacts-grid,
  .nika-legal-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .nika-contacts-page {
    padding: 34px 0 48px;
  }

  .nika-contacts-page .nika-section-head--left {
    margin-bottom: 24px;
  }

  .nika-contacts-page .nika-section-head--left h1 {
    font-size: 1.9rem;
  }

  .nika-contact-card,
  .nika-map-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .nika-contact-card h2,
  .nika-map-card h2 {
    font-size: 1.3rem;
  }

  .nika-contact-phone {
    width: 100%;
  }

  .nika-control-item {
    padding: 18px;
  }
}
/* ==========================================================================
   user-clean.css — Joomla Cassiopeia cleaned stylesheet
   Cleaned: duplicate selectors merged, legacy project-specific styles removed, broken comments removed.
   Source: user.css
   ========================================================================== */

@font-face {
  font-family: "Inter";
  src: url("/media/fonts/Inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/media/fonts/Inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

body {
  font-family: "Inter", sans-serif;
  background-color: #fff;
  color: #222;
  line-height: 1.6;
  font-size: 16px;
}

h1,
h2,
h3 {
  font-weight: 600;
  color: #111;
}

h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.0;
  margin-top: 0.5em;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 1.2em;
}

h1.display-5.fw-bold.mb-3 {
  line-height: 1.1;
  font-weight: 600 !important;
}

a:not([class]) {
  text-decoration: none;
}

.btn,
.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background-color: #1B567F;
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.btn:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: #ffffff;
  color: #003366;
}

.btn-primary {
  background-color: #344F8F;
  border-color: #344F8F;
}

.btn-primary:hover {
  background-color: #283E73;
  border-color: #283E73;
}

.container,
.container-fluid {
  padding-left: 0rem;
  padding-right: 0rem;
}

.cards-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.card-col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
}

header.header.container-header {
  padding: 0.75rem 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  background: #fff;
}

.header-menu-wrap.sticky-menu-row {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #ffffff;
  border-top: 1px solid rgba(27, 86, 127, 0.10);
  border-bottom: 1px solid rgba(27, 86, 127, 0.10);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.header-menu-wrap .header-menu-row {
  background: transparent;
}

.logo,
.menu-brand {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #001B4C;
  text-decoration: none;
}

.logo {
  font-size: 1.25rem;
}

.menu-brand {
  font-size: 1.4rem;
  padding-left: 15px;
}

.logo-icon {
  font-size: 1.25rem;
  color: #344F8F;
  margin-right: 0.5rem;
}

.logo span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.menu-brand a {
  color: inherit;
  text-decoration: none;
}

.menu-brand a:hover {
  text-decoration: underline;
}

header .header-brand a {
  display: flex;
  align-items: center;
  color: #212529;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}

header .navbar-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

header .navbar-nav .nav-link {
  color: #495057;
  padding: 0.5rem 0.75rem;
  transition: color .2s, background-color .2s;
}

header .navbar-nav .nav-link:hover {
  color: #344F8F;
}

header .navbar-nav .nav-link.active {
  color: #ffffff !important;
  background-color: #344F8F !important;
  border-radius: 0.25rem;
}

.header-enter p {
  margin: 0;
}

.navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23212529' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.offcanvas {
  background-color: #ffffff;
}

.offcanvas .nav-link {
  font-weight: 500;
}

.offcanvas .btn-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 1px #000000 inset;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offcanvas .btn-close:hover {
  background-color: #e0e0e0;
}

.mod-menu > li > a.icon-gos::before,
.mod-menu > li > a.icon-uslugi::before,
.mod-menu > li > a.icon-health::before,
.mod-menu > li > a.icon-dosug::before,
.mod-menu > li > a.icon-biz::before,
.mod-menu > li.icon-gos > a::before,
.mod-menu > li.icon-uslugi > a::before,
.mod-menu > li.icon-health > a::before,
.mod-menu > li.icon-dosug > a::before,
.mod-menu > li.icon-biz > a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
}

.mod-menu > li > a.icon-gos::before,
.mod-menu > li.icon-gos > a::before {
  content: "";
}

.mod-menu > li > a.icon-uslugi::before,
.mod-menu > li.icon-uslugi > a::before {
  content: "";
}

.mod-menu > li > a.icon-health::before,
.mod-menu > li.icon-health > a::before {
  content: "";
}

.mod-menu > li > a.icon-dosug::before,
.mod-menu > li.icon-dosug > a::before {
  content: "";
}

.mod-menu > li > a.icon-biz::before,
.mod-menu > li.icon-biz > a::before {
  content: "";
}

.container-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span {
  text-decoration: none;
  position: relative;
  color: #000;
}

.hero-banner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #eef0f3;
  background-image: url("/templates/cassiopeia_plizir/images/nikadentbanner.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.hero-banner__content {
  position: relative;
  z-index: 2;
}

.hero-banner__content h1,
.hero-banner__content h2,
.hero-banner__content h3 {
  margin: 0 0 24px;
  font-weight: 700;
  line-height: 1.08;
  color: #111;
}

.hero-banner__content h1 {
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
}

.hero-banner__content p {
  margin: 0 0 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #222;
}

.hero-banner__content .accent,
.hero-banner__content strong.accent,
.hero-banner__content span.accent {
  color: #1B567F;
}

.hero-banner__content .hero-phone,
.hero-banner__content .phone,
.hero-banner__content a[href^="tel:"] {
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111;
  text-decoration: none;
}

.hero-banner__content a[href^="tel:"]:hover {
  color: #1B567F;
  text-decoration: none;
}

.hero-copy {
  margin-bottom: 5%;
  margin-top: 5%;
}

.header-menu-wrap,
.header-menu-row {
  background: #ffffff;
}

.header-menu-row .header-menu {
  display: flex;
  align-items: stretch;
  min-height: 72px;
}

.header-menu .mod-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu .mod-menu > li {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.header-menu .mod-menu > li > a,
.header-menu .mod-menu > li > button,
.header-menu .mod-menu > li > span,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 72px;
  padding: 0 26px;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.15;
  color: #1f1f1f;
  text-decoration: none;
  vertical-align: middle;
  transition: color .25s ease, background-color .25s ease;
}

.header-menu .mod-menu > li > a:hover,
.header-menu .mod-menu > li > a:focus,
.header-menu .mod-menu > li > button:hover,
.header-menu .mod-menu > li > button:focus {
  color: #1B567F;
  text-decoration: none;
}

.header-menu .mod-menu > li.current > a,
.header-menu .mod-menu > li.active > a,
.header-menu .mod-menu > li.current > button,
.header-menu .mod-menu > li.active > button,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.current > a,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.active > a {
  color: #1B567F;
  font-weight: 700;
}

.header-menu .mod-menu > li > a::after,
.header-menu .mod-menu > li > button::after,
.header-menu .mod-menu > li.current > a::after,
.header-menu .mod-menu > li.active > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 14px;
  height: 3px;
  border-radius: 10px;
  background: transparent;
  transition: background-color .25s ease, transform .25s ease;
  transform: scaleX(.7);
}

.header-menu .mod-menu > li > a:hover::after,
.header-menu .mod-menu > li > a:focus::after,
.header-menu .mod-menu > li > button:hover::after,
.header-menu .mod-menu > li > button:focus::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item > a:hover::after {
  background: rgba(27, 86, 127, 0.35);
  transform: scaleX(1);
}

.header-menu .mod-menu > li.current > a::after,
.header-menu .mod-menu > li.active > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.current > a::after,
.header-menu ul.mod-menu.mod-list.nav > li.nav-item.active > a::after {
  background: #1B567F;
  transform: scaleX(1);
}

.header-menu .mod-menu .mod-menu__sub {
  border: 1px solid rgba(27, 86, 127, 0.12);
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
  background: #ffffff;
  padding: 10px 0;
  min-width: 240px;
}

.header-menu .mod-menu .mod-menu__sub li a {
  display: block;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.header-menu .mod-menu .mod-menu__sub li a:hover,
.header-menu .mod-menu .mod-menu__sub li a:focus {
  background: rgba(27, 86, 127, 0.08);
  color: #1B567F;
}

.hero-block {
  padding: 60px 20px;
  background: #eef3f8;
  text-align: center;
}

section.banner-block {
  background: linear-gradient(to left, #EAF3F8 0%, #F7FBFF 100%);
  padding-bottom: 0rem;
  padding-top: 1rem;
  margin: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 16px rgba(0, 51, 153, .04), 0 2px 2px rgba(0, 51, 153, .08);
}

section.banner-block:empty {
  display: none;
}

section.banner-block:not(:has(h1, img)) {
  display: none;
}

.moduletable.hero_right {
  float: right;
}

.popular-services h2,
section.col-lg-4 h2 {
  font-size: 32px;
  font-weight: 700;
}

.card {
  background: linear-gradient(to left, #EAF3F8 0%, #F7FBFF 100%);
  border: 1px solid #f5f7fb;
  border-radius: 16px !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  overflow: visible;
  box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .15) !important;
}

.card h3.cont {
  font-size: 16px;
  margin-bottom: 0.3rem;
  position: relative;
  color: #000;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
  text-decoration: none !important;
}

.card h3.cont a {
  text-decoration: none;
  color: #000;
}

.icon-absolute {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2em;
  color: #283E73;
  opacity: 0.75;
  pointer-events: none;
}

h4.cont {
  font-size: 18px;
  font-weight: 600;
}

.card p {
  margin-bottom: 0.9rem;
  line-height: 1.5;
  flex-grow: 0;
}

p.address {
  font-size: 15px;
  margin-bottom: 5px;
}

p.phone {
  margin-bottom: 20px;
  font-size: 15px;
  text-decoration: none;
}

.card-footer {
  margin-top: auto;
  background-color: transparent !important;
  border: none;
  padding: 0;
  position: relative;
}

.card-footer .btn {
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  font-weight: 500;
}

.card-img-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}

.card-extra {
  position: relative;
  display: block;
}

.ux-card-foot {
  padding-top: .75rem;
  position: relative;
}

.ux-extra-btn {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  list-style: none;
  user-select: none;
  outline: none;
  font-weight: 700;
  line-height: 1.25;
  padding: .7rem .9rem;
  padding-right: 2.2rem;
  border: 1px solid #e6eaf2;
  border-radius: 12px;
  background: #344F8F;
  color: #fff;
  box-shadow: inset 0 -1px 0 #eef1f7;
  position: relative;
}

.ux-extra-btn::after {
  content: "▼";
  position: absolute;
  right: .8rem;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: transform .2s ease;
  font-size: 1.1rem;
  color: #fff;
}

.card-extra[open] .ux-extra-btn::after {
  transform: translateY(-50%) rotate(180deg);
}

.ux-extra-btn:focus-visible,
.ux-extra-btn:hover {
  border-color: #cfd7e6;
  box-shadow: 0 0 0 3px rgba(52, 79, 143, .15), inset 0 -1px 0 #eef1f7;
}

.ux-extra-pop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + .5rem);
  background: #fff;
  border: 1px solid #f0f2f7;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,24,84,.08), 0 2px 8px rgba(0,24,84,.08);
  padding: .9rem 1rem;
  z-index: 20;
  width: auto;
  max-height: 320px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.card-extra[open] .ux-extra-pop {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ux-extra-pop::after {
  content: "";
  position: absolute;
  left: 1rem;
  top: 100%;
  border: 8px solid transparent;
  border-top-color: #fff;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.06));
}

.ux-extra-pop::-webkit-scrollbar {
  width: 8px;
}

.ux-extra-pop::-webkit-scrollbar-thumb {
  background: #d9deea;
  border-radius: 8px;
}

.ux-desc {
  margin: .25rem 0 .5rem;
  font-size: .975rem;
}

.ux-list {
  list-style: disc;
  padding-left: 1.1rem;
  margin-bottom: 1rem;
}

.ux-list li {
  display: list-item;
  margin: 0;
}

.ux-li-ico {
  display: none;
}

.ux-li-title {
  font-weight: 600;
  color: #111827;
}

.ux-li-meta {
  color: #6b7280;
  font-size: .92rem;
}

.ux-list li + li {
  margin-top: .5rem;
}

.ux-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #111827;
}

.ux-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  margin-bottom: .5rem;
}

.ux-head-icon {
  flex: 0 0 auto;
  font-size: 1.25rem;
  line-height: 1;
  color: #344F8F;
}

.ux-pop-title {
  display: block;
  align-items: center;
  justify-content: space-between;
  gap: .4rem;
  padding: .35rem .1rem;
  color: #003366;
  line-height: 1;
  font-size: .95rem;
  font-weight: 600;
  margin: .25rem 0 .5rem;
  border-bottom: 1px solid #7899C9;
  width: 100%;
}

.ux-pop-ico-right {
  margin-left: .5rem;
  font-size: .9rem;
  color: #344F8F;
  flex: 0 0 auto;
}

.ux-subtitle {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  margin: .75rem 0 .35rem;
  color: #1f2937;
}

.ux-submark {
  display: inline-block;
  flex: 0 0 auto;
  width: 14px;
  height: 2px;
  background: #344F8F;
  border-radius: 2px;
  margin-right: .5rem;
  color: transparent;
  overflow: hidden;
}

.ux-pop-ul {
  margin: 0;
  font-size: 0.9rem;
  padding-left: 1rem;
}

.ux-pop-ul li {
  list-style: disc;
}

.ux-pop-note {
  margin: 0;
  font-size: 0.9rem;
}

.ux-body {
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 140px;
  align-items: center;
  gap: .4rem;
  padding: .35rem .9rem;
  border-radius: 1rem;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #dfe3e7;
  margin-bottom: 1.5rem;
  background: linear-gradient(134.94deg, #EAF6FB 21.25%, #EEF2FA 80.12%);
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}

.carousel-controls .btn-icon {
  background: #f5f7fb;
  padding: 0.4rem 0.75rem;
  font-size: 1.05rem;
  color: #001B4C;
  border-radius: 0.2rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 1px solid #dfe3e7;
}

.carousel-controls .btn-icon:hover {
  background-color: #e6edf7;
  color: #001b4c;
}

.scroll-carousel {
  display: flex;
  flex-wrap: wrap;
}

.filter-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  display: block;
  padding-bottom: 0.5rem;
}

.filter-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.filter-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: .5rem;
  padding: .25rem;
  min-width: max-content;
}

.filter-buttons .btn {
  font-weight: 500;
  border-radius: 2rem;
  padding: .4rem 1rem;
  background-color: #f5f7fb;
  color: #003366;
  white-space: nowrap;
  transition: all .2s ease;
}

.filter-buttons .btn:hover {
  background-color: #e6edf7;
  color: #001B4C;
}

.filter-buttons .btn.active {
  background-color: #344F8F;
  color: #fff;
  border-color: transparent;
}

.mod-finder__search {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
}

.mod-finder__search .form-control {
  flex: 1 1 auto;
  min-width: 0;
}

.mod-finder__search .btn {
  white-space: nowrap;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  border-radius: 6px;
}

.btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 16px;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.btn-search i {
  font-size: 1rem;
  color: inherit;
}

.btn-search:hover {
  background-color: #283E73;
  color: #fff;
}

.seo-block {
  margin: 12px 0 20px;
  font-size: .95rem;
  color: #444;
  max-width: 72ch;
}

.seo-block a {
  text-decoration: underline dotted;
}

.breadcrumbs-block .mod-breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: .9rem;
  color: #6b7280;
  background: none;
}

.breadcrumbs-block .breadcrumb-item > a,
.breadcrumbs-block .breadcrumb-item > span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .35rem .9rem;
  border-radius: 2rem;
  background-color: #f5f7fb;
  color: #003366;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #dfe3e7;
}

.breadcrumbs-block .breadcrumb-item > a:hover {
  background-color: #e6edf7;
  color: #001B4C;
  text-decoration: none;
}

.breadcrumbs-block .breadcrumb-item.active > span {
  background-color: #e6edf7;
  color: #001B4C;
}

.breadcrumbs-block .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #9ca3af;
  margin: 0 .25rem;
}

.mod-breadcrumbs__item .crumb-icon {
  font-size: 1.1rem;
  vertical-align: middle;
  color: var(--bs-primary);
}

.mod-breadcrumbs__item:first-child a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.mod-breadcrumbs__item:first-child a:hover .crumb-icon {
  color: var(--bs-primary-dark, #344F8F);
}

.breadcrumbs-block .mod-breadcrumbs__wrapper:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
}

.card-image {
  background: linear-gradient(135deg,#EAF3F8 0%,#F7FBFF 100%);
  border-radius: 12px;
  padding: 12px;
  text-align: center;
}

.card-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.mod-finder.searchbar--brand .mod-finder__form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mod-finder.searchbar--brand .mod-finder__group {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 100%;
}

.mod-finder.searchbar--brand #mod-finder-searchword {
  flex: 1 1 auto;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d7d7d7;
  border-right: none;
  border-radius: 10px 0 0 10px;
  background: #fff;
  font-size: .95rem;
  color: #222;
  outline: none;
}

.mod-finder.searchbar--brand #mod-finder-searchword::placeholder {
  color: #9aa0a6;
}

.mod-finder.searchbar--brand .mod-finder__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #222;
  border-left: none;
  border-radius: 0 10px 10px 0;
  background: #222;
  color: #fff;
  font-weight: 500;
  font-size: .95rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.mod-finder.searchbar--brand .mod-finder__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.20);
  background: #2a2f36;
  border-color: #2a2f36;
}

.mod-finder.searchbar--brand .mod-finder__submit:active {
  transform: scale(.97);
}

.mod-finder.searchbar--brand .mod-finder__submit svg {
  width: 16px;
  height: 16px;
  transform-origin: center;
  transition: transform .2s ease;
}

.mod-finder.searchbar--brand .mod-finder__submit:hover svg {
  transform: rotate(8deg) scale(1.05);
}

.chatfab {
  --cf-bg: #ffffff;
  --cf-border: rgba(0,0,0,.08);
  --cf-shadow: 0 10px 30px rgba(0,0,0,.15);
  --cf-radius: 16px;
  --cf-gap: 10px;
  --cf-z: 99999;
  --cf-text: #232323;
  --cf-muted: #757575;
  --cf-accent: #e5e7eb;
  --cf-btn: #ff3b30;
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: var(--cf-z);
  font-family: inherit;
}

.chatfab__toggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--cf-btn);
  border: 0;
  box-shadow: var(--cf-shadow);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

.chatfab__toggle::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255,59,48,.35);
  animation: cf-pulse 1.8s infinite;
}

.chatfab__toggle img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.chatfab__panel {
  width: 288px;
  background: var(--cf-bg);
  border: 1px solid var(--cf-border);
  border-radius: var(--cf-radius);
  box-shadow: var(--cf-shadow);
  padding: 12px;
  margin-bottom: 10px;
  transform-origin: 100% 100%;
  transform: scale(.9);
  opacity: 0;
  pointer-events: none;
  transition: .18s ease;
}

.chatfab.open .chatfab__panel {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.chatfab__title {
  font-size: 14px;
  font-weight: 600;
  margin: 2px 0 10px;
  color: var(--cf-text);
}

.chatfab__row {
  display: flex;
  flex-direction: column;
  gap: var(--cf-gap);
}

.chatfab__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid var(--cf-accent);
  background: #fff;
  color: var(--cf-text);
  text-decoration: none;
  transition: background .15s ease, transform .05s ease;
}

.chatfab__btn:hover {
  background: #fafafa;
}

.chatfab__btn:active {
  transform: translateY(1px);
}

.chatfab__btn-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cf-telegram .chatfab__btn-icon {
  background-color: #F0F7FD;
}

#cf-whatsapp .chatfab__btn-icon {
  background-color: #EAF8F0;
}

.chatfab__btn-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.chatfab__btn-title {
  font-size: 15px;
  font-weight: 600;
}

.chatfab__btn-sub {
  font-size: 12px;
  color: var(--cf-muted);
}

.header-brand,
.header-brand a,
.header-brand img,
.header-brand picture,
.header-brand svg {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.header-brand a:focus,
.header-brand a:active,
.header-brand a:hover,
.header-brand a:focus-visible {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

header .header-brand a,
header .header-brand a img {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

._access-icon * {
  display: none !important;
}

._access-icon::before {
  content: none !important;
  display: none !important;
}

._access-icon {
  position: fixed !important;
  left: 12px !important;
  bottom: 20px !important;
  z-index: 9999 !important;
  width: auto !important;
  height: 40px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border: 1px solid #1B567F !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.08) !important;
  transform: none !important;
  color: transparent !important;
  font-size: 0 !important;
  opacity: 1 !important;
  transition: all .25s ease !important;
}

._access-icon::after {
  content: "A+" !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: #1B567F !important;
}

._access-icon:hover {
  background: #1B567F !important;
  border-color: #1B567F !important;
  box-shadow: 0 8px 22px rgba(0,0,0,.12) !important;
}

._access-icon:hover::after {
  color: #ffffff !important;
}

._access-icon:active {
  transform: scale(0.97) !important;
}

._access-menu {
  width: 320px !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
  padding-bottom: 10px !important;
  font-family: inherit !important;
}

._access-menu h3 {
  position: relative !important;
  margin: 0 !important;
  padding: 18px 52px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #222 !important;
  text-align: left !important;
  background: #ffffff !important;
  border-bottom: 1px solid #eef2f2 !important;
}

._access-menu ._menu-btn {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 28px !important;
  height: 28px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  border-radius: 8px !important;
  transition: background-color .2s ease, color .2s ease !important;
}

._access-menu ._menu-close-btn {
  left: 12px !important;
  color: #7a7f87 !important;
}

._access-menu ._menu-close-btn:hover {
  background: #f3f6f6 !important;
  color: #222 !important;
}

._access-menu ._menu-reset-btn {
  right: 12px !important;
  color: #1B567F !important;
}

._access-menu ._menu-reset-btn:hover {
  background: #EEF6FB !important;
  color: #164766 !important;
}

._access-menu ul {
  padding: 10px !important;
}

._access-menu ul li {
  position: relative !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  margin: 6px 0 !important;
  padding: 12px 14px 12px 40px !important;
  border: none !important;
  border-radius: 8px !important;
  background: #f9f9f9 !important;
  color: #333 !important;
  font-size: 14px !important;
  white-space: normal !important;
  transition: all .2s ease !important;
}

._access-menu ul li:hover {
  background: #EEF6FB !important;
  color: #000 !important;
}

._access-menu ul li.active {
  background: #1B567F !important;
  color: #ffffff !important;
}

._access-menu ul li::before {
  content: "" !important;
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #1B567F !important;
  transform: translateY(-50%) !important;
}

._access-menu ul li.active::before {
  background: #ffffff !important;
}

._access-menu li[data-access-action="bigCursor"] svg,
._access-menu ul li svg {
  display: none !important;
}

.header-info-block {
  font-size: 13px;
  line-height: 1.4;
}

.header-info-item {
  margin-bottom: 6px;
}

.info-title {
  font-weight: 600;
  color: #444;
}

.info-text {
  color: #777;
}

.phone-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-decoration: none;
}

.main-phone {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.second-phone {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.phone-item:hover .phone-text {
  color: #1B567F;
}

.header-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.header-phones-block {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.phone-row {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.phone-icon {
  color: #1B567F;
  font-size: 16px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-text {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.phone-row:hover .phone-text {
  color: #1B567F;
}

.header-brand > *,
.header-topblock-1 > *,
.header-topblock-2 > *,
.header-enter > * {
  width: 100%;
}

.header-info {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.header-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.header-contact-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.header-contact-label {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  white-space: nowrap;
}

.header-contact-value {
  font-size: 13px;
  line-height: 1.35;
  color: #555;
  white-space: nowrap;
}

.header-contact-info {
  display: block !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

.header-enter .moduletable {
  margin: 0;
}

.header-enter .wjcallback-link:hover {
  background: #164766;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(27, 86, 127, 0.28);
}

.header-enter .wjcallback-link:active {
  transform: translateY(0);
}

.header-desktop-grid {
  display: grid;
  grid-template-columns: 320px 1.2fr 260px 190px;
  align-items: center;
  column-gap: 32px;
  min-height: 120px;
}

.header-brand {
  height: 40px;
  width: auto;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.header-topblock-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.header-enter {
  align-self: center;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.header-contact-inline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
  flex-wrap: nowrap;
  text-align: left;
}

.header-contact-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  color: #1B567F;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-brand img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 70px;
  width: auto;
}

.header-topblock-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  gap: 6px;
}

.header-topblock-2 .header-contact-value {
  font-weight: 600;
  color: #222;
}

.header-enter .wjcallback-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 48px;
  padding: 0 16px;
  border-radius: 10px;
  background: #1B567F;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 8px 20px rgba(27, 86, 127, 0.22);
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.wjcallbackform .modal-content {
  border-radius: 16px;
  border: none;
  padding: 28px 24px 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.wjcallbackform .modal-dialog {
  max-width: 420px;
}

.wjcallbackform .modal-header h5,
.wjcallbackform .modal-header .modal-title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.wjcallbackform input,
.wjcallbackform textarea {
  height: 48px;
  border-radius: 10px;
  border: 1px solid #e2e5e9;
  padding: 0 14px;
  font-size: 14px;
}

.wjcallbackform textarea {
  height: 90px;
  padding-top: 10px;
}

.wjcallbackform input:focus,
.wjcallbackform textarea:focus {
  border-color: #1B567F;
  box-shadow: 0 0 0 3px rgba(27, 86, 127, 0.15);
}

.wjcallbackform button,
.wjcallbackform input[type="submit"] {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  background: #1B567F;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: none;
  margin-top: 10px;
  transition: all .2s ease;
}

.wjcallbackform button:hover {
  background: #164766;
  transform: translateY(-1px);
}

.wjcallbackform .modal-header {
  border-bottom: none;
  padding-bottom: 10px;
  position: relative;
  display: block;
  padding: 0 44px 14px 0;
  margin-bottom: 10px;
}

.wjcallbackform .modal-header .form-header,
.wjcallbackform .modal-header h1,
.wjcallbackform .modal-header h2,
.wjcallbackform .modal-header h3,
.wjcallbackform .modal-header h4,
.wjcallbackform .modal-header h5,
.wjcallbackform .modal-header .modal-title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}

.wjcallbackform .modal-header .close {
  position: absolute;
  top: 2px;
  right: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px !important;
  line-height: 1 !important;
  font-weight: 400;
  color: #7d8790;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.wjcallbackform .modal-header .close:hover {
  background: #f3f6f7;
  color: #111;
  transform: scale(1.04);
}

.container-component .mod-breadcrumbs__wrapper {
  display: block;
  margin: 18px 0 32px;
  padding: 0;
}

.container-component .mod-breadcrumbs.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 12px 16px !important;
  list-style: none;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
  background: #eef6fb;
  border-bottom: 1px solid #dbe8f0;
}

.container-component .mod-breadcrumbs__divider {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #1B567F;
  line-height: 1;
}

.container-component .mod-breadcrumbs__divider .divider {
  color: #1B567F;
  font-size: 15px;
}

.container-component .mod-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
  color: #555;
}

.container-component .mod-breadcrumbs__item + .mod-breadcrumbs__item::before {
  content: "/";
  display: inline-block;
  margin: 0 2px 0 0;
  color: #9aa3a3;
}

.container-component .mod-breadcrumbs__item a {
  color: #222;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.container-component .mod-breadcrumbs__item a:hover,
.container-component .mod-breadcrumbs__item a:focus {
  color: #1B567F;
  text-decoration: none;
}

.container-component .mod-breadcrumbs__item.active,
.container-component .mod-breadcrumbs__item.active span {
  color: #555;
  font-weight: 500;
}

.nikadent-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  overflow: hidden;
}

#sp-cookie-consent.position-bottom {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: auto;
  z-index: 9999;
  display: block;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  pointer-events: none;
  animation: cookieFadeUp .35s ease-out;
}

#sp-cookie-consent.position-bottom > div {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #dfe5ee;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.10);
  padding: 16px 20px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px;
  pointer-events: auto;
}

#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content {
  flex: 1 1 auto !important;
  margin: 0;
  color: #1f2937;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content a {
  color: #1B567F;
  font-weight: 600;
  text-decoration: none;
}

#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content a:hover,
#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content a:focus {
  text-decoration: underline;
}

#sp-cookie-consent.position-bottom > div > .sp-cookie-consent-action {
  flex: 0 0 auto !important;
  max-width: none !important;
  width: auto !important;
  margin: 0 0 0 8px !important;
  text-align: right !important;
}

#sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px !important;
  padding: 0 20px !important;
  background: #1B567F;
  color: #ffffff !important;
  border: 0;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
  transition: background-color .2s ease, transform .2s ease;
}

#sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow:hover,
#sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow:focus {
  background: #3385c2;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.footer {
  margin-top: 44px;
  padding: 34px 0 0;
  background: #f4f8f8;
  border-top: 1px solid #dbe8e8;
  color: #000;
}

.footer > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.footer .row {
  row-gap: 22px;
}

.footer a:not(.btn):hover,
.footer a:not(.btn):focus,
.footer .btn-link:hover,
.footer .btn-link:focus {
  color: #1B567F;
}

.footer-legal {
  margin-top: 24px;
}

.footer-legal .footer-bottom {
  padding: 14px 0 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.footer-legal .footer-bottom .moduletable,
.footer-legal .footer-bottom .mod-custom {
  margin: 0;
}

.footer-legal .footer-bottom,
.footer-legal .footer-bottom p,
.footer-legal .footer-bottom span,
.footer-legal .footer-bottom a {
  font-size: 13px;
  line-height: 1.55;
  color: #5f6873;
}

.footer-legal .footer-bottom-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 7px;
}

.footer-legal .footer-bottom-line__copy {
  margin-right: 22px;
  white-space: nowrap;
}

.footer-legal .footer-bottom-line a {
  position: relative;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.footer-legal .footer-bottom-line a:hover,
.footer-legal .footer-bottom-line a:focus {
  color: #1B567F;
  text-decoration: none;
}

.footer-legal .footer-bottom-line a + a {
  padding-left: 10px;
}

.footer-legal .footer-bottom-line a + a::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(95, 104, 115, 0.55);
}

.hero-copy p {
  max-width: 680px;
  font-size: 1.125rem;
  line-height: 1.55;
}

.nika-service-note-section {
  padding: 56px 0 32px;
  background: #ffffff;
}

.nika-service-note-section .container {
  max-width: 1320px;
}

.nika-card {
  width: 100%;
  padding: 42px 48px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.nika-card h2 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.nika-card h2 .accent,
.nika-card h2 strong {
  color: #1B567F;
}

.nika-card p {
  max-width: 980px;
  margin: 0 0 16px;
  font-size: 1.075rem;
  line-height: 1.65;
  color: #222222;
}

.nika-card p:last-child {
  margin-bottom: 0;
}

.nika-services-section {
  padding: 56px 0 64px;
  background: #ffffff;
}

.nika-section-head {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.nika-section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.nika-section-head p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 1.075rem;
  line-height: 1.6;
  color: #444444;
}

.nika-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.nika-service-card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.nika-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(27, 86, 127, 0.25);
  box-shadow: 0 14px 34px rgba(27, 86, 127, 0.12);
}

.nika-service-card__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef6fb;
}

.nika-service-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nika-service-card__body {
  padding: 22px 22px 24px;
}

.nika-service-card__body h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1B567F;
}

.nika-service-card__body p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #333333;
}

.nika-specialists-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.nika-specialist-card {
  height: 100%;
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.nika-specialist-card p {
  margin: 0 0 12px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #222222;
}

.nika-specialist-card p:last-child {
  margin-bottom: 0;
}

.nika-specialist-card strong {
  font-weight: 700;
  color: #111111;
}

.nika-specialist-card em {
  font-style: normal;
}

.nika-specialists-section {
  padding: 56px 0 64px;
  background: #eef6fb;
  position: relative;
  left: 50%;
  right: 50%;
 width: 100%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.nika-specialists-section > .container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.nika-documents-section {
  padding: 56px 0 64px;
  background: #ffffff;
}

.nika-documents-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.nika-document-card {
  display: block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.nika-document-card:hover {
  transform: translateY(-3px);
  border-color: rgba(27, 86, 127, 0.25);
  box-shadow: 0 14px 34px rgba(27, 86, 127, 0.12);
}

.nika-document-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 10px;
  background: #f8fafc;
}

.nika-reviews-section {
  padding: 56px 0 64px;
  background: #ffffff;
}

.nika-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.nika-review-card::before {
  content: "”";
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: rgba(27, 86, 127, 0.14);
  font-family: Georgia, "Times New Roman", serif;
  pointer-events: none;
}

.nika-review-card__body {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}

.nika-review-card__body p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #222222;
  padding-right: 24px;
}

.nika-review-card__author {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1B567F;
  text-transform: uppercase;
}

.nika-review-card {
  position: relative;
  height: 100%;
  padding: 30px 30px 26px;
  background: linear-gradient(145deg, #ffffff 0%, #f7fbff 48%, #eaf3f8 100%);
  border: 1px solid #dbe8f0;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.nika-footer-contacts h2 {
  margin: 0 0 22px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111111;
}

.nika-footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 0 18px;
  margin: 0 0 18px;
  border-bottom: 1px solid #dbe8f0;
}

.nika-footer-contact:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.nika-footer-contact__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1B567F;
  background: #eef6fb;
  border: 1px solid #dbe8f0;
  border-radius: 12px;
}

.nika-footer-contact__text {
  min-width: 0;
}

.nika-footer-contact__text span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1B567F;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.nika-footer-contact__text a,
.nika-footer-contact__text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #111111;
  text-decoration: none;
}

.nika-footer-contact__text a:hover,
.nika-footer-contact__text a:focus {
  color: #1B567F;
  text-decoration: none;
}

.nika-footer,
.footer {
  padding: 28px 0 14px;
  background: #f4f9fc;
  border-top: 1px solid #dbe8f0;
}

.nika-footer .container,
.footer .container {
  max-width: 1320px;
}

.nika-footer-logo img,
.nika-footer__logo img,
.nika-footer-brand img,
.footer img {
  max-width: 260px;
  height: auto;
}

.nika-footer-brand p,
.nika-footer__brand p {
  max-width: 360px;
  margin: 8px 0 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #111;
}

.nika-footer h2,
.footer h2,
.nika-footer-nav h2,
.nika-footer-contacts-compact h2 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111;
}

.nika-footer h2::before,
.footer h2::before {
  display: none !important;
}

.nika-footer-nav ul,
.nika-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nika-footer-nav li,
.nika-footer__nav li {
  margin: 0 0 8px;
}

.nika-footer-nav a,
.nika-footer__nav a {
  font-size: 0.98rem;
  line-height: 1.35;
  color: #111;
  text-decoration: none;
}

.nika-footer-nav a:hover,
.nika-footer__nav a:hover {
  color: #1B567F;
}

.nika-footer-contacts-compact p {
  margin: 0 0 8px;
  font-size: 0.96rem;
  line-height: 1.45;
  color: #111;
}

.nika-footer-contacts-compact strong {
  font-weight: 700;
  color: #1B567F;
}

.nika-footer-contacts-compact a {
  color: #111;
  text-decoration: none;
}

.nika-footer-contacts-compact a:hover {
  color: #1B567F;
}

.nika-footer-contact,
.nika-footer-contact__icon {
  display: none !important;
}

.nika-footer-bottom,
.nika-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #dbe8f0;
}

.nika-footer-bottom p,
.nika-footer__bottom p {
  margin: 0;
  font-size: 0.88rem;
  color: #555;
}

.nika-footer-legal,
.nika-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.nika-footer-legal a,
.nika-footer__legal a {
  font-size: 0.86rem;
  line-height: 1.35;
  color: #555;
  text-decoration: none;
}

.nika-footer-legal a:hover,
.nika-footer__legal a:hover {
  color: #1B567F;
}

.nika-footer-module {
  font-size: 0.96rem;
  line-height: 1.45;
  color: #111111;
}

.nika-footer-module p {
  margin: 0 0 8px;
}

.nika-footer-module a {
  color: #111111;
  text-decoration: none;
}

.nika-footer-module a:hover,
.nika-footer-module a:focus {
  color: #1B567F;
  text-decoration: none;
}

.nika-footer-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nika-footer-module li {
  margin: 0 0 8px;
}

.nika-footer-module strong {
  font-weight: 700;
  color: #1B567F;
}

.nika-footer-module-title {
  margin: 0 0 12px;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #111111;
}

.nika-footer-module-title::before,
.nika-footer-module-title::after {
  display: none !important;
  content: none !important;
}

.nika-footer-contacts-compact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nika-footer-contact-row {
  display: flex !important;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
}

.nika-footer-contact-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1B567F;
  background: #eef6fb;
  border: 1px solid #dbe8f0;
  border-radius: 6px;
}

.nika-footer-contact-icon svg {
  display: block;
  width: 14px;
  height: 14px;
}

.nika-footer-contact-text {
  display: inline;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #111111;
}

.nika-footer-contact-text strong {
  font-weight: 700;
  color: #1B567F;
}

.nika-footer-contact-text a {
  color: #111111;
  text-decoration: none;
}

.nika-footer-contact-text a:hover,
.nika-footer-contact-text a:focus {
  color: #1B567F;
  text-decoration: none;
}

@keyframes cf-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255,59,48,.35);
    }
  70% {
    box-shadow: 0 0 0 18px rgba(255,59,48,0);
    }
  100% {
    box-shadow: 0 0 0 0 rgba(255,59,48,0);
    }
}

@keyframes cookieFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
    }
  to {
    opacity: 1;
    transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
  .hero-banner__inner {
    min-height: 420px;
    background-position: 68% center;
  }

  .hero-banner__content {
    max-width: 470px;
    padding: 50px 0 60px;
  }

  header.header .header-menu {
    position: static !important;
    flex: 1 1 auto !important;
    margin-left: auto !important;
  }

  header.header.container-header {
    position: sticky !important;
    top: 0;
    z-index: 1035;
    min-height: 78px;
    padding: 0.9rem 1rem;
    background: #ffffff;
    border-bottom: 1px solid rgba(27, 86, 127, 0.10);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  }

  .header-mobile-bar {
    min-height: 60px;
    gap: 16px;
  }

  .header-mobile-bar .header-brand img,
  .header-mobile-bar .header-brand svg {
    max-height: 42px;
    width: auto;
  }

  .header-menu-wrap.sticky-menu-row {
    position: static !important;
    border: 0;
    box-shadow: none;
  }

  header.header .navbar-toggler {
    margin: 0;
    margin-left: auto;
    padding: 0;
  }

  .header-mobile-bar .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(27, 86, 127, 0.20);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  }

  .header-mobile-bar .navbar-toggler:hover,
  .header-mobile-bar .navbar-toggler:focus {
    border-color: rgba(27, 86, 127, 0.45);
    box-shadow: 0 6px 16px rgba(27, 86, 127, 0.12);
  }

  .offcanvas.offcanvas-end {
    background: #ffffff;
  }

  .offcanvas-header {
    padding: 1rem 1rem 0.8rem;
    border-bottom: 1px solid rgba(27, 86, 127, 0.10);
  }

  .offcanvas-body {
    padding: 1rem;
  }

  .offcanvas .mod-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .offcanvas .mod-menu > li {
    margin: 0;
    border-bottom: 1px solid rgba(27, 86, 127, 0.08);
  }

  .offcanvas .mod-menu > li > a,
  .offcanvas .mod-menu > li > button,
  .offcanvas .mod-menu > li > span {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 12px 4px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
    color: #1f1f1f;
    text-decoration: none;
  }

  .offcanvas .mod-menu > li.current > a,
  .offcanvas .mod-menu > li.active > a {
    color: #1B567F;
  }

  .offcanvas .mod-menu > li > a:hover,
  .offcanvas .mod-menu > li > a:focus {
    color: #1B567F;
  }

  .offcanvas .mod-menu > li.parent,
  .offcanvas .mod-menu > li.deeper {
    position: relative;
  }

  .offcanvas .mod-menu > li.parent > a,
  .offcanvas .mod-menu > li.deeper > a {
    display: block;
    padding-right: 56px !important;
  }

  .offcanvas .submenu-toggle {
    position: absolute;
    top: 6px;
    right: 0;
    width: 46px;
    height: 46px;
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1f1f1f;
    z-index: 5;
  }

  .offcanvas .submenu-toggle::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
    margin-top: -4px;
  }

  .offcanvas .submenu-toggle[aria-expanded="true"]::before {
    transform: rotate(225deg);
    margin-top: 2px;
  }

  .offcanvas .mod-menu > li.parent > ul.mod-menu__sub,
  .offcanvas .mod-menu > li.deeper > ul.mod-menu__sub {
    display: none !important;
    margin: 0 0 10px 0;
    padding: 0 0 0 14px;
    list-style: none;
    border-left: 2px solid rgba(27, 86, 127, 0.12);
  }

  .offcanvas .mod-menu > li.parent > ul.mod-menu__sub.is-open,
  .offcanvas .mod-menu > li.deeper > ul.mod-menu__sub.is-open {
    display: block !important;
  }

  .offcanvas .mod-menu > li.parent > ul.mod-menu__sub > li > a,
  .offcanvas .mod-menu > li.deeper > ul.mod-menu__sub > li > a {
    display: block;
    padding: 10px 0 10px 6px;
    font-size: 16px;
    font-weight: 500;
    color: #3a3a3a;
    text-decoration: none;
  }

  .offcanvas .mod-menu > li.parent > ul.mod-menu__sub > li > a:hover,
  .offcanvas .mod-menu > li.deeper > ul.mod-menu__sub > li > a:focus {
    color: #1B567F;
  }

  #sp-cookie-consent.position-bottom {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  #sp-cookie-consent.position-bottom > div {
    padding: 16px;
    gap: 16px;
  }

  #sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content {
    font-size: 14px;
  }

  .footer {
    margin-top: 36px;
    padding-top: 28px;
  }

  .nika-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nika-reviews-grid {
    grid-template-columns: 1fr;
  }

  .nika-review-card {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .hero-banner__content h1 {
    margin-bottom: 18px;
  }

  .hero-banner__content p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-banner__content .hero-phone,
  .hero-banner__content .phone,
  .hero-banner__content a[href^="tel:"] {
    font-size: 1.9rem;
  }

  .container,
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-search {
    display: none;
  }

  h1 {
    font-size: 2.3rem;
    text-align: center;
    margin-top: 0.5em;
    font-weight: 600;
    line-height: 1.1;
  }

  section.banner-block.my-4 {
    background-color: #F4FAFD;
    margin-top: 0rem !important;
    margin-bottom: 0.1rem !important;
    padding-bottom: 3rem;
    padding-top: 1rem;
  }

  .scroll-carousel {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 0rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
  }

  .scroll-carousel .card-col {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 100%;
  }

  .mod-finder__search {
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
  }

  .mod-finder__search .form-control,
  .mod-finder__search .btn {
    width: 100%;
    height: 48px;
    font-size: 16px;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
  }

  .mod-finder__search .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mod-finder__search .btn i {
    margin-right: 0.5rem;
  }

  .btn-search {
    width: 100%;
    height: 48px;
    margin-left: 0;
  }

  .btn-search i {
    margin-right: 0.5rem;
  }

  :root {
    --header-h: 56px;
  }

  .breadcrumbs-block {
    position: sticky;
    top: var(--header-h, 56px);
    z-index: 1010;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  }

  .breadcrumbs-block .mod-breadcrumbs__wrapper {
    padding-block: .35rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-inline: .75rem;
    scrollbar-width: none;
    mask-image: linear-gradient(to right, transparent 0, #000 16px, #000 calc(100% - 16px), transparent 100%);
  }

  .breadcrumbs-block .mod-breadcrumbs__wrapper::-webkit-scrollbar {
    display: none;
  }

  .breadcrumbs-block .mod-breadcrumbs {
    display: inline-flex;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    min-width: max-content;
    scroll-snap-type: x proximity;
  }

  .breadcrumbs-block .mod-breadcrumbs__item {
    scroll-snap-align: start;
  }

  .breadcrumbs-block .mod-breadcrumbs__divider {
    float: none !important;
    margin-right: .25rem;
    flex: 0 0 auto;
  }

  .pagination_wrapper,
  .pagination-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pagination_wrapper .pagination,
  .pagination-wrapper .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pagination_wrapper .page-item,
  .pagination-wrapper .page-item {
    margin-bottom: 0.5rem;
  }

  ._access-icon {
    left: 10px !important;
    bottom: 16px !important;
    height: 38px !important;
    padding: 0 10px !important;
  }

  ._access-icon::after {
    font-size: 15px !important;
  }

  .container-component .mod-breadcrumbs__wrapper {
    margin: 12px 0 24px;
  }

  .container-component .mod-breadcrumbs.breadcrumb {
    padding: 10px 12px !important;
    border-radius: 12px;
    gap: 6px;
  }

  .container-component .mod-breadcrumbs__item {
    font-size: 14px;
  }

  .hero-banner__inner {
    min-height: 340px;
    align-items: flex-start;
    background-position: 72% center;
    position: relative;
    overflow: hidden;
  }

  .hero-banner__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient( 90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.55) 68%, rgba(255, 255, 255, 0.18) 100% );
  }

  .hero-banner__content {
    max-width: 100%;
    padding: 34px 0 42px;
    position: relative;
    z-index: 2;
  }

  .hero-copy h1,
  .hero-copy p,
  .hero-phone {
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.85);
  }

  #sp-cookie-consent.position-bottom {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  #sp-cookie-consent.position-bottom > div {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px;
    padding: 14px;
    border-radius: 16px;
  }

  #sp-cookie-consent.position-bottom > div > .sp-cookie-consent-content {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  #sp-cookie-consent.position-bottom > div > .sp-cookie-consent-action {
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }

  #sp-cookie-consent.position-bottom .sp-cookie-close.sp-cookie-allow {
    width: 100%;
    min-height: 46px !important;
    border-radius: 12px;
  }

  .footer {
    margin-top: 32px;
    padding-top: 24px;
  }

  .footer .row {
    row-gap: 16px;
  }

  .footer-legal {
    margin-top: 18px;
  }

  .footer-legal .footer-bottom {
    padding: 12px 0 10px;
  }

  .footer-legal .footer-bottom,
  .footer-legal .footer-bottom p,
  .footer-legal .footer-bottom span,
  .footer-legal .footer-bottom a {
    font-size: 13px;
    line-height: 1.55;
  }

  .footer-legal .footer-bottom-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer-legal .footer-bottom-line__copy {
    margin-right: 0;
  }

  .footer-legal .footer-bottom-line a + a {
    padding-left: 0;
  }

  .footer-legal .footer-bottom-line a + a::before {
    display: none;
  }

  .nika-service-note-section {
    padding: 32px 0 24px;
  }

  .nika-card {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .nika-card h2 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 16px;
  }

  .nika-card p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .nika-services-section {
    padding: 36px 0 42px;
  }

  .nika-section-head {
    margin-bottom: 24px;
    text-align: left;
  }

  .nika-section-head h2 {
    font-size: 1.85rem;
  }

  .nika-section-head p {
    font-size: 1rem;
  }

  .nika-services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nika-service-card {
    border-radius: 18px;
  }

  .nika-service-card__body {
    padding: 20px;
  }

  .nika-specialists-section {
    padding: 36px 0 42px;
  }

  .nika-specialists-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nika-specialist-card {
    padding: 22px 20px;
    border-radius: 18px;
  }

  .nika-specialist-card p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .nika-documents-section {
    padding: 36px 0 42px;
  }

  .nika-documents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .nika-document-card {
    border-radius: 14px;
  }

  .nika-document-card img {
    height: 190px;
    padding: 8px;
  }

  .nika-reviews-section {
    padding: 36px 0 42px;
  }

  .nika-review-card {
    padding: 24px 22px;
    border-radius: 18px;
  }

  .nika-review-card::before {
    top: 12px;
    right: 18px;
    font-size: 44px;
  }

  .nika-review-card__body p {
    font-size: 0.95rem;
    line-height: 1.6;
    padding-right: 18px;
  }

  .nika-footer-contact {
    gap: 10px;
  }

  .nika-footer-contact__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .nika-footer,
  .footer {
    padding: 24px 0 14px;
  }

  .nika-footer-logo img,
  .nika-footer__logo img,
  .nika-footer-brand img,
  .footer img {
    max-width: 220px;
  }

  .nika-footer h2,
  .footer h2,
  .nika-footer-nav h2,
  .nika-footer-contacts-compact h2 {
    font-size: 1.2rem;
  }

  .nika-footer-bottom,
  .nika-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .nika-footer-legal,
  .nika-footer__legal {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 575.98px) {
  .ux-li-meta {
    font-size: .9rem;
  }

  .ux-extra-pop {
    left: -.25rem;
    right: -.25rem;
  }
}

@media (max-width: 576px) {
  .mod-finder.searchbar--brand #mod-finder-searchword,
  .mod-finder.searchbar--brand .mod-finder__submit {
    height: 44px;
  }
}

@media (max-width: 360px) {
  .chatfab__panel {
    width: 260px;
    padding: 10px;
  }

  .chatfab__btn-title {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .chatfab__toggle {
    width: 44px;
    height: 44px;
  }

  .chatfab__panel {
    width: 240px;
  }
}

@media (min-width: 992px) {
  .header-menu .mod-menu > li.parent,
  .header-menu .mod-menu > li.deeper {
    position: relative;
  }

  .header-menu .mod-menu > li.parent > a,
  .header-menu .mod-menu > li.deeper > a {
    position: relative;
    padding-right: 42px !important;
  }

  .header-menu .mod-menu > li.parent > a::before,
  .header-menu .mod-menu > li.deeper > a::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    opacity: .85;
    pointer-events: none;
  }

  .header-menu .mod-menu > li.parent > ul.mod-menu__sub,
  .header-menu .mod-menu > li.deeper > ul.mod-menu__sub {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(8px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    position: absolute;
    top: calc(100% - 4px);
    left: 50%;
    right: auto;
    z-index: 1055;
    min-width: 340px;
    width: max-content;
    max-width: 420px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: #ffffff;
    border: 1px solid rgba(27, 86, 127, 0.14);
    border-radius: 14px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.10);
  }

  .header-menu .mod-menu > li.parent:hover > ul.mod-menu__sub,
  .header-menu .mod-menu > li.parent:focus-within > ul.mod-menu__sub,
  .header-menu .mod-menu > li.deeper:hover > ul.mod-menu__sub,
  .header-menu .mod-menu > li.deeper:focus-within > ul.mod-menu__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .header-menu .mod-menu > li.parent > ul.mod-menu__sub > li,
  .header-menu .mod-menu > li.deeper > ul.mod-menu__sub > li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .header-menu .mod-menu > li.parent > ul.mod-menu__sub > li > a,
  .header-menu .mod-menu > li.deeper > ul.mod-menu__sub > li > a {
    display: block;
    min-height: auto !important;
    padding: 12px 18px !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    color: #222;
    text-decoration: none;
    background: transparent;
    transition: background-color .2s ease, color .2s ease;
  }

  .header-menu .mod-menu > li.parent > ul.mod-menu__sub > li > a:hover,
  .header-menu .mod-menu > li.parent > ul.mod-menu__sub > li > a:focus,
  .header-menu .mod-menu > li.deeper > ul.mod-menu__sub > li > a:hover,
  .header-menu .mod-menu > li.deeper > ul.mod-menu__sub > li > a:focus {
    background: rgba(27, 86, 127, 0.08);
    color: #1B567F;
  }
}

@media (max-width: 420px) {
  .nika-documents-grid {
    grid-template-columns: 1fr;
  }

  .nika-document-card img {
    height: auto;
    max-height: 420px;
  }
}

@media (max-width: 1199.98px) {
  .nika-documents-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* =========================================================
   HEADER COMPACT FINAL — NikaDent
   Логотип + меню + контакты, без ручного max-width контейнера
   ========================================================= */

/* Возвращаем нормальные боковые поля только контейнеру шапки,
   не задаём max-width вручную: шириной управляет Bootstrap/Cassiopeia. */
header.header.container-header > .container {
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5) !important;
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * .5) !important;
}

header.header.container-header {
  position: sticky !important;
  top: 0;
  z-index: 1035;
  padding: 0 !important;
  background: #ffffff;
  border-bottom: 1px solid rgba(27, 86, 127, 0.10);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

@media (min-width: 992px) {
  .header-info {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .header-desktop-grid {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 28px !important;
    min-height: 72px !important;
  }

  .header-brand {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .header-brand > *,
  .header-brand .moduletable,
  .header-brand .mod-custom,
  .header-brand p {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .header-brand a {
    display: inline-flex !important;
    align-items: center !important;
    max-width: 100% !important;
  }

  .header-brand img,
  .header-brand svg {
    display: block !important;
    width: auto !important;
    max-width: 260px !important;
    max-height: 58px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .header-menu {
    min-width: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .header-menu .moduletable {
    width: auto !important;
    margin: 0 !important;
  }

  .header-menu .mod-menu,
  .header-menu ul.mod-menu.mod-list.nav {
    width: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .header-menu .mod-menu > li,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  .header-menu .mod-menu > li > a,
  .header-menu .mod-menu > li > button,
  .header-menu .mod-menu > li > span,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item > a {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: auto !important;
    padding: 0 0 7px !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    color: #1f1f1f !important;
    text-decoration: none !important;
  }

  .header-menu .mod-menu > li.current > a,
  .header-menu .mod-menu > li.active > a,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item.current > a,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item.active > a {
    color: #1B567F !important;
    font-weight: 700 !important;
  }

  .header-menu .mod-menu > li > a::after,
  .header-menu .mod-menu > li > button::after,
  .header-menu .mod-menu > li.current > a::after,
  .header-menu .mod-menu > li.active > a::after,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item > a::after {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 3px !important;
  }

  .header-enter {
    width: auto !important;
    min-width: 190px !important;
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .header-enter > *,
  .header-enter .moduletable,
  .header-enter .mod-custom {
    width: auto !important;
    margin: 0 !important;
  }

  .header-enter p {
    margin: 0 !important;
  }

  .header-enter .header-phones-block,
  .header-phones-block {
    width: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 5px !important;
    text-align: right !important;
  }

  .header-enter .phone-row,
  .header-enter .phone-item,
  .phone-row,
  .phone-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 7px !important;
    margin: 0 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .header-enter .phone-icon,
  .phone-icon {
    flex: 0 0 16px !important;
    width: 16px !important;
    font-size: 15px !important;
    color: #1B567F !important;
  }

  .header-enter .phone-text,
  .header-enter .main-phone,
  .header-enter .second-phone,
  .phone-text,
  .main-phone,
  .second-phone {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #000 !important;
  }

  .header-enter .wjcallback-link {
    min-width: 0 !important;
    height: 42px !important;
    padding: 0 14px !important;
    font-size: 15px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-desktop-grid {
    column-gap: 20px !important;
  }

  .header-brand img,
  .header-brand svg {
    max-width: 220px !important;
    max-height: 52px !important;
  }

  .header-menu .mod-menu,
  .header-menu ul.mod-menu.mod-list.nav {
    gap: 18px !important;
  }

  .header-menu .mod-menu > li > a,
  .header-menu .mod-menu > li > button,
  .header-menu .mod-menu > li > span,
  .header-menu ul.mod-menu.mod-list.nav > li.nav-item > a {
    font-size: 15px !important;
  }

  .header-enter {
    min-width: 178px !important;
  }

  .header-enter .phone-text,
  .header-enter .main-phone,
  .header-enter .second-phone,
  .phone-text,
  .main-phone,
  .second-phone {
    font-size: 14px !important;
  }
}

/* Mobile header */
@media (max-width: 991.98px) {
  header.header.container-header > .container {
    max-width: none !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .header-mobile-bar {
    min-height: 64px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    gap: 12px !important;
  }

  .header-mobile-bar .header-brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .header-mobile-bar .header-brand > *,
  .header-mobile-bar .header-brand .moduletable,
  .header-mobile-bar .header-brand .mod-custom,
  .header-mobile-bar .header-brand p {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .header-mobile-bar .header-brand img,
  .header-mobile-bar .header-brand svg {
    display: block !important;
    width: auto !important;
    max-width: min(230px, calc(100vw - 92px)) !important;
    max-height: 48px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .header-mobile-bar .navbar-toggler {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(27, 86, 127, 0.22) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .offcanvas.offcanvas-end,
  .biodent-offcanvas,
  .site-offcanvas {
    width: min(88vw, 370px) !important;
    background: #ffffff !important;
    border-left: 1px solid rgba(27, 86, 127, 0.10) !important;
  }

  .offcanvas-header,
  .biodent-offcanvas-header,
  .site-offcanvas-header {
    min-height: 74px !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(27, 86, 127, 0.10) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
  }

  .biodent-offcanvas-logo,
  .site-offcanvas-logo,
  .offcanvas-header .header-brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 50px) !important;
    overflow: hidden !important;
  }

  .biodent-offcanvas-logo > *,
  .site-offcanvas-logo > *,
  .offcanvas-header .header-brand > *,
  .offcanvas-header .header-brand p {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .biodent-offcanvas-logo img,
  .biodent-offcanvas-logo svg,
  .site-offcanvas-logo img,
  .site-offcanvas-logo svg,
  .offcanvas-header .header-brand img,
  .offcanvas-header .header-brand svg {
    display: block !important;
    width: auto !important;
    max-width: 215px !important;
    max-height: 48px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .offcanvas .btn-close,
  .biodent-offcanvas-close,
  .site-offcanvas-close {
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px !important;
    background-color: #f3f7fa !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }

  .offcanvas-body,
  .biodent-offcanvas-body,
  .site-offcanvas-body {
    padding: 12px 16px 18px !important;
  }

  .biodent-offcanvas-nav .mod-menu,
  .site-offcanvas-nav .mod-menu,
  .offcanvas .mod-menu {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .biodent-offcanvas-nav .mod-menu > li,
  .site-offcanvas-nav .mod-menu > li,
  .offcanvas .mod-menu > li {
    position: relative !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(27, 86, 127, 0.10) !important;
  }

  .biodent-offcanvas-nav .mod-menu > li > a,
  .biodent-offcanvas-nav .mod-menu > li > button,
  .biodent-offcanvas-nav .mod-menu > li > span,
  .site-offcanvas-nav .mod-menu > li > a,
  .site-offcanvas-nav .mod-menu > li > button,
  .site-offcanvas-nav .mod-menu > li > span,
  .offcanvas .mod-menu > li > a,
  .offcanvas .mod-menu > li > button,
  .offcanvas .mod-menu > li > span {
    min-height: 50px !important;
    padding: 12px 0 !important;
    display: flex !important;
    align-items: center !important;
    color: #1f1f1f !important;
    font-size: 17px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
  }

  .biodent-offcanvas-nav .mod-menu > li.current > a,
  .biodent-offcanvas-nav .mod-menu > li.active > a,
  .site-offcanvas-nav .mod-menu > li.current > a,
  .site-offcanvas-nav .mod-menu > li.active > a,
  .offcanvas .mod-menu > li.current > a,
  .offcanvas .mod-menu > li.active > a {
    color: #1B567F !important;
    font-weight: 700 !important;
  }

  .biodent-offcanvas-nav .submenu-toggle,
  .site-offcanvas-nav .submenu-toggle,
  .offcanvas .submenu-toggle {
    position: absolute !important;
    top: 4px !important;
    right: -6px !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #1B567F !important;
    z-index: 5 !important;
  }

  .biodent-offcanvas-nav .submenu-toggle::before,
  .site-offcanvas-nav .submenu-toggle::before,
  .offcanvas .submenu-toggle::before {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: rotate(45deg) !important;
    transition: transform .2s ease !important;
    margin-top: -4px !important;
  }

  .biodent-offcanvas-nav .submenu-toggle[aria-expanded="true"]::before,
  .site-offcanvas-nav .submenu-toggle[aria-expanded="true"]::before,
  .offcanvas .submenu-toggle[aria-expanded="true"]::before {
    transform: rotate(225deg) !important;
    margin-top: 2px !important;
  }

  .biodent-offcanvas-nav .mod-menu__sub,
  .site-offcanvas-nav .mod-menu__sub,
  .offcanvas .mod-menu__sub {
    display: none !important;
    margin: 0 0 8px !important;
    padding: 2px 0 6px 14px !important;
    list-style: none !important;
    border-left: 2px solid rgba(27, 86, 127, 0.16) !important;
  }

  .biodent-offcanvas-nav .mod-menu__sub.is-open,
  .site-offcanvas-nav .mod-menu__sub.is-open,
  .offcanvas .mod-menu__sub.is-open {
    display: block !important;
  }

  .biodent-offcanvas-nav .mod-menu__sub li a,
  .site-offcanvas-nav .mod-menu__sub li a,
  .offcanvas .mod-menu__sub li a {
    display: block !important;
    padding: 8px 0 8px 6px !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
  }
}
/* =========================================================
   OFFCANVAS CONTACTS — mobile phones
   ========================================================= */

@media (max-width: 991.98px) {
  .site-offcanvas .header-enter,
  .biodent-offcanvas .header-enter {
    margin: 18px 22px 0;
    padding: 16px;
    display: block;
    background: #f4f9fc;
    border: 1px solid #dbe8f0;
    border-radius: 16px;
  }

  .site-offcanvas .header-phones-block,
  .biodent-offcanvas .header-phones-block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    text-align: left;
    margin-top: 15%;
  }

  .site-offcanvas .phone-row,
  .biodent-offcanvas .phone-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #ffffff;
    color: #111111;
    text-decoration: none;
    border: 1px solid rgba(27, 86, 127, 0.10);
  }

  .site-offcanvas .phone-row:hover,
  .site-offcanvas .phone-row:focus,
  .biodent-offcanvas .phone-row:hover,
  .biodent-offcanvas .phone-row:focus {
    background: #eef6fb;
    color: #1B567F;
    text-decoration: none;
  }

  .site-offcanvas .phone-icon,
  .biodent-offcanvas .phone-icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1B567F;
    background: #eef6fb;
    border-radius: 10px;
    font-size: 16px;
  }

  .site-offcanvas .phone-text,
  .biodent-offcanvas .phone-text {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    white-space: nowrap;
  }

  .site-offcanvas .phone-row:hover .phone-text,
  .site-offcanvas .phone-row:focus .phone-text,
  .biodent-offcanvas .phone-row:hover .phone-text,
  .biodent-offcanvas .phone-row:focus .phone-text {
    color: #1B567F;
  }
}
/* =========================================================
   HEADER PHONES — desktop exact icon/text alignment
   ========================================================= */

@media (min-width: 992px) {
  .header-enter {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin-left: 0 !important;
  }

  .header-enter > *,
  .header-enter .moduletable,
  .header-enter .mod-custom {
    width: auto !important;
    max-width: none !important;
  }

  .header-enter .header-phones-block {
    width: max-content !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    align-items: start !important;
    gap: 6px !important;
    margin-left: auto !important;
    text-align: left !important;
  }

  .header-enter .phone-row {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 22px max-content !important;
    align-items: center !important;
    justify-content: start !important;
    column-gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
  }

  .header-enter .phone-icon {
    width: 22px !important;
    min-width: 22px !important;
    height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #1B567F !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .header-enter .phone-icon i {
    display: block !important;
    width: 16px !important;
    text-align: center !important;
    line-height: 1 !important;
  }

  .header-enter .phone-text {
    display: block !important;
    text-align: left !important;
    white-space: nowrap !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #000 !important;
  }
}
/* =========================================================
   NIKA PRICE PAGE
   ========================================================= */

.nika-price-page {
  padding: 48px 0 64px;
  background: #ffffff;
}

.nika-price-page .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.nika-section-head--left {
  max-width: 820px;
  margin: 0 0 34px;
  text-align: left;
}

.nika-section-head--left h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.nika-section-head--left p {
  margin: 0;
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444444;
}

.nika-price-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.nika-price-card {
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #dbe8f0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.nika-price-card h2 {
  margin: 0;
  padding: 22px 26px;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1B567F;
  background: #eef6fb;
  border-bottom: 1px solid #dbe8f0;
}

.nika-price-table {
  padding: 6px 26px 12px;
}

.nika-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  padding: 10px 0;
  border-bottom: 1px solid #e5edf3;
}

.nika-price-row:last-child {
  border-bottom: 0;
}

.nika-price-row span {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.45;
  color: #222222;
}

.nika-price-row strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(27, 86, 127, 0.18);
  color: #111111;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.nika-price-disclaimer {
  margin-top: 28px;
  padding: 18px 22px;
  background: #f4f9fc;
  border: 1px solid #dbe8f0;
  border-radius: 16px;
}

.nika-price-disclaimer p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555555;
}

@media (max-width: 767.98px) {
  .nika-price-page {
    padding: 34px 0 48px;
  }

  .nika-section-head--left {
    margin-bottom: 24px;
  }

  .nika-section-head--left h1 {
    font-size: 2rem;
    text-align: left;
  }

  .nika-section-head--left p {
    font-size: 1rem;
  }

  .nika-price-card {
    border-radius: 16px;
  }

  .nika-price-card h2 {
    padding: 18px 18px;
    font-size: 1.25rem;
  }

  .nika-price-table {
    padding: 4px 18px 10px;
  }

  .nika-price-row {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    padding: 14px 0;
  }

  .nika-price-row strong {
    justify-content: flex-start;
    width: max-content;
    min-width: 0;
  }
}
/* =========================================================
   NIKA LEGAL PAGE
   ========================================================= */

.nika-legal-page {
  padding: 48px 0 64px;
  background: #ffffff;
}

.nika-legal-page .container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.nika-legal-page .nika-section-head--left {
  max-width: 920px;
  margin: 0 0 32px;
  text-align: left;
}

.nika-legal-page .nika-section-head--left h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.nika-legal-page .nika-section-head--left p {
  margin: 0;
  max-width: 820px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444444;
}

.nika-legal-card {
  margin-bottom: 22px;
  padding: 30px 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #dbe8f0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
}

.nika-legal-card:last-child {
  margin-bottom: 0;
}

.nika-legal-card h2 {
  margin: 0 0 20px;
  padding-bottom: 14px;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1B567F;
  border-bottom: 1px solid #dbe8f0;
}

.nika-legal-card p {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.7;
  color: #222222;
}

.nika-legal-card p:last-child {
  margin-bottom: 0;
}

.nika-legal-card strong {
  font-weight: 700;
  color: #111111;
}

.nika-legal-card ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.nika-legal-card li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 26px;
  font-size: 1rem;
  line-height: 1.6;
  color: #222222;
}

.nika-legal-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1B567F;
}

.nika-legal-alert {
  margin-top: 22px;
  padding: 18px 20px;
  background: #eef6fb;
  border: 1px solid #dbe8f0;
  border-left: 5px solid #1B567F;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
  color: #111111;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .nika-legal-page {
    padding: 34px 0 48px;
  }

  .nika-legal-page .nika-section-head--left {
    margin-bottom: 24px;
  }

  .nika-legal-page .nika-section-head--left h1 {
    font-size: 1.85rem;
    text-align: left;
  }

  .nika-legal-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .nika-legal-card h2 {
    font-size: 1.28rem;
  }

  .nika-legal-card p,
  .nika-legal-card li {
    font-size: 0.97rem;
  }

  .nika-legal-alert {
    padding: 16px;
    font-size: 0.92rem;
  }
}
/* =========================================================
   NIKA PRICE DISCOUNT
   ========================================================= */

.nika-price-discount {
  margin: 0 0 28px;
}

.nika-price-discount__inner {
  padding: 24px 28px;
  background: #eef6fb;
  border: 1px solid #dbe8f0;
  border-left: 5px solid #1B567F;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
}

.nika-price-discount h2 {
  margin: 0 0 16px;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
}

.nika-price-discount ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nika-price-discount li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 26px;
  font-size: 1.05rem;
  line-height: 1.45;
  color: #222222;
}

.nika-price-discount li:last-child {
  margin-bottom: 0;
}

.nika-price-discount li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1B567F;
}

@media (max-width: 767.98px) {
  .nika-price-discount__inner {
    padding: 20px 18px;
    border-radius: 16px;
  }

  .nika-price-discount h2 {
    font-size: 1.18rem;
  }

  .nika-price-discount li {
    font-size: 1rem;
  }
}
/* =========================================================
   NIKA CONTACTS PAGE
   ========================================================= */

.nika-contacts-page {
  padding: 48px 0 64px;
  background: #ffffff;
}

.nika-contacts-page .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.nika-contacts-page .nika-section-head--left {
  max-width: 860px;
  margin: 0 0 32px;
  text-align: left;
}

.nika-contacts-page .nika-section-head--left h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  color: #111111;
}

.nika-contacts-page .nika-section-head--left p {
  margin: 0;
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444444;
}

.nika-contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 22px;
}

.nika-contact-card,
.nika-map-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #dbe8f0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
  overflow: hidden;
}

.nika-contact-card {
  padding: 28px 30px;
}

.nika-map-card {
  margin-top: 22px;
  padding: 28px 30px 30px;
}

.nika-contact-card h2,
.nika-map-card h2 {
  margin: 0 0 20px;
  padding-bottom: 14px;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1B567F;
  border-bottom: 1px solid #dbe8f0;
}

.nika-contact-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.nika-contact-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5edf3;
}

.nika-contact-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.nika-contact-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1B567F;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nika-contact-value {
  font-size: 1.03rem;
  line-height: 1.55;
  color: #222222;
}

.nika-contact-value a {
  color: #111111;
  font-weight: 600;
  text-decoration: none;
}

.nika-contact-value a:hover,
.nika-contact-value a:focus {
  color: #1B567F;
  text-decoration: none;
}

.nika-contact-phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nika-contact-phone {
  display: inline-grid;
  grid-template-columns: 34px auto;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
  min-height: 46px;
  padding: 6px 14px 6px 6px;
  background: #ffffff;
  border: 1px solid rgba(27, 86, 127, 0.16);
  border-radius: 14px;
  color: #111111;
  text-decoration: none;
  font-weight: 700;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.nika-contact-phone:hover,
.nika-contact-phone:focus {
  background: #eef6fb;
  border-color: rgba(27, 86, 127, 0.35);
  color: #1B567F;
  text-decoration: none;
}

.nika-contact-phone__icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1B567F;
  background: #eef6fb;
  border-radius: 10px;
  font-size: 15px;
}

.nika-contact-notice {
  margin-top: 22px;
  padding: 16px 18px;
  background: #eef6fb;
  border: 1px solid #dbe8f0;
  border-left: 5px solid #1B567F;
  border-radius: 14px;
  font-size: 1rem;
  line-height: 1.55;
  color: #222222;
}

.nika-contact-notice strong {
  color: #111111;
}

.nika-contact-card--legal {
  margin-top: 22px;
}

.nika-legal-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nika-legal-info-item {
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e5edf3;
  border-radius: 14px;
}

.nika-legal-info-item span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #1B567F;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nika-legal-info-item strong {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  color: #111111;
}

.nika-map-frame {
  overflow: hidden;
  border: 1px solid #dbe8f0;
  border-radius: 16px;
  background: #f4f9fc;
}

.nika-map-frame script {
  display: block;
}

.nika-contact-card--control {
  margin-top: 22px;
}

.nika-control-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.nika-control-item {
  padding: 20px 22px;
  background: #ffffff;
  border: 1px solid #e5edf3;
  border-radius: 16px;
}

.nika-control-item h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
}

.nika-control-item p {
  margin: 0 0 8px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #333333;
}

.nika-control-item p:last-child {
  margin-bottom: 0;
}

.nika-control-item ul {
  margin: 0 0 10px;
  padding-left: 20px;
}

.nika-control-item li {
  margin-bottom: 6px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #333333;
}

.nika-control-item a {
  color: #1B567F;
  font-weight: 600;
  text-decoration: none;
}

.nika-control-item a:hover,
.nika-control-item a:focus {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .nika-contacts-grid,
  .nika-legal-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .nika-contacts-page {
    padding: 34px 0 48px;
  }

  .nika-contacts-page .nika-section-head--left {
    margin-bottom: 24px;
  }

  .nika-contacts-page .nika-section-head--left h1 {
    font-size: 1.9rem;
  }

  .nika-contact-card,
  .nika-map-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .nika-contact-card h2,
  .nika-map-card h2 {
    font-size: 1.3rem;
  }

  .nika-contact-phone {
    width: 100%;
  }

  .nika-control-item {
    padding: 18px;
  }
}
.nika-specialists-section {
  padding: 56px 0 64px;
  background: #eef6fb;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}