:root{--rental-navy:#0b1f3a;--rental-navy-2:#12345d;--rental-orange:#ff7a1a;--rental-bg:#f5f7fb;--rental-border:#dce3ec;--rental-text:#172033;--rental-muted:#667085}
.rental-storefront-body{margin:0;background:#fff;color:var(--rental-text);font-family:"Open Sans",Arial,sans-serif}
.rental-site-topbar{background:var(--rental-navy);color:#fff;font-size:13px}.rental-site-topbar__inner{display:flex;align-items:center;justify-content:space-between;min-height:36px}.rental-site-topbar a{color:#fff}.rental-site-topbar__tools{display:flex;align-items:center;gap:10px}.rental-site-topbar__tools .btn-link{color:#fff;text-shadow:none}
.rental-site-nav{background:#fff;border-bottom:1px solid var(--rental-border);box-shadow:0 4px 18px rgba(11,31,58,.06);position:relative;z-index:30}.rental-site-nav__inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.rental-site-brand{display:flex;align-items:center;max-width:220px;font-size:22px;font-weight:700;color:var(--rental-navy)}.rental-site-brand img{max-width:210px;max-height:55px}.rental-site-nav__links{display:flex;align-items:center;gap:22px}.rental-site-nav__links>a,.rental-site-account>a{color:var(--rental-navy);font-weight:600}.rental-site-nav__links>a:hover,.rental-site-account>a:hover{color:var(--rental-orange)}.rental-site-nav__toggle{display:none;border:0;background:transparent;font-size:23px;color:var(--rental-navy)}.rental-site-account{position:relative;padding:24px 0}.rental-site-account__menu{display:none;position:absolute;right:0;top:65px;width:210px;background:#fff;border:1px solid var(--rental-border);border-radius:10px;box-shadow:0 14px 35px rgba(11,31,58,.16);padding:8px}.rental-site-account:hover .rental-site-account__menu{display:block}.rental-site-account__menu a{display:block;padding:10px 12px;border-radius:7px;color:var(--rental-text)}.rental-site-account__menu a:hover{background:var(--rental-bg)}
.rental-home-hero{background:linear-gradient(135deg,var(--rental-navy) 0%,var(--rental-navy-2) 56%,#1c4f87 100%);padding:54px 0 64px;color:#fff}.rental-home-hero__grid{display:grid;grid-template-columns:1fr;gap:44px;align-items:center}.rental-home-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.16em;color:#ffc08c;font-weight:700;margin-bottom:14px}.rental-home-hero h1{font-size:48px;line-height:1.08;margin:0 0 20px;color:#fff}.rental-home-hero__lead{font-size:20px;line-height:1.55;max-width:580px}.rental-home-hero__note{color:#d9e8f7}.rental-home-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.rental-home-stat{display:flex;align-items:baseline;gap:10px}.rental-home-stat strong{font-size:34px;color:#fff}.rental-home-stat span{color:#d9e8f7}.rental-home-hero__search .rental-search-module{background:#fff;color:var(--rental-text);border-radius:18px;box-shadow:0 20px 55px rgba(0,0,0,.24);padding:24px}.rental-home-hero__search .rental-search-module__head h2{color:var(--rental-navy);margin-top:4px}.rental-home-hero__search .rental-kicker{color:var(--rental-orange)}
.rental-home-section{padding:70px 0}.rental-home-section--muted{background:var(--rental-bg)}.rental-home-section__heading{text-align:center;max-width:720px;margin:0 auto 36px}.rental-home-section__heading h2{font-size:34px;color:var(--rental-navy);margin:0 0 12px}.rental-home-section__heading p{color:var(--rental-muted);font-size:17px}.rental-home-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rental-home-cards article{background:#fff;border:1px solid var(--rental-border);border-radius:16px;padding:30px;box-shadow:0 12px 30px rgba(11,31,58,.06)}.rental-home-cards i{font-size:30px;color:var(--rental-orange)}.rental-home-cards h3{color:var(--rental-navy);margin:18px 0 10px}.rental-home-cards p{color:var(--rental-muted);line-height:1.65}
.rental-home-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.rental-home-steps article{display:flex;gap:18px}.rental-home-steps article>span{flex:0 0 48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--rental-orange);color:#fff;font-size:20px;font-weight:700}.rental-home-steps h3{margin:2px 0 8px;color:var(--rental-navy)}.rental-home-steps p{color:var(--rental-muted);line-height:1.6}
.rental-home-locations{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.rental-home-locations a{display:flex;align-items:center;gap:10px;min-width:180px;padding:18px 24px;border:1px solid var(--rental-border);border-radius:12px;background:#fff;color:var(--rental-navy);font-weight:700;box-shadow:0 8px 24px rgba(11,31,58,.05)}.rental-home-locations i{color:var(--rental-orange);font-size:20px}
.rental-site-footer{background:var(--rental-navy);color:#c8d5e5;padding:54px 0 0}.rental-site-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:36px}.rental-site-footer h3{color:#fff;font-size:17px;margin:0 0 18px}.rental-site-footer p{line-height:1.7}.rental-site-footer a{display:block;color:#c8d5e5;margin:0 0 10px}.rental-site-footer a:hover{color:#fff}.rental-site-footer__bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding:20px 0;text-align:center;font-size:13px}
@media(max-width:1100px){.rental-home-hero__grid{grid-template-columns:1fr}.rental-home-hero__copy{text-align:center}.rental-home-hero__lead{margin-left:auto;margin-right:auto}.rental-home-hero__actions,.rental-home-stat{justify-content:center}}
@media(max-width:900px){.rental-site-nav__toggle{display:block}.rental-site-nav__links{display:none;position:absolute;left:0;right:0;top:76px;background:#fff;border-top:1px solid var(--rental-border);padding:18px 20px;flex-direction:column;align-items:stretch;box-shadow:0 15px 30px rgba(11,31,58,.12)}.rental-site-nav__links.is-open{display:flex}.rental-site-account{padding:0}.rental-site-account__menu{display:block;position:static;width:auto;border:0;box-shadow:none;padding:5px 0 0 16px}.rental-home-cards,.rental-home-steps{grid-template-columns:1fr}.rental-site-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.rental-home-hero{padding:36px 0 44px}.rental-home-hero h1{font-size:36px}.rental-home-hero__search .rental-search-module{padding:16px}.rental-home-section{padding:50px 0}.rental-site-footer__grid{grid-template-columns:1fr}}

/* Flex containers must not keep Bootstrap 3 clearfix pseudo-elements as flex items. */
.container.rental-site-topbar__inner::before,
.container.rental-site-topbar__inner::after,
.container.rental-site-nav__inner::before,
.container.rental-site-nav__inner::after {
    display: none !important;
    content: none !important;
}

.rental-site-topbar {
    position: relative;
    z-index: 40;
}

.rental-site-topbar__contact,
.rental-site-contact-menu {
    position: relative;
}

.rental-site-contact-menu__toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
}

.rental-site-contact-menu__toggle:hover,
.rental-site-contact-menu__toggle:focus,
.rental-site-contact-menu.open .rental-site-contact-menu__toggle {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.rental-site-contact-menu__toggle .caret {
    margin-left: 1px;
}

.rental-site-contact-menu__dropdown {
    right: auto;
    left: 0;
    min-width: 270px;
    margin-top: 6px;
    padding: 7px;
    border: 1px solid var(--rental-border);
    border-radius: 10px;
    box-shadow: 0 14px 35px rgba(11,31,58,.18);
}

.rental-site-topbar .rental-site-contact-menu__dropdown > li > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 7px;
    color: var(--rental-text);
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
}

.rental-site-topbar .rental-site-contact-menu__dropdown > li > a:hover,
.rental-site-topbar .rental-site-contact-menu__dropdown > li > a:focus {
    background: var(--rental-bg);
    color: var(--rental-navy);
    text-decoration: none;
}

.rental-site-contact-menu__icon {
    display: inline-flex;
    width: 20px;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
}

.rental-site-contact-menu__icon--whatsapp { color: #25d366; }
.rental-site-contact-menu__icon--telegram { color: #229ed9; }
.rental-site-contact-menu__icon--line { color: #06c755; }
.rental-site-contact-menu__icon--vk { color: #0077ff; }
.rental-site-contact-menu__icon--phone { color: var(--rental-navy); }

.rental-site-contact-menu__call {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid var(--rental-border);
}

@media (max-width: 600px) {
    .rental-site-contact-menu__dropdown {
        min-width: 250px;
        max-width: calc(100vw - 30px);
    }

    .rental-site-contact-menu__toggle span:not(.caret) {
        white-space: nowrap;
    }
}
