/* General Styles & Typography */
@font-face {
    font-family: 'Evolventa';
    src: url('/fonts/font_5.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

:root {
    --font-main: 'Evolventa', Arial, sans-serif !important;
    --t-headline-font: 'Evolventa', Arial, sans-serif !important;
    --t-text-font: 'Evolventa', Arial, sans-serif !important;
    --color-primary: #2a2d39;
    --color-accent: #dec5a4;
    --color-accent-dark: #bca685;
    --color-bg-light: #f9f8f6;
    --container-max-width: 1200px;
}

* {
    box-sizing: border-box;
}

/* Universal Font Enforcement: Everywhere on the site uses Evolventa font from the main hero banner */
html,
body,
*,
*::before,
*::after,
#allrecords,
#allrecords .r,
.t-records,
.t396,
.tn-atom,
.t-text,
.t-name,
.t-title,
.t-descr,
.t-btn,
.t-submit,
.t-input,
.t-select,
button,
input,
textarea,
select,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
div,
.t668__trigger-button,
.t657__close-button,
.t-menu__link-item {
    font-family: 'Evolventa', Arial, sans-serif !important;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Evolventa', Arial, sans-serif !important;
    color: var(--color-primary);
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
    width: 100%;
}

.t-records,
.site-header {
    opacity: 1 !important;
    transition: opacity 0.2s ease-in-out;
    overflow: visible !important;
    width: 100%;
}

/* Hide mobile catalog on desktop view */
@media screen and (min-width: 981px) {
    .mob-catalog {
        display: none !important;
    }
}

/* Accordion hidden state */
.hide-accord,
.hide-accord .t396__artboard {
    display: none !important;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}

a:hover {
    opacity: 0.85;
}

/* Accordion interactive styles */
.uc-accord-a-answer {
    display: none;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out, opacity 0.35s ease-in-out;
}

.uc-accord-a-answer.is-opened {
    display: block !important;
}

/* Popup & Modal styles */
.t-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.t-popup.is-visible {
    display: block;
    opacity: 1;
}

/* ==========================================================================
   Clean Header & Navigation System (High Specificity Overrides)
   ========================================================================== */

.site-header {
    background-color: #f2f2f2 !important;
    width: 100% !important;
    position: relative !important;
    z-index: 99999 !important;
    overflow: visible !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    opacity: 1 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header .header-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 15px 20px 12px 20px !important;
    box-sizing: border-box !important;
}

/* Top Bar Row */
.site-header .header-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    width: 100% !important;
}

.site-header .header-logo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    border: none !important;
}

.site-header .logo-img {
    height: 46px !important;
    max-height: 46px !important;
    width: auto !important;
    max-width: 60px !important;
    flex-shrink: 0 !important;
    display: block !important;
}

.site-header .logo-text {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    line-height: 1.2 !important;
    text-align: left !important;
}

.site-header .logo-title {
    font-family: 'Evolventa', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #2a2d39 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
}

.site-header .logo-subtitle {
    font-family: 'Evolventa', Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    white-space: nowrap !important;
}

.site-header .header-right {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
}

.site-header .header-phone {
    font-family: 'Evolventa', Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2a2d39 !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease !important;
    white-space: nowrap !important;
}

.site-header .header-phone:hover {
    opacity: 0.8 !important;
}

.site-header .btn-calculate {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #dec5a4 !important;
    color: #000000 !important;
    font-family: 'Evolventa', Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    transition: background-color 0.2s ease, transform 0.1s ease !important;
    white-space: nowrap !important;
    border: none !important;
    cursor: pointer !important;
}

.site-header .btn-calculate:hover {
    background-color: #d1b590 !important;
    color: #3b3226 !important;
}

/* Divider line */
.site-header .header-divider {
    height: 1px !important;
    background-color: rgba(0, 0, 0, 0.08) !important;
    margin: 12px 0 !important;
    width: 100% !important;
    display: block !important;
}

/* Desktop Navigation */
.site-header .header-nav {
    width: 100% !important;
    display: block !important;
}

.site-header .nav-list {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.site-header .nav-item {
    position: relative !important;
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header .nav-link {
    font-family: 'Evolventa', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2a2d39 !important;
    text-decoration: none !important;
    padding: 6px 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    transition: color 0.2s ease !important;
    white-space: nowrap !important;
}

.site-header .nav-link:hover,
.site-header .nav-item.active .nav-link {
    color: #dec5a4 !important;
}

.site-header .dropdown-arrow {
    font-size: 9px !important;
    transition: transform 0.2s ease !important;
    opacity: 0.7 !important;
}

.site-header .nav-item.has-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg) !important;
}

/* Dropdown Menu Styling */
.site-header .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background-color: #ffffff !important;
    min-width: 180px !important;
    list-style: none !important;
    list-style-type: none !important;
    margin: 4px 0 0 0 !important;
    padding: 8px 0 !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(6px) !important;
    transition: all 0.2s ease-in-out !important;
    z-index: 1100 !important;
}

.site-header .nav-item.has-dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.site-header .dropdown-menu li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header .dropdown-menu li a {
    display: block !important;
    padding: 8px 16px !important;
    font-family: 'Evolventa', Arial, sans-serif !important;
    font-size: 13px !important;
    color: #2a2d39 !important;
    text-decoration: none !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
}

.site-header .dropdown-menu li a:hover {
    background-color: #f9f6f0 !important;
    color: #c4a984 !important;
}

/* Hamburger Button (Mobile) */
.site-header .burger-btn {
    display: none !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 4px !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    width: 28px !important;
    height: 20px !important;
    position: relative !important;
    z-index: 1001 !important;
}

.site-header .burger-btn span {
    display: block !important;
    width: 100% !important;
    height: 3px !important;
    background-color: #2a2d39 !important;
    border-radius: 2px !important;
    transition: all 0.25s ease-in-out !important;
}

.site-header .burger-btn.is-active span:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg) !important;
}

.site-header .burger-btn.is-active span:nth-child(2) {
    opacity: 0 !important;
}

.site-header .burger-btn.is-active span:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg) !important;
}

/* Mobile Drawer */
.site-header .mobile-drawer {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #f2f2f2 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
    max-height: 0 !important;
    transition: max-height 0.35s ease-in-out !important;
}

.site-header .mobile-drawer.is-open {
    max-height: 600px !important;
}

.site-header .mobile-drawer-content {
    padding: 20px !important;
}

.site-header .mobile-nav-list {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}

.site-header .mobile-nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    list-style: none !important;
    list-style-type: none !important;
}

.site-header .mobile-nav-item>a,
.site-header .mobile-submenu-toggle>a {
    display: block !important;
    padding: 12px 0 !important;
    font-family: 'Evolventa', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #2a2d39 !important;
    text-decoration: none !important;
}

.site-header .mobile-submenu-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.site-header .submenu-arrow-btn {
    background: none !important;
    border: none !important;
    font-size: 10px !important;
    padding: 10px !important;
    cursor: pointer !important;
    color: #666 !important;
    transition: transform 0.2s ease !important;
}

.site-header .mobile-has-submenu.is-open .submenu-arrow-btn {
    transform: rotate(180deg) !important;
}

.site-header .mobile-submenu {
    display: none !important;
    list-style: none !important;
    list-style-type: none !important;
    padding: 0 0 10px 15px !important;
    margin: 0 !important;
}

.site-header .mobile-has-submenu.is-open .mobile-submenu {
    display: block !important;
}

.site-header .mobile-submenu li {
    list-style: none !important;
    list-style-type: none !important;
}

.site-header .mobile-submenu li a {
    display: block !important;
    padding: 8px 0 !important;
    font-family: 'Evolventa', Arial, sans-serif !important;
    font-size: 14px !important;
    color: #555 !important;
    text-decoration: none !important;
}

.site-header .mobile-drawer-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    align-items: flex-start !important;
    padding-top: 10px !important;
}

.site-header .mobile-phone {
    font-family: 'Evolventa', Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2a2d39 !important;
    text-decoration: none !important;
}

/* Responsive Media Queries */
@media screen and (max-width: 980px) {

    .site-header .header-nav,
    .site-header .header-divider,
    .site-header .header-right {
        display: none !important;
    }

    .site-header .burger-btn {
        display: flex !important;
    }

    .site-header .mobile-drawer {
        display: block !important;
    }

    .site-header .header-container {
        padding: 12px 16px !important;
    }

    .site-header .logo-title {
        font-size: 12px !important;
    }

    .site-header .logo-subtitle {
        font-size: 10px !important;
    }

    .site-header .logo-img {
        height: 38px !important;
        max-height: 38px !important;
    }
}

/* ==========================================================================
   Hero Section Custom Clean Responsive Architecture
   ========================================================================== */

.hero-custom {
    position: relative;
    width: 100%;
    min-height: 660px;
    background: #f9f8f5 url('/images/bg.png') center center / cover no-repeat;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    padding: 34px 0 0 0;
}

.hero-custom__container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 260px 1fr 360px;
    gap: 28px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

/* Left Cards Column */
.hero-custom__cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 4px;
}

@media screen and (min-width: 981px) {
    .hero-custom__row-bottom {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

.hero-custom-card {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-custom-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.hero-custom-card__badge {
    position: absolute;
    top: -10px;
    left: 18px;
    background: linear-gradient(135deg, #bca685 0%, #8c7657 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}

.hero-custom-card__badge span {
    opacity: 0.75;
    font-weight: 400;
}

.hero-custom-card__title {
    margin: 6px 0 6px 0;
    font-size: 16px;
    font-weight: 600;
    color: #2a2d39;
    font-family: 'Evolventa', Arial, sans-serif;
}

.hero-custom-card__desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #666666;
    font-family: 'Evolventa', Arial, sans-serif;
}

/* Center Content Column */
.hero-custom__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 4px;
}

.hero-custom__subtitle {
    font-size: 13px;
    font-weight: 600;
    color: #a39582;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-family: 'Evolventa', Arial, sans-serif;
}

.hero-custom__heading-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-custom__title {
    margin: 0;
    font-size: 50px !important;
    line-height: 60px !important;
    font-weight: 400;
    letter-spacing: -1px;
    font-family: 'Evolventa', Arial, sans-serif;
}

.hero-custom__title-gold {
    color: #d1b896;
    font-weight: 400;
}

.hero-custom__title-dark {
    color: #2a2d39;
    font-weight: 400;
}

.hero-custom__price-pill {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #2a2d39;
    border-radius: 12px;
    padding: 6px 16px;
    font-size: 18px;
    font-weight: 400;
    color: #2a2d39;
    background: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    font-family: 'Evolventa', Arial, sans-serif;
}

.hero-custom__text {
    font-size: 16px;
    line-height: 1.55;
    color: #333333;
    margin: 0;
    max-width: 480px;
    font-weight: 400;
    font-family: 'Evolventa', Arial, sans-serif;
}

.hero-custom__text strong {
    font-weight: 700;
    color: #111111;
}

/* CTA Group: CTA Button + Rating Card side by side */
.hero-custom__cta-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    margin-top: 6px;
}

.hero-custom__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dec5a4 0%, #bca685 100%);
    color: #000000;
    font-size: 14px !important;
    font-weight: 700 !important;
    min-width: 298px !important;
    min-height: 84px !important;
    padding: 0 32px !important;
    border-radius: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px !important;
    box-shadow: 0 8px 20px rgba(188, 166, 133, 0.3);
    transition: all 0.25s ease;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: 'Evolventa', Arial, sans-serif;
}

.hero-custom__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(188, 166, 133, 0.45);
    background: linear-gradient(135deg, #e5cfaf 0%, #c4af8e 100%);
}

.hero-custom__rating-card {
    position: relative;
    background: #ffffff;
    padding: 0 22px !important;
    min-height: 84px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    white-space: nowrap;
    flex-shrink: 0;
    font-family: 'Evolventa', Arial, sans-serif;
    box-sizing: border-box;
}

.hero-custom__rating-score {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2a2d39;
    line-height: 1;
}

.hero-custom__rating-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
}

.hero-custom__rating-label-line1 {
    font-size: 13px !important;
    color: #555555;
    line-height: 1.25;
}

.hero-custom__rating-label-line2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px !important;
    color: #555555;
    line-height: 1.25;
}

.hero-custom__rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.hero-custom__disclaimer {
    font-size: 11px;
    line-height: 1.35;
    color: #888888;
    max-width: 480px;
    margin-top: 2px;
    font-family: 'Evolventa', Arial, sans-serif;
}

/* Desktop default state for new elements */
.hero-custom__pluses {
    display: none;
}

.hero-custom__btn--secondary {
    display: none;
}

/* Right Statue Column */
.hero-custom__statue-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.hero-custom__statue-img {
    height: 650px;
    width: auto;
    object-fit: contain;
    object-position: bottom right;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.08));
    pointer-events: none;
}

/* Responsive Media Queries */
@media screen and (max-width: 1199px) {
    .hero-custom__container {
        grid-template-columns: 240px 1fr 320px;
        gap: 18px;
    }

    .hero-custom__title {
        font-size: 38px;
    }

    .hero-custom__statue-img {
        height: 560px;
    }

    .hero-custom-card__ribbon {
        position: absolute;
        left: -10px;
        top: 18px;
        width: 26px;
        height: 32px;
        background: #62658a;
        clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
        z-index: 3;
    }
}

    @media screen and (max-width: 980px) {
        .hero-custom {
            padding: 20px 0 30px 0 !important;
            min-height: auto !important;
            background-color: #f9f8f5 !important;
            background-image: url('/images/hero_angel_sharp.png') !important;
            background-repeat: no-repeat !important;
            background-position: right -65px top 75px !important;
            background-size: auto 530px !important;
        }

        .hero-custom__container {
            display: flex !important;
            flex-direction: column !important;
            gap: 16px !important;
            grid-template-columns: 1fr !important;
            position: relative !important;
        }

        .hero-custom__content {
            order: 1 !important;
            display: contents !important;
        }

        .hero-custom__subtitle {
            order: 1 !important;
            font-size: 11px !important;
            letter-spacing: 0.8px !important;
        }

        .hero-custom__heading-row {
            order: 2 !important;
            gap: 10px !important;
            flex-direction: column !important;
            align-items: flex-start !important;
        }

        .hero-custom__title {
            font-size: 26px !important;
            line-height: 33px !important;
            font-weight: 600 !important;
            letter-spacing: -0.5px !important;
        }

        .hero-custom__price-pill {
            font-size: 14px !important;
            padding: 4px 12px !important;
            border-radius: 8px !important;
        }

        .hero-custom__text {
            order: 3 !important;
            font-size: 13px !important;
            line-height: 1.45 !important;
            max-width: 100% !important;
            margin-top: 15px !important;
        }

        /* Middle section: cards on left, rating card on right */
        .hero-custom__cards {
            order: 4 !important;
            width: 100% !important;
            max-width: 100% !important;
            gap: 14px !important;
            padding-top: 0 !important;
            margin-top: 4px !important;
        }

        .hero-custom__cards>.hero-custom-card {
            width: 58% !important;
            max-width: 220px !important;
        }

        .hero-custom__row-bottom {
            display: flex !important;
            align-items: stretch !important;
            justify-content: space-between !important;
            gap: 12px !important;
            width: 100% !important;
            margin: 0 !important;
        }

        .hero-custom__row-bottom>.hero-custom-card {
            width: 58% !important;
            max-width: 220px !important;
            margin: 0 !important;
            flex-shrink: 0 !important;
        }

        .hero-custom-card {
            padding: 14px 14px 14px 18px !important;
            border-radius: 12px !important;
            background: rgba(255, 255, 255, 0.94) !important;
            border: 1px solid rgba(255, 255, 255, 0.8) !important;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05) !important;
            position: relative !important;
        }

        .hero-custom-card__ribbon {
            display: block !important;
            position: absolute !important;
            left: -8px !important;
            top: 14px !important;
            width: 22px !important;
            height: 28px !important;
            background: #62658a !important;
            clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%) !important;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15) !important;
            z-index: 3 !important;
        }

        .hero-custom-card__badge {
            display: none !important;
        }

        .hero-custom-card__title {
            margin-top: 0 !important;
            font-size: 14px !important;
            font-weight: 700 !important;
            color: #2a2d39 !important;
        }

        .hero-custom-card__desc {
            font-size: 11px !important;
            line-height: 1.35 !important;
            color: #444444 !important;
        }

        .hero-custom__cta-group {
            display: contents !important;
        }

        .hero-custom__rating-card {
            order: unset !important;
            align-self: stretch !important;
            margin: 0 !important;
            width: 38% !important;
            max-width: 145px !important;
            min-height: auto !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
            padding: 10px 8px !important;
            border-radius: 12px !important;
            background: rgba(255, 255, 255, 0.95) !important;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
            border: 1px solid rgba(0, 0, 0, 0.06) !important;
            text-align: center !important;
            flex-shrink: 0 !important;
        }

        .hero-custom__rating-score {
            font-size: 24px !important;
            font-weight: 700 !important;
            line-height: 1 !important;
        }

        .hero-custom__rating-text {
            align-items: center !important;
            gap: 2px !important;
        }

        .hero-custom__rating-label-line1 {
            font-size: 10px !important;
            line-height: 1.2 !important;
        }

        .hero-custom__rating-label-line2 {
            font-size: 10px !important;
            flex-direction: column !important;
            gap: 3px !important;
        }

        .hero-custom__btn--primary {
            order: 6 !important;
            display: inline-flex !important;
            width: 100% !important;
            min-width: 0 !important;
            min-height: 52px !important;
            padding: 0 16px !important;
            border-radius: 12px !important;
            font-size: 13px !important;
            font-weight: 700 !important;
            text-align: center !important;
            letter-spacing: 0.5px !important;
            background: linear-gradient(135deg, #dec5a4 0%, #bca685 100%) !important;
            color: #000000 !important;
            box-shadow: 0 6px 16px rgba(188, 166, 133, 0.35) !important;
            box-sizing: border-box !important;
        }

        .hero-custom__btn--secondary {
            display: none !important;
        }

        .hero-custom__disclaimer {
            order: 7 !important;
            font-size: 11px !important;
            line-height: 1.35 !important;
            text-align: center !important;
            color: #666666 !important;
            margin-top: 4px !important;
            max-width: 100% !important;
        }

        .hero-custom__statue-wrapper {
            display: none !important;
        }
    }

    /* ==========================================================================
   Pricing Section Custom Clean Responsive Architecture
   ========================================================================== */

    .pricing-custom {
        padding: 80px 0;
        background-color: #f9f8f5;
        font-family: 'Evolventa', Arial, sans-serif;
    }

    .pricing-custom__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .pricing-custom__header {
        text-align: center;
        margin-bottom: 45px;
    }

    .pricing-custom__title {
        font-size: 30px;
        line-height: 1.35;
        font-weight: 700;
        color: #2a2d39;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: center;
        font-family: 'Evolventa', Arial, sans-serif;
    }

    .pricing-custom__subtitle {
        font-size: 16px;
        line-height: 1.5;
        color: #666666;
        margin: 0;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-family: 'Evolventa', Arial, sans-serif;
    }

    .pricing-custom__grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 30px !important;
        align-items: stretch !important;
        margin-top: 40px !important;
    }

    .pricing-card {
        background: #ffffff !important;
        border: 1px solid rgba(42, 45, 57, 0.08) !important;
        border-radius: 16px !important;
        padding: 40px 30px !important;
        display: flex !important;
        flex-direction: column !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
        position: relative !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .pricing-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        border-color: rgba(222, 197, 164, 0.5);
    }

    /* Featured card (middle package "Стандарт") */
    .pricing-card--featured {
        border: 2px solid #dec5a4;
        box-shadow: 0 15px 35px rgba(222, 197, 164, 0.15);
    }

    .pricing-card--featured:hover {
        border-color: #bca685;
        box-shadow: 0 25px 50px rgba(222, 197, 164, 0.25);
    }

    .pricing-card__badge {
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(135deg, #dec5a4 0%, #bca685 100%);
        color: #000000;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 4px 16px;
        border-radius: 20px;
        box-shadow: 0 4px 10px rgba(222, 197, 164, 0.3);
        white-space: nowrap;
    }

    .pricing-card__icon-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
        height: 70px;
    }

    .pricing-card svg,
    .pricing-card__icon {
        width: 60px !important;
        height: 60px !important;
        max-width: 60px !important;
        max-height: 60px !important;
        flex-shrink: 0 !important;
        fill: none;
        stroke: #bca685;
        stroke-width: 1.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .pricing-card__title {
        font-size: 24px;
        font-weight: 700;
        color: #2a2d39;
        text-align: center;
        margin: 0 0 8px 0;
        text-transform: none;
    }

    .pricing-card__subtitle-price {
        font-size: 18px;
        font-weight: 600;
        color: #a39582;
        text-align: center;
        margin-bottom: 16px;
    }

    .pricing-card__desc {
        font-size: 14px;
        line-height: 1.5;
        color: #666666;
        text-align: center;
        margin: 0 0 24px 0;
        min-height: 63px;
        /* Keeps the lists aligned */
    }

    .pricing-card__divider {
        height: 1px;
        background-color: rgba(42, 45, 57, 0.08);
        margin: 0 0 24px 0;
        width: 100%;
    }

    .pricing-card__list {
        list-style: none;
        list-style-type: none;
        padding: 0;
        margin: 0 0 30px 0;
        flex-grow: 1;
        /* Pushes the price and button to bottom */
    }

    .pricing-card__item {
        font-size: 14px;
        line-height: 1.5;
        color: #444444;
        padding: 8px 0;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        border-bottom: 1px dashed rgba(42, 45, 57, 0.05);
        text-align: left;
    }

    .pricing-card__item:last-child {
        border-bottom: none;
    }

    .pricing-card__item-bullet {
        width: 6px;
        height: 6px;
        background-color: #bca685;
        border-radius: 50%;
        margin-top: 8px;
        flex-shrink: 0;
    }

    .pricing-card__totals {
        padding: 16px 10px;
        background-color: #fcfbf9;
        border-radius: 8px;
        margin-bottom: 20px;
        text-align: center;
        border: 1px solid rgba(222, 197, 164, 0.15);
        box-sizing: border-box;
    }

    .pricing-card__total-line {
        font-size: 14px;
        color: #444444;
        margin-bottom: 4px;
    }

    .pricing-card__total-line strong {
        font-weight: 700;
        color: #2a2d39;
    }

    .pricing-card__subsidy-line {
        font-size: 12px;
        color: #888888;
        font-style: italic;
    }

    .pricing-card__footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: auto;
    }

    .pricing-card__bottom-price {
        font-size: 28px;
        font-weight: 700;
        color: #2a2d39;
        letter-spacing: -0.5px;
    }

    .pricing-card__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 52px;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-decoration: none;
        transition: all 0.2s ease;
        box-sizing: border-box;
    }

    /* Button variants */
    .pricing-card__btn--gold {
        background: linear-gradient(135deg, #dec5a4 0%, #bca685 100%);
        color: #000000;
        box-shadow: 0 4px 12px rgba(222, 197, 164, 0.25);
        border: none;
    }

    .pricing-card__btn--gold:hover {
        background: linear-gradient(135deg, #e5cfaf 0%, #c4af8e 100%);
        box-shadow: 0 6px 18px rgba(222, 197, 164, 0.35);
        transform: translateY(-1px);
    }

    .pricing-card__btn--outline {
        background: transparent;
        color: #2a2d39;
        border: 1.5px solid #2a2d39;
    }

    .pricing-card__btn--outline:hover {
        background-color: #2a2d39;
        color: #ffffff;
        transform: translateY(-1px);
    }

    /* Responsive Media Queries */
    @media screen and (max-width: 980px) {
        .pricing-custom {
            padding: 60px 0;
        }

        .pricing-custom__grid {
            grid-template-columns: 1fr !important;
            gap: 40px !important;
            max-width: 500px !important;
            margin: 0 auto !important;
        }

        .pricing-custom__title {
            font-size: 28px;
        }
    }

    /* ==========================================================================
   Funeral Transport Page Custom Styling (cars/index.html)
   ========================================================================== */

    .cars-custom {
        padding: 65px 0;
        background-color: #ffffff;
        font-family: 'Evolventa', Arial, sans-serif;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .cars-custom--bg {
        background-color: #f9f8f5;
    }

    .cars-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    /* Hero Section */
    .cars-hero {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        align-items: center;
        margin-bottom: 60px;
    }

    .cars-hero__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .cars-hero__subtitle {
        font-size: 13px;
        font-weight: 600;
        color: #a39582;
        text-transform: uppercase;
        letter-spacing: 1.2px;
    }

    .cars-hero__title {
        font-size: 40px;
        line-height: 1.2;
        color: #2a2d39;
        margin: 0;
        font-weight: 700;
    }

    .cars-hero__text {
        font-size: 16px;
        line-height: 1.6;
        color: #555555;
        margin: 0;
    }

    .cars-hero__btn-wrapper {
        margin-top: 10px;
    }

    .cars-hero__image-wrapper {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    }

    .cars-hero__img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    /* Features Grid */
    .cars-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-bottom: 70px;
    }

    .cars-feature-card {
        background: #fdfdfd;
        border: 1px solid rgba(222, 197, 164, 0.2);
        border-radius: 12px;
        padding: 30px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01);
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .cars-feature-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(222, 197, 164, 0.12);
        border-color: rgba(222, 197, 164, 0.6);
    }

    .cars-feature-card__icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 16px auto;
        fill: none;
        stroke: #bca685;
        stroke-width: 1.5;
    }

    .cars-feature-card__title {
        font-size: 18px;
        font-weight: 700;
        color: #2a2d39;
        margin: 0 0 10px 0;
    }

    .cars-feature-card__text {
        font-size: 14px;
        line-height: 1.5;
        color: #666666;
        margin: 0;
    }

    /* Section Header */
    .cars-section-header {
        text-align: center;
        margin-bottom: 45px;
    }

    .cars-section-title {
        font-size: 32px;
        color: #2a2d39;
        margin: 0 0 12px 0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .cars-section-subtitle {
        font-size: 15px;
        color: #666666;
        margin: 0;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Catalog Grid */
    .cars-catalog-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .cars-vehicle-card {
        flex: 0 1 calc((100% - 60px) / 3);
        min-width: 300px;
        background: #ffffff;
        border: 1px solid rgba(42, 45, 57, 0.06);
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .cars-vehicle-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        border-color: rgba(222, 197, 164, 0.4);
    }

    .cars-vehicle-card__img-wrapper {
        width: 100%;
        height: 220px;
        background-color: #f7f6f2;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cars-vehicle-card__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .cars-vehicle-card:hover .cars-vehicle-card__img {
        transform: scale(1.04);
    }

    .cars-vehicle-card__content {
        padding: 24px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .cars-vehicle-card__title {
        font-size: 20px;
        font-weight: 700;
        color: #2a2d39;
        margin: 0 0 12px 0;
        text-transform: none;
    }

    .cars-vehicle-card__text {
        font-size: 14px;
        line-height: 1.55;
        color: #666666;
        margin: 0 0 20px 0;
        flex-grow: 1;
    }

    .cars-vehicle-card__btn {
        align-self: flex-start;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 1.5px solid #2a2d39;
        color: #2a2d39;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-decoration: none;
        transition: all 0.2s ease;
        width: 100%;
        box-sizing: border-box;
    }

    .cars-vehicle-card__btn:hover {
        background-color: #2a2d39;
        color: #ffffff;
    }

    /* Pricing / Routes Table Section */
    .cars-table-wrapper {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
        box-sizing: border-box;
        border-radius: 12px;
        border: 1px solid rgba(42, 45, 57, 0.08);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
        background: #ffffff;
        margin-bottom: 40px;
    }

    .cars-table {
        width: 100%;
        border-collapse: collapse;
        text-align: left;
        min-width: 600px;
    }

    .cars-table th {
        background-color: #2a2d39;
        color: #ffffff;
        font-weight: 700;
        font-size: 15px;
        padding: 18px 24px;
        border: none;
    }

    .cars-table td {
        padding: 16px 24px;
        font-size: 14px;
        color: #444444;
        border-bottom: 1px solid rgba(42, 45, 57, 0.06);
        line-height: 1.5;
    }

    .cars-table tr:last-child td {
        border-bottom: none;
    }

    .cars-table tr:nth-child(even) {
        background-color: #faf9f6;
    }

    .cars-table td strong {
        color: #2a2d39;
        font-weight: 700;
    }

    .cars-table__price-cell {
        font-weight: 700;
        color: #bca685 !important;
        font-size: 16px;
    }

    /* Advantages Grid */
    .cars-adv-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 20px;
    }

    .cars-adv-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 24px;
        border: 1px solid rgba(42, 45, 57, 0.06);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
        display: flex;
        gap: 16px;
        box-sizing: border-box;
    }

    .cars-adv-card__number {
        font-size: 32px;
        font-weight: 700;
        color: #dec5a4;
        line-height: 1;
    }

    .cars-adv-card__content {
        display: flex;
        flex-direction: column;
    }

    .cars-adv-card__title {
        font-size: 16px;
        font-weight: 700;
        color: #2a2d39;
        margin: 0 0 6px 0;
    }

    .cars-adv-card__text {
        font-size: 13px;
        line-height: 1.45;
        color: #666666;
        margin: 0;
    }

    /* Hot Line banner */
    .cars-hotline {
        background: linear-gradient(135deg, #dec5a4 0%, #bca685 100%);
        border-radius: 16px;
        padding: 40px 30px;
        text-align: center;
        color: #000000;
        box-shadow: 0 10px 30px rgba(188, 166, 133, 0.25);
        margin-bottom: 70px;
    }

    .cars-hotline__title {
        font-size: 24px;
        font-weight: 700;
        margin: 0 0 12px 0;
    }

    .cars-hotline__phone {
        font-size: 32px;
        font-weight: 700;
        color: #000000;
        text-decoration: none;
        border-bottom: 2px dashed #000000;
        transition: opacity 0.2s ease;
    }

    .cars-hotline__phone:hover {
        opacity: 0.8;
    }

    /* FAQ block */
    .cars-faq-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .cars-faq-item {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .cars-faq-item__q {
        font-size: 16px;
        font-weight: 700;
        color: #2a2d39;
        margin: 0;
    }

    .cars-faq-item__a {
        font-size: 14px;
        line-height: 1.5;
        color: #555555;
        margin: 0;
    }

    /* Responsive queries */
    @media screen and (max-width: 980px) {
        .cars-hero {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .cars-hero__content {
            order: 2;
        }

        .cars-hero__image-wrapper {
            order: 1;
            max-width: 500px;
            margin: 0 auto;
        }

        .cars-features {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .cars-catalog-grid {
            max-width: 760px;
            margin: 0 auto;
        }

        .cars-vehicle-card {
            flex: 0 1 calc((100% - 30px) / 2);
            min-width: 280px;
        }

        .cars-adv-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .cars-faq-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .cars-hotline__phone {
            font-size: 26px;
        }
    }

    @media screen and (max-width: 640px) {
        .cars-catalog-grid {
            max-width: 480px;
        }

        .cars-vehicle-card {
            flex: 0 1 100%;
            min-width: 100%;
        }
    }

    /* ==========================================================================
   Custom Reviews Section & Cards Styling
   ========================================================================== */
    .reviews-custom {
        padding: 80px 0;
        background-color: #f9f8f6;
        font-family: var(--font-main);
        color: var(--color-primary);
    }

    .reviews-custom--white {
        background-color: #ffffff;
    }

    .reviews-custom__container {
        max-width: var(--container-max-width);
        margin: 0 auto;
        padding: 0 20px;
    }

    .reviews-custom__title {
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        margin: 0 0 40px 0;
        font-family: var(--font-main);
        color: var(--color-primary);
    }

    .reviews-custom__grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 24px;
        margin-bottom: 40px;
    }

    .review-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 28px;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
        border: 1px solid #eaeaea;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .review-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    }

    .review-card__header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 12px;
    }

    .review-card__author {
        font-size: 17px;
        font-weight: 700;
        color: var(--color-primary);
    }

    .review-card__date {
        font-size: 12px;
        color: #888888;
    }

    .review-card__stars {
        color: var(--color-accent-dark);
        margin-bottom: 14px;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .review-card__text {
        font-size: 14.5px;
        line-height: 1.6;
        color: #4a4a4a;
        margin: 0;
    }

    /* Call-to-action button styling (under the grid) */
    .reviews-custom__btn-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .reviews-custom__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: var(--color-accent);
        color: #000000;
        font-family: var(--font-main);
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 14px 28px;
        border-radius: 8px;
        letter-spacing: 0.5px;
        transition: background-color 0.2s ease, transform 0.15s ease;
        border: none;
        cursor: pointer;
        text-decoration: none;
    }

    .reviews-custom__btn:hover {
        background-color: var(--color-accent-dark);
        color: #ffffff;
        transform: translateY(-1px);
    }

    /* --- Contacts page clean up --- */
    /* Hide office switcher tabs and active underlines */
    #rec424444274 [data-elem-id="1647499381788"],
    #rec424444274 [data-elem-id="1647499381783"],
    #rec424444274 [data-elem-id="1647502367708"],
    #rec424444274 [data-elem-id="1647502541506"],
    #rec477192422 [data-elem-id="1647499381788"],
    #rec477192422 [data-elem-id="1647499381783"],
    #rec477192422 [data-elem-id="1647502367708"],
    #rec477192422 [data-elem-id="1647502541506"] {
        display: none !important;
    }

    /* Hide Kingisepp office elements completely */
    #rec477192422 {
        display: none !important;
    }

    /* Hide Kingisepp map and reviews widgets */
    #rec1872332801 [data-elem-id="1706790082979"],
    #rec1872334971 {
        display: none !important;
    }

    /* Hide footer links columns and dark line shapes on desktop */
    #rec856789613 [data-group-id="173563112141813100"],
    #rec856789613 [data-group-id="173563112141813100"] *,
    #rec856789613 [data-group-id="173563110489080970"],
    #rec856789613 [data-group-id="173563110489080970"] *,
    #rec856789613 [data-group-id="173563111278478840"],
    #rec856789613 [data-group-id="173563111278478840"] *,
    #rec856789613 .tn-elem[data-elem-id="1735658669314"],
    #rec856789613 .tn-elem[data-elem-id="1735658593885"] {
        display: none !important;
    }

    /* Replace footer bird icon and text with official unified logo_novosibirsk.png */
    #rec856789613 .tn-elem[data-elem-id="1727443974431"],
    #rec856789613 .tn-elem[data-elem-id="1727443974449"] {
        display: none !important;
        /* Hide old text elements */
    }

    #rec856789613 .tn-elem[data-elem-id="1727444017882"] .tn-atom {
        background-image: url('/images/logo_novosibirsk.png') !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
    }

    /* Adjust footer height, alignment and logo size for all viewports */
    @media screen and (min-width: 1200px) {

        /* Fix overlapping sidebar cards on desktop blog posts */
        #rec430056287 .tn-elem[data-elem-id="175863541836051810"],
        #rec430056287 .tn-elem[data-elem-id="175863541836435900"],
        #rec430056287 .tn-elem[data-elem-id="175863541836752430"],
        #rec430056287 .tn-elem[data-elem-id="175863541833846520"],
        #rec430056287 .tn-elem[data-elem-id="175863541834433530"],
        #rec430056287 .tn-elem[data-elem-id="175863541835021510"],
        #rec430062055 .tn-elem[data-elem-id="175887352033622510"],
        #rec430062055 .tn-elem[data-elem-id="175887352034197020"],
        #rec430062055 .tn-elem[data-elem-id="175887352034232630"],
        #rec430062055 .tn-elem[data-elem-id="175887352034498820"],
        #rec430062055 .tn-elem[data-elem-id="175887352034790810"],
        #rec430062055 .tn-elem[data-elem-id="175887352034941620"] {
            transform: translateY(40px) !important;
        }

        #rec856789613 .t396__artboard,
        #rec856789613 .t396__filter,
        #rec856789613 .t396__carrier {
            height: 410px !important;
        }

        #rec856789613 .tn-group[data-group-id="173563132061470880"] {
            top: 260px !important;
        }

        #rec856789613 .tn-elem[data-elem-id="1735658669314"] {
            top: 240px !important;
        }

        /* Logo column alignment */
        #rec856789613 .tn-elem[data-elem-id="1727443974449"] {
            top: 115px !important;
            left: calc(50% - 600px + 20px) !important;
        }

        #rec856789613 .tn-group[data-group-id="173564798766688590"] {
            top: 116px !important;
            left: calc(50% - 600px + 20px) !important;
            width: 540px !important;
            height: 112px !important;
        }

        #rec856789613 .tn-elem[data-elem-id="1727444017882"] {
            top: 0px !important;
            left: 0px !important;
            width: 100% !important;
            height: 100% !important;
        }

        /* Phone column alignment */
        #rec856789613 .tn-group[data-group-id="173564796780631920"] {
            top: 116px !important;
        }

        /* Consultation column alignment */
        #rec856789613 .tn-group[data-group-id="173564803971313520"] {
            top: 116px !important;
        }
    }

    @media screen and (max-width: 1199px) and (min-width: 960px) {

        #rec856789613 .t396__artboard,
        #rec856789613 .t396__filter,
        #rec856789613 .t396__carrier {
            height: 410px !important;
        }

        #rec856789613 .tn-group[data-group-id="173563132061470880"] {
            top: 260px !important;
        }

        #rec856789613 .tn-elem[data-elem-id="1735658669314"] {
            top: 240px !important;
        }

        /* Logo column alignment */
        #rec856789613 .tn-elem[data-elem-id="1727443974449"] {
            top: 115px !important;
            left: calc(50% - 480px + 6px) !important;
        }

        #rec856789613 .tn-group[data-group-id="173564798766688590"] {
            top: 116px !important;
            left: calc(50% - 480px + 6px) !important;
            width: 540px !important;
            height: 112px !important;
        }

        #rec856789613 .tn-elem[data-elem-id="1727444017882"] {
            top: 0px !important;
            left: 0px !important;
            width: 100% !important;
            height: 100% !important;
        }

        /* Phone column alignment */
        #rec856789613 .tn-group[data-group-id="173564796780631920"] {
            top: 116px !important;
        }

        /* Consultation column alignment */
        #rec856789613 .tn-group[data-group-id="173564803971313520"] {
            top: 116px !important;
        }
    }

    @media screen and (max-width: 959px) and (min-width: 640px) {

        #rec856789613 .t396__artboard,
        #rec856789613 .t396__filter,
        #rec856789613 .t396__carrier {
            height: 520px !important;
        }

        #rec856789613 .tn-group[data-group-id="173563132061470880"] {
            top: 370px !important;
        }

        #rec856789613 .tn-elem[data-elem-id="1735658669314"] {
            top: 350px !important;
        }

        /* Logo column alignment */
        #rec856789613 .tn-elem[data-elem-id="1727443974449"] {
            top: 54px !important;
            left: calc(50% - 320px + 387px) !important;
        }

        #rec856789613 .tn-group[data-group-id="173564798766688590"] {
            top: 70px !important;
            left: calc(50% - 320px + 387px) !important;
            width: 480px !important;
            height: 100px !important;
        }

        #rec856789613 .tn-elem[data-elem-id="1727444017882"] {
            top: 0px !important;
            left: 0px !important;
            width: 100% !important;
            height: 100% !important;
        }

        /* Phone column alignment */
        #rec856789613 .tn-group[data-group-id="173564796780631920"] {
            top: 54px !important;
        }

        /* Consultation column alignment */
        #rec856789613 .tn-group[data-group-id="173564803971313520"] {
            top: 220px !important;
        }
    }

    @media screen and (max-width: 639px) {

        #rec856789613 .t396__artboard,
        #rec856789613 .t396__filter,
        #rec856789613 .t396__carrier {
            height: 640px !important;
        }

        #rec856789613 .tn-group[data-group-id="173563132061470880"] {
            top: 490px !important;
        }

        #rec856789613 .tn-elem[data-elem-id="1735658669314"] {
            top: 470px !important;
        }

        /* Logo column alignment */
        #rec856789613 .tn-elem[data-elem-id="1727443974449"] {
            top: 50px !important;
            left: calc(50% - 160px + 12px) !important;
        }

        #rec856789613 .tn-group[data-group-id="173564798766688590"] {
            top: 66px !important;
            left: calc(50% - 160px + 12px) !important;
            width: 480px !important;
            height: 100px !important;
        }

        #rec856789613 .tn-elem[data-elem-id="1727444017882"] {
            top: 0px !important;
            left: 0px !important;
            width: 100% !important;
            height: 100% !important;
        }

        /* Phone column alignment */
        #rec856789613 .tn-group[data-group-id="173564796780631920"] {
            top: 160px !important;
        }

        /* Consultation column alignment */
        #rec856789613 .tn-group[data-group-id="173564803971313520"] {
            top: 260px !important;
        }
    }

    /* ==========================================================================
   Cremation Page Custom Blocks Styling
   ========================================================================== */

    /* 1) Cremation Pricing Cards */
    .crema-pricing-card {
        background: #ffffff;
        border: 1px solid rgba(42, 45, 57, 0.08);
        border-radius: 16px;
        padding: 36px 28px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: relative;
        box-sizing: border-box;
    }

    .crema-pricing-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        border-color: rgba(222, 197, 164, 0.5);
    }

    .crema-pricing-card--featured {
        border: 2px solid #dec5a4;
        box-shadow: 0 15px 35px rgba(222, 197, 164, 0.15);
    }

    .crema-pricing-card--featured:hover {
        border-color: #bca685;
        box-shadow: 0 25px 50px rgba(222, 197, 164, 0.25);
    }

    /* 2) Funeral Organization Block */
    .crema-org-section {
        padding: 70px 0;
        background-color: #ffffff;
        font-family: 'Evolventa', Arial, sans-serif;
    }

    .crema-org-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 40px;
    }

    .crema-org-card {
        background: #ffffff;
        border-radius: 14px;
        padding: 30px 24px;
        border: 1px solid rgba(42, 45, 57, 0.06);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .crema-org-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(222, 197, 164, 0.15);
        border-color: #dec5a4;
    }

    .crema-org-card__icon {
        width: 44px;
        height: 44px;
        fill: none;
        stroke: #bca685;
        stroke-width: 1.5;
        stroke-linecap: round;
        stroke-linejoin: round;
        margin-bottom: 20px;
    }

    .crema-org-card__title {
        font-size: 18px;
        font-weight: 700;
        color: #2a2d39;
        margin: 0 0 12px 0;
        text-align: center;
    }

    .crema-org-card__desc {
        font-size: 14px;
        line-height: 1.55;
        color: #555555;
        margin: 0;
        text-align: center;
    }

    /* 3) Agents Block */
    .crema-agents-section {
        padding: 75px 0;
        background-color: #f9f8f5;
        font-family: 'Evolventa', Arial, sans-serif;
    }

    .crema-agents-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        margin-top: 40px;
    }

    .crema-agent-card {
        background: #ffffff;
        border-radius: 14px;
        overflow: hidden;
        border: 1px solid rgba(42, 45, 57, 0.06);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
        display: flex;
        flex-direction: column;
        transition: all 0.3s ease;
    }

    .crema-agent-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        border-color: rgba(222, 197, 164, 0.4);
    }

    .crema-agent-card__img-wrapper {
        width: 100%;
        height: 260px;
        background-color: #eae7e1;
        overflow: hidden;
    }

    .crema-agent-card__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        transition: transform 0.4s ease;
    }

    .crema-agent-card:hover .crema-agent-card__img {
        transform: scale(1.03);
    }

    .crema-agent-card__content {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex-grow: 1;
    }

    .crema-agent-card__name {
        font-size: 17px;
        font-weight: 700;
        color: #2a2d39;
        margin: 0 0 6px 0;
        text-align: center;
    }

    .crema-agent-card__role {
        font-size: 13px;
        color: #a39582;
        margin: 0 0 12px 0;
        font-weight: 600;
    }

    .crema-agent-card__experience {
        font-size: 13px;
        color: #666666;
        margin: 0;
        line-height: 1.4;
    }

    /* 4) Certificate & Guarantees Block (Screenshot 1 Top) */
    .crema-guarantees-section {
        padding: 70px 0;
        background-color: #ffffff;
        font-family: 'Evolventa', Arial, sans-serif;
    }

    .crema-guarantees-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 36px;
        text-align: center;
    }

    .crema-guarantee-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .crema-guarantee-card__icon-wrapper {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .crema-guarantee-card__icon {
        width: 70px;
        height: 70px;
        fill: none;
        stroke: #bca685;
        stroke-width: 1.2;
    }

    .crema-guarantee-card__title {
        font-size: 18px;
        font-weight: 700;
        color: #2a2d39;
        margin: 0 0 12px 0;
        line-height: 1.35;
    }

    .crema-guarantee-card__text {
        font-size: 14px;
        line-height: 1.55;
        color: #666666;
        margin: 0;
    }

    /* Service Advantages List Block (Screenshot 1 Bottom) */
    .crema-advantages-section {
        padding: 70px 0;
        background-color: #fdfdfd;
        font-family: 'Evolventa', Arial, sans-serif;
        border-top: 1px solid rgba(42, 45, 57, 0.05);
    }

    .crema-advantages-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: 960px;
        margin: 40px auto 0 auto;
    }

    .crema-advantage-item {
        background: #ffffff;
        border-radius: 12px;
        padding: 20px 24px;
        display: flex;
        align-items: flex-start;
        gap: 18px;
        border: 1px solid rgba(42, 45, 57, 0.06);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .crema-advantage-item:hover {
        transform: translateX(4px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    }

    .crema-advantage-item__check {
        width: 32px;
        height: 32px;
        background: #f7f3ec;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .crema-advantage-item__check svg {
        width: 16px;
        height: 16px;
        stroke: #bca685;
        stroke-width: 2.5;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .crema-advantage-item__text {
        font-size: 15px;
        line-height: 1.55;
        color: #333333;
        margin: 0;
    }

    /* 5) Comprehensive Cremation Block */
    .crema-comprehensive-section {
        padding: 80px 0;
        background-color: #ffffff;
        font-family: 'Evolventa', Arial, sans-serif;
    }

    .crema-comprehensive-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        align-items: center;
        margin-top: 40px;
    }

    .crema-comprehensive__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .crema-comprehensive__text {
        font-size: 15px;
        line-height: 1.6;
        color: #444444;
        margin: 0;
    }

    .crema-comprehensive__list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .crema-comprehensive__item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: 15px;
        line-height: 1.5;
        color: #2a2d39;
    }

    .crema-comprehensive__item-bullet {
        width: 8px;
        height: 8px;
        background-color: #bca685;
        border-radius: 50%;
        margin-top: 7px;
        flex-shrink: 0;
    }

    .crema-comprehensive__img-wrapper {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    }

    .crema-comprehensive__img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    /* Responsive queries for custom cremation blocks */
    @media screen and (max-width: 980px) {
        .crema-org-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .crema-agents-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .crema-guarantees-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .crema-comprehensive-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .crema-comprehensive__img-wrapper {
            max-width: 550px;
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 640px) {
        .crema-agents-grid {
            grid-template-columns: 1fr;
            max-width: 320px;
            margin-left: auto;
            margin-right: auto;
        }

        .crema-advantage-item {
            padding: 16px;
            gap: 12px;
        }

        .crema-advantage-item__text {
            font-size: 14px;
        }
    }

    /* Redesign for Block "Частые вопросы о работе ритуального агента" */
    #rec898791328 {
        background-color: #f9f8f5 !important;
        padding-top: 50px !important;
    }

    #rec898791328 .tn-atom {
        font-family: 'Evolventa', Arial, sans-serif !important;
        font-size: 30px !important;
        font-weight: 700 !important;
        color: #2a2d39 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }

    .agent-accordion-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .agent-acc-item {
        background: #ffffff;
        border: 1px solid #eae7e1;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
        transition: all 0.25s ease;
    }

    .agent-acc-item:hover {
        border-color: #dec5a4;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .agent-acc-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 24px;
        background: transparent;
        border: none;
        cursor: pointer;
        text-align: left;
        outline: none;
        gap: 20px;
    }

    .agent-acc-title {
        font-family: 'Evolventa', Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #2a2d39;
        line-height: 1.4;
        flex: 1;
    }

    .agent-acc-icon {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Golden Plus / Minus lines */
    .agent-acc-icon::before,
    .agent-acc-icon::after {
        content: '';
        position: absolute;
        background-color: #c88b48;
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Horizontal Line */
    .agent-acc-icon::before {
        width: 18px;
        height: 2px;
    }

    /* Vertical Line */
    .agent-acc-icon::after {
        width: 2px;
        height: 18px;
    }

    /* When opened: vertical line rotates and fades out -> turns into minus */
    .agent-acc-item.active .agent-acc-icon::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .agent-acc-item.active .agent-acc-header {
        background-color: #faf8f4;
        border-bottom: 1px solid #eae7e1;
    }

    .agent-acc-body {
        display: none;
        padding: 22px 24px 26px 24px;
        color: #555555;
        font-size: 15px;
        line-height: 1.6;
        background: #ffffff;
    }

    .agent-acc-item.active .agent-acc-body {
        display: block;
    }

    /* Fix spacing between heading "близкими" and product cards in section rec895409626 */
    @media screen and (min-width: 1200px) {
        #rec895409626 .tn-group[data-group-id="173778339939664700"] {
            top: 320px !important;
        }

        #rec895409626 .t396__artboard,
        #rec895409626 .t396__filter,
        #rec895409626 .t396__carrier {
            height: 670px !important;
        }
    }

    @media screen and (max-width: 1199px) and (min-width: 960px) {
        #rec895409626 .tn-group[data-group-id="173778339939664700"] {
            top: 320px !important;
        }

        #rec895409626 .t396__artboard,
        #rec895409626 .t396__filter,
        #rec895409626 .t396__carrier {
            height: 940px !important;
        }
    }

    @media screen and (max-width: 959px) {
        #rec895409626 .tn-group[data-group-id="173778339939664700"] {
            top: 200px !important;
        }

        #rec895409626 .t396__artboard,
        #rec895409626 .t396__filter,
        #rec895409626 .t396__carrier {
            height: 880px !important;
        }
    }

    /* Mobile fixes for product catalog block (#rec895409626) */
    @media screen and (max-width: 639px) {
        #rec895409626 .t396__artboard {
            height: 480px !important;
            overflow: hidden !important;
        }

        #rec895409626 .tn-elem[data-elem-id="1737782646242"] {
            left: 50% !important;
            transform: translateX(-50%) !important;
            top: 25px !important;
            width: calc(100vw - 30px) !important;
            text-align: center !important;
        }

        #rec895409626 .tn-elem[data-elem-id="1737782646242"] .tn-atom {
            font-size: 20px !important;
            line-height: 1.3 !important;
            text-align: center !important;
        }

        #rec895409626 .tn-group[data-group-id="173778339939664700"] {
            top: 145px !important;
            left: 50% !important;
            transform: translateX(-50%) !important;
        }

        /* Mobile fixes for Blog / Publications block (#rec856108019) */
        #rec856108019 {
            padding-top: 30px !important;
        }

        #rec856108019 .t396__artboard {
            height: auto !important;
            min-height: 520px !important;
            padding: 20px 15px !important;
            box-sizing: border-box !important;
        }

        #rec856108019 .tn-group[data-group-id="173563789182994990"] {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            transform: none !important;
            width: 100% !important;
            margin-bottom: 20px !important;
            display: block !important;
        }

        #rec856108019 .tn-elem[data-elem-id="1728386305328"] {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
        }

        #rec856108019 .tn-elem[data-elem-id="1728386305328"] .tn-atom {
            font-size: 24px !important;
            font-weight: bold !important;
            text-align: left !important;
        }

        #rec856108019 .tn-elem[data-elem-id="1728386345713"] {
            position: relative !important;
            top: 5px !important;
            left: 0 !important;
            width: 100% !important;
        }

        #rec856108019 .tn-elem[data-elem-id="1728386345713"] .tn-atom {
            font-size: 14px !important;
            color: #666 !important;
            text-align: left !important;
        }

        #rec856108019 .tn-group[data-group-id="173565330878112490"] {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            transform: none !important;
            width: 100% !important;
            margin-bottom: 20px !important;
        }

        #rec856108019 .tn-elem[data-elem-id="1728386451162"] {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            max-width: 100% !important;
            border-radius: 14px !important;
            height: 200px !important;
        }

        #rec856108019 .tn-elem[data-elem-id="1728386419736"] {
            position: relative !important;
            top: 10px !important;
            left: 0 !important;
            transform: none !important;
            width: 100% !important;
            text-align: left !important;
        }

        #rec856108019 .tn-group[data-group-id="173565306692224720"] {
            position: relative !important;
            top: 20px !important;
            left: 0 !important;
            transform: none !important;
            width: 100% !important;
            display: flex !important;
            gap: 15px !important;
        }

        #rec856108019 .tn-elem[data-elem-id="1735653137106"],
        #rec856108019 .tn-elem[data-elem-id="1728387581060"],
        #rec856108019 .tn-elem[data-elem-id="1728387630610"],
        #rec856108019 .tn-group[data-group-id="173565210324926960"] {
            display: none !important;
        }

        /* 4. About Agency Block (#rec857419731) */
        #rec857419731 .t396__artboard {
            height: auto !important;
            padding: 30px 15px !important;
            box-sizing: border-box !important;
        }

        /* Hide Tilda's background shapes & unpositioned raw elements */
        #rec857419731 .tn-elem[data-elem-id="1737116391262"],
        #rec857419731 .tn-elem[data-elem-id="1737115468303"],
        #rec857419731 .tn-elem[data-elem-id="1737116998907"],
        #rec857419731 .tn-elem[data-elem-id="1737113542370"],
        #rec857419731 .tn-group[data-group-id="173703740357814600"],
        #rec857419731 .tn-elem[data-elem-id="1737114634412"],
        #rec857419731 .tn-elem[data-elem-id="1737037710084"],
        #rec857419731 .tn-elem[data-elem-id="1737037710104"] {
            display: none !important;
        }

        #rec857419731 .tn-group[data-group-id="173563789182994990"] {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            transform: none !important;
            width: 100% !important;
            margin-bottom: 25px !important;
            display: block !important;
        }

        #rec857419731 .tn-elem[data-elem-id="1728386305328"] {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            transform: none !important;
            width: 100% !important;
        }

        #rec857419731 .tn-elem[data-elem-id="1728386305328"] .tn-atom {
            font-size: 22px !important;
            line-height: 1.3 !important;
            text-align: left !important;
            color: #1d1d1d !important;
        }

        #rec857419731 .tn-elem[data-elem-id="1728386345713"] {
            position: relative !important;
            top: 8px !important;
            left: 0 !important;
            transform: none !important;
            width: 100% !important;
        }

        #rec857419731 .tn-elem[data-elem-id="1728386345713"] .tn-atom {
            font-size: 14px !important;
            color: #666666 !important;
            text-align: left !important;
        }

        #rec857419731 .tn-group[data-group-id="173703662133960250"] {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            transform: none !important;
            width: 100% !important;
            margin-bottom: 15px !important;
        }

        #rec857419731 .tn-elem[data-elem-id="1737036621339"] {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            transform: none !important;
            width: 100% !important;
            background: #ffffff !important;
            border-radius: 12px !important;
            padding: 18px !important;
            box-sizing: border-box !important;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
        }

        #rec857419731 .tn-elem[data-elem-id="1737036621339"] .tn-atom {
            font-size: 14px !important;
            line-height: 1.45 !important;
            color: #333333 !important;
        }

        #rec857419731 .tn-elem[data-elem-id="1737036644552"] {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            transform: none !important;
            width: 100% !important;
            background: #ffffff !important;
            border-radius: 12px !important;
            padding: 18px !important;
            box-sizing: border-box !important;
            margin-bottom: 15px !important;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
        }

        #rec857419731 .tn-elem[data-elem-id="1737036644552"] .tn-atom {
            font-size: 14px !important;
            line-height: 1.5 !important;
            color: #444444 !important;
        }

        #rec857419731 .tn-elem[data-elem-id="1737037044204"] {
            position: relative !important;
            top: 0 !important;
            left: 0 !important;
            transform: none !important;
            width: 100% !important;
            background: #ffffff !important;
            border-radius: 12px !important;
            padding: 18px !important;
            box-sizing: border-box !important;
            margin-bottom: 15px !important;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
        }

        #rec857419731 .tn-elem[data-elem-id="1737037044204"] .tn-atom {
            font-size: 14px !important;
            line-height: 1.5 !important;
            color: #444444 !important;
        }
    }


/* ========================================================================= */
/* NEW MOBILE-ONLY CLEAN LAYOUT (FAQ to About) */
/* ========================================================================= */
@media screen and (max-width: 639px) {
    /* HIDE TILDA BLOCKS */
    #rec857404945,
    /* FAQ Title */
    #rec857405306,
    #rec857405637,
    #rec857406921,
    #rec857409445,
    #rec857410028,
    #rec857410275,
    #rec857410600,
    #rec857410937,
    #rec857411197,
    #rec857411585,
    /* FAQ Accordion */
    #rec857412080,
    /* Custom block */
    #rec895409626,
    /* Catalog Title & Grid */
    #rec856108019,
    /* Blog */
    #rec857419731

    /* About */
        {
        display: none !important;
    }

    /* SHOW NEW MOBILE LAYOUT */
    .mobile-layout-wrapper {
        display: block !important;
        background-color: #f7f7f7;
        /* Matching light grey background */
        padding-bottom: 40px;
        font-family: 'Open Sans', 'Roboto', sans-serif;
        /* Tilda default font */
    }

    .mob-container {
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .mob-title,
    .mob-title-large {
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #2b2e36;
        line-height: 1.3;
    }

    .mob-subtitle {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 35px;
        color: #7a7d83;
        line-height: 1.5;
    }

    /* FAQ */
    .mob-faq {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mob-faq-item {
        background: #ffffff;
        border-radius: 12px;
        margin-bottom: 10px;
        padding: 15px 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
        cursor: pointer;
    }

    .mob-faq-item summary {
        font-size: 16px;
        font-weight: 600;
        color: #1a1a1a;
        outline: none;
        list-style: none;
        /* Hide default arrow */
        position: relative;
        padding-right: 25px;
    }

    .mob-faq-item summary::-webkit-details-marker {
        display: none;
    }

    .mob-faq-author {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    .mob-faq-avatar {
        width: 100%;
        max-width: 220px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: top;
        display: block;
        border-radius: 5px;
        /* Optional, adds a nice touch if desired, but let's keep it 0 as original */
    }

    .mob-faq-contact {
        margin-top: 20px;
        padding-top: 20px;
        text-align: center;
    }

    .mob-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 auto !important;
        min-height: 52px !important;
        padding: 0 16px !important;
        background: linear-gradient(135deg, #dec5a4 0%, #bca685 100%) !important;
        color: #000000 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        text-align: center !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        border-radius: 12px !important;
        box-shadow: 0 6px 16px rgba(188, 166, 133, 0.35) !important;
        letter-spacing: 0.5px !important;
        box-sizing: border-box !important;
        transition: all 0.25s ease !important;
    }

    .mob-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(188, 166, 133, 0.45);
        background: linear-gradient(135deg, #e5cfaf 0%, #c4af8e 100%);
    }

    .mob-faq-item summary::after {
        content: '+';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: #d8c29d;
        /* Theme gold color */
        font-weight: 300;
    }

    .mob-faq-item[open] summary::after {
        content: '−';
    }

    .mob-faq-content {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.5;
        color: #444;
    }

    /* CATALOG */
    .mob-catalog {
        padding-bottom: 40px;
    }

    .mob-catalog-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .mob-catalog-card {
        background: #ffffff;
        border-radius: 14px;
        padding: 15px;
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
        cursor: default;
    }

    .mob-catalog-card h3 {
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 10px 0;
        align-self: flex-start;
    }

    .mob-catalog-card img {
        width: 100%;
        max-width: 120px;
        height: auto;
        object-fit: contain;
        margin: auto 0;
    }

    .mob-catalog-price {
        font-size: 14px;
        font-weight: 600;
        align-self: flex-start;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        margin-top: 15px;
    }

    .arrow-icon {
        width: 20px;
        height: 20px;
        background: #f0f0f0;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #999;
    }

    /* BLOG */
    .mob-blog {
        padding-bottom: 40px;
    }

    .mob-blog-main-card {
        display: block;
        border-radius: 14px;
        overflow: hidden;
        position: relative;
        margin-bottom: 15px;
        text-decoration: none;
    }

    .mob-blog-main-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }

    .mob-blog-tag {
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .mob-blog-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .mob-blog-card {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: inherit;
    }

    .mob-blog-card img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 10px;
    }

    .mob-blog-date {
        font-size: 12px;
        color: #999;
        display: block;
        margin-bottom: 5px;
    }

    .mob-blog-card h4 {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        line-height: 1.3;
    }

    /* ABOUT */
    .mob-about {
        padding-bottom: 40px;
    }

    .mob-about-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 1.5;
        color: #444;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    }

    .mob-about-card strong {
        color: #1a1a1a;
    }

    .guarantee-card {
        background: #ffffff;
    }

    .guarantee-header {
        margin-bottom: 10px;
        display: flex;
        align-items: baseline;
    }

    .guarantee-num {
        font-size: 32px;
        font-weight: 300;
        color: #d8c29d;
    }

    .guarantee-slash {
        font-size: 16px;
        color: #d8c29d;
        margin-right: 15px;
    }

    .guarantee-title {
        font-size: 16px;
        font-weight: 600;
        color: #1a1a1a;
    }

    .card-with-bookmark {
        position: relative;
        padding-top: 65px;
    }

    .bookmark-ribbon {
        position: absolute;
        top: 0;
        left: 40px;
        width: 28px;
        height: 48px;
        background-color: #ebd4bd;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
    }

    .specialists-img {
        width: 100%;
        max-width: 250px;
        display: block;
        margin-bottom: 20px;
    }
}

/* Hide old Tilda footer on mobile */
@media screen and (max-width: 639px) {
    #rec856789613 {
        display: none !important;
    }
}

/* Custom Mobile Footer */
.mob-custom-footer {
    display: none;
}

@media screen and (max-width: 639px) {
    .mob-custom-footer {
        display: block;
        background-color: #f6f6f6;
        padding: 60px 0 40px;
        text-align: center;
    }

    .mob-footer-logo-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 40px;
    }

    .mob-footer-logo-icon {
        width: 44px;
        height: auto;
    }

    .mob-footer-logo-text {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        max-width: 280px;
        line-height: 1.3;
        color: #1a1a1a;
    }

    .mob-footer-phone-wrap {
        margin-bottom: 40px;
    }

    .mob-footer-phone-label {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #888;
        margin-bottom: 8px;
        letter-spacing: 1px;
    }

    .mob-footer-phone {
        font-size: 24px;
        font-weight: 700;
        color: #1a1a1a;
        text-decoration: none;
        display: block;
        margin-bottom: 8px;
    }

    .mob-footer-hours {
        font-size: 15px;
        color: #555;
    }

    .mob-footer-cta {
        margin-bottom: 50px;
    }

    .mob-footer-cta-title {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #888;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .mob-footer-links {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 40px;
    }

    .mob-footer-links a {
        color: #777;
        font-size: 13px;
        text-decoration: none;
    }

    .mob-footer-links a:hover {
        text-decoration: underline;
    }

    .mob-footer-copy {
        font-size: 11px;
        color: #999;
        line-height: 1.5;
    }
}


/* SIMPLE CTA BLOCK */
.simple-cta-section {
    background-color: #f4f5f8;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Evolventa', Arial, sans-serif;
}

.simple-cta-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.simple-cta-title {
    font-size: 14px;
    font-weight: 700;
    color: #7b7d87;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 20px 0;
}

.simple-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    height: 52px;
    padding: 0 32px;
    background: linear-gradient(135deg, #dec5a4 0%, #bca685 100%);
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 15px rgba(188, 166, 133, 0.3);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.simple-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(188, 166, 133, 0.4);
}

/* ==========================================================================
   GLOBAL HEADING SIZES (Analogous to main page)
   ========================================================================== */
.team-custom-heading,
.faq-custom-heading,
.pricing-custom__title,
.team-custom__title {
    font-size: 32px !important;
    line-height: 1.3 !important;
    word-wrap: break-word !important;
    white-space: normal !important;
}

@media screen and (max-width: 960px) {

    .team-custom-heading,
    .faq-custom-heading,
    .pricing-custom__title,
    .team-custom__title {
        font-size: 28px !important;
    }
}

@media screen and (max-width: 640px) {

    .team-custom-heading,
    .faq-custom-heading,
    .pricing-custom__title,
    .team-custom__title {
        font-size: 24px !important;
        max-width: 100% !important;
        height: auto !important;
        text-align: center !important;
    }
}

/* ==========================================================================
   MOBILE LAYOUT FIXES FOR SOPROVOZHDENIE PAGE
   ========================================================================== */
/* Fix Tilda container height/overflow for wrapping headings to remove scrollbars */
.tn-elem:has(h2.tn-atom) {
    height: auto !important;
    overflow: visible !important;
}

.tn-elem:has(h2.tn-atom) .tn-atom {
    height: auto !important;
    overflow: visible !important;
}

@media screen and (max-width: 480px) {

    /* Fix overflowing text "! Дополнительные выезд..." */
    .tn-elem[data-elem-id="1733394600950"] {
        width: 210px !important;
        height: auto !important;
    }

    .tn-elem[data-elem-id="1733394600950"] .tn-atom {
        font-size: 12px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        line-height: 1.4 !important;
    }

    /* Make the card background shape taller to add bottom padding */
    .tn-elem[data-elem-id="1684930791800"] {
        height: 560px !important;
    }
}

@media screen and (max-width: 960px) {

    /* Fix name "Винокурова Анастасия" getting cut off */
    .tn-elem[data-elem-id="1708509097416"] {
        width: 100% !important;
        max-width: 150px !important;
        /* give it enough room */
    }

    .tn-elem[data-elem-id="1708509097416"] .tn-atom {
        white-space: normal !important;
        word-wrap: break-word !important;
        width: auto !important;
    }
}


/* Fix FAQ heading cutoff / scrollbar on mobile */
@media screen and (max-width: 480px) {
    #rec898791328 .t396__artboard {
        height: 180px !important;
        overflow: visible !important;
    }
}


/* ==========================================================================
   TEAM CUSTOM SECTION
   ========================================================================== */
.team-custom-section {
    background-color: #ffffff;
    padding: 80px 20px;
}

.team-custom-container {
    max-width: 960px;
    margin: 0 auto;
}

.team-custom-heading {
    text-align: center;
    font-size: 32px;
    font-family: 'Evolventa', Arial, sans-serif;
    color: #2a2d39;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.team-custom-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.team-custom-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.team-custom-img {
    width: 100%;
    aspect-ratio: 1 / 1.3;
    background-size: cover;
    background-position: center top;
    background-color: #f4f5f8;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.team-custom-name {
    font-size: 16px;
    font-family: 'Evolventa', Arial, sans-serif;
    font-weight: 700;
    color: #2a2d39;
    margin: 0 0 4px 0;
}

.team-custom-role {
    font-size: 13px;
    font-family: 'Evolventa', Arial, sans-serif;
    color: #888;
    margin: 0;
}

@media screen and (max-width: 960px) {
    .team-custom-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .team-custom-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-custom-heading {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   FAQ CUSTOM SECTION
   ========================================================================== */
.faq-custom-section {
    background-color: #f9f8f5;
    padding: 80px 20px;
}

.faq-custom-container {
    max-width: 960px;
    margin: 0 auto;
}

.faq-custom-heading {
    text-align: center;
    font-size: 32px;
    font-family: 'Evolventa', Arial, sans-serif;
    color: #2a2d39;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.agent-accordion-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media screen and (max-width: 640px) {
    .faq-custom-heading {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

/* ==========================================================================
   Contacts Custom Section
   ========================================================================== */
.contacts-custom {
    padding: 80px 0;
    background-color: #f9f8f5;
    /* Our standard light background */
    font-family: 'Evolventa', Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.contacts-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.contacts-header {
    text-align: center;
    margin-bottom: 50px;
}

.contacts-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #2a2d39;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.contacts-header p {
    font-size: 18px;
    color: #555555;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

.contacts-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}

.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid rgba(42, 45, 57, 0.06);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.contact-card__icon {
    width: 48px;
    height: 48px;
    background-color: #f4f5f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #bca685;
}

.contact-card__icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.contact-card__title {
    font-size: 14px;
    color: #888888;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.contact-card__value {
    font-size: 18px;
    color: #2a2d39;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.contact-card__value a {
    color: #2a2d39;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-card__value a:hover {
    color: #bca685;
}

.contacts-map-wrapper {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.contacts-map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: none;
}

@media screen and (max-width: 980px) {
    .contacts-layout {
        grid-template-columns: 1fr;
    }

    .contacts-map-wrapper {
        min-height: 350px;
    }
}

@media screen and (max-width: 640px) {
    .contacts-grid {
        grid-template-columns: 1fr;
    }

    .contacts-header h1 {
        font-size: 32px;
    }
}

/* ==========================================================================
   BLOG ARTICLE MOBILE RESPONSIVE FIXES
   ========================================================================== */
@media screen and (max-width: 640px) {

    #rec430062055 .t396__artboard,
    #rec430062055 .t396__filter,
    #rec430062055 .t396__carrier {
        height: auto !important;
        overflow: visible !important;
        padding: 30px 15px !important;
    }

    #rec430062055 .t396__artboard {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    #rec430062055 .tn-elem {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
        box-sizing: border-box !important;
        transform: none !important;
    }

    /* Hide empty background shapes that cause grey/blank cards on mobile */
    .t396__artboard .tn-elem:has(.tn-atom:empty),
    #rec430062055 .tn-elem:has(.tn-atom:empty),
    #rec430062055 .tn-elem[data-elem-id="175887352033622510"],
    #rec430062055 .tn-elem[data-elem-id="175887352033993030"],
    #rec430062055 .tn-elem[data-elem-id="175887352034498820"] {
        display: none !important;
    }

    #rec430062055 .tn-elem .tn-atom {
        white-space: normal !important;
        word-wrap: break-word !important;
        height: auto !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
}

/* ==========================================================================
   GOLD LINE CARDS SECTION (3 FEATURES)
   ========================================================================== */
.gold-line-cards-section {
    padding: 60px 20px;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
}

.gold-line-cards-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.gold-line-card {
    background: #ffffff;
    border: 1px solid #d4af37;
    border-radius: 4px;
    padding: 40px 30px 35px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 420px;
    box-sizing: border-box;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gold-line-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.15);
}

.gold-line-card__icon-wrap {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.gold-line-card__icon {
    max-width: 140px;
    max-height: 130px;
    object-fit: contain;
}

.gold-line-card__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.gold-line-card__title {
    font-family: 'Evolventa', Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.gold-line-card__desc {
    font-family: 'Evolventa', Arial, sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.5;
    margin: 0 0 25px 0;
}

.gold-line-card__btn {
    font-family: 'Evolventa', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #c4a984;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease, gap 0.2s ease;
}

.gold-line-card__btn:hover {
    color: #a38660;
    gap: 10px;
}

@media screen and (max-width: 980px) {
    .gold-line-cards-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gold-line-card {
        min-height: auto;
        padding: 30px 20px;
    }
}



/* Global Mobile Subheader Phone Bar */
.site-header .mobile-subheader-phone {
    display: none !important;
}

@media screen and (max-width: 980px) {
    .site-header .mobile-subheader-phone {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 15px !important;
        background-color: #c5cdda !important;
        padding: 10px 16px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .site-header .mobile-subheader-label {
        font-family: 'Evolventa', Arial, sans-serif !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        color: #2a2d39 !important;
        margin: 0 !important;
    }

    .site-header .mobile-subheader-phone-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: #dec5a4 !important;
        color: #1a1a1a !important;
        border: 1px solid #1a1a1a !important;
        border-radius: 10px !important;
        font-family: 'Evolventa', Arial, sans-serif !important;
        font-size: 17px !important;
        font-weight: 600 !important;
        padding: 7px 20px !important;
        text-decoration: none !important;
        transition: background-color 0.2s ease, transform 0.1s ease !important;
        white-space: nowrap !important;
    }

    .site-header .mobile-subheader-phone-btn:hover {
        background-color: #d1b590 !important;
    }
}

/* Fix catalog card "Машины" car image vertical & horizontal alignment */
#rec895409626 .tn-group[data-group-id="173778845943918890"] {
    top: 15px !important;
    left: 30px !important;
    width: 200px !important;
    height: 120px !important;
}

#rec895409626 .tn-elem[data-elem-id="1737788360028"] {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 200px !important;
    height: 100% !important;
}

#rec895409626 .tn-elem[data-elem-id="1737788360028"] .tn-atom,
#rec895409626 .tn-elem[data-elem-id="1737788360028"] .tn-atom__img,
#rec895409626 .tn-elem[data-elem-id="1737788360028"] img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 120px !important;
    object-fit: contain !important;
}

.mob-catalog-card {
    position: relative;
    justify-content: space-between;
}

.mob-catalog-card img {
    max-width: 110px !important;
    max-height: 80px !important;
    object-fit: contain !important;
    margin: auto !important;
}




#rec895409626 {
    position: relative !important;
    z-index: 5 !important;
    background-color: #f9f9fa !important;
}

/* Lift up the "Didn't find an answer" form on desktop so it fits on screen */
@media screen and (min-width: 1200px) {
    #rec857404945 .tn-elem[data-elem-id="1728382886709"],
    #rec857404945 .tn-elem[data-elem-id="1728382989020"],
    #rec857404945 .tn-elem[data-elem-id="1728383065537"],
    #rec857404945 .tn-elem[data-elem-id="1728383138010"] {
        transform: translateY(-120px) !important;
    }
}