html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: var(--font-family);
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
font-display:swap;
    font-family: 'Montserrat';
    src: url('/wp-content/themes/vcleaning-child/assets/css/../fonts/Montserrat/Montserrat-latin-ext.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                   U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                   U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
font-display:swap;
    font-family: 'Montserrat';
    src: url('/wp-content/themes/vcleaning-child/assets/css/../fonts/Montserrat/Montserrat-latin.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                   U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                   U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --font-family: 'Montserrat', sans-serif;

    --background-color: #FFFFFF;
    --background-secondary: #F4F7FA;
    --form-bg: rgba(255, 255, 255, 0.18);
    --linear-bg: linear-gradient(90deg, rgba(52, 124, 208, 1) 0%, rgba(33, 92, 162, 1) 100%);
    --linear-bg-category: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 82%);
    --input-bg: rgba(255, 255, 255, 0.24);
    --badge-bg: rgba(220, 58, 58, 0.1);

    --text-description: rgba(18, 18, 18, 0.35);
    --text-description-card: rgba(18, 18, 18, 0.35);
    --text-black: #121212;
    --text-accent: #215CA2;
    --text-hover: #5985B9;
    --text-badge: #DC3A3A;

    --text-menu: rgba(18, 18, 18, 0.35);

    --container-width: 1160px;

    --card-radius: 15px;
    --border-radius: 1000px;
    --tab-radius: 100px;
    --img-radius: 10px;

    --btn-stroke: rgba(255, 255, 255, 0.25);
    --btn-bg: #215CA2;
    --btn-bg-inactive: rgba(33, 92, 162, 0.1);
    --form-stroke: rgba(255, 255, 255, 0.1);

    --header-top-bg: var(--linear-bg);
    --header-main-bg: #FFFFFF;
    --hero-overlay: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
    --hero-overlay--service: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 95%);
    --hero-overlay-mob: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 55%);
    --brand-strip-bg: #1a3a5c;
}

.vc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border-radius: var(--border-radius);
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
    background: var(--btn-bg-inactive);
    border: 2px solid var(--btn-stroke);
    color: var(--text-accent);
}

.vc-btn:hover {
    opacity: 0.9;
}

.vc-btn:focus-visible {
    outline: 2px solid var(--text-accent);
    outline-offset: 2px;
}

.vc-btn--primary {
    background: var(--linear-bg);
    color: #FFFFFF;
    border-color: var(--btn-stroke);
}

.vc-city-hub .vc-btn--primary,
.vc-city-hub a.vc-btn--primary,
.vc-city-hub button.vc-btn--primary {
    background: var(--linear-bg) !important;
    color: #FFFFFF !important;
    border-color: var(--btn-stroke) !important;
}

.vc-city-hub .vc-btn--primary:hover,
.vc-city-hub a.vc-btn--primary:hover,
.vc-city-hub button.vc-btn--primary:hover,
.vc-city-hub .vc-btn--primary:focus,
.vc-city-hub a.vc-btn--primary:focus,
.vc-city-hub button.vc-btn--primary:focus,
.vc-city-hub .vc-btn--primary:active,
.vc-city-hub a.vc-btn--primary:active,
.vc-city-hub button.vc-btn--primary:active {
    background: var(--linear-bg) !important;
    color: #FFFFFF !important;
    border-color: var(--btn-stroke) !important;
    opacity: 0.9;
}

.vc-btn--secondary {
    background: rgba(33, 92, 162, 0.05);
    color: var(--text-accent);
}

.vc-btn--secondary:hover {
    background: var(--btn-bg-inactive);
}

.vc-btn-secondary--white {
    background-color: #FFFFFF;
    color: var(--text-accent);
}

/* Modal Dialog Styles */
.vc-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    padding: 0;
    border: none;
    background: transparent;
    z-index: 1000;
}

.vc-modal::backdrop {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.vc-modal[open] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc-modal__content {
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    margin: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.vc-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    z-index: 1;
}

.vc-modal__close:hover {
    opacity: 0.7;
}

.vc-modal__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-black);
    margin: 0 0 15px 0;
    text-align: center;
    line-height: 1.2;
}

.vc-modal__subtitle {
    font-size: 16px;
    color: rgba(18, 18, 18, 0.6);
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1.5;
}

.vc-modal__contact-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    justify-content: center;
}

.vc-modal__contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: opacity 0.2s, transform 0.2s;
    border: none;
    cursor: pointer;
}

.vc-modal__contact-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.vc-modal__contact-btn--phone {
    background: rgba(33, 92, 162, 0.1);
    color: var(--text-accent);
}

.vc-modal__contact-btn--whatsapp {
    background: rgba(37, 211, 102, 0.1);
    color: #25D366;
}

.vc-modal__contact-btn img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.vc-modal__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.vc-modal__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    align-items: flex-start;
}

.vc-modal__label {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-accent);
}

.vc-modal__input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgba(18, 18, 18, 0.1);
    border-radius: 10px;
    font-size: 16px;
    font-family: var(--font-family);
    color: var(--text-black);
    transition: border-color 0.2s;
    box-sizing: border-box;
    direction: ltr;
    text-align: left;
}

.vc-modal__input::placeholder {
    direction: ltr;
    text-align: left;
}

.vc-modal__input:focus {
    outline: none;
    border-color: var(--text-accent);
}

.vc-modal__file-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vc-modal__file {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.vc-modal__file-label {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid rgba(18, 18, 18, 0.1);
    border-radius: 10px;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
    background: #f0f0f0;
    margin: 0;
}

.vc-modal__file-label:hover {
    background: #e8e8e8;
}

.vc-modal__file-text {
    font-size: 16px;
    color: var(--text-black);
    font-weight: 500;
}

.vc-modal__file-name {
    font-size: 14px;
    color: rgba(18, 18, 18, 0.5);
    font-style: italic;
}

.vc-modal__privacy {
    font-size: 14px;
    color: rgba(18, 18, 18, 0.6);
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

.vc-modal__privacy-link {
    color: var(--text-accent);
    text-decoration: none;
    transition: opacity 0.2s;
}

.vc-modal__privacy-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.vc-modal__submit {
    width: 100%;
    padding: 20px 0;
    background: var(--linear-bg);
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-family);
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(33, 92, 162, 0.4);
}

.vc-modal__submit:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(33, 92, 162, 0.5);
}

.vc-modal__submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(33, 92, 162, 0.3);
}

.vc-modal__telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    color: var(--text-accent);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s;
}

.vc-modal__telegram:hover {
    opacity: 0.8;
}

.vc-modal__telegram img {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .vc-modal__content {
        padding: 30px 20px;
        margin: 10px;
        max-height: 95vh;
    }

    .vc-modal__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .vc-modal__subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .vc-modal__contact-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .vc-modal__close {
        top: 15px;
        right: 15px;
    }
}

/* Hide WordPress fallback header.php elements (#page > #header, hr) */
body.page-template-template-city-php #page > #header,
body.page-template-template-city-php #page > hr {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    border: none !important;
}

.vc-city-hub {
    overflow-x: hidden;
}

.vc-city-hub .vc-header {
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.vc-city-hub .vc-header__sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    padding-top: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.vc-city-hub .vc-header__top {
    background: var(--header-top-bg);
    padding: 20px 0;
    position: relative !important;
    top: auto !important;
    left: auto;
    right: auto;
    z-index: auto !important;
}

.vc-city-hub .vc-header {
    position: relative;
    min-height: 164px;
}


.vc-city-hub .vc-header__top-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vc-city-hub .vc-header__contacts {
    display: flex;
    align-items: center;
    gap: 25px;
}

.vc-city-hub .vc-header__contact {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 12px;
    transition: opacity 0.2s;
}

.vc-city-hub .vc-header__socials {
    display: flex;
    align-items: center;
    gap: 25px;
}

.vc-city-hub .vc-header__social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc-city-hub .vc-header__main {
    background: var(--header-main-bg);
    padding: 30px 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
}

.vc-city-hub .vc-header__main-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.vc-city-hub .vc-header__logo {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: var(--text-black);
    font-weight: 700;
    font-size: 22px;
    flex-shrink: 0;
}

.vc-city-hub .vc-header__logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--linear-bg);
    color: #FFFFFF;
    border-radius: 8px;
    font-size: 18px;
}

.vc-city-hub .vc-header__nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.vc-city-hub .vc-header__burger {
    display: none;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    line-height: 0;
}

.vc-city-hub .vc-header__nav-close {
    display: none;
}

.vc-city-hub .vc-header__menu {
    display: flex;
    align-items: center;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vc-city-hub .vc-header__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-menu);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
}

.vc-city-hub button.vc-header__link {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
}

.vc-city-hub .vc-header__link:hover,
.vc-city-hub .vc-header__link:focus-visible {
    color: var(--text-accent);
}

.vc-city-hub .vc-header__link--active {
    color: var(--text-accent);
}

.vc-city-hub .vc-header__link-icon {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    transition: transform 0.25s;
}

.vc-city-hub .vc-header__menu-item {
    position: relative;
}

.vc-city-hub .vc-header__menu-item--mega {
    position: relative;
}

.vc-city-hub .vc-header__menu-item--has-mega {
    position: static;
}

.vc-city-hub .vc-header__dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s, visibility 0.25s;
    z-index: 200;
}

.vc-city-hub .vc-header__dropdown--compact {
    left: 0;
    transform: none;
}

.vc-city-hub .vc-header__dropdown--mega {
    left: 50%;
    transform: translateX(-50%);
    margin-top: -20px;
    padding-top: 38px;
}

.vc-city-hub .vc-header__dropdown-inner {
    display: flex;
    justify-content: flex-start;
    gap: 36px;
    padding: 24px 44px;
    background: var(--background-color);
    white-space: nowrap;
}

.vc-city-hub .vc-header__dropdown--mega .vc-header__dropdown-inner {
    max-width: var(--container-width);
    width: fit-content;
    margin: 0 auto;
}

.vc-city-hub .vc-header__dropdown--compact .vc-header__dropdown-inner {
    justify-content: flex-start;
    gap: 0;
    padding: 16px 20px;
    min-width: 220px;
    white-space: normal;
}

.vc-city-hub .vc-header__dropdown--compact .vc-header__dropdown-col {
    align-items: flex-start;
    width: auto;
}

.vc-city-hub .vc-header__dropdown--compact .vc-header__dropdown-list a {
    padding: 6px 20px;
}

@media (min-width: 1025px) {
    .vc-city-hub .vc-header__menu-item--has-dropdown:hover>.vc-header__dropdown {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .vc-city-hub .vc-header__menu-item--has-dropdown:hover>.vc-header__link .vc-header__link-icon {
        transform: rotate(180deg);
    }
}

.vc-city-hub .vc-header__dropdown-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: auto;
}

.vc-city-hub .vc-header__dropdown-heading {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-accent);
    text-decoration: none;
    transition: color 0.2s;
}

.vc-city-hub .vc-header__dropdown-heading:hover {
    color: var(--text-hover);
}

.vc-city-hub .vc-header__dropdown-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vc-city-hub .vc-header__dropdown-list a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-description);
    text-decoration: none;
    padding: 6px 20px;
    border-radius: var(--tab-radius);
    background: transparent;
    transition: color 0.2s, background 0.2s;
    white-space: normal;
}

.vc-city-hub .vc-header__dropdown--mega .vc-header__dropdown-list a {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
}

.vc-city-hub .vc-header__dropdown--mega .vc-header__dropdown-heading {
    display: inline-block;
    padding: 6px 20px;
    margin-left: -20px;
    border-radius: var(--tab-radius);
    transition: color 0.2s, background 0.2s;
}

.vc-city-hub .vc-header__dropdown--mega .vc-header__dropdown-heading:hover {
    background: var(--background-secondary);
}

.vc-city-hub .vc-header__dropdown-list a:hover {
    color: var(--text-hover);
    background: var(--background-secondary);
}

.vc-city-hub .vc-hero {
    position: relative;
    height: 560px;
    background-color: var(--background-color);
    /* Pull hero up to overlap header placeholder gap */
    margin-top: -30px;
    padding-top: 30px;
}

.vc-city-hub .vc-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.vc-city-hub .vc-hero__overlay {
    position: absolute;
    inset: 0;
    background: var(--hero-overlay);
    pointer-events: none;
    z-index: 1;
}

.vc-city-hub .vc-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
}

.vc-city-hub .vc-hero__breadcrumbs {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 3;
}

.vc-city-hub .vc-hero__breadcrumbs-inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-description);
}

.vc-city-hub .vc-hero__crumb-link {
    color: var(--text-accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.vc-city-hub .vc-hero__crumb {
    color: var(--text-description);
}

.vc-city-hub .vc-hero__crumb--current {
    color: var(--text-description);
}

.vc-city-hub .vc-hero__crumb-sep {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url('/wp-content/themes/vcleaning-child/assets/css/../img/icon/2026-03-04_17-33-03.png') center/contain no-repeat;
    opacity: 0.6;
    margin: 0 4px;
    flex: 0 0 auto;
}

.vc-city-hub .vc-hero__content-wrap {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 60px 20px;
}

.vc-city-hub .vc-hero__content {
    max-width: 750px;
}

.vc-city-hub .vc-hero__title {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-black);
}

.vc-city-hub .vc-hero__title span {
    color: var(--text-accent);
}

.vc-city-hub .vc-hero__subtitle {
    margin: 0 0 32px;
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-description);
    font-weight: 500;
}

.vc-city-hub .vc-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.vc-city-hub .vc-partners {
    background: var(--linear-bg);
    padding: 33px 0;
}

.vc-city-hub .vc-partners__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 149px;
}

.vc-city-hub .vc-partners__item {
    display: block;
}

.vc-city-hub .vc-why {
    background-color: var(--background-secondary);
}

.vc-city-hub .vc-why__wrap {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    padding: 100px 20px 100px 20px;
}

.vc-city-hub .vc-why__h2 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-black);
    text-align: center;
}

.vc-city-hub .vc-text-accent {
    color: var(--text-accent);
}

.vc-city-hub .vc-why__subtitle {
    margin: 0 0 50px;
    font-size: 16px;
    color: var(--text-description-card);
    text-align: center;
    font-weight: 500;
}

.vc-city-hub .vc-why__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 25px;
    row-gap: 25px;
}

.vc-city-hub .vc-why__card {
    background: var(--background-color);
    border-radius: var(--card-radius);
    padding: 30px;
    border: 1px solid rgba(18, 18, 18, 0.1);
    height: fit-content;
}

.vc-city-hub .vc-why__card:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
}

.vc-city-hub .vc-why__card:nth-child(2) {
    grid-area: 1 / 3 / 2 / 5;
}

.vc-city-hub .vc-why__card:nth-child(3) {
    grid-area: 1 / 5 / 2 / 7;
}

.vc-city-hub .vc-why__card:nth-child(4) {
    grid-area: 2 / 1 / 3 / 4;
}

.vc-city-hub .vc-why__card:nth-child(5) {
    grid-area: 2 / 4 / 3 / 7;
}

.vc-city-hub .vc-why__card:nth-child(4),
.vc-city-hub .vc-why__card:nth-child(5) {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 30px;
    padding: 30px 30px 0 30px;
}

.vc-city-hub .vc-why__card:nth-child(4) .vc-why__icon-wrap,
.vc-city-hub .vc-why__card:nth-child(5) .vc-why__icon-wrap {
    margin-top: 10px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.vc-city-hub .vc-why__icon-wrap {
    display: inline-flex;
    padding: 10px;
    background: var(--btn-bg-inactive);
    border-radius: var(--img-radius);
    margin-bottom: 25px;
}

.vc-city-hub .vc-why__icon {
    display: block;
}

.vc-city-hub .vc-why__title {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-accent);
}

.vc-city-hub .vc-why__text {
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--text-description);
}

@media (min-width: 1024px) {
    .vc-city-hub .vc-why__text {
        display: -webkit-box;
        line-clamp: 3;
        /* stylelint-disable-next-line property-no-unknown */
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.vc-city-hub .vc-why__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-accent);
    text-decoration: none;
    transition: color 0.2s;
}

.vc-city-hub .vc-why__link:hover {
    color: var(--text-hover);
}

.vc-city-hub .vc-why__arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}


.vc-city-hub .vc-services {
    padding: 100px 0;
}

.vc-city-hub .vc-services__h2,
.vc-city-hub .vc-services__tabs {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.vc-city-hub .vc-services__h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-black);
    text-align: center;
}

.vc-city-hub .vc-services__h2-accent {
    color: var(--text-accent);
}

.vc-city-hub .vc-services__subtitle {
    margin: 0 0 50px;
    font-size: 16px;
    color: var(--text-description);
    text-align: center;
    line-height: 1.5;
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.vc-city-hub .vc-services__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.vc-city-hub .vc-services__tab {
    padding: 15px 25px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    text-decoration: none;
}

.vc-city-hub .vc-services__tab--active {
    background: var(--linear-bg) !important;
    color: #FFFFFF !important;
    border: 2px solid rgba(255, 255, 255, 0.25) !important;
}

.vc-city-hub .vc-services__tab--active:visited,
.vc-city-hub .vc-services__tab--active:hover,
.vc-city-hub .vc-services__tab--active:focus,
.vc-city-hub .vc-services__tab--active:active {
    background: linear-gradient(90deg, rgba(70, 143, 226, 1) 0%, rgba(52, 124, 208, 1) 100%) !important;
    color: #FFFFFF !important;
    border: 2px solid rgba(255, 255, 255, 0.25) !important;
    text-decoration: none !important;
}

.vc-city-hub .vc-services__tab:not(.vc-services__tab--active) {
    background: transparent;
    color: var(--text-black);
    border: 1px solid rgba(18, 18, 18, 0.1);
}

.vc-city-hub .vc-services__tab:not(.vc-services__tab--active):hover {
    background: var(--btn-bg-inactive);
    color: var(--text-accent);
    border-color: var(--text-accent);
}

.vc-city-hub .vc-services__content {
    margin-top: 50px;
    display: none;
}

.vc-city-hub .vc-services__content--active {
    display: block;
}

.vc-city-hub .vc-services__row {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 50px;
    padding: 60px max(20px, calc((100vw - var(--container-width)) / 2));
    padding-right: 0;
}

.vc-city-hub .vc-services__row:first-child {
    padding-top: 0;
}

.vc-city-hub .vc-services__row:last-child {
    padding-bottom: 0;
}

.vc-city-hub .vc-services__row:nth-child(even) {
    background: #F4F7FA;
}

.vc-city-hub .vc-services__info {
    min-width: 0;
}

.vc-city-hub .vc-services__promo-badge {
    display: inline-block;
    padding: 8px 16px;
    background: var(--badge-bg);
    color: var(--text-badge);
    font-size: 13px;
    font-weight: 600;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
}

.vc-city-hub .vc-services__service-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-black);
    margin-bottom: 12px;
}

.vc-city-hub .vc-services__price {
    color: var(--text-accent);
}

.vc-city-hub .vc-services__service-desc {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-description);
    margin-bottom: 24px;
    display: -webkit-box;
    line-clamp: 4;
    /* stylelint-disable-next-line property-no-unknown */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vc-city-hub .vc-services__packages {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.vc-city-hub .vc-services__package-badge {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(33, 92, 162, 0.05);
    border: 1px solid rgba(33, 92, 162, 0.1);
    border-radius: var(--border-radius);
    font-size: 14px;
    font-weight: 500;
    color: #215CA2;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.vc-city-hub .vc-services__package-badge:hover {
    background: rgba(33, 92, 162, 0.1);
    border-color: rgba(33, 92, 162, 0.2);
}

.vc-city-hub .vc-services__package-badge--active {
    background: rgba(33, 92, 162, 0.1);
    border-color: rgba(33, 92, 162, 0.25);
    font-weight: 600;
}

.vc-city-hub .vc-services__actions {
    display: flex;
    gap: 12px;
}

.vc-city-hub .vc-services__actions .vc-btn {
    padding: 20px 28px;
}

.vc-city-hub .vc-services__actions .vc-btn--primary {
    background: var(--linear-bg);
    color: #FFFFFF;
}

.vc-city-hub .vc-services__actions .vc-btn--primary:hover {
    opacity: 0.9;
}


.vc-city-hub .vc-services__slider-area {
    min-width: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

/* Базовый горизонтальный скролл — только для не-Splide */
.vc-city-hub .vc-services__slider:not(.splide) {
    display: flex;
    gap: 24px;
    padding-bottom: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: max(20px, calc((100vw - var(--container-width)) / 2));
}

.vc-city-hub .vc-services__slider:not(.splide)::-webkit-scrollbar {
    display: none;
}

.vc-city-hub .vc-services__slider.splide {
    display: block;
    padding-bottom: 8px;
    padding-right: max(20px, calc((100vw - var(--container-width)) / 2));
    overflow: visible;
}

.vc-city-hub .vc-services__slider.splide .splide__track {
    overflow: visible;
}

.vc-city-hub .vc-services__slider.splide .splide__list {
    display: flex;
    gap: 24px;
}

.vc-city-hub .vc-services__slider.splide .splide__slide {
    margin: 0;
}

.vc-city-hub .vc-services__slider-arrows {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 24px;
}

.vc-city-hub .vc-services__arrow {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(33, 92, 162, 0.2);
    background: var(--background-color);
    color: #215CA2;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}

.vc-city-hub .vc-services__arrow:hover:not(:disabled) {
    background: #215CA2;
    color: var(--background-color);
    border-color: #215CA2;
}

.vc-city-hub .vc-services__arrow:disabled {
    cursor: default;
}

@media (max-width: 768px) {
    .vc-city-hub .vc-services__slider-arrows {
        justify-content: center;
        margin-top: 16px;
    }

    .vc-city-hub .vc-services__slider.splide .splide__track {
        overflow: visible;
    }

    /* На телефоне пользователь крутит before/after,
       Splide drag отключён в JS, управление через кнопки */
    .vc-city-hub .vc-ba {
        touch-action: pan-y;
    }
}

.vc-city-hub .vc-services__ba-card {
    flex-shrink: 0;
    width: 350px;
    background: rgba(33, 92, 162, 0.05);
    border: 1px solid rgba(33, 92, 162, 0.1);
    border-radius: var(--card-radius);
    padding: 16px;
}

.vc-city-hub .vc-ba {
    position: relative;
    border-radius: var(--img-radius);
    overflow: hidden;
    margin-bottom: 16px;
    height: 220px;
}

.vc-city-hub .vc-ba.image-compare {
    width: 100%;
    height: 220px;
    min-height: 220px;
    position: relative;
    overflow: hidden;
    border-radius: var(--img-radius);
}

.vc-city-hub .vc-ba__after-image {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    z-index: 1;
}

.vc-city-hub .vc-ba__after-image img {
    width: 100%;
    height: 220px;
    display: block;
    user-select: none;
    object-fit: cover;

}

.vc-city-hub .vc-ba__before-image {
    position: absolute;
    height: 220px;
    width: 50%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 3;
}

.vc-city-hub .vc-ba__before-image img {
    height: 220px;
    width: auto;
    object-fit: cover;
    object-position: left center;
    display: block;
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
}

.vc-city-hub .vc-ba.image-compare.vc-ba--auto-height {
    height: auto !important;
    min-height: 220px;
}

.vc-city-hub .vc-ba.image-compare.vc-ba--auto-height .vc-ba__after-image {
    height: auto !important;
}

.vc-city-hub .vc-ba.image-compare.vc-ba--auto-height .vc-ba__after-image img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
}

.vc-city-hub .vc-ba.image-compare.vc-ba--auto-height .vc-ba__before-image {
    height: 100% !important;
}

.vc-city-hub .vc-ba.image-compare.vc-ba--auto-height .vc-ba__before-image img {
    height: 100% !important;
    width: auto;
}

.vc-city-hub .vc-ba__resizer {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 5;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: #fff;
    cursor: ew-resize;
    touch-action: pan-y;
}

.vc-city-hub .vc-ba__resizer::after {
    background: var(--background-color);
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0 0 0 -14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(33, 92, 162, 0.2);
    background-image: url('/wp-content/themes/vcleaning-child/assets/css/../img/icon/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
}

.vc-city-hub .vc-ba__resizer--active {
    cursor: ew-resize;
}

.vc-city-hub .vc-ba__expand-icon {
    position: absolute;
    bottom: 8px;
    right: 8px;

    cursor: pointer;
    z-index: 10;
    transition: opacity 0.2s, transform 0.2s;
    pointer-events: auto;
}

.vc-city-hub .vc-ba__expand-icon:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.vc-city-hub .vc-ba-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.vc-city-hub .vc-ba-modal.active {
    display: flex;
}

.vc-city-hub .vc-ba-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    transition: background-color 0.2s;
}

.vc-city-hub .vc-ba-modal__close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.vc-city-hub .vc-ba-modal__close::before {
    content: '×';
    line-height: 1;
}

.vc-city-hub .vc-ba-modal__slider {
    width: 90%;
    max-width: 1200px;
    height: 90vh;
    position: relative;
}

.vc-city-hub .vc-ba-modal__slider .vc-ba.image-compare {
    width: 100%;
    height: 100%;
}

.vc-city-hub .vc-ba-modal__slider .vc-ba__after-image {
    width: 100%;
    height: 100%;
}

.vc-city-hub .vc-ba-modal__slider .vc-ba__after-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vc-city-hub .vc-ba-modal__slider .vc-ba__before-image {
    height: 100%;
}

.vc-city-hub .vc-ba-modal__slider .vc-ba__before-image img {
    height: 100%;
    object-fit: cover;
    object-position: left center;
    position: absolute;
    left: 0;
    top: 0;
}


.vc-city-hub .vc-services__ba-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-black);
    margin-bottom: 8px;
}

.vc-city-hub .vc-services__ba-text {
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-description);
    margin-bottom: 12px;
    display: -webkit-box;
    line-clamp: 3;
    /* stylelint-disable-next-line property-no-unknown */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vc-city-hub .vc-process {
    padding: 100px 0;
    background-color: var(--background-color);
}

.vc-city-hub .vc-process__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.vc-city-hub .vc-process__eyebrow {
    display: block;
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-accent);
    text-align: center;
}

.vc-city-hub .vc-process__h2 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-black);
    text-align: center;
}

.vc-city-hub .vc-process__subtitle {
    margin: 0 0 50px;
    font-size: 16px;
    color: var(--text-description);
    text-align: center;
    line-height: 1.5;
}

.vc-city-hub .vc-process__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 50px;
}

.vc-city-hub .vc-process__card {
    background: transparent;
    border-radius: var(--card-radius);
    padding: 16px;
    border: 1px solid rgba(18, 18, 18, 0.1);
    display: flex;
    flex-direction: column;
}

.vc-city-hub .vc-process__image-wrap {
    border-radius: var(--img-radius);
    overflow: hidden;
    margin-bottom: 25px;
}

.vc-city-hub .vc-process__image {
    display: block;
    width: 100%;
    object-fit: cover;
}

.vc-city-hub .vc-process__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vc-city-hub .vc-process__heading {
    display: flex;
    align-items: center;
    gap: 15px;
}

.vc-city-hub .vc-process__badge {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: var(--btn-bg-inactive);
    color: #215CA2;
    font-size: 16px;
    font-weight: 700;
}

.vc-city-hub .vc-process__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-accent);
}

.vc-city-hub .vc-process__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-description-card);
}

.vc-city-hub .vc-process__cta-wrap {
    text-align: center;
}

.vc-city-hub .vc-process__cta-wrap .vc-btn--primary {
    background: var(--linear-bg);
    color: #FFFFFF;
}

.vc-city-hub .vc-profis {
    padding: 100px 0;
    background-color: var(--background-color);
}

.vc-city-hub .vc-profis__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.vc-city-hub .vc-profis__h2 {
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-black);
    text-align: center;
    line-height: 1.3;
}

.vc-city-hub .vc-profis__h2-accent {
    color: #215CA2;
}

.vc-city-hub .vc-profis__subtitle {
    margin: 0 0 50px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-description);
    text-align: center;
}

.vc-city-hub .vc-profis__list {
    display: flex;
    flex-direction: column;

}

.vc-city-hub .vc-profis__list .vc-faq__item {
    margin-bottom: 25px;
}

.vc-city-hub .vc-aktionen {
    padding: 100px 0;
    background-color: var(--background-secondary);
    position: relative;
}

.vc-city-hub .vc-aktionen__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.vc-city-hub .vc-aktionen__h2 {
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-black);
    text-align: center;
    line-height: 1.3;
}

.vc-city-hub .vc-aktionen__subtitle {
    margin: 0 0 50px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-description);
    text-align: center;
}

.vc-city-hub .vc-aktionen__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.vc-city-hub .vc-aktionen__card {
    display: flex;
    flex-direction: column;
    padding: 35px;
    border-radius: 15px;
    border: 1px solid rgba(18, 18, 18, 0.1);
    background: var(--background-color);
}

.vc-city-hub .vc-aktionen__card--dark {
    background: #215CA2;
    border-color: #215CA2;
}

.vc-city-hub .vc-aktionen__badge {
    display: inline-block;
    padding: 6px 16px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-accent);
    border: 1px solid var(--text-accent);
    border-radius: 20px;
    background: var(--background-color);
    margin-bottom: 8px;
    align-self: flex-start;
}

.vc-city-hub .vc-aktionen__card-title {
    margin: 0 0 25px;
    font-size: 21px;
    font-weight: 700;
    color: var(--text-accent);
    line-height: 1.3;
}

.vc-city-hub .vc-aktionen__card--dark .vc-aktionen__card-title {
    color: #FFFFFF;
}

.vc-city-hub .vc-aktionen__list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vc-city-hub .vc-aktionen__list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--text-accent);
}

.vc-city-hub .vc-aktionen__card--dark .vc-aktionen__list-item {
    color: #FFFFFF;
}

.vc-city-hub .vc-aktionen__check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    display: block;
    object-fit: contain;
}

.vc-city-hub .vc-aktionen__card--dark .vc-aktionen__check {
    filter: brightness(0) invert(1);
}

.vc-city-hub .vc-aktionen__card-desc {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-description-card);
}

.vc-city-hub .vc-aktionen__card--dark .vc-aktionen__card-desc {
    color: #FFFFFF;
    opacity: 0.54;
}

.vc-city-hub .vc-aktionen__btn {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    margin-top: auto;
    box-shadow: 0 0 50px 0 rgba(33, 92, 162, 0.25);
    padding: 20px 0;
    background: var(--linear-bg);
    color: #FFFFFF;
}

.vc-city-hub .vc-aktionen__card--dark .vc-aktionen__btn {
    background: #EBE9F6;
    color: #215CA2;
    box-shadow: none;
    border: none;
}

.vc-city-hub .vc-reviews {
    padding: 100px 0;
    background-color: var(--background-color);
    overflow: hidden;
}

.vc-city-hub .vc-reviews__header {
    max-width: var(--container-width);
    margin: 0 auto 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.vc-city-hub .vc-reviews__h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-black);
    line-height: 1.3;
}

.vc-city-hub .vc-reviews__h2-accent {
    color: #215CA2;
}

.vc-city-hub .vc-reviews__controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.vc-city-hub .vc-reviews__controls--mobile {
    display: none;
}

.vc-city-hub .vc-reviews__cta {
    font-size: 13px;
    box-shadow: 0 0 50px 0 rgba(33, 92, 162, 0.25);
}

.vc-city-hub .vc-reviews__arrows {
    display: flex;
    gap: 8px;
}

.vc-city-hub .vc-reviews__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(18, 18, 18, 0.05);
    background: var(--background-color);
    color: var(--text-black);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.vc-city-hub .vc-reviews__arrow:hover {
    border-color: #215CA2;
    color: #215CA2;
}

.vc-city-hub .vc-reviews__slider.splide {
    visibility: visible;
}

.vc-city-hub .vc-reviews__slider .splide__track {
    overflow: visible;
}

.vc-city-hub .vc-reviews__slider .splide__slide {
    opacity: 0.5;
    transition: opacity 0.3s;
}

.vc-city-hub .vc-reviews__slider .splide__slide.is-visible {
    opacity: 1;
}

.vc-city-hub .vc-reviews__plugin {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.vc-city-hub .vc-reviews__card {
    padding: 35px;
    border-radius: 15px;
    border: 1px solid rgba(18, 18, 18, 0.05);
    background: var(--background-color);
}

.vc-city-hub .vc-reviews__card-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.vc-city-hub .vc-reviews__platform {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    display: block;
}

.vc-city-hub .vc-reviews__platform-right {
    margin-left: auto;
}

.vc-city-hub .vc-reviews__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vc-city-hub .vc-reviews__avatar {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.vc-city-hub .vc-reviews__author-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vc-city-hub .vc-reviews__name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-black);
}

.vc-city-hub .vc-reviews__date {
    font-size: 16px;
    color: #000;
    opacity: 0.5;
    font-weight: 500;
}

.vc-city-hub .vc-reviews__stars {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}

.vc-city-hub .vc-reviews__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-description-card);
}

.vc-city-hub .vc-geo {
    padding: 100px 0;
    background-color: var(--background-color);
}

.vc-city-hub .vc-geo__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.vc-city-hub .vc-geo__header {
    margin-bottom: 40px;
}

.vc-city-hub .vc-geo__h2 {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-black);
    line-height: 1.3;
}

.vc-city-hub .vc-geo__h2-accent {
    color: #215CA2;
}

.vc-city-hub .vc-geo__subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-description-card);
}

.vc-city-hub .vc-geo__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.vc-city-hub .vc-geo__col {
    display: flex;
    flex-direction: column;
}

.vc-city-hub .vc-geo__col-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    min-height: 100px;
}

.vc-city-hub .vc-geo__col-title {
    margin: 0 0 12px;
    font-size: 21px;
    font-weight: 700;
    color: var(--text-black);
    line-height: 1.3;
}

.vc-city-hub .vc-geo__col-text {

    font-size: 16px;
    line-height: 1.6;
    color: var(--text-description-card);
}

.vc-city-hub .vc-geo__map-wrap {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: center;
}

.vc-city-hub .vc-geo__map-container {
    position: relative;
    display: inline-block;
    width: 354px;
    height: 354px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc-city-hub .vc-geo__map {
    width: 354px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.vc-city-hub .vc-geo__map-left {
    width: 200px !important;
    height: auto;
    opacity: 0.9;
}

.vc-city-hub .vc-geo__map--shadow {
    border-radius: 50%;
    margin: 0 auto;
}

.vc-city-hub .vc-geo__circles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.vc-city-hub .vc-geo__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.vc-city-hub .vc-geo__circle--outer {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    background: #D2E8F8;
    box-shadow: 0 0 109.9px 0 #D2E8F8;
}

.vc-city-hub .vc-geo__circle--inner {
    width: 80%;
    height: 80%;
    max-width: 250px;
    max-height: 250px;
    background: #ABD3F0;
    z-index: 3;
}


.vc-city-hub .vc-geo__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 520px;
}

.vc-city-hub .vc-all-services {
    padding: 100px 0;
}

.vc-city-hub .vc-all-services__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.vc-city-hub .vc-all-services__h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-black);
    margin-bottom: 60px;
    text-align: center;
}

.vc-city-hub .vc-all-services__h2 .vc-text-accent {
    color: var(--text-accent);
}

.vc-city-hub .vc-all-services__grid {
    display: flex;
    justify-content: space-between;
}

.vc-city-hub .vc-all-services__category {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: center;
}

.vc-city-hub .vc-all-services__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 92, 162, 0.1);
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 10px;
}

.vc-city-hub .vc-all-services__icon img {
    object-fit: contain;
}

.vc-city-hub .vc-all-services__category-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.3;
}

.vc-city-hub .vc-all-services__category-link {
    color: var(--text-accent);
    text-decoration: none;
    transition: color 0.2s;
}

.vc-city-hub .vc-all-services__category-link:hover {
    color: var(--text-hover);
    text-decoration: underline;
}

.vc-city-hub .vc-all-services__services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    width: 100%;
}

.vc-city-hub .vc-all-services__services-list li {
    margin: 0;
    text-decoration: none;
}

.vc-city-hub .vc-all-services__services-list a {
    color: var(--text-accent);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    transition: color 0.2s, opacity 0.2s;
    display: block;
}

.vc-city-hub .vc-all-services__services-list a:hover {
    color: var(--text-hover);
    opacity: 0.8;
    text-decoration: none;
}

.vc-city-hub .vc-geo__badge {
    display: inline-block;
    padding: 5px 18px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-accent);
    border: 1px solid var(--text-accent);
    border-radius: 25px;
}


.vc-city-hub .vc-geo__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

.vc-city-hub .vc-geo__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 16px 0;
    font-size: 14px;
    font-weight: 600;
    color: #215CA2;
    text-decoration: none;
    transition: color 0.2s;
}

.vc-city-hub .vc-geo__link:hover {
    color: var(--text-hover);
    text-decoration: none;
}

.vc-city-hub .vc-geo__arrow {
    flex-shrink: 0;
}


.vc-city-hub .vc-geo__btn {
    width: auto;
    padding: 20px 30px;
    font-size: 14px;
    box-shadow: none;
}

.vc-city-hub .vc-geo__footer .vc-geo__btn {
    width: auto;
    align-self: center;
}

.vc-city-hub .vc-geo__extra {
    margin: 0;
    font-size: 14px;
    color: var(--text-description-card);
}

.vc-city-hub .vc-b2b {
    padding: 100px 0;
    background-color: #F4F7FA;
}

.vc-city-hub .vc-b2b__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.vc-city-hub .vc-b2b__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.vc-city-hub .vc-b2b__left-col {
    display: flex;
    flex-direction: column;
}

.vc-city-hub .vc-b2b__right-col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vc-city-hub .vc-b2b__h2 {
    margin: 0 0 55px;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-black);
    line-height: 1.3;
}

.vc-city-hub .vc-b2b__h2-accent {
    color: #215CA2;
}

.vc-city-hub .vc-b2b__badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.vc-city-hub .vc-b2b__descriptions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vc-city-hub .vc-b2b__subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-description-card);
}

.vc-city-hub .vc-b2b__badge {
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #215CA2;
    border: 1px solid rgba(33, 92, 162, 0.1);
    border-radius: 20px;
    background: var(--background-color);
}

.vc-city-hub .vc-b2b__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin-bottom: 50px;
}

.vc-city-hub .vc-b2b__logo {
    object-fit: contain;
}

.vc-city-hub .vc-b2b__divider {
    margin: 50px 0;
    border: none;
    border-top: 1px solid rgba(18, 18, 18, 0.05);
    width: 100%;
}

.vc-city-hub .vc-b2b__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.vc-city-hub .vc-b2b__btn {
    width: auto;
    padding: 20px 30px;
}

.vc-city-hub .vc-b2b__cta-text {
    margin: 0;
    font-size: 14px;
    color: var(--text-description-card);
    text-align: center;
}

.vc-city-hub .vc-brand-strip {
    background: var(--brand-strip-bg);
    padding: 20px 0;
}

.vc-city-hub .vc-brand-strip__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 24px;
}

.vc-city-hub .vc-brand-strip__item {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .vc-city-hub .vc-header {
        min-height: 148px;
    }

    .vc-city-hub .vc-header__nav {
        position: fixed;
        inset: 0;
        flex: unset;
        display: none;
        flex-direction: column;
        background: #FFFFFF;
        z-index: 90;
    }

    .vc-city-hub .vc-header--menu-open .vc-header__nav {
        display: flex;
    }

    .vc-city-hub .vc-header__nav-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 91;
    }

    .vc-city-hub .vc-header__menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        background: #FFFFFF;
        width: 100%;
        max-width: none;
        padding: 80px 24px 32px;
        margin: 0;
        flex: 1;
        overflow-y: auto;
    }

    .vc-city-hub .vc-header__link {
        font-size: 18px;
    }

    .vc-city-hub .vc-header__dropdown {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        padding-top: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding-top 0.3s ease;
    }

    .vc-city-hub .vc-header__menu-item--open>.vc-header__dropdown {
        max-height: 1000px;
        padding-top: 16px;
    }

    .vc-city-hub .vc-header__menu-item--has-dropdown>.vc-header__link {
        cursor: pointer;
    }

    /* В мобильном меню для mega dropdown убираем десктопный сдвиг,
       чтобы промежутки между пунктами были одинаковыми */
    .vc-city-hub .vc-header__menu-item--has-mega {
        position: relative;
    }

    .vc-city-hub .vc-header__dropdown--mega {
        margin-top: 0;
        padding-top: 0;
    }

    .vc-city-hub .vc-header__menu-item--has-dropdown>.vc-header__link .vc-header__link-icon {
        transition: transform 0.3s ease;
    }

    .vc-city-hub .vc-header__menu-item--open>.vc-header__link .vc-header__link-icon {
        transform: rotate(180deg);
    }

    /* Dropdown inner стили перенесены в @media (max-width: 768px) для мобильной версии */

    .vc-city-hub .vc-header__cta {
        display: none;
    }

    .vc-city-hub .vc-header__burger {
        display: block;
    }

    .vc-city-hub .vc-hero__title {
        font-size: 20px;
        text-align: center;
    }

    .vc-city-hub .vc-services__row {
        grid-template-columns: 1fr;
        padding: 40px 20px;
        padding-right: 0;
    }

    .vc-city-hub .vc-services__slider {
        padding-right: 20px;
    }

    .vc-city-hub .vc-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-city-hub .vc-services__info {
        width: 100%;
    }

    .vc-city-hub .vc-why__grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .vc-city-hub .vc-why__card:nth-child(1),
    .vc-city-hub .vc-why__card:nth-child(2),
    .vc-city-hub .vc-why__card:nth-child(3),
    .vc-city-hub .vc-why__card:nth-child(4),
    .vc-city-hub .vc-why__card:nth-child(5) {
        grid-area: auto;
    }

    .vc-city-hub .vc-aktionen__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vc-city-hub .vc-geo__columns {
        grid-template-columns: 1fr;
        gap: 67px;
    }

    .vc-city-hub .vc-b2b__descriptions {
        text-align: center;
    }

    .vc-city-hub .vc-hero__subtitle {
        font-size: 16px;
        text-align: center;
    }

    .vc-city-hub .vc-b2b__header {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vc-city-hub .vc-b2b__logos {
        gap: 30px;
    }

    .vc-city-hub .vc-services__ba-card {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .vc-city-hub .vc-header {
        min-height: 132px;
    }

    .vc-city-hub .vc-hero__breadcrumbs {
        display: none;
    }

    .vc-city-hub .vc-header__socials {
        display: none;
    }

    .vc-city-hub .vc-header__contacts {
        justify-content: space-between;
        width: 100%;
    }

    .vc-city-hub .vc-header__main {
        padding: 25px 0;
    }

    .vc-city-hub .vc-header__main-inner {
        padding: 0 16px;
    }

    .vc-city-hub .vc-hero {
        height: 700px;
    }

    .vc-city-hub .vc-hero__img {
        object-position: 83% calc(100% + 200px);
    }

    .vc-city-hub .vc-hero__inner {
        align-items: flex-start;
    }

    .vc-city-hub .vc-hero__content-wrap {
        padding: 40px 16px;
    }

    .vc-city-hub .vc-hero__content {
        max-width: 100%;
    }


    .vc-city-hub .vc-hero__subtitle {
        font-size: 16px;
        text-align: center;
    }

    .vc-city-hub .vc-hero__actions {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vc-city-hub .vc-hero__actions .vc-btn {
        display: flex;
        flex-direction: row;
    }


    .vc-city-hub .vc-why__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .vc-city-hub .vc-why__card:nth-child(1),
    .vc-city-hub .vc-why__card:nth-child(2),
    .vc-city-hub .vc-why__card:nth-child(3),
    .vc-city-hub .vc-why__card:nth-child(4),
    .vc-city-hub .vc-why__card:nth-child(5) {
        grid-area: auto;
    }

    .vc-city-hub .vc-why__card:nth-child(4),
    .vc-city-hub .vc-why__card:nth-child(5) {
        flex-direction: column;
        padding: 30px;
    }

    .vc-city-hub .vc-why__card:nth-child(4) .vc-why__icon-wrap,
    .vc-city-hub .vc-why__card:nth-child(5) .vc-why__icon-wrap {
        margin-top: 0;
    }

    .vc-city-hub .vc-services {
        padding: 100px 0 0 0;
    }

    .vc-city-hub .vc-process {
        padding: 50px 0;
    }

    .vc-city-hub .vc-process__h2 {
        font-size: 20px;
    }

    .vc-city-hub .vc-process__grid {
        grid-template-columns: 1fr;
    }

    .vc-city-hub .vc-process__card {
        flex-direction: column-reverse;
        padding: 25px;
    }

    .vc-city-hub .vc-process__image-wrap {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .vc-city-hub .vc-profis {
        padding: 0;
    }

    .vc-city-hub .vc-profis__h2 {
        font-size: 20px;
    }


    .vc-city-hub .vc-aktionen__h2 {
        font-size: 24px;
    }

    .vc-city-hub .vc-aktionen__grid {
        grid-template-columns: 1fr;
    }

    .vc-city-hub .vc-reviews__h2 {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

    .vc-city-hub .vc-reviews__header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

    .vc-city-hub .vc-reviews__header .vc-reviews__controls {
        display: none;
    }

    .vc-city-hub .vc-reviews__controls--mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 50px;
        width: 100%;
        max-width: var(--container-width);
        margin-left: auto;
        margin-right: auto;
    }

    .vc-city-hub .vc-reviews__header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .vc-city-hub .vc-geo {
        padding: 60px 0;
    }

    .vc-city-hub .vc-geo__h2 {
        font-size: 24px;
    }

    .vc-city-hub .vc-geo__col-title {
        font-size: 18px;
    }

    .vc-city-hub .vc-geo__header {
        margin-bottom: 67px;
    }

    .vc-city-hub .vc-geo__btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .vc-city-hub .vc-geo__badges {
        width: fit-content;
    }

    .vc-city-hub .vc-geo__map {
        width: 330px;
    }



    .vc-city-hub .vc-geo__map--shadow {
        margin: 0;
    }

    .vc-city-hub .vc-geo__btn {
        width: fit-content;
    }

    .vc-city-hub .vc-b2b__h2 {
        font-size: 20px;
        text-align: center;
    }

    .vc-city-hub .vc-b2b__header {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .vc-city-hub .vc-b2b__h2 {
        margin-bottom: 30px;
    }

    .vc-city-hub .vc-b2b__badges {
        justify-content: center;
    }

    .vc-city-hub .vc-b2b__logos {
        flex-wrap: nowrap;
        gap: 50px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0 20px;
    }

    .vc-city-hub .vc-b2b__logos::-webkit-scrollbar {
        display: none;
    }

    .vc-city-hub .vc-b2b__logo {
        width: 100px;
    }

    .vc-city-hub .vc-why__h2 {
        font-size: 20px;
    }

    .vc-city-hub .vc-partners {
        padding: 27px 0;
        overflow: visible;
    }

    .vc-city-hub .vc-partners__inner {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 50px;
        padding: 0 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .vc-city-hub .vc-partners__inner::-webkit-scrollbar {
        display: none;
    }

    .vc-city-hub .vc-partners__item {
        flex-shrink: 0;
        max-height: 35px;
    }

    .vc-city-hub .vc-ba-modal__slider .vc-ba.image-compare {
        width: auto;
        height: auto;
    }
}

.vc-city-hub .vc-faq {
    padding: 100px 0;
}

.vc-city-hub .vc-faq__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vc-city-hub .vc-faq__h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #121212;
}

.vc-city-hub .vc-faq__subtitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    color: var(--text-description-card);
    line-height: 1.5;
}

.vc-city-hub .vc-faq__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.vc-city-hub .vc-faq__item {
    border: none;
    border-radius: 0;
}

.vc-city-hub .vc-faq__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    cursor: pointer;
    list-style: none;
    background-color: #fff;
    transition: background-color 0.2s ease;
    border: 1px solid rgba(18, 18, 18, 0.1);
    border-radius: 100px;
}

.vc-city-hub .vc-faq__summary::-webkit-details-marker {
    display: none;
}

.vc-city-hub .vc-faq__summary:hover {
    background-color: #f8f9fa;
}

.vc-city-hub .vc-faq__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--text-black);
}

.vc-city-hub .vc-faq__icon {
    flex-shrink: 0;
    color: #121212;
    transition: transform 0.3s ease;
}

.vc-city-hub .vc-faq__item[open] .vc-faq__icon {
    transform: rotate(180deg);
}

.vc-city-hub .vc-faq__content {
    padding: 20px 30px;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.vc-city-hub .vc-faq__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--text-description-card);
    margin: 0;
    border: none;
}

.vc-city-hub .vc-faq__cta {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.vc-city-hub .vc-faq__btn {
    padding: 20px 40px;
}

.vc-city-hub .vc-docs {
    padding: 100px 0;
}

.vc-city-hub .vc-docs__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vc-city-hub .vc-docs__h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #121212;
}

.vc-city-hub .vc-docs__h2-accent {
    color: #215CA2;
}

.vc-city-hub .vc-docs__subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
    color: var(--text-description-card);
    line-height: 1.6;
}

.vc-city-hub .vc-docs__logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.vc-city-hub .vc-docs__logo {
    object-fit: contain;
}

@media (max-width: 1024px) {
    .vc-city-hub .vc-all-services {
        padding: 80px 0;
    }

    .vc-city-hub .vc-all-services__h2 {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .vc-city-hub .vc-all-services__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .vc-city-hub .vc-docs__h2 {
        font-size: 20px;
    }

    .vc-city-hub .vc-docs__logos {
        justify-content: center;
        gap: 30px;
    }

    .vc-city-hub .vc-docs__logo {
        max-height: 40px;
    }
}

@media (max-width: 768px) {
    .vc-city-hub .vc-hero__overlay {
        background: var(--hero-overlay-mob);
    }

    .vc-city-hub .vc-services__h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .vc-city-hub .vc-services__subtitle {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .vc-city-hub .vc-docs {
        padding: 60px 0;
    }

    .vc-city-hub .vc-docs__h2 {
        font-size: 20px;
    }

    .vc-city-hub .vc-docs__subtitle {
        font-size: 14px;
    }

    .vc-city-hub .vc-docs__logos {
        flex-wrap: nowrap;
        gap: 50px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0 20px;
    }

    .vc-city-hub .vc-docs__logos::-webkit-scrollbar {
        display: none;
    }

    .vc-city-hub .vc-docs__logo {
        flex-shrink: 0;
    }

    .vc-city-hub .vc-lead-form__input--file {
        padding: 30px 30px !important;
    }

    .vc-city-hub .vc-docs__logo {
        max-height: 35px;
    }
}

.vc-city-hub .vc-lead-form {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.vc-city-hub .vc-lead-form__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.vc-city-hub .vc-lead-form__h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.1;
    color: #fff;
}

.vc-city-hub .vc-lead-form__h2-light {
    color: rgba(255, 255, 255, 0.6);
}

.vc-city-hub .vc-lead-form__subtitle {
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin-bottom: 40px;
}

.vc-city-hub .vc-lead-form__card {
    background: var(--form-bg);
    border-radius: 25px;
    padding: 24px;
}

.vc-city-hub .vc-lead-form__form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.vc-city-hub .vc-lead-form__row {
    display: flex;
    gap: 25px;
}

.vc-city-hub .vc-lead-form__row .vc-lead-form__input {
    flex: 1;
}

.vc-city-hub .vc-lead-form__input,
.vc-city-hub .vc-lead-form__textarea {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    padding: 20px 30px;
    border: none;
    border-radius: 100px;
    background: var(--input-bg);
    font-size: 16px;
    color: #ffffff80;
    outline: none;
    transition: background 0.2s ease;
    font-family: inherit;
    pointer-events: auto !important;
    opacity: 1 !important;
    background: var(--input-bg) !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.vc-city-hub .vc-lead-form__form input.vc-lead-form__input[type="text"] {
    border-radius: 100px !important;
}

.vc-city-hub .vc-lead-form__form input.vc-lead-form__input--file[type="text"] {
    border-radius: 100px !important;
}

.vc-city-hub .vc-lead-form__input::placeholder,
.vc-city-hub .vc-lead-form__textarea::placeholder {
    color: #ffffff80 !important;
}


.vc-city-hub .vc-lead-form__textarea {
    border-radius: 20px;
    resize: vertical;
    min-height: 120px;
}

.vc-city-hub .vc-lead-form__file {
    display: flex;
    align-items: center;
    position: relative;
}

.vc-city-hub .vc-lead-form__input--file {
    flex: 1;
    cursor: default;
    padding: 30px 170px 30px 30px;
}

.vc-city-hub .vc-lead-form__file-btn {
    position: absolute;
    right: 30px;
    padding: 15px 22.5px;
    background:
        var(--linear-bg) padding-box,
        linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0)) border-box;
    color: #fff;
    border-radius: 100px;
    border: 1px solid transparent;
    font-size: 10px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(33, 92, 162, 0.3);
    cursor: pointer;
    transition: opacity 0.2s ease;
    white-space: nowrap;
    pointer-events: auto !important;
}

.vc-city-hub .vc-lead-form__file-btn:hover {
    opacity: 0.9;
}

.vc-city-hub .vc-lead-form__privacy {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.35);
}

.vc-city-hub .vc-lead-form__link {
    color: #4A90D9;
    text-decoration: none;
}

.vc-city-hub .vc-lead-form__btn {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    background:
        var(--linear-bg) padding-box,
        linear-gradient(to bottom, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 4px 15px rgba(33, 92, 162, 0.3);
}

.vc-city-hub .vc-lead-form__text {
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin-top: 40px;
}

.vc-footer__btn--mobile {
    display: none;
}

@media (max-width: 768px) {
    .vc-city-hub .vc-ba__resizer {
        height: 100%;
        top: 0;
    }

    .vc-city-hub .vc-ba-modal__slider {
        width: 95%;
        height: 80vh;
    }

    .vc-city-hub .vc-ba-modal__slider .vc-ba__after-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .vc-city-hub .vc-ba-modal__slider .vc-ba__before-image {
        width: 100%;
    }

    .vc-city-hub .vc-ba-modal__slider .vc-ba__before-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left center;
    }

    .vc-city-hub .vc-all-services {
        padding: 60px 0;
    }

    .vc-city-hub .vc-all-services__h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .vc-city-hub .vc-all-services__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        row-gap: 20px;
    }

    .vc-city-hub .vc-all-services__category-title {
        font-size: 14px;
        white-space: nowrap;
    }

    .vc-city-hub .vc-all-services__services-list a {
        font-size: 12px;
    }

    .vc-city-hub .vc-lead-form {
        padding: 60px 0;
    }

    .vc-city-hub .vc-lead-form__h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .vc-city-hub .vc-lead-form__subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .vc-city-hub .vc-lead-form__row {
        flex-direction: column;
    }

    .vc-city-hub .vc-lead-form__input,
    .vc-city-hub .vc-lead-form__textarea {
        padding: 16px 20px;
        font-size: 14px;
    }

    .vc-city-hub .vc-lead-form__file-btn {
        font-size: 8px;
        right: 30px;
        padding: 10px 15px;
    }

    .vc-city-hub .vc-lead-form__btn {
        padding: 16px;
        font-size: 16px;
    }

    .vc-city-hub .vc-lead-form__text {
        font-size: 14px;
        margin-top: 25px;
    }
}

@media (max-width: 1024px) {
    .vc-city-hub .vc-faq__h2 {
        font-size: 28px;
    }

    .vc-city-hub .vc-faq__subtitle {
        font-size: 16px;
    }

    .vc-city-hub .vc-faq__content {
        padding: 18px 25px;
    }
}

@media (max-width: 768px) {
    .vc-city-hub .vc-faq {
        padding: 60px 0;
    }

    .vc-city-hub .vc-faq__h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .vc-city-hub .vc-faq__subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .vc-city-hub .vc-faq__list {
        gap: 15px;
    }

    .vc-city-hub .vc-faq__content {
        padding: 15px 20px;
    }

    .vc-city-hub .vc-faq__title {
        font-size: 16px;
    }

    .vc-city-hub .vc-faq__text {
        font-size: 14px;
    }

    .vc-city-hub .vc-faq__cta {
        display: none;
    }

    .vc-footer__btn--mobile {
        display: flex;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

.vc-footer {
    background: #fff;
}

.vc-footer__top {
    padding: 50px 0;
}

.vc-footer__top-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.vc-footer__logo-img {
    object-fit: contain;
}

.vc-footer__h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-accent);
    width: 350px;
}

.vc-footer__tagline {
    font-size: 14px;
    color: var(--text-description-card);
    white-space: nowrap;
    margin-left: auto;
    margin-right: 100px;
}

.vc-footer__divider {
    border: none;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
    margin: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.vc-footer__main {
    padding: 50px 0;
}

.vc-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.vc-footer__col-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-accent);
    margin-bottom: 25px;
}

.vc-footer__cat-title {
    font-size: 14px;
    font-weight: 600;
    color: #215CA2;
    margin-bottom: 15px;
}

.vc-footer__cat-title:first-of-type {
    margin-top: 0;
}

.vc-footer__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    gap: 15px;
}

.vc-footer__list li {
    margin-bottom: 8px;
}

.vc-footer__list--contact li {
    font-size: 14px;
    color: var(--text-description-card);
    margin-bottom: 10px;
}

.vc-footer__link {
    font-size: 14px;
    color: var(--text-description-card);
    text-decoration: none;
    transition: color 0.2s ease;
}

.vc-footer__link:hover {
    color: #215CA2;
}

.vc-footer__link--accent {
    color: #215CA2;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}

.vc-footer__socials {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.vc-footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc-footer__social-icon {
    filter: brightness(0) saturate(100%) invert(28%) sepia(63%) saturate(1200%) hue-rotate(192deg) brightness(95%) contrast(87%);
}

.vc-footer__btn {
    padding: 15px 30px;
    font-size: 14px;
    background:
        var(--linear-bg) padding-box,
        linear-gradient(to bottom, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 4px 15px rgba(33, 92, 162, 0.3);
    margin-top: 20px;
}

.vc-footer__bottom {
    padding: 50px 0 80px 0;
}

.vc-footer__bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}

.vc-footer__copyright {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-accent);
}

.vc-footer__micro {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.vc-footer__micro-link {
    font-size: 14px;
    font-weight: 500;
    color: rgba(18, 18, 18, 0.5);
    text-decoration: none;
    transition: color 0.2s ease;
}

.vc-footer__micro-link:hover {
    color: #215CA2;
}

@media (max-width: 1024px) {
    .vc-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }



    .vc-footer__tagline {
        width: 100%;
    }

    .vc-footer__h2 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .vc-footer__top {
        padding: 30px 0;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .vc-footer__top-inner {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .vc-footer__top .vc-footer__btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .vc-footer__tagline {
        text-align: center;
    }

    .vc-footer__inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .vc-footer__main {
        padding: 30px 0;
    }

    .vc-footer__bottom-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .vc-btn--primary.vc-footer__btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .vc-footer__micro {
        gap: 15px;
        justify-content: center;
    }
}

.vc-city-hub .vc-blog {
    padding: 100px 0;
    overflow: hidden;
}

.vc-city-hub .vc-blog__header {
    max-width: var(--container-width);
    margin: 0 auto 50px;
    padding: 0 20px;
}

.vc-city-hub .vc-blog__h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-black);
    line-height: 1.3;
    text-align: center;
}

.vc-city-hub .vc-blog__h2-accent {
    color: var(--text-accent);
}

.vc-city-hub .vc-blog__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.vc-city-hub .vc-blog__controls--mobile {
    display: none;
}

.vc-city-hub .vc-blog__cta {
    font-size: 13px;
    box-shadow: 0 4px 15px rgba(33, 92, 162, 0.4);
    padding: 15px 50px;
    width: fit-content;
}

.vc-city-hub .vc-blog__arrows {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.vc-city-hub .vc-blog__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(18, 18, 18, 0.05);
    background: var(--background-color);
    color: var(--text-black);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.vc-city-hub .vc-blog__arrow:hover {
    border-color: var(--text-accent);
    color: var(--text-accent);
}

.vc-city-hub .vc-blog__slider.splide {
    visibility: visible;
}

.vc-city-hub .vc-blog__slider .splide__track {
    overflow: visible;
}

/* Blue accent text for [[...]] markers in headings */
.vc-text-accent {
    color: var(--text-accent);
    text-decoration: none;
}

.vc-city-hub .vc-blog__slider .splide__slide {
    opacity: 0.5;
    transition: opacity 0.3s;
}

.vc-city-hub .vc-blog__slider .splide__slide.is-visible {
    opacity: 1;
}

.vc-city-hub .vc-blog__card {
    background: var(--background-color);
    border-radius: 10px;
    border: 1px solid rgba(18, 18, 18, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px;
}

.vc-city-hub .vc-blog__image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.vc-city-hub .vc-blog__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vc-city-hub .vc-blog__content {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 15px;
}

.vc-city-hub .vc-blog__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-accent);
    line-height: 1.3;
}

.vc-city-hub .vc-blog__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(18, 18, 18, 0.6);
    flex-grow: 1;
}

.vc-city-hub .vc-blog__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    background: rgba(33, 92, 162, 0.1);
    color: var(--text-accent);
    border-radius: var(--border-radius);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s, opacity 0.2s;
    align-self: center;
    width: 100%;
}

.vc-city-hub .vc-blog__btn:hover {
    background: rgba(33, 92, 162, 0.15);
    opacity: 0.9;
}

@media (max-width: 1024px) {
    .vc-city-hub .vc-blog {
        padding: 60px 0;
    }

    .vc-city-hub .vc-blog__h2 {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

    .vc-city-hub .vc-blog__header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .vc-city-hub .vc-blog__controls {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .vc-city-hub .vc-blog {
        padding: 60px 0;
    }

    .vc-city-hub .vc-blog__h2 {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

    .vc-city-hub .vc-blog__header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
    }

    .vc-city-hub .vc-blog__controls {
        margin-top: 40px;
    }

    .vc-city-hub .vc-blog__controls--mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 50px;
        width: 100%;
        max-width: var(--container-width);
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }

    .vc-blog__arrows {
        margin-top: 25px;
    }
}

/* ==========================================================================
   Geo General Block (for general pages without city context)
   ========================================================================== */

/* Geo General Block - стили для block-geo-general.php */
.vc-city-hub .vc-geo--general {
    padding: 100px 0;
    background-color: var(--background-color);
}

.vc-city-hub .vc-geo--general .vc-geo__inner {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.vc-city-hub .vc-geo--general .vc-geo__columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 40px;
}

.vc-city-hub .vc-geo--general .vc-geo__col {
    display: flex;
    flex-direction: column;
}

.vc-city-hub .vc-geo--general .vc-geo__col--map {
    min-width: 0;
}

.vc-city-hub .vc-geo--general .vc-geo__col--content {
    min-width: 0;
}

.vc-city-hub .vc-geo--general .vc-geo__map-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vc-city-hub .vc-geo--general .vc-geo__map {
    width: 100%;
    max-width: 560px;
    height: auto;
    display: block;
}

.vc-city-hub .vc-geo--general .vc-geo__text {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
}

.vc-city-hub .vc-geo--general .vc-geo__heading {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vc-city-hub .vc-geo--general .vc-geo__h2 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--text-black);
}

.vc-city-hub .vc-geo--general .vc-geo__h2-accent {
    color: #215CA2;
}

.vc-city-hub .vc-geo--general .vc-geo__subtitle {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-description-card);
}

.vc-city-hub .vc-geo--general .vc-geo__line {
    border: none;
    border-top: 1px solid rgba(18, 18, 18, 0.1);
    margin: 0;
    width: 100%;
}

.vc-city-hub .vc-geo--general .vc-geo__h3 {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-description-card);
}

.vc-city-hub .vc-geo--general .vc-geo__badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 50px;
    width: 100%;
}

.vc-city-hub .vc-geo--general .vc-geo__column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vc-city-hub .vc-geo--general .vc-geo__city {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: rgba(18, 18, 18, 0.35);
    text-decoration: none;
    transition: color 0.2s;
}

.vc-city-hub .vc-geo--general .vc-geo__city:hover {
    color: #215CA2;
}

.vc-city-hub .vc-geo--general .vc-geo__link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #215CA2;
    text-decoration: none;
    transition: color 0.2s;
}

.vc-city-hub .vc-geo--general .vc-geo__link:hover {
    color: var(--text-hover);
}

.vc-city-hub .vc-geo--general .vc-geo__arrow {
    flex-shrink: 0;
}

.vc-city-hub .vc-geo--general .vc-geo__button-wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
}

.vc-city-hub .vc-geo--general .vc-geo__btn {
    width: auto;
    padding: 20px 30px;
    align-self: flex-start;
}

.vc-city-hub .vc-geo--general .vc-geo__extra {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: rgba(18, 18, 18, 0.35);
}

/* Responsive styles for Geo General Block */
@media (max-width: 1200px) {
    .vc-city-hub .vc-geo--general .vc-geo__columns {
        gap: 30px;
    }

    .vc-city-hub .vc-geo--general .vc-geo__map {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .vc-city-hub .vc-geo--general {
        padding: 60px 0;
    }

    .vc-city-hub .vc-geo--general .vc-geo__columns {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 40px;
    }

    .vc-city-hub .vc-geo--general .vc-geo__map {
        width: 100%;
        max-width: 600px;
    }

    .vc-city-hub .vc-geo--general .vc-geo__text {
        width: 100%;
    }

    .vc-city-hub .vc-geo--general .vc-geo__badges {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .vc-city-hub .vc-geo--general {
        padding: 60px 0;
    }

    .vc-city-hub .vc-geo--general .vc-geo__columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .vc-city-hub .vc-geo--general .vc-geo__col--map {
        order: 2;
    }

    .vc-city-hub .vc-geo--general .vc-geo__col--content {
        order: 1;
    }

    .vc-city-hub .vc-geo--general .vc-geo__h2 {
        font-size: 24px;
    }

    .vc-city-hub .vc-geo--general .vc-geo__text {
        gap: 40px;
    }

    .vc-city-hub .vc-geo--general .vc-geo__badges {
        display: flex;
        flex-wrap: wrap;
        gap: 0 25px;
    }

    .vc-city-hub .vc-geo--general .vc-geo__column {
        width: calc(50% - 12.5px);
    }

    /* Скрыть карту в мобильной версии block-geo-general */
    .vc-city-hub .vc-geo--general .vc-geo__col--map {
        display: none;
    }

    /* Выравнивание заголовков в блоке all-services */
    .vc-city-hub .vc-all-services__category {
        align-items: flex-start;
        text-align: left;
    }

    .vc-city-hub .vc-all-services__category-title {
        white-space: normal;
        text-align: left;
    }

    .vc-city-hub .vc-all-services__services-list,
    .vc-city-hub .vc-all-services__services-list li,
    .vc-city-hub .vc-all-services__services-list a {
        text-align: left;
        width: 100%;
    }

    /* Одинаковые промежутки между разделами меню в мобильной версии */
    .vc-city-hub .vc-header__menu {
        gap: 0;
    }

    .vc-city-hub .vc-header__menu-item {
        margin-bottom: 0;
        padding: 12px 0;
    }

    /* Список услуг в одну колонку в разделе Leistungen */
    .vc-city-hub .vc-header__dropdown--mega .vc-header__dropdown-inner {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    /* Compact dropdown для других разделов меню */
    .vc-city-hub .vc-header__dropdown--compact .vc-header__dropdown-inner {
        display: block;
    }

    .vc-city-hub .vc-header__dropdown-col {
        align-items: flex-start;
        text-align: left;
    }

    .vc-city-hub .vc-header__dropdown-heading {
        text-align: left;
        width: 100%;
        margin-bottom: 8px;
    }

    .vc-city-hub .vc-header__dropdown-list {
        align-items: flex-start;
        width: 100%;
    }
}
