/* dk-responsive.css v1.4 — свой мобильный hero вместо LayerSlider на ≤991.98 */
/* сетка: 374.98 / 575.98 / 767.98 / 991.98 / 1199.98 / 1399.98 / 1599.98 — совместима с Bootstrap 5 */
/* содержит: шапку на всех брейкпоинтах + мобильное меню (телефон/запись/языки/соцсети/контакты) */

/* ══════════════════════════════════════════════════════════
   ≤1599.98 — возвращаем телефон (тема прячет его классом d-none-xxxl)
   ══════════════════════════════════════════════════════════ */
@media (max-width: 1599.98px) {
  .header-call.phone-box.d-none-xxxl { display: flex !important; }
}

/* ══════════════════════════════════════════════════════════
   ≤1399.98 — телефон компактнее, чтобы строка шапки не распирала контейнер
   ══════════════════════════════════════════════════════════ */
@media (max-width: 1399.98px) {
  .header-call.phone-box { padding-left: 24px; margin-left: 20px; }
  .header-call.phone-box .box-icon { width: 48px; height: 48px; line-height: 48px; font-size: 18px; margin-right: 12px; }
  .header-call.phone-box .media-body .h4 { font-size: 17px; }
}

/* ══════════════════════════════════════════════════════════
   ≤1199.98 — возвращаем кнопку «Записаться», соцсети/языки/поиск и плашку «Внимание»
   ══════════════════════════════════════════════════════════ */
@media (max-width: 1199.98px) {
  .header-top .col-auto.d-none.d-xl-block { display: block !important; }
  .head-top-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
  .head-top-links > li { margin-right: 18px; padding-right: 20px; }
  .header-main .col-auto.d-none.d-xl-block { display: block !important; }
  .header-btn { padding-left: 0; margin-left: 14px; }
  .header-btn .vs-btn.style2 { padding: 15px 26px; font-size: 14px; }
  .header-call.phone-box { padding-left: 20px; margin-left: 16px; }
  .header-call.phone-box .media-body .h4 { font-size: 16px; }
  .header1-logo { max-width: 170px !important; }
  .main-menu > ul > li > a { font-size: 17px !important; }
  .main-menu > ul > li { margin: 0 6px; }
  .header-notice.d-none.d-xl-block { display: block !important; height: auto; }
  .header-notice .shape { display: none; }
  .header-notice .notice-text { position: static; height: auto; flex-wrap: wrap; justify-content: center; padding: 9px 15px; text-align: center; }
  .header-notice p { margin-bottom: 0; }
}

/* ══════════════════════════════════════════════════════════
   ≤991.98 — бургер-режим: логотип и телефон в строку, «Записаться» отдельной строкой
   ══════════════════════════════════════════════════════════ */
@media (max-width: 991.98px) {
  .header-top.d-none.d-md-block { display: block !important; }
  .header-top .container { padding-top: 0 !important; padding-bottom: 0 !important; }
  .header-top-info { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2px 18px; }
  .header-top-info li { margin-right: 0 !important; font-size: 12px; }
  .header-top-info li i { margin-right: 7px; }
  .header-top .col-auto.d-none.d-xl-block { display: none !important; }
  .header-main { margin-bottom: 0; }
  .header-main > .container { max-width: 100%; padding-left: 15px !important; padding-right: 15px !important; }
  .header-main .row { display: grid !important; grid-template-columns: 1fr auto; grid-template-areas: 'logo burger' 'tel tel' 'book book'; align-items: center; gap: 14px 12px; margin: 0; padding: 14px 0 16px; }
  .header-main .row > .col-auto { padding: 0 !important; margin: 0 !important; width: auto !important; max-width: none !important; min-width: 0; }
  .header-main .row > .col-auto:first-child { grid-area: logo; display: block !important; }
  .header1-logo { max-width: 178px !important; margin: 0; }
  .header1-logo img { width: 100%; height: auto; display: block; }
  .header-call.phone-box.d-none-xxxl,
  .header-main .header-call.phone-box { display: none !important; }
  .header-main .row > .col-auto:nth-child(2) { display: contents; }
  .header-main .row > .col-auto:nth-child(2) > .row { display: contents; }
  .header-main .row > .col-auto:nth-child(2) > .row > .col-auto:first-child { grid-area: burger; justify-self: end; align-self: center; }
  .header-main .row > .col-auto:nth-child(2) > .row > .col-auto:nth-child(2) { grid-area: book; justify-self: stretch; }
  .header-main .row > .col-auto:nth-child(3) { grid-area: tel; justify-self: center; }
  .header-btn { margin: 0; padding: 0; }
  .header-btn:before { display: none; }
  .header-btn .vs-btn.style2 { display: flex; align-items: center; justify-content: center; margin: 0 0 0 20px; padding: 15px 24px; font-size: 14px; white-space: nowrap; }
  .dk-hd-tel { display: inline-flex; align-items: center; gap: 9px; min-width: 0; font-family: 'Montserrat', sans-serif; font-size: 14.5px; font-weight: 700; color: #413F3B; }
  .dk-hd-tel i { flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #E8B94A 0%, #C99B35 55%, #A87F28 100%); color: #413F3B; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; box-shadow: 0 5px 14px rgba(200,155,53,.38); }
  .dk-hd-tel span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
  .dk-hd-tel:hover { color: #875A26; }
  .vs-menu-toggle.d-inline-block.d-lg-none { position: static; width: 44px; height: 44px; line-height: 44px; font-size: 19px; }
}
@media (max-width: 374.98px) {
  .header-main .row { gap: 11px 8px; padding: 12px 0 14px; }
  .header1-logo { max-width: 146px !important; }
  .dk-hd-tel { font-size: 14px; gap: 8px; }
  .dk-hd-tel i { width: 34px; height: 34px; font-size: 12px; }
  .header-btn .vs-btn.style2 { margin-left: 18px; padding: 13px 18px; font-size: 13px; }
}

/* ══════════════════════════════════════════════════════════
   ≤374.98 — самые узкие экраны (Galaxy Fold, iPhone SE 1)
   ══════════════════════════════════════════════════════════ */
@media (max-width: 374.98px) {
  .header1-logo { max-width: 108px !important; }
  .header-main .row > .col-auto:first-child { gap: 8px; padding-right: 52px; }
  .header-call.phone-box .box-icon { width: 34px; height: 34px; line-height: 34px; font-size: 13px; margin-right: 7px; }
  .header-call.phone-box .media-body .h4 { font-size: 13px; }
  .header-btn .vs-btn.style2 { padding: 13px 24px; font-size: 13px; }
  .header-top-info li { font-size: 11px; }
}

/* ══════════════════════════════════════════════════════════
   Мобильное меню — премиальная панель: карточки пунктов с иконками,
   золотые акценты, ступенчатое появление, брендовые цвета соцсетей
   ══════════════════════════════════════════════════════════ */
@media (max-width: 991.98px) {
  .vs-menu-wrapper { background-color: rgba(30, 27, 22, .55); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
  .vs-menu-wrapper .vs-menu-area { width: 88%; max-width: 400px; display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding-bottom: 30px; background: linear-gradient(180deg, #FFFFFF 0%, #FBF8F0 44%, #F6F1E3 100%); border-right: 3px solid #E8B94A; box-shadow: 18px 0 60px rgba(38, 32, 25, .28); scrollbar-width: thin; scrollbar-color: #E8B94A transparent; }
  .vs-menu-wrapper .vs-menu-area::-webkit-scrollbar { width: 4px; }
  .vs-menu-wrapper .vs-menu-area::-webkit-scrollbar-thumb { background: #E8B94A; border-radius: 2px; }
  .vs-menu-wrapper .vs-menu-area:before { height: 230px; max-height: none; opacity: 1; background: radial-gradient(ellipse 130% 85% at 50% 0%, rgba(232, 185, 74, .20) 0%, rgba(232, 185, 74, 0) 72%); }
  .vs-menu-wrapper .vs-menu-toggle { position: sticky; top: 12px; align-self: flex-end; margin: 12px 14px 0 0; width: 40px; height: 40px; line-height: 38px; font-size: 17px; flex: 0 0 auto; z-index: 3; background: linear-gradient(135deg, #413F3B 0%, #2a2826 100%) !important; color: #E8B94A !important; border: 1px solid rgba(232, 185, 74, .45); box-shadow: 0 6px 18px rgba(38, 32, 25, .26); }
  .vs-menu-wrapper .vs-menu-toggle:hover { background: linear-gradient(135deg, #0A9A9A 0%, #006666 100%) !important; color: #FFFFFF !important; transform: rotate(90deg); }
  .vs-menu-wrapper .mobile-logo { padding: 0 0 22px; flex: 0 0 auto; }
  .vs-menu-wrapper .mobile-logo a { display: flex; flex-direction: column; align-items: center; gap: 0; }
  .dk-mm-tooth { width: 62px; height: 62px; display: block; margin-bottom: 11px; filter: drop-shadow(0 8px 20px rgba(180, 125, 30, .28)); animation: dkMmTooth 5s ease-in-out infinite; }
  .dk-mm-name { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: 27px; line-height: 1; letter-spacing: .01em; color: #413F3B; }
  .dk-mm-name .dot { color: #DEA840; }
  .dk-mm-tag { font-family: 'Roboto', sans-serif; font-weight: 500; font-size: 9.5px; letter-spacing: .30em; text-indent: .30em; text-transform: uppercase; color: #A97F38; margin-top: 7px; }
  @keyframes dkMmTooth { 0%, 100% { filter: drop-shadow(0 8px 20px rgba(180, 125, 30, .28)); } 50% { filter: drop-shadow(0 10px 26px rgba(199, 148, 52, .48)); } }
  .mobile-menu-form { max-width: 272px; width: 100%; flex: 0 0 auto; }
  .mobile-menu-form input { height: 46px; border: 1.5px solid rgba(232, 185, 74, .45); border-radius: 999px; background: #FFFFFF; box-shadow: 0 6px 18px rgba(65, 63, 59, .07); padding: 0 46px 0 20px; font-family: 'Montserrat', sans-serif; font-size: 13.5px; color: #413F3B; transition: all .3s ease; }
  .mobile-menu-form input:focus { border-color: #E8B94A; box-shadow: 0 8px 24px rgba(200, 155, 53, .20); }
  .mobile-menu-form input::placeholder { color: #b8ac93; }
  .mobile-menu-form button { top: 0; right: 6px; width: 36px; height: 46px; color: #C79434; font-size: 15px; }
  .mobile-menu-form button:hover { color: #008080; }
  .vs-mobile-menu { max-height: none; overflow: visible; margin-top: 22px; padding-bottom: 0; flex: 0 0 auto; }
  .vs-mobile-menu > ul { padding: 0 20px; }
  .vs-mobile-menu ul li { border-bottom: none !important; margin-bottom: 9px; }
  .vs-mobile-menu ul li:last-child { margin-bottom: 0; }
  .vs-mobile-menu ul li a { display: flex; align-items: center; gap: 13px; padding: 12px 15px; border-radius: 15px; background: #FFFFFF; border: 1px solid rgba(232, 185, 74, .24); box-shadow: 0 4px 14px rgba(65, 63, 59, .05); font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 600; line-height: 1.3; color: #413F3B; text-transform: none; transition: all .32s cubic-bezier(.2, .8, .25, 1); }
  .vs-mobile-menu ul li a:before { content: '\f015'; font-family: var(--icon-font); font-weight: 300; position: static; margin: 0; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, #FBF8F0 0%, #F2E7CC 100%); color: #B8934E; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; transition: all .32s ease; }
  .vs-mobile-menu ul li:nth-child(2) a:before { content: '\f0f8'; }
  .vs-mobile-menu ul li:nth-child(3) a:before { content: '\f5c9'; }
  .vs-mobile-menu ul li:nth-child(4) a:before { content: '\f3c5'; }
  .vs-mobile-menu ul li a:after { content: '\f105'; font-family: var(--icon-font); font-weight: 300; margin-left: auto; color: #d3c8ae; font-size: 16px; transition: all .32s ease; }
  .vs-mobile-menu ul li a:hover, .vs-mobile-menu ul li a:focus-visible { background: linear-gradient(100deg, #413F3B 0%, #2a2826 100%); border-color: transparent; color: #FFFFFF; transform: translateX(4px); box-shadow: 0 12px 28px rgba(65, 63, 59, .24); }
  .vs-mobile-menu ul li a:hover:before { background: linear-gradient(135deg, #E8B94A 0%, #C99B35 100%); color: #2a2826; }
  .vs-mobile-menu ul li a:hover:after { color: #E8B94A; transform: translateX(3px); }
  .vs-menu-wrapper.vs-body-visible .vs-mobile-menu ul li { animation: dkMmIn .5s cubic-bezier(.2, .8, .25, 1) both; }
  .vs-menu-wrapper.vs-body-visible .vs-mobile-menu ul li:nth-child(1) { animation-delay: .10s; }
  .vs-menu-wrapper.vs-body-visible .vs-mobile-menu ul li:nth-child(2) { animation-delay: .17s; }
  .vs-menu-wrapper.vs-body-visible .vs-mobile-menu ul li:nth-child(3) { animation-delay: .24s; }
  .vs-menu-wrapper.vs-body-visible .vs-mobile-menu ul li:nth-child(4) { animation-delay: .31s; }
  .dk-mm-extra { position: relative; flex: 0 0 auto; margin-top: 26px; padding: 24px 20px 0; border-top: none; text-align: center; }
  .dk-mm-extra:after { content: ''; position: absolute; top: 0; left: 24px; right: 24px; height: 1px; background: linear-gradient(90deg, transparent, rgba(232, 185, 74, .60), transparent); }
  .dk-mm-extra:before { content: '\25C6'; position: absolute; top: -8px; left: 50%; transform: translateX(-50%); color: #E8B94A; font-size: 10px; line-height: 1; background: #FBF8F0; padding: 0 11px; z-index: 1; }
  .dk-mm-call { display: inline-flex; align-items: center; gap: 11px; padding: 10px 20px 10px 10px; border-radius: 999px; background: #FFFFFF; border: 1px solid rgba(232, 185, 74, .38); box-shadow: 0 6px 18px rgba(65, 63, 59, .07); font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 700; color: #413F3B; transition: all .3s ease; }
  .dk-mm-call i { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #E8B94A 0%, #C99B35 55%, #A87F28 100%); color: #413F3B; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; box-shadow: 0 4px 12px rgba(200, 155, 53, .38); }
  .dk-mm-call:hover { color: #875A26; border-color: #E8B94A; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(200, 155, 53, .22); }
  .dk-mm-book { display: flex !important; align-items: center; justify-content: center; width: calc(100% - 20px); margin: 18px 0 0 20px; padding: 15px 24px; font-size: 14px; background-color: #413F3B !important; box-shadow: 0 12px 28px rgba(65, 63, 59, .26); }
  .dk-mm-book i { background-color: #FFC107 !important; }
  .dk-mm-book:before { box-shadow: inset 0 5px 5px 0 rgba(65, 63, 59, .3) !important; }
  .dk-mm-lang { margin-top: 20px; display: flex; justify-content: center; }
  .dk-mm-lang .dkl-btn { color: #413F3B; font-size: 14px; padding: 8px 17px; border-radius: 999px; background: #FFFFFF; border: 1px solid rgba(232, 185, 74, .35); box-shadow: 0 4px 14px rgba(65, 63, 59, .06); }
  .dk-mm-lang .dkl-btn:hover { border-color: #E8B94A; color: #875A26; }
  .dk-mm-lang .dkl-flag { box-shadow: 0 0 0 1px rgba(65, 63, 59, .18); }
  .dk-mm-lang .dkl-menu { right: auto; left: 50%; transform: translate(-50%, -8px); min-width: 220px; }
  .dk-mm-lang .dkl.open .dkl-menu { transform: translate(-50%, 0); }
  .dk-mm-lang .dkl-menu::before { right: auto; left: 50%; margin-left: -6px; }
  .dk-mm-social { display: flex; justify-content: center; gap: 11px; margin-top: 22px; }
  .dk-mm-social a { width: 42px; height: 42px; border-radius: 13px; background: #FFFFFF; border: 1px solid rgba(232, 185, 74, .32); box-shadow: 0 4px 14px rgba(65, 63, 59, .06); display: inline-flex; align-items: center; justify-content: center; font-size: 17px; color: #875A26; transition: all .3s cubic-bezier(.2, .8, .25, 1); }
  .dk-mm-social a:hover { transform: translateY(-3px); border-color: transparent; color: #FFFFFF; }
  .dk-mm-social a:nth-child(1):hover { background: #4C75A3; box-shadow: 0 10px 22px rgba(76, 117, 163, .40); }
  .dk-mm-social a:nth-child(2):hover { background: #25D366; box-shadow: 0 10px 22px rgba(37, 211, 102, .40); }
  .dk-mm-social a:nth-child(3):hover { background: #0088CC; box-shadow: 0 10px 22px rgba(0, 136, 204, .40); }
  .dk-mm-social a:nth-child(4):hover { background: linear-gradient(45deg, #F09433 0%, #DC2743 50%, #BC1888 100%); box-shadow: 0 10px 22px rgba(220, 39, 67, .38); }
  .dk-mm-social a:nth-child(5):hover { background: #413F3B; box-shadow: 0 10px 22px rgba(65, 63, 59, .38); }
  .dk-mm-social img { width: 18px; height: 18px; }
  .dk-mm-info { margin-top: 22px; padding: 15px 14px; border-radius: 15px; background: rgba(255, 255, 255, .72); border: 1px solid rgba(232, 185, 74, .22); display: flex; flex-direction: column; align-items: center; gap: 9px; font-family: 'Montserrat', sans-serif; font-size: 12.5px; line-height: 1.5; color: #6b6862; }
  .dk-mm-info i { color: #B8934E; width: 15px; margin-right: 7px; }
  .dk-mm-info a { color: #6b6862; }
  .dk-mm-info a:hover { color: #875A26; }
}
@keyframes dkMmIn { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: none; } }
@media (max-width: 374.98px) {
  .vs-menu-wrapper .vs-menu-area { width: 94%; }
  .dk-mm-tooth { width: 52px; height: 52px; }
  .dk-mm-name { font-size: 23px; }
  .dk-mm-tag { font-size: 8.5px; letter-spacing: .24em; text-indent: .24em; }
  .vs-mobile-menu > ul { padding: 0 15px; }
  .vs-mobile-menu ul li a { padding: 11px 12px; font-size: 14px; gap: 11px; }
  .vs-mobile-menu ul li a:before { flex: 0 0 36px; width: 36px; height: 36px; font-size: 14px; border-radius: 11px; }
  .dk-mm-extra { padding: 22px 15px 0; }
  .dk-mm-call { font-size: 15px; padding: 9px 16px 9px 9px; }
  .dk-mm-social { gap: 8px; }
  .dk-mm-social a { width: 38px; height: 38px; font-size: 15px; border-radius: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .vs-menu-wrapper.vs-body-visible .vs-mobile-menu ul li { animation: none !important; }
  .vs-mobile-menu ul li a:hover { transform: none; }
  .dk-mm-social a:hover, .dk-mm-call:hover { transform: none; }
  .dk-mm-tooth { animation: none !important; }
}

/* ══════════════════════════════════════════════════════════
   HERO ≤991.98 — свой слайдер вместо LayerSlider
   Движок ужимает холст 1900×800 до ширины экрана (коэф. vw/1900):
   на 432px заголовки выходят 16px, описание 7.7px. Разметку строит
   js/dk-hero-mobile.js из тех же .ls-slide, переводы сохраняются.
   ══════════════════════════════════════════════════════════ */
.dk-hero { display: none; }
@media (max-width: 991.98px) {
  .vs-hero-wrapper > .ls-fullscreen-wrapper,
  .vs-hero-wrapper > .vs-hero-carousel { display: none !important; }
  .vs-hero-wrapper::after { display: none; }
  .vs-hero-wrapper { height: auto !important; }
  .dk-hero { display: block; position: relative; width: 100%; height: 540px; overflow: hidden; background: #f3ede1; border-bottom: 3px solid #008080; }
  .dk-hero-track { position: absolute; inset: 0; }
  .dk-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility .9s ease; }
  .dk-hero-slide.is-on { opacity: 1; visibility: visible; }
  .dk-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.04); transition: transform 7s linear; }
  .dk-hero-slide.is-on .dk-hero-bg { transform: scale(1.14); }
  .dk-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(253,253,247,.93) 0%, rgba(253,253,247,.80) 46%, rgba(65,63,59,.34) 100%); }
  .dk-hero-box { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 34px 30px 62px; gap: 0; }
  .dk-hero-sub { font-family: 'Lobster', cursive; font-size: 27px; line-height: 1.15; color: #C79434; margin: 0 0 10px; text-shadow: 0 1px 3px rgba(255,255,255,.7); }
  .dk-hero-t1, .dk-hero-t2 { font-family: 'Montserrat', sans-serif; font-weight: 800; text-transform: uppercase; line-height: 1.1; margin: 0; }
  .dk-hero-t1 { font-size: 30px; color: #008080; letter-spacing: -.5px; text-shadow: 1px 1px 0 rgba(65,63,59,.35); }
  .dk-hero-t2 { font-size: 30px; color: #413F3B; font-weight: 300; letter-spacing: 1px; margin-top: 3px; }
  .dk-hero-desc { font-family: 'Montserrat', sans-serif; font-size: 14.5px; line-height: 1.65; font-weight: 500; color: #4a4741; margin: 16px 0 0; max-width: 460px; text-shadow: 0 1px 2px rgba(255,255,255,.6); }
  .dk-hero-desc br { display: none; }
  .dk-hero-btn { display: inline-block; margin-top: 24px; padding: 14px 34px; border-radius: 9999px; background: #413F3B; color: #FFC107; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .4px; box-shadow: 0 10px 26px rgba(65,63,59,.28); transition: all .3s ease; }
  .dk-hero-btn:hover, .dk-hero-btn:focus-visible { background: #008080; color: #fff; transform: translateY(-2px); }
  .dk-hero-dots { position: absolute; left: 16px; right: 16px; bottom: 15px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; z-index: 3; }
  .dk-hero-dot { width: 7px; height: 7px; padding: 0; border: none; border-radius: 50%; background: rgba(65,63,59,.30); cursor: pointer; transition: all .3s ease; }
  .dk-hero-dot.is-on { background: #C79434; width: 20px; border-radius: 4px; }
}
@media (max-width: 767.98px) {
  .dk-hero { height: 480px; }
  .dk-hero-box { padding: 28px 24px 58px; }
  .dk-hero-sub { font-size: 23px; }
  .dk-hero-t1, .dk-hero-t2 { font-size: 26px; }
  .dk-hero-desc { font-size: 13.5px; margin-top: 14px; }
  .dk-hero-btn { margin-top: 20px; padding: 13px 30px; font-size: 13.5px; }
}
@media (max-width: 575.98px) {
  .dk-hero { height: 440px; }
  .dk-hero-box { padding: 24px 20px 54px; }
  .dk-hero-sub { font-size: 20px; margin-bottom: 8px; }
  .dk-hero-t1, .dk-hero-t2 { font-size: 22px; }
  .dk-hero-desc { font-size: 12.8px; line-height: 1.55; margin-top: 12px; }
  .dk-hero-btn { margin-top: 18px; padding: 12px 26px; font-size: 13px; }
  .dk-hero-dots { gap: 5px; bottom: 13px; }
  .dk-hero-dot { width: 6px; height: 6px; }
  .dk-hero-dot.is-on { width: 17px; }
}
@media (max-width: 374.98px) {
  .dk-hero { height: 410px; }
  .dk-hero-box { padding: 20px 15px 50px; }
  .dk-hero-sub { font-size: 18px; }
  .dk-hero-t1, .dk-hero-t2 { font-size: 19px; }
  .dk-hero-desc { font-size: 12px; }
  .dk-hero-btn { margin-top: 15px; padding: 11px 22px; font-size: 12.5px; }
}


/* ══════════════════════════════════════════════════════════
   Карусели slick ≤991.98 — точки навигации в фирменных цветах.
   Стрелки на мобиле не показываем: их место занимают точки,
   листание пальцем работает штатно (свайп slick).
   ══════════════════════════════════════════════════════════ */
@media (max-width: 991.98px) {
  .vs-carousel .slick-arrow { display: none !important; }
  .vs-carousel .slick-dots { margin-top: 8px; padding: 0 10px; display: flex !important; flex-wrap: wrap; align-items: center; justify-content: center; gap: 7px; }
  .vs-carousel .slick-dots li { display: block; margin: 0; line-height: 0; }
  .vs-carousel .slick-dots button { width: 8px; height: 8px; padding: 0; border: none; border-radius: 50%; background: rgba(65, 63, 59, .28); opacity: 1; transition: all .3s cubic-bezier(.2, .8, .25, 1); }
  .vs-carousel .slick-dots button:hover { background: rgba(200, 155, 53, .65); }
  .vs-carousel .slick-dots .slick-active button { width: 24px; height: 8px; border-radius: 5px; background: linear-gradient(90deg, #E8B94A 0%, #C99B35 100%); opacity: 1; box-shadow: 0 3px 10px rgba(200, 155, 53, .42); }
  .vs-service-wrapper .vs-carousel .slick-dots button { background: rgba(255, 255, 255, .35); }
  .vs-service-wrapper .vs-carousel .slick-dots .slick-active button { background: linear-gradient(90deg, #FFC107 0%, #E8B94A 100%); box-shadow: 0 3px 10px rgba(255, 193, 7, .38); }
  .vs-service-wrapper .vs-carousel .slick-dots button:hover { background: rgba(255, 255, 255, .62); }
}
@media (max-width: 374.98px) {
  .vs-carousel .slick-dots { gap: 6px; }
  .vs-carousel .slick-dots button { width: 7px; height: 7px; }
  .vs-carousel .slick-dots .slick-active button { width: 20px; height: 7px; }
}